]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Remaining broken links corrected
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 503
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/fr/
6 \textclass scrbook
7 \begin_preamble
8 % that links to image floats jumps
9 % to the beginning of the float and 
10 % not to its caption
11 \usepackage[figure]{hypcap}
12
13 % the pages of the TOC are numbered roman
14 % and a PDF-bookmark for the TOC is added
15 \let\myTOC\tableofcontents
16 \renewcommand\tableofcontents{%
17   \frontmatter
18   \pdfbookmark[1]{\contentsname}{}
19   \myTOC
20   \mainmatter }
21
22 % provides caption formatting
23 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
24
25 % provides commands to set caption
26 % beside tables/images
27 \newcommand{\TabBesBeg}[1][1.0]{%
28  \let\MyTable\table
29  \let\MyEndtable\endtable
30  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
31
32 \newcommand{\TabBesEnd}{%
33  \let\table\MyTable
34  \let\endtable\MyEndtable}
35
36 \newcommand{\FigBesBeg}[1][1.0]{%
37  \let\MyFigure\figure
38  \let\MyEndfigure\endfigure
39  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
40
41 \newcommand{\FigBesEnd}{%
42  \let\figure\MyFigure
43  \let\endfigure\MyEndfigure}
44
45 % enables calculation of values,
46 \usepackage{calc}
47
48 % increase the bottom float placement fraction
49 \renewcommand{\bottomfraction}{0.5}
50
51 % avoids that floats are placed before their
52 % corresponding section starts
53 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
54
55 % speed up the longtable calculation
56 \setcounter{LTchunksize}{100}
57
58 % used for colored tables
59 \@ifundefined{textcolor}
60  {\usepackage{color}}{}
61 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
62 \definecolor{lightgrey}{gray}{0.8}
63
64 % check for package colortbl
65 % used for colored table cells
66 \newboolean{colortbl}
67 \IfFileExists{colortbl.sty}
68  {\usepackage{colortbl}
69   \setboolean{colortbl}{true}}
70  {\setboolean{colortbl}{false}}
71
72 % used to have extra space in table cells
73 \@ifundefined{extrarowheight}
74  {\usepackage{array}}{}
75 \setlength{\extrarowheight}{2pt}
76
77 % used for customized tables
78 % ---
79 \newcolumntype{M}[1]
80  {>{\centering\hspace{0pt}}m{#1}}
81
82 \newcolumntype{S}[2]
83  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
84
85 \newcolumntype{K}[1]
86  {>{\columncolor{#1}\hspace{0pt}}c}
87
88 \newcolumntype{V}{!{\vrule width 1.5pt}}
89
90 \newcolumntype{W}{!{\color{green}\vline}}
91 % ---
92
93 % insert additional vertical space of
94 % 1.5 mm between footnotes
95 \let\myFoot\footnote
96 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
97
98 % number algorithm floats within chapters
99 \numberwithin{algorithm}{chapter}
100
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % check for package arydshln
107 % used for tables with dashed lines
108 \newboolean{arydshln}
109 \IfFileExists{arydshln.sty}
110  {\usepackage{arydshln}
111   \setboolean{arydshln}{true}}
112  {\setboolean{arydshln}{false}}
113
114 % check for package marginnote
115 % used for margin notes
116 \newboolean{marginnote}
117 \IfFileExists{marginnote.sty}
118  {\usepackage{marginnote}
119   \let\marginpar\marginnote
120   \setboolean{marginnote}{true}}
121  {\setboolean{marginnote}{false}}
122
123 % check for package sidecap
124 % used for captions on the side
125 \newboolean{sidecap}
126 \IfFileExists{sidecap.sty}
127  {\usepackage{sidecap}
128   \setboolean{sidecap}{true}}
129  {\setboolean{sidecap}{false}}
130
131 % check for picinpar
132 % used for surrounded fixed objects
133 \newboolean{picinpar}
134 \IfFileExists{picinpar.sty}
135  {\usepackage{picinpar}
136   \setboolean{picinpar}{true}}
137  {\setboolean{picinpar}{false}}
138
139 % check for lettrine
140 \newboolean{lettrine}
141 \IfFileExists{lettrine.sty}
142  {\usepackage{lettrine}
143   \setboolean{lettrine}{true}}
144  {\setboolean{lettrine}{false}}
145
146 % check for diagbox
147 \newboolean{diagbox}
148 \IfFileExists{diagbox.sty}
149  {\usepackage{diagbox}
150   \setboolean{diagbox}{true}}
151  {\setboolean{diagbox}{false}}
152
153 % use normal list environments also in French documents
154 \@ifpackageloaded{babel}{%
155 \frenchbsetup{StandardLayout}
156 }{}
157 \end_preamble
158 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
159 \use_default_options false
160 \begin_modules
161 initials
162 graphicboxes
163 \end_modules
164 \maintain_unincluded_children false
165 \language french
166 \language_package default
167 \inputencoding auto
168 \fontencoding global
169 \font_roman "lmodern" "default"
170 \font_sans "lmss" "default"
171 \font_typewriter "lmtt" "default"
172 \font_math "auto" "auto"
173 \font_default_family default
174 \use_non_tex_fonts false
175 \font_sc false
176 \font_osf false
177 \font_sf_scale 100 100
178 \font_tt_scale 100 100
179 \graphics default
180 \default_output_format pdf2
181 \output_sync 0
182 \bibtex_command default
183 \index_command default
184 \paperfontsize 12
185 \spacing single
186 \use_hyperref true
187 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
188 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
189 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
190 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
191 \pdf_bookmarks true
192 \pdf_bookmarksnumbered true
193 \pdf_bookmarksopen true
194 \pdf_bookmarksopenlevel 1
195 \pdf_breaklinks false
196 \pdf_pdfborder false
197 \pdf_colorlinks true
198 \pdf_backref false
199 \pdf_pdfusetitle false
200 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
201 \papersize default
202 \use_geometry false
203 \use_package amsmath 2
204 \use_package amssymb 2
205 \use_package cancel 0
206 \use_package esint 0
207 \use_package mathdots 1
208 \use_package mathtools 0
209 \use_package mhchem 1
210 \use_package stackrel 0
211 \use_package stmaryrd 0
212 \use_package undertilde 0
213 \cite_engine basic
214 \cite_engine_type default
215 \biblio_style plain
216 \use_bibtopic false
217 \use_indices false
218 \paperorientation portrait
219 \suppress_date false
220 \justification true
221 \use_refstyle 0
222 \notefontcolor #0000ff
223 \index Index
224 \shortcut idx
225 \color #008000
226 \end_index
227 \secnumdepth 3
228 \tocdepth 3
229 \paragraph_separation skip
230 \defskip medskip
231 \quotes_language french
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \tracking_changes false
236 \html_math_output 0
237 \html_css_as_file 0
238 \output_changes false
239 \html_be_strict false
240 \end_header
241
242 \begin_body
243
244 \begin_layout Title
245 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
246  les boîtes et les objets externes de \SpecialChar LyX
247
248 \end_layout
249
250 \begin_layout Author
251 par l'Équipe \SpecialChar LyX
252
253 \begin_inset Foot
254 status collapsed
255
256 \begin_layout Plain Layout
257 \noindent
258 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
259  de la documentation de \SpecialChar LyX
260
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 auteur original : Uwe Stöhr
280 \end_layout
281
282 \begin_layout Plain Layout
283 Traduction française : Siegfried Meunier-Guttin-Cluzel
284 \end_layout
285
286 \begin_layout Plain Layout
287 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
288 n/Navigation, 31/10/2012, JPChrétien
289 \end_layout
290
291 \begin_layout Plain Layout
292 version initiale 2.1.x avril 2014, mise à jour J.P.
293  Chrétien
294 \end_layout
295
296 \begin_layout Plain Layout
297 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
298 \end_layout
299
300 \end_inset
301
302
303 \begin_inset Newline newline
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \family sans
312 Version 2.2.x
313 \end_layout
314
315 \begin_layout Standard
316 \begin_inset CommandInset toc
317 LatexCommand tableofcontents
318
319 \end_inset
320
321
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset Note Note
326 status open
327
328 \begin_layout Plain Layout
329 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
330  
331 \series bold
332 arydshln
333 \series default
334
335 \series bold
336 colortbl
337 \series default
338
339 \series bold
340 diagbox, lettrine, marginnote, picinpar
341 \series default
342 , et 
343 \series bold
344 sidecap
345 \series default
346  doivent être installés.
347  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
348  les sections qui nécessitent les paquetages en question n'apparaîtront
349  pas sur la sortie.
350 \end_layout
351
352 \begin_layout Plain Layout
353 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
354 \begin_inset Newline newline
355 \end_inset
356
357
358 \series bold
359 http://wiki.lyx.org/\SpecialChar LyX
360 /DocumentationDevelopment#EmbeddedObjects
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Chapter
369 Figures
370 \begin_inset Index idx
371 status collapsed
372
373 \begin_layout Plain Layout
374 Figures
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset Index idx
381 status collapsed
382
383 \begin_layout Plain Layout
384 Graphiques|see
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 {
391 \end_layout
392
393 \end_inset
394
395 Figures
396 \begin_inset ERT
397 status collapsed
398
399 \begin_layout Plain Layout
400
401 }
402 \end_layout
403
404 \end_inset
405
406
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \begin_layout Section
415 La fenêtre de dialogue graphique
416 \begin_inset Index idx
417 status collapsed
418
419 \begin_layout Plain Layout
420 Figures ! Fenêtre de dialogue Graphique
421 \end_layout
422
423 \end_inset
424
425
426 \begin_inset CommandInset label
427 LatexCommand label
428 name "sec:Graphics-Dialog"
429
430 \end_inset
431
432
433 \end_layout
434
435 \begin_layout Standard
436 Pour placer une figure dans votre document, cliquez sur le bouton 
437 \begin_inset Info
438 type  "icon"
439 arg   "dialog-show-new-inset graphics"
440 \end_inset
441
442  dans la barre d'outils, ou faites 
443 \family sans
444 Insertion\SpecialChar menuseparator
445 Graphique
446 \family default
447 .
448  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
449  à charger.
450  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
451  dans le texte.
452 \end_layout
453
454 \begin_layout Standard
455 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
456  sur une image
457 \begin_inset Note Note
458 status collapsed
459
460 \begin_layout Plain Layout
461 Ça marche aussi avec le bouton gauche ! (NdT)
462 \end_layout
463
464 \end_inset
465
466 .
467  Cette fenêtre de dialogue possède trois onglets:
468 \end_layout
469
470 \begin_layout Description
471 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
472  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
473  Les unités de longueurs utilisées sont décrites dans l'annexe
474 \begin_inset space ~
475 \end_inset
476
477
478 \begin_inset CommandInset ref
479 LatexCommand ref
480 reference "cha:Unités-de-longueur"
481
482 \end_inset
483
484 .
485 \begin_inset Newline newline
486 \end_inset
487
488
489 \begin_inset Index idx
490 status collapsed
491
492 \begin_layout Plain Layout
493 Figures ! Pivotées
494 \end_layout
495
496 \end_inset
497
498 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
499  d'une montre, en donnant l'angle de rotation et la position du pivot.
500  L'image apparaîtra pivotée dans \SpecialChar LyX
501 .
502 \begin_inset Newline newline
503 \end_inset
504
505
506 \begin_inset Index idx
507 status collapsed
508
509 \begin_layout Plain Layout
510 Figures ! Redimensionnées
511 \end_layout
512
513 \end_inset
514
515 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
516  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
517  sa largeur.
518  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
519  déterminée automatiquement.
520  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
521  éventuellement une distorsion.
522  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
523  
524 \family sans
525 Conserver
526 \begin_inset space ~
527 \end_inset
528
529 les
530 \begin_inset space ~
531 \end_inset
532
533 proportions
534 \family default
535 .
536  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
537  pas les valeurs fixées.
538  
539 \begin_inset Newline newline
540 \end_inset
541
542 Les images peuvent être modifiée en utilisant le programme de votre choix
543  en faisant un clic droit dessus et en choisissant 
544 \family sans
545 Éditer le fichier ailleurs
546 \family default
547  dans le menu contextuel qui apparaît.
548  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
549  
550 \family sans
551 Formats
552 \begin_inset space ~
553 \end_inset
554
555 de
556 \begin_inset space ~
557 \end_inset
558
559 fichiers
560 \family default
561  dans la fenêtre de dialogue de 
562 \family sans
563 Préférences
564 \family default
565  de \SpecialChar LyX
566 .
567 \end_layout
568
569 \begin_layout Description
570 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
571  la sortie finale est de modifier les coordonnées de la zone de l'image
572  qui est affichée.
573  Cette zone peut être calculée automatiquement à partir des données présentes
574  dans le fichier en appuyant sur le bouton 
575 \family sans
576 Valeurs
577 \begin_inset space ~
578 \end_inset
579
580 du
581 \begin_inset space ~
582 \end_inset
583
584 Fichier
585 \family default
586 .
587  Avec l'option 
588 \family sans
589 Couper
590 \begin_inset space ~
591 \end_inset
592
593 à
594 \begin_inset space ~
595 \end_inset
596
597 la
598 \begin_inset space ~
599 \end_inset
600
601 boîte
602 \begin_inset space ~
603 \end_inset
604
605 de
606 \begin_inset space ~
607 \end_inset
608
609 délimitation, 
610 \family default
611 seule la portion de l'image qui est dans la zone définie sera imprimée.
612  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
613  donc vous pouvez ignorer l'onglet 
614 \family sans
615 Rogner
616 \family default
617 .
618 \end_layout
619
620 \begin_layout Description
621
622 \family sans
623 Options
624 \begin_inset space ~
625 \end_inset
626
627 \SpecialChar LaTeX
628
629 \begin_inset space ~
630 \end_inset
631
632 et
633 \begin_inset space ~
634 \end_inset
635
636 \SpecialChar LyX
637
638 \family default
639  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
640  et les
641  experts ès-\SpecialChar LaTeX
642  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
643
644 \begin_inset Newline newline
645 \end_inset
646
647 L'option 
648 \family sans
649 Mode brouillon
650 \family default
651  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
652  avec la taille de l'image.
653 \begin_inset Newline newline
654 \end_inset
655
656 Dans la section 
657 \family sans
658 Groupe
659 \begin_inset space ~
660 \end_inset
661
662 de
663 \begin_inset space ~
664 \end_inset
665
666 graphiques
667 \family default
668  vous pouvez définir ou de choisir un groupe de paramètres d'image
669 \begin_inset Index idx
670 status collapsed
671
672 \begin_layout Plain Layout
673 Figures ! Groupes de paramétrisation
674 \end_layout
675
676 \end_inset
677
678 .
679  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
680  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
681  les autres soient automatiquement modifiées de la même manière.
682  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
683  avoir à modifier leur taille manuellement une par une.
684  On peut rattacher une image à un groupe existant en utilisant le menu contextue
685 l de l'image et en cochant le nom du groupe dans la liste
686 \begin_inset Foot
687 status collapsed
688
689 \begin_layout Plain Layout
690 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
691 \end_layout
692
693 \end_inset
694
695 .
696 \end_layout
697
698 \begin_layout Standard
699 \begin_inset VSpace bigskip
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 Voici un exemple d'image au format EPS
707 \begin_inset Foot
708 status collapsed
709
710 \begin_layout Plain Layout
711 Les format d'images sont décrits dans la section
712 \begin_inset space ~
713 \end_inset
714
715
716 \begin_inset CommandInset ref
717 LatexCommand ref
718 reference "sec:Image-Formats"
719
720 \end_inset
721
722 .
723 \end_layout
724
725 \end_inset
726
727  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
728 nt:
729 \begin_inset Separator parbreak
730 \end_inset
731
732
733 \end_layout
734
735 \begin_layout Standard
736 \align center
737 \begin_inset Graphics
738         filename ../clipart/mobius.eps
739         scale 70
740         scaleBeforeRotation
741         rotateOrigin center
742
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Standard
749 Et voici la même image mais en mode brouillon:
750 \begin_inset Separator parbreak
751 \end_inset
752
753
754 \end_layout
755
756 \begin_layout Standard
757 \align center
758 \begin_inset Graphics
759         filename ../clipart/mobius.eps
760         scale 70
761         draft
762         scaleBeforeRotation
763         rotateOrigin center
764
765 \end_inset
766
767
768 \end_layout
769
770 \begin_layout Section
771 Figures flottantes
772 \begin_inset CommandInset label
773 LatexCommand label
774 name "sec:Figure-Floats"
775
776 \end_inset
777
778
779 \begin_inset Index idx
780 status collapsed
781
782 \begin_layout Plain Layout
783 Flottants ! Figures
784 \end_layout
785
786 \end_inset
787
788
789 \begin_inset Index idx
790 status collapsed
791
792 \begin_layout Plain Layout
793 Figures ! Flottants
794 \end_layout
795
796 \end_inset
797
798
799 \end_layout
800
801 \begin_layout Standard
802 Pour des explications d'ordre général concernant les flottants, jetez un
803  coup d'œil à la section
804 \begin_inset space ~
805 \end_inset
806
807
808 \begin_inset CommandInset ref
809 LatexCommand ref
810 reference "sec:Flottants-Introduction"
811
812 \end_inset
813
814 .
815 \end_layout
816
817 \begin_layout Standard
818 Le bouton 
819 \begin_inset Info
820 type  "icon"
821 arg   "float-insert figure"
822 \end_inset
823
824  de la barre d'outils et le menu 
825 \family sans
826 Insertion\SpecialChar menuseparator
827 Flottant\SpecialChar menuseparator
828 Figure
829 \family default
830  insèrent un flottant avec l'étiquette 
831 \begin_inset Quotes fld
832 \end_inset
833
834
835 \series bold
836 Figure
837 \begin_inset space ~
838 \end_inset
839
840 #:
841 \series default
842
843 \begin_inset Quotes frd
844 \end_inset
845
846  (# est le numéro réel de l'image).
847  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
848 \begin_inset space ~
849 \end_inset
850
851
852 \begin_inset CommandInset ref
853 LatexCommand ref
854 reference "fig:kill-plat"
855
856 \end_inset
857
858  ou en dessous de la légende comme pour la Figure
859 \begin_inset space ~
860 \end_inset
861
862
863 \begin_inset CommandInset ref
864 LatexCommand ref
865 reference "fig:escher"
866
867 \end_inset
868
869 .
870  Vous trouverez plus d'information sur le positionnement des légendes dans
871  la section
872 \begin_inset space ~
873 \end_inset
874
875
876 \begin_inset CommandInset ref
877 LatexCommand ref
878 reference "sec:Placement-légende"
879
880 \end_inset
881
882 .
883 \end_layout
884
885 \begin_layout Standard
886 \begin_inset Float figure
887 wide false
888 sideways false
889 status open
890
891 \begin_layout Plain Layout
892 \align center
893 \begin_inset Graphics
894         filename ../clipart/platypus.eps
895         width 50col%
896         scaleBeforeRotation
897         rotateOrigin center
898
899 \end_inset
900
901
902 \end_layout
903
904 \begin_layout Plain Layout
905 \begin_inset Caption Standard
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "fig:kill-plat"
911
912 \end_inset
913
914 Un ornithorynque sévèrement déformé dans un flottant de figure.
915 \end_layout
916
917 \end_inset
918
919
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Standard
928 \begin_inset Float figure
929 wide false
930 sideways false
931 status open
932
933 \begin_layout Plain Layout
934 \begin_inset Caption Standard
935
936 \begin_layout Plain Layout
937 \begin_inset CommandInset label
938 LatexCommand label
939 name "fig:escher"
940
941 \end_inset
942
943 M.C.
944  Escher sous LSD.
945 \end_layout
946
947 \end_inset
948
949
950 \end_layout
951
952 \begin_layout Plain Layout
953 \align center
954 \begin_inset Graphics
955         filename ../clipart/escher-lsd.eps
956         scale 80
957         scaleBeforeRotation
958         rotateOrigin center
959
960 \end_inset
961
962
963 \end_layout
964
965 \end_inset
966
967
968 \end_layout
969
970 \begin_layout Standard
971 \begin_inset Index idx
972 status collapsed
973
974 \begin_layout Plain Layout
975 References@Références ! à des Figures
976 \end_layout
977
978 \end_inset
979
980 Les figure
981 \begin_inset space ~
982 \end_inset
983
984
985 \begin_inset CommandInset ref
986 LatexCommand ref
987 reference "fig:kill-plat"
988
989 \end_inset
990
991  et 
992 \begin_inset CommandInset ref
993 LatexCommand ref
994 reference "fig:escher"
995
996 \end_inset
997
998  sont des exemples de figures référencées.
999  Dans le texte, on fait référence à une figure en faisant référence à sa
1000  légende.
1001  On insère donc une étiquette dans la légende en utilisant le menu 
1002 \family sans
1003 Insertion
1004 \family default
1005 \SpecialChar menuseparator
1006
1007 \family sans
1008 Étiquette
1009 \family default
1010  ou le bouton 
1011 \begin_inset Info
1012 type  "icon"
1013 arg   "label-insert"
1014 \end_inset
1015
1016  de la barre d'outils.
1017  On peut alors faire référence à cette étiquette en utilisant le menu 
1018 \family sans
1019 Insertion\SpecialChar menuseparator
1020 Référence
1021 \begin_inset space ~
1022 \end_inset
1023
1024 croisée
1025 \family default
1026  ou le bouton 
1027 \begin_inset Info
1028 type  "icon"
1029 arg   "dialog-show-new-inset ref"
1030 \end_inset
1031
1032  de la barre d'outils.
1033  Il est important d'utiliser des références pour les flottants de figures
1034  plutôt que des locutions vagues du genre 
1035 \begin_inset Quotes fld
1036 \end_inset
1037
1038 la figure ci-dessous
1039 \begin_inset Quotes frd
1040 \end_inset
1041
1042 , puisque \SpecialChar LaTeX
1043  va repositionner la figure dans le document final.
1044  Votre figure risque de ne plus être ci-dessous du tout !
1045 \begin_inset Newline newline
1046 \end_inset
1047
1048 Le référencement est expliqué plus en détail dans la section
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "sec:Referencer-les-Flottants"
1056
1057 \end_inset
1058
1059 .
1060 \end_layout
1061
1062 \begin_layout Standard
1063 En principe on met une seule figure dans un flottant, mais parfois vous
1064  pouvez vouloir deux figures avec chacune sa sous-légende.
1065  C'est possible en insérant des flottants d'image dans des flottants d'image
1066  existants.
1067  Notez que seule la légende principale des flottants est reprise dans la
1068  liste des figures.
1069  La figure
1070 \begin_inset space ~
1071 \end_inset
1072
1073
1074 \begin_inset CommandInset ref
1075 LatexCommand ref
1076 reference "fig:Deux-images-déformées"
1077
1078 \end_inset
1079
1080  est un exemple de flottant de figure avec deux images mises l'une à côté
1081  de l'autre.
1082  Vous pouvez aussi mettre les images les unes sous les autres.
1083  Les figures
1084 \begin_inset space ~
1085 \end_inset
1086
1087
1088 \begin_inset CommandInset ref
1089 LatexCommand ref
1090 reference "fig:Structure-indéfinissable"
1091
1092 \end_inset
1093
1094  et 
1095 \begin_inset CommandInset ref
1096 LatexCommand ref
1097 reference "fig:Un-ornithorynque"
1098
1099 \end_inset
1100
1101  sont des sous-figures.
1102 \end_layout
1103
1104 \begin_layout Standard
1105 \begin_inset Float figure
1106 wide false
1107 sideways false
1108 status open
1109
1110 \begin_layout Plain Layout
1111 \begin_inset space \hfill{}
1112 \end_inset
1113
1114
1115 \begin_inset Float figure
1116 wide false
1117 sideways false
1118 status open
1119
1120 \begin_layout Plain Layout
1121 \begin_inset Caption Standard
1122
1123 \begin_layout Plain Layout
1124 \begin_inset CommandInset label
1125 LatexCommand label
1126 name "fig:Structure-indéfinissable"
1127
1128 \end_inset
1129
1130 Structure indéfinissable
1131 \end_layout
1132
1133 \end_inset
1134
1135
1136 \end_layout
1137
1138 \begin_layout Plain Layout
1139 \begin_inset Graphics
1140         filename ../clipart/escher-lsd.eps
1141         width 45col%
1142         scaleBeforeRotation
1143         groupId Déformés
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \end_inset
1151
1152
1153 \begin_inset space \hfill{}
1154 \end_inset
1155
1156
1157 \begin_inset Float figure
1158 wide false
1159 sideways false
1160 status open
1161
1162 \begin_layout Plain Layout
1163 \begin_inset Caption Standard
1164
1165 \begin_layout Plain Layout
1166 \begin_inset CommandInset label
1167 LatexCommand label
1168 name "fig:Un-ornithorynque"
1169
1170 \end_inset
1171
1172 Un ornithorynque
1173 \end_layout
1174
1175 \end_inset
1176
1177
1178 \end_layout
1179
1180 \begin_layout Plain Layout
1181 \begin_inset Graphics
1182         filename ../clipart/platypus.eps
1183         width 45col%
1184         scaleBeforeRotation
1185         groupId Déformés
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \end_inset
1193
1194
1195 \begin_inset space \hfill{}
1196 \end_inset
1197
1198
1199 \end_layout
1200
1201 \begin_layout Plain Layout
1202 \begin_inset Caption Standard
1203
1204 \begin_layout Plain Layout
1205 \begin_inset CommandInset label
1206 LatexCommand label
1207 name "fig:Deux-images-déformées"
1208
1209 \end_inset
1210
1211 Deux images déformées.
1212  Les deux images font partie du groupe de paramétrisation 
1213 \begin_inset Quotes fld
1214 \end_inset
1215
1216 déformés
1217 \begin_inset Quotes frd
1218 \end_inset
1219
1220 .
1221 \end_layout
1222
1223 \end_inset
1224
1225
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Section
1234 Les formats d'images
1235 \begin_inset CommandInset label
1236 LatexCommand label
1237 name "sec:Image-Formats"
1238
1239 \end_inset
1240
1241
1242 \begin_inset Index idx
1243 status collapsed
1244
1245 \begin_layout Plain Layout
1246 Formats d' images
1247 \end_layout
1248
1249 \end_inset
1250
1251
1252 \begin_inset Index idx
1253 status collapsed
1254
1255 \begin_layout Plain Layout
1256 Figures ! Formats d'images
1257 \end_layout
1258
1259 \end_inset
1260
1261
1262 \end_layout
1263
1264 \begin_layout Standard
1265 Vous pouvez insérer des images dans n'importe quel format connu.
1266  Mais, comme nous l'avons expliqué dans l'annexe
1267 \begin_inset space ~
1268 \end_inset
1269
1270
1271 \begin_inset CommandInset ref
1272 LatexCommand ref
1273 reference "cha:Formats-fichiers-graphiques"
1274
1275 \end_inset
1276
1277 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1278  de formats d'images.
1279  Pour s'en sortir \SpecialChar LyX
1280  utilise le programme 
1281 \family typewriter
1282 ImageMagick
1283 \family default
1284  en arrière plan pour convertir les formats que vous utilisez dans un des
1285  formats acceptés par le format de sortie.
1286  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1287 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1288 \begin_inset space ~
1289 \end_inset
1290
1291
1292 \begin_inset CommandInset ref
1293 LatexCommand ref
1294 reference "cha:Formats-fichiers-graphiques"
1295
1296 \end_inset
1297
1298 .
1299 \end_layout
1300
1301 \begin_layout Standard
1302 Comme pour les polices de caractères, il y a deux grands types de formats
1303  d'images:
1304 \end_layout
1305
1306 \begin_layout Description
1307 Les
1308 \begin_inset space ~
1309 \end_inset
1310
1311 images
1312 \begin_inset space ~
1313 \end_inset
1314
1315 Matricielles
1316 \begin_inset space ~
1317 \end_inset
1318
1319 (ou
1320 \begin_inset space ~
1321 \end_inset
1322
1323 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1324  enregistrés sous un format compressé.
1325  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1326  petits carrés quand on utilise des agrandissements trop importants (aspect
1327  
1328 \begin_inset Quotes fld
1329 \end_inset
1330
1331 pixellisé
1332 \begin_inset Quotes frd
1333 \end_inset
1334
1335 ).
1336  Les formats matriciels les plus connus sont le GIF (
1337 \begin_inset Quotes fld
1338 \end_inset
1339
1340 Graphics Interchange Format
1341 \begin_inset Quotes frd
1342 \end_inset
1343
1344 , avec comme suffixe de fichier 
1345 \begin_inset Quotes fld
1346 \end_inset
1347
1348
1349 \family typewriter
1350 .gif
1351 \family default
1352
1353 \begin_inset Quotes frd
1354 \end_inset
1355
1356 )
1357 \begin_inset Index idx
1358 status collapsed
1359
1360 \begin_layout Plain Layout
1361 GIF|see
1362 \begin_inset ERT
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366
1367 {
1368 \end_layout
1369
1370 \end_inset
1371
1372 Format d'image
1373 \begin_inset ERT
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377
1378 }
1379 \end_layout
1380
1381 \end_inset
1382
1383
1384 \end_layout
1385
1386 \end_inset
1387
1388 , le PNG (
1389 \begin_inset Quotes fld
1390 \end_inset
1391
1392 Portable Network Graphics
1393 \begin_inset Quotes frd
1394 \end_inset
1395
1396 , suffixe 
1397 \begin_inset Quotes fld
1398 \end_inset
1399
1400
1401 \family typewriter
1402 .png
1403 \family default
1404
1405 \begin_inset Quotes frd
1406 \end_inset
1407
1408 )
1409 \begin_inset Index idx
1410 status collapsed
1411
1412 \begin_layout Plain Layout
1413 PNG|see
1414 \begin_inset ERT
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418
1419 {
1420 \end_layout
1421
1422 \end_inset
1423
1424 Formats d'image
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 }
1431 \end_layout
1432
1433 \end_inset
1434
1435
1436 \end_layout
1437
1438 \end_inset
1439
1440  et le JPG (
1441 \begin_inset Quotes fld
1442 \end_inset
1443
1444 Joint Photographic Expert Group
1445 \begin_inset Quotes frd
1446 \end_inset
1447
1448 , suffixe 
1449 \begin_inset Quotes fld
1450 \end_inset
1451
1452
1453 \family typewriter
1454 .jpg
1455 \family default
1456
1457 \begin_inset Quotes frd
1458 \end_inset
1459
1460  ou 
1461 \begin_inset Quotes fld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .jpeg
1467 \family default
1468
1469 \begin_inset Quotes frd
1470 \end_inset
1471
1472 )
1473 \begin_inset Index idx
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 JPG|see
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 {
1484 \end_layout
1485
1486 \end_inset
1487
1488 Formats d'image
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 }
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503
1504 .
1505 \end_layout
1506
1507 \begin_layout Description
1508 Les
1509 \begin_inset space ~
1510 \end_inset
1511
1512 images
1513 \begin_inset space ~
1514 \end_inset
1515
1516 Vectorielles
1517 \begin_inset space ~
1518 \end_inset
1519
1520 (ou
1521 \begin_inset space ~
1522 \end_inset
1523
1524 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1525  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1526 nnée comme on le veut sans perte de précision.
1527  La possibilité de redimensionner les images est très utilisé pour les présentat
1528 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1529 nnement.
1530  Le redimensionnement permet aussi de présenter des documents en ligne où
1531  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1532  étudier les détails.
1533 \begin_inset Newline newline
1534 \end_inset
1535
1536 Les principaux formats vectoriels sont le SVG (
1537 \begin_inset Quotes fld
1538 \end_inset
1539
1540 Scalable Vector Graphics
1541 \begin_inset Quotes frd
1542 \end_inset
1543
1544 , suffixe 
1545 \begin_inset Quotes fld
1546 \end_inset
1547
1548
1549 \family typewriter
1550 .svg
1551 \family default
1552
1553 \begin_inset Quotes frd
1554 \end_inset
1555
1556 )
1557 \begin_inset Index idx
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561 SVG|see
1562 \begin_inset ERT
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566
1567 {
1568 \end_layout
1569
1570 \end_inset
1571
1572 Format d'image
1573 \begin_inset ERT
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577
1578 }
1579 \end_layout
1580
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587
1588 , l'EPS ( 
1589 \begin_inset Quotes fld
1590 \end_inset
1591
1592 encapsulated PostScript
1593 \begin_inset Quotes frd
1594 \end_inset
1595
1596 , suffixe 
1597 \begin_inset Quotes fld
1598 \end_inset
1599
1600
1601 \family typewriter
1602 .eps
1603 \family default
1604
1605 \begin_inset Quotes frd
1606 \end_inset
1607
1608 )
1609 \begin_inset Index idx
1610 status collapsed
1611
1612 \begin_layout Plain Layout
1613 EPS|see
1614 \begin_inset ERT
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618
1619 {
1620 \end_layout
1621
1622 \end_inset
1623
1624 Format d'image
1625 \begin_inset ERT
1626 status collapsed
1627
1628 \begin_layout Plain Layout
1629
1630 }
1631 \end_layout
1632
1633 \end_inset
1634
1635
1636 \end_layout
1637
1638 \end_inset
1639
1640 , le PDF (
1641 \begin_inset Quotes fld
1642 \end_inset
1643
1644 Portable Document Format
1645 \begin_inset Quotes frd
1646 \end_inset
1647
1648 , suffixe 
1649 \begin_inset Quotes fld
1650 \end_inset
1651
1652
1653 \family typewriter
1654 .pdf
1655 \family default
1656
1657 \begin_inset Quotes frd
1658 \end_inset
1659
1660 )
1661 \begin_inset Index idx
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 PDF|see
1666 \begin_inset ERT
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670
1671 {
1672 \end_layout
1673
1674 \end_inset
1675
1676 Format d'image
1677 \begin_inset ERT
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681
1682 }
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \end_inset
1691
1692  et le WMF (
1693 \begin_inset Quotes fld
1694 \end_inset
1695
1696 Windows Metafile
1697 \begin_inset Quotes frd
1698 \end_inset
1699
1700 , suffixe 
1701 \begin_inset Quotes fld
1702 \end_inset
1703
1704
1705 \family typewriter
1706 .wfm
1707 \family default
1708
1709 \begin_inset Quotes frd
1710 \end_inset
1711
1712  ou 
1713 \begin_inset Quotes fld
1714 \end_inset
1715
1716
1717 \family typewriter
1718 .emf
1719 \family default
1720
1721 \begin_inset Quotes frd
1722 \end_inset
1723
1724 )
1725 \begin_inset Index idx
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 WMF|see
1730 \begin_inset ERT
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734
1735 {
1736 \end_layout
1737
1738 \end_inset
1739
1740 Formats d'images
1741 \begin_inset ERT
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745
1746 }
1747 \end_layout
1748
1749 \end_inset
1750
1751
1752 \end_layout
1753
1754 \end_inset
1755
1756 .
1757  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1758  en EPS, mais le résultat ne sera pas redimensionnable.
1759  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1760 \begin_inset Foot
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Dans le cas du PDF l'image initiale est aussi compressée.
1765 \end_layout
1766
1767 \end_inset
1768
1769
1770 \end_layout
1771
1772 \begin_layout Standard
1773 Les fichiers PDF générés par 
1774 \family typewriter
1775 Adobe Photoshop
1776 \family default
1777 , par exemple, sont des images matricielles.
1778 \end_layout
1779
1780 \begin_layout Standard
1781 En principe il est quasiment impossible de convertir une image matricielle
1782  en graphique vectoriel, seul le contraire est possible.
1783  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1784  dans respectivement un fichier de sortie PDF ou PostScript.
1785  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1786  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1787  WMF/SVG
1788 \begin_inset Formula $\to$
1789 \end_inset
1790
1791 PDF/EPS convenables.
1792 \end_layout
1793
1794 \begin_layout Chapter
1795 Tableaux
1796 \begin_inset Index idx
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800 Tableau
1801 \end_layout
1802
1803 \end_inset
1804
1805
1806 \end_layout
1807
1808 \begin_layout Section
1809 Introduction
1810 \begin_inset Index idx
1811 status collapsed
1812
1813 \begin_layout Plain Layout
1814 Tableau ! Introduction
1815 \end_layout
1816
1817 \end_inset
1818
1819
1820 \end_layout
1821
1822 \begin_layout Standard
1823 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1824  
1825 \begin_inset Info
1826 type  "icon"
1827 arg   "tabular-insert"
1828 \end_inset
1829
1830  soit 
1831 \family sans
1832 Insertion\SpecialChar menuseparator
1833 Tableau
1834 \family default
1835 .
1836  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1837  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1838  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1839  sur un bouton de la souris pour valider votre choix.
1840  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1841  vous demandant le nombre de lignes et de colonnes.
1842 \begin_inset Newline newline
1843 \end_inset
1844
1845 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1846  une à droite de la colonne la plus à droite et une en bas de la rangée
1847  du bas, qui forment une boîte autour du tableau.
1848  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1849  apparaît séparée du reste du tableau.
1850  Voici un exemple :
1851 \begin_inset Separator parbreak
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \begin_layout Standard
1858 \align center
1859 \begin_inset Tabular
1860 <lyxtabular version="3" rows="4" columns="4">
1861 <features tabularvalignment="middle">
1862 <column alignment="center" valignment="top">
1863 <column alignment="center" valignment="top">
1864 <column alignment="center" valignment="top">
1865 <column alignment="center" valignment="top">
1866 <row>
1867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 1
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 2
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898 3
1899 \end_layout
1900
1901 \end_inset
1902 </cell>
1903 </row>
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 A
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1924 \begin_inset Text
1925
1926 \begin_layout Plain Layout
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \end_layout
1938
1939 \end_inset
1940 </cell>
1941 </row>
1942 <row>
1943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 B
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Plain Layout
1965
1966 \end_layout
1967
1968 \end_inset
1969 </cell>
1970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1971 \begin_inset Text
1972
1973 \begin_layout Plain Layout
1974
1975 \end_layout
1976
1977 \end_inset
1978 </cell>
1979 </row>
1980 <row>
1981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985 C
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1991 \begin_inset Text
1992
1993 \begin_layout Plain Layout
1994
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2000 \begin_inset Text
2001
2002 \begin_layout Plain Layout
2003
2004 \end_layout
2005
2006 \end_inset
2007 </cell>
2008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2009 \begin_inset Text
2010
2011 \begin_layout Plain Layout
2012
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 </row>
2018 </lyxtabular>
2019
2020 \end_inset
2021
2022
2023 \end_layout
2024
2025 \begin_layout Section
2026 La fenêtre 
2027 \family sans
2028 tableau
2029 \family default
2030
2031 \begin_inset Index idx
2032 status collapsed
2033
2034 \begin_layout Plain Layout
2035 Tableau ! Fenêtre de dialogue
2036 \end_layout
2037
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \begin_layout Standard
2044 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2045  de la souris, qui ouvre le menu contextuel.
2046  A l'aide du choix de menu 
2047 \family sans
2048 Plus...
2049
2050 \family default
2051  vous pouvez modifier les réglages concernant la cellule, la colonne et
2052  la ligne dans laquelle le curseur se trouve.
2053  Le menu contextuel 
2054 \family sans
2055 Plus...\SpecialChar menuseparator
2056 Paramètres...
2057
2058 \family default
2059  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2060  sont possibles.
2061  La plupart des options peuvent s'appliquer à des sélections.
2062  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2063  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2064  votre sélection.
2065  Notez qu'il y a une différence entre sélectionner le 
2066 \emph on
2067 contenu 
2068 \emph default
2069 d'une cellule et sélectionner la cellule elle-même.
2070 \begin_inset Newline newline
2071 \end_inset
2072
2073 En cochant l'option 
2074 \family sans
2075 Application
2076 \begin_inset space ~
2077 \end_inset
2078
2079 immédiate
2080 \family default
2081  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2082  est appliquée directement.
2083  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2084  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2085  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2086  de dialogue, vous devez appuyer sur 
2087 \family sans
2088 Entrée
2089 \family default
2090  pour que la modification soit appliquée.
2091 \begin_inset Newline newline
2092 \end_inset
2093
2094 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2095  :
2096 \end_layout
2097
2098 \begin_layout Description
2099 Paramètres
2100 \begin_inset space ~
2101 \end_inset
2102
2103 du
2104 \begin_inset space ~
2105 \end_inset
2106
2107 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2108  la largeur de la colonne courante.
2109  L'alignement horizontal 
2110 \family sans
2111 Au
2112 \begin_inset space ~
2113 \end_inset
2114
2115 séparateur
2116 \begin_inset space ~
2117 \end_inset
2118
2119 décimal
2120 \family default
2121  est décrit dans la section
2122 \begin_inset space ~
2123 \end_inset
2124
2125
2126 \begin_inset CommandInset ref
2127 LatexCommand ref
2128 reference "subsec:Alignements-de-cellules"
2129
2130 \end_inset
2131
2132 .
2133  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2134  vertical de la ligne courante.
2135  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2136  et donc, plusieurs paragraphes de texte, voir la section
2137 \begin_inset space ~
2138 \end_inset
2139
2140
2141 \begin_inset CommandInset ref
2142 LatexCommand ref
2143 reference "subsec:Lignes-multiple-dans-cellule"
2144
2145 \end_inset
2146
2147 .
2148  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2149  pour accommoder le contenu de cellule le plus large.
2150 \begin_inset Newline newline
2151 \end_inset
2152
2153 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2154  un multi-colonnes, voir la section
2155 \begin_inset space ~
2156 \end_inset
2157
2158
2159 \begin_inset CommandInset ref
2160 LatexCommand ref
2161 reference "subsec:Multicolonnes"
2162
2163 \end_inset
2164
2165  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2166 \begin_inset space ~
2167 \end_inset
2168
2169
2170 \begin_inset CommandInset ref
2171 LatexCommand ref
2172 reference "subsec:Multi-lignes"
2173
2174 \end_inset
2175
2176 .
2177 \begin_inset Newline newline
2178 \end_inset
2179
2180 L'option 
2181 \family sans
2182 Tourner
2183 \begin_inset space ~
2184 \end_inset
2185
2186 la
2187 \begin_inset space ~
2188 \end_inset
2189
2190 case
2191 \begin_inset space ~
2192 \end_inset
2193
2194 de
2195 \begin_inset space ~
2196 \end_inset
2197
2198 90°
2199 \family default
2200  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2201  L'option 
2202 \family sans
2203 Tourner
2204 \begin_inset space ~
2205 \end_inset
2206
2207 le
2208 \begin_inset space ~
2209 \end_inset
2210
2211 tableau
2212 \begin_inset space ~
2213 \end_inset
2214
2215 de
2216 \begin_inset space ~
2217 \end_inset
2218
2219 90°
2220 \family default
2221  fait pivoter tout le tableau.
2222  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2223 , mais devraient l'être dans la
2224  sortie finale.
2225  Pour plus d'information voir la section
2226 \begin_inset space ~
2227 \end_inset
2228
2229
2230 \begin_inset CommandInset ref
2231 LatexCommand ref
2232 reference "sec:Pivotement-des-cellules"
2233
2234 \end_inset
2235
2236 .
2237 \begin_inset Newline newline
2238 \end_inset
2239
2240
2241 \begin_inset Note Greyedout
2242 status open
2243
2244 \begin_layout Plain Layout
2245
2246 \series bold
2247 Note:
2248 \series default
2249  La plupart des visualiseurs DVI ne sont 
2250 \emph on
2251 pas
2252 \emph default
2253  capables d'afficher ces rotations.
2254 \end_layout
2255
2256 \end_inset
2257
2258
2259 \begin_inset Newline newline
2260 \end_inset
2261
2262 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2263  qui sont incorporés dans une ligne de texte :
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267 Une ligne avec des tableaux alignés de différentes manières: 
2268 \begin_inset Tabular
2269 <lyxtabular version="3" rows="2" columns="2">
2270 <features tabularvalignment="top">
2271 <column alignment="center" valignment="top" width="0pt">
2272 <column alignment="center" valignment="top">
2273 <row>
2274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2275 \begin_inset Text
2276
2277 \begin_layout Plain Layout
2278
2279 \end_layout
2280
2281 \end_inset
2282 </cell>
2283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2284 \begin_inset Text
2285
2286 \begin_layout Plain Layout
2287 1
2288 \end_layout
2289
2290 \end_inset
2291 </cell>
2292 </row>
2293 <row>
2294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2295 \begin_inset Text
2296
2297 \begin_layout Plain Layout
2298 A
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Plain Layout
2307
2308 \end_layout
2309
2310 \end_inset
2311 </cell>
2312 </row>
2313 </lyxtabular>
2314
2315 \end_inset
2316
2317  
2318 \begin_inset Tabular
2319 <lyxtabular version="3" rows="2" columns="2">
2320 <features tabularvalignment="middle">
2321 <column alignment="center" valignment="top">
2322 <column alignment="center" valignment="top">
2323 <row>
2324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2325 \begin_inset Text
2326
2327 \begin_layout Plain Layout
2328
2329 \end_layout
2330
2331 \end_inset
2332 </cell>
2333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2334 \begin_inset Text
2335
2336 \begin_layout Plain Layout
2337 1
2338 \end_layout
2339
2340 \end_inset
2341 </cell>
2342 </row>
2343 <row>
2344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2345 \begin_inset Text
2346
2347 \begin_layout Plain Layout
2348 A
2349 \end_layout
2350
2351 \end_inset
2352 </cell>
2353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2354 \begin_inset Text
2355
2356 \begin_layout Plain Layout
2357
2358 \end_layout
2359
2360 \end_inset
2361 </cell>
2362 </row>
2363 </lyxtabular>
2364
2365 \end_inset
2366
2367  
2368 \begin_inset Tabular
2369 <lyxtabular version="3" rows="2" columns="2">
2370 <features tabularvalignment="bottom">
2371 <column alignment="center" valignment="top" width="0pt">
2372 <column alignment="center" valignment="top">
2373 <row>
2374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2375 \begin_inset Text
2376
2377 \begin_layout Plain Layout
2378
2379 \end_layout
2380
2381 \end_inset
2382 </cell>
2383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2384 \begin_inset Text
2385
2386 \begin_layout Plain Layout
2387 1
2388 \end_layout
2389
2390 \end_inset
2391 </cell>
2392 </row>
2393 <row>
2394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2395 \begin_inset Text
2396
2397 \begin_layout Plain Layout
2398 A
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Plain Layout
2407
2408 \end_layout
2409
2410 \end_inset
2411 </cell>
2412 </row>
2413 </lyxtabular>
2414
2415 \end_inset
2416
2417
2418 \begin_inset Newline newline
2419 \end_inset
2420
2421 On peut aussi entrer des paramètres \SpecialChar LaTeX
2422  pour obtenir des mise en formes spéciales
2423  pour le tableau, voir les sections
2424 \begin_inset space ~
2425 \end_inset
2426
2427
2428 \begin_inset CommandInset ref
2429 LatexCommand ref
2430 reference "subsec:Calculs-multicolonnes"
2431
2432 \end_inset
2433
2434  et 
2435 \begin_inset CommandInset ref
2436 LatexCommand ref
2437 reference "sec:Tableaux-Colorés"
2438
2439 \end_inset
2440
2441 .
2442 \end_layout
2443
2444 \begin_layout Description
2445
2446 \family sans
2447 Bordures
2448 \family default
2449  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2450  ou la colonne courante.
2451  
2452 \begin_inset Newline newline
2453 \end_inset
2454
2455 En utilisant le style 
2456 \family sans
2457 Formel
2458 \family default
2459  à la place du style par 
2460 \family sans
2461 Défaut
2462 \family default
2463 , on va convertir le tableau en tableau formel comme on le décrit dans la
2464  section
2465 \begin_inset space ~
2466 \end_inset
2467
2468
2469 \begin_inset CommandInset ref
2470 LatexCommand ref
2471 reference "sec:Tableaux-Formels"
2472
2473 \end_inset
2474
2475 .
2476 \begin_inset Newline newline
2477 \end_inset
2478
2479 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2480  dans les lignes du tableau comme c'est décrit dans la section
2481 \begin_inset space ~
2482 \end_inset
2483
2484
2485 \begin_inset CommandInset ref
2486 LatexCommand ref
2487 reference "subsec:Espacement-lignes"
2488
2489 \end_inset
2490
2491 .
2492 \end_layout
2493
2494 \begin_layout Description
2495 Tableau
2496 \begin_inset space ~
2497 \end_inset
2498
2499 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2500  un 
2501 \begin_inset Quotes fld
2502 \end_inset
2503
2504
2505 \emph on
2506 tableau long
2507 \emph default
2508
2509 \begin_inset Quotes frd
2510 \end_inset
2511
2512  qui peut continuer sur plusieurs pages.
2513  Les sections
2514 \begin_inset space ~
2515 \end_inset
2516
2517
2518 \begin_inset CommandInset ref
2519 LatexCommand ref
2520 reference "sec:Tableaux-longs"
2521
2522 \end_inset
2523
2524  et 
2525 \begin_inset CommandInset ref
2526 LatexCommand ref
2527 reference "sec:Questions-sur-tableaux-longs"
2528
2529 \end_inset
2530
2531  décrivent ces tableaux longs plus en détail.
2532 \end_layout
2533
2534 \begin_layout Section
2535 La barre d'outils tableau
2536 \begin_inset Index idx
2537 status collapsed
2538
2539 \begin_layout Plain Layout
2540 Tableau ! Barre d'outils
2541 \end_layout
2542
2543 \end_inset
2544
2545
2546 \end_layout
2547
2548 \begin_layout Standard
2549 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2550  permet de modifier plus rapidement les tableaux.
2551  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2552  quand le
2553  curseur se trouve à l'intérieur d'un tableau.
2554  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2555  au menu 
2556 \family sans
2557 Visualiser\SpecialChar menuseparator
2558 Barres
2559 \begin_inset space ~
2560 \end_inset
2561
2562 d'outils\SpecialChar menuseparator
2563 Tableau
2564 \family default
2565 .
2566 \end_layout
2567
2568 \begin_layout Standard
2569 La barre d'outils contient les icônes suivantes :
2570 \end_layout
2571
2572 \begin_layout Labeling
2573 \labelwidthstring 00.00.0000
2574 \begin_inset Info
2575 type  "icon"
2576 arg   "inset-modify tabular append-row"
2577 \end_inset
2578
2579  ajoute une ligne sous la cellule ou la sélection courante
2580 \end_layout
2581
2582 \begin_layout Labeling
2583 \labelwidthstring 00.00.0000
2584 \begin_inset Info
2585 type  "icon"
2586 arg   "inset-modify tabular append-column"
2587 \end_inset
2588
2589  ajoute une colonne à la droite de la cellule ou de la sélection courante
2590 \end_layout
2591
2592 \begin_layout Labeling
2593 \labelwidthstring 00.00.0000
2594 \begin_inset Info
2595 type  "icon"
2596 arg   "inset-modify tabular delete-row"
2597 \end_inset
2598
2599  supprime la ligne ou la sélection courante
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604 \begin_inset Info
2605 type  "icon"
2606 arg   "inset-modify tabular delete-column"
2607 \end_inset
2608
2609  supprime la colonne ou la sélection courante
2610 \end_layout
2611
2612 \begin_layout Labeling
2613 \labelwidthstring 00.00.0000
2614 \begin_inset Info
2615 type  "icon"
2616 arg   "inset-modify tabular move-row-up"
2617 \end_inset
2618
2619  déplace la ligne vers le haut
2620 \end_layout
2621
2622 \begin_layout Labeling
2623 \labelwidthstring 00.00.0000
2624 \begin_inset Info
2625 type  "icon"
2626 arg   "inset-modify tabular move-column-left"
2627 \end_inset
2628
2629  déplace la colonne vers la gauche
2630 \end_layout
2631
2632 \begin_layout Labeling
2633 \labelwidthstring 00.00.0000
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular move-row-down"
2637 \end_inset
2638
2639  déplace la ligne vers le bas
2640 \end_layout
2641
2642 \begin_layout Labeling
2643 \labelwidthstring 00.00.0000
2644 \begin_inset Info
2645 type  "icon"
2646 arg   "inset-modify tabular move-column-right"
2647 \end_inset
2648
2649  déplace la colonne vers la droite
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "inset-modify tabular toggle-line-top"
2657 \end_inset
2658
2659  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2660  courante
2661 \end_layout
2662
2663 \begin_layout Labeling
2664 \labelwidthstring 00.00.0000
2665 \begin_inset Info
2666 type  "icon"
2667 arg   "inset-modify tabular toggle-line-bottom"
2668 \end_inset
2669
2670  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675 \begin_inset Info
2676 type  "icon"
2677 arg   "inset-modify tabular toggle-line-left"
2678 \end_inset
2679
2680  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2681 \begin_inset Note Note
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685 ou colonne ?
2686 \end_layout
2687
2688 \end_inset
2689
2690  ou de la sélection courante
2691 \end_layout
2692
2693 \begin_layout Labeling
2694 \labelwidthstring 00.00.0000
2695 \begin_inset Info
2696 type  "icon"
2697 arg   "inset-modify tabular toggle-line-right"
2698 \end_inset
2699
2700  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2701 \begin_inset Note Note
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 ou colonne ?
2706 \end_layout
2707
2708 \end_inset
2709
2710  ou de la sélection courante
2711 \end_layout
2712
2713 \begin_layout Labeling
2714 \labelwidthstring 00.00.0000
2715 \begin_inset Info
2716 type  "icon"
2717 arg   "inset-modify tabular set-all-lines"
2718 \end_inset
2719
2720  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2721  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2722  colonne et la ligne courante
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular unset-all-lines"
2730 \end_inset
2731
2732  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2733  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2734  aussi la colonne et la ligne courante
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular m-align-left"
2742 \end_inset
2743
2744  aligne à gauche le contenu de la cellule ou de la colonne courante
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "inset-modify tabular m-align-center"
2752 \end_inset
2753
2754  centre horizontalement le contenu de la cellule ou de la colonne courante
2755 \end_layout
2756
2757 \begin_layout Labeling
2758 \labelwidthstring 00.00.0000
2759 \begin_inset Info
2760 type  "icon"
2761 arg   "inset-modify tabular m-align-right"
2762 \end_inset
2763
2764  aligne à droite le contenu de la cellule ou de la colonne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769 \begin_inset Info
2770 type  "icon"
2771 arg   "inset-modify tabular align-decimal"
2772 \end_inset
2773
2774  aligne le contenu de la colonne courante sur un caractère
2775 \end_layout
2776
2777 \begin_layout Labeling
2778 \labelwidthstring 00.00.0000
2779 \begin_inset Info
2780 type  "icon"
2781 arg   "inset-modify tabular m-valign-top"
2782 \end_inset
2783
2784  aligne le contenu de la cellule courante verticalement vers le haut
2785 \end_layout
2786
2787 \begin_layout Labeling
2788 \labelwidthstring 00.00.0000
2789 \begin_inset Info
2790 type  "icon"
2791 arg   "inset-modify tabular m-valign-middle"
2792 \end_inset
2793
2794  centre verticalement le contenu de la cellule courante
2795 \end_layout
2796
2797 \begin_layout Labeling
2798 \labelwidthstring 00.00.0000
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "inset-modify tabular m-valign-bottom"
2802 \end_inset
2803
2804  aligne le contenu de la cellule courante verticalement vers le bas
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "inset-modify tabular set-rotate-cell"
2812 \end_inset
2813
2814  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2815 re
2816 \end_layout
2817
2818 \begin_layout Labeling
2819 \labelwidthstring 00.00.0000
2820 \begin_inset Info
2821 type  "icon"
2822 arg   "inset-modify tabular set-rotate-tabular"
2823 \end_inset
2824
2825  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2826 \end_layout
2827
2828 \begin_layout Labeling
2829 \labelwidthstring 00.00.0000
2830 \begin_inset Info
2831 type  "icon"
2832 arg   "inset-modify tabular multicolumn"
2833 \end_inset
2834
2835  transforme en multi-colonnes la cellule ou la sélection courante
2836 \end_layout
2837
2838 \begin_layout Labeling
2839 \labelwidthstring 00.00.0000
2840 \begin_inset Info
2841 type  "icon"
2842 arg   "inset-modify tabular multirow"
2843 \end_inset
2844
2845  transforme en multi-lignes la cellule ou la sélection courante
2846 \end_layout
2847
2848 \begin_layout Standard
2849 \begin_inset Note Greyedout
2850 status open
2851
2852 \begin_layout Plain Layout
2853
2854 \series bold
2855 Note :
2856 \series default
2857  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2858  est utilisé pour toutes les autres cellules de la ligne.
2859 \end_layout
2860
2861 \end_inset
2862
2863
2864 \end_layout
2865
2866 \begin_layout Section
2867 Le menu Édition tableau
2868 \begin_inset Index idx
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872 Tableau ! Menu Édition
2873 \end_layout
2874
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \begin_layout Standard
2881 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2882  
2883 \family sans
2884 Édition\SpecialChar menuseparator
2885 Tableau
2886 \family default
2887  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2888  ou de la ligne courante et aussi de transformer la sélection courante en
2889  multi-colonnes.
2890  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2891 \end_layout
2892
2893 \begin_layout Section
2894 Flottant de tableau
2895 \begin_inset CommandInset label
2896 LatexCommand label
2897 name "sec:Table-Floats"
2898
2899 \end_inset
2900
2901
2902 \begin_inset Index idx
2903 status collapsed
2904
2905 \begin_layout Plain Layout
2906 Flottants ! Tableaux
2907 \end_layout
2908
2909 \end_inset
2910
2911
2912 \begin_inset Index idx
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916 Tableau ! Flottants
2917 \end_layout
2918
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \begin_layout Standard
2925 Pour des explications générales sur les flottants, jetez un œil à la section
2926 \begin_inset space ~
2927 \end_inset
2928
2929
2930 \begin_inset CommandInset ref
2931 LatexCommand ref
2932 reference "sec:Flottants-Introduction"
2933
2934 \end_inset
2935
2936 .
2937 \end_layout
2938
2939 \begin_layout Standard
2940 \begin_inset Float table
2941 placement h
2942 wide false
2943 sideways false
2944 status open
2945
2946 \begin_layout Plain Layout
2947 \begin_inset Caption Standard
2948
2949 \begin_layout Plain Layout
2950 \begin_inset CommandInset label
2951 LatexCommand label
2952 name "tab:Flottant-de-tableau"
2953
2954 \end_inset
2955
2956 Un flottant de tableau.
2957 \end_layout
2958
2959 \end_inset
2960
2961
2962 \end_layout
2963
2964 \begin_layout Plain Layout
2965 \align center
2966 \begin_inset Tabular
2967 <lyxtabular version="3" rows="3" columns="3">
2968 <features tabularvalignment="middle">
2969 <column alignment="center" valignment="top" width="0pt">
2970 <column alignment="center" valignment="top" width="0pt">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 1
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2983 \begin_inset Text
2984
2985 \begin_layout Plain Layout
2986 2
2987 \end_layout
2988
2989 \end_inset
2990 </cell>
2991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995 3
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 </row>
3001 <row>
3002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 Jules
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015 Marie
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 Jean
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035 \begin_inset Formula $\int x^{2}dx$
3036 \end_inset
3037
3038
3039 \end_layout
3040
3041 \end_inset
3042 </cell>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\left[\begin{array}{cc}
3048 a & b\\
3049 c & d
3050 \end{array}\right]$
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062 \begin_inset Formula $1+1=2$
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 </lyxtabular>
3072
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084 Les flottants de tableau sont insérés en utilisant le menu 
3085 \family sans
3086 Insertion\SpecialChar menuseparator
3087 Flottant\SpecialChar menuseparator
3088 Tableau
3089 \family default
3090  ou le bouton 
3091 \begin_inset Info
3092 type  "icon"
3093 arg   "float-insert table"
3094 \end_inset
3095
3096  de la barre d'outils.
3097 \end_layout
3098
3099 \begin_layout Standard
3100 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3101  qui a comme étiquette 
3102 \begin_inset Quotes fld
3103 \end_inset
3104
3105 Tableau
3106 \begin_inset space ~
3107 \end_inset
3108
3109 #:
3110 \begin_inset Quotes frd
3111 \end_inset
3112
3113  (où # est le numéro du tableau).
3114  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3115 \end_layout
3116
3117 \begin_layout Standard
3118 Le tableau
3119 \begin_inset space ~
3120 \end_inset
3121
3122
3123 \begin_inset CommandInset ref
3124 LatexCommand ref
3125 reference "tab:Flottant-de-tableau"
3126
3127 \end_inset
3128
3129  est un exemple de tableau dans un flottant de tableau.
3130 \end_layout
3131
3132 \begin_layout Standard
3133 On met habituellement la légende au dessus des tableaux, mais cette règle
3134  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3135 .
3136  Cela signifie que si vous utilisez un document appartenant aux classes
3137  
3138 \family sans
3139 article
3140 \family default
3141
3142 \family sans
3143 book
3144 \family default
3145
3146 \family sans
3147 letter
3148 \family default
3149 , ou
3150 \family sans
3151  report
3152 \family default
3153  il n'y aura pas d'espace entre la légende et le tableau.
3154  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3155  la commande de chargement du paquetage \SpecialChar LaTeX
3156  
3157 \series bold
3158 caption
3159 \series default
3160
3161 \begin_inset Index idx
3162 status collapsed
3163
3164 \begin_layout Plain Layout
3165 Paquetages \SpecialChar LaTeX
3166  ! caption
3167 \end_layout
3168
3169 \end_inset
3170
3171  dans le préambule de votre document.
3172 \begin_inset Foot
3173 status collapsed
3174
3175 \begin_layout Plain Layout
3176 Pour plus d'information voyez la section
3177 \begin_inset space ~
3178 \end_inset
3179
3180
3181 \begin_inset CommandInset ref
3182 LatexCommand ref
3183 reference "sec:Placement-légende"
3184
3185 \end_inset
3186
3187 .
3188 \end_layout
3189
3190 \end_inset
3191
3192 :
3193 \end_layout
3194
3195 \begin_layout Standard
3196
3197 \series bold
3198 tableposition=top
3199 \end_layout
3200
3201 \begin_layout Standard
3202 Le paquetage 
3203 \series bold
3204 caption
3205 \series default
3206 , qui est décrit dans la section
3207 \begin_inset space ~
3208 \end_inset
3209
3210
3211 \begin_inset CommandInset ref
3212 LatexCommand ref
3213 reference "sec:Formatage-légende"
3214
3215 \end_inset
3216
3217 , est utilisé pour ajuster le format des légendes.
3218 \end_layout
3219
3220 \begin_layout Standard
3221 Dans le texte, on fait référence à un tableau
3222 \begin_inset Index idx
3223 status collapsed
3224
3225 \begin_layout Plain Layout
3226 References@Références ! à des Tableaux
3227 \end_layout
3228
3229 \end_inset
3230
3231  en faisant référence à sa légende.
3232  On insère donc une étiquette dans la légende en utilisant le menu 
3233 \family sans
3234 Insertion
3235 \family default
3236 \SpecialChar menuseparator
3237
3238 \family sans
3239 Étiquette
3240 \family default
3241  ou le bouton 
3242 \begin_inset Info
3243 type  "icon"
3244 arg   "label-insert"
3245 \end_inset
3246
3247  de la barre d'outils.
3248  On peut alors faire référence à cette étiquette en utilisant le menu 
3249 \family sans
3250 Insertion\SpecialChar menuseparator
3251 Référence
3252 \begin_inset space ~
3253 \end_inset
3254
3255 croisée
3256 \family default
3257  ou le bouton 
3258 \begin_inset Info
3259 type  "icon"
3260 arg   "dialog-show-new-inset ref"
3261 \end_inset
3262
3263  de la barre d'outils.
3264 \begin_inset Newline newline
3265 \end_inset
3266
3267 Les références croisées sont expliquées en détail dans la section
3268 \begin_inset space ~
3269 \end_inset
3270
3271
3272 \begin_inset CommandInset ref
3273 LatexCommand ref
3274 reference "sec:Referencer-les-Flottants"
3275
3276 \end_inset
3277
3278 .
3279 \end_layout
3280
3281 \begin_layout Section
3282 Tableaux Longs
3283 \begin_inset CommandInset label
3284 LatexCommand label
3285 name "sec:Tableaux-longs"
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Tableaux longs
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 Tableau ! Tableaux longs
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \end_layout
3311
3312 \begin_layout Standard
3313 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3314  l'option 
3315 \family sans
3316 Utiliser
3317 \begin_inset space ~
3318 \end_inset
3319
3320 les
3321 \begin_inset space ~
3322 \end_inset
3323
3324 tableaux
3325 \begin_inset space ~
3326 \end_inset
3327
3328 longs
3329 \family default
3330  de l'onglet 
3331 \family sans
3332 Tableau
3333 \begin_inset space ~
3334 \end_inset
3335
3336 long
3337 \family default
3338  de la fenêtre 
3339 \family sans
3340 Paramètres
3341 \begin_inset space ~
3342 \end_inset
3343
3344 du
3345 \begin_inset space ~
3346 \end_inset
3347
3348 tableau
3349 \family default
3350  pour le répartir automatiquement sur plusieurs pages.
3351  En cochant cette option, vous activez les options suivantes:
3352 \end_layout
3353
3354 \begin_layout Description
3355 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3356  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3357  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3358  première page, si 
3359 \family sans
3360 Premier
3361 \begin_inset space ~
3362 \end_inset
3363
3364 en-tête
3365 \family default
3366  est défini.
3367  Ces lignes forment l'en-tête principal.
3368 \end_layout
3369
3370 \begin_layout Description
3371 Premier
3372 \begin_inset space ~
3373 \end_inset
3374
3375 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3376  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3377  d'en-tête utilisées pour la première page du tableau long.
3378 \end_layout
3379
3380 \begin_layout Description
3381 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3382  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3383  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3384  page si 
3385 \family sans
3386 Dernier
3387 \begin_inset space ~
3388 \end_inset
3389
3390 pied
3391 \family default
3392  est défini.
3393 \end_layout
3394
3395 \begin_layout Description
3396 Dernier
3397 \begin_inset space ~
3398 \end_inset
3399
3400 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3401  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3402  constituant le pied de la dernière page du tableau long.
3403 \end_layout
3404
3405 \begin_layout Description
3406 Légende La ligne courante contient la légende du tableau.
3407  La première ligne est transformée en une colonne unique et une légende
3408  est insérée.
3409  Vous trouverez d'autres explications sur les légendes pour les tableaux
3410  longs dans la section
3411 \begin_inset space ~
3412 \end_inset
3413
3414
3415 \begin_inset CommandInset ref
3416 LatexCommand ref
3417 reference "subsec:Tableaux-longs-légende"
3418
3419 \end_inset
3420
3421 .
3422 \end_layout
3423
3424 \begin_layout Standard
3425 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3426  Voyez le tableau long qui suit pour voir comment ça marche :
3427 \begin_inset Separator parbreak
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \begin_layout Standard
3434 \align center
3435 \begin_inset Tabular
3436 <lyxtabular version="3" rows="69" columns="3">
3437 <features islongtable="true" longtabularalignment="center">
3438 <column alignment="left" valignment="top" width="0cm">
3439 <column alignment="left" valignment="top" width="0pt">
3440 <column alignment="center" valignment="top" width="0pt">
3441 <row endfirsthead="true">
3442 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Exemple d'annuaire téléphonique (ignorez les noms)
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row endfirsthead="true">
3473 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 NOM
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497
3498 \series bold
3499 TEL.
3500 \end_layout
3501
3502 \end_inset
3503 </cell>
3504 </row>
3505 <row endhead="true">
3506 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3507 \begin_inset Text
3508
3509 \begin_layout Plain Layout
3510
3511 \series bold
3512 Exemple d'annuaire téléphonique
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3518 \begin_inset Text
3519
3520 \begin_layout Plain Layout
3521
3522 \end_layout
3523
3524 \end_inset
3525 </cell>
3526 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3527 \begin_inset Text
3528
3529 \begin_layout Plain Layout
3530
3531 \end_layout
3532
3533 \end_inset
3534 </cell>
3535 </row>
3536 <row endhead="true">
3537 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 NOM
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \series bold
3563 TEL.
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row endfoot="true">
3570 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574  continue page suivante
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 </row>
3598 <row>
3599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605 Annovi
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 Silvia
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 111
3624 \end_layout
3625
3626 \end_inset
3627 </cell>
3628 </row>
3629 <row>
3630 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634
3635 \series bold
3636 Bertoli
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Plain Layout
3645 Stefano
3646 \end_layout
3647
3648 \end_inset
3649 </cell>
3650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3651 \begin_inset Text
3652
3653 \begin_layout Plain Layout
3654 111
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 <row>
3661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665
3666 \series bold
3667 Bozzi
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 <cell alignment="center" valignment="top" usebox="none">
3673 \begin_inset Text
3674
3675 \begin_layout Plain Layout
3676 Walter
3677 \end_layout
3678
3679 \end_inset
3680 </cell>
3681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3682 \begin_inset Text
3683
3684 \begin_layout Plain Layout
3685 111
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \series bold
3698 Cachia
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Maria
3708 \end_layout
3709
3710 \end_inset
3711 </cell>
3712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3713 \begin_inset Text
3714
3715 \begin_layout Plain Layout
3716 111
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 </row>
3722 <row>
3723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3724 \begin_inset Text
3725
3726 \begin_layout Plain Layout
3727
3728 \series bold
3729 Cachia
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 <cell alignment="center" valignment="top" usebox="none">
3735 \begin_inset Text
3736
3737 \begin_layout Plain Layout
3738 Maurizio
3739 \end_layout
3740
3741 \end_inset
3742 </cell>
3743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3744 \begin_inset Text
3745
3746 \begin_layout Plain Layout
3747 111
3748 \end_layout
3749
3750 \end_inset
3751 </cell>
3752 </row>
3753 <row>
3754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3755 \begin_inset Text
3756
3757 \begin_layout Plain Layout
3758
3759 \series bold
3760 Cinquemani
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 <cell alignment="center" valignment="top" usebox="none">
3766 \begin_inset Text
3767
3768 \begin_layout Plain Layout
3769 Giusi
3770 \end_layout
3771
3772 \end_inset
3773 </cell>
3774 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3775 \begin_inset Text
3776
3777 \begin_layout Plain Layout
3778 111
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789
3790 \series bold
3791 Colin
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 <cell alignment="center" valignment="top" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 Bernard
3801 \end_layout
3802
3803 \end_inset
3804 </cell>
3805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3806 \begin_inset Text
3807
3808 \begin_layout Plain Layout
3809 111
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 </row>
3815 <row>
3816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3817 \begin_inset Text
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822 Concli
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Plain Layout
3831 Gianfranco
3832 \end_layout
3833
3834 \end_inset
3835 </cell>
3836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3837 \begin_inset Text
3838
3839 \begin_layout Plain Layout
3840 111
3841 \end_layout
3842
3843 \end_inset
3844 </cell>
3845 </row>
3846 <row>
3847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3848 \begin_inset Text
3849
3850 \begin_layout Plain Layout
3851
3852 \series bold
3853 Dal Bosco
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 <cell alignment="center" valignment="top" usebox="none">
3859 \begin_inset Text
3860
3861 \begin_layout Plain Layout
3862 Carolina
3863 \end_layout
3864
3865 \end_inset
3866 </cell>
3867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3868 \begin_inset Text
3869
3870 \begin_layout Plain Layout
3871 111
3872 \end_layout
3873
3874 \end_inset
3875 </cell>
3876 </row>
3877 <row>
3878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3879 \begin_inset Text
3880
3881 \begin_layout Plain Layout
3882
3883 \series bold
3884 Dalpiaz
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 Annamaria
3894 \end_layout
3895
3896 \end_inset
3897 </cell>
3898 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3899 \begin_inset Text
3900
3901 \begin_layout Plain Layout
3902 111
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 </row>
3908 <row>
3909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3910 \begin_inset Text
3911
3912 \begin_layout Plain Layout
3913
3914 \series bold
3915 Feliciello
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 Domenico
3925 \end_layout
3926
3927 \end_inset
3928 </cell>
3929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3930 \begin_inset Text
3931
3932 \begin_layout Plain Layout
3933 111
3934 \end_layout
3935
3936 \end_inset
3937 </cell>
3938 </row>
3939 <row>
3940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944
3945 \series bold
3946 Focarelli
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 Paola
3956 \end_layout
3957
3958 \end_inset
3959 </cell>
3960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3961 \begin_inset Text
3962
3963 \begin_layout Plain Layout
3964 111
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 </row>
3970 <row>
3971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3972 \begin_inset Text
3973
3974 \begin_layout Plain Layout
3975
3976 \series bold
3977 Galletti
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 <cell alignment="center" valignment="top" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986 Oreste
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995 111
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \series bold
4008 Gasparini
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 <cell alignment="center" valignment="top" usebox="none">
4014 \begin_inset Text
4015
4016 \begin_layout Plain Layout
4017 Franca
4018 \end_layout
4019
4020 \end_inset
4021 </cell>
4022 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4023 \begin_inset Text
4024
4025 \begin_layout Plain Layout
4026 111
4027 \end_layout
4028
4029 \end_inset
4030 </cell>
4031 </row>
4032 <row>
4033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4034 \begin_inset Text
4035
4036 \begin_layout Plain Layout
4037
4038 \series bold
4039 Rizzardi
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 Paola
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 111
4058 \end_layout
4059
4060 \end_inset
4061 </cell>
4062 </row>
4063 <row>
4064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4065 \begin_inset Text
4066
4067 \begin_layout Plain Layout
4068
4069 \series bold
4070 Lassini
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 <cell alignment="center" valignment="top" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079 Giancarlo
4080 \end_layout
4081
4082 \end_inset
4083 </cell>
4084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4085 \begin_inset Text
4086
4087 \begin_layout Plain Layout
4088 111
4089 \end_layout
4090
4091 \end_inset
4092 </cell>
4093 </row>
4094 <row>
4095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4096 \begin_inset Text
4097
4098 \begin_layout Plain Layout
4099
4100 \series bold
4101 Malfatti
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 <cell alignment="center" valignment="top" usebox="none">
4107 \begin_inset Text
4108
4109 \begin_layout Plain Layout
4110 Luciano
4111 \end_layout
4112
4113 \end_inset
4114 </cell>
4115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4116 \begin_inset Text
4117
4118 \begin_layout Plain Layout
4119 111
4120 \end_layout
4121
4122 \end_inset
4123 </cell>
4124 </row>
4125 <row>
4126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4127 \begin_inset Text
4128
4129 \begin_layout Plain Layout
4130
4131 \series bold
4132 Malfatti
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 <cell alignment="center" valignment="top" usebox="none">
4138 \begin_inset Text
4139
4140 \begin_layout Plain Layout
4141 Valeriano
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 111
4151 \end_layout
4152
4153 \end_inset
4154 </cell>
4155 </row>
4156 <row>
4157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Plain Layout
4161
4162 \series bold
4163 Meneguzzo
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 <cell alignment="center" valignment="top" usebox="none">
4169 \begin_inset Text
4170
4171 \begin_layout Plain Layout
4172 Roberto
4173 \end_layout
4174
4175 \end_inset
4176 </cell>
4177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181 111
4182 \end_layout
4183
4184 \end_inset
4185 </cell>
4186 </row>
4187 <row>
4188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \series bold
4194 Mezzadra
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203 Roberto
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4209 \begin_inset Text
4210
4211 \begin_layout Plain Layout
4212 111
4213 \end_layout
4214
4215 \end_inset
4216 </cell>
4217 </row>
4218 <row>
4219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223
4224 \series bold
4225 Pirpamer
4226 \end_layout
4227
4228 \end_inset
4229 </cell>
4230 <cell alignment="center" valignment="top" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234 Erich
4235 \end_layout
4236
4237 \end_inset
4238 </cell>
4239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243 111
4244 \end_layout
4245
4246 \end_inset
4247 </cell>
4248 </row>
4249 <row>
4250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254
4255 \series bold
4256 Pochiesa
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 Paolo
4266 \end_layout
4267
4268 \end_inset
4269 </cell>
4270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4271 \begin_inset Text
4272
4273 \begin_layout Plain Layout
4274 111, 222
4275 \end_layout
4276
4277 \end_inset
4278 </cell>
4279 </row>
4280 <row>
4281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285
4286 \series bold
4287 Radina
4288 \end_layout
4289
4290 \end_inset
4291 </cell>
4292 <cell alignment="center" valignment="top" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Claudio
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 111
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316
4317 \series bold
4318 Stuffer
4319 \end_layout
4320
4321 \end_inset
4322 </cell>
4323 <cell alignment="center" valignment="top" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327 Oskar
4328 \end_layout
4329
4330 \end_inset
4331 </cell>
4332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4333 \begin_inset Text
4334
4335 \begin_layout Plain Layout
4336 111
4337 \end_layout
4338
4339 \end_inset
4340 </cell>
4341 </row>
4342 <row>
4343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347
4348 \series bold
4349 Tacchelli
4350 \end_layout
4351
4352 \end_inset
4353 </cell>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 Ugo
4359 \end_layout
4360
4361 \end_inset
4362 </cell>
4363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 111
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378
4379 \series bold
4380 Tezzele
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 Margit
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4395 \begin_inset Text
4396
4397 \begin_layout Plain Layout
4398 111
4399 \end_layout
4400
4401 \end_inset
4402 </cell>
4403 </row>
4404 <row>
4405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409
4410 \series bold
4411 Unterkalmsteiner
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Frieda
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4426 \begin_inset Text
4427
4428 \begin_layout Plain Layout
4429 111
4430 \end_layout
4431
4432 \end_inset
4433 </cell>
4434 </row>
4435 <row>
4436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440
4441 \series bold
4442 Vieider
4443 \end_layout
4444
4445 \end_inset
4446 </cell>
4447 <cell alignment="center" valignment="top" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451 Hilde
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 111
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471
4472 \series bold
4473 Vigna
4474 \end_layout
4475
4476 \end_inset
4477 </cell>
4478 <cell alignment="center" valignment="top" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 Jürgen
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 111
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \series bold
4504 Weber
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 Maurizio
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4519 \begin_inset Text
4520
4521 \begin_layout Plain Layout
4522 111
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533
4534 \series bold
4535 Winkler
4536 \end_layout
4537
4538 \end_inset
4539 </cell>
4540 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 Franz
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4550 \begin_inset Text
4551
4552 \begin_layout Plain Layout
4553 111
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564  
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4570 \begin_inset Text
4571
4572 \begin_layout Plain Layout
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 </row>
4588 <row>
4589 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593
4594 \series bold
4595 Annovi
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 <cell alignment="center" valignment="top" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 Silvia
4605 \end_layout
4606
4607 \end_inset
4608 </cell>
4609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4610 \begin_inset Text
4611
4612 \begin_layout Plain Layout
4613 555
4614 \end_layout
4615
4616 \end_inset
4617 </cell>
4618 </row>
4619 <row>
4620 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4621 \begin_inset Text
4622
4623 \begin_layout Plain Layout
4624
4625 \series bold
4626 Bertoli
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 <cell alignment="center" valignment="top" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635 Stefano
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4641 \begin_inset Text
4642
4643 \begin_layout Plain Layout
4644 555
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655
4656 \series bold
4657 Bozzi
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 Walter
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4672 \begin_inset Text
4673
4674 \begin_layout Plain Layout
4675 555
4676 \end_layout
4677
4678 \end_inset
4679 </cell>
4680 </row>
4681 <row>
4682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4683 \begin_inset Text
4684
4685 \begin_layout Plain Layout
4686
4687 \series bold
4688 Cachia
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 <cell alignment="center" valignment="top" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 Maria
4698 \end_layout
4699
4700 \end_inset
4701 </cell>
4702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 555
4707 \end_layout
4708
4709 \end_inset
4710 </cell>
4711 </row>
4712 <row>
4713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4714 \begin_inset Text
4715
4716 \begin_layout Plain Layout
4717
4718 \series bold
4719 Cachia
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 <cell alignment="center" valignment="top" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 Maurizio
4729 \end_layout
4730
4731 \end_inset
4732 </cell>
4733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4734 \begin_inset Text
4735
4736 \begin_layout Plain Layout
4737 555
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \series bold
4750 Cinquemani
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 Giusi
4760 \end_layout
4761
4762 \end_inset
4763 </cell>
4764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4765 \begin_inset Text
4766
4767 \begin_layout Plain Layout
4768 555
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779
4780 \series bold
4781 Colin
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 <cell alignment="center" valignment="top" usebox="none">
4787 \begin_inset Text
4788
4789 \begin_layout Plain Layout
4790 Bernard
4791 \end_layout
4792
4793 \end_inset
4794 </cell>
4795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4796 \begin_inset Text
4797
4798 \begin_layout Plain Layout
4799 555
4800 \end_layout
4801
4802 \end_inset
4803 </cell>
4804 </row>
4805 <row>
4806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4807 \begin_inset Text
4808
4809 \begin_layout Plain Layout
4810
4811 \series bold
4812 Concli
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 <cell alignment="center" valignment="top" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Plain Layout
4821 Gianfranco
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 555
4831 \end_layout
4832
4833 \end_inset
4834 </cell>
4835 </row>
4836 <row>
4837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4838 \begin_inset Text
4839
4840 \begin_layout Plain Layout
4841
4842 \series bold
4843 Dal Bosco
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 <cell alignment="center" valignment="top" usebox="none">
4849 \begin_inset Text
4850
4851 \begin_layout Plain Layout
4852 Carolina
4853 \end_layout
4854
4855 \end_inset
4856 </cell>
4857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4858 \begin_inset Text
4859
4860 \begin_layout Plain Layout
4861 555
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 </row>
4867 <row>
4868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4869 \begin_inset Text
4870
4871 \begin_layout Plain Layout
4872
4873 \series bold
4874 Dalpiaz
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 <cell alignment="center" valignment="top" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 Annamaria
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 555
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 </row>
4898 <row>
4899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4900 \begin_inset Text
4901
4902 \begin_layout Plain Layout
4903
4904 \series bold
4905 Feliciello
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 <cell alignment="center" valignment="top" usebox="none">
4911 \begin_inset Text
4912
4913 \begin_layout Plain Layout
4914 Domenico
4915 \end_layout
4916
4917 \end_inset
4918 </cell>
4919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4920 \begin_inset Text
4921
4922 \begin_layout Plain Layout
4923 555
4924 \end_layout
4925
4926 \end_inset
4927 </cell>
4928 </row>
4929 <row>
4930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4931 \begin_inset Text
4932
4933 \begin_layout Plain Layout
4934
4935 \series bold
4936 Focarelli
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 <cell alignment="center" valignment="top" usebox="none">
4942 \begin_inset Text
4943
4944 \begin_layout Plain Layout
4945 Paola
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4951 \begin_inset Text
4952
4953 \begin_layout Plain Layout
4954 555
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 </row>
4960 <row>
4961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4962 \begin_inset Text
4963
4964 \begin_layout Plain Layout
4965
4966 \series bold
4967 Galletti
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 <cell alignment="center" valignment="top" usebox="none">
4973 \begin_inset Text
4974
4975 \begin_layout Plain Layout
4976 Oreste
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4982 \begin_inset Text
4983
4984 \begin_layout Plain Layout
4985 555
4986 \end_layout
4987
4988 \end_inset
4989 </cell>
4990 </row>
4991 <row>
4992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4993 \begin_inset Text
4994
4995 \begin_layout Plain Layout
4996
4997 \series bold
4998 Gasparini
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 <cell alignment="center" valignment="top" usebox="none">
5004 \begin_inset Text
5005
5006 \begin_layout Plain Layout
5007 Franca
5008 \end_layout
5009
5010 \end_inset
5011 </cell>
5012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5013 \begin_inset Text
5014
5015 \begin_layout Plain Layout
5016 555
5017 \end_layout
5018
5019 \end_inset
5020 </cell>
5021 </row>
5022 <row>
5023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5024 \begin_inset Text
5025
5026 \begin_layout Plain Layout
5027
5028 \series bold
5029 Rizzardi
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 <cell alignment="center" valignment="top" usebox="none">
5035 \begin_inset Text
5036
5037 \begin_layout Plain Layout
5038 Paola
5039 \end_layout
5040
5041 \end_inset
5042 </cell>
5043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5044 \begin_inset Text
5045
5046 \begin_layout Plain Layout
5047 555
5048 \end_layout
5049
5050 \end_inset
5051 </cell>
5052 </row>
5053 <row>
5054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5055 \begin_inset Text
5056
5057 \begin_layout Plain Layout
5058
5059 \series bold
5060 Lassini
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 <cell alignment="center" valignment="top" usebox="none">
5066 \begin_inset Text
5067
5068 \begin_layout Plain Layout
5069 Giancarlo
5070 \end_layout
5071
5072 \end_inset
5073 </cell>
5074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078 555
5079 \end_layout
5080
5081 \end_inset
5082 </cell>
5083 </row>
5084 <row>
5085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089
5090 \series bold
5091 Malfatti
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 <cell alignment="center" valignment="top" usebox="none">
5097 \begin_inset Text
5098
5099 \begin_layout Plain Layout
5100 Luciano
5101 \end_layout
5102
5103 \end_inset
5104 </cell>
5105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109 555
5110 \end_layout
5111
5112 \end_inset
5113 </cell>
5114 </row>
5115 <row>
5116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5117 \begin_inset Text
5118
5119 \begin_layout Plain Layout
5120
5121 \series bold
5122 Malfatti
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 Valeriano
5132 \end_layout
5133
5134 \end_inset
5135 </cell>
5136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5137 \begin_inset Text
5138
5139 \begin_layout Plain Layout
5140 555
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 </row>
5146 <row>
5147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5148 \begin_inset Text
5149
5150 \begin_layout Plain Layout
5151
5152 \series bold
5153 Meneguzzo
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 <cell alignment="center" valignment="top" usebox="none">
5159 \begin_inset Text
5160
5161 \begin_layout Plain Layout
5162 Roberto
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 555
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 </row>
5177 <row>
5178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \series bold
5184 Mezzadra
5185 \end_layout
5186
5187 \end_inset
5188 </cell>
5189 <cell alignment="center" valignment="top" usebox="none">
5190 \begin_inset Text
5191
5192 \begin_layout Plain Layout
5193 Roberto
5194 \end_layout
5195
5196 \end_inset
5197 </cell>
5198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 555
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 </row>
5208 <row>
5209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213
5214 \series bold
5215 Pirpamer
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 <cell alignment="center" valignment="top" usebox="none">
5221 \begin_inset Text
5222
5223 \begin_layout Plain Layout
5224 Erich
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Plain Layout
5233 555
5234 \end_layout
5235
5236 \end_inset
5237 </cell>
5238 </row>
5239 <row>
5240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244
5245 \series bold
5246 Pochiesa
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 Paolo
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264 555, 222
5265 \end_layout
5266
5267 \end_inset
5268 </cell>
5269 </row>
5270 <row>
5271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275
5276 \series bold
5277 Radina
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 Claudio
5287 \end_layout
5288
5289 \end_inset
5290 </cell>
5291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5292 \begin_inset Text
5293
5294 \begin_layout Plain Layout
5295 555
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \series bold
5308 Stuffer
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Plain Layout
5317 Oskar
5318 \end_layout
5319
5320 \end_inset
5321 </cell>
5322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5323 \begin_inset Text
5324
5325 \begin_layout Plain Layout
5326 555
5327 \end_layout
5328
5329 \end_inset
5330 </cell>
5331 </row>
5332 <row>
5333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5334 \begin_inset Text
5335
5336 \begin_layout Plain Layout
5337
5338 \series bold
5339 Tacchelli
5340 \end_layout
5341
5342 \end_inset
5343 </cell>
5344 <cell alignment="center" valignment="top" usebox="none">
5345 \begin_inset Text
5346
5347 \begin_layout Plain Layout
5348 Ugo
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 555
5358 \end_layout
5359
5360 \end_inset
5361 </cell>
5362 </row>
5363 <row>
5364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5365 \begin_inset Text
5366
5367 \begin_layout Plain Layout
5368
5369 \series bold
5370 Tezzele
5371 \end_layout
5372
5373 \end_inset
5374 </cell>
5375 <cell alignment="center" valignment="top" usebox="none">
5376 \begin_inset Text
5377
5378 \begin_layout Plain Layout
5379 Margit
5380 \end_layout
5381
5382 \end_inset
5383 </cell>
5384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5385 \begin_inset Text
5386
5387 \begin_layout Plain Layout
5388 555
5389 \end_layout
5390
5391 \end_inset
5392 </cell>
5393 </row>
5394 <row>
5395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5396 \begin_inset Text
5397
5398 \begin_layout Plain Layout
5399
5400 \series bold
5401 Unterkalmsteiner
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 Frieda
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 555
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 <row>
5426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430
5431 \series bold
5432 Vieider
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 <cell alignment="center" valignment="top" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 Hilde
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 555
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 <row>
5457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461
5462 \series bold
5463 Vigna
5464 \end_layout
5465
5466 \end_inset
5467 </cell>
5468 <cell alignment="center" valignment="top" usebox="none">
5469 \begin_inset Text
5470
5471 \begin_layout Plain Layout
5472 Jürgen
5473 \end_layout
5474
5475 \end_inset
5476 </cell>
5477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5478 \begin_inset Text
5479
5480 \begin_layout Plain Layout
5481 999
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \series bold
5494 Weber
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 Maurizio
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 555
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 </row>
5518 <row>
5519 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5520 \begin_inset Text
5521
5522 \begin_layout Plain Layout
5523
5524 \series bold
5525 Winkler
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5531 \begin_inset Text
5532
5533 \begin_layout Plain Layout
5534 Franz
5535 \end_layout
5536
5537 \end_inset
5538 </cell>
5539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543 555
5544 \end_layout
5545
5546 \end_inset
5547 </cell>
5548 </row>
5549 <row endlastfoot="true">
5550 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 Fin
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 </lyxtabular>
5579
5580 \end_inset
5581
5582
5583 \begin_inset ERT
5584 status collapsed
5585
5586 \begin_layout Plain Layout
5587
5588
5589 \backslash
5590 addtocounter{table}{-1}
5591 \end_layout
5592
5593 \end_inset
5594
5595
5596 \begin_inset Note Note
5597 status collapsed
5598
5599 \begin_layout Plain Layout
5600 Voyez la première note grisée de la section
5601 \begin_inset space ~
5602 \end_inset
5603
5604
5605 \begin_inset CommandInset ref
5606 LatexCommand ref
5607 reference "subsec:Tableaux-longs-légende"
5608
5609 \end_inset
5610
5611  pour une explication de cette commande.
5612 \end_layout
5613
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \begin_layout Subsection
5620 Notes de bas de page dans les tableaux longs
5621 \begin_inset CommandInset label
5622 LatexCommand label
5623 name "subsec:Notes-dans-tableau-long"
5624
5625 \end_inset
5626
5627
5628 \begin_inset Index idx
5629 status collapsed
5630
5631 \begin_layout Plain Layout
5632 Tableaux longs ! Notes de bas de page
5633 \end_layout
5634
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \begin_layout Standard
5641 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5642  long.
5643  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5644  contenant la note.
5645  Par exemple le tableau
5646 \begin_inset space ~
5647 \end_inset
5648
5649
5650 \begin_inset CommandInset ref
5651 LatexCommand ref
5652 reference "tab:Légendes-tableau-différentes"
5653
5654 \end_inset
5655
5656  a une note de bas de page.
5657 \end_layout
5658
5659 \begin_layout Subsection
5660 Alignement des tableaux longs
5661 \begin_inset Index idx
5662 status collapsed
5663
5664 \begin_layout Plain Layout
5665 Tableaux longs ! Alignement
5666 \end_layout
5667
5668 \end_inset
5669
5670
5671 \end_layout
5672
5673 \begin_layout Standard
5674 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5675  de dialogue des paramètres de tableau.
5676  Pour les alignements à droite et à gauche, le tableau sera directement
5677  au bord de la page.
5678  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5679  l'alignement centré et modifier les valeurs des longueurs 
5680 \series bold
5681
5682 \backslash
5683 LTleft 
5684 \series default
5685 et 
5686 \series bold
5687
5688 \backslash
5689 LTright
5690 \series default
5691  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5692  avant le tableau long
5693  concerné :
5694 \end_layout
5695
5696 \begin_layout Standard
5697
5698 \series bold
5699
5700 \backslash
5701 setlength{
5702 \backslash
5703 LTleft}{valeur}
5704 \end_layout
5705
5706 \begin_layout Standard
5707 Où 
5708 \series bold
5709 valeur
5710 \series default
5711  peut avoir n'importe laquelle des unités listées dans le tableau
5712 \begin_inset space ~
5713 \end_inset
5714
5715
5716 \begin_inset CommandInset ref
5717 LatexCommand ref
5718 reference "cha:Unités-de-longueur"
5719
5720 \end_inset
5721
5722 .
5723  
5724 \series bold
5725
5726 \backslash
5727 LTleft
5728 \series default
5729  contrôle la distance horizontale entre le bord gauche de la page et le
5730  tableau, et
5731 \series bold
5732  
5733 \backslash
5734 LTright
5735 \series default
5736  la distance au bord droit.
5737  La valeur implicite des ces deux distances est 
5738 \series bold
5739
5740 \backslash
5741 fill
5742 \series default
5743 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5744 .
5745 \end_layout
5746
5747 \begin_layout Standard
5748 Le tableau long suivant a été centrée en mettant 
5749 \series bold
5750
5751 \backslash
5752 LTleft
5753 \series default
5754  à 
5755 \family sans
5756 0.1
5757 \backslash
5758 columnwidth
5759 \family default
5760 :
5761 \begin_inset ERT
5762 status collapsed
5763
5764 \begin_layout Plain Layout
5765
5766
5767 \backslash
5768 setlength{
5769 \backslash
5770 LTleft}{0.1
5771 \backslash
5772 columnwidth}
5773 \end_layout
5774
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \begin_layout Standard
5781 \begin_inset Tabular
5782 <lyxtabular version="3" rows="5" columns="5">
5783 <features islongtable="true" longtabularalignment="center">
5784 <column alignment="center" valignment="top">
5785 <column alignment="center" valignment="top">
5786 <column alignment="center" valignment="top">
5787 <column alignment="center" valignment="top">
5788 <column alignment="center" valignment="top">
5789 <row>
5790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5791 \begin_inset Text
5792
5793 \begin_layout Plain Layout
5794 1
5795 \end_layout
5796
5797 \end_inset
5798 </cell>
5799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 2
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 3
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5818 \begin_inset Text
5819
5820 \begin_layout Plain Layout
5821 4
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 5
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 </row>
5836 <row>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 asd
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5847 \begin_inset Text
5848
5849 \begin_layout Plain Layout
5850 s
5851 \end_layout
5852
5853 \end_inset
5854 </cell>
5855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5856 \begin_inset Text
5857
5858 \begin_layout Plain Layout
5859 s
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 s
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 asd
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 </row>
5883 <row>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 asd
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 s
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 s
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Plain Layout
5915 s
5916 \end_layout
5917
5918 \end_inset
5919 </cell>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924 asd
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 </row>
5930 <row>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 asd
5936 \end_layout
5937
5938 \end_inset
5939 </cell>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 s
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 s
5954 \end_layout
5955
5956 \end_inset
5957 </cell>
5958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5959 \begin_inset Text
5960
5961 \begin_layout Plain Layout
5962 s
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Plain Layout
5971 asd
5972 \end_layout
5973
5974 \end_inset
5975 </cell>
5976 </row>
5977 <row>
5978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 asd
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991 asd
5992 \end_layout
5993
5994 \end_inset
5995 </cell>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000 asd
6001 \end_layout
6002
6003 \end_inset
6004 </cell>
6005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6006 \begin_inset Text
6007
6008 \begin_layout Plain Layout
6009 asd
6010 \end_layout
6011
6012 \end_inset
6013 </cell>
6014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6015 \begin_inset Text
6016
6017 \begin_layout Plain Layout
6018 asd
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 </row>
6024 </lyxtabular>
6025
6026 \end_inset
6027
6028
6029 \begin_inset ERT
6030 status collapsed
6031
6032 \begin_layout Plain Layout
6033
6034
6035 \backslash
6036 setlength{
6037 \backslash
6038 LTleft}{
6039 \backslash
6040 fill}
6041 \end_layout
6042
6043 \end_inset
6044
6045
6046 \begin_inset ERT
6047 status collapsed
6048
6049 \begin_layout Plain Layout
6050
6051
6052 \backslash
6053 addtocounter{table}{-1}
6054 \end_layout
6055
6056 \end_inset
6057
6058
6059 \begin_inset Note Note
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063 Voyez la première note grisée de la section
6064 \begin_inset space ~
6065 \end_inset
6066
6067
6068 \begin_inset CommandInset ref
6069 LatexCommand ref
6070 reference "subsec:Tableaux-longs-légende"
6071
6072 \end_inset
6073
6074  pour une explication de cette commande.
6075 \end_layout
6076
6077 \end_inset
6078
6079
6080 \end_layout
6081
6082 \begin_layout Subsection
6083 Légendes et tableaux longs
6084 \begin_inset Index idx
6085 status collapsed
6086
6087 \begin_layout Plain Layout
6088 Tableaux longs ! Legendes@Légendes
6089 \end_layout
6090
6091 \end_inset
6092
6093
6094 \begin_inset CommandInset label
6095 LatexCommand label
6096 name "subsec:Tableaux-longs-légende"
6097
6098 \end_inset
6099
6100
6101 \end_layout
6102
6103 \begin_layout Standard
6104 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6105  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6106  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6107  longs quand on utilise pour une ligne l'option de tableau long 
6108 \family sans
6109 Légende
6110 \family default
6111 , comme c'est expliqué dans la section
6112 \begin_inset space ~
6113 \end_inset
6114
6115
6116 \begin_inset CommandInset ref
6117 LatexCommand ref
6118 reference "sec:Tableaux-longs"
6119
6120 \end_inset
6121
6122 .
6123 \end_layout
6124
6125 \begin_layout Standard
6126 Voici un petit Tableau long pour voir comment ça marche :
6127 \end_layout
6128
6129 \begin_layout Standard
6130 \begin_inset Tabular
6131 <lyxtabular version="3" rows="6" columns="5">
6132 <features islongtable="true" longtabularalignment="center">
6133 <column alignment="center" valignment="top">
6134 <column alignment="center" valignment="top">
6135 <column alignment="center" valignment="top">
6136 <column alignment="center" valignment="top">
6137 <column alignment="center" valignment="top">
6138 <row endfirsthead="true" caption="true">
6139 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6140 \begin_inset Text
6141
6142 \begin_layout Plain Layout
6143 \begin_inset Caption Standard
6144
6145 \begin_layout Plain Layout
6146 Tableau long avec une légende
6147 \begin_inset Argument 1
6148 status open
6149
6150 \begin_layout Plain Layout
6151 Tableau long
6152 \end_layout
6153
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170
6171 \end_layout
6172
6173 \end_inset
6174 </cell>
6175 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6176 \begin_inset Text
6177
6178 \begin_layout Plain Layout
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 1
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 2
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 3
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6232 \begin_inset Text
6233
6234 \begin_layout Plain Layout
6235 4
6236 \end_layout
6237
6238 \end_inset
6239 </cell>
6240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6241 \begin_inset Text
6242
6243 \begin_layout Plain Layout
6244 5
6245 \end_layout
6246
6247 \end_inset
6248 </cell>
6249 </row>
6250 <row>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 asd
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6261 \begin_inset Text
6262
6263 \begin_layout Plain Layout
6264 s
6265 \end_layout
6266
6267 \end_inset
6268 </cell>
6269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 s
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 s
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6288 \begin_inset Text
6289
6290 \begin_layout Plain Layout
6291 asd
6292 \end_layout
6293
6294 \end_inset
6295 </cell>
6296 </row>
6297 <row>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 asd
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 s
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 s
6321 \end_layout
6322
6323 \end_inset
6324 </cell>
6325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6326 \begin_inset Text
6327
6328 \begin_layout Plain Layout
6329 s
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6335 \begin_inset Text
6336
6337 \begin_layout Plain Layout
6338 asd
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 </row>
6344 <row>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 asd
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6355 \begin_inset Text
6356
6357 \begin_layout Plain Layout
6358 s
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6364 \begin_inset Text
6365
6366 \begin_layout Plain Layout
6367 s
6368 \end_layout
6369
6370 \end_inset
6371 </cell>
6372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6373 \begin_inset Text
6374
6375 \begin_layout Plain Layout
6376 s
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385 asd
6386 \end_layout
6387
6388 \end_inset
6389 </cell>
6390 </row>
6391 <row>
6392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 asd
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6402 \begin_inset Text
6403
6404 \begin_layout Plain Layout
6405 asd
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 asd
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 asd
6424 \end_layout
6425
6426 \end_inset
6427 </cell>
6428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6429 \begin_inset Text
6430
6431 \begin_layout Plain Layout
6432 asd
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 </row>
6438 </lyxtabular>
6439
6440 \end_inset
6441
6442
6443 \end_layout
6444
6445 \begin_layout Standard
6446 \begin_inset VSpace medskip
6447 \end_inset
6448
6449
6450 \begin_inset Note Greyedout
6451 status open
6452
6453 \begin_layout Plain Layout
6454
6455 \series bold
6456 Note
6457 \begin_inset space ~
6458 \end_inset
6459
6460 1:
6461 \series default
6462  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6463  n'avez pas prévu de légende.
6464  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6465 \begin_inset space ~
6466 \end_inset
6467
6468 2.4 suit le tableau
6469 \begin_inset space ~
6470 \end_inset
6471
6472 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6473  sans légende.
6474  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6475  après
6476  chaque tableau long sans légende :
6477 \end_layout
6478
6479 \begin_layout Plain Layout
6480
6481 \series bold
6482
6483 \backslash
6484 addtocounter{table}{-1}
6485 \end_layout
6486
6487 \begin_layout Plain Layout
6488 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6489  et que vous ajoutez le code suivant dans le préambule du document :
6490 \end_layout
6491
6492 \begin_layout Plain Layout
6493
6494 \series bold
6495
6496 \backslash
6497 let
6498 \backslash
6499 myEnd
6500 \backslash
6501 endlongtable
6502 \begin_inset Newline newline
6503 \end_inset
6504
6505
6506 \backslash
6507 renewcommand{
6508 \backslash
6509 endlongtable}{
6510 \backslash
6511 myEnd
6512 \backslash
6513 addtocounter{table}{-1}}
6514 \end_layout
6515
6516 \end_inset
6517
6518
6519 \end_layout
6520
6521 \begin_layout Standard
6522 \begin_inset Note Greyedout
6523 status open
6524
6525 \begin_layout Plain Layout
6526
6527 \series bold
6528 Note
6529 \begin_inset space ~
6530 \end_inset
6531
6532 2:
6533 \series default
6534  Si vous utilisez 
6535 \series bold
6536 hyperref
6537 \series default
6538
6539 \begin_inset Index idx
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543 Paquetages \SpecialChar LaTeX
6544  ! hyperref
6545 \end_layout
6546
6547 \end_inset
6548
6549  dans les 
6550 \family sans
6551 Paramètres du document
6552 \family default
6553  rubrique 
6554 \family sans
6555 Propriétés
6556 \begin_inset space ~
6557 \end_inset
6558
6559 du
6560 \begin_inset space ~
6561 \end_inset
6562
6563 PDF
6564 \family default
6565 , pour transformer vos références croisées en liens cliquables, le lien
6566  vers un tableau long pointera toujours sur le début du document.
6567 \end_layout
6568
6569 \end_inset
6570
6571
6572 \end_layout
6573
6574 \begin_layout Subsubsection
6575 Références à des tableaux longs
6576 \begin_inset Index idx
6577 status collapsed
6578
6579 \begin_layout Plain Layout
6580 Tableaux longs ! Références
6581 \end_layout
6582
6583 \end_inset
6584
6585
6586 \end_layout
6587
6588 \begin_layout Standard
6589 \begin_inset Tabular
6590 <lyxtabular version="3" rows="6" columns="5">
6591 <features islongtable="true" longtabularalignment="center">
6592 <column alignment="center" valignment="top">
6593 <column alignment="center" valignment="top">
6594 <column alignment="center" valignment="top">
6595 <column alignment="center" valignment="top">
6596 <column alignment="center" valignment="top">
6597 <row endfirsthead="true" caption="true">
6598 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6599 \begin_inset Text
6600
6601 \begin_layout Plain Layout
6602 \begin_inset Caption Standard
6603
6604 \begin_layout Plain Layout
6605 Tableau long référencé
6606 \begin_inset CommandInset label
6607 LatexCommand label
6608 name "tab:RefExemple"
6609
6610 \end_inset
6611
6612
6613 \end_layout
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 </row>
6659 <row>
6660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6661 \begin_inset Text
6662
6663 \begin_layout Plain Layout
6664 1
6665 \end_layout
6666
6667 \end_inset
6668 </cell>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 2
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 3
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 4
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 5
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 </row>
6706 <row>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Plain Layout
6711 asd
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 s
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 s
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 s
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 asd
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 </row>
6753 <row>
6754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6755 \begin_inset Text
6756
6757 \begin_layout Plain Layout
6758 asd
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 s
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 s
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 s
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 asd
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 </row>
6800 <row>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 asd
6806 \end_layout
6807
6808 \end_inset
6809 </cell>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 s
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 s
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 s
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 asd
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 </row>
6847 <row>
6848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6849 \begin_inset Text
6850
6851 \begin_layout Plain Layout
6852 asd
6853 \end_layout
6854
6855 \end_inset
6856 </cell>
6857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 sad
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 asd
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 </row>
6894 </lyxtabular>
6895
6896 \end_inset
6897
6898
6899 \end_layout
6900
6901 \begin_layout Standard
6902 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6903  dans sa légende.
6904 \end_layout
6905
6906 \begin_layout Standard
6907 Ceci est une référence au tableau
6908 \begin_inset space ~
6909 \end_inset
6910
6911
6912 \begin_inset CommandInset ref
6913 LatexCommand ref
6914 reference "tab:RefExemple"
6915
6916 \end_inset
6917
6918 .
6919 \end_layout
6920
6921 \begin_layout Standard
6922 La mise en forme de la légende peut être ajustée avec celle de toutes les
6923  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6924  
6925 \series bold
6926 caption
6927 \series default
6928
6929 \begin_inset Index idx
6930 status collapsed
6931
6932 \begin_layout Plain Layout
6933 Paquetages \SpecialChar LaTeX
6934  ! caption
6935 \end_layout
6936
6937 \end_inset
6938
6939 , voir la section
6940 \begin_inset space ~
6941 \end_inset
6942
6943
6944 \begin_inset CommandInset ref
6945 LatexCommand ref
6946 reference "sec:Formatage-légende"
6947
6948 \end_inset
6949
6950 .
6951 \end_layout
6952
6953 \begin_layout Subsubsection
6954 Largeur de la légende
6955 \begin_inset Index idx
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 Tableaux longs ! Largeur de la légende
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \begin_layout Standard
6968 La largeur maximale des lignes de légende est définie par la longueur 
6969 \series bold
6970
6971 \backslash
6972 LTcapwidth
6973 \series default
6974 .
6975  Sa valeur implicite est 4
6976 \begin_inset space \thinspace{}
6977 \end_inset
6978
6979 in.
6980  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6981  de votre document ou en tant que code \SpecialChar TeX
6982  directement dans votre document
6983  avant le tableau qui doit être affectée.
6984 \end_layout
6985
6986 \begin_layout Standard
6987
6988 \series bold
6989
6990 \backslash
6991 setlength{
6992 \backslash
6993 LTcapwidth}{largeur}
6994 \end_layout
6995
6996 \begin_layout Standard
6997 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
6998 \begin_inset space ~
6999 \end_inset
7000
7001
7002 \begin_inset CommandInset ref
7003 LatexCommand ref
7004 reference "cha:Unités-de-longueur"
7005
7006 \end_inset
7007
7008 .
7009 \end_layout
7010
7011 \begin_layout Standard
7012 Les tableaux suivants montrent la différence :
7013 \end_layout
7014
7015 \begin_layout Standard
7016 \begin_inset Tabular
7017 <lyxtabular version="3" rows="6" columns="5">
7018 <features islongtable="true" longtabularalignment="center">
7019 <column alignment="center" valignment="top">
7020 <column alignment="center" valignment="top">
7021 <column alignment="center" valignment="top">
7022 <column alignment="center" valignment="top">
7023 <column alignment="center" valignment="top">
7024 <row endfirsthead="true" caption="true">
7025 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029 \begin_inset Caption Standard
7030
7031 \begin_layout Plain Layout
7032 long titre complet avec la largeur implicite long titre complet avec la
7033  largeur implicite long titre complet avec la largeur implicite
7034 \begin_inset Argument 1
7035 status open
7036
7037 \begin_layout Plain Layout
7038 Légende avec largeur implicite
7039 \end_layout
7040
7041 \end_inset
7042
7043
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \end_inset
7052 </cell>
7053 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066
7067 \end_layout
7068
7069 \end_inset
7070 </cell>
7071 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 </row>
7090 <row>
7091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 1
7096 \end_layout
7097
7098 \end_inset
7099 </cell>
7100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7101 \begin_inset Text
7102
7103 \begin_layout Plain Layout
7104 2
7105 \end_layout
7106
7107 \end_inset
7108 </cell>
7109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7110 \begin_inset Text
7111
7112 \begin_layout Plain Layout
7113 3
7114 \end_layout
7115
7116 \end_inset
7117 </cell>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 4
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 5
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 </row>
7137 <row>
7138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7139 \begin_inset Text
7140
7141 \begin_layout Plain Layout
7142 asd
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Plain Layout
7151 s
7152 \end_layout
7153
7154 \end_inset
7155 </cell>
7156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7157 \begin_inset Text
7158
7159 \begin_layout Plain Layout
7160 s
7161 \end_layout
7162
7163 \end_inset
7164 </cell>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 s
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 asd
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 </row>
7184 <row>
7185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 asd
7190 \end_layout
7191
7192 \end_inset
7193 </cell>
7194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7195 \begin_inset Text
7196
7197 \begin_layout Plain Layout
7198 s
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Plain Layout
7207 s
7208 \end_layout
7209
7210 \end_inset
7211 </cell>
7212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 s
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 asd
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 </row>
7231 <row>
7232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236 asd
7237 \end_layout
7238
7239 \end_inset
7240 </cell>
7241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7242 \begin_inset Text
7243
7244 \begin_layout Plain Layout
7245 s
7246 \end_layout
7247
7248 \end_inset
7249 </cell>
7250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7251 \begin_inset Text
7252
7253 \begin_layout Plain Layout
7254 s
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7260 \begin_inset Text
7261
7262 \begin_layout Plain Layout
7263 s
7264 \end_layout
7265
7266 \end_inset
7267 </cell>
7268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7269 \begin_inset Text
7270
7271 \begin_layout Plain Layout
7272 asd
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 <row>
7279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 asd
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7289 \begin_inset Text
7290
7291 \begin_layout Plain Layout
7292 sad
7293 \end_layout
7294
7295 \end_inset
7296 </cell>
7297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7298 \begin_inset Text
7299
7300 \begin_layout Plain Layout
7301 asd
7302 \end_layout
7303
7304 \end_inset
7305 </cell>
7306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7307 \begin_inset Text
7308
7309 \begin_layout Plain Layout
7310 asd
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7316 \begin_inset Text
7317
7318 \begin_layout Plain Layout
7319 asd
7320 \end_layout
7321
7322 \end_inset
7323 </cell>
7324 </row>
7325 </lyxtabular>
7326
7327 \end_inset
7328
7329
7330 \end_layout
7331
7332 \begin_layout Standard
7333 \begin_inset ERT
7334 status collapsed
7335
7336 \begin_layout Plain Layout
7337
7338
7339 \backslash
7340 setlength{
7341 \backslash
7342 LTcapwidth}{5cm}
7343 \end_layout
7344
7345 \end_inset
7346
7347
7348 \begin_inset Tabular
7349 <lyxtabular version="3" rows="6" columns="5">
7350 <features islongtable="true" longtabularalignment="center">
7351 <column alignment="center" valignment="top">
7352 <column alignment="center" valignment="top">
7353 <column alignment="center" valignment="top">
7354 <column alignment="center" valignment="top">
7355 <column alignment="center" valignment="top">
7356 <row endfirsthead="true" caption="true">
7357 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7358 \begin_inset Text
7359
7360 \begin_layout Plain Layout
7361 \begin_inset Caption Standard
7362
7363 \begin_layout Plain Layout
7364 long titre complet avec la largeur réglée à 5
7365 \begin_inset space \thinspace{}
7366 \end_inset
7367
7368 cm long titre complet avec la largeur réglée à 5
7369 \begin_inset space \thinspace{}
7370 \end_inset
7371
7372 cm long titre complet avec la largeur réglée à 5
7373 \begin_inset space \thinspace{}
7374 \end_inset
7375
7376 cm
7377 \begin_inset Argument 1
7378 status open
7379
7380 \begin_layout Plain Layout
7381 Légende avec largeur à
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 =
7386 \begin_inset space \thinspace{}
7387 \end_inset
7388
7389 5
7390 \begin_inset space \thinspace{}
7391 \end_inset
7392
7393 cm
7394 \end_layout
7395
7396 \end_inset
7397
7398
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \end_inset
7407 </cell>
7408 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Plain Layout
7421
7422 \end_layout
7423
7424 \end_inset
7425 </cell>
7426 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7427 \begin_inset Text
7428
7429 \begin_layout Plain Layout
7430
7431 \end_layout
7432
7433 \end_inset
7434 </cell>
7435 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7436 \begin_inset Text
7437
7438 \begin_layout Plain Layout
7439
7440 \end_layout
7441
7442 \end_inset
7443 </cell>
7444 </row>
7445 <row>
7446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7447 \begin_inset Text
7448
7449 \begin_layout Plain Layout
7450 1
7451 \end_layout
7452
7453 \end_inset
7454 </cell>
7455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7456 \begin_inset Text
7457
7458 \begin_layout Plain Layout
7459 2
7460 \end_layout
7461
7462 \end_inset
7463 </cell>
7464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7465 \begin_inset Text
7466
7467 \begin_layout Plain Layout
7468 3
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 4
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 5
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 </row>
7492 <row>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497 asd
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 s
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 s
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7521 \begin_inset Text
7522
7523 \begin_layout Plain Layout
7524 s
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 asd
7534 \end_layout
7535
7536 \end_inset
7537 </cell>
7538 </row>
7539 <row>
7540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 asd
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7550 \begin_inset Text
7551
7552 \begin_layout Plain Layout
7553 s
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 s
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571 s
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580 asd
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 </row>
7586 <row>
7587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 asd
7592 \end_layout
7593
7594 \end_inset
7595 </cell>
7596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7597 \begin_inset Text
7598
7599 \begin_layout Plain Layout
7600 s
7601 \end_layout
7602
7603 \end_inset
7604 </cell>
7605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7606 \begin_inset Text
7607
7608 \begin_layout Plain Layout
7609 s
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618 s
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 asd
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 </row>
7633 <row>
7634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638 asd
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647 sad
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 asd
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 asd
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 asd
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 </row>
7680 </lyxtabular>
7681
7682 \end_inset
7683
7684
7685 \end_layout
7686
7687 \begin_layout Standard
7688 \begin_inset ERT
7689 status collapsed
7690
7691 \begin_layout Plain Layout
7692
7693
7694 \backslash
7695 setlength{
7696 \backslash
7697 LTcapwidth}{4in}
7698 \end_layout
7699
7700 \end_inset
7701
7702
7703 \end_layout
7704
7705 \begin_layout Standard
7706 \begin_inset Note Greyedout
7707 status open
7708
7709 \begin_layout Plain Layout
7710
7711 \series bold
7712 Note:
7713 \series default
7714  Quand on utilise la paquetage \SpecialChar LaTeX
7715  
7716 \series bold
7717 caption
7718 \series default
7719
7720 \begin_inset Index idx
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724 Paquetages \SpecialChar LaTeX
7725  ! caption
7726 \end_layout
7727
7728 \end_inset
7729
7730  , comme c'est les cas dans ce document, la légende prend toute la largeur
7731  de la page quand on utilise la largeur implicite de 4
7732 \begin_inset space \thinspace{}
7733 \end_inset
7734
7735 in pour 
7736 \series bold
7737
7738 \backslash
7739 LTcapwidth
7740 \series default
7741 .
7742  Pour avoir dans ce cas une légende qui fasse exactement 4
7743 \begin_inset space \thinspace{}
7744 \end_inset
7745
7746 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7747  comme par exemple 3.99
7748 \begin_inset space \thinspace{}
7749 \end_inset
7750
7751 in, soit utiliser la commande \SpecialChar LaTeX
7752  
7753 \series bold
7754
7755 \backslash
7756 captionsetup{width=valeur}
7757 \series default
7758  qui est disponible dans le paquetage 
7759 \series bold
7760 caption
7761 \series default
7762 .
7763 \end_layout
7764
7765 \end_inset
7766
7767
7768 \end_layout
7769
7770 \begin_layout Subsubsection
7771 Des légendes différentes sur chaque page d'un tableau
7772 \begin_inset Argument 1
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776 Légendes différentes
7777 \end_layout
7778
7779 \end_inset
7780
7781
7782 \begin_inset Index idx
7783 status collapsed
7784
7785 \begin_layout Plain Layout
7786 Tableaux longs ! Legendes@Légendes différentes par page
7787 \end_layout
7788
7789 \end_inset
7790
7791
7792 \end_layout
7793
7794 \begin_layout Standard
7795 Quand la légende du tableau pour les pages suivantes doit être différente
7796  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7797  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7798  dans le menu contextuel
7799 \family sans
7800  Légende (TableauLongSansNuméro)
7801 \family default
7802 .
7803  Le tableau
7804 \begin_inset space ~
7805 \end_inset
7806
7807
7808 \begin_inset CommandInset ref
7809 LatexCommand ref
7810 reference "tab:Légendes-tableau-différentes"
7811
7812 \end_inset
7813
7814  est un exemple de tableau long avec des légendes différentes et où la seconde
7815  légende ne contient pas le numéro du tableau.
7816 \begin_inset Separator parbreak
7817 \end_inset
7818
7819
7820 \end_layout
7821
7822 \begin_layout Standard
7823 \align center
7824 \begin_inset Tabular
7825 <lyxtabular version="3" rows="59" columns="3">
7826 <features islongtable="true" longtabularalignment="center">
7827 <column alignment="left" valignment="top" width="0pt">
7828 <column alignment="left" valignment="top" width="0pt">
7829 <column alignment="center" valignment="top" width="0pt">
7830 <row endfirsthead="true" caption="true">
7831 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 \begin_inset Caption Standard
7836
7837 \begin_layout Plain Layout
7838 Exemple d'annuaire téléphonique
7839 \begin_inset CommandInset label
7840 LatexCommand label
7841 name "tab:Légendes-tableau-différentes"
7842
7843 \end_inset
7844
7845
7846 \begin_inset Argument 1
7847 status collapsed
7848
7849 \begin_layout Plain Layout
7850 Exemple Annuaire 
7851 \end_layout
7852
7853 \end_inset
7854
7855
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7866 \begin_inset Text
7867
7868 \begin_layout Plain Layout
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7875 \begin_inset Text
7876
7877 \begin_layout Plain Layout
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 <row endfirsthead="true">
7885 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7886 \begin_inset Text
7887
7888 \begin_layout Plain Layout
7889
7890 \series bold
7891 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7897 \begin_inset Text
7898
7899 \begin_layout Plain Layout
7900
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7906 \begin_inset Text
7907
7908 \begin_layout Plain Layout
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row endfirsthead="true">
7916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \series bold
7922 NOM
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \end_layout
7933
7934 \end_inset
7935 </cell>
7936 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \series bold
7942 TÉL.
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 <row endhead="true" caption="true">
7949 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 \begin_inset Caption LongTableNoNumber
7954
7955 \begin_layout Plain Layout
7956 Suite de l'exemple d'annuaire téléphonique
7957 \end_layout
7958
7959 \end_inset
7960
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row endhead="true">
7986 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \series bold
7992 Exemple d'annuaire téléphonique
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 </row>
8016 <row endhead="true">
8017 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8018 \begin_inset Text
8019
8020 \begin_layout Plain Layout
8021
8022 \series bold
8023 NOM
8024 \end_layout
8025
8026 \end_inset
8027 </cell>
8028 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8029 \begin_inset Text
8030
8031 \begin_layout Plain Layout
8032
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041
8042 \series bold
8043 TÉL.
8044 \end_layout
8045
8046 \end_inset
8047 </cell>
8048 </row>
8049 <row endfoot="true">
8050 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 suite page suivante\SpecialChar ldots
8055
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8070 \begin_inset Text
8071
8072 \begin_layout Plain Layout
8073
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 </row>
8079 <row>
8080 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084
8085 \series bold
8086 Annovi
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095 Silvia
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104 111
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \series bold
8117 Bertoli
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 Stefano
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Plain Layout
8135 111
8136 \end_layout
8137
8138 \end_inset
8139 </cell>
8140 </row>
8141 <row>
8142 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146
8147 \series bold
8148 Bozzi
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157 Walter
8158 \end_layout
8159
8160 \end_inset
8161 </cell>
8162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166 111
8167 \end_layout
8168
8169 \end_inset
8170 </cell>
8171 </row>
8172 <row>
8173 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177
8178 \series bold
8179 Cachia
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Maria
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 111
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \series bold
8210 Cachia
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 Maurizio
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 111
8229 \end_layout
8230
8231 \end_inset
8232 </cell>
8233 </row>
8234 <row>
8235 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239
8240 \series bold
8241 Cinquemani
8242 \end_layout
8243
8244 \end_inset
8245 </cell>
8246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250 Giusi
8251 \end_layout
8252
8253 \end_inset
8254 </cell>
8255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259 111
8260 \end_layout
8261
8262 \end_inset
8263 </cell>
8264 </row>
8265 <row>
8266 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270
8271 \series bold
8272 Colin
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281 Bernard
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 111
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 </row>
8296 <row>
8297 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301
8302 \series bold
8303 Concli
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 Gianfranco
8313 \end_layout
8314
8315 \end_inset
8316 </cell>
8317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 111
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332
8333 \series bold
8334 Dal Bosco
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Plain Layout
8343 Carolina
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 111
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 </row>
8358 <row>
8359 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363
8364 \series bold
8365 Dalpiaz
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374 Annamaria
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 111
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 </row>
8389 <row>
8390 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394
8395 \series bold
8396 Feliciello
8397 \end_layout
8398
8399 \end_inset
8400 </cell>
8401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8402 \begin_inset Text
8403
8404 \begin_layout Plain Layout
8405 Domenico
8406 \end_layout
8407
8408 \end_inset
8409 </cell>
8410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414 111
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \series bold
8427 Focarelli
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 Paola
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 111
8446 \end_layout
8447
8448 \end_inset
8449 </cell>
8450 </row>
8451 <row>
8452 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456
8457 \series bold
8458 Galletti
8459 \end_layout
8460
8461 \end_inset
8462 </cell>
8463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 Oreste
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 111
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \series bold
8489 Gasparini
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 Franca
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 111
8508 \end_layout
8509
8510 \end_inset
8511 </cell>
8512 </row>
8513 <row>
8514 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518
8519 \series bold
8520 Rizzardi
8521 \series default
8522
8523 \begin_inset Foot
8524 status open
8525
8526 \begin_layout Plain Layout
8527 Exemple de note de bas de page
8528 \end_layout
8529
8530 \end_inset
8531
8532
8533 \end_layout
8534
8535 \end_inset
8536 </cell>
8537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541 Paola
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 111
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 </row>
8556 <row>
8557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561
8562 \series bold
8563 Lassini
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Giancarlo
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 111
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \series bold
8594 Malfatti
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 Luciano
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612 111
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 </row>
8618 <row>
8619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623
8624 \series bold
8625 Malfatti
8626 \end_layout
8627
8628 \end_inset
8629 </cell>
8630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8631 \begin_inset Text
8632
8633 \begin_layout Plain Layout
8634 Valeriano
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 111
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \series bold
8656 Meneguzzo
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 Roberto
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 111
8675 \end_layout
8676
8677 \end_inset
8678 </cell>
8679 </row>
8680 <row>
8681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8682 \begin_inset Text
8683
8684 \begin_layout Plain Layout
8685
8686 \series bold
8687 Mezzadra
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696 Roberto
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 111
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \series bold
8718 Pirpamer
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 Erich
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 111
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 </row>
8742 <row>
8743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8744 \begin_inset Text
8745
8746 \begin_layout Plain Layout
8747
8748 \series bold
8749 Pochiesa
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 Paolo
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 111, 222
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 </row>
8773 <row>
8774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778
8779 \series bold
8780 Radina
8781 \end_layout
8782
8783 \end_inset
8784 </cell>
8785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789 Claudio
8790 \end_layout
8791
8792 \end_inset
8793 </cell>
8794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8795 \begin_inset Text
8796
8797 \begin_layout Plain Layout
8798 111
8799 \end_layout
8800
8801 \end_inset
8802 </cell>
8803 </row>
8804 <row>
8805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8806 \begin_inset Text
8807
8808 \begin_layout Plain Layout
8809
8810 \series bold
8811 Stuffer
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820 Oskar
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 111
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 </row>
8835 <row>
8836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840
8841 \series bold
8842 Tacchelli
8843 \end_layout
8844
8845 \end_inset
8846 </cell>
8847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8848 \begin_inset Text
8849
8850 \begin_layout Plain Layout
8851 Ugo
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 111
8861 \end_layout
8862
8863 \end_inset
8864 </cell>
8865 </row>
8866 <row>
8867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8868 \begin_inset Text
8869
8870 \begin_layout Plain Layout
8871
8872 \series bold
8873 Tezzele
8874 \end_layout
8875
8876 \end_inset
8877 </cell>
8878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8879 \begin_inset Text
8880
8881 \begin_layout Plain Layout
8882 Margit
8883 \end_layout
8884
8885 \end_inset
8886 </cell>
8887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8888 \begin_inset Text
8889
8890 \begin_layout Plain Layout
8891 111
8892 \end_layout
8893
8894 \end_inset
8895 </cell>
8896 </row>
8897 <row>
8898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8899 \begin_inset Text
8900
8901 \begin_layout Plain Layout
8902
8903 \series bold
8904 Unterkalmsteiner
8905 \end_layout
8906
8907 \end_inset
8908 </cell>
8909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8910 \begin_inset Text
8911
8912 \begin_layout Plain Layout
8913 Frieda
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 111
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 </row>
8928 <row>
8929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8930 \begin_inset Text
8931
8932 \begin_layout Plain Layout
8933
8934 \series bold
8935 Vieider
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 Hilde
8945 \end_layout
8946
8947 \end_inset
8948 </cell>
8949 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8950 \begin_inset Text
8951
8952 \begin_layout Plain Layout
8953 111
8954 \end_layout
8955
8956 \end_inset
8957 </cell>
8958 </row>
8959 <row>
8960 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8961 \begin_inset Text
8962
8963 \begin_layout Plain Layout
8964
8965 \series bold
8966 Vigna
8967 \end_layout
8968
8969 \end_inset
8970 </cell>
8971 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975 Jürgen
8976 \end_layout
8977
8978 \end_inset
8979 </cell>
8980 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8981 \begin_inset Text
8982
8983 \begin_layout Plain Layout
8984 111
8985 \end_layout
8986
8987 \end_inset
8988 </cell>
8989 </row>
8990 <row>
8991 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995
8996 \series bold
8997 Weber
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 Maurizio
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 111
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \series bold
9028 Winkler
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 Franz
9038 \end_layout
9039
9040 \end_inset
9041 </cell>
9042 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9043 \begin_inset Text
9044
9045 \begin_layout Plain Layout
9046 111
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9054 \begin_inset Text
9055
9056 \begin_layout Plain Layout
9057  
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9063 \begin_inset Text
9064
9065 \begin_layout Plain Layout
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 </row>
9081 <row>
9082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086
9087 \series bold
9088 Annovi
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097 Silvia
9098 \end_layout
9099
9100 \end_inset
9101 </cell>
9102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9103 \begin_inset Text
9104
9105 \begin_layout Plain Layout
9106 555
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \series bold
9119 Bertoli
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 Stefano
9129 \end_layout
9130
9131 \end_inset
9132 </cell>
9133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137 555
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 </row>
9143 <row>
9144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148
9149 \series bold
9150 Bozzi
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Plain Layout
9159 Walter
9160 \end_layout
9161
9162 \end_inset
9163 </cell>
9164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9165 \begin_inset Text
9166
9167 \begin_layout Plain Layout
9168 555
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 </row>
9174 <row>
9175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179
9180 \series bold
9181 Cachia
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 Maria
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199 555
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 </row>
9205 <row>
9206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210
9211 \series bold
9212 Cachia
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9218 \begin_inset Text
9219
9220 \begin_layout Plain Layout
9221 Maurizio
9222 \end_layout
9223
9224 \end_inset
9225 </cell>
9226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230 555
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \series bold
9243 Cinquemani
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 Giusi
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 555
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \series bold
9274 Colin
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 Bernard
9284 \end_layout
9285
9286 \end_inset
9287 </cell>
9288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292 555
9293 \end_layout
9294
9295 \end_inset
9296 </cell>
9297 </row>
9298 <row>
9299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303
9304 \series bold
9305 Concli
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9311 \begin_inset Text
9312
9313 \begin_layout Plain Layout
9314 Gianfranco
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9320 \begin_inset Text
9321
9322 \begin_layout Plain Layout
9323 555
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 <row>
9330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334
9335 \series bold
9336 Dal Bosco
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Plain Layout
9345 Carolina
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 555
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367 Dalpiaz
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9373 \begin_inset Text
9374
9375 \begin_layout Plain Layout
9376 Annamaria
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 555
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \series bold
9398 Feliciello
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 Domenico
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9413 \begin_inset Text
9414
9415 \begin_layout Plain Layout
9416 555
9417 \end_layout
9418
9419 \end_inset
9420 </cell>
9421 </row>
9422 <row>
9423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9424 \begin_inset Text
9425
9426 \begin_layout Plain Layout
9427
9428 \series bold
9429 Focarelli
9430 \end_layout
9431
9432 \end_inset
9433 </cell>
9434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9435 \begin_inset Text
9436
9437 \begin_layout Plain Layout
9438 Paola
9439 \end_layout
9440
9441 \end_inset
9442 </cell>
9443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9444 \begin_inset Text
9445
9446 \begin_layout Plain Layout
9447 555
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460 Galletti
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 Oreste
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9475 \begin_inset Text
9476
9477 \begin_layout Plain Layout
9478 555
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 <row>
9485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9486 \begin_inset Text
9487
9488 \begin_layout Plain Layout
9489
9490 \series bold
9491 Gasparini
9492 \end_layout
9493
9494 \end_inset
9495 </cell>
9496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 Franca
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509 555
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \series bold
9522 Rizzardi
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531 Paola
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 555
9541 \end_layout
9542
9543 \end_inset
9544 </cell>
9545 </row>
9546 <row>
9547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9548 \begin_inset Text
9549
9550 \begin_layout Plain Layout
9551
9552 \series bold
9553 Lassini
9554 \end_layout
9555
9556 \end_inset
9557 </cell>
9558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9559 \begin_inset Text
9560
9561 \begin_layout Plain Layout
9562 Giancarlo
9563 \end_layout
9564
9565 \end_inset
9566 </cell>
9567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9568 \begin_inset Text
9569
9570 \begin_layout Plain Layout
9571 555
9572 \end_layout
9573
9574 \end_inset
9575 </cell>
9576 </row>
9577 <row>
9578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582
9583 \series bold
9584 Malfatti
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 Luciano
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 555
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row>
9609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \series bold
9615 Malfatti
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624 Valeriano
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 555
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 </row>
9639 <row>
9640 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644
9645 \series bold
9646 Meneguzzo
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 Roberto
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 555
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 <row>
9671 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \series bold
9677 Mezzadra
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 Roberto
9687 \end_layout
9688
9689 \end_inset
9690 </cell>
9691 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695 555
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 </row>
9701 </lyxtabular>
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \begin_layout Section
9709 Questions particulières concernant les tableaux longs
9710 \begin_inset Argument 1
9711 status collapsed
9712
9713 \begin_layout Plain Layout
9714 Questions sur les tableaux longs
9715 \end_layout
9716
9717 \end_inset
9718
9719
9720 \begin_inset CommandInset label
9721 LatexCommand label
9722 name "sec:Questions-sur-tableaux-longs"
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \begin_layout Subsection
9730 Calculs des pages des tableaux longs
9731 \begin_inset Index idx
9732 status collapsed
9733
9734 \begin_layout Plain Layout
9735 Tableaux longs ! Calculs
9736 \end_layout
9737
9738 \end_inset
9739
9740
9741 \end_layout
9742
9743 \begin_layout Standard
9744 \SpecialChar LaTeX
9745  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9746  utilisant des blocs (chunks).
9747  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9748  mémoire de \SpecialChar LaTeX
9749 .
9750  La valeur implicite est fixée pour des raisons historiques à seulement
9751  20 lignes de tableau.
9752  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9753  peut ralentir la création de votre document.
9754  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9755  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9756  préambule de votre document :
9757 \end_layout
9758
9759 \begin_layout Standard
9760
9761 \series bold
9762
9763 \backslash
9764 setcounter{LTchunksize}{100}
9765 \end_layout
9766
9767 \begin_layout Subsection
9768 Les flottants et les tableaux longs
9769 \begin_inset Index idx
9770 status collapsed
9771
9772 \begin_layout Plain Layout
9773 Tableaux longs ! Flottants
9774 \end_layout
9775
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \begin_layout Standard
9782 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9783  commence un tableau long.
9784  Pour éviter une telle situation, insérez un saut de page (menu 
9785 \family sans
9786 Insertion\SpecialChar menuseparator
9787 Typographie
9788 \begin_inset space ~
9789 \end_inset
9790
9791 spéciale\SpecialChar menuseparator
9792 Saut de page (vide le tampon)
9793 \family default
9794
9795 \begin_inset space \thinspace{}
9796 \end_inset
9797
9798 ) juste avant votre tableau long.
9799 \end_layout
9800
9801 \begin_layout Subsection
9802 Sauts de pages forcés
9803 \begin_inset Index idx
9804 status collapsed
9805
9806 \begin_layout Plain Layout
9807 Tableaux longs ! Sauts de pages forcés
9808 \end_layout
9809
9810 \end_inset
9811
9812
9813 \end_layout
9814
9815 \begin_layout Standard
9816 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9817  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9818  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9819  de
9820  saut de ligne 
9821 \begin_inset Quotes fld
9822 \end_inset
9823
9824
9825 \backslash
9826
9827 \backslash
9828
9829 \begin_inset Quotes frd
9830 \end_inset
9831
9832  en code \SpecialChar TeX
9833  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9834  Avant la commande 
9835 \begin_inset Quotes fld
9836 \end_inset
9837
9838
9839 \backslash
9840
9841 \backslash
9842
9843 \begin_inset Quotes frd
9844 \end_inset
9845
9846 , vous devez insérer en code \SpecialChar TeX
9847 , autant de caractères 
9848 \begin_inset Quotes fld
9849 \end_inset
9850
9851 &
9852 \begin_inset Quotes frd
9853 \end_inset
9854
9855  qu'il y a de colonnes après la cellule concernée.
9856  Le caractère 
9857 \begin_inset Quotes fld
9858 \end_inset
9859
9860 &
9861 \begin_inset Quotes frd
9862 \end_inset
9863
9864  sert à séparer les colonnes d'un tableau.
9865  Écrivez en code-\SpecialChar TeX
9866 , après chaque 
9867 \begin_inset Quotes fld
9868 \end_inset
9869
9870 &
9871 \begin_inset Quotes frd
9872 \end_inset
9873
9874  le contenu des cellules correspondantes et en même temps supprimez le contenu
9875  de ces cellules dans le texte normal.
9876  
9877 \begin_inset Newline newline
9878 \end_inset
9879
9880 Après la commande 
9881 \backslash
9882
9883 \backslash
9884 , insérez autant de caractères 
9885 \begin_inset Quotes fld
9886 \end_inset
9887
9888 &
9889 \begin_inset Quotes frd
9890 \end_inset
9891
9892  qu'il y a de colonnes avant la colonne traitée.
9893  Dans le tableau
9894 \begin_inset space ~
9895 \end_inset
9896
9897
9898 \begin_inset CommandInset ref
9899 LatexCommand ref
9900 reference "tab:Tableau-saut-de-page"
9901
9902 \end_inset
9903
9904  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9905  suivie par une autre colonne.
9906  La commande suivante a donc été insérée en code \SpecialChar TeX
9907  dans la cellule après
9908  le mot 
9909 \begin_inset Quotes fld
9910 \end_inset
9911
9912
9913 \emph on
9914 Castelchiodato,
9915 \emph default
9916
9917 \begin_inset Quotes frd
9918 \end_inset
9919
9920 :
9921 \end_layout
9922
9923 \begin_layout Standard
9924
9925 \series bold
9926 & 111
9927 \backslash
9928
9929 \backslash
9930  
9931 \backslash
9932 newpage
9933 \begin_inset Newline newline
9934 \end_inset
9935
9936 &
9937 \end_layout
9938
9939 \begin_layout Standard
9940 Le 
9941 \begin_inset Quotes fld
9942 \end_inset
9943
9944 111
9945 \begin_inset Quotes frd
9946 \end_inset
9947
9948  dans la troisième colonne de la ligne a été supprimé.
9949  
9950 \series bold
9951
9952 \backslash
9953 newpage
9954 \series default
9955  est nécessaire seulement quand un saut de page doit impérativement avoir
9956  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9957  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9958  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9959  est coupée, utilisez cette commande à la place de la précédente :
9960 \end_layout
9961
9962 \begin_layout Standard
9963
9964 \series bold
9965 & 111
9966 \backslash
9967
9968 \backslash
9969
9970 \begin_inset Newline newline
9971 \end_inset
9972
9973
9974 \backslash
9975 hline &
9976 \end_layout
9977
9978 \begin_layout Standard
9979 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9980  insérer la commande
9981 \end_layout
9982
9983 \begin_layout Standard
9984
9985 \series bold
9986
9987 \backslash
9988 setlength{
9989 \backslash
9990 parfillskip}{0pt}
9991 \end_layout
9992
9993 \begin_layout Standard
9994 au début de la cellule.
9995  Cela assure que la portion de la cellule qui va se trouver affichée sur
9996  la page suivante le sera avec toute la largeur de la cellule.
9997 \begin_inset Separator parbreak
9998 \end_inset
9999
10000
10001 \end_layout
10002
10003 \begin_layout Standard
10004 \align center
10005 \begin_inset Tabular
10006 <lyxtabular version="3" rows="38" columns="3">
10007 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10008 <column alignment="left" valignment="top" width="0cm">
10009 <column alignment="left" valignment="top" width="3cm">
10010 <column alignment="center" valignment="top" width="0pt">
10011 <row endfirsthead="true" caption="true">
10012 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 \begin_inset Caption Standard
10017
10018 \begin_layout Plain Layout
10019 Tableau avec un saut de page forcé dans une cellule
10020 \begin_inset CommandInset label
10021 LatexCommand label
10022 name "tab:Tableau-saut-de-page"
10023
10024 \end_inset
10025
10026
10027 \begin_inset Argument 1
10028 status collapsed
10029
10030 \begin_layout Plain Layout
10031 Tableau avec un saut de page forcé dans une cellule
10032 \end_layout
10033
10034 \end_inset
10035
10036
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row endfirsthead="true">
10066 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row endfirsthead="true">
10097 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 NOM
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121
10122 \series bold
10123 TÉL.
10124 \end_layout
10125
10126 \end_inset
10127 </cell>
10128 </row>
10129 <row endhead="true">
10130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134 \begin_inset ERT
10135 status collapsed
10136
10137 \begin_layout Plain Layout
10138
10139
10140 \backslash
10141 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10142 \backslash
10143
10144 \backslash
10145 %
10146 \end_layout
10147
10148 \end_inset
10149
10150
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row endhead="true">
10175 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179  
10180 \series bold
10181 Exemple d'annuaire téléphonique
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row endhead="true">
10206 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 NOM
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230
10231 \series bold
10232 TÉL.
10233 \end_layout
10234
10235 \end_inset
10236 </cell>
10237 </row>
10238 <row endfoot="true">
10239 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 suite page suivante\SpecialChar ldots
10244
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \series bold
10275 Annovi
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 Silvia
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 111
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 </row>
10299 <row>
10300 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 Bertoli
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315 Stefano
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 111
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 </row>
10330 <row>
10331 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335
10336 \series bold
10337 Bozzi
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10343 \begin_inset Text
10344
10345 \begin_layout Plain Layout
10346 Walter
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 111
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 </row>
10361 <row>
10362 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10363 \begin_inset Text
10364
10365 \begin_layout Plain Layout
10366
10367 \series bold
10368 Cachia
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 Maria
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 111
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 <row>
10393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10394 \begin_inset Text
10395
10396 \begin_layout Plain Layout
10397
10398 \series bold
10399 Cachia
10400 \end_layout
10401
10402 \end_inset
10403 </cell>
10404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10405 \begin_inset Text
10406
10407 \begin_layout Plain Layout
10408 Maurizio
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 111
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 </row>
10423 <row>
10424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428
10429 \series bold
10430 Cinquemani
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439 Giusi
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 111
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Plain Layout
10459
10460 \series bold
10461 Colin
10462 \end_layout
10463
10464 \end_inset
10465 </cell>
10466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10467 \begin_inset Text
10468
10469 \begin_layout Plain Layout
10470 Bernard
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 111
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 </row>
10485 <row>
10486 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490
10491 \series bold
10492 Concli
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 Gianfranco
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 111
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \series bold
10523 Dal Bosco
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 Carolina
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 111
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 </row>
10547 <row>
10548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552
10553 \series bold
10554 Dalpiaz
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 Annamaria
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 111
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Feliciello
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Domenico
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Focarelli
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Paola
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Galletti
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Oreste
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 111
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 Gasparini
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Franca
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Lassini
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Giancarlo
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Malfatti
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Luciano
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Malfatti
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Valeriano
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 111
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \series bold
10802 Meneguzzo
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 Roberto
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831
10832 \series bold
10833 Mezzadra
10834 \end_layout
10835
10836 \end_inset
10837 </cell>
10838 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10839 \begin_inset Text
10840
10841 \begin_layout Plain Layout
10842 Roberto
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 111
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \series bold
10864 Pirpamer
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873 Erich
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 111
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 </row>
10888 <row>
10889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893
10894 \series bold
10895 Pochiesa
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 Paolo
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 111, 222
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 </row>
10919 <row>
10920 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10921 \begin_inset Text
10922
10923 \begin_layout Plain Layout
10924
10925 \series bold
10926 Radina
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 Claudio
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 111
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 </row>
10950 <row>
10951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955
10956 \series bold
10957 Rizzardi
10958 \end_layout
10959
10960 \end_inset
10961 </cell>
10962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 Giancarlo, 11.
10967  Fürst von Montecompatri, 11.
10968  Fürst von Sulmona und Vivaro, 10.
10969  Fürst von Rossano, 5.
10970  Herzog von Canemorte, 11.
10971  Herzog von Palombara, 5.
10972  Herzog von Castelchiodato,
10973 \begin_inset ERT
10974 status open
10975
10976 \begin_layout Plain Layout
10977
10978 & 111
10979 \backslash
10980
10981 \backslash
10982  
10983 \backslash
10984 newpage
10985 \end_layout
10986
10987 \begin_layout Plain Layout
10988
10989 &
10990 \end_layout
10991
10992 \end_inset
10993
10994  11.
10995  Herzog von Poggionativo, 11.
10996  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10997  Graf von Valinfreda, 11.
10998  Baron von Cropalati, 11.
10999  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019
11020 \series bold
11021 Stuffer
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Oskar
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 111
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052 Tacchelli
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 Ugo
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 111
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 </row>
11076 <row>
11077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \series bold
11083 Tezzele
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092 Margit
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 111
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 </row>
11107 <row>
11108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112
11113 \series bold
11114 Unterkalmsteiner
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 Frieda
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 111
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 </row>
11138 <row>
11139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143
11144 \series bold
11145 Vieider
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11151 \begin_inset Text
11152
11153 \begin_layout Plain Layout
11154 Hilde
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 111
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 </row>
11169 <row>
11170 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11171 \begin_inset Text
11172
11173 \begin_layout Plain Layout
11174
11175 \series bold
11176 Vigna
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11182 \begin_inset Text
11183
11184 \begin_layout Plain Layout
11185 Jürgen
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 111
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 </row>
11200 <row>
11201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205
11206 \series bold
11207 Weber
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 Maurizio
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 111
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 </row>
11231 <row>
11232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236
11237 \series bold
11238 Winkler
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 Franz
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 111
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 </row>
11262 </lyxtabular>
11263
11264 \end_inset
11265
11266
11267 \end_layout
11268
11269 \begin_layout Section
11270 Colonnes et lignes à lignes multiples
11271 \end_layout
11272
11273 \begin_layout Subsection
11274 Lignes multiples dans une cellule de tableau
11275 \begin_inset CommandInset label
11276 LatexCommand label
11277 name "subsec:Lignes-multiple-dans-cellule"
11278
11279 \end_inset
11280
11281
11282 \begin_inset Index idx
11283 status collapsed
11284
11285 \begin_layout Plain Layout
11286 Plusieurs lignes dans une case de tableau
11287 \end_layout
11288
11289 \end_inset
11290
11291
11292 \begin_inset Index idx
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 Tableau ! Saut de ligne
11297 \end_layout
11298
11299 \end_inset
11300
11301
11302 \end_layout
11303
11304 \begin_layout Standard
11305 \noindent
11306 \begin_inset Float table
11307 placement H
11308 wide false
11309 sideways false
11310 status open
11311
11312 \begin_layout Plain Layout
11313 \begin_inset Caption Standard
11314
11315 \begin_layout Plain Layout
11316 \begin_inset CommandInset label
11317 LatexCommand label
11318 name "tab:Tableau-avec-plusieurs-lignes"
11319
11320 \end_inset
11321
11322 Tableau avec des lignes multiples dans une cellule
11323 \end_layout
11324
11325 \end_inset
11326
11327
11328 \end_layout
11329
11330 \begin_layout Plain Layout
11331 \align center
11332 \begin_inset Tabular
11333 <lyxtabular version="3" rows="3" columns="3">
11334 <features tabularvalignment="middle">
11335 <column alignment="center" valignment="middle" width="2.5cm">
11336 <column alignment="center" valignment="middle">
11337 <column alignment="center" valignment="middle">
11338 <row>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 Lignes
11344 \begin_inset Newline linebreak
11345 \end_inset
11346
11347 multiples
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 b
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 c
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 <row>
11372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 d
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 e
11386 \end_layout
11387
11388 \end_inset
11389 </cell>
11390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 f
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 <row>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 g
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414 h
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 i
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 </lyxtabular>
11430
11431 \end_inset
11432
11433
11434 \end_layout
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Standard
11442 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11443  d'un paragraphe avec des sauts de lignes et des césures.
11444 \end_layout
11445
11446 \begin_layout Standard
11447 Pour obtenir le tableau
11448 \begin_inset space ~
11449 \end_inset
11450
11451
11452 \begin_inset CommandInset ref
11453 LatexCommand ref
11454 reference "tab:Tableau-avec-plusieurs-lignes"
11455
11456 \end_inset
11457
11458 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11459  droit dessus.
11460  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11461  2.5
11462 \begin_inset space \thinspace{}
11463 \end_inset
11464
11465 cm et choisissez les alignements vertical et horizontal centrés.
11466  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11467  Comme notre texte est plus petit que 2.5
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 cm, une seule ligne va apparaître.
11472  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11473  
11474 \family sans
11475 Ctrl-Shift-Entrée
11476 \family default
11477 ).
11478  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11479 ement découpé en plusieurs lignes.
11480 \end_layout
11481
11482 \begin_layout Standard
11483 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11484  ne peut pas
11485  effectuer de césure si c'est le premier élément de la cellule.
11486  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11487  premier élément : Ajoutez un espace horizontal de 0
11488 \begin_inset space \thinspace{}
11489 \end_inset
11490
11491 pt juste avant votre mot.
11492  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11493  Le tableau
11494 \begin_inset space ~
11495 \end_inset
11496
11497
11498 \begin_inset CommandInset ref
11499 LatexCommand ref
11500 reference "tab:Tableau-césure"
11501
11502 \end_inset
11503
11504  montre l'effet de cette insertion.
11505 \end_layout
11506
11507 \begin_layout Standard
11508 \begin_inset Float table
11509 placement h
11510 wide false
11511 sideways false
11512 status open
11513
11514 \begin_layout Plain Layout
11515 \begin_inset Caption Standard
11516
11517 \begin_layout Plain Layout
11518 \begin_inset CommandInset label
11519 LatexCommand label
11520 name "tab:Tableau-césure"
11521
11522 \end_inset
11523
11524 Tableau avec et sans césure.
11525 \end_layout
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Plain Layout
11533 \begin_inset space \hfill{}
11534 \end_inset
11535
11536
11537 \begin_inset Tabular
11538 <lyxtabular version="3" rows="3" columns="3">
11539 <features tabularvalignment="middle">
11540 <column alignment="center" valignment="middle" width="2.5cm">
11541 <column alignment="center" valignment="middle">
11542 <column alignment="center" valignment="middle">
11543 <row>
11544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11545 \begin_inset Text
11546
11547 \begin_layout Plain Layout
11548 mottrèslongdansunecellule
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Plain Layout
11557 b
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 c
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 </row>
11572 <row>
11573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 d
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 e
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 f
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 g
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 h
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624 i
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 </row>
11630 </lyxtabular>
11631
11632 \end_inset
11633
11634
11635 \begin_inset space \hfill{}
11636 \end_inset
11637
11638
11639 \begin_inset Tabular
11640 <lyxtabular version="3" rows="3" columns="3">
11641 <features tabularvalignment="middle">
11642 <column alignment="center" valignment="middle" width="2.5cm">
11643 <column alignment="center" valignment="middle">
11644 <column alignment="center" valignment="middle">
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 \begin_inset space \hspace{}
11651 \length 0pt
11652 \end_inset
11653
11654 mottrèslongdansunecellule
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 b
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 c
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 </row>
11678 <row>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 d
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 e
11693 \end_layout
11694
11695 \end_inset
11696 </cell>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 f
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 </row>
11707 <row>
11708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11709 \begin_inset Text
11710
11711 \begin_layout Plain Layout
11712 g
11713 \end_layout
11714
11715 \end_inset
11716 </cell>
11717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11718 \begin_inset Text
11719
11720 \begin_layout Plain Layout
11721 h
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730 i
11731 \end_layout
11732
11733 \end_inset
11734 </cell>
11735 </row>
11736 </lyxtabular>
11737
11738 \end_inset
11739
11740
11741 \begin_inset space \hfill{}
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \begin_layout Subsection
11753 Multi-colonnes
11754 \begin_inset CommandInset label
11755 LatexCommand label
11756 name "subsec:Multicolonnes"
11757
11758 \end_inset
11759
11760
11761 \begin_inset Index idx
11762 status collapsed
11763
11764 \begin_layout Plain Layout
11765 Multi-colonnes
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \begin_inset Index idx
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 Tableau ! Multi-colonnes
11776 \end_layout
11777
11778 \end_inset
11779
11780
11781 \end_layout
11782
11783 \begin_layout Subsubsection
11784 Les bases des multi-colonnes
11785 \end_layout
11786
11787 \begin_layout Standard
11788 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11789  qu'elle doit couvrir et utilisez soit le bouton 
11790 \begin_inset Info
11791 type  "icon"
11792 arg   "inset-modify tabular multicolumn"
11793 \end_inset
11794
11795  de la barre d'outils tableau, ou le menu 
11796 \family sans
11797 Édition\SpecialChar menuseparator
11798 Tableau\SpecialChar menuseparator
11799 Multi-colonnes
11800 \family default
11801 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11802  
11803 \family sans
11804 Multi-colonnes
11805 \family default
11806 .
11807 \end_layout
11808
11809 \begin_layout Standard
11810 Les multi-colonnes ont leurs propres paramètres de cellule.
11811  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11812  de la cellule, cela n'affecte que la cellule multi-colonnes.
11813  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11814  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11815 \begin_inset Separator parbreak
11816 \end_inset
11817
11818
11819 \end_layout
11820
11821 \begin_layout Standard
11822 \align center
11823 \begin_inset Tabular
11824 <lyxtabular version="3" rows="3" columns="4">
11825 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11826 <column alignment="center" valignment="top" width="0pt">
11827 <column alignment="center" valignment="middle">
11828 <column alignment="center" valignment="top" width="0in">
11829 <column alignment="center" valignment="top" width="0pt">
11830 <row>
11831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835 abc
11836 \end_layout
11837
11838 \end_inset
11839 </cell>
11840 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11841 \begin_inset Text
11842
11843 \begin_layout Plain Layout
11844 def ghi
11845 \end_layout
11846
11847 \end_inset
11848 </cell>
11849 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853
11854 \end_layout
11855
11856 \end_inset
11857 </cell>
11858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11859 \begin_inset Text
11860
11861 \begin_layout Plain Layout
11862 jkl
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 A
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882 B
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 C
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11897 \begin_inset Text
11898
11899 \begin_layout Plain Layout
11900 D
11901 \end_layout
11902
11903 \end_inset
11904 </cell>
11905 </row>
11906 <row>
11907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 1
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 2
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 3
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 4
11939 \end_layout
11940
11941 \end_inset
11942 </cell>
11943 </row>
11944 </lyxtabular>
11945
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \begin_layout Subsubsection
11952 Calculs avec les multi-colonnes
11953 \begin_inset CommandInset label
11954 LatexCommand label
11955 name "subsec:Calculs-multicolonnes"
11956
11957 \end_inset
11958
11959
11960 \begin_inset Index idx
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964 Multi-colonnes ! Calculs
11965 \end_layout
11966
11967 \end_inset
11968
11969
11970 \end_layout
11971
11972 \begin_layout Standard
11973 \SpecialChar LyX
11974  gère directement les multi-colonnes, mais nous devons faire attention à
11975  la largeur des cellules couvertes par la cellule multi-colonnes.
11976 \end_layout
11977
11978 \begin_layout Standard
11979 \begin_inset Float table
11980 placement h
11981 wide false
11982 sideways false
11983 status open
11984
11985 \begin_layout Plain Layout
11986 \begin_inset Caption Standard
11987
11988 \begin_layout Plain Layout
11989 \begin_inset CommandInset label
11990 LatexCommand label
11991 name "tab:Tableau-multicolonne-parfaite"
11992
11993 \end_inset
11994
11995 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11996  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11997 \begin_inset Argument 1
11998 status open
11999
12000 \begin_layout Plain Layout
12001 Tableau avec multi-colonnes parfaite
12002 \end_layout
12003
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Plain Layout
12015 \align center
12016 \begin_inset Tabular
12017 <lyxtabular version="3" rows="3" columns="3">
12018 <features tabularvalignment="middle">
12019 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12020 <column alignment="center" valignment="middle">
12021 <column alignment="center" valignment="top">
12022 <row>
12023 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12024 \begin_inset Text
12025
12026 \begin_layout Plain Layout
12027 multi-colonnes sur plusieurs lignes
12028 \end_layout
12029
12030 \end_inset
12031 </cell>
12032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 c
12046 \end_layout
12047
12048 \end_inset
12049 </cell>
12050 </row>
12051 <row>
12052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12053 \begin_inset Text
12054
12055 \begin_layout Plain Layout
12056 d
12057 \end_layout
12058
12059 \end_inset
12060 </cell>
12061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12062 \begin_inset Text
12063
12064 \begin_layout Plain Layout
12065 e
12066 \end_layout
12067
12068 \end_inset
12069 </cell>
12070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12071 \begin_inset Text
12072
12073 \begin_layout Plain Layout
12074 f
12075 \end_layout
12076
12077 \end_inset
12078 </cell>
12079 </row>
12080 <row>
12081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12082 \begin_inset Text
12083
12084 \begin_layout Plain Layout
12085 g
12086 \end_layout
12087
12088 \end_inset
12089 </cell>
12090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094 h
12095 \end_layout
12096
12097 \end_inset
12098 </cell>
12099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12100 \begin_inset Text
12101
12102 \begin_layout Plain Layout
12103 i
12104 \end_layout
12105
12106 \end_inset
12107 </cell>
12108 </row>
12109 </lyxtabular>
12110
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \end_inset
12117
12118
12119 \end_layout
12120
12121 \begin_layout Standard
12122 Par exemple, pour créer le tableau
12123 \begin_inset space ~
12124 \end_inset
12125
12126
12127 \begin_inset CommandInset ref
12128 LatexCommand ref
12129 reference "tab:Tableau-multicolonne-parfaite"
12130
12131 \end_inset
12132
12133 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12134  3×3 et faites un clic droit dessus.
12135  Ensuite choisissez pour cette cellule
12136 \emph on
12137 ,
12138 \emph default
12139  dans la fenêtre de dialogue de tableau, 
12140 \emph on
12141 multi-colonnes
12142 \emph default
12143
12144 \emph on
12145 alignement
12146 \begin_inset space ~
12147 \end_inset
12148
12149 horizontal
12150 \begin_inset space ~
12151 \end_inset
12152
12153 centré
12154 \emph default
12155  et une largeur de 2.5
12156 \begin_inset space \thinspace{}
12157 \end_inset
12158
12159 cm.
12160  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12161  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12162 \begin_inset space \thinspace{}
12163 \end_inset
12164
12165 cm pour la première colonne.
12166  La deuxième colonne aura alors automatiquement une largeur de 1.25
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12171  C'est ce qui a été fait pour le tableau
12172 \begin_inset space ~
12173 \end_inset
12174
12175
12176 \begin_inset CommandInset ref
12177 LatexCommand ref
12178 reference "tab:Tableau-multicolonne-imparfait"
12179
12180 \end_inset
12181
12182 .
12183 \end_layout
12184
12185 \begin_layout Standard
12186 \begin_inset Float table
12187 wide false
12188 sideways false
12189 status open
12190
12191 \begin_layout Plain Layout
12192 \begin_inset Caption Standard
12193
12194 \begin_layout Plain Layout
12195 \begin_inset CommandInset label
12196 LatexCommand label
12197 name "tab:Tableau-multicolonne-imparfait"
12198
12199 \end_inset
12200
12201 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12202  de la largeur de la cellule multi-colonnes.
12203 \begin_inset Argument 1
12204 status open
12205
12206 \begin_layout Plain Layout
12207 Tableau avec multi-colonnes pas parfaite
12208 \end_layout
12209
12210 \end_inset
12211
12212
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \begin_layout Plain Layout
12221 \align center
12222 \begin_inset Tabular
12223 <lyxtabular version="3" rows="3" columns="3">
12224 <features tabularvalignment="middle">
12225 <column alignment="center" valignment="top" width="1.25cm">
12226 <column alignment="center" valignment="top">
12227 <column alignment="center" valignment="top">
12228 <row>
12229 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12230 \begin_inset Text
12231
12232 \begin_layout Plain Layout
12233 multi-colonnes sur plusieurs lignes
12234 \end_layout
12235
12236 \end_inset
12237 </cell>
12238 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12239 \begin_inset Text
12240
12241 \begin_layout Plain Layout
12242
12243 \end_layout
12244
12245 \end_inset
12246 </cell>
12247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12248 \begin_inset Text
12249
12250 \begin_layout Plain Layout
12251 c
12252 \end_layout
12253
12254 \end_inset
12255 </cell>
12256 </row>
12257 <row>
12258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12259 \begin_inset Text
12260
12261 \begin_layout Plain Layout
12262 d
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 e
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 f
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291 g
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 h
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 i
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12329  de la cellule multi-colonnes, elle est un peu plus large.
12330  La raison est que la taille que l'on donne à une cellule, 
12331 \begin_inset Formula $W_{g}$
12332 \end_inset
12333
12334  n'est pas sa taille totale, 
12335 \begin_inset Formula $W_{\mathrm{tot}}$
12336 \end_inset
12337
12338  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12339  lui donne.
12340  L'annexe
12341 \begin_inset space ~
12342 \end_inset
12343
12344
12345 \begin_inset CommandInset ref
12346 LatexCommand ref
12347 reference "cha:Explication-de-l'Equation"
12348
12349 \end_inset
12350
12351  explique pourquoi en détail.
12352 \end_layout
12353
12354 \begin_layout Standard
12355 La largeur nécessaire 
12356 \begin_inset Formula $W_{g\,n}$
12357 \end_inset
12358
12359  quand 
12360 \emph on
12361 n
12362 \emph default
12363  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12364  ait une largeur totale de 
12365 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12366 \end_inset
12367
12368 :
12369 \begin_inset Formula 
12370 \begin{equation}
12371 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12372 \end{equation}
12373
12374 \end_inset
12375
12376
12377 \end_layout
12378
12379 \begin_layout Standard
12380 Dans notre cas nous avons 
12381 \begin_inset Formula $n=2$
12382 \end_inset
12383
12384
12385 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12386 \end_inset
12387
12388 cm et les valeurs implicites pour les autres longueurs, l'équation
12389 \begin_inset space ~
12390 \end_inset
12391
12392
12393 \begin_inset CommandInset ref
12394 LatexCommand ref
12395 reference "eq:Wgn"
12396
12397 \end_inset
12398
12399  devient
12400 \begin_inset Formula 
12401 \begin{equation}
12402 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12403 \end{equation}
12404
12405 \end_inset
12406
12407
12408 \end_layout
12409
12410 \begin_layout Standard
12411 Pour permettre des calculs avec \SpecialChar LaTeX
12412 , vous devez charger le paquetage \SpecialChar LaTeX
12413  
12414 \series bold
12415 calc
12416 \series default
12417  avec la ligne suivante dans le préambule du document
12418 \begin_inset Index idx
12419 status collapsed
12420
12421 \begin_layout Plain Layout
12422 Paquetages \SpecialChar LaTeX
12423  ! calc
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \end_layout
12430
12431 \begin_layout Standard
12432
12433 \series bold
12434
12435 \backslash
12436 usepackage{calc}
12437 \end_layout
12438
12439 \begin_layout Standard
12440 \SpecialChar LyX
12441  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12442  de dialogue.
12443  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12444  dans la
12445  fenêtre de dialogue.
12446  Voici un aperçu de ces paramètres :
12447 \end_layout
12448
12449 \begin_layout Itemize
12450
12451 \series bold
12452 p{largeur}
12453 \series default
12454  crée une cellule de taille donnée, le texte est aligné verticalement en
12455  haut.
12456 \end_layout
12457
12458 \begin_layout Itemize
12459
12460 \series bold
12461 m{largeur}
12462 \series default
12463  crée une cellule de taille donnée, le texte est aligné verticalement au
12464  centre
12465 \end_layout
12466
12467 \begin_layout Itemize
12468
12469 \series bold
12470 b{largeur}
12471 \series default
12472  crée une cellule de taille donnée, le texte est aligné verticalement en
12473  bas
12474 \end_layout
12475
12476 \begin_layout Standard
12477 En entrant un paramètre \SpecialChar LaTeX
12478 , tous les réglages de cellule donnés dans la fenêtre
12479  de dialogue sont ignorés.
12480 \end_layout
12481
12482 \begin_layout Standard
12483 \begin_inset Note Greyedout
12484 status open
12485
12486 \begin_layout Plain Layout
12487
12488 \series bold
12489 Note:
12490 \series default
12491  À cause d'un bug, \SpecialChar LyX
12492  affiche quand même les réglages qui ne sont pas pris
12493  en compte.
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502 Comme le texte doit être centré horizontalement, on ajoute la commande 
12503 \series bold
12504
12505 \backslash
12506 centering
12507 \series default
12508 .
12509  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12510  suivant pour la première des
12511  colonnes recouvertes :
12512 \end_layout
12513
12514 \begin_layout Standard
12515
12516 \series bold
12517 >{
12518 \backslash
12519 centering}m{1.25cm-6.2pt}
12520 \end_layout
12521
12522 \begin_layout Standard
12523 La commande 
12524 \series bold
12525 >{ }
12526 \series default
12527  signifie que les commandes qui se trouvent entre les accolades doivent
12528  être appliquées avant que la cellule ne soit créée.
12529 \end_layout
12530
12531 \begin_layout Standard
12532 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12533  multi-colonnes, il est toujours aligné à gauche.
12534  Cela vient du fait que \SpecialChar LyX
12535  applique l'alignement seulement à des colonnes
12536  isolées.
12537  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12538  suivant pour la multi-colonnes
12539 \end_layout
12540
12541 \begin_layout Standard
12542
12543 \series bold
12544 >{
12545 \backslash
12546 centering}m{2.5cm}
12547 \end_layout
12548
12549 \begin_layout Subsection
12550 Multi-lignes
12551 \begin_inset CommandInset label
12552 LatexCommand label
12553 name "subsec:Multi-lignes"
12554
12555 \end_inset
12556
12557
12558 \begin_inset Index idx
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562 Multi-lignes
12563 \end_layout
12564
12565 \end_inset
12566
12567
12568 \begin_inset Index idx
12569 status collapsed
12570
12571 \begin_layout Plain Layout
12572 Tableau ! multi-lignes
12573 \end_layout
12574
12575 \end_inset
12576
12577
12578 \end_layout
12579
12580 \begin_layout Standard
12581 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12582  qu'elle doit couvrir et utilisez soit le bouton 
12583 \begin_inset Info
12584 type  "icon"
12585 arg   "inset-modify tabular multirow"
12586 \end_inset
12587
12588  de la barre d'outils tableau, ou le menu 
12589 \family sans
12590 Édition\SpecialChar menuseparator
12591 Tableau\SpecialChar menuseparator
12592 Multi-lignes
12593 \family default
12594 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12595  
12596 \family sans
12597 Multi-lignes
12598 \family default
12599 .
12600 \end_layout
12601
12602 \begin_layout Standard
12603 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12604 \begin_inset Separator parbreak
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 \align center
12612 \begin_inset Tabular
12613 <lyxtabular version="3" rows="3" columns="3">
12614 <features tabularvalignment="middle">
12615 <column alignment="center" valignment="top" width="0pt">
12616 <column alignment="center" valignment="top">
12617 <column alignment="center" valignment="top">
12618 <row>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 un contenu long
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 b
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 c
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 </row>
12647 <row>
12648 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12649 \begin_inset Text
12650
12651 \begin_layout Plain Layout
12652 multi-lignes
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Plain Layout
12661 e
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12667 \begin_inset Text
12668
12669 \begin_layout Plain Layout
12670 f
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 h
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 i
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 </row>
12705 </lyxtabular>
12706
12707 \end_inset
12708
12709
12710 \end_layout
12711
12712 \begin_layout Standard
12713 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12714  la colonne.
12715  L'
12716 \family sans
12717 Espacement
12718 \begin_inset space ~
12719 \end_inset
12720
12721 vertical
12722 \family default
12723  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12724  est positive ou négative.
12725 \end_layout
12726
12727 \begin_layout Standard
12728 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12729  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12730  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12731  implicite, vous devez redéfinir la commande 
12732 \series bold
12733
12734 \backslash
12735 multirowsetup
12736 \series default
12737  avec la commande
12738 \end_layout
12739
12740 \begin_layout Standard
12741
12742 \series bold
12743
12744 \backslash
12745 renewcommand{
12746 \backslash
12747 multirowsetup}{
12748 \backslash
12749 centering}
12750 \end_layout
12751
12752 \begin_layout Standard
12753 dans le préambule du document.
12754  Après ça, tous les contenus de cellules multi-lignes du document seront
12755  centrés.
12756  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12757  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12758  juste
12759  avant le tableau concerné, plutôt que dans le préambule.
12760  Si le texte doit être aligné à droite, remplacez 
12761 \series bold
12762
12763 \backslash
12764 centering
12765 \series default
12766  par 
12767 \series bold
12768
12769 \backslash
12770 raggedleft
12771 \series default
12772 .
12773  Pour revenir à l'alignement à gauche utilisez 
12774 \series bold
12775
12776 \backslash
12777 raggedright
12778 \series default
12779 .
12780 \end_layout
12781
12782 \begin_layout Standard
12783 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12784  avec un décalage vertical de -4
12785 \begin_inset space \thinspace{}
12786 \end_inset
12787
12788 mm dans une colonne de 3
12789 \begin_inset space \thinspace{}
12790 \end_inset
12791
12792 cm de large
12793 \begin_inset space ~
12794 \end_inset
12795
12796 :
12797 \begin_inset Separator parbreak
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \begin_layout Standard
12804 \noindent
12805 \align center
12806 \begin_inset ERT
12807 status collapsed
12808
12809 \begin_layout Plain Layout
12810
12811
12812 \backslash
12813 renewcommand{
12814 \backslash
12815 multirowsetup}{
12816 \backslash
12817 raggedleft}
12818 \end_layout
12819
12820 \end_inset
12821
12822
12823 \begin_inset Tabular
12824 <lyxtabular version="3" rows="4" columns="3">
12825 <features tabularvalignment="middle">
12826 <column alignment="center" valignment="top" width="3cm">
12827 <column alignment="center" valignment="top">
12828 <column alignment="center" valignment="top">
12829 <row>
12830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 un contenu long
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 b
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 c
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 <row>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 t
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872 n
12873 \end_layout
12874
12875 \end_inset
12876 </cell>
12877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12878 \begin_inset Text
12879
12880 \begin_layout Plain Layout
12881 m
12882 \end_layout
12883
12884 \end_inset
12885 </cell>
12886 </row>
12887 <row>
12888 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 multi-lignes
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 e
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 f
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row>
12917 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 h
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 i
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 </lyxtabular>
12946
12947 \end_inset
12948
12949
12950 \begin_inset ERT
12951 status collapsed
12952
12953 \begin_layout Plain Layout
12954
12955
12956 \backslash
12957 renewcommand{
12958 \backslash
12959 multirowsetup}{
12960 \backslash
12961 raggedright}
12962 \end_layout
12963
12964 \end_inset
12965
12966
12967 \end_layout
12968
12969 \begin_layout Standard
12970 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12971  utiliser un saut de ligne forcé (
12972 \begin_inset space ~
12973 \end_inset
12974
12975 raccourci 
12976 \family sans
12977 Ctrl+Entrée
12978 \family default
12979
12980 \begin_inset space ~
12981 \end_inset
12982
12983 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12984  on le voit dans ce tableau :
12985 \begin_inset Separator parbreak
12986 \end_inset
12987
12988
12989 \end_layout
12990
12991 \begin_layout Standard
12992 \noindent
12993 \align center
12994 \begin_inset Tabular
12995 <lyxtabular version="3" rows="3" columns="2">
12996 <features tabularvalignment="middle">
12997 <column alignment="left" valignment="middle" width="2cm">
12998 <column alignment="center" valignment="top">
12999 <row>
13000 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13001 \begin_inset Text
13002
13003 \begin_layout Plain Layout
13004 aaa
13005 \begin_inset Newline newline
13006 \end_inset
13007
13008 aaa
13009 \begin_inset Newline newline
13010 \end_inset
13011
13012 mauvaise cellule
13013 \end_layout
13014
13015 \end_inset
13016 </cell>
13017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13018 \begin_inset Text
13019
13020 \begin_layout Plain Layout
13021 ccc
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 </row>
13027 <row>
13028 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13029 \begin_inset Text
13030
13031 \begin_layout Plain Layout
13032
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13038 \begin_inset Text
13039
13040 \begin_layout Plain Layout
13041 ddd
13042 \end_layout
13043
13044 \end_inset
13045 </cell>
13046 </row>
13047 <row>
13048 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 bbb
13053 \end_layout
13054
13055 \end_inset
13056 </cell>
13057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13058 \begin_inset Text
13059
13060 \begin_layout Plain Layout
13061 eee
13062 \end_layout
13063
13064 \end_inset
13065 </cell>
13066 </row>
13067 </lyxtabular>
13068
13069 \end_inset
13070
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075 Vous devez donc faire attention avec les saut de lignes forcés.
13076 \end_layout
13077
13078 \begin_layout Subsection
13079 Cellules avec ligne(s) diagonale(s)
13080 \end_layout
13081
13082 \begin_layout Standard
13083 Pour instruire le lecteur de la signification ds titres de lignes et de
13084  colonnes dans un tableau, il est pratique de partager le première cellule
13085  du tableau à l'aide d'une ou deux lignes diagonales.
13086  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13087  \SpecialChar LaTeX
13088
13089 \series bold
13090 \lang english
13091  diagbox
13092 \series default
13093 \lang french
13094
13095 \begin_inset Index idx
13096 status collapsed
13097
13098 \begin_layout Plain Layout
13099 Paquetages \SpecialChar LaTeX
13100  ! diagbox
13101 \end_layout
13102
13103 \end_inset
13104
13105 .
13106  Ce paquetage inclut la commande 
13107 \series bold
13108 \lang english
13109
13110 \backslash
13111 diagbox
13112 \series default
13113 \lang french
13114  que l'on peut insérer en mode \SpecialChar TeX
13115  et qui peut avoir 2 ou 3 arguments:
13116 \end_layout
13117
13118 \begin_layout Standard
13119
13120 \series bold
13121 \lang english
13122
13123 \backslash
13124 diagbox[options]
13125 \lang french
13126 {inférieur gauche}{supérieur droit}
13127 \end_layout
13128
13129 \begin_layout Standard
13130
13131 \series bold
13132 \lang english
13133
13134 \backslash
13135 diagbox[options]
13136 \lang french
13137 {inférieur gauche}{supérieur gauche}{supérieur droit}
13138 \end_layout
13139
13140 \begin_layout Standard
13141 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13142  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13143  Dans le second cas, la cellule est partagée par deux lignes.
13144 \end_layout
13145
13146 \begin_layout Standard
13147 \begin_inset ERT
13148 status collapsed
13149
13150 \begin_layout Plain Layout
13151
13152
13153 \backslash
13154 ifdiagbox
13155 \end_layout
13156
13157 \end_inset
13158
13159
13160 \begin_inset Note Note
13161 status open
13162
13163 \begin_layout Plain Layout
13164 La section suivante ne s'affichera que si vous avez installé le paquetage
13165  \SpecialChar LaTeX
13166  
13167 \series bold
13168 diagbox
13169 \series default
13170 .
13171 \end_layout
13172
13173 \end_inset
13174
13175
13176 \end_layout
13177
13178 \begin_layout Standard
13179 Voici un exemple de tableau où 
13180 \series bold
13181 \lang english
13182
13183 \backslash
13184 diagbox
13185 \lang french
13186  
13187 \series default
13188 est utilisé avec 2 arguments
13189 \begin_inset space ~
13190 \end_inset
13191
13192 dans la première cellule:
13193 \lang english
13194
13195 \begin_inset VSpace medskip
13196 \end_inset
13197
13198
13199 \end_layout
13200
13201 \begin_layout Standard
13202 \noindent
13203
13204 \lang english
13205 \begin_inset Tabular
13206 <lyxtabular version="3" rows="4" columns="4">
13207 <features tabularvalignment="middle">
13208 <column alignment="center" valignment="top">
13209 <column alignment="center" valignment="top">
13210 <column alignment="center" valignment="top">
13211 <column alignment="center" valignment="top">
13212 <row>
13213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13214 \begin_inset Text
13215
13216 \begin_layout Plain Layout
13217 \begin_inset ERT
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221
13222
13223 \backslash
13224 diagbox{
13225 \end_layout
13226
13227 \end_inset
13228
13229 Nom
13230 \begin_inset ERT
13231 status collapsed
13232
13233 \begin_layout Plain Layout
13234
13235 }{
13236 \end_layout
13237
13238 \end_inset
13239
13240 Paramètre
13241 \begin_inset ERT
13242 status collapsed
13243
13244 \begin_layout Plain Layout
13245
13246 }
13247 \end_layout
13248
13249 \end_inset
13250
13251
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 Épaisseur en nm
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 Transparence en %
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 Dureté en MPa
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Vert parfait
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 45
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 80
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 504
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Multi-P foncé
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 60
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 72
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 982
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 <row>
13361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 Pro transparent
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13371 \begin_inset Text
13372
13373 \begin_layout Plain Layout
13374 18
13375 \end_layout
13376
13377 \end_inset
13378 </cell>
13379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13380 \begin_inset Text
13381
13382 \begin_layout Plain Layout
13383 86
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13389 \begin_inset Text
13390
13391 \begin_layout Plain Layout
13392 374
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 </row>
13398 </lyxtabular>
13399
13400 \end_inset
13401
13402
13403 \begin_inset VSpace medskip
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \begin_layout Standard
13410 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13411  sport ou les distances:
13412 \begin_inset Separator parbreak
13413 \end_inset
13414
13415
13416 \end_layout
13417
13418 \begin_layout Standard
13419 \noindent
13420 \align center
13421 \begin_inset Tabular
13422 <lyxtabular version="3" rows="4" columns="4">
13423 <features tabularvalignment="middle">
13424 <column alignment="center" valignment="top" width="0pt">
13425 <column alignment="center" valignment="top">
13426 <column alignment="center" valignment="top">
13427 <column alignment="center" valignment="top">
13428 <row>
13429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 \begin_inset ERT
13434 status collapsed
13435
13436 \begin_layout Plain Layout
13437
13438
13439 \backslash
13440 diagbox{
13441 \end_layout
13442
13443 \end_inset
13444
13445 À domicile
13446 \begin_inset ERT
13447 status collapsed
13448
13449 \begin_layout Plain Layout
13450
13451 }{
13452 \end_layout
13453
13454 \end_inset
13455
13456 Résultat
13457 \begin_inset ERT
13458 status open
13459
13460 \begin_layout Plain Layout
13461
13462 }{
13463 \end_layout
13464
13465 \end_inset
13466
13467 À l'extérieur
13468 \begin_inset ERT
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472
13473 }
13474 \end_layout
13475
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 Tigres
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 Panthères
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 Faucons
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 </row>
13511 <row>
13512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 Tigres
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 1:3
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 0:1
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 </row>
13549 <row>
13550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13551 \begin_inset Text
13552
13553 \begin_layout Plain Layout
13554 Panthères
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 3:1
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 0:0
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 </row>
13587 <row>
13588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 Faucons
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Plain Layout
13601 1:0
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610 0:0
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13616 \begin_inset Text
13617
13618 \begin_layout Plain Layout
13619
13620 \end_layout
13621
13622 \end_inset
13623 </cell>
13624 </row>
13625 </lyxtabular>
13626
13627 \end_inset
13628
13629
13630 \end_layout
13631
13632 \begin_layout Standard
13633 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13634  2 coins ou plus du tableau comme ici:
13635 \begin_inset Separator parbreak
13636 \end_inset
13637
13638
13639 \end_layout
13640
13641 \begin_layout Standard
13642 \noindent
13643 \align center
13644 \begin_inset Tabular
13645 <lyxtabular version="3" rows="5" columns="5">
13646 <features tabularvalignment="middle">
13647 <column alignment="center" valignment="top" width="0pt">
13648 <column alignment="center" valignment="top">
13649 <column alignment="center" valignment="top">
13650 <column alignment="center" valignment="top">
13651 <column alignment="center" valignment="top">
13652 <row>
13653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13654 \begin_inset Text
13655
13656 \begin_layout Plain Layout
13657 \begin_inset ERT
13658 status open
13659
13660 \begin_layout Plain Layout
13661
13662
13663 \backslash
13664 diagbox{
13665 \end_layout
13666
13667 \end_inset
13668
13669 À domicile}{Résultat
13670 \begin_inset ERT
13671 status collapsed
13672
13673 \begin_layout Plain Layout
13674
13675 }{
13676 \end_layout
13677
13678 \end_inset
13679
13680 À l'extérieur
13681 \begin_inset ERT
13682 status open
13683
13684 \begin_layout Plain Layout
13685
13686 }
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 Tigres
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 Panthères
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 Faucons
13719 \end_layout
13720
13721 \end_inset
13722 </cell>
13723 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 \begin_inset ERT
13728 status open
13729
13730 \begin_layout Plain Layout
13731
13732
13733 \backslash
13734 diagbox[dir=NE]{
13735 \end_layout
13736
13737 \end_inset
13738
13739 À domicile
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745 }{
13746 \end_layout
13747
13748 \end_inset
13749
13750 Résultat
13751 \begin_inset ERT
13752 status collapsed
13753
13754 \begin_layout Plain Layout
13755
13756 }{
13757 \end_layout
13758
13759 \end_inset
13760
13761 À l'extérieur
13762 \begin_inset ERT
13763 status collapsed
13764
13765 \begin_layout Plain Layout
13766
13767 }
13768 \end_layout
13769
13770 \end_inset
13771
13772
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 <row>
13779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 Tigres
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 1:3
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13807 \begin_inset Text
13808
13809 \begin_layout Plain Layout
13810 0:1
13811 \end_layout
13812
13813 \end_inset
13814 </cell>
13815 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819 Tigres
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 </row>
13825 <row>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 Panthères
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839 3:1
13840 \end_layout
13841
13842 \end_inset
13843 </cell>
13844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13845 \begin_inset Text
13846
13847 \begin_layout Plain Layout
13848
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857 0:0
13858 \end_layout
13859
13860 \end_inset
13861 </cell>
13862 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866 Panthères
13867 \end_layout
13868
13869 \end_inset
13870 </cell>
13871 </row>
13872 <row>
13873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13874 \begin_inset Text
13875
13876 \begin_layout Plain Layout
13877 Faucons
13878 \end_layout
13879
13880 \end_inset
13881 </cell>
13882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13883 \begin_inset Text
13884
13885 \begin_layout Plain Layout
13886 1:0
13887 \end_layout
13888
13889 \end_inset
13890 </cell>
13891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13892 \begin_inset Text
13893
13894 \begin_layout Plain Layout
13895 0:0
13896 \end_layout
13897
13898 \end_inset
13899 </cell>
13900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13901 \begin_inset Text
13902
13903 \begin_layout Plain Layout
13904
13905 \end_layout
13906
13907 \end_inset
13908 </cell>
13909 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13910 \begin_inset Text
13911
13912 \begin_layout Plain Layout
13913 Faucons
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 <row>
13920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13921 \begin_inset Text
13922
13923 \begin_layout Plain Layout
13924 \begin_inset ERT
13925 status open
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 diagbox[dir=SW]{
13932 \end_layout
13933
13934 \end_inset
13935
13936 À domicile
13937 \begin_inset ERT
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 }{
13943 \end_layout
13944
13945 \end_inset
13946
13947 Résultat
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953 }{
13954 \end_layout
13955
13956 \end_inset
13957
13958 À l'extérieur
13959 \begin_inset ERT
13960 status open
13961
13962 \begin_layout Plain Layout
13963
13964 }
13965 \end_layout
13966
13967 \end_inset
13968
13969
13970 \end_layout
13971
13972 \end_inset
13973 </cell>
13974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13975 \begin_inset Text
13976
13977 \begin_layout Plain Layout
13978 Tigres
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 Panthères
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 Faucons
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 \begin_inset ERT
14006 status open
14007
14008 \begin_layout Plain Layout
14009
14010
14011 \backslash
14012 diagbox[dir=SE]{
14013 \end_layout
14014
14015 \end_inset
14016
14017 À domicile
14018 \begin_inset ERT
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022
14023 }{
14024 \end_layout
14025
14026 \end_inset
14027
14028 Résultat
14029 \begin_inset ERT
14030 status open
14031
14032 \begin_layout Plain Layout
14033
14034 }{
14035 \end_layout
14036
14037 \end_inset
14038
14039 À l'extérieur
14040 \begin_inset ERT
14041 status collapsed
14042
14043 \begin_layout Plain Layout
14044
14045 }
14046 \end_layout
14047
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 </row>
14056 </lyxtabular>
14057
14058 \end_inset
14059
14060
14061 \end_layout
14062
14063 \begin_layout Standard
14064 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14065  
14066 \series bold
14067 dir=direction
14068 \series default
14069
14070 \emph on
14071 direction
14072 \emph default
14073  est à choisir parmi 
14074 \series bold
14075 NE
14076 \series default
14077
14078 \series bold
14079 SE
14080 \series default
14081
14082 \series bold
14083 SW
14084 \series default
14085  et 
14086 \series bold
14087 NW
14088 \series default
14089  comme sur une rose des vents.
14090  
14091 \series bold
14092 SW
14093 \series default
14094  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14095  du tableau ci-dessus, désigné via la commande:
14096 \end_layout
14097
14098 \begin_layout Standard
14099
14100 \series bold
14101 \lang english
14102
14103 \backslash
14104 diagbox[dir=SW]{
14105 \series default
14106 \lang french
14107 À domicile
14108 \series bold
14109 \lang english
14110 }{
14111 \series default
14112 \lang french
14113 Résultat
14114 \series bold
14115 \lang english
14116 }{
14117 \series default
14118 \lang french
14119 À l'extérieur
14120 \series bold
14121 \lang english
14122 }
14123 \series default
14124 \lang french
14125 .
14126  
14127 \end_layout
14128
14129 \begin_layout Standard
14130 Si aucune direction n'est spécifiée, elle est implicitement NW.
14131 \end_layout
14132
14133 \begin_layout Standard
14134 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14135  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14136  le contenu de la cellule va déborder:
14137 \begin_inset Separator parbreak
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \begin_layout Standard
14144 \noindent
14145 \align center
14146 \begin_inset Tabular
14147 <lyxtabular version="3" rows="2" columns="2">
14148 <features tabularvalignment="middle">
14149 <column alignment="center" valignment="top" width="3cm">
14150 <column alignment="center" valignment="top">
14151 <row>
14152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 \begin_inset ERT
14157 status collapsed
14158
14159 \begin_layout Plain Layout
14160
14161
14162 \backslash
14163 diagbox{
14164 \end_layout
14165
14166 \end_inset
14167
14168 Nom
14169 \begin_inset ERT
14170 status collapsed
14171
14172 \begin_layout Plain Layout
14173
14174 }{
14175 \end_layout
14176
14177 \end_inset
14178
14179 Paramètre
14180 \begin_inset ERT
14181 status collapsed
14182
14183 \begin_layout Plain Layout
14184
14185 }
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 Épaisseur en nm
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 </row>
14205 <row>
14206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14207 \begin_inset Text
14208
14209 \begin_layout Plain Layout
14210 Vert parfait
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 45
14220 \end_layout
14221
14222 \end_inset
14223 </cell>
14224 </row>
14225 </lyxtabular>
14226
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \begin_layout Standard
14233 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14234  cellule partagée, utilisez l'option de commande 
14235 \series bold
14236 \lang english
14237 width=3cm
14238 \series default
14239 \lang french
14240  (remplacez 
14241 \begin_inset Quotes fld
14242 \end_inset
14243
14244 3cm
14245 \begin_inset Quotes frd
14246 \end_inset
14247
14248 par la largeur désirée).
14249  Dans le tableau qui suit, la largeur de la première colonne est réglée
14250  à 4cm.
14251  Pour 
14252 \series bold
14253 \lang english
14254
14255 \backslash
14256 diagbox
14257 \series default
14258 \lang french
14259  une largeur de 4
14260 \begin_inset space \thinspace{}
14261 \end_inset
14262
14263 cm + 2
14264 \begin_inset space \thinspace{}
14265 \end_inset
14266
14267
14268 \backslash
14269 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14270  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14271  de la cellule.
14272  Le calcul de la largeur ne peut pas être fait directement dans l'option
14273  de la commande 
14274 \series bold
14275 \lang english
14276
14277 \backslash
14278 diagbox
14279 \series default
14280 \lang french
14281 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14282  la suite.
14283  Ceci se fait via les commandes en code \SpecialChar TeX
14284 :
14285 \end_layout
14286
14287 \begin_layout Standard
14288
14289 \series bold
14290
14291 \backslash
14292 newlength{
14293 \backslash
14294 diagtest}
14295 \begin_inset Newline newline
14296 \end_inset
14297
14298
14299 \backslash
14300 setlength{
14301 \backslash
14302 diagtest}{4cm+2
14303 \backslash
14304 tabcolsep}
14305 \end_layout
14306
14307 \begin_layout Standard
14308 \begin_inset ERT
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313
14314 \backslash
14315 newlength{
14316 \backslash
14317 diagtest}
14318 \end_layout
14319
14320 \begin_layout Plain Layout
14321
14322
14323 \backslash
14324 setlength{
14325 \backslash
14326 diagtest}{4cm+2
14327 \backslash
14328 tabcolsep}
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \end_layout
14335
14336 \begin_layout Standard
14337 Pour permettre les calculs en \SpecialChar LaTeX
14338 , il faut charger dans le préambule du document
14339  le paquetage 
14340 \series bold
14341 calc
14342 \series default
14343
14344 \begin_inset Index idx
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348 Paquetages \SpecialChar LaTeX
14349  ! calc
14350 \end_layout
14351
14352 \end_inset
14353
14354 .
14355 \end_layout
14356
14357 \begin_layout Standard
14358 Dans le tableau vous pouvez maintenant utiliser la commande
14359 \end_layout
14360
14361 \begin_layout Standard
14362
14363 \series bold
14364
14365 \backslash
14366 diagbox[width=
14367 \backslash
14368 diagtest]{A}{B}
14369 \end_layout
14370
14371 \begin_layout Standard
14372 dans la première cellule:
14373 \begin_inset Separator parbreak
14374 \end_inset
14375
14376
14377 \end_layout
14378
14379 \begin_layout Standard
14380 \noindent
14381 \align center
14382 \begin_inset Tabular
14383 <lyxtabular version="3" rows="2" columns="2">
14384 <features tabularvalignment="middle">
14385 <column alignment="center" valignment="top" width="4cm">
14386 <column alignment="center" valignment="top">
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392 \begin_inset ERT
14393 status open
14394
14395 \begin_layout Plain Layout
14396
14397
14398 \backslash
14399 diagbox[width=
14400 \backslash
14401 diagtest]{
14402 \end_layout
14403
14404 \end_inset
14405
14406 A
14407 \begin_inset ERT
14408 status collapsed
14409
14410 \begin_layout Plain Layout
14411
14412 }{
14413 \end_layout
14414
14415 \end_inset
14416
14417 B
14418 \begin_inset ERT
14419 status collapsed
14420
14421 \begin_layout Plain Layout
14422
14423 }
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437 Épaisseur en nm
14438 \end_layout
14439
14440 \end_inset
14441 </cell>
14442 </row>
14443 <row>
14444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14445 \begin_inset Text
14446
14447 \begin_layout Plain Layout
14448 Vert parfait
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457 45
14458 \end_layout
14459
14460 \end_inset
14461 </cell>
14462 </row>
14463 </lyxtabular>
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Standard
14471 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14472  la longueur de la diagonale ne peut pas être calculée correctement comme
14473  dans ce tableau:
14474 \begin_inset Separator parbreak
14475 \end_inset
14476
14477
14478 \end_layout
14479
14480 \begin_layout Standard
14481 \noindent
14482 \align center
14483 \begin_inset Tabular
14484 <lyxtabular version="3" rows="2" columns="2">
14485 <features tabularvalignment="middle">
14486 <column alignment="center" valignment="top" width="0pt">
14487 <column alignment="center" valignment="top">
14488 <row>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 \begin_inset ERT
14494 status collapsed
14495
14496 \begin_layout Plain Layout
14497
14498
14499 \backslash
14500 diagbox{
14501 \end_layout
14502
14503 \end_inset
14504
14505 A
14506 \begin_inset ERT
14507 status collapsed
14508
14509 \begin_layout Plain Layout
14510
14511 }{
14512 \end_layout
14513
14514 \end_inset
14515
14516 B
14517 \begin_inset ERT
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521
14522 }
14523 \end_layout
14524
14525 \end_inset
14526
14527
14528 \end_layout
14529
14530 \end_inset
14531 </cell>
14532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14533 \begin_inset Text
14534
14535 \begin_layout Plain Layout
14536 Épaisseur en nm
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 </row>
14542 <row>
14543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 Vert parfait
14548 \end_layout
14549
14550 \end_inset
14551 </cell>
14552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14553 \begin_inset Text
14554
14555 \begin_layout Plain Layout
14556 45
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 </row>
14562 </lyxtabular>
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \begin_layout Standard
14570 Dans ce cas, vous pouvez utiliser directement
14571 \series bold
14572  
14573 \lang english
14574 width
14575 \series default
14576 \lang french
14577  dans l'option de 
14578 \series bold
14579 \lang english
14580
14581 \backslash
14582 diagbox
14583 \series default
14584 \lang french
14585 , il n'est plus nécessaire d’ajouter 2
14586 \backslash
14587 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14588  colonne.
14589  Ici une largeur de 3cm est utilisée:
14590 \begin_inset Separator parbreak
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \begin_layout Standard
14597 \noindent
14598 \align center
14599 \begin_inset Tabular
14600 <lyxtabular version="3" rows="2" columns="2">
14601 <features tabularvalignment="middle">
14602 <column alignment="center" valignment="top" width="0pt">
14603 <column alignment="center" valignment="top">
14604 <row>
14605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609 \begin_inset ERT
14610 status open
14611
14612 \begin_layout Plain Layout
14613
14614
14615 \backslash
14616 diagbox[width=3cm]{
14617 \end_layout
14618
14619 \end_inset
14620
14621 A
14622 \begin_inset ERT
14623 status collapsed
14624
14625 \begin_layout Plain Layout
14626
14627 }{
14628 \end_layout
14629
14630 \end_inset
14631
14632 B
14633 \begin_inset ERT
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637
14638 }
14639 \end_layout
14640
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14649 \begin_inset Text
14650
14651 \begin_layout Plain Layout
14652 Épaisseur en nm
14653 \end_layout
14654
14655 \end_inset
14656 </cell>
14657 </row>
14658 <row>
14659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14660 \begin_inset Text
14661
14662 \begin_layout Plain Layout
14663 Vert parfait
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 45
14673 \end_layout
14674
14675 \end_inset
14676 </cell>
14677 </row>
14678 </lyxtabular>
14679
14680 \end_inset
14681
14682
14683 \end_layout
14684
14685 \begin_layout Standard
14686 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14687  supplémentaire pour placer le texte dans la cellule.
14688  Ceci peut être obtenu avec l'option
14689 \series bold
14690  
14691 \lang english
14692 height
14693 \lang french
14694 =3cm
14695 \series default
14696  de la commande 
14697 \series bold
14698 \lang english
14699
14700 \backslash
14701 diagbox
14702 \series default
14703 \lang french
14704  (remplacer « 3cm » par la hauteur désirée).
14705  Dans le tableau qui suit, la commande
14706 \end_layout
14707
14708 \begin_layout Standard
14709
14710 \series bold
14711
14712 \backslash
14713 diagbox[width=3cm,height=1.4cm]{A
14714 \backslash
14715
14716 \backslash
14717 B}{C
14718 \backslash
14719
14720 \backslash
14721 D}
14722 \end_layout
14723
14724 \begin_layout Standard
14725 est utilisée dans la première cellule.
14726  La commande 
14727 \backslash
14728
14729 \backslash
14730  crée le saut de ligne
14731 \begin_inset Foot
14732 status open
14733
14734 \begin_layout Plain Layout
14735 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14736  largeur fixée.
14737 \end_layout
14738
14739 \end_inset
14740
14741 .
14742 \begin_inset Separator parbreak
14743 \end_inset
14744
14745
14746 \end_layout
14747
14748 \begin_layout Standard
14749 \noindent
14750 \align center
14751 \begin_inset Tabular
14752 <lyxtabular version="3" rows="2" columns="2">
14753 <features tabularvalignment="middle">
14754 <column alignment="center" valignment="top">
14755 <column alignment="center" valignment="top">
14756 <row>
14757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761 \begin_inset ERT
14762 status open
14763
14764 \begin_layout Plain Layout
14765
14766
14767 \backslash
14768 diagbox[width=3cm,height=1.4cm]{
14769 \end_layout
14770
14771 \end_inset
14772
14773 A
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779
14780 \backslash
14781
14782 \backslash
14783
14784 \end_layout
14785
14786 \end_inset
14787
14788 B
14789 \begin_inset ERT
14790 status collapsed
14791
14792 \begin_layout Plain Layout
14793
14794 }{
14795 \end_layout
14796
14797 \end_inset
14798
14799 C
14800 \begin_inset ERT
14801 status collapsed
14802
14803 \begin_layout Plain Layout
14804
14805
14806 \backslash
14807
14808 \backslash
14809
14810 \end_layout
14811
14812 \end_inset
14813
14814 D
14815 \begin_inset ERT
14816 status collapsed
14817
14818 \begin_layout Plain Layout
14819
14820 }
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14831 \begin_inset Text
14832
14833 \begin_layout Plain Layout
14834 Épaisseur en nm
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 </row>
14840 <row>
14841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14842 \begin_inset Text
14843
14844 \begin_layout Plain Layout
14845 Vert parfait
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 45
14855 \end_layout
14856
14857 \end_inset
14858 </cell>
14859 </row>
14860 </lyxtabular>
14861
14862 \end_inset
14863
14864
14865 \end_layout
14866
14867 \begin_layout Standard
14868 \begin_inset ERT
14869 status collapsed
14870
14871 \begin_layout Plain Layout
14872
14873
14874 \backslash
14875 else
14876 \end_layout
14877
14878 \end_inset
14879
14880
14881 \begin_inset Note Note
14882 status open
14883
14884 \begin_layout Plain Layout
14885 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14886  
14887 \series bold
14888 diagbox
14889 \series default
14890  n'est pas installé :
14891 \end_layout
14892
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \begin_layout Standard
14899 Vous devez installer le paquetage \SpecialChar LaTeX
14900  
14901 \series bold
14902 diagbox
14903 \series default
14904  pour voir le contenu de cette section dans la sortie imprimée.
14905 \end_layout
14906
14907 \begin_layout Standard
14908 \begin_inset ERT
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912
14913
14914 \backslash
14915 fi
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \begin_layout Standard
14924 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14925  
14926 \series bold
14927 \lang english
14928 diagbox
14929 \series default
14930 \lang french
14931 , voir sa documentation, 
14932 \begin_inset CommandInset citation
14933 LatexCommand cite
14934 key "diagbox"
14935
14936 \end_inset
14937
14938 .
14939 \end_layout
14940
14941 \begin_layout Section
14942 Les tableaux formels
14943 \begin_inset CommandInset label
14944 LatexCommand label
14945 name "sec:Tableaux-Formels"
14946
14947 \end_inset
14948
14949
14950 \begin_inset Index idx
14951 status collapsed
14952
14953 \begin_layout Plain Layout
14954 Tableau ! Formel
14955 \end_layout
14956
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14964  à celle du tableau
14965 \begin_inset space ~
14966 \end_inset
14967
14968
14969 \begin_inset CommandInset ref
14970 LatexCommand ref
14971 reference "tab:Exemple-tableau-booktabs"
14972
14973 \end_inset
14974
14975 .
14976  Ce genre de tableau est appelé 
14977 \begin_inset Quotes fld
14978 \end_inset
14979
14980
14981 \emph on
14982 formel
14983 \emph default
14984
14985 \begin_inset Quotes frd
14986 \end_inset
14987
14988 .
14989  Pour transformer un tableau en tableau formel, utilisez l'option 
14990 \family sans
14991 Formel
14992 \family default
14993  de l'onglet 
14994 \family sans
14995 Bordures
14996 \family default
14997  de la fenêtre de dialogue 
14998 \family sans
14999 Paramètres
15000 \begin_inset space ~
15001 \end_inset
15002
15003 du
15004 \begin_inset space ~
15005 \end_inset
15006
15007 tableau
15008 \family default
15009 .
15010 \end_layout
15011
15012 \begin_layout Standard
15013 \begin_inset Float table
15014 placement h
15015 wide false
15016 sideways false
15017 status open
15018
15019 \begin_layout Plain Layout
15020 \begin_inset Caption Standard
15021
15022 \begin_layout Plain Layout
15023 \begin_inset CommandInset label
15024 LatexCommand label
15025 name "tab:Exemple-tableau-booktabs"
15026
15027 \end_inset
15028
15029 Exemple de tableau formel
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Plain Layout
15038 \align center
15039 \begin_inset Tabular
15040 <lyxtabular version="3" rows="8" columns="4">
15041 <features booktabs="true" tabularvalignment="middle">
15042 <column alignment="center" valignment="top">
15043 <column alignment="center" valignment="top">
15044 <column alignment="center" valignment="top">
15045 <column alignment="center" valignment="top">
15046 <row>
15047 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 Système
15052 \end_layout
15053
15054 \end_inset
15055 </cell>
15056 <cell alignment="center" valignment="top" topline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 Chip
15061 \begin_inset space \thinspace{}
15062 \end_inset
15063
15064 1
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15070 \begin_inset Text
15071
15072 \begin_layout Plain Layout
15073 Chip
15074 \begin_inset space \thinspace{}
15075 \end_inset
15076
15077 2
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \end_layout
15088
15089 \end_inset
15090 </cell>
15091 </row>
15092 <row>
15093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 \begin_inset ERT
15098 status collapsed
15099
15100 \begin_layout Plain Layout
15101
15102
15103 \backslash
15104 cmidrule(r){2-2}
15105 \end_layout
15106
15107 \end_inset
15108
15109
15110 \begin_inset ERT
15111 status collapsed
15112
15113 \begin_layout Plain Layout
15114
15115
15116 \backslash
15117 cmidrule(l){3-4}
15118 \end_layout
15119
15120 \end_inset
15121
15122 Épaisseur du capteur en µm
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 300
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140 300
15141 \end_layout
15142
15143 \end_inset
15144 </cell>
15145 <cell alignment="center" valignment="top" usebox="none">
15146 \begin_inset Text
15147
15148 \begin_layout Plain Layout
15149 700
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 </row>
15155 <row>
15156 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15157 \begin_inset Text
15158
15159 \begin_layout Plain Layout
15160 Angle du biseau en °
15161 \end_layout
15162
15163 \end_inset
15164 </cell>
15165 <cell alignment="center" valignment="top" topline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169 3.55
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 2.71
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" topline="true" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 7.99
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 </row>
15193 <row topspace="default">
15194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198 Résolution spatiale en µm
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 4.26
15208 \end_layout
15209
15210 \end_inset
15211 </cell>
15212 <cell alignment="center" valignment="top" usebox="none">
15213 \begin_inset Text
15214
15215 \begin_layout Plain Layout
15216 10.17
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 10.56
15226 \end_layout
15227
15228 \end_inset
15229 </cell>
15230 </row>
15231 <row topspace="default">
15232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15233 \begin_inset Text
15234
15235 \begin_layout Plain Layout
15236 MTF à 
15237 \begin_inset Formula $f_{\mathrm{max}}$
15238 \end_inset
15239
15240
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 0.53
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 0.37
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 0.39
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row topspace="default">
15274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 \begin_inset ERT
15279 status collapsed
15280
15281 \begin_layout Plain Layout
15282
15283
15284 \backslash
15285 cmidrule[2pt](l{10pt}){1-1}
15286 \end_layout
15287
15288 \end_inset
15289
15290 résolution spatiale LSF
15291 \end_layout
15292
15293 \end_inset
15294 </cell>
15295 <cell alignment="center" valignment="top" usebox="none">
15296 \begin_inset Text
15297
15298 \begin_layout Plain Layout
15299
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308
15309 \end_layout
15310
15311 \end_inset
15312 </cell>
15313 <cell alignment="center" valignment="top" usebox="none">
15314 \begin_inset Text
15315
15316 \begin_layout Plain Layout
15317
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328 en µm
15329 \end_layout
15330
15331 \end_inset
15332 </cell>
15333 <cell alignment="center" valignment="top" usebox="none">
15334 \begin_inset Text
15335
15336 \begin_layout Plain Layout
15337 129.7
15338 \end_layout
15339
15340 \end_inset
15341 </cell>
15342 <cell alignment="center" valignment="top" usebox="none">
15343 \begin_inset Text
15344
15345 \begin_layout Plain Layout
15346 52.75
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355 50.78
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 </row>
15361 <row>
15362 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15363 \begin_inset Text
15364
15365 \begin_layout Plain Layout
15366 en % de la taille des pixels
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15372 \begin_inset Text
15373
15374 \begin_layout Plain Layout
15375 76.3
15376 \end_layout
15377
15378 \end_inset
15379 </cell>
15380 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15381 \begin_inset Text
15382
15383 \begin_layout Plain Layout
15384 95.9
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393 92.3
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 </row>
15399 </lyxtabular>
15400
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \begin_layout Standard
15412 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15413  
15414 \family sans
15415 Bordures
15416 \family default
15417  de la fenêtre de dialogue 
15418 \family sans
15419 Paramètres
15420 \begin_inset space ~
15421 \end_inset
15422
15423 du
15424 \begin_inset space ~
15425 \end_inset
15426
15427 tableau
15428 \family default
15429  comme c'est décrit dans la section
15430 \begin_inset space ~
15431 \end_inset
15432
15433
15434 \begin_inset CommandInset ref
15435 LatexCommand ref
15436 reference "subsec:Espacement-lignes"
15437
15438 \end_inset
15439
15440 .
15441 \end_layout
15442
15443 \begin_layout Standard
15444 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15445  verticales.
15446  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15447  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15448  sortie imprimée :
15449 \begin_inset Newline newline
15450 \end_inset
15451
15452 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15453 \begin_inset space \thinspace{}
15454 \end_inset
15455
15456 em alors que les autres lignes ont implicite une épaisseur de 0.05
15457 \begin_inset space \thinspace{}
15458 \end_inset
15459
15460 em.
15461 \end_layout
15462
15463 \begin_layout Standard
15464 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15465  les lignes de préambule suivantes :
15466 \end_layout
15467
15468 \begin_layout Standard
15469
15470 \series bold
15471
15472 \backslash
15473 let
15474 \backslash
15475 mytoprule
15476 \backslash
15477 toprule
15478 \begin_inset Newline newline
15479 \end_inset
15480
15481
15482 \backslash
15483 renewcommand{
15484 \backslash
15485 toprule}{
15486 \backslash
15487 mytoprule[width]}
15488 \end_layout
15489
15490 \begin_layout Standard
15491 Cet exemple concerne la première ligne, appelée 
15492 \series bold
15493 toprule
15494 \series default
15495 .
15496  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15497 \series bold
15498 toprule
15499 \series default
15500  par 
15501 \series bold
15502 bottomrule
15503 \series default
15504 .
15505  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15506  
15507 \series bold
15508 toprule
15509 \series default
15510  par 
15511 \series bold
15512 midrule
15513 \series default
15514 .
15515  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15516 \begin_inset space ~
15517 \end_inset
15518
15519
15520 \begin_inset CommandInset ref
15521 LatexCommand ref
15522 reference "cha:Unités-de-longueur"
15523
15524 \end_inset
15525
15526  pour préciser l'épaisseur voulue.
15527 \end_layout
15528
15529 \begin_layout Standard
15530 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15531  en mettant une ligne pour une cellule multi-colonnes.
15532  \SpecialChar LyX
15533  va utiliser en interne la commande 
15534 \series bold
15535
15536 \backslash
15537 cmidrule
15538 \series default
15539  pour créer cette ligne.
15540  Sa syntaxe complète est :
15541 \end_layout
15542
15543 \begin_layout Standard
15544
15545 \series bold
15546
15547 \backslash
15548 cmidrule[largeur](rognage){colDépart-colFin}
15549 \end_layout
15550
15551 \begin_layout Standard
15552 Les options de la commande 
15553 \series bold
15554
15555 \backslash
15556 cmidrule
15557 \series default
15558  ne sont pas actuellement gérées par \SpecialChar LyX
15559 , vous devez donc utiliser du code
15560  \SpecialChar TeX
15561  pour pouvoir les utiliser.
15562  On peut créer manuellement des lignes 
15563 \series bold
15564
15565 \backslash
15566 mitrales
15567 \series default
15568  en insérant la commande en code \SpecialChar TeX
15569  comme le premier élément de la première
15570  cellule de la ligne.
15571  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15572  en question.
15573 \end_layout
15574
15575 \begin_layout Standard
15576 La valeur 
15577 \series bold
15578 largeur
15579 \series default
15580  pour l'épaisseur des lignes est de 0.03
15581 \begin_inset space \thinspace{}
15582 \end_inset
15583
15584 em.
15585  
15586 \series bold
15587 colDépart
15588 \series default
15589  est le numéro de la colonne dans laquelle la ligne commence et 
15590 \series bold
15591 colFin
15592 \series default
15593  est le numéro de la colonne dans laquelle elle se termine.
15594  La valeur de 
15595 \series bold
15596 colFin
15597 \series default
15598  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15599  Le paramètre optionnel 
15600 \series bold
15601 rognage
15602 \series default
15603  peut être soit 
15604 \emph on
15605 l{largeurRognage}
15606 \emph default
15607 , ou 
15608 \emph on
15609 r{largeurRognage}
15610 \emph default
15611  où les valeurs de
15612 \emph on
15613  largeurRognage
15614 \emph default
15615  sont aussi optionnelles.
15616  En utilisant par exemple la valeur 
15617 \emph on
15618 l{2pt}
15619 \emph default
15620  pour ce paramètre, la ligne va être rognée de 2
15621 \begin_inset space \thinspace{}
15622 \end_inset
15623
15624 pt à son extrémité gauche.
15625  Si vous ne spécifiez pas de valeur pour 
15626 \emph on
15627 largeurRognage
15628 \emph default
15629  les lignes sont implicitement rognées de 0.5
15630 \begin_inset space \thinspace{}
15631 \end_inset
15632
15633 em.
15634 \end_layout
15635
15636 \begin_layout Standard
15637 \begin_inset VSpace bigskip
15638 \end_inset
15639
15640 Le tableau
15641 \begin_inset space ~
15642 \end_inset
15643
15644
15645 \begin_inset CommandInset ref
15646 LatexCommand ref
15647 reference "tab:Exemple-tableau-booktabs"
15648
15649 \end_inset
15650
15651  a été créé en utilisant les commandes
15652 \end_layout
15653
15654 \begin_layout Standard
15655
15656 \series bold
15657
15658 \backslash
15659 cmidrule(r){2-2}
15660 \backslash
15661 cmidrule(l){3-4}
15662 \end_layout
15663
15664 \begin_layout Standard
15665 au début de la deuxième ligne et
15666 \end_layout
15667
15668 \begin_layout Standard
15669
15670 \series bold
15671
15672 \backslash
15673 cmidrule[2pt](l{10pt}){1-1}
15674 \end_layout
15675
15676 \begin_layout Standard
15677 au début de la sixième ligne.
15678 \end_layout
15679
15680 \begin_layout Standard
15681 \begin_inset VSpace bigskip
15682 \end_inset
15683
15684
15685 \end_layout
15686
15687 \begin_layout Standard
15688 Vous pouvez vouloir des commandes 
15689 \series bold
15690
15691 \backslash
15692 cmidrule
15693 \series default
15694 s qui se recouvrent comme pour le tableau
15695 \begin_inset space ~
15696 \end_inset
15697
15698
15699 \begin_inset CommandInset ref
15700 LatexCommand ref
15701 reference "tab:Tableau-booktabs-special"
15702
15703 \end_inset
15704
15705 .
15706  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15707
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 morecmidrules
15716 \end_layout
15717
15718 \begin_layout Standard
15719 La commande qui a été utilisée pour la deuxième ligne du tableau
15720 \begin_inset space ~
15721 \end_inset
15722
15723
15724 \begin_inset CommandInset ref
15725 LatexCommand ref
15726 reference "tab:Tableau-booktabs-special"
15727
15728 \end_inset
15729
15730  est
15731 \end_layout
15732
15733 \begin_layout Standard
15734
15735 \series bold
15736
15737 \backslash
15738 cmidrule(r){2-2}
15739 \backslash
15740 cmidrule(l){3-4}
15741 \backslash
15742 morecmidrules
15743 \backslash
15744 cmidrule{2-4}
15745 \end_layout
15746
15747 \begin_layout Standard
15748 La commande pour la sixième ligne est
15749 \end_layout
15750
15751 \begin_layout Standard
15752
15753 \series bold
15754
15755 \backslash
15756 midrule
15757 \backslash
15758 morecmidrules
15759 \backslash
15760 cmidrule{3-4}
15761 \end_layout
15762
15763 \begin_layout Standard
15764 \begin_inset VSpace bigskip
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \begin_layout Standard
15771 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15772 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15773  font toute la largeur du tableau :
15774 \end_layout
15775
15776 \begin_layout Standard
15777
15778 \series bold
15779
15780 \backslash
15781 specialrule{largeur}{espace au dessus}{espace en dessous}
15782 \end_layout
15783
15784 \begin_layout Standard
15785 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15786  du paquetage \SpecialChar LaTeX
15787  
15788 \series bold
15789 booktabs
15790 \series default
15791  
15792 \begin_inset CommandInset citation
15793 LatexCommand cite
15794 key "booktabs"
15795
15796 \end_inset
15797
15798 .
15799 \begin_inset Index idx
15800 status collapsed
15801
15802 \begin_layout Plain Layout
15803 Paquetages \SpecialChar LaTeX
15804  ! booktabs
15805 \end_layout
15806
15807 \end_inset
15808
15809
15810 \end_layout
15811
15812 \begin_layout Standard
15813 \begin_inset Float table
15814 placement h
15815 wide false
15816 sideways false
15817 status open
15818
15819 \begin_layout Plain Layout
15820 \begin_inset Caption Standard
15821
15822 \begin_layout Plain Layout
15823 \begin_inset CommandInset label
15824 LatexCommand label
15825 name "tab:Tableau-booktabs-special"
15826
15827 \end_inset
15828
15829 Tableau formel spécial
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \end_layout
15836
15837 \begin_layout Plain Layout
15838 \align center
15839 \begin_inset Tabular
15840 <lyxtabular version="3" rows="8" columns="4">
15841 <features booktabs="true" tabularvalignment="middle">
15842 <column alignment="center" valignment="top">
15843 <column alignment="center" valignment="top">
15844 <column alignment="center" valignment="top">
15845 <column alignment="center" valignment="top">
15846 <row>
15847 <cell alignment="center" valignment="top" topline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 Système
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 Chip
15861 \begin_inset space \thinspace{}
15862 \end_inset
15863
15864 1
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873 Chip
15874 \begin_inset space \thinspace{}
15875 \end_inset
15876
15877 2
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="center" valignment="top" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897 \begin_inset ERT
15898 status collapsed
15899
15900 \begin_layout Plain Layout
15901
15902
15903 \backslash
15904 cmidrule(r){2-2}
15905 \end_layout
15906
15907 \end_inset
15908
15909
15910 \begin_inset ERT
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914
15915
15916 \backslash
15917 cmidrule(l){3-4}
15918 \end_layout
15919
15920 \end_inset
15921
15922
15923 \begin_inset ERT
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927
15928
15929 \backslash
15930 morecmidrules 
15931 \end_layout
15932
15933 \end_inset
15934
15935
15936 \begin_inset ERT
15937 status collapsed
15938
15939 \begin_layout Plain Layout
15940
15941
15942 \backslash
15943 cmidrule{2-4}
15944 \end_layout
15945
15946 \end_inset
15947
15948 Epaisseur du capteur en µm
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 300
15958 \end_layout
15959
15960 \end_inset
15961 </cell>
15962 <cell alignment="center" valignment="top" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966 300
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 700
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986 Angle biseau en °
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 3.55
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 <cell alignment="center" valignment="top" topline="true" usebox="none">
16001 \begin_inset Text
16002
16003 \begin_layout Plain Layout
16004 2.71
16005 \end_layout
16006
16007 \end_inset
16008 </cell>
16009 <cell alignment="center" valignment="top" topline="true" usebox="none">
16010 \begin_inset Text
16011
16012 \begin_layout Plain Layout
16013 7.99
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 </row>
16019 <row topspace="default">
16020 <cell alignment="center" valignment="top" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 Résolution spatiale en µm
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 <cell alignment="center" valignment="top" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033 4.26
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 10.17
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell alignment="center" valignment="top" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 10.56
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 </row>
16057 <row topspace="default">
16058 <cell alignment="center" valignment="top" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062 MTF à 
16063 \begin_inset Formula $f_{\mathrm{max}}$
16064 \end_inset
16065
16066
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 0.53
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 <cell alignment="center" valignment="top" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084 0.37
16085 \end_layout
16086
16087 \end_inset
16088 </cell>
16089 <cell alignment="center" valignment="top" usebox="none">
16090 \begin_inset Text
16091
16092 \begin_layout Plain Layout
16093 0.39
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 \begin_inset ERT
16105 status collapsed
16106
16107 \begin_layout Plain Layout
16108
16109
16110 \backslash
16111 morecmidrules 
16112 \end_layout
16113
16114 \end_inset
16115
16116
16117 \begin_inset ERT
16118 status collapsed
16119
16120 \begin_layout Plain Layout
16121
16122
16123 \backslash
16124 cmidrule{3-4}
16125 \end_layout
16126
16127 \end_inset
16128
16129 résolution spatiale LSF
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 <cell alignment="center" valignment="top" topline="true" usebox="none">
16135 \begin_inset Text
16136
16137 \begin_layout Plain Layout
16138
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 <cell alignment="center" valignment="top" topline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 en µm
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 129.7
16177 \end_layout
16178
16179 \end_inset
16180 </cell>
16181 <cell alignment="center" valignment="top" usebox="none">
16182 \begin_inset Text
16183
16184 \begin_layout Plain Layout
16185 52.75
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 50.78
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 </row>
16200 <row>
16201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 en % de la taille des pixels
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16211 \begin_inset Text
16212
16213 \begin_layout Plain Layout
16214 76.3
16215 \end_layout
16216
16217 \end_inset
16218 </cell>
16219 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16220 \begin_inset Text
16221
16222 \begin_layout Plain Layout
16223 95.9
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16229 \begin_inset Text
16230
16231 \begin_layout Plain Layout
16232 92.3
16233 \end_layout
16234
16235 \end_inset
16236 </cell>
16237 </row>
16238 </lyxtabular>
16239
16240 \end_inset
16241
16242
16243 \end_layout
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \begin_layout Section
16251 Alignement vertical des tableaux
16252 \begin_inset Index idx
16253 status collapsed
16254
16255 \begin_layout Plain Layout
16256 Tableau ! Alignement
16257 \end_layout
16258
16259 \end_inset
16260
16261
16262 \end_layout
16263
16264 \begin_layout Standard
16265 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16266  doit être à l'intérieur d'une boîte.
16267  La boîte peut alors être alignée comme c'est décrit dans la 
16268 \begin_inset space ~
16269 \end_inset
16270
16271
16272 \begin_inset CommandInset ref
16273 LatexCommand ref
16274 reference "sec:Boîte-Dialogue"
16275
16276 \end_inset
16277
16278 .
16279 \end_layout
16280
16281 \begin_layout Standard
16282 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16283  minipage
16284 \begin_inset Foot
16285 status open
16286
16287 \begin_layout Plain Layout
16288 Les minipages son décrites dans la section
16289 \begin_inset space ~
16290 \end_inset
16291
16292
16293 \begin_inset CommandInset ref
16294 LatexCommand ref
16295 reference "sec:Minipages"
16296
16297 \end_inset
16298
16299 .
16300 \end_layout
16301
16302 \end_inset
16303
16304  dont la largeur est de 15
16305 \begin_inset space \thinspace{}
16306 \end_inset
16307
16308 col% :
16309 \end_layout
16310
16311 \begin_layout Itemize
16312 test 
16313 \begin_inset Box Frameless
16314 position "t"
16315 hor_pos "c"
16316 has_inner_box 1
16317 inner_pos "c"
16318 use_parbox 0
16319 use_makebox 0
16320 width "15col%"
16321 special "none"
16322 height "1in"
16323 height_special "totalheight"
16324 thickness "0.4pt"
16325 separation "3pt"
16326 shadowsize "4pt"
16327 framecolor "black"
16328 backgroundcolor "none"
16329 status collapsed
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Tabular
16333 <lyxtabular version="3" rows="3" columns="3">
16334 <features tabularvalignment="middle">
16335 <column alignment="center" valignment="top">
16336 <column alignment="center" valignment="top">
16337 <column alignment="center" valignment="top">
16338 <row>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343 a
16344 \end_layout
16345
16346 \end_inset
16347 </cell>
16348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16349 \begin_inset Text
16350
16351 \begin_layout Plain Layout
16352 d
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16358 \begin_inset Text
16359
16360 \begin_layout Plain Layout
16361 g
16362 \end_layout
16363
16364 \end_inset
16365 </cell>
16366 </row>
16367 <row>
16368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 b
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 e
16382 \end_layout
16383
16384 \end_inset
16385 </cell>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390 h
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 c
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 f
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419 i
16420 \end_layout
16421
16422 \end_inset
16423 </cell>
16424 </row>
16425 </lyxtabular>
16426
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433
16434  test 
16435 \begin_inset ERT
16436 status collapsed
16437
16438 \begin_layout Plain Layout
16439
16440
16441 \backslash
16442 raisebox{0.85
16443 \backslash
16444 baselineskip}{
16445 \end_layout
16446
16447 \end_inset
16448
16449
16450 \begin_inset Box Frameless
16451 position "t"
16452 hor_pos "c"
16453 has_inner_box 1
16454 inner_pos "c"
16455 use_parbox 0
16456 use_makebox 0
16457 width "15col%"
16458 special "none"
16459 height "1in"
16460 height_special "totalheight"
16461 thickness "0.4pt"
16462 separation "3pt"
16463 shadowsize "4pt"
16464 framecolor "black"
16465 backgroundcolor "none"
16466 status collapsed
16467
16468 \begin_layout Plain Layout
16469 \begin_inset Tabular
16470 <lyxtabular version="3" rows="3" columns="3">
16471 <features tabularvalignment="middle">
16472 <column alignment="center" valignment="top">
16473 <column alignment="center" valignment="top">
16474 <column alignment="center" valignment="top">
16475 <row>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 a
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16486 \begin_inset Text
16487
16488 \begin_layout Plain Layout
16489 d
16490 \end_layout
16491
16492 \end_inset
16493 </cell>
16494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16495 \begin_inset Text
16496
16497 \begin_layout Plain Layout
16498 g
16499 \end_layout
16500
16501 \end_inset
16502 </cell>
16503 </row>
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 b
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 e
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16524 \begin_inset Text
16525
16526 \begin_layout Plain Layout
16527 h
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 </row>
16533 <row>
16534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 c
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547 f
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 i
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 </lyxtabular>
16563
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570
16571
16572 \begin_inset ERT
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576
16577 }
16578 \end_layout
16579
16580 \end_inset
16581
16582
16583 \end_layout
16584
16585 \begin_layout Itemize
16586 test 
16587 \begin_inset Box Frameless
16588 position "c"
16589 hor_pos "c"
16590 has_inner_box 1
16591 inner_pos "c"
16592 use_parbox 0
16593 use_makebox 0
16594 width "15col%"
16595 special "none"
16596 height "1in"
16597 height_special "totalheight"
16598 thickness "0.4pt"
16599 separation "3pt"
16600 shadowsize "4pt"
16601 framecolor "black"
16602 backgroundcolor "none"
16603 status collapsed
16604
16605 \begin_layout Plain Layout
16606 \begin_inset Tabular
16607 <lyxtabular version="3" rows="3" columns="3">
16608 <features tabularvalignment="middle">
16609 <column alignment="center" valignment="top">
16610 <column alignment="center" valignment="top">
16611 <column alignment="center" valignment="top">
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 a
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 d
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 g
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 <row>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 b
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 e
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 h
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 c
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16681 \begin_inset Text
16682
16683 \begin_layout Plain Layout
16684 f
16685 \end_layout
16686
16687 \end_inset
16688 </cell>
16689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16690 \begin_inset Text
16691
16692 \begin_layout Plain Layout
16693 i
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 </row>
16699 </lyxtabular>
16700
16701 \end_inset
16702
16703
16704 \end_layout
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \begin_layout Itemize
16712 test 
16713 \begin_inset Box Frameless
16714 position "b"
16715 hor_pos "c"
16716 has_inner_box 1
16717 inner_pos "c"
16718 use_parbox 0
16719 use_makebox 0
16720 width "15col%"
16721 special "none"
16722 height "1in"
16723 height_special "totalheight"
16724 thickness "0.4pt"
16725 separation "3pt"
16726 shadowsize "4pt"
16727 framecolor "black"
16728 backgroundcolor "none"
16729 status collapsed
16730
16731 \begin_layout Plain Layout
16732 \begin_inset Tabular
16733 <lyxtabular version="3" rows="3" columns="3">
16734 <features tabularvalignment="middle">
16735 <column alignment="center" valignment="top">
16736 <column alignment="center" valignment="top">
16737 <column alignment="center" valignment="top">
16738 <row>
16739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16740 \begin_inset Text
16741
16742 \begin_layout Plain Layout
16743 a
16744 \end_layout
16745
16746 \end_inset
16747 </cell>
16748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16749 \begin_inset Text
16750
16751 \begin_layout Plain Layout
16752 d
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 g
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 b
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 e
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 h
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 c
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 f
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 i
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 </row>
16825 </lyxtabular>
16826
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833
16834  test 
16835 \begin_inset ERT
16836 status collapsed
16837
16838 \begin_layout Plain Layout
16839
16840
16841 \backslash
16842 raisebox{-0.32
16843 \backslash
16844 baselineskip}{
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \begin_inset Box Frameless
16851 position "b"
16852 hor_pos "c"
16853 has_inner_box 1
16854 inner_pos "c"
16855 use_parbox 0
16856 use_makebox 0
16857 width "15col%"
16858 special "none"
16859 height "1in"
16860 height_special "totalheight"
16861 thickness "0.4pt"
16862 separation "3pt"
16863 shadowsize "4pt"
16864 framecolor "black"
16865 backgroundcolor "none"
16866 status collapsed
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Tabular
16870 <lyxtabular version="3" rows="3" columns="3">
16871 <features tabularvalignment="middle">
16872 <column alignment="center" valignment="top">
16873 <column alignment="center" valignment="top">
16874 <column alignment="center" valignment="top">
16875 <row>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 a
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 d
16890 \end_layout
16891
16892 \end_inset
16893 </cell>
16894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16895 \begin_inset Text
16896
16897 \begin_layout Plain Layout
16898 g
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909 b
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 e
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 h
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938 c
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 f
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 i
16957 \end_layout
16958
16959 \end_inset
16960 </cell>
16961 </row>
16962 </lyxtabular>
16963
16964 \end_inset
16965
16966
16967 \end_layout
16968
16969 \end_inset
16970
16971
16972 \begin_inset ERT
16973 status collapsed
16974
16975 \begin_layout Plain Layout
16976
16977 }
16978 \end_layout
16979
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \begin_layout Standard
16986 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16987  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16988  la ligne dans laquelle le tableau est inséré.
16989  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16990  boîte élévatrice (raisebox)
16991 \begin_inset Foot
16992 status collapsed
16993
16994 \begin_layout Plain Layout
16995 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16996 \begin_inset space ~
16997 \end_inset
16998
16999
17000 \begin_inset CommandInset ref
17001 LatexCommand ref
17002 reference "subsec:Alignement-Vertical"
17003
17004 \end_inset
17005
17006 .
17007 \end_layout
17008
17009 \end_inset
17010
17011 .
17012  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17013  aligné en utilisant la commande en code \SpecialChar TeX
17014  suivante 
17015 \end_layout
17016
17017 \begin_layout Standard
17018
17019 \series bold
17020
17021 \backslash
17022 raisebox{0.85
17023 \backslash
17024 baselineskip}{
17025 \end_layout
17026
17027 \begin_layout Standard
17028 placée juste avant la boîte minipage.
17029  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17030 .
17031  Pour le deuxième tableau de la dernière ligne, la commande 
17032 \end_layout
17033
17034 \begin_layout Standard
17035
17036 \series bold
17037
17038 \backslash
17039 raisebox{-0.32
17040 \backslash
17041 baselineskip}{
17042 \end_layout
17043
17044 \begin_layout Standard
17045 est utilisée.
17046 \end_layout
17047
17048 \begin_layout Standard
17049 \begin_inset Note Greyedout
17050 status open
17051
17052 \begin_layout Plain Layout
17053
17054 \series bold
17055 Note:
17056 \series default
17057  L'alignement entre le contenu de la ligne du tableau et le texte de la
17058  ligne qui l'entoure ne peut pas être parfait.
17059  Le facteur utilisé dans la commande 
17060 \series bold
17061
17062 \backslash
17063 raisebox
17064 \series default
17065  pour obtenir cet alignement dépend de la police de caractères du document,
17066  de la taille de la police et de l'épaisseur des lignes du tableau.
17067 \end_layout
17068
17069 \end_inset
17070
17071
17072 \end_layout
17073
17074 \begin_layout Section
17075 Tableaux colorés
17076 \begin_inset CommandInset label
17077 LatexCommand label
17078 name "sec:Tableaux-Colorés"
17079
17080 \end_inset
17081
17082
17083 \begin_inset Index idx
17084 status collapsed
17085
17086 \begin_layout Plain Layout
17087 Tableau ! Coloré
17088 \end_layout
17089
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \begin_layout Subsection
17096 Cellules colorées
17097 \begin_inset Index idx
17098 status collapsed
17099
17100 \begin_layout Plain Layout
17101 Couleur des tableaux ! Pour les cellules
17102 \end_layout
17103
17104 \end_inset
17105
17106
17107 \begin_inset Index idx
17108 status collapsed
17109
17110 \begin_layout Plain Layout
17111 Couleur ! Pour les cellules de tableau
17112 \end_layout
17113
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \begin_layout Standard
17120 \begin_inset Float table
17121 placement h
17122 wide false
17123 sideways false
17124 status open
17125
17126 \begin_layout Plain Layout
17127 \begin_inset Caption Standard
17128
17129 \begin_layout Plain Layout
17130 \begin_inset CommandInset label
17131 LatexCommand label
17132 name "tab:Tableau-coloré-sans-colortbl"
17133
17134 \end_inset
17135
17136 Tableau coloré sans utiliser le paquetage  
17137 \series bold
17138 colortbl
17139 \series default
17140
17141 \begin_inset Argument 1
17142 status open
17143
17144 \begin_layout Plain Layout
17145 Tableau sans colortbl
17146 \end_layout
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \begin_layout Plain Layout
17159 \align center
17160 \begin_inset Tabular
17161 <lyxtabular version="3" rows="3" columns="3">
17162 <features tabularvalignment="middle">
17163 <column alignment="center" valignment="top">
17164 <column alignment="center" valignment="top">
17165 <column alignment="center" valignment="top">
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \color green
17173 a
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \color red
17184 b
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \color red
17195 c
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 <row>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206
17207 \color green
17208 d
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \color blue
17219 e
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \color blue
17230 f
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 </row>
17236 <row>
17237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241
17242 \color green
17243 g
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252
17253 \color blue
17254 h
17255 \end_layout
17256
17257 \end_inset
17258 </cell>
17259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17260 \begin_inset Text
17261
17262 \begin_layout Plain Layout
17263
17264 \color blue
17265 i
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 </lyxtabular>
17272
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \begin_layout Standard
17284 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17285  et choisissez une couleur dans le menu 
17286 \family sans
17287 Édition\SpecialChar menuseparator
17288 Style
17289 \begin_inset space ~
17290 \end_inset
17291
17292 de
17293 \begin_inset space ~
17294 \end_inset
17295
17296 Texte
17297 \family default
17298 .
17299  C'est ce qui a été utilisé pour créer le tableau
17300 \begin_inset space ~
17301 \end_inset
17302
17303
17304 \begin_inset CommandInset ref
17305 LatexCommand ref
17306 reference "tab:Tableau-coloré-sans-colortbl"
17307
17308 \end_inset
17309
17310 .
17311  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17312  
17313 \series bold
17314 colortbl
17315 \series default
17316 .
17317 \begin_inset Index idx
17318 status collapsed
17319
17320 \begin_layout Plain Layout
17321 Paquetages \SpecialChar LaTeX
17322  ! colortbl
17323 \end_layout
17324
17325 \end_inset
17326
17327
17328 \end_layout
17329
17330 \begin_layout Standard
17331 \begin_inset ERT
17332 status collapsed
17333
17334 \begin_layout Plain Layout
17335
17336
17337 \backslash
17338 ifcolortbl
17339 \end_layout
17340
17341 \end_inset
17342
17343
17344 \begin_inset Note Note
17345 status open
17346
17347 \begin_layout Plain Layout
17348 La section qui suit ne sera affichée que si vous avez installé le paquetage
17349  \SpecialChar LaTeX
17350  
17351 \series bold
17352 colortbl
17353 \series default
17354 .
17355 \end_layout
17356
17357 \end_inset
17358
17359
17360 \end_layout
17361
17362 \begin_layout Standard
17363 Pour créer des tableaux colorés, vous devez charger le paquetage
17364 \series bold
17365  colortbl
17366 \series default
17367  dans le préambule avec la ligne
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373
17374 \backslash
17375 usepackage{colortbl}
17376 \end_layout
17377
17378 \begin_layout Standard
17379 On choisit la couleur d'une colonne avec la commande 
17380 \end_layout
17381
17382 \begin_layout Standard
17383
17384 \series bold
17385
17386 \backslash
17387 columncolor{nom de couleur}
17388 \end_layout
17389
17390 \begin_layout Standard
17391 à l'intérieur d'une commande 
17392 \series bold
17393 >{ }
17394 \series default
17395 .
17396  Vous trouverez plus d'information sur la commande 
17397 \series bold
17398 >{}
17399 \series default
17400  dans la section
17401 \begin_inset space ~
17402 \end_inset
17403
17404
17405 \begin_inset CommandInset ref
17406 LatexCommand ref
17407 reference "subsec:Calculs-multicolonnes"
17408
17409 \end_inset
17410
17411 .
17412 \end_layout
17413
17414 \begin_layout Standard
17415 Les noms de couleurs suivants sont prédéfinis :
17416 \end_layout
17417
17418 \begin_layout Standard
17419
17420 \family sans
17421 red
17422 \family default
17423  (rouge), 
17424 \family sans
17425 green
17426 \family default
17427  (vert), 
17428 \family sans
17429 yellow
17430 \family default
17431  (jaune), 
17432 \family sans
17433 blue
17434 \family default
17435  (bleu), 
17436 \family sans
17437 cyan
17438 \family default
17439
17440 \family sans
17441 magenta
17442 \family default
17443
17444 \family sans
17445 black 
17446 \family default
17447 (noir) et 
17448 \family sans
17449 white 
17450 \family default
17451 (blanc)
17452 \end_layout
17453
17454 \begin_layout Standard
17455 \begin_inset VSpace medskip
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Si vous ajoutez les options
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468 usenames,dvipsnames
17469 \end_layout
17470
17471 \begin_layout Standard
17472 aux options de la classe de document dans les paramètres du document, vous
17473  pouvez utiliser 61
17474 \begin_inset space ~
17475 \end_inset
17476
17477 couleurs supplémentaires.
17478  Ces couleurs sont listées dans l'annexe
17479 \begin_inset space ~
17480 \end_inset
17481
17482
17483 \begin_inset CommandInset ref
17484 LatexCommand ref
17485 reference "chap:Liste-de-noms-de-couleur-dvips"
17486
17487 \end_inset
17488
17489 .
17490  Une de ces couleurs, 
17491 \family sans
17492 Maroon
17493 \family default
17494 , est utilisée comme exemple dans le tableau
17495 \begin_inset space ~
17496 \end_inset
17497
17498
17499 \begin_inset CommandInset ref
17500 LatexCommand ref
17501 reference "tab:Tableau-coloré-avec-colortbl"
17502
17503 \end_inset
17504
17505 .
17506 \end_layout
17507
17508 \begin_layout Standard
17509 \begin_inset VSpace medskip
17510 \end_inset
17511
17512
17513 \end_layout
17514
17515 \begin_layout Standard
17516 Vous pouvez aussi définir votre propre couleur avec la commande
17517 \end_layout
17518
17519 \begin_layout Standard
17520
17521 \series bold
17522
17523 \backslash
17524 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17525 \end_layout
17526
17527 \begin_layout Standard
17528 Le modèle de couleur peut être
17529 \end_layout
17530
17531 \begin_layout Labeling
17532 \labelwidthstring 00.00.0000
17533 cmyk
17534 \begin_inset space ~
17535 \end_inset
17536
17537 : cyan, magenta, jaune (yellow), noir (black)
17538 \end_layout
17539
17540 \begin_layout Labeling
17541 \labelwidthstring 00.00.0000
17542 rgb
17543 \begin_inset space ~
17544 \end_inset
17545
17546 : rouge (red), vert (green), bleu (blue)
17547 \end_layout
17548
17549 \begin_layout Labeling
17550 \labelwidthstring 00.00.0000
17551 gray
17552 \begin_inset space ~
17553 \end_inset
17554
17555 : dégradé de gris (gray)
17556 \end_layout
17557
17558 \begin_layout Standard
17559 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17560  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17561 \end_layout
17562
17563 \begin_layout Standard
17564 Vous pouvez par exemple définir la couleur 
17565 \begin_inset Quotes fld
17566 \end_inset
17567
17568
17569 \emph on
17570 vertfonce
17571 \begin_inset Quotes frd
17572 \end_inset
17573
17574  dans le préambule avec la ligne
17575 \end_layout
17576
17577 \begin_layout Standard
17578
17579 \series bold
17580
17581 \backslash
17582 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17583 \end_layout
17584
17585 \begin_layout Standard
17586 et la couleur 
17587 \emph on
17588
17589 \begin_inset Quotes fld
17590 \end_inset
17591
17592 grisclair
17593 \emph default
17594
17595 \begin_inset Quotes frd
17596 \end_inset
17597
17598  avec
17599 \end_layout
17600
17601 \begin_layout Standard
17602
17603 \series bold
17604
17605 \backslash
17606 definecolor{grisclair}{gray}{0.8}
17607 \end_layout
17608
17609 \begin_layout Standard
17610 \begin_inset VSpace medskip
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Standard
17617 Les lignes sont colorées avec la commande
17618 \end_layout
17619
17620 \begin_layout Standard
17621
17622 \series bold
17623
17624 \backslash
17625 rowcolor{nom de la couleur}
17626 \end_layout
17627
17628 \begin_layout Standard
17629 et les cellules sont colorées avec la commande
17630 \end_layout
17631
17632 \begin_layout Standard
17633
17634 \series bold
17635
17636 \backslash
17637 cellcolor{nom de la couleur}
17638 \end_layout
17639
17640 \begin_layout Standard
17641 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17642 .
17643 \end_layout
17644
17645 \begin_layout Standard
17646 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17647  choisissez une couleur dans le menu 
17648 \family sans
17649 Édition\SpecialChar menuseparator
17650 Style
17651 \begin_inset space ~
17652 \end_inset
17653
17654 de
17655 \begin_inset space ~
17656 \end_inset
17657
17658 Texte
17659 \family default
17660 .
17661  Si une cellule contient du code \SpecialChar TeX
17662 , faites bien attention à ne colorer que
17663  le texte, sinon le code \SpecialChar TeX
17664  coloré provoquera des erreurs \SpecialChar LaTeX
17665 .
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset Note Greyedout
17670 status open
17671
17672 \begin_layout Plain Layout
17673
17674 \series bold
17675 Note:
17676 \series default
17677  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17678  définies par l'utilisateur.
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 \begin_inset VSpace bigskip
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \begin_layout Standard
17694 Pour créer le tableau
17695 \begin_inset space ~
17696 \end_inset
17697
17698
17699 \begin_inset CommandInset ref
17700 LatexCommand ref
17701 reference "tab:Tableau-coloré-avec-colortbl"
17702
17703 \end_inset
17704
17705  faites ce qui suit : La couleur de la première colonne doit être 
17706 \emph on
17707 vertfonce
17708 \emph default
17709 .
17710  On insère donc la commande
17711 \end_layout
17712
17713 \begin_layout Standard
17714
17715 \series bold
17716 >{
17717 \backslash
17718 columncolor{vertfonce}
17719 \backslash
17720 centering}c
17721 \end_layout
17722
17723 \begin_layout Standard
17724 en code \SpecialChar TeX
17725  pour cette colonne.
17726  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17727
17728 \end_layout
17729
17730 \begin_layout Standard
17731
17732 \series bold
17733
17734 \backslash
17735 rowcolor{cyan}
17736 \end_layout
17737
17738 \begin_layout Standard
17739 qui est insérée dans la première cellule de cette ligne.
17740  Notez que cela annule la couleur de colonne pour la première cellule.
17741  La dernière cellule de la dernière ligne est colorée en marron
17742 \series bold
17743  
17744 \series default
17745 en insérant en code \SpecialChar TeX
17746  la commande
17747 \end_layout
17748
17749 \begin_layout Standard
17750
17751 \series bold
17752
17753 \backslash
17754 cellcolor{Maroon}
17755 \end_layout
17756
17757 \begin_layout Standard
17758 Les caractères peuvent maintenant être colorés en utilisant le menu 
17759 \family sans
17760 Édition\SpecialChar menuseparator
17761 Style
17762 \begin_inset space ~
17763 \end_inset
17764
17765 de
17766 \begin_inset space ~
17767 \end_inset
17768
17769 Texte
17770 \family default
17771 .
17772 \end_layout
17773
17774 \begin_layout Standard
17775 \begin_inset Float table
17776 placement h
17777 wide false
17778 sideways false
17779 status open
17780
17781 \begin_layout Plain Layout
17782 \begin_inset Caption Standard
17783
17784 \begin_layout Plain Layout
17785 \begin_inset CommandInset label
17786 LatexCommand label
17787 name "tab:Tableau-coloré-avec-colortbl"
17788
17789 \end_inset
17790
17791 Tableau coloré en utilisant le paquetage 
17792 \series bold
17793 colortbl
17794 \series default
17795
17796 \begin_inset Argument 1
17797 status collapsed
17798
17799 \begin_layout Plain Layout
17800 Tableau avec colortbl
17801 \end_layout
17802
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \begin_layout Plain Layout
17814 \align center
17815 \begin_inset Tabular
17816 <lyxtabular version="3" rows="3" columns="3">
17817 <features tabularvalignment="middle">
17818 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17819 <column alignment="center" valignment="top">
17820 <column alignment="center" valignment="top">
17821 <row>
17822 <cell alignment="center" valignment="top" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826 \begin_inset ERT
17827 status collapsed
17828
17829 \begin_layout Plain Layout
17830
17831
17832 \backslash
17833 rowcolor{cyan}
17834 \end_layout
17835
17836 \end_inset
17837
17838
17839 \color magenta
17840 a
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 <cell alignment="center" valignment="top" usebox="none">
17846 \begin_inset Text
17847
17848 \begin_layout Plain Layout
17849
17850 \color red
17851 b
17852 \end_layout
17853
17854 \end_inset
17855 </cell>
17856 <cell alignment="center" valignment="top" usebox="none">
17857 \begin_inset Text
17858
17859 \begin_layout Plain Layout
17860
17861 \color red
17862 c
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 </row>
17868 <row>
17869 <cell alignment="center" valignment="top" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873
17874 \color yellow
17875 d
17876 \end_layout
17877
17878 \end_inset
17879 </cell>
17880 <cell alignment="center" valignment="top" usebox="none">
17881 \begin_inset Text
17882
17883 \begin_layout Plain Layout
17884
17885 \color blue
17886 e
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895
17896 \color blue
17897 f
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 </row>
17903 <row>
17904 <cell alignment="center" valignment="top" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908
17909 \color yellow
17910 g
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919
17920 \color blue
17921 h
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 \begin_inset ERT
17931 status collapsed
17932
17933 \begin_layout Plain Layout
17934
17935
17936 \backslash
17937 cellcolor{Maroon}
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \color green
17944 i
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 </row>
17950 </lyxtabular>
17951
17952 \end_inset
17953
17954
17955 \end_layout
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \begin_layout Standard
17963 \begin_inset ERT
17964 status collapsed
17965
17966 \begin_layout Plain Layout
17967
17968
17969 \backslash
17970 else
17971 \end_layout
17972
17973 \end_inset
17974
17975
17976 \begin_inset Note Note
17977 status open
17978
17979 \begin_layout Plain Layout
17980 Ce qui suit sera affiché si le paquetage 
17981 \series bold
17982 colortbl
17983 \series default
17984  n'est pas installé :
17985 \end_layout
17986
17987 \end_inset
17988
17989
17990 \end_layout
17991
17992 \begin_layout Standard
17993 Vous devez installer le paquetage 
17994 \series bold
17995 colortbl
17996 \series default
17997  pour voir le contenu des cette section dans la sortie imprimée.
17998 \end_layout
17999
18000 \begin_layout Standard
18001 \begin_inset ERT
18002 status collapsed
18003
18004 \begin_layout Plain Layout
18005
18006
18007 \backslash
18008 fi
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Subsection
18017 Lignes colorées
18018 \begin_inset Index idx
18019 status collapsed
18020
18021 \begin_layout Plain Layout
18022 Tableau Coloré ! Pour les lignes
18023 \end_layout
18024
18025 \end_inset
18026
18027
18028 \begin_inset Index idx
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032 Couleur ! Pour les lignes de tableau
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18042  alternative à la méthode décrite dans le paragraphe précédent: il faut
18043  charger le paquetage 
18044 \series bold
18045 xcolor
18046 \series default
18047
18048 \begin_inset Index idx
18049 status collapsed
18050
18051 \begin_layout Plain Layout
18052 Paquetages \SpecialChar LaTeX
18053  ! xcolor
18054 \begin_inset ERT
18055 status collapsed
18056
18057 \begin_layout Plain Layout
18058
18059
18060 \backslash
18061 vspace{4mm}
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \end_layout
18068
18069 \end_inset
18070
18071  dans le préambule du document avec la commande
18072 \end_layout
18073
18074 \begin_layout Standard
18075
18076 \series bold
18077
18078 \backslash
18079 usepackage[table]{xcolor}
18080 \end_layout
18081
18082 \begin_layout Standard
18083
18084 \series bold
18085 xcolor
18086 \series default
18087  charge automatiquement le paquetage 
18088 \series bold
18089 colortbl
18090 \series default
18091
18092 \begin_inset Index idx
18093 status collapsed
18094
18095 \begin_layout Plain Layout
18096 Paquetages \SpecialChar LaTeX
18097  ! colortbl
18098 \end_layout
18099
18100 \end_inset
18101
18102 , il faut donc que
18103 \series bold
18104  colortbl
18105 \series default
18106  existe dans votre distribution \SpecialChar LaTeX
18107 , sinon vous aurez des erreurs.
18108 \end_layout
18109
18110 \begin_layout Standard
18111 \begin_inset ERT
18112 status collapsed
18113
18114 \begin_layout Plain Layout
18115
18116
18117 \backslash
18118 ifcolortbl
18119 \end_layout
18120
18121 \end_inset
18122
18123
18124 \begin_inset Note Note
18125 status open
18126
18127 \begin_layout Plain Layout
18128 La section qui suit ne sera affichée que si vous avez installé le paquetage
18129  \SpecialChar LaTeX
18130  
18131 \series bold
18132 colortbl
18133 \series default
18134 .
18135 \end_layout
18136
18137 \end_inset
18138
18139
18140 \end_layout
18141
18142 \begin_layout Standard
18143 Les lignes de tableau sont colorées par la commande
18144 \end_layout
18145
18146 \begin_layout Standard
18147
18148 \series bold
18149
18150 \backslash
18151 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18152  paire}
18153 \end_layout
18154
18155 \begin_layout Standard
18156 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18157  avant le premier
18158  tableau nécessitant la coloration alternative des lignes.
18159  
18160 \series bold
18161 numéro de ligne
18162 \series default
18163  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18164  
18165 \series bold
18166 commandes
18167 \series default
18168 \emph on
18169  
18170 \emph default
18171 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18172  Par exemple la commande
18173 \end_layout
18174
18175 \begin_layout Standard
18176
18177 \series bold
18178
18179 \backslash
18180 rowcolors{1}{white}{lightgray}
18181 \end_layout
18182
18183 \begin_layout Standard
18184 donne le schéma de couleurs du tableau
18185 \begin_inset space ~
18186 \end_inset
18187
18188
18189 \begin_inset CommandInset ref
18190 LatexCommand ref
18191 reference "tab:Table-rowcolors"
18192
18193 \end_inset
18194
18195 .
18196  La commande
18197 \end_layout
18198
18199 \begin_layout Standard
18200
18201 \series bold
18202
18203 \backslash
18204 rowcolors[
18205 \backslash
18206 hline]{1}{lightgray}{cyan}
18207 \end_layout
18208
18209 \begin_layout Standard
18210 donne le schéma de couleurs du tableau
18211 \begin_inset space ~
18212 \end_inset
18213
18214
18215 \begin_inset CommandInset ref
18216 LatexCommand ref
18217 reference "tab:Table-rowcolors-2"
18218
18219 \end_inset
18220
18221 .
18222  Si 
18223 \series bold
18224 couleur ligne impaire
18225 \series default
18226  ou 
18227 \series bold
18228 couleur ligne paire
18229 \series default
18230  est vide, aucune couleur n'est utilisée, donc la commande
18231 \end_layout
18232
18233 \begin_layout Standard
18234
18235 \series bold
18236
18237 \backslash
18238 rowcolors{1}{}{}
18239 \end_layout
18240
18241 \begin_layout Standard
18242 supprime toutes les couleurs.
18243  
18244 \series bold
18245
18246 \backslash
18247 rowcolors
18248 \series default
18249  s'applique aux tableaux qui suivent cette commande.
18250 \end_layout
18251
18252 \begin_layout Standard
18253 \begin_inset ERT
18254 status open
18255
18256 \begin_layout Plain Layout
18257
18258
18259 \backslash
18260 rowcolors{1}{white}{lightgray}
18261 \end_layout
18262
18263 \end_inset
18264
18265
18266 \end_layout
18267
18268 \begin_layout Standard
18269 \begin_inset Float table
18270 placement h
18271 wide false
18272 sideways false
18273 status open
18274
18275 \begin_layout Plain Layout
18276 \begin_inset Caption Standard
18277
18278 \begin_layout Plain Layout
18279
18280 \lang english
18281 \begin_inset CommandInset label
18282 LatexCommand label
18283 name "tab:Table-rowcolors"
18284
18285 \end_inset
18286
18287
18288 \lang french
18289 Tableau avec une colonne sur deux en gris clair.
18290 \end_layout
18291
18292 \end_inset
18293
18294
18295 \end_layout
18296
18297 \begin_layout Plain Layout
18298 \align center
18299 \begin_inset Tabular
18300 <lyxtabular version="3" rows="4" columns="3">
18301 <features tabularvalignment="middle">
18302 <column alignment="center" valignment="top">
18303 <column alignment="center" valignment="top" width="0pt">
18304 <column alignment="center" valignment="top" width="0pt">
18305 <row>
18306 <cell alignment="center" valignment="top" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310 X
18311 \end_layout
18312
18313 \end_inset
18314 </cell>
18315 <cell alignment="center" valignment="top" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 Y
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328 Z
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 </row>
18334 <row>
18335 <cell alignment="center" valignment="top" usebox="none">
18336 \begin_inset Text
18337
18338 \begin_layout Plain Layout
18339 1
18340 \end_layout
18341
18342 \end_inset
18343 </cell>
18344 <cell alignment="center" valignment="top" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348 2
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 3
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 </row>
18363 <row>
18364 <cell alignment="center" valignment="top" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 4
18369 \end_layout
18370
18371 \end_inset
18372 </cell>
18373 <cell alignment="center" valignment="top" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377 5
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 6
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 <row>
18393 <cell alignment="center" valignment="top" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 7
18398 \end_layout
18399
18400 \end_inset
18401 </cell>
18402 <cell alignment="center" valignment="top" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 8
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 9
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 </lyxtabular>
18422
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 \begin_inset ERT
18435 status open
18436
18437 \begin_layout Plain Layout
18438
18439
18440 \backslash
18441 rowcolors[
18442 \backslash
18443 hline]{1}{lightgray}{cyan}
18444 \end_layout
18445
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \begin_layout Standard
18452 \begin_inset Float table
18453 placement h
18454 wide false
18455 sideways false
18456 status open
18457
18458 \begin_layout Plain Layout
18459 \begin_inset Caption Standard
18460
18461 \begin_layout Plain Layout
18462
18463 \lang english
18464 \begin_inset CommandInset label
18465 LatexCommand label
18466 name "tab:Table-rowcolors-2"
18467
18468 \end_inset
18469
18470
18471 \lang french
18472 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18473  ligne
18474 \end_layout
18475
18476 \end_inset
18477
18478
18479 \end_layout
18480
18481 \begin_layout Plain Layout
18482 \align center
18483 \begin_inset Tabular
18484 <lyxtabular version="3" rows="4" columns="3">
18485 <features tabularvalignment="middle">
18486 <column alignment="center" valignment="top">
18487 <column alignment="center" valignment="top">
18488 <column alignment="center" valignment="top" width="0pt">
18489 <row>
18490 <cell alignment="center" valignment="top" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 X
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 Y
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 Z
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 <row>
18519 <cell alignment="center" valignment="top" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 1
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 2
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 3
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 </row>
18547 <row>
18548 <cell alignment="center" valignment="top" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 4
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 5
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 6
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 <row>
18577 <cell alignment="center" valignment="top" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 7
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 8
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599 9
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 </lyxtabular>
18606
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Standard
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 rowcolors{1}{}{}
18626 \end_layout
18627
18628 \end_inset
18629
18630
18631 \begin_inset Note Note
18632 status collapsed
18633
18634 \begin_layout Plain Layout
18635
18636 \lang english
18637 turns off the row coloring
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 \begin_inset ERT
18647 status collapsed
18648
18649 \begin_layout Plain Layout
18650
18651
18652 \backslash
18653 else
18654 \end_layout
18655
18656 \end_inset
18657
18658
18659 \begin_inset Note Note
18660 status open
18661
18662 \begin_layout Plain Layout
18663 Ce qui suit sera affiché si le paquetage 
18664 \series bold
18665 colortbl
18666 \series default
18667  n'est pas installé :
18668 \end_layout
18669
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \begin_layout Standard
18676 Vous devez installer le paquetage 
18677 \series bold
18678 colortbl
18679 \series default
18680  pour voir le contenu des cette section dans la sortie imprimée.
18681 \end_layout
18682
18683 \begin_layout Standard
18684 \begin_inset ERT
18685 status collapsed
18686
18687 \begin_layout Plain Layout
18688
18689
18690 \backslash
18691 fi
18692 \end_layout
18693
18694 \end_inset
18695
18696
18697 \end_layout
18698
18699 \begin_layout Subsection
18700 Les filets colorés
18701 \begin_inset Index idx
18702 status open
18703
18704 \begin_layout Plain Layout
18705 Tableau Coloré ! Pour les filets
18706 \end_layout
18707
18708 \end_inset
18709
18710
18711 \begin_inset Index idx
18712 status collapsed
18713
18714 \begin_layout Plain Layout
18715 Couleur ! Pour les filets des tableaux
18716 \end_layout
18717
18718 \end_inset
18719
18720
18721 \begin_inset Note Note
18722 status collapsed
18723
18724 \begin_layout Plain Layout
18725 on parle de filets plutôt que de lignes pour les tableaux
18726 \end_layout
18727
18728 \end_inset
18729
18730
18731 \end_layout
18732
18733 \begin_layout Standard
18734 Comme c'est décrit dans la section
18735 \begin_inset space ~
18736 \end_inset
18737
18738
18739 \begin_inset CommandInset ref
18740 LatexCommand ref
18741 reference "subsec:Epaisseur-filets"
18742
18743 \end_inset
18744
18745 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18746  variable 
18747 \series bold
18748
18749 \backslash
18750 arrayrulewidth
18751 \series default
18752 .
18753  Elle est mise à 1.5
18754 \begin_inset space \thinspace{}
18755 \end_inset
18756
18757 pt pour tous les tableaux de cette section.
18758 \begin_inset ERT
18759 status collapsed
18760
18761 \begin_layout Plain Layout
18762
18763
18764 \backslash
18765 setlength{
18766 \backslash
18767 arrayrulewidth}{1.5pt}
18768 \end_layout
18769
18770 \end_inset
18771
18772
18773 \end_layout
18774
18775 \begin_layout Standard
18776 Pour colorer les filets verticaux, par exemple en vert, créez le format
18777  de colonne suivant dans le préambule du document, en suivant la description
18778  de la section
18779 \begin_inset space ~
18780 \end_inset
18781
18782
18783 \begin_inset CommandInset ref
18784 LatexCommand ref
18785 reference "subsec:Formats-personnalisés"
18786
18787 \end_inset
18788
18789 :
18790 \end_layout
18791
18792 \begin_layout Standard
18793
18794 \series bold
18795
18796 \backslash
18797 newcolumntype{W}{!{
18798 \backslash
18799 color{green}
18800 \backslash
18801 vline}}
18802 \end_layout
18803
18804 \begin_layout Standard
18805 Pour le tableau
18806 \begin_inset space ~
18807 \end_inset
18808
18809
18810 \begin_inset CommandInset ref
18811 LatexCommand ref
18812 reference "tab:Tableau-filets-verticaux-colorés"
18813
18814 \end_inset
18815
18816  le paramètre \SpecialChar LaTeX
18817
18818 \series bold
18819  WcW
18820 \series default
18821  a été utilisé pour la dernière colonne et
18822 \series bold
18823  Wc
18824 \series default
18825  pour les autres colonnes.
18826 \end_layout
18827
18828 \begin_layout Standard
18829 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18830 \end_layout
18831
18832 \begin_layout Standard
18833 \begin_inset Float table
18834 placement h
18835 wide false
18836 sideways false
18837 status open
18838
18839 \begin_layout Plain Layout
18840 \begin_inset Caption Standard
18841
18842 \begin_layout Plain Layout
18843 \begin_inset CommandInset label
18844 LatexCommand label
18845 name "tab:Tableau-filets-verticaux-colorés"
18846
18847 \end_inset
18848
18849 Tableau avec filets verticaux colorés
18850 \end_layout
18851
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \begin_layout Plain Layout
18858 \align center
18859 \begin_inset Tabular
18860 <lyxtabular version="3" rows="3" columns="3">
18861 <features tabularvalignment="middle">
18862 <column alignment="center" valignment="top" special="Wc">
18863 <column alignment="center" valignment="top" special="Wc">
18864 <column alignment="center" valignment="top" special="WcW">
18865 <row>
18866 <cell alignment="center" valignment="top" topline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 sd
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" topline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \end_layout
18890
18891 \end_inset
18892 </cell>
18893 </row>
18894 <row>
18895 <cell alignment="center" valignment="top" topline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899
18900 \end_layout
18901
18902 \end_inset
18903 </cell>
18904 <cell alignment="center" valignment="top" topline="true" usebox="none">
18905 \begin_inset Text
18906
18907 \begin_layout Plain Layout
18908 sd
18909 \end_layout
18910
18911 \end_inset
18912 </cell>
18913 <cell alignment="center" valignment="top" topline="true" usebox="none">
18914 \begin_inset Text
18915
18916 \begin_layout Plain Layout
18917
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 </row>
18923 <row>
18924 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 sd
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 </lyxtabular>
18953
18954 \end_inset
18955
18956
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Standard
18965 \begin_inset VSpace bigskip
18966 \end_inset
18967
18968 Pour colorer les filets horizontaux en rouge comme pour le tableau
18969 \begin_inset space ~
18970 \end_inset
18971
18972
18973 \begin_inset CommandInset ref
18974 LatexCommand ref
18975 reference "tab:Tableau-filet-horizontaux-colorés"
18976
18977 \end_inset
18978
18979 , insérez les commandes suivantes en code \SpecialChar TeX
18980  juste avant le tableau ou le
18981  flottant de tableau :
18982 \end_layout
18983
18984 \begin_layout Standard
18985
18986 \series bold
18987
18988 \backslash
18989 let
18990 \backslash
18991 myHlineC
18992 \backslash
18993 hline
18994 \begin_inset Newline newline
18995 \end_inset
18996
18997
18998 \backslash
18999 renewcommand{
19000 \backslash
19001 hline}
19002 \begin_inset Newline newline
19003 \end_inset
19004
19005
19006 \begin_inset Phantom HPhantom
19007 status open
19008
19009 \begin_layout Plain Layout
19010
19011 \series bold
19012 \begin_inset space ~
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \end_inset
19019
19020 {
19021 \backslash
19022 arrayrulecolor{red}
19023 \backslash
19024 myHlineC
19025 \backslash
19026 arrayrulecolor{black}}
19027 \end_layout
19028
19029 \begin_layout Standard
19030 \begin_inset ERT
19031 status collapsed
19032
19033 \begin_layout Plain Layout
19034
19035
19036 \backslash
19037 let
19038 \backslash
19039 myHlineC
19040 \backslash
19041 hline
19042 \end_layout
19043
19044 \begin_layout Plain Layout
19045
19046
19047 \backslash
19048 renewcommand{
19049 \backslash
19050 hline}
19051 \end_layout
19052
19053 \begin_layout Plain Layout
19054
19055  {
19056 \backslash
19057 arrayrulecolor{red}
19058 \backslash
19059 myHlineC
19060 \backslash
19061 arrayrulecolor{black}}
19062 \end_layout
19063
19064 \end_inset
19065
19066
19067 \begin_inset Float table
19068 placement h
19069 wide false
19070 sideways false
19071 status open
19072
19073 \begin_layout Plain Layout
19074 \begin_inset Caption Standard
19075
19076 \begin_layout Plain Layout
19077 \begin_inset CommandInset label
19078 LatexCommand label
19079 name "tab:Tableau-filet-horizontaux-colorés"
19080
19081 \end_inset
19082
19083 Tableau avec filets horizontaux colorés
19084 \end_layout
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Plain Layout
19092 \align center
19093 \begin_inset Tabular
19094 <lyxtabular version="3" rows="3" columns="3">
19095 <features tabularvalignment="middle">
19096 <column alignment="center" valignment="top">
19097 <column alignment="center" valignment="top">
19098 <column alignment="center" valignment="top">
19099 <row>
19100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19101 \begin_inset Text
19102
19103 \begin_layout Plain Layout
19104 sd
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \end_layout
19124
19125 \end_inset
19126 </cell>
19127 </row>
19128 <row>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133
19134 \end_layout
19135
19136 \end_inset
19137 </cell>
19138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19139 \begin_inset Text
19140
19141 \begin_layout Plain Layout
19142 sd
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19148 \begin_inset Text
19149
19150 \begin_layout Plain Layout
19151
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 </row>
19157 <row>
19158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19159 \begin_inset Text
19160
19161 \begin_layout Plain Layout
19162
19163 \end_layout
19164
19165 \end_inset
19166 </cell>
19167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \end_layout
19173
19174 \end_inset
19175 </cell>
19176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19177 \begin_inset Text
19178
19179 \begin_layout Plain Layout
19180 sd
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 </lyxtabular>
19187
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 Pour revenir à la couleur noire implicite, insérez la commande suivante
19200  en code \SpecialChar TeX
19201 , juste après le tableau ou le flottant de tableau :
19202 \end_layout
19203
19204 \begin_layout Standard
19205
19206 \series bold
19207
19208 \backslash
19209 renewcommand{
19210 \backslash
19211 hline}{
19212 \backslash
19213 myHlineC}
19214 \end_layout
19215
19216 \begin_layout Standard
19217 Le tableau
19218 \begin_inset space ~
19219 \end_inset
19220
19221
19222 \begin_inset CommandInset ref
19223 LatexCommand ref
19224 reference "tab:Tableau-avec-filets-colorés"
19225
19226 \end_inset
19227
19228  est un exemple avec des filets horizontaux et verticaux colorés.
19229 \end_layout
19230
19231 \begin_layout Standard
19232 \begin_inset Float table
19233 placement h
19234 wide false
19235 sideways false
19236 status open
19237
19238 \begin_layout Plain Layout
19239 \begin_inset Caption Standard
19240
19241 \begin_layout Plain Layout
19242 \begin_inset CommandInset label
19243 LatexCommand label
19244 name "tab:Tableau-avec-filets-colorés"
19245
19246 \end_inset
19247
19248 Tableau avec filets horizontaux et verticaux colorés
19249 \end_layout
19250
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \begin_layout Plain Layout
19257 \align center
19258 \begin_inset Tabular
19259 <lyxtabular version="3" rows="3" columns="3">
19260 <features tabularvalignment="middle">
19261 <column alignment="center" valignment="top" special="Wc">
19262 <column alignment="center" valignment="top" special="Wc">
19263 <column alignment="center" valignment="top" special="WcW">
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 sd
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 <cell alignment="center" valignment="top" topline="true" usebox="none">
19275 \begin_inset Text
19276
19277 \begin_layout Plain Layout
19278
19279 \end_layout
19280
19281 \end_inset
19282 </cell>
19283 <cell alignment="center" valignment="top" topline="true" usebox="none">
19284 \begin_inset Text
19285
19286 \begin_layout Plain Layout
19287
19288 \end_layout
19289
19290 \end_inset
19291 </cell>
19292 </row>
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 sd
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row topspace="default">
19323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \end_layout
19329
19330 \end_inset
19331 </cell>
19332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19342 \begin_inset Text
19343
19344 \begin_layout Plain Layout
19345 sd
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 </lyxtabular>
19352
19353 \end_inset
19354
19355
19356 \end_layout
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \begin_layout Standard
19364 \begin_inset ERT
19365 status collapsed
19366
19367 \begin_layout Plain Layout
19368
19369
19370 \backslash
19371 renewcommand{
19372 \backslash
19373 hline}{
19374 \backslash
19375 myHlineC}
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \begin_layout Standard
19384 \begin_inset ERT
19385 status collapsed
19386
19387 \begin_layout Plain Layout
19388
19389
19390 \backslash
19391 setlength{
19392 \backslash
19393 arrayrulewidth}{0.4pt}
19394 \end_layout
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Section
19402 Pivotement des cellules
19403 \begin_inset CommandInset label
19404 LatexCommand label
19405 name "sec:Pivotement-des-cellules"
19406
19407 \end_inset
19408
19409
19410 \begin_inset Index idx
19411 status collapsed
19412
19413 \begin_layout Plain Layout
19414 Tableau ! Pivotement des cellules
19415 \end_layout
19416
19417 \end_inset
19418
19419
19420 \begin_inset Index idx
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424 Pivoter des objets
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \begin_layout Standard
19433 \begin_inset Note Greyedout
19434 status open
19435
19436 \begin_layout Plain Layout
19437
19438 \series bold
19439 Nota:
19440 \series default
19441  toutes les visionneuses DVI n'affichent pas les rotations.
19442 \end_layout
19443
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \begin_layout Standard
19450 Le tableau
19451 \begin_inset space ~
19452 \end_inset
19453
19454
19455 \begin_inset CommandInset ref
19456 LatexCommand ref
19457 reference "tab:Tableau-incluant-des"
19458
19459 \end_inset
19460
19461  est un exemple dans lequel 3 cellules pivotent de 45
19462 \begin_inset space \thinspace{}
19463 \end_inset
19464
19465 °.
19466 \end_layout
19467
19468 \begin_layout Standard
19469 \begin_inset Float table
19470 placement h
19471 wide false
19472 sideways false
19473 status open
19474
19475 \begin_layout Plain Layout
19476 \begin_inset Caption Standard
19477
19478 \begin_layout Plain Layout
19479 \begin_inset CommandInset label
19480 LatexCommand label
19481 name "tab:Tableau-incluant-des"
19482
19483 \end_inset
19484
19485 Tableau incluant des cellules pivotées dans la première ligne.
19486 \end_layout
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \begin_layout Plain Layout
19494 \noindent
19495 \align center
19496 \begin_inset Tabular
19497 <lyxtabular version="3" rows="2" columns="3">
19498 <features tabularvalignment="middle">
19499 <column alignment="center" valignment="top" width="0pt">
19500 <column alignment="center" valignment="top" width="0pt">
19501 <column alignment="center" valignment="top" width="0pt">
19502 <row>
19503 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 soucoupes
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 assiettes
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19522 \begin_inset Text
19523
19524 \begin_layout Plain Layout
19525 plats
19526 \end_layout
19527
19528 \end_inset
19529 </cell>
19530 </row>
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 45
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 33
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 21
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 </row>
19560 </lyxtabular>
19561
19562 \end_inset
19563
19564
19565 \end_layout
19566
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \begin_layout Standard
19573 \begin_inset Note Greyedout
19574 status open
19575
19576 \begin_layout Plain Layout
19577
19578 \series bold
19579 Nota:
19580 \series default
19581  les ruptures de ligne (raccourci 
19582 \begin_inset Info
19583 type  "shortcut"
19584 arg   "newline-insert newline"
19585 \end_inset
19586
19587 ) ne sont pas autorisées dans les cellules pivotées
19588 \end_layout
19589
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \begin_layout Standard
19596 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19597  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19598 \begin_inset Foot
19599 status collapsed
19600
19601 \begin_layout Plain Layout
19602 Pour en savoir plus sur ces boîtes, voir les sections
19603 \begin_inset space ~
19604 \end_inset
19605
19606
19607 \begin_inset CommandInset ref
19608 LatexCommand ref
19609 reference "sec:Minipages"
19610
19611 \end_inset
19612
19613  et 
19614 \begin_inset CommandInset ref
19615 LatexCommand ref
19616 reference "sec:Parboxes"
19617
19618 \end_inset
19619
19620 .
19621 \end_layout
19622
19623 \end_inset
19624
19625  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19626  la hauteur de la cellule.
19627  Le tableau
19628 \begin_inset space ~
19629 \end_inset
19630
19631
19632 \begin_inset CommandInset ref
19633 LatexCommand ref
19634 reference "tab:Tableau-incluant-une"
19635
19636 \end_inset
19637
19638  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19639  réglée à 3
19640 \begin_inset space \thinspace{}
19641 \end_inset
19642
19643 cm.
19644 \end_layout
19645
19646 \begin_layout Standard
19647 \begin_inset Float table
19648 placement h
19649 wide false
19650 sideways false
19651 status open
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Caption Standard
19655
19656 \begin_layout Plain Layout
19657 \begin_inset CommandInset label
19658 LatexCommand label
19659 name "tab:Tableau-incluant-une"
19660
19661 \end_inset
19662
19663 Tableau incluant une cellule multi-lignes pivotée.
19664 \end_layout
19665
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \begin_layout Plain Layout
19672 \noindent
19673 \align center
19674 \begin_inset Tabular
19675 <lyxtabular version="3" rows="2" columns="3">
19676 <features tabularvalignment="middle">
19677 <column alignment="center" valignment="top">
19678 <column alignment="center" valignment="top" width="0pt">
19679 <column alignment="center" valignment="top">
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 a
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Box Frameless
19695 position "t"
19696 hor_pos "c"
19697 has_inner_box 1
19698 inner_pos "t"
19699 use_parbox 0
19700 use_makebox 0
19701 width "3cm"
19702 special "none"
19703 height "1in"
19704 height_special "totalheight"
19705 thickness "0.4pt"
19706 separation "3pt"
19707 shadowsize "4pt"
19708 framecolor "black"
19709 backgroundcolor "none"
19710 status open
19711
19712 \begin_layout Plain Layout
19713 cellule pivotée
19714 \begin_inset Newline newline
19715 \end_inset
19716
19717 avec saut de ligne
19718 \end_layout
19719
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 e
19732 \end_layout
19733
19734 \end_inset
19735 </cell>
19736 </row>
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 b
19743 \end_layout
19744
19745 \end_inset
19746 </cell>
19747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19748 \begin_inset Text
19749
19750 \begin_layout Plain Layout
19751 c
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 d
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 </row>
19766 </lyxtabular>
19767
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \begin_layout Section
19779 Calcul de la largeur du tableau
19780 \begin_inset CommandInset label
19781 LatexCommand label
19782 name "sec:Table-Width-Calculation"
19783
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \begin_layout Standard
19790 Pour les tableaux un peu larges il est parfois difficile de garantir que
19791  le tableau ne déborde pas dans la marge.
19792  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19793  la valeur à donner à chacune?
19794 \end_layout
19795
19796 \begin_layout Standard
19797 La largeur du tableau 
19798 \begin_inset Formula $L_{\mathrm{tableau}}$
19799 \end_inset
19800
19801  peut se calculer précisément: chaque colonne contribue pour sa largeur
19802  propre 
19803 \begin_inset Formula $L_{\mathrm{colonne}}$
19804 \end_inset
19805
19806  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19807  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19808
19809 \series bold
19810  
19811 \backslash
19812 tabcolsep
19813 \series default
19814 , implicitement 6
19815 \begin_inset space \thinspace{}
19816 \end_inset
19817
19818 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19819  
19820 \series bold
19821
19822 \backslash
19823 arrayrulewidth
19824 \series default
19825 , implicitement 0.4
19826 \begin_inset space \thinspace{}
19827 \end_inset
19828
19829 pt).
19830  Donc si les 
19831 \begin_inset Formula $n$
19832 \end_inset
19833
19834
19835 \begin_inset space ~
19836 \end_inset
19837
19838 colonnes ont la même largeur, la largeur du tableau est
19839 \begin_inset Formula 
19840 \begin{equation}
19841 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19842 \end{equation}
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \begin_layout Standard
19850 La largeur disponible pour placer un tableau est la distance entre les marges
19851  de la page ou la largeur de la colonne de texte (pour un document présenté
19852  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19853  
19854 \series bold
19855
19856 \backslash
19857 columnwidth
19858 \series default
19859 .
19860  Si toutes le colonnes ont la même largeur et que 
19861 \begin_inset Formula $L_{\mathrm{tableau}}$
19862 \end_inset
19863
19864  doit valoir 1
19865 \begin_inset space \thinspace{}
19866 \end_inset
19867
19868
19869 \backslash
19870 columnwidth, 
19871 \begin_inset Formula $L_{\mathrm{colonne}}$
19872 \end_inset
19873
19874  se calcule facilement.
19875 \end_layout
19876
19877 \begin_layout Standard
19878 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19879  
19880 \series bold
19881 calc
19882 \series default
19883
19884 \begin_inset Index idx
19885 status collapsed
19886
19887 \begin_layout Plain Layout
19888 Paquetages \SpecialChar LaTeX
19889  ! calc
19890 \end_layout
19891
19892 \end_inset
19893
19894  dans le préambule du document.
19895  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19896  il faut utiliser le champ
19897 \family sans
19898  Argument \SpecialChar LaTeX
19899
19900 \family default
19901 .
19902  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19903  qui est expliqué dans la section
19904 \begin_inset space ~
19905 \end_inset
19906
19907
19908 \begin_inset CommandInset ref
19909 LatexCommand ref
19910 reference "subsec:Calculs-multicolonnes"
19911
19912 \end_inset
19913
19914 .
19915  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19916  saisir pour chaque colonne la commande
19917 \end_layout
19918
19919 \begin_layout Standard
19920
19921 \series bold
19922 >{
19923 \backslash
19924 centering}p{(1
19925 \backslash
19926 columnwidth-62.4pt)/5}
19927 \end_layout
19928
19929 \begin_layout Standard
19930 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19931 \begin_inset space ~
19932 \end_inset
19933
19934 fois celle des 3 autres, le calcul est le suivant:
19935 \end_layout
19936
19937 \begin_layout Standard
19938 \begin_inset Formula 
19939 \begin{align}
19940 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19941  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19942  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19943 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19944 \end{align}
19945
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \begin_layout Standard
19952 Par conséquent, dans le tableau, la commande
19953 \end_layout
19954
19955 \begin_layout Standard
19956
19957 \series bold
19958 >{
19959 \backslash
19960 centering}p{(1
19961 \backslash
19962 columnwidth-62.4pt)/
19963 \backslash
19964 real{4.5}}
19965 \end_layout
19966
19967 \begin_layout Standard
19968 est utilisée pour les colonnes les plus larges, et la commande
19969 \end_layout
19970
19971 \begin_layout Standard
19972
19973 \series bold
19974 >{
19975 \backslash
19976 centering}p{(1
19977 \backslash
19978 columnwidth-62.4pt)/
19979 \backslash
19980 real{4.5}*
19981 \backslash
19982 real{0.75}}
19983 \end_layout
19984
19985 \begin_layout Standard
19986 est utilisée pour les plus étroites:
19987 \end_layout
19988
19989 \begin_layout Standard
19990 \begin_inset Tabular
19991 <lyxtabular version="3" rows="2" columns="5">
19992 <features tabularvalignment="middle">
19993 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19994 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19995 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19996 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19997 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19998 <row>
19999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 1
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20009 \begin_inset Text
20010
20011 \begin_layout Plain Layout
20012 2
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 3
20022 \end_layout
20023
20024 \end_inset
20025 </cell>
20026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20027 \begin_inset Text
20028
20029 \begin_layout Plain Layout
20030 4
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039 5
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 </row>
20045 <row>
20046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 111111 1111111 111111 111111111 11111 11111 1111
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \end_layout
20061
20062 \end_inset
20063 </cell>
20064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20065 \begin_inset Text
20066
20067 \begin_layout Plain Layout
20068 2222 22222 222222 222222222 2222222 22 22222
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20083 \begin_inset Text
20084
20085 \begin_layout Plain Layout
20086 333333 333333 333333 33333 3333333 333
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 </lyxtabular>
20093
20094 \end_inset
20095
20096
20097 \end_layout
20098
20099 \begin_layout Section
20100 Personnalisation des tableaux
20101 \begin_inset Index idx
20102 status collapsed
20103
20104 \begin_layout Plain Layout
20105 Tableau ! Personnalisation
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \begin_inset Index idx
20112 status collapsed
20113
20114 \begin_layout Plain Layout
20115 Personnalisation des tableaux
20116 \end_layout
20117
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \begin_layout Subsection
20124 Espacement des lignes
20125 \begin_inset CommandInset label
20126 LatexCommand label
20127 name "subsec:Espacement-lignes"
20128
20129 \end_inset
20130
20131
20132 \begin_inset Index idx
20133 status collapsed
20134
20135 \begin_layout Plain Layout
20136 Personnalisation des tableaux ! Espacement des lignes
20137 \end_layout
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \begin_layout Standard
20145 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20146  l'onglet 
20147 \family sans
20148 Bordures
20149 \family default
20150  de la fenêtre de dialogue 
20151 \family sans
20152 Paramètres
20153 \begin_inset space ~
20154 \end_inset
20155
20156 du
20157 \begin_inset space ~
20158 \end_inset
20159
20160 tableau
20161 \family default
20162 .
20163  Vous y trouverez trois possibilités :
20164 \end_layout
20165
20166 \begin_layout Description
20167 Haut
20168 \begin_inset space ~
20169 \end_inset
20170
20171 de
20172 \begin_inset space ~
20173 \end_inset
20174
20175 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20176  Si le tableau est un tableau formel
20177 \begin_inset Foot
20178 status collapsed
20179
20180 \begin_layout Plain Layout
20181 Les tableaux formels sont décrits dans la section
20182 \begin_inset space ~
20183 \end_inset
20184
20185
20186 \begin_inset CommandInset ref
20187 LatexCommand ref
20188 reference "sec:Tableaux-Formels"
20189
20190 \end_inset
20191
20192 .
20193 \end_layout
20194
20195 \end_inset
20196
20197  \SpecialChar LyX
20198  va insérer implicitement un espace de 0.5
20199 \begin_inset space \thinspace{}
20200 \end_inset
20201
20202 em.
20203  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20204  les filets verticaux comme dans le tableau suivant :
20205 \begin_inset VSpace medskip
20206 \end_inset
20207
20208
20209 \begin_inset Newline newline
20210 \end_inset
20211
20212
20213 \begin_inset space \hspace*{}
20214 \length 0pt
20215 \end_inset
20216
20217
20218 \begin_inset space \hfill{}
20219 \end_inset
20220
20221
20222 \begin_inset Tabular
20223 <lyxtabular version="3" rows="3" columns="1">
20224 <features tabularvalignment="middle">
20225 <column alignment="center" valignment="top">
20226 <row>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 A
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 <row topspace="3mm">
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242 espace de 3
20243 \begin_inset space \thinspace{}
20244 \end_inset
20245
20246 mm en haut de la ligne
20247 \end_layout
20248
20249 \end_inset
20250 </cell>
20251 </row>
20252 <row>
20253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 C
20258 \end_layout
20259
20260 \end_inset
20261 </cell>
20262 </row>
20263 </lyxtabular>
20264
20265 \end_inset
20266
20267
20268 \begin_inset space \hfill{}
20269 \end_inset
20270
20271
20272 \begin_inset space \hspace*{}
20273 \length 0pt
20274 \end_inset
20275
20276
20277 \begin_inset VSpace medskip
20278 \end_inset
20279
20280
20281 \begin_inset Newline newline
20282 \end_inset
20283
20284 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20285  pas de filets verticaux.
20286 \end_layout
20287
20288 \begin_layout Description
20289 Bas
20290 \begin_inset space ~
20291 \end_inset
20292
20293 de
20294 \begin_inset space ~
20295 \end_inset
20296
20297 ligne va ajouter de l'espace sous les caractères de la ligne.
20298  Si le tableau est un tableau formel \SpecialChar LyX
20299  va insérer implicitement un espace
20300  de 0.5
20301 \begin_inset space \thinspace{}
20302 \end_inset
20303
20304 em, pour les tableaux normaux, l'espace implicite est de 2
20305 \begin_inset space \thinspace{}
20306 \end_inset
20307
20308 pt.
20309 \end_layout
20310
20311 \begin_layout Description
20312 Entre
20313 \begin_inset space ~
20314 \end_inset
20315
20316 les
20317 \begin_inset space ~
20318 \end_inset
20319
20320 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20321  Si le tableau est un tableau formel \SpecialChar LyX
20322  va insérer implicitement un espace
20323  de 0.5
20324 \begin_inset space \thinspace{}
20325 \end_inset
20326
20327 em.
20328  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20329  les filets verticaux comme dans le tableau suivant :
20330 \begin_inset VSpace medskip
20331 \end_inset
20332
20333
20334 \begin_inset Newline newline
20335 \end_inset
20336
20337
20338 \begin_inset space \hspace*{}
20339 \length 0pt
20340 \end_inset
20341
20342
20343 \begin_inset space \hfill{}
20344 \end_inset
20345
20346
20347 \begin_inset Tabular
20348 <lyxtabular version="3" rows="3" columns="1">
20349 <features tabularvalignment="middle">
20350 <column alignment="center" valignment="top">
20351 <row>
20352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20353 \begin_inset Text
20354
20355 \begin_layout Plain Layout
20356 A
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row interlinespace="3mm">
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367 \begin_inset Formula $\downarrow$
20368 \end_inset
20369
20370  espace de 3
20371 \begin_inset space \thinspace{}
20372 \end_inset
20373
20374 mm entre les lignes 
20375 \begin_inset Formula $\downarrow$
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 </row>
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389 \begin_inset Formula $\uparrow$
20390 \end_inset
20391
20392  espace de 3
20393 \begin_inset space \thinspace{}
20394 \end_inset
20395
20396 mm entre les lignes 
20397 \begin_inset Formula $\uparrow$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 </lyxtabular>
20407
20408 \end_inset
20409
20410
20411 \begin_inset space \hfill{}
20412 \end_inset
20413
20414
20415 \begin_inset space \hspace*{}
20416 \length 0pt
20417 \end_inset
20418
20419
20420 \begin_inset VSpace medskip
20421 \end_inset
20422
20423
20424 \begin_inset Newline newline
20425 \end_inset
20426
20427 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20428  pas de filets verticaux.
20429 \end_layout
20430
20431 \begin_layout Standard
20432 \begin_inset VSpace bigskip
20433 \end_inset
20434
20435 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20436  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20437  dans le préambule :
20438 \end_layout
20439
20440 \begin_layout Standard
20441
20442 \series bold
20443
20444 \backslash
20445 @ifundefined{extrarowheight}
20446 \begin_inset Newline newline
20447 \end_inset
20448
20449
20450 \begin_inset Phantom HPhantom
20451 status open
20452
20453 \begin_layout Plain Layout
20454
20455 \series bold
20456 \begin_inset space ~
20457 \end_inset
20458
20459
20460 \end_layout
20461
20462 \end_inset
20463
20464 {
20465 \backslash
20466 usepackage{array}}{}
20467 \begin_inset Newline newline
20468 \end_inset
20469
20470
20471 \backslash
20472 setlength{
20473 \backslash
20474 extrarowheight}{height}
20475 \end_layout
20476
20477 \begin_layout Standard
20478 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20479  plus exactement centré verticalement.
20480  (le paquetage 
20481 \series bold
20482 array 
20483 \series default
20484 sera chargé automatiquement par \SpecialChar LyX
20485  quand vous utilisez des formats de tableaux
20486  auto-définis.
20487  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20488  
20489 \series bold
20490
20491 \backslash
20492 @ifundefined
20493 \series default
20494  dans la commande précédente.)
20495 \end_layout
20496
20497 \begin_layout Standard
20498 Si vous utilisez des polices de taille plus grande que la taille normale,
20499  les bordures des tableaux sont souvent trop proches du texte.
20500  On peut corriger ce problème en insérant la commande 
20501 \series bold
20502
20503 \begin_inset space \space{}
20504 \end_inset
20505
20506
20507 \backslash
20508 strut
20509 \series default
20510  en code \SpecialChar TeX
20511  au debut d'une ligne du tableau.
20512  Le tableau
20513 \begin_inset space ~
20514 \end_inset
20515
20516
20517 \begin_inset CommandInset ref
20518 LatexCommand ref
20519 reference "tab:Alignement-vertical"
20520
20521 \end_inset
20522
20523  montre l'effet de cette commande.
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \noindent
20528 \begin_inset Float table
20529 placement h
20530 wide false
20531 sideways false
20532 status open
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Caption Standard
20536
20537 \begin_layout Plain Layout
20538 \begin_inset CommandInset label
20539 LatexCommand label
20540 name "tab:Alignement-vertical"
20541
20542 \end_inset
20543
20544 Alignement vertical d'un texte avec une police de grande taille.
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \begin_layout Plain Layout
20553 \begin_inset space \hfill{}
20554 \end_inset
20555
20556
20557 \begin_inset Float table
20558 wide false
20559 sideways false
20560 status collapsed
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Caption Standard
20564
20565 \begin_layout Plain Layout
20566 Tableau normal.
20567 \end_layout
20568
20569 \end_inset
20570
20571
20572 \end_layout
20573
20574 \begin_layout Plain Layout
20575 \noindent
20576 \align center
20577 \begin_inset Tabular
20578 <lyxtabular version="3" rows="6" columns="1">
20579 <features tabularvalignment="middle">
20580 <column alignment="left" valignment="top">
20581 <row>
20582 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586 Normal, g
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 </row>
20592 <row>
20593 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597
20598 \size large
20599 Large
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \size larger
20612 Larger
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 </row>
20618 <row>
20619 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623
20624 \size largest
20625 Largest
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 </row>
20631 <row>
20632 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636
20637 \size huge
20638 Huge
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 <row>
20645 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \size huge
20651 Huger
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 </row>
20657 </lyxtabular>
20658
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \begin_inset space \hfill{}
20668 \end_inset
20669
20670
20671 \begin_inset Float table
20672 wide false
20673 sideways false
20674 status collapsed
20675
20676 \begin_layout Plain Layout
20677 \begin_inset Caption Standard
20678
20679 \begin_layout Plain Layout
20680 Tableau utilisant la commande 
20681 \series bold
20682
20683 \backslash
20684 strut
20685 \series default
20686 .
20687 \end_layout
20688
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \begin_layout Plain Layout
20695 \noindent
20696 \align center
20697 \begin_inset Tabular
20698 <lyxtabular version="3" rows="6" columns="1">
20699 <features tabularvalignment="middle">
20700 <column alignment="left" valignment="top">
20701 <row>
20702 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 Normal, g
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717
20718 \size large
20719 \begin_inset ERT
20720 status collapsed
20721
20722 \begin_layout Plain Layout
20723
20724
20725 \backslash
20726 strut 
20727 \end_layout
20728
20729 \end_inset
20730
20731 Large
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 <row>
20738 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742
20743 \size larger
20744 \begin_inset ERT
20745 status collapsed
20746
20747 \begin_layout Plain Layout
20748
20749
20750 \backslash
20751 strut 
20752 \end_layout
20753
20754 \end_inset
20755
20756 Larger
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 </row>
20762 <row>
20763 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767
20768 \size largest
20769 \begin_inset ERT
20770 status collapsed
20771
20772 \begin_layout Plain Layout
20773
20774
20775 \backslash
20776 strut 
20777 \end_layout
20778
20779 \end_inset
20780
20781 Largest
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \size huge
20794 \begin_inset ERT
20795 status collapsed
20796
20797 \begin_layout Plain Layout
20798
20799
20800 \backslash
20801 strut 
20802 \end_layout
20803
20804 \end_inset
20805
20806 Huge
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 </row>
20812 <row>
20813 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817
20818 \size giant
20819 \begin_inset ERT
20820 status collapsed
20821
20822 \begin_layout Plain Layout
20823
20824
20825 \backslash
20826 strut 
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \size huge
20833 Huger
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 </lyxtabular>
20840
20841 \end_inset
20842
20843
20844 \end_layout
20845
20846 \end_inset
20847
20848
20849 \begin_inset space \hfill{}
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \begin_layout Standard
20861 \begin_inset Newpage newpage
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \begin_layout Subsection
20868 Alignements de cellules spéciaux
20869 \begin_inset CommandInset label
20870 LatexCommand label
20871 name "subsec:Alignements-de-cellules"
20872
20873 \end_inset
20874
20875
20876 \begin_inset Index idx
20877 status collapsed
20878
20879 \begin_layout Plain Layout
20880 Personnalisation des tableaux ! Alignement de cellules spéciaux
20881 \end_layout
20882
20883 \end_inset
20884
20885
20886 \end_layout
20887
20888 \begin_layout Standard
20889 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20890  cellules sur un caractère donné, par exemple le séparateur décimal comme
20891  dans le tableau
20892 \begin_inset space ~
20893 \end_inset
20894
20895
20896 \begin_inset CommandInset ref
20897 LatexCommand ref
20898 reference "tab:Tableau-centré-sur-séparateur-1"
20899
20900 \end_inset
20901
20902 .
20903  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20904  soit en appuyant sur le bouton 
20905 \begin_inset Info
20906 type  "icon"
20907 arg   "inset-modify tabular align-decimal"
20908 \end_inset
20909
20910  de la barre d'outils ou en modifiant le paramètre 
20911 \family sans
20912 Alignement horizontal
20913 \family default
20914  à 
20915 \family sans
20916 Au séparateur décimal
20917 \family default
20918 .
20919  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20920  dans les paramètres du tableau.
20921 \end_layout
20922
20923 \begin_layout Standard
20924 \begin_inset Float table
20925 placement h
20926 wide false
20927 sideways false
20928 status open
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Caption Standard
20932
20933 \begin_layout Plain Layout
20934 \begin_inset CommandInset label
20935 LatexCommand label
20936 name "tab:Tableau-centré-sur-séparateur-1"
20937
20938 \end_inset
20939
20940 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \end_layout
20947
20948 \begin_layout Plain Layout
20949 \align center
20950 \begin_inset Tabular
20951 <lyxtabular version="3" rows="4" columns="1">
20952 <features booktabs="true" tabularvalignment="middle">
20953 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20954 <row>
20955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 en-tête
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970 12,6
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 </row>
20976 <row>
20977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 0,68
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row>
20988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 -123,0
20993 \end_layout
20994
20995 \end_inset
20996 </cell>
20997 </row>
20998 </lyxtabular>
20999
21000 \end_inset
21001
21002
21003 \end_layout
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \begin_layout Standard
21011 \begin_inset Float table
21012 placement h
21013 wide false
21014 sideways false
21015 status open
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Caption Standard
21019
21020 \begin_layout Plain Layout
21021 \begin_inset CommandInset label
21022 LatexCommand label
21023 name "tab:Tableau-centré-sur-séparateur-2"
21024
21025 \end_inset
21026
21027 Les cellules d'une colonnes sont centrées sur les opérateurs.
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \begin_layout Plain Layout
21036 \align center
21037 \begin_inset Tabular
21038 <lyxtabular version="3" rows="4" columns="2">
21039 <features booktabs="true" tabularvalignment="middle">
21040 <column alignment="right" valignment="top" width="0pt">
21041 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21042 <row>
21043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 en-tête
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067 \begin_inset Formula $12\,+$
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\,6$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $0\,-$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 <cell alignment="center" valignment="top" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset Formula $\,68$
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 </row>
21114 <row>
21115 <cell alignment="center" valignment="top" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 \begin_inset Formula $-123\,/$
21120 \end_inset
21121
21122
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\,0$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 </lyxtabular>
21141
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \begin_layout Standard
21153 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21154  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21155  formules.
21156  Dans ce cas on doit utiliser la méthode du tableau
21157 \begin_inset space ~
21158 \end_inset
21159
21160
21161 \begin_inset CommandInset ref
21162 LatexCommand ref
21163 reference "tab:Tableau-centré-sur-séparateur-2"
21164
21165 \end_inset
21166
21167 .
21168  Ce tableau a été créé comme un tableau 4×2.
21169  L'en-tête est une cellule multi-colonnes centrée.
21170  La première colonne est alignée à droite et contient la première partie
21171  et inclue l'opérateur.
21172  La seconde colonne contient le reste de la cellule aligné à gauche.
21173  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21174  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21175  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21176  tableau, le paramètre \SpecialChar LaTeX
21177  suivant a été utilisé pour la deuxième colonne :
21178 \end_layout
21179
21180 \begin_layout Standard
21181
21182 \series bold
21183 @{}l
21184 \end_layout
21185
21186 \begin_layout Standard
21187 Le tableau
21188 \begin_inset space ~
21189 \end_inset
21190
21191
21192 \begin_inset CommandInset ref
21193 LatexCommand ref
21194 reference "tab:Plusieurs-exemples-alignements"
21195
21196 \end_inset
21197
21198  montre quelques exemples d'alignements.
21199  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21200  comme pour la deuxième colonne du tableau
21201 \begin_inset space ~
21202 \end_inset
21203
21204
21205 \begin_inset CommandInset ref
21206 LatexCommand ref
21207 reference "tab:Tableau-centré-sur-séparateur-2"
21208
21209 \end_inset
21210
21211 .
21212 \end_layout
21213
21214 \begin_layout Standard
21215 \begin_inset Float table
21216 wide false
21217 sideways false
21218 status open
21219
21220 \begin_layout Plain Layout
21221 \begin_inset Caption Standard
21222
21223 \begin_layout Plain Layout
21224 \begin_inset CommandInset label
21225 LatexCommand label
21226 name "tab:Plusieurs-exemples-alignements"
21227
21228 \end_inset
21229
21230 Plusieurs exemples d'alignement de cellules.
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \end_layout
21237
21238 \begin_layout Plain Layout
21239 \align center
21240 \begin_inset Tabular
21241 <lyxtabular version="3" rows="4" columns="6">
21242 <features tabularvalignment="middle">
21243 <column alignment="right" valignment="top">
21244 <column alignment="left" valignment="top" special="@{}l">
21245 <column alignment="right" valignment="top">
21246 <column alignment="left" valignment="top" special="@{}l">
21247 <column alignment="right" valignment="top">
21248 <column alignment="left" valignment="top" special="@{}l">
21249 <row>
21250 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21251 \begin_inset Text
21252
21253 \begin_layout Plain Layout
21254 unités
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263
21264 \end_layout
21265
21266 \end_inset
21267 </cell>
21268 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21269 \begin_inset Text
21270
21271 \begin_layout Plain Layout
21272 exposants
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 relations
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 12×
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319 24
21320 \begin_inset space \thinspace{}
21321 \end_inset
21322
21323 bouteilles
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $10\cdot$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $10^{\mbox{-}17}$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 \begin_inset Formula $\Gamma(t)\propto$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\:\Upsilon(t)$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 1024×
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 768
21392 \begin_inset space \thinspace{}
21393 \end_inset
21394
21395 Pixels
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 <cell alignment="center" valignment="top" usebox="none">
21401 \begin_inset Text
21402
21403 \begin_layout Plain Layout
21404 \begin_inset Formula $5.78\cdot$
21405 \end_inset
21406
21407
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Formula $10^{7}$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $A\ne$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 \begin_inset Formula $\:B_{\mathrm{red}}$
21441 \end_inset
21442
21443
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 </row>
21449 <row>
21450 <cell alignment="center" valignment="top" usebox="none">
21451 \begin_inset Text
21452
21453 \begin_layout Plain Layout
21454 32×
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 6
21464 \begin_inset space \thinspace{}
21465 \end_inset
21466
21467 cm
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 -
21477 \begin_inset Formula $33.5\cdot$
21478 \end_inset
21479
21480
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $10^{4}$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\sin(\alpha)\ge$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\:\sin(\beta)$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 </lyxtabular>
21523
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \begin_layout Subsection
21535 Formats de cellule et de colonne personnalisés
21536 \begin_inset CommandInset label
21537 LatexCommand label
21538 name "subsec:Formats-personnalisés"
21539
21540 \end_inset
21541
21542
21543 \begin_inset Index idx
21544 status collapsed
21545
21546 \begin_layout Plain Layout
21547 Personnalisation des tableaux !  Format de cellule/colonne
21548 \end_layout
21549
21550 \end_inset
21551
21552
21553 \end_layout
21554
21555 \begin_layout Standard
21556 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21557 \begin_inset space ~
21558 \end_inset
21559
21560
21561 \begin_inset CommandInset ref
21562 LatexCommand ref
21563 reference "sec:Table-Width-Calculation"
21564
21565 \end_inset
21566
21567  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21568  la section
21569 \begin_inset space ~
21570 \end_inset
21571
21572
21573 \begin_inset CommandInset ref
21574 LatexCommand ref
21575 reference "subsec:Calculs-multicolonnes"
21576
21577 \end_inset
21578
21579  peut devenir très pénible si vous avez plusieurs tableaux.
21580  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21581  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21582  du document.
21583  Le format est défini avec la commande
21584 \end_layout
21585
21586 \begin_layout Standard
21587
21588 \series bold
21589
21590 \backslash
21591 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21592 \end_layout
21593
21594 \begin_layout Standard
21595 Le nom du format peut n'avoir qu'une lettre.
21596  Les lettres 
21597 \emph on
21598 b
21599 \emph default
21600
21601 \emph on
21602 c
21603 \emph default
21604
21605 \emph on
21606 l
21607 \emph default
21608
21609 \emph on
21610 m
21611 \emph default
21612
21613 \emph on
21614 p
21615 \emph default
21616  et 
21617 \emph on
21618 r
21619 \emph default
21620  sont prédéfinies et donc ne peuvent être utilisées.
21621  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21622 \end_layout
21623
21624 \begin_layout Standard
21625 \begin_inset VSpace medskip
21626 \end_inset
21627
21628
21629 \end_layout
21630
21631 \begin_layout Standard
21632 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21633  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21634  :
21635 \end_layout
21636
21637 \begin_layout Standard
21638
21639 \series bold
21640
21641 \backslash
21642 newcolumntype{M}[1]{>{
21643 \backslash
21644 centering
21645 \backslash
21646 hspace{0pt}}m{#1}}
21647 \end_layout
21648
21649 \begin_layout Standard
21650 Où le 
21651 \series bold
21652
21653 \backslash
21654 hspace{0pt}
21655 \series default
21656  évite le problème de césure du premier mot, comme c'est décrit en section
21657 \begin_inset space ~
21658 \end_inset
21659
21660
21661 \begin_inset CommandInset ref
21662 LatexCommand ref
21663 reference "subsec:Lignes-multiple-dans-cellule"
21664
21665 \end_inset
21666
21667 .
21668  Ensuite, vous pouvez entrer
21669 \end_layout
21670
21671 \begin_layout Standard
21672
21673 \series bold
21674 M{width}
21675 \end_layout
21676
21677 \begin_layout Standard
21678 comme paramètre \SpecialChar LaTeX
21679  dans la fenêtre de dialogue de tableau pour créer une multi-col
21680 onnes.
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset VSpace bigskip
21685 \end_inset
21686
21687
21688 \end_layout
21689
21690 \begin_layout Standard
21691 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21692  pouvez définir le format
21693 \end_layout
21694
21695 \begin_layout Standard
21696
21697 \series bold
21698
21699 \backslash
21700 newcolumntype{S}[2]{>{
21701 \backslash
21702 centering
21703 \backslash
21704 hspace{0pt}}
21705 \begin_inset Newline newline
21706 \end_inset
21707
21708
21709 \begin_inset Phantom HPhantom
21710 status open
21711
21712 \begin_layout Plain Layout
21713
21714 \series bold
21715
21716 \backslash
21717 newcolumntype{S}[2]
21718 \end_layout
21719
21720 \end_inset
21721
21722 m{(#1+(2
21723 \backslash
21724 tabcolsep+
21725 \backslash
21726 arrayrulewidth)*(1-#2))/#2}}
21727 \end_layout
21728
21729 \begin_layout Standard
21730 Ce format utilise l'équation
21731 \begin_inset space ~
21732 \end_inset
21733
21734
21735 \begin_inset CommandInset ref
21736 LatexCommand eqref
21737 reference "eq:Wgn"
21738
21739 \end_inset
21740
21741  pour calculer la largeur que doit avoir chacune des cellules couverte par
21742  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21743 \end_layout
21744
21745 \begin_layout Standard
21746 Ensuite, vous pouvez entrer
21747 \end_layout
21748
21749 \begin_layout Standard
21750
21751 \series bold
21752 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21753 \end_layout
21754
21755 \begin_layout Standard
21756 comme paramètre \SpecialChar LaTeX
21757  de la colonne.
21758 \end_layout
21759
21760 \begin_layout Standard
21761 \begin_inset VSpace bigskip
21762 \end_inset
21763
21764
21765 \end_layout
21766
21767 \begin_layout Standard
21768 Pour des colonnes colorées, vous pouvez définir
21769 \end_layout
21770
21771 \begin_layout Standard
21772
21773 \series bold
21774
21775 \backslash
21776 newcolumntype{K}[1]{>{
21777 \backslash
21778 columncolor{#1}
21779 \backslash
21780 hspace{0pt}}c}
21781 \end_layout
21782
21783 \begin_layout Standard
21784 Le 
21785 \begin_inset Quotes fld
21786 \end_inset
21787
21788 c
21789 \begin_inset Quotes frd
21790 \end_inset
21791
21792  à la fin crée une colonne de largeur variable dont le texte est centré
21793  horizontalement.
21794  Vous pouvez maintenant entrer
21795 \end_layout
21796
21797 \begin_layout Standard
21798
21799 \series bold
21800 K{nom de couleur}
21801 \end_layout
21802
21803 \begin_layout Standard
21804 comme paramètre \SpecialChar LaTeX
21805 .
21806 \end_layout
21807
21808 \begin_layout Standard
21809 \begin_inset VSpace bigskip
21810 \end_inset
21811
21812
21813 \end_layout
21814
21815 \begin_layout Standard
21816 Pour créer le tableau
21817 \begin_inset space ~
21818 \end_inset
21819
21820
21821 \begin_inset CommandInset ref
21822 LatexCommand ref
21823 reference "tab:Tableau-formats-personnalisés"
21824
21825 \end_inset
21826
21827  utilisez les paramètres \SpecialChar LaTeX
21828
21829 \end_layout
21830
21831 \begin_layout Standard
21832
21833 \series bold
21834 M{2.5cm}
21835 \end_layout
21836
21837 \begin_layout Standard
21838 pour la première colonne et la multi-colonnes,
21839 \end_layout
21840
21841 \begin_layout Standard
21842
21843 \series bold
21844 K{red}
21845 \end_layout
21846
21847 \begin_layout Standard
21848 pour la dernière colonne, et
21849 \end_layout
21850
21851 \begin_layout Standard
21852
21853 \series bold
21854 S{2.5cm}{2}
21855 \end_layout
21856
21857 \begin_layout Standard
21858 pour les cellules de la deuxième colonne.
21859 \end_layout
21860
21861 \begin_layout Standard
21862 \begin_inset Float table
21863 placement h
21864 wide false
21865 sideways false
21866 status open
21867
21868 \begin_layout Plain Layout
21869 \begin_inset Caption Standard
21870
21871 \begin_layout Plain Layout
21872 \begin_inset CommandInset label
21873 LatexCommand label
21874 name "tab:Tableau-formats-personnalisés"
21875
21876 \end_inset
21877
21878 Tableau utilisant des formats personnalisés
21879 \end_layout
21880
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \begin_layout Plain Layout
21887 \align center
21888 \begin_inset Tabular
21889 <lyxtabular version="3" rows="3" columns="4">
21890 <features tabularvalignment="middle">
21891 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21892 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21893 <column alignment="center" valignment="middle">
21894 <column alignment="center" valignment="middle" special="K{red}">
21895 <row>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 motTrèsLongDansUneCellule
21901 \end_layout
21902
21903 \end_inset
21904 </cell>
21905 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21906 \begin_inset Text
21907
21908 \begin_layout Plain Layout
21909 multi-colonnes avec multi-lignes
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 c
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 d
21939 \end_layout
21940
21941 \end_inset
21942 </cell>
21943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21944 \begin_inset Text
21945
21946 \begin_layout Plain Layout
21947 e
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21953 \begin_inset Text
21954
21955 \begin_layout Plain Layout
21956 f
21957 \end_layout
21958
21959 \end_inset
21960 </cell>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965 g
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 </row>
21971 <row>
21972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 h
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985 i
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 j
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 k
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 </lyxtabular>
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \begin_layout Subsection
22022 Épaisseur des filets
22023 \begin_inset CommandInset label
22024 LatexCommand label
22025 name "subsec:Epaisseur-filets"
22026
22027 \end_inset
22028
22029
22030 \begin_inset Index idx
22031 status collapsed
22032
22033 \begin_layout Plain Layout
22034 Personnalisation des tableaux ! Épaisseur filets
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \end_layout
22041
22042 \begin_layout Standard
22043 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22044  
22045 \series bold
22046
22047 \backslash
22048 arrayrulewidth
22049 \series default
22050 .
22051  Pour mettre, par exemple, une épaisseur de filet de 1.5
22052 \begin_inset space \thinspace{}
22053 \end_inset
22054
22055 pt, comme pour le tableau
22056 \begin_inset space ~
22057 \end_inset
22058
22059
22060 \begin_inset CommandInset ref
22061 LatexCommand ref
22062 reference "tab:Tableau-filets-1.5pt"
22063
22064 \end_inset
22065
22066 , insérez la commande
22067 \end_layout
22068
22069 \begin_layout Standard
22070
22071 \series bold
22072
22073 \backslash
22074 setlength{
22075 \backslash
22076 arrayrulewidth}{1.5pt}
22077 \end_layout
22078
22079 \begin_layout Standard
22080 en code \SpecialChar TeX
22081  avant le tableau ou le flottant de tableau.
22082  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22083  suivent.
22084  pour revenir aux valeurs implicites, mettez 
22085 \series bold
22086
22087 \backslash
22088 arrayrulewidth
22089 \series default
22090  à 0.4
22091 \begin_inset space \thinspace{}
22092 \end_inset
22093
22094 pt en utilisant du code \SpecialChar LaTeX
22095  après le tableau ou le flottant de tableau.
22096 \end_layout
22097
22098 \begin_layout Standard
22099 \begin_inset ERT
22100 status collapsed
22101
22102 \begin_layout Plain Layout
22103
22104
22105 \backslash
22106 setlength{
22107 \backslash
22108 arrayrulewidth}{1.5pt}
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \begin_inset Float table
22115 wide false
22116 sideways false
22117 status open
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Caption Standard
22121
22122 \begin_layout Plain Layout
22123 \begin_inset CommandInset label
22124 LatexCommand label
22125 name "tab:Tableau-filets-1.5pt"
22126
22127 \end_inset
22128
22129 Tableau avec des filets de 1.5
22130 \begin_inset space \thinspace{}
22131 \end_inset
22132
22133 pt
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Plain Layout
22142 \align center
22143 \begin_inset Tabular
22144 <lyxtabular version="3" rows="3" columns="3">
22145 <features tabularvalignment="middle">
22146 <column alignment="center" valignment="top">
22147 <column alignment="center" valignment="top">
22148 <column alignment="center" valignment="top">
22149 <row>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 sd
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 sd
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 </row>
22207 <row>
22208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22218 \begin_inset Text
22219
22220 \begin_layout Plain Layout
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 sd
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 </row>
22236 </lyxtabular>
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \begin_inset ERT
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250
22251
22252 \backslash
22253 setlength{
22254 \backslash
22255 arrayrulewidth}{0.4pt}
22256 \end_layout
22257
22258 \end_inset
22259
22260
22261 \end_layout
22262
22263 \begin_layout Standard
22264 \begin_inset VSpace bigskip
22265 \end_inset
22266
22267 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22268 \begin_inset space \thinspace{}
22269 \end_inset
22270
22271 pt, comme dans le tableau
22272 \begin_inset space ~
22273 \end_inset
22274
22275
22276 \begin_inset CommandInset ref
22277 LatexCommand ref
22278 reference "tab:Tableau-filets-horizontaux-1.5pt"
22279
22280 \end_inset
22281
22282 , insérez les commandes suivantes en code \SpecialChar TeX
22283  avant le tableau ou le flottant
22284  de tableau :
22285 \end_layout
22286
22287 \begin_layout Standard
22288
22289 \series bold
22290
22291 \backslash
22292 let
22293 \backslash
22294 myHline
22295 \backslash
22296 hline
22297 \begin_inset Newline newline
22298 \end_inset
22299
22300
22301 \backslash
22302 renewcommand{
22303 \backslash
22304 hline}
22305 \begin_inset Newline newline
22306 \end_inset
22307
22308  {
22309 \backslash
22310 noalign{
22311 \backslash
22312 global
22313 \backslash
22314 arrayrulewidth 1.5pt}
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318  
22319 \backslash
22320 myHline
22321 \backslash
22322 noalign{
22323 \backslash
22324 global
22325 \backslash
22326 arrayrulewidth 0.4pt}}
22327 \end_layout
22328
22329 \begin_layout Standard
22330 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22331  en code \SpecialChar TeX
22332  après le tableau ou le flottant de tableau :
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \series bold
22338
22339 \backslash
22340 renewcommand{
22341 \backslash
22342 hline}{
22343 \backslash
22344 myHline}
22345 \end_layout
22346
22347 \begin_layout Standard
22348 \begin_inset ERT
22349 status collapsed
22350
22351 \begin_layout Plain Layout
22352
22353
22354 \backslash
22355 let
22356 \backslash
22357 myHline
22358 \backslash
22359 hline
22360 \end_layout
22361
22362 \begin_layout Plain Layout
22363
22364
22365 \backslash
22366 renewcommand{
22367 \backslash
22368 hline}
22369 \end_layout
22370
22371 \begin_layout Plain Layout
22372
22373  {
22374 \backslash
22375 noalign{
22376 \backslash
22377 global
22378 \backslash
22379 arrayrulewidth 1.5pt}
22380 \end_layout
22381
22382 \begin_layout Plain Layout
22383
22384   
22385 \backslash
22386 myHline
22387 \backslash
22388 noalign{
22389 \backslash
22390 global
22391 \backslash
22392 arrayrulewidth 0.4pt}}
22393 \end_layout
22394
22395 \end_inset
22396
22397
22398 \begin_inset Float table
22399 wide false
22400 sideways false
22401 status open
22402
22403 \begin_layout Plain Layout
22404 \begin_inset Caption Standard
22405
22406 \begin_layout Plain Layout
22407 \begin_inset CommandInset label
22408 LatexCommand label
22409 name "tab:Tableau-filets-horizontaux-1.5pt"
22410
22411 \end_inset
22412
22413 Tableau avec des filets horizontaux de 1.5
22414 \begin_inset space \thinspace{}
22415 \end_inset
22416
22417 pt
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \begin_layout Plain Layout
22426 \align center
22427 \begin_inset Tabular
22428 <lyxtabular version="3" rows="3" columns="3">
22429 <features tabularvalignment="middle">
22430 <column alignment="center" valignment="top">
22431 <column alignment="center" valignment="top">
22432 <column alignment="center" valignment="top">
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 sd
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \end_layout
22458
22459 \end_inset
22460 </cell>
22461 </row>
22462 <row>
22463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22473 \begin_inset Text
22474
22475 \begin_layout Plain Layout
22476 sd
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 </row>
22491 <row>
22492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 sd
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 </lyxtabular>
22521
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528
22529
22530 \begin_inset ERT
22531 status collapsed
22532
22533 \begin_layout Plain Layout
22534
22535
22536 \backslash
22537 renewcommand{
22538 \backslash
22539 hline}{
22540 \backslash
22541 myHline}
22542 \end_layout
22543
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \begin_layout Standard
22550 \begin_inset VSpace bigskip
22551 \end_inset
22552
22553 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22554 \begin_inset space \thinspace{}
22555 \end_inset
22556
22557 pt, créez le format de colonne suivant dans le préambule, en suivant la
22558  description de la section
22559 \begin_inset space ~
22560 \end_inset
22561
22562
22563 \begin_inset CommandInset ref
22564 LatexCommand ref
22565 reference "subsec:Formats-personnalisés"
22566
22567 \end_inset
22568
22569 :
22570 \end_layout
22571
22572 \begin_layout Standard
22573
22574 \series bold
22575
22576 \backslash
22577 newcolumntype{V}{!{
22578 \backslash
22579 vrule width 1.5pt}}
22580 \end_layout
22581
22582 \begin_layout Standard
22583 Pour le tableau
22584 \begin_inset space ~
22585 \end_inset
22586
22587
22588 \begin_inset CommandInset ref
22589 LatexCommand ref
22590 reference "tab:Tableau-filets-verticaux-1.5pt"
22591
22592 \end_inset
22593
22594  le paramètre \SpecialChar LaTeX
22595  
22596 \end_layout
22597
22598 \begin_layout Standard
22599
22600 \series bold
22601 VcV
22602 \end_layout
22603
22604 \begin_layout Standard
22605 a été utilisé pour la dernière colonne et
22606 \end_layout
22607
22608 \begin_layout Standard
22609
22610 \series bold
22611 Vc
22612 \end_layout
22613
22614 \begin_layout Standard
22615 pour les autres colonnes.
22616 \end_layout
22617
22618 \begin_layout Standard
22619 \begin_inset Float table
22620 wide false
22621 sideways false
22622 status open
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Caption Standard
22626
22627 \begin_layout Plain Layout
22628 \begin_inset CommandInset label
22629 LatexCommand label
22630 name "tab:Tableau-filets-verticaux-1.5pt"
22631
22632 \end_inset
22633
22634 Tableau avec des filets verticaux de 1.5
22635 \begin_inset space \thinspace{}
22636 \end_inset
22637
22638 pt 
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Plain Layout
22647 \align center
22648 \begin_inset Tabular
22649 <lyxtabular version="3" rows="3" columns="3">
22650 <features tabularvalignment="middle">
22651 <column alignment="center" valignment="top" special="Vc">
22652 <column alignment="center" valignment="top" special="Vc">
22653 <column alignment="center" valignment="top" special="VcV">
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 sd
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \end_layout
22670
22671 \end_inset
22672 </cell>
22673 <cell alignment="center" valignment="top" topline="true" usebox="none">
22674 \begin_inset Text
22675
22676 \begin_layout Plain Layout
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 <row>
22684 <cell alignment="center" valignment="top" topline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688
22689 \end_layout
22690
22691 \end_inset
22692 </cell>
22693 <cell alignment="center" valignment="top" topline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697 sd
22698 \end_layout
22699
22700 \end_inset
22701 </cell>
22702 <cell alignment="center" valignment="top" topline="true" usebox="none">
22703 \begin_inset Text
22704
22705 \begin_layout Plain Layout
22706
22707 \end_layout
22708
22709 \end_inset
22710 </cell>
22711 </row>
22712 <row>
22713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22714 \begin_inset Text
22715
22716 \begin_layout Plain Layout
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735 sd
22736 \end_layout
22737
22738 \end_inset
22739 </cell>
22740 </row>
22741 </lyxtabular>
22742
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Subsection
22754 Filets à traits interrompus
22755 \begin_inset Index idx
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759 Personnalisation des tableaux ! Filets à traits interrompus
22760 \end_layout
22761
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \begin_layout Standard
22768 \begin_inset ERT
22769 status collapsed
22770
22771 \begin_layout Plain Layout
22772
22773
22774 \backslash
22775 ifarydshln
22776 \end_layout
22777
22778 \end_inset
22779
22780
22781 \begin_inset Note Note
22782 status open
22783
22784 \begin_layout Plain Layout
22785 La section suivante ne s'affichera que si vous avez installé le paquetage
22786  \SpecialChar LaTeX
22787  
22788 \series bold
22789 arydshln
22790 \series default
22791 .
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Standard
22800 \begin_inset Float table
22801 placement H
22802 wide false
22803 sideways false
22804 status open
22805
22806 \begin_layout Plain Layout
22807 \begin_inset Caption Standard
22808
22809 \begin_layout Plain Layout
22810 \begin_inset CommandInset label
22811 LatexCommand label
22812 name "tab:Tableau-filets-tirets"
22813
22814 \end_inset
22815
22816 Tableau avec des filets à traits interrompus
22817 \end_layout
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Plain Layout
22825 \align center
22826 \begin_inset Tabular
22827 <lyxtabular version="3" rows="5" columns="5">
22828 <features tabularvalignment="middle">
22829 <column alignment="center" valignment="top">
22830 <column alignment="center" valignment="top">
22831 <column alignment="center" valignment="top" special=":c">
22832 <column alignment="center" valignment="top">
22833 <column alignment="center" valignment="top">
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 a
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 b
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857 c
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22863 \begin_inset Text
22864
22865 \begin_layout Plain Layout
22866 d
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 e
22876 \end_layout
22877
22878 \end_inset
22879 </cell>
22880 </row>
22881 <row>
22882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 f
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 g
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 h
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 i
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 j
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 <row>
22929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933 \begin_inset ERT
22934 status collapsed
22935
22936 \begin_layout Plain Layout
22937
22938
22939 \backslash
22940 hdashline 
22941 \end_layout
22942
22943 \end_inset
22944
22945 k
22946 \end_layout
22947
22948 \end_inset
22949 </cell>
22950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954 l
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 m
22964 \end_layout
22965
22966 \end_inset
22967 </cell>
22968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22969 \begin_inset Text
22970
22971 \begin_layout Plain Layout
22972 n
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 o
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 </row>
22987 <row>
22988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 \begin_inset ERT
22993 status collapsed
22994
22995 \begin_layout Plain Layout
22996
22997
22998 \backslash
22999 cdashline{4-5}
23000 \end_layout
23001
23002 \end_inset
23003
23004 p
23005 \end_layout
23006
23007 \end_inset
23008 </cell>
23009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23010 \begin_inset Text
23011
23012 \begin_layout Plain Layout
23013 q
23014 \end_layout
23015
23016 \end_inset
23017 </cell>
23018 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23019 \begin_inset Text
23020
23021 \begin_layout Plain Layout
23022 r
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 s
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051 t
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060 u
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 v
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 w
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 x
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 </row>
23093 </lyxtabular>
23094
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \begin_layout Standard
23106 \SpecialChar LyX
23107  ne gère pas de façon native les filets à lignes interrompues, vous devez
23108  donc employer du code \SpecialChar TeX
23109 .
23110  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23111  
23112 \series bold
23113 arydshln
23114 \series default
23115
23116 \begin_inset Index idx
23117 status collapsed
23118
23119 \begin_layout Plain Layout
23120 Paquetages \SpecialChar LaTeX
23121  ! arydshln
23122 \end_layout
23123
23124 \end_inset
23125
23126  dans le préambule du document avec la commande 
23127 \end_layout
23128
23129 \begin_layout Standard
23130
23131 \series bold
23132
23133 \backslash
23134 usepackage{arydshln}
23135 \end_layout
23136
23137 \begin_layout Standard
23138 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23139  
23140 \begin_inset Quotes fld
23141 \end_inset
23142
23143 :
23144 \begin_inset Quotes frd
23145 \end_inset
23146
23147  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23148  dans
23149  la fenêtre de dialogue de paramètre du tableau.
23150 \end_layout
23151
23152 \begin_layout Standard
23153 Pour un trait horizontal interrompu, ajoutez la commande
23154 \end_layout
23155
23156 \begin_layout Standard
23157
23158 \series bold
23159
23160 \backslash
23161 hdashline
23162 \end_layout
23163
23164 \begin_layout Standard
23165 en code \SpecialChar TeX
23166  comme premier élément de la première cellule de la ligne de tableau.
23167 \end_layout
23168
23169 \begin_layout Standard
23170 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23171  commande 
23172 \end_layout
23173
23174 \begin_layout Standard
23175
23176 \series bold
23177
23178 \backslash
23179 cdashline{
23180 \series default
23181 numéros de colonnes}
23182 \end_layout
23183
23184 \begin_layout Standard
23185 en code \SpecialChar TeX
23186  comme premier élément de la première cellule de la ligne.
23187  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23188  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23189 \end_layout
23190
23191 \begin_layout Standard
23192
23193 \series bold
23194
23195 \backslash
23196 cdashline{2-4}
23197 \end_layout
23198
23199 \begin_layout Standard
23200 comme premier élément de la première cellule de la ligne contenant la multi-colo
23201 nnes.
23202 \end_layout
23203
23204 \begin_layout Standard
23205 \begin_inset VSpace bigskip
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Standard
23212 Le tableau
23213 \begin_inset space ~
23214 \end_inset
23215
23216
23217 \begin_inset CommandInset ref
23218 LatexCommand ref
23219 reference "tab:Tableau-filets-tirets"
23220
23221 \end_inset
23222
23223  a été créé en utilisant 
23224 \begin_inset Quotes fld
23225 \end_inset
23226
23227
23228 \series bold
23229 :c
23230 \series default
23231
23232 \begin_inset Quotes frd
23233 \end_inset
23234
23235  comme paramètre \SpecialChar LaTeX
23236  pour la troisième colonne.
23237  La commande en code \SpecialChar TeX
23238  
23239 \series bold
23240
23241 \backslash
23242 hdashline
23243 \series default
23244  a été insérée dans la première cellule de la troisième ligne et la commande
23245  en code \SpecialChar TeX
23246  
23247 \series bold
23248
23249 \backslash
23250 cdashline{4-5}
23251 \series default
23252  a été insérée dans la première cellule de la quatrième ligne.
23253 \end_layout
23254
23255 \begin_layout Standard
23256 \begin_inset VSpace bigskip
23257 \end_inset
23258
23259 Les filets interrompus peuvent également colorés comme indiqué tableau
23260 \begin_inset space ~
23261 \end_inset
23262
23263
23264 \begin_inset CommandInset ref
23265 LatexCommand ref
23266 reference "tab:Colored-table-with"
23267
23268 \end_inset
23269
23270 .
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \begin_inset ERT
23275 status collapsed
23276
23277 \begin_layout Plain Layout
23278
23279
23280 \backslash
23281 setlength{
23282 \backslash
23283 arrayrulewidth}{1pt}
23284 \end_layout
23285
23286 \end_inset
23287
23288
23289 \begin_inset Note Note
23290 status collapsed
23291
23292 \begin_layout Plain Layout
23293 filets épaissis pour un meilleur affichage de la couleur du file
23294 \lang english
23295 t
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Standard
23304 \begin_inset ERT
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308
23309
23310 \backslash
23311 dashgapcolor{green}
23312 \end_layout
23313
23314 \end_inset
23315
23316
23317 \begin_inset Note Note
23318 status collapsed
23319
23320 \begin_layout Plain Layout
23321 espaces entre les tirets en vert
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \end_layout
23328
23329 \begin_layout Standard
23330 \begin_inset ERT
23331 status collapsed
23332
23333 \begin_layout Plain Layout
23334
23335
23336 \backslash
23337 let
23338 \backslash
23339 myHdashline
23340 \backslash
23341 hdashline
23342 \end_layout
23343
23344 \begin_layout Plain Layout
23345
23346
23347 \backslash
23348 renewcommand{
23349 \backslash
23350 hdashline}
23351 \end_layout
23352
23353 \begin_layout Plain Layout
23354
23355  {
23356 \backslash
23357 arrayrulecolor{red}
23358 \backslash
23359 myHdashline
23360 \backslash
23361 arrayrulecolor{black}}
23362 \end_layout
23363
23364 \end_inset
23365
23366
23367 \begin_inset Note Note
23368 status collapsed
23369
23370 \begin_layout Plain Layout
23371 filets interrompus horizontaux en rouge
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \begin_layout Standard
23380 \begin_inset ERT
23381 status collapsed
23382
23383 \begin_layout Plain Layout
23384
23385
23386 \backslash
23387 let
23388 \backslash
23389 myCdashline
23390 \backslash
23391 cdashline
23392 \end_layout
23393
23394 \begin_layout Plain Layout
23395
23396
23397 \backslash
23398 renewcommand{
23399 \backslash
23400 cdashline}[1]
23401 \end_layout
23402
23403 \begin_layout Plain Layout
23404
23405  {
23406 \backslash
23407 arrayrulecolor{yellow}
23408 \backslash
23409 myCdashline{#1}
23410 \backslash
23411 arrayrulecolor{black}}
23412 \end_layout
23413
23414 \end_inset
23415
23416
23417 \begin_inset Note Note
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421 filets interrompus horizontaux en jaune, partiellement
23422 \end_layout
23423
23424 \end_inset
23425
23426
23427 \end_layout
23428
23429 \begin_layout Standard
23430 \begin_inset Float table
23431 placement h
23432 wide false
23433 sideways false
23434 status open
23435
23436 \begin_layout Plain Layout
23437 \begin_inset Caption Standard
23438
23439 \begin_layout Plain Layout
23440 \begin_inset CommandInset label
23441 LatexCommand label
23442 name "tab:Colored-table-with"
23443
23444 \end_inset
23445
23446 Tableau coloré avec filets interropus
23447 \end_layout
23448
23449 \end_inset
23450
23451
23452 \end_layout
23453
23454 \begin_layout Plain Layout
23455 \align center
23456 \begin_inset Tabular
23457 <lyxtabular version="3" rows="5" columns="5">
23458 <features tabularvalignment="middle">
23459 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23460 <column alignment="center" valignment="top" width="0pt">
23461 <column alignment="center" valignment="top" width="0pt" special=":c">
23462 <column alignment="center" valignment="top">
23463 <column alignment="center" valignment="top">
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 a
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 b
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 <cell alignment="center" valignment="top" topline="true" usebox="none">
23484 \begin_inset Text
23485
23486 \begin_layout Plain Layout
23487 c
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 d
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 e
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 </row>
23511 <row>
23512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 f
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 g
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 <cell alignment="center" valignment="top" topline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534 h
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 i
23544 \end_layout
23545
23546 \end_inset
23547 </cell>
23548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23549 \begin_inset Text
23550
23551 \begin_layout Plain Layout
23552 j
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 \begin_inset ERT
23564 status collapsed
23565
23566 \begin_layout Plain Layout
23567
23568
23569 \backslash
23570 hdashline 
23571 \end_layout
23572
23573 \end_inset
23574
23575
23576 \begin_inset ERT
23577 status collapsed
23578
23579 \begin_layout Plain Layout
23580
23581
23582 \backslash
23583 rowcolor{Gray}
23584 \end_layout
23585
23586 \end_inset
23587
23588 k
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 l
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 <cell alignment="center" valignment="top" usebox="none">
23603 \begin_inset Text
23604
23605 \begin_layout Plain Layout
23606 m
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615 n
23616 \end_layout
23617
23618 \end_inset
23619 </cell>
23620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624 o
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 \begin_inset ERT
23636 status collapsed
23637
23638 \begin_layout Plain Layout
23639
23640
23641 \backslash
23642 cdashline{4-5}
23643 \end_layout
23644
23645 \end_inset
23646
23647 p
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 q
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 r
23666 \end_layout
23667
23668 \end_inset
23669 </cell>
23670 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674 s
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 t
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 u
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 v
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 w
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset ERT
23731 status collapsed
23732
23733 \begin_layout Plain Layout
23734
23735
23736 \backslash
23737 cellcolor{Maroon}
23738 \end_layout
23739
23740 \end_inset
23741
23742 i
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 </row>
23748 </lyxtabular>
23749
23750 \end_inset
23751
23752
23753 \end_layout
23754
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \begin_layout Standard
23761 \begin_inset ERT
23762 status collapsed
23763
23764 \begin_layout Plain Layout
23765
23766
23767 \backslash
23768 renewcommand{
23769 \backslash
23770 hdashline}{
23771 \backslash
23772 myHdashline}
23773 \end_layout
23774
23775 \end_inset
23776
23777
23778 \lang english
23779
23780 \begin_inset Note Note
23781 status collapsed
23782
23783 \begin_layout Plain Layout
23784 retour à la valeur implicite
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \begin_layout Standard
23793 \begin_inset ERT
23794 status collapsed
23795
23796 \begin_layout Plain Layout
23797
23798
23799 \backslash
23800 renewcommand{
23801 \backslash
23802 cdashline}{
23803 \backslash
23804 myCdashline}
23805 \end_layout
23806
23807 \end_inset
23808
23809
23810 \lang english
23811
23812 \begin_inset Note Note
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816 retour à la valeur implicite
23817 \end_layout
23818
23819 \end_inset
23820
23821
23822 \end_layout
23823
23824 \begin_layout Standard
23825 \begin_inset ERT
23826 status collapsed
23827
23828 \begin_layout Plain Layout
23829
23830
23831 \backslash
23832 nodashgapcolor
23833 \end_layout
23834
23835 \end_inset
23836
23837
23838 \lang english
23839
23840 \begin_inset Note Note
23841 status collapsed
23842
23843 \begin_layout Plain Layout
23844 retour à la valeur implicite
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \begin_layout Standard
23853 \begin_inset ERT
23854 status collapsed
23855
23856 \begin_layout Plain Layout
23857
23858
23859 \backslash
23860 setlength{
23861 \backslash
23862 arrayrulewidth}{0.4pt}
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \lang english
23869
23870 \begin_inset Note Note
23871 status collapsed
23872
23873 \begin_layout Plain Layout
23874 retour à la valeur implicite
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \begin_layout Standard
23883 La coloration des lignes, des colonnes et des filets fonctionne comme il
23884  est décrit section
23885 \begin_inset space ~
23886 \end_inset
23887
23888
23889 \begin_inset CommandInset ref
23890 LatexCommand ref
23891 reference "sec:Tableaux-Colorés"
23892
23893 \end_inset
23894
23895 .
23896  Coloret les filets horizontaux fonctionne de manière analogue comme il
23897  est décrit ici, il suffit de remplacer la commande 
23898 \series bold
23899
23900 \backslash
23901 myHlineC
23902 \series default
23903  par 
23904 \series bold
23905
23906 \backslash
23907 myHdashline
23908 \series default
23909  et la commande 
23910 \backslash
23911
23912 \series bold
23913 hlinepar
23914 \series default
23915  
23916 \series bold
23917
23918 \backslash
23919 hdashline
23920 \series default
23921 .
23922  On utilise donc les commandes:
23923 \end_layout
23924
23925 \begin_layout Standard
23926
23927 \series bold
23928
23929 \backslash
23930 let
23931 \backslash
23932 myHdashline
23933 \backslash
23934 hdashline
23935 \begin_inset Newline newline
23936 \end_inset
23937
23938
23939 \backslash
23940 renewcommand{
23941 \backslash
23942 hdashline}
23943 \begin_inset Newline newline
23944 \end_inset
23945
23946
23947 \begin_inset Phantom HPhantom
23948 status open
23949
23950 \begin_layout Plain Layout
23951 \begin_inset space ~
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958
23959 {
23960 \backslash
23961 arrayrulecolor{red}
23962 \backslash
23963 myHdashline
23964 \backslash
23965 arrayrulecolor{black}}
23966 \end_layout
23967
23968 \begin_layout Standard
23969 Pour colorer 
23970 \series bold
23971
23972 \backslash
23973 cdashline
23974 \series default
23975 , la commande est:
23976 \end_layout
23977
23978 \begin_layout Standard
23979
23980 \series bold
23981
23982 \backslash
23983 let
23984 \backslash
23985 myCdashline
23986 \backslash
23987 cdashline
23988 \begin_inset Newline newline
23989 \end_inset
23990
23991
23992 \backslash
23993 renewcommand{
23994 \backslash
23995 cdashline}[1]
23996 \begin_inset Newline newline
23997 \end_inset
23998
23999
24000 \begin_inset Phantom HPhantom
24001 status open
24002
24003 \begin_layout Plain Layout
24004 \begin_inset space ~
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011
24012 {
24013 \backslash
24014 arrayrulecolor{red}
24015 \backslash
24016 myCdashline{#1}
24017 \backslash
24018 arrayrulecolor{black}}
24019 \end_layout
24020
24021 \begin_layout Standard
24022 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24023  code \SpecialChar TeX
24024  après le tableau,
24025 \end_layout
24026
24027 \begin_layout Standard
24028 pour 
24029 \series bold
24030
24031 \backslash
24032 hdashline:
24033 \end_layout
24034
24035 \begin_layout Standard
24036
24037 \series bold
24038
24039 \backslash
24040 renewcommand{
24041 \backslash
24042 hdashline}{
24043 \backslash
24044 myHdashline}
24045 \end_layout
24046
24047 \begin_layout Standard
24048 et pour 
24049 \series bold
24050
24051 \backslash
24052 cdashline
24053 \end_layout
24054
24055 \begin_layout Standard
24056
24057 \series bold
24058
24059 \backslash
24060 renewcommand{
24061 \backslash
24062 cdashline}{
24063 \backslash
24064 myCdashline}
24065 \end_layout
24066
24067 \begin_layout Standard
24068 Pour colorer les espaces entre les tirets la commande
24069 \end_layout
24070
24071 \begin_layout Standard
24072
24073 \series bold
24074
24075 \backslash
24076 dashgapcolor{couleur}
24077 \end_layout
24078
24079 \begin_layout Standard
24080 peut être insérée en code \SpecialChar TeX
24081  avant un tableau.
24082  
24083 \series bold
24084 couleur
24085 \series default
24086  est ici le nom d'une couleur définie précédemment.
24087  La commande
24088 \end_layout
24089
24090 \begin_layout Standard
24091
24092 \series bold
24093
24094 \backslash
24095 nodashgapcolor
24096 \end_layout
24097
24098 \begin_layout Standard
24099 annule les changements induits par 
24100 \series bold
24101
24102 \backslash
24103 dashgapcolor
24104 \series default
24105 .
24106 \end_layout
24107
24108 \begin_layout Standard
24109 \begin_inset Note Greyedout
24110 status open
24111
24112 \begin_layout Plain Layout
24113
24114 \series bold
24115 Not
24116 \series default
24117 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24118  de 
24119 \series bold
24120 arydshln
24121 \series default
24122  en premier.
24123  Donc dans la cellule 
24124 \emph on
24125 k
24126 \emph default
24127  du tableau
24128 \begin_inset space ~
24129 \end_inset
24130
24131
24132 \begin_inset CommandInset ref
24133 LatexCommand ref
24134 reference "tab:Colored-table-with"
24135
24136 \end_inset
24137
24138  , la commande 
24139 \series bold
24140
24141 \backslash
24142 hdashline
24143 \series default
24144  est placée avant 
24145 \series bold
24146
24147 \backslash
24148 rowcolor
24149 \series default
24150 .
24151 \end_layout
24152
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \begin_layout Standard
24159 \begin_inset Note Greyedout
24160 status open
24161
24162 \begin_layout Plain Layout
24163
24164 \series bold
24165 Nota:
24166 \series default
24167  le paquetage \SpecialChar LaTeX
24168  
24169 \series bold
24170 arydshln
24171 \series default
24172  doit être chargé dans le préambule 
24173 \emph on
24174 avant
24175 \emph default
24176  le paquetage 
24177 \series bold
24178 colortbl
24179 \series default
24180
24181 \begin_inset Index idx
24182 status collapsed
24183
24184 \begin_layout Plain Layout
24185 Paquetages \SpecialChar LaTeX
24186  ! colortbl
24187 \end_layout
24188
24189 \end_inset
24190
24191 .
24192 \end_layout
24193
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \begin_layout Standard
24200 \begin_inset ERT
24201 status collapsed
24202
24203 \begin_layout Plain Layout
24204
24205
24206 \backslash
24207 else
24208 \end_layout
24209
24210 \end_inset
24211
24212
24213 \begin_inset Note Note
24214 status open
24215
24216 \begin_layout Plain Layout
24217 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24218  
24219 \series bold
24220 arydshln
24221 \series default
24222  n'est pas installé :
24223 \end_layout
24224
24225 \end_inset
24226
24227
24228 \end_layout
24229
24230 \begin_layout Standard
24231 Vous devez installer le paquetage \SpecialChar LaTeX
24232  
24233 \series bold
24234 arydshln
24235 \series default
24236  pour voir le contenu des cette section dans la sortie imprimée.
24237 \end_layout
24238
24239 \begin_layout Standard
24240 \begin_inset ERT
24241 status collapsed
24242
24243 \begin_layout Plain Layout
24244
24245
24246 \backslash
24247 fi
24248 \end_layout
24249
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \begin_layout Standard
24256 Pour les détails concernant les filets colorés, voir la documentation du
24257  paquetage 
24258 \series bold
24259 arydshln
24260 \series default
24261
24262 \begin_inset CommandInset citation
24263 LatexCommand cite
24264 key "arydshln"
24265
24266 \end_inset
24267
24268 .
24269 \end_layout
24270
24271 \begin_layout Chapter
24272 Flottants
24273 \begin_inset CommandInset label
24274 LatexCommand label
24275 name "chap:Flottants"
24276
24277 \end_inset
24278
24279
24280 \begin_inset Index idx
24281 status collapsed
24282
24283 \begin_layout Plain Layout
24284 Flottants
24285 \end_layout
24286
24287 \end_inset
24288
24289
24290 \end_layout
24291
24292 \begin_layout Section
24293 Introduction
24294 \begin_inset CommandInset label
24295 LatexCommand label
24296 name "sec:Flottants-Introduction"
24297
24298 \end_inset
24299
24300
24301 \begin_inset Index idx
24302 status collapsed
24303
24304 \begin_layout Plain Layout
24305 Flottants ! Introduction
24306 \end_layout
24307
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \begin_layout Standard
24314 Un flottant est une portion de document, qui peut être associé à une étiquette
24315  et dont la position n'est pas fixée.
24316  Il peut 
24317 \begin_inset Quotes fld
24318 \end_inset
24319
24320 flotter
24321 \begin_inset Quotes frd
24322 \end_inset
24323
24324  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24325  plus approprié.
24326  Les 
24327 \family sans
24328 Notes
24329 \begin_inset space ~
24330 \end_inset
24331
24332 en
24333 \begin_inset space ~
24334 \end_inset
24335
24336 Bas
24337 \begin_inset space ~
24338 \end_inset
24339
24340 de
24341 \begin_inset space ~
24342 \end_inset
24343
24344 Page
24345 \family default
24346  et le 
24347 \family sans
24348 Notes
24349 \begin_inset space ~
24350 \end_inset
24351
24352 en
24353 \begin_inset space ~
24354 \end_inset
24355
24356 Marge
24357 \family default
24358  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24359  sur la page suivante quand il y a trop de notes sur la page courante.
24360 \end_layout
24361
24362 \begin_layout Standard
24363 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24364  très grande qualité.
24365  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24366  éviter des lignes blanches ou des pages sans texte.
24367  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24368  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24369  le texte.
24370  Les flottants sont donc numérotés.
24371  Les références croisées sont décrites dans la section
24372 \begin_inset space ~
24373 \end_inset
24374
24375
24376 \begin_inset CommandInset ref
24377 LatexCommand ref
24378 reference "sec:Referencer-les-Flottants"
24379
24380 \end_inset
24381
24382 .
24383 \end_layout
24384
24385 \begin_layout Standard
24386 Pour insérer un flottant, on utilise un des sous menus du menu 
24387 \family sans
24388 Insertion\SpecialChar menuseparator
24389 Flottant
24390 \family default
24391  (barre d'outils 
24392 \begin_inset Info
24393 type  "icon"
24394 arg   "float-insert figure"
24395 \end_inset
24396
24397  ou 
24398 \begin_inset Info
24399 type  "icon"
24400 arg   "float-insert table"
24401 \end_inset
24402
24403 ).
24404  Une boîte va être insérée dans votre document avec par exemple une étiquette
24405  du genre 
24406 \begin_inset Quotes fld
24407 \end_inset
24408
24409 Figure
24410 \begin_inset space ~
24411 \end_inset
24412
24413 #:
24414 \begin_inset Quotes frd
24415 \end_inset
24416
24417  (où # est un numéro).
24418  L'étiquette est automatiquement traduite dans la langue du document dans
24419  la sortie finale.
24420  Après l'étiquette vous pouvez insérer du texte comme légende.
24421  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24422  séparé, à l'intérieur du flottant.
24423  Vous trouverez plus de détails sur le positionnement des légendes dans
24424  la section
24425 \begin_inset space ~
24426 \end_inset
24427
24428
24429 \begin_inset CommandInset ref
24430 LatexCommand ref
24431 reference "sec:Placement-légende"
24432
24433 \end_inset
24434
24435 .
24436  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24437 , vous pouvez fermer
24438  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24439  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24440  Une boîte de flottant fermée ressemble à ceci : 
24441 \begin_inset Graphics
24442         filename clipart/floatQt4.png
24443         scale 60
24444
24445 \end_inset
24446
24447  – une case grise avec un texte rouge.
24448 \end_layout
24449
24450 \begin_layout Standard
24451 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24452  pour éviter des erreurs avec \SpecialChar LaTeX
24453 , quand le texte qui entoure le flottant est
24454  formaté de façon particulière.
24455 \end_layout
24456
24457 \begin_layout Section
24458 Les types de flottants
24459 \end_layout
24460
24461 \begin_layout Standard
24462 En plus des flottants de figures et de tableau qui sont décrits respectivement
24463  dans les sections
24464 \begin_inset space ~
24465 \end_inset
24466
24467
24468 \begin_inset CommandInset ref
24469 LatexCommand ref
24470 reference "sec:Figure-Floats"
24471
24472 \end_inset
24473
24474  et 
24475 \begin_inset CommandInset ref
24476 LatexCommand ref
24477 reference "sec:Table-Floats"
24478
24479 \end_inset
24480
24481 , \SpecialChar LyX
24482  offre aussi les types 
24483 \family sans
24484 Algorithme
24485 \family default
24486  et 
24487 \family sans
24488 Enrobage
24489 \family default
24490 .
24491  Ces derniers sont expliques dans la section
24492 \begin_inset space \thinspace{}
24493 \end_inset
24494
24495
24496 \begin_inset CommandInset ref
24497 LatexCommand ref
24498 reference "sec:Flottant-d'enrobage"
24499
24500 \end_inset
24501
24502 .
24503 \end_layout
24504
24505 \begin_layout Subsection
24506 Flottant d'algorithme
24507 \begin_inset Index idx
24508 status collapsed
24509
24510 \begin_layout Plain Layout
24511 Flottants ! Algorithmes
24512 \end_layout
24513
24514 \end_inset
24515
24516
24517 \end_layout
24518
24519 \begin_layout Standard
24520 \begin_inset Float algorithm
24521 placement h
24522 wide false
24523 sideways false
24524 status open
24525
24526 \begin_layout Plain Layout
24527 \begin_inset Caption Standard
24528
24529 \begin_layout Plain Layout
24530 \begin_inset CommandInset label
24531 LatexCommand label
24532 name "alg:Exemple-Flottant-Algorithme"
24533
24534 \end_inset
24535
24536 Exemple de flottant d'algorithme
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \begin_layout LyX-Code
24545 for I in 1..N loop
24546 \begin_inset Newline newline
24547 \end_inset
24548
24549  Sum:= Sum + A(I); /*comment*/
24550 \begin_inset Newline newline
24551 \end_inset
24552
24553 end loop
24554 \begin_inset VSpace -4mm
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \begin_layout Standard
24566 Ce type de flottant est inséré à l'aide du menu 
24567 \family sans
24568 Insertion\SpecialChar menuseparator
24569 Flottant\SpecialChar menuseparator
24570 Algorithme
24571 \family default
24572 .
24573  Il peut être utilisé pour des morceaux de code source ou des descriptions
24574  d'algorithmes et peut être utilisé comme une alternative au listing de
24575  code source qui est décrit au chapitre
24576 \begin_inset space ~
24577 \end_inset
24578
24579
24580 \begin_inset CommandInset ref
24581 LatexCommand ref
24582 reference "cha:Program-Code-Listings"
24583
24584 \end_inset
24585
24586 .
24587  Vous pouvez par exemple utiliser l'environnement Code
24588 \begin_inset space ~
24589 \end_inset
24590
24591 \SpecialChar LyX
24592  qui est décrit dans le 
24593 \emph on
24594 Guide
24595 \emph default
24596
24597 \begin_inset space ~
24598 \end_inset
24599
24600
24601 \emph on
24602 de
24603 \begin_inset space ~
24604 \end_inset
24605
24606 l'Utilisateur
24607 \emph default
24608  de \SpecialChar LyX
24609 .
24610  l'algorithme
24611 \begin_inset space ~
24612 \end_inset
24613
24614
24615 \begin_inset CommandInset ref
24616 LatexCommand ref
24617 reference "alg:Exemple-Flottant-Algorithme"
24618
24619 \end_inset
24620
24621  est un exemple de flottant d'algorithme où un espace vertical de -4
24622 \begin_inset space \thinspace{}
24623 \end_inset
24624
24625 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24626  soit placée exactement sous le texte de la dernière ligne.
24627 \end_layout
24628
24629 \begin_layout Standard
24630 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24631  du document.
24632  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24633 ent en ajoutant la ligne suivante dans le préambule de votre document :
24634 \end_layout
24635
24636 \begin_layout Standard
24637
24638 \series bold
24639
24640 \backslash
24641 floatname{algorithm}{votre
24642 \begin_inset space ~
24643 \end_inset
24644
24645 nom}
24646 \end_layout
24647
24648 \begin_layout Standard
24649
24650 \family sans
24651  votre
24652 \begin_inset space ~
24653 \end_inset
24654
24655 nom
24656 \family default
24657  est le mot 
24658 \begin_inset Quotes fld
24659 \end_inset
24660
24661
24662 \emph on
24663 algorithme
24664 \emph default
24665
24666 \begin_inset Quotes frd
24667 \end_inset
24668
24669  dans votre langue.
24670 \end_layout
24671
24672 \begin_layout Standard
24673 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24674 \family sans
24675 Insertion\SpecialChar menuseparator
24676 Listes
24677 \begin_inset space ~
24678 \end_inset
24679
24680 &
24681 \begin_inset space ~
24682 \end_inset
24683
24684 TdM\SpecialChar menuseparator
24685 Liste
24686 \begin_inset space ~
24687 \end_inset
24688
24689 des
24690 \begin_inset space ~
24691 \end_inset
24692
24693 algorithmes
24694 \family default
24695  si votre document est en la même langue que les menus de \SpecialChar LyX
24696 .
24697  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24698  en code \SpecialChar TeX
24699  à la place:
24700 \end_layout
24701
24702 \begin_layout Standard
24703
24704 \series bold
24705
24706 \backslash
24707 listof{algorithm}{votre
24708 \begin_inset space ~
24709 \end_inset
24710
24711 nom}
24712 \end_layout
24713
24714 \begin_layout Standard
24715 où 
24716 \family sans
24717 votre
24718 \begin_inset space ~
24719 \end_inset
24720
24721 nom
24722 \family default
24723  est la traduction de 
24724 \begin_inset Quotes fld
24725 \end_inset
24726
24727
24728 \emph on
24729 List of Algorithm
24730 \emph default
24731 s
24732 \begin_inset Quotes frd
24733 \end_inset
24734
24735  dans votre langue.
24736 \end_layout
24737
24738 \begin_layout Standard
24739 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24740  le schéma 
24741 \begin_inset Quotes fld
24742 \end_inset
24743
24744 chapitre.algorithme
24745 \begin_inset Quotes frd
24746 \end_inset
24747
24748  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24749  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24750  commande dans le préambule de votre document :
24751 \end_layout
24752
24753 \begin_layout Standard
24754
24755 \series bold
24756
24757 \backslash
24758 numberwithin{algorithm}{chapter}
24759 \end_layout
24760
24761 \begin_layout Standard
24762 Pour pouvoir utiliser la commande 
24763 \series bold
24764
24765 \backslash
24766 numberwithin
24767 \series default
24768 , activez l'option 
24769 \family sans
24770 Utiliser
24771 \begin_inset space ~
24772 \end_inset
24773
24774 le
24775 \begin_inset space ~
24776 \end_inset
24777
24778 paquetage
24779 \begin_inset space ~
24780 \end_inset
24781
24782 AMS
24783 \begin_inset space ~
24784 \end_inset
24785
24786 math
24787 \family default
24788  dans la rubrique 
24789 \family sans
24790 Options
24791 \begin_inset space ~
24792 \end_inset
24793
24794 des
24795 \begin_inset space ~
24796 \end_inset
24797
24798 Maths
24799 \family default
24800  de la fenêtre de dialogue 
24801 \family sans
24802 Paramètres
24803 \begin_inset space ~
24804 \end_inset
24805
24806 du
24807 \begin_inset space ~
24808 \end_inset
24809
24810 Document
24811 \family default
24812 .
24813 \end_layout
24814
24815 \begin_layout Section
24816 Numérotation des flottants
24817 \begin_inset Index idx
24818 status collapsed
24819
24820 \begin_layout Plain Layout
24821 Flottants ! Numérotation
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Standard
24830 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24831  ils se trouvent, soit en utilisant un format du genre 
24832 \begin_inset Quotes fld
24833 \end_inset
24834
24835 chapitre.numéro
24836 \begin_inset Quotes frd
24837 \end_inset
24838
24839  ou 
24840 \begin_inset Quotes fld
24841 \end_inset
24842
24843 section.numéro
24844 \begin_inset Quotes frd
24845 \end_inset
24846
24847 .
24848  Cela dépend de la classe de document utilisée.
24849 \end_layout
24850
24851 \begin_layout Standard
24852 Pour changer le format de la numérotation qui ne dépend pas de la section
24853  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24854  le préambule du document :
24855 \end_layout
24856
24857 \begin_layout Standard
24858
24859 \series bold
24860
24861 \backslash
24862 renewcommand{
24863 \backslash
24864 thetable}{
24865 \backslash
24866 roman{table}}
24867 \end_layout
24868
24869 \begin_layout Standard
24870
24871 \series bold
24872
24873 \backslash
24874 thetable
24875 \series default
24876  est la commande qui imprime le numéro du tableau, pour les figures, la
24877  commande serait 
24878 \series bold
24879
24880 \backslash
24881 thefigure
24882 \series default
24883 .
24884  La commande 
24885 \series bold
24886
24887 \backslash
24888 roman
24889 \series default
24890  utilisée dans la commande précédente, imprime le numéro du tableau sous
24891  forme de petits chiffres romains.
24892 \end_layout
24893
24894 \begin_layout Standard
24895 Pour changer le type de numérotation pour par exemple 
24896 \begin_inset Quotes fld
24897 \end_inset
24898
24899 sous-section.numéro
24900 \begin_inset Quotes frd
24901 \end_inset
24902
24903 , utilisez la commande suivante dans le préambule du document :
24904 \end_layout
24905
24906 \begin_layout Standard
24907
24908 \series bold
24909
24910 \backslash
24911 numberwithin{table}{subsection}
24912 \end_layout
24913
24914 \begin_layout Standard
24915 Pour pouvoir utiliser la commande 
24916 \series bold
24917
24918 \backslash
24919 numberwithin
24920 \series default
24921 , vous devez activer l'option 
24922 \family sans
24923 Utiliser
24924 \begin_inset space ~
24925 \end_inset
24926
24927 le
24928 \begin_inset space ~
24929 \end_inset
24930
24931 paquetage
24932 \begin_inset space ~
24933 \end_inset
24934
24935 maths
24936 \begin_inset space ~
24937 \end_inset
24938
24939 AMS
24940 \family default
24941  dans la rubrique 
24942 \family sans
24943 Options
24944 \begin_inset space ~
24945 \end_inset
24946
24947 des
24948 \begin_inset space ~
24949 \end_inset
24950
24951 Maths
24952 \family default
24953  de la fenêtre de dialogue 
24954 \family sans
24955 Paramètres
24956 \family default
24957  du document.
24958 \end_layout
24959
24960 \begin_layout Standard
24961 Veuillez aussi jeter un coup d'œil à la section
24962 \begin_inset space ~
24963 \end_inset
24964
24965
24966 \begin_inset CommandInset ref
24967 LatexCommand ref
24968 reference "subsec:Numerotation-notes-bas-de-page"
24969
24970 \end_inset
24971
24972  pour plus de détails et des notes importantes sur les commandes de numérotation.
24973 \end_layout
24974
24975 \begin_layout Section
24976 Faire référence à des flottants
24977 \begin_inset CommandInset label
24978 LatexCommand label
24979 name "sec:Referencer-les-Flottants"
24980
24981 \end_inset
24982
24983
24984 \begin_inset Index idx
24985 status collapsed
24986
24987 \begin_layout Plain Layout
24988 Flottants ! Références
24989 \end_layout
24990
24991 \end_inset
24992
24993
24994 \begin_inset Index idx
24995 status collapsed
24996
24997 \begin_layout Plain Layout
24998 References@Références ! à des Flottants 
24999 \end_layout
25000
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \begin_layout Standard
25007 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25008  en utilisant le menu 
25009 \family sans
25010 Insertion\SpecialChar menuseparator
25011 Étiquette
25012 \family default
25013  ou le bouton 
25014 \begin_inset Info
25015 type  "icon"
25016 arg   "label-insert"
25017 \end_inset
25018
25019  de la barre d'outils.
25020  Une boîte grise de ce genre : 
25021 \begin_inset Graphics
25022         filename clipart/labelQt4.png
25023         lyxscale 85
25024         scale 85
25025         scaleBeforeRotation
25026
25027 \end_inset
25028
25029  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25030  de saisir le texte de l'étiquette.
25031  \SpecialChar LyX
25032  propose comme texte pour l'étiquette les premiers mots de la légendes
25033  précédés d'un préfixe.
25034  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25035  préfixe sera 
25036 \begin_inset Quotes fld
25037 \end_inset
25038
25039
25040 \family sans
25041 fig:
25042 \family default
25043
25044 \begin_inset Quotes frd
25045 \end_inset
25046
25047 .
25048 \end_layout
25049
25050 \begin_layout Standard
25051 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25052  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25053 \family sans
25054 Insertion\SpecialChar menuseparator
25055 Référence
25056 \begin_inset space ~
25057 \end_inset
25058
25059 Croisée
25060 \family default
25061  ou le bouton 
25062 \begin_inset Info
25063 type  "icon"
25064 arg   "dialog-show-new-inset ref"
25065 \end_inset
25066
25067  de la barre d'outils.
25068  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25069  définies dans votre document.
25070  Si vous avez plusieurs documents \SpecialChar LyX
25071  ouverts, vous pouvez choisir celui que
25072  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25073  la fenêtre de dialogue.
25074  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25075  une.
25076  Une boîte grise de référence croisée comme celle-ci : 
25077 \begin_inset Graphics
25078         filename ../clipart/referenceQt4.png
25079         scale 85
25080         scaleBeforeRotation
25081
25082 \end_inset
25083
25084  va être insérée.
25085  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25086  de la référence croisée.
25087 \end_layout
25088
25089 \begin_layout Standard
25090 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25091  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25092  les deux.
25093  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25094  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25095  du numéro de la référence.
25096 \end_layout
25097
25098 \begin_layout Standard
25099 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25100  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25101  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25102  pas à vous en préoccuper.
25103 \end_layout
25104
25105 \begin_layout Standard
25106 Le bouton 
25107 \family sans
25108 Aller
25109 \begin_inset space ~
25110 \end_inset
25111
25112 à
25113 \begin_inset space ~
25114 \end_inset
25115
25116 l'étiquette
25117 \family default
25118  dans la fenêtre de référence croisée va positionner le curseur juste devant
25119  l'étiquette à laquelle on fait référence.
25120  Le nom du bouton bouton 
25121 \family sans
25122 Revenir
25123 \family default
25124  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25125 \end_layout
25126
25127 \begin_layout Subsection
25128 Formats de références croisées
25129 \begin_inset CommandInset label
25130 LatexCommand label
25131 name "subsec:Formats-Références-Croisées"
25132
25133 \end_inset
25134
25135
25136 \begin_inset Index idx
25137 status collapsed
25138
25139 \begin_layout Plain Layout
25140 References@Références ! Formats
25141 \end_layout
25142
25143 \end_inset
25144
25145
25146 \end_layout
25147
25148 \begin_layout Standard
25149 Il y a six types de références croisées :
25150 \end_layout
25151
25152 \begin_layout Description
25153 <référence>
25154 \begin_inset space ~
25155 \end_inset
25156
25157 : affiche le numéro de l'élément, c'est le choix implicite : 
25158 \begin_inset CommandInset ref
25159 LatexCommand ref
25160 reference "fig:Deux-images-déformées"
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Description
25168 (<référence>)
25169 \begin_inset space ~
25170 \end_inset
25171
25172 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25173  normalement pour faire référence à des formules mathématiques, en particulier
25174  quand le mot 
25175 \begin_inset Quotes fld
25176 \end_inset
25177
25178 Équation
25179 \begin_inset Quotes frd
25180 \end_inset
25181
25182  est omis : 
25183 \begin_inset CommandInset ref
25184 LatexCommand eqref
25185 reference "eq:Wgn"
25186
25187 \end_inset
25188
25189
25190 \end_layout
25191
25192 \begin_layout Description
25193 <page>
25194 \begin_inset space ~
25195 \end_inset
25196
25197 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25198 \begin_inset space ~
25199 \end_inset
25200
25201
25202 \begin_inset CommandInset ref
25203 LatexCommand pageref
25204 reference "fig:Deux-images-déformées"
25205
25206 \end_inset
25207
25208
25209 \end_layout
25210
25211 \begin_layout Description
25212 Sur
25213 \begin_inset space ~
25214 \end_inset
25215
25216 la
25217 \begin_inset space ~
25218 \end_inset
25219
25220 page
25221 \begin_inset space ~
25222 \end_inset
25223
25224 <page>
25225 \begin_inset space ~
25226 \end_inset
25227
25228 : affiche le mot 
25229 \begin_inset Quotes fld
25230 \end_inset
25231
25232 page
25233 \begin_inset Quotes frd
25234 \end_inset
25235
25236  suivi du numéro de la page sur laquelle se trouve l'élément : 
25237 \begin_inset CommandInset ref
25238 LatexCommand vpageref
25239 reference "fig:Deux-images-déformées"
25240
25241 \end_inset
25242
25243
25244 \end_layout
25245
25246 \begin_layout Description
25247 <référence>
25248 \begin_inset space ~
25249 \end_inset
25250
25251 page
25252 \begin_inset space ~
25253 \end_inset
25254
25255 <page>
25256 \begin_inset space ~
25257 \end_inset
25258
25259 : affiche le numéro de l'élément, le mot 
25260 \begin_inset Quotes fld
25261 \end_inset
25262
25263 page
25264 \begin_inset Quotes frd
25265 \end_inset
25266
25267  et le numéro de la page : 
25268 \begin_inset CommandInset ref
25269 LatexCommand vref
25270 reference "fig:Deux-images-déformées"
25271
25272 \end_inset
25273
25274
25275 \end_layout
25276
25277 \begin_layout Description
25278 Référence
25279 \begin_inset space ~
25280 \end_inset
25281
25282 mise
25283 \begin_inset space ~
25284 \end_inset
25285
25286 en
25287 \begin_inset space ~
25288 \end_inset
25289
25290 forme
25291 \begin_inset space ~
25292 \end_inset
25293
25294 : affiche une référence croisée qui définit son propre format.
25295 \begin_inset Newline newline
25296 \end_inset
25297
25298
25299 \begin_inset Note Greyedout
25300 status open
25301
25302 \begin_layout Plain Layout
25303
25304 \series bold
25305 Note:
25306 \series default
25307  Ce type de référence croisée n'est disponible que si vous avez installé
25308  le paquetage \SpecialChar LaTeX
25309  
25310 \series bold
25311 prettyref
25312 \series default
25313  ou 
25314 \series bold
25315 refstyle
25316 \series default
25317
25318 \begin_inset Index idx
25319 status collapsed
25320
25321 \begin_layout Plain Layout
25322 Paquetages \SpecialChar LaTeX
25323  ! prettyref
25324 \end_layout
25325
25326 \end_inset
25327
25328
25329 \begin_inset Index idx
25330 status collapsed
25331
25332 \begin_layout Plain Layout
25333 Paquetages \SpecialChar LaTeX
25334  ! refstyle
25335 \end_layout
25336
25337 \end_inset
25338
25339 .
25340 \end_layout
25341
25342 \end_inset
25343
25344
25345 \begin_inset Newline newline
25346 \end_inset
25347
25348 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25349  qui doit être utilisé pour cette fonction
25350  en utilisant l'option 
25351 \family sans
25352 Utiliser refstyle (à la place de prettyref) pour les références croisées
25353 \family default
25354  dans le menu 
25355 \family sans
25356 Document\SpecialChar menuseparator
25357 Paramètres\SpecialChar menuseparator
25358 Classe de document
25359 \family default
25360 .
25361  Le format est précisé en ajoutant la commande 
25362 \series bold
25363
25364 \backslash
25365 newrefformat
25366 \series default
25367  (prettyref) ou 
25368 \series bold
25369
25370 \backslash
25371 newref
25372 \series default
25373  (refstyle) au préambule du document.
25374  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25375  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25376 \begin_inset space ~
25377 \end_inset
25378
25379 :
25380 \begin_inset Newline newline
25381 \end_inset
25382
25383
25384 \series bold
25385
25386 \backslash
25387 newref{fig}{refcmd={Image sur la page 
25388 \backslash
25389 pageref{#1}}}
25390 \series default
25391
25392 \begin_inset Newline newline
25393 \end_inset
25394
25395 Pour plus d'information sur le format, jetez un œil sur la documentation
25396  du paquetage, 
25397 \begin_inset CommandInset citation
25398 LatexCommand cite
25399 key "prettyref,refstyle"
25400
25401 \end_inset
25402
25403 .
25404 \end_layout
25405
25406 \begin_layout Description
25407 Référence
25408 \begin_inset space ~
25409 \end_inset
25410
25411 textuelle: affiche la légende de la référence
25412 \begin_inset space ~
25413 \end_inset
25414
25415
25416 \begin_inset CommandInset ref
25417 LatexCommand nameref
25418 reference "fig:Deux-images-déformées"
25419
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426
25427 \family sans
25428 <page>
25429 \family default
25430  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25431  précédente, la même page ou la page suivante.
25432  Vous verrez par exemple un texte du genre 
25433 \begin_inset Quotes fld
25434 \end_inset
25435
25436
25437 \family sans
25438 sur cette page
25439 \family default
25440
25441 \begin_inset Quotes frd
25442 \end_inset
25443
25444  à la place.
25445  Le style 
25446 \family sans
25447 <référence>
25448 \begin_inset space ~
25449 \end_inset
25450
25451 page
25452 \begin_inset space ~
25453 \end_inset
25454
25455 <page> 
25456 \family default
25457 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25458  page.
25459 \end_layout
25460
25461 \begin_layout Standard
25462 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25463  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25464 .
25465  Vous choisissez une des six variétés de références dans le champ Format
25466  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25467  boîte de la référence croisée.
25468 \end_layout
25469
25470 \begin_layout Standard
25471 \begin_inset Note Greyedout
25472 status open
25473
25474 \begin_layout Plain Layout
25475
25476 \series bold
25477 Note:
25478 \series default
25479  L'utilisation du paquetage \SpecialChar LaTeX
25480  
25481 \series bold
25482 refstyle
25483 \series default
25484
25485 \begin_inset Index idx
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489 Paquetages \SpecialChar LaTeX
25490  ! refstyle
25491 \end_layout
25492
25493 \end_inset
25494
25495  est recommandée parce que 
25496 \series bold
25497 prettyref
25498 \series default
25499
25500 \begin_inset Index idx
25501 status collapsed
25502
25503 \begin_layout Plain Layout
25504 Paquetages \SpecialChar LaTeX
25505  ! prettyref
25506 \end_layout
25507
25508 \end_inset
25509
25510  ne connaît pas tous les raccourcis possibles pour les étiquettes
25511 \begin_inset Foot
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515 \begin_inset Quotes fld
25516 \end_inset
25517
25518 fig:
25519 \begin_inset Quotes frd
25520 \end_inset
25521
25522  est par exemple le raccourci \SpecialChar LyX
25523  pour les étiquettes dans les légendes de
25524  figures,.
25525 \end_layout
25526
25527 \end_inset
25528
25529  et n'est pas internationalisé.
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Subsection
25538 Nommage automatique des références croisées
25539 \begin_inset Index idx
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 References@Références ! Nommage automatique
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \end_layout
25550
25551 \begin_layout Standard
25552 Le paquetage \SpecialChar LaTeX
25553  
25554 \series bold
25555 hyperref
25556 \series default
25557
25558 \begin_inset Index idx
25559 status collapsed
25560
25561 \begin_layout Plain Layout
25562 Paquetages \SpecialChar LaTeX
25563  ! hyperref
25564 \end_layout
25565
25566 \end_inset
25567
25568
25569 \series bold
25570
25571 \series default
25572 qui est activé dans la rubrique 
25573 \family sans
25574 Propriétés du PDF
25575 \family default
25576  de la fenêtre de dialogue 
25577 \family sans
25578 Paramètres du document
25579 \family default
25580  fournit une fonction très utile pour automatiser la création des références
25581  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25582  une section).
25583  Par exemple pour vous éviter de devoir écrire le mot 
25584 \begin_inset Quotes fld
25585 \end_inset
25586
25587 Figure
25588 \begin_inset Quotes frd
25589 \end_inset
25590
25591  devant chaque référence à une figure.
25592  Pour profiter de ce nommage automatique des références croisées, vous devez
25593  activer 
25594 \series bold
25595 hyperref
25596 \series default
25597  et insérer la ligne suivante dans le préambule du document :
25598 \end_layout
25599
25600 \begin_layout Standard
25601
25602 \series bold
25603
25604 \backslash
25605 AtBeginDocument{
25606 \backslash
25607 renewcommand{
25608 \backslash
25609 ref}[1]{
25610 \backslash
25611 mbox{
25612 \backslash
25613 autoref{#1}}}}
25614 \end_layout
25615
25616 \begin_layout Standard
25617 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25618  défaut, par exemple vous préférez le nom 
25619 \begin_inset Quotes fld
25620 \end_inset
25621
25622 sec.
25623 \begin_inset Quotes frd
25624 \end_inset
25625
25626  plutôt que 
25627 \begin_inset Quotes fld
25628 \end_inset
25629
25630 section
25631 \begin_inset Quotes frd
25632 \end_inset
25633
25634 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25635 \end_layout
25636
25637 \begin_layout Standard
25638
25639 \series bold
25640
25641 \backslash
25642 addto
25643 \backslash
25644 extrasfrench{
25645 \backslash
25646 renewcommand{
25647 \backslash
25648 sectionautorefname}
25649 \begin_inset Newline newline
25650 \end_inset
25651
25652
25653 \begin_inset Phantom HPhantom
25654 status open
25655
25656 \begin_layout Plain Layout
25657
25658 \series bold
25659 \begin_inset space ~
25660 \end_inset
25661
25662
25663 \end_layout
25664
25665 \end_inset
25666
25667 {sec.
25668 \backslash
25669 negthinspace}}
25670 \end_layout
25671
25672 \begin_layout Standard
25673 Si vous utilisez une autre langue que le français, remplacez 
25674 \series bold
25675
25676 \backslash
25677 extrasfrench
25678 \series default
25679  par 
25680 \series bold
25681
25682 \backslash
25683 extras***
25684 \series default
25685 , où *** est le nom de la langue que vous utilisez.
25686
25687 \series bold
25688  
25689 \end_layout
25690
25691 \begin_layout Standard
25692 Pour avoir des noms automatiques, mais pas pour certains types de références,
25693  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25694 \end_layout
25695
25696 \begin_layout Standard
25697
25698 \series bold
25699
25700 \backslash
25701 addto
25702 \backslash
25703 extrasfrench{
25704 \backslash
25705 renewcommand*{
25706 \backslash
25707 equationautorefname}[1]{}}
25708 \end_layout
25709
25710 \begin_layout Standard
25711 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25712  de 
25713 \series bold
25714 hyperref
25715 \series default
25716  
25717 \begin_inset CommandInset citation
25718 LatexCommand cite
25719 key "hyperref"
25720
25721 \end_inset
25722
25723 .
25724 \end_layout
25725
25726 \begin_layout Standard
25727 \begin_inset Note Greyedout
25728 status open
25729
25730 \begin_layout Plain Layout
25731
25732 \series bold
25733 Note:
25734 \series default
25735  Le nommage automatique de références ne peut être utilisé si vous avez
25736  choisi le style de référence 
25737 \family sans
25738 Référence
25739 \begin_inset space ~
25740 \end_inset
25741
25742 mise
25743 \begin_inset space ~
25744 \end_inset
25745
25746 en
25747 \begin_inset space ~
25748 \end_inset
25749
25750 forme
25751 \family default
25752  décrit dans la section
25753 \begin_inset space ~
25754 \end_inset
25755
25756
25757 \begin_inset CommandInset ref
25758 LatexCommand ref
25759 reference "subsec:Formats-Références-Croisées"
25760
25761 \end_inset
25762
25763 .
25764 \end_layout
25765
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \begin_layout Standard
25772 Le manuel 
25773 \emph on
25774 Math
25775 \emph default
25776  est un exemple dans lequel on a utilisé le référencement automatique.
25777 \end_layout
25778
25779 \begin_layout Subsection
25780 Positionnement des références 
25781 \begin_inset CommandInset label
25782 LatexCommand label
25783 name "subsec:Reference-Position"
25784
25785 \end_inset
25786
25787
25788 \begin_inset Index idx
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792 References@Références ! Positionnement
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \begin_layout Standard
25801 Si vous utilisez le paquetage 
25802 \series bold
25803 hyperref, 
25804 \series default
25805 qui est activé dans la rubrique 
25806 \family sans
25807 Propriétés du PDF
25808 \family default
25809  de la fenêtre de dialogue 
25810 \family sans
25811 Paramètres du document,
25812 \family default
25813  pour lier vos références croisées dans la sortie finale, vous verrez que
25814  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25815  l'image.
25816  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25817  pourrez voir l'image sans faire défiler le texte.
25818  Ce problème vient du fait que le point d'ancrage de la référence se situe
25819  à l'endroit de l'étiquette.
25820  En utilisant le paquetage \SpecialChar LaTeX
25821  
25822 \series bold
25823 hypcap
25824 \series default
25825
25826 \begin_inset Index idx
25827 status collapsed
25828
25829 \begin_layout Plain Layout
25830 Paquetages \SpecialChar LaTeX
25831  ! hypcap
25832 \end_layout
25833
25834 \end_inset
25835
25836 , qui fait partie du paquetage \SpecialChar LaTeX
25837  
25838 \series bold
25839 oberdiek
25840 \series default
25841
25842 \begin_inset Index idx
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846 Paquetages \SpecialChar LaTeX
25847  ! oberdiek
25848 \end_layout
25849
25850 \end_inset
25851
25852 , le point d'ancrage d'un lien est place en haut du flottant.
25853  Pour utiliser cette fonction avec les flottants de figure, chargez 
25854 \series bold
25855 hypcap
25856 \series default
25857  dans l'entête du document avec la ligne
25858 \end_layout
25859
25860 \begin_layout Standard
25861
25862 \series bold
25863
25864 \backslash
25865 usepackage[figure]{hypcap}
25866 \end_layout
25867
25868 \begin_layout Standard
25869 Vous pouvez aussi utiliser 
25870 \series bold
25871 hypcap
25872 \series default
25873  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25874  raisons de stabilité.
25875  Pour plus d'information, jetez un coup d'œil au manuel d' 
25876 \series bold
25877 hypcap
25878 \series default
25879  
25880 \begin_inset CommandInset citation
25881 LatexCommand cite
25882 key "hypcap"
25883
25884 \end_inset
25885
25886 .
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset Note Greyedout
25891 status open
25892
25893 \begin_layout Plain Layout
25894
25895 \series bold
25896 Note:
25897 \series default
25898  
25899 \series bold
25900 hypcap
25901 \series default
25902  n'a aucun effet pour les références à des sous-figures.
25903 \end_layout
25904
25905 \end_inset
25906
25907
25908 \end_layout
25909
25910 \begin_layout Section
25911 Placement des flottants
25912 \begin_inset CommandInset label
25913 LatexCommand label
25914 name "sec:Placement-flottants"
25915
25916 \end_inset
25917
25918
25919 \begin_inset Index idx
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923 Flottants ! Placement
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Standard
25932 En faisant un clic droit sur la boîte d'un flottant et 
25933 \lang english
25934 clicking on 
25935 \family sans
25936 Settings
25937 \family default
25938 \lang french
25939  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25940  paramètres de placement que \SpecialChar LaTeX
25941  utilise pour déterminer où placer le flottant.
25942 \begin_inset Newline newline
25943 \end_inset
25944
25945 L'option 
25946 \family sans
25947 Plusieurs
25948 \begin_inset space ~
25949 \end_inset
25950
25951 colonnes
25952 \family default
25953  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25954  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25955  confiné sur une seule colonne.
25956 \begin_inset Newline newline
25957 \end_inset
25958
25959 L'option 
25960 \family sans
25961 Rotation
25962 \begin_inset space ~
25963 \end_inset
25964
25965 90°
25966 \family default
25967  est utilisée pour faire tourner les flottants, voyez la section
25968 \begin_inset space ~
25969 \end_inset
25970
25971
25972 \begin_inset CommandInset ref
25973 LatexCommand ref
25974 reference "sec:Flottants-renversés"
25975
25976 \end_inset
25977
25978 .
25979 \end_layout
25980
25981 \begin_layout Standard
25982 En désactivant l'option 
25983 \family sans
25984 Utilise
25985 \begin_inset space ~
25986 \end_inset
25987
25988 le
25989 \begin_inset space ~
25990 \end_inset
25991
25992 placement
25993 \begin_inset space ~
25994 \end_inset
25995
25996 par
25997 \begin_inset space ~
25998 \end_inset
25999
26000 défaut
26001 \family default
26002  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26003  le placement du flottant:
26004 \end_layout
26005
26006 \begin_layout Description
26007 Ici,
26008 \begin_inset space ~
26009 \end_inset
26010
26011 si
26012 \begin_inset space ~
26013 \end_inset
26014
26015 possible: essaie de placer le flottant à la position où il a été inséré
26016  dans \SpecialChar LyX
26017
26018 \end_layout
26019
26020 \begin_layout Description
26021 Haut
26022 \begin_inset space ~
26023 \end_inset
26024
26025 de
26026 \begin_inset space ~
26027 \end_inset
26028
26029 la
26030 \begin_inset space ~
26031 \end_inset
26032
26033 page: essaie de placer le flottant en haut de la page courante
26034 \end_layout
26035
26036 \begin_layout Description
26037 Bas
26038 \begin_inset space ~
26039 \end_inset
26040
26041 de
26042 \begin_inset space ~
26043 \end_inset
26044
26045 la
26046 \begin_inset space ~
26047 \end_inset
26048
26049 page: essaie de placer le flottant en bas de la page courante
26050 \end_layout
26051
26052 \begin_layout Description
26053 Page
26054 \begin_inset space ~
26055 \end_inset
26056
26057 de
26058 \begin_inset space ~
26059 \end_inset
26060
26061 flottants: essaie de placer le flottant sur une page à part, éventuellement
26062  avec d'autres flottants 
26063 \end_layout
26064
26065 \begin_layout Standard
26066 \SpecialChar LaTeX
26067  utilise
26068 \emph on
26069  toujours 
26070 \emph default
26071 les options dans l'ordre donné ci-dessus.
26072  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26073  va d'abord
26074  essayer 
26075 \family sans
26076 Ici
26077 \begin_inset space ~
26078 \end_inset
26079
26080 si
26081 \begin_inset space ~
26082 \end_inset
26083
26084 possible
26085 \family default
26086 , ensuite 
26087 \family sans
26088 Haut
26089 \begin_inset space ~
26090 \end_inset
26091
26092 de
26093 \begin_inset space ~
26094 \end_inset
26095
26096 la
26097 \begin_inset space ~
26098 \end_inset
26099
26100 page
26101 \family default
26102 , et ainsi de suite.
26103  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26104  va essayer les options
26105  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26106  Si aucune des quatre options de placement n'est possible, la procédure
26107  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26108 \end_layout
26109
26110 \begin_layout Standard
26111 Implicitement, chaque option a ses propres règles d'application:
26112 \end_layout
26113
26114 \begin_layout Standard
26115
26116 \family sans
26117 Haut
26118 \begin_inset space ~
26119 \end_inset
26120
26121 de
26122 \begin_inset space ~
26123 \end_inset
26124
26125 la
26126 \begin_inset space ~
26127 \end_inset
26128
26129 page
26130 \family default
26131  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26132  en haut de page (
26133 \series bold
26134
26135 \backslash
26136 topfraction
26137 \series default
26138 ).
26139 \end_layout
26140
26141 \begin_layout Standard
26142
26143 \family sans
26144 Bas
26145 \begin_inset space ~
26146 \end_inset
26147
26148 de
26149 \begin_inset space ~
26150 \end_inset
26151
26152 la
26153 \begin_inset space ~
26154 \end_inset
26155
26156 page
26157 \family default
26158  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26159  en bas de page (
26160 \series bold
26161
26162 \backslash
26163 bottomfraction
26164 \series default
26165 ).
26166 \end_layout
26167
26168 \begin_layout Standard
26169
26170 \family sans
26171 Page
26172 \begin_inset space ~
26173 \end_inset
26174
26175 de
26176 \begin_inset space ~
26177 \end_inset
26178
26179 flottants
26180 \family default
26181  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26182  si ils occupent plus de 50% de celle-ci (
26183 \series bold
26184
26185 \backslash
26186 floatpagefraction
26187 \series default
26188 ).
26189 \end_layout
26190
26191 \begin_layout Standard
26192 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26193  supplémentaire 
26194 \family sans
26195 Ignorer
26196 \begin_inset space ~
26197 \end_inset
26198
26199 les
26200 \begin_inset space ~
26201 \end_inset
26202
26203 règles
26204 \begin_inset space ~
26205 \end_inset
26206
26207 \SpecialChar LaTeX
26208
26209 \family default
26210 \lang english
26211 .
26212 \begin_inset Newline newline
26213 \end_inset
26214
26215
26216 \lang french
26217 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26218  qui sont données
26219  entre parenthèses après les descriptions des règles données ci-dessus.
26220  Par exemple, pour augmenter à 50
26221 \begin_inset space \thinspace{}
26222 \end_inset
26223
26224 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26225  trop petite, ajoutez cette ligne au préambule de votre document :
26226 \end_layout
26227
26228 \begin_layout Standard
26229
26230 \series bold
26231
26232 \backslash
26233 renewcommand{
26234 \backslash
26235 bottomfraction}{0.5}
26236 \end_layout
26237
26238 \begin_layout Standard
26239 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26240  exactement à l'endroit où vous l'avez inséré.
26241  dans ce cas utilisez l'option 
26242 \family sans
26243 Ici
26244 \begin_inset space ~
26245 \end_inset
26246
26247 à
26248 \begin_inset space ~
26249 \end_inset
26250
26251 tout
26252 \begin_inset space ~
26253 \end_inset
26254
26255 Prix
26256 \family default
26257 .
26258  Utilisez cette option le moins souvent possible et seulement quand le document
26259  est presque prêt à être imprimé.
26260  En effet, le flottant n'est plus capable de 
26261 \begin_inset Quotes fld
26262 \end_inset
26263
26264 flotter
26265 \begin_inset Quotes frd
26266 \end_inset
26267
26268 , ce qui peut perturber toutes les mises en page.
26269 \end_layout
26270
26271 \begin_layout Standard
26272 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26273  sont toujours entourés par le texte d'un paragraphe donné.
26274 \begin_inset VSpace bigskip
26275 \end_inset
26276
26277
26278 \end_layout
26279
26280 \begin_layout Standard
26281 On peut parfois se trouver dans la situation où un flottant est placé en
26282  haut d'une page alors que la section concernée ne commence qu'au milieu
26283  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26284  la section précédente.
26285  On peut utiliser la commande \SpecialChar LaTeX
26286  
26287 \series bold
26288
26289 \backslash
26290 suppressfloats
26291 \series default
26292  pour éviter ce cas.
26293  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26294  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26295  soit placé avant que la section commence.
26296  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26297  votre document :
26298 \end_layout
26299
26300 \begin_layout Standard
26301
26302 \series bold
26303
26304 \backslash
26305 let
26306 \backslash
26307 mySection
26308 \backslash
26309 section
26310 \begin_inset Newline newline
26311 \end_inset
26312
26313
26314 \backslash
26315 renewcommand{
26316 \backslash
26317 section}{
26318 \backslash
26319 suppressfloats[t]
26320 \backslash
26321 mySection}
26322 \end_layout
26323
26324 \begin_layout Standard
26325 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26326  comme les chapitres et les sous-sections.
26327  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26328  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26329  pourrait ensuite
26330  avoir du mal à trouver un positionnement correct.
26331 \end_layout
26332
26333 \begin_layout Standard
26334 \begin_inset VSpace bigskip
26335 \end_inset
26336
26337 Dans certains cas il est demandé de placer toutes les figures et tous les
26338  tableaux à la fin du document.
26339  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26340  
26341 \series bold
26342 endfloat
26343 \series default
26344
26345 \begin_inset Index idx
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349 Paquetages \SpecialChar LaTeX
26350  ! endfloat
26351 \end_layout
26352
26353 \end_inset
26354
26355  a été développé.
26356  Il met en effet tous les flottants de figures et de tableaux à la fin du
26357  document dans leurs propres sections.
26358  À la position d'origine du flottant, une indication textuelle du genre
26359  
26360 \begin_inset Quotes fld
26361 \end_inset
26362
26363
26364 \family sans
26365 [Figure
26366 \begin_inset space ~
26367 \end_inset
26368
26369 3.2 
26370 \lang english
26371 about here.
26372 \lang french
26373 ]
26374 \family default
26375
26376 \begin_inset Quotes frd
26377 \end_inset
26378
26379  est insérée.
26380  Le paquetage 
26381 \series bold
26382 endfloat
26383 \series default
26384  est chargé dans le préambule avec la ligne suivante 
26385 \end_layout
26386
26387 \begin_layout Standard
26388
26389 \series bold
26390
26391 \backslash
26392 usepackage[options]{endfloat}
26393 \end_layout
26394
26395 \begin_layout Standard
26396 Il y a aussi de nombreuses options de paquetage pour modifier le format
26397  des sections de figures ou de tableau qui sont créées.
26398  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26399  
26400 \series bold
26401 endfloa
26402 \series default
26403
26404 \begin_inset CommandInset citation
26405 LatexCommand cite
26406 key "endfloat"
26407
26408 \end_inset
26409
26410 .
26411 \begin_inset Newline newline
26412 \end_inset
26413
26414
26415 \begin_inset Note Greyedout
26416 status open
26417
26418 \begin_layout Plain Layout
26419
26420 \series bold
26421 Note: endfloat
26422 \series default
26423  ne fournit pas de traduction automatique de l'indication textuelle, vous
26424  devez donc le faire manuellement, voyez la section
26425 \begin_inset space ~
26426 \end_inset
26427
26428 4 de 
26429 \begin_inset CommandInset citation
26430 LatexCommand cite
26431 key "endfloat"
26432
26433 \end_inset
26434
26435 .
26436 \end_layout
26437
26438 \end_inset
26439
26440
26441 \begin_inset Newline newline
26442 \end_inset
26443
26444
26445 \begin_inset Note Greyedout
26446 status open
26447
26448 \begin_layout Plain Layout
26449
26450 \series bold
26451 Note:
26452 \series default
26453  Il y a actuellement un bug dans le paquetage 
26454 \series bold
26455 endfloat
26456 \series default
26457  quand la légende contient un 
26458 \begin_inset Quotes fld
26459 \end_inset
26460
26461 ß
26462 \begin_inset Quotes frd
26463 \end_inset
26464
26465  allemand.
26466  Utilisez dans ce cas la commande 
26467 \begin_inset Quotes fld
26468 \end_inset
26469
26470
26471 \series bold
26472
26473 \backslash
26474 ss
26475 \series default
26476
26477 \begin_inset Quotes frd
26478 \end_inset
26479
26480  en code \SpecialChar TeX
26481  à la place du 
26482 \begin_inset Quotes fld
26483 \end_inset
26484
26485 ß
26486 \begin_inset Quotes frd
26487 \end_inset
26488
26489 .
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \begin_layout Standard
26498 \begin_inset VSpace bigskip
26499 \end_inset
26500
26501 Pour plus d'information sur les manières de placer les flottants, jetez
26502  un coup d'œil aux livres sur \SpecialChar LaTeX
26503
26504 \begin_inset CommandInset citation
26505 LatexCommand cite
26506 key "latexcompanion,latexguide,latexbook"
26507
26508 \end_inset
26509
26510 .
26511 \end_layout
26512
26513 \begin_layout Section
26514 Flottants renversés
26515 \begin_inset CommandInset label
26516 LatexCommand label
26517 name "sec:Flottants-renversés"
26518
26519 \end_inset
26520
26521
26522 \begin_inset Index idx
26523 status collapsed
26524
26525 \begin_layout Plain Layout
26526 Flottants ! Renversés
26527 \end_layout
26528
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \begin_layout Standard
26535 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26536  tableaux très larges.
26537  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26538  un clic droit sur la boîte du flottant et utilisez l'option 
26539 \family sans
26540 Rotation
26541 \begin_inset space ~
26542 \end_inset
26543
26544 90°
26545 \family default
26546 .
26547 \end_layout
26548
26549 \begin_layout Standard
26550 Les flottants renversés sont systématiquement placés sur leur propre page
26551  ( ou colonne, si vous avez un document sur deux colonnes ).
26552  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26553  
26554 \family sans
26555 Plusieurs
26556 \begin_inset space ~
26557 \end_inset
26558
26559 colonnes
26560 \family default
26561  dans les paramètres du flottant.
26562  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26563  du côté de la marge externe.
26564  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26565  ajouter soit l'option 
26566 \series bold
26567 figuresleft
26568 \series default
26569  soit l'option 
26570 \series bold
26571 figuresright
26572 \series default
26573  aux options de la classe de document.
26574 \end_layout
26575
26576 \begin_layout Standard
26577 Faire référence à un flottant renversé se fait de la même manière que pour
26578  un flottant normal, la mise en forme de la légende est aussi identique
26579  : Le tableau
26580 \begin_inset space ~
26581 \end_inset
26582
26583
26584 \begin_inset CommandInset ref
26585 LatexCommand ref
26586 reference "tab:Tableau-pivoté"
26587
26588 \end_inset
26589
26590  est un exemple de flottant de tableau renversé.
26591 \end_layout
26592
26593 \begin_layout Standard
26594 \begin_inset Note Greyedout
26595 status open
26596
26597 \begin_layout Plain Layout
26598
26599 \series bold
26600 Note:
26601 \series default
26602  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26603  DVI.
26604 \end_layout
26605
26606 \end_inset
26607
26608
26609 \end_layout
26610
26611 \begin_layout Standard
26612 \begin_inset Float table
26613 wide false
26614 sideways true
26615 status open
26616
26617 \begin_layout Plain Layout
26618 \begin_inset Caption Standard
26619
26620 \begin_layout Plain Layout
26621 \begin_inset CommandInset label
26622 LatexCommand label
26623 name "tab:Tableau-pivoté"
26624
26625 \end_inset
26626
26627  Tableau pivoté
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Plain Layout
26636 \align center
26637 \begin_inset Tabular
26638 <lyxtabular version="3" rows="1" columns="5">
26639 <features tabularvalignment="middle">
26640 <column alignment="center" valignment="top">
26641 <column alignment="center" valignment="top">
26642 <column alignment="center" valignment="top">
26643 <column alignment="center" valignment="top">
26644 <column alignment="center" valignment="top">
26645 <row>
26646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26647 \begin_inset Text
26648
26649 \begin_layout Plain Layout
26650 test
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26656 \begin_inset Text
26657
26658 \begin_layout Plain Layout
26659 b
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26665 \begin_inset Text
26666
26667 \begin_layout Plain Layout
26668 c
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677 d
26678 \end_layout
26679
26680 \end_inset
26681 </cell>
26682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686 e
26687 \end_layout
26688
26689 \end_inset
26690 </cell>
26691 </row>
26692 </lyxtabular>
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \begin_layout Section
26705 Sous-flottants
26706 \begin_inset Index idx
26707 status collapsed
26708
26709 \begin_layout Plain Layout
26710 Flottants ! Sous-flottants
26711 \end_layout
26712
26713 \end_inset
26714
26715
26716 \end_layout
26717
26718 \begin_layout Standard
26719 Un exemple de sous-flottant : une figure composée de plusieurs images.
26720  On les crée en insérant un flottant dans un flottant existant.
26721  Le positionnement des sous-flottants peut être contrôlé comme pour les
26722  paragraphes comme on le voit avec les tableaux
26723 \begin_inset space ~
26724 \end_inset
26725
26726
26727 \begin_inset CommandInset ref
26728 LatexCommand ref
26729 reference "tab:Deux-sous-tableaux-cote-a-cote"
26730
26731 \end_inset
26732
26733  et 
26734 \begin_inset CommandInset ref
26735 LatexCommand ref
26736 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26737
26738 \end_inset
26739
26740 .
26741 \end_layout
26742
26743 \begin_layout Standard
26744 On fait référence à des sous-flottants comme on le ferait avec des flottants
26745  normaux : Les tableaux
26746 \begin_inset space ~
26747 \end_inset
26748
26749
26750 \begin_inset CommandInset ref
26751 LatexCommand ref
26752 reference "tab:Le-sous-tableau-a"
26753
26754 \end_inset
26755
26756  et 
26757 \begin_inset CommandInset ref
26758 LatexCommand ref
26759 reference "tab:Le-sous-tableau-b"
26760
26761 \end_inset
26762
26763  sont des sous-tableaux du tableau
26764 \begin_inset space ~
26765 \end_inset
26766
26767
26768 \begin_inset CommandInset ref
26769 LatexCommand ref
26770 reference "tab:Deux-sous-tableaux-cote-a-cote"
26771
26772 \end_inset
26773
26774 .
26775 \end_layout
26776
26777 \begin_layout Standard
26778 \begin_inset Float table
26779 wide false
26780 sideways false
26781 status open
26782
26783 \begin_layout Plain Layout
26784 \begin_inset Caption Standard
26785
26786 \begin_layout Plain Layout
26787 \begin_inset CommandInset label
26788 LatexCommand label
26789 name "tab:Deux-sous-tableaux-cote-a-cote"
26790
26791 \end_inset
26792
26793 Deux sous-tableaux placés côte-à-côte.
26794 \end_layout
26795
26796 \end_inset
26797
26798
26799 \end_layout
26800
26801 \begin_layout Plain Layout
26802 \align center
26803 \begin_inset space \hfill{}
26804 \end_inset
26805
26806
26807 \begin_inset Float table
26808 wide false
26809 sideways false
26810 status collapsed
26811
26812 \begin_layout Plain Layout
26813 \begin_inset Caption Standard
26814
26815 \begin_layout Plain Layout
26816 \begin_inset CommandInset label
26817 LatexCommand label
26818 name "tab:Le-sous-tableau-a"
26819
26820 \end_inset
26821
26822 Le sous-tableau a
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \begin_layout Plain Layout
26831 \align center
26832 \begin_inset Tabular
26833 <lyxtabular version="3" rows="1" columns="5">
26834 <features tabularvalignment="middle">
26835 <column alignment="center" valignment="top">
26836 <column alignment="center" valignment="top">
26837 <column alignment="center" valignment="top">
26838 <column alignment="center" valignment="top">
26839 <column alignment="center" valignment="top">
26840 <row>
26841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26842 \begin_inset Text
26843
26844 \begin_layout Plain Layout
26845 test
26846 \end_layout
26847
26848 \end_inset
26849 </cell>
26850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 b
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26860 \begin_inset Text
26861
26862 \begin_layout Plain Layout
26863 c
26864 \end_layout
26865
26866 \end_inset
26867 </cell>
26868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872 d
26873 \end_layout
26874
26875 \end_inset
26876 </cell>
26877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26878 \begin_inset Text
26879
26880 \begin_layout Plain Layout
26881 e
26882 \end_layout
26883
26884 \end_inset
26885 </cell>
26886 </row>
26887 </lyxtabular>
26888
26889 \end_inset
26890
26891
26892 \end_layout
26893
26894 \end_inset
26895
26896
26897 \begin_inset space \hfill{}
26898 \end_inset
26899
26900
26901 \begin_inset Float table
26902 wide false
26903 sideways false
26904 status collapsed
26905
26906 \begin_layout Plain Layout
26907 \begin_inset Caption Standard
26908
26909 \begin_layout Plain Layout
26910 \begin_inset CommandInset label
26911 LatexCommand label
26912 name "tab:Le-sous-tableau-b"
26913
26914 \end_inset
26915
26916 Le sous-tableau b.
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \begin_layout Plain Layout
26925 \align center
26926 \begin_inset Tabular
26927 <lyxtabular version="3" rows="1" columns="5">
26928 <features tabularvalignment="middle">
26929 <column alignment="center" valignment="top">
26930 <column alignment="center" valignment="top">
26931 <column alignment="center" valignment="top">
26932 <column alignment="center" valignment="top">
26933 <column alignment="center" valignment="top">
26934 <row>
26935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939 e
26940 \end_layout
26941
26942 \end_inset
26943 </cell>
26944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948 d
26949 \end_layout
26950
26951 \end_inset
26952 </cell>
26953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26954 \begin_inset Text
26955
26956 \begin_layout Plain Layout
26957 c
26958 \end_layout
26959
26960 \end_inset
26961 </cell>
26962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966 b
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 test
26976 \end_layout
26977
26978 \end_inset
26979 </cell>
26980 </row>
26981 </lyxtabular>
26982
26983 \end_inset
26984
26985
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \begin_inset space \hfill{}
26992 \end_inset
26993
26994
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \begin_layout Standard
27003 \begin_inset Float table
27004 wide false
27005 sideways false
27006 status open
27007
27008 \begin_layout Plain Layout
27009 \begin_inset Caption Standard
27010
27011 \begin_layout Plain Layout
27012 \begin_inset CommandInset label
27013 LatexCommand label
27014 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27015
27016 \end_inset
27017
27018 Deux sous-tableaux placés l'un sur l'autre.
27019  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27020 \end_layout
27021
27022 \end_inset
27023
27024
27025 \end_layout
27026
27027 \begin_layout Plain Layout
27028 \align center
27029 \begin_inset Float table
27030 wide false
27031 sideways false
27032 status collapsed
27033
27034 \begin_layout Plain Layout
27035 \begin_inset Caption Standard
27036
27037 \begin_layout Plain Layout
27038
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \end_layout
27045
27046 \begin_layout Plain Layout
27047 \align center
27048 \begin_inset Tabular
27049 <lyxtabular version="3" rows="1" columns="4">
27050 <features tabularvalignment="middle">
27051 <column alignment="center" valignment="top">
27052 <column alignment="center" valignment="top">
27053 <column alignment="center" valignment="top">
27054 <column alignment="center" valignment="top">
27055 <row>
27056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 test
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069 test
27070 \end_layout
27071
27072 \end_inset
27073 </cell>
27074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27075 \begin_inset Text
27076
27077 \begin_layout Plain Layout
27078 test
27079 \end_layout
27080
27081 \end_inset
27082 </cell>
27083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087 test
27088 \end_layout
27089
27090 \end_inset
27091 </cell>
27092 </row>
27093 </lyxtabular>
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \begin_layout Plain Layout
27106 \align center
27107 \begin_inset Float table
27108 wide false
27109 sideways false
27110 status collapsed
27111
27112 \begin_layout Plain Layout
27113 \begin_inset Caption Standard
27114
27115 \begin_layout Plain Layout
27116
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \begin_layout Plain Layout
27125 \align center
27126 \begin_inset Tabular
27127 <lyxtabular version="3" rows="1" columns="5">
27128 <features tabularvalignment="middle">
27129 <column alignment="center" valignment="top">
27130 <column alignment="center" valignment="top">
27131 <column alignment="center" valignment="top">
27132 <column alignment="center" valignment="top">
27133 <column alignment="center" valignment="top">
27134 <row>
27135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27136 \begin_inset Text
27137
27138 \begin_layout Plain Layout
27139 a
27140 \end_layout
27141
27142 \end_inset
27143 </cell>
27144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27145 \begin_inset Text
27146
27147 \begin_layout Plain Layout
27148 b
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27154 \begin_inset Text
27155
27156 \begin_layout Plain Layout
27157 c
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Plain Layout
27166 d
27167 \end_layout
27168
27169 \end_inset
27170 </cell>
27171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27172 \begin_inset Text
27173
27174 \begin_layout Plain Layout
27175 e
27176 \end_layout
27177
27178 \end_inset
27179 </cell>
27180 </row>
27181 </lyxtabular>
27182
27183 \end_inset
27184
27185
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \begin_layout Section
27199 Flottants côte-à-côte
27200 \begin_inset Index idx
27201 status collapsed
27202
27203 \begin_layout Plain Layout
27204 Flottants ! côte-à-côte
27205 \end_layout
27206
27207 \end_inset
27208
27209
27210 \end_layout
27211
27212 \begin_layout Standard
27213 Pour placer des flottants côte-à-côte, comme pour la figure
27214 \begin_inset space ~
27215 \end_inset
27216
27217
27218 \begin_inset CommandInset ref
27219 LatexCommand ref
27220 reference "fig:Flottant-gauche"
27221
27222 \end_inset
27223
27224  et 
27225 \begin_inset CommandInset ref
27226 LatexCommand ref
27227 reference "fig:Flottant-droit"
27228
27229 \end_inset
27230
27231 , on n'utilise 
27232 \emph on
27233 qu'un seul 
27234 \emph default
27235 flottant.
27236  On y insère deux boîtes de minipages.
27237 \begin_inset Foot
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241 Les minipages sont décrites dans la section
27242 \begin_inset space ~
27243 \end_inset
27244
27245
27246 \begin_inset CommandInset ref
27247 LatexCommand ref
27248 reference "sec:Minipages"
27249
27250 \end_inset
27251
27252 .
27253 \end_layout
27254
27255 \end_inset
27256
27257  La largeur est mise à 45
27258 \begin_inset space \thinspace{}
27259 \end_inset
27260
27261 -50
27262 \begin_inset space \thinspace{}
27263 \end_inset
27264
27265 column% et l'alignement de la boîte à 
27266 \family sans
27267 Bas
27268 \family default
27269  pour chaque minipage.
27270  Les boîtes minipages contiennent l'image et la légende exactement comme
27271  avec un flottant.
27272  La seule différence est que l'unité de longueur 
27273 \family sans
27274 Largeur
27275 \begin_inset space ~
27276 \end_inset
27277
27278 colonne
27279 \begin_inset space ~
27280 \end_inset
27281
27282 %
27283 \family default
27284  utilisée pour l'image est maintenant définie par rapport à la largeur des
27285  boîtes minipages.
27286 \end_layout
27287
27288 \begin_layout Standard
27289 \begin_inset Float figure
27290 wide false
27291 sideways false
27292 status open
27293
27294 \begin_layout Plain Layout
27295 \begin_inset Box Frameless
27296 position "b"
27297 hor_pos "c"
27298 has_inner_box 1
27299 inner_pos "t"
27300 use_parbox 0
27301 use_makebox 0
27302 width "45col%"
27303 special "none"
27304 height "1in"
27305 height_special "totalheight"
27306 thickness "0.4pt"
27307 separation "3pt"
27308 shadowsize "4pt"
27309 framecolor "black"
27310 backgroundcolor "none"
27311 status open
27312
27313 \begin_layout Plain Layout
27314 \align center
27315 \begin_inset Graphics
27316         filename ../clipart/mobius.eps
27317         lyxscale 50
27318         width 100col%
27319         scaleBeforeRotation
27320
27321 \end_inset
27322
27323
27324 \end_layout
27325
27326 \begin_layout Plain Layout
27327 \begin_inset Caption Standard
27328
27329 \begin_layout Plain Layout
27330 \begin_inset CommandInset label
27331 LatexCommand label
27332 name "fig:Flottant-gauche"
27333
27334 \end_inset
27335
27336 Flottant du côté gauche.
27337 \end_layout
27338
27339 \end_inset
27340
27341
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \begin_inset space \hfill{}
27348 \end_inset
27349
27350
27351 \begin_inset Box Frameless
27352 position "b"
27353 hor_pos "c"
27354 has_inner_box 1
27355 inner_pos "t"
27356 use_parbox 0
27357 use_makebox 0
27358 width "45col%"
27359 special "none"
27360 height "1in"
27361 height_special "totalheight"
27362 thickness "0.4pt"
27363 separation "3pt"
27364 shadowsize "4pt"
27365 framecolor "black"
27366 backgroundcolor "none"
27367 status open
27368
27369 \begin_layout Plain Layout
27370 \align center
27371 \begin_inset Graphics
27372         filename ../clipart/platypus.eps
27373         lyxscale 50
27374         width 100col%
27375         scaleBeforeRotation
27376
27377 \end_inset
27378
27379
27380 \end_layout
27381
27382 \begin_layout Plain Layout
27383 \begin_inset Caption Standard
27384
27385 \begin_layout Plain Layout
27386 \begin_inset CommandInset label
27387 LatexCommand label
27388 name "fig:Flottant-droit"
27389
27390 \end_inset
27391
27392 Flottant du côté droit.
27393 \end_layout
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \begin_layout Standard
27411 Une solution alternative plus simple consiste à utiliser le module 
27412 \family sans
27413 Minipages à largeur variable
27414 \family default
27415 , voir la section
27416 \begin_inset space \thinspace{}
27417 \end_inset
27418
27419
27420 \begin_inset CommandInset ref
27421 LatexCommand ref
27422 reference "sec:Minipages"
27423
27424 \end_inset
27425
27426 .
27427  Les minipages à largeur variable s’adaptent automatiquement à la largeur
27428  des figures et des tableaux.
27429  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
27430  améliorent l'alignement horizontal des figures.
27431  Le fichier du répertoire des exemples 
27432 \emph on
27433 varwidth-floats-side-by-side
27434 \emph default
27435  donnes des exemples d'utilisation du module.
27436 \end_layout
27437
27438 \begin_layout Section
27439 Mise en forme de la légende
27440 \begin_inset Index idx
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 Légende ! Mise en forme
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \begin_inset Index idx
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Flottants ! Mise en forme de la Légende
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \begin_inset CommandInset label
27461 LatexCommand label
27462 name "sec:Formatage-légende"
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Standard
27470 L'environnement 
27471 \family sans
27472 Légende
27473 \family default
27474  est l'environnement de paragraphe implicite pour les 
27475 \family sans
27476 flottants
27477 \family default
27478 .
27479  Dans la fenêtre de \SpecialChar LyX
27480  les légendes apparaissent comme une étiquette comme
27481  par exemple 
27482 \begin_inset Quotes fld
27483 \end_inset
27484
27485
27486 \family sans
27487 Figure #:
27488 \family default
27489
27490 \begin_inset Quotes frd
27491 \end_inset
27492
27493  suivi par le texte de la légende.
27494  Le 
27495 \begin_inset Quotes fld
27496 \end_inset
27497
27498 #
27499 \begin_inset Quotes frd
27500 \end_inset
27501
27502  étant remplacé par le numéro de référence réel.
27503  implicitement l'étiquette et le numéro sont dans la même police de caractères
27504  que le texte de la légende et deux points suivent le numéro pour séparer
27505  l'étiquette du texte.
27506  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27507 \end_layout
27508
27509 \begin_layout Standard
27510 Pour modifier le format implicite des légendes, il faut charger le paquetage
27511  \SpecialChar LaTeX
27512  
27513 \series bold
27514 caption
27515 \series default
27516
27517 \begin_inset Index idx
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 Paquetages \SpecialChar LaTeX
27522  ! caption
27523 \end_layout
27524
27525 \end_inset
27526
27527  dans le préambule de votre document avec la ligne suivante :
27528 \end_layout
27529
27530 \begin_layout Standard
27531
27532 \series bold
27533
27534 \backslash
27535 usepackage[format definition]{caption}
27536 \end_layout
27537
27538 \begin_layout Standard
27539 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27540  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27541  dans ce document, utilisez les commandes suivantes :
27542 \end_layout
27543
27544 \begin_layout Standard
27545
27546 \series bold
27547
27548 \backslash
27549 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27550 \end_layout
27551
27552 \begin_layout Standard
27553 Vous pouvez aussi définir des formats de légendes différents pour les différents
27554  types de flottants.
27555  Dans ce cas chargez le paquetage 
27556 \series bold
27557 caption 
27558 \series default
27559 sans option de format spécifique et définissez les différents formats à
27560  l'aide de la commande 
27561 \end_layout
27562
27563 \begin_layout Standard
27564
27565 \series bold
27566
27567 \backslash
27568 captionsetup[type de flottant]{définition du format}
27569 \end_layout
27570
27571 \begin_layout Standard
27572 dans le préambule du document.
27573  Par exemple les formats de légende de la Figure
27574 \begin_inset space ~
27575 \end_inset
27576
27577
27578 \begin_inset CommandInset ref
27579 LatexCommand ref
27580 reference "fig:Legende-de-fig"
27581
27582 \end_inset
27583
27584  et du Tableau
27585 \begin_inset space ~
27586 \end_inset
27587
27588
27589 \begin_inset CommandInset ref
27590 LatexCommand ref
27591 reference "tab:Légende-de-tab"
27592
27593 \end_inset
27594
27595  peuvent être créés en utilisant les commandes suivantes dans le préambule
27596  :
27597 \end_layout
27598
27599 \begin_layout Standard
27600
27601 \series bold
27602
27603 \backslash
27604 usepackage[tableposition=top]{caption}
27605 \series default
27606
27607 \begin_inset Newline newline
27608 \end_inset
27609
27610
27611 \series bold
27612
27613 \backslash
27614 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27615 \begin_inset Newline newline
27616 \end_inset
27617
27618
27619 \begin_inset Phantom HPhantom
27620 status open
27621
27622 \begin_layout Plain Layout
27623
27624 \series bold
27625
27626 \backslash
27627 captionsetup[figure]{
27628 \end_layout
27629
27630 \end_inset
27631
27632 labelsep=period}
27633 \begin_inset Newline newline
27634 \end_inset
27635
27636
27637 \backslash
27638 captionsetup[table]{labelfont={bf,sf}}
27639 \end_layout
27640
27641 \begin_layout Standard
27642 \begin_inset Note Greyedout
27643 status open
27644
27645 \begin_layout Plain Layout
27646
27647 \series bold
27648 Note:
27649 \series default
27650  L'option 
27651 \series bold
27652 tableposition=top
27653 \series default
27654  n'a pas d'effet quand on utilise un document de classe 
27655 \series bold
27656 KOMA-Script
27657 \series default
27658
27659 \begin_inset Index idx
27660 status collapsed
27661
27662 \begin_layout Plain Layout
27663 Paquetages \SpecialChar LaTeX
27664  ! KOMA-Script
27665 \end_layout
27666
27667 \end_inset
27668
27669 .
27670  Dans ce cas on doit utiliser l'option 
27671 \series bold
27672 captions=tableheading
27673 \series default
27674  de la classe de document.
27675 \end_layout
27676
27677 \end_inset
27678
27679
27680 \end_layout
27681
27682 \begin_layout Standard
27683 Pour plus d'information sur le paquetage 
27684 \series bold
27685 caption
27686 \series default
27687  nous vous renvoyons à sa documentation 
27688 \begin_inset CommandInset citation
27689 LatexCommand cite
27690 key "caption"
27691
27692 \end_inset
27693
27694 .
27695 \end_layout
27696
27697 \begin_layout Standard
27698 Pour changer le nom de l'étiquette, par exemple de 
27699 \begin_inset Quotes fld
27700 \end_inset
27701
27702 Figure
27703 \begin_inset Quotes frd
27704 \end_inset
27705
27706  à 
27707 \begin_inset Quotes fld
27708 \end_inset
27709
27710 Image
27711 \begin_inset Quotes frd
27712 \end_inset
27713
27714 , utilisez la commande suivante dans le préambule :
27715 \end_layout
27716
27717 \begin_layout Standard
27718
27719 \series bold
27720
27721 \backslash
27722 renewcommand{
27723 \backslash
27724 fnum@figure}{Image~
27725 \backslash
27726 thefigure}
27727 \end_layout
27728
27729 \begin_layout Standard
27730 où 
27731 \series bold
27732
27733 \backslash
27734 thefigure
27735 \series default
27736  insère le numéro de la figure et
27737 \series bold
27738  
27739 \begin_inset Quotes fld
27740 \end_inset
27741
27742 ~
27743 \series default
27744
27745 \begin_inset Quotes frd
27746 \end_inset
27747
27748  ajoute une espace insécable.
27749 \end_layout
27750
27751 \begin_layout Standard
27752 \begin_inset VSpace bigskip
27753 \end_inset
27754
27755 Si vous utilisez un document de classe 
27756 \series bold
27757 KOMA-Script
27758 \series default
27759
27760 \begin_inset Index idx
27761 status collapsed
27762
27763 \begin_layout Plain Layout
27764 Paquetages \SpecialChar LaTeX
27765  ! KOMA-Script
27766 \end_layout
27767
27768 \end_inset
27769
27770  (
27771 \family sans
27772 article (KOMA-Script)
27773 \family default
27774
27775 \family sans
27776 book (KOMA-Script)
27777 \family default
27778
27779 \family sans
27780 letter (KOMA-Script)
27781 \family default
27782 , ou 
27783 \family sans
27784 report (KOMA-Script)
27785 \family default
27786
27787 \begin_inset space \thinspace{}
27788 \end_inset
27789
27790 ), Vous pouvez utiliser la commande incorporée 
27791 \series bold
27792
27793 \backslash
27794 setkomafont 
27795 \series default
27796 du paquetage
27797 \series bold
27798  KOMA-Script 
27799 \series default
27800 à la place du paquetage
27801 \series bold
27802  caption.
27803  
27804 \series default
27805 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27806  suivante au préambule de votre document :
27807 \end_layout
27808
27809 \begin_layout Standard
27810
27811 \series bold
27812
27813 \backslash
27814 setkomafont{captionlabel}{
27815 \backslash
27816 bfseries}
27817 \end_layout
27818
27819 \begin_layout Standard
27820 Pour plus d'information au sujet de 
27821 \series bold
27822
27823 \backslash
27824 setkomafont
27825 \series default
27826  nous vous renvoyons à la documentation du paquetage 
27827 \series bold
27828 KOMA-Script
27829 \series default
27830  
27831 \begin_inset CommandInset citation
27832 LatexCommand cite
27833 key "KOMA-Script"
27834
27835 \end_inset
27836
27837 .
27838 \end_layout
27839
27840 \begin_layout Standard
27841 \begin_inset ERT
27842 status collapsed
27843
27844 \begin_layout Plain Layout
27845
27846
27847 \backslash
27848 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27849 }
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \begin_inset Note Note
27856 status open
27857
27858 \begin_layout Plain Layout
27859 Le format de la légende n'est modifié que pour cet exemple.
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \end_layout
27866
27867 \begin_layout Standard
27868 \begin_inset Float figure
27869 placement !p
27870 wide false
27871 sideways false
27872 status open
27873
27874 \begin_layout Plain Layout
27875 \align center
27876 \begin_inset Graphics
27877         filename ../clipart/mobius.eps
27878         lyxscale 50
27879         scale 50
27880         scaleBeforeRotation
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \begin_layout Plain Layout
27888 \begin_inset Caption Standard
27889
27890 \begin_layout Plain Layout
27891 \begin_inset CommandInset label
27892 LatexCommand label
27893 name "fig:Legende-de-fig"
27894
27895 \end_inset
27896
27897 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27898  pour montrer les différents types de formats de légendes.
27899  Ici on a utilisé un format de légende personnalisé.
27900 \end_layout
27901
27902 \end_inset
27903
27904
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \begin_layout Standard
27913 \begin_inset ERT
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917
27918
27919 \backslash
27920 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27921 on}
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \end_layout
27928
27929 \begin_layout Standard
27930 \begin_inset Float table
27931 placement !p
27932 wide false
27933 sideways false
27934 status open
27935
27936 \begin_layout Plain Layout
27937 \begin_inset Caption Standard
27938
27939 \begin_layout Plain Layout
27940 \begin_inset CommandInset label
27941 LatexCommand label
27942 name "tab:Légende-de-tab"
27943
27944 \end_inset
27945
27946 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27947  pour montrer les différents types de formats de légendes.
27948  Ici on a utilisé le format de légende implicite.
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Plain Layout
27957 \align center
27958 \begin_inset Tabular
27959 <lyxtabular version="3" rows="1" columns="5">
27960 <features tabularvalignment="middle">
27961 <column alignment="center" valignment="top">
27962 <column alignment="center" valignment="top">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <column alignment="center" valignment="top">
27966 <row>
27967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 a
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 b
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27986 \begin_inset Text
27987
27988 \begin_layout Plain Layout
27989 c
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Plain Layout
27998 d
27999 \end_layout
28000
28001 \end_inset
28002 </cell>
28003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28004 \begin_inset Text
28005
28006 \begin_layout Plain Layout
28007 e
28008 \end_layout
28009
28010 \end_inset
28011 </cell>
28012 </row>
28013 </lyxtabular>
28014
28015 \end_inset
28016
28017
28018 \end_layout
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Section
28026 Positionnement de la Légende
28027 \begin_inset Index idx
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 Légende ! Placement
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \begin_inset Index idx
28038 status collapsed
28039
28040 \begin_layout Plain Layout
28041 Flottants ! Placement de la légende
28042 \end_layout
28043
28044 \end_inset
28045
28046
28047 \begin_inset CommandInset label
28048 LatexCommand label
28049 name "sec:Placement-légende"
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \begin_layout Standard
28057 La règle habituelle pour placer la légende est :
28058 \end_layout
28059
28060 \begin_layout Description
28061 Figure
28062 \begin_inset space ~
28063 \end_inset
28064
28065 : La légende est placée en dessous de la figure
28066 \end_layout
28067
28068 \begin_layout Description
28069 Tableau
28070 \begin_inset space ~
28071 \end_inset
28072
28073 : La légende est placée au dessus du tableau
28074 \end_layout
28075
28076 \begin_layout Standard
28077 Malheureusement les classes standard de \SpecialChar LaTeX
28078  ne gèrent pas les légendes au dessus
28079  des tableaux.
28080  Ce qui fait que si vous utilisez une des classes de document 
28081 \family sans
28082 article
28083 \family default
28084
28085 \family sans
28086 book
28087 \family default
28088
28089 \family sans
28090 letter
28091 \family default
28092 , ou 
28093 \family sans
28094 report
28095 \family default
28096  il n'y aura pas d'espace libre entre la légende et le tableau.
28097  Pour insérer l'espace nécessaire, 
28098 \lang english
28099 load
28100 \lang french
28101  le paquetage \SpecialChar LaTeX
28102  
28103 \series bold
28104 caption
28105 \series default
28106
28107 \begin_inset Index idx
28108 status collapsed
28109
28110 \begin_layout Plain Layout
28111 Paquetages \SpecialChar LaTeX
28112  ! caption
28113 \end_layout
28114
28115 \end_inset
28116
28117  dans le préambule de votre document avec l'option
28118 \begin_inset Foot
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122 Voir la section
28123 \begin_inset space ~
28124 \end_inset
28125
28126
28127 \begin_inset CommandInset ref
28128 LatexCommand ref
28129 reference "sec:Formatage-légende"
28130
28131 \end_inset
28132
28133  pour plus d'information sur le paquetage 
28134 \series bold
28135 caption
28136 \series default
28137 .
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146
28147 \series bold
28148 tableposition=top
28149 \end_layout
28150
28151 \begin_layout Standard
28152 Si vous utilisez une classe de document 
28153 \series bold
28154 KOMA-Script
28155 \series default
28156
28157 \begin_inset Index idx
28158 status collapsed
28159
28160 \begin_layout Plain Layout
28161 Paquetages \SpecialChar LaTeX
28162  ! KOMA-Script
28163 \end_layout
28164
28165 \end_inset
28166
28167  (
28168 \family sans
28169 article (KOMA-Script)
28170 \family default
28171
28172 \family sans
28173 book (KOMA-Script)
28174 \family default
28175
28176 \family sans
28177 letter (KOMA-Script)
28178 \family default
28179 , ou 
28180 \family sans
28181 report (KOMA-Script)
28182 \family default
28183
28184 \begin_inset space \thinspace{}
28185 \end_inset
28186
28187 ), vous pouvez utiliser à la place du paquetage 
28188 \series bold
28189 caption
28190 \series default
28191  l'option
28192 \end_layout
28193
28194 \begin_layout Standard
28195
28196 \series bold
28197 captions=tableheading
28198 \end_layout
28199
28200 \begin_layout Standard
28201 de la classe de document.
28202 \begin_inset Foot
28203 status open
28204
28205 \begin_layout Plain Layout
28206 Cette option est utilisée dans le document
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Standard
28215 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28216  le menu contextuel dans une légende avec un clic droit et indiquer si la
28217  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28218  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28219  pour certaines d'entre elles.
28220  Le tableau
28221 \begin_inset space ~
28222 \end_inset
28223
28224
28225 \begin_inset CommandInset ref
28226 LatexCommand ref
28227 reference "tab:A-caption-marked"
28228
28229 \end_inset
28230
28231  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28232  alors qu'elle est insérée au-dessus.
28233  Par comparaison, la légende du tableau
28234 \begin_inset space ~
28235 \end_inset
28236
28237
28238 \begin_inset CommandInset ref
28239 LatexCommand ref
28240 reference "tab:A-standard-table"
28241
28242 \end_inset
28243
28244  n'est pas repositionnée.
28245 \end_layout
28246
28247 \begin_layout Standard
28248 \begin_inset Float table
28249 wide false
28250 sideways false
28251 status open
28252
28253 \begin_layout Plain Layout
28254 \begin_inset Caption Below
28255
28256 \begin_layout Plain Layout
28257 \begin_inset CommandInset label
28258 LatexCommand label
28259 name "tab:A-caption-marked"
28260
28261 \end_inset
28262
28263 Une légende positionnée sous le tableau par le menu contextuel
28264 \lang english
28265 .
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Plain Layout
28274 \align center
28275 \begin_inset Tabular
28276 <lyxtabular version="3" rows="3" columns="3">
28277 <features tabularvalignment="middle">
28278 <column alignment="center" valignment="top" width="0pt">
28279 <column alignment="center" valignment="top" width="0pt">
28280 <column alignment="center" valignment="top" width="0pt">
28281 <row>
28282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28283 \begin_inset Text
28284
28285 \begin_layout Plain Layout
28286 1
28287 \end_layout
28288
28289 \end_inset
28290 </cell>
28291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28292 \begin_inset Text
28293
28294 \begin_layout Plain Layout
28295 2
28296 \end_layout
28297
28298 \end_inset
28299 </cell>
28300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28301 \begin_inset Text
28302
28303 \begin_layout Plain Layout
28304 3
28305 \end_layout
28306
28307 \end_inset
28308 </cell>
28309 </row>
28310 <row>
28311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28312 \begin_inset Text
28313
28314 \begin_layout Plain Layout
28315 Jean
28316 \end_layout
28317
28318 \end_inset
28319 </cell>
28320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28321 \begin_inset Text
28322
28323 \begin_layout Plain Layout
28324 Marie
28325 \end_layout
28326
28327 \end_inset
28328 </cell>
28329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28330 \begin_inset Text
28331
28332 \begin_layout Plain Layout
28333 Pierre
28334 \end_layout
28335
28336 \end_inset
28337 </cell>
28338 </row>
28339 <row>
28340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28341 \begin_inset Text
28342
28343 \begin_layout Plain Layout
28344 \begin_inset Formula $\int x^{2}dx$
28345 \end_inset
28346
28347
28348 \end_layout
28349
28350 \end_inset
28351 </cell>
28352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28353 \begin_inset Text
28354
28355 \begin_layout Plain Layout
28356 \begin_inset Formula $\left[\begin{array}{cc}
28357 a & b\\
28358 c & d
28359 \end{array}\right]$
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28368 \begin_inset Text
28369
28370 \begin_layout Plain Layout
28371 \begin_inset Formula $1+1=2$
28372 \end_inset
28373
28374
28375 \end_layout
28376
28377 \end_inset
28378 </cell>
28379 </row>
28380 </lyxtabular>
28381
28382 \end_inset
28383
28384
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \begin_layout Standard
28393 \begin_inset Float table
28394 wide false
28395 sideways false
28396 status open
28397
28398 \begin_layout Plain Layout
28399 \begin_inset Caption Standard
28400
28401 \begin_layout Plain Layout
28402 \begin_inset CommandInset label
28403 LatexCommand label
28404 name "tab:A-standard-table"
28405
28406 \end_inset
28407
28408 Une légende de tableau standard
28409 \end_layout
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \begin_layout Plain Layout
28417 \align center
28418 \begin_inset Tabular
28419 <lyxtabular version="3" rows="3" columns="3">
28420 <features tabularvalignment="middle">
28421 <column alignment="center" valignment="top" width="0pt">
28422 <column alignment="center" valignment="top" width="0pt">
28423 <column alignment="center" valignment="top" width="0pt">
28424 <row>
28425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28426 \begin_inset Text
28427
28428 \begin_layout Plain Layout
28429 1
28430 \end_layout
28431
28432 \end_inset
28433 </cell>
28434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28435 \begin_inset Text
28436
28437 \begin_layout Plain Layout
28438 2
28439 \end_layout
28440
28441 \end_inset
28442 </cell>
28443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Plain Layout
28447 3
28448 \end_layout
28449
28450 \end_inset
28451 </cell>
28452 </row>
28453 <row>
28454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28455 \begin_inset Text
28456
28457 \begin_layout Plain Layout
28458 Jean
28459 \end_layout
28460
28461 \end_inset
28462 </cell>
28463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28464 \begin_inset Text
28465
28466 \begin_layout Plain Layout
28467 Marie
28468 \end_layout
28469
28470 \end_inset
28471 </cell>
28472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28473 \begin_inset Text
28474
28475 \begin_layout Plain Layout
28476 Pierre
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 </row>
28482 <row>
28483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28484 \begin_inset Text
28485
28486 \begin_layout Plain Layout
28487 \begin_inset Formula $\int x^{2}dx$
28488 \end_inset
28489
28490
28491 \end_layout
28492
28493 \end_inset
28494 </cell>
28495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499 \begin_inset Formula $\left[\begin{array}{cc}
28500 a & b\\
28501 c & d
28502 \end{array}\right]$
28503 \end_inset
28504
28505
28506 \end_layout
28507
28508 \end_inset
28509 </cell>
28510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28511 \begin_inset Text
28512
28513 \begin_layout Plain Layout
28514 \begin_inset Formula $1+1=2$
28515 \end_inset
28516
28517
28518 \end_layout
28519
28520 \end_inset
28521 </cell>
28522 </row>
28523 </lyxtabular>
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset VSpace bigskip
28537 \end_inset
28538
28539 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28540  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28541  
28542 \series bold
28543 sidecap
28544 \series default
28545
28546 \begin_inset Index idx
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550 Paquetages \SpecialChar LaTeX
28551  ! sidecap
28552 \end_layout
28553
28554 \end_inset
28555
28556  dans le préambule de votre document avec la ligne de commande suivante
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 usepackage[option]{sidecap}
28565 \end_layout
28566
28567 \begin_layout Standard
28568 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28569  extérieure – à droite sur les pages impaires et à gauche sur les pages
28570  paires.
28571  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28572  
28573 \series bold
28574 innercaption
28575 \series default
28576 .
28577  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28578  
28579 \series bold
28580 rightcaption
28581 \series default
28582  ou 
28583 \series bold
28584 leftcaption
28585 \series default
28586 .
28587 \end_layout
28588
28589 \begin_layout Standard
28590 \begin_inset ERT
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594
28595
28596 \backslash
28597 ifsidecap
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \begin_inset Note Note
28604 status open
28605
28606 \begin_layout Plain Layout
28607 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28608  
28609 \series bold
28610 sidecap
28611 \series default
28612  a été installé.
28613 \end_layout
28614
28615 \end_inset
28616
28617
28618 \end_layout
28619
28620 \begin_layout Standard
28621 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28622  ajouter ces commandes dans le préambule de votre document :
28623 \end_layout
28624
28625 \begin_layout Standard
28626 \noindent
28627 \begin_inset CommandInset line
28628 LatexCommand rule
28629 offset "0.5ex"
28630 width "100line%"
28631 height "1pt"
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \begin_layout Standard
28639
28640 \series bold
28641
28642 \backslash
28643 newcommand{
28644 \backslash
28645 TabBesBeg}[1][1.0]{%
28646 \begin_inset Newline newline
28647 \end_inset
28648
28649
28650 \begin_inset Phantom HPhantom
28651 status open
28652
28653 \begin_layout Plain Layout
28654 \begin_inset space ~
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \end_inset
28661
28662
28663 \backslash
28664 let
28665 \backslash
28666 MyTable
28667 \backslash
28668 table
28669 \begin_inset Newline newline
28670 \end_inset
28671
28672
28673 \begin_inset Phantom HPhantom
28674 status open
28675
28676 \begin_layout Plain Layout
28677
28678 \series medium
28679 \begin_inset space ~
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \end_inset
28686
28687
28688 \backslash
28689 let
28690 \backslash
28691 MyEndtable
28692 \backslash
28693 endtable
28694 \begin_inset Newline newline
28695 \end_inset
28696
28697
28698 \begin_inset Phantom HPhantom
28699 status open
28700
28701 \begin_layout Plain Layout
28702
28703 \series medium
28704 \begin_inset space ~
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \backslash
28714 renewenvironment{table}[1]{
28715 \backslash
28716 begin{SCtable}[#1]##1}{
28717 \backslash
28718 end{SCtable}}}
28719 \end_layout
28720
28721 \begin_layout Standard
28722
28723 \series bold
28724
28725 \backslash
28726 newcommand{
28727 \backslash
28728 TabBesEnd}{%
28729 \begin_inset Newline newline
28730 \end_inset
28731
28732
28733 \begin_inset Phantom HPhantom
28734 status open
28735
28736 \begin_layout Plain Layout
28737 \begin_inset space ~
28738 \end_inset
28739
28740
28741 \end_layout
28742
28743 \end_inset
28744
28745
28746 \backslash
28747 let
28748 \backslash
28749 table
28750 \backslash
28751 MyTable
28752 \begin_inset Newline newline
28753 \end_inset
28754
28755
28756 \begin_inset Phantom HPhantom
28757 status open
28758
28759 \begin_layout Plain Layout
28760 \begin_inset space ~
28761 \end_inset
28762
28763
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \backslash
28770 let
28771 \backslash
28772 endtable
28773 \backslash
28774 MyEndtable
28775 \end_layout
28776
28777 \begin_layout Standard
28778
28779 \series bold
28780
28781 \backslash
28782 newcommand{
28783 \backslash
28784 FigBesBeg}[1][1.0]{%
28785 \begin_inset Newline newline
28786 \end_inset
28787
28788
28789 \begin_inset Phantom HPhantom
28790 status open
28791
28792 \begin_layout Plain Layout
28793 \begin_inset space ~
28794 \end_inset
28795
28796
28797 \end_layout
28798
28799 \end_inset
28800
28801
28802 \backslash
28803 let
28804 \backslash
28805 MyFigure
28806 \backslash
28807 figure
28808 \begin_inset Newline newline
28809 \end_inset
28810
28811
28812 \begin_inset Phantom HPhantom
28813 status open
28814
28815 \begin_layout Plain Layout
28816 \begin_inset space ~
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \backslash
28826 let
28827 \backslash
28828 MyEndfigure
28829 \backslash
28830 endfigure
28831 \begin_inset Newline newline
28832 \end_inset
28833
28834
28835 \begin_inset Phantom HPhantom
28836 status open
28837
28838 \begin_layout Plain Layout
28839 \begin_inset space ~
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \end_inset
28846
28847
28848 \backslash
28849 renewenvironment{figure}[1]{
28850 \backslash
28851 begin{SCfigure}[#1]##1}{
28852 \backslash
28853 end{SCfigure}}}
28854 \end_layout
28855
28856 \begin_layout Standard
28857
28858 \series bold
28859
28860 \backslash
28861 newcommand{
28862 \backslash
28863 FigBesEnd}{%
28864 \begin_inset Newline newline
28865 \end_inset
28866
28867
28868 \begin_inset Phantom HPhantom
28869 status open
28870
28871 \begin_layout Plain Layout
28872 \begin_inset space ~
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \end_inset
28879
28880
28881 \backslash
28882 let
28883 \backslash
28884 figure
28885 \backslash
28886 MyFigure
28887 \begin_inset Newline newline
28888 \end_inset
28889
28890
28891 \begin_inset Phantom HPhantom
28892 status open
28893
28894 \begin_layout Plain Layout
28895 \begin_inset space ~
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \backslash
28905 let
28906 \backslash
28907 endfigure
28908 \backslash
28909 MyEndfigure}
28910 \end_layout
28911
28912 \begin_layout Standard
28913 \noindent
28914 \begin_inset CommandInset line
28915 LatexCommand rule
28916 offset "0.5ex"
28917 width "100line%"
28918 height "1pt"
28919
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \begin_layout Standard
28926 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28927  la légende se place sur le côté.
28928  Pour les flottants de figure, utilisez la commande
28929 \end_layout
28930
28931 \begin_layout Standard
28932
28933 \series bold
28934
28935 \backslash
28936 FigBesBeg
28937 \end_layout
28938
28939 \begin_layout Standard
28940 en code \SpecialChar TeX
28941  avant le flottant.
28942  Et insérez la commande
28943 \end_layout
28944
28945 \begin_layout Standard
28946
28947 \series bold
28948
28949 \backslash
28950 FigBesEnd
28951 \end_layout
28952
28953 \begin_layout Standard
28954 en code \SpecialChar TeX
28955  à l'endroit où vous voulez revenir à la définition originale du
28956  flottant.
28957 \end_layout
28958
28959 \begin_layout Standard
28960 Pour les flottants de tableau, utilisez les commandes correspondantes
28961 \end_layout
28962
28963 \begin_layout Standard
28964
28965 \series bold
28966
28967 \backslash
28968 TabBesBeg
28969 \series default
28970  et 
28971 \series bold
28972
28973 \backslash
28974 TabBesEnd
28975 \end_layout
28976
28977 \begin_layout Standard
28978 La figure
28979 \begin_inset space ~
28980 \end_inset
28981
28982
28983 \begin_inset CommandInset ref
28984 LatexCommand ref
28985 reference "fig:legende-a-coté-fig"
28986
28987 \end_inset
28988
28989  et le tableau
28990 \begin_inset space ~
28991 \end_inset
28992
28993
28994 \begin_inset CommandInset ref
28995 LatexCommand ref
28996 reference "tab:legende-à-coté-tableau"
28997
28998 \end_inset
28999
29000  sont des exemples où la légende a été mises sur le coté.
29001 \end_layout
29002
29003 \begin_layout Standard
29004 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29005  pour les flottants de tableau et vers le bas pour les flottants de figure.
29006  Pour changer ce comportement, vous pouvez utiliser les commandes
29007 \end_layout
29008
29009 \begin_layout Standard
29010
29011 \series bold
29012
29013 \backslash
29014 sidecaptionvpos{type flottant}{placement}
29015 \end_layout
29016
29017 \begin_layout Standard
29018 dans le préambule du document ou en code \SpecialChar TeX
29019  juste avant le flottant visé.
29020  Le type du flottant est soit 
29021 \family sans
29022 figure
29023 \family default
29024  soit 
29025 \family sans
29026 table
29027 \family default
29028 , le placement peut être 
29029 \begin_inset Quotes fld
29030 \end_inset
29031
29032
29033 \family sans
29034 t
29035 \family default
29036
29037 \begin_inset Quotes frd
29038 \end_inset
29039
29040  pour haut (top), 
29041 \begin_inset Quotes fld
29042 \end_inset
29043
29044
29045 \family sans
29046 c
29047 \family default
29048
29049 \begin_inset Quotes frd
29050 \end_inset
29051
29052
29053 \begin_inset Quotes erd
29054 \end_inset
29055
29056  pour centre (center), ou 
29057 \begin_inset Quotes fld
29058 \end_inset
29059
29060
29061 \family sans
29062 b
29063 \family default
29064
29065 \begin_inset Quotes frd
29066 \end_inset
29067
29068  pour bas (bottom).
29069  Pour que, par exemple, les légendes des flottants de figure soient centrés
29070  verticalement, utilisez la commande
29071 \end_layout
29072
29073 \begin_layout Standard
29074
29075 \series bold
29076
29077 \backslash
29078 sidecaptionvpos{figure}{c}
29079 \end_layout
29080
29081 \begin_layout Standard
29082 C'est ce qui a été utilisé pour la figure
29083 \begin_inset space ~
29084 \end_inset
29085
29086
29087 \begin_inset CommandInset ref
29088 LatexCommand ref
29089 reference "fig:legende-à-coté-fig-2"
29090
29091 \end_inset
29092
29093 .
29094 \end_layout
29095
29096 \begin_layout Standard
29097 \begin_inset VSpace medskip
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 La largeur de légende par défaut est celle de l'image ou du tableau.
29105  Pour des images ou des tableaux étroits, comme le tableau
29106 \begin_inset space ~
29107 \end_inset
29108
29109
29110 \begin_inset CommandInset ref
29111 LatexCommand ref
29112 reference "tab:legende-à-coté-tableau"
29113
29114 \end_inset
29115
29116 , cela donne des légendes trop étroites.
29117  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29118  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29119  La largeur de la légende sera automatiquement recalculée dans le cas où
29120  cette dernière déborderait dans la marge de la page ou de la colonne à
29121  cause de la largeur indiquée.
29122  Le 
29123 \emph on
29124 facteur 
29125 \emph default
29126 peut soit être donné comme argument pour 
29127 \series bold
29128
29129 \backslash
29130 FigBesBeg
29131 \series default
29132 :
29133 \end_layout
29134
29135 \begin_layout Standard
29136
29137 \series bold
29138
29139 \backslash
29140 FigBesBeg[facteur]
29141 \end_layout
29142
29143 \begin_layout Standard
29144 ou dans la définition de 
29145 \series bold
29146
29147 \backslash
29148 FigBesBeg 
29149 \series default
29150 en remplaçant le
29151 \series bold
29152  1.0 
29153 \series default
29154 par une autre valeur.
29155  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29156  façon implicite quand  
29157 \series bold
29158
29159 \backslash
29160 FigBesBeg
29161 \series default
29162  est utilisé sans argument.
29163  Pour le tableau
29164 \begin_inset space ~
29165 \end_inset
29166
29167
29168 \begin_inset CommandInset ref
29169 LatexCommand ref
29170 reference "tab:cap-beside-tab-wider"
29171
29172 \end_inset
29173
29174  on a utilisé 5 comme facteur.
29175 \end_layout
29176
29177 \begin_layout Standard
29178
29179 \lang english
29180 \begin_inset Note Greyedout
29181 status open
29182
29183 \begin_layout Plain Layout
29184
29185 \series bold
29186 Note:
29187 \series default
29188  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29189  utiliser l'option de placement, 
29190 \family sans
29191 Ici
29192 \begin_inset space ~
29193 \end_inset
29194
29195 à
29196 \begin_inset space ~
29197 \end_inset
29198
29199 tout
29200 \begin_inset space ~
29201 \end_inset
29202
29203 prix
29204 \family default
29205  parce qu'elle n'est pas gérée par 
29206 \series bold
29207 sidecap
29208 \series default
29209 .
29210 \end_layout
29211
29212 \end_inset
29213
29214
29215 \end_layout
29216
29217 \begin_layout Standard
29218 \begin_inset VSpace medskip
29219 \end_inset
29220
29221 Pour plus d'information sur le paquetage 
29222 \series bold
29223 sidecap
29224 \series default
29225  nous vous renvoyons à sa documentation 
29226 \begin_inset CommandInset citation
29227 LatexCommand cite
29228 key "sidecap"
29229
29230 \end_inset
29231
29232 .
29233 \end_layout
29234
29235 \begin_layout Standard
29236 \begin_inset Note Greyedout
29237 status open
29238
29239 \begin_layout Plain Layout
29240
29241 \series bold
29242 Note:
29243 \series default
29244  Le paquetage \SpecialChar LaTeX
29245  
29246 \series bold
29247 hypcap
29248 \series default
29249
29250 \begin_inset Index idx
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 Paquetages \SpecialChar LaTeX
29255  ! hypcap
29256 \end_layout
29257
29258 \end_inset
29259
29260 , qui est décrit dans la section
29261 \begin_inset space ~
29262 \end_inset
29263
29264
29265 \begin_inset CommandInset ref
29266 LatexCommand ref
29267 reference "subsec:Reference-Position"
29268
29269 \end_inset
29270
29271 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset ERT
29281 status collapsed
29282
29283 \begin_layout Plain Layout
29284
29285
29286 \backslash
29287 FigBesBeg 
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Standard
29296 \begin_inset Float figure
29297 wide false
29298 sideways false
29299 status open
29300
29301 \begin_layout Plain Layout
29302 \begin_inset Graphics
29303         filename ../clipart/escher-lsd.eps
29304         scale 75
29305         scaleBeforeRotation
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \begin_layout Plain Layout
29313 \begin_inset Caption Standard
29314
29315 \begin_layout Plain Layout
29316 \begin_inset CommandInset label
29317 LatexCommand label
29318 name "fig:legende-a-coté-fig"
29319
29320 \end_inset
29321
29322 Une légende à côté d'une figure.
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341
29342 \backslash
29343 FigBesEnd
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356
29357
29358 \backslash
29359 TabBesBeg 
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Standard
29368 \begin_inset Float table
29369 wide false
29370 sideways false
29371 status open
29372
29373 \begin_layout Plain Layout
29374 \begin_inset Caption Standard
29375
29376 \begin_layout Plain Layout
29377 \begin_inset CommandInset label
29378 LatexCommand label
29379 name "tab:legende-à-coté-tableau"
29380
29381 \end_inset
29382
29383 Une légende à côté d'un tableau.
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \end_layout
29390
29391 \begin_layout Plain Layout
29392 \begin_inset Tabular
29393 <lyxtabular version="3" rows="4" columns="5">
29394 <features tabularvalignment="middle">
29395 <column alignment="center" valignment="top">
29396 <column alignment="center" valignment="top">
29397 <column alignment="center" valignment="top">
29398 <column alignment="center" valignment="top">
29399 <column alignment="center" valignment="top">
29400 <row>
29401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29402 \begin_inset Text
29403
29404 \begin_layout Plain Layout
29405 a
29406 \end_layout
29407
29408 \end_inset
29409 </cell>
29410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29411 \begin_inset Text
29412
29413 \begin_layout Plain Layout
29414
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 b
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29438 \begin_inset Text
29439
29440 \begin_layout Plain Layout
29441 c
29442 \end_layout
29443
29444 \end_inset
29445 </cell>
29446 </row>
29447 <row>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 d
29462 \end_layout
29463
29464 \end_inset
29465 </cell>
29466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29467 \begin_inset Text
29468
29469 \begin_layout Plain Layout
29470
29471 \end_layout
29472
29473 \end_inset
29474 </cell>
29475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29476 \begin_inset Text
29477
29478 \begin_layout Plain Layout
29479 e
29480 \end_layout
29481
29482 \end_inset
29483 </cell>
29484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29485 \begin_inset Text
29486
29487 \begin_layout Plain Layout
29488
29489 \end_layout
29490
29491 \end_inset
29492 </cell>
29493 </row>
29494 <row>
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 f
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517 g
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Plain Layout
29526
29527 \end_layout
29528
29529 \end_inset
29530 </cell>
29531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29532 \begin_inset Text
29533
29534 \begin_layout Plain Layout
29535 h
29536 \end_layout
29537
29538 \end_inset
29539 </cell>
29540 </row>
29541 <row>
29542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29543 \begin_inset Text
29544
29545 \begin_layout Plain Layout
29546
29547 \end_layout
29548
29549 \end_inset
29550 </cell>
29551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555 i
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29570 \begin_inset Text
29571
29572 \begin_layout Plain Layout
29573 j
29574 \end_layout
29575
29576 \end_inset
29577 </cell>
29578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29579 \begin_inset Text
29580
29581 \begin_layout Plain Layout
29582
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 </row>
29588 </lyxtabular>
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 TabBesEnd
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622
29623 \backslash
29624 FigBesBeg 
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 sidecaptionvpos{figure}{c}
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \begin_inset Float figure
29647 wide false
29648 sideways false
29649 status open
29650
29651 \begin_layout Plain Layout
29652 \begin_inset Graphics
29653         filename ../clipart/escher-lsd.eps
29654         scale 75
29655         scaleBeforeRotation
29656
29657 \end_inset
29658
29659
29660 \end_layout
29661
29662 \begin_layout Plain Layout
29663 \begin_inset Caption Standard
29664
29665 \begin_layout Plain Layout
29666 \begin_inset CommandInset label
29667 LatexCommand label
29668 name "fig:legende-à-coté-fig-2"
29669
29670 \end_inset
29671
29672 Une légende centrée verticalement à côté d'une figure.
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 FigBesEnd
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \end_layout
29700
29701 \begin_layout Standard
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707
29708 \backslash
29709 TabBesBeg[5]
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset Float table
29719 wide false
29720 sideways false
29721 status open
29722
29723 \begin_layout Plain Layout
29724 \begin_inset Caption Standard
29725
29726 \begin_layout Plain Layout
29727
29728 \lang english
29729 \begin_inset CommandInset label
29730 LatexCommand label
29731 name "tab:cap-beside-tab-wider"
29732
29733 \end_inset
29734
29735 This is a caption is wider than the one in
29736 \lang french
29737  tableau
29738 \begin_inset space ~
29739 \end_inset
29740
29741
29742 \begin_inset CommandInset ref
29743 LatexCommand ref
29744 reference "tab:legende-à-coté-tableau"
29745
29746 \end_inset
29747
29748 .
29749 \end_layout
29750
29751 \end_inset
29752
29753
29754 \end_layout
29755
29756 \begin_layout Plain Layout
29757 \begin_inset Tabular
29758 <lyxtabular version="3" rows="4" columns="5">
29759 <features tabularvalignment="middle">
29760 <column alignment="center" valignment="top">
29761 <column alignment="center" valignment="top">
29762 <column alignment="center" valignment="top">
29763 <column alignment="center" valignment="top">
29764 <column alignment="center" valignment="top">
29765 <row>
29766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29767 \begin_inset Text
29768
29769 \begin_layout Plain Layout
29770 a
29771 \end_layout
29772
29773 \end_inset
29774 </cell>
29775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29776 \begin_inset Text
29777
29778 \begin_layout Plain Layout
29779
29780 \end_layout
29781
29782 \end_inset
29783 </cell>
29784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29785 \begin_inset Text
29786
29787 \begin_layout Plain Layout
29788 b
29789 \end_layout
29790
29791 \end_inset
29792 </cell>
29793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29794 \begin_inset Text
29795
29796 \begin_layout Plain Layout
29797
29798 \end_layout
29799
29800 \end_inset
29801 </cell>
29802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29803 \begin_inset Text
29804
29805 \begin_layout Plain Layout
29806 c
29807 \end_layout
29808
29809 \end_inset
29810 </cell>
29811 </row>
29812 <row>
29813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29814 \begin_inset Text
29815
29816 \begin_layout Plain Layout
29817
29818 \end_layout
29819
29820 \end_inset
29821 </cell>
29822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29823 \begin_inset Text
29824
29825 \begin_layout Plain Layout
29826 d
29827 \end_layout
29828
29829 \end_inset
29830 </cell>
29831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29832 \begin_inset Text
29833
29834 \begin_layout Plain Layout
29835
29836 \end_layout
29837
29838 \end_inset
29839 </cell>
29840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29841 \begin_inset Text
29842
29843 \begin_layout Plain Layout
29844 e
29845 \end_layout
29846
29847 \end_inset
29848 </cell>
29849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29850 \begin_inset Text
29851
29852 \begin_layout Plain Layout
29853
29854 \end_layout
29855
29856 \end_inset
29857 </cell>
29858 </row>
29859 <row>
29860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29861 \begin_inset Text
29862
29863 \begin_layout Plain Layout
29864 f
29865 \end_layout
29866
29867 \end_inset
29868 </cell>
29869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29870 \begin_inset Text
29871
29872 \begin_layout Plain Layout
29873
29874 \end_layout
29875
29876 \end_inset
29877 </cell>
29878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29879 \begin_inset Text
29880
29881 \begin_layout Plain Layout
29882 g
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29888 \begin_inset Text
29889
29890 \begin_layout Plain Layout
29891
29892 \end_layout
29893
29894 \end_inset
29895 </cell>
29896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29897 \begin_inset Text
29898
29899 \begin_layout Plain Layout
29900 h
29901 \end_layout
29902
29903 \end_inset
29904 </cell>
29905 </row>
29906 <row>
29907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29908 \begin_inset Text
29909
29910 \begin_layout Plain Layout
29911
29912 \end_layout
29913
29914 \end_inset
29915 </cell>
29916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29917 \begin_inset Text
29918
29919 \begin_layout Plain Layout
29920 i
29921 \end_layout
29922
29923 \end_inset
29924 </cell>
29925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Plain Layout
29929
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Plain Layout
29938 j
29939 \end_layout
29940
29941 \end_inset
29942 </cell>
29943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29944 \begin_inset Text
29945
29946 \begin_layout Plain Layout
29947
29948 \end_layout
29949
29950 \end_inset
29951 </cell>
29952 </row>
29953 </lyxtabular>
29954
29955 \end_inset
29956
29957
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 TabBesEnd
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \end_layout
29980
29981 \begin_layout Standard
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987
29988 \backslash
29989 else
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \begin_inset Note Note
29996 status open
29997
29998 \begin_layout Plain Layout
29999 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
30000  
30001 \series bold
30002 sidecap
30003 \series default
30004  n'est pas installé :
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 Vous devez installer le paquetage \SpecialChar LaTeX
30014  
30015 \series bold
30016 sidecap
30017 \series default
30018  pour voir la suite de cette section dans la sortie imprimée.
30019 \end_layout
30020
30021 \begin_layout Standard
30022 \begin_inset ERT
30023 status collapsed
30024
30025 \begin_layout Plain Layout
30026
30027
30028 \backslash
30029 fi
30030 \end_layout
30031
30032 \end_inset
30033
30034
30035 \end_layout
30036
30037 \begin_layout Section
30038 Les listes de flottants
30039 \begin_inset Index idx
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043 Flottants ! Listes de Flottants
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \begin_layout Standard
30052 De la même façon que la table des matières fait la liste des sections du
30053  document, il y a des listes pour tous les types de flottants, comme par
30054  exemple pour les figures du document.
30055  Vous pouvez les insérer en utilisant le menu 
30056 \family sans
30057 Insertion\SpecialChar menuseparator
30058 Listes
30059 \begin_inset space ~
30060 \end_inset
30061
30062 &
30063 \begin_inset space ~
30064 \end_inset
30065
30066 TdM
30067 \family default
30068 .
30069 \end_layout
30070
30071 \begin_layout Standard
30072 Les entrées de la liste sont la légende du flottant ou éventuellement le
30073  titre court, le numéro du flottant, et le numéro de la page où le flottant
30074  apparaît dans le document.
30075 \end_layout
30076
30077 \begin_layout Standard
30078 Vous trouverez à la fin de ce document une liste des figures et une liste
30079  des tableaux.
30080 \end_layout
30081
30082 \begin_layout Chapter
30083 Notes
30084 \end_layout
30085
30086 \begin_layout Section
30087 Les notes de \SpecialChar LyX
30088
30089 \begin_inset Index idx
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093 Notes ! Notes \SpecialChar LyX
30094  
30095 \end_layout
30096
30097 \end_inset
30098
30099
30100 \end_layout
30101
30102 \begin_layout Standard
30103 On peut insérer une note en utilisant le bouton 
30104 \begin_inset Info
30105 type  "icon"
30106 arg   "note-insert"
30107 \end_inset
30108
30109  de la barre d'outils ou avec le menu 
30110 \family sans
30111 Insertion\SpecialChar menuseparator
30112 Note
30113 \family default
30114 .
30115  Il y a trois types de notes :
30116 \end_layout
30117
30118 \begin_layout Description
30119 Note
30120 \begin_inset space ~
30121 \end_inset
30122
30123 \SpecialChar LyX
30124  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30125  La boîte de cette note ressemble à ceci :
30126 \begin_inset Newline newline
30127 \end_inset
30128
30129
30130 \begin_inset Newline newline
30131 \end_inset
30132
30133
30134 \begin_inset Graphics
30135         filename clipart/LyXNoteImageQt4.png
30136         display false
30137         scale 65
30138         scaleBeforeRotation
30139
30140 \end_inset
30141
30142  
30143 \begin_inset Note Note
30144 status open
30145
30146 \begin_layout Plain Layout
30147 Le texte de cette note n'apparaîtra pas à l'impression.
30148 \end_layout
30149
30150 \end_inset
30151
30152
30153 \end_layout
30154
30155 \begin_layout Description
30156 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30157  il est inséré comme un commentaire \SpecialChar LaTeX
30158  quand vous exportez votre document
30159  vers un fichier au format \SpecialChar LaTeX
30160  avec le menu 
30161 \family sans
30162 Fichier\SpecialChar menuseparator
30163 Exporter\SpecialChar menuseparator
30164 \SpecialChar LaTeX
30165  (pdflatex) / (plain)
30166 \family default
30167 .
30168  La boîte de cette note ressemble à ceci :
30169 \begin_inset Newline newline
30170 \end_inset
30171
30172
30173 \begin_inset Newline newline
30174 \end_inset
30175
30176
30177 \begin_inset Graphics
30178         filename clipart/CommentNoteImageQt4.png
30179         display false
30180         scale 55
30181         scaleBeforeRotation
30182
30183 \end_inset
30184
30185  
30186 \begin_inset Note Comment
30187 status open
30188
30189 \begin_layout Plain Layout
30190 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30191  \SpecialChar LaTeX
30192 .
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \end_layout
30199
30200 \begin_layout Description
30201 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30202  La boîte de cette note ressemble à ceci :
30203 \begin_inset Newline newline
30204 \end_inset
30205
30206
30207 \begin_inset Newline newline
30208 \end_inset
30209
30210
30211 \begin_inset Graphics
30212         filename clipart/GreyedOutNoteImageQt4.png
30213         lyxscale 80
30214         display false
30215         scale 55
30216         scaleBeforeRotation
30217
30218 \end_inset
30219
30220
30221 \begin_inset Newline newline
30222 \end_inset
30223
30224
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 renewenvironment{lyxgreyedout}
30233 \end_layout
30234
30235 \begin_layout Plain Layout
30236
30237 {
30238 \backslash
30239 textcolor[gray]{0.8}
30240 \backslash
30241 bgroup}{
30242 \backslash
30243 egroup}
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Note Greyedout
30250 status open
30251
30252 \begin_layout Plain Layout
30253 Le texte
30254 \begin_inset Foot
30255 status collapsed
30256
30257 \begin_layout Plain Layout
30258 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30259  grisé.
30260  
30261 \end_layout
30262
30263 \end_inset
30264
30265  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \begin_inset ERT
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275
30276
30277 \backslash
30278 renewenvironment{lyxgreyedout}
30279 \end_layout
30280
30281 \begin_layout Plain Layout
30282
30283 {
30284 \backslash
30285 textcolor{blue}
30286 \backslash
30287 bgroup}{
30288 \backslash
30289 egroup}
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \begin_inset Note Note
30296 status collapsed
30297
30298 \begin_layout Plain Layout
30299 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30300  originale qu'elle a dans \SpecialChar LyX
30301 .
30302  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30303  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30304 \end_layout
30305
30306 \end_inset
30307
30308
30309 \begin_inset Newline newline
30310 \end_inset
30311
30312
30313 \begin_inset Newline newline
30314 \end_inset
30315
30316 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30317  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30318 \end_layout
30319
30320 \begin_layout Standard
30321 \begin_inset VSpace bigskip
30322 \end_inset
30323
30324 Quand vous utilisez le bouton 
30325 \begin_inset Info
30326 type  "icon"
30327 arg   "note-insert"
30328 \end_inset
30329
30330  de la barre d'outils, vous insérez une 
30331 \family sans
30332 Note
30333 \begin_inset space ~
30334 \end_inset
30335
30336 \SpecialChar LyX
30337
30338 \family default
30339 .
30340  
30341 \lang english
30342 You can switch between the three note types by right-clicking on the note-box.
30343
30344 \lang french
30345  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30346 la et cliquez sur le bouton d'insertion de note.
30347  Pour retransformer une note en texte, appuyez sur la touche 
30348 \family sans
30349 backspace
30350 \family default
30351  quand le curseur est au tout début de la note ou appuyez sur la touche
30352  
30353 \family sans
30354 Suppr.
30355
30356 \family default
30357  quand le curseur se trouve à la fin de la note.
30358 \end_layout
30359
30360 \begin_layout Standard
30361 \begin_inset VSpace bigskip
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \begin_layout Standard
30368 Vous pouvez changer la couleur des notes grisées dans le menu 
30369 \family sans
30370 Document\SpecialChar menuseparator
30371 Paramètres\SpecialChar menuseparator
30372 Couleurs
30373 \family default
30374 .
30375 \end_layout
30376
30377 \begin_layout Section
30378 Notes en bas de page
30379 \begin_inset CommandInset label
30380 LatexCommand label
30381 name "sec:Notes-bas-de-page"
30382
30383 \end_inset
30384
30385
30386 \begin_inset Index idx
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390 Notes ! Notes de bas de page
30391 \end_layout
30392
30393 \end_inset
30394
30395
30396 \begin_inset Index idx
30397 status collapsed
30398
30399 \begin_layout Plain Layout
30400 Notes de bas de page
30401 \end_layout
30402
30403 \end_inset
30404
30405
30406 \end_layout
30407
30408 \begin_layout Standard
30409 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30410  
30411 \begin_inset Info
30412 type  "icon"
30413 arg   "footnote-insert"
30414 \end_inset
30415
30416  de la barre d'outils, soit en utilisant le menu 
30417 \family sans
30418 Insertion\SpecialChar menuseparator
30419 Note
30420 \begin_inset space ~
30421 \end_inset
30422
30423 en
30424 \begin_inset space ~
30425 \end_inset
30426
30427 Bas
30428 \begin_inset space ~
30429 \end_inset
30430
30431 de
30432 \begin_inset space ~
30433 \end_inset
30434
30435 Page
30436 \family default
30437 .
30438  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30439  rouge 
30440 \begin_inset Quotes fld
30441 \end_inset
30442
30443 bas
30444 \begin_inset Quotes frd
30445 \end_inset
30446
30447  qui ressemble à ceci : 
30448 \begin_inset Graphics
30449         filename clipart/footnoteQt4.png
30450         scale 80
30451         scaleBeforeRotation
30452
30453 \end_inset
30454
30455  Vous pouvez y entrer votre texte.
30456  Si vous voulez transformer du texte déjà existant en note en bas de page,
30457  sélectionnez-le et cliquez sur le bouton 
30458 \family sans
30459 Note
30460 \begin_inset space ~
30461 \end_inset
30462
30463 en
30464 \begin_inset space ~
30465 \end_inset
30466
30467 Bas
30468 \begin_inset space ~
30469 \end_inset
30470
30471 de
30472 \begin_inset space ~
30473 \end_inset
30474
30475 Page
30476 \family default
30477  de la barre d'outils.
30478  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30479  
30480 \family sans
30481 Backspace
30482 \family default
30483  quand le curseur est au tout début de la note ou appuyez sur la touche
30484  
30485 \family sans
30486 Suppr.
30487
30488 \family default
30489  quand le curseur se trouve à la fin de la note.
30490 \end_layout
30491
30492 \begin_layout Standard
30493 Voici un exemple de note en bas de page:
30494 \begin_inset Foot
30495 status open
30496
30497 \begin_layout Plain Layout
30498 \begin_inset CommandInset label
30499 LatexCommand label
30500 name "fn:Note-en-bas"
30501
30502 \end_inset
30503
30504 Ceci est un exemple de note en bas de page.
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 newcounter{MyRepeatFoot}
30518 \end_layout
30519
30520 \begin_layout Plain Layout
30521
30522
30523 \backslash
30524 setcounter{MyRepeatFoot}{
30525 \backslash
30526 thefootnote}
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Standard
30535 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30536  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30537  de note.
30538  Le texte de la note est placé en bas de la page courante.
30539  Le numéro de note est calculé par \SpecialChar LaTeX
30540 , et les numéros se suivent.
30541  Selon votre classe de document les numéros de notes pourront être réinitialisés
30542  à chaque nouveau chapitre.
30543 \end_layout
30544
30545 \begin_layout Standard
30546 On peut faire référence à une note en bas de page comme on le fait avec
30547  les flottants : Insérez une étiquette dans la note et faites une référence
30548  croisée vers cette étiquette comme c'est décrit dans la
30549 \begin_inset space ~
30550 \end_inset
30551
30552
30553 \begin_inset CommandInset ref
30554 LatexCommand ref
30555 reference "sec:Referencer-les-Flottants"
30556
30557 \end_inset
30558
30559 .
30560 \begin_inset Newline newline
30561 \end_inset
30562
30563 Voici une référence à une note de bas de page :
30564 \begin_inset space ~
30565 \end_inset
30566
30567
30568 \begin_inset CommandInset ref
30569 LatexCommand ref
30570 reference "fn:Note-en-bas"
30571
30572 \end_inset
30573
30574 .
30575 \end_layout
30576
30577 \begin_layout Standard
30578 \begin_inset VSpace defskip
30579 \end_inset
30580
30581
30582 \lang english
30583 Footnotes in title environments are usually not numbered with symbols and
30584  they cannot contain several paragraphs.
30585  See for example the footnote in the titling of this document.
30586 \end_layout
30587
30588 \begin_layout Standard
30589 \begin_inset VSpace defskip
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30597  par \SpecialChar LaTeX
30598  pour des raisons techniques.
30599  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30600  
30601 \series bold
30602
30603 \backslash
30604 footnotemark{}
30605 \series default
30606  en code \SpecialChar TeX
30607  à la place de la note de bas de page.
30608  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30609  
30610 \series bold
30611
30612 \backslash
30613 footnotetext
30614 \series default
30615  après le tableau.
30616 \begin_inset Newline newline
30617 \end_inset
30618
30619 C'est ce qui a été fait pour le tableau qui suit avec la commande
30620 \end_layout
30621
30622 \begin_layout Standard
30623
30624 \series bold
30625
30626 \backslash
30627 footnotetext{
30628 \series default
30629 Note de bas de page de tableau imprimée.
30630 \series bold
30631 }
30632 \end_layout
30633
30634 \begin_layout Standard
30635
30636 \lang english
30637 \begin_inset Tabular
30638 <lyxtabular version="3" rows="2" columns="1">
30639 <features tabularvalignment="middle">
30640 <column alignment="center" valignment="top">
30641 <row>
30642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30643 \begin_inset Text
30644
30645 \begin_layout Plain Layout
30646 Un exemple de texte
30647 \begin_inset Foot
30648 status open
30649
30650 \begin_layout Plain Layout
30651 Cette note ne sera pas imprimée
30652 \begin_inset space ~
30653 \end_inset
30654
30655 !
30656 \end_layout
30657
30658 \end_inset
30659
30660
30661 \end_layout
30662
30663 \end_inset
30664 </cell>
30665 </row>
30666 <row>
30667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 Un autre exemple de texte
30672 \begin_inset ERT
30673 status collapsed
30674
30675 \begin_layout Plain Layout
30676
30677
30678 \backslash
30679 footnotemark{}
30680 \end_layout
30681
30682 \end_inset
30683
30684
30685 \end_layout
30686
30687 \end_inset
30688 </cell>
30689 </row>
30690 </lyxtabular>
30691
30692 \end_inset
30693
30694
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 footnotetext{
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \lang french
30709 Note de bas de page de tableau imprimée.
30710 \lang english
30711
30712 \begin_inset ERT
30713 status collapsed
30714
30715 \begin_layout Plain Layout
30716
30717 }
30718 \end_layout
30719
30720 \end_inset
30721
30722
30723 \end_layout
30724
30725 \begin_layout Standard
30726 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30727 \begin_inset space ~
30728 \end_inset
30729
30730
30731 \begin_inset CommandInset ref
30732 LatexCommand ref
30733 reference "subsec:Notes-dans-tableau-long"
30734
30735 \end_inset
30736
30737 .
30738 \end_layout
30739
30740 \begin_layout Standard
30741 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30742  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30743 e, vu que la minipage est considérée comme une page se trouvant dans une
30744  autre page.
30745  Pour plus d'information sur les minipages, voyez la section
30746 \begin_inset space ~
30747 \end_inset
30748
30749
30750 \begin_inset CommandInset ref
30751 LatexCommand ref
30752 reference "sec:Minipages"
30753
30754 \end_inset
30755
30756 .
30757  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30758  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30759  la méthode utilisant les commandes 
30760 \series bold
30761
30762 \backslash
30763 footnotemark{}
30764 \series default
30765  et 
30766 \series bold
30767
30768 \backslash
30769 footnotetext
30770 \series default
30771 .
30772 \end_layout
30773
30774 \begin_layout Standard
30775 \begin_inset Box Frameless
30776 position "t"
30777 hor_pos "c"
30778 has_inner_box 1
30779 inner_pos "t"
30780 use_parbox 0
30781 use_makebox 0
30782 width "100col%"
30783 special "none"
30784 height "1in"
30785 height_special "totalheight"
30786 thickness "0.4pt"
30787 separation "3pt"
30788 shadowsize "4pt"
30789 framecolor "black"
30790 backgroundcolor "none"
30791 status open
30792
30793 \begin_layout Plain Layout
30794 Un exemple de texte dans une minipage.
30795 \begin_inset Foot
30796 status open
30797
30798 \begin_layout Plain Layout
30799 Note de bas de page dans la minipage.
30800 \end_layout
30801
30802 \end_inset
30803
30804
30805 \end_layout
30806
30807 \begin_layout Plain Layout
30808 Un autre exemple de texte dans une minipage.
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814
30815 \backslash
30816 footnotemark{}
30817 \end_layout
30818
30819 \end_inset
30820
30821
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \end_layout
30828
30829 \begin_layout Standard
30830 \begin_inset ERT
30831 status collapsed
30832
30833 \begin_layout Plain Layout
30834
30835
30836 \backslash
30837 footnotetext{
30838 \end_layout
30839
30840 \end_inset
30841
30842 Note de bas de page en dehors de la minipage.
30843 \begin_inset ERT
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847
30848 }
30849 \end_layout
30850
30851 \end_inset
30852
30853
30854 \end_layout
30855
30856 \begin_layout Standard
30857 \begin_inset VSpace defskip
30858 \end_inset
30859
30860
30861 \end_layout
30862
30863 \begin_layout Standard
30864 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30865  utilisez la commande 
30866 \series bold
30867
30868 \backslash
30869 footnotemark[number]
30870 \series default
30871  en code \SpecialChar TeX
30872 .
30873 \begin_inset Newline newline
30874 \end_inset
30875
30876 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30877  votre texte, vous devez enregistrer son numéro.
30878  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30879  ont été insérées en code \SpecialChar TeX
30880  après la note
30881 \begin_inset space ~
30882 \end_inset
30883
30884
30885 \begin_inset CommandInset ref
30886 LatexCommand ref
30887 reference "fn:Note-en-bas"
30888
30889 \end_inset
30890
30891  pour enregistrer son numéro
30892 \begin_inset space ~
30893 \end_inset
30894
30895 :
30896 \end_layout
30897
30898 \begin_layout Standard
30899
30900 \series bold
30901
30902 \backslash
30903 newcounter{MaNoteDupliquee}
30904 \begin_inset Newline newline
30905 \end_inset
30906
30907
30908 \backslash
30909 setcounter{MaNoteDupliquee}{
30910 \backslash
30911 thefootnote}
30912 \end_layout
30913
30914 \begin_layout Standard
30915 La note de bas de page a été créée avec la commande
30916 \begin_inset space ~
30917 \end_inset
30918
30919 :
30920 \end_layout
30921
30922 \begin_layout Standard
30923
30924 \series bold
30925
30926 \backslash
30927 footnotemark[
30928 \backslash
30929 MaNoteDupliquee]
30930 \end_layout
30931
30932 \begin_layout Standard
30933 Voici une note de bas de page dupliquée
30934 \begin_inset space ~
30935 \end_inset
30936
30937 :
30938 \begin_inset ERT
30939 status collapsed
30940
30941 \begin_layout Plain Layout
30942
30943
30944 \backslash
30945 footnotemark[
30946 \backslash
30947 theMyRepeatFoot]
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Standard
30956 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30957 t du numéro de note et juste utiliser la commande suivante
30958 \end_layout
30959
30960 \begin_layout Standard
30961
30962 \series bold
30963
30964 \backslash
30965 footnotemark[
30966 \backslash
30967 thefootnote]
30968 \end_layout
30969
30970 \begin_layout Standard
30971 Voici une autre note de bas de page dupliquée
30972 \begin_inset space ~
30973 \end_inset
30974
30975 :
30976 \begin_inset ERT
30977 status collapsed
30978
30979 \begin_layout Plain Layout
30980
30981
30982 \backslash
30983 footnotemark[
30984 \backslash
30985 thefootnote]
30986 \end_layout
30987
30988 \end_inset
30989
30990
30991 \end_layout
30992
30993 \begin_layout Subsection
30994 Numérotation de notes de bas de page
30995 \begin_inset CommandInset label
30996 LatexCommand label
30997 name "subsec:Numerotation-notes-bas-de-page"
30998
30999 \end_inset
31000
31001
31002 \begin_inset Index idx
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006 Notes de bas de page ! Numérotation
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \begin_layout Standard
31015 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31016  ajoutez cette commande dans le préambule de votre document :
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 @addtoreset{footnote}{section}
31025 \end_layout
31026
31027 \begin_layout Standard
31028 \begin_inset VSpace bigskip
31029 \end_inset
31030
31031 La commande de préambule suivante change le style de numérotation des notes
31032  en petits chiffres romains :
31033 \end_layout
31034
31035 \begin_layout Standard
31036
31037 \series bold
31038
31039 \backslash
31040 renewcommand{
31041 \backslash
31042 thefootnote}{
31043 \backslash
31044 roman{footnote}}
31045 \end_layout
31046
31047 \begin_layout Standard
31048 \begin_inset ERT
31049 status collapsed
31050
31051 \begin_layout Plain Layout
31052
31053
31054 \backslash
31055 renewcommand{
31056 \backslash
31057 thefootnote}{
31058 \backslash
31059 roman{footnote}}
31060 \end_layout
31061
31062 \end_inset
31063
31064  Cette note de bas de page utilise une numérotation en chiffres romains
31065  :
31066 \begin_inset Foot
31067 status open
31068
31069 \begin_layout Plain Layout
31070 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31071  romains.
31072 \end_layout
31073
31074 \end_inset
31075
31076
31077 \end_layout
31078
31079 \begin_layout Standard
31080 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31081  la commande précédente 
31082 \series bold
31083
31084 \backslash
31085 roman
31086 \series default
31087  par 
31088 \series bold
31089
31090 \backslash
31091 Roman
31092 \series default
31093 .
31094  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31095  utilisez respectivement soit 
31096 \series bold
31097
31098 \backslash
31099 Alph
31100 \series default
31101  soit 
31102 \series bold
31103
31104 \backslash
31105 alph
31106 \series default
31107 .
31108  Pour les 
31109 \begin_inset Quotes fld
31110 \end_inset
31111
31112 numéroter
31113 \begin_inset Quotes frd
31114 \end_inset
31115
31116  avec des symboles, utilisez 
31117 \series bold
31118
31119 \backslash
31120 fnsymbol
31121 \series default
31122 .
31123 \end_layout
31124
31125 \begin_layout Standard
31126 \begin_inset Note Greyedout
31127 status open
31128
31129 \begin_layout Plain Layout
31130
31131 \series bold
31132 Note:
31133 \series default
31134  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31135  puisque cette numérotation est limitée à des lettres seules.
31136 \end_layout
31137
31138 \end_inset
31139
31140
31141 \begin_inset Newline newline
31142 \end_inset
31143
31144
31145 \begin_inset Note Greyedout
31146 status open
31147
31148 \begin_layout Plain Layout
31149
31150 \series bold
31151 Note:
31152 \series default
31153  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31154 \end_layout
31155
31156 \end_inset
31157
31158
31159 \end_layout
31160
31161 \begin_layout Standard
31162 Pour revenir au style de numérotation implicite quand vous en avez changé,
31163  utilisez 
31164 \series bold
31165
31166 \backslash
31167 arabic
31168 \series default
31169  à la place de 
31170 \series bold
31171
31172 \backslash
31173 roman
31174 \series default
31175  dans la commande précédente.
31176 \begin_inset ERT
31177 status collapsed
31178
31179 \begin_layout Plain Layout
31180
31181
31182 \backslash
31183 renewcommand{
31184 \backslash
31185 thefootnote}{
31186 \backslash
31187 arabic{footnote}}
31188 \end_layout
31189
31190 \end_inset
31191
31192
31193 \end_layout
31194
31195 \begin_layout Standard
31196 \begin_inset VSpace bigskip
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \begin_layout Standard
31203 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31204  le schéma 
31205 \begin_inset Quotes fld
31206 \end_inset
31207
31208 chapitre.note
31209 \begin_inset Quotes frd
31210 \end_inset
31211
31212 , ajoutez la commande suivante au préambule de votre document :
31213 \end_layout
31214
31215 \begin_layout Standard
31216
31217 \series bold
31218
31219 \backslash
31220 numberwithin{footnote}{chapter}
31221 \end_layout
31222
31223 \begin_layout Standard
31224 Pour pouvoir utiliser la commande 
31225 \series bold
31226
31227 \backslash
31228 numberwithin
31229 \series default
31230 , activez dans la rubrique 
31231 \family sans
31232 Options
31233 \begin_inset space ~
31234 \end_inset
31235
31236 des
31237 \begin_inset space ~
31238 \end_inset
31239
31240 Maths
31241 \family default
31242  dans les paramètres du document, l'option 
31243 \family sans
31244 Utiliser
31245 \begin_inset space ~
31246 \end_inset
31247
31248 le
31249 \begin_inset space ~
31250 \end_inset
31251
31252 paquetage
31253 \begin_inset space ~
31254 \end_inset
31255
31256 maths
31257 \begin_inset space ~
31258 \end_inset
31259
31260 AMS
31261 \family default
31262 .
31263 \end_layout
31264
31265 \begin_layout Standard
31266 \begin_inset ERT
31267 status collapsed
31268
31269 \begin_layout Plain Layout
31270
31271
31272 \backslash
31273 numberwithin{footnote}{chapter}
31274 \end_layout
31275
31276 \end_inset
31277
31278 Ceci est un autre exemple de note de bas de page:
31279 \series bold
31280
31281 \begin_inset Foot
31282 status open
31283
31284 \begin_layout Plain Layout
31285 Cette note est numérotée en suivant le schéma 
31286 \begin_inset Quotes fld
31287 \end_inset
31288
31289 chapitre.note
31290 \begin_inset Quotes frd
31291 \end_inset
31292
31293 .
31294 \end_layout
31295
31296 \end_inset
31297
31298
31299 \series default
31300
31301 \begin_inset ERT
31302 status collapsed
31303
31304 \begin_layout Plain Layout
31305
31306
31307 \backslash
31308 renewcommand{
31309 \backslash
31310 thefootnote}{
31311 \backslash
31312 arabic{footnote}}
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Standard
31321 \begin_inset Note Greyedout
31322 status open
31323
31324 \begin_layout Plain Layout
31325
31326 \series bold
31327 Note:
31328 \series default
31329  
31330 \series bold
31331
31332 \backslash
31333 numberwithin
31334 \series default
31335  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31336  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31337  prises en compte.
31338  
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Donc pour avoir par exemple le schéma 
31348 \begin_inset Quotes fld
31349 \end_inset
31350
31351 chapitre.
31352 \backslash
31353 Roman{note}
31354 \begin_inset Quotes frd
31355 \end_inset
31356
31357 , utilisez la commande suivante plutôt que 
31358 \series bold
31359
31360 \backslash
31361 numberwithin
31362 \series default
31363  :
31364 \end_layout
31365
31366 \begin_layout Standard
31367
31368 \series bold
31369
31370 \backslash
31371 renewcommand{
31372 \backslash
31373 thefootnote}{
31374 \backslash
31375 thechapter.
31376 \backslash
31377 Roman{footnote}}
31378 \end_layout
31379
31380 \begin_layout Subsection
31381 Positionnement de notes de bas de page
31382 \begin_inset Index idx
31383 status collapsed
31384
31385 \begin_layout Plain Layout
31386 Notes de bas de page ! Positionnement
31387 \end_layout
31388
31389 \end_inset
31390
31391
31392 \end_layout
31393
31394 \begin_layout Standard
31395 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31396  vertical entre elles en bas de la page.
31397  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31398  de 1.5
31399 \begin_inset space \thinspace{}
31400 \end_inset
31401
31402 mm avec la commande suivante dans le préambule :
31403 \end_layout
31404
31405 \begin_layout Standard
31406
31407 \series bold
31408
31409 \backslash
31410 let
31411 \backslash
31412 myFoot
31413 \backslash
31414 footnote
31415 \begin_inset Newline newline
31416 \end_inset
31417
31418
31419 \backslash
31420 renewcommand{
31421 \backslash
31422 footnote}[1]{
31423 \backslash
31424 myFoot{#1
31425 \backslash
31426 vspace{1.5mm}}}
31427 \end_layout
31428
31429 \begin_layout Standard
31430 \begin_inset VSpace bigskip
31431 \end_inset
31432
31433 Dans un document à deux colonnes les notes de bas de page apparaissent en
31434  bas de chaque colonne, comme sur la Figure
31435 \begin_inset space ~
31436 \end_inset
31437
31438
31439 \begin_inset CommandInset ref
31440 LatexCommand ref
31441 reference "fig:Position-standard-note-bas-de-page"
31442
31443 \end_inset
31444
31445 .
31446  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31447  sur la Figure
31448 \begin_inset space ~
31449 \end_inset
31450
31451
31452 \begin_inset CommandInset ref
31453 LatexCommand ref
31454 reference "fig:Position-note-avec-ftnright"
31455
31456 \end_inset
31457
31458 , utilisez le paquetage \SpecialChar LaTeX
31459  
31460 \series bold
31461 ftnright
31462 \series default
31463
31464 \begin_inset Index idx
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468 Paquetages \SpecialChar LaTeX
31469  ! ftnright
31470 \end_layout
31471
31472 \end_inset
31473
31474  avec cette commande dans le préambule du document:
31475 \end_layout
31476
31477 \begin_layout Standard
31478
31479 \series bold
31480
31481 \backslash
31482 usepackage{ftnright}
31483 \end_layout
31484
31485 \begin_layout Standard
31486 \begin_inset Float figure
31487 placement !h
31488 wide false
31489 sideways false
31490 status open
31491
31492 \begin_layout Plain Layout
31493 \begin_inset ERT
31494 status collapsed
31495
31496 \begin_layout Plain Layout
31497
31498
31499 \backslash
31500 framebox{
31501 \end_layout
31502
31503 \end_inset
31504
31505
31506 \begin_inset Graphics
31507         filename ../clipart/without_fntright.pdf
31508         width 100col%
31509         scaleBeforeRotation
31510
31511 \end_inset
31512
31513
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519 }
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \end_layout
31526
31527 \begin_layout Plain Layout
31528 \begin_inset Caption Standard
31529
31530 \begin_layout Plain Layout
31531 \begin_inset CommandInset label
31532 LatexCommand label
31533 name "fig:Position-standard-note-bas-de-page"
31534
31535 \end_inset
31536
31537 Positionnement standard des notes de bas de page dans un document à deux
31538  colonnes.
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \end_layout
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 \begin_inset Float figure
31553 placement !h
31554 wide false
31555 sideways false
31556 status open
31557
31558 \begin_layout Plain Layout
31559 \begin_inset ERT
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563
31564
31565 \backslash
31566 framebox{
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \begin_inset Graphics
31573         filename ../clipart/with_fntright.pdf
31574         width 100col%
31575         scaleBeforeRotation
31576
31577 \end_inset
31578
31579
31580 \begin_inset ERT
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584
31585 }
31586 \end_layout
31587
31588 \end_inset
31589
31590
31591 \end_layout
31592
31593 \begin_layout Plain Layout
31594 \begin_inset Caption Standard
31595
31596 \begin_layout Plain Layout
31597 \begin_inset CommandInset label
31598 LatexCommand label
31599 name "fig:Position-note-avec-ftnright"
31600
31601 \end_inset
31602
31603 Positionnement de notes de bas de page dans un document à deux colonnes
31604  en utilisant le paquetage \SpecialChar LaTeX
31605  
31606 \series bold
31607 ftnright
31608 \series default
31609 .
31610 \end_layout
31611
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \end_inset
31618
31619
31620 \end_layout
31621
31622 \begin_layout Standard
31623 \begin_inset VSpace bigskip
31624 \end_inset
31625
31626 Dans certaines publications scientifiques, il est courant de rassembler
31627  les notes de bas de page et de les imprimer dans un paragraphe particulier
31628  à la fin de la section, comme sur la Figure
31629 \begin_inset space ~
31630 \end_inset
31631
31632
31633 \begin_inset CommandInset ref
31634 LatexCommand ref
31635 reference "fig:Notes-de-fin"
31636
31637 \end_inset
31638
31639 .
31640  On les appelle 
31641 \begin_inset Quotes fld
31642 \end_inset
31643
31644 notes de fin
31645 \begin_inset Quotes frd
31646 \end_inset
31647
31648 .
31649 \begin_inset Index idx
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653 Notes de fin
31654 \end_layout
31655
31656 \end_inset
31657
31658  Pour utiliser des notes de fin à la place des notes de bas de page dans
31659  votre document, charger le module 
31660 \family sans
31661 Note de bas de page en fin de document
31662 \family default
31663  à partir de 
31664 \family sans
31665 Document\SpecialChar menuseparator
31666 Paramètres\SpecialChar menuseparator
31667 Modules
31668 \family default
31669 .
31670  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31671 \end_layout
31672
31673 \begin_layout Standard
31674
31675 \series bold
31676
31677 \backslash
31678 theendnotes
31679 \end_layout
31680
31681 \begin_layout Standard
31682 en code \SpecialChar TeX
31683  à la fin d'une section ou d'un chapitre.
31684 \end_layout
31685
31686 \begin_layout Standard
31687 \begin_inset Float figure
31688 wide false
31689 sideways false
31690 status open
31691
31692 \begin_layout Plain Layout
31693 \align center
31694 \begin_inset ERT
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698
31699
31700 \backslash
31701 framebox{
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \begin_inset Graphics
31708         filename ../clipart/endnotes.pdf
31709         scaleBeforeRotation
31710
31711 \end_inset
31712
31713
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719 }
31720 \end_layout
31721
31722 \end_inset
31723
31724
31725 \end_layout
31726
31727 \begin_layout Plain Layout
31728 \begin_inset Caption Standard
31729
31730 \begin_layout Plain Layout
31731 \begin_inset CommandInset label
31732 LatexCommand label
31733 name "fig:Notes-de-fin"
31734
31735 \end_inset
31736
31737 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31738  séparé à la fin des sections ou des chapitres.
31739 \end_layout
31740
31741 \end_inset
31742
31743
31744 \end_layout
31745
31746 \end_inset
31747
31748
31749 \end_layout
31750
31751 \begin_layout Standard
31752 \begin_inset VSpace medskip
31753 \end_inset
31754
31755 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31756  dans la langue du document, cela doit être fait manuellement.
31757  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31758  
31759 \begin_inset Quotes fld
31760 \end_inset
31761
31762 Notes
31763 \begin_inset Quotes frd
31764 \end_inset
31765
31766  en sa traduction Allemande
31767 \begin_inset Foot
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 En français, 
31772 \begin_inset Quotes fld
31773 \end_inset
31774
31775 Notes
31776 \begin_inset Quotes frd
31777 \end_inset
31778
31779  peut être conservé.
31780 \end_layout
31781
31782 \end_inset
31783
31784  
31785 \begin_inset Quotes fld
31786 \end_inset
31787
31788 Anmerkungen
31789 \begin_inset Quotes frd
31790 \end_inset
31791
31792  :
31793 \end_layout
31794
31795 \begin_layout Standard
31796
31797 \series bold
31798
31799 \backslash
31800 renewcommand{
31801 \backslash
31802 notesname}{Anmerkungen}
31803 \end_layout
31804
31805 \begin_layout Standard
31806 \begin_inset VSpace medskip
31807 \end_inset
31808
31809 La numérotation des notes de fin peut être modifiée comme celle des notes
31810  de bas de page comme c'est décrit dans la section
31811 \begin_inset space ~
31812 \end_inset
31813
31814
31815 \begin_inset CommandInset ref
31816 LatexCommand ref
31817 reference "subsec:Numerotation-notes-bas-de-page"
31818
31819 \end_inset
31820
31821  ; remplacez juste la commande 
31822 \series bold
31823
31824 \backslash
31825 thefootnote
31826 \series default
31827  par 
31828 \series bold
31829
31830 \backslash
31831 theendnote
31832 \series default
31833 .
31834  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31835 \series bold
31836
31837 \backslash
31838 @addtoreset
31839 \series default
31840  comme c'est décrit dans la section
31841 \begin_inset space ~
31842 \end_inset
31843
31844
31845 \begin_inset CommandInset ref
31846 LatexCommand ref
31847 reference "subsec:Numerotation-notes-bas-de-page"
31848
31849 \end_inset
31850
31851  et remplacez le paramètre de commande 
31852 \series bold
31853 footnote
31854 \series default
31855  par 
31856 \series bold
31857 endnote
31858 \series default
31859 .
31860 \end_layout
31861
31862 \begin_layout Standard
31863 Pour les notes de fin, il y a la commande 
31864 \series bold
31865
31866 \backslash
31867 endnotemark[numéro]
31868 \series default
31869  qui est semblable à 
31870 \series bold
31871
31872 \backslash
31873 footnotemark
31874 \series default
31875 , décrite dans la section
31876 \begin_inset space ~
31877 \end_inset
31878
31879
31880 \begin_inset CommandInset ref
31881 LatexCommand ref
31882 reference "sec:Notes-bas-de-page"
31883
31884 \end_inset
31885
31886 .
31887 \end_layout
31888
31889 \begin_layout Standard
31890 \begin_inset VSpace bigskip
31891 \end_inset
31892
31893  Les notes de bas de page peuvent être mise dans la marge de la page et
31894  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31895
31896  
31897 \series bold
31898 footmisc
31899 \series default
31900
31901 \begin_inset Index idx
31902 status collapsed
31903
31904 \begin_layout Plain Layout
31905 Paquetages \SpecialChar LaTeX
31906  ! footmisc
31907 \end_layout
31908
31909 \end_inset
31910
31911
31912 \begin_inset CommandInset citation
31913 LatexCommand cite
31914 key "footmisc"
31915
31916 \end_inset
31917
31918  pour plus d'information à ce sujet.
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31923  voyez les livres sur \SpecialChar LaTeX
31924
31925 \begin_inset CommandInset citation
31926 LatexCommand cite
31927 key "latexcompanion,latexguide,latexbook"
31928
31929 \end_inset
31930
31931 .
31932  Si vous utilisez une classe de document  
31933 \series bold
31934 KOMA-Script
31935 \series default
31936
31937 \begin_inset Index idx
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941 Paquetages \SpecialChar LaTeX
31942  ! KOMA-Script
31943 \end_layout
31944
31945 \end_inset
31946
31947 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31948  des commandes spécifiques à la classe de document utilisée, voyez 
31949 \begin_inset CommandInset citation
31950 LatexCommand cite
31951 key "KOMA-Script"
31952
31953 \end_inset
31954
31955 .
31956 \end_layout
31957
31958 \begin_layout Section
31959 Notes en marge
31960 \begin_inset Index idx
31961 status collapsed
31962
31963 \begin_layout Plain Layout
31964 Notes ! Notes en Marge
31965 \end_layout
31966
31967 \end_inset
31968
31969
31970 \end_layout
31971
31972 \begin_layout Standard
31973 Les notes en marge dans \SpecialChar LyX
31974  ressemblent aux notes en bas de page et se comportent
31975  de la même façon.
31976  Quand vous insérez une note en marge avec 
31977 \family sans
31978 Insertion\SpecialChar menuseparator
31979 Note
31980 \begin_inset space ~
31981 \end_inset
31982
31983 en
31984 \begin_inset space ~
31985 \end_inset
31986
31987 Marge
31988 \family default
31989  ou avec le bouton 
31990 \begin_inset Info
31991 type  "icon"
31992 arg   "marginalnote-insert"
31993 \end_inset
31994
31995  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31996  grise avec une étiquette rouge 
31997 \begin_inset Quotes fld
31998 \end_inset
31999
32000 marge
32001 \begin_inset Quotes frd
32002 \end_inset
32003
32004 .
32005  
32006 \begin_inset Marginal
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010 C'est une note en marge.
32011 \end_layout
32012
32013 \end_inset
32014
32015  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32016 .
32017  Vous pouvez y entrer votre texte.
32018 \end_layout
32019
32020 \begin_layout Standard
32021 Les notes en marge apparaissent dans la marge de droite dans les documents
32022  imprimées sur une seule face.
32023  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32024  
32025 \begin_inset Quotes fld
32026 \end_inset
32027
32028 extérieure
32029 \begin_inset Quotes frd
32030 \end_inset
32031
32032  – la gauche sur les pages paires et la droite sur les pages impaires.
32033  Le texte de la note en marge est aligné à l'opposé de la marge externe
32034  – aligné à droite quand la note apparaît dans la marge de gauche.
32035  La première ligne de la note apparaît à la hauteur de la ligne de texte
32036  où la note a été insérée dans le document.
32037 \end_layout
32038
32039 \begin_layout Standard
32040 \begin_inset VSpace bigskip
32041 \end_inset
32042
32043 Pour placer une note dans la marge interne, ajoutez la commande suivante
32044  :
32045 \end_layout
32046
32047 \begin_layout Standard
32048
32049 \series bold
32050
32051 \backslash
32052 reversemarginpar
32053 \end_layout
32054
32055 \begin_layout Standard
32056 sous forme de code \SpecialChar TeX
32057  avant votre note de marge.
32058  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32059  qui suivent 
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065
32066 \backslash
32067 reversemarginpar 
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \begin_inset Marginal
32074 status open
32075
32076 \begin_layout Plain Layout
32077 Cette note en marge est dans la marge interne.
32078 \end_layout
32079
32080 \end_inset
32081
32082
32083 \series bold
32084
32085 \begin_inset Newline newline
32086 \end_inset
32087
32088
32089 \series default
32090
32091 \begin_inset Note Greyedout
32092 status open
32093
32094 \begin_layout Plain Layout
32095
32096 \series bold
32097 Note:
32098 \series default
32099  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32100  les notes sont souvent mal mises en formes dans la sortie imprimée.
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 Pour revenir au positionnement implicite, ajoutez la commande :
32110 \end_layout
32111
32112 \begin_layout Standard
32113
32114 \series bold
32115
32116 \backslash
32117 normalmarginpar
32118 \end_layout
32119
32120 \begin_layout Standard
32121 sous forme de code \SpecialChar TeX
32122 .
32123 \begin_inset ERT
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128
32129 \backslash
32130 normalmarginpar 
32131 \end_layout
32132
32133 \end_inset
32134
32135
32136 \begin_inset Newline newline
32137 \end_inset
32138
32139  
32140 \begin_inset Note Greyedout
32141 status open
32142
32143 \begin_layout Plain Layout
32144
32145 \series bold
32146 Note:
32147 \series default
32148  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32149  
32150 \series bold
32151
32152 \backslash
32153 reversemarginpar
32154 \series default
32155  est aussi utilisée.
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Standard
32164 \begin_inset VSpace bigskip
32165 \end_inset
32166
32167
32168 \begin_inset Marginal
32169 status open
32170
32171 \begin_layout Plain Layout
32172 UnTrèsLongMotEnMarge sans césure.
32173 \end_layout
32174
32175 \end_inset
32176
32177  Comme dans le cas décrit dans la section
32178 \begin_inset space ~
32179 \end_inset
32180
32181
32182 \begin_inset CommandInset ref
32183 LatexCommand ref
32184 reference "subsec:Lignes-multiple-dans-cellule"
32185
32186 \end_inset
32187
32188 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32189  mot d'une note en marge.
32190  Pour éviter ce problème, insérez un espacement horizontal de 0
32191 \begin_inset space \thinspace{}
32192 \end_inset
32193
32194 pt avant le mot en question: 
32195 \begin_inset Marginal
32196 status open
32197
32198 \begin_layout Plain Layout
32199 \begin_inset space \hspace{}
32200 \length 0pt
32201 \end_inset
32202
32203 UnMotTrèsLongEnMarge avec une césure.
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Standard
32212 \begin_inset VSpace bigskip
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Standard
32219 \begin_inset Note Greyedout
32220 status open
32221
32222 \begin_layout Plain Layout
32223
32224 \series bold
32225 Note:
32226 \series default
32227  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32228  tableaux, des flottants et des notes de bas de page.
32229 \end_layout
32230
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Standard
32237 \begin_inset VSpace bigskip
32238 \end_inset
32239
32240
32241 \end_layout
32242
32243 \begin_layout Standard
32244 \begin_inset ERT
32245 status collapsed
32246
32247 \begin_layout Plain Layout
32248
32249
32250 \backslash
32251 ifmarginnote
32252 \end_layout
32253
32254 \end_inset
32255
32256
32257 \begin_inset Note Note
32258 status open
32259
32260 \begin_layout Plain Layout
32261 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32262  
32263 \series bold
32264 marginnote
32265 \series default
32266  a été installé.
32267 \end_layout
32268
32269 \end_inset
32270
32271
32272 \end_layout
32273
32274 \begin_layout Standard
32275 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32276  
32277 \series bold
32278 marginnote
32279 \series default
32280
32281 \begin_inset Index idx
32282 status collapsed
32283
32284 \begin_layout Plain Layout
32285 Paquetages \SpecialChar LaTeX
32286  ! marginnote
32287 \end_layout
32288
32289 \end_inset
32290
32291 .
32292  En ajoutant les deux lignes suivantes au préambule de votre document, la
32293  commande que \SpecialChar LyX
32294  utilise pour les notes de marge est redéfinie pour utiliser
32295  la commande fournie par le paquetage 
32296 \series bold
32297 marginnote
32298 \series default
32299  :
32300 \end_layout
32301
32302 \begin_layout Standard
32303
32304 \series bold
32305
32306 \backslash
32307 usepackage{marginnote}
32308 \begin_inset Newline newline
32309 \end_inset
32310
32311
32312 \backslash
32313 let
32314 \backslash
32315 marginpar
32316 \backslash
32317 marginnote
32318 \end_layout
32319
32320 \begin_layout Standard
32321 Ce paquetage est aussi utilisé dans ce document parce que 
32322 \series bold
32323 marginnote
32324 \series default
32325  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32326  vertical pour une note.
32327  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32328  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32329  en page.
32330  Le décalage est inséré dans \SpecialChar LyX
32331  sous forme de code \SpecialChar TeX
32332  directement après la note
32333  sous la forme
32334 \end_layout
32335
32336 \begin_layout Standard
32337
32338 \series bold
32339 [offset]
32340 \end_layout
32341
32342 \begin_layout Standard
32343 où l'offset utilise l'une des unités listées dans le tableau
32344 \begin_inset space ~
32345 \end_inset
32346
32347
32348 \begin_inset CommandInset ref
32349 LatexCommand ref
32350 reference "cha:Unités-de-longueur"
32351
32352 \end_inset
32353
32354 .
32355  Une valeur négative déplace la note vers le haut, une valeur positive la
32356  déplace vers le bas.
32357  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32358  vers le haut de 1.5
32359 \begin_inset space \thinspace{}
32360 \end_inset
32361
32362 cm avec la commande en code \SpecialChar TeX
32363  
32364 \begin_inset Quotes fld
32365 \end_inset
32366
32367
32368 \series bold
32369 [-1.5cm]
32370 \series default
32371
32372 \begin_inset Quotes frd
32373 \end_inset
32374
32375
32376 \begin_inset Marginal
32377 status collapsed
32378
32379 \begin_layout Plain Layout
32380 Cette note en marge est décalée vers le haut de 1.5
32381 \begin_inset space \thinspace{}
32382 \end_inset
32383
32384 cm par rapport à sa position d'origine.
32385 \end_layout
32386
32387 \end_inset
32388
32389
32390 \begin_inset ERT
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394
32395 [-1.5cm]
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Standard
32404 \begin_inset VSpace medskip
32405 \end_inset
32406
32407 Avec le paquetage 
32408 \series bold
32409 marginnote
32410 \series default
32411  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32412  Par exemple les commandes 
32413 \end_layout
32414
32415 \begin_layout Standard
32416
32417 \series bold
32418
32419 \backslash
32420 renewcommand*{
32421 \backslash
32422 raggedleftmarginnote}{
32423 \backslash
32424 centering}
32425 \begin_inset Newline newline
32426 \end_inset
32427
32428
32429 \backslash
32430 renewcommand*{
32431 \backslash
32432 raggedrightmarginnote}{
32433 \backslash
32434 centering}
32435 \end_layout
32436
32437 \begin_layout Standard
32438 donnent un alignement centré.
32439  
32440 \series bold
32441
32442 \backslash
32443 raggedleftmarginnote
32444 \series default
32445  indique une note qui apparaît dans la marge de gauche.
32446 \begin_inset ERT
32447 status collapsed
32448
32449 \begin_layout Plain Layout
32450
32451
32452 \backslash
32453 renewcommand*{
32454 \backslash
32455 raggedleftmarginnote}{
32456 \backslash
32457 centering}
32458 \end_layout
32459
32460 \begin_layout Plain Layout
32461
32462
32463 \backslash
32464 renewcommand*{
32465 \backslash
32466 raggedrightmarginnote}{
32467 \backslash
32468 centering}
32469 \end_layout
32470
32471 \end_inset
32472
32473
32474 \begin_inset Marginal
32475 status collapsed
32476
32477 \begin_layout Plain Layout
32478 Le texte de cette note en marge est centré.
32479 \end_layout
32480
32481 \end_inset
32482
32483 .
32484  Le comportement implicite est donné par
32485 \end_layout
32486
32487 \begin_layout Standard
32488
32489 \series bold
32490
32491 \backslash
32492 renewcommand*{
32493 \backslash
32494 raggedleftmarginnote}{
32495 \backslash
32496 raggedleft}
32497 \begin_inset Newline newline
32498 \end_inset
32499
32500
32501 \backslash
32502 renewcommand*{
32503 \backslash
32504 raggedrightmarginnote}{
32505 \backslash
32506 raggedright}
32507 \series default
32508
32509 \begin_inset ERT
32510 status collapsed
32511
32512 \begin_layout Plain Layout
32513
32514
32515 \backslash
32516 renewcommand*{
32517 \backslash
32518 raggedleftmarginnote}{
32519 \backslash
32520 raggedleft}
32521 \end_layout
32522
32523 \begin_layout Plain Layout
32524
32525
32526 \backslash
32527 renewcommand*{
32528 \backslash
32529 raggedrightmarginnote}{
32530 \backslash
32531 raggedright}
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \end_layout
32538
32539 \begin_layout Standard
32540 \begin_inset VSpace medskip
32541 \end_inset
32542
32543 Pour les autre fonctions du paquetage 
32544 \series bold
32545 marginnote
32546 \series default
32547  nous vous renvoyons à sa documentation 
32548 \begin_inset CommandInset citation
32549 LatexCommand cite
32550 key "marginnote"
32551
32552 \end_inset
32553
32554 .
32555 \end_layout
32556
32557 \begin_layout Standard
32558 \begin_inset VSpace bigskip
32559 \end_inset
32560
32561 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32562  définition.
32563  Pour créer par exemple une entête pour toutes les notes en marge avec le
32564  texte 
32565 \begin_inset Quotes fld
32566 \end_inset
32567
32568
32569 \family sans
32570 \series bold
32571 \bar under
32572 Attention!
32573 \family default
32574 \series default
32575 \bar default
32576
32577 \begin_inset Quotes frd
32578 \end_inset
32579
32580  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32581  de votre document :
32582 \end_layout
32583
32584 \begin_layout Standard
32585
32586 \series bold
32587
32588 \backslash
32589 let
32590 \backslash
32591 myMarginpar
32592 \backslash
32593 marginpar
32594 \begin_inset Newline newline
32595 \end_inset
32596
32597
32598 \backslash
32599 renewcommand{
32600 \backslash
32601 marginpar}[1]{
32602 \backslash
32603 myMarginpar{%
32604 \begin_inset Newline newline
32605 \end_inset
32606
32607
32608 \begin_inset Phantom HPhantom
32609 status open
32610
32611 \begin_layout Plain Layout
32612
32613 \series bold
32614 \begin_inset space ~
32615 \end_inset
32616
32617
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \backslash
32624 hspace{0pt}
32625 \backslash
32626 textsf{
32627 \backslash
32628 textbf{
32629 \backslash
32630 underbar{Attention!}}}%
32631 \begin_inset Newline newline
32632 \end_inset
32633
32634
32635 \begin_inset Phantom HPhantom
32636 status open
32637
32638 \begin_layout Plain Layout
32639
32640 \series bold
32641 \begin_inset space ~
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \end_inset
32648
32649
32650 \backslash
32651 vspace{1.5mm}
32652 \backslash
32653
32654 \backslash
32655 #1}}
32656 \end_layout
32657
32658 \begin_layout Standard
32659 \begin_inset ERT
32660 status collapsed
32661
32662 \begin_layout Plain Layout
32663
32664
32665 \backslash
32666 let
32667 \backslash
32668 myMarginpar
32669 \backslash
32670 marginpar
32671 \end_layout
32672
32673 \begin_layout Plain Layout
32674
32675
32676 \backslash
32677 renewcommand{
32678 \backslash
32679 marginpar}[1]{
32680 \backslash
32681 myMarginpar{%
32682 \end_layout
32683
32684 \begin_layout Plain Layout
32685
32686    
32687 \backslash
32688 textsf{
32689 \backslash
32690 textbf{
32691 \backslash
32692 underbar{Attention!}}}%
32693 \end_layout
32694
32695 \begin_layout Plain Layout
32696
32697    
32698 \backslash
32699 vspace{1.5mm}
32700 \backslash
32701
32702 \backslash
32703 #1}}
32704 \end_layout
32705
32706 \end_inset
32707
32708
32709 \begin_inset Marginal
32710 status open
32711
32712 \begin_layout Plain Layout
32713 Ceci est une note en marge avec une en-tête prédéfinie.
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \begin_inset ERT
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724 [-1.5cm]
32725 \end_layout
32726
32727 \end_inset
32728
32729
32730 \begin_inset ERT
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734
32735
32736 \backslash
32737 renewcommand{
32738 \backslash
32739 marginpar}[1]{
32740 \backslash
32741 myMarginpar{#1}}
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \begin_inset Note Note
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751
32752 \lang english
32753 The margin note format is changed only for this example.
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Standard
32762 \begin_inset ERT
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766
32767
32768 \backslash
32769 else
32770 \end_layout
32771
32772 \end_inset
32773
32774
32775 \begin_inset Note Note
32776 status open
32777
32778 \begin_layout Plain Layout
32779 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32780  
32781 \series bold
32782 marginnote
32783 \series default
32784  n'est pas installé :
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Standard
32793 Vous devez installer le paquetage \SpecialChar LaTeX
32794  
32795 \series bold
32796 marginnote
32797 \series default
32798  pour voir la suite de cette section dans la sortie imprimée.
32799 \end_layout
32800
32801 \begin_layout Standard
32802 \begin_inset ERT
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806
32807
32808 \backslash
32809 fi
32810 \end_layout
32811
32812 \end_inset
32813
32814
32815 \end_layout
32816
32817 \begin_layout Chapter
32818 Boîtes
32819 \end_layout
32820
32821 \begin_layout Section
32822 Introduction
32823 \begin_inset Index idx
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827 Boîtes ! Introduction
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \end_layout
32834
32835 \begin_layout Standard
32836 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32837  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32838  voir la section
32839 \begin_inset space ~
32840 \end_inset
32841
32842
32843 \begin_inset CommandInset ref
32844 LatexCommand ref
32845 reference "sec:Minipages"
32846
32847 \end_inset
32848
32849 , pour encadrer des portions de texte, voir la section
32850 \begin_inset space ~
32851 \end_inset
32852
32853
32854 \begin_inset CommandInset ref
32855 LatexCommand ref
32856 reference "sec:Décorations"
32857
32858 \end_inset
32859
32860 , pour empêcher que des mots subissent une césure, voir la section
32861 \begin_inset space ~
32862 \end_inset
32863
32864
32865 \begin_inset CommandInset ref
32866 LatexCommand ref
32867 reference "sec:Empêcher-césure"
32868
32869 \end_inset
32870
32871 , pour aligner du texte, voir la section
32872 \begin_inset space ~
32873 \end_inset
32874
32875
32876 \begin_inset CommandInset ref
32877 LatexCommand ref
32878 reference "subsec:Alignement-Vertical"
32879
32880 \end_inset
32881
32882 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32883 \begin_inset space ~
32884 \end_inset
32885
32886
32887 \begin_inset CommandInset ref
32888 LatexCommand ref
32889 reference "sec:Boîtes-colorées"
32890
32891 \end_inset
32892
32893 .
32894 \end_layout
32895
32896 \begin_layout Standard
32897 On peut insérer une boîte en utilisant le menu 
32898 \family sans
32899 Insertion\SpecialChar menuseparator
32900 Boîte
32901 \family default
32902  ou avec le bouton 
32903 \begin_inset Info
32904 type  "icon"
32905 arg   "box-insert Frameless"
32906 \end_inset
32907
32908  de la barre d'outils.
32909  Une boîte grise avec une étiquette 
32910 \family sans
32911 Boîte
32912 \begin_inset space ~
32913 \end_inset
32914
32915 (Minipage)
32916 \family default
32917
32918 \begin_inset Graphics
32919         filename clipart/BoxInsetDefaultQt4.png
32920         scale 65
32921         scaleBeforeRotation
32922
32923 \end_inset
32924
32925  est alors insérée.
32926  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32927  et en choisissant 
32928 \family sans
32929 Paramètres
32930 \family default
32931  .
32932  La fenêtre de dialogue qui apparaît donne accès aux types de
32933 \family sans
32934  Boîte
32935 \begin_inset space ~
32936 \end_inset
32937
32938 Intérieure
32939 \family default
32940  
32941 \family sans
32942 Makebox, Parbox
32943 \family default
32944  et 
32945 \family sans
32946 Minipage
32947 \family default
32948 .
32949  Le type 
32950 \family sans
32951 Minipage
32952 \family default
32953  est le type implicite pour les boîtes nouvellement créées et il est décrit
32954  dans la section
32955 \begin_inset space ~
32956 \end_inset
32957
32958
32959 \begin_inset CommandInset ref
32960 LatexCommand ref
32961 reference "sec:Minipages"
32962
32963 \end_inset
32964
32965 ; le type 
32966 \family sans
32967 Parbox
32968 \family default
32969  est décrit dans la section
32970 \begin_inset space ~
32971 \end_inset
32972
32973
32974 \begin_inset CommandInset ref
32975 LatexCommand ref
32976 reference "sec:Parboxes"
32977
32978 \end_inset
32979
32980  et le type 
32981 \family sans
32982 Makebox
32983 \family default
32984  est décrit dans la section
32985 \begin_inset space ~
32986 \end_inset
32987
32988
32989 \begin_inset CommandInset ref
32990 LatexCommand ref
32991 reference "sec:Empêcher-césure"
32992
32993 \end_inset
32994
32995 .
32996 \end_layout
32997
32998 \begin_layout Standard
32999 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
33000  comme les flottants ou les notes de bas de page.
33001 \end_layout
33002
33003 \begin_layout Standard
33004 \begin_inset Note Greyedout
33005 status open
33006
33007 \begin_layout Plain Layout
33008
33009 \series bold
33010 Note:
33011 \series default
33012  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33013  de type 
33014 \family sans
33015 Liste
33016 \family default
33017  ou 
33018 \family sans
33019 Description
33020 \family default
33021 .
33022 \end_layout
33023
33024 \end_inset
33025
33026
33027 \end_layout
33028
33029 \begin_layout Standard
33030 \begin_inset Note Greyedout
33031 status open
33032
33033 \begin_layout Plain Layout
33034
33035 \series bold
33036 Note:
33037 \series default
33038  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33039 \family sans
33040 Boîte
33041 \begin_inset space ~
33042 \end_inset
33043
33044 Intérieure
33045 \family default
33046  à 
33047 \family sans
33048 Aucune
33049 \family default
33050  que quand vous utilisez une boîte encadrée.
33051  Les boîtes sans 
33052 \family sans
33053 Boîte
33054 \begin_inset space ~
33055 \end_inset
33056
33057 Intérieure
33058 \family default
33059  et sans cadre sont expliquées dans la section
33060 \begin_inset space ~
33061 \end_inset
33062
33063
33064 \begin_inset CommandInset ref
33065 LatexCommand ref
33066 reference "sec:Empêcher-césure"
33067
33068 \end_inset
33069
33070 .
33071 \end_layout
33072
33073 \end_inset
33074
33075
33076 \end_layout
33077
33078 \begin_layout Section
33079 La fenêtre de dialogue Boîte
33080 \begin_inset CommandInset label
33081 LatexCommand label
33082 name "sec:Boîte-Dialogue"
33083
33084 \end_inset
33085
33086
33087 \begin_inset Index idx
33088 status collapsed
33089
33090 \begin_layout Plain Layout
33091 Boîtes ! Fenêtre de dialogue Boîte
33092 \end_layout
33093
33094 \end_inset
33095
33096
33097 \end_layout
33098
33099 \begin_layout Subsection
33100 Taille
33101 \begin_inset Index idx
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105 Boîtes ! Taille
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 Dans la fenêtre de dialogue 
33115 \family sans
33116 Paramètres
33117 \begin_inset space ~
33118 \end_inset
33119
33120 de
33121 \begin_inset space ~
33122 \end_inset
33123
33124 Boîte
33125 \family default
33126  vous pouvez modifier la géométrie de la boîte avec les champs 
33127 \family sans
33128 Largeur
33129 \family default
33130  et 
33131 \family sans
33132 Hauteur
33133 \family default
33134 .
33135  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33136  dans le tableau
33137 \begin_inset space ~
33138 \end_inset
33139
33140
33141 \begin_inset CommandInset ref
33142 LatexCommand ref
33143 reference "tab:Unités"
33144
33145 \end_inset
33146
33147 .
33148  Le champ 
33149 \family sans
33150 Hauteur
33151 \family default
33152  offre en plus les spécifications de taille suivantes :
33153 \end_layout
33154
33155 \begin_layout Description
33156 Profondeur C'est simplement la 
33157 \begin_inset Quotes fld
33158 \end_inset
33159
33160 hauteur
33161 \begin_inset Quotes frd
33162 \end_inset
33163
33164  du texte.
33165  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33166  lignes de texte dans la boîte.
33167 \begin_inset Newline newline
33168 \end_inset
33169
33170
33171 \begin_inset Newline newline
33172 \end_inset
33173
33174
33175 \begin_inset Newline newline
33176 \end_inset
33177
33178
33179 \begin_inset Box Boxed
33180 position "c"
33181 hor_pos "c"
33182 has_inner_box 1
33183 inner_pos "c"
33184 use_parbox 0
33185 use_makebox 0
33186 width "12col%"
33187 special "none"
33188 height "1in"
33189 height_special "depth"
33190 thickness "0.4pt"
33191 separation "3pt"
33192 shadowsize "4pt"
33193 framecolor "black"
33194 backgroundcolor "none"
33195 status open
33196
33197 \begin_layout Plain Layout
33198 \align center
33199 Boîte dont la hauteur est égale à 1
33200 \begin_inset space \thinspace{}
33201 \end_inset
33202
33203 Profondeur
33204 \end_layout
33205
33206 \end_inset
33207
33208
33209 \begin_inset Newline newline
33210 \end_inset
33211
33212
33213 \begin_inset Newline newline
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Description
33220 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33221  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33222  est deux fois plus haute que le texte : 
33223 \begin_inset Box Boxed
33224 position "c"
33225 hor_pos "c"
33226 has_inner_box 1
33227 inner_pos "c"
33228 use_parbox 0
33229 use_makebox 0
33230 width "20col%"
33231 special "none"
33232 height "2in"
33233 height_special "height"
33234 thickness "0.4pt"
33235 separation "3pt"
33236 shadowsize "4pt"
33237 framecolor "black"
33238 backgroundcolor "none"
33239 status open
33240
33241 \begin_layout Plain Layout
33242 \align center
33243 Boîte dont la hauteur est 2
33244 \begin_inset space \thinspace{}
33245 \end_inset
33246
33247 Hauteur
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Description
33256 Hauteur
33257 \begin_inset space ~
33258 \end_inset
33259
33260 Totale C'est égal à Hauteur
33261 \begin_inset space \thinspace{}
33262 \end_inset
33263
33264 +
33265 \begin_inset space \thinspace{}
33266 \end_inset
33267
33268 Profondeur : 
33269 \begin_inset Box Boxed
33270 position "c"
33271 hor_pos "c"
33272 has_inner_box 1
33273 inner_pos "c"
33274 use_parbox 0
33275 use_makebox 0
33276 width "20col%"
33277 special "none"
33278 height "1in"
33279 height_special "totalheight"
33280 thickness "0.4pt"
33281 separation "3pt"
33282 shadowsize "4pt"
33283 framecolor "black"
33284 backgroundcolor "none"
33285 status open
33286
33287 \begin_layout Plain Layout
33288 \align center
33289 Boîte dont la hauteur est 1
33290 \begin_inset space \thinspace{}
33291 \end_inset
33292
33293 Hauteur
33294 \begin_inset space ~
33295 \end_inset
33296
33297 Totale
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \end_layout
33304
33305 \begin_layout Description
33306 Largeur On prend la largeur de la boîte comme hauteur : 
33307 \begin_inset Box Boxed
33308 position "c"
33309 hor_pos "c"
33310 has_inner_box 1
33311 inner_pos "c"
33312 use_parbox 0
33313 use_makebox 0
33314 width "12col%"
33315 special "none"
33316 height "1in"
33317 height_special "width"
33318 thickness "0.4pt"
33319 separation "3pt"
33320 shadowsize "4pt"
33321 framecolor "black"
33322 backgroundcolor "none"
33323 status open
33324
33325 \begin_layout Plain Layout
33326 \align center
33327 Boîte dont la hauteur est 1
33328 \begin_inset space \thinspace{}
33329 \end_inset
33330
33331 Largeur
33332 \end_layout
33333
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Subsection
33340 Alignement
33341 \begin_inset Index idx
33342 status collapsed
33343
33344 \begin_layout Plain Layout
33345 Boîtes ! Alignement
33346 \end_layout
33347
33348 \end_inset
33349
33350
33351 \end_layout
33352
33353 \begin_layout Standard
33354 Quand vous avez choisi une 
33355 \family sans
33356 Boîte
33357 \begin_inset space ~
33358 \end_inset
33359
33360 Intérieure
33361 \family default
33362 , l'alignement vertical de la boîte peut être :
33363 \end_layout
33364
33365 \begin_layout Description
33366 Haut Ceci est un exemple de texte.
33367  
33368 \begin_inset Box Boxed
33369 position "t"
33370 hor_pos "c"
33371 has_inner_box 1
33372 inner_pos "c"
33373 use_parbox 0
33374 use_makebox 0
33375 width "12col%"
33376 special "none"
33377 height "1in"
33378 height_special "totalheight"
33379 thickness "0.4pt"
33380 separation "3pt"
33381 shadowsize "4pt"
33382 framecolor "black"
33383 backgroundcolor "none"
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387 \align center
33388 Cette boîte est alignée sur le haut.
33389 \end_layout
33390
33391 \end_inset
33392
33393  Ceci est un exemple de texte.
33394 \end_layout
33395
33396 \begin_layout Description
33397 Milieu Ceci est un exemple de texte.
33398  
33399 \begin_inset Box Boxed
33400 position "c"
33401 hor_pos "c"
33402 has_inner_box 1
33403 inner_pos "c"
33404 use_parbox 0
33405 use_makebox 0
33406 width "12col%"
33407 special "none"
33408 height "1in"
33409 height_special "totalheight"
33410 thickness "0.4pt"
33411 separation "3pt"
33412 shadowsize "4pt"
33413 framecolor "black"
33414 backgroundcolor "none"
33415 status collapsed
33416
33417 \begin_layout Plain Layout
33418 \align center
33419 Cette boîte est alignée au centre.
33420 \end_layout
33421
33422 \end_inset
33423
33424  Ceci est un exemple de texte.
33425 \end_layout
33426
33427 \begin_layout Description
33428 Bas Ceci est un exemple de texte.
33429  
33430 \begin_inset Box Boxed
33431 position "b"
33432 hor_pos "c"
33433 has_inner_box 1
33434 inner_pos "c"
33435 use_parbox 0
33436 use_makebox 0
33437 width "12col%"
33438 special "none"
33439 height "1in"
33440 height_special "totalheight"
33441 thickness "0.4pt"
33442 separation "3pt"
33443 shadowsize "4pt"
33444 framecolor "black"
33445 backgroundcolor "none"
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449 \align center
33450 Cette boîte est alignée sur le bas.
33451 \end_layout
33452
33453 \end_inset
33454
33455  Ceci est un exemple de texte.
33456 \end_layout
33457
33458 \begin_layout Standard
33459 \begin_inset Note Greyedout
33460 status open
33461
33462 \begin_layout Plain Layout
33463
33464 \series bold
33465 Note:
33466 \series default
33467  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33468  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33469  l'autre non.
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \begin_layout Standard
33478 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33479  paragraphe grâce à la fenêtre de dialogue 
33480 \family sans
33481 Paramètres
33482 \begin_inset space ~
33483 \end_inset
33484
33485 de
33486 \begin_inset space ~
33487 \end_inset
33488
33489 Boîte
33490 \family default
33491 .
33492 \end_layout
33493
33494 \begin_layout Standard
33495 \begin_inset VSpace bigskip
33496 \end_inset
33497
33498 Quand vous avez choisi une 
33499 \family sans
33500 Boîte
33501 \begin_inset space ~
33502 \end_inset
33503
33504 Intérieure
33505 \family default
33506 , l'alignement vertical du contenu de la boîte peut être :
33507 \end_layout
33508
33509 \begin_layout Description
33510 haut Ceci est un exemple de texte.
33511 \begin_inset Box Boxed
33512 position "c"
33513 hor_pos "c"
33514 has_inner_box 1
33515 inner_pos "t"
33516 use_parbox 0
33517 use_makebox 0
33518 width "12col%"
33519 special "none"
33520 height "1.5in"
33521 height_special "totalheight"
33522 thickness "0.4pt"
33523 separation "3pt"
33524 shadowsize "4pt"
33525 framecolor "black"
33526 backgroundcolor "none"
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530 \align center
33531 Le texte de cette boîte est aligné sur le haut.
33532 \end_layout
33533
33534 \end_inset
33535
33536  Ceci est un exemple de texte.
33537 \end_layout
33538
33539 \begin_layout Description
33540 milieu Ceci est un exemple de texte.
33541  
33542 \begin_inset Box Boxed
33543 position "c"
33544 hor_pos "c"
33545 has_inner_box 1
33546 inner_pos "c"
33547 use_parbox 0
33548 use_makebox 0
33549 width "12col%"
33550 special "none"
33551 height "1.5in"
33552 height_special "totalheight"
33553 thickness "0.4pt"
33554 separation "3pt"
33555 shadowsize "4pt"
33556 framecolor "black"
33557 backgroundcolor "none"
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561 \align center
33562 Le texte de cette boîte est aligné au centre
33563 \end_layout
33564
33565 \end_inset
33566
33567  Ceci est un exemple de texte.
33568 \end_layout
33569
33570 \begin_layout Description
33571 bas Ceci est un exemple de texte.
33572  
33573 \begin_inset Box Boxed
33574 position "c"
33575 hor_pos "c"
33576 has_inner_box 1
33577 inner_pos "b"
33578 use_parbox 0
33579 use_makebox 0
33580 width "12col%"
33581 special "none"
33582 height "1.5in"
33583 height_special "totalheight"
33584 thickness "0.4pt"
33585 separation "3pt"
33586 shadowsize "4pt"
33587 framecolor "black"
33588 backgroundcolor "none"
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592 \align center
33593 Le texte de cette boîte est aligné en bas.
33594 \end_layout
33595
33596 \end_inset
33597
33598  Ceci est un exemple de texte.
33599 \end_layout
33600
33601 \begin_layout Description
33602 élongation Ceci est un exemple de texte.
33603  
33604 \begin_inset Box Boxed
33605 position "c"
33606 hor_pos "c"
33607 has_inner_box 1
33608 inner_pos "s"
33609 use_parbox 0
33610 use_makebox 0
33611 width "12col%"
33612 special "none"
33613 height "1.5in"
33614 height_special "totalheight"
33615 thickness "0.4pt"
33616 separation "3pt"
33617 shadowsize "4pt"
33618 framecolor "black"
33619 backgroundcolor "none"
33620 status collapsed
33621
33622 \begin_layout Plain Layout
33623 \align center
33624 Le texte 
33625 \end_layout
33626
33627 \begin_layout Plain Layout
33628 \align center
33629 de cette
33630 \end_layout
33631
33632 \begin_layout Plain Layout
33633 \align center
33634 boîte est
33635 \end_layout
33636
33637 \begin_layout Plain Layout
33638 \align center
33639 allongé.
33640 \end_layout
33641
33642 \end_inset
33643
33644  Ceci est un exemple de texte.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33649  paragraphe.
33650  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33651 \end_layout
33652
33653 \begin_layout Standard
33654 \begin_inset VSpace bigskip
33655 \end_inset
33656
33657 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33658  la fenêtre de dialogue 
33659 \family sans
33660 Paramètres
33661 \begin_inset space ~
33662 \end_inset
33663
33664 de
33665 \begin_inset space ~
33666 \end_inset
33667
33668 paragraphe
33669 \family default
33670  quand vous avez choisi une 
33671 \family sans
33672 Boîte
33673 \begin_inset space ~
33674 \end_inset
33675
33676 Intérieure
33677 \family default
33678 .
33679 \end_layout
33680
33681 \begin_layout Standard
33682 \align center
33683 \begin_inset Box Boxed
33684 position "c"
33685 hor_pos "c"
33686 has_inner_box 1
33687 inner_pos "s"
33688 use_parbox 0
33689 use_makebox 0
33690 width "15col%"
33691 special "none"
33692 height "1.25in"
33693 height_special "totalheight"
33694 thickness "0.4pt"
33695 separation "3pt"
33696 shadowsize "4pt"
33697 framecolor "black"
33698 backgroundcolor "none"
33699 status open
33700
33701 \begin_layout Plain Layout
33702 \align left
33703 Le texte de 
33704 \end_layout
33705
33706 \begin_layout Plain Layout
33707 \align left
33708 cette boîte
33709 \end_layout
33710
33711 \begin_layout Plain Layout
33712 \align right
33713 est allongé.
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Standard
33722 Si vous n'avez pas choisi une 
33723 \family sans
33724 Boîte
33725 \begin_inset space ~
33726 \end_inset
33727
33728 Intérieure
33729 \family default
33730 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33731  de dialogue de boîte.
33732 \begin_inset Separator parbreak
33733 \end_inset
33734
33735
33736 \end_layout
33737
33738 \begin_layout Standard
33739 \align center
33740 \begin_inset Box Boxed
33741 position "c"
33742 hor_pos "s"
33743 has_inner_box 0
33744 inner_pos "s"
33745 use_parbox 0
33746 use_makebox 0
33747 width "90col%"
33748 special "none"
33749 height "1.25in"
33750 height_special "totalheight"
33751 thickness "0.4pt"
33752 separation "3pt"
33753 shadowsize "4pt"
33754 framecolor "black"
33755 backgroundcolor "none"
33756 status open
33757
33758 \begin_layout Plain Layout
33759 Le texte de cette boîte est allongé horizontalement.
33760 \end_layout
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Subsection
33768 Décorations
33769 \begin_inset CommandInset label
33770 LatexCommand label
33771 name "sec:Décorations"
33772
33773 \end_inset
33774
33775
33776 \begin_inset Index idx
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780 Boîtes ! Décorations
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \begin_layout Standard
33789 On peut spécifier le style de la boîte en utilisant la liste déroulante
33790  
33791 \family sans
33792 Décoration
33793 \family default
33794 .
33795  Les possibilités sont les suivantes :
33796 \end_layout
33797
33798 \begin_layout Description
33799 Aucun
33800 \begin_inset space ~
33801 \end_inset
33802
33803 cadre
33804 \begin_inset space ~
33805 \end_inset
33806
33807 tracé Rien n'est tracé
33808 \end_layout
33809
33810 \begin_layout Description
33811 Cadre
33812 \begin_inset space ~
33813 \end_inset
33814
33815 rectangulaire
33816 \begin_inset space ~
33817 \end_inset
33818
33819 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33820  L'épaisseur du trait de ce cadre peut être précisé.
33821 \begin_inset Newline newline
33822 \end_inset
33823
33824
33825 \begin_inset Box Boxed
33826 position "c"
33827 hor_pos "c"
33828 has_inner_box 1
33829 inner_pos "c"
33830 use_parbox 0
33831 use_makebox 0
33832 width "20col%"
33833 special "none"
33834 height "1in"
33835 height_special "totalheight"
33836 thickness "0.4pt"
33837 separation "3pt"
33838 shadowsize "4pt"
33839 framecolor "black"
33840 backgroundcolor "none"
33841 status open
33842
33843 \begin_layout Plain Layout
33844 \align center
33845 Boîte rectangulaire
33846 \end_layout
33847
33848 \end_inset
33849
33850
33851 \end_layout
33852
33853 \begin_layout Description
33854 Cadre
33855 \begin_inset space ~
33856 \end_inset
33857
33858 oval,
33859 \begin_inset space ~
33860 \end_inset
33861
33862 fin Ceci dessine un cadre ovalisée autour de la boîte.
33863  L'épaisseur du trait de ce cadre est de  0.4
33864 \begin_inset space \thinspace{}
33865 \end_inset
33866
33867 pt.
33868  
33869 \begin_inset Box ovalbox
33870 position "c"
33871 hor_pos "c"
33872 has_inner_box 1
33873 inner_pos "c"
33874 use_parbox 0
33875 use_makebox 0
33876 width "20col%"
33877 special "none"
33878 height "1in"
33879 height_special "totalheight"
33880 thickness "0.4pt"
33881 separation "3pt"
33882 shadowsize "4pt"
33883 framecolor "black"
33884 backgroundcolor "none"
33885 status open
33886
33887 \begin_layout Plain Layout
33888 \align center
33889 Boîte ovalisée, fine
33890 \end_layout
33891
33892 \end_inset
33893
33894
33895 \end_layout
33896
33897 \begin_layout Description
33898 Cadre
33899 \begin_inset space ~
33900 \end_inset
33901
33902 oval,
33903 \begin_inset space ~
33904 \end_inset
33905
33906 épais Ceci dessine un cadre ovalisée autour de la boîte.
33907  L'épaisseur du trait de ce cadre est de   0.8
33908 \begin_inset space \thinspace{}
33909 \end_inset
33910
33911 pt.
33912  
33913 \begin_inset Box Ovalbox
33914 position "c"
33915 hor_pos "c"
33916 has_inner_box 1
33917 inner_pos "c"
33918 use_parbox 0
33919 use_makebox 0
33920 width "20col%"
33921 special "none"
33922 height "1in"
33923 height_special "totalheight"
33924 thickness "0.4pt"
33925 separation "3pt"
33926 shadowsize "4pt"
33927 framecolor "black"
33928 backgroundcolor "none"
33929 status open
33930
33931 \begin_layout Plain Layout
33932 \align center
33933 Boîte ovalisée, épaisse
33934 \end_layout
33935
33936 \end_inset
33937
33938
33939 \end_layout
33940
33941 \begin_layout Description
33942 Ombre
33943 \begin_inset space ~
33944 \end_inset
33945
33946 en
33947 \begin_inset space ~
33948 \end_inset
33949
33950 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33951  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
33952  
33953 \begin_inset Box Shadowbox
33954 position "c"
33955 hor_pos "c"
33956 has_inner_box 1
33957 inner_pos "c"
33958 use_parbox 0
33959 use_makebox 0
33960 width "20col%"
33961 special "none"
33962 height "1in"
33963 height_special "totalheight"
33964 thickness "0.4pt"
33965 separation "3pt"
33966 shadowsize "4pt"
33967 framecolor "black"
33968 backgroundcolor "none"
33969 status open
33970
33971 \begin_layout Plain Layout
33972 \align center
33973 Boîte ombrée
33974 \end_layout
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \begin_layout Description
33982 Fond
33983 \begin_inset space ~
33984 \end_inset
33985
33986 ombré Ceci dessine une boîte avec un arrière plan rouge.
33987  Contrairement aux boîtes coloriées
33988 \begin_inset Foot
33989 status collapsed
33990
33991 \begin_layout Plain Layout
33992 Voir la section
33993 \begin_inset space ~
33994 \end_inset
33995
33996
33997 \begin_inset CommandInset ref
33998 LatexCommand ref
33999 reference "sec:Boîtes-colorées"
34000
34001 \end_inset
34002
34003 .
34004 \end_layout
34005
34006 \end_inset
34007
34008 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34009  son propre paragraphe.
34010 \begin_inset Box Shaded
34011 position "t"
34012 hor_pos "c"
34013 has_inner_box 0
34014 inner_pos "t"
34015 use_parbox 0
34016 use_makebox 0
34017 width "50col%"
34018 special "none"
34019 height "1in"
34020 height_special "totalheight"
34021 thickness "0.4pt"
34022 separation "3pt"
34023 shadowsize "4pt"
34024 framecolor "black"
34025 backgroundcolor "none"
34026 status open
34027
34028 \begin_layout Plain Layout
34029 Boîte avec fond ombré
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \begin_layout Description
34038 Cadre
34039 \begin_inset space ~
34040 \end_inset
34041
34042 rectangulaire
34043 \begin_inset space ~
34044 \end_inset
34045
34046 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34047  boîte.
34048  L'épaisseur du trait du cadre interne est de 0.75
34049 \begin_inset space \thinspace{}
34050 \end_inset
34051
34052 épaisseur
34053 \begin_inset space ~
34054 \end_inset
34055
34056 du
34057 \begin_inset space ~
34058 \end_inset
34059
34060 trait, l'épaisseur du trait du cadre externe est de 1.5
34061 \begin_inset space \thinspace{}
34062 \end_inset
34063
34064 épaisseur
34065 \begin_inset space ~
34066 \end_inset
34067
34068 du
34069 \begin_inset space ~
34070 \end_inset
34071
34072 trait.
34073  La distance entre les deux cadres est de 1.5
34074 \begin_inset space \thinspace{}
34075 \end_inset
34076
34077 épaisseur
34078 \begin_inset space ~
34079 \end_inset
34080
34081 du
34082 \begin_inset space ~
34083 \end_inset
34084
34085 trait
34086 \begin_inset space \thinspace{}
34087 \end_inset
34088
34089 +
34090 \begin_inset space \thinspace{}
34091 \end_inset
34092
34093 0.5
34094 \begin_inset space \thinspace{}
34095 \end_inset
34096
34097 pt.
34098  
34099 \begin_inset Box Doublebox
34100 position "c"
34101 hor_pos "c"
34102 has_inner_box 1
34103 inner_pos "c"
34104 use_parbox 0
34105 use_makebox 0
34106 width "20col%"
34107 special "none"
34108 height "1in"
34109 height_special "totalheight"
34110 thickness "0.4pt"
34111 separation "3pt"
34112 shadowsize "4pt"
34113 framecolor "black"
34114 backgroundcolor "none"
34115 status open
34116
34117 \begin_layout Plain Layout
34118 \align center
34119 Boîte double
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128 \begin_inset VSpace bigskip
34129 \end_inset
34130
34131 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34132  s'adapte pour montrer le style
34133  de boîte utilisé.
34134  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34135  le paquetage \SpecialChar LaTeX
34136  
34137 \series bold
34138 fancybox
34139 \series default
34140
34141 \begin_inset Index idx
34142 status collapsed
34143
34144 \begin_layout Plain Layout
34145 Paquetages \SpecialChar LaTeX
34146  ! fancybox
34147 \end_layout
34148
34149 \end_inset
34150
34151 .
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \begin_inset VSpace bigskip
34156 \end_inset
34157
34158 Quand vous utilisez le style de décoration 
34159 \family sans
34160 cadre rectangulaire simple
34161 \family default
34162  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34163  de la boîte.
34164  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34165  prendra toute la largeur de la colonne et la boîte sera considérée comme
34166  son propre paragraphe: 
34167 \begin_inset Box Framed
34168 position "t"
34169 hor_pos "c"
34170 has_inner_box 0
34171 inner_pos "t"
34172 use_parbox 0
34173 use_makebox 0
34174 width "100col%"
34175 special "none"
34176 height "1in"
34177 height_special "totalheight"
34178 thickness "0.4pt"
34179 separation "3pt"
34180 shadowsize "4pt"
34181 framecolor "black"
34182 backgroundcolor "none"
34183 status collapsed
34184
34185 \begin_layout Plain Layout
34186 Boîte avec cadre simple et sauts de page
34187 \end_layout
34188
34189 \end_inset
34190
34191
34192 \end_layout
34193
34194 \begin_layout Section
34195 Personnalisation des boîtes
34196 \begin_inset Index idx
34197 status collapsed
34198
34199 \begin_layout Plain Layout
34200 Boîtes! Personnalisation
34201 \end_layout
34202
34203 \end_inset
34204
34205
34206 \end_layout
34207
34208 \begin_layout Standard
34209 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34210  la commande 
34211 \series bold
34212
34213 \backslash
34214 cornersize
34215 \series default
34216 .
34217  Par exemple, la commande
34218 \end_layout
34219
34220 \begin_layout Standard
34221
34222 \series bold
34223
34224 \backslash
34225 cornersize*{1cm}
34226 \end_layout
34227
34228 \begin_layout Standard
34229 donne un diamètre de 1
34230 \begin_inset space \thinspace{}
34231 \end_inset
34232
34233 cm.
34234  La commande
34235 \end_layout
34236
34237 \begin_layout Standard
34238
34239 \series bold
34240
34241 \backslash
34242 cornersize{num}
34243 \end_layout
34244
34245 \begin_layout Standard
34246 fixe le diamètre à 
34247 \family sans
34248 num
34249 \begin_inset space \thinspace{}
34250 \end_inset
34251
34252 ×
34253 \begin_inset space \thinspace{}
34254 \end_inset
34255
34256 minimum(largeur et hauteur de la boîte)
34257 \family default
34258 .
34259  La valeur implicite est 
34260 \series bold
34261
34262 \backslash
34263 cornersize{0.5}
34264 \series default
34265 .
34266 \end_layout
34267
34268 \begin_layout Standard
34269 \begin_inset ERT
34270 status collapsed
34271
34272 \begin_layout Plain Layout
34273
34274
34275 \backslash
34276 cornersize*{1.5cm}
34277 \end_layout
34278
34279 \end_inset
34280
34281
34282 \begin_inset Box Ovalbox
34283 position "c"
34284 hor_pos "c"
34285 has_inner_box 1
34286 inner_pos "c"
34287 use_parbox 0
34288 use_makebox 0
34289 width "25col%"
34290 special "none"
34291 height "1in"
34292 height_special "totalheight"
34293 thickness "0.4pt"
34294 separation "3pt"
34295 shadowsize "4pt"
34296 framecolor "black"
34297 backgroundcolor "none"
34298 status open
34299
34300 \begin_layout Plain Layout
34301 \align center
34302 Boîte ovale avec 
34303 \series bold
34304
34305 \backslash
34306 cornersize
34307 \series default
34308
34309 \begin_inset space \thinspace{}
34310 \end_inset
34311
34312 =
34313 \begin_inset space \thinspace{}
34314 \end_inset
34315
34316 1.5
34317 \begin_inset space \thinspace{}
34318 \end_inset
34319
34320 cm
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \begin_inset ERT
34327 status collapsed
34328
34329 \begin_layout Plain Layout
34330
34331
34332 \backslash
34333 cornersize{0.5}
34334 \end_layout
34335
34336 \end_inset
34337
34338
34339 \end_layout
34340
34341 \begin_layout Standard
34342 \begin_inset VSpace bigskip
34343 \end_inset
34344
34345
34346 \end_layout
34347
34348 \begin_layout Standard
34349 La couleur rouge utilisée implicitement pour les boîtes à 
34350 \family sans
34351 Fond
34352 \begin_inset space ~
34353 \end_inset
34354
34355 ombré
34356 \family default
34357  peut soit être modifiée localement avec la commande 
34358 \series bold
34359
34360 \backslash
34361 definecolor{shadecolor}
34362 \series default
34363 , soit globalement avec le menu 
34364 \family sans
34365 Outils\SpecialChar menuseparator
34366 Préférences
34367 \family default
34368 \SpecialChar menuseparator
34369
34370 \family sans
34371 Couleurs\SpecialChar menuseparator
34372 boîte
34373 \begin_inset space ~
34374 \end_inset
34375
34376 ombrée
34377 \family default
34378 .
34379  La syntaxe de la commande 
34380 \series bold
34381
34382 \backslash
34383 definecolor
34384 \series default
34385  est expliquée dans la section
34386 \begin_inset space ~
34387 \end_inset
34388
34389
34390 \begin_inset CommandInset ref
34391 LatexCommand ref
34392 reference "sec:Tableaux-Colorés"
34393
34394 \end_inset
34395
34396 .
34397 \begin_inset Foot
34398 status collapsed
34399
34400 \begin_layout Plain Layout
34401 Notez que l'utilisation de 
34402 \series bold
34403
34404 \backslash
34405 definecolor
34406 \series default
34407  ne peut se faire sans le paquetage \SpecialChar LaTeX
34408  
34409 \series bold
34410 color
34411 \series default
34412  dans le préambule, voir la section
34413 \begin_inset space ~
34414 \end_inset
34415
34416
34417 \begin_inset CommandInset ref
34418 LatexCommand ref
34419 reference "sec:Boîtes-colorées"
34420
34421 \end_inset
34422
34423 .
34424  
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Standard
34433 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34434  le commande en code \SpecialChar TeX
34435  suivantes
34436 \end_layout
34437
34438 \begin_layout Standard
34439
34440 \series bold
34441
34442 \backslash
34443 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34444 \end_layout
34445
34446 \begin_layout Standard
34447 \begin_inset ERT
34448 status collapsed
34449
34450 \begin_layout Plain Layout
34451
34452
34453 \backslash
34454 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \begin_inset Box Shaded
34461 position "t"
34462 hor_pos "c"
34463 has_inner_box 0
34464 inner_pos "t"
34465 use_parbox 0
34466 use_makebox 0
34467 width "100col%"
34468 special "none"
34469 height "1in"
34470 height_special "totalheight"
34471 thickness "0.4pt"
34472 separation "3pt"
34473 shadowsize "4pt"
34474 framecolor "black"
34475 backgroundcolor "none"
34476 status open
34477
34478 \begin_layout Plain Layout
34479
34480 \color yellow
34481 Ceci est un texte jaune dans une boîte à 
34482 \family sans
34483 Fond
34484 \begin_inset space ~
34485 \end_inset
34486
34487 ombré
34488 \family default
34489 \color inherit
34490  
34491 \color yellow
34492 avec un fond vert foncé.
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \begin_inset ERT
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502
34503
34504 \backslash
34505 definecolor{shadecolor}{rgb}{1,0,0}
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \begin_layout Standard
34514 \begin_inset VSpace bigskip
34515 \end_inset
34516
34517
34518 \end_layout
34519
34520 \begin_layout Standard
34521 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34522  boîtes qui suivent la commandes qui les a changées.
34523 \end_layout
34524
34525 \begin_layout Section
34526 Minipages
34527 \begin_inset CommandInset label
34528 LatexCommand label
34529 name "sec:Minipages"
34530
34531 \end_inset
34532
34533
34534 \begin_inset Index idx
34535 status collapsed
34536
34537 \begin_layout Plain Layout
34538 Boîtes ! Minipages
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \begin_layout Standard
34547 \SpecialChar LaTeX
34548  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34549  d'une page.
34550  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34551  règles d'indentation, de saut de ligne, etc.
34552  s'appliquent.
34553 \end_layout
34554
34555 \begin_layout Standard
34556 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34557  langues.
34558 \end_layout
34559
34560 \begin_layout Standard
34561 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34562  Leur largeur est fixée à 45
34563 \begin_inset space \thinspace{}
34564 \end_inset
34565
34566 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34567  via le menu 
34568 \family sans
34569 Insertion\SpecialChar menuseparator
34570 Typographie
34571 \begin_inset space ~
34572 \end_inset
34573
34574 spéciale\SpecialChar menuseparator
34575 Ressort
34576 \begin_inset space ~
34577 \end_inset
34578
34579 Horizontal
34580 \family default
34581 .
34582 \end_layout
34583
34584 \begin_layout Standard
34585 \begin_inset Box Frameless
34586 position "t"
34587 hor_pos "c"
34588 has_inner_box 1
34589 inner_pos "c"
34590 use_parbox 0
34591 use_makebox 0
34592 width "45col%"
34593 special "none"
34594 height "1in"
34595 height_special "totalheight"
34596 thickness "0.4pt"
34597 separation "3pt"
34598 shadowsize "4pt"
34599 framecolor "black"
34600 backgroundcolor "none"
34601 status open
34602
34603 \begin_layout Plain Layout
34604 Ceci est un texte en français.
34605  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  Ceci est un texte en français.
34610  Ceci est un texte en français.
34611  Ceci est un texte en français.Ceci est un texte en français.
34612  Ceci est un texte en français.
34613  Ceci est un texte en français.
34614  Ceci est un texte en français
34615 \begin_inset Foot
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619 Ceci est une note de bas de page en français.
34620 \end_layout
34621
34622 \end_inset
34623
34624 .Ceci est un texte en français
34625 \end_layout
34626
34627 \end_inset
34628
34629
34630 \begin_inset space \hfill{}
34631 \end_inset
34632
34633
34634 \begin_inset Box Frameless
34635 position "t"
34636 hor_pos "c"
34637 has_inner_box 1
34638 inner_pos "c"
34639 use_parbox 0
34640 use_makebox 0
34641 width "45col%"
34642 special "none"
34643 height "1in"
34644 height_special "totalheight"
34645 thickness "0.4pt"
34646 separation "3pt"
34647 shadowsize "4pt"
34648 framecolor "black"
34649 backgroundcolor "none"
34650 status open
34651
34652 \begin_layout Plain Layout
34653
34654 \lang english
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  This is an English Text.
34666  This is an English Text.
34667  This is an English Text.
34668  This is an English Text.
34669  This is an English Text.
34670  This is an English Text.
34671 \begin_inset Foot
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676 \lang english
34677 This is an English footnote.
34678 \end_layout
34679
34680 \end_inset
34681
34682  This is an English Text.
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Standard
34691 \begin_inset VSpace bigskip
34692 \end_inset
34693
34694 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34695  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34696  minipages, même si vous les avez mis par exemple à 
34697 \family sans
34698 Moyen
34699 \family default
34700  dans les paramètres du document.
34701 \end_layout
34702
34703 \begin_layout Standard
34704 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34705  portion de texte, voyez la section
34706 \begin_inset space ~
34707 \end_inset
34708
34709
34710 \begin_inset CommandInset ref
34711 LatexCommand ref
34712 reference "sec:Boîtes-colorées"
34713
34714 \end_inset
34715
34716 .
34717 \end_layout
34718
34719 \begin_layout Standard
34720 \begin_inset Note Greyedout
34721 status open
34722
34723 \begin_layout Plain Layout
34724
34725 \series bold
34726 Note:
34727 \series default
34728  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34729  mais les minipages peuvent être utilisées dans un tableau, un flottant
34730  ou une autre boîte.
34731 \end_layout
34732
34733 \end_inset
34734
34735
34736 \end_layout
34737
34738 \begin_layout Standard
34739 \begin_inset VSpace bigskip
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Standard
34746 \SpecialChar LyX
34747  propose également une fonctionnalité de base pour des minipages dont la
34748  taille est automatiquement déterminée par la largeur de leur contenu, via
34749  le module 
34750 \family sans
34751 Minipages de largeur variable
34752 \family default
34753 .
34754  Le fichier du répertoire des exemples \SpecialChar LyX
34755  
34756 \emph on
34757 varwidth-floats-side-by-side
34758 \emph default
34759  illustre l'utilisation de minipages de largeur variable pour placer deux
34760  flottants côte à côte.
34761 \end_layout
34762
34763 \begin_layout Section
34764 Les parboxes
34765 \begin_inset CommandInset label
34766 LatexCommand label
34767 name "sec:Parboxes"
34768
34769 \end_inset
34770
34771
34772 \begin_inset Index idx
34773 status collapsed
34774
34775 \begin_layout Plain Layout
34776 Boîtes ! Parboxes
34777 \end_layout
34778
34779 \end_inset
34780
34781
34782 \end_layout
34783
34784 \begin_layout Standard
34785 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34786  ne peuvent avoir de note de bas de page.
34787 \begin_inset Separator parbreak
34788 \end_inset
34789
34790
34791 \end_layout
34792
34793 \begin_layout Standard
34794 \align center
34795 \begin_inset Box Frameless
34796 position "t"
34797 hor_pos "c"
34798 has_inner_box 1
34799 inner_pos "t"
34800 use_parbox 1
34801 use_makebox 0
34802 width "33col%"
34803 special "none"
34804 height "1in"
34805 height_special "totalheight"
34806 thickness "0.4pt"
34807 separation "3pt"
34808 shadowsize "4pt"
34809 framecolor "black"
34810 backgroundcolor "none"
34811 status open
34812
34813 \begin_layout Plain Layout
34814 Ceci est un texte à l'intérieur d'une parbox.
34815  Ceci est un texte à l'intérieur d'une parbox.
34816 \end_layout
34817
34818 \begin_layout Plain Layout
34819 Cette note de bas de page ne devrait pas apparaître :
34820 \begin_inset Foot
34821 status open
34822
34823 \begin_layout Plain Layout
34824 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34825  pas.
34826 \end_layout
34827
34828 \end_inset
34829
34830
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \begin_layout Section
34839 Des boîtes pour les mots et les caractères
34840 \begin_inset Index idx
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844 Boîtes ! Pour les caractères
34845 \end_layout
34846
34847 \end_inset
34848
34849
34850 \end_layout
34851
34852 \begin_layout Subsection
34853 Empêcher la césure
34854 \begin_inset CommandInset label
34855 LatexCommand label
34856 name "sec:Empêcher-césure"
34857
34858 \end_inset
34859
34860
34861 \begin_inset Index idx
34862 status collapsed
34863
34864 \begin_layout Plain Layout
34865 Boîtes ! Pour empêcher la césure
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Standard
34874 Vous pouvez utiliser une boîte de type 
34875 \family sans
34876 Makebox
34877 \family default
34878  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34879 \begin_inset Newline newline
34880 \end_inset
34881
34882 Voici un exemple de texte :
34883 \end_layout
34884
34885 \begin_layout Standard
34886 Cette ligne est un exemple comment vous pouvez empêcher une césure
34887 \begin_inset space ~
34888 \end_inset
34889
34890
34891 \begin_inset Quotes fld
34892 \end_inset
34893
34894 motTrèsTrèsLong
34895 \begin_inset Quotes frd
34896 \end_inset
34897
34898
34899 \end_layout
34900
34901 \begin_layout Standard
34902 Pour empêcher que le mot 
34903 \begin_inset Quotes fld
34904 \end_inset
34905
34906 motTrèsTrèsLong
34907 \begin_inset Quotes frd
34908 \end_inset
34909
34910  soit coupé, mettez le mot dans une boîte, mettez 
34911 \family sans
34912 Boîte
34913 \begin_inset space ~
34914 \end_inset
34915
34916 intérieure
34917 \family default
34918  à 
34919 \family sans
34920 Makebox
34921 \family default
34922  sans spécifier de largeur.
34923 \end_layout
34924
34925 \begin_layout Standard
34926 Voici le résultat :
34927 \end_layout
34928
34929 \begin_layout Standard
34930 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34931  
34932 \begin_inset Box Frameless
34933 position "t"
34934 hor_pos "c"
34935 has_inner_box 1
34936 inner_pos "t"
34937 use_parbox 0
34938 use_makebox 1
34939 width ""
34940 special "none"
34941 height "1in"
34942 height_special "totalheight"
34943 thickness "0.4pt"
34944 separation "3pt"
34945 shadowsize "4pt"
34946 framecolor "black"
34947 backgroundcolor "none"
34948 status open
34949
34950 \begin_layout Plain Layout
34951 \begin_inset Quotes fld
34952 \end_inset
34953
34954 motTrèsTrèsLong
34955 \begin_inset Quotes frd
34956 \end_inset
34957
34958
34959 \end_layout
34960
34961 \end_inset
34962
34963
34964 \end_layout
34965
34966 \begin_layout Standard
34967 Une autre méthode consiste à mettre la commande 
34968 \series bold
34969
34970 \begin_inset Quotes fld
34971 \end_inset
34972
34973
34974 \backslash
34975 -
34976 \series default
34977
34978 \begin_inset Quotes frd
34979 \end_inset
34980
34981  en code \SpecialChar TeX
34982 , juste avant le mot :
34983 \end_layout
34984
34985 \begin_layout Standard
34986 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34987  
34988 \begin_inset Quotes fld
34989 \end_inset
34990
34991
34992 \begin_inset ERT
34993 status collapsed
34994
34995 \begin_layout Plain Layout
34996
34997
34998 \backslash
34999 -
35000 \end_layout
35001
35002 \end_inset
35003
35004 motTrèsTrèsLong
35005 \begin_inset Quotes frd
35006 \end_inset
35007
35008
35009 \end_layout
35010
35011 \begin_layout Standard
35012 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35013  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35014 \family sans
35015 Insertion\SpecialChar menuseparator
35016 Typographie
35017 \begin_inset space ~
35018 \end_inset
35019
35020 spéciale\SpecialChar menuseparator
35021 Passage
35022 \begin_inset space ~
35023 \end_inset
35024
35025 à
35026 \begin_inset space ~
35027 \end_inset
35028
35029 la
35030 \begin_inset space ~
35031 \end_inset
35032
35033 Ligne
35034 \family default
35035  (raccourci 
35036 \family sans
35037 Ctrl-Entrée
35038 \family default
35039 ) :
35040 \end_layout
35041
35042 \begin_layout Standard
35043 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35044 \begin_inset Newline newline
35045 \end_inset
35046
35047
35048 \begin_inset Box Frameless
35049 position "t"
35050 hor_pos "c"
35051 has_inner_box 1
35052 inner_pos "t"
35053 use_parbox 0
35054 use_makebox 1
35055 width ""
35056 special "none"
35057 height "1in"
35058 height_special "totalheight"
35059 thickness "0.4pt"
35060 separation "3pt"
35061 shadowsize "4pt"
35062 framecolor "black"
35063 backgroundcolor "none"
35064 status open
35065
35066 \begin_layout Plain Layout
35067 \begin_inset Quotes fld
35068 \end_inset
35069
35070 motTrèsTrèsLong
35071 \begin_inset Quotes frd
35072 \end_inset
35073
35074
35075 \end_layout
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \begin_layout Subsection
35083 Alignement vertical
35084 \begin_inset CommandInset label
35085 LatexCommand label
35086 name "subsec:Alignement-Vertical"
35087
35088 \end_inset
35089
35090
35091 \begin_inset Index idx
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095 Boîtes ! Pour l'alignement vertical
35096 \end_layout
35097
35098 \end_inset
35099
35100
35101 \begin_inset Index idx
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105 Boîtes ! Boîtes élévatrices
35106 \end_layout
35107
35108 \end_inset
35109
35110
35111 \begin_inset Index idx
35112 status collapsed
35113
35114 \begin_layout Plain Layout
35115 Raisebox|see
35116 \begin_inset ERT
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120
35121 {
35122 \end_layout
35123
35124 \end_inset
35125
35126 Boîtes élévatrices
35127 \begin_inset ERT
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131
35132 }
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \end_inset
35141
35142
35143 \end_layout
35144
35145 \begin_layout Standard
35146 Avec la commande 
35147 \series bold
35148
35149 \backslash
35150 raisebox
35151 \series default
35152  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35153  par rapport au texte qui l'entoure.
35154  La commande
35155 \series bold
35156  
35157 \backslash
35158 raisebox
35159 \series default
35160  s'utilise en suivant la syntaxe suivante :
35161 \end_layout
35162
35163 \begin_layout Standard
35164
35165 \series bold
35166
35167 \backslash
35168 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35169 \end_layout
35170
35171 \begin_layout Standard
35172 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35173  pour l'abaisser.
35174 \end_layout
35175
35176 \begin_layout Standard
35177 Pour aligner le mot 
35178 \begin_inset Quotes fld
35179 \end_inset
35180
35181 empêcher
35182 \begin_inset Quotes frd
35183 \end_inset
35184
35185  de façon à ce que le point le plus bas du caractère le plus 
35186 \begin_inset Quotes fld
35187 \end_inset
35188
35189 profond
35190 \begin_inset Quotes frd
35191 \end_inset
35192
35193 , le 
35194 \begin_inset Quotes fld
35195 \end_inset
35196
35197 p
35198 \begin_inset Quotes frd
35199 \end_inset
35200
35201 , soit au niveau de la ligne de base, insérez la commande 
35202 \end_layout
35203
35204 \begin_layout Standard
35205
35206 \series bold
35207
35208 \backslash
35209 raisebox{
35210 \backslash
35211 depth}{
35212 \end_layout
35213
35214 \begin_layout Standard
35215 en code \SpecialChar TeX
35216  avant le mot.
35217  Insérez après le mot l'accolade fermante 
35218 \begin_inset Quotes fld
35219 \end_inset
35220
35221
35222 \series bold
35223 }
35224 \series default
35225
35226 \begin_inset Quotes frd
35227 \end_inset
35228
35229  en code \SpecialChar TeX
35230 .
35231 \begin_inset Newline newline
35232 \end_inset
35233
35234 Voici le résultat :
35235 \end_layout
35236
35237 \begin_layout Standard
35238 Cette ligne de texte contient le mot 
35239 \begin_inset ERT
35240 status open
35241
35242 \begin_layout Plain Layout
35243
35244
35245 \backslash
35246 raisebox{
35247 \backslash
35248 depth}{
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset Quotes fld
35255 \end_inset
35256
35257 empêcher
35258 \begin_inset Quotes frd
35259 \end_inset
35260
35261
35262 \begin_inset ERT
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266
35267 }
35268 \end_layout
35269
35270 \end_inset
35271
35272  comme mot élevé.
35273 \end_layout
35274
35275 \begin_layout Standard
35276 \begin_inset VSpace bigskip
35277 \end_inset
35278
35279 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35280  entre les lignes va être agrandie :
35281 \end_layout
35282
35283 \begin_layout Standard
35284 Cette ligne de texte contient le mot
35285 \begin_inset ERT
35286 status collapsed
35287
35288 \begin_layout Plain Layout
35289
35290
35291 \backslash
35292 raisebox{-
35293 \backslash
35294 depth}{
35295 \end_layout
35296
35297 \end_inset
35298
35299
35300 \begin_inset Quotes fld
35301 \end_inset
35302
35303 empêcher
35304 \begin_inset Quotes frd
35305 \end_inset
35306
35307
35308 \begin_inset ERT
35309 status collapsed
35310
35311 \begin_layout Plain Layout
35312
35313 }
35314 \end_layout
35315
35316 \end_inset
35317
35318  comme mot abaissé.
35319 \begin_inset Newline newline
35320 \end_inset
35321
35322 Cette ligne de texte contient le mot 
35323 \begin_inset ERT
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327
35328
35329 \backslash
35330 raisebox{0.5cm}{
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \begin_inset Quotes fld
35337 \end_inset
35338
35339 tester
35340 \begin_inset Quotes frd
35341 \end_inset
35342
35343
35344 \begin_inset ERT
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348
35349 }
35350 \end_layout
35351
35352 \end_inset
35353
35354  comme mot élevé.
35355 \end_layout
35356
35357 \begin_layout Standard
35358 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35359  mettez la hauteur de la boîte à zéro.
35360  Par exemple utilisez
35361 \end_layout
35362
35363 \begin_layout Standard
35364
35365 \series bold
35366
35367 \backslash
35368 raisebox{-
35369 \backslash
35370 depth}[0pt]{
35371 \end_layout
35372
35373 \begin_layout Standard
35374 Cette ligne de texte contient le mot
35375 \begin_inset ERT
35376 status collapsed
35377
35378 \begin_layout Plain Layout
35379
35380
35381 \backslash
35382 raisebox{-
35383 \backslash
35384 depth}[0pt]{
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \begin_inset Quotes fld
35391 \end_inset
35392
35393 empêcher
35394 \begin_inset Quotes frd
35395 \end_inset
35396
35397
35398 \begin_inset ERT
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402
35403 }
35404 \end_layout
35405
35406 \end_inset
35407
35408  comme mot abaissé.
35409 \begin_inset Newline newline
35410 \end_inset
35411
35412
35413 \begin_inset Newline newline
35414 \end_inset
35415
35416 Cette ligne de texte contient le mot 
35417 \begin_inset ERT
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421
35422
35423 \backslash
35424 raisebox{0.5cm}[0pt]{
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \begin_inset Quotes fld
35431 \end_inset
35432
35433 tester
35434 \begin_inset Quotes frd
35435 \end_inset
35436
35437
35438 \begin_inset ERT
35439 status collapsed
35440
35441 \begin_layout Plain Layout
35442
35443 }
35444 \end_layout
35445
35446 \end_inset
35447
35448  comme mot élevé.
35449 \end_layout
35450
35451 \begin_layout Section
35452 Boîtes colorées
35453 \begin_inset CommandInset label
35454 LatexCommand label
35455 name "sec:Boîtes-colorées"
35456
35457 \end_inset
35458
35459
35460 \begin_inset Index idx
35461 status collapsed
35462
35463 \begin_layout Plain Layout
35464 Boîtes ! Couleur
35465 \end_layout
35466
35467 \end_inset
35468
35469
35470 \end_layout
35471
35472 \begin_layout Standard
35473 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
35474  couleur désirée dans la fenêtre de dialogue de la boîte.
35475  Voici par exemple une boîte avec un fond orangé:
35476 \lang english
35477  
35478 \begin_inset Box Frameless
35479 position "t"
35480 hor_pos "c"
35481 has_inner_box 1
35482 inner_pos "t"
35483 use_parbox 0
35484 use_makebox 1
35485 width ""
35486 special "none"
35487 height "1in"
35488 height_special "totalheight"
35489 thickness "0.4pt"
35490 separation "3pt"
35491 shadowsize "4pt"
35492 framecolor "black"
35493 backgroundcolor "orange"
35494 status open
35495
35496 \begin_layout Plain Layout
35497 Boîte avec un fond orangé
35498 \end_layout
35499
35500 \end_inset
35501
35502
35503 \end_layout
35504
35505 \begin_layout Standard
35506 Si vous utilisez la décoration 
35507 \family sans
35508 Cadre
35509 \begin_inset space ~
35510 \end_inset
35511
35512 rectangulaire
35513 \begin_inset space ~
35514 \end_inset
35515
35516 simple
35517 \family default
35518 , vous pouvez colorer le cadre.
35519  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
35520  le met implicitement
35521  en blanc).
35522  voici un exemple: 
35523 \begin_inset Box Boxed
35524 position "t"
35525 hor_pos "c"
35526 has_inner_box 0
35527 inner_pos "t"
35528 use_parbox 0
35529 use_makebox 0
35530 width ""
35531 special "none"
35532 height "1in"
35533 height_special "totalheight"
35534 thickness "0.4pt"
35535 separation "3pt"
35536 shadowsize "4pt"
35537 framecolor "teal"
35538 backgroundcolor "yellow"
35539 status open
35540
35541 \begin_layout Plain Layout
35542 Box with teal frame color and yellow background color
35543 \end_layout
35544
35545 \end_inset
35546
35547
35548 \end_layout
35549
35550 \begin_layout Standard
35551 \begin_inset VSpace bigskip
35552 \end_inset
35553
35554 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
35555  est en couleurs:
35556 \begin_inset Newline newline
35557 \end_inset
35558
35559
35560 \begin_inset Box Boxed
35561 position "t"
35562 hor_pos "c"
35563 has_inner_box 0
35564 inner_pos "t"
35565 use_parbox 0
35566 use_makebox 0
35567 width ""
35568 special "none"
35569 height "1in"
35570 height_special "totalheight"
35571 thickness "0.4pt"
35572 separation "3pt"
35573 shadowsize "4pt"
35574 framecolor "cyan"
35575 backgroundcolor "magenta"
35576 status open
35577
35578 \begin_layout Plain Layout
35579
35580 \color yellow
35581 Ce texte est coloré dans une boîte colorée et encadrée.
35582 \end_layout
35583
35584 \end_inset
35585
35586
35587 \end_layout
35588
35589 \begin_layout Standard
35590 \begin_inset VSpace bigskip
35591 \end_inset
35592
35593
35594 \end_layout
35595
35596 \begin_layout Standard
35597 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
35598  définir vos propres couleurs comme c'est décrit dans la section
35599 \begin_inset space ~
35600 \end_inset
35601
35602
35603 \begin_inset CommandInset ref
35604 LatexCommand ref
35605 reference "sec:Tableaux-Colorés"
35606
35607 \end_inset
35608
35609 .
35610  Pour cela vous devez saisir la boîte ne code TeX.
35611 \end_layout
35612
35613 \begin_layout Standard
35614 Les boîtes à fond coloré sont créées par la commande 
35615 \series bold
35616
35617 \backslash
35618 colorbox
35619 \series default
35620 .
35621  Elle est utilisée avec la syntaxe suivante :
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 colorbox{couleur}{contenu de la boîte}
35630 \end_layout
35631
35632 \begin_layout Standard
35633 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35634  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35635  un mot sur fond 
35636 \emph on
35637 vertfonce
35638 \emph default
35639 , insérez la commande 
35640 \end_layout
35641
35642 \begin_layout Standard
35643
35644 \series bold
35645
35646 \backslash
35647 colorbox{vertfonce}{
35648 \end_layout
35649
35650 \begin_layout Standard
35651 avant le mot en code \SpecialChar TeX
35652 .
35653  Insérez l'accolade fermante 
35654 \begin_inset Quotes fld
35655 \end_inset
35656
35657 }
35658 \begin_inset Quotes frd
35659 \end_inset
35660
35661  après le mot, en code \SpecialChar TeX
35662 .
35663 \begin_inset Newline newline
35664 \end_inset
35665
35666 Voici le résultat :
35667 \end_layout
35668
35669 \begin_layout Standard
35670 Cette ligne de texte contient le mot
35671 \begin_inset ERT
35672 status collapsed
35673
35674 \begin_layout Plain Layout
35675
35676
35677 \backslash
35678 colorbox{vertfonce}{
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \begin_inset Quotes fld
35685 \end_inset
35686
35687 Attention!
35688 \begin_inset Quotes frd
35689 \end_inset
35690
35691
35692 \begin_inset ERT
35693 status collapsed
35694
35695 \begin_layout Plain Layout
35696
35697 }
35698 \end_layout
35699
35700 \end_inset
35701
35702  sur fond vertfonce.
35703 \end_layout
35704
35705 \begin_layout Standard
35706 Les boîtes avec fond et cadre colorés sont créées via la commande 
35707 \series bold
35708
35709 \backslash
35710 fcolorbox
35711 \series default
35712  avec la syntaxe suivante :
35713 \end_layout
35714
35715 \begin_layout Standard
35716
35717 \series bold
35718
35719 \backslash
35720 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35721 \end_layout
35722
35723 \begin_layout Section
35724 Boîtes pivotées et redimensionnées
35725 \end_layout
35726
35727 \begin_layout Standard
35728 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
35729 \family sans
35730 BoîtesGraphiques
35731 \family default
35732  oit être vchargé via les paramètres du document.
35733 \end_layout
35734
35735 \begin_layout Standard
35736 \begin_inset Note Greyedout
35737 status open
35738
35739 \begin_layout Plain Layout
35740
35741 \series bold
35742 Note:
35743 \series default
35744  La plupart des visualiseurs DVI ne sont 
35745 \emph on
35746 pas
35747 \emph default
35748  capables d'afficher des rotations ou des redimensionnements.
35749 \end_layout
35750
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \begin_layout Standard
35757 \begin_inset Note Greyedout
35758 status open
35759
35760 \begin_layout Plain Layout
35761
35762 \series bold
35763 Note:
35764 \series default
35765  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35766  redimensionnée.
35767 \end_layout
35768
35769 \end_inset
35770
35771
35772 \end_layout
35773
35774 \begin_layout Subsection
35775 Boîtes pivotées
35776 \begin_inset Index idx
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780 Boîtes ! pivotées
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \begin_inset Index idx
35787 status collapsed
35788
35789 \begin_layout Plain Layout
35790 Pivoter des objets
35791 \end_layout
35792
35793 \end_inset
35794
35795
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Pour faire tourner des objets, vous pouvez les mettre dans une 
35800 \family sans
35801 BoîtePivotée
35802 \family default
35803 .
35804  Une telle boîte est insérée via le menu 
35805 \family sans
35806 Insertion\SpecialChar menuseparator
35807 Inserts personnalisables\SpecialChar menuseparator
35808 BoîtePivotée
35809 \family default
35810 .
35811 \end_layout
35812
35813 \begin_layout Standard
35814 La position du pivot peut être précisée via l'insert 
35815 \family sans
35816 Origine
35817 \family default
35818  (menu 
35819 \family sans
35820 Insertion\SpecialChar menuseparator
35821 Origine
35822 \family default
35823 ) sous la forme 
35824 \series bold
35825 origin=position
35826 \series default
35827 .
35828  Les valeurs suivantes sont possibles pour la position: 
35829 \emph on
35830 c
35831 \emph default
35832  (centre), 
35833 \emph on
35834 l
35835 \emph default
35836  (gauche/
35837 \lang english
35838 left
35839 \lang french
35840 ), 
35841 \emph on
35842 r
35843 \emph default
35844  (droite/
35845 \lang english
35846 right
35847 \lang french
35848 ), 
35849 \emph on
35850 b
35851 \emph default
35852  (bas/
35853 \lang english
35854 bottom
35855 \lang french
35856 ), 
35857 \emph on
35858 t
35859 \emph default
35860  (haut/
35861 \lang english
35862 top
35863 \lang french
35864 ), et aussi des combinaisons des quatre positions de base.
35865  Par exemple 
35866 \emph on
35867 lt
35868 \emph default
35869  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35870  Quand on ne donne pas d'origine, la position 
35871 \emph on
35872 l
35873 \emph default
35874  est utilisée.
35875  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35876  ou négatif.
35877  Le sens positif de rotation est anti-horaire.
35878 \end_layout
35879
35880 \begin_layout Standard
35881 Dans l'exemple qui suit, 
35882 \series bold
35883 origin=c
35884 \series default
35885  a été saisi dans l'insert 
35886 \family sans
35887 Origin
35888 \family default
35889  et 
35890 \series bold
35891 60
35892 \series default
35893  a été saisi dans l'insert 
35894 \family sans
35895 Angle
35896 \family default
35897 .
35898 \end_layout
35899
35900 \begin_layout Standard
35901 Voici une ligne avec du 
35902 \begin_inset Flex Rotatebox
35903 status open
35904
35905 \begin_layout Plain Layout
35906 \begin_inset Argument 1
35907 status open
35908
35909 \begin_layout Plain Layout
35910 origin=c
35911 \end_layout
35912
35913 \end_inset
35914
35915
35916 \begin_inset Argument 2
35917 status open
35918
35919 \begin_layout Plain Layout
35920 60
35921 \end_layout
35922
35923 \end_inset
35924
35925 texte pivoté
35926 \end_layout
35927
35928 \end_inset
35929
35930 .
35931 \end_layout
35932
35933 \begin_layout Standard
35934 La boîte peut contenir une autre boîte ou une formule en ligne :
35935 \end_layout
35936
35937 \begin_layout Standard
35938 Voici une ligne avec du 
35939 \begin_inset Flex Rotatebox
35940 status open
35941
35942 \begin_layout Plain Layout
35943 \begin_inset Argument 1
35944 status open
35945
35946 \begin_layout Plain Layout
35947 origin=r
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \begin_inset Argument 2
35954 status open
35955
35956 \begin_layout Plain Layout
35957 -60
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \begin_inset Box Doublebox
35964 position "c"
35965 hor_pos "c"
35966 has_inner_box 0
35967 inner_pos "c"
35968 use_parbox 0
35969 use_makebox 0
35970 width "1in"
35971 special "width"
35972 height "1in"
35973 height_special "totalheight"
35974 thickness "0.4pt"
35975 separation "3pt"
35976 shadowsize "4pt"
35977 framecolor "black"
35978 backgroundcolor "none"
35979 status collapsed
35980
35981 \begin_layout Plain Layout
35982 texte pivoté
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \end_layout
35989
35990 \end_inset
35991
35992  et encadré 
35993 \begin_inset Flex Rotatebox
35994 status open
35995
35996 \begin_layout Plain Layout
35997 \begin_inset Argument 1
35998 status open
35999
36000 \begin_layout Plain Layout
36001 origin=lb
36002 \end_layout
36003
36004 \end_inset
36005
36006
36007 \begin_inset Argument 2
36008 status open
36009
36010 \begin_layout Plain Layout
36011 60
36012 \end_layout
36013
36014 \end_inset
36015
36016
36017 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36018 \end_inset
36019
36020
36021 \end_layout
36022
36023 \end_inset
36024
36025  et une formule.
36026 \end_layout
36027
36028 \begin_layout Standard
36029 ou encore une figure ou un tableau :
36030 \end_layout
36031
36032 \begin_layout Standard
36033 Voici une ligne 
36034 \begin_inset Flex Rotatebox
36035 status open
36036
36037 \begin_layout Plain Layout
36038 \begin_inset Argument 1
36039 status open
36040
36041 \begin_layout Plain Layout
36042 origin=lb
36043 \end_layout
36044
36045 \end_inset
36046
36047
36048 \begin_inset Argument 2
36049 status open
36050
36051 \begin_layout Plain Layout
36052 90
36053 \end_layout
36054
36055 \end_inset
36056
36057
36058 \begin_inset Graphics
36059         filename ../clipart/platypus.eps
36060         lyxscale 50
36061         width 25col%
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \end_inset
36069
36070  avec une image pivotée de 90° 
36071 \begin_inset Flex Rotatebox
36072 status open
36073
36074 \begin_layout Plain Layout
36075 \begin_inset Argument 2
36076 status open
36077
36078 \begin_layout Plain Layout
36079 -90
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \begin_inset Tabular
36086 <lyxtabular version="3" rows="2" columns="2">
36087 <features tabularvalignment="middle">
36088 <column alignment="center" valignment="top">
36089 <column alignment="center" valignment="top">
36090 <row>
36091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36092 \begin_inset Text
36093
36094 \begin_layout Plain Layout
36095 q
36096 \end_layout
36097
36098 \end_inset
36099 </cell>
36100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36101 \begin_inset Text
36102
36103 \begin_layout Plain Layout
36104 w
36105 \end_layout
36106
36107 \end_inset
36108 </cell>
36109 </row>
36110 <row>
36111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36112 \begin_inset Text
36113
36114 \begin_layout Plain Layout
36115 e
36116 \end_layout
36117
36118 \end_inset
36119 </cell>
36120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36121 \begin_inset Text
36122
36123 \begin_layout Plain Layout
36124 r
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 </row>
36130 </lyxtabular>
36131
36132 \end_inset
36133
36134
36135 \end_layout
36136
36137 \end_inset
36138
36139  et un tableau.
36140 \begin_inset Index idx
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144 Figures ! Pivotées
36145 \end_layout
36146
36147 \end_inset
36148
36149
36150 \begin_inset Index idx
36151 status collapsed
36152
36153 \begin_layout Plain Layout
36154 Tableau ! Pivoter
36155 \end_layout
36156
36157 \end_inset
36158
36159
36160 \end_layout
36161
36162 \begin_layout Standard
36163
36164 \lang english
36165 \begin_inset Note Greyedout
36166 status open
36167
36168 \begin_layout Plain Layout
36169
36170 \series bold
36171 Nota:
36172 \series default
36173  si l'insert 
36174 \family sans
36175 Angle
36176 \family default
36177  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36178  \SpecialChar LaTeX
36179  à l'affichage ou l'exportation du document.
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \begin_layout Subsection
36188 Les boîtes redimensionnées
36189 \begin_inset Index idx
36190 status collapsed
36191
36192 \begin_layout Plain Layout
36193 Boîtes ! Redimensionnées
36194 \end_layout
36195
36196 \end_inset
36197
36198
36199 \begin_inset Index idx
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203 Redimensionner des objets
36204 \end_layout
36205
36206 \end_inset
36207
36208
36209 \end_layout
36210
36211 \begin_layout Standard
36212 Pour redimensionner des objets, il faut les insérer dans une 
36213 \family sans
36214 BoîteÉchelle
36215 \family default
36216 , et pour cela utiliser le menu 
36217 \family sans
36218 Insertion\SpecialChar menuseparator
36219 Inserts personnalisables\SpecialChar menuseparator
36220 BoîteÉchelle
36221 \family default
36222 .
36223 \end_layout
36224
36225 \begin_layout Standard
36226 L'insert 
36227 \family sans
36228 BoîteÉchelle
36229 \family default
36230  comporte un insert obligatoire 
36231 \family sans
36232 Facteur-H 
36233 \family default
36234 et un insert facultatif 
36235 \family sans
36236 Facteur-V
36237 \family default
36238  (ouvert via le menu 
36239 \family sans
36240 Insertion\SpecialChar menuseparator
36241 Facteur-V)
36242 \family default
36243 .
36244  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
36245  vertical.
36246  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
36247  comme facteur vertical.
36248 \end_layout
36249
36250 \begin_layout Standard
36251 Pour doubler la taille du texte par rapport à la taille de texte du document,
36252  saisir 
36253 \series bold
36254 2
36255 \series default
36256  dans l'insert 
36257 \family sans
36258 Facteur-H:
36259 \family default
36260  
36261 \begin_inset Flex Scalebox
36262 status open
36263
36264 \begin_layout Plain Layout
36265 \begin_inset Argument 1
36266 status open
36267
36268 \begin_layout Plain Layout
36269 2
36270 \end_layout
36271
36272 \end_inset
36273
36274 Bonjour
36275 \end_layout
36276
36277 \end_inset
36278
36279
36280 \end_layout
36281
36282 \begin_layout Standard
36283
36284 \series bold
36285 2
36286 \series default
36287  comme 
36288 \family sans
36289 Facteur-H
36290 \family default
36291  et 
36292 \series bold
36293 1
36294 \series default
36295  comme
36296 \family sans
36297  Facteur-V
36298 \family default
36299  déforme le texte: 
36300 \begin_inset Flex Scalebox
36301 status open
36302
36303 \begin_layout Plain Layout
36304 \begin_inset Argument 1
36305 status open
36306
36307 \begin_layout Plain Layout
36308 2
36309 \end_layout
36310
36311 \end_inset
36312
36313
36314 \begin_inset Argument 2
36315 status open
36316
36317 \begin_layout Plain Layout
36318 1
36319 \end_layout
36320
36321 \end_inset
36322
36323 Bonjour
36324 \end_layout
36325
36326 \end_inset
36327
36328 .
36329 \end_layout
36330
36331 \begin_layout Standard
36332 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
36333  par conséquent 
36334 \series bold
36335 -1
36336 \series default
36337  comme
36338 \family sans
36339  Facteur-H
36340 \family default
36341  et 
36342 \series bold
36343 1
36344 \series default
36345  comme
36346 \family sans
36347  Facteur-V 
36348 \family default
36349 permet de créer de l'écriture en miroir: 
36350 \begin_inset Flex Scalebox
36351 status open
36352
36353 \begin_layout Plain Layout
36354 \begin_inset Argument 1
36355 status open
36356
36357 \begin_layout Plain Layout
36358 -1
36359 \end_layout
36360
36361 \end_inset
36362
36363
36364 \begin_inset Argument 2
36365 status open
36366
36367 \begin_layout Plain Layout
36368 1
36369 \end_layout
36370
36371 \end_inset
36372
36373 Bonjour
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Standard
36382
36383 \series bold
36384 -1
36385 \series default
36386  comme
36387 \family sans
36388  Facteur-H
36389 \family default
36390  et 
36391 \series bold
36392 1
36393 \series default
36394  comme
36395 \family sans
36396  Facteur-V
36397 \family default
36398  réfléchit le texte 
36399 \begin_inset Flex Scalebox
36400 status open
36401
36402 \begin_layout Plain Layout
36403 \begin_inset Argument 1
36404 status open
36405
36406 \begin_layout Plain Layout
36407 1
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \begin_inset Argument 2
36414 status open
36415
36416 \begin_layout Plain Layout
36417 -1
36418 \end_layout
36419
36420 \end_inset
36421
36422 Bonjour
36423 \end_layout
36424
36425 \end_inset
36426
36427  sous la ligne de base.
36428 \end_layout
36429
36430 \begin_layout Standard
36431 La 
36432 \family sans
36433 BoîteMiroir
36434 \family default
36435  (menu 
36436 \family sans
36437 Insertion\SpecialChar menuseparator
36438 Inserts personnalisables\SpecialChar menuseparator
36439 BoîteMiroir)
36440 \family default
36441  est équivalente à 
36442 \series bold
36443 -1
36444 \series default
36445  comme
36446 \family sans
36447  Facteur-H
36448 \family default
36449  et 
36450 \series bold
36451 1
36452 \series default
36453  comme
36454 \family sans
36455  Facteur-V
36456 \family default
36457  pour une 
36458 \family sans
36459 BoîteÉchelle
36460 \family default
36461 .
36462 \end_layout
36463
36464 \begin_layout Standard
36465
36466 \lang english
36467 \begin_inset Note Greyedout
36468 status open
36469
36470 \begin_layout Plain Layout
36471
36472 \series bold
36473 Nota:
36474 \series default
36475  si l'insert 
36476 \family sans
36477 Facteur-H
36478 \family default
36479  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36480  \SpecialChar LaTeX
36481  à l'affichage ou l'exportation du document.
36482 \end_layout
36483
36484 \end_inset
36485
36486
36487 \end_layout
36488
36489 \begin_layout Standard
36490 \begin_inset VSpace bigskip
36491 \end_inset
36492
36493 La 
36494 \family sans
36495 BoîteRetaillée
36496 \family default
36497  (menu 
36498 \family sans
36499 Insertion\SpecialChar menuseparator
36500 Inserts personnalisables\SpecialChar menuseparator
36501 BoîteRetaillée
36502 \family default
36503 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
36504  L'insert 
36505 \family sans
36506 BoîteRetaillée
36507 \family default
36508  comporte un insert obligatoire 
36509 \family sans
36510 Largeur
36511 \family default
36512  et un insert facultatif 
36513 \family sans
36514 Hauteur
36515 \family default
36516  (obtenu via 
36517 \family sans
36518 Insertion\SpecialChar menuseparator
36519 Hauteur)
36520 \family default
36521 .
36522  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
36523  unité.
36524  Le tableau
36525 \begin_inset space ~
36526 \end_inset
36527
36528  
36529 \begin_inset CommandInset ref
36530 LatexCommand ref
36531 reference "tab:Unités"
36532
36533 \end_inset
36534
36535  énumère les unités possibles.
36536  S'il y a un point d'exclamation 
36537 \series bold
36538 !
36539 \series default
36540  dans un des deux inserts, la taille est ajustée pour conserver le rapport
36541  d'aspect de la boîte.
36542  S'il n'y a pas d'insert 
36543 \family sans
36544 Hauteur
36545 \family default
36546 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
36547  
36548 \end_layout
36549
36550 \begin_layout Standard
36551
36552 \series bold
36553 2cm
36554 \series default
36555  comme 
36556 \family sans
36557 Largeur
36558 \family default
36559  et 
36560 \series bold
36561 1cm
36562 \series default
36563  comme 
36564 \family sans
36565 Hauteur
36566 \family default
36567  produit: 
36568 \begin_inset Flex Resizebox
36569 status open
36570
36571 \begin_layout Plain Layout
36572 \begin_inset Argument 1
36573 status open
36574
36575 \begin_layout Plain Layout
36576 2cm
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \begin_inset Argument 2
36583 status open
36584
36585 \begin_layout Plain Layout
36586 1cm
36587 \end_layout
36588
36589 \end_inset
36590
36591 Bonjour
36592 \end_layout
36593
36594 \end_inset
36595
36596
36597 \begin_inset Newline newline
36598 \end_inset
36599
36600
36601 \series bold
36602 2cm
36603 \series default
36604  comme 
36605 \family sans
36606 Largeur
36607 \family default
36608  et 
36609 \series bold
36610 !
36611 \series default
36612  comme 
36613 \family sans
36614 Hauteur
36615 \family default
36616  (ou aucune
36617 \family sans
36618  Hauteur
36619 \family default
36620 ) produit: 
36621 \begin_inset Flex Resizebox
36622 status open
36623
36624 \begin_layout Plain Layout
36625 \begin_inset Argument 1
36626 status open
36627
36628 \begin_layout Plain Layout
36629 2cm
36630 \end_layout
36631
36632 \end_inset
36633
36634
36635 \begin_inset Argument 2
36636 status open
36637
36638 \begin_layout Plain Layout
36639 !
36640 \end_layout
36641
36642 \end_inset
36643
36644 Bonjour
36645 \end_layout
36646
36647 \end_inset
36648
36649
36650 \end_layout
36651
36652 \begin_layout Standard
36653 \begin_inset Note Greyedout
36654 status open
36655
36656 \begin_layout Plain Layout
36657
36658 \series bold
36659 Nota:
36660 \series default
36661  si l'insert 
36662 \family sans
36663 Largeur
36664 \family default
36665  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36666  \SpecialChar LaTeX
36667  à l'affichage ou l'exportation du document.
36668 \end_layout
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \begin_layout Standard
36676 \begin_inset VSpace bigskip
36677 \end_inset
36678
36679
36680 \end_layout
36681
36682 \begin_layout Standard
36683 Les boîtes peuvent être combinée dans n'importe quel ordre.
36684  Par exemple voici une
36685 \family sans
36686  BoîteMiroir
36687 \family default
36688  
36689 \family sans
36690 dans une BoîteRetaillée 
36691 \family default
36692 qui est à son tour dans une 
36693 \family sans
36694 BoîtePivotée
36695 \family default
36696 :
36697 \end_layout
36698
36699 \begin_layout Standard
36700 \noindent
36701 \align center
36702 \begin_inset Flex Rotatebox
36703 status open
36704
36705 \begin_layout Plain Layout
36706 \begin_inset Argument 1
36707 status open
36708
36709 \begin_layout Plain Layout
36710 origin=c
36711 \end_layout
36712
36713 \end_inset
36714
36715
36716 \begin_inset Argument 2
36717 status open
36718
36719 \begin_layout Plain Layout
36720 -45
36721 \end_layout
36722
36723 \end_inset
36724
36725
36726 \begin_inset Flex Resizebox
36727 status open
36728
36729 \begin_layout Plain Layout
36730 \begin_inset Argument 1
36731 status open
36732
36733 \begin_layout Plain Layout
36734 2cm
36735 \end_layout
36736
36737 \end_inset
36738
36739
36740 \begin_inset Flex Reflectbox
36741 status open
36742
36743 \begin_layout Plain Layout
36744 Bonjour
36745 \end_layout
36746
36747 \end_inset
36748
36749
36750 \end_layout
36751
36752 \end_inset
36753
36754
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \noindent
36764 Les images, les tableaux et les formules sont autorisées comme contenu de
36765  boîte :
36766 \end_layout
36767
36768 \begin_layout Standard
36769 \noindent
36770 \align center
36771 \begin_inset Flex Resizebox
36772 status open
36773
36774 \begin_layout Plain Layout
36775 \begin_inset Argument 1
36776 status open
36777
36778 \begin_layout Plain Layout
36779 2cm
36780 \end_layout
36781
36782 \end_inset
36783
36784
36785 \begin_inset Flex Reflectbox
36786 status open
36787
36788 \begin_layout Plain Layout
36789 \begin_inset Graphics
36790         filename ../clipart/platypus.eps
36791         lyxscale 50
36792         width 25col%
36793
36794 \end_inset
36795
36796
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \end_inset
36805
36806  
36807 \begin_inset Flex Resizebox
36808 status open
36809
36810 \begin_layout Plain Layout
36811 \begin_inset Argument 1
36812 status open
36813
36814 \begin_layout Plain Layout
36815 2cm
36816 \end_layout
36817
36818 \end_inset
36819
36820
36821 \begin_inset Flex Reflectbox
36822 status open
36823
36824 \begin_layout Plain Layout
36825 \begin_inset Tabular
36826 <lyxtabular version="3" rows="2" columns="2">
36827 <features tabularvalignment="middle">
36828 <column alignment="center" valignment="top">
36829 <column alignment="center" valignment="top">
36830 <row>
36831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835 q
36836 \end_layout
36837
36838 \end_inset
36839 </cell>
36840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844 w
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 </row>
36850 <row>
36851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36852 \begin_inset Text
36853
36854 \begin_layout Plain Layout
36855 e
36856 \end_layout
36857
36858 \end_inset
36859 </cell>
36860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 r
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 </row>
36870 </lyxtabular>
36871
36872 \end_inset
36873
36874
36875 \end_layout
36876
36877 \end_inset
36878
36879
36880 \end_layout
36881
36882 \end_inset
36883
36884  
36885 \begin_inset Flex Resizebox
36886 status open
36887
36888 \begin_layout Plain Layout
36889 \begin_inset Argument 1
36890 status open
36891
36892 \begin_layout Plain Layout
36893 3cm
36894 \end_layout
36895
36896 \end_inset
36897
36898
36899 \begin_inset Flex Reflectbox
36900 status open
36901
36902 \begin_layout Plain Layout
36903 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \end_inset
36910
36911
36912 \end_layout
36913
36914 \end_inset
36915
36916
36917 \begin_inset Index idx
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921 Figures ! Redimensionnées
36922 \end_layout
36923
36924 \end_inset
36925
36926
36927 \begin_inset Index idx
36928 status collapsed
36929
36930 \begin_layout Plain Layout
36931 Tableau ! Redimensionner
36932 \end_layout
36933
36934 \end_inset
36935
36936
36937 \end_layout
36938
36939 \begin_layout Standard
36940 Quand on utilise le style global de formule 
36941 \series bold
36942 fleqn
36943 \series default
36944  dans le document
36945 \begin_inset Foot
36946 status collapsed
36947
36948 \begin_layout Plain Layout
36949 Quand 
36950 \begin_inset Quotes fld
36951 \end_inset
36952
36953 fleqn
36954 \begin_inset Quotes frd
36955 \end_inset
36956
36957  est ajouté aux options de la classe de document.
36958 \end_layout
36959
36960 \end_inset
36961
36962 , les formules hors texte peuvent aussi être redimensionnées.
36963 \end_layout
36964
36965 \begin_layout Chapter
36966 Objets entourés par du texte
36967 \begin_inset Index idx
36968 status collapsed
36969
36970 \begin_layout Plain Layout
36971 Entourés par du texte
36972 \end_layout
36973
36974 \end_inset
36975
36976
36977 \end_layout
36978
36979 \begin_layout Section
36980 Flottant d'enrobage
36981 \begin_inset CommandInset label
36982 LatexCommand label
36983 name "sec:Flottant-d'enrobage"
36984
36985 \end_inset
36986
36987
36988 \begin_inset Index idx
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 Flottants ! Flottants d'enrobage
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \begin_inset Index idx
36999 status collapsed
37000
37001 \begin_layout Plain Layout
37002 Entourés par du texte ! Flottants d'enrobage
37003 \end_layout
37004
37005 \end_inset
37006
37007
37008 \end_layout
37009
37010 \begin_layout Standard
37011 \begin_inset Wrap figure
37012 lines 0
37013 placement l
37014 overhang 1cm
37015 width "40col%"
37016 status open
37017
37018 \begin_layout Plain Layout
37019 \begin_inset Graphics
37020         filename ../clipart/mobius.eps
37021         width 40col%
37022         scaleBeforeRotation
37023         rotateOrigin center
37024
37025 \end_inset
37026
37027
37028 \end_layout
37029
37030 \begin_layout Plain Layout
37031 \begin_inset Caption Standard
37032
37033 \begin_layout Plain Layout
37034 \begin_inset CommandInset label
37035 LatexCommand label
37036 name "fig:Figure-enrobée"
37037
37038 \end_inset
37039
37040 Ceci est une figure habillée.
37041 \end_layout
37042
37043 \end_inset
37044
37045
37046 \end_layout
37047
37048 \end_inset
37049
37050  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37051  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37052  Vous pouvez en insérer un en utilisant le menu 
37053 \family sans
37054 Insertion\SpecialChar menuseparator
37055 Flottant\SpecialChar menuseparator
37056 Flottant
37057 \begin_inset space ~
37058 \end_inset
37059
37060 d'enrobage
37061 \family default
37062  à la condition que le paquetage \SpecialChar LaTeX
37063  
37064 \series bold
37065 wrapfig
37066 \series default
37067
37068 \begin_inset Index idx
37069 status collapsed
37070
37071 \begin_layout Plain Layout
37072 Paquetages \SpecialChar LaTeX
37073  ! wrapfig
37074 \end_layout
37075
37076 \end_inset
37077
37078  soit installé.
37079 \begin_inset Foot
37080 status collapsed
37081
37082 \begin_layout Plain Layout
37083 Voyez dans la manuel 
37084 \emph on
37085 Configuration
37086 \begin_inset space ~
37087 \end_inset
37088
37089 \SpecialChar LaTeX
37090  
37091 \emph default
37092 comment installer des paquetages \SpecialChar LaTeX
37093 .
37094 \end_layout
37095
37096 \end_inset
37097
37098  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37099  sur la boîte du flottant.
37100  Les paramètres obligatoires sont l'
37101 \family sans
37102 Emplacement
37103 \family default
37104  et la 
37105 \family sans
37106 Largeur
37107 \family default
37108 .
37109  Les paramètres facultatifs sont le 
37110 \family sans
37111 Débordement
37112 \family default
37113  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37114  de la page et la 
37115 \family sans
37116 Porté de la ligne
37117 \family default
37118  qui précise le nombre approximatif de lignes dont le flottant va avoir
37119  besoin.
37120  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37121  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37122  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37123  à faire flotter le flottant
37124  à l'intérieur du paragraphe ou vers les autres paragraphes.
37125  La figure
37126 \begin_inset space ~
37127 \end_inset
37128
37129
37130 \begin_inset CommandInset ref
37131 LatexCommand ref
37132 reference "fig:Figure-enrobée"
37133
37134 \end_inset
37135
37136  est un exemple de flottant d'enrobage avec une largeur de 40
37137 \begin_inset space \thinspace{}
37138 \end_inset
37139
37140 col%, un débordement de 1
37141 \begin_inset space \thinspace{}
37142 \end_inset
37143
37144 cm et placé à gauche.
37145 \end_layout
37146
37147 \begin_layout Standard
37148 \begin_inset Note Greyedout
37149 status open
37150
37151 \begin_layout Plain Layout
37152
37153 \series bold
37154 Note:
37155 \series default
37156  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37157  figure trop près du bas de page peut tout chambouler et faire que le flottant
37158  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37159  de texte.
37160 \end_layout
37161
37162 \end_inset
37163
37164
37165 \end_layout
37166
37167 \begin_layout Standard
37168 En général:
37169 \end_layout
37170
37171 \begin_layout Itemize
37172 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37173  qui risquent de passer à la page suivante.
37174  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37175  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37176  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37177  de page.
37178 \end_layout
37179
37180 \begin_layout Itemize
37181 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37182  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37183 e.
37184 \end_layout
37185
37186 \begin_layout Itemize
37187 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37188  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37189  texte entre les deux, comme séparateur.
37190 \end_layout
37191
37192 \begin_layout Itemize
37193 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37194  ou les tableaux.
37195 \end_layout
37196
37197 \begin_layout Itemize
37198 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37199  chapitre
37200 \begin_inset space ~
37201 \end_inset
37202
37203
37204 \begin_inset CommandInset ref
37205 LatexCommand ref
37206 reference "chap:Flottants"
37207
37208 \end_inset
37209
37210 .
37211 \end_layout
37212
37213 \begin_layout Section
37214 Objets fixes entourés par du texte
37215 \begin_inset Index idx
37216 status collapsed
37217
37218 \begin_layout Plain Layout
37219 Entouré par du texte ! Objets fixes
37220 \end_layout
37221
37222 \end_inset
37223
37224
37225 \end_layout
37226
37227 \begin_layout Standard
37228 Les flottants d'enrobage décrits dans la section
37229 \begin_inset space \thinspace{}
37230 \end_inset
37231
37232
37233 \begin_inset CommandInset ref
37234 LatexCommand ref
37235 reference "sec:Flottant-d'enrobage"
37236
37237 \end_inset
37238
37239  prennent les positions suivantes dans le paragraphe :
37240 \begin_inset Separator parbreak
37241 \end_inset
37242
37243
37244 \end_layout
37245
37246 \begin_layout Standard
37247 \noindent
37248 \align center
37249 \begin_inset Tabular
37250 <lyxtabular version="3" rows="2" columns="2">
37251 <features tabularvalignment="middle">
37252 <column alignment="center" valignment="top">
37253 <column alignment="center" valignment="top">
37254 <row>
37255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37256 \begin_inset Text
37257
37258 \begin_layout Plain Layout
37259 \begin_inset Info
37260 type  "icon"
37261 arg   "dialog-show-new-inset graphics"
37262 \end_inset
37263
37264
37265 \end_layout
37266
37267 \end_inset
37268 </cell>
37269 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273 texte
37274 \end_layout
37275
37276 \end_inset
37277 </cell>
37278 </row>
37279 <row>
37280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284 texte
37285 \end_layout
37286
37287 \end_inset
37288 </cell>
37289 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 texte
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 </row>
37299 </lyxtabular>
37300
37301 \end_inset
37302
37303  ou 
37304 \begin_inset Tabular
37305 <lyxtabular version="3" rows="2" columns="2">
37306 <features tabularvalignment="middle">
37307 <column alignment="center" valignment="top">
37308 <column alignment="center" valignment="top">
37309 <row>
37310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314 texte
37315 \end_layout
37316
37317 \end_inset
37318 </cell>
37319 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37320 \begin_inset Text
37321
37322 \begin_layout Plain Layout
37323 \begin_inset Info
37324 type  "icon"
37325 arg   "dialog-show-new-inset graphics"
37326 \end_inset
37327
37328
37329 \end_layout
37330
37331 \end_inset
37332 </cell>
37333 </row>
37334 <row>
37335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37336 \begin_inset Text
37337
37338 \begin_layout Plain Layout
37339 texte
37340 \end_layout
37341
37342 \end_inset
37343 </cell>
37344 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348 texte
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 </row>
37354 </lyxtabular>
37355
37356 \end_inset
37357
37358
37359 \end_layout
37360
37361 \begin_layout Standard
37362 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37363  par exemple pour avoir une de ces positions :
37364 \begin_inset VSpace defskip
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \begin_layout Standard
37371 \noindent
37372 \align center
37373 \begin_inset Tabular
37374 <lyxtabular version="3" rows="2" columns="2">
37375 <features tabularvalignment="middle">
37376 <column alignment="center" valignment="top">
37377 <column alignment="center" valignment="top">
37378 <row>
37379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37380 \begin_inset Text
37381
37382 \begin_layout Plain Layout
37383 texte
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 texte
37393 \end_layout
37394
37395 \end_inset
37396 </cell>
37397 </row>
37398 <row>
37399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403 \begin_inset Info
37404 type  "icon"
37405 arg   "dialog-show-new-inset graphics"
37406 \end_inset
37407
37408
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417 texte
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 </row>
37423 </lyxtabular>
37424
37425 \end_inset
37426
37427  
37428 \begin_inset Tabular
37429 <lyxtabular version="3" rows="2" columns="2">
37430 <features tabularvalignment="middle">
37431 <column alignment="center" valignment="top">
37432 <column alignment="center" valignment="top">
37433 <row>
37434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37435 \begin_inset Text
37436
37437 \begin_layout Plain Layout
37438 texte
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447 texte
37448 \end_layout
37449
37450 \end_inset
37451 </cell>
37452 </row>
37453 <row>
37454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37455 \begin_inset Text
37456
37457 \begin_layout Plain Layout
37458 texte
37459 \end_layout
37460
37461 \end_inset
37462 </cell>
37463 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37464 \begin_inset Text
37465
37466 \begin_layout Plain Layout
37467 \begin_inset Info
37468 type  "icon"
37469 arg   "dialog-show-new-inset graphics"
37470 \end_inset
37471
37472
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 </row>
37478 </lyxtabular>
37479
37480 \end_inset
37481
37482  
37483 \begin_inset Tabular
37484 <lyxtabular version="3" rows="2" columns="3">
37485 <features tabularvalignment="middle">
37486 <column alignment="center" valignment="top">
37487 <column alignment="center" valignment="top">
37488 <column alignment="center" valignment="top">
37489 <row>
37490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37491 \begin_inset Text
37492
37493 \begin_layout Plain Layout
37494 texte
37495 \end_layout
37496
37497 \end_inset
37498 </cell>
37499 <cell alignment="center" valignment="top" topline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503 \begin_inset Info
37504 type  "icon"
37505 arg   "dialog-show-new-inset graphics"
37506 \end_inset
37507
37508
37509 \end_layout
37510
37511 \end_inset
37512 </cell>
37513 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37514 \begin_inset Text
37515
37516 \begin_layout Plain Layout
37517 texte
37518 \end_layout
37519
37520 \end_inset
37521 </cell>
37522 </row>
37523 <row>
37524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37525 \begin_inset Text
37526
37527 \begin_layout Plain Layout
37528 texte
37529 \end_layout
37530
37531 \end_inset
37532 </cell>
37533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37534 \begin_inset Text
37535
37536 \begin_layout Plain Layout
37537 texte
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546 texte
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 </row>
37552 </lyxtabular>
37553
37554 \end_inset
37555
37556  
37557 \begin_inset Tabular
37558 <lyxtabular version="3" rows="2" columns="3">
37559 <features tabularvalignment="middle">
37560 <column alignment="center" valignment="top">
37561 <column alignment="center" valignment="top">
37562 <column alignment="center" valignment="top">
37563 <row>
37564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568 texte
37569 \end_layout
37570
37571 \end_inset
37572 </cell>
37573 <cell alignment="center" valignment="top" topline="true" usebox="none">
37574 \begin_inset Text
37575
37576 \begin_layout Plain Layout
37577 texte
37578 \end_layout
37579
37580 \end_inset
37581 </cell>
37582 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37583 \begin_inset Text
37584
37585 \begin_layout Plain Layout
37586 texte
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 </row>
37592 <row>
37593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 texte
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606 \begin_inset Info
37607 type  "icon"
37608 arg   "dialog-show-new-inset graphics"
37609 \end_inset
37610
37611
37612 \end_layout
37613
37614 \end_inset
37615 </cell>
37616 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37617 \begin_inset Text
37618
37619 \begin_layout Plain Layout
37620 texte
37621 \end_layout
37622
37623 \end_inset
37624 </cell>
37625 </row>
37626 </lyxtabular>
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \begin_layout Standard
37634 \noindent
37635 \align center
37636 \begin_inset Tabular
37637 <lyxtabular version="3" rows="3" columns="2">
37638 <features tabularvalignment="middle">
37639 <column alignment="center" valignment="top">
37640 <column alignment="center" valignment="top">
37641 <row>
37642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 texte
37647 \end_layout
37648
37649 \end_inset
37650 </cell>
37651 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37652 \begin_inset Text
37653
37654 \begin_layout Plain Layout
37655 texte
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 </row>
37661 <row>
37662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37663 \begin_inset Text
37664
37665 \begin_layout Plain Layout
37666 \begin_inset Info
37667 type  "icon"
37668 arg   "dialog-show-new-inset graphics"
37669 \end_inset
37670
37671
37672 \end_layout
37673
37674 \end_inset
37675 </cell>
37676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37677 \begin_inset Text
37678
37679 \begin_layout Plain Layout
37680 texte
37681 \end_layout
37682
37683 \end_inset
37684 </cell>
37685 </row>
37686 <row>
37687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691 texte
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700 texte
37701 \end_layout
37702
37703 \end_inset
37704 </cell>
37705 </row>
37706 </lyxtabular>
37707
37708 \end_inset
37709
37710  
37711 \begin_inset Tabular
37712 <lyxtabular version="3" rows="3" columns="3">
37713 <features tabularvalignment="middle">
37714 <column alignment="center" valignment="top">
37715 <column alignment="center" valignment="top">
37716 <column alignment="center" valignment="top">
37717 <row>
37718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722 texte
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 <cell alignment="center" valignment="top" topline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731 texte
37732 \end_layout
37733
37734 \end_inset
37735 </cell>
37736 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37737 \begin_inset Text
37738
37739 \begin_layout Plain Layout
37740 texte
37741 \end_layout
37742
37743 \end_inset
37744 </cell>
37745 </row>
37746 <row>
37747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37748 \begin_inset Text
37749
37750 \begin_layout Plain Layout
37751 texte
37752 \end_layout
37753
37754 \end_inset
37755 </cell>
37756 <cell alignment="center" valignment="top" usebox="none">
37757 \begin_inset Text
37758
37759 \begin_layout Plain Layout
37760 \begin_inset Info
37761 type  "icon"
37762 arg   "dialog-show-new-inset graphics"
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774 texte
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 </row>
37780 <row>
37781 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785 texte
37786 \end_layout
37787
37788 \end_inset
37789 </cell>
37790 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37791 \begin_inset Text
37792
37793 \begin_layout Plain Layout
37794 texte
37795 \end_layout
37796
37797 \end_inset
37798 </cell>
37799 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37800 \begin_inset Text
37801
37802 \begin_layout Plain Layout
37803 texte
37804 \end_layout
37805
37806 \end_inset
37807 </cell>
37808 </row>
37809 </lyxtabular>
37810
37811 \end_inset
37812
37813  
37814 \begin_inset Tabular
37815 <lyxtabular version="3" rows="3" columns="2">
37816 <features tabularvalignment="middle">
37817 <column alignment="center" valignment="top">
37818 <column alignment="center" valignment="top">
37819 <row>
37820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824 texte
37825 \end_layout
37826
37827 \end_inset
37828 </cell>
37829 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37830 \begin_inset Text
37831
37832 \begin_layout Plain Layout
37833 texte
37834 \end_layout
37835
37836 \end_inset
37837 </cell>
37838 </row>
37839 <row>
37840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37841 \begin_inset Text
37842
37843 \begin_layout Plain Layout
37844 texte
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853 \begin_inset Info
37854 type  "icon"
37855 arg   "dialog-show-new-inset graphics"
37856 \end_inset
37857
37858
37859 \end_layout
37860
37861 \end_inset
37862 </cell>
37863 </row>
37864 <row>
37865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37866 \begin_inset Text
37867
37868 \begin_layout Plain Layout
37869 texte
37870 \end_layout
37871
37872 \end_inset
37873 </cell>
37874 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37875 \begin_inset Text
37876
37877 \begin_layout Plain Layout
37878 texte
37879 \end_layout
37880
37881 \end_inset
37882 </cell>
37883 </row>
37884 </lyxtabular>
37885
37886 \end_inset
37887
37888
37889 \end_layout
37890
37891 \begin_layout Standard
37892 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37893  
37894 \end_layout
37895
37896 \begin_layout Standard
37897 \noindent
37898
37899 \series bold
37900 picinpar
37901 \series default
37902
37903 \begin_inset Index idx
37904 status collapsed
37905
37906 \begin_layout Plain Layout
37907 Paquetages \SpecialChar LaTeX
37908  ! picinpar
37909 \end_layout
37910
37911 \end_inset
37912
37913 .
37914  Voici un exemple :
37915 \end_layout
37916
37917 \begin_layout Standard
37918 \begin_inset ERT
37919 status collapsed
37920
37921 \begin_layout Plain Layout
37922
37923
37924 \backslash
37925 ifpicinpar
37926 \end_layout
37927
37928 \end_inset
37929
37930
37931 \begin_inset Note Note
37932 status open
37933
37934 \begin_layout Plain Layout
37935 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37936  
37937 \series bold
37938 picinpar
37939 \series default
37940  a été installé.
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \end_layout
37947
37948 \begin_layout Standard
37949 \begin_inset ERT
37950 status collapsed
37951
37952 \begin_layout Plain Layout
37953
37954
37955 \backslash
37956 begin{window}[2,c,{
37957 \end_layout
37958
37959 \end_inset
37960
37961
37962 \begin_inset Graphics
37963         filename ../clipart/mobius.eps
37964         lyxscale 60
37965         width 40col%
37966         scaleBeforeRotation
37967         rotateOrigin center
37968
37969 \end_inset
37970
37971
37972 \begin_inset ERT
37973 status collapsed
37974
37975 \begin_layout Plain Layout
37976
37977 },]
37978 \end_layout
37979
37980 \begin_layout Plain Layout
37981
37982 {}
37983 \end_layout
37984
37985 \end_inset
37986
37987
37988 \size small
37989 \lang english
37990 It was in the spring of the year 1894 that all London was interested, and
37991  the fashionable world dismayed, by the murder of the Honourable Ronald
37992  Adair under most unusual and inexplicable circumstances.
37993  The public has already learned those particulars of the crime which
37994 \size default
37995
37996 \begin_inset ERT
37997 status collapsed
37998
37999 \begin_layout Plain Layout
38000
38001
38002 \backslash
38003 footnotemark{}
38004 \end_layout
38005
38006 \end_inset
38007
38008
38009 \size small
38010  came out in the police investigation, but a good deal was suppressed upon
38011  that occasion, since the case for the prosecution was so overwhelmingly
38012  strong that it was not necessary to bring forward all the facts.
38013  Only now, at the end of nearly ten years, am I allowed to supply those
38014  missing links which make up the whole of that remarkable chain
38015 \lang french
38016 .
38017 \size default
38018
38019 \begin_inset ERT
38020 status collapsed
38021
38022 \begin_layout Plain Layout
38023
38024
38025 \backslash
38026 end{window}
38027 \end_layout
38028
38029 \end_inset
38030
38031
38032 \end_layout
38033
38034 \begin_layout Standard
38035 \begin_inset ERT
38036 status collapsed
38037
38038 \begin_layout Plain Layout
38039
38040
38041 \backslash
38042 footnotetext{
38043 \end_layout
38044
38045 \end_inset
38046
38047 Note de pied de page du paragraphe avec objet fixe.
38048 \begin_inset ERT
38049 status collapsed
38050
38051 \begin_layout Plain Layout
38052
38053 }
38054 \end_layout
38055
38056 \end_inset
38057
38058
38059 \end_layout
38060
38061 \begin_layout Standard
38062 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38063  d'eux et leur position est déterminée par le nombre de lignes de texte
38064  situées audessus d'eux.
38065  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38066  numérotée.
38067 \end_layout
38068
38069 \begin_layout Standard
38070 Un objet fixe enrobé est inséré en ajoutant la commande
38071 \end_layout
38072
38073 \begin_layout Standard
38074
38075 \series bold
38076
38077 \backslash
38078 begin{window}[2,c,{
38079 \end_layout
38080
38081 \begin_layout Standard
38082 en code \SpecialChar TeX
38083  au debut du paragraphe.
38084  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38085  dessus de l'objet, le second, ici 'c', la position de l'objet.
38086  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38087  ) sont possibles.
38088  Après la commande, vous insérez votre objet.
38089  Dans cet exemple, c'est une image avec une largeur de 40
38090 \begin_inset space \thinspace{}
38091 \end_inset
38092
38093 % de la colonne de texte qui a été insérée.
38094  L'objet peut aussi être un tableau, une boîte ou une équation.
38095  Après l'objet, on insère la commande
38096 \end_layout
38097
38098 \begin_layout Standard
38099
38100 \series bold
38101 },texte de description ]
38102 \begin_inset Newline newline
38103 \end_inset
38104
38105 {}
38106 \end_layout
38107
38108 \begin_layout Standard
38109 Notez que le 
38110 \begin_inset Quotes fld
38111 \end_inset
38112
38113
38114 \series bold
38115 {}
38116 \series default
38117
38118 \begin_inset Quotes frd
38119 \end_inset
38120
38121  est sur la deuxième ligne.
38122  Le texte de description est facultatif.
38123  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38124  il doit donc commence juste après le 
38125 \series bold
38126 {}
38127 \series default
38128 .
38129  A la fin du paragraphe on insère la commande :
38130 \end_layout
38131
38132 \begin_layout Standard
38133
38134 \series bold
38135
38136 \backslash
38137 end{window}
38138 \end_layout
38139
38140 \begin_layout Standard
38141 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38142  ajouter des notes de pied de page de la façon habituelle.
38143  Vous devez utiliser la commande 
38144 \series bold
38145
38146 \backslash
38147 footnotemark
38148 \series default
38149  à l'intérieur du paragraphe et la commande 
38150 \series bold
38151
38152 \backslash
38153 footnotetext
38154 \series default
38155  à l'extérieur, comme décrit dans la section
38156 \begin_inset space \thinspace{}
38157 \end_inset
38158
38159
38160 \begin_inset CommandInset ref
38161 LatexCommand ref
38162 reference "sec:Notes-bas-de-page"
38163
38164 \end_inset
38165
38166 .
38167 \end_layout
38168
38169 \begin_layout Standard
38170 \begin_inset ERT
38171 status collapsed
38172
38173 \begin_layout Plain Layout
38174
38175
38176 \backslash
38177 else
38178 \end_layout
38179
38180 \end_inset
38181
38182
38183 \begin_inset Note Note
38184 status open
38185
38186 \begin_layout Plain Layout
38187 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38188  
38189 \series bold
38190 picinpar
38191 \series default
38192  n'est pas installé :
38193 \end_layout
38194
38195 \end_inset
38196
38197
38198 \end_layout
38199
38200 \begin_layout Standard
38201 Vous devez installer le paquetage \SpecialChar LaTeX
38202  
38203 \series bold
38204 picinpar
38205 \series default
38206  pour voir la suite de cette section dans la sortie imprimée.
38207 \end_layout
38208
38209 \begin_layout Standard
38210 \begin_inset ERT
38211 status collapsed
38212
38213 \begin_layout Plain Layout
38214
38215
38216 \backslash
38217 fi
38218 \end_layout
38219
38220 \end_inset
38221
38222
38223 \end_layout
38224
38225 \begin_layout Section
38226 Lettrines
38227 \begin_inset Index idx
38228 status collapsed
38229
38230 \begin_layout Plain Layout
38231 Lettrines
38232 \end_layout
38233
38234 \end_inset
38235
38236
38237 \begin_inset Index idx
38238 status collapsed
38239
38240 \begin_layout Plain Layout
38241 Entouré par du texte ! Lettrines
38242 \end_layout
38243
38244 \end_inset
38245
38246
38247 \end_layout
38248
38249 \begin_layout Standard
38250 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38251  
38252 \series bold
38253 lettrine
38254 \series default
38255
38256 \begin_inset Index idx
38257 status collapsed
38258
38259 \begin_layout Plain Layout
38260 Paquetages \SpecialChar LaTeX
38261  ! lettrine
38262 \end_layout
38263
38264 \end_inset
38265
38266  doit être installé et vous devez utiliser le module Initiales (
38267 \begin_inset space ~
38268 \end_inset
38269
38270 menu 
38271 \family sans
38272 Document\SpecialChar menuseparator
38273 Paramètres\SpecialChar menuseparator
38274 Modules
38275 \family default
38276
38277 \begin_inset space ~
38278 \end_inset
38279
38280 ).
38281  Pour insérer une lettrine, utilisez le style 
38282 \family sans
38283 Initial
38284 \family default
38285 .
38286  Les paramètres sont insérés avec le menu 
38287 \family sans
38288 Insertion
38289 \family default
38290 .
38291  Le paramètre obligatoire 
38292 \family sans
38293 \lang english
38294 Initial
38295 \family default
38296 \lang french
38297  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38298 \family sans
38299 \lang english
38300 Rest
38301 \begin_inset space ~
38302 \end_inset
38303
38304 of
38305 \begin_inset space ~
38306 \end_inset
38307
38308 Initial
38309 \family default
38310  
38311 \lang french
38312 contient
38313 \lang english
38314  the rest of the word or text of the initial letter(s)
38315 \lang french
38316 .
38317  Le paramètre 
38318 \family sans
38319 \lang english
38320 Options
38321 \family default
38322 \lang french
38323  contient paramètres pour modifier la lettrine.
38324  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38325  du paquetage 
38326 \series bold
38327 lettrine
38328 \series default
38329
38330 \begin_inset CommandInset citation
38331 LatexCommand cite
38332 key "lettrine"
38333
38334 \end_inset
38335
38336 .
38337  Le style lui-même contient le texte qui doit entourer la lettrine.
38338  Le style habituel est par conséquent que le mot dont la première lettre
38339  est l'initiale soit en 
38340 \shape smallcaps
38341 petites capitales
38342 \shape default
38343 .
38344 \end_layout
38345
38346 \begin_layout Standard
38347 \begin_inset Newpage pagebreak
38348 \end_inset
38349
38350
38351 \end_layout
38352
38353 \begin_layout Standard
38354 Voici quelques exemples
38355 \begin_inset space ~
38356 \end_inset
38357
38358 :
38359 \end_layout
38360
38361 \begin_layout Standard
38362 \begin_inset ERT
38363 status collapsed
38364
38365 \begin_layout Plain Layout
38366
38367
38368 \backslash
38369 iflettrine
38370 \end_layout
38371
38372 \end_inset
38373
38374
38375 \begin_inset Note Note
38376 status open
38377
38378 \begin_layout Plain Layout
38379 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38380  
38381 \series bold
38382 lettrine
38383 \series default
38384  a été installé.
38385 \end_layout
38386
38387 \end_inset
38388
38389
38390 \end_layout
38391
38392 \begin_layout Enumerate
38393 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38394  mathématique 
38395 \begin_inset Formula $\mathfrak{Fraktur}$
38396 \end_inset
38397
38398 :
38399 \begin_inset Separator parbreak
38400 \end_inset
38401
38402
38403 \end_layout
38404
38405 \begin_deeper
38406 \begin_layout Initial
38407 \begin_inset Argument 2
38408 status open
38409
38410 \begin_layout Plain Layout
38411 \begin_inset Formula $\mathfrak{I}$
38412 \end_inset
38413
38414
38415 \end_layout
38416
38417 \end_inset
38418
38419
38420 \begin_inset Argument 3
38421 status open
38422
38423 \begin_layout Plain Layout
38424 t
38425 \end_layout
38426
38427 \end_inset
38428
38429  
38430 \lang english
38431 was in the spring of the year 1894 that all London was interested, and the
38432  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38433  under most unusual and inexplicable circumstances.
38434  The public has already learned those particulars of the crime which came
38435  out in the police investigation, but a good deal was suppressed upon that
38436  occasion, since the case for the prosecution was so overwhelmingly strong
38437  that it was not necessary to bring forward all the facts.
38438 \end_layout
38439
38440 \end_deeper
38441 \begin_layout Enumerate
38442 L'initiale est entourée par une seule ligne et est formée de deux lettres
38443  dans la police standard ; aucun texte n'est écrit en petites capitales
38444 \begin_inset space ~
38445 \end_inset
38446
38447 :
38448 \begin_inset Separator parbreak
38449 \end_inset
38450
38451
38452 \end_layout
38453
38454 \begin_deeper
38455 \begin_layout Initial
38456 \begin_inset Argument 1
38457 status open
38458
38459 \begin_layout Plain Layout
38460 lines=1
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \begin_inset Argument 2
38467 status open
38468
38469 \begin_layout Plain Layout
38470 It
38471 \end_layout
38472
38473 \end_inset
38474
38475  
38476 \lang english
38477 was in the spring of the year 1894 that all London was interested, and the
38478  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38479  under most unusual and inexplicable circumstances.
38480  The public has already learned those particulars of the crime which came
38481  out in the police investigation, but a good deal was suppressed upon that
38482  occasion, since the case for the prosecution was so overwhelmingly strong
38483  that it was not necessary to bring forward all the facts.
38484 \end_layout
38485
38486 \end_deeper
38487 \begin_layout Enumerate
38488 Initiale descendante sur 3
38489 \begin_inset space ~
38490 \end_inset
38491
38492 lignes en magenta en police mathématique
38493 \begin_inset Newline newline
38494 \end_inset
38495
38496
38497 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38498 \end_inset
38499
38500 , le texte 
38501 \begin_inset Quotes fld
38502 \end_inset
38503
38504
38505 \lang english
38506 t was in the spring
38507 \lang french
38508
38509 \begin_inset Quotes frd
38510 \end_inset
38511
38512  est en 
38513 \shape smallcaps
38514 petites capitales
38515 \shape default
38516  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38517  avant l'initiale
38518 \begin_inset space ~
38519 \end_inset
38520
38521 :
38522 \begin_inset Newline newline
38523 \end_inset
38524
38525
38526 \series bold
38527
38528 \backslash
38529 renewcommand{
38530 \backslash
38531 LettrineFontHook}{
38532 \backslash
38533 color{couleur}}
38534 \series default
38535
38536 \begin_inset Newline newline
38537 \end_inset
38538
38539 où la 
38540 \emph on
38541 couleur
38542 \emph default
38543  peut être 
38544 \begin_inset Quotes fld
38545 \end_inset
38546
38547 red
38548 \begin_inset Quotes frd
38549 \end_inset
38550
38551
38552 \begin_inset Quotes fld
38553 \end_inset
38554
38555 blue
38556 \begin_inset Quotes frd
38557 \end_inset
38558
38559
38560 \begin_inset Quotes fld
38561 \end_inset
38562
38563 green
38564 \begin_inset Quotes frd
38565 \end_inset
38566
38567
38568 \begin_inset Quotes fld
38569 \end_inset
38570
38571 yellow
38572 \begin_inset Quotes frd
38573 \end_inset
38574
38575
38576 \begin_inset Quotes fld
38577 \end_inset
38578
38579 cyan
38580 \begin_inset Quotes frd
38581 \end_inset
38582
38583
38584 \begin_inset Quotes fld
38585 \end_inset
38586
38587 magenta
38588 \begin_inset Quotes frd
38589 \end_inset
38590
38591
38592 \begin_inset Quotes fld
38593 \end_inset
38594
38595 black
38596 \begin_inset Quotes frd
38597 \end_inset
38598
38599  ou 
38600 \begin_inset Quotes fld
38601 \end_inset
38602
38603 white
38604 \begin_inset Quotes frd
38605 \end_inset
38606
38607 .
38608  On doit aussi ajouter la commande suivante au préambule du document
38609 \begin_inset space ~
38610 \end_inset
38611
38612 :
38613 \begin_inset Newline newline
38614 \end_inset
38615
38616
38617 \series bold
38618
38619 \backslash
38620 @ifundefined{textcolor}
38621 \begin_inset Newline newline
38622 \end_inset
38623
38624
38625 \begin_inset space ~
38626 \end_inset
38627
38628 {
38629 \backslash
38630 usepackage{color}}{}
38631 \series default
38632
38633 \begin_inset Separator parbreak
38634 \end_inset
38635
38636
38637 \end_layout
38638
38639 \begin_deeper
38640 \begin_layout Standard
38641 \begin_inset ERT
38642 status collapsed
38643
38644 \begin_layout Plain Layout
38645
38646
38647 \backslash
38648 renewcommand{
38649 \backslash
38650 LettrineFontHook}{
38651 \backslash
38652 color{magenta}}
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \begin_inset Note Note
38659 status collapsed
38660
38661 \begin_layout Plain Layout
38662 colore la lettrine en magenta
38663 \end_layout
38664
38665 \end_inset
38666
38667
38668 \end_layout
38669
38670 \begin_layout Initial
38671 \begin_inset Argument 1
38672 status open
38673
38674 \begin_layout Plain Layout
38675 lines=3, lhang=0.33, loversize=0.25
38676 \end_layout
38677
38678 \end_inset
38679
38680
38681 \begin_inset Argument 2
38682 status open
38683
38684 \begin_layout Plain Layout
38685 \begin_inset Formula $\mathcal{I}$
38686 \end_inset
38687
38688
38689 \end_layout
38690
38691 \end_inset
38692
38693
38694 \begin_inset Argument 3
38695 status open
38696
38697 \begin_layout Plain Layout
38698
38699 \lang english
38700 t was in the spring
38701 \end_layout
38702
38703 \end_inset
38704
38705
38706 \lang english
38707  of the year 1894 that all London was interested, and the fashionable world
38708  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38709  and inexplicable circumstances.
38710  The public has already learned those particulars of the crime which came
38711  out in the police investigation, but a good deal was suppressed upon that
38712  occasion, since the case for the prosecution was so overwhelmingly strong
38713  that it was not necessary to bring forward all the facts.
38714 \end_layout
38715
38716 \end_deeper
38717 \begin_layout Standard
38718 \begin_inset ERT
38719 status collapsed
38720
38721 \begin_layout Plain Layout
38722
38723
38724 \backslash
38725 else
38726 \end_layout
38727
38728 \end_inset
38729
38730
38731 \begin_inset Note Note
38732 status open
38733
38734 \begin_layout Plain Layout
38735 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38736  
38737 \series bold
38738 lettrine
38739 \series default
38740  n'est pas installé :
38741 \end_layout
38742
38743 \end_inset
38744
38745
38746 \end_layout
38747
38748 \begin_layout Standard
38749 Vous devez installer le paquetage \SpecialChar LaTeX
38750  
38751 \series bold
38752 lettrine
38753 \series default
38754  pour voir la suite de cette section dans la sortie imprimée.
38755 \end_layout
38756
38757 \begin_layout Standard
38758 \begin_inset ERT
38759 status collapsed
38760
38761 \begin_layout Plain Layout
38762
38763
38764 \backslash
38765 fi
38766 \end_layout
38767
38768 \end_inset
38769
38770
38771 \end_layout
38772
38773 \begin_layout Chapter
38774 Trucs externes
38775 \begin_inset Index idx
38776 status collapsed
38777
38778 \begin_layout Plain Layout
38779 Trucs externes
38780 \end_layout
38781
38782 \end_inset
38783
38784
38785 \end_layout
38786
38787 \begin_layout Standard
38788 Avec le menu 
38789 \family sans
38790 Insertion\SpecialChar menuseparator
38791 Fichier
38792 \family default
38793  vous pouvez insérer un contenu externe à votre document.
38794  Ce contenu peut être :
38795 \end_layout
38796
38797 \begin_layout Description
38798 Document
38799 \begin_inset space ~
38800 \end_inset
38801
38802 \SpecialChar LyX
38803  Un autre document \SpecialChar LyX
38804  ; son contenu est directement inséré dans votre document.
38805 \end_layout
38806
38807 \begin_layout Description
38808 Texte
38809 \begin_inset space ~
38810 \end_inset
38811
38812 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38813 e.
38814 \end_layout
38815
38816 \begin_layout Description
38817 Texte
38818 \begin_inset space ~
38819 \end_inset
38820
38821 Brut
38822 \begin_inset space ~
38823 \end_inset
38824
38825 par
38826 \begin_inset space ~
38827 \end_inset
38828
38829 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38830  Les lignes vides créent un nouveau paragraphe dans votre document.
38831 \end_layout
38832
38833 \begin_layout Description
38834 Objet
38835 \begin_inset space ~
38836 \end_inset
38837
38838 Externe Fichiers de formats variés.
38839 \end_layout
38840
38841 \begin_layout Description
38842 Sous-document Documents \SpecialChar LyX
38843  ou \SpecialChar LaTeX
38844 .
38845 \end_layout
38846
38847 \begin_layout Section
38848 Objets externes 
38849 \begin_inset Index idx
38850 status collapsed
38851
38852 \begin_layout Plain Layout
38853 Trucs externes ! Objets Externes
38854 \end_layout
38855
38856 \end_inset
38857
38858
38859 \end_layout
38860
38861 \begin_layout Standard
38862 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38863  de fichiers dans votre document sans avoir à convertir ces derniers en
38864  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38865
38866  qui va s'occuper des conversions.
38867  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38868  \SpecialChar LyX
38869  des images dans des formats divers.
38870  Quand vous avez activé 
38871 \family sans
38872 Aperçu
38873 \begin_inset space ~
38874 \end_inset
38875
38876 sur
38877 \begin_inset space ~
38878 \end_inset
38879
38880 le
38881 \begin_inset space ~
38882 \end_inset
38883
38884 vif
38885 \family default
38886  dans le menu des préférences de \SpecialChar LyX
38887 , dans la rubrique 
38888 \family sans
38889 Apparence\SpecialChar menuseparator
38890 Graphiques
38891 \family default
38892 , les objets externes de type Dia et Xfig sont affichés directement dans
38893  \SpecialChar LyX
38894 .
38895 \end_layout
38896
38897 \begin_layout Standard
38898 On insère des objets externes en utilisant la fenêtre de dialogue 
38899 \family sans
38900 Objet
38901 \begin_inset space ~
38902 \end_inset
38903
38904 Externe
38905 \family default
38906  qui est accessible via le menu 
38907 \family sans
38908 Insertion\SpecialChar menuseparator
38909 Fichiers\SpecialChar menuseparator
38910 Objet
38911 \begin_inset space ~
38912 \end_inset
38913
38914 Externe
38915 \family default
38916 .
38917  Actuellement les types de fichiers (
38918 \family sans
38919 Modèles
38920 \family default
38921 ) suivants sont autorisés :
38922 \end_layout
38923
38924 \begin_layout Description
38925 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38926  par le programme 
38927 \series bold
38928
38929 \begin_inset CommandInset href
38930 LatexCommand href
38931 name "XBoard"
38932 target "http://fr.wikipedia.org/wiki/XBoard"
38933
38934 \end_inset
38935
38936
38937 \series default
38938 .
38939 \end_layout
38940
38941 \begin_layout Description
38942 Date Ce modèle insère la date sous la forme 
38943 \emph on
38944 Jour-Mois-Année
38945 \emph default
38946 .
38947  Voici un exemple de date insérée comme objet externe :: 
38948 \begin_inset External
38949         template Date
38950         filename .
38951
38952 \end_inset
38953
38954
38955 \begin_inset space ~
38956 \end_inset
38957
38958
38959 \begin_inset Note Note
38960 status collapsed
38961
38962 \begin_layout Plain Layout
38963 Retirer l'espace protégé quand le bug 4398 sera résolu !
38964 \end_layout
38965
38966 \end_inset
38967
38968
38969 \begin_inset Newline newline
38970 \end_inset
38971
38972 La date n'apparaîtra pas dans \SpecialChar LyX
38973 , mais seulement dans la sortie imprimée.
38974  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38975 \family sans
38976 Insertion\SpecialChar menuseparator
38977 Date
38978 \family default
38979  et avec la commande \SpecialChar LaTeX
38980  
38981 \series bold
38982
38983 \backslash
38984 today
38985 \series default
38986  entrée comme code \SpecialChar TeX
38987 .
38988  Ces différentes méthodes sont comparée dans le tableau
38989 \begin_inset space ~
38990 \end_inset
38991
38992
38993 \begin_inset CommandInset ref
38994 LatexCommand ref
38995 reference "tab:Comparaison-des-dates"
38996
38997 \end_inset
38998
38999 .
39000 \end_layout
39001
39002 \begin_layout Description
39003 Dia Ce modèle accepte les diagrammes créés avec le programme 
39004 \series bold
39005
39006 \begin_inset CommandInset href
39007 LatexCommand href
39008 name "Dia"
39009 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39010
39011 \end_inset
39012
39013
39014 \series default
39015 .
39016 \end_layout
39017
39018 \begin_layout Description
39019 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39020  ou des tableaux dans le format de 
39021 \series bold
39022
39023 \begin_inset CommandInset href
39024 LatexCommand href
39025 name "Gnumeric"
39026 target "http://fr.wikipedia.org/wiki/Gnumeric"
39027
39028 \end_inset
39029
39030
39031 \series default
39032
39033 \begin_inset CommandInset href
39034 LatexCommand href
39035 name "OpenDocument"
39036 target "http://fr.wikipedia.org/wiki/OpenDocument"
39037
39038 \end_inset
39039
39040
39041 \begin_inset CommandInset href
39042 LatexCommand href
39043 name "Microsoft Office XML"
39044 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39045
39046 \end_inset
39047
39048  et 
39049 \begin_inset CommandInset href
39050 LatexCommand href
39051 name "Office Open XML"
39052 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39053
39054 \end_inset
39055
39056 .
39057  Pour cette fonction, \SpecialChar LyX
39058  doit pouvoir trouver le programme 
39059 \family typewriter
39060 ssconvert
39061 \family default
39062  au cours de sa configuration.
39063  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39064  même si vous n'avez pas de tableaux au format gnumeric.
39065  Pour des exemples et les limitations possibles, jetez un œil au fichier
39066  \SpecialChar LyX
39067  d'exemple, 
39068 \emph on
39069 spreadsheet.lyx
39070 \emph default
39071 .
39072 \end_layout
39073
39074 \begin_layout Description
39075 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39076  par le programme 
39077 \series bold
39078
39079 \begin_inset CommandInset href
39080 LatexCommand href
39081 name "LilyPond"
39082 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39083
39084 \end_inset
39085
39086
39087 \series default
39088 .
39089  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39090  au fichier \SpecialChar LyX
39091  d'exemple 
39092 \emph on
39093 lilypond.lyx
39094 \emph default
39095 .
39096 \end_layout
39097
39098 \begin_layout Description
39099 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39100  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39101  
39102 \emph on
39103 pages
39104 \emph default
39105  dans le champ 
39106 \family sans
39107 Option
39108 \family default
39109  dans l'onglet 
39110 \family sans
39111 Options \SpecialChar LaTeX
39112  et \SpecialChar LyX
39113
39114 \family default
39115 .
39116  L'argument de cette option est une liste d'éléments séparés par des virgules,
39117  contenant des numéros de pages (
39118 \begin_inset space ~
39119 \end_inset
39120
39121 insérez comme option 
39122 \series bold
39123 pages={3,5,6,8}
39124 \series default
39125
39126 \begin_inset space ~
39127 \end_inset
39128
39129 ), des plages de numéros de pages (
39130 \series bold
39131
39132 \begin_inset space ~
39133 \end_inset
39134
39135 pages={4-9}
39136 \series default
39137
39138 \begin_inset space ~
39139 \end_inset
39140
39141 ) ou n'importe quelle combinaison des deux.
39142  Pour insérer des pages vides, utilisez 
39143 \series bold
39144 {}
39145 \series default
39146 .
39147  Par exemple 
39148 \begin_inset space ~
39149 \end_inset
39150
39151
39152 \series bold
39153 pages={3,{},8-11,15}
39154 \series default
39155  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39156  15.
39157  Les plages de pages sont décrites avec la syntaxe 
39158 \emph on
39159 début-fin
39160 \emph default
39161  qui sélectionne toutes les pages de 
39162 \emph on
39163 début
39164 \emph default
39165  jusqu'à 
39166 \emph on
39167 fin
39168 \emph default
39169 .
39170  Si on omet 
39171 \emph on
39172 début
39173 \emph default
39174 , on commence implicitement à la première page ; de même, omettre 
39175 \emph on
39176 fin
39177 \emph default
39178  termine implicitement à la dernière page du document.
39179  La dernière page du document peut aussi être désignée par le mot-clé 
39180 \series bold
39181 last
39182 \series default
39183  (
39184 \begin_inset space ~
39185 \end_inset
39186
39187 ce dernier n'est accepté que pour une plage de pages
39188 \begin_inset space ~
39189 \end_inset
39190
39191 ).
39192  Donc 
39193 \series bold
39194 pages=-
39195 \series default
39196  va insérer toutes les pages du document et 
39197 \series bold
39198 pages=last-1
39199 \series default
39200  va insérer toutes les pages dans l'ordre inverse.
39201  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39202 \begin_inset Newline newline
39203 \end_inset
39204
39205 L'option 
39206 \series bold
39207 noautoscale
39208 \series default
39209  insère les pages avec leur taille d'origine, si cette option n'est pas
39210  donnée, les pages seront redimensionnées
39211 \begin_inset space \space{}
39212 \end_inset
39213
39214 pour tenir dans la largeur de page de votre document.
39215  Dans l'onglet 
39216 \family sans
39217 Taille
39218 \begin_inset space ~
39219 \end_inset
39220
39221 et
39222 \begin_inset space ~
39223 \end_inset
39224
39225 rotation
39226 \family default
39227  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39228  qu'une éventuelle rotation.
39229  Si vous utilisez une autre largeur que 100
39230 \begin_inset space \thinspace{}
39231 \end_inset
39232
39233 Échelle%, l'option 
39234 \series bold
39235 noautoscale
39236 \series default
39237  sera neutralisée.
39238  Pour plus d'information sur les options possibles, jetez un œil sur la
39239  documentation du paquetage \SpecialChar LaTeX
39240  
39241 \series bold
39242 pdfpages
39243 \series default
39244  
39245 \begin_inset CommandInset citation
39246 LatexCommand cite
39247 key "pdfpages"
39248
39249 \end_inset
39250
39251 .
39252 \begin_inset Index idx
39253 status collapsed
39254
39255 \begin_layout Plain Layout
39256 Paquetages \SpecialChar LaTeX
39257  ! pdfpages
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \begin_inset Newline newline
39264 \end_inset
39265
39266 Pour utiliser ce modèle dans une présentation 
39267 \family sans
39268 Beamer
39269 \family default
39270  vous devez d'abord insérer un environnement 
39271 \family sans
39272 FinCadre
39273 \family default
39274  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39275  contenant la commande
39276  
39277 \series bold
39278
39279 \backslash
39280 setbeamertemplate{background canvas}{}
39281 \series default
39282 .
39283  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39284  que vous voulez.
39285  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39286  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39287  section.
39288  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39289  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39290  le modèle.
39291 \begin_inset Newline newline
39292 \end_inset
39293
39294 Voici un PDF incorporé basculé de -5°
39295 \begin_inset space ~
39296 \end_inset
39297
39298 °: 
39299 \begin_inset External
39300         template PDFPages
39301         filename ../clipart/Abstract.pdf
39302         extra LaTeX "noautoscale, pages=-"
39303         rotateAngle -5
39304         rotateOrigin bottomleft
39305
39306 \end_inset
39307
39308
39309 \end_layout
39310
39311 \begin_layout Description
39312 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39313  Les images peuvent être traitées dans la fenêtre de dialogue 
39314 \family sans
39315 Objet
39316 \begin_inset space ~
39317 \end_inset
39318
39319 Externe
39320 \family default
39321  comme les images qui sont habituellement incorporées en utilisant le menu
39322  
39323 \family sans
39324 Insertion\SpecialChar menuseparator
39325 Graphique
39326 \family default
39327 , comme c'est décrit dans la section
39328 \begin_inset space ~
39329 \end_inset
39330
39331
39332 \begin_inset CommandInset ref
39333 LatexCommand ref
39334 reference "sec:Graphics-Dialog"
39335
39336 \end_inset
39337
39338 .
39339  La différence avec l'insertion normale d'image est que seules les images
39340  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39341  ne sont pas acceptées.
39342  Voici un exemple d'insertion d'image matricielle
39343 \begin_inset space ~
39344 \end_inset
39345
39346
39347 \begin_inset External
39348         template RasterImage
39349         filename ../clipart/ToolbarEnvBox.png
39350
39351 \end_inset
39352
39353
39354 \end_layout
39355
39356 \begin_layout Description
39357 XFig Ce modèle accepte les images créées avec le programme 
39358 \series bold
39359
39360 \begin_inset CommandInset href
39361 LatexCommand href
39362 name "Xfig"
39363 target "http://fr.wikipedia.org/wiki/Xfig"
39364
39365 \end_inset
39366
39367
39368 \series default
39369 .
39370 \end_layout
39371
39372 \begin_layout Standard
39373 \begin_inset Float table
39374 placement !h
39375 wide false
39376 sideways false
39377 status open
39378
39379 \begin_layout Plain Layout
39380 \begin_inset Caption Standard
39381
39382 \begin_layout Plain Layout
39383 \begin_inset CommandInset label
39384 LatexCommand label
39385 name "tab:Comparaison-des-dates"
39386
39387 \end_inset
39388
39389 Comparaison des méthodes d'insertion de la date.
39390 \end_layout
39391
39392 \end_inset
39393
39394
39395 \end_layout
39396
39397 \begin_layout Plain Layout
39398 \align center
39399 \begin_inset Tabular
39400 <lyxtabular version="3" rows="4" columns="4">
39401 <features tabularvalignment="middle">
39402 <column alignment="center" valignment="top">
39403 <column alignment="center" valignment="top">
39404 <column alignment="center" valignment="top">
39405 <column alignment="center" valignment="top">
39406 <row>
39407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39408 \begin_inset Text
39409
39410 \begin_layout Plain Layout
39411 Format du document
39412 \end_layout
39413
39414 \end_inset
39415 </cell>
39416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39417 \begin_inset Text
39418
39419 \begin_layout Plain Layout
39420
39421 \family sans
39422 Objet
39423 \begin_inset space ~
39424 \end_inset
39425
39426 Externe\SpecialChar menuseparator
39427 Date
39428 \end_layout
39429
39430 \end_inset
39431 </cell>
39432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39433 \begin_inset Text
39434
39435 \begin_layout Plain Layout
39436
39437 \family sans
39438 Insertion\SpecialChar menuseparator
39439 Date
39440 \end_layout
39441
39442 \end_inset
39443 </cell>
39444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39445 \begin_inset Text
39446
39447 \begin_layout Plain Layout
39448 commande 
39449 \series bold
39450
39451 \backslash
39452 today
39453 \end_layout
39454
39455 \end_inset
39456 </cell>
39457 </row>
39458 <row>
39459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39460 \begin_inset Text
39461
39462 \begin_layout Plain Layout
39463 \SpecialChar LyX
39464
39465 \end_layout
39466
39467 \end_inset
39468 </cell>
39469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39470 \begin_inset Text
39471
39472 \begin_layout Plain Layout
39473 comme boîte d'insert
39474 \end_layout
39475
39476 \end_inset
39477 </cell>
39478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39479 \begin_inset Text
39480
39481 \begin_layout Plain Layout
39482 comme date
39483 \end_layout
39484
39485 \end_inset
39486 </cell>
39487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39488 \begin_inset Text
39489
39490 \begin_layout Plain Layout
39491 comme boîte de code \SpecialChar TeX
39492
39493 \end_layout
39494
39495 \end_inset
39496 </cell>
39497 </row>
39498 <row>
39499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39500 \begin_inset Text
39501
39502 \begin_layout Plain Layout
39503 \SpecialChar LaTeX
39504
39505 \end_layout
39506
39507 \end_inset
39508 </cell>
39509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39510 \begin_inset Text
39511
39512 \begin_layout Plain Layout
39513 comme date
39514 \end_layout
39515
39516 \end_inset
39517 </cell>
39518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39519 \begin_inset Text
39520
39521 \begin_layout Plain Layout
39522 comme date
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531 comme commande
39532 \end_layout
39533
39534 \end_inset
39535 </cell>
39536 </row>
39537 <row>
39538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39539 \begin_inset Text
39540
39541 \begin_layout Plain Layout
39542 DVI, PDF, PS
39543 \end_layout
39544
39545 \end_inset
39546 </cell>
39547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39548 \begin_inset Text
39549
39550 \begin_layout Plain Layout
39551 comme date
39552 \end_layout
39553
39554 \end_inset
39555 </cell>
39556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39557 \begin_inset Text
39558
39559 \begin_layout Plain Layout
39560 comme date
39561 \end_layout
39562
39563 \end_inset
39564 </cell>
39565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39566 \begin_inset Text
39567
39568 \begin_layout Plain Layout
39569 comme date date
39570 \end_layout
39571
39572 \end_inset
39573 </cell>
39574 </row>
39575 </lyxtabular>
39576
39577 \end_inset
39578
39579
39580 \end_layout
39581
39582 \end_inset
39583
39584
39585 \end_layout
39586
39587 \begin_layout Standard
39588 Quand vous activez l'option 
39589 \family sans
39590 Brouillon
39591 \family default
39592  de l'onglet 
39593 \family sans
39594 Fichier
39595 \family default
39596  de la fenêtre de dialogue 
39597 \family sans
39598 Objet
39599 \begin_inset space ~
39600 \end_inset
39601
39602 Externe
39603 \family default
39604 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39605 \begin_inset Newline newline
39606 \end_inset
39607
39608 Les objets externes apparaissent dans \SpecialChar LyX
39609 , soit comme une boîte comme celle-ci
39610  : 
39611 \begin_inset Graphics
39612         filename ../clipart/ExternalMaterialQt4.png
39613         scale 85
39614         scaleBeforeRotation
39615
39616 \end_inset
39617
39618  soit comme une image, selon que vous avez ou non activé l'option 
39619 \family sans
39620 Afficher
39621 \begin_inset space ~
39622 \end_inset
39623
39624 dans
39625 \begin_inset space ~
39626 \end_inset
39627
39628 \SpecialChar LyX
39629
39630 \family default
39631  de l'onglet 
39632 \family sans
39633 Options \SpecialChar LaTeX
39634  et \SpecialChar LyX
39635
39636 \family default
39637  de la fenêtre de dialogue.
39638 \end_layout
39639
39640 \begin_layout Standard
39641 Le manuel 
39642 \family sans
39643 \emph on
39644 Personnalisation
39645 \family default
39646 \emph default
39647  explique comment vous pouvez créer vos propres modèles.
39648 \end_layout
39649
39650 \begin_layout Section
39651 Sous-documents
39652 \begin_inset CommandInset label
39653 LatexCommand label
39654 name "sec:Sous-documents"
39655
39656 \end_inset
39657
39658
39659 \begin_inset Index idx
39660 status collapsed
39661
39662 \begin_layout Plain Layout
39663 Trucs externes ! Sous-documents
39664 \end_layout
39665
39666 \end_inset
39667
39668
39669 \begin_inset Index idx
39670 status collapsed
39671
39672 \begin_layout Plain Layout
39673 Fichiers ! Insertion
39674 \end_layout
39675
39676 \end_inset
39677
39678
39679 \end_layout
39680
39681 \begin_layout Standard
39682 Les sous-documents sont utilisés quand on a un document très long qui peut
39683  être décomposé en plusieurs parties ou sections plus petites.
39684  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39685  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39686  Les différents documents sont ce que l'on appelle les sous-documents et
39687  un document maître les relie pour imprimer le document complet ou seulement
39688  une partie de celui-ci.
39689  Un sous-document hérite du contenu de son maître, par exemple le préambule
39690  \SpecialChar LaTeX
39691 , la bibliographie, et les étiquettes pour les références croisées.
39692 \end_layout
39693
39694 \begin_layout Standard
39695 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39696  maître, précisez dans le sous-document le document maître dans le menu
39697  
39698 \family sans
39699 Document\SpecialChar menuseparator
39700 Paramètres\SpecialChar menuseparator
39701 Classe de document
39702 \family default
39703 .
39704  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39705  à chaque
39706  fois que vous modifierez le sous-document.
39707 \end_layout
39708
39709 \begin_layout Standard
39710 Les documents inclus sont visualisés dans \SpecialChar LyX
39711  sous la forme d'une boîte comme
39712  celle-ci : 
39713 \begin_inset Graphics
39714         filename clipart/ChildDocumentQt4.png
39715         lyxscale 70
39716         scale 60
39717         scaleBeforeRotation
39718
39719 \end_inset
39720
39721  Pour inclure des sous-documents dans un document maître , on utilise le
39722  menu 
39723 \family sans
39724 Insertion\SpecialChar menuseparator
39725 Fichier\SpecialChar menuseparator
39726 Sous-document
39727 \family default
39728 .
39729  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39730  des quatre méthodes d'inclusion :
39731 \end_layout
39732
39733 \begin_layout Description
39734 Inclus
39735 \begin_inset space ~
39736 \end_inset
39737
39738 (include) Vous pouvez inclure des documents \SpecialChar LyX
39739  et \SpecialChar LaTeX
39740 .
39741  Quand vous cliquez sur le bouton 
39742 \family sans
39743 Modifier
39744 \family default
39745  dans la fenêtre de dialogue 
39746 \family sans
39747 Sous-document
39748 \family default
39749 , le document inclus est ouvert dans \SpecialChar LyX
39750  dans un nouvel onglet pour que vous
39751  puissiez le modifier.
39752 \begin_inset Newline newline
39753 \end_inset
39754
39755
39756 \end_layout
39757
39758 \begin_layout Standard
39759 Voici un sous-document inséré avec la méthode 
39760 \family sans
39761 Inclus
39762 \family default
39763  : 
39764 \begin_inset CommandInset include
39765 LatexCommand include
39766 filename "DocumentBidon1.lyx"
39767
39768 \end_inset
39769
39770
39771 \end_layout
39772
39773 \begin_layout Standard
39774 La numérotation des sections va prendre en compte les sections des fichiers
39775  incorporés dans l'ordre où ils sont insérés dans le document maître.
39776  Le document qui est inclus comme exemple possède une sous-section qui sera
39777  numérotée comme sous-section de la section actuelle.
39778  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39779  : la sous-section
39780 \begin_inset space ~
39781 \end_inset
39782
39783
39784 \begin_inset CommandInset ref
39785 LatexCommand ref
39786 reference "subsec:Sous-section-externe-1"
39787
39788 \end_inset
39789
39790  est dans le fichier inclus.
39791 \end_layout
39792
39793 \begin_layout Standard
39794 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39795  du document maître est utilisé.
39796  Les branches présentes dans le sous-document seront ignorées par le document
39797  maître si celui-ci ne possède pas une branche avec le même nom.
39798  Les documents inclus sont insérés en commençant une nouvelle page et sont
39799  suivis par un saut de page.
39800 \end_layout
39801
39802 \begin_layout Standard
39803 \begin_inset Note Greyedout
39804 status open
39805
39806 \begin_layout Plain Layout
39807
39808 \series bold
39809 Note:
39810 \series default
39811  Quand vous avez inclus un fichier \SpecialChar LyX
39812  ou \SpecialChar LaTeX
39813 , et que ce dernier utilise une classe
39814  de document différente de celle du document maître, vous recevez un avertisseme
39815 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39816  produire des résultats inattendus sur la sortie imprimée.
39817 \end_layout
39818
39819 \end_inset
39820
39821
39822 \end_layout
39823
39824 \begin_layout Description
39825 Incorporé
39826 \begin_inset space ~
39827 \end_inset
39828
39829 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39830  sont :
39831 \begin_inset Separator parbreak
39832 \end_inset
39833
39834
39835 \end_layout
39836
39837 \begin_deeper
39838 \begin_layout Itemize
39839 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39840  par un saut de page.
39841 \end_layout
39842
39843 \begin_layout Itemize
39844 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39845  quand l'option
39846  
39847 \family sans
39848 Aperçu
39849 \begin_inset space ~
39850 \end_inset
39851
39852 sur
39853 \begin_inset space ~
39854 \end_inset
39855
39856 le
39857 \begin_inset space ~
39858 \end_inset
39859
39860 vif
39861 \family default
39862  est activée dans les préférences dans la rubrique 
39863 \family sans
39864 Apparence\SpecialChar menuseparator
39865 Graphique
39866 \family default
39867 .
39868 \end_layout
39869
39870 \begin_layout Itemize
39871 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39872 \family sans
39873 Document\SpecialChar menuseparator
39874 Paramètres\SpecialChar menuseparator
39875 Sous-documents
39876 \family default
39877 .
39878 \end_layout
39879
39880 \end_deeper
39881 \begin_layout Standard
39882 Voici un sous document inséré en utilisant la méthode 
39883 \family sans
39884 Incorporé
39885 \family default
39886  : 
39887 \begin_inset CommandInset include
39888 LatexCommand input
39889 preview true
39890 filename "DocumentBidon2.lyx"
39891
39892 \end_inset
39893
39894
39895 \end_layout
39896
39897 \begin_layout Standard
39898 Voici un sous-document
39899 \emph on
39900 input
39901 \emph default
39902  comme \SpecialChar LaTeX
39903  source:
39904 \end_layout
39905
39906 \begin_layout Quote
39907 \begin_inset CommandInset include
39908 LatexCommand input
39909 filename "DocumentTexteBidon.txt"
39910
39911 \end_inset
39912
39913
39914 \end_layout
39915
39916 \begin_layout Description
39917 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39918  Si c'est un fichier \SpecialChar LyX
39919  ou \SpecialChar LaTeX
39920 , le contenu sera affiché dans la sortie sous forme
39921  de code source et aucune des commandes éventuellement présentes ne sera
39922  exécutée.
39923  Vous pouvez utiliser l'option 
39924 \family sans
39925 Marquer
39926 \begin_inset space ~
39927 \end_inset
39928
39929 les
39930 \begin_inset space ~
39931 \end_inset
39932
39933 espaces
39934 \family default
39935  qui matérialise chaque espace présente dans le code source par un caractère
39936  
39937 \begin_inset Quotes fld
39938 \end_inset
39939
39940
39941 \begin_inset ERT
39942 status collapsed
39943
39944 \begin_layout Plain Layout
39945
39946
39947 \backslash
39948 textvisiblespace 
39949 \end_layout
39950
39951 \end_inset
39952
39953
39954 \begin_inset Quotes frd
39955 \end_inset
39956
39957  .
39958  La différence avec la méthode qui consiste à utiliser le menu 
39959 \family sans
39960 Insertion\SpecialChar menuseparator
39961 Fichier\SpecialChar menuseparator
39962 Texte
39963 \begin_inset space ~
39964 \end_inset
39965
39966 brut
39967 \family default
39968  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
39969 .
39970 \end_layout
39971
39972 \begin_layout Standard
39973 Voici un sous-document inclus en utilisant la méthode 
39974 \family sans
39975 verbatim
39976 \family default
39977  : 
39978 \begin_inset CommandInset include
39979 LatexCommand verbatiminput
39980 filename "DocumentTexteBidon.txt"
39981
39982 \end_inset
39983
39984
39985 \begin_inset VSpace bigskip
39986 \end_inset
39987
39988 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39989  l'option 
39990 \family sans
39991 Marquer
39992 \begin_inset space ~
39993 \end_inset
39994
39995 les
39996 \begin_inset space ~
39997 \end_inset
39998
39999 espaces :
40000 \family default
40001  
40002 \begin_inset CommandInset include
40003 LatexCommand verbatiminput*
40004 filename "DocumentTexteBidon.txt"
40005
40006 \end_inset
40007
40008
40009 \end_layout
40010
40011 \begin_layout Standard
40012 \begin_inset VSpace bigskip
40013 \end_inset
40014
40015
40016 \end_layout
40017
40018 \begin_layout Standard
40019 \begin_inset Note Greyedout
40020 status open
40021
40022 \begin_layout Plain Layout
40023
40024 \series bold
40025 Note:
40026 \series default
40027  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40028  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40029 \end_layout
40030
40031 \end_inset
40032
40033
40034 \end_layout
40035
40036 \begin_layout Description
40037 Listings Ce type d'inclusion est décrit dans le chapitre
40038 \begin_inset space ~
40039 \end_inset
40040
40041
40042 \begin_inset CommandInset ref
40043 LatexCommand ref
40044 reference "cha:Program-Code-Listings"
40045
40046 \end_inset
40047
40048 .
40049 \end_layout
40050
40051 \begin_layout Standard
40052 \begin_inset Note Greyedout
40053 status open
40054
40055 \begin_layout Plain Layout
40056
40057 \series bold
40058 Note:
40059 \series default
40060  Inclure le même document deux fois dans un même document peut poser des
40061  problèmes avec \SpecialChar LaTeX
40062 .
40063 \end_layout
40064
40065 \end_inset
40066
40067
40068 \end_layout
40069
40070 \begin_layout Standard
40071 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40072  de votre document maître, que ce soit pour diminuer les temps de compilation
40073  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40074  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40075  la sortie en utilisant le menu 
40076 \family sans
40077 Document\SpecialChar menuseparator
40078 Paramètres\SpecialChar menuseparator
40079 Sous-documents
40080 \family default
40081 .
40082  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40083  sur la ligne correspondant dans la colonne 
40084 \family sans
40085 Inclus dans le résultat
40086 \family default
40087  de la liste (
40088 \begin_inset space ~
40089 \end_inset
40090
40091 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40092  
40093 \begin_inset Quotes fld
40094 \end_inset
40095
40096 inclus
40097 \begin_inset Quotes frd
40098 \end_inset
40099
40100  et pas la méthode 
40101 \begin_inset Quotes fld
40102 \end_inset
40103
40104 incorporé
40105 \begin_inset Quotes frd
40106 \end_inset
40107
40108
40109 \begin_inset space ~
40110 \end_inset
40111
40112 ).
40113  Si on active l'option 
40114 \family sans
40115 Assurer la cohérence des compteurs et des références
40116 \family default
40117 , \SpecialChar LyX
40118  va s'assurer que tous les numéros de pages, références etc...
40119  sont corrects comme si tous le document avait été traité.
40120  C'est utile si vous voulez que les sous-documents choisis aient exactement
40121  le même aspect que s'il étaient dans le document complet.
40122  Pour réaliser cette condition, il faut que \SpecialChar LyX
40123  traite de façon silencieuse
40124  la totalité du document.
40125  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40126  les compteurs et autres références n'ont pas à être à tout prix valides,
40127  vous devez impérativement désactiver cette option.
40128  
40129 \end_layout
40130
40131 \begin_layout Standard
40132 Une autre solution consiste à inclure chaque fichier dans une branche
40133 \begin_inset Foot
40134 status collapsed
40135
40136 \begin_layout Plain Layout
40137 Les branches sont décrites dans la section 
40138 \emph on
40139 Branches
40140 \emph default
40141  du 
40142 \emph on
40143 Guide de l'utilisateur
40144 \emph default
40145  de \SpecialChar LyX
40146 .
40147 \end_layout
40148
40149 \end_inset
40150
40151 .
40152  En activant ou désactivant une branche, vous pouvez décider les fichiers
40153  inclus qui doivent apparaître dans la sortie imprimée.
40154  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40155  
40156 \begin_inset Quotes fld
40157 \end_inset
40158
40159 incorporés
40160 \begin_inset Quotes frd
40161 \end_inset
40162
40163 .
40164  Le défaut est que les compteurs et autres références ne sont pas conservés
40165  avec cette approche.
40166 \end_layout
40167
40168 \begin_layout Chapter
40169 Listings de code source
40170 \begin_inset CommandInset label
40171 LatexCommand label
40172 name "cha:Program-Code-Listings"
40173
40174 \end_inset
40175
40176
40177 \begin_inset Index idx
40178 status collapsed
40179
40180 \begin_layout Plain Layout
40181 Listings
40182 \end_layout
40183
40184 \end_inset
40185
40186
40187 \begin_inset Index idx
40188 status collapsed
40189
40190 \begin_layout Plain Layout
40191 Code Source
40192 \end_layout
40193
40194 \end_inset
40195
40196
40197 \begin_inset Index idx
40198 status collapsed
40199
40200 \begin_layout Plain Layout
40201 Flottants ! Listings
40202 \end_layout
40203
40204 \end_inset
40205
40206
40207 \end_layout
40208
40209 \begin_layout Standard
40210 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40211  un insert 
40212 \family sans
40213 Listings
40214 \family default
40215  qui peut être créé grâce au menu 
40216 \family sans
40217 Insertion
40218 \family default
40219 \SpecialChar menuseparator
40220
40221 \family sans
40222 Listing
40223 \begin_inset space ~
40224 \end_inset
40225
40226 de
40227 \begin_inset space ~
40228 \end_inset
40229
40230 Code
40231 \begin_inset space ~
40232 \end_inset
40233
40234 Source
40235 \family default
40236 .
40237  Le paquetage \SpecialChar LaTeX
40238  
40239 \series bold
40240 listings
40241 \series default
40242
40243 \begin_inset Index idx
40244 status collapsed
40245
40246 \begin_layout Plain Layout
40247 Paquetages \SpecialChar LaTeX
40248  ! listings
40249 \end_layout
40250
40251 \end_inset
40252
40253  fournit un moyen puissant et flexible d'insérer des listings de code source
40254  dans votre document.
40255  
40256 \end_layout
40257
40258 \begin_layout Standard
40259 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40260  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40261 \end_layout
40262
40263 \begin_layout Standard
40264 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40265  imprimée.
40266  L'option d'emplacement 
40267 \family sans
40268 Listing
40269 \begin_inset space ~
40270 \end_inset
40271
40272 en
40273 \begin_inset space ~
40274 \end_inset
40275
40276 Ligne
40277 \family default
40278  imprime le listing dans la ligne comme ceci : 
40279 \begin_inset listings
40280 lstparams "language={C++}"
40281 inline true
40282 status open
40283
40284 \begin_layout Plain Layout
40285
40286 int a=5;
40287 \end_layout
40288
40289 \end_inset
40290
40291
40292 \begin_inset Newline newline
40293 \end_inset
40294
40295 L'option 
40296 \family sans
40297 Flottant
40298 \family default
40299  crée un flottant de listing pour lequel vous pouvez préciser les options
40300  classiques d'emplacement : 
40301 \begin_inset Quotes fld
40302 \end_inset
40303
40304
40305 \family sans
40306 h
40307 \family default
40308
40309 \begin_inset Quotes frd
40310 \end_inset
40311
40312
40313 \begin_inset Quotes fld
40314 \end_inset
40315
40316
40317 \family sans
40318 t
40319 \family default
40320
40321 \begin_inset Quotes frd
40322 \end_inset
40323
40324
40325 \begin_inset Quotes fld
40326 \end_inset
40327
40328
40329 \family sans
40330 b
40331 \family default
40332
40333 \begin_inset Quotes frd
40334 \end_inset
40335
40336 , et 
40337 \begin_inset Quotes fld
40338 \end_inset
40339
40340
40341 \family sans
40342 p
40343 \family default
40344
40345 \begin_inset Quotes frd
40346 \end_inset
40347
40348  correspondant aux emplacement décrits dans la section
40349 \begin_inset space ~
40350 \end_inset
40351
40352
40353 \begin_inset CommandInset ref
40354 LatexCommand ref
40355 reference "sec:Placement-flottants"
40356
40357 \end_inset
40358
40359 .
40360  Les options de positionnement peuvent être mélangées et doivent être saisies
40361  sans séparation, par exemple, on peut taper 
40362 \begin_inset Quotes fld
40363 \end_inset
40364
40365
40366 \family sans
40367 htbp
40368 \family default
40369
40370 \begin_inset Quotes frd
40371 \end_inset
40372
40373 .
40374  L'option 
40375 \begin_inset Quotes fld
40376 \end_inset
40377
40378 h
40379 \begin_inset Quotes frd
40380 \end_inset
40381
40382  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40383  
40384 \family sans
40385 Flottant
40386 \family default
40387  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40388  légende et être référencés.
40389 \end_layout
40390
40391 \begin_layout Standard
40392 Vous pouvez ajouter une légende à un listing avec le menu 
40393 \family sans
40394 Insertion\SpecialChar menuseparator
40395 Légende
40396 \family default
40397 .
40398  On peut référencer les listings de la même façon que les flottants :Voir
40399  le listing
40400 \begin_inset space ~
40401 \end_inset
40402
40403
40404 \begin_inset CommandInset ref
40405 LatexCommand ref
40406 reference "lst:Listing-exemple"
40407
40408 \end_inset
40409
40410 .
40411  Une liste des listings qui contient tous les listings légendés peut être
40412  créée par le menu 
40413 \family sans
40414 Insertion\SpecialChar menuseparator
40415 Listes
40416 \begin_inset space ~
40417 \end_inset
40418
40419 &
40420 \begin_inset space ~
40421 \end_inset
40422
40423 TdM\SpecialChar menuseparator
40424 Liste des listings
40425 \family default
40426 .
40427  Les éléments de la liste sont les légendes et le numéro de listing.
40428 \end_layout
40429
40430 \begin_layout Standard
40431 \begin_inset listings
40432 lstparams "language=Python"
40433 inline false
40434 status open
40435
40436 \begin_layout Plain Layout
40437
40438 \begin_inset Caption Standard
40439
40440 \begin_layout Plain Layout
40441 \begin_inset CommandInset label
40442 LatexCommand label
40443 name "lst:Listing-exemple"
40444
40445 \end_inset
40446
40447 Exemple de listing flottant
40448 \end_layout
40449
40450 \end_inset
40451
40452 # Exemple de listing flottant
40453 \end_layout
40454
40455 \begin_layout Plain Layout
40456
40457 def func(param):
40458 \end_layout
40459
40460 \begin_layout Plain Layout
40461
40462     'ceci est une fonction python'
40463 \end_layout
40464
40465 \begin_layout Plain Layout
40466
40467     pass
40468 \end_layout
40469
40470 \end_inset
40471
40472
40473 \end_layout
40474
40475 \begin_layout Standard
40476 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40477  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40478  de manière particulière dans la sortie imprimée.
40479  Dans l'exemple de listing, le mot clé Python 
40480 \begin_inset Quotes fld
40481 \end_inset
40482
40483 def
40484 \begin_inset Quotes frd
40485 \end_inset
40486
40487  est reconnu et imprimé en caractères gras dans la sortie.
40488 \end_layout
40489
40490 \begin_layout Standard
40491 \begin_inset Note Greyedout
40492 status open
40493
40494 \begin_layout Plain Layout
40495
40496 \series bold
40497 Note:
40498 \series default
40499  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40500  une police de caractères à 
40501 \family typewriter
40502 chasse fixe
40503 \family default
40504 , c'est que votre police ne contient probablement pas de série grasse.
40505  Dans ce cas choisissez une police différente dans le menu 
40506 \family sans
40507 Document\SpecialChar menuseparator
40508 Paramètres\SpecialChar menuseparator
40509 Polices
40510 \family default
40511 .
40512  (Les polices 
40513 \emph on
40514 LuxiMono, BeraMono
40515 \emph default
40516  et 
40517 \emph on
40518 Courier
40519 \emph default
40520  contiennent une série grasse.)
40521 \end_layout
40522
40523 \end_inset
40524
40525
40526 \end_layout
40527
40528 \begin_layout Standard
40529 Dans la rubrique 
40530 \family sans
40531 Numérotation
40532 \begin_inset space ~
40533 \end_inset
40534
40535 des
40536 \begin_inset space ~
40537 \end_inset
40538
40539 Lignes
40540 \family default
40541  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40542 n des lignes.
40543  Vous pouvez mettre un nombre dans le champ 
40544 \family sans
40545 Pas
40546 \family default
40547  pour désigner les lignes qui seront numérotées.
40548  Par exemple, si vous mettez 
40549 \begin_inset Quotes fld
40550 \end_inset
40551
40552 3
40553 \begin_inset Quotes frd
40554 \end_inset
40555
40556 , seule une ligne sur trois sera numérotée.
40557 \end_layout
40558
40559 \begin_layout Standard
40560 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40561  apparaîtront dans la sortie.
40562  Vous devez utiliser l'option 
40563 \family sans
40564 Table
40565 \begin_inset space ~
40566 \end_inset
40567
40568 de
40569 \begin_inset space ~
40570 \end_inset
40571
40572 Caractères
40573 \begin_inset space ~
40574 \end_inset
40575
40576 Étendue
40577 \family default
40578  quand vous employez des caractères spécifiques à une langue donnée comme
40579  les umlauts Allemands dans votre listing.
40580 \begin_inset Newline newline
40581 \end_inset
40582
40583 Voici un exemple de listing avec la numérotation des lignes à gauche par
40584  pas de 3, en langage Python, avec les options 
40585 \begin_inset Quotes fld
40586 \end_inset
40587
40588 Table
40589 \begin_inset space ~
40590 \end_inset
40591
40592 de
40593 \begin_inset space ~
40594 \end_inset
40595
40596 caractères
40597 \begin_inset space ~
40598 \end_inset
40599
40600 étendue
40601 \begin_inset Quotes frd
40602 \end_inset
40603
40604  et 
40605 \begin_inset Quotes fld
40606 \end_inset
40607
40608 Espace
40609 \begin_inset space ~
40610 \end_inset
40611
40612 représenté
40613 \begin_inset space ~
40614 \end_inset
40615
40616 par
40617 \begin_inset space ~
40618 \end_inset
40619
40620 un
40621 \begin_inset space ~
40622 \end_inset
40623
40624 symbole
40625 \begin_inset Quotes frd
40626 \end_inset
40627
40628 , l'intervalle de ligne étant 3
40629 \begin_inset space \thinspace{}
40630 \end_inset
40631
40632 -
40633 \begin_inset space \thinspace{}
40634 \end_inset
40635
40636 8:
40637 \end_layout
40638
40639 \begin_layout Standard
40640 \begin_inset listings
40641 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40642 inline false
40643 status open
40644
40645 \begin_layout Plain Layout
40646
40647 def func(param):
40648 \end_layout
40649
40650 \begin_layout Plain Layout
40651
40652     'ceci est une fonction Python'
40653 \end_layout
40654
40655 \begin_layout Plain Layout
40656
40657     pass
40658 \end_layout
40659
40660 \begin_layout Plain Layout
40661
40662 def func(param):
40663 \end_layout
40664
40665 \begin_layout Plain Layout
40666
40667 'Ça, c'est un mot Allemand : Tschüß'
40668 \end_layout
40669
40670 \begin_layout Plain Layout
40671
40672 pass
40673 \end_layout
40674
40675 \begin_layout Plain Layout
40676
40677 def func(param):
40678 \end_layout
40679
40680 \begin_layout Plain Layout
40681
40682 'ceci est une fonction Python'
40683 \end_layout
40684
40685 \begin_layout Plain Layout
40686
40687 pass
40688 \end_layout
40689
40690 \end_inset
40691
40692
40693 \end_layout
40694
40695 \begin_layout Standard
40696 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40697  nombre de caractères que doit représenter une tabulation dans le champ
40698  
40699 \family sans
40700 Taille du tabulateur
40701 \family default
40702 .
40703 \end_layout
40704
40705 \begin_layout Standard
40706 \begin_inset Note Greyedout
40707 status open
40708
40709 \begin_layout Plain Layout
40710
40711 \series bold
40712 Note:
40713 \series default
40714  À cause d'un bug dans le paquetage 
40715 \series bold
40716 listings
40717 \series default
40718  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40719  listing.
40720  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40721  les lignes 3 et 6.
40722 \end_layout
40723
40724 \end_inset
40725
40726
40727 \end_layout
40728
40729 \begin_layout Standard
40730 \begin_inset VSpace bigskip
40731 \end_inset
40732
40733
40734 \end_layout
40735
40736 \begin_layout Standard
40737 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40738  listing.
40739  Pour le faire, il suffit d'utiliser le menu 
40740 \family sans
40741 Insertion\SpecialChar menuseparator
40742 Fichier\SpecialChar menuseparator
40743 Sous-document
40744 \family default
40745  et de choisir le type 
40746 \family sans
40747 Listing
40748 \family default
40749
40750 \begin_inset space ~
40751 \end_inset
40752
40753
40754 \family sans
40755 de
40756 \begin_inset space ~
40757 \end_inset
40758
40759 Code
40760 \begin_inset space ~
40761 \end_inset
40762
40763 source
40764 \family default
40765 .
40766 \begin_inset Foot
40767 status collapsed
40768
40769 \begin_layout Plain Layout
40770 Les autres types de sous-documents sont décrits dans la section
40771 \begin_inset space ~
40772 \end_inset
40773
40774
40775 \begin_inset CommandInset ref
40776 LatexCommand ref
40777 reference "sec:Sous-documents"
40778
40779 \end_inset
40780
40781 .
40782 \end_layout
40783
40784 \end_inset
40785
40786  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40787  à utiliser pour le listing dans une zone de texte.
40788  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40789  
40790 \begin_inset Quotes fld
40791 \end_inset
40792
40793 ?
40794 \begin_inset Quotes frd
40795 \end_inset
40796
40797  dans la zone de texte.
40798 \end_layout
40799
40800 \begin_layout Standard
40801 Pour faire référence à un sous-document de type listing, tapez une étiquette
40802  dans le champ correspondant de la fenêtre de dialogue.
40803  On peut alors faire référence à cette étiquette en utilisant le menu 
40804 \family sans
40805 Insertion\SpecialChar menuseparator
40806 Référence
40807 \begin_inset space ~
40808 \end_inset
40809
40810 Croisée
40811 \family default
40812 .
40813 \end_layout
40814
40815 \begin_layout Standard
40816 Le listing
40817 \begin_inset space ~
40818 \end_inset
40819
40820
40821 \begin_inset CommandInset ref
40822 LatexCommand ref
40823 reference "lst:listing-fichier"
40824
40825 \end_inset
40826
40827  est un exemple de listing issu d'un fichier ; ici les lignes 10
40828 \begin_inset space \thinspace{}
40829 \end_inset
40830
40831 -
40832 \begin_inset space \thinspace{}
40833 \end_inset
40834
40835 15 de ce fichier \SpecialChar LyX
40836  sont listées.
40837 \end_layout
40838
40839 \begin_layout Standard
40840 \begin_inset CommandInset include
40841 LatexCommand lstinputlisting
40842 filename "EmbeddedObjects.lyx"
40843 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40844
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \begin_layout Standard
40851 \begin_inset VSpace bigskip
40852 \end_inset
40853
40854
40855 \end_layout
40856
40857 \begin_layout Standard
40858 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40859 \begin_inset space ~
40860 \end_inset
40861
40862 :
40863 \end_layout
40864
40865 \begin_layout Enumerate
40866 Ouvrez la fenêtre de dialogue listings et ajoutez
40867 \begin_inset Newline newline
40868 \end_inset
40869
40870
40871 \family sans
40872 mathescape=true
40873 \family default
40874
40875 \begin_inset Newline newline
40876 \end_inset
40877
40878 dans le champ de l'onglet 
40879 \family sans
40880 Avancé
40881 \family default
40882 .
40883 \end_layout
40884
40885 \begin_layout Enumerate
40886 Créez la formule en dehors du listing.
40887 \end_layout
40888
40889 \begin_layout Enumerate
40890 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40891  (raccourci 
40892 \begin_inset Info
40893 type  "shortcut"
40894 arg   "copy"
40895 \end_inset
40896
40897 )
40898 \end_layout
40899
40900 \begin_layout Enumerate
40901 Dans le listing écrivez 
40902 \begin_inset Quotes fld
40903 \end_inset
40904
40905
40906 \family sans
40907 $$
40908 \family default
40909
40910 \begin_inset Quotes frd
40911 \end_inset
40912
40913  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40914  
40915 \begin_inset Info
40916 type  "shortcut"
40917 arg   "paste"
40918 \end_inset
40919
40920 )
40921 \end_layout
40922
40923 \begin_layout Standard
40924 \begin_inset listings
40925 lstparams "language=Python,mathescape=true"
40926 inline false
40927 status open
40928
40929 \begin_layout Plain Layout
40930
40931 \begin_inset Caption Standard
40932
40933 \begin_layout Plain Layout
40934 Exemple de listing flottant contenant une formule
40935 \end_layout
40936
40937 \end_inset
40938
40939 # Exemple de listing flottant
40940 \end_layout
40941
40942 \begin_layout Plain Layout
40943
40944 def func(param):
40945 \end_layout
40946
40947 \begin_layout Plain Layout
40948
40949     # $
40950 \backslash
40951 prod_{n=1}^{
40952 \backslash
40953 infty}
40954 \backslash
40955 ,
40956 \backslash
40957 frac{1}{x^{2}}$
40958 \end_layout
40959
40960 \begin_layout Plain Layout
40961
40962     pass
40963 \end_layout
40964
40965 \end_inset
40966
40967
40968 \end_layout
40969
40970 \begin_layout Standard
40971 \begin_inset VSpace bigskip
40972 \end_inset
40973
40974
40975 \end_layout
40976
40977 \begin_layout Standard
40978 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40979  de dialogue 
40980 \family sans
40981 Document\SpecialChar menuseparator
40982 Paramètres\SpecialChar menuseparator
40983 Listings
40984 \family default
40985 .
40986  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40987  
40988 \begin_inset Quotes fld
40989 \end_inset
40990
40991 ?
40992 \begin_inset Quotes frd
40993 \end_inset
40994
40995  dans le champ.
40996 \end_layout
40997
40998 \begin_layout Standard
40999 Pour plus d'information sur le paquetage 
41000 \series bold
41001 listings
41002 \series default
41003 , nous vous renvoyons à sa documentation 
41004 \begin_inset CommandInset citation
41005 LatexCommand cite
41006 key "listings"
41007
41008 \end_inset
41009
41010 .
41011 \end_layout
41012
41013 \begin_layout Standard
41014 \begin_inset Newpage newpage
41015 \end_inset
41016
41017
41018 \end_layout
41019
41020 \begin_layout Chapter
41021 \start_of_appendix
41022 Unités de longueur utilisables avec \SpecialChar LyX
41023
41024 \begin_inset Argument 1
41025 status collapsed
41026
41027 \begin_layout Plain Layout
41028 Unités de longueur
41029 \end_layout
41030
41031 \end_inset
41032
41033
41034 \begin_inset Index idx
41035 status collapsed
41036
41037 \begin_layout Plain Layout
41038 Unités
41039 \end_layout
41040
41041 \end_inset
41042
41043
41044 \begin_inset CommandInset label
41045 LatexCommand label
41046 name "cha:Unités-de-longueur"
41047
41048 \end_inset
41049
41050
41051 \end_layout
41052
41053 \begin_layout Standard
41054 Pour comprendre les unités de longueur utilisées dans cette documentation,
41055  le tableau
41056 \begin_inset space ~
41057 \end_inset
41058
41059
41060 \begin_inset CommandInset ref
41061 LatexCommand ref
41062 reference "tab:Unités"
41063
41064 \end_inset
41065
41066 décrit les unités utilisées par \SpecialChar LyX
41067 .
41068 \begin_inset Float table
41069 placement h
41070 wide false
41071 sideways false
41072 status open
41073
41074 \begin_layout Plain Layout
41075 \begin_inset Caption Standard
41076
41077 \begin_layout Plain Layout
41078 \begin_inset CommandInset label
41079 LatexCommand label
41080 name "tab:Unités"
41081
41082 \end_inset
41083
41084 Unités de longueur
41085 \end_layout
41086
41087 \end_inset
41088
41089
41090 \end_layout
41091
41092 \begin_layout Plain Layout
41093 \begin_inset VSpace medskip
41094 \end_inset
41095
41096
41097 \end_layout
41098
41099 \begin_layout Plain Layout
41100 \align center
41101 \begin_inset Tabular
41102 <lyxtabular version="3" rows="20" columns="3">
41103 <features tabularvalignment="middle">
41104 <column alignment="center" valignment="top">
41105 <column alignment="center" valignment="top">
41106 <column alignment="center" valignment="top">
41107 <row>
41108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41109 \begin_inset Text
41110
41111 \begin_layout Plain Layout
41112 unité
41113 \end_layout
41114
41115 \end_inset
41116 </cell>
41117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41118 \begin_inset Text
41119
41120 \begin_layout Plain Layout
41121 nom/description
41122 \end_layout
41123
41124 \end_inset
41125 </cell>
41126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41127 \begin_inset Text
41128
41129 \begin_layout Plain Layout
41130 commande \SpecialChar LaTeX
41131
41132 \end_layout
41133
41134 \end_inset
41135 </cell>
41136 </row>
41137 <row>
41138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41139 \begin_inset Text
41140
41141 \begin_layout Plain Layout
41142 mm
41143 \end_layout
41144
41145 \end_inset
41146 </cell>
41147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41148 \begin_inset Text
41149
41150 \begin_layout Plain Layout
41151 millimètre
41152 \end_layout
41153
41154 \end_inset
41155 </cell>
41156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41157 \begin_inset Text
41158
41159 \begin_layout Plain Layout
41160 -
41161 \end_layout
41162
41163 \end_inset
41164 </cell>
41165 </row>
41166 <row>
41167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41168 \begin_inset Text
41169
41170 \begin_layout Plain Layout
41171 cm
41172 \end_layout
41173
41174 \end_inset
41175 </cell>
41176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41177 \begin_inset Text
41178
41179 \begin_layout Plain Layout
41180 centimètre
41181 \end_layout
41182
41183 \end_inset
41184 </cell>
41185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41186 \begin_inset Text
41187
41188 \begin_layout Plain Layout
41189 -
41190 \end_layout
41191
41192 \end_inset
41193 </cell>
41194 </row>
41195 <row>
41196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41197 \begin_inset Text
41198
41199 \begin_layout Plain Layout
41200 in
41201 \end_layout
41202
41203 \end_inset
41204 </cell>
41205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41206 \begin_inset Text
41207
41208 \begin_layout Plain Layout
41209 pouce (inch)
41210 \end_layout
41211
41212 \end_inset
41213 </cell>
41214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41215 \begin_inset Text
41216
41217 \begin_layout Plain Layout
41218 -
41219 \end_layout
41220
41221 \end_inset
41222 </cell>
41223 </row>
41224 <row>
41225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41226 \begin_inset Text
41227
41228 \begin_layout Plain Layout
41229 pt
41230 \end_layout
41231
41232 \end_inset
41233 </cell>
41234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41235 \begin_inset Text
41236
41237 \begin_layout Plain Layout
41238 point (72.27
41239 \begin_inset space \thinspace{}
41240 \end_inset
41241
41242 pt = 1
41243 \begin_inset space \thinspace{}
41244 \end_inset
41245
41246 in)
41247 \end_layout
41248
41249 \end_inset
41250 </cell>
41251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41252 \begin_inset Text
41253
41254 \begin_layout Plain Layout
41255 -
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 </row>
41261 <row>
41262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41263 \begin_inset Text
41264
41265 \begin_layout Plain Layout
41266 pc
41267 \end_layout
41268
41269 \end_inset
41270 </cell>
41271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41272 \begin_inset Text
41273
41274 \begin_layout Plain Layout
41275 pica (1
41276 \begin_inset space \thinspace{}
41277 \end_inset
41278
41279 pc = 12
41280 \begin_inset space \thinspace{}
41281 \end_inset
41282
41283 pt)
41284 \end_layout
41285
41286 \end_inset
41287 </cell>
41288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41289 \begin_inset Text
41290
41291 \begin_layout Plain Layout
41292 -
41293 \end_layout
41294
41295 \end_inset
41296 </cell>
41297 </row>
41298 <row>
41299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41300 \begin_inset Text
41301
41302 \begin_layout Plain Layout
41303 sp
41304 \end_layout
41305
41306 \end_inset
41307 </cell>
41308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41309 \begin_inset Text
41310
41311 \begin_layout Plain Layout
41312 scaled point (65536
41313 \begin_inset space \thinspace{}
41314 \end_inset
41315
41316 sp = 1
41317 \begin_inset space \thinspace{}
41318 \end_inset
41319
41320 pt)
41321 \end_layout
41322
41323 \end_inset
41324 </cell>
41325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41326 \begin_inset Text
41327
41328 \begin_layout Plain Layout
41329 -
41330 \end_layout
41331
41332 \end_inset
41333 </cell>
41334 </row>
41335 <row>
41336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41337 \begin_inset Text
41338
41339 \begin_layout Plain Layout
41340 bp
41341 \end_layout
41342
41343 \end_inset
41344 </cell>
41345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41346 \begin_inset Text
41347
41348 \begin_layout Plain Layout
41349 gros point (72
41350 \begin_inset space \thinspace{}
41351 \end_inset
41352
41353 bp = 1
41354 \begin_inset space \thinspace{}
41355 \end_inset
41356
41357 in)
41358 \end_layout
41359
41360 \end_inset
41361 </cell>
41362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41363 \begin_inset Text
41364
41365 \begin_layout Plain Layout
41366 -
41367 \end_layout
41368
41369 \end_inset
41370 </cell>
41371 </row>
41372 <row>
41373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41374 \begin_inset Text
41375
41376 \begin_layout Plain Layout
41377 dd
41378 \end_layout
41379
41380 \end_inset
41381 </cell>
41382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41383 \begin_inset Text
41384
41385 \begin_layout Plain Layout
41386 didot (72
41387 \begin_inset space \thinspace{}
41388 \end_inset
41389
41390 dd 
41391 \begin_inset Formula $\approx$
41392 \end_inset
41393
41394  37.6
41395 \begin_inset space \thinspace{}
41396 \end_inset
41397
41398 mm)
41399 \end_layout
41400
41401 \end_inset
41402 </cell>
41403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41404 \begin_inset Text
41405
41406 \begin_layout Plain Layout
41407 -
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 </row>
41413 <row>
41414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41415 \begin_inset Text
41416
41417 \begin_layout Plain Layout
41418 cc
41419 \end_layout
41420
41421 \end_inset
41422 </cell>
41423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41424 \begin_inset Text
41425
41426 \begin_layout Plain Layout
41427 cicero (1
41428 \begin_inset space \thinspace{}
41429 \end_inset
41430
41431 cc = 12
41432 \begin_inset space \thinspace{}
41433 \end_inset
41434
41435 dd)
41436 \end_layout
41437
41438 \end_inset
41439 </cell>
41440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 -
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 </row>
41450 <row>
41451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41452 \begin_inset Text
41453
41454 \begin_layout Plain Layout
41455 Échelle graphique %
41456 \end_layout
41457
41458 \end_inset
41459 </cell>
41460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41461 \begin_inset Text
41462
41463 \begin_layout Plain Layout
41464 % de largeur originale de l'image
41465 \end_layout
41466
41467 \end_inset
41468 </cell>
41469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41470 \begin_inset Text
41471
41472 \begin_layout Plain Layout
41473
41474 \end_layout
41475
41476 \end_inset
41477 </cell>
41478 </row>
41479 <row>
41480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41481 \begin_inset Text
41482
41483 \begin_layout Plain Layout
41484 Largeur texte %
41485 \end_layout
41486
41487 \end_inset
41488 </cell>
41489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41490 \begin_inset Text
41491
41492 \begin_layout Plain Layout
41493 % de largeur du texte
41494 \end_layout
41495
41496 \end_inset
41497 </cell>
41498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41499 \begin_inset Text
41500
41501 \begin_layout Plain Layout
41502
41503 \backslash
41504 textwidth
41505 \end_layout
41506
41507 \end_inset
41508 </cell>
41509 </row>
41510 <row>
41511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41512 \begin_inset Text
41513
41514 \begin_layout Plain Layout
41515 Largeur colonne %
41516 \end_layout
41517
41518 \end_inset
41519 </cell>
41520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41521 \begin_inset Text
41522
41523 \begin_layout Plain Layout
41524 % de largeur de la colonne
41525 \end_layout
41526
41527 \end_inset
41528 </cell>
41529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41530 \begin_inset Text
41531
41532 \begin_layout Plain Layout
41533
41534 \backslash
41535 columnwidth
41536 \end_layout
41537
41538 \end_inset
41539 </cell>
41540 </row>
41541 <row>
41542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41543 \begin_inset Text
41544
41545 \begin_layout Plain Layout
41546 Largeur page %
41547 \end_layout
41548
41549 \end_inset
41550 </cell>
41551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41552 \begin_inset Text
41553
41554 \begin_layout Plain Layout
41555 % de largeur du papier
41556 \end_layout
41557
41558 \end_inset
41559 </cell>
41560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41561 \begin_inset Text
41562
41563 \begin_layout Plain Layout
41564
41565 \backslash
41566 paperwidth
41567 \end_layout
41568
41569 \end_inset
41570 </cell>
41571 </row>
41572 <row>
41573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41574 \begin_inset Text
41575
41576 \begin_layout Plain Layout
41577 Largeur ligne %
41578 \end_layout
41579
41580 \end_inset
41581 </cell>
41582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41583 \begin_inset Text
41584
41585 \begin_layout Plain Layout
41586 % de largeur de la ligne
41587 \end_layout
41588
41589 \end_inset
41590 </cell>
41591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41592 \begin_inset Text
41593
41594 \begin_layout Plain Layout
41595
41596 \backslash
41597 linewidth
41598 \end_layout
41599
41600 \end_inset
41601 </cell>
41602 </row>
41603 <row>
41604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41605 \begin_inset Text
41606
41607 \begin_layout Plain Layout
41608 Hauteur texte %
41609 \end_layout
41610
41611 \end_inset
41612 </cell>
41613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41614 \begin_inset Text
41615
41616 \begin_layout Plain Layout
41617 % de hauteur du texte
41618 \end_layout
41619
41620 \end_inset
41621 </cell>
41622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41623 \begin_inset Text
41624
41625 \begin_layout Plain Layout
41626
41627 \backslash
41628 textheight
41629 \end_layout
41630
41631 \end_inset
41632 </cell>
41633 </row>
41634 <row>
41635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41636 \begin_inset Text
41637
41638 \begin_layout Plain Layout
41639 Hauteur page %
41640 \end_layout
41641
41642 \end_inset
41643 </cell>
41644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41645 \begin_inset Text
41646
41647 \begin_layout Plain Layout
41648 % de hauteur du papier
41649 \end_layout
41650
41651 \end_inset
41652 </cell>
41653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41654 \begin_inset Text
41655
41656 \begin_layout Plain Layout
41657
41658 \backslash
41659 paperheight
41660 \end_layout
41661
41662 \end_inset
41663 </cell>
41664 </row>
41665 <row>
41666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41667 \begin_inset Text
41668
41669 \begin_layout Plain Layout
41670 ex
41671 \end_layout
41672
41673 \end_inset
41674 </cell>
41675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41676 \begin_inset Text
41677
41678 \begin_layout Plain Layout
41679 hauteur de lettre 
41680 \emph on
41681 x
41682 \emph default
41683  dans police courante
41684 \end_layout
41685
41686 \end_inset
41687 </cell>
41688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41689 \begin_inset Text
41690
41691 \begin_layout Plain Layout
41692 -
41693 \end_layout
41694
41695 \end_inset
41696 </cell>
41697 </row>
41698 <row>
41699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41700 \begin_inset Text
41701
41702 \begin_layout Plain Layout
41703 em
41704 \end_layout
41705
41706 \end_inset
41707 </cell>
41708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41709 \begin_inset Text
41710
41711 \begin_layout Plain Layout
41712 largeur de lettre
41713 \emph on
41714  M
41715 \emph default
41716  dans police courante
41717 \end_layout
41718
41719 \end_inset
41720 </cell>
41721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41722 \begin_inset Text
41723
41724 \begin_layout Plain Layout
41725 -
41726 \end_layout
41727
41728 \end_inset
41729 </cell>
41730 </row>
41731 <row>
41732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736 mu
41737 \end_layout
41738
41739 \end_inset
41740 </cell>
41741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41742 \begin_inset Text
41743
41744 \begin_layout Plain Layout
41745 unité mathématique (1
41746 \begin_inset space \thinspace{}
41747 \end_inset
41748
41749 mu = 1/18
41750 \begin_inset space \thinspace{}
41751 \end_inset
41752
41753 em)
41754 \end_layout
41755
41756 \end_inset
41757 </cell>
41758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41759 \begin_inset Text
41760
41761 \begin_layout Plain Layout
41762 -
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 </row>
41768 </lyxtabular>
41769
41770 \end_inset
41771
41772
41773 \end_layout
41774
41775 \end_inset
41776
41777
41778 \end_layout
41779
41780 \begin_layout Chapter
41781 Formats des fichiers de sortie graphiques
41782 \begin_inset CommandInset label
41783 LatexCommand label
41784 name "cha:Formats-fichiers-graphiques"
41785
41786 \end_inset
41787
41788
41789 \end_layout
41790
41791 \begin_layout Section
41792 DVI
41793 \begin_inset Index idx
41794 status collapsed
41795
41796 \begin_layout Plain Layout
41797 Formats de Fichiers! DVI
41798 \end_layout
41799
41800 \end_inset
41801
41802
41803 \begin_inset Index idx
41804 status collapsed
41805
41806 \begin_layout Plain Layout
41807 DVI|see
41808 \begin_inset ERT
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812
41813 {
41814 \end_layout
41815
41816 \end_inset
41817
41818 Formats de Fichiers
41819 \begin_inset ERT
41820 status collapsed
41821
41822 \begin_layout Plain Layout
41823
41824 }
41825 \end_layout
41826
41827 \end_inset
41828
41829
41830 \end_layout
41831
41832 \end_inset
41833
41834
41835 \end_layout
41836
41837 \begin_layout Standard
41838 Ce type de fichiers a l'extension 
41839 \begin_inset Quotes fld
41840 \end_inset
41841
41842
41843 \family typewriter
41844 .dvi
41845 \family default
41846
41847 \begin_inset Quotes frd
41848 \end_inset
41849
41850 .
41851  Il est appelé 
41852 \emph on
41853 indépendant de l'appareil
41854 \emph default
41855  ou 
41856 \begin_inset Quotes fld
41857 \end_inset
41858
41859 device independent (DVI)
41860 \begin_inset Quotes frd
41861 \end_inset
41862
41863 , car il est complètement portable ; vous pouvez les recopier d'une machine
41864  à l'autre sans avoir à faire de conversion.
41865  À l'époque où ce format a été développé, c'était loin d'être évident.
41866  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41867  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41868 \end_layout
41869
41870 \begin_layout Standard
41871 \begin_inset Note Greyedout
41872 status open
41873
41874 \begin_layout Plain Layout
41875
41876 \series bold
41877 Note:
41878 \series default
41879  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41880  au fichier.
41881  
41882 \end_layout
41883
41884 \end_inset
41885
41886  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41887  
41888 \family typewriter
41889 .dvi
41890 \family default
41891 .
41892  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41893 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41894  pour les rendre visibles quand vous faites défiler votre document.
41895  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41896  avec de nombreuses images.
41897 \end_layout
41898
41899 \begin_layout Standard
41900 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41901  menu 
41902 \family sans
41903 Fichier\SpecialChar menuseparator
41904 Exporter\SpecialChar menuseparator
41905 DVI.
41906
41907 \family default
41908  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41909 \family sans
41910 Visualiser
41911 \family default
41912 .
41913 \end_layout
41914
41915 \begin_layout Section
41916 PostScript
41917 \begin_inset Index idx
41918 status collapsed
41919
41920 \begin_layout Plain Layout
41921 Formats de Fichiers ! PostScript
41922 \end_layout
41923
41924 \end_inset
41925
41926
41927 \begin_inset Index idx
41928 status collapsed
41929
41930 \begin_layout Plain Layout
41931 PostScript|see
41932 \begin_inset ERT
41933 status collapsed
41934
41935 \begin_layout Plain Layout
41936
41937 {
41938 \end_layout
41939
41940 \end_inset
41941
41942 Formats de Fichiers
41943 \begin_inset ERT
41944 status collapsed
41945
41946 \begin_layout Plain Layout
41947
41948 }
41949 \end_layout
41950
41951 \end_inset
41952
41953
41954 \end_layout
41955
41956 \end_inset
41957
41958
41959 \end_layout
41960
41961 \begin_layout Standard
41962 Ce type de fichiers a l'extension 
41963 \begin_inset Quotes fld
41964 \end_inset
41965
41966
41967 \family typewriter
41968 .ps
41969 \family default
41970
41971 \begin_inset Quotes frd
41972 \end_inset
41973
41974 .
41975  PostScript a été développé par la société 
41976 \series bold
41977 Adobe
41978 \series default
41979  comme un langage pour les imprimantes.
41980  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41981  pour imprimer le document.
41982  PostScript peut être considéré comme un 
41983 \begin_inset Quotes fld
41984 \end_inset
41985
41986 langage de programmation
41987 \begin_inset Quotes frd
41988 \end_inset
41989
41990  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41991  images
41992 \begin_inset Foot
41993 status collapsed
41994
41995 \begin_layout Plain Layout
41996 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41997  \SpecialChar LaTeX
41998  
41999 \series bold
42000 pstricks
42001 \series default
42002
42003 \begin_inset CommandInset citation
42004 LatexCommand cite
42005 key "pstricks"
42006
42007 \end_inset
42008
42009 .
42010 \end_layout
42011
42012 \end_inset
42013
42014 .
42015  En partie à cause de toutes ces possibilités un fichier PostScript est
42016  souvent plus gros qu'un PDF.
42017 \end_layout
42018
42019 \begin_layout Standard
42020 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42021  plus gros qu'un PDF.
42022 \end_layout
42023
42024 \begin_layout Standard
42025 PostScript ne peut contenir que des images au format 
42026 \begin_inset Quotes fld
42027 \end_inset
42028
42029 PostScript Encapsulé
42030 \begin_inset Quotes frd
42031 \end_inset
42032
42033  (encapsulated PostScript ou EPS, d'extension 
42034 \family typewriter
42035 .eps
42036 \family default
42037 ).
42038  Comme \SpecialChar LyX
42039  vous permet n'importe quel format d'image connu dans votre document,
42040  il doit les convertir en interne en EPS.
42041  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42042  doit faire 50
42043  conversions à chaque fois que vous visualisez ou que vous exportez votre
42044  document.
42045  Cela risque de ralentir de façon importante votre rythme de travail.
42046  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42047  vos images directement en EPS pour éviter ce problème.
42048 \end_layout
42049
42050 \begin_layout Standard
42051 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42052  le menu 
42053 \family sans
42054 Fichier\SpecialChar menuseparator
42055 Exporter\SpecialChar menuseparator
42056 PostScript.
42057
42058 \family default
42059  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42060  
42061 \family sans
42062 Visualiser
42063 \family default
42064 .
42065 \end_layout
42066
42067 \begin_layout Section
42068 PDF
42069 \begin_inset Index idx
42070 status collapsed
42071
42072 \begin_layout Plain Layout
42073 Formats de Fichiers ! PDF
42074 \end_layout
42075
42076 \end_inset
42077
42078
42079 \begin_inset Index idx
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083 PDF
42084 \end_layout
42085
42086 \end_inset
42087
42088
42089 \end_layout
42090
42091 \begin_layout Standard
42092 Ce type de fichiers a l'extension 
42093 \begin_inset Quotes fld
42094 \end_inset
42095
42096
42097 \family typewriter
42098 .pdf
42099 \family default
42100
42101 \begin_inset Quotes frd
42102 \end_inset
42103
42104 .
42105  Ce 
42106 \begin_inset Quotes fld
42107 \end_inset
42108
42109 format de document portable
42110 \begin_inset Quotes frd
42111 \end_inset
42112
42113  (portable document format ou PDF) est développé par 
42114 \family typewriter
42115 Adobe
42116 \family default
42117  comme une évolution de PostScript.
42118  Il est plus comprimé et utilise moins de commandes que PostScript.
42119  Comme son nom l'indique, il est 
42120 \begin_inset Quotes fld
42121 \end_inset
42122
42123 portable
42124 \begin_inset Quotes frd
42125 \end_inset
42126
42127  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42128  aura exactement le même aspect.
42129 \end_layout
42130
42131 \begin_layout Standard
42132 PDF peut contenir des images dans son propre format PDF et dans les formats
42133  JPG (format du 
42134 \begin_inset Quotes fld
42135 \end_inset
42136
42137 Joint Photographic Expert Group
42138 \begin_inset Quotes frd
42139 \end_inset
42140
42141  avec comme extension 
42142 \family typewriter
42143 .jpg
42144 \family default
42145  ou 
42146 \family typewriter
42147 .jpeg
42148 \family default
42149 ) et PNG (
42150 \begin_inset Quotes fld
42151 \end_inset
42152
42153 Portable Network Graphics
42154 \begin_inset Quotes frd
42155 \end_inset
42156
42157  avec l'extension 
42158 \family typewriter
42159 .png
42160 \family default
42161 ).
42162  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42163  les convertit
42164  dans un de ces formats.
42165  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42166  vont ralentir votre travail.
42167  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42168 \end_layout
42169
42170 \begin_layout Standard
42171 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42172  menu 
42173 \family sans
42174 Fichier\SpecialChar menuseparator
42175 Exporter 
42176 \family default
42177 de trois façons différentes:
42178 \end_layout
42179
42180 \begin_layout Description
42181 PDF
42182 \begin_inset space ~
42183 \end_inset
42184
42185 (ps2pdf) Ceci utilise le programme 
42186 \family typewriter
42187 ps2pdf
42188 \family default
42189  qui créé un PDF à partir de la version PostScript de votre fichier.
42190  Cette dernière est produite par le programme 
42191 \family typewriter
42192 dvips
42193 \family default
42194  qui utilise une version DVI comme étape intermédiaire.
42195  Cette variante consiste donc en trois conversions.
42196 \end_layout
42197
42198 \begin_layout Description
42199 PDF
42200 \begin_inset space ~
42201 \end_inset
42202
42203 (dvipdfm) Ceci utilise le programme 
42204 \family typewriter
42205 dvipdfm
42206 \family default
42207  qui convertit votre fichier en DVI avant de le convertir en PDF.
42208 \end_layout
42209
42210 \begin_layout Description
42211 PDF
42212 \begin_inset space ~
42213 \end_inset
42214
42215 (pdflatex) Ceci utilise le programme 
42216 \family typewriter
42217 pdftex
42218 \family default
42219  qui convertit directement votre fichier en PDF.
42220 \end_layout
42221
42222 \begin_layout Standard
42223 Nous recommandons d'utiliser l'option 
42224 \family sans
42225 PDF
42226 \begin_inset space ~
42227 \end_inset
42228
42229 (pdflatex)
42230 \family default
42231  car 
42232 \family typewriter
42233 pdftex
42234 \family default
42235  accepte toutes les fonctionnalités des versions actuelles de PDF.
42236  Il est en plus rapide et stable.
42237  Le programme 
42238 \family typewriter
42239 dvipdfm
42240 \family default
42241  n'est plus développé est est donc un peu dépassé.
42242 \end_layout
42243
42244 \begin_layout Standard
42245 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42246 \family sans
42247 Visualiser
42248 \family default
42249  ou en utilisant un bouton de la barre d'outils.
42250 \end_layout
42251
42252 \begin_layout Chapter
42253 Liste de noms de couleur pour dvips
42254 \begin_inset CommandInset label
42255 LatexCommand label
42256 name "chap:Liste-de-noms-de-couleur-dvips"
42257
42258 \end_inset
42259
42260
42261 \end_layout
42262
42263 \begin_layout Standard
42264 \begin_inset Tabular
42265 <lyxtabular version="3" rows="17" columns="4">
42266 <features tabularvalignment="middle">
42267 <column alignment="left" valignment="top" width="0pt">
42268 <column alignment="left" valignment="top" width="0pt">
42269 <column alignment="left" valignment="top" width="0pt">
42270 <column alignment="left" valignment="top" width="0pt">
42271 <row>
42272 <cell alignment="left" valignment="top" usebox="none">
42273 \begin_inset Text
42274
42275 \begin_layout Plain Layout
42276 \begin_inset ERT
42277 status collapsed
42278
42279 \begin_layout Plain Layout
42280
42281
42282 \backslash
42283 fcolorbox{black}{
42284 \end_layout
42285
42286 \end_inset
42287
42288 white
42289 \begin_inset ERT
42290 status collapsed
42291
42292 \begin_layout Plain Layout
42293
42294 }{
42295 \end_layout
42296
42297 \end_inset
42298
42299 Couleur
42300 \begin_inset ERT
42301 status collapsed
42302
42303 \begin_layout Plain Layout
42304
42305 }
42306 \end_layout
42307
42308 \end_inset
42309
42310  Nom
42311 \end_layout
42312
42313 \end_inset
42314 </cell>
42315 <cell alignment="left" valignment="top" usebox="none">
42316 \begin_inset Text
42317
42318 \begin_layout Plain Layout
42319 \begin_inset ERT
42320 status collapsed
42321
42322 \begin_layout Plain Layout
42323
42324
42325 \backslash
42326 fcolorbox{black}{
42327 \end_layout
42328
42329 \end_inset
42330
42331 white
42332 \begin_inset ERT
42333 status collapsed
42334
42335 \begin_layout Plain Layout
42336
42337 }{
42338 \end_layout
42339
42340 \end_inset
42341
42342 Couleur
42343 \begin_inset ERT
42344 status collapsed
42345
42346 \begin_layout Plain Layout
42347
42348 }
42349 \end_layout
42350
42351 \end_inset
42352
42353  Nom
42354 \end_layout
42355
42356 \end_inset
42357 </cell>
42358 <cell alignment="left" valignment="top" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367
42368 \backslash
42369 fcolorbox{black}{
42370 \end_layout
42371
42372 \end_inset
42373
42374 white
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }{
42381 \end_layout
42382
42383 \end_inset
42384
42385 Couleur
42386 \begin_inset ERT
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390
42391 }
42392 \end_layout
42393
42394 \end_inset
42395
42396  Nom
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 <cell alignment="left" valignment="top" usebox="none">
42402 \begin_inset Text
42403
42404 \begin_layout Plain Layout
42405 \begin_inset ERT
42406 status collapsed
42407
42408 \begin_layout Plain Layout
42409
42410
42411 \backslash
42412 fcolorbox{black}{
42413 \end_layout
42414
42415 \end_inset
42416
42417 white
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }{
42424 \end_layout
42425
42426 \end_inset
42427
42428 Couleur
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }
42435 \end_layout
42436
42437 \end_inset
42438
42439  Nom
42440 \end_layout
42441
42442 \end_inset
42443 </cell>
42444 </row>
42445 <row>
42446 <cell alignment="center" valignment="top" usebox="none">
42447 \begin_inset Text
42448
42449 \begin_layout Plain Layout
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455
42456 \backslash
42457 fcolorbox{black}{
42458 \end_layout
42459
42460 \end_inset
42461
42462 Apricot
42463 \begin_inset ERT
42464 status collapsed
42465
42466 \begin_layout Plain Layout
42467
42468 }{
42469 \end_layout
42470
42471 \end_inset
42472
42473
42474 \begin_inset Phantom Phantom
42475 status open
42476
42477 \begin_layout Plain Layout
42478 W
42479 \end_layout
42480
42481 \end_inset
42482
42483
42484 \begin_inset ERT
42485 status collapsed
42486
42487 \begin_layout Plain Layout
42488
42489 }
42490 \end_layout
42491
42492 \end_inset
42493
42494  Apricot
42495 \end_layout
42496
42497 \end_inset
42498 </cell>
42499 <cell alignment="center" valignment="top" usebox="none">
42500 \begin_inset Text
42501
42502 \begin_layout Plain Layout
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508
42509 \backslash
42510 fcolorbox{black}{
42511 \end_layout
42512
42513 \end_inset
42514
42515 Aquamarine
42516 \begin_inset ERT
42517 status collapsed
42518
42519 \begin_layout Plain Layout
42520
42521 }{
42522 \end_layout
42523
42524 \end_inset
42525
42526
42527 \begin_inset Phantom Phantom
42528 status open
42529
42530 \begin_layout Plain Layout
42531 W
42532 \end_layout
42533
42534 \end_inset
42535
42536
42537 \begin_inset ERT
42538 status collapsed
42539
42540 \begin_layout Plain Layout
42541
42542 }
42543 \end_layout
42544
42545 \end_inset
42546
42547  Aquamarine
42548 \end_layout
42549
42550 \end_inset
42551 </cell>
42552 <cell alignment="center" valignment="top" usebox="none">
42553 \begin_inset Text
42554
42555 \begin_layout Plain Layout
42556 \begin_inset ERT
42557 status collapsed
42558
42559 \begin_layout Plain Layout
42560
42561
42562 \backslash
42563 fcolorbox{black}{
42564 \end_layout
42565
42566 \end_inset
42567
42568 Bittersweet
42569 \begin_inset ERT
42570 status collapsed
42571
42572 \begin_layout Plain Layout
42573
42574 }{
42575 \end_layout
42576
42577 \end_inset
42578
42579
42580 \begin_inset Phantom Phantom
42581 status open
42582
42583 \begin_layout Plain Layout
42584 W
42585 \end_layout
42586
42587 \end_inset
42588
42589
42590 \begin_inset ERT
42591 status collapsed
42592
42593 \begin_layout Plain Layout
42594
42595 }
42596 \end_layout
42597
42598 \end_inset
42599
42600  Bittersweet
42601 \end_layout
42602
42603 \end_inset
42604 </cell>
42605 <cell alignment="center" valignment="top" usebox="none">
42606 \begin_inset Text
42607
42608 \begin_layout Plain Layout
42609 \begin_inset ERT
42610 status collapsed
42611
42612 \begin_layout Plain Layout
42613
42614
42615 \backslash
42616 fcolorbox{black}{
42617 \end_layout
42618
42619 \end_inset
42620
42621 BlueGreen
42622 \begin_inset ERT
42623 status collapsed
42624
42625 \begin_layout Plain Layout
42626
42627 }{
42628 \end_layout
42629
42630 \end_inset
42631
42632
42633 \begin_inset Phantom Phantom
42634 status open
42635
42636 \begin_layout Plain Layout
42637 W
42638 \end_layout
42639
42640 \end_inset
42641
42642
42643 \begin_inset ERT
42644 status collapsed
42645
42646 \begin_layout Plain Layout
42647
42648 }
42649 \end_layout
42650
42651 \end_inset
42652
42653  BlueGreen
42654 \end_layout
42655
42656 \end_inset
42657 </cell>
42658 </row>
42659 <row>
42660 <cell alignment="left" valignment="top" usebox="none">
42661 \begin_inset Text
42662
42663 \begin_layout Plain Layout
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669
42670 \backslash
42671 fcolorbox{black}{
42672 \end_layout
42673
42674 \end_inset
42675
42676 BlueViolet
42677 \begin_inset ERT
42678 status collapsed
42679
42680 \begin_layout Plain Layout
42681
42682 }{
42683 \end_layout
42684
42685 \end_inset
42686
42687
42688 \begin_inset Phantom Phantom
42689 status open
42690
42691 \begin_layout Plain Layout
42692 W
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \begin_inset ERT
42699 status collapsed
42700
42701 \begin_layout Plain Layout
42702
42703 }
42704 \end_layout
42705
42706 \end_inset
42707
42708  BlueViolet
42709 \end_layout
42710
42711 \end_inset
42712 </cell>
42713 <cell alignment="left" valignment="top" usebox="none">
42714 \begin_inset Text
42715
42716 \begin_layout Plain Layout
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722
42723 \backslash
42724 fcolorbox{black}{
42725 \end_layout
42726
42727 \end_inset
42728
42729 BrickRed
42730 \begin_inset ERT
42731 status collapsed
42732
42733 \begin_layout Plain Layout
42734
42735 }{
42736 \end_layout
42737
42738 \end_inset
42739
42740
42741 \begin_inset Phantom Phantom
42742 status open
42743
42744 \begin_layout Plain Layout
42745 W
42746 \end_layout
42747
42748 \end_inset
42749
42750
42751 \begin_inset ERT
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755
42756 }
42757 \end_layout
42758
42759 \end_inset
42760
42761  BrickRed
42762 \end_layout
42763
42764 \end_inset
42765 </cell>
42766 <cell alignment="left" valignment="top" usebox="none">
42767 \begin_inset Text
42768
42769 \begin_layout Plain Layout
42770 \begin_inset ERT
42771 status collapsed
42772
42773 \begin_layout Plain Layout
42774
42775
42776 \backslash
42777 fcolorbox{black}{
42778 \end_layout
42779
42780 \end_inset
42781
42782 Brown
42783 \begin_inset ERT
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787
42788 }{
42789 \end_layout
42790
42791 \end_inset
42792
42793
42794 \begin_inset Phantom Phantom
42795 status open
42796
42797 \begin_layout Plain Layout
42798 W
42799 \end_layout
42800
42801 \end_inset
42802
42803
42804 \begin_inset ERT
42805 status collapsed
42806
42807 \begin_layout Plain Layout
42808
42809 }
42810 \end_layout
42811
42812 \end_inset
42813
42814  Brown
42815 \end_layout
42816
42817 \end_inset
42818 </cell>
42819 <cell alignment="left" valignment="top" usebox="none">
42820 \begin_inset Text
42821
42822 \begin_layout Plain Layout
42823 \begin_inset ERT
42824 status collapsed
42825
42826 \begin_layout Plain Layout
42827
42828
42829 \backslash
42830 fcolorbox{black}{
42831 \end_layout
42832
42833 \end_inset
42834
42835 BurntOrange
42836 \begin_inset ERT
42837 status collapsed
42838
42839 \begin_layout Plain Layout
42840
42841 }{
42842 \end_layout
42843
42844 \end_inset
42845
42846
42847 \begin_inset Phantom Phantom
42848 status open
42849
42850 \begin_layout Plain Layout
42851 W
42852 \end_layout
42853
42854 \end_inset
42855
42856
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }
42863 \end_layout
42864
42865 \end_inset
42866
42867  BurntOrange
42868 \end_layout
42869
42870 \end_inset
42871 </cell>
42872 </row>
42873 <row>
42874 <cell alignment="left" valignment="top" usebox="none">
42875 \begin_inset Text
42876
42877 \begin_layout Plain Layout
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883
42884 \backslash
42885 fcolorbox{black}{
42886 \end_layout
42887
42888 \end_inset
42889
42890 CadetBlue
42891 \begin_inset ERT
42892 status collapsed
42893
42894 \begin_layout Plain Layout
42895
42896 }{
42897 \end_layout
42898
42899 \end_inset
42900
42901
42902 \begin_inset Phantom Phantom
42903 status open
42904
42905 \begin_layout Plain Layout
42906 W
42907 \end_layout
42908
42909 \end_inset
42910
42911
42912 \begin_inset ERT
42913 status collapsed
42914
42915 \begin_layout Plain Layout
42916
42917 }
42918 \end_layout
42919
42920 \end_inset
42921
42922  CadetBlue
42923 \end_layout
42924
42925 \end_inset
42926 </cell>
42927 <cell alignment="left" valignment="top" usebox="none">
42928 \begin_inset Text
42929
42930 \begin_layout Plain Layout
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936
42937 \backslash
42938 fcolorbox{black}{
42939 \end_layout
42940
42941 \end_inset
42942
42943 CarnationPink
42944 \begin_inset ERT
42945 status collapsed
42946
42947 \begin_layout Plain Layout
42948
42949 }{
42950 \end_layout
42951
42952 \end_inset
42953
42954
42955 \begin_inset Phantom Phantom
42956 status open
42957
42958 \begin_layout Plain Layout
42959 W
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \begin_inset ERT
42966 status collapsed
42967
42968 \begin_layout Plain Layout
42969
42970 }
42971 \end_layout
42972
42973 \end_inset
42974
42975  CarnationPink
42976 \end_layout
42977
42978 \end_inset
42979 </cell>
42980 <cell alignment="left" valignment="top" usebox="none">
42981 \begin_inset Text
42982
42983 \begin_layout Plain Layout
42984 \begin_inset ERT
42985 status collapsed
42986
42987 \begin_layout Plain Layout
42988
42989
42990 \backslash
42991 fcolorbox{black}{
42992 \end_layout
42993
42994 \end_inset
42995
42996 Cerulean
42997 \begin_inset ERT
42998 status collapsed
42999
43000 \begin_layout Plain Layout
43001
43002 }{
43003 \end_layout
43004
43005 \end_inset
43006
43007
43008 \begin_inset Phantom Phantom
43009 status open
43010
43011 \begin_layout Plain Layout
43012 W
43013 \end_layout
43014
43015 \end_inset
43016
43017
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }
43024 \end_layout
43025
43026 \end_inset
43027
43028  Cerulean
43029 \end_layout
43030
43031 \end_inset
43032 </cell>
43033 <cell alignment="left" valignment="top" usebox="none">
43034 \begin_inset Text
43035
43036 \begin_layout Plain Layout
43037 \begin_inset ERT
43038 status collapsed
43039
43040 \begin_layout Plain Layout
43041
43042
43043 \backslash
43044 fcolorbox{black}{
43045 \end_layout
43046
43047 \end_inset
43048
43049 CornflowerBlue
43050 \begin_inset ERT
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054
43055 }{
43056 \end_layout
43057
43058 \end_inset
43059
43060
43061 \begin_inset Phantom Phantom
43062 status open
43063
43064 \begin_layout Plain Layout
43065 W
43066 \end_layout
43067
43068 \end_inset
43069
43070
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }
43077 \end_layout
43078
43079 \end_inset
43080
43081  CornflowerBlue
43082 \end_layout
43083
43084 \end_inset
43085 </cell>
43086 </row>
43087 <row>
43088 <cell alignment="left" valignment="top" usebox="none">
43089 \begin_inset Text
43090
43091 \begin_layout Plain Layout
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097
43098 \backslash
43099 fcolorbox{black}{
43100 \end_layout
43101
43102 \end_inset
43103
43104 Dandelion
43105 \begin_inset ERT
43106 status collapsed
43107
43108 \begin_layout Plain Layout
43109
43110 }{
43111 \end_layout
43112
43113 \end_inset
43114
43115
43116 \begin_inset Phantom Phantom
43117 status open
43118
43119 \begin_layout Plain Layout
43120 W
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset ERT
43127 status collapsed
43128
43129 \begin_layout Plain Layout
43130
43131 }
43132 \end_layout
43133
43134 \end_inset
43135
43136  Dandelion
43137 \end_layout
43138
43139 \end_inset
43140 </cell>
43141 <cell alignment="left" valignment="top" usebox="none">
43142 \begin_inset Text
43143
43144 \begin_layout Plain Layout
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150
43151 \backslash
43152 fcolorbox{black}{
43153 \end_layout
43154
43155 \end_inset
43156
43157 DarkOrchid
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163 }{
43164 \end_layout
43165
43166 \end_inset
43167
43168
43169 \begin_inset Phantom Phantom
43170 status open
43171
43172 \begin_layout Plain Layout
43173 W
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }
43185 \end_layout
43186
43187 \end_inset
43188
43189  DarkOrchid
43190 \end_layout
43191
43192 \end_inset
43193 </cell>
43194 <cell alignment="left" valignment="top" usebox="none">
43195 \begin_inset Text
43196
43197 \begin_layout Plain Layout
43198 \begin_inset ERT
43199 status collapsed
43200
43201 \begin_layout Plain Layout
43202
43203
43204 \backslash
43205 fcolorbox{black}{
43206 \end_layout
43207
43208 \end_inset
43209
43210 Emerald
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216 }{
43217 \end_layout
43218
43219 \end_inset
43220
43221
43222 \begin_inset Phantom Phantom
43223 status open
43224
43225 \begin_layout Plain Layout
43226 W
43227 \end_layout
43228
43229 \end_inset
43230
43231
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }
43238 \end_layout
43239
43240 \end_inset
43241
43242  Emerald
43243 \end_layout
43244
43245 \end_inset
43246 </cell>
43247 <cell alignment="left" valignment="top" usebox="none">
43248 \begin_inset Text
43249
43250 \begin_layout Plain Layout
43251 \begin_inset ERT
43252 status collapsed
43253
43254 \begin_layout Plain Layout
43255
43256
43257 \backslash
43258 fcolorbox{black}{
43259 \end_layout
43260
43261 \end_inset
43262
43263 ForestGreen
43264 \begin_inset ERT
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268
43269 }{
43270 \end_layout
43271
43272 \end_inset
43273
43274
43275 \begin_inset Phantom Phantom
43276 status open
43277
43278 \begin_layout Plain Layout
43279 W
43280 \end_layout
43281
43282 \end_inset
43283
43284
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }
43291 \end_layout
43292
43293 \end_inset
43294
43295  ForestGreen
43296 \end_layout
43297
43298 \end_inset
43299 </cell>
43300 </row>
43301 <row>
43302 <cell alignment="left" valignment="top" usebox="none">
43303 \begin_inset Text
43304
43305 \begin_layout Plain Layout
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311
43312 \backslash
43313 fcolorbox{black}{
43314 \end_layout
43315
43316 \end_inset
43317
43318 Fuchsia
43319 \begin_inset ERT
43320 status collapsed
43321
43322 \begin_layout Plain Layout
43323
43324 }{
43325 \end_layout
43326
43327 \end_inset
43328
43329
43330 \begin_inset Phantom Phantom
43331 status open
43332
43333 \begin_layout Plain Layout
43334 W
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset ERT
43341 status collapsed
43342
43343 \begin_layout Plain Layout
43344
43345 }
43346 \end_layout
43347
43348 \end_inset
43349
43350  Fuchsia
43351 \end_layout
43352
43353 \end_inset
43354 </cell>
43355 <cell alignment="left" valignment="top" usebox="none">
43356 \begin_inset Text
43357
43358 \begin_layout Plain Layout
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364
43365 \backslash
43366 fcolorbox{black}{
43367 \end_layout
43368
43369 \end_inset
43370
43371 Goldenrod
43372 \begin_inset ERT
43373 status collapsed
43374
43375 \begin_layout Plain Layout
43376
43377 }{
43378 \end_layout
43379
43380 \end_inset
43381
43382
43383 \begin_inset Phantom Phantom
43384 status open
43385
43386 \begin_layout Plain Layout
43387 W
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }
43399 \end_layout
43400
43401 \end_inset
43402
43403  Goldenrod
43404 \end_layout
43405
43406 \end_inset
43407 </cell>
43408 <cell alignment="left" valignment="top" usebox="none">
43409 \begin_inset Text
43410
43411 \begin_layout Plain Layout
43412 \begin_inset ERT
43413 status collapsed
43414
43415 \begin_layout Plain Layout
43416
43417
43418 \backslash
43419 fcolorbox{black}{
43420 \end_layout
43421
43422 \end_inset
43423
43424 Gray
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430 }{
43431 \end_layout
43432
43433 \end_inset
43434
43435
43436 \begin_inset Phantom Phantom
43437 status open
43438
43439 \begin_layout Plain Layout
43440 W
43441 \end_layout
43442
43443 \end_inset
43444
43445
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }
43452 \end_layout
43453
43454 \end_inset
43455
43456  Gray
43457 \end_layout
43458
43459 \end_inset
43460 </cell>
43461 <cell alignment="left" valignment="top" usebox="none">
43462 \begin_inset Text
43463
43464 \begin_layout Plain Layout
43465 \begin_inset ERT
43466 status collapsed
43467
43468 \begin_layout Plain Layout
43469
43470
43471 \backslash
43472 fcolorbox{black}{
43473 \end_layout
43474
43475 \end_inset
43476
43477 GreenYellow
43478 \begin_inset ERT
43479 status collapsed
43480
43481 \begin_layout Plain Layout
43482
43483 }{
43484 \end_layout
43485
43486 \end_inset
43487
43488
43489 \begin_inset Phantom Phantom
43490 status open
43491
43492 \begin_layout Plain Layout
43493 W
43494 \end_layout
43495
43496 \end_inset
43497
43498
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }
43505 \end_layout
43506
43507 \end_inset
43508
43509  GreenYellow
43510 \end_layout
43511
43512 \end_inset
43513 </cell>
43514 </row>
43515 <row>
43516 <cell alignment="center" valignment="top" usebox="none">
43517 \begin_inset Text
43518
43519 \begin_layout Plain Layout
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525
43526 \backslash
43527 fcolorbox{black}{
43528 \end_layout
43529
43530 \end_inset
43531
43532 JungleGreen
43533 \begin_inset ERT
43534 status collapsed
43535
43536 \begin_layout Plain Layout
43537
43538 }{
43539 \end_layout
43540
43541 \end_inset
43542
43543
43544 \begin_inset Phantom Phantom
43545 status open
43546
43547 \begin_layout Plain Layout
43548 W
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset ERT
43555 status collapsed
43556
43557 \begin_layout Plain Layout
43558
43559 }
43560 \end_layout
43561
43562 \end_inset
43563
43564  JungleGreen
43565 \end_layout
43566
43567 \end_inset
43568 </cell>
43569 <cell alignment="center" valignment="top" usebox="none">
43570 \begin_inset Text
43571
43572 \begin_layout Plain Layout
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578
43579 \backslash
43580 fcolorbox{black}{
43581 \end_layout
43582
43583 \end_inset
43584
43585 Lavender
43586 \begin_inset ERT
43587 status collapsed
43588
43589 \begin_layout Plain Layout
43590
43591 }{
43592 \end_layout
43593
43594 \end_inset
43595
43596
43597 \begin_inset Phantom Phantom
43598 status open
43599
43600 \begin_layout Plain Layout
43601 W
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset ERT
43608 status collapsed
43609
43610 \begin_layout Plain Layout
43611
43612 }
43613 \end_layout
43614
43615 \end_inset
43616
43617  Lavender
43618 \end_layout
43619
43620 \end_inset
43621 </cell>
43622 <cell alignment="center" valignment="top" usebox="none">
43623 \begin_inset Text
43624
43625 \begin_layout Plain Layout
43626 \begin_inset ERT
43627 status collapsed
43628
43629 \begin_layout Plain Layout
43630
43631
43632 \backslash
43633 fcolorbox{black}{
43634 \end_layout
43635
43636 \end_inset
43637
43638 LimeGreen
43639 \begin_inset ERT
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643
43644 }{
43645 \end_layout
43646
43647 \end_inset
43648
43649
43650 \begin_inset Phantom Phantom
43651 status open
43652
43653 \begin_layout Plain Layout
43654 W
43655 \end_layout
43656
43657 \end_inset
43658
43659
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }
43666 \end_layout
43667
43668 \end_inset
43669
43670  LimeGreen
43671 \end_layout
43672
43673 \end_inset
43674 </cell>
43675 <cell alignment="center" valignment="top" usebox="none">
43676 \begin_inset Text
43677
43678 \begin_layout Plain Layout
43679 \begin_inset ERT
43680 status collapsed
43681
43682 \begin_layout Plain Layout
43683
43684
43685 \backslash
43686 fcolorbox{black}{
43687 \end_layout
43688
43689 \end_inset
43690
43691 Mahogany
43692 \begin_inset ERT
43693 status collapsed
43694
43695 \begin_layout Plain Layout
43696
43697 }{
43698 \end_layout
43699
43700 \end_inset
43701
43702
43703 \begin_inset Phantom Phantom
43704 status open
43705
43706 \begin_layout Plain Layout
43707 W
43708 \end_layout
43709
43710 \end_inset
43711
43712
43713 \begin_inset ERT
43714 status collapsed
43715
43716 \begin_layout Plain Layout
43717
43718 }
43719 \end_layout
43720
43721 \end_inset
43722
43723  Mahogany
43724 \end_layout
43725
43726 \end_inset
43727 </cell>
43728 </row>
43729 <row>
43730 <cell alignment="left" valignment="top" usebox="none">
43731 \begin_inset Text
43732
43733 \begin_layout Plain Layout
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739
43740 \backslash
43741 fcolorbox{black}{
43742 \end_layout
43743
43744 \end_inset
43745
43746 Mahogany
43747 \begin_inset ERT
43748 status collapsed
43749
43750 \begin_layout Plain Layout
43751
43752 }{
43753 \end_layout
43754
43755 \end_inset
43756
43757
43758 \begin_inset Phantom Phantom
43759 status open
43760
43761 \begin_layout Plain Layout
43762 W
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset ERT
43769 status collapsed
43770
43771 \begin_layout Plain Layout
43772
43773 }
43774 \end_layout
43775
43776 \end_inset
43777
43778  Mahogany
43779 \end_layout
43780
43781 \end_inset
43782 </cell>
43783 <cell alignment="left" valignment="top" usebox="none">
43784 \begin_inset Text
43785
43786 \begin_layout Plain Layout
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792
43793 \backslash
43794 fcolorbox{black}{
43795 \end_layout
43796
43797 \end_inset
43798
43799 Maroon
43800 \begin_inset ERT
43801 status collapsed
43802
43803 \begin_layout Plain Layout
43804
43805 }{
43806 \end_layout
43807
43808 \end_inset
43809
43810
43811 \begin_inset Phantom Phantom
43812 status open
43813
43814 \begin_layout Plain Layout
43815 W
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset ERT
43822 status collapsed
43823
43824 \begin_layout Plain Layout
43825
43826 }
43827 \end_layout
43828
43829 \end_inset
43830
43831  Maroon
43832 \end_layout
43833
43834 \end_inset
43835 </cell>
43836 <cell alignment="left" valignment="top" usebox="none">
43837 \begin_inset Text
43838
43839 \begin_layout Plain Layout
43840 \begin_inset ERT
43841 status collapsed
43842
43843 \begin_layout Plain Layout
43844
43845
43846 \backslash
43847 fcolorbox{black}{
43848 \end_layout
43849
43850 \end_inset
43851
43852 Melon
43853 \begin_inset ERT
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857
43858 }{
43859 \end_layout
43860
43861 \end_inset
43862
43863
43864 \begin_inset Phantom Phantom
43865 status open
43866
43867 \begin_layout Plain Layout
43868 W
43869 \end_layout
43870
43871 \end_inset
43872
43873
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }
43880 \end_layout
43881
43882 \end_inset
43883
43884  Melon
43885 \end_layout
43886
43887 \end_inset
43888 </cell>
43889 <cell alignment="left" valignment="top" usebox="none">
43890 \begin_inset Text
43891
43892 \begin_layout Plain Layout
43893 \begin_inset ERT
43894 status collapsed
43895
43896 \begin_layout Plain Layout
43897
43898
43899 \backslash
43900 fcolorbox{black}{
43901 \end_layout
43902
43903 \end_inset
43904
43905 MidnightBlue
43906 \begin_inset ERT
43907 status collapsed
43908
43909 \begin_layout Plain Layout
43910
43911 }{
43912 \end_layout
43913
43914 \end_inset
43915
43916
43917 \begin_inset Phantom Phantom
43918 status open
43919
43920 \begin_layout Plain Layout
43921 W
43922 \end_layout
43923
43924 \end_inset
43925
43926
43927 \begin_inset ERT
43928 status collapsed
43929
43930 \begin_layout Plain Layout
43931
43932 }
43933 \end_layout
43934
43935 \end_inset
43936
43937  MidnightBlue
43938 \end_layout
43939
43940 \end_inset
43941 </cell>
43942 </row>
43943 <row>
43944 <cell alignment="left" valignment="top" usebox="none">
43945 \begin_inset Text
43946
43947 \begin_layout Plain Layout
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953
43954 \backslash
43955 fcolorbox{black}{
43956 \end_layout
43957
43958 \end_inset
43959
43960 Mulberry
43961 \begin_inset ERT
43962 status collapsed
43963
43964 \begin_layout Plain Layout
43965
43966 }{
43967 \end_layout
43968
43969 \end_inset
43970
43971
43972 \begin_inset Phantom Phantom
43973 status open
43974
43975 \begin_layout Plain Layout
43976 W
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset ERT
43983 status collapsed
43984
43985 \begin_layout Plain Layout
43986
43987 }
43988 \end_layout
43989
43990 \end_inset
43991
43992  Mulberry
43993 \end_layout
43994
43995 \end_inset
43996 </cell>
43997 <cell alignment="left" valignment="top" usebox="none">
43998 \begin_inset Text
43999
44000 \begin_layout Plain Layout
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006
44007 \backslash
44008 fcolorbox{black}{
44009 \end_layout
44010
44011 \end_inset
44012
44013 NavyBlue
44014 \begin_inset ERT
44015 status collapsed
44016
44017 \begin_layout Plain Layout
44018
44019 }{
44020 \end_layout
44021
44022 \end_inset
44023
44024
44025 \begin_inset Phantom Phantom
44026 status open
44027
44028 \begin_layout Plain Layout
44029 W
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset ERT
44036 status collapsed
44037
44038 \begin_layout Plain Layout
44039
44040 }
44041 \end_layout
44042
44043 \end_inset
44044
44045  NavyBlue
44046 \end_layout
44047
44048 \end_inset
44049 </cell>
44050 <cell alignment="left" valignment="top" usebox="none">
44051 \begin_inset Text
44052
44053 \begin_layout Plain Layout
44054 \begin_inset ERT
44055 status collapsed
44056
44057 \begin_layout Plain Layout
44058
44059
44060 \backslash
44061 fcolorbox{black}{
44062 \end_layout
44063
44064 \end_inset
44065
44066 OliveGreen
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072 }{
44073 \end_layout
44074
44075 \end_inset
44076
44077
44078 \begin_inset Phantom Phantom
44079 status open
44080
44081 \begin_layout Plain Layout
44082 W
44083 \end_layout
44084
44085 \end_inset
44086
44087
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }
44094 \end_layout
44095
44096 \end_inset
44097
44098  OliveGreen
44099 \end_layout
44100
44101 \end_inset
44102 </cell>
44103 <cell alignment="left" valignment="top" usebox="none">
44104 \begin_inset Text
44105
44106 \begin_layout Plain Layout
44107 \begin_inset ERT
44108 status collapsed
44109
44110 \begin_layout Plain Layout
44111
44112
44113 \backslash
44114 fcolorbox{black}{
44115 \end_layout
44116
44117 \end_inset
44118
44119 Orange
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125 }{
44126 \end_layout
44127
44128 \end_inset
44129
44130
44131 \begin_inset Phantom Phantom
44132 status open
44133
44134 \begin_layout Plain Layout
44135 W
44136 \end_layout
44137
44138 \end_inset
44139
44140
44141 \begin_inset ERT
44142 status collapsed
44143
44144 \begin_layout Plain Layout
44145
44146 }
44147 \end_layout
44148
44149 \end_inset
44150
44151  Orange
44152 \end_layout
44153
44154 \end_inset
44155 </cell>
44156 </row>
44157 <row>
44158 <cell alignment="left" valignment="top" usebox="none">
44159 \begin_inset Text
44160
44161 \begin_layout Plain Layout
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167
44168 \backslash
44169 fcolorbox{black}{
44170 \end_layout
44171
44172 \end_inset
44173
44174 OrangeRed
44175 \begin_inset ERT
44176 status collapsed
44177
44178 \begin_layout Plain Layout
44179
44180 }{
44181 \end_layout
44182
44183 \end_inset
44184
44185
44186 \begin_inset Phantom Phantom
44187 status open
44188
44189 \begin_layout Plain Layout
44190 W
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset ERT
44197 status collapsed
44198
44199 \begin_layout Plain Layout
44200
44201 }
44202 \end_layout
44203
44204 \end_inset
44205
44206  OrangeRed
44207 \end_layout
44208
44209 \end_inset
44210 </cell>
44211 <cell alignment="left" valignment="top" usebox="none">
44212 \begin_inset Text
44213
44214 \begin_layout Plain Layout
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220
44221 \backslash
44222 fcolorbox{black}{
44223 \end_layout
44224
44225 \end_inset
44226
44227 Orchid
44228 \begin_inset ERT
44229 status collapsed
44230
44231 \begin_layout Plain Layout
44232
44233 }{
44234 \end_layout
44235
44236 \end_inset
44237
44238
44239 \begin_inset Phantom Phantom
44240 status open
44241
44242 \begin_layout Plain Layout
44243 W
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset ERT
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253
44254 }
44255 \end_layout
44256
44257 \end_inset
44258
44259  Orchid
44260 \end_layout
44261
44262 \end_inset
44263 </cell>
44264 <cell alignment="left" valignment="top" usebox="none">
44265 \begin_inset Text
44266
44267 \begin_layout Plain Layout
44268 \begin_inset ERT
44269 status collapsed
44270
44271 \begin_layout Plain Layout
44272
44273
44274 \backslash
44275 fcolorbox{black}{
44276 \end_layout
44277
44278 \end_inset
44279
44280 Peach
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286 }{
44287 \end_layout
44288
44289 \end_inset
44290
44291
44292 \begin_inset Phantom Phantom
44293 status open
44294
44295 \begin_layout Plain Layout
44296 W
44297 \end_layout
44298
44299 \end_inset
44300
44301
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }
44308 \end_layout
44309
44310 \end_inset
44311
44312  Peach
44313 \end_layout
44314
44315 \end_inset
44316 </cell>
44317 <cell alignment="left" valignment="top" usebox="none">
44318 \begin_inset Text
44319
44320 \begin_layout Plain Layout
44321 \begin_inset ERT
44322 status collapsed
44323
44324 \begin_layout Plain Layout
44325
44326
44327 \backslash
44328 fcolorbox{black}{
44329 \end_layout
44330
44331 \end_inset
44332
44333 Periwinkle
44334 \begin_inset ERT
44335 status collapsed
44336
44337 \begin_layout Plain Layout
44338
44339 }{
44340 \end_layout
44341
44342 \end_inset
44343
44344
44345 \begin_inset Phantom Phantom
44346 status open
44347
44348 \begin_layout Plain Layout
44349 W
44350 \end_layout
44351
44352 \end_inset
44353
44354
44355 \begin_inset ERT
44356 status collapsed
44357
44358 \begin_layout Plain Layout
44359
44360 }
44361 \end_layout
44362
44363 \end_inset
44364
44365  Periwinkle
44366 \end_layout
44367
44368 \end_inset
44369 </cell>
44370 </row>
44371 <row>
44372 <cell alignment="left" valignment="top" usebox="none">
44373 \begin_inset Text
44374
44375 \begin_layout Plain Layout
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381
44382 \backslash
44383 fcolorbox{black}{
44384 \end_layout
44385
44386 \end_inset
44387
44388 PineGreen
44389 \begin_inset ERT
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393
44394 }{
44395 \end_layout
44396
44397 \end_inset
44398
44399
44400 \begin_inset Phantom Phantom
44401 status open
44402
44403 \begin_layout Plain Layout
44404 W
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset ERT
44411 status collapsed
44412
44413 \begin_layout Plain Layout
44414
44415 }
44416 \end_layout
44417
44418 \end_inset
44419
44420  PineGreen
44421 \end_layout
44422
44423 \end_inset
44424 </cell>
44425 <cell alignment="left" valignment="top" usebox="none">
44426 \begin_inset Text
44427
44428 \begin_layout Plain Layout
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434
44435 \backslash
44436 fcolorbox{black}{
44437 \end_layout
44438
44439 \end_inset
44440
44441 Plum
44442 \begin_inset ERT
44443 status collapsed
44444
44445 \begin_layout Plain Layout
44446
44447 }{
44448 \end_layout
44449
44450 \end_inset
44451
44452
44453 \begin_inset Phantom Phantom
44454 status open
44455
44456 \begin_layout Plain Layout
44457 W
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset ERT
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467
44468 }
44469 \end_layout
44470
44471 \end_inset
44472
44473  Plum
44474 \end_layout
44475
44476 \end_inset
44477 </cell>
44478 <cell alignment="left" valignment="top" usebox="none">
44479 \begin_inset Text
44480
44481 \begin_layout Plain Layout
44482 \begin_inset ERT
44483 status collapsed
44484
44485 \begin_layout Plain Layout
44486
44487
44488 \backslash
44489 fcolorbox{black}{
44490 \end_layout
44491
44492 \end_inset
44493
44494 ProcessBlue
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500 }{
44501 \end_layout
44502
44503 \end_inset
44504
44505
44506 \begin_inset Phantom Phantom
44507 status open
44508
44509 \begin_layout Plain Layout
44510 W
44511 \end_layout
44512
44513 \end_inset
44514
44515
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }
44522 \end_layout
44523
44524 \end_inset
44525
44526  ProcessBlue
44527 \end_layout
44528
44529 \end_inset
44530 </cell>
44531 <cell alignment="left" valignment="top" usebox="none">
44532 \begin_inset Text
44533
44534 \begin_layout Plain Layout
44535 \begin_inset ERT
44536 status collapsed
44537
44538 \begin_layout Plain Layout
44539
44540
44541 \backslash
44542 fcolorbox{black}{
44543 \end_layout
44544
44545 \end_inset
44546
44547 Purple
44548 \begin_inset ERT
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552
44553 }{
44554 \end_layout
44555
44556 \end_inset
44557
44558
44559 \begin_inset Phantom Phantom
44560 status open
44561
44562 \begin_layout Plain Layout
44563 W
44564 \end_layout
44565
44566 \end_inset
44567
44568
44569 \begin_inset ERT
44570 status collapsed
44571
44572 \begin_layout Plain Layout
44573
44574 }
44575 \end_layout
44576
44577 \end_inset
44578
44579  Purple
44580 \end_layout
44581
44582 \end_inset
44583 </cell>
44584 </row>
44585 <row>
44586 <cell alignment="left" valignment="top" usebox="none">
44587 \begin_inset Text
44588
44589 \begin_layout Plain Layout
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595
44596 \backslash
44597 fcolorbox{black}{
44598 \end_layout
44599
44600 \end_inset
44601
44602 RawSienna
44603 \begin_inset ERT
44604 status collapsed
44605
44606 \begin_layout Plain Layout
44607
44608 }{
44609 \end_layout
44610
44611 \end_inset
44612
44613
44614 \begin_inset Phantom Phantom
44615 status open
44616
44617 \begin_layout Plain Layout
44618 W
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset ERT
44625 status collapsed
44626
44627 \begin_layout Plain Layout
44628
44629 }
44630 \end_layout
44631
44632 \end_inset
44633
44634  RawSienna
44635 \end_layout
44636
44637 \end_inset
44638 </cell>
44639 <cell alignment="left" valignment="top" usebox="none">
44640 \begin_inset Text
44641
44642 \begin_layout Plain Layout
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648
44649 \backslash
44650 fcolorbox{black}{
44651 \end_layout
44652
44653 \end_inset
44654
44655 RedOrange
44656 \begin_inset ERT
44657 status collapsed
44658
44659 \begin_layout Plain Layout
44660
44661 }{
44662 \end_layout
44663
44664 \end_inset
44665
44666
44667 \begin_inset Phantom Phantom
44668 status open
44669
44670 \begin_layout Plain Layout
44671 W
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset ERT
44678 status collapsed
44679
44680 \begin_layout Plain Layout
44681
44682 }
44683 \end_layout
44684
44685 \end_inset
44686
44687  RedOrange
44688 \end_layout
44689
44690 \end_inset
44691 </cell>
44692 <cell alignment="left" valignment="top" usebox="none">
44693 \begin_inset Text
44694
44695 \begin_layout Plain Layout
44696 \begin_inset ERT
44697 status collapsed
44698
44699 \begin_layout Plain Layout
44700
44701
44702 \backslash
44703 fcolorbox{black}{
44704 \end_layout
44705
44706 \end_inset
44707
44708 RedViolet
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714 }{
44715 \end_layout
44716
44717 \end_inset
44718
44719
44720 \begin_inset Phantom Phantom
44721 status open
44722
44723 \begin_layout Plain Layout
44724 W
44725 \end_layout
44726
44727 \end_inset
44728
44729
44730 \begin_inset ERT
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734
44735 }
44736 \end_layout
44737
44738 \end_inset
44739
44740  RedViolet
44741 \end_layout
44742
44743 \end_inset
44744 </cell>
44745 <cell alignment="left" valignment="top" usebox="none">
44746 \begin_inset Text
44747
44748 \begin_layout Plain Layout
44749 \begin_inset ERT
44750 status collapsed
44751
44752 \begin_layout Plain Layout
44753
44754
44755 \backslash
44756 fcolorbox{black}{
44757 \end_layout
44758
44759 \end_inset
44760
44761 Rhodamine
44762 \begin_inset ERT
44763 status collapsed
44764
44765 \begin_layout Plain Layout
44766
44767 }{
44768 \end_layout
44769
44770 \end_inset
44771
44772
44773 \begin_inset Phantom Phantom
44774 status open
44775
44776 \begin_layout Plain Layout
44777 W
44778 \end_layout
44779
44780 \end_inset
44781
44782
44783 \begin_inset ERT
44784 status collapsed
44785
44786 \begin_layout Plain Layout
44787
44788 }
44789 \end_layout
44790
44791 \end_inset
44792
44793  Rhodamine
44794 \end_layout
44795
44796 \end_inset
44797 </cell>
44798 </row>
44799 <row>
44800 <cell alignment="left" valignment="top" usebox="none">
44801 \begin_inset Text
44802
44803 \begin_layout Plain Layout
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809
44810 \backslash
44811 fcolorbox{black}{
44812 \end_layout
44813
44814 \end_inset
44815
44816 RoyalBlue
44817 \begin_inset ERT
44818 status collapsed
44819
44820 \begin_layout Plain Layout
44821
44822 }{
44823 \end_layout
44824
44825 \end_inset
44826
44827
44828 \begin_inset Phantom Phantom
44829 status open
44830
44831 \begin_layout Plain Layout
44832 W
44833 \end_layout
44834
44835 \end_inset
44836
44837
44838 \begin_inset ERT
44839 status collapsed
44840
44841 \begin_layout Plain Layout
44842
44843 }
44844 \end_layout
44845
44846 \end_inset
44847
44848  RoyalBlue
44849 \end_layout
44850
44851 \end_inset
44852 </cell>
44853 <cell alignment="left" valignment="top" usebox="none">
44854 \begin_inset Text
44855
44856 \begin_layout Plain Layout
44857 \begin_inset ERT
44858 status collapsed
44859
44860 \begin_layout Plain Layout
44861
44862
44863 \backslash
44864 fcolorbox{black}{
44865 \end_layout
44866
44867 \end_inset
44868
44869 RoyalPurple
44870 \begin_inset ERT
44871 status collapsed
44872
44873 \begin_layout Plain Layout
44874
44875 }{
44876 \end_layout
44877
44878 \end_inset
44879
44880
44881 \begin_inset Phantom Phantom
44882 status open
44883
44884 \begin_layout Plain Layout
44885 W
44886 \end_layout
44887
44888 \end_inset
44889
44890
44891 \begin_inset ERT
44892 status collapsed
44893
44894 \begin_layout Plain Layout
44895
44896 }
44897 \end_layout
44898
44899 \end_inset
44900
44901  RoyalPurple
44902 \end_layout
44903
44904 \end_inset
44905 </cell>
44906 <cell alignment="left" valignment="top" usebox="none">
44907 \begin_inset Text
44908
44909 \begin_layout Plain Layout
44910 \begin_inset ERT
44911 status collapsed
44912
44913 \begin_layout Plain Layout
44914
44915
44916 \backslash
44917 fcolorbox{black}{
44918 \end_layout
44919
44920 \end_inset
44921
44922 RubineRed
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928 }{
44929 \end_layout
44930
44931 \end_inset
44932
44933
44934 \begin_inset Phantom Phantom
44935 status open
44936
44937 \begin_layout Plain Layout
44938 W
44939 \end_layout
44940
44941 \end_inset
44942
44943
44944 \begin_inset ERT
44945 status collapsed
44946
44947 \begin_layout Plain Layout
44948
44949 }
44950 \end_layout
44951
44952 \end_inset
44953
44954  RubineRed
44955 \end_layout
44956
44957 \end_inset
44958 </cell>
44959 <cell alignment="left" valignment="top" usebox="none">
44960 \begin_inset Text
44961
44962 \begin_layout Plain Layout
44963 \begin_inset ERT
44964 status collapsed
44965
44966 \begin_layout Plain Layout
44967
44968
44969 \backslash
44970 fcolorbox{black}{
44971 \end_layout
44972
44973 \end_inset
44974
44975 Salmon
44976 \begin_inset ERT
44977 status collapsed
44978
44979 \begin_layout Plain Layout
44980
44981 }{
44982 \end_layout
44983
44984 \end_inset
44985
44986
44987 \begin_inset Phantom Phantom
44988 status open
44989
44990 \begin_layout Plain Layout
44991 W
44992 \end_layout
44993
44994 \end_inset
44995
44996
44997 \begin_inset ERT
44998 status collapsed
44999
45000 \begin_layout Plain Layout
45001
45002 }
45003 \end_layout
45004
45005 \end_inset
45006
45007  Salmon
45008 \end_layout
45009
45010 \end_inset
45011 </cell>
45012 </row>
45013 <row>
45014 <cell alignment="left" valignment="top" usebox="none">
45015 \begin_inset Text
45016
45017 \begin_layout Plain Layout
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023
45024 \backslash
45025 fcolorbox{black}{
45026 \end_layout
45027
45028 \end_inset
45029
45030 SeaGreen
45031 \begin_inset ERT
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035
45036 }{
45037 \end_layout
45038
45039 \end_inset
45040
45041
45042 \begin_inset Phantom Phantom
45043 status open
45044
45045 \begin_layout Plain Layout
45046 W
45047 \end_layout
45048
45049 \end_inset
45050
45051
45052 \begin_inset ERT
45053 status collapsed
45054
45055 \begin_layout Plain Layout
45056
45057 }
45058 \end_layout
45059
45060 \end_inset
45061
45062  SeaGreen
45063 \end_layout
45064
45065 \end_inset
45066 </cell>
45067 <cell alignment="left" valignment="top" usebox="none">
45068 \begin_inset Text
45069
45070 \begin_layout Plain Layout
45071 \begin_inset ERT
45072 status collapsed
45073
45074 \begin_layout Plain Layout
45075
45076
45077 \backslash
45078 fcolorbox{black}{
45079 \end_layout
45080
45081 \end_inset
45082
45083 Sepia
45084 \begin_inset ERT
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088
45089 }{
45090 \end_layout
45091
45092 \end_inset
45093
45094
45095 \begin_inset Phantom Phantom
45096 status open
45097
45098 \begin_layout Plain Layout
45099 W
45100 \end_layout
45101
45102 \end_inset
45103
45104
45105 \begin_inset ERT
45106 status collapsed
45107
45108 \begin_layout Plain Layout
45109
45110 }
45111 \end_layout
45112
45113 \end_inset
45114
45115  Sepia
45116 \end_layout
45117
45118 \end_inset
45119 </cell>
45120 <cell alignment="left" valignment="top" usebox="none">
45121 \begin_inset Text
45122
45123 \begin_layout Plain Layout
45124 \begin_inset ERT
45125 status collapsed
45126
45127 \begin_layout Plain Layout
45128
45129
45130 \backslash
45131 fcolorbox{black}{
45132 \end_layout
45133
45134 \end_inset
45135
45136 SkyBlue
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142 }{
45143 \end_layout
45144
45145 \end_inset
45146
45147
45148 \begin_inset Phantom Phantom
45149 status open
45150
45151 \begin_layout Plain Layout
45152 W
45153 \end_layout
45154
45155 \end_inset
45156
45157
45158 \begin_inset ERT
45159 status collapsed
45160
45161 \begin_layout Plain Layout
45162
45163 }
45164 \end_layout
45165
45166 \end_inset
45167
45168  SkyBlue
45169 \end_layout
45170
45171 \end_inset
45172 </cell>
45173 <cell alignment="left" valignment="top" usebox="none">
45174 \begin_inset Text
45175
45176 \begin_layout Plain Layout
45177 \begin_inset ERT
45178 status collapsed
45179
45180 \begin_layout Plain Layout
45181
45182
45183 \backslash
45184 fcolorbox{black}{
45185 \end_layout
45186
45187 \end_inset
45188
45189 SpringGreen
45190 \begin_inset ERT
45191 status collapsed
45192
45193 \begin_layout Plain Layout
45194
45195 }{
45196 \end_layout
45197
45198 \end_inset
45199
45200
45201 \begin_inset Phantom Phantom
45202 status open
45203
45204 \begin_layout Plain Layout
45205 W
45206 \end_layout
45207
45208 \end_inset
45209
45210
45211 \begin_inset ERT
45212 status collapsed
45213
45214 \begin_layout Plain Layout
45215
45216 }
45217 \end_layout
45218
45219 \end_inset
45220
45221  SpringGreen
45222 \end_layout
45223
45224 \end_inset
45225 </cell>
45226 </row>
45227 <row>
45228 <cell alignment="left" valignment="top" usebox="none">
45229 \begin_inset Text
45230
45231 \begin_layout Plain Layout
45232 \begin_inset ERT
45233 status collapsed
45234
45235 \begin_layout Plain Layout
45236
45237
45238 \backslash
45239 fcolorbox{black}{
45240 \end_layout
45241
45242 \end_inset
45243
45244 Tan
45245 \begin_inset ERT
45246 status collapsed
45247
45248 \begin_layout Plain Layout
45249
45250 }{
45251 \end_layout
45252
45253 \end_inset
45254
45255
45256 \begin_inset Phantom Phantom
45257 status open
45258
45259 \begin_layout Plain Layout
45260 W
45261 \end_layout
45262
45263 \end_inset
45264
45265
45266 \begin_inset ERT
45267 status collapsed
45268
45269 \begin_layout Plain Layout
45270
45271 }
45272 \end_layout
45273
45274 \end_inset
45275
45276  Tan
45277 \end_layout
45278
45279 \end_inset
45280 </cell>
45281 <cell alignment="left" valignment="top" usebox="none">
45282 \begin_inset Text
45283
45284 \begin_layout Plain Layout
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290
45291 \backslash
45292 fcolorbox{black}{
45293 \end_layout
45294
45295 \end_inset
45296
45297 TealBlue
45298 \begin_inset ERT
45299 status collapsed
45300
45301 \begin_layout Plain Layout
45302
45303 }{
45304 \end_layout
45305
45306 \end_inset
45307
45308
45309 \begin_inset Phantom Phantom
45310 status open
45311
45312 \begin_layout Plain Layout
45313 W
45314 \end_layout
45315
45316 \end_inset
45317
45318
45319 \begin_inset ERT
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323
45324 }
45325 \end_layout
45326
45327 \end_inset
45328
45329  TealBlue
45330 \end_layout
45331
45332 \end_inset
45333 </cell>
45334 <cell alignment="left" valignment="top" usebox="none">
45335 \begin_inset Text
45336
45337 \begin_layout Plain Layout
45338 \begin_inset ERT
45339 status collapsed
45340
45341 \begin_layout Plain Layout
45342
45343
45344 \backslash
45345 fcolorbox{black}{
45346 \end_layout
45347
45348 \end_inset
45349
45350 Thistle
45351 \begin_inset ERT
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355
45356 }{
45357 \end_layout
45358
45359 \end_inset
45360
45361
45362 \begin_inset Phantom Phantom
45363 status open
45364
45365 \begin_layout Plain Layout
45366 W
45367 \end_layout
45368
45369 \end_inset
45370
45371
45372 \begin_inset ERT
45373 status collapsed
45374
45375 \begin_layout Plain Layout
45376
45377 }
45378 \end_layout
45379
45380 \end_inset
45381
45382  Thistle
45383 \end_layout
45384
45385 \end_inset
45386 </cell>
45387 <cell alignment="left" valignment="top" usebox="none">
45388 \begin_inset Text
45389
45390 \begin_layout Plain Layout
45391 \begin_inset ERT
45392 status collapsed
45393
45394 \begin_layout Plain Layout
45395
45396
45397 \backslash
45398 fcolorbox{black}{
45399 \end_layout
45400
45401 \end_inset
45402
45403 Turquoise
45404 \begin_inset ERT
45405 status collapsed
45406
45407 \begin_layout Plain Layout
45408
45409 }{
45410 \end_layout
45411
45412 \end_inset
45413
45414
45415 \begin_inset Phantom Phantom
45416 status open
45417
45418 \begin_layout Plain Layout
45419 W
45420 \end_layout
45421
45422 \end_inset
45423
45424
45425 \begin_inset ERT
45426 status collapsed
45427
45428 \begin_layout Plain Layout
45429
45430 }
45431 \end_layout
45432
45433 \end_inset
45434
45435  Turquoise
45436 \end_layout
45437
45438 \end_inset
45439 </cell>
45440 </row>
45441 <row>
45442 <cell alignment="left" valignment="top" usebox="none">
45443 \begin_inset Text
45444
45445 \begin_layout Plain Layout
45446 \begin_inset ERT
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450
45451
45452 \backslash
45453 fcolorbox{black}{
45454 \end_layout
45455
45456 \end_inset
45457
45458 Violet
45459 \begin_inset ERT
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463
45464 }{
45465 \end_layout
45466
45467 \end_inset
45468
45469
45470 \begin_inset Phantom Phantom
45471 status open
45472
45473 \begin_layout Plain Layout
45474 W
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \begin_inset ERT
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484
45485 }
45486 \end_layout
45487
45488 \end_inset
45489
45490  Violet
45491 \end_layout
45492
45493 \end_inset
45494 </cell>
45495 <cell alignment="left" valignment="top" usebox="none">
45496 \begin_inset Text
45497
45498 \begin_layout Plain Layout
45499 \begin_inset ERT
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503
45504
45505 \backslash
45506 fcolorbox{black}{
45507 \end_layout
45508
45509 \end_inset
45510
45511 VioletRed
45512 \begin_inset ERT
45513 status collapsed
45514
45515 \begin_layout Plain Layout
45516
45517 }{
45518 \end_layout
45519
45520 \end_inset
45521
45522
45523 \begin_inset Phantom Phantom
45524 status open
45525
45526 \begin_layout Plain Layout
45527 W
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \begin_inset ERT
45534 status collapsed
45535
45536 \begin_layout Plain Layout
45537
45538 }
45539 \end_layout
45540
45541 \end_inset
45542
45543  VioletRed
45544 \end_layout
45545
45546 \end_inset
45547 </cell>
45548 <cell alignment="left" valignment="top" usebox="none">
45549 \begin_inset Text
45550
45551 \begin_layout Plain Layout
45552 \begin_inset ERT
45553 status collapsed
45554
45555 \begin_layout Plain Layout
45556
45557
45558 \backslash
45559 fcolorbox{black}{
45560 \end_layout
45561
45562 \end_inset
45563
45564 WildStrawberry
45565 \begin_inset ERT
45566 status collapsed
45567
45568 \begin_layout Plain Layout
45569
45570 }{
45571 \end_layout
45572
45573 \end_inset
45574
45575
45576 \begin_inset Phantom Phantom
45577 status open
45578
45579 \begin_layout Plain Layout
45580 W
45581 \end_layout
45582
45583 \end_inset
45584
45585
45586 \begin_inset ERT
45587 status collapsed
45588
45589 \begin_layout Plain Layout
45590
45591 }
45592 \end_layout
45593
45594 \end_inset
45595
45596  WildStrawberry
45597 \end_layout
45598
45599 \end_inset
45600 </cell>
45601 <cell alignment="left" valignment="top" usebox="none">
45602 \begin_inset Text
45603
45604 \begin_layout Plain Layout
45605 \begin_inset ERT
45606 status collapsed
45607
45608 \begin_layout Plain Layout
45609
45610
45611 \backslash
45612 fcolorbox{black}{
45613 \end_layout
45614
45615 \end_inset
45616
45617 YellowGreen
45618 \begin_inset ERT
45619 status collapsed
45620
45621 \begin_layout Plain Layout
45622
45623 }{
45624 \end_layout
45625
45626 \end_inset
45627
45628
45629 \begin_inset Phantom Phantom
45630 status open
45631
45632 \begin_layout Plain Layout
45633 W
45634 \end_layout
45635
45636 \end_inset
45637
45638
45639 \begin_inset ERT
45640 status collapsed
45641
45642 \begin_layout Plain Layout
45643
45644 }
45645 \end_layout
45646
45647 \end_inset
45648
45649  YellowGreen
45650 \end_layout
45651
45652 \end_inset
45653 </cell>
45654 </row>
45655 <row>
45656 <cell alignment="left" valignment="top" usebox="none">
45657 \begin_inset Text
45658
45659 \begin_layout Plain Layout
45660 \begin_inset ERT
45661 status collapsed
45662
45663 \begin_layout Plain Layout
45664
45665
45666 \backslash
45667 fcolorbox{black}{
45668 \end_layout
45669
45670 \end_inset
45671
45672 YellowOrange
45673 \begin_inset ERT
45674 status collapsed
45675
45676 \begin_layout Plain Layout
45677
45678 }{
45679 \end_layout
45680
45681 \end_inset
45682
45683
45684 \begin_inset Phantom Phantom
45685 status open
45686
45687 \begin_layout Plain Layout
45688 W
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \begin_inset ERT
45695 status collapsed
45696
45697 \begin_layout Plain Layout
45698
45699 }
45700 \end_layout
45701
45702 \end_inset
45703
45704  YellowOrange
45705 \end_layout
45706
45707 \end_inset
45708 </cell>
45709 <cell alignment="left" valignment="top" usebox="none">
45710 \begin_inset Text
45711
45712 \begin_layout Plain Layout
45713
45714 \end_layout
45715
45716 \end_inset
45717 </cell>
45718 <cell alignment="left" valignment="top" usebox="none">
45719 \begin_inset Text
45720
45721 \begin_layout Plain Layout
45722
45723 \end_layout
45724
45725 \end_inset
45726 </cell>
45727 <cell alignment="left" valignment="top" usebox="none">
45728 \begin_inset Text
45729
45730 \begin_layout Plain Layout
45731
45732 \end_layout
45733
45734 \end_inset
45735 </cell>
45736 </row>
45737 </lyxtabular>
45738
45739 \end_inset
45740
45741
45742 \end_layout
45743
45744 \begin_layout Chapter
45745 Explication de l' équation
45746 \begin_inset space ~
45747 \end_inset
45748
45749 (
45750 \begin_inset CommandInset ref
45751 LatexCommand ref
45752 reference "eq:Wgn"
45753
45754 \end_inset
45755
45756 )
45757 \begin_inset CommandInset label
45758 LatexCommand label
45759 name "cha:Explication-de-l'Equation"
45760
45761 \end_inset
45762
45763
45764 \end_layout
45765
45766 \begin_layout Standard
45767 La largeur totale de 
45768 \emph on
45769 n
45770 \emph default
45771  cellules de tableau 
45772 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45773 \end_inset
45774
45775  peut être calculée avec
45776 \begin_inset Formula 
45777 \begin{equation}
45778 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45779 \end{equation}
45780
45781 \end_inset
45782
45783
45784 \end_layout
45785
45786 \begin_layout Standard
45787 où 
45788 \begin_inset Formula $L_{g\,n}$
45789 \end_inset
45790
45791  est la largeur fixe de toutes les cellules.
45792  
45793 \series bold
45794
45795 \backslash
45796 tabcolsep
45797 \series default
45798  est la largeur utilisée par \SpecialChar LaTeX
45799  entre le texte de la cellule et la bordure,
45800  sa valeur implicite est 6
45801 \begin_inset space \thinspace{}
45802 \end_inset
45803
45804 pt.
45805  
45806 \series bold
45807
45808 \backslash
45809 arrayrulewidth
45810 \series default
45811  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45812 \begin_inset space \thinspace{}
45813 \end_inset
45814
45815 pt.
45816 \end_layout
45817
45818 \begin_layout Standard
45819 D'après l'équation
45820 \begin_inset space ~
45821 \end_inset
45822
45823
45824 \begin_inset CommandInset ref
45825 LatexCommand eqref
45826 reference "eq:Wtot_n"
45827
45828 \end_inset
45829
45830 , la largeur totale d'une multi-colonnes, 
45831 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45832 \end_inset
45833
45834  est
45835 \begin_inset Formula 
45836 \begin{equation}
45837 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45838 \end{equation}
45839
45840 \end_inset
45841
45842
45843 \end_layout
45844
45845 \begin_layout Standard
45846 En posant que les équations 
45847 \begin_inset space ~
45848 \end_inset
45849
45850
45851 \begin_inset CommandInset ref
45852 LatexCommand eqref
45853 reference "eq:Wtot_n"
45854
45855 \end_inset
45856
45857  et 
45858 \begin_inset CommandInset ref
45859 LatexCommand eqref
45860 reference "eq:Wtot_mult"
45861
45862 \end_inset
45863
45864  sont égales, on peut calculer la largeur nécessaire 
45865 \begin_inset Formula $L_{g\,n}$
45866 \end_inset
45867
45868  quand 
45869 \emph on
45870 n
45871 \emph default
45872  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45873  de 
45874 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45875 \end_inset
45876
45877 :
45878 \begin_inset Formula 
45879 \begin{equation}
45880 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45881 \end{equation}
45882
45883 \end_inset
45884
45885
45886 \end_layout
45887
45888 \begin_layout Bibliography
45889 \begin_inset CommandInset bibitem
45890 LatexCommand bibitem
45891 key "latexcompanion"
45892
45893 \end_inset
45894
45895 Frank Mittelbach and Michel Goossens: 
45896 \emph on
45897 The \SpecialChar LaTeX
45898  Companion Second Edition.
45899
45900 \emph default
45901  Addison-Wesley, 2004
45902 \end_layout
45903
45904 \begin_layout Bibliography
45905 \begin_inset CommandInset bibitem
45906 LatexCommand bibitem
45907 key "latexguide"
45908
45909 \end_inset
45910
45911 Helmut Kopka and Patrick W.
45912  Daly: 
45913 \emph on
45914 A Guide to \SpecialChar LaTeX
45915  Fourth Edition.
45916
45917 \emph default
45918  Addison-Wesley, 2003
45919 \end_layout
45920
45921 \begin_layout Bibliography
45922 \begin_inset CommandInset bibitem
45923 LatexCommand bibitem
45924 key "latexbook"
45925
45926 \end_inset
45927
45928 Leslie Lamport: 
45929 \emph on
45930 \SpecialChar LaTeX
45931 : A Document Preparation System.
45932
45933 \emph default
45934  Addison-Wesley, second edition, 1994
45935 \end_layout
45936
45937 \begin_layout Bibliography
45938 \begin_inset CommandInset bibitem
45939 LatexCommand bibitem
45940 key "arydshln"
45941
45942 \end_inset
45943
45944 Documentation du paquetage \SpecialChar LaTeX
45945
45946 \series bold
45947  
45948 \begin_inset CommandInset href
45949 LatexCommand href
45950 name "arydshln"
45951 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45952
45953 \end_inset
45954
45955
45956 \series default
45957
45958 \begin_inset Index idx
45959 status collapsed
45960
45961 \begin_layout Plain Layout
45962 Paquetages \SpecialChar LaTeX
45963  ! arydshln
45964 \end_layout
45965
45966 \end_inset
45967
45968
45969 \end_layout
45970
45971 \begin_layout Bibliography
45972 \begin_inset CommandInset bibitem
45973 LatexCommand bibitem
45974 key "booktabs"
45975
45976 \end_inset
45977
45978 Documentation du paquetage \SpecialChar LaTeX
45979  
45980 \series bold
45981
45982 \begin_inset CommandInset href
45983 LatexCommand href
45984 name "booktabs"
45985 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45986
45987 \end_inset
45988
45989
45990 \series default
45991
45992 \begin_inset Index idx
45993 status collapsed
45994
45995 \begin_layout Plain Layout
45996 Paquetages \SpecialChar LaTeX
45997  ! booktabs
45998 \end_layout
45999
46000 \end_inset
46001
46002
46003 \end_layout
46004
46005 \begin_layout Bibliography
46006 \begin_inset CommandInset bibitem
46007 LatexCommand bibitem
46008 key "caption"
46009
46010 \end_inset
46011
46012 Documentation du paquetage \SpecialChar LaTeX
46013  
46014 \series bold
46015
46016 \begin_inset CommandInset href
46017 LatexCommand href
46018 name "caption"
46019 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46020
46021 \end_inset
46022
46023
46024 \series default
46025
46026 \begin_inset Index idx
46027 status collapsed
46028
46029 \begin_layout Plain Layout
46030 Paquetages \SpecialChar LaTeX
46031  ! caption
46032 \end_layout
46033
46034 \end_inset
46035
46036
46037 \end_layout
46038
46039 \begin_layout Bibliography
46040 \begin_inset CommandInset bibitem
46041 LatexCommand bibitem
46042 key "diagbox"
46043
46044 \end_inset
46045
46046 Documentation du paquetage \SpecialChar LaTeX
46047  
46048 \series bold
46049
46050 \begin_inset CommandInset href
46051 LatexCommand href
46052 name "diagbox"
46053 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46054
46055 \end_inset
46056
46057
46058 \series default
46059
46060 \begin_inset Index idx
46061 status collapsed
46062
46063 \begin_layout Plain Layout
46064 Paquetages \SpecialChar LaTeX
46065  ! diagbox
46066 \end_layout
46067
46068 \end_inset
46069
46070
46071 \end_layout
46072
46073 \begin_layout Bibliography
46074 \begin_inset CommandInset bibitem
46075 LatexCommand bibitem
46076 key "endfloat"
46077
46078 \end_inset
46079
46080 Documentation du paquetage \SpecialChar LaTeX
46081  
46082 \series bold
46083
46084 \begin_inset CommandInset href
46085 LatexCommand href
46086 name "endfloat"
46087 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46088
46089 \end_inset
46090
46091
46092 \series default
46093
46094 \begin_inset Index idx
46095 status collapsed
46096
46097 \begin_layout Plain Layout
46098 Paquetages \SpecialChar LaTeX
46099  ! endfloat
46100 \end_layout
46101
46102 \end_inset
46103
46104
46105 \end_layout
46106
46107 \begin_layout Bibliography
46108 \begin_inset CommandInset bibitem
46109 LatexCommand bibitem
46110 key "footmisc"
46111
46112 \end_inset
46113
46114 Documentation du paquetage \SpecialChar LaTeX
46115  
46116 \series bold
46117
46118 \begin_inset CommandInset href
46119 LatexCommand href
46120 name "footmisc"
46121 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46122
46123 \end_inset
46124
46125
46126 \series default
46127
46128 \begin_inset Index idx
46129 status collapsed
46130
46131 \begin_layout Plain Layout
46132 Paquetages \SpecialChar LaTeX
46133  ! footmisc
46134 \end_layout
46135
46136 \end_inset
46137
46138
46139 \end_layout
46140
46141 \begin_layout Bibliography
46142 \begin_inset CommandInset bibitem
46143 LatexCommand bibitem
46144 key "hypcap"
46145
46146 \end_inset
46147
46148 Documentation du paquetage \SpecialChar LaTeX
46149  
46150 \series bold
46151
46152 \begin_inset CommandInset href
46153 LatexCommand href
46154 name "hypcap"
46155 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46156
46157 \end_inset
46158
46159
46160 \series default
46161
46162 \begin_inset Index idx
46163 status collapsed
46164
46165 \begin_layout Plain Layout
46166 Paquetages \SpecialChar LaTeX
46167  ! hyperref
46168 \end_layout
46169
46170 \end_inset
46171
46172
46173 \end_layout
46174
46175 \begin_layout Bibliography
46176 \begin_inset CommandInset bibitem
46177 LatexCommand bibitem
46178 key "hyperref"
46179
46180 \end_inset
46181
46182 Documentation du paquetage \SpecialChar LaTeX
46183  
46184 \series bold
46185
46186 \begin_inset CommandInset href
46187 LatexCommand href
46188 name "hyperref"
46189 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46190
46191 \end_inset
46192
46193
46194 \series default
46195
46196 \begin_inset Index idx
46197 status collapsed
46198
46199 \begin_layout Plain Layout
46200 Paquetages \SpecialChar LaTeX
46201  ! hyperref
46202 \end_layout
46203
46204 \end_inset
46205
46206
46207 \end_layout
46208
46209 \begin_layout Bibliography
46210 \begin_inset CommandInset bibitem
46211 LatexCommand bibitem
46212 key "KOMA-Script"
46213
46214 \end_inset
46215
46216 Documentation du paquetage \SpecialChar LaTeX
46217  
46218 \series bold
46219
46220 \begin_inset CommandInset href
46221 LatexCommand href
46222 name "KOMA-Script"
46223 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46224
46225 \end_inset
46226
46227
46228 \series default
46229
46230 \begin_inset Index idx
46231 status collapsed
46232
46233 \begin_layout Plain Layout
46234 Paquetages \SpecialChar LaTeX
46235  ! KOMA-Script
46236 \end_layout
46237
46238 \end_inset
46239
46240
46241 \end_layout
46242
46243 \begin_layout Bibliography
46244 \begin_inset CommandInset bibitem
46245 LatexCommand bibitem
46246 key "lettrine"
46247
46248 \end_inset
46249
46250 Documentation du paquetage \SpecialChar LaTeX
46251  
46252 \series bold
46253
46254 \begin_inset CommandInset href
46255 LatexCommand href
46256 name "lettrine"
46257 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46258
46259 \end_inset
46260
46261
46262 \series default
46263  et un 
46264 \begin_inset CommandInset href
46265 LatexCommand href
46266 name "exemple"
46267 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46268
46269 \end_inset
46270
46271
46272 \begin_inset Index idx
46273 status collapsed
46274
46275 \begin_layout Plain Layout
46276 Paquetages \SpecialChar LaTeX
46277  ! lettrine
46278 \end_layout
46279
46280 \end_inset
46281
46282
46283 \end_layout
46284
46285 \begin_layout Bibliography
46286 \begin_inset CommandInset bibitem
46287 LatexCommand bibitem
46288 key "listings"
46289
46290 \end_inset
46291
46292 Documentation du paquetage \SpecialChar LaTeX
46293  
46294 \series bold
46295
46296 \begin_inset CommandInset href
46297 LatexCommand href
46298 name "listings"
46299 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46300
46301 \end_inset
46302
46303
46304 \series default
46305
46306 \begin_inset Index idx
46307 status collapsed
46308
46309 \begin_layout Plain Layout
46310 Paquetages \SpecialChar LaTeX
46311  ! listings
46312 \end_layout
46313
46314 \end_inset
46315
46316
46317 \end_layout
46318
46319 \begin_layout Bibliography
46320 \begin_inset CommandInset bibitem
46321 LatexCommand bibitem
46322 key "marginnote"
46323
46324 \end_inset
46325
46326 Documentation du paquetage \SpecialChar LaTeX
46327  
46328 \series bold
46329
46330 \begin_inset CommandInset href
46331 LatexCommand href
46332 name "marginnote"
46333 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46334
46335 \end_inset
46336
46337
46338 \series default
46339
46340 \begin_inset Index idx
46341 status collapsed
46342
46343 \begin_layout Plain Layout
46344 Paquetages \SpecialChar LaTeX
46345  ! marginnote
46346 \end_layout
46347
46348 \end_inset
46349
46350
46351 \end_layout
46352
46353 \begin_layout Bibliography
46354 \begin_inset CommandInset bibitem
46355 LatexCommand bibitem
46356 key "pdfpages"
46357
46358 \end_inset
46359
46360 Documentation du paquetage \SpecialChar LaTeX
46361  
46362 \series bold
46363
46364 \begin_inset CommandInset href
46365 LatexCommand href
46366 name "pdfpages"
46367 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46368
46369 \end_inset
46370
46371
46372 \series default
46373
46374 \begin_inset Index idx
46375 status collapsed
46376
46377 \begin_layout Plain Layout
46378 Paquetages \SpecialChar LaTeX
46379  ! pdfpages
46380 \end_layout
46381
46382 \end_inset
46383
46384
46385 \end_layout
46386
46387 \begin_layout Bibliography
46388 \begin_inset CommandInset bibitem
46389 LatexCommand bibitem
46390 key "prettyref"
46391
46392 \end_inset
46393
46394 Documentation du paquetage \SpecialChar LaTeX
46395
46396 \series bold
46397  
46398 \begin_inset CommandInset href
46399 LatexCommand href
46400 name "prettyref"
46401 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46402
46403 \end_inset
46404
46405
46406 \series default
46407
46408 \begin_inset Index idx
46409 status collapsed
46410
46411 \begin_layout Plain Layout
46412 Paquetages \SpecialChar LaTeX
46413  ! prettyref
46414 \end_layout
46415
46416 \end_inset
46417
46418
46419 \end_layout
46420
46421 \begin_layout Bibliography
46422 \begin_inset CommandInset bibitem
46423 LatexCommand bibitem
46424 key "pstricks"
46425
46426 \end_inset
46427
46428 Page Web du paquetage \SpecialChar LaTeX
46429  
46430 \series bold
46431
46432 \begin_inset CommandInset href
46433 LatexCommand href
46434 name "PSTricks"
46435 target "http://tug.org/PSTricks/"
46436
46437 \end_inset
46438
46439
46440 \series default
46441
46442 \begin_inset Index idx
46443 status collapsed
46444
46445 \begin_layout Plain Layout
46446 Paquetages \SpecialChar LaTeX
46447  ! PSTricks
46448 \end_layout
46449
46450 \end_inset
46451
46452
46453 \end_layout
46454
46455 \begin_layout Bibliography
46456 \begin_inset CommandInset bibitem
46457 LatexCommand bibitem
46458 key "refstyle"
46459
46460 \end_inset
46461
46462 Documentation du paquetage \SpecialChar LaTeX
46463
46464 \series bold
46465  
46466 \begin_inset CommandInset href
46467 LatexCommand href
46468 name "refstyle"
46469 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46470
46471 \end_inset
46472
46473
46474 \series default
46475
46476 \begin_inset Index idx
46477 status collapsed
46478
46479 \begin_layout Plain Layout
46480 Paquetages \SpecialChar LaTeX
46481  ! refstyle
46482 \end_layout
46483
46484 \end_inset
46485
46486
46487 \end_layout
46488
46489 \begin_layout Bibliography
46490 \begin_inset CommandInset bibitem
46491 LatexCommand bibitem
46492 key "sidecap"
46493
46494 \end_inset
46495
46496 Documentation du paquetage \SpecialChar LaTeX
46497  
46498 \series bold
46499
46500 \begin_inset CommandInset href
46501 LatexCommand href
46502 name "sidecap"
46503 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46504
46505 \end_inset
46506
46507
46508 \series default
46509
46510 \begin_inset Index idx
46511 status collapsed
46512
46513 \begin_layout Plain Layout
46514 Paquetages \SpecialChar LaTeX
46515  ! sidecap
46516 \end_layout
46517
46518 \end_inset
46519
46520
46521 \end_layout
46522
46523 \begin_layout Bibliography
46524 \begin_inset CommandInset bibitem
46525 LatexCommand bibitem
46526 key "NewInLyX20"
46527
46528 \end_inset
46529
46530
46531 \begin_inset CommandInset href
46532 LatexCommand href
46533 name "Page Wiki"
46534 target "http://wiki.lyx.org/LyX/NewInLyX20"
46535
46536 \end_inset
46537
46538  au sujet des nouveautés de 
46539 \family sans
46540 \SpecialChar LyX
46541  2.0
46542 \family default
46543 .
46544 \end_layout
46545
46546 \begin_layout Standard
46547 \begin_inset CommandInset index_print
46548 LatexCommand printindex
46549 type "idx"
46550
46551 \end_inset
46552
46553
46554 \end_layout
46555
46556 \end_body
46557 \end_document