]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
c0078d2b24f0052f6ede1393ed3e797a15c4d606
[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 unavailable
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 \output_changes false
237 \html_math_output 0
238 \html_css_as_file 0
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
27412 \lang english
27413 An alternative and simpler solution is to use the module 
27414 \family sans
27415 Variable-width Minipages
27416 \family default
27417 , see sec.
27418 \begin_inset space \thinspace{}
27419 \end_inset
27420
27421
27422 \begin_inset CommandInset ref
27423 LatexCommand ref
27424 reference "sec:Minipages"
27425
27426 \end_inset
27427
27428 .
27429  Variable-width minipages adapt automatically to the width of the figures
27430  and tables.
27431  They do not require an explicit width to be given, and they improve the
27432  horizontal alignment of the figures.
27433  The LyX example file 
27434 \emph on
27435 varwidth-floats-side-by-side
27436 \emph default
27437  gives examples of how to do this.
27438 \end_layout
27439
27440 \begin_layout Section
27441 Mise en forme de la légende
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 Légende ! Mise en forme
27447 \end_layout
27448
27449 \end_inset
27450
27451
27452 \begin_inset Index idx
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456 Flottants ! Mise en forme de la Légende
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \begin_inset CommandInset label
27463 LatexCommand label
27464 name "sec:Formatage-légende"
27465
27466 \end_inset
27467
27468
27469 \end_layout
27470
27471 \begin_layout Standard
27472 L'environnement 
27473 \family sans
27474 Légende
27475 \family default
27476  est l'environnement de paragraphe implicite pour les 
27477 \family sans
27478 flottants
27479 \family default
27480 .
27481  Dans la fenêtre de \SpecialChar LyX
27482  les légendes apparaissent comme une étiquette comme
27483  par exemple 
27484 \begin_inset Quotes fld
27485 \end_inset
27486
27487
27488 \family sans
27489 Figure #:
27490 \family default
27491
27492 \begin_inset Quotes frd
27493 \end_inset
27494
27495  suivi par le texte de la légende.
27496  Le 
27497 \begin_inset Quotes fld
27498 \end_inset
27499
27500 #
27501 \begin_inset Quotes frd
27502 \end_inset
27503
27504  étant remplacé par le numéro de référence réel.
27505  implicitement l'étiquette et le numéro sont dans la même police de caractères
27506  que le texte de la légende et deux points suivent le numéro pour séparer
27507  l'étiquette du texte.
27508  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27509 \end_layout
27510
27511 \begin_layout Standard
27512 Pour modifier le format implicite des légendes, il faut charger le paquetage
27513  \SpecialChar LaTeX
27514  
27515 \series bold
27516 caption
27517 \series default
27518
27519 \begin_inset Index idx
27520 status collapsed
27521
27522 \begin_layout Plain Layout
27523 Paquetages \SpecialChar LaTeX
27524  ! caption
27525 \end_layout
27526
27527 \end_inset
27528
27529  dans le préambule de votre document avec la ligne suivante :
27530 \end_layout
27531
27532 \begin_layout Standard
27533
27534 \series bold
27535
27536 \backslash
27537 usepackage[format definition]{caption}
27538 \end_layout
27539
27540 \begin_layout Standard
27541 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27542  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27543  dans ce document, utilisez les commandes suivantes :
27544 \end_layout
27545
27546 \begin_layout Standard
27547
27548 \series bold
27549
27550 \backslash
27551 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27552 \end_layout
27553
27554 \begin_layout Standard
27555 Vous pouvez aussi définir des formats de légendes différents pour les différents
27556  types de flottants.
27557  Dans ce cas chargez le paquetage 
27558 \series bold
27559 caption 
27560 \series default
27561 sans option de format spécifique et définissez les différents formats à
27562  l'aide de la commande 
27563 \end_layout
27564
27565 \begin_layout Standard
27566
27567 \series bold
27568
27569 \backslash
27570 captionsetup[type de flottant]{définition du format}
27571 \end_layout
27572
27573 \begin_layout Standard
27574 dans le préambule du document.
27575  Par exemple les formats de légende de la Figure
27576 \begin_inset space ~
27577 \end_inset
27578
27579
27580 \begin_inset CommandInset ref
27581 LatexCommand ref
27582 reference "fig:Legende-de-fig"
27583
27584 \end_inset
27585
27586  et du Tableau
27587 \begin_inset space ~
27588 \end_inset
27589
27590
27591 \begin_inset CommandInset ref
27592 LatexCommand ref
27593 reference "tab:Légende-de-tab"
27594
27595 \end_inset
27596
27597  peuvent être créés en utilisant les commandes suivantes dans le préambule
27598  :
27599 \end_layout
27600
27601 \begin_layout Standard
27602
27603 \series bold
27604
27605 \backslash
27606 usepackage[tableposition=top]{caption}
27607 \series default
27608
27609 \begin_inset Newline newline
27610 \end_inset
27611
27612
27613 \series bold
27614
27615 \backslash
27616 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27617 \begin_inset Newline newline
27618 \end_inset
27619
27620
27621 \begin_inset Phantom HPhantom
27622 status open
27623
27624 \begin_layout Plain Layout
27625
27626 \series bold
27627
27628 \backslash
27629 captionsetup[figure]{
27630 \end_layout
27631
27632 \end_inset
27633
27634 labelsep=period}
27635 \begin_inset Newline newline
27636 \end_inset
27637
27638
27639 \backslash
27640 captionsetup[table]{labelfont={bf,sf}}
27641 \end_layout
27642
27643 \begin_layout Standard
27644 \begin_inset Note Greyedout
27645 status open
27646
27647 \begin_layout Plain Layout
27648
27649 \series bold
27650 Note:
27651 \series default
27652  L'option 
27653 \series bold
27654 tableposition=top
27655 \series default
27656  n'a pas d'effet quand on utilise un document de classe 
27657 \series bold
27658 KOMA-Script
27659 \series default
27660
27661 \begin_inset Index idx
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 Paquetages \SpecialChar LaTeX
27666  ! KOMA-Script
27667 \end_layout
27668
27669 \end_inset
27670
27671 .
27672  Dans ce cas on doit utiliser l'option 
27673 \series bold
27674 captions=tableheading
27675 \series default
27676  de la classe de document.
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \end_layout
27683
27684 \begin_layout Standard
27685 Pour plus d'information sur le paquetage 
27686 \series bold
27687 caption
27688 \series default
27689  nous vous renvoyons à sa documentation 
27690 \begin_inset CommandInset citation
27691 LatexCommand cite
27692 key "caption"
27693
27694 \end_inset
27695
27696 .
27697 \end_layout
27698
27699 \begin_layout Standard
27700 Pour changer le nom de l'étiquette, par exemple de 
27701 \begin_inset Quotes fld
27702 \end_inset
27703
27704 Figure
27705 \begin_inset Quotes frd
27706 \end_inset
27707
27708  à 
27709 \begin_inset Quotes fld
27710 \end_inset
27711
27712 Image
27713 \begin_inset Quotes frd
27714 \end_inset
27715
27716 , utilisez la commande suivante dans le préambule :
27717 \end_layout
27718
27719 \begin_layout Standard
27720
27721 \series bold
27722
27723 \backslash
27724 renewcommand{
27725 \backslash
27726 fnum@figure}{Image~
27727 \backslash
27728 thefigure}
27729 \end_layout
27730
27731 \begin_layout Standard
27732 où 
27733 \series bold
27734
27735 \backslash
27736 thefigure
27737 \series default
27738  insère le numéro de la figure et
27739 \series bold
27740  
27741 \begin_inset Quotes fld
27742 \end_inset
27743
27744 ~
27745 \series default
27746
27747 \begin_inset Quotes frd
27748 \end_inset
27749
27750  ajoute une espace insécable.
27751 \end_layout
27752
27753 \begin_layout Standard
27754 \begin_inset VSpace bigskip
27755 \end_inset
27756
27757 Si vous utilisez un document de classe 
27758 \series bold
27759 KOMA-Script
27760 \series default
27761
27762 \begin_inset Index idx
27763 status collapsed
27764
27765 \begin_layout Plain Layout
27766 Paquetages \SpecialChar LaTeX
27767  ! KOMA-Script
27768 \end_layout
27769
27770 \end_inset
27771
27772  (
27773 \family sans
27774 article (KOMA-Script)
27775 \family default
27776
27777 \family sans
27778 book (KOMA-Script)
27779 \family default
27780
27781 \family sans
27782 letter (KOMA-Script)
27783 \family default
27784 , ou 
27785 \family sans
27786 report (KOMA-Script)
27787 \family default
27788
27789 \begin_inset space \thinspace{}
27790 \end_inset
27791
27792 ), Vous pouvez utiliser la commande incorporée 
27793 \series bold
27794
27795 \backslash
27796 setkomafont 
27797 \series default
27798 du paquetage
27799 \series bold
27800  KOMA-Script 
27801 \series default
27802 à la place du paquetage
27803 \series bold
27804  caption.
27805  
27806 \series default
27807 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27808  suivante au préambule de votre document :
27809 \end_layout
27810
27811 \begin_layout Standard
27812
27813 \series bold
27814
27815 \backslash
27816 setkomafont{captionlabel}{
27817 \backslash
27818 bfseries}
27819 \end_layout
27820
27821 \begin_layout Standard
27822 Pour plus d'information au sujet de 
27823 \series bold
27824
27825 \backslash
27826 setkomafont
27827 \series default
27828  nous vous renvoyons à la documentation du paquetage 
27829 \series bold
27830 KOMA-Script
27831 \series default
27832  
27833 \begin_inset CommandInset citation
27834 LatexCommand cite
27835 key "KOMA-Script"
27836
27837 \end_inset
27838
27839 .
27840 \end_layout
27841
27842 \begin_layout Standard
27843 \begin_inset ERT
27844 status collapsed
27845
27846 \begin_layout Plain Layout
27847
27848
27849 \backslash
27850 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27851 }
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \begin_inset Note Note
27858 status open
27859
27860 \begin_layout Plain Layout
27861 Le format de la légende n'est modifié que pour cet exemple.
27862 \end_layout
27863
27864 \end_inset
27865
27866
27867 \end_layout
27868
27869 \begin_layout Standard
27870 \begin_inset Float figure
27871 placement !p
27872 wide false
27873 sideways false
27874 status open
27875
27876 \begin_layout Plain Layout
27877 \align center
27878 \begin_inset Graphics
27879         filename ../clipart/mobius.eps
27880         lyxscale 50
27881         scale 50
27882         scaleBeforeRotation
27883
27884 \end_inset
27885
27886
27887 \end_layout
27888
27889 \begin_layout Plain Layout
27890 \begin_inset Caption Standard
27891
27892 \begin_layout Plain Layout
27893 \begin_inset CommandInset label
27894 LatexCommand label
27895 name "fig:Legende-de-fig"
27896
27897 \end_inset
27898
27899 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27900  pour montrer les différents types de formats de légendes.
27901  Ici on a utilisé un format de légende personnalisé.
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \end_inset
27910
27911
27912 \end_layout
27913
27914 \begin_layout Standard
27915 \begin_inset ERT
27916 status collapsed
27917
27918 \begin_layout Plain Layout
27919
27920
27921 \backslash
27922 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27923 on}
27924 \end_layout
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Standard
27932 \begin_inset Float table
27933 placement !p
27934 wide false
27935 sideways false
27936 status open
27937
27938 \begin_layout Plain Layout
27939 \begin_inset Caption Standard
27940
27941 \begin_layout Plain Layout
27942 \begin_inset CommandInset label
27943 LatexCommand label
27944 name "tab:Légende-de-tab"
27945
27946 \end_inset
27947
27948 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27949  pour montrer les différents types de formats de légendes.
27950  Ici on a utilisé le format de légende implicite.
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Plain Layout
27959 \align center
27960 \begin_inset Tabular
27961 <lyxtabular version="3" rows="1" columns="5">
27962 <features tabularvalignment="middle">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <column alignment="center" valignment="top">
27966 <column alignment="center" valignment="top">
27967 <column alignment="center" valignment="top">
27968 <row>
27969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Plain Layout
27973 a
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Plain Layout
27982 b
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 c
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Plain Layout
28000 d
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Plain Layout
28009 e
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 </row>
28015 </lyxtabular>
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Section
28028 Positionnement de la Légende
28029 \begin_inset Index idx
28030 status collapsed
28031
28032 \begin_layout Plain Layout
28033 Légende ! Placement
28034 \end_layout
28035
28036 \end_inset
28037
28038
28039 \begin_inset Index idx
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 Flottants ! Placement de la légende
28044 \end_layout
28045
28046 \end_inset
28047
28048
28049 \begin_inset CommandInset label
28050 LatexCommand label
28051 name "sec:Placement-légende"
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 La règle habituelle pour placer la légende est :
28060 \end_layout
28061
28062 \begin_layout Description
28063 Figure
28064 \begin_inset space ~
28065 \end_inset
28066
28067 : La légende est placée en dessous de la figure
28068 \end_layout
28069
28070 \begin_layout Description
28071 Tableau
28072 \begin_inset space ~
28073 \end_inset
28074
28075 : La légende est placée au dessus du tableau
28076 \end_layout
28077
28078 \begin_layout Standard
28079 Malheureusement les classes standard de \SpecialChar LaTeX
28080  ne gèrent pas les légendes au dessus
28081  des tableaux.
28082  Ce qui fait que si vous utilisez une des classes de document 
28083 \family sans
28084 article
28085 \family default
28086
28087 \family sans
28088 book
28089 \family default
28090
28091 \family sans
28092 letter
28093 \family default
28094 , ou 
28095 \family sans
28096 report
28097 \family default
28098  il n'y aura pas d'espace libre entre la légende et le tableau.
28099  Pour insérer l'espace nécessaire, 
28100 \lang english
28101 load
28102 \lang french
28103  le paquetage \SpecialChar LaTeX
28104  
28105 \series bold
28106 caption
28107 \series default
28108
28109 \begin_inset Index idx
28110 status collapsed
28111
28112 \begin_layout Plain Layout
28113 Paquetages \SpecialChar LaTeX
28114  ! caption
28115 \end_layout
28116
28117 \end_inset
28118
28119  dans le préambule de votre document avec l'option
28120 \begin_inset Foot
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 Voir la section
28125 \begin_inset space ~
28126 \end_inset
28127
28128
28129 \begin_inset CommandInset ref
28130 LatexCommand ref
28131 reference "sec:Formatage-légende"
28132
28133 \end_inset
28134
28135  pour plus d'information sur le paquetage 
28136 \series bold
28137 caption
28138 \series default
28139 .
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Standard
28148
28149 \series bold
28150 tableposition=top
28151 \end_layout
28152
28153 \begin_layout Standard
28154 Si vous utilisez une classe de document 
28155 \series bold
28156 KOMA-Script
28157 \series default
28158
28159 \begin_inset Index idx
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163 Paquetages \SpecialChar LaTeX
28164  ! KOMA-Script
28165 \end_layout
28166
28167 \end_inset
28168
28169  (
28170 \family sans
28171 article (KOMA-Script)
28172 \family default
28173
28174 \family sans
28175 book (KOMA-Script)
28176 \family default
28177
28178 \family sans
28179 letter (KOMA-Script)
28180 \family default
28181 , ou 
28182 \family sans
28183 report (KOMA-Script)
28184 \family default
28185
28186 \begin_inset space \thinspace{}
28187 \end_inset
28188
28189 ), vous pouvez utiliser à la place du paquetage 
28190 \series bold
28191 caption
28192 \series default
28193  l'option
28194 \end_layout
28195
28196 \begin_layout Standard
28197
28198 \series bold
28199 captions=tableheading
28200 \end_layout
28201
28202 \begin_layout Standard
28203 de la classe de document.
28204 \begin_inset Foot
28205 status open
28206
28207 \begin_layout Plain Layout
28208 Cette option est utilisée dans le document
28209 \end_layout
28210
28211 \end_inset
28212
28213
28214 \end_layout
28215
28216 \begin_layout Standard
28217 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28218  le menu contextuel dans une légende avec un clic droit et indiquer si la
28219  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28220  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28221  pour certaines d'entre elles.
28222  Le tableau
28223 \begin_inset space ~
28224 \end_inset
28225
28226
28227 \begin_inset CommandInset ref
28228 LatexCommand ref
28229 reference "tab:A-caption-marked"
28230
28231 \end_inset
28232
28233  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28234  alors qu'elle est insérée au-dessus.
28235  Par comparaison, la légende du tableau
28236 \begin_inset space ~
28237 \end_inset
28238
28239
28240 \begin_inset CommandInset ref
28241 LatexCommand ref
28242 reference "tab:A-standard-table"
28243
28244 \end_inset
28245
28246  n'est pas repositionnée.
28247 \end_layout
28248
28249 \begin_layout Standard
28250 \begin_inset Float table
28251 wide false
28252 sideways false
28253 status open
28254
28255 \begin_layout Plain Layout
28256 \begin_inset Caption Below
28257
28258 \begin_layout Plain Layout
28259 \begin_inset CommandInset label
28260 LatexCommand label
28261 name "tab:A-caption-marked"
28262
28263 \end_inset
28264
28265 Une légende positionnée sous le tableau par le menu contextuel
28266 \lang english
28267 .
28268 \end_layout
28269
28270 \end_inset
28271
28272
28273 \end_layout
28274
28275 \begin_layout Plain Layout
28276 \align center
28277 \begin_inset Tabular
28278 <lyxtabular version="3" rows="3" columns="3">
28279 <features tabularvalignment="middle">
28280 <column alignment="center" valignment="top" width="0pt">
28281 <column alignment="center" valignment="top" width="0pt">
28282 <column alignment="center" valignment="top" width="0pt">
28283 <row>
28284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28285 \begin_inset Text
28286
28287 \begin_layout Plain Layout
28288 1
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28294 \begin_inset Text
28295
28296 \begin_layout Plain Layout
28297 2
28298 \end_layout
28299
28300 \end_inset
28301 </cell>
28302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28303 \begin_inset Text
28304
28305 \begin_layout Plain Layout
28306 3
28307 \end_layout
28308
28309 \end_inset
28310 </cell>
28311 </row>
28312 <row>
28313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28314 \begin_inset Text
28315
28316 \begin_layout Plain Layout
28317 Jean
28318 \end_layout
28319
28320 \end_inset
28321 </cell>
28322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28323 \begin_inset Text
28324
28325 \begin_layout Plain Layout
28326 Marie
28327 \end_layout
28328
28329 \end_inset
28330 </cell>
28331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28332 \begin_inset Text
28333
28334 \begin_layout Plain Layout
28335 Pierre
28336 \end_layout
28337
28338 \end_inset
28339 </cell>
28340 </row>
28341 <row>
28342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28343 \begin_inset Text
28344
28345 \begin_layout Plain Layout
28346 \begin_inset Formula $\int x^{2}dx$
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \end_inset
28353 </cell>
28354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28355 \begin_inset Text
28356
28357 \begin_layout Plain Layout
28358 \begin_inset Formula $\left[\begin{array}{cc}
28359 a & b\\
28360 c & d
28361 \end{array}\right]$
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \end_inset
28368 </cell>
28369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28370 \begin_inset Text
28371
28372 \begin_layout Plain Layout
28373 \begin_inset Formula $1+1=2$
28374 \end_inset
28375
28376
28377 \end_layout
28378
28379 \end_inset
28380 </cell>
28381 </row>
28382 </lyxtabular>
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \end_layout
28393
28394 \begin_layout Standard
28395 \begin_inset Float table
28396 wide false
28397 sideways false
28398 status open
28399
28400 \begin_layout Plain Layout
28401 \begin_inset Caption Standard
28402
28403 \begin_layout Plain Layout
28404 \begin_inset CommandInset label
28405 LatexCommand label
28406 name "tab:A-standard-table"
28407
28408 \end_inset
28409
28410 Une légende de tableau standard
28411 \end_layout
28412
28413 \end_inset
28414
28415
28416 \end_layout
28417
28418 \begin_layout Plain Layout
28419 \align center
28420 \begin_inset Tabular
28421 <lyxtabular version="3" rows="3" columns="3">
28422 <features tabularvalignment="middle">
28423 <column alignment="center" valignment="top" width="0pt">
28424 <column alignment="center" valignment="top" width="0pt">
28425 <column alignment="center" valignment="top" width="0pt">
28426 <row>
28427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28428 \begin_inset Text
28429
28430 \begin_layout Plain Layout
28431 1
28432 \end_layout
28433
28434 \end_inset
28435 </cell>
28436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28437 \begin_inset Text
28438
28439 \begin_layout Plain Layout
28440 2
28441 \end_layout
28442
28443 \end_inset
28444 </cell>
28445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28446 \begin_inset Text
28447
28448 \begin_layout Plain Layout
28449 3
28450 \end_layout
28451
28452 \end_inset
28453 </cell>
28454 </row>
28455 <row>
28456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Plain Layout
28460 Jean
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28466 \begin_inset Text
28467
28468 \begin_layout Plain Layout
28469 Marie
28470 \end_layout
28471
28472 \end_inset
28473 </cell>
28474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28475 \begin_inset Text
28476
28477 \begin_layout Plain Layout
28478 Pierre
28479 \end_layout
28480
28481 \end_inset
28482 </cell>
28483 </row>
28484 <row>
28485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28486 \begin_inset Text
28487
28488 \begin_layout Plain Layout
28489 \begin_inset Formula $\int x^{2}dx$
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Plain Layout
28501 \begin_inset Formula $\left[\begin{array}{cc}
28502 a & b\\
28503 c & d
28504 \end{array}\right]$
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \end_inset
28511 </cell>
28512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28513 \begin_inset Text
28514
28515 \begin_layout Plain Layout
28516 \begin_inset Formula $1+1=2$
28517 \end_inset
28518
28519
28520 \end_layout
28521
28522 \end_inset
28523 </cell>
28524 </row>
28525 </lyxtabular>
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \end_layout
28536
28537 \begin_layout Standard
28538 \begin_inset VSpace bigskip
28539 \end_inset
28540
28541 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28542  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28543  
28544 \series bold
28545 sidecap
28546 \series default
28547
28548 \begin_inset Index idx
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 Paquetages \SpecialChar LaTeX
28553  ! sidecap
28554 \end_layout
28555
28556 \end_inset
28557
28558  dans le préambule de votre document avec la ligne de commande suivante
28559 \end_layout
28560
28561 \begin_layout Standard
28562
28563 \series bold
28564
28565 \backslash
28566 usepackage[option]{sidecap}
28567 \end_layout
28568
28569 \begin_layout Standard
28570 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28571  extérieure – à droite sur les pages impaires et à gauche sur les pages
28572  paires.
28573  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28574  
28575 \series bold
28576 innercaption
28577 \series default
28578 .
28579  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28580  
28581 \series bold
28582 rightcaption
28583 \series default
28584  ou 
28585 \series bold
28586 leftcaption
28587 \series default
28588 .
28589 \end_layout
28590
28591 \begin_layout Standard
28592 \begin_inset ERT
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596
28597
28598 \backslash
28599 ifsidecap
28600 \end_layout
28601
28602 \end_inset
28603
28604
28605 \begin_inset Note Note
28606 status open
28607
28608 \begin_layout Plain Layout
28609 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28610  
28611 \series bold
28612 sidecap
28613 \series default
28614  a été installé.
28615 \end_layout
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28624  ajouter ces commandes dans le préambule de votre document :
28625 \end_layout
28626
28627 \begin_layout Standard
28628 \noindent
28629 \begin_inset CommandInset line
28630 LatexCommand rule
28631 offset "0.5ex"
28632 width "100line%"
28633 height "1pt"
28634
28635 \end_inset
28636
28637
28638 \end_layout
28639
28640 \begin_layout Standard
28641
28642 \series bold
28643
28644 \backslash
28645 newcommand{
28646 \backslash
28647 TabBesBeg}[1][1.0]{%
28648 \begin_inset Newline newline
28649 \end_inset
28650
28651
28652 \begin_inset Phantom HPhantom
28653 status open
28654
28655 \begin_layout Plain Layout
28656 \begin_inset space ~
28657 \end_inset
28658
28659
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \backslash
28666 let
28667 \backslash
28668 MyTable
28669 \backslash
28670 table
28671 \begin_inset Newline newline
28672 \end_inset
28673
28674
28675 \begin_inset Phantom HPhantom
28676 status open
28677
28678 \begin_layout Plain Layout
28679
28680 \series medium
28681 \begin_inset space ~
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \backslash
28691 let
28692 \backslash
28693 MyEndtable
28694 \backslash
28695 endtable
28696 \begin_inset Newline newline
28697 \end_inset
28698
28699
28700 \begin_inset Phantom HPhantom
28701 status open
28702
28703 \begin_layout Plain Layout
28704
28705 \series medium
28706 \begin_inset space ~
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \backslash
28716 renewenvironment{table}[1]{
28717 \backslash
28718 begin{SCtable}[#1]##1}{
28719 \backslash
28720 end{SCtable}}}
28721 \end_layout
28722
28723 \begin_layout Standard
28724
28725 \series bold
28726
28727 \backslash
28728 newcommand{
28729 \backslash
28730 TabBesEnd}{%
28731 \begin_inset Newline newline
28732 \end_inset
28733
28734
28735 \begin_inset Phantom HPhantom
28736 status open
28737
28738 \begin_layout Plain Layout
28739 \begin_inset space ~
28740 \end_inset
28741
28742
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \backslash
28749 let
28750 \backslash
28751 table
28752 \backslash
28753 MyTable
28754 \begin_inset Newline newline
28755 \end_inset
28756
28757
28758 \begin_inset Phantom HPhantom
28759 status open
28760
28761 \begin_layout Plain Layout
28762 \begin_inset space ~
28763 \end_inset
28764
28765
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \backslash
28772 let
28773 \backslash
28774 endtable
28775 \backslash
28776 MyEndtable
28777 \end_layout
28778
28779 \begin_layout Standard
28780
28781 \series bold
28782
28783 \backslash
28784 newcommand{
28785 \backslash
28786 FigBesBeg}[1][1.0]{%
28787 \begin_inset Newline newline
28788 \end_inset
28789
28790
28791 \begin_inset Phantom HPhantom
28792 status open
28793
28794 \begin_layout Plain Layout
28795 \begin_inset space ~
28796 \end_inset
28797
28798
28799 \end_layout
28800
28801 \end_inset
28802
28803
28804 \backslash
28805 let
28806 \backslash
28807 MyFigure
28808 \backslash
28809 figure
28810 \begin_inset Newline newline
28811 \end_inset
28812
28813
28814 \begin_inset Phantom HPhantom
28815 status open
28816
28817 \begin_layout Plain Layout
28818 \begin_inset space ~
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \backslash
28828 let
28829 \backslash
28830 MyEndfigure
28831 \backslash
28832 endfigure
28833 \begin_inset Newline newline
28834 \end_inset
28835
28836
28837 \begin_inset Phantom HPhantom
28838 status open
28839
28840 \begin_layout Plain Layout
28841 \begin_inset space ~
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \backslash
28851 renewenvironment{figure}[1]{
28852 \backslash
28853 begin{SCfigure}[#1]##1}{
28854 \backslash
28855 end{SCfigure}}}
28856 \end_layout
28857
28858 \begin_layout Standard
28859
28860 \series bold
28861
28862 \backslash
28863 newcommand{
28864 \backslash
28865 FigBesEnd}{%
28866 \begin_inset Newline newline
28867 \end_inset
28868
28869
28870 \begin_inset Phantom HPhantom
28871 status open
28872
28873 \begin_layout Plain Layout
28874 \begin_inset space ~
28875 \end_inset
28876
28877
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \backslash
28884 let
28885 \backslash
28886 figure
28887 \backslash
28888 MyFigure
28889 \begin_inset Newline newline
28890 \end_inset
28891
28892
28893 \begin_inset Phantom HPhantom
28894 status open
28895
28896 \begin_layout Plain Layout
28897 \begin_inset space ~
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \end_inset
28904
28905
28906 \backslash
28907 let
28908 \backslash
28909 endfigure
28910 \backslash
28911 MyEndfigure}
28912 \end_layout
28913
28914 \begin_layout Standard
28915 \noindent
28916 \begin_inset CommandInset line
28917 LatexCommand rule
28918 offset "0.5ex"
28919 width "100line%"
28920 height "1pt"
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Standard
28928 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28929  la légende se place sur le côté.
28930  Pour les flottants de figure, utilisez la commande
28931 \end_layout
28932
28933 \begin_layout Standard
28934
28935 \series bold
28936
28937 \backslash
28938 FigBesBeg
28939 \end_layout
28940
28941 \begin_layout Standard
28942 en code \SpecialChar TeX
28943  avant le flottant.
28944  Et insérez la commande
28945 \end_layout
28946
28947 \begin_layout Standard
28948
28949 \series bold
28950
28951 \backslash
28952 FigBesEnd
28953 \end_layout
28954
28955 \begin_layout Standard
28956 en code \SpecialChar TeX
28957  à l'endroit où vous voulez revenir à la définition originale du
28958  flottant.
28959 \end_layout
28960
28961 \begin_layout Standard
28962 Pour les flottants de tableau, utilisez les commandes correspondantes
28963 \end_layout
28964
28965 \begin_layout Standard
28966
28967 \series bold
28968
28969 \backslash
28970 TabBesBeg
28971 \series default
28972  et 
28973 \series bold
28974
28975 \backslash
28976 TabBesEnd
28977 \end_layout
28978
28979 \begin_layout Standard
28980 La figure
28981 \begin_inset space ~
28982 \end_inset
28983
28984
28985 \begin_inset CommandInset ref
28986 LatexCommand ref
28987 reference "fig:legende-a-coté-fig"
28988
28989 \end_inset
28990
28991  et le tableau
28992 \begin_inset space ~
28993 \end_inset
28994
28995
28996 \begin_inset CommandInset ref
28997 LatexCommand ref
28998 reference "tab:legende-à-coté-tableau"
28999
29000 \end_inset
29001
29002  sont des exemples où la légende a été mises sur le coté.
29003 \end_layout
29004
29005 \begin_layout Standard
29006 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29007  pour les flottants de tableau et vers le bas pour les flottants de figure.
29008  Pour changer ce comportement, vous pouvez utiliser les commandes
29009 \end_layout
29010
29011 \begin_layout Standard
29012
29013 \series bold
29014
29015 \backslash
29016 sidecaptionvpos{type flottant}{placement}
29017 \end_layout
29018
29019 \begin_layout Standard
29020 dans le préambule du document ou en code \SpecialChar TeX
29021  juste avant le flottant visé.
29022  Le type du flottant est soit 
29023 \family sans
29024 figure
29025 \family default
29026  soit 
29027 \family sans
29028 table
29029 \family default
29030 , le placement peut être 
29031 \begin_inset Quotes fld
29032 \end_inset
29033
29034
29035 \family sans
29036 t
29037 \family default
29038
29039 \begin_inset Quotes frd
29040 \end_inset
29041
29042  pour haut (top), 
29043 \begin_inset Quotes fld
29044 \end_inset
29045
29046
29047 \family sans
29048 c
29049 \family default
29050
29051 \begin_inset Quotes frd
29052 \end_inset
29053
29054
29055 \begin_inset Quotes erd
29056 \end_inset
29057
29058  pour centre (center), ou 
29059 \begin_inset Quotes fld
29060 \end_inset
29061
29062
29063 \family sans
29064 b
29065 \family default
29066
29067 \begin_inset Quotes frd
29068 \end_inset
29069
29070  pour bas (bottom).
29071  Pour que, par exemple, les légendes des flottants de figure soient centrés
29072  verticalement, utilisez la commande
29073 \end_layout
29074
29075 \begin_layout Standard
29076
29077 \series bold
29078
29079 \backslash
29080 sidecaptionvpos{figure}{c}
29081 \end_layout
29082
29083 \begin_layout Standard
29084 C'est ce qui a été utilisé pour la figure
29085 \begin_inset space ~
29086 \end_inset
29087
29088
29089 \begin_inset CommandInset ref
29090 LatexCommand ref
29091 reference "fig:legende-à-coté-fig-2"
29092
29093 \end_inset
29094
29095 .
29096 \end_layout
29097
29098 \begin_layout Standard
29099 \begin_inset VSpace medskip
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 La largeur de légende par défaut est celle de l'image ou du tableau.
29107  Pour des images ou des tableaux étroits, comme le tableau
29108 \begin_inset space ~
29109 \end_inset
29110
29111
29112 \begin_inset CommandInset ref
29113 LatexCommand ref
29114 reference "tab:legende-à-coté-tableau"
29115
29116 \end_inset
29117
29118 , cela donne des légendes trop étroites.
29119  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29120  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29121  La largeur de la légende sera automatiquement recalculée dans le cas où
29122  cette dernière déborderait dans la marge de la page ou de la colonne à
29123  cause de la largeur indiquée.
29124  Le 
29125 \emph on
29126 facteur 
29127 \emph default
29128 peut soit être donné comme argument pour 
29129 \series bold
29130
29131 \backslash
29132 FigBesBeg
29133 \series default
29134 :
29135 \end_layout
29136
29137 \begin_layout Standard
29138
29139 \series bold
29140
29141 \backslash
29142 FigBesBeg[facteur]
29143 \end_layout
29144
29145 \begin_layout Standard
29146 ou dans la définition de 
29147 \series bold
29148
29149 \backslash
29150 FigBesBeg 
29151 \series default
29152 en remplaçant le
29153 \series bold
29154  1.0 
29155 \series default
29156 par une autre valeur.
29157  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29158  façon implicite quand  
29159 \series bold
29160
29161 \backslash
29162 FigBesBeg
29163 \series default
29164  est utilisé sans argument.
29165  Pour le tableau
29166 \begin_inset space ~
29167 \end_inset
29168
29169
29170 \begin_inset CommandInset ref
29171 LatexCommand ref
29172 reference "tab:cap-beside-tab-wider"
29173
29174 \end_inset
29175
29176  on a utilisé 5 comme facteur.
29177 \end_layout
29178
29179 \begin_layout Standard
29180
29181 \lang english
29182 \begin_inset Note Greyedout
29183 status open
29184
29185 \begin_layout Plain Layout
29186
29187 \series bold
29188 Note:
29189 \series default
29190  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29191  utiliser l'option de placement, 
29192 \family sans
29193 Ici
29194 \begin_inset space ~
29195 \end_inset
29196
29197 à
29198 \begin_inset space ~
29199 \end_inset
29200
29201 tout
29202 \begin_inset space ~
29203 \end_inset
29204
29205 prix
29206 \family default
29207  parce qu'elle n'est pas gérée par 
29208 \series bold
29209 sidecap
29210 \series default
29211 .
29212 \end_layout
29213
29214 \end_inset
29215
29216
29217 \end_layout
29218
29219 \begin_layout Standard
29220 \begin_inset VSpace medskip
29221 \end_inset
29222
29223 Pour plus d'information sur le paquetage 
29224 \series bold
29225 sidecap
29226 \series default
29227  nous vous renvoyons à sa documentation 
29228 \begin_inset CommandInset citation
29229 LatexCommand cite
29230 key "sidecap"
29231
29232 \end_inset
29233
29234 .
29235 \end_layout
29236
29237 \begin_layout Standard
29238 \begin_inset Note Greyedout
29239 status open
29240
29241 \begin_layout Plain Layout
29242
29243 \series bold
29244 Note:
29245 \series default
29246  Le paquetage \SpecialChar LaTeX
29247  
29248 \series bold
29249 hypcap
29250 \series default
29251
29252 \begin_inset Index idx
29253 status collapsed
29254
29255 \begin_layout Plain Layout
29256 Paquetages \SpecialChar LaTeX
29257  ! hypcap
29258 \end_layout
29259
29260 \end_inset
29261
29262 , qui est décrit dans la section
29263 \begin_inset space ~
29264 \end_inset
29265
29266
29267 \begin_inset CommandInset ref
29268 LatexCommand ref
29269 reference "subsec:Reference-Position"
29270
29271 \end_inset
29272
29273 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \end_layout
29280
29281 \begin_layout Standard
29282 \begin_inset ERT
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286
29287
29288 \backslash
29289 FigBesBeg 
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 \begin_inset Float figure
29299 wide false
29300 sideways false
29301 status open
29302
29303 \begin_layout Plain Layout
29304 \begin_inset Graphics
29305         filename ../clipart/escher-lsd.eps
29306         scale 75
29307         scaleBeforeRotation
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \begin_layout Plain Layout
29315 \begin_inset Caption Standard
29316
29317 \begin_layout Plain Layout
29318 \begin_inset CommandInset label
29319 LatexCommand label
29320 name "fig:legende-a-coté-fig"
29321
29322 \end_inset
29323
29324 Une légende à côté d'une figure.
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \end_inset
29333
29334
29335 \end_layout
29336
29337 \begin_layout Standard
29338 \begin_inset ERT
29339 status collapsed
29340
29341 \begin_layout Plain Layout
29342
29343
29344 \backslash
29345 FigBesEnd
29346 \end_layout
29347
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Standard
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359
29360 \backslash
29361 TabBesBeg 
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Standard
29370 \begin_inset Float table
29371 wide false
29372 sideways false
29373 status open
29374
29375 \begin_layout Plain Layout
29376 \begin_inset Caption Standard
29377
29378 \begin_layout Plain Layout
29379 \begin_inset CommandInset label
29380 LatexCommand label
29381 name "tab:legende-à-coté-tableau"
29382
29383 \end_inset
29384
29385 Une légende à côté d'un tableau.
29386 \end_layout
29387
29388 \end_inset
29389
29390
29391 \end_layout
29392
29393 \begin_layout Plain Layout
29394 \begin_inset Tabular
29395 <lyxtabular version="3" rows="4" columns="5">
29396 <features tabularvalignment="middle">
29397 <column alignment="center" valignment="top">
29398 <column alignment="center" valignment="top">
29399 <column alignment="center" valignment="top">
29400 <column alignment="center" valignment="top">
29401 <column alignment="center" valignment="top">
29402 <row>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 a
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 b
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29431 \begin_inset Text
29432
29433 \begin_layout Plain Layout
29434
29435 \end_layout
29436
29437 \end_inset
29438 </cell>
29439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29440 \begin_inset Text
29441
29442 \begin_layout Plain Layout
29443 c
29444 \end_layout
29445
29446 \end_inset
29447 </cell>
29448 </row>
29449 <row>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463 d
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Plain Layout
29472
29473 \end_layout
29474
29475 \end_inset
29476 </cell>
29477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29478 \begin_inset Text
29479
29480 \begin_layout Plain Layout
29481 e
29482 \end_layout
29483
29484 \end_inset
29485 </cell>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 </row>
29496 <row>
29497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29498 \begin_inset Text
29499
29500 \begin_layout Plain Layout
29501 f
29502 \end_layout
29503
29504 \end_inset
29505 </cell>
29506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29507 \begin_inset Text
29508
29509 \begin_layout Plain Layout
29510
29511 \end_layout
29512
29513 \end_inset
29514 </cell>
29515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29516 \begin_inset Text
29517
29518 \begin_layout Plain Layout
29519 g
29520 \end_layout
29521
29522 \end_inset
29523 </cell>
29524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Plain Layout
29528
29529 \end_layout
29530
29531 \end_inset
29532 </cell>
29533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29534 \begin_inset Text
29535
29536 \begin_layout Plain Layout
29537 h
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 </row>
29543 <row>
29544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Plain Layout
29557 i
29558 \end_layout
29559
29560 \end_inset
29561 </cell>
29562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29563 \begin_inset Text
29564
29565 \begin_layout Plain Layout
29566
29567 \end_layout
29568
29569 \end_inset
29570 </cell>
29571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29572 \begin_inset Text
29573
29574 \begin_layout Plain Layout
29575 j
29576 \end_layout
29577
29578 \end_inset
29579 </cell>
29580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29581 \begin_inset Text
29582
29583 \begin_layout Plain Layout
29584
29585 \end_layout
29586
29587 \end_inset
29588 </cell>
29589 </row>
29590 </lyxtabular>
29591
29592 \end_inset
29593
29594
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603 \begin_inset ERT
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607
29608
29609 \backslash
29610 TabBesEnd
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \end_layout
29617
29618 \begin_layout Standard
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624
29625 \backslash
29626 FigBesBeg 
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Standard
29635 \begin_inset ERT
29636 status collapsed
29637
29638 \begin_layout Plain Layout
29639
29640
29641 \backslash
29642 sidecaptionvpos{figure}{c}
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \begin_inset Float figure
29649 wide false
29650 sideways false
29651 status open
29652
29653 \begin_layout Plain Layout
29654 \begin_inset Graphics
29655         filename ../clipart/escher-lsd.eps
29656         scale 75
29657         scaleBeforeRotation
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \begin_layout Plain Layout
29665 \begin_inset Caption Standard
29666
29667 \begin_layout Plain Layout
29668 \begin_inset CommandInset label
29669 LatexCommand label
29670 name "fig:legende-à-coté-fig-2"
29671
29672 \end_inset
29673
29674 Une légende centrée verticalement à côté d'une figure.
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Standard
29688 \begin_inset ERT
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692
29693
29694 \backslash
29695 FigBesEnd
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709
29710 \backslash
29711 TabBesBeg[5]
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Standard
29720 \begin_inset Float table
29721 wide false
29722 sideways false
29723 status open
29724
29725 \begin_layout Plain Layout
29726 \begin_inset Caption Standard
29727
29728 \begin_layout Plain Layout
29729
29730 \lang english
29731 \begin_inset CommandInset label
29732 LatexCommand label
29733 name "tab:cap-beside-tab-wider"
29734
29735 \end_inset
29736
29737 This is a caption is wider than the one in
29738 \lang french
29739  tableau
29740 \begin_inset space ~
29741 \end_inset
29742
29743
29744 \begin_inset CommandInset ref
29745 LatexCommand ref
29746 reference "tab:legende-à-coté-tableau"
29747
29748 \end_inset
29749
29750 .
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Plain Layout
29759 \begin_inset Tabular
29760 <lyxtabular version="3" rows="4" columns="5">
29761 <features tabularvalignment="middle">
29762 <column alignment="center" valignment="top">
29763 <column alignment="center" valignment="top">
29764 <column alignment="center" valignment="top">
29765 <column alignment="center" valignment="top">
29766 <column alignment="center" valignment="top">
29767 <row>
29768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29769 \begin_inset Text
29770
29771 \begin_layout Plain Layout
29772 a
29773 \end_layout
29774
29775 \end_inset
29776 </cell>
29777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29778 \begin_inset Text
29779
29780 \begin_layout Plain Layout
29781
29782 \end_layout
29783
29784 \end_inset
29785 </cell>
29786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29787 \begin_inset Text
29788
29789 \begin_layout Plain Layout
29790 b
29791 \end_layout
29792
29793 \end_inset
29794 </cell>
29795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29796 \begin_inset Text
29797
29798 \begin_layout Plain Layout
29799
29800 \end_layout
29801
29802 \end_inset
29803 </cell>
29804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29805 \begin_inset Text
29806
29807 \begin_layout Plain Layout
29808 c
29809 \end_layout
29810
29811 \end_inset
29812 </cell>
29813 </row>
29814 <row>
29815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout Plain Layout
29819
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29825 \begin_inset Text
29826
29827 \begin_layout Plain Layout
29828 d
29829 \end_layout
29830
29831 \end_inset
29832 </cell>
29833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29834 \begin_inset Text
29835
29836 \begin_layout Plain Layout
29837
29838 \end_layout
29839
29840 \end_inset
29841 </cell>
29842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29843 \begin_inset Text
29844
29845 \begin_layout Plain Layout
29846 e
29847 \end_layout
29848
29849 \end_inset
29850 </cell>
29851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29852 \begin_inset Text
29853
29854 \begin_layout Plain Layout
29855
29856 \end_layout
29857
29858 \end_inset
29859 </cell>
29860 </row>
29861 <row>
29862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29863 \begin_inset Text
29864
29865 \begin_layout Plain Layout
29866 f
29867 \end_layout
29868
29869 \end_inset
29870 </cell>
29871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29872 \begin_inset Text
29873
29874 \begin_layout Plain Layout
29875
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29881 \begin_inset Text
29882
29883 \begin_layout Plain Layout
29884 g
29885 \end_layout
29886
29887 \end_inset
29888 </cell>
29889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29890 \begin_inset Text
29891
29892 \begin_layout Plain Layout
29893
29894 \end_layout
29895
29896 \end_inset
29897 </cell>
29898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29899 \begin_inset Text
29900
29901 \begin_layout Plain Layout
29902 h
29903 \end_layout
29904
29905 \end_inset
29906 </cell>
29907 </row>
29908 <row>
29909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922 i
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29928 \begin_inset Text
29929
29930 \begin_layout Plain Layout
29931
29932 \end_layout
29933
29934 \end_inset
29935 </cell>
29936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29937 \begin_inset Text
29938
29939 \begin_layout Plain Layout
29940 j
29941 \end_layout
29942
29943 \end_inset
29944 </cell>
29945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29946 \begin_inset Text
29947
29948 \begin_layout Plain Layout
29949
29950 \end_layout
29951
29952 \end_inset
29953 </cell>
29954 </row>
29955 </lyxtabular>
29956
29957 \end_inset
29958
29959
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Standard
29968 \begin_inset ERT
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972
29973
29974 \backslash
29975 TabBesEnd
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \end_layout
29982
29983 \begin_layout Standard
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989
29990 \backslash
29991 else
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \begin_inset Note Note
29998 status open
29999
30000 \begin_layout Plain Layout
30001 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
30002  
30003 \series bold
30004 sidecap
30005 \series default
30006  n'est pas installé :
30007 \end_layout
30008
30009 \end_inset
30010
30011
30012 \end_layout
30013
30014 \begin_layout Standard
30015 Vous devez installer le paquetage \SpecialChar LaTeX
30016  
30017 \series bold
30018 sidecap
30019 \series default
30020  pour voir la suite de cette section dans la sortie imprimée.
30021 \end_layout
30022
30023 \begin_layout Standard
30024 \begin_inset ERT
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028
30029
30030 \backslash
30031 fi
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \end_layout
30038
30039 \begin_layout Section
30040 Les listes de flottants
30041 \begin_inset Index idx
30042 status collapsed
30043
30044 \begin_layout Plain Layout
30045 Flottants ! Listes de Flottants
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 De la même façon que la table des matières fait la liste des sections du
30055  document, il y a des listes pour tous les types de flottants, comme par
30056  exemple pour les figures du document.
30057  Vous pouvez les insérer en utilisant le menu 
30058 \family sans
30059 Insertion\SpecialChar menuseparator
30060 Listes
30061 \begin_inset space ~
30062 \end_inset
30063
30064 &
30065 \begin_inset space ~
30066 \end_inset
30067
30068 TdM
30069 \family default
30070 .
30071 \end_layout
30072
30073 \begin_layout Standard
30074 Les entrées de la liste sont la légende du flottant ou éventuellement le
30075  titre court, le numéro du flottant, et le numéro de la page où le flottant
30076  apparaît dans le document.
30077 \end_layout
30078
30079 \begin_layout Standard
30080 Vous trouverez à la fin de ce document une liste des figures et une liste
30081  des tableaux.
30082 \end_layout
30083
30084 \begin_layout Chapter
30085 Notes
30086 \end_layout
30087
30088 \begin_layout Section
30089 Les notes de \SpecialChar LyX
30090
30091 \begin_inset Index idx
30092 status collapsed
30093
30094 \begin_layout Plain Layout
30095 Notes ! Notes \SpecialChar LyX
30096  
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 On peut insérer une note en utilisant le bouton 
30106 \begin_inset Info
30107 type  "icon"
30108 arg   "note-insert"
30109 \end_inset
30110
30111  de la barre d'outils ou avec le menu 
30112 \family sans
30113 Insertion\SpecialChar menuseparator
30114 Note
30115 \family default
30116 .
30117  Il y a trois types de notes :
30118 \end_layout
30119
30120 \begin_layout Description
30121 Note
30122 \begin_inset space ~
30123 \end_inset
30124
30125 \SpecialChar LyX
30126  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30127  La boîte de cette note ressemble à ceci :
30128 \begin_inset Newline newline
30129 \end_inset
30130
30131
30132 \begin_inset Newline newline
30133 \end_inset
30134
30135
30136 \begin_inset Graphics
30137         filename clipart/LyXNoteImageQt4.png
30138         display false
30139         scale 65
30140         scaleBeforeRotation
30141
30142 \end_inset
30143
30144  
30145 \begin_inset Note Note
30146 status open
30147
30148 \begin_layout Plain Layout
30149 Le texte de cette note n'apparaîtra pas à l'impression.
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \end_layout
30156
30157 \begin_layout Description
30158 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30159  il est inséré comme un commentaire \SpecialChar LaTeX
30160  quand vous exportez votre document
30161  vers un fichier au format \SpecialChar LaTeX
30162  avec le menu 
30163 \family sans
30164 Fichier\SpecialChar menuseparator
30165 Exporter\SpecialChar menuseparator
30166 \SpecialChar LaTeX
30167  (pdflatex) / (plain)
30168 \family default
30169 .
30170  La boîte de cette note ressemble à ceci :
30171 \begin_inset Newline newline
30172 \end_inset
30173
30174
30175 \begin_inset Newline newline
30176 \end_inset
30177
30178
30179 \begin_inset Graphics
30180         filename clipart/CommentNoteImageQt4.png
30181         display false
30182         scale 55
30183         scaleBeforeRotation
30184
30185 \end_inset
30186
30187  
30188 \begin_inset Note Comment
30189 status open
30190
30191 \begin_layout Plain Layout
30192 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30193  \SpecialChar LaTeX
30194 .
30195 \end_layout
30196
30197 \end_inset
30198
30199
30200 \end_layout
30201
30202 \begin_layout Description
30203 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30204  La boîte de cette note ressemble à ceci :
30205 \begin_inset Newline newline
30206 \end_inset
30207
30208
30209 \begin_inset Newline newline
30210 \end_inset
30211
30212
30213 \begin_inset Graphics
30214         filename clipart/GreyedOutNoteImageQt4.png
30215         lyxscale 80
30216         display false
30217         scale 55
30218         scaleBeforeRotation
30219
30220 \end_inset
30221
30222
30223 \begin_inset Newline newline
30224 \end_inset
30225
30226
30227 \begin_inset ERT
30228 status collapsed
30229
30230 \begin_layout Plain Layout
30231
30232
30233 \backslash
30234 renewenvironment{lyxgreyedout}
30235 \end_layout
30236
30237 \begin_layout Plain Layout
30238
30239 {
30240 \backslash
30241 textcolor[gray]{0.8}
30242 \backslash
30243 bgroup}{
30244 \backslash
30245 egroup}
30246 \end_layout
30247
30248 \end_inset
30249
30250
30251 \begin_inset Note Greyedout
30252 status open
30253
30254 \begin_layout Plain Layout
30255 Le texte
30256 \begin_inset Foot
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30261  grisé.
30262  
30263 \end_layout
30264
30265 \end_inset
30266
30267  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30268 \end_layout
30269
30270 \end_inset
30271
30272
30273 \begin_inset ERT
30274 status collapsed
30275
30276 \begin_layout Plain Layout
30277
30278
30279 \backslash
30280 renewenvironment{lyxgreyedout}
30281 \end_layout
30282
30283 \begin_layout Plain Layout
30284
30285 {
30286 \backslash
30287 textcolor{blue}
30288 \backslash
30289 bgroup}{
30290 \backslash
30291 egroup}
30292 \end_layout
30293
30294 \end_inset
30295
30296
30297 \begin_inset Note Note
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30302  originale qu'elle a dans \SpecialChar LyX
30303 .
30304  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30305  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30306 \end_layout
30307
30308 \end_inset
30309
30310
30311 \begin_inset Newline newline
30312 \end_inset
30313
30314
30315 \begin_inset Newline newline
30316 \end_inset
30317
30318 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30319  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30320 \end_layout
30321
30322 \begin_layout Standard
30323 \begin_inset VSpace bigskip
30324 \end_inset
30325
30326 Quand vous utilisez le bouton 
30327 \begin_inset Info
30328 type  "icon"
30329 arg   "note-insert"
30330 \end_inset
30331
30332  de la barre d'outils, vous insérez une 
30333 \family sans
30334 Note
30335 \begin_inset space ~
30336 \end_inset
30337
30338 \SpecialChar LyX
30339
30340 \family default
30341 .
30342  
30343 \lang english
30344 You can switch between the three note types by right-clicking on the note-box.
30345
30346 \lang french
30347  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30348 la et cliquez sur le bouton d'insertion de note.
30349  Pour retransformer une note en texte, appuyez sur la touche 
30350 \family sans
30351 backspace
30352 \family default
30353  quand le curseur est au tout début de la note ou appuyez sur la touche
30354  
30355 \family sans
30356 Suppr.
30357
30358 \family default
30359  quand le curseur se trouve à la fin de la note.
30360 \end_layout
30361
30362 \begin_layout Standard
30363 \begin_inset VSpace bigskip
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Standard
30370 Vous pouvez changer la couleur des notes grisées dans le menu 
30371 \family sans
30372 Document\SpecialChar menuseparator
30373 Paramètres\SpecialChar menuseparator
30374 Couleurs
30375 \family default
30376 .
30377 \end_layout
30378
30379 \begin_layout Section
30380 Notes en bas de page
30381 \begin_inset CommandInset label
30382 LatexCommand label
30383 name "sec:Notes-bas-de-page"
30384
30385 \end_inset
30386
30387
30388 \begin_inset Index idx
30389 status collapsed
30390
30391 \begin_layout Plain Layout
30392 Notes ! Notes de bas de page
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \begin_inset Index idx
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402 Notes de bas de page
30403 \end_layout
30404
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Standard
30411 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30412  
30413 \begin_inset Info
30414 type  "icon"
30415 arg   "footnote-insert"
30416 \end_inset
30417
30418  de la barre d'outils, soit en utilisant le menu 
30419 \family sans
30420 Insertion\SpecialChar menuseparator
30421 Note
30422 \begin_inset space ~
30423 \end_inset
30424
30425 en
30426 \begin_inset space ~
30427 \end_inset
30428
30429 Bas
30430 \begin_inset space ~
30431 \end_inset
30432
30433 de
30434 \begin_inset space ~
30435 \end_inset
30436
30437 Page
30438 \family default
30439 .
30440  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30441  rouge 
30442 \begin_inset Quotes fld
30443 \end_inset
30444
30445 bas
30446 \begin_inset Quotes frd
30447 \end_inset
30448
30449  qui ressemble à ceci : 
30450 \begin_inset Graphics
30451         filename clipart/footnoteQt4.png
30452         scale 80
30453         scaleBeforeRotation
30454
30455 \end_inset
30456
30457  Vous pouvez y entrer votre texte.
30458  Si vous voulez transformer du texte déjà existant en note en bas de page,
30459  sélectionnez-le et cliquez sur le bouton 
30460 \family sans
30461 Note
30462 \begin_inset space ~
30463 \end_inset
30464
30465 en
30466 \begin_inset space ~
30467 \end_inset
30468
30469 Bas
30470 \begin_inset space ~
30471 \end_inset
30472
30473 de
30474 \begin_inset space ~
30475 \end_inset
30476
30477 Page
30478 \family default
30479  de la barre d'outils.
30480  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30481  
30482 \family sans
30483 Backspace
30484 \family default
30485  quand le curseur est au tout début de la note ou appuyez sur la touche
30486  
30487 \family sans
30488 Suppr.
30489
30490 \family default
30491  quand le curseur se trouve à la fin de la note.
30492 \end_layout
30493
30494 \begin_layout Standard
30495 Voici un exemple de note en bas de page:
30496 \begin_inset Foot
30497 status open
30498
30499 \begin_layout Plain Layout
30500 \begin_inset CommandInset label
30501 LatexCommand label
30502 name "fn:Note-en-bas"
30503
30504 \end_inset
30505
30506 Ceci est un exemple de note en bas de page.
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 newcounter{MyRepeatFoot}
30520 \end_layout
30521
30522 \begin_layout Plain Layout
30523
30524
30525 \backslash
30526 setcounter{MyRepeatFoot}{
30527 \backslash
30528 thefootnote}
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \end_layout
30535
30536 \begin_layout Standard
30537 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30538  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30539  de note.
30540  Le texte de la note est placé en bas de la page courante.
30541  Le numéro de note est calculé par \SpecialChar LaTeX
30542 , et les numéros se suivent.
30543  Selon votre classe de document les numéros de notes pourront être réinitialisés
30544  à chaque nouveau chapitre.
30545 \end_layout
30546
30547 \begin_layout Standard
30548 On peut faire référence à une note en bas de page comme on le fait avec
30549  les flottants : Insérez une étiquette dans la note et faites une référence
30550  croisée vers cette étiquette comme c'est décrit dans la
30551 \begin_inset space ~
30552 \end_inset
30553
30554
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "sec:Referencer-les-Flottants"
30558
30559 \end_inset
30560
30561 .
30562 \begin_inset Newline newline
30563 \end_inset
30564
30565 Voici une référence à une note de bas de page :
30566 \begin_inset space ~
30567 \end_inset
30568
30569
30570 \begin_inset CommandInset ref
30571 LatexCommand ref
30572 reference "fn:Note-en-bas"
30573
30574 \end_inset
30575
30576 .
30577 \end_layout
30578
30579 \begin_layout Standard
30580 \begin_inset VSpace defskip
30581 \end_inset
30582
30583
30584 \lang english
30585 Footnotes in title environments are usually not numbered with symbols and
30586  they cannot contain several paragraphs.
30587  See for example the footnote in the titling of this document.
30588 \end_layout
30589
30590 \begin_layout Standard
30591 \begin_inset VSpace defskip
30592 \end_inset
30593
30594
30595 \end_layout
30596
30597 \begin_layout Standard
30598 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30599  par \SpecialChar LaTeX
30600  pour des raisons techniques.
30601  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30602  
30603 \series bold
30604
30605 \backslash
30606 footnotemark{}
30607 \series default
30608  en code \SpecialChar TeX
30609  à la place de la note de bas de page.
30610  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30611  
30612 \series bold
30613
30614 \backslash
30615 footnotetext
30616 \series default
30617  après le tableau.
30618 \begin_inset Newline newline
30619 \end_inset
30620
30621 C'est ce qui a été fait pour le tableau qui suit avec la commande
30622 \end_layout
30623
30624 \begin_layout Standard
30625
30626 \series bold
30627
30628 \backslash
30629 footnotetext{
30630 \series default
30631 Note de bas de page de tableau imprimée.
30632 \series bold
30633 }
30634 \end_layout
30635
30636 \begin_layout Standard
30637
30638 \lang english
30639 \begin_inset Tabular
30640 <lyxtabular version="3" rows="2" columns="1">
30641 <features tabularvalignment="middle">
30642 <column alignment="center" valignment="top">
30643 <row>
30644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30645 \begin_inset Text
30646
30647 \begin_layout Plain Layout
30648 Un exemple de texte
30649 \begin_inset Foot
30650 status open
30651
30652 \begin_layout Plain Layout
30653 Cette note ne sera pas imprimée
30654 \begin_inset space ~
30655 \end_inset
30656
30657 !
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 </row>
30668 <row>
30669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30670 \begin_inset Text
30671
30672 \begin_layout Plain Layout
30673 Un autre exemple de texte
30674 \begin_inset ERT
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678
30679
30680 \backslash
30681 footnotemark{}
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \end_layout
30688
30689 \end_inset
30690 </cell>
30691 </row>
30692 </lyxtabular>
30693
30694 \end_inset
30695
30696
30697 \begin_inset ERT
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701
30702
30703 \backslash
30704 footnotetext{
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \lang french
30711 Note de bas de page de tableau imprimée.
30712 \lang english
30713
30714 \begin_inset ERT
30715 status collapsed
30716
30717 \begin_layout Plain Layout
30718
30719 }
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \begin_layout Standard
30728 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30729 \begin_inset space ~
30730 \end_inset
30731
30732
30733 \begin_inset CommandInset ref
30734 LatexCommand ref
30735 reference "subsec:Notes-dans-tableau-long"
30736
30737 \end_inset
30738
30739 .
30740 \end_layout
30741
30742 \begin_layout Standard
30743 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30744  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30745 e, vu que la minipage est considérée comme une page se trouvant dans une
30746  autre page.
30747  Pour plus d'information sur les minipages, voyez la section
30748 \begin_inset space ~
30749 \end_inset
30750
30751
30752 \begin_inset CommandInset ref
30753 LatexCommand ref
30754 reference "sec:Minipages"
30755
30756 \end_inset
30757
30758 .
30759  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30760  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30761  la méthode utilisant les commandes 
30762 \series bold
30763
30764 \backslash
30765 footnotemark{}
30766 \series default
30767  et 
30768 \series bold
30769
30770 \backslash
30771 footnotetext
30772 \series default
30773 .
30774 \end_layout
30775
30776 \begin_layout Standard
30777 \begin_inset Box Frameless
30778 position "t"
30779 hor_pos "c"
30780 has_inner_box 1
30781 inner_pos "t"
30782 use_parbox 0
30783 use_makebox 0
30784 width "100col%"
30785 special "none"
30786 height "1in"
30787 height_special "totalheight"
30788 thickness "0.4pt"
30789 separation "3pt"
30790 shadowsize "4pt"
30791 framecolor "black"
30792 backgroundcolor "none"
30793 status open
30794
30795 \begin_layout Plain Layout
30796 Un exemple de texte dans une minipage.
30797 \begin_inset Foot
30798 status open
30799
30800 \begin_layout Plain Layout
30801 Note de bas de page dans la minipage.
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \end_layout
30808
30809 \begin_layout Plain Layout
30810 Un autre exemple de texte dans une minipage.
30811 \begin_inset ERT
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815
30816
30817 \backslash
30818 footnotemark{}
30819 \end_layout
30820
30821 \end_inset
30822
30823
30824 \end_layout
30825
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \begin_layout Standard
30832 \begin_inset ERT
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836
30837
30838 \backslash
30839 footnotetext{
30840 \end_layout
30841
30842 \end_inset
30843
30844 Note de bas de page en dehors de la minipage.
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850 }
30851 \end_layout
30852
30853 \end_inset
30854
30855
30856 \end_layout
30857
30858 \begin_layout Standard
30859 \begin_inset VSpace defskip
30860 \end_inset
30861
30862
30863 \end_layout
30864
30865 \begin_layout Standard
30866 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30867  utilisez la commande 
30868 \series bold
30869
30870 \backslash
30871 footnotemark[number]
30872 \series default
30873  en code \SpecialChar TeX
30874 .
30875 \begin_inset Newline newline
30876 \end_inset
30877
30878 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30879  votre texte, vous devez enregistrer son numéro.
30880  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30881  ont été insérées en code \SpecialChar TeX
30882  après la note
30883 \begin_inset space ~
30884 \end_inset
30885
30886
30887 \begin_inset CommandInset ref
30888 LatexCommand ref
30889 reference "fn:Note-en-bas"
30890
30891 \end_inset
30892
30893  pour enregistrer son numéro
30894 \begin_inset space ~
30895 \end_inset
30896
30897 :
30898 \end_layout
30899
30900 \begin_layout Standard
30901
30902 \series bold
30903
30904 \backslash
30905 newcounter{MaNoteDupliquee}
30906 \begin_inset Newline newline
30907 \end_inset
30908
30909
30910 \backslash
30911 setcounter{MaNoteDupliquee}{
30912 \backslash
30913 thefootnote}
30914 \end_layout
30915
30916 \begin_layout Standard
30917 La note de bas de page a été créée avec la commande
30918 \begin_inset space ~
30919 \end_inset
30920
30921 :
30922 \end_layout
30923
30924 \begin_layout Standard
30925
30926 \series bold
30927
30928 \backslash
30929 footnotemark[
30930 \backslash
30931 MaNoteDupliquee]
30932 \end_layout
30933
30934 \begin_layout Standard
30935 Voici une note de bas de page dupliquée
30936 \begin_inset space ~
30937 \end_inset
30938
30939 :
30940 \begin_inset ERT
30941 status collapsed
30942
30943 \begin_layout Plain Layout
30944
30945
30946 \backslash
30947 footnotemark[
30948 \backslash
30949 theMyRepeatFoot]
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30959 t du numéro de note et juste utiliser la commande suivante
30960 \end_layout
30961
30962 \begin_layout Standard
30963
30964 \series bold
30965
30966 \backslash
30967 footnotemark[
30968 \backslash
30969 thefootnote]
30970 \end_layout
30971
30972 \begin_layout Standard
30973 Voici une autre note de bas de page dupliquée
30974 \begin_inset space ~
30975 \end_inset
30976
30977 :
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983
30984 \backslash
30985 footnotemark[
30986 \backslash
30987 thefootnote]
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Subsection
30996 Numérotation de notes de bas de page
30997 \begin_inset CommandInset label
30998 LatexCommand label
30999 name "subsec:Numerotation-notes-bas-de-page"
31000
31001 \end_inset
31002
31003
31004 \begin_inset Index idx
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008 Notes de bas de page ! Numérotation
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Standard
31017 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31018  ajoutez cette commande dans le préambule de votre document :
31019 \end_layout
31020
31021 \begin_layout Standard
31022
31023 \series bold
31024
31025 \backslash
31026 @addtoreset{footnote}{section}
31027 \end_layout
31028
31029 \begin_layout Standard
31030 \begin_inset VSpace bigskip
31031 \end_inset
31032
31033 La commande de préambule suivante change le style de numérotation des notes
31034  en petits chiffres romains :
31035 \end_layout
31036
31037 \begin_layout Standard
31038
31039 \series bold
31040
31041 \backslash
31042 renewcommand{
31043 \backslash
31044 thefootnote}{
31045 \backslash
31046 roman{footnote}}
31047 \end_layout
31048
31049 \begin_layout Standard
31050 \begin_inset ERT
31051 status collapsed
31052
31053 \begin_layout Plain Layout
31054
31055
31056 \backslash
31057 renewcommand{
31058 \backslash
31059 thefootnote}{
31060 \backslash
31061 roman{footnote}}
31062 \end_layout
31063
31064 \end_inset
31065
31066  Cette note de bas de page utilise une numérotation en chiffres romains
31067  :
31068 \begin_inset Foot
31069 status open
31070
31071 \begin_layout Plain Layout
31072 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31073  romains.
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31083  la commande précédente 
31084 \series bold
31085
31086 \backslash
31087 roman
31088 \series default
31089  par 
31090 \series bold
31091
31092 \backslash
31093 Roman
31094 \series default
31095 .
31096  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31097  utilisez respectivement soit 
31098 \series bold
31099
31100 \backslash
31101 Alph
31102 \series default
31103  soit 
31104 \series bold
31105
31106 \backslash
31107 alph
31108 \series default
31109 .
31110  Pour les 
31111 \begin_inset Quotes fld
31112 \end_inset
31113
31114 numéroter
31115 \begin_inset Quotes frd
31116 \end_inset
31117
31118  avec des symboles, utilisez 
31119 \series bold
31120
31121 \backslash
31122 fnsymbol
31123 \series default
31124 .
31125 \end_layout
31126
31127 \begin_layout Standard
31128 \begin_inset Note Greyedout
31129 status open
31130
31131 \begin_layout Plain Layout
31132
31133 \series bold
31134 Note:
31135 \series default
31136  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31137  puisque cette numérotation est limitée à des lettres seules.
31138 \end_layout
31139
31140 \end_inset
31141
31142
31143 \begin_inset Newline newline
31144 \end_inset
31145
31146
31147 \begin_inset Note Greyedout
31148 status open
31149
31150 \begin_layout Plain Layout
31151
31152 \series bold
31153 Note:
31154 \series default
31155  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 Pour revenir au style de numérotation implicite quand vous en avez changé,
31165  utilisez 
31166 \series bold
31167
31168 \backslash
31169 arabic
31170 \series default
31171  à la place de 
31172 \series bold
31173
31174 \backslash
31175 roman
31176 \series default
31177  dans la commande précédente.
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 renewcommand{
31186 \backslash
31187 thefootnote}{
31188 \backslash
31189 arabic{footnote}}
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 \begin_inset VSpace bigskip
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31206  le schéma 
31207 \begin_inset Quotes fld
31208 \end_inset
31209
31210 chapitre.note
31211 \begin_inset Quotes frd
31212 \end_inset
31213
31214 , ajoutez la commande suivante au préambule de votre document :
31215 \end_layout
31216
31217 \begin_layout Standard
31218
31219 \series bold
31220
31221 \backslash
31222 numberwithin{footnote}{chapter}
31223 \end_layout
31224
31225 \begin_layout Standard
31226 Pour pouvoir utiliser la commande 
31227 \series bold
31228
31229 \backslash
31230 numberwithin
31231 \series default
31232 , activez dans la rubrique 
31233 \family sans
31234 Options
31235 \begin_inset space ~
31236 \end_inset
31237
31238 des
31239 \begin_inset space ~
31240 \end_inset
31241
31242 Maths
31243 \family default
31244  dans les paramètres du document, l'option 
31245 \family sans
31246 Utiliser
31247 \begin_inset space ~
31248 \end_inset
31249
31250 le
31251 \begin_inset space ~
31252 \end_inset
31253
31254 paquetage
31255 \begin_inset space ~
31256 \end_inset
31257
31258 maths
31259 \begin_inset space ~
31260 \end_inset
31261
31262 AMS
31263 \family default
31264 .
31265 \end_layout
31266
31267 \begin_layout Standard
31268 \begin_inset ERT
31269 status collapsed
31270
31271 \begin_layout Plain Layout
31272
31273
31274 \backslash
31275 numberwithin{footnote}{chapter}
31276 \end_layout
31277
31278 \end_inset
31279
31280 Ceci est un autre exemple de note de bas de page:
31281 \series bold
31282
31283 \begin_inset Foot
31284 status open
31285
31286 \begin_layout Plain Layout
31287 Cette note est numérotée en suivant le schéma 
31288 \begin_inset Quotes fld
31289 \end_inset
31290
31291 chapitre.note
31292 \begin_inset Quotes frd
31293 \end_inset
31294
31295 .
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \series default
31302
31303 \begin_inset ERT
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307
31308
31309 \backslash
31310 renewcommand{
31311 \backslash
31312 thefootnote}{
31313 \backslash
31314 arabic{footnote}}
31315 \end_layout
31316
31317 \end_inset
31318
31319
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset Note Greyedout
31324 status open
31325
31326 \begin_layout Plain Layout
31327
31328 \series bold
31329 Note:
31330 \series default
31331  
31332 \series bold
31333
31334 \backslash
31335 numberwithin
31336 \series default
31337  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31338  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31339  prises en compte.
31340  
31341 \end_layout
31342
31343 \end_inset
31344
31345
31346 \end_layout
31347
31348 \begin_layout Standard
31349 Donc pour avoir par exemple le schéma 
31350 \begin_inset Quotes fld
31351 \end_inset
31352
31353 chapitre.
31354 \backslash
31355 Roman{note}
31356 \begin_inset Quotes frd
31357 \end_inset
31358
31359 , utilisez la commande suivante plutôt que 
31360 \series bold
31361
31362 \backslash
31363 numberwithin
31364 \series default
31365  :
31366 \end_layout
31367
31368 \begin_layout Standard
31369
31370 \series bold
31371
31372 \backslash
31373 renewcommand{
31374 \backslash
31375 thefootnote}{
31376 \backslash
31377 thechapter.
31378 \backslash
31379 Roman{footnote}}
31380 \end_layout
31381
31382 \begin_layout Subsection
31383 Positionnement de notes de bas de page
31384 \begin_inset Index idx
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 Notes de bas de page ! Positionnement
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \begin_layout Standard
31397 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31398  vertical entre elles en bas de la page.
31399  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31400  de 1.5
31401 \begin_inset space \thinspace{}
31402 \end_inset
31403
31404 mm avec la commande suivante dans le préambule :
31405 \end_layout
31406
31407 \begin_layout Standard
31408
31409 \series bold
31410
31411 \backslash
31412 let
31413 \backslash
31414 myFoot
31415 \backslash
31416 footnote
31417 \begin_inset Newline newline
31418 \end_inset
31419
31420
31421 \backslash
31422 renewcommand{
31423 \backslash
31424 footnote}[1]{
31425 \backslash
31426 myFoot{#1
31427 \backslash
31428 vspace{1.5mm}}}
31429 \end_layout
31430
31431 \begin_layout Standard
31432 \begin_inset VSpace bigskip
31433 \end_inset
31434
31435 Dans un document à deux colonnes les notes de bas de page apparaissent en
31436  bas de chaque colonne, comme sur la Figure
31437 \begin_inset space ~
31438 \end_inset
31439
31440
31441 \begin_inset CommandInset ref
31442 LatexCommand ref
31443 reference "fig:Position-standard-note-bas-de-page"
31444
31445 \end_inset
31446
31447 .
31448  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31449  sur la Figure
31450 \begin_inset space ~
31451 \end_inset
31452
31453
31454 \begin_inset CommandInset ref
31455 LatexCommand ref
31456 reference "fig:Position-note-avec-ftnright"
31457
31458 \end_inset
31459
31460 , utilisez le paquetage \SpecialChar LaTeX
31461  
31462 \series bold
31463 ftnright
31464 \series default
31465
31466 \begin_inset Index idx
31467 status collapsed
31468
31469 \begin_layout Plain Layout
31470 Paquetages \SpecialChar LaTeX
31471  ! ftnright
31472 \end_layout
31473
31474 \end_inset
31475
31476  avec cette commande dans le préambule du document:
31477 \end_layout
31478
31479 \begin_layout Standard
31480
31481 \series bold
31482
31483 \backslash
31484 usepackage{ftnright}
31485 \end_layout
31486
31487 \begin_layout Standard
31488 \begin_inset Float figure
31489 placement !h
31490 wide false
31491 sideways false
31492 status open
31493
31494 \begin_layout Plain Layout
31495 \begin_inset ERT
31496 status collapsed
31497
31498 \begin_layout Plain Layout
31499
31500
31501 \backslash
31502 framebox{
31503 \end_layout
31504
31505 \end_inset
31506
31507
31508 \begin_inset Graphics
31509         filename ../clipart/without_fntright.pdf
31510         width 100col%
31511         scaleBeforeRotation
31512
31513 \end_inset
31514
31515
31516 \begin_inset ERT
31517 status collapsed
31518
31519 \begin_layout Plain Layout
31520
31521 }
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \end_layout
31528
31529 \begin_layout Plain Layout
31530 \begin_inset Caption Standard
31531
31532 \begin_layout Plain Layout
31533 \begin_inset CommandInset label
31534 LatexCommand label
31535 name "fig:Position-standard-note-bas-de-page"
31536
31537 \end_inset
31538
31539 Positionnement standard des notes de bas de page dans un document à deux
31540  colonnes.
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 \begin_inset Float figure
31555 placement !h
31556 wide false
31557 sideways false
31558 status open
31559
31560 \begin_layout Plain Layout
31561 \begin_inset ERT
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565
31566
31567 \backslash
31568 framebox{
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \begin_inset Graphics
31575         filename ../clipart/with_fntright.pdf
31576         width 100col%
31577         scaleBeforeRotation
31578
31579 \end_inset
31580
31581
31582 \begin_inset ERT
31583 status collapsed
31584
31585 \begin_layout Plain Layout
31586
31587 }
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Plain Layout
31596 \begin_inset Caption Standard
31597
31598 \begin_layout Plain Layout
31599 \begin_inset CommandInset label
31600 LatexCommand label
31601 name "fig:Position-note-avec-ftnright"
31602
31603 \end_inset
31604
31605 Positionnement de notes de bas de page dans un document à deux colonnes
31606  en utilisant le paquetage \SpecialChar LaTeX
31607  
31608 \series bold
31609 ftnright
31610 \series default
31611 .
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \begin_layout Standard
31625 \begin_inset VSpace bigskip
31626 \end_inset
31627
31628 Dans certaines publications scientifiques, il est courant de rassembler
31629  les notes de bas de page et de les imprimer dans un paragraphe particulier
31630  à la fin de la section, comme sur la Figure
31631 \begin_inset space ~
31632 \end_inset
31633
31634
31635 \begin_inset CommandInset ref
31636 LatexCommand ref
31637 reference "fig:Notes-de-fin"
31638
31639 \end_inset
31640
31641 .
31642  On les appelle 
31643 \begin_inset Quotes fld
31644 \end_inset
31645
31646 notes de fin
31647 \begin_inset Quotes frd
31648 \end_inset
31649
31650 .
31651 \begin_inset Index idx
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 Notes de fin
31656 \end_layout
31657
31658 \end_inset
31659
31660  Pour utiliser des notes de fin à la place des notes de bas de page dans
31661  votre document, charger le module 
31662 \family sans
31663 Note de bas de page en fin de document
31664 \family default
31665  à partir de 
31666 \family sans
31667 Document\SpecialChar menuseparator
31668 Paramètres\SpecialChar menuseparator
31669 Modules
31670 \family default
31671 .
31672  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31673 \end_layout
31674
31675 \begin_layout Standard
31676
31677 \series bold
31678
31679 \backslash
31680 theendnotes
31681 \end_layout
31682
31683 \begin_layout Standard
31684 en code \SpecialChar TeX
31685  à la fin d'une section ou d'un chapitre.
31686 \end_layout
31687
31688 \begin_layout Standard
31689 \begin_inset Float figure
31690 wide false
31691 sideways false
31692 status open
31693
31694 \begin_layout Plain Layout
31695 \align center
31696 \begin_inset ERT
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700
31701
31702 \backslash
31703 framebox{
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \begin_inset Graphics
31710         filename ../clipart/endnotes.pdf
31711         scaleBeforeRotation
31712
31713 \end_inset
31714
31715
31716 \begin_inset ERT
31717 status collapsed
31718
31719 \begin_layout Plain Layout
31720
31721 }
31722 \end_layout
31723
31724 \end_inset
31725
31726
31727 \end_layout
31728
31729 \begin_layout Plain Layout
31730 \begin_inset Caption Standard
31731
31732 \begin_layout Plain Layout
31733 \begin_inset CommandInset label
31734 LatexCommand label
31735 name "fig:Notes-de-fin"
31736
31737 \end_inset
31738
31739 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31740  séparé à la fin des sections ou des chapitres.
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \end_inset
31749
31750
31751 \end_layout
31752
31753 \begin_layout Standard
31754 \begin_inset VSpace medskip
31755 \end_inset
31756
31757 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31758  dans la langue du document, cela doit être fait manuellement.
31759  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31760  
31761 \begin_inset Quotes fld
31762 \end_inset
31763
31764 Notes
31765 \begin_inset Quotes frd
31766 \end_inset
31767
31768  en sa traduction Allemande
31769 \begin_inset Foot
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773 En français, 
31774 \begin_inset Quotes fld
31775 \end_inset
31776
31777 Notes
31778 \begin_inset Quotes frd
31779 \end_inset
31780
31781  peut être conservé.
31782 \end_layout
31783
31784 \end_inset
31785
31786  
31787 \begin_inset Quotes fld
31788 \end_inset
31789
31790 Anmerkungen
31791 \begin_inset Quotes frd
31792 \end_inset
31793
31794  :
31795 \end_layout
31796
31797 \begin_layout Standard
31798
31799 \series bold
31800
31801 \backslash
31802 renewcommand{
31803 \backslash
31804 notesname}{Anmerkungen}
31805 \end_layout
31806
31807 \begin_layout Standard
31808 \begin_inset VSpace medskip
31809 \end_inset
31810
31811 La numérotation des notes de fin peut être modifiée comme celle des notes
31812  de bas de page comme c'est décrit dans la section
31813 \begin_inset space ~
31814 \end_inset
31815
31816
31817 \begin_inset CommandInset ref
31818 LatexCommand ref
31819 reference "subsec:Numerotation-notes-bas-de-page"
31820
31821 \end_inset
31822
31823  ; remplacez juste la commande 
31824 \series bold
31825
31826 \backslash
31827 thefootnote
31828 \series default
31829  par 
31830 \series bold
31831
31832 \backslash
31833 theendnote
31834 \series default
31835 .
31836  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31837 \series bold
31838
31839 \backslash
31840 @addtoreset
31841 \series default
31842  comme c'est décrit dans la section
31843 \begin_inset space ~
31844 \end_inset
31845
31846
31847 \begin_inset CommandInset ref
31848 LatexCommand ref
31849 reference "subsec:Numerotation-notes-bas-de-page"
31850
31851 \end_inset
31852
31853  et remplacez le paramètre de commande 
31854 \series bold
31855 footnote
31856 \series default
31857  par 
31858 \series bold
31859 endnote
31860 \series default
31861 .
31862 \end_layout
31863
31864 \begin_layout Standard
31865 Pour les notes de fin, il y a la commande 
31866 \series bold
31867
31868 \backslash
31869 endnotemark[numéro]
31870 \series default
31871  qui est semblable à 
31872 \series bold
31873
31874 \backslash
31875 footnotemark
31876 \series default
31877 , décrite dans la section
31878 \begin_inset space ~
31879 \end_inset
31880
31881
31882 \begin_inset CommandInset ref
31883 LatexCommand ref
31884 reference "sec:Notes-bas-de-page"
31885
31886 \end_inset
31887
31888 .
31889 \end_layout
31890
31891 \begin_layout Standard
31892 \begin_inset VSpace bigskip
31893 \end_inset
31894
31895  Les notes de bas de page peuvent être mise dans la marge de la page et
31896  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31897
31898  
31899 \series bold
31900 footmisc
31901 \series default
31902
31903 \begin_inset Index idx
31904 status collapsed
31905
31906 \begin_layout Plain Layout
31907 Paquetages \SpecialChar LaTeX
31908  ! footmisc
31909 \end_layout
31910
31911 \end_inset
31912
31913
31914 \begin_inset CommandInset citation
31915 LatexCommand cite
31916 key "footmisc"
31917
31918 \end_inset
31919
31920  pour plus d'information à ce sujet.
31921 \end_layout
31922
31923 \begin_layout Standard
31924 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31925  voyez les livres sur \SpecialChar LaTeX
31926
31927 \begin_inset CommandInset citation
31928 LatexCommand cite
31929 key "latexcompanion,latexguide,latexbook"
31930
31931 \end_inset
31932
31933 .
31934  Si vous utilisez une classe de document  
31935 \series bold
31936 KOMA-Script
31937 \series default
31938
31939 \begin_inset Index idx
31940 status collapsed
31941
31942 \begin_layout Plain Layout
31943 Paquetages \SpecialChar LaTeX
31944  ! KOMA-Script
31945 \end_layout
31946
31947 \end_inset
31948
31949 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31950  des commandes spécifiques à la classe de document utilisée, voyez 
31951 \begin_inset CommandInset citation
31952 LatexCommand cite
31953 key "KOMA-Script"
31954
31955 \end_inset
31956
31957 .
31958 \end_layout
31959
31960 \begin_layout Section
31961 Notes en marge
31962 \begin_inset Index idx
31963 status collapsed
31964
31965 \begin_layout Plain Layout
31966 Notes ! Notes en Marge
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Standard
31975 Les notes en marge dans \SpecialChar LyX
31976  ressemblent aux notes en bas de page et se comportent
31977  de la même façon.
31978  Quand vous insérez une note en marge avec 
31979 \family sans
31980 Insertion\SpecialChar menuseparator
31981 Note
31982 \begin_inset space ~
31983 \end_inset
31984
31985 en
31986 \begin_inset space ~
31987 \end_inset
31988
31989 Marge
31990 \family default
31991  ou avec le bouton 
31992 \begin_inset Info
31993 type  "icon"
31994 arg   "marginalnote-insert"
31995 \end_inset
31996
31997  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31998  grise avec une étiquette rouge 
31999 \begin_inset Quotes fld
32000 \end_inset
32001
32002 marge
32003 \begin_inset Quotes frd
32004 \end_inset
32005
32006 .
32007  
32008 \begin_inset Marginal
32009 status collapsed
32010
32011 \begin_layout Plain Layout
32012 C'est une note en marge.
32013 \end_layout
32014
32015 \end_inset
32016
32017  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32018 .
32019  Vous pouvez y entrer votre texte.
32020 \end_layout
32021
32022 \begin_layout Standard
32023 Les notes en marge apparaissent dans la marge de droite dans les documents
32024  imprimées sur une seule face.
32025  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32026  
32027 \begin_inset Quotes fld
32028 \end_inset
32029
32030 extérieure
32031 \begin_inset Quotes frd
32032 \end_inset
32033
32034  – la gauche sur les pages paires et la droite sur les pages impaires.
32035  Le texte de la note en marge est aligné à l'opposé de la marge externe
32036  – aligné à droite quand la note apparaît dans la marge de gauche.
32037  La première ligne de la note apparaît à la hauteur de la ligne de texte
32038  où la note a été insérée dans le document.
32039 \end_layout
32040
32041 \begin_layout Standard
32042 \begin_inset VSpace bigskip
32043 \end_inset
32044
32045 Pour placer une note dans la marge interne, ajoutez la commande suivante
32046  :
32047 \end_layout
32048
32049 \begin_layout Standard
32050
32051 \series bold
32052
32053 \backslash
32054 reversemarginpar
32055 \end_layout
32056
32057 \begin_layout Standard
32058 sous forme de code \SpecialChar TeX
32059  avant votre note de marge.
32060  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32061  qui suivent 
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 reversemarginpar 
32070 \end_layout
32071
32072 \end_inset
32073
32074
32075 \begin_inset Marginal
32076 status open
32077
32078 \begin_layout Plain Layout
32079 Cette note en marge est dans la marge interne.
32080 \end_layout
32081
32082 \end_inset
32083
32084
32085 \series bold
32086
32087 \begin_inset Newline newline
32088 \end_inset
32089
32090
32091 \series default
32092
32093 \begin_inset Note Greyedout
32094 status open
32095
32096 \begin_layout Plain Layout
32097
32098 \series bold
32099 Note:
32100 \series default
32101  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32102  les notes sont souvent mal mises en formes dans la sortie imprimée.
32103 \end_layout
32104
32105 \end_inset
32106
32107
32108 \end_layout
32109
32110 \begin_layout Standard
32111 Pour revenir au positionnement implicite, ajoutez la commande :
32112 \end_layout
32113
32114 \begin_layout Standard
32115
32116 \series bold
32117
32118 \backslash
32119 normalmarginpar
32120 \end_layout
32121
32122 \begin_layout Standard
32123 sous forme de code \SpecialChar TeX
32124 .
32125 \begin_inset ERT
32126 status collapsed
32127
32128 \begin_layout Plain Layout
32129
32130
32131 \backslash
32132 normalmarginpar 
32133 \end_layout
32134
32135 \end_inset
32136
32137
32138 \begin_inset Newline newline
32139 \end_inset
32140
32141  
32142 \begin_inset Note Greyedout
32143 status open
32144
32145 \begin_layout Plain Layout
32146
32147 \series bold
32148 Note:
32149 \series default
32150  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32151  
32152 \series bold
32153
32154 \backslash
32155 reversemarginpar
32156 \series default
32157  est aussi utilisée.
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \end_layout
32164
32165 \begin_layout Standard
32166 \begin_inset VSpace bigskip
32167 \end_inset
32168
32169
32170 \begin_inset Marginal
32171 status open
32172
32173 \begin_layout Plain Layout
32174 UnTrèsLongMotEnMarge sans césure.
32175 \end_layout
32176
32177 \end_inset
32178
32179  Comme dans le cas décrit dans la section
32180 \begin_inset space ~
32181 \end_inset
32182
32183
32184 \begin_inset CommandInset ref
32185 LatexCommand ref
32186 reference "subsec:Lignes-multiple-dans-cellule"
32187
32188 \end_inset
32189
32190 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32191  mot d'une note en marge.
32192  Pour éviter ce problème, insérez un espacement horizontal de 0
32193 \begin_inset space \thinspace{}
32194 \end_inset
32195
32196 pt avant le mot en question: 
32197 \begin_inset Marginal
32198 status open
32199
32200 \begin_layout Plain Layout
32201 \begin_inset space \hspace{}
32202 \length 0pt
32203 \end_inset
32204
32205 UnMotTrèsLongEnMarge avec une césure.
32206 \end_layout
32207
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \begin_layout Standard
32214 \begin_inset VSpace bigskip
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \begin_inset Note Greyedout
32222 status open
32223
32224 \begin_layout Plain Layout
32225
32226 \series bold
32227 Note:
32228 \series default
32229  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32230  tableaux, des flottants et des notes de bas de page.
32231 \end_layout
32232
32233 \end_inset
32234
32235
32236 \end_layout
32237
32238 \begin_layout Standard
32239 \begin_inset VSpace bigskip
32240 \end_inset
32241
32242
32243 \end_layout
32244
32245 \begin_layout Standard
32246 \begin_inset ERT
32247 status collapsed
32248
32249 \begin_layout Plain Layout
32250
32251
32252 \backslash
32253 ifmarginnote
32254 \end_layout
32255
32256 \end_inset
32257
32258
32259 \begin_inset Note Note
32260 status open
32261
32262 \begin_layout Plain Layout
32263 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32264  
32265 \series bold
32266 marginnote
32267 \series default
32268  a été installé.
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Standard
32277 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32278  
32279 \series bold
32280 marginnote
32281 \series default
32282
32283 \begin_inset Index idx
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287 Paquetages \SpecialChar LaTeX
32288  ! marginnote
32289 \end_layout
32290
32291 \end_inset
32292
32293 .
32294  En ajoutant les deux lignes suivantes au préambule de votre document, la
32295  commande que \SpecialChar LyX
32296  utilise pour les notes de marge est redéfinie pour utiliser
32297  la commande fournie par le paquetage 
32298 \series bold
32299 marginnote
32300 \series default
32301  :
32302 \end_layout
32303
32304 \begin_layout Standard
32305
32306 \series bold
32307
32308 \backslash
32309 usepackage{marginnote}
32310 \begin_inset Newline newline
32311 \end_inset
32312
32313
32314 \backslash
32315 let
32316 \backslash
32317 marginpar
32318 \backslash
32319 marginnote
32320 \end_layout
32321
32322 \begin_layout Standard
32323 Ce paquetage est aussi utilisé dans ce document parce que 
32324 \series bold
32325 marginnote
32326 \series default
32327  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32328  vertical pour une note.
32329  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32330  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32331  en page.
32332  Le décalage est inséré dans \SpecialChar LyX
32333  sous forme de code \SpecialChar TeX
32334  directement après la note
32335  sous la forme
32336 \end_layout
32337
32338 \begin_layout Standard
32339
32340 \series bold
32341 [offset]
32342 \end_layout
32343
32344 \begin_layout Standard
32345 où l'offset utilise l'une des unités listées dans le tableau
32346 \begin_inset space ~
32347 \end_inset
32348
32349
32350 \begin_inset CommandInset ref
32351 LatexCommand ref
32352 reference "cha:Unités-de-longueur"
32353
32354 \end_inset
32355
32356 .
32357  Une valeur négative déplace la note vers le haut, une valeur positive la
32358  déplace vers le bas.
32359  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32360  vers le haut de 1.5
32361 \begin_inset space \thinspace{}
32362 \end_inset
32363
32364 cm avec la commande en code \SpecialChar TeX
32365  
32366 \begin_inset Quotes fld
32367 \end_inset
32368
32369
32370 \series bold
32371 [-1.5cm]
32372 \series default
32373
32374 \begin_inset Quotes frd
32375 \end_inset
32376
32377
32378 \begin_inset Marginal
32379 status collapsed
32380
32381 \begin_layout Plain Layout
32382 Cette note en marge est décalée vers le haut de 1.5
32383 \begin_inset space \thinspace{}
32384 \end_inset
32385
32386 cm par rapport à sa position d'origine.
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \begin_inset ERT
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396
32397 [-1.5cm]
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \end_layout
32404
32405 \begin_layout Standard
32406 \begin_inset VSpace medskip
32407 \end_inset
32408
32409 Avec le paquetage 
32410 \series bold
32411 marginnote
32412 \series default
32413  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32414  Par exemple les commandes 
32415 \end_layout
32416
32417 \begin_layout Standard
32418
32419 \series bold
32420
32421 \backslash
32422 renewcommand*{
32423 \backslash
32424 raggedleftmarginnote}{
32425 \backslash
32426 centering}
32427 \begin_inset Newline newline
32428 \end_inset
32429
32430
32431 \backslash
32432 renewcommand*{
32433 \backslash
32434 raggedrightmarginnote}{
32435 \backslash
32436 centering}
32437 \end_layout
32438
32439 \begin_layout Standard
32440 donnent un alignement centré.
32441  
32442 \series bold
32443
32444 \backslash
32445 raggedleftmarginnote
32446 \series default
32447  indique une note qui apparaît dans la marge de gauche.
32448 \begin_inset ERT
32449 status collapsed
32450
32451 \begin_layout Plain Layout
32452
32453
32454 \backslash
32455 renewcommand*{
32456 \backslash
32457 raggedleftmarginnote}{
32458 \backslash
32459 centering}
32460 \end_layout
32461
32462 \begin_layout Plain Layout
32463
32464
32465 \backslash
32466 renewcommand*{
32467 \backslash
32468 raggedrightmarginnote}{
32469 \backslash
32470 centering}
32471 \end_layout
32472
32473 \end_inset
32474
32475
32476 \begin_inset Marginal
32477 status collapsed
32478
32479 \begin_layout Plain Layout
32480 Le texte de cette note en marge est centré.
32481 \end_layout
32482
32483 \end_inset
32484
32485 .
32486  Le comportement implicite est donné par
32487 \end_layout
32488
32489 \begin_layout Standard
32490
32491 \series bold
32492
32493 \backslash
32494 renewcommand*{
32495 \backslash
32496 raggedleftmarginnote}{
32497 \backslash
32498 raggedleft}
32499 \begin_inset Newline newline
32500 \end_inset
32501
32502
32503 \backslash
32504 renewcommand*{
32505 \backslash
32506 raggedrightmarginnote}{
32507 \backslash
32508 raggedright}
32509 \series default
32510
32511 \begin_inset ERT
32512 status collapsed
32513
32514 \begin_layout Plain Layout
32515
32516
32517 \backslash
32518 renewcommand*{
32519 \backslash
32520 raggedleftmarginnote}{
32521 \backslash
32522 raggedleft}
32523 \end_layout
32524
32525 \begin_layout Plain Layout
32526
32527
32528 \backslash
32529 renewcommand*{
32530 \backslash
32531 raggedrightmarginnote}{
32532 \backslash
32533 raggedright}
32534 \end_layout
32535
32536 \end_inset
32537
32538
32539 \end_layout
32540
32541 \begin_layout Standard
32542 \begin_inset VSpace medskip
32543 \end_inset
32544
32545 Pour les autre fonctions du paquetage 
32546 \series bold
32547 marginnote
32548 \series default
32549  nous vous renvoyons à sa documentation 
32550 \begin_inset CommandInset citation
32551 LatexCommand cite
32552 key "marginnote"
32553
32554 \end_inset
32555
32556 .
32557 \end_layout
32558
32559 \begin_layout Standard
32560 \begin_inset VSpace bigskip
32561 \end_inset
32562
32563 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32564  définition.
32565  Pour créer par exemple une entête pour toutes les notes en marge avec le
32566  texte 
32567 \begin_inset Quotes fld
32568 \end_inset
32569
32570
32571 \family sans
32572 \series bold
32573 \bar under
32574 Attention!
32575 \family default
32576 \series default
32577 \bar default
32578
32579 \begin_inset Quotes frd
32580 \end_inset
32581
32582  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32583  de votre document :
32584 \end_layout
32585
32586 \begin_layout Standard
32587
32588 \series bold
32589
32590 \backslash
32591 let
32592 \backslash
32593 myMarginpar
32594 \backslash
32595 marginpar
32596 \begin_inset Newline newline
32597 \end_inset
32598
32599
32600 \backslash
32601 renewcommand{
32602 \backslash
32603 marginpar}[1]{
32604 \backslash
32605 myMarginpar{%
32606 \begin_inset Newline newline
32607 \end_inset
32608
32609
32610 \begin_inset Phantom HPhantom
32611 status open
32612
32613 \begin_layout Plain Layout
32614
32615 \series bold
32616 \begin_inset space ~
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \backslash
32626 hspace{0pt}
32627 \backslash
32628 textsf{
32629 \backslash
32630 textbf{
32631 \backslash
32632 underbar{Attention!}}}%
32633 \begin_inset Newline newline
32634 \end_inset
32635
32636
32637 \begin_inset Phantom HPhantom
32638 status open
32639
32640 \begin_layout Plain Layout
32641
32642 \series bold
32643 \begin_inset space ~
32644 \end_inset
32645
32646
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \backslash
32653 vspace{1.5mm}
32654 \backslash
32655
32656 \backslash
32657 #1}}
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \begin_inset ERT
32662 status collapsed
32663
32664 \begin_layout Plain Layout
32665
32666
32667 \backslash
32668 let
32669 \backslash
32670 myMarginpar
32671 \backslash
32672 marginpar
32673 \end_layout
32674
32675 \begin_layout Plain Layout
32676
32677
32678 \backslash
32679 renewcommand{
32680 \backslash
32681 marginpar}[1]{
32682 \backslash
32683 myMarginpar{%
32684 \end_layout
32685
32686 \begin_layout Plain Layout
32687
32688    
32689 \backslash
32690 textsf{
32691 \backslash
32692 textbf{
32693 \backslash
32694 underbar{Attention!}}}%
32695 \end_layout
32696
32697 \begin_layout Plain Layout
32698
32699    
32700 \backslash
32701 vspace{1.5mm}
32702 \backslash
32703
32704 \backslash
32705 #1}}
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \begin_inset Marginal
32712 status open
32713
32714 \begin_layout Plain Layout
32715 Ceci est une note en marge avec une en-tête prédéfinie.
32716 \end_layout
32717
32718 \end_inset
32719
32720
32721 \begin_inset ERT
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725
32726 [-1.5cm]
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset ERT
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736
32737
32738 \backslash
32739 renewcommand{
32740 \backslash
32741 marginpar}[1]{
32742 \backslash
32743 myMarginpar{#1}}
32744 \end_layout
32745
32746 \end_inset
32747
32748
32749 \begin_inset Note Note
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753
32754 \lang english
32755 The margin note format is changed only for this example.
32756 \end_layout
32757
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 \begin_inset ERT
32765 status collapsed
32766
32767 \begin_layout Plain Layout
32768
32769
32770 \backslash
32771 else
32772 \end_layout
32773
32774 \end_inset
32775
32776
32777 \begin_inset Note Note
32778 status open
32779
32780 \begin_layout Plain Layout
32781 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32782  
32783 \series bold
32784 marginnote
32785 \series default
32786  n'est pas installé :
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Standard
32795 Vous devez installer le paquetage \SpecialChar LaTeX
32796  
32797 \series bold
32798 marginnote
32799 \series default
32800  pour voir la suite de cette section dans la sortie imprimée.
32801 \end_layout
32802
32803 \begin_layout Standard
32804 \begin_inset ERT
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808
32809
32810 \backslash
32811 fi
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Chapter
32820 Boîtes
32821 \end_layout
32822
32823 \begin_layout Section
32824 Introduction
32825 \begin_inset Index idx
32826 status collapsed
32827
32828 \begin_layout Plain Layout
32829 Boîtes ! Introduction
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \begin_layout Standard
32838 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32839  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32840  voir la section
32841 \begin_inset space ~
32842 \end_inset
32843
32844
32845 \begin_inset CommandInset ref
32846 LatexCommand ref
32847 reference "sec:Minipages"
32848
32849 \end_inset
32850
32851 , pour encadrer des portions de texte, voir la section
32852 \begin_inset space ~
32853 \end_inset
32854
32855
32856 \begin_inset CommandInset ref
32857 LatexCommand ref
32858 reference "sec:Décorations"
32859
32860 \end_inset
32861
32862 , pour empêcher que des mots subissent une césure, voir la section
32863 \begin_inset space ~
32864 \end_inset
32865
32866
32867 \begin_inset CommandInset ref
32868 LatexCommand ref
32869 reference "sec:Empêcher-césure"
32870
32871 \end_inset
32872
32873 , pour aligner du texte, voir la section
32874 \begin_inset space ~
32875 \end_inset
32876
32877
32878 \begin_inset CommandInset ref
32879 LatexCommand ref
32880 reference "subsec:Alignement-Vertical"
32881
32882 \end_inset
32883
32884 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32885 \begin_inset space ~
32886 \end_inset
32887
32888
32889 \begin_inset CommandInset ref
32890 LatexCommand ref
32891 reference "sec:Boîtes-colorées"
32892
32893 \end_inset
32894
32895 .
32896 \end_layout
32897
32898 \begin_layout Standard
32899 On peut insérer une boîte en utilisant le menu 
32900 \family sans
32901 Insertion\SpecialChar menuseparator
32902 Boîte
32903 \family default
32904  ou avec le bouton 
32905 \begin_inset Info
32906 type  "icon"
32907 arg   "box-insert Frameless"
32908 \end_inset
32909
32910  de la barre d'outils.
32911  Une boîte grise avec une étiquette 
32912 \family sans
32913 Boîte
32914 \begin_inset space ~
32915 \end_inset
32916
32917 (Minipage)
32918 \family default
32919
32920 \begin_inset Graphics
32921         filename clipart/BoxInsetDefaultQt4.png
32922         scale 65
32923         scaleBeforeRotation
32924
32925 \end_inset
32926
32927  est alors insérée.
32928  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32929  et en choisissant 
32930 \family sans
32931 Paramètres
32932 \family default
32933  .
32934  La fenêtre de dialogue qui apparaît donne accès aux types de
32935 \family sans
32936  Boîte
32937 \begin_inset space ~
32938 \end_inset
32939
32940 Intérieure
32941 \family default
32942  
32943 \family sans
32944 Makebox, Parbox
32945 \family default
32946  et 
32947 \family sans
32948 Minipage
32949 \family default
32950 .
32951  Le type 
32952 \family sans
32953 Minipage
32954 \family default
32955  est le type implicite pour les boîtes nouvellement créées et il est décrit
32956  dans la section
32957 \begin_inset space ~
32958 \end_inset
32959
32960
32961 \begin_inset CommandInset ref
32962 LatexCommand ref
32963 reference "sec:Minipages"
32964
32965 \end_inset
32966
32967 ; le type 
32968 \family sans
32969 Parbox
32970 \family default
32971  est décrit dans la section
32972 \begin_inset space ~
32973 \end_inset
32974
32975
32976 \begin_inset CommandInset ref
32977 LatexCommand ref
32978 reference "sec:Parboxes"
32979
32980 \end_inset
32981
32982  et le type 
32983 \family sans
32984 Makebox
32985 \family default
32986  est décrit dans la section
32987 \begin_inset space ~
32988 \end_inset
32989
32990
32991 \begin_inset CommandInset ref
32992 LatexCommand ref
32993 reference "sec:Empêcher-césure"
32994
32995 \end_inset
32996
32997 .
32998 \end_layout
32999
33000 \begin_layout Standard
33001 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
33002  comme les flottants ou les notes de bas de page.
33003 \end_layout
33004
33005 \begin_layout Standard
33006 \begin_inset Note Greyedout
33007 status open
33008
33009 \begin_layout Plain Layout
33010
33011 \series bold
33012 Note:
33013 \series default
33014  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33015  de type 
33016 \family sans
33017 Liste
33018 \family default
33019  ou 
33020 \family sans
33021 Description
33022 \family default
33023 .
33024 \end_layout
33025
33026 \end_inset
33027
33028
33029 \end_layout
33030
33031 \begin_layout Standard
33032 \begin_inset Note Greyedout
33033 status open
33034
33035 \begin_layout Plain Layout
33036
33037 \series bold
33038 Note:
33039 \series default
33040  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33041 \family sans
33042 Boîte
33043 \begin_inset space ~
33044 \end_inset
33045
33046 Intérieure
33047 \family default
33048  à 
33049 \family sans
33050 Aucune
33051 \family default
33052  que quand vous utilisez une boîte encadrée.
33053  Les boîtes sans 
33054 \family sans
33055 Boîte
33056 \begin_inset space ~
33057 \end_inset
33058
33059 Intérieure
33060 \family default
33061  et sans cadre sont expliquées dans la section
33062 \begin_inset space ~
33063 \end_inset
33064
33065
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "sec:Empêcher-césure"
33069
33070 \end_inset
33071
33072 .
33073 \end_layout
33074
33075 \end_inset
33076
33077
33078 \end_layout
33079
33080 \begin_layout Section
33081 La fenêtre de dialogue Boîte
33082 \begin_inset CommandInset label
33083 LatexCommand label
33084 name "sec:Boîte-Dialogue"
33085
33086 \end_inset
33087
33088
33089 \begin_inset Index idx
33090 status collapsed
33091
33092 \begin_layout Plain Layout
33093 Boîtes ! Fenêtre de dialogue Boîte
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Subsection
33102 Taille
33103 \begin_inset Index idx
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107 Boîtes ! Taille
33108 \end_layout
33109
33110 \end_inset
33111
33112
33113 \end_layout
33114
33115 \begin_layout Standard
33116 Dans la fenêtre de dialogue 
33117 \family sans
33118 Paramètres
33119 \begin_inset space ~
33120 \end_inset
33121
33122 de
33123 \begin_inset space ~
33124 \end_inset
33125
33126 Boîte
33127 \family default
33128  vous pouvez modifier la géométrie de la boîte avec les champs 
33129 \family sans
33130 Largeur
33131 \family default
33132  et 
33133 \family sans
33134 Hauteur
33135 \family default
33136 .
33137  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33138  dans le tableau
33139 \begin_inset space ~
33140 \end_inset
33141
33142
33143 \begin_inset CommandInset ref
33144 LatexCommand ref
33145 reference "tab:Unités"
33146
33147 \end_inset
33148
33149 .
33150  Le champ 
33151 \family sans
33152 Hauteur
33153 \family default
33154  offre en plus les spécifications de taille suivantes :
33155 \end_layout
33156
33157 \begin_layout Description
33158 Profondeur C'est simplement la 
33159 \begin_inset Quotes fld
33160 \end_inset
33161
33162 hauteur
33163 \begin_inset Quotes frd
33164 \end_inset
33165
33166  du texte.
33167  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33168  lignes de texte dans la boîte.
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset Newline newline
33174 \end_inset
33175
33176
33177 \begin_inset Newline newline
33178 \end_inset
33179
33180
33181 \begin_inset Box Boxed
33182 position "c"
33183 hor_pos "c"
33184 has_inner_box 1
33185 inner_pos "c"
33186 use_parbox 0
33187 use_makebox 0
33188 width "12col%"
33189 special "none"
33190 height "1in"
33191 height_special "depth"
33192 thickness "0.4pt"
33193 separation "3pt"
33194 shadowsize "4pt"
33195 framecolor "black"
33196 backgroundcolor "none"
33197 status open
33198
33199 \begin_layout Plain Layout
33200 \align center
33201 Boîte dont la hauteur est égale à 1
33202 \begin_inset space \thinspace{}
33203 \end_inset
33204
33205 Profondeur
33206 \end_layout
33207
33208 \end_inset
33209
33210
33211 \begin_inset Newline newline
33212 \end_inset
33213
33214
33215 \begin_inset Newline newline
33216 \end_inset
33217
33218
33219 \end_layout
33220
33221 \begin_layout Description
33222 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33223  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33224  est deux fois plus haute que le texte : 
33225 \begin_inset Box Boxed
33226 position "c"
33227 hor_pos "c"
33228 has_inner_box 1
33229 inner_pos "c"
33230 use_parbox 0
33231 use_makebox 0
33232 width "20col%"
33233 special "none"
33234 height "2in"
33235 height_special "height"
33236 thickness "0.4pt"
33237 separation "3pt"
33238 shadowsize "4pt"
33239 framecolor "black"
33240 backgroundcolor "none"
33241 status open
33242
33243 \begin_layout Plain Layout
33244 \align center
33245 Boîte dont la hauteur est 2
33246 \begin_inset space \thinspace{}
33247 \end_inset
33248
33249 Hauteur
33250 \end_layout
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Description
33258 Hauteur
33259 \begin_inset space ~
33260 \end_inset
33261
33262 Totale C'est égal à Hauteur
33263 \begin_inset space \thinspace{}
33264 \end_inset
33265
33266 +
33267 \begin_inset space \thinspace{}
33268 \end_inset
33269
33270 Profondeur : 
33271 \begin_inset Box Boxed
33272 position "c"
33273 hor_pos "c"
33274 has_inner_box 1
33275 inner_pos "c"
33276 use_parbox 0
33277 use_makebox 0
33278 width "20col%"
33279 special "none"
33280 height "1in"
33281 height_special "totalheight"
33282 thickness "0.4pt"
33283 separation "3pt"
33284 shadowsize "4pt"
33285 framecolor "black"
33286 backgroundcolor "none"
33287 status open
33288
33289 \begin_layout Plain Layout
33290 \align center
33291 Boîte dont la hauteur est 1
33292 \begin_inset space \thinspace{}
33293 \end_inset
33294
33295 Hauteur
33296 \begin_inset space ~
33297 \end_inset
33298
33299 Totale
33300 \end_layout
33301
33302 \end_inset
33303
33304
33305 \end_layout
33306
33307 \begin_layout Description
33308 Largeur On prend la largeur de la boîte comme hauteur : 
33309 \begin_inset Box Boxed
33310 position "c"
33311 hor_pos "c"
33312 has_inner_box 1
33313 inner_pos "c"
33314 use_parbox 0
33315 use_makebox 0
33316 width "12col%"
33317 special "none"
33318 height "1in"
33319 height_special "width"
33320 thickness "0.4pt"
33321 separation "3pt"
33322 shadowsize "4pt"
33323 framecolor "black"
33324 backgroundcolor "none"
33325 status open
33326
33327 \begin_layout Plain Layout
33328 \align center
33329 Boîte dont la hauteur est 1
33330 \begin_inset space \thinspace{}
33331 \end_inset
33332
33333 Largeur
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Subsection
33342 Alignement
33343 \begin_inset Index idx
33344 status collapsed
33345
33346 \begin_layout Plain Layout
33347 Boîtes ! Alignement
33348 \end_layout
33349
33350 \end_inset
33351
33352
33353 \end_layout
33354
33355 \begin_layout Standard
33356 Quand vous avez choisi une 
33357 \family sans
33358 Boîte
33359 \begin_inset space ~
33360 \end_inset
33361
33362 Intérieure
33363 \family default
33364 , l'alignement vertical de la boîte peut être :
33365 \end_layout
33366
33367 \begin_layout Description
33368 Haut Ceci est un exemple de texte.
33369  
33370 \begin_inset Box Boxed
33371 position "t"
33372 hor_pos "c"
33373 has_inner_box 1
33374 inner_pos "c"
33375 use_parbox 0
33376 use_makebox 0
33377 width "12col%"
33378 special "none"
33379 height "1in"
33380 height_special "totalheight"
33381 thickness "0.4pt"
33382 separation "3pt"
33383 shadowsize "4pt"
33384 framecolor "black"
33385 backgroundcolor "none"
33386 status collapsed
33387
33388 \begin_layout Plain Layout
33389 \align center
33390 Cette boîte est alignée sur le haut.
33391 \end_layout
33392
33393 \end_inset
33394
33395  Ceci est un exemple de texte.
33396 \end_layout
33397
33398 \begin_layout Description
33399 Milieu Ceci est un exemple de texte.
33400  
33401 \begin_inset Box Boxed
33402 position "c"
33403 hor_pos "c"
33404 has_inner_box 1
33405 inner_pos "c"
33406 use_parbox 0
33407 use_makebox 0
33408 width "12col%"
33409 special "none"
33410 height "1in"
33411 height_special "totalheight"
33412 thickness "0.4pt"
33413 separation "3pt"
33414 shadowsize "4pt"
33415 framecolor "black"
33416 backgroundcolor "none"
33417 status collapsed
33418
33419 \begin_layout Plain Layout
33420 \align center
33421 Cette boîte est alignée au centre.
33422 \end_layout
33423
33424 \end_inset
33425
33426  Ceci est un exemple de texte.
33427 \end_layout
33428
33429 \begin_layout Description
33430 Bas Ceci est un exemple de texte.
33431  
33432 \begin_inset Box Boxed
33433 position "b"
33434 hor_pos "c"
33435 has_inner_box 1
33436 inner_pos "c"
33437 use_parbox 0
33438 use_makebox 0
33439 width "12col%"
33440 special "none"
33441 height "1in"
33442 height_special "totalheight"
33443 thickness "0.4pt"
33444 separation "3pt"
33445 shadowsize "4pt"
33446 framecolor "black"
33447 backgroundcolor "none"
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451 \align center
33452 Cette boîte est alignée sur le bas.
33453 \end_layout
33454
33455 \end_inset
33456
33457  Ceci est un exemple de texte.
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset Note Greyedout
33462 status open
33463
33464 \begin_layout Plain Layout
33465
33466 \series bold
33467 Note:
33468 \series default
33469  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33470  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33471  l'autre non.
33472 \end_layout
33473
33474 \end_inset
33475
33476
33477 \end_layout
33478
33479 \begin_layout Standard
33480 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33481  paragraphe grâce à la fenêtre de dialogue 
33482 \family sans
33483 Paramètres
33484 \begin_inset space ~
33485 \end_inset
33486
33487 de
33488 \begin_inset space ~
33489 \end_inset
33490
33491 Boîte
33492 \family default
33493 .
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset VSpace bigskip
33498 \end_inset
33499
33500 Quand vous avez choisi une 
33501 \family sans
33502 Boîte
33503 \begin_inset space ~
33504 \end_inset
33505
33506 Intérieure
33507 \family default
33508 , l'alignement vertical du contenu de la boîte peut être :
33509 \end_layout
33510
33511 \begin_layout Description
33512 haut Ceci est un exemple de texte.
33513 \begin_inset Box Boxed
33514 position "c"
33515 hor_pos "c"
33516 has_inner_box 1
33517 inner_pos "t"
33518 use_parbox 0
33519 use_makebox 0
33520 width "12col%"
33521 special "none"
33522 height "1.5in"
33523 height_special "totalheight"
33524 thickness "0.4pt"
33525 separation "3pt"
33526 shadowsize "4pt"
33527 framecolor "black"
33528 backgroundcolor "none"
33529 status collapsed
33530
33531 \begin_layout Plain Layout
33532 \align center
33533 Le texte de cette boîte est aligné sur le haut.
33534 \end_layout
33535
33536 \end_inset
33537
33538  Ceci est un exemple de texte.
33539 \end_layout
33540
33541 \begin_layout Description
33542 milieu Ceci est un exemple de texte.
33543  
33544 \begin_inset Box Boxed
33545 position "c"
33546 hor_pos "c"
33547 has_inner_box 1
33548 inner_pos "c"
33549 use_parbox 0
33550 use_makebox 0
33551 width "12col%"
33552 special "none"
33553 height "1.5in"
33554 height_special "totalheight"
33555 thickness "0.4pt"
33556 separation "3pt"
33557 shadowsize "4pt"
33558 framecolor "black"
33559 backgroundcolor "none"
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 \align center
33564 Le texte de cette boîte est aligné au centre
33565 \end_layout
33566
33567 \end_inset
33568
33569  Ceci est un exemple de texte.
33570 \end_layout
33571
33572 \begin_layout Description
33573 bas Ceci est un exemple de texte.
33574  
33575 \begin_inset Box Boxed
33576 position "c"
33577 hor_pos "c"
33578 has_inner_box 1
33579 inner_pos "b"
33580 use_parbox 0
33581 use_makebox 0
33582 width "12col%"
33583 special "none"
33584 height "1.5in"
33585 height_special "totalheight"
33586 thickness "0.4pt"
33587 separation "3pt"
33588 shadowsize "4pt"
33589 framecolor "black"
33590 backgroundcolor "none"
33591 status collapsed
33592
33593 \begin_layout Plain Layout
33594 \align center
33595 Le texte de cette boîte est aligné en bas.
33596 \end_layout
33597
33598 \end_inset
33599
33600  Ceci est un exemple de texte.
33601 \end_layout
33602
33603 \begin_layout Description
33604 élongation Ceci est un exemple de texte.
33605  
33606 \begin_inset Box Boxed
33607 position "c"
33608 hor_pos "c"
33609 has_inner_box 1
33610 inner_pos "s"
33611 use_parbox 0
33612 use_makebox 0
33613 width "12col%"
33614 special "none"
33615 height "1.5in"
33616 height_special "totalheight"
33617 thickness "0.4pt"
33618 separation "3pt"
33619 shadowsize "4pt"
33620 framecolor "black"
33621 backgroundcolor "none"
33622 status collapsed
33623
33624 \begin_layout Plain Layout
33625 \align center
33626 Le texte 
33627 \end_layout
33628
33629 \begin_layout Plain Layout
33630 \align center
33631 de cette
33632 \end_layout
33633
33634 \begin_layout Plain Layout
33635 \align center
33636 boîte est
33637 \end_layout
33638
33639 \begin_layout Plain Layout
33640 \align center
33641 allongé.
33642 \end_layout
33643
33644 \end_inset
33645
33646  Ceci est un exemple de texte.
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33651  paragraphe.
33652  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33653 \end_layout
33654
33655 \begin_layout Standard
33656 \begin_inset VSpace bigskip
33657 \end_inset
33658
33659 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33660  la fenêtre de dialogue 
33661 \family sans
33662 Paramètres
33663 \begin_inset space ~
33664 \end_inset
33665
33666 de
33667 \begin_inset space ~
33668 \end_inset
33669
33670 paragraphe
33671 \family default
33672  quand vous avez choisi une 
33673 \family sans
33674 Boîte
33675 \begin_inset space ~
33676 \end_inset
33677
33678 Intérieure
33679 \family default
33680 .
33681 \end_layout
33682
33683 \begin_layout Standard
33684 \align center
33685 \begin_inset Box Boxed
33686 position "c"
33687 hor_pos "c"
33688 has_inner_box 1
33689 inner_pos "s"
33690 use_parbox 0
33691 use_makebox 0
33692 width "15col%"
33693 special "none"
33694 height "1.25in"
33695 height_special "totalheight"
33696 thickness "0.4pt"
33697 separation "3pt"
33698 shadowsize "4pt"
33699 framecolor "black"
33700 backgroundcolor "none"
33701 status open
33702
33703 \begin_layout Plain Layout
33704 \align left
33705 Le texte de 
33706 \end_layout
33707
33708 \begin_layout Plain Layout
33709 \align left
33710 cette boîte
33711 \end_layout
33712
33713 \begin_layout Plain Layout
33714 \align right
33715 est allongé.
33716 \end_layout
33717
33718 \end_inset
33719
33720
33721 \end_layout
33722
33723 \begin_layout Standard
33724 Si vous n'avez pas choisi une 
33725 \family sans
33726 Boîte
33727 \begin_inset space ~
33728 \end_inset
33729
33730 Intérieure
33731 \family default
33732 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33733  de dialogue de boîte.
33734 \begin_inset Separator parbreak
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 \align center
33742 \begin_inset Box Boxed
33743 position "c"
33744 hor_pos "s"
33745 has_inner_box 0
33746 inner_pos "s"
33747 use_parbox 0
33748 use_makebox 0
33749 width "90col%"
33750 special "none"
33751 height "1.25in"
33752 height_special "totalheight"
33753 thickness "0.4pt"
33754 separation "3pt"
33755 shadowsize "4pt"
33756 framecolor "black"
33757 backgroundcolor "none"
33758 status open
33759
33760 \begin_layout Plain Layout
33761 Le texte de cette boîte est allongé horizontalement.
33762 \end_layout
33763
33764 \end_inset
33765
33766
33767 \end_layout
33768
33769 \begin_layout Subsection
33770 Décorations
33771 \begin_inset CommandInset label
33772 LatexCommand label
33773 name "sec:Décorations"
33774
33775 \end_inset
33776
33777
33778 \begin_inset Index idx
33779 status collapsed
33780
33781 \begin_layout Plain Layout
33782 Boîtes ! Décorations
33783 \end_layout
33784
33785 \end_inset
33786
33787
33788 \end_layout
33789
33790 \begin_layout Standard
33791 On peut spécifier le style de la boîte en utilisant la liste déroulante
33792  
33793 \family sans
33794 Décoration
33795 \family default
33796 .
33797  Les possibilités sont les suivantes :
33798 \end_layout
33799
33800 \begin_layout Description
33801 Aucun
33802 \begin_inset space ~
33803 \end_inset
33804
33805 cadre
33806 \begin_inset space ~
33807 \end_inset
33808
33809 tracé Rien n'est tracé
33810 \end_layout
33811
33812 \begin_layout Description
33813 Cadre
33814 \begin_inset space ~
33815 \end_inset
33816
33817 rectangulaire
33818 \begin_inset space ~
33819 \end_inset
33820
33821 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33822  L'épaisseur du trait de ce cadre 
33823 \lang english
33824 can be specified
33825 \lang french
33826 .
33827 \begin_inset Newline newline
33828 \end_inset
33829
33830
33831 \begin_inset Box Boxed
33832 position "c"
33833 hor_pos "c"
33834 has_inner_box 1
33835 inner_pos "c"
33836 use_parbox 0
33837 use_makebox 0
33838 width "20col%"
33839 special "none"
33840 height "1in"
33841 height_special "totalheight"
33842 thickness "0.4pt"
33843 separation "3pt"
33844 shadowsize "4pt"
33845 framecolor "black"
33846 backgroundcolor "none"
33847 status open
33848
33849 \begin_layout Plain Layout
33850 \align center
33851 Boîte rectangulaire
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Description
33860 Cadre
33861 \begin_inset space ~
33862 \end_inset
33863
33864 oval,
33865 \begin_inset space ~
33866 \end_inset
33867
33868 fin Ceci dessine un cadre ovalisée autour de la boîte.
33869  L'épaisseur du trait de ce cadre est de  0.4
33870 \begin_inset space \thinspace{}
33871 \end_inset
33872
33873 pt.
33874  
33875 \begin_inset Box ovalbox
33876 position "c"
33877 hor_pos "c"
33878 has_inner_box 1
33879 inner_pos "c"
33880 use_parbox 0
33881 use_makebox 0
33882 width "20col%"
33883 special "none"
33884 height "1in"
33885 height_special "totalheight"
33886 thickness "0.4pt"
33887 separation "3pt"
33888 shadowsize "4pt"
33889 framecolor "black"
33890 backgroundcolor "none"
33891 status open
33892
33893 \begin_layout Plain Layout
33894 \align center
33895 Boîte ovalisée, fine
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Description
33904 Cadre
33905 \begin_inset space ~
33906 \end_inset
33907
33908 oval,
33909 \begin_inset space ~
33910 \end_inset
33911
33912 épais Ceci dessine un cadre ovalisée autour de la boîte.
33913  L'épaisseur du trait de ce cadre est de   0.8
33914 \begin_inset space \thinspace{}
33915 \end_inset
33916
33917 pt.
33918  
33919 \begin_inset Box Ovalbox
33920 position "c"
33921 hor_pos "c"
33922 has_inner_box 1
33923 inner_pos "c"
33924 use_parbox 0
33925 use_makebox 0
33926 width "20col%"
33927 special "none"
33928 height "1in"
33929 height_special "totalheight"
33930 thickness "0.4pt"
33931 separation "3pt"
33932 shadowsize "4pt"
33933 framecolor "black"
33934 backgroundcolor "none"
33935 status open
33936
33937 \begin_layout Plain Layout
33938 \align center
33939 Boîte ovalisée, épaisse
33940 \end_layout
33941
33942 \end_inset
33943
33944
33945 \end_layout
33946
33947 \begin_layout Description
33948 Ombre
33949 \begin_inset space ~
33950 \end_inset
33951
33952 en
33953 \begin_inset space ~
33954 \end_inset
33955
33956 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33957  L'épaisseur du trait de ce cadre et l'ombre 
33958 \lang english
33959 can be specified
33960 \lang french
33961 .
33962  
33963 \begin_inset Box Shadowbox
33964 position "c"
33965 hor_pos "c"
33966 has_inner_box 1
33967 inner_pos "c"
33968 use_parbox 0
33969 use_makebox 0
33970 width "20col%"
33971 special "none"
33972 height "1in"
33973 height_special "totalheight"
33974 thickness "0.4pt"
33975 separation "3pt"
33976 shadowsize "4pt"
33977 framecolor "black"
33978 backgroundcolor "none"
33979 status open
33980
33981 \begin_layout Plain Layout
33982 \align center
33983 Boîte ombrée
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Description
33992 Fond
33993 \begin_inset space ~
33994 \end_inset
33995
33996 ombré Ceci dessine une boîte avec un arrière plan rouge.
33997  Contrairement aux boîtes coloriées
33998 \begin_inset Foot
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002 Voir la section
34003 \begin_inset space ~
34004 \end_inset
34005
34006
34007 \begin_inset CommandInset ref
34008 LatexCommand ref
34009 reference "sec:Boîtes-colorées"
34010
34011 \end_inset
34012
34013 .
34014 \end_layout
34015
34016 \end_inset
34017
34018 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34019  son propre paragraphe.
34020 \begin_inset Box Shaded
34021 position "t"
34022 hor_pos "c"
34023 has_inner_box 0
34024 inner_pos "t"
34025 use_parbox 0
34026 use_makebox 0
34027 width "50col%"
34028 special "none"
34029 height "1in"
34030 height_special "totalheight"
34031 thickness "0.4pt"
34032 separation "3pt"
34033 shadowsize "4pt"
34034 framecolor "black"
34035 backgroundcolor "none"
34036 status open
34037
34038 \begin_layout Plain Layout
34039 Boîte avec fond ombré
34040 \end_layout
34041
34042 \end_inset
34043
34044
34045 \end_layout
34046
34047 \begin_layout Description
34048 Cadre
34049 \begin_inset space ~
34050 \end_inset
34051
34052 rectangulaire
34053 \begin_inset space ~
34054 \end_inset
34055
34056 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34057  boîte.
34058  L'épaisseur du trait du cadre interne est de 0.75
34059 \begin_inset space \thinspace{}
34060 \end_inset
34061
34062 épaisseur
34063 \begin_inset space ~
34064 \end_inset
34065
34066 du
34067 \begin_inset space ~
34068 \end_inset
34069
34070 trait, l'épaisseur du trait du cadre externe est de 1.5
34071 \begin_inset space \thinspace{}
34072 \end_inset
34073
34074 épaisseur
34075 \begin_inset space ~
34076 \end_inset
34077
34078 du
34079 \begin_inset space ~
34080 \end_inset
34081
34082 trait.
34083  La distance entre les deux cadres est de 1.5
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 épaisseur
34088 \begin_inset space ~
34089 \end_inset
34090
34091 du
34092 \begin_inset space ~
34093 \end_inset
34094
34095 trait
34096 \begin_inset space \thinspace{}
34097 \end_inset
34098
34099 +
34100 \begin_inset space \thinspace{}
34101 \end_inset
34102
34103 0.5
34104 \begin_inset space \thinspace{}
34105 \end_inset
34106
34107 pt.
34108  
34109 \begin_inset Box Doublebox
34110 position "c"
34111 hor_pos "c"
34112 has_inner_box 1
34113 inner_pos "c"
34114 use_parbox 0
34115 use_makebox 0
34116 width "20col%"
34117 special "none"
34118 height "1in"
34119 height_special "totalheight"
34120 thickness "0.4pt"
34121 separation "3pt"
34122 shadowsize "4pt"
34123 framecolor "black"
34124 backgroundcolor "none"
34125 status open
34126
34127 \begin_layout Plain Layout
34128 \align center
34129 Boîte double
34130 \end_layout
34131
34132 \end_inset
34133
34134
34135 \end_layout
34136
34137 \begin_layout Standard
34138 \begin_inset VSpace bigskip
34139 \end_inset
34140
34141 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34142  s'adapte pour montrer le style
34143  de boîte utilisé.
34144  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34145  le paquetage \SpecialChar LaTeX
34146  
34147 \series bold
34148 fancybox
34149 \series default
34150
34151 \begin_inset Index idx
34152 status collapsed
34153
34154 \begin_layout Plain Layout
34155 Paquetages \SpecialChar LaTeX
34156  ! fancybox
34157 \end_layout
34158
34159 \end_inset
34160
34161 .
34162 \end_layout
34163
34164 \begin_layout Standard
34165 \begin_inset VSpace bigskip
34166 \end_inset
34167
34168 Quand vous utilisez le style de décoration 
34169 \family sans
34170 cadre rectangulaire simple
34171 \family default
34172  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34173  de la boîte.
34174  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34175  prendra toute la largeur de la colonne et la boîte sera considérée comme
34176  son propre paragraphe: 
34177 \begin_inset Box Framed
34178 position "t"
34179 hor_pos "c"
34180 has_inner_box 0
34181 inner_pos "t"
34182 use_parbox 0
34183 use_makebox 0
34184 width "100col%"
34185 special "none"
34186 height "1in"
34187 height_special "totalheight"
34188 thickness "0.4pt"
34189 separation "3pt"
34190 shadowsize "4pt"
34191 framecolor "black"
34192 backgroundcolor "none"
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 Boîte avec cadre simple et sauts de page
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Section
34205 Personnalisation des boîtes
34206 \begin_inset Index idx
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210 Boîtes! Personnalisation
34211 \end_layout
34212
34213 \end_inset
34214
34215
34216 \end_layout
34217
34218 \begin_layout Standard
34219 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34220  la commande 
34221 \series bold
34222
34223 \backslash
34224 cornersize
34225 \series default
34226 .
34227  Par exemple, la commande
34228 \end_layout
34229
34230 \begin_layout Standard
34231
34232 \series bold
34233
34234 \backslash
34235 cornersize*{1cm}
34236 \end_layout
34237
34238 \begin_layout Standard
34239 donne un diamètre de 1
34240 \begin_inset space \thinspace{}
34241 \end_inset
34242
34243 cm.
34244  La commande
34245 \end_layout
34246
34247 \begin_layout Standard
34248
34249 \series bold
34250
34251 \backslash
34252 cornersize{num}
34253 \end_layout
34254
34255 \begin_layout Standard
34256 fixe le diamètre à 
34257 \family sans
34258 num
34259 \begin_inset space \thinspace{}
34260 \end_inset
34261
34262 ×
34263 \begin_inset space \thinspace{}
34264 \end_inset
34265
34266 minimum(largeur et hauteur de la boîte)
34267 \family default
34268 .
34269  La valeur implicite est 
34270 \series bold
34271
34272 \backslash
34273 cornersize{0.5}
34274 \series default
34275 .
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset ERT
34280 status collapsed
34281
34282 \begin_layout Plain Layout
34283
34284
34285 \backslash
34286 cornersize*{1.5cm}
34287 \end_layout
34288
34289 \end_inset
34290
34291
34292 \begin_inset Box Ovalbox
34293 position "c"
34294 hor_pos "c"
34295 has_inner_box 1
34296 inner_pos "c"
34297 use_parbox 0
34298 use_makebox 0
34299 width "25col%"
34300 special "none"
34301 height "1in"
34302 height_special "totalheight"
34303 thickness "0.4pt"
34304 separation "3pt"
34305 shadowsize "4pt"
34306 framecolor "black"
34307 backgroundcolor "none"
34308 status open
34309
34310 \begin_layout Plain Layout
34311 \align center
34312 Boîte ovale avec 
34313 \series bold
34314
34315 \backslash
34316 cornersize
34317 \series default
34318
34319 \begin_inset space \thinspace{}
34320 \end_inset
34321
34322 =
34323 \begin_inset space \thinspace{}
34324 \end_inset
34325
34326 1.5
34327 \begin_inset space \thinspace{}
34328 \end_inset
34329
34330 cm
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \begin_inset ERT
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340
34341
34342 \backslash
34343 cornersize{0.5}
34344 \end_layout
34345
34346 \end_inset
34347
34348
34349 \end_layout
34350
34351 \begin_layout Standard
34352 \begin_inset VSpace bigskip
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Standard
34359 La couleur rouge utilisée implicitement pour les boîtes à 
34360 \family sans
34361 Fond
34362 \begin_inset space ~
34363 \end_inset
34364
34365 ombré
34366 \family default
34367  peut soit être modifiée localement avec la commande 
34368 \series bold
34369
34370 \backslash
34371 definecolor{shadecolor}
34372 \series default
34373 , soit globalement avec le menu 
34374 \family sans
34375 Outils\SpecialChar menuseparator
34376 Préférences
34377 \family default
34378 \SpecialChar menuseparator
34379
34380 \family sans
34381 Couleurs\SpecialChar menuseparator
34382 boîte
34383 \begin_inset space ~
34384 \end_inset
34385
34386 ombrée
34387 \family default
34388 .
34389  La syntaxe de la commande 
34390 \series bold
34391
34392 \backslash
34393 definecolor
34394 \series default
34395  est expliquée dans la section
34396 \begin_inset space ~
34397 \end_inset
34398
34399
34400 \begin_inset CommandInset ref
34401 LatexCommand ref
34402 reference "sec:Tableaux-Colorés"
34403
34404 \end_inset
34405
34406 .
34407 \begin_inset Foot
34408 status collapsed
34409
34410 \begin_layout Plain Layout
34411 Notez que l'utilisation de 
34412 \series bold
34413
34414 \backslash
34415 definecolor
34416 \series default
34417  ne peut se faire sans le paquetage \SpecialChar LaTeX
34418  
34419 \series bold
34420 color
34421 \series default
34422  dans le préambule, voir la section
34423 \begin_inset space ~
34424 \end_inset
34425
34426
34427 \begin_inset CommandInset ref
34428 LatexCommand ref
34429 reference "sec:Boîtes-colorées"
34430
34431 \end_inset
34432
34433 .
34434  
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34444  le commande en code \SpecialChar TeX
34445  suivantes
34446 \end_layout
34447
34448 \begin_layout Standard
34449
34450 \series bold
34451
34452 \backslash
34453 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34454 \end_layout
34455
34456 \begin_layout Standard
34457 \begin_inset ERT
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461
34462
34463 \backslash
34464 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \begin_inset Box Shaded
34471 position "t"
34472 hor_pos "c"
34473 has_inner_box 0
34474 inner_pos "t"
34475 use_parbox 0
34476 use_makebox 0
34477 width "100col%"
34478 special "none"
34479 height "1in"
34480 height_special "totalheight"
34481 thickness "0.4pt"
34482 separation "3pt"
34483 shadowsize "4pt"
34484 framecolor "black"
34485 backgroundcolor "none"
34486 status open
34487
34488 \begin_layout Plain Layout
34489
34490 \color yellow
34491 Ceci est un texte jaune dans une boîte à 
34492 \family sans
34493 Fond
34494 \begin_inset space ~
34495 \end_inset
34496
34497 ombré
34498 \family default
34499 \color inherit
34500  
34501 \color yellow
34502 avec un fond vert foncé.
34503 \end_layout
34504
34505 \end_inset
34506
34507
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513
34514 \backslash
34515 definecolor{shadecolor}{rgb}{1,0,0}
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \begin_layout Standard
34524 \begin_inset VSpace bigskip
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Standard
34531 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34532  boîtes qui suivent la commandes qui les a changées.
34533 \end_layout
34534
34535 \begin_layout Section
34536 Minipages
34537 \begin_inset CommandInset label
34538 LatexCommand label
34539 name "sec:Minipages"
34540
34541 \end_inset
34542
34543
34544 \begin_inset Index idx
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548 Boîtes ! Minipages
34549 \end_layout
34550
34551 \end_inset
34552
34553
34554 \end_layout
34555
34556 \begin_layout Standard
34557 \SpecialChar LaTeX
34558  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34559  d'une page.
34560  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34561  règles d'indentation, de saut de ligne, etc.
34562  s'appliquent.
34563 \end_layout
34564
34565 \begin_layout Standard
34566 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34567  langues.
34568 \end_layout
34569
34570 \begin_layout Standard
34571 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34572  Leur largeur est fixée à 45
34573 \begin_inset space \thinspace{}
34574 \end_inset
34575
34576 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34577  via le menu 
34578 \family sans
34579 Insertion\SpecialChar menuseparator
34580 Typographie
34581 \begin_inset space ~
34582 \end_inset
34583
34584 spéciale\SpecialChar menuseparator
34585 Ressort
34586 \begin_inset space ~
34587 \end_inset
34588
34589 Horizontal
34590 \family default
34591 .
34592 \end_layout
34593
34594 \begin_layout Standard
34595 \begin_inset Box Frameless
34596 position "t"
34597 hor_pos "c"
34598 has_inner_box 1
34599 inner_pos "c"
34600 use_parbox 0
34601 use_makebox 0
34602 width "45col%"
34603 special "none"
34604 height "1in"
34605 height_special "totalheight"
34606 thickness "0.4pt"
34607 separation "3pt"
34608 shadowsize "4pt"
34609 framecolor "black"
34610 backgroundcolor "none"
34611 status open
34612
34613 \begin_layout Plain Layout
34614 Ceci est un texte en français.
34615  Ceci est un texte en français.
34616  Ceci est un texte en français.
34617  Ceci est un texte en français.
34618  Ceci est un texte en français.
34619  Ceci est un texte en français.
34620  Ceci est un texte en français.
34621  Ceci est un texte en français.Ceci est un texte en français.
34622  Ceci est un texte en français.
34623  Ceci est un texte en français.
34624  Ceci est un texte en français
34625 \begin_inset Foot
34626 status collapsed
34627
34628 \begin_layout Plain Layout
34629 Ceci est une note de bas de page en français.
34630 \end_layout
34631
34632 \end_inset
34633
34634 .Ceci est un texte en français
34635 \end_layout
34636
34637 \end_inset
34638
34639
34640 \begin_inset space \hfill{}
34641 \end_inset
34642
34643
34644 \begin_inset Box Frameless
34645 position "t"
34646 hor_pos "c"
34647 has_inner_box 1
34648 inner_pos "c"
34649 use_parbox 0
34650 use_makebox 0
34651 width "45col%"
34652 special "none"
34653 height "1in"
34654 height_special "totalheight"
34655 thickness "0.4pt"
34656 separation "3pt"
34657 shadowsize "4pt"
34658 framecolor "black"
34659 backgroundcolor "none"
34660 status open
34661
34662 \begin_layout Plain Layout
34663
34664 \lang english
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  This is an English Text.
34672  This is an English Text.
34673  This is an English Text.
34674  This is an English Text.
34675  This is an English Text.
34676  This is an English Text.
34677  This is an English Text.
34678  This is an English Text.
34679  This is an English Text.
34680  This is an English Text.
34681 \begin_inset Foot
34682 status collapsed
34683
34684 \begin_layout Plain Layout
34685
34686 \lang english
34687 This is an English footnote.
34688 \end_layout
34689
34690 \end_inset
34691
34692  This is an English Text.
34693 \end_layout
34694
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Standard
34701 \begin_inset VSpace bigskip
34702 \end_inset
34703
34704 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34705  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34706  minipages, même si vous les avez mis par exemple à 
34707 \family sans
34708 Moyen
34709 \family default
34710  dans les paramètres du document.
34711 \end_layout
34712
34713 \begin_layout Standard
34714 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34715  portion de texte, voyez la section
34716 \begin_inset space ~
34717 \end_inset
34718
34719
34720 \begin_inset CommandInset ref
34721 LatexCommand ref
34722 reference "sec:Boîtes-colorées"
34723
34724 \end_inset
34725
34726 .
34727 \end_layout
34728
34729 \begin_layout Standard
34730 \begin_inset Note Greyedout
34731 status open
34732
34733 \begin_layout Plain Layout
34734
34735 \series bold
34736 Note:
34737 \series default
34738  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34739  mais les minipages peuvent être utilisées dans un tableau, un flottant
34740  ou une autre boîte.
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Standard
34749 \begin_inset VSpace bigskip
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Standard
34756
34757 \lang english
34758 \SpecialChar LyX
34759  has also basic support for minipages whose size is automatically determined
34760  by the width of their contents, via the module 
34761 \family sans
34762 Variable-width Minipages
34763 \family default
34764 .
34765  The \SpecialChar LyX
34766  example file 
34767 \emph on
34768 varwidth-floats-side-by-side
34769 \emph default
34770  gives examples of variable-width minipages used for placing two floats
34771  side-by-side.
34772 \end_layout
34773
34774 \begin_layout Section
34775 Les parboxes
34776 \begin_inset CommandInset label
34777 LatexCommand label
34778 name "sec:Parboxes"
34779
34780 \end_inset
34781
34782
34783 \begin_inset Index idx
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787 Boîtes ! Parboxes
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \begin_layout Standard
34796 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34797  ne peuvent avoir de note de bas de page.
34798 \begin_inset Separator parbreak
34799 \end_inset
34800
34801
34802 \end_layout
34803
34804 \begin_layout Standard
34805 \align center
34806 \begin_inset Box Frameless
34807 position "t"
34808 hor_pos "c"
34809 has_inner_box 1
34810 inner_pos "t"
34811 use_parbox 1
34812 use_makebox 0
34813 width "33col%"
34814 special "none"
34815 height "1in"
34816 height_special "totalheight"
34817 thickness "0.4pt"
34818 separation "3pt"
34819 shadowsize "4pt"
34820 framecolor "black"
34821 backgroundcolor "none"
34822 status open
34823
34824 \begin_layout Plain Layout
34825 Ceci est un texte à l'intérieur d'une parbox.
34826  Ceci est un texte à l'intérieur d'une parbox.
34827 \end_layout
34828
34829 \begin_layout Plain Layout
34830 Cette note de bas de page ne devrait pas apparaître :
34831 \begin_inset Foot
34832 status open
34833
34834 \begin_layout Plain Layout
34835 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34836  pas.
34837 \end_layout
34838
34839 \end_inset
34840
34841
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Section
34850 Des boîtes pour les mots et les caractères
34851 \begin_inset Index idx
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855 Boîtes ! Pour les caractères
34856 \end_layout
34857
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Subsection
34864 Empêcher la césure
34865 \begin_inset CommandInset label
34866 LatexCommand label
34867 name "sec:Empêcher-césure"
34868
34869 \end_inset
34870
34871
34872 \begin_inset Index idx
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876 Boîtes ! Pour empêcher la césure
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \begin_layout Standard
34885 Vous pouvez utiliser une boîte de type 
34886 \family sans
34887 Makebox
34888 \family default
34889  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34890 \begin_inset Newline newline
34891 \end_inset
34892
34893 Voici un exemple de texte :
34894 \end_layout
34895
34896 \begin_layout Standard
34897 Cette ligne est un exemple comment vous pouvez empêcher une césure
34898 \begin_inset space ~
34899 \end_inset
34900
34901
34902 \begin_inset Quotes fld
34903 \end_inset
34904
34905 motTrèsTrèsLong
34906 \begin_inset Quotes frd
34907 \end_inset
34908
34909
34910 \end_layout
34911
34912 \begin_layout Standard
34913 Pour empêcher que le mot 
34914 \begin_inset Quotes fld
34915 \end_inset
34916
34917 motTrèsTrèsLong
34918 \begin_inset Quotes frd
34919 \end_inset
34920
34921  soit coupé, mettez le mot dans une boîte, mettez 
34922 \family sans
34923 Boîte
34924 \begin_inset space ~
34925 \end_inset
34926
34927 intérieure
34928 \family default
34929  à 
34930 \family sans
34931 Makebox
34932 \family default
34933  sans spécifier de largeur.
34934 \end_layout
34935
34936 \begin_layout Standard
34937 Voici le résultat :
34938 \end_layout
34939
34940 \begin_layout Standard
34941 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34942  
34943 \begin_inset Box Frameless
34944 position "t"
34945 hor_pos "c"
34946 has_inner_box 1
34947 inner_pos "t"
34948 use_parbox 0
34949 use_makebox 1
34950 width ""
34951 special "none"
34952 height "1in"
34953 height_special "totalheight"
34954 thickness "0.4pt"
34955 separation "3pt"
34956 shadowsize "4pt"
34957 framecolor "black"
34958 backgroundcolor "none"
34959 status open
34960
34961 \begin_layout Plain Layout
34962 \begin_inset Quotes fld
34963 \end_inset
34964
34965 motTrèsTrèsLong
34966 \begin_inset Quotes frd
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \end_inset
34973
34974
34975 \end_layout
34976
34977 \begin_layout Standard
34978 Une autre méthode consiste à mettre la commande 
34979 \series bold
34980
34981 \begin_inset Quotes fld
34982 \end_inset
34983
34984
34985 \backslash
34986 -
34987 \series default
34988
34989 \begin_inset Quotes frd
34990 \end_inset
34991
34992  en code \SpecialChar TeX
34993 , juste avant le mot :
34994 \end_layout
34995
34996 \begin_layout Standard
34997 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34998  
34999 \begin_inset Quotes fld
35000 \end_inset
35001
35002
35003 \begin_inset ERT
35004 status collapsed
35005
35006 \begin_layout Plain Layout
35007
35008
35009 \backslash
35010 -
35011 \end_layout
35012
35013 \end_inset
35014
35015 motTrèsTrèsLong
35016 \begin_inset Quotes frd
35017 \end_inset
35018
35019
35020 \end_layout
35021
35022 \begin_layout Standard
35023 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35024  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35025 \family sans
35026 Insertion\SpecialChar menuseparator
35027 Typographie
35028 \begin_inset space ~
35029 \end_inset
35030
35031 spéciale\SpecialChar menuseparator
35032 Passage
35033 \begin_inset space ~
35034 \end_inset
35035
35036 à
35037 \begin_inset space ~
35038 \end_inset
35039
35040 la
35041 \begin_inset space ~
35042 \end_inset
35043
35044 Ligne
35045 \family default
35046  (raccourci 
35047 \family sans
35048 Ctrl-Entrée
35049 \family default
35050 ) :
35051 \end_layout
35052
35053 \begin_layout Standard
35054 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35055 \begin_inset Newline newline
35056 \end_inset
35057
35058
35059 \begin_inset Box Frameless
35060 position "t"
35061 hor_pos "c"
35062 has_inner_box 1
35063 inner_pos "t"
35064 use_parbox 0
35065 use_makebox 1
35066 width ""
35067 special "none"
35068 height "1in"
35069 height_special "totalheight"
35070 thickness "0.4pt"
35071 separation "3pt"
35072 shadowsize "4pt"
35073 framecolor "black"
35074 backgroundcolor "none"
35075 status open
35076
35077 \begin_layout Plain Layout
35078 \begin_inset Quotes fld
35079 \end_inset
35080
35081 motTrèsTrèsLong
35082 \begin_inset Quotes frd
35083 \end_inset
35084
35085
35086 \end_layout
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Subsection
35094 Alignement vertical
35095 \begin_inset CommandInset label
35096 LatexCommand label
35097 name "subsec:Alignement-Vertical"
35098
35099 \end_inset
35100
35101
35102 \begin_inset Index idx
35103 status collapsed
35104
35105 \begin_layout Plain Layout
35106 Boîtes ! Pour l'alignement vertical
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \begin_inset Index idx
35113 status collapsed
35114
35115 \begin_layout Plain Layout
35116 Boîtes ! Boîtes élévatrices
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \begin_inset Index idx
35123 status collapsed
35124
35125 \begin_layout Plain Layout
35126 Raisebox|see
35127 \begin_inset ERT
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131
35132 {
35133 \end_layout
35134
35135 \end_inset
35136
35137 Boîtes élévatrices
35138 \begin_inset ERT
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142
35143 }
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \begin_layout Standard
35157 Avec la commande 
35158 \series bold
35159
35160 \backslash
35161 raisebox
35162 \series default
35163  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35164  par rapport au texte qui l'entoure.
35165  La commande
35166 \series bold
35167  
35168 \backslash
35169 raisebox
35170 \series default
35171  s'utilise en suivant la syntaxe suivante :
35172 \end_layout
35173
35174 \begin_layout Standard
35175
35176 \series bold
35177
35178 \backslash
35179 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35180 \end_layout
35181
35182 \begin_layout Standard
35183 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35184  pour l'abaisser.
35185 \end_layout
35186
35187 \begin_layout Standard
35188 Pour aligner le mot 
35189 \begin_inset Quotes fld
35190 \end_inset
35191
35192 empêcher
35193 \begin_inset Quotes frd
35194 \end_inset
35195
35196  de façon à ce que le point le plus bas du caractère le plus 
35197 \begin_inset Quotes fld
35198 \end_inset
35199
35200 profond
35201 \begin_inset Quotes frd
35202 \end_inset
35203
35204 , le 
35205 \begin_inset Quotes fld
35206 \end_inset
35207
35208 p
35209 \begin_inset Quotes frd
35210 \end_inset
35211
35212 , soit au niveau de la ligne de base, insérez la commande 
35213 \end_layout
35214
35215 \begin_layout Standard
35216
35217 \series bold
35218
35219 \backslash
35220 raisebox{
35221 \backslash
35222 depth}{
35223 \end_layout
35224
35225 \begin_layout Standard
35226 en code \SpecialChar TeX
35227  avant le mot.
35228  Insérez après le mot l'accolade fermante 
35229 \begin_inset Quotes fld
35230 \end_inset
35231
35232
35233 \series bold
35234 }
35235 \series default
35236
35237 \begin_inset Quotes frd
35238 \end_inset
35239
35240  en code \SpecialChar TeX
35241 .
35242 \begin_inset Newline newline
35243 \end_inset
35244
35245 Voici le résultat :
35246 \end_layout
35247
35248 \begin_layout Standard
35249 Cette ligne de texte contient le mot 
35250 \begin_inset ERT
35251 status open
35252
35253 \begin_layout Plain Layout
35254
35255
35256 \backslash
35257 raisebox{
35258 \backslash
35259 depth}{
35260 \end_layout
35261
35262 \end_inset
35263
35264
35265 \begin_inset Quotes fld
35266 \end_inset
35267
35268 empêcher
35269 \begin_inset Quotes frd
35270 \end_inset
35271
35272
35273 \begin_inset ERT
35274 status collapsed
35275
35276 \begin_layout Plain Layout
35277
35278 }
35279 \end_layout
35280
35281 \end_inset
35282
35283  comme mot élevé.
35284 \end_layout
35285
35286 \begin_layout Standard
35287 \begin_inset VSpace bigskip
35288 \end_inset
35289
35290 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35291  entre les lignes va être agrandie :
35292 \end_layout
35293
35294 \begin_layout Standard
35295 Cette ligne de texte contient le mot
35296 \begin_inset ERT
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300
35301
35302 \backslash
35303 raisebox{-
35304 \backslash
35305 depth}{
35306 \end_layout
35307
35308 \end_inset
35309
35310
35311 \begin_inset Quotes fld
35312 \end_inset
35313
35314 empêcher
35315 \begin_inset Quotes frd
35316 \end_inset
35317
35318
35319 \begin_inset ERT
35320 status collapsed
35321
35322 \begin_layout Plain Layout
35323
35324 }
35325 \end_layout
35326
35327 \end_inset
35328
35329  comme mot abaissé.
35330 \begin_inset Newline newline
35331 \end_inset
35332
35333 Cette ligne de texte contient le mot 
35334 \begin_inset ERT
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338
35339
35340 \backslash
35341 raisebox{0.5cm}{
35342 \end_layout
35343
35344 \end_inset
35345
35346
35347 \begin_inset Quotes fld
35348 \end_inset
35349
35350 tester
35351 \begin_inset Quotes frd
35352 \end_inset
35353
35354
35355 \begin_inset ERT
35356 status collapsed
35357
35358 \begin_layout Plain Layout
35359
35360 }
35361 \end_layout
35362
35363 \end_inset
35364
35365  comme mot élevé.
35366 \end_layout
35367
35368 \begin_layout Standard
35369 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35370  mettez la hauteur de la boîte à zéro.
35371  Par exemple utilisez
35372 \end_layout
35373
35374 \begin_layout Standard
35375
35376 \series bold
35377
35378 \backslash
35379 raisebox{-
35380 \backslash
35381 depth}[0pt]{
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Cette ligne de texte contient le mot
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391
35392 \backslash
35393 raisebox{-
35394 \backslash
35395 depth}[0pt]{
35396 \end_layout
35397
35398 \end_inset
35399
35400
35401 \begin_inset Quotes fld
35402 \end_inset
35403
35404 empêcher
35405 \begin_inset Quotes frd
35406 \end_inset
35407
35408
35409 \begin_inset ERT
35410 status collapsed
35411
35412 \begin_layout Plain Layout
35413
35414 }
35415 \end_layout
35416
35417 \end_inset
35418
35419  comme mot abaissé.
35420 \begin_inset Newline newline
35421 \end_inset
35422
35423
35424 \begin_inset Newline newline
35425 \end_inset
35426
35427 Cette ligne de texte contient le mot 
35428 \begin_inset ERT
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433
35434 \backslash
35435 raisebox{0.5cm}[0pt]{
35436 \end_layout
35437
35438 \end_inset
35439
35440
35441 \begin_inset Quotes fld
35442 \end_inset
35443
35444 tester
35445 \begin_inset Quotes frd
35446 \end_inset
35447
35448
35449 \begin_inset ERT
35450 status collapsed
35451
35452 \begin_layout Plain Layout
35453
35454 }
35455 \end_layout
35456
35457 \end_inset
35458
35459  comme mot élevé.
35460 \end_layout
35461
35462 \begin_layout Section
35463 Boîtes colorées
35464 \begin_inset CommandInset label
35465 LatexCommand label
35466 name "sec:Boîtes-colorées"
35467
35468 \end_inset
35469
35470
35471 \begin_inset Index idx
35472 status collapsed
35473
35474 \begin_layout Plain Layout
35475 Boîtes ! Couleur
35476 \end_layout
35477
35478 \end_inset
35479
35480
35481 \end_layout
35482
35483 \begin_layout Standard
35484
35485 \lang english
35486 To color the background of a box just select the color you like in the box
35487  dialog.
35488  This is for example a box with orange background: 
35489 \begin_inset Box Frameless
35490 position "t"
35491 hor_pos "c"
35492 has_inner_box 1
35493 inner_pos "t"
35494 use_parbox 0
35495 use_makebox 1
35496 width ""
35497 special "none"
35498 height "1in"
35499 height_special "totalheight"
35500 thickness "0.4pt"
35501 separation "3pt"
35502 shadowsize "4pt"
35503 framecolor "black"
35504 backgroundcolor "orange"
35505 status open
35506
35507 \begin_layout Plain Layout
35508
35509 \lang english
35510 Box with orange background
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \end_layout
35517
35518 \begin_layout Standard
35519
35520 \lang english
35521 If you use the decoration 
35522 \family sans
35523 \lang french
35524 Cadre
35525 \begin_inset space ~
35526 \end_inset
35527
35528 rectangulaire
35529 \begin_inset space ~
35530 \end_inset
35531
35532 simple
35533 \family default
35534 \lang english
35535  you can set a frame color.
35536  In this case you must also specify a background color (LyX sets white as
35537  default).
35538  Here is an example: 
35539 \begin_inset Box Boxed
35540 position "t"
35541 hor_pos "c"
35542 has_inner_box 0
35543 inner_pos "t"
35544 use_parbox 0
35545 use_makebox 0
35546 width ""
35547 special "none"
35548 height "1in"
35549 height_special "totalheight"
35550 thickness "0.4pt"
35551 separation "3pt"
35552 shadowsize "4pt"
35553 framecolor "teal"
35554 backgroundcolor "yellow"
35555 status open
35556
35557 \begin_layout Plain Layout
35558
35559 \lang english
35560 Box with teal frame color and yellow background color
35561 \end_layout
35562
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \begin_layout Standard
35569 \begin_inset VSpace bigskip
35570 \end_inset
35571
35572
35573 \lang english
35574 Of course you can also have colored text inside a colored box:
35575 \lang french
35576
35577 \begin_inset Newline newline
35578 \end_inset
35579
35580
35581 \begin_inset Box Boxed
35582 position "t"
35583 hor_pos "c"
35584 has_inner_box 0
35585 inner_pos "t"
35586 use_parbox 0
35587 use_makebox 0
35588 width ""
35589 special "none"
35590 height "1in"
35591 height_special "totalheight"
35592 thickness "0.4pt"
35593 separation "3pt"
35594 shadowsize "4pt"
35595 framecolor "cyan"
35596 backgroundcolor "magenta"
35597 status open
35598
35599 \begin_layout Plain Layout
35600
35601 \color yellow
35602 Ce texte est coloré dans une boîte colorée et encadrée.
35603 \end_layout
35604
35605 \end_inset
35606
35607
35608 \end_layout
35609
35610 \begin_layout Standard
35611 \begin_inset VSpace bigskip
35612 \end_inset
35613
35614
35615 \end_layout
35616
35617 \begin_layout Standard
35618
35619 \lang english
35620 If you need another color than the predefined ones,
35621 \lang french
35622  vous pouvez définir vos propres couleurs comme c'est décrit dans la section
35623 \begin_inset space ~
35624 \end_inset
35625
35626
35627 \begin_inset CommandInset ref
35628 LatexCommand ref
35629 reference "sec:Tableaux-Colorés"
35630
35631 \end_inset
35632
35633 .
35634
35635 \lang english
35636  To use your own color you must typeset the box by using TeX code:
35637 \end_layout
35638
35639 \begin_layout Standard
35640
35641 \lang english
35642 Colored boxes without frame
35643 \lang french
35644 sont créées par la commande 
35645 \series bold
35646
35647 \backslash
35648 colorbox
35649 \series default
35650 .
35651  Elle est utilisée avec la syntaxe suivante :
35652 \end_layout
35653
35654 \begin_layout Standard
35655
35656 \series bold
35657
35658 \backslash
35659 colorbox{couleur}{contenu de la boîte}
35660 \end_layout
35661
35662 \begin_layout Standard
35663 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35664  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35665  un mot sur fond vertfonce, insérez la commande 
35666 \end_layout
35667
35668 \begin_layout Standard
35669
35670 \series bold
35671
35672 \backslash
35673 colorbox{vertfonce}{
35674 \end_layout
35675
35676 \begin_layout Standard
35677 avant le mot en code \SpecialChar TeX
35678 .
35679  Insérez l'accolade fermante 
35680 \begin_inset Quotes fld
35681 \end_inset
35682
35683 }
35684 \begin_inset Quotes frd
35685 \end_inset
35686
35687  après le mot, en code \SpecialChar TeX
35688 .
35689 \begin_inset Newline newline
35690 \end_inset
35691
35692 Voici le résultat :
35693 \end_layout
35694
35695 \begin_layout Standard
35696 Cette ligne de texte contient le mot
35697 \begin_inset ERT
35698 status collapsed
35699
35700 \begin_layout Plain Layout
35701
35702
35703 \backslash
35704 colorbox{vertfonce}{
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \begin_inset Quotes fld
35711 \end_inset
35712
35713 Attention!
35714 \begin_inset Quotes frd
35715 \end_inset
35716
35717
35718 \begin_inset ERT
35719 status collapsed
35720
35721 \begin_layout Plain Layout
35722
35723 }
35724 \end_layout
35725
35726 \end_inset
35727
35728  sur fond vertfonce.
35729 \end_layout
35730
35731 \begin_layout Standard
35732
35733 \lang english
35734 Framed, colored boxes are created
35735 \lang french
35736  avec la commande 
35737 \series bold
35738
35739 \backslash
35740 fcolorbox
35741 \series default
35742  avec la syntaxe suivante :
35743 \end_layout
35744
35745 \begin_layout Standard
35746
35747 \series bold
35748
35749 \backslash
35750 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35751 \end_layout
35752
35753 \begin_layout Section
35754 Les boîtes pivotées et redimensionnées
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Pour pouvoir utiliser les boîtes
35759 \lang english
35760  described in this section, the module 
35761 \family sans
35762 GraphicBoxes
35763 \family default
35764  must be loaded in the document settings.
35765 \end_layout
35766
35767 \begin_layout Standard
35768 \begin_inset Note Greyedout
35769 status open
35770
35771 \begin_layout Plain Layout
35772
35773 \series bold
35774 Note:
35775 \series default
35776  La plupart des visualiseurs DVI ne sont 
35777 \emph on
35778 pas
35779 \emph default
35780  capables d'afficher des rotations ou des redimensions.
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \begin_layout Standard
35789 \begin_inset Note Greyedout
35790 status open
35791
35792 \begin_layout Plain Layout
35793
35794 \series bold
35795 Note:
35796 \series default
35797  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35798  redimensionnée.
35799 \end_layout
35800
35801 \end_inset
35802
35803
35804 \end_layout
35805
35806 \begin_layout Subsection
35807 Les Boîtes pivotées
35808 \begin_inset Index idx
35809 status collapsed
35810
35811 \begin_layout Plain Layout
35812 Boîtes ! pivotées
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \begin_inset Index idx
35819 status collapsed
35820
35821 \begin_layout Plain Layout
35822 Pivoter des objets
35823 \end_layout
35824
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \begin_layout Standard
35831 Pour faire tourner des objets, vous pouvez les mettre dans une 
35832 \family sans
35833 \lang english
35834 Rotatebox
35835 \family default
35836 .
35837  Such a box is inserted via the menu 
35838 \family sans
35839 Insert\SpecialChar menuseparator
35840 Custom Insets\SpecialChar menuseparator
35841 Rotatebox
35842 \family default
35843 .
35844 \end_layout
35845
35846 \begin_layout Standard
35847 La position du pivot 
35848 \lang english
35849 can be specified via the inset 
35850 \family sans
35851 Origin
35852 \family default
35853  (menu 
35854 \family sans
35855 Insert\SpecialChar menuseparator
35856 Origin
35857 \family default
35858 \lang french
35859 ) sous la forme 
35860 \series bold
35861 origin=position
35862 \series default
35863 .
35864  Les valeurs suivantes sont possibles pour la position: 
35865 \emph on
35866 c
35867 \emph default
35868  (centre), 
35869 \emph on
35870 l
35871 \emph default
35872  (gauche/
35873 \lang english
35874 left
35875 \lang french
35876 ), 
35877 \emph on
35878 r
35879 \emph default
35880  (droite/
35881 \lang english
35882 right
35883 \lang french
35884 ), 
35885 \emph on
35886 b
35887 \emph default
35888  (bas/
35889 \lang english
35890 bottom
35891 \lang french
35892 ), 
35893 \emph on
35894 t
35895 \emph default
35896  (haut/
35897 \lang english
35898 top
35899 \lang french
35900 ), et aussi des combinaisons des quatre positions de base.
35901  Par exemple 
35902 \emph on
35903 lt
35904 \emph default
35905  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35906  Quand on ne donne pas d'origine, la position 
35907 \emph on
35908 l
35909 \emph default
35910  est utilisée.
35911  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35912  ou négatif.
35913  Le sens positif de rotation est anti-horaire.
35914 \end_layout
35915
35916 \begin_layout Standard
35917 Dans l'exemple qui suit, 
35918 \series bold
35919 \lang english
35920 origin=c
35921 \series default
35922  was inserted to the 
35923 \family sans
35924 Option
35925 \family default
35926  inset and 
35927 \series bold
35928 60
35929 \series default
35930  was inserted to the 
35931 \family sans
35932 Angle
35933 \family default
35934  inset.
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=c
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 texte pivoté
35963 \end_layout
35964
35965 \end_inset
35966
35967 .
35968 \end_layout
35969
35970 \begin_layout Standard
35971 La boîte peut contenir une autre boîte ou une formule en ligne :
35972 \end_layout
35973
35974 \begin_layout Standard
35975 Voici une ligne avec du 
35976 \begin_inset Flex Rotatebox
35977 status open
35978
35979 \begin_layout Plain Layout
35980 \begin_inset Argument 1
35981 status open
35982
35983 \begin_layout Plain Layout
35984 origin=r
35985 \end_layout
35986
35987 \end_inset
35988
35989
35990 \begin_inset Argument 2
35991 status open
35992
35993 \begin_layout Plain Layout
35994 -60
35995 \end_layout
35996
35997 \end_inset
35998
35999
36000 \begin_inset Box Doublebox
36001 position "c"
36002 hor_pos "c"
36003 has_inner_box 0
36004 inner_pos "c"
36005 use_parbox 0
36006 use_makebox 0
36007 width "1in"
36008 special "width"
36009 height "1in"
36010 height_special "totalheight"
36011 thickness "0.4pt"
36012 separation "3pt"
36013 shadowsize "4pt"
36014 framecolor "black"
36015 backgroundcolor "none"
36016 status collapsed
36017
36018 \begin_layout Plain Layout
36019 texte pivoté
36020 \end_layout
36021
36022 \end_inset
36023
36024
36025 \end_layout
36026
36027 \end_inset
36028
36029  et encadré 
36030 \begin_inset Flex Rotatebox
36031 status open
36032
36033 \begin_layout Plain Layout
36034 \begin_inset Argument 1
36035 status open
36036
36037 \begin_layout Plain Layout
36038 origin=lb
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \begin_inset Argument 2
36045 status open
36046
36047 \begin_layout Plain Layout
36048 60
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36055 \end_inset
36056
36057
36058 \end_layout
36059
36060 \end_inset
36061
36062  et une formule.
36063 \end_layout
36064
36065 \begin_layout Standard
36066 ou encore une figure ou un tableau :
36067 \end_layout
36068
36069 \begin_layout Standard
36070 Voici une ligne 
36071 \begin_inset Flex Rotatebox
36072 status open
36073
36074 \begin_layout Plain Layout
36075 \begin_inset Argument 1
36076 status open
36077
36078 \begin_layout Plain Layout
36079 origin=lb
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \begin_inset Argument 2
36086 status open
36087
36088 \begin_layout Plain Layout
36089 90
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \begin_inset Graphics
36096         filename ../clipart/platypus.eps
36097         lyxscale 50
36098         width 25col%
36099
36100 \end_inset
36101
36102
36103 \end_layout
36104
36105 \end_inset
36106
36107  avec une image pivotée de 90° 
36108 \begin_inset Flex Rotatebox
36109 status open
36110
36111 \begin_layout Plain Layout
36112 \begin_inset Argument 2
36113 status open
36114
36115 \begin_layout Plain Layout
36116 -90
36117 \end_layout
36118
36119 \end_inset
36120
36121
36122 \begin_inset Tabular
36123 <lyxtabular version="3" rows="2" columns="2">
36124 <features tabularvalignment="middle">
36125 <column alignment="center" valignment="top">
36126 <column alignment="center" valignment="top">
36127 <row>
36128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36129 \begin_inset Text
36130
36131 \begin_layout Plain Layout
36132 q
36133 \end_layout
36134
36135 \end_inset
36136 </cell>
36137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36138 \begin_inset Text
36139
36140 \begin_layout Plain Layout
36141 w
36142 \end_layout
36143
36144 \end_inset
36145 </cell>
36146 </row>
36147 <row>
36148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36149 \begin_inset Text
36150
36151 \begin_layout Plain Layout
36152 e
36153 \end_layout
36154
36155 \end_inset
36156 </cell>
36157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36158 \begin_inset Text
36159
36160 \begin_layout Plain Layout
36161 r
36162 \end_layout
36163
36164 \end_inset
36165 </cell>
36166 </row>
36167 </lyxtabular>
36168
36169 \end_inset
36170
36171
36172 \end_layout
36173
36174 \end_inset
36175
36176  et un tableau.
36177 \begin_inset Index idx
36178 status collapsed
36179
36180 \begin_layout Plain Layout
36181 Figures ! Pivotées
36182 \end_layout
36183
36184 \end_inset
36185
36186
36187 \begin_inset Index idx
36188 status collapsed
36189
36190 \begin_layout Plain Layout
36191 Tableau ! Pivoter
36192 \end_layout
36193
36194 \end_inset
36195
36196
36197 \end_layout
36198
36199 \begin_layout Standard
36200
36201 \lang english
36202 \begin_inset Note Greyedout
36203 status open
36204
36205 \begin_layout Plain Layout
36206
36207 \series bold
36208 \lang english
36209 Note:
36210 \series default
36211  If the 
36212 \family sans
36213 Angle
36214 \family default
36215  inset is empty or contains other characters than numbers you will get \SpecialChar LaTeX
36216
36217  errors when viewing/exporting the document.
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Subsection
36226 Les boîtes redimensionnées
36227 \begin_inset Index idx
36228 status collapsed
36229
36230 \begin_layout Plain Layout
36231 Boîtes ! Redimensionnées
36232 \end_layout
36233
36234 \end_inset
36235
36236
36237 \begin_inset Index idx
36238 status collapsed
36239
36240 \begin_layout Plain Layout
36241 Redimensionner des objets
36242 \end_layout
36243
36244 \end_inset
36245
36246
36247 \end_layout
36248
36249 \begin_layout Standard
36250 Pour redimensionner des objets on
36251 \lang english
36252  put it into a 
36253 \family sans
36254 Scalebox
36255 \family default
36256 .
36257  Such a box is inserted via the menu 
36258 \family sans
36259 Insert\SpecialChar menuseparator
36260 Custom Insets\SpecialChar menuseparator
36261 Scalebox
36262 \family default
36263 .
36264 \end_layout
36265
36266 \begin_layout Standard
36267
36268 \lang english
36269 The 
36270 \family sans
36271 Scalebox
36272 \family default
36273  inset has the mandatory inset 
36274 \family sans
36275 H-Factor
36276 \family default
36277  and the optional inset 
36278 \family sans
36279 V-Factor
36280 \family default
36281  (inserted via the menu 
36282 \family sans
36283 Insert\SpecialChar menuseparator
36284 V-Factor)
36285 \family default
36286 .
36287  Input there there horizontal and vertical scale factor, respectively.
36288  If no 
36289 \family sans
36290 V-Factor
36291 \family default
36292  inset is used
36293 \lang french
36294 , le facteur horizontal sera aussi utilisé comme facteur vertical.
36295 \end_layout
36296
36297 \begin_layout Standard
36298
36299 \lang english
36300 To get for example the double text size, compared to the document text size,
36301  insert 
36302 \series bold
36303 2
36304 \series default
36305  into the 
36306 \family sans
36307 H-Factor
36308 \family default
36309  inset.
36310  An example
36311 \lang french
36312
36313 \begin_inset Flex Scalebox
36314 status open
36315
36316 \begin_layout Plain Layout
36317 \begin_inset Argument 1
36318 status open
36319
36320 \begin_layout Plain Layout
36321 2
36322 \end_layout
36323
36324 \end_inset
36325
36326 Bonjour
36327 \end_layout
36328
36329 \end_inset
36330
36331
36332 \end_layout
36333
36334 \begin_layout Standard
36335
36336 \series bold
36337 \lang english
36338 2
36339 \series default
36340  as 
36341 \family sans
36342 H-Factor
36343 \family default
36344  and 
36345 \series bold
36346 1
36347 \series default
36348  as 
36349 \family sans
36350 V-Factor
36351 \family default
36352  distorts the
36353 \lang french
36354  
36355 \begin_inset Flex Scalebox
36356 status open
36357
36358 \begin_layout Plain Layout
36359 \begin_inset Argument 1
36360 status open
36361
36362 \begin_layout Plain Layout
36363 2
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \begin_inset Argument 2
36370 status open
36371
36372 \begin_layout Plain Layout
36373 1
36374 \end_layout
36375
36376 \end_inset
36377
36378 Bonjour
36379 \end_layout
36380
36381 \end_inset
36382
36383 .
36384 \end_layout
36385
36386 \begin_layout Standard
36387
36388 \lang english
36389 If the scaling factor is negative, the box content will be mirrored.
36390  Therefore 
36391 \series bold
36392 -1
36393 \series default
36394  as 
36395 \family sans
36396 H-Factor
36397 \family default
36398  and 
36399 \series bold
36400 1
36401 \series default
36402  as 
36403 \family sans
36404 V-Factor
36405 \family default
36406  can be used to create mirror writing
36407 \lang french
36408
36409 \begin_inset Flex Scalebox
36410 status open
36411
36412 \begin_layout Plain Layout
36413 \begin_inset Argument 1
36414 status open
36415
36416 \begin_layout Plain Layout
36417 -1
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \begin_inset Argument 2
36424 status open
36425
36426 \begin_layout Plain Layout
36427 1
36428 \end_layout
36429
36430 \end_inset
36431
36432 Bonjour
36433 \end_layout
36434
36435 \end_inset
36436
36437
36438 \end_layout
36439
36440 \begin_layout Standard
36441
36442 \series bold
36443 \lang english
36444 -1
36445 \series default
36446  as 
36447 \family sans
36448 H-Factor
36449 \family default
36450  and 
36451 \series bold
36452 1
36453 \series default
36454  as 
36455 \family sans
36456 V-Factor
36457 \family default
36458  reflects the
36459 \lang french
36460  
36461 \begin_inset Flex Scalebox
36462 status open
36463
36464 \begin_layout Plain Layout
36465 \begin_inset Argument 1
36466 status open
36467
36468 \begin_layout Plain Layout
36469 1
36470 \end_layout
36471
36472 \end_inset
36473
36474
36475 \begin_inset Argument 2
36476 status open
36477
36478 \begin_layout Plain Layout
36479 -1
36480 \end_layout
36481
36482 \end_inset
36483
36484 Bonjour
36485 \end_layout
36486
36487 \end_inset
36488
36489  
36490 \lang english
36491 at the base line.
36492 \end_layout
36493
36494 \begin_layout Standard
36495
36496 \lang english
36497 The 
36498 \family sans
36499 Reflectbox
36500 \family default
36501  (menu 
36502 \family sans
36503 Insert\SpecialChar menuseparator
36504 Custom Insets\SpecialChar menuseparator
36505 Reflectbox
36506 \family default
36507 ) is equivalent to 
36508 \series bold
36509 -1
36510 \series default
36511  as 
36512 \family sans
36513 H-Factor
36514 \family default
36515  and 
36516 \series bold
36517 1
36518 \series default
36519  as 
36520 \family sans
36521 V-Factor 
36522 \family default
36523 for a 
36524 \family sans
36525 Scalebox
36526 \family default
36527 .
36528 \end_layout
36529
36530 \begin_layout Standard
36531
36532 \lang english
36533 \begin_inset Note Greyedout
36534 status open
36535
36536 \begin_layout Plain Layout
36537
36538 \series bold
36539 \lang english
36540 Note:
36541 \series default
36542  If the 
36543 \family sans
36544 H-Factor
36545 \family default
36546  inset is empty or contains other characters than numbers you will get LaTeX
36547  errors when viewing/exporting the document.
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \end_layout
36554
36555 \begin_layout Standard
36556 \begin_inset VSpace bigskip
36557 \end_inset
36558
36559
36560 \lang english
36561 The 
36562 \family sans
36563 Resizebox
36564 \family default
36565  (menu 
36566 \family sans
36567 Insert\SpecialChar menuseparator
36568 Custom Insets\SpecialChar menuseparator
36569 Resizebox
36570 \family default
36571 ) is used to scale the content to a defined width and height.
36572  The 
36573 \family sans
36574 Resizebox
36575 \family default
36576  inset has the mandatory inset 
36577 \family sans
36578 Width
36579 \family default
36580  and the optional inset 
36581 \family sans
36582 Height
36583 \family default
36584  (inserted via the menu 
36585 \family sans
36586 Insert\SpecialChar menuseparator
36587 Height)
36588 \family default
36589 .
36590  Input there there width and height, respectively, as value with a unit
36591 \lang french
36592 .
36593  
36594 \begin_inset CommandInset ref
36595 LatexCommand ref
36596 reference "tab:Unités"
36597
36598 \end_inset
36599
36600  
36601 \lang english
36602 lists the possible units.
36603  If there is 
36604 \lang french
36605 un point d'exclamation 
36606 \series bold
36607 !
36608 \series default
36609 \lang english
36610  in of of the two insets
36611 \lang french
36612 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
36613
36614 \lang english
36615  If no 
36616 \family sans
36617 Height
36618 \family default
36619  inset is used 
36620 \lang french
36621 un point d'exclamation
36622 \lang english
36623  will internally be used for the height.
36624 \end_layout
36625
36626 \begin_layout Standard
36627
36628 \series bold
36629 \lang english
36630 2cm
36631 \series default
36632  as 
36633 \family sans
36634 Width
36635 \family default
36636  and 
36637 \series bold
36638 1cm
36639 \series default
36640  as 
36641 \family sans
36642 Height
36643 \family default
36644  produces:
36645 \lang french
36646  
36647 \begin_inset Flex Resizebox
36648 status open
36649
36650 \begin_layout Plain Layout
36651 \begin_inset Argument 1
36652 status open
36653
36654 \begin_layout Plain Layout
36655 2cm
36656 \end_layout
36657
36658 \end_inset
36659
36660
36661 \begin_inset Argument 2
36662 status open
36663
36664 \begin_layout Plain Layout
36665 1cm
36666 \end_layout
36667
36668 \end_inset
36669
36670 Bonjour
36671 \end_layout
36672
36673 \end_inset
36674
36675
36676 \begin_inset Newline newline
36677 \end_inset
36678
36679
36680 \series bold
36681 \lang english
36682 2cm
36683 \series default
36684  as 
36685 \family sans
36686 Width
36687 \family default
36688  and 
36689 \series bold
36690 !
36691 \series default
36692  as 
36693 \family sans
36694 Height
36695 \family default
36696  (or no 
36697 \family sans
36698 Height
36699 \family default
36700 ) produces
36701 \lang french
36702
36703 \begin_inset Flex Resizebox
36704 status open
36705
36706 \begin_layout Plain Layout
36707 \begin_inset Argument 1
36708 status open
36709
36710 \begin_layout Plain Layout
36711 2cm
36712 \end_layout
36713
36714 \end_inset
36715
36716
36717 \begin_inset Argument 2
36718 status open
36719
36720 \begin_layout Plain Layout
36721 !
36722 \end_layout
36723
36724 \end_inset
36725
36726 Bonjour
36727 \end_layout
36728
36729 \end_inset
36730
36731
36732 \end_layout
36733
36734 \begin_layout Standard
36735
36736 \lang english
36737 \begin_inset Note Greyedout
36738 status open
36739
36740 \begin_layout Plain Layout
36741
36742 \series bold
36743 \lang english
36744 Note:
36745 \series default
36746  If the 
36747 \family sans
36748 Width
36749 \family default
36750  inset is empty or contains an invalid unit you will get LaTeX errors when
36751  viewing/exporting the document.
36752 \end_layout
36753
36754 \end_inset
36755
36756
36757 \end_layout
36758
36759 \begin_layout Standard
36760 \begin_inset VSpace bigskip
36761 \end_inset
36762
36763
36764 \end_layout
36765
36766 \begin_layout Standard
36767 Les boîtes peuvent être combinée dans n'importe quel ordre.
36768
36769 \lang english
36770  As example a 
36771 \family sans
36772 Reflectbox
36773 \family default
36774  inside a 
36775 \family sans
36776 Resizebox
36777 \family default
36778  which is in turn inside a 
36779 \family sans
36780 Rotatebox
36781 \family default
36782 :
36783 \end_layout
36784
36785 \begin_layout Standard
36786 \noindent
36787 \align center
36788 \begin_inset Flex Rotatebox
36789 status open
36790
36791 \begin_layout Plain Layout
36792 \begin_inset Argument 1
36793 status open
36794
36795 \begin_layout Plain Layout
36796 origin=c
36797 \end_layout
36798
36799 \end_inset
36800
36801
36802 \begin_inset Argument 2
36803 status open
36804
36805 \begin_layout Plain Layout
36806 -45
36807 \end_layout
36808
36809 \end_inset
36810
36811
36812 \begin_inset Flex Resizebox
36813 status open
36814
36815 \begin_layout Plain Layout
36816 \begin_inset Argument 1
36817 status open
36818
36819 \begin_layout Plain Layout
36820 2cm
36821 \end_layout
36822
36823 \end_inset
36824
36825
36826 \begin_inset Flex Reflectbox
36827 status open
36828
36829 \begin_layout Plain Layout
36830 Bonjour
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \end_inset
36839
36840
36841 \end_layout
36842
36843 \end_inset
36844
36845
36846 \end_layout
36847
36848 \begin_layout Standard
36849 \noindent
36850 Les images, les tableaux et les formules sont autorisées comme contenu de
36851  boîte :
36852 \end_layout
36853
36854 \begin_layout Standard
36855 \noindent
36856 \align center
36857 \begin_inset Flex Resizebox
36858 status open
36859
36860 \begin_layout Plain Layout
36861 \begin_inset Argument 1
36862 status open
36863
36864 \begin_layout Plain Layout
36865 2cm
36866 \end_layout
36867
36868 \end_inset
36869
36870
36871 \begin_inset Flex Reflectbox
36872 status open
36873
36874 \begin_layout Plain Layout
36875 \begin_inset Graphics
36876         filename ../clipart/platypus.eps
36877         lyxscale 50
36878         width 25col%
36879
36880 \end_inset
36881
36882
36883 \end_layout
36884
36885 \end_inset
36886
36887
36888 \end_layout
36889
36890 \end_inset
36891
36892  
36893 \begin_inset Flex Resizebox
36894 status open
36895
36896 \begin_layout Plain Layout
36897 \begin_inset Argument 1
36898 status open
36899
36900 \begin_layout Plain Layout
36901 2cm
36902 \end_layout
36903
36904 \end_inset
36905
36906
36907 \begin_inset Flex Reflectbox
36908 status open
36909
36910 \begin_layout Plain Layout
36911 \begin_inset Tabular
36912 <lyxtabular version="3" rows="2" columns="2">
36913 <features tabularvalignment="middle">
36914 <column alignment="center" valignment="top">
36915 <column alignment="center" valignment="top">
36916 <row>
36917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921 q
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36927 \begin_inset Text
36928
36929 \begin_layout Plain Layout
36930 w
36931 \end_layout
36932
36933 \end_inset
36934 </cell>
36935 </row>
36936 <row>
36937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 e
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950 r
36951 \end_layout
36952
36953 \end_inset
36954 </cell>
36955 </row>
36956 </lyxtabular>
36957
36958 \end_inset
36959
36960
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \end_inset
36969
36970  
36971 \begin_inset Flex Resizebox
36972 status open
36973
36974 \begin_layout Plain Layout
36975 \begin_inset Argument 1
36976 status open
36977
36978 \begin_layout Plain Layout
36979 3cm
36980 \end_layout
36981
36982 \end_inset
36983
36984
36985 \begin_inset Flex Reflectbox
36986 status open
36987
36988 \begin_layout Plain Layout
36989 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36990 \end_inset
36991
36992
36993 \end_layout
36994
36995 \end_inset
36996
36997
36998 \end_layout
36999
37000 \end_inset
37001
37002
37003 \begin_inset Index idx
37004 status collapsed
37005
37006 \begin_layout Plain Layout
37007 Figures ! Redimensionnées
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \begin_inset Index idx
37014 status collapsed
37015
37016 \begin_layout Plain Layout
37017 Tableau ! Redimensionner
37018 \end_layout
37019
37020 \end_inset
37021
37022
37023 \end_layout
37024
37025 \begin_layout Standard
37026 Quand on utilise le style global de formule 
37027 \series bold
37028 fleqn
37029 \series default
37030  dans le document
37031 \begin_inset Foot
37032 status collapsed
37033
37034 \begin_layout Plain Layout
37035 Quand 
37036 \begin_inset Quotes fld
37037 \end_inset
37038
37039 fleqn
37040 \begin_inset Quotes frd
37041 \end_inset
37042
37043  est ajouté aux options de la classe de document.
37044 \end_layout
37045
37046 \end_inset
37047
37048 , les formules hors texte peuvent aussi être redimensionnées.
37049 \end_layout
37050
37051 \begin_layout Chapter
37052 Objets entourés par du texte
37053 \begin_inset Index idx
37054 status collapsed
37055
37056 \begin_layout Plain Layout
37057 Entourés par du texte
37058 \end_layout
37059
37060 \end_inset
37061
37062
37063 \end_layout
37064
37065 \begin_layout Section
37066 Flottant d'enrobage
37067 \begin_inset CommandInset label
37068 LatexCommand label
37069 name "sec:Flottant-d'enrobage"
37070
37071 \end_inset
37072
37073
37074 \begin_inset Index idx
37075 status collapsed
37076
37077 \begin_layout Plain Layout
37078 Flottants ! Flottants d'enrobage
37079 \end_layout
37080
37081 \end_inset
37082
37083
37084 \begin_inset Index idx
37085 status collapsed
37086
37087 \begin_layout Plain Layout
37088 Entourés par du texte ! Flottants d'enrobage
37089 \end_layout
37090
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \begin_layout Standard
37097 \begin_inset Wrap figure
37098 lines 0
37099 placement l
37100 overhang 1cm
37101 width "40col%"
37102 status open
37103
37104 \begin_layout Plain Layout
37105 \begin_inset Graphics
37106         filename ../clipart/mobius.eps
37107         width 40col%
37108         scaleBeforeRotation
37109         rotateOrigin center
37110
37111 \end_inset
37112
37113
37114 \end_layout
37115
37116 \begin_layout Plain Layout
37117 \begin_inset Caption Standard
37118
37119 \begin_layout Plain Layout
37120 \begin_inset CommandInset label
37121 LatexCommand label
37122 name "fig:Figure-enrobée"
37123
37124 \end_inset
37125
37126 Ceci est une figure habillée.
37127 \end_layout
37128
37129 \end_inset
37130
37131
37132 \end_layout
37133
37134 \end_inset
37135
37136  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37137  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37138  Vous pouvez en insérer un en utilisant le menu 
37139 \family sans
37140 Insertion\SpecialChar menuseparator
37141 Flottant\SpecialChar menuseparator
37142 Flottant
37143 \begin_inset space ~
37144 \end_inset
37145
37146 d'enrobage
37147 \family default
37148  à la condition que le paquetage \SpecialChar LaTeX
37149  
37150 \series bold
37151 wrapfig
37152 \series default
37153
37154 \begin_inset Index idx
37155 status collapsed
37156
37157 \begin_layout Plain Layout
37158 Paquetages \SpecialChar LaTeX
37159  ! wrapfig
37160 \end_layout
37161
37162 \end_inset
37163
37164  soit installé.
37165 \begin_inset Foot
37166 status collapsed
37167
37168 \begin_layout Plain Layout
37169 Voyez dans la manuel 
37170 \emph on
37171 Configuration
37172 \begin_inset space ~
37173 \end_inset
37174
37175 \SpecialChar LaTeX
37176  
37177 \emph default
37178 comment installer des paquetages \SpecialChar LaTeX
37179 .
37180 \end_layout
37181
37182 \end_inset
37183
37184  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37185  sur la boîte du flottant.
37186  Les paramètres obligatoires sont l'
37187 \family sans
37188 Emplacement
37189 \family default
37190  et la 
37191 \family sans
37192 Largeur
37193 \family default
37194 .
37195  Les paramètres facultatifs sont le 
37196 \family sans
37197 Débordement
37198 \family default
37199  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37200  de la page et la 
37201 \family sans
37202 Porté de la ligne
37203 \family default
37204  qui précise le nombre approximatif de lignes dont le flottant va avoir
37205  besoin.
37206  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37207  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37208  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37209  à faire flotter le flottant
37210  à l'intérieur du paragraphe ou vers les autres paragraphes.
37211  La figure
37212 \begin_inset space ~
37213 \end_inset
37214
37215
37216 \begin_inset CommandInset ref
37217 LatexCommand ref
37218 reference "fig:Figure-enrobée"
37219
37220 \end_inset
37221
37222  est un exemple de flottant d'enrobage avec une largeur de 40
37223 \begin_inset space \thinspace{}
37224 \end_inset
37225
37226 col%, un débordement de 1
37227 \begin_inset space \thinspace{}
37228 \end_inset
37229
37230 cm et placé à gauche.
37231 \end_layout
37232
37233 \begin_layout Standard
37234 \begin_inset Note Greyedout
37235 status open
37236
37237 \begin_layout Plain Layout
37238
37239 \series bold
37240 Note:
37241 \series default
37242  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37243  figure trop près du bas de page peut tout chambouler et faire que le flottant
37244  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37245  de texte.
37246 \end_layout
37247
37248 \end_inset
37249
37250
37251 \end_layout
37252
37253 \begin_layout Standard
37254 En général:
37255 \end_layout
37256
37257 \begin_layout Itemize
37258 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37259  qui risquent de passer à la page suivante.
37260  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37261  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37262  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37263  de page.
37264 \end_layout
37265
37266 \begin_layout Itemize
37267 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37268  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37269 e.
37270 \end_layout
37271
37272 \begin_layout Itemize
37273 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37274  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37275  texte entre les deux, comme séparateur.
37276 \end_layout
37277
37278 \begin_layout Itemize
37279 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37280  ou les tableaux.
37281 \end_layout
37282
37283 \begin_layout Itemize
37284 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37285  chapitre
37286 \begin_inset space ~
37287 \end_inset
37288
37289
37290 \begin_inset CommandInset ref
37291 LatexCommand ref
37292 reference "chap:Flottants"
37293
37294 \end_inset
37295
37296 .
37297 \end_layout
37298
37299 \begin_layout Section
37300 Objets fixes entourés par du texte
37301 \begin_inset Index idx
37302 status collapsed
37303
37304 \begin_layout Plain Layout
37305 Entouré par du texte ! Objets fixes
37306 \end_layout
37307
37308 \end_inset
37309
37310
37311 \end_layout
37312
37313 \begin_layout Standard
37314 Les flottants d'enrobage décrits dans la section
37315 \begin_inset space \thinspace{}
37316 \end_inset
37317
37318
37319 \begin_inset CommandInset ref
37320 LatexCommand ref
37321 reference "sec:Flottant-d'enrobage"
37322
37323 \end_inset
37324
37325  prennent les positions suivantes dans le paragraphe :
37326 \begin_inset Separator parbreak
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \begin_layout Standard
37333 \noindent
37334 \align center
37335 \begin_inset Tabular
37336 <lyxtabular version="3" rows="2" columns="2">
37337 <features tabularvalignment="middle">
37338 <column alignment="center" valignment="top">
37339 <column alignment="center" valignment="top">
37340 <row>
37341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345 \begin_inset Graphics
37346         filename ../../images/dialog-show-new-inset_graphics.png
37347         scale 70
37348         scaleBeforeRotation
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 texte
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 <row>
37368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 texte
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 texte
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 </row>
37387 </lyxtabular>
37388
37389 \end_inset
37390
37391  ou 
37392 \begin_inset Tabular
37393 <lyxtabular version="3" rows="2" columns="2">
37394 <features tabularvalignment="middle">
37395 <column alignment="center" valignment="top">
37396 <column alignment="center" valignment="top">
37397 <row>
37398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37399 \begin_inset Text
37400
37401 \begin_layout Plain Layout
37402 texte
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411 \begin_inset Graphics
37412         filename ../../images/dialog-show-new-inset_graphics.png
37413         scale 70
37414         scaleBeforeRotation
37415
37416 \end_inset
37417
37418
37419 \end_layout
37420
37421 \end_inset
37422 </cell>
37423 </row>
37424 <row>
37425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429 texte
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
37444 </lyxtabular>
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \begin_layout Standard
37452 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37453  par exemple pour avoir une de ces positions :
37454 \begin_inset VSpace defskip
37455 \end_inset
37456
37457
37458 \end_layout
37459
37460 \begin_layout Standard
37461 \noindent
37462 \align center
37463 \begin_inset Tabular
37464 <lyxtabular version="3" rows="2" columns="2">
37465 <features tabularvalignment="middle">
37466 <column alignment="center" valignment="top">
37467 <column alignment="center" valignment="top">
37468 <row>
37469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37470 \begin_inset Text
37471
37472 \begin_layout Plain Layout
37473 texte
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 texte
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 </row>
37488 <row>
37489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37490 \begin_inset Text
37491
37492 \begin_layout Plain Layout
37493 \begin_inset Graphics
37494         filename ../../images/dialog-show-new-inset_graphics.png
37495         scale 70
37496         scaleBeforeRotation
37497
37498 \end_inset
37499
37500
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37506 \begin_inset Text
37507
37508 \begin_layout Plain Layout
37509 texte
37510 \end_layout
37511
37512 \end_inset
37513 </cell>
37514 </row>
37515 </lyxtabular>
37516
37517 \end_inset
37518
37519  
37520 \begin_inset Tabular
37521 <lyxtabular version="3" rows="2" columns="2">
37522 <features tabularvalignment="middle">
37523 <column alignment="center" valignment="top">
37524 <column alignment="center" valignment="top">
37525 <row>
37526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37527 \begin_inset Text
37528
37529 \begin_layout Plain Layout
37530 texte
37531 \end_layout
37532
37533 \end_inset
37534 </cell>
37535 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37536 \begin_inset Text
37537
37538 \begin_layout Plain Layout
37539 texte
37540 \end_layout
37541
37542 \end_inset
37543 </cell>
37544 </row>
37545 <row>
37546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37547 \begin_inset Text
37548
37549 \begin_layout Plain Layout
37550 texte
37551 \end_layout
37552
37553 \end_inset
37554 </cell>
37555 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37556 \begin_inset Text
37557
37558 \begin_layout Plain Layout
37559 \begin_inset Graphics
37560         filename ../../images/dialog-show-new-inset_graphics.png
37561         scale 70
37562         scaleBeforeRotation
37563
37564 \end_inset
37565
37566
37567 \end_layout
37568
37569 \end_inset
37570 </cell>
37571 </row>
37572 </lyxtabular>
37573
37574 \end_inset
37575
37576  
37577 \begin_inset Tabular
37578 <lyxtabular version="3" rows="2" columns="3">
37579 <features tabularvalignment="middle">
37580 <column alignment="center" valignment="top">
37581 <column alignment="center" valignment="top">
37582 <column alignment="center" valignment="top">
37583 <row>
37584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37585 \begin_inset Text
37586
37587 \begin_layout Plain Layout
37588 texte
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 <cell alignment="center" valignment="top" topline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597 \begin_inset Graphics
37598         filename ../../images/dialog-show-new-inset_graphics.png
37599         scale 70
37600         scaleBeforeRotation
37601
37602 \end_inset
37603
37604
37605 \end_layout
37606
37607 \end_inset
37608 </cell>
37609 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613 texte
37614 \end_layout
37615
37616 \end_inset
37617 </cell>
37618 </row>
37619 <row>
37620 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 texte
37625 \end_layout
37626
37627 \end_inset
37628 </cell>
37629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37630 \begin_inset Text
37631
37632 \begin_layout Plain Layout
37633 texte
37634 \end_layout
37635
37636 \end_inset
37637 </cell>
37638 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37639 \begin_inset Text
37640
37641 \begin_layout Plain Layout
37642 texte
37643 \end_layout
37644
37645 \end_inset
37646 </cell>
37647 </row>
37648 </lyxtabular>
37649
37650 \end_inset
37651
37652  
37653 \begin_inset Tabular
37654 <lyxtabular version="3" rows="2" columns="3">
37655 <features tabularvalignment="middle">
37656 <column alignment="center" valignment="top">
37657 <column alignment="center" valignment="top">
37658 <column alignment="center" valignment="top">
37659 <row>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664 texte
37665 \end_layout
37666
37667 \end_inset
37668 </cell>
37669 <cell alignment="center" valignment="top" topline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 texte
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682 texte
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 </row>
37688 <row>
37689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37690 \begin_inset Text
37691
37692 \begin_layout Plain Layout
37693 texte
37694 \end_layout
37695
37696 \end_inset
37697 </cell>
37698 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702 \begin_inset Graphics
37703         filename ../../images/dialog-show-new-inset_graphics.png
37704         scale 70
37705         scaleBeforeRotation
37706
37707 \end_inset
37708
37709
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37715 \begin_inset Text
37716
37717 \begin_layout Plain Layout
37718 texte
37719 \end_layout
37720
37721 \end_inset
37722 </cell>
37723 </row>
37724 </lyxtabular>
37725
37726 \end_inset
37727
37728
37729 \end_layout
37730
37731 \begin_layout Standard
37732 \noindent
37733 \align center
37734 \begin_inset Tabular
37735 <lyxtabular version="3" rows="3" columns="2">
37736 <features tabularvalignment="middle">
37737 <column alignment="center" valignment="top">
37738 <column alignment="center" valignment="top">
37739 <row>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744 texte
37745 \end_layout
37746
37747 \end_inset
37748 </cell>
37749 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37750 \begin_inset Text
37751
37752 \begin_layout Plain Layout
37753 texte
37754 \end_layout
37755
37756 \end_inset
37757 </cell>
37758 </row>
37759 <row>
37760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37761 \begin_inset Text
37762
37763 \begin_layout Plain Layout
37764 \begin_inset Graphics
37765         filename ../../images/dialog-show-new-inset_graphics.png
37766         scale 70
37767         scaleBeforeRotation
37768
37769 \end_inset
37770
37771
37772 \end_layout
37773
37774 \end_inset
37775 </cell>
37776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37777 \begin_inset Text
37778
37779 \begin_layout Plain Layout
37780 texte
37781 \end_layout
37782
37783 \end_inset
37784 </cell>
37785 </row>
37786 <row>
37787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37788 \begin_inset Text
37789
37790 \begin_layout Plain Layout
37791 texte
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800 texte
37801 \end_layout
37802
37803 \end_inset
37804 </cell>
37805 </row>
37806 </lyxtabular>
37807
37808 \end_inset
37809
37810  
37811 \begin_inset Tabular
37812 <lyxtabular version="3" rows="3" columns="3">
37813 <features tabularvalignment="middle">
37814 <column alignment="center" valignment="top">
37815 <column alignment="center" valignment="top">
37816 <column alignment="center" valignment="top">
37817 <row>
37818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37819 \begin_inset Text
37820
37821 \begin_layout Plain Layout
37822 texte
37823 \end_layout
37824
37825 \end_inset
37826 </cell>
37827 <cell alignment="center" valignment="top" topline="true" usebox="none">
37828 \begin_inset Text
37829
37830 \begin_layout Plain Layout
37831 texte
37832 \end_layout
37833
37834 \end_inset
37835 </cell>
37836 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37837 \begin_inset Text
37838
37839 \begin_layout Plain Layout
37840 texte
37841 \end_layout
37842
37843 \end_inset
37844 </cell>
37845 </row>
37846 <row>
37847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37848 \begin_inset Text
37849
37850 \begin_layout Plain Layout
37851 texte
37852 \end_layout
37853
37854 \end_inset
37855 </cell>
37856 <cell alignment="center" valignment="top" usebox="none">
37857 \begin_inset Text
37858
37859 \begin_layout Plain Layout
37860 \begin_inset Graphics
37861         filename ../../images/dialog-show-new-inset_graphics.png
37862         scale 70
37863         scaleBeforeRotation
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37873 \begin_inset Text
37874
37875 \begin_layout Plain Layout
37876 texte
37877 \end_layout
37878
37879 \end_inset
37880 </cell>
37881 </row>
37882 <row>
37883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37884 \begin_inset Text
37885
37886 \begin_layout Plain Layout
37887 texte
37888 \end_layout
37889
37890 \end_inset
37891 </cell>
37892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37893 \begin_inset Text
37894
37895 \begin_layout Plain Layout
37896 texte
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37902 \begin_inset Text
37903
37904 \begin_layout Plain Layout
37905 texte
37906 \end_layout
37907
37908 \end_inset
37909 </cell>
37910 </row>
37911 </lyxtabular>
37912
37913 \end_inset
37914
37915  
37916 \begin_inset Tabular
37917 <lyxtabular version="3" rows="3" columns="2">
37918 <features tabularvalignment="middle">
37919 <column alignment="center" valignment="top">
37920 <column alignment="center" valignment="top">
37921 <row>
37922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37923 \begin_inset Text
37924
37925 \begin_layout Plain Layout
37926 texte
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935 texte
37936 \end_layout
37937
37938 \end_inset
37939 </cell>
37940 </row>
37941 <row>
37942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946 texte
37947 \end_layout
37948
37949 \end_inset
37950 </cell>
37951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37952 \begin_inset Text
37953
37954 \begin_layout Plain Layout
37955 \begin_inset Graphics
37956         filename ../../images/dialog-show-new-inset_graphics.png
37957         scale 70
37958         scaleBeforeRotation
37959
37960 \end_inset
37961
37962
37963 \end_layout
37964
37965 \end_inset
37966 </cell>
37967 </row>
37968 <row>
37969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973 texte
37974 \end_layout
37975
37976 \end_inset
37977 </cell>
37978 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37979 \begin_inset Text
37980
37981 \begin_layout Plain Layout
37982 texte
37983 \end_layout
37984
37985 \end_inset
37986 </cell>
37987 </row>
37988 </lyxtabular>
37989
37990 \end_inset
37991
37992
37993 \end_layout
37994
37995 \begin_layout Standard
37996 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37997  
37998 \end_layout
37999
38000 \begin_layout Standard
38001 \noindent
38002
38003 \series bold
38004 picinpar
38005 \series default
38006
38007 \begin_inset Index idx
38008 status collapsed
38009
38010 \begin_layout Plain Layout
38011 Paquetages \SpecialChar LaTeX
38012  ! picinpar
38013 \end_layout
38014
38015 \end_inset
38016
38017 .
38018  Voici un exemple :
38019 \end_layout
38020
38021 \begin_layout Standard
38022 \begin_inset ERT
38023 status collapsed
38024
38025 \begin_layout Plain Layout
38026
38027
38028 \backslash
38029 ifpicinpar
38030 \end_layout
38031
38032 \end_inset
38033
38034
38035 \begin_inset Note Note
38036 status open
38037
38038 \begin_layout Plain Layout
38039 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38040  
38041 \series bold
38042 picinpar
38043 \series default
38044  a été installé.
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \end_layout
38051
38052 \begin_layout Standard
38053 \begin_inset ERT
38054 status collapsed
38055
38056 \begin_layout Plain Layout
38057
38058
38059 \backslash
38060 begin{window}[2,c,{
38061 \end_layout
38062
38063 \end_inset
38064
38065
38066 \begin_inset Graphics
38067         filename ../clipart/mobius.eps
38068         lyxscale 60
38069         width 40col%
38070         scaleBeforeRotation
38071         rotateOrigin center
38072
38073 \end_inset
38074
38075
38076 \begin_inset ERT
38077 status collapsed
38078
38079 \begin_layout Plain Layout
38080
38081 },]
38082 \end_layout
38083
38084 \begin_layout Plain Layout
38085
38086 {}
38087 \end_layout
38088
38089 \end_inset
38090
38091
38092 \size small
38093 \lang english
38094 It was in the spring of the year 1894 that all London was interested, and
38095  the fashionable world dismayed, by the murder of the Honourable Ronald
38096  Adair under most unusual and inexplicable circumstances.
38097  The public has already learned those particulars of the crime which
38098 \size default
38099
38100 \begin_inset ERT
38101 status collapsed
38102
38103 \begin_layout Plain Layout
38104
38105
38106 \backslash
38107 footnotemark{}
38108 \end_layout
38109
38110 \end_inset
38111
38112
38113 \size small
38114  came out in the police investigation, but a good deal was suppressed upon
38115  that occasion, since the case for the prosecution was so overwhelmingly
38116  strong that it was not necessary to bring forward all the facts.
38117  Only now, at the end of nearly ten years, am I allowed to supply those
38118  missing links which make up the whole of that remarkable chain
38119 \lang french
38120 .
38121 \size default
38122
38123 \begin_inset ERT
38124 status collapsed
38125
38126 \begin_layout Plain Layout
38127
38128
38129 \backslash
38130 end{window}
38131 \end_layout
38132
38133 \end_inset
38134
38135
38136 \end_layout
38137
38138 \begin_layout Standard
38139 \begin_inset ERT
38140 status collapsed
38141
38142 \begin_layout Plain Layout
38143
38144
38145 \backslash
38146 footnotetext{
38147 \end_layout
38148
38149 \end_inset
38150
38151 Note de pied de page du paragraphe avec objet fixe.
38152 \begin_inset ERT
38153 status collapsed
38154
38155 \begin_layout Plain Layout
38156
38157 }
38158 \end_layout
38159
38160 \end_inset
38161
38162
38163 \end_layout
38164
38165 \begin_layout Standard
38166 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38167  d'eux et leur position est déterminée par le nombre de lignes de texte
38168  situées audessus d'eux.
38169  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38170  numérotée.
38171 \end_layout
38172
38173 \begin_layout Standard
38174 Un objet fixe enrobé est inséré en ajoutant la commande
38175 \end_layout
38176
38177 \begin_layout Standard
38178
38179 \series bold
38180
38181 \backslash
38182 begin{window}[2,c,{
38183 \end_layout
38184
38185 \begin_layout Standard
38186 en code \SpecialChar TeX
38187  au debut du paragraphe.
38188  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38189  dessus de l'objet, le second, ici 'c', la position de l'objet.
38190  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38191  ) sont possibles.
38192  Après la commande, vous insérez votre objet.
38193  Dans cet exemple, c'est une image avec une largeur de 40
38194 \begin_inset space \thinspace{}
38195 \end_inset
38196
38197 % de la colonne de texte qui a été insérée.
38198  L'objet peut aussi être un tableau, une boîte ou une équation.
38199  Après l'objet, on insère la commande
38200 \end_layout
38201
38202 \begin_layout Standard
38203
38204 \series bold
38205 },texte de description ]
38206 \begin_inset Newline newline
38207 \end_inset
38208
38209 {}
38210 \end_layout
38211
38212 \begin_layout Standard
38213 Notez que le 
38214 \begin_inset Quotes fld
38215 \end_inset
38216
38217
38218 \series bold
38219 {}
38220 \series default
38221
38222 \begin_inset Quotes frd
38223 \end_inset
38224
38225  est sur la deuxième ligne.
38226  Le texte de description est facultatif.
38227  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38228  il doit donc commence juste après le 
38229 \series bold
38230 {}
38231 \series default
38232 .
38233  A la fin du paragraphe on insère la commande :
38234 \end_layout
38235
38236 \begin_layout Standard
38237
38238 \series bold
38239
38240 \backslash
38241 end{window}
38242 \end_layout
38243
38244 \begin_layout Standard
38245 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38246  ajouter des notes de pied de page de la façon habituelle.
38247  Vous devez utiliser la commande 
38248 \series bold
38249
38250 \backslash
38251 footnotemark
38252 \series default
38253  à l'intérieur du paragraphe et la commande 
38254 \series bold
38255
38256 \backslash
38257 footnotetext
38258 \series default
38259  à l'extérieur, comme décrit dans la section
38260 \begin_inset space \thinspace{}
38261 \end_inset
38262
38263
38264 \begin_inset CommandInset ref
38265 LatexCommand ref
38266 reference "sec:Notes-bas-de-page"
38267
38268 \end_inset
38269
38270 .
38271 \end_layout
38272
38273 \begin_layout Standard
38274 \begin_inset ERT
38275 status collapsed
38276
38277 \begin_layout Plain Layout
38278
38279
38280 \backslash
38281 else
38282 \end_layout
38283
38284 \end_inset
38285
38286
38287 \begin_inset Note Note
38288 status open
38289
38290 \begin_layout Plain Layout
38291 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38292  
38293 \series bold
38294 picinpar
38295 \series default
38296  n'est pas installé :
38297 \end_layout
38298
38299 \end_inset
38300
38301
38302 \end_layout
38303
38304 \begin_layout Standard
38305 Vous devez installer le paquetage \SpecialChar LaTeX
38306  
38307 \series bold
38308 picinpar
38309 \series default
38310  pour voir la suite de cette section dans la sortie imprimée.
38311 \end_layout
38312
38313 \begin_layout Standard
38314 \begin_inset ERT
38315 status collapsed
38316
38317 \begin_layout Plain Layout
38318
38319
38320 \backslash
38321 fi
38322 \end_layout
38323
38324 \end_inset
38325
38326
38327 \end_layout
38328
38329 \begin_layout Section
38330 Lettrines
38331 \begin_inset Index idx
38332 status collapsed
38333
38334 \begin_layout Plain Layout
38335 Lettrines
38336 \end_layout
38337
38338 \end_inset
38339
38340
38341 \begin_inset Index idx
38342 status collapsed
38343
38344 \begin_layout Plain Layout
38345 Entouré par du texte ! Lettrines
38346 \end_layout
38347
38348 \end_inset
38349
38350
38351 \end_layout
38352
38353 \begin_layout Standard
38354 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38355  
38356 \series bold
38357 lettrine
38358 \series default
38359
38360 \begin_inset Index idx
38361 status collapsed
38362
38363 \begin_layout Plain Layout
38364 Paquetages \SpecialChar LaTeX
38365  ! lettrine
38366 \end_layout
38367
38368 \end_inset
38369
38370  doit être installé et vous devez utiliser le module Initiales (
38371 \begin_inset space ~
38372 \end_inset
38373
38374 menu 
38375 \family sans
38376 Document\SpecialChar menuseparator
38377 Paramètres\SpecialChar menuseparator
38378 Modules
38379 \family default
38380
38381 \begin_inset space ~
38382 \end_inset
38383
38384 ).
38385  Pour insérer une lettrine, utilisez le style 
38386 \family sans
38387 Initial
38388 \family default
38389 .
38390  Les paramètres sont insérés avec le menu 
38391 \family sans
38392 Insertion
38393 \family default
38394 .
38395  Le paramètre obligatoire 
38396 \family sans
38397 \lang english
38398 Initial
38399 \family default
38400 \lang french
38401  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38402 \family sans
38403 \lang english
38404 Rest
38405 \begin_inset space ~
38406 \end_inset
38407
38408 of
38409 \begin_inset space ~
38410 \end_inset
38411
38412 Initial
38413 \family default
38414  
38415 \lang french
38416 contient
38417 \lang english
38418  the rest of the word or text of the initial letter(s)
38419 \lang french
38420 .
38421  Le paramètre 
38422 \family sans
38423 \lang english
38424 Options
38425 \family default
38426 \lang french
38427  contient paramètres pour modifier la lettrine.
38428  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38429  du paquetage 
38430 \series bold
38431 lettrine
38432 \series default
38433
38434 \begin_inset CommandInset citation
38435 LatexCommand cite
38436 key "lettrine"
38437
38438 \end_inset
38439
38440 .
38441  Le style lui-même contient le texte qui doit entourer la lettrine.
38442  Le style habituel est par conséquent que le mot dont la première lettre
38443  est l'initiale soit en 
38444 \shape smallcaps
38445 petites capitales
38446 \shape default
38447 .
38448 \end_layout
38449
38450 \begin_layout Standard
38451 \begin_inset Newpage pagebreak
38452 \end_inset
38453
38454
38455 \end_layout
38456
38457 \begin_layout Standard
38458 Voici quelques exemples
38459 \begin_inset space ~
38460 \end_inset
38461
38462 :
38463 \end_layout
38464
38465 \begin_layout Standard
38466 \begin_inset ERT
38467 status collapsed
38468
38469 \begin_layout Plain Layout
38470
38471
38472 \backslash
38473 iflettrine
38474 \end_layout
38475
38476 \end_inset
38477
38478
38479 \begin_inset Note Note
38480 status open
38481
38482 \begin_layout Plain Layout
38483 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38484  
38485 \series bold
38486 lettrine
38487 \series default
38488  a été installé.
38489 \end_layout
38490
38491 \end_inset
38492
38493
38494 \end_layout
38495
38496 \begin_layout Enumerate
38497 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38498  mathématique 
38499 \begin_inset Formula $\mathfrak{Fraktur}$
38500 \end_inset
38501
38502 :
38503 \begin_inset Separator parbreak
38504 \end_inset
38505
38506
38507 \end_layout
38508
38509 \begin_deeper
38510 \begin_layout Initial
38511 \begin_inset Argument 2
38512 status open
38513
38514 \begin_layout Plain Layout
38515 \begin_inset Formula $\mathfrak{I}$
38516 \end_inset
38517
38518
38519 \end_layout
38520
38521 \end_inset
38522
38523
38524 \begin_inset Argument 3
38525 status open
38526
38527 \begin_layout Plain Layout
38528 t
38529 \end_layout
38530
38531 \end_inset
38532
38533  
38534 \lang english
38535 was in the spring of the year 1894 that all London was interested, and the
38536  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38537  under most unusual and inexplicable circumstances.
38538  The public has already learned those particulars of the crime which came
38539  out in the police investigation, but a good deal was suppressed upon that
38540  occasion, since the case for the prosecution was so overwhelmingly strong
38541  that it was not necessary to bring forward all the facts.
38542 \end_layout
38543
38544 \end_deeper
38545 \begin_layout Enumerate
38546 L'initiale est entourée par une seule ligne et est formée de deux lettres
38547  dans la police standard ; aucun texte n'est écrit en petites capitales
38548 \begin_inset space ~
38549 \end_inset
38550
38551 :
38552 \begin_inset Separator parbreak
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \begin_deeper
38559 \begin_layout Initial
38560 \begin_inset Argument 1
38561 status open
38562
38563 \begin_layout Plain Layout
38564 lines=1
38565 \end_layout
38566
38567 \end_inset
38568
38569
38570 \begin_inset Argument 2
38571 status open
38572
38573 \begin_layout Plain Layout
38574 It
38575 \end_layout
38576
38577 \end_inset
38578
38579  
38580 \lang english
38581 was in the spring of the year 1894 that all London was interested, and the
38582  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38583  under most unusual and inexplicable circumstances.
38584  The public has already learned those particulars of the crime which came
38585  out in the police investigation, but a good deal was suppressed upon that
38586  occasion, since the case for the prosecution was so overwhelmingly strong
38587  that it was not necessary to bring forward all the facts.
38588 \end_layout
38589
38590 \end_deeper
38591 \begin_layout Enumerate
38592 Initiale descendante sur 3
38593 \begin_inset space ~
38594 \end_inset
38595
38596 lignes en magenta en police mathématique
38597 \begin_inset Newline newline
38598 \end_inset
38599
38600
38601 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38602 \end_inset
38603
38604 , le texte 
38605 \begin_inset Quotes fld
38606 \end_inset
38607
38608
38609 \lang english
38610 t was in the spring
38611 \lang french
38612
38613 \begin_inset Quotes frd
38614 \end_inset
38615
38616  est en 
38617 \shape smallcaps
38618 petites capitales
38619 \shape default
38620  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38621  avant l'initiale
38622 \begin_inset space ~
38623 \end_inset
38624
38625 :
38626 \begin_inset Newline newline
38627 \end_inset
38628
38629
38630 \series bold
38631
38632 \backslash
38633 renewcommand{
38634 \backslash
38635 LettrineFontHook}{
38636 \backslash
38637 color{couleur}}
38638 \series default
38639
38640 \begin_inset Newline newline
38641 \end_inset
38642
38643 où la 
38644 \emph on
38645 couleur
38646 \emph default
38647  peut être 
38648 \begin_inset Quotes fld
38649 \end_inset
38650
38651 red
38652 \begin_inset Quotes frd
38653 \end_inset
38654
38655
38656 \begin_inset Quotes fld
38657 \end_inset
38658
38659 blue
38660 \begin_inset Quotes frd
38661 \end_inset
38662
38663
38664 \begin_inset Quotes fld
38665 \end_inset
38666
38667 green
38668 \begin_inset Quotes frd
38669 \end_inset
38670
38671
38672 \begin_inset Quotes fld
38673 \end_inset
38674
38675 yellow
38676 \begin_inset Quotes frd
38677 \end_inset
38678
38679
38680 \begin_inset Quotes fld
38681 \end_inset
38682
38683 cyan
38684 \begin_inset Quotes frd
38685 \end_inset
38686
38687
38688 \begin_inset Quotes fld
38689 \end_inset
38690
38691 magenta
38692 \begin_inset Quotes frd
38693 \end_inset
38694
38695
38696 \begin_inset Quotes fld
38697 \end_inset
38698
38699 black
38700 \begin_inset Quotes frd
38701 \end_inset
38702
38703  ou 
38704 \begin_inset Quotes fld
38705 \end_inset
38706
38707 white
38708 \begin_inset Quotes frd
38709 \end_inset
38710
38711 .
38712  On doit aussi ajouter la commande suivante au préambule du document
38713 \begin_inset space ~
38714 \end_inset
38715
38716 :
38717 \begin_inset Newline newline
38718 \end_inset
38719
38720
38721 \series bold
38722
38723 \backslash
38724 @ifundefined{textcolor}
38725 \begin_inset Newline newline
38726 \end_inset
38727
38728
38729 \begin_inset space ~
38730 \end_inset
38731
38732 {
38733 \backslash
38734 usepackage{color}}{}
38735 \series default
38736
38737 \begin_inset Separator parbreak
38738 \end_inset
38739
38740
38741 \end_layout
38742
38743 \begin_deeper
38744 \begin_layout Standard
38745 \begin_inset ERT
38746 status collapsed
38747
38748 \begin_layout Plain Layout
38749
38750
38751 \backslash
38752 renewcommand{
38753 \backslash
38754 LettrineFontHook}{
38755 \backslash
38756 color{magenta}}
38757 \end_layout
38758
38759 \end_inset
38760
38761
38762 \begin_inset Note Note
38763 status collapsed
38764
38765 \begin_layout Plain Layout
38766 colore la lettrine en magenta
38767 \end_layout
38768
38769 \end_inset
38770
38771
38772 \end_layout
38773
38774 \begin_layout Initial
38775 \begin_inset Argument 1
38776 status open
38777
38778 \begin_layout Plain Layout
38779 lines=3, lhang=0.33, loversize=0.25
38780 \end_layout
38781
38782 \end_inset
38783
38784
38785 \begin_inset Argument 2
38786 status open
38787
38788 \begin_layout Plain Layout
38789 \begin_inset Formula $\mathcal{I}$
38790 \end_inset
38791
38792
38793 \end_layout
38794
38795 \end_inset
38796
38797
38798 \begin_inset Argument 3
38799 status open
38800
38801 \begin_layout Plain Layout
38802
38803 \lang english
38804 t was in the spring
38805 \end_layout
38806
38807 \end_inset
38808
38809
38810 \lang english
38811  of the year 1894 that all London was interested, and the fashionable world
38812  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38813  and inexplicable circumstances.
38814  The public has already learned those particulars of the crime which came
38815  out in the police investigation, but a good deal was suppressed upon that
38816  occasion, since the case for the prosecution was so overwhelmingly strong
38817  that it was not necessary to bring forward all the facts.
38818 \end_layout
38819
38820 \end_deeper
38821 \begin_layout Standard
38822 \begin_inset ERT
38823 status collapsed
38824
38825 \begin_layout Plain Layout
38826
38827
38828 \backslash
38829 else
38830 \end_layout
38831
38832 \end_inset
38833
38834
38835 \begin_inset Note Note
38836 status open
38837
38838 \begin_layout Plain Layout
38839 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38840  
38841 \series bold
38842 lettrine
38843 \series default
38844  n'est pas installé :
38845 \end_layout
38846
38847 \end_inset
38848
38849
38850 \end_layout
38851
38852 \begin_layout Standard
38853 Vous devez installer le paquetage \SpecialChar LaTeX
38854  
38855 \series bold
38856 lettrine
38857 \series default
38858  pour voir la suite de cette section dans la sortie imprimée.
38859 \end_layout
38860
38861 \begin_layout Standard
38862 \begin_inset ERT
38863 status collapsed
38864
38865 \begin_layout Plain Layout
38866
38867
38868 \backslash
38869 fi
38870 \end_layout
38871
38872 \end_inset
38873
38874
38875 \end_layout
38876
38877 \begin_layout Chapter
38878 Trucs externes
38879 \begin_inset Index idx
38880 status collapsed
38881
38882 \begin_layout Plain Layout
38883 Trucs externes
38884 \end_layout
38885
38886 \end_inset
38887
38888
38889 \end_layout
38890
38891 \begin_layout Standard
38892 Avec le menu 
38893 \family sans
38894 Insertion\SpecialChar menuseparator
38895 Fichier
38896 \family default
38897  vous pouvez insérer un contenu externe à votre document.
38898  Ce contenu peut être :
38899 \end_layout
38900
38901 \begin_layout Description
38902 Document
38903 \begin_inset space ~
38904 \end_inset
38905
38906 \SpecialChar LyX
38907  Un autre document \SpecialChar LyX
38908  ; son contenu est directement inséré dans votre document.
38909 \end_layout
38910
38911 \begin_layout Description
38912 Texte
38913 \begin_inset space ~
38914 \end_inset
38915
38916 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38917 e.
38918 \end_layout
38919
38920 \begin_layout Description
38921 Texte
38922 \begin_inset space ~
38923 \end_inset
38924
38925 Brut
38926 \begin_inset space ~
38927 \end_inset
38928
38929 par
38930 \begin_inset space ~
38931 \end_inset
38932
38933 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38934  Les lignes vides créent un nouveau paragraphe dans votre document.
38935 \end_layout
38936
38937 \begin_layout Description
38938 Objet
38939 \begin_inset space ~
38940 \end_inset
38941
38942 Externe Fichiers de formats variés.
38943 \end_layout
38944
38945 \begin_layout Description
38946 Sous-document Documents \SpecialChar LyX
38947  ou \SpecialChar LaTeX
38948 .
38949 \end_layout
38950
38951 \begin_layout Section
38952 Objets externes 
38953 \begin_inset Index idx
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957 Trucs externes ! Objets Externes
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \end_layout
38964
38965 \begin_layout Standard
38966 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38967  de fichiers dans votre document sans avoir à convertir ces derniers en
38968  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38969
38970  qui va s'occuper des conversions.
38971  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38972  \SpecialChar LyX
38973  des images dans des formats divers.
38974  Quand vous avez activé 
38975 \family sans
38976 Aperçu
38977 \begin_inset space ~
38978 \end_inset
38979
38980 sur
38981 \begin_inset space ~
38982 \end_inset
38983
38984 le
38985 \begin_inset space ~
38986 \end_inset
38987
38988 vif
38989 \family default
38990  dans le menu des préférences de \SpecialChar LyX
38991 , dans la rubrique 
38992 \family sans
38993 Apparence\SpecialChar menuseparator
38994 Graphiques
38995 \family default
38996 , les objets externes de type Dia et Xfig sont affichés directement dans
38997  \SpecialChar LyX
38998 .
38999 \end_layout
39000
39001 \begin_layout Standard
39002 On insère des objets externes en utilisant la fenêtre de dialogue 
39003 \family sans
39004 Objet
39005 \begin_inset space ~
39006 \end_inset
39007
39008 Externe
39009 \family default
39010  qui est accessible via le menu 
39011 \family sans
39012 Insertion\SpecialChar menuseparator
39013 Fichiers\SpecialChar menuseparator
39014 Objet
39015 \begin_inset space ~
39016 \end_inset
39017
39018 Externe
39019 \family default
39020 .
39021  Actuellement les types de fichiers (
39022 \family sans
39023 Modèles
39024 \family default
39025 ) suivants sont autorisés :
39026 \end_layout
39027
39028 \begin_layout Description
39029 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39030  par le programme 
39031 \series bold
39032
39033 \begin_inset CommandInset href
39034 LatexCommand href
39035 name "XBoard"
39036 target "http://fr.wikipedia.org/wiki/XBoard"
39037
39038 \end_inset
39039
39040
39041 \series default
39042 .
39043 \end_layout
39044
39045 \begin_layout Description
39046 Date Ce modèle insère la date sous la forme 
39047 \emph on
39048 Jour-Mois-Année
39049 \emph default
39050 .
39051  Voici un exemple de date insérée comme objet externe :: 
39052 \begin_inset External
39053         template Date
39054         filename .
39055
39056 \end_inset
39057
39058
39059 \begin_inset space ~
39060 \end_inset
39061
39062
39063 \begin_inset Note Note
39064 status collapsed
39065
39066 \begin_layout Plain Layout
39067 Retirer l'espace protégé quand le bug 4398 sera résolu !
39068 \end_layout
39069
39070 \end_inset
39071
39072
39073 \begin_inset Newline newline
39074 \end_inset
39075
39076 La date n'apparaîtra pas dans \SpecialChar LyX
39077 , mais seulement dans la sortie imprimée.
39078  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39079 \family sans
39080 Insertion\SpecialChar menuseparator
39081 Date
39082 \family default
39083  et avec la commande \SpecialChar LaTeX
39084  
39085 \series bold
39086
39087 \backslash
39088 today
39089 \series default
39090  entrée comme code \SpecialChar TeX
39091 .
39092  Ces différentes méthodes sont comparée dans le tableau
39093 \begin_inset space ~
39094 \end_inset
39095
39096
39097 \begin_inset CommandInset ref
39098 LatexCommand ref
39099 reference "tab:Comparaison-des-dates"
39100
39101 \end_inset
39102
39103 .
39104 \end_layout
39105
39106 \begin_layout Description
39107 Dia Ce modèle accepte les diagrammes créés avec le programme 
39108 \series bold
39109
39110 \begin_inset CommandInset href
39111 LatexCommand href
39112 name "Dia"
39113 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39114
39115 \end_inset
39116
39117
39118 \series default
39119 .
39120 \end_layout
39121
39122 \begin_layout Description
39123 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39124  ou des tableaux dans le format de 
39125 \series bold
39126
39127 \begin_inset CommandInset href
39128 LatexCommand href
39129 name "Gnumeric"
39130 target "http://fr.wikipedia.org/wiki/Gnumeric"
39131
39132 \end_inset
39133
39134
39135 \series default
39136
39137 \begin_inset CommandInset href
39138 LatexCommand href
39139 name "OpenDocument"
39140 target "http://fr.wikipedia.org/wiki/OpenDocument"
39141
39142 \end_inset
39143
39144
39145 \begin_inset CommandInset href
39146 LatexCommand href
39147 name "Microsoft Office XML"
39148 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39149
39150 \end_inset
39151
39152  et 
39153 \begin_inset CommandInset href
39154 LatexCommand href
39155 name "Office Open XML"
39156 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39157
39158 \end_inset
39159
39160 .
39161  Pour cette fonction, \SpecialChar LyX
39162  doit pouvoir trouver le programme 
39163 \family typewriter
39164 ssconvert
39165 \family default
39166  au cours de sa configuration.
39167  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39168  même si vous n'avez pas de tableaux au format gnumeric.
39169  Pour des exemples et les limitations possibles, jetez un œil au fichier
39170  \SpecialChar LyX
39171  d'exemple, 
39172 \emph on
39173 spreadsheet.lyx
39174 \emph default
39175 .
39176 \end_layout
39177
39178 \begin_layout Description
39179 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39180  par le programme 
39181 \series bold
39182
39183 \begin_inset CommandInset href
39184 LatexCommand href
39185 name "LilyPond"
39186 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39187
39188 \end_inset
39189
39190
39191 \series default
39192 .
39193  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39194  au fichier \SpecialChar LyX
39195  d'exemple 
39196 \emph on
39197 lilypond.lyx
39198 \emph default
39199 .
39200 \end_layout
39201
39202 \begin_layout Description
39203 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39204  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39205  
39206 \emph on
39207 pages
39208 \emph default
39209  dans le champ 
39210 \family sans
39211 Option
39212 \family default
39213  dans l'onglet 
39214 \family sans
39215 Options \SpecialChar LaTeX
39216  et \SpecialChar LyX
39217
39218 \family default
39219 .
39220  L'argument de cette option est une liste d'éléments séparés par des virgules,
39221  contenant des numéros de pages (
39222 \begin_inset space ~
39223 \end_inset
39224
39225 insérez comme option 
39226 \series bold
39227 pages={3,5,6,8}
39228 \series default
39229
39230 \begin_inset space ~
39231 \end_inset
39232
39233 ), des plages de numéros de pages (
39234 \series bold
39235
39236 \begin_inset space ~
39237 \end_inset
39238
39239 pages={4-9}
39240 \series default
39241
39242 \begin_inset space ~
39243 \end_inset
39244
39245 ) ou n'importe quelle combinaison des deux.
39246  Pour insérer des pages vides, utilisez 
39247 \series bold
39248 {}
39249 \series default
39250 .
39251  Par exemple 
39252 \begin_inset space ~
39253 \end_inset
39254
39255
39256 \series bold
39257 pages={3,{},8-11,15}
39258 \series default
39259  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39260  15.
39261  Les plages de pages sont décrites avec la syntaxe 
39262 \emph on
39263 début-fin
39264 \emph default
39265  qui sélectionne toutes les pages de 
39266 \emph on
39267 début
39268 \emph default
39269  jusqu'à 
39270 \emph on
39271 fin
39272 \emph default
39273 .
39274  Si on omet 
39275 \emph on
39276 début
39277 \emph default
39278 , on commence implicitement à la première page ; de même, omettre 
39279 \emph on
39280 fin
39281 \emph default
39282  termine implicitement à la dernière page du document.
39283  La dernière page du document peut aussi être désignée par le mot-clé 
39284 \series bold
39285 last
39286 \series default
39287  (
39288 \begin_inset space ~
39289 \end_inset
39290
39291 ce dernier n'est accepté que pour une plage de pages
39292 \begin_inset space ~
39293 \end_inset
39294
39295 ).
39296  Donc 
39297 \series bold
39298 pages=-
39299 \series default
39300  va insérer toutes les pages du document et 
39301 \series bold
39302 pages=last-1
39303 \series default
39304  va insérer toutes les pages dans l'ordre inverse.
39305  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39306 \begin_inset Newline newline
39307 \end_inset
39308
39309 L'option 
39310 \series bold
39311 noautoscale
39312 \series default
39313  insère les pages avec leur taille d'origine, si cette option n'est pas
39314  donnée, les pages seront redimensionnées
39315 \begin_inset space \space{}
39316 \end_inset
39317
39318 pour tenir dans la largeur de page de votre document.
39319  Dans l'onglet 
39320 \family sans
39321 Taille
39322 \begin_inset space ~
39323 \end_inset
39324
39325 et
39326 \begin_inset space ~
39327 \end_inset
39328
39329 rotation
39330 \family default
39331  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39332  qu'une éventuelle rotation.
39333  Si vous utilisez une autre largeur que 100
39334 \begin_inset space \thinspace{}
39335 \end_inset
39336
39337 Échelle%, l'option 
39338 \series bold
39339 noautoscale
39340 \series default
39341  sera neutralisée.
39342  Pour plus d'information sur les options possibles, jetez un œil sur la
39343  documentation du paquetage \SpecialChar LaTeX
39344  
39345 \series bold
39346 pdfpages
39347 \series default
39348  
39349 \begin_inset CommandInset citation
39350 LatexCommand cite
39351 key "pdfpages"
39352
39353 \end_inset
39354
39355 .
39356 \begin_inset Index idx
39357 status collapsed
39358
39359 \begin_layout Plain Layout
39360 Paquetages \SpecialChar LaTeX
39361  ! pdfpages
39362 \end_layout
39363
39364 \end_inset
39365
39366
39367 \begin_inset Newline newline
39368 \end_inset
39369
39370 Pour utiliser ce modèle dans une présentation 
39371 \family sans
39372 Beamer
39373 \family default
39374  vous devez d'abord insérer un environnement 
39375 \family sans
39376 FinCadre
39377 \family default
39378  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39379  contenant la commande
39380  
39381 \series bold
39382
39383 \backslash
39384 setbeamertemplate{background canvas}{}
39385 \series default
39386 .
39387  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39388  que vous voulez.
39389  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39390  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39391  section.
39392  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39393  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39394  le modèle.
39395 \begin_inset Newline newline
39396 \end_inset
39397
39398 Voici un PDF incorporé basculé de -5°
39399 \begin_inset space ~
39400 \end_inset
39401
39402 °: 
39403 \begin_inset External
39404         template PDFPages
39405         filename ../clipart/Abstract.pdf
39406         extra LaTeX "noautoscale, pages=-"
39407         rotateAngle -5
39408         rotateOrigin bottomleft
39409
39410 \end_inset
39411
39412
39413 \end_layout
39414
39415 \begin_layout Description
39416 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39417  Les images peuvent être traitées dans la fenêtre de dialogue 
39418 \family sans
39419 Objet
39420 \begin_inset space ~
39421 \end_inset
39422
39423 Externe
39424 \family default
39425  comme les images qui sont habituellement incorporées en utilisant le menu
39426  
39427 \family sans
39428 Insertion\SpecialChar menuseparator
39429 Graphique
39430 \family default
39431 , comme c'est décrit dans la section
39432 \begin_inset space ~
39433 \end_inset
39434
39435
39436 \begin_inset CommandInset ref
39437 LatexCommand ref
39438 reference "sec:Graphics-Dialog"
39439
39440 \end_inset
39441
39442 .
39443  La différence avec l'insertion normale d'image est que seules les images
39444  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39445  ne sont pas acceptées.
39446  Voici un exemple d'insertion d'image matricielle
39447 \begin_inset space ~
39448 \end_inset
39449
39450
39451 \begin_inset External
39452         template RasterImage
39453         filename ../clipart/ToolbarEnvBox.png
39454
39455 \end_inset
39456
39457
39458 \end_layout
39459
39460 \begin_layout Description
39461 XFig Ce modèle accepte les images créées avec le programme 
39462 \series bold
39463
39464 \begin_inset CommandInset href
39465 LatexCommand href
39466 name "Xfig"
39467 target "http://fr.wikipedia.org/wiki/Xfig"
39468
39469 \end_inset
39470
39471
39472 \series default
39473 .
39474 \end_layout
39475
39476 \begin_layout Standard
39477 \begin_inset Float table
39478 placement !h
39479 wide false
39480 sideways false
39481 status open
39482
39483 \begin_layout Plain Layout
39484 \begin_inset Caption Standard
39485
39486 \begin_layout Plain Layout
39487 \begin_inset CommandInset label
39488 LatexCommand label
39489 name "tab:Comparaison-des-dates"
39490
39491 \end_inset
39492
39493 Comparaison des méthodes d'insertion de la date.
39494 \end_layout
39495
39496 \end_inset
39497
39498
39499 \end_layout
39500
39501 \begin_layout Plain Layout
39502 \align center
39503 \begin_inset Tabular
39504 <lyxtabular version="3" rows="4" columns="4">
39505 <features tabularvalignment="middle">
39506 <column alignment="center" valignment="top">
39507 <column alignment="center" valignment="top">
39508 <column alignment="center" valignment="top">
39509 <column alignment="center" valignment="top">
39510 <row>
39511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39512 \begin_inset Text
39513
39514 \begin_layout Plain Layout
39515 Format du document
39516 \end_layout
39517
39518 \end_inset
39519 </cell>
39520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39521 \begin_inset Text
39522
39523 \begin_layout Plain Layout
39524
39525 \family sans
39526 Objet
39527 \begin_inset space ~
39528 \end_inset
39529
39530 Externe\SpecialChar menuseparator
39531 Date
39532 \end_layout
39533
39534 \end_inset
39535 </cell>
39536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39537 \begin_inset Text
39538
39539 \begin_layout Plain Layout
39540
39541 \family sans
39542 Insertion\SpecialChar menuseparator
39543 Date
39544 \end_layout
39545
39546 \end_inset
39547 </cell>
39548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39549 \begin_inset Text
39550
39551 \begin_layout Plain Layout
39552 commande 
39553 \series bold
39554
39555 \backslash
39556 today
39557 \end_layout
39558
39559 \end_inset
39560 </cell>
39561 </row>
39562 <row>
39563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39564 \begin_inset Text
39565
39566 \begin_layout Plain Layout
39567 \SpecialChar LyX
39568
39569 \end_layout
39570
39571 \end_inset
39572 </cell>
39573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39574 \begin_inset Text
39575
39576 \begin_layout Plain Layout
39577 comme boîte d'insert
39578 \end_layout
39579
39580 \end_inset
39581 </cell>
39582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39583 \begin_inset Text
39584
39585 \begin_layout Plain Layout
39586 comme date
39587 \end_layout
39588
39589 \end_inset
39590 </cell>
39591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39592 \begin_inset Text
39593
39594 \begin_layout Plain Layout
39595 comme boîte de code \SpecialChar TeX
39596
39597 \end_layout
39598
39599 \end_inset
39600 </cell>
39601 </row>
39602 <row>
39603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39604 \begin_inset Text
39605
39606 \begin_layout Plain Layout
39607 \SpecialChar LaTeX
39608
39609 \end_layout
39610
39611 \end_inset
39612 </cell>
39613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39614 \begin_inset Text
39615
39616 \begin_layout Plain Layout
39617 comme date
39618 \end_layout
39619
39620 \end_inset
39621 </cell>
39622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39623 \begin_inset Text
39624
39625 \begin_layout Plain Layout
39626 comme date
39627 \end_layout
39628
39629 \end_inset
39630 </cell>
39631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39632 \begin_inset Text
39633
39634 \begin_layout Plain Layout
39635 comme commande
39636 \end_layout
39637
39638 \end_inset
39639 </cell>
39640 </row>
39641 <row>
39642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39643 \begin_inset Text
39644
39645 \begin_layout Plain Layout
39646 DVI, PDF, PS
39647 \end_layout
39648
39649 \end_inset
39650 </cell>
39651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39652 \begin_inset Text
39653
39654 \begin_layout Plain Layout
39655 comme date
39656 \end_layout
39657
39658 \end_inset
39659 </cell>
39660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39661 \begin_inset Text
39662
39663 \begin_layout Plain Layout
39664 comme date
39665 \end_layout
39666
39667 \end_inset
39668 </cell>
39669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39670 \begin_inset Text
39671
39672 \begin_layout Plain Layout
39673 comme date date
39674 \end_layout
39675
39676 \end_inset
39677 </cell>
39678 </row>
39679 </lyxtabular>
39680
39681 \end_inset
39682
39683
39684 \end_layout
39685
39686 \end_inset
39687
39688
39689 \end_layout
39690
39691 \begin_layout Standard
39692 Quand vous activez l'option 
39693 \family sans
39694 Brouillon
39695 \family default
39696  de l'onglet 
39697 \family sans
39698 Fichier
39699 \family default
39700  de la fenêtre de dialogue 
39701 \family sans
39702 Objet
39703 \begin_inset space ~
39704 \end_inset
39705
39706 Externe
39707 \family default
39708 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39709 \begin_inset Newline newline
39710 \end_inset
39711
39712 Les objets externes apparaissent dans \SpecialChar LyX
39713 , soit comme une boîte comme celle-ci
39714  : 
39715 \begin_inset Graphics
39716         filename ../clipart/ExternalMaterialQt4.png
39717         scale 85
39718         scaleBeforeRotation
39719
39720 \end_inset
39721
39722  soit comme une image, selon que vous avez ou non activé l'option 
39723 \family sans
39724 Afficher
39725 \begin_inset space ~
39726 \end_inset
39727
39728 dans
39729 \begin_inset space ~
39730 \end_inset
39731
39732 \SpecialChar LyX
39733
39734 \family default
39735  de l'onglet 
39736 \family sans
39737 Options \SpecialChar LaTeX
39738  et \SpecialChar LyX
39739
39740 \family default
39741  de la fenêtre de dialogue.
39742 \end_layout
39743
39744 \begin_layout Standard
39745 Le manuel 
39746 \family sans
39747 \emph on
39748 Personnalisation
39749 \family default
39750 \emph default
39751  explique comment vous pouvez créer vos propres modèles.
39752 \end_layout
39753
39754 \begin_layout Section
39755 Sous-documents
39756 \begin_inset CommandInset label
39757 LatexCommand label
39758 name "sec:Sous-documents"
39759
39760 \end_inset
39761
39762
39763 \begin_inset Index idx
39764 status collapsed
39765
39766 \begin_layout Plain Layout
39767 Trucs externes ! Sous-documents
39768 \end_layout
39769
39770 \end_inset
39771
39772
39773 \begin_inset Index idx
39774 status collapsed
39775
39776 \begin_layout Plain Layout
39777 Fichiers ! Insertion
39778 \end_layout
39779
39780 \end_inset
39781
39782
39783 \end_layout
39784
39785 \begin_layout Standard
39786 Les sous-documents sont utilisés quand on a un document très long qui peut
39787  être décomposé en plusieurs parties ou sections plus petites.
39788  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39789  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39790  Les différents documents sont ce que l'on appelle les sous-documents et
39791  un document maître les relie pour imprimer le document complet ou seulement
39792  une partie de celui-ci.
39793  Un sous-document hérite du contenu de son maître, par exemple le préambule
39794  \SpecialChar LaTeX
39795 , la bibliographie, et les étiquettes pour les références croisées.
39796 \end_layout
39797
39798 \begin_layout Standard
39799 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39800  maître, précisez dans le sous-document le document maître dans le menu
39801  
39802 \family sans
39803 Document\SpecialChar menuseparator
39804 Paramètres\SpecialChar menuseparator
39805 Classe de document
39806 \family default
39807 .
39808  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39809  à chaque
39810  fois que vous modifierez le sous-document.
39811 \end_layout
39812
39813 \begin_layout Standard
39814 Les documents inclus sont visualisés dans \SpecialChar LyX
39815  sous la forme d'une boîte comme
39816  celle-ci : 
39817 \begin_inset Graphics
39818         filename clipart/ChildDocumentQt4.png
39819         lyxscale 70
39820         scale 60
39821         scaleBeforeRotation
39822
39823 \end_inset
39824
39825  Pour inclure des sous-documents dans un document maître , on utilise le
39826  menu 
39827 \family sans
39828 Insertion\SpecialChar menuseparator
39829 Fichier\SpecialChar menuseparator
39830 Sous-document
39831 \family default
39832 .
39833  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39834  des quatre méthodes d'inclusion :
39835 \end_layout
39836
39837 \begin_layout Description
39838 Inclus
39839 \begin_inset space ~
39840 \end_inset
39841
39842 (include) Vous pouvez inclure des documents \SpecialChar LyX
39843  et \SpecialChar LaTeX
39844 .
39845  Quand vous cliquez sur le bouton 
39846 \family sans
39847 Modifier
39848 \family default
39849  dans la fenêtre de dialogue 
39850 \family sans
39851 Sous-document
39852 \family default
39853 , le document inclus est ouvert dans \SpecialChar LyX
39854  dans un nouvel onglet pour que vous
39855  puissiez le modifier.
39856 \begin_inset Newline newline
39857 \end_inset
39858
39859
39860 \end_layout
39861
39862 \begin_layout Standard
39863 Voici un sous-document inséré avec la méthode 
39864 \family sans
39865 Inclus
39866 \family default
39867  : 
39868 \begin_inset CommandInset include
39869 LatexCommand include
39870 filename "DocumentBidon1.lyx"
39871
39872 \end_inset
39873
39874
39875 \end_layout
39876
39877 \begin_layout Standard
39878 La numérotation des sections va prendre en compte les sections des fichiers
39879  incorporés dans l'ordre où ils sont insérés dans le document maître.
39880  Le document qui est inclus comme exemple possède une sous-section qui sera
39881  numérotée comme sous-section de la section actuelle.
39882  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39883  : la sous-section
39884 \begin_inset space ~
39885 \end_inset
39886
39887
39888 \begin_inset CommandInset ref
39889 LatexCommand ref
39890 reference "subsec:Sous-section-externe-1"
39891
39892 \end_inset
39893
39894  est dans le fichier inclus.
39895 \end_layout
39896
39897 \begin_layout Standard
39898 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39899  du document maître est utilisé.
39900  Les branches présentes dans le sous-document seront ignorées par le document
39901  maître si celui-ci ne possède pas une branche avec le même nom.
39902  Les documents inclus sont insérés en commençant une nouvelle page et sont
39903  suivis par un saut de page.
39904 \end_layout
39905
39906 \begin_layout Standard
39907 \begin_inset Note Greyedout
39908 status open
39909
39910 \begin_layout Plain Layout
39911
39912 \series bold
39913 Note:
39914 \series default
39915  Quand vous avez inclus un fichier \SpecialChar LyX
39916  ou \SpecialChar LaTeX
39917 , et que ce dernier utilise une classe
39918  de document différente de celle du document maître, vous recevez un avertisseme
39919 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39920  produire des résultats inattendus sur la sortie imprimée.
39921 \end_layout
39922
39923 \end_inset
39924
39925
39926 \end_layout
39927
39928 \begin_layout Description
39929 Incorporé
39930 \begin_inset space ~
39931 \end_inset
39932
39933 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39934  sont :
39935 \begin_inset Separator parbreak
39936 \end_inset
39937
39938
39939 \end_layout
39940
39941 \begin_deeper
39942 \begin_layout Itemize
39943 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39944  par un saut de page.
39945 \end_layout
39946
39947 \begin_layout Itemize
39948 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39949  quand l'option
39950  
39951 \family sans
39952 Aperçu
39953 \begin_inset space ~
39954 \end_inset
39955
39956 sur
39957 \begin_inset space ~
39958 \end_inset
39959
39960 le
39961 \begin_inset space ~
39962 \end_inset
39963
39964 vif
39965 \family default
39966  est activée dans les préférences dans la rubrique 
39967 \family sans
39968 Apparence\SpecialChar menuseparator
39969 Graphique
39970 \family default
39971 .
39972 \end_layout
39973
39974 \begin_layout Itemize
39975 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39976 \family sans
39977 Document\SpecialChar menuseparator
39978 Paramètres\SpecialChar menuseparator
39979 Sous-documents
39980 \family default
39981 .
39982 \end_layout
39983
39984 \end_deeper
39985 \begin_layout Standard
39986 Voici un sous document inséré en utilisant la méthode 
39987 \family sans
39988 Incorporé
39989 \family default
39990  : 
39991 \begin_inset CommandInset include
39992 LatexCommand input
39993 preview true
39994 filename "DocumentBidon2.lyx"
39995
39996 \end_inset
39997
39998
39999 \end_layout
40000
40001 \begin_layout Standard
40002 Voici un sous-document
40003 \emph on
40004 input
40005 \emph default
40006  comme \SpecialChar LaTeX
40007  source:
40008 \end_layout
40009
40010 \begin_layout Quote
40011 \begin_inset CommandInset include
40012 LatexCommand input
40013 filename "DocumentTexteBidon.txt"
40014
40015 \end_inset
40016
40017
40018 \end_layout
40019
40020 \begin_layout Description
40021 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
40022  Si c'est un fichier \SpecialChar LyX
40023  ou \SpecialChar LaTeX
40024 , le contenu sera affiché dans la sortie sous forme
40025  de code source et aucune des commandes éventuellement présentes ne sera
40026  exécutée.
40027  Vous pouvez utiliser l'option 
40028 \family sans
40029 Marquer
40030 \begin_inset space ~
40031 \end_inset
40032
40033 les
40034 \begin_inset space ~
40035 \end_inset
40036
40037 espaces
40038 \family default
40039  qui matérialise chaque espace présente dans le code source par un caractère
40040  
40041 \begin_inset Quotes fld
40042 \end_inset
40043
40044
40045 \begin_inset ERT
40046 status collapsed
40047
40048 \begin_layout Plain Layout
40049
40050
40051 \backslash
40052 textvisiblespace 
40053 \end_layout
40054
40055 \end_inset
40056
40057
40058 \begin_inset Quotes frd
40059 \end_inset
40060
40061  .
40062  La différence avec la méthode qui consiste à utiliser le menu 
40063 \family sans
40064 Insertion\SpecialChar menuseparator
40065 Fichier\SpecialChar menuseparator
40066 Texte
40067 \begin_inset space ~
40068 \end_inset
40069
40070 brut
40071 \family default
40072  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
40073 .
40074 \end_layout
40075
40076 \begin_layout Standard
40077 Voici un sous-document inclus en utilisant la méthode 
40078 \family sans
40079 verbatim
40080 \family default
40081  : 
40082 \begin_inset CommandInset include
40083 LatexCommand verbatiminput
40084 filename "DocumentTexteBidon.txt"
40085
40086 \end_inset
40087
40088
40089 \begin_inset VSpace bigskip
40090 \end_inset
40091
40092 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40093  l'option 
40094 \family sans
40095 Marquer
40096 \begin_inset space ~
40097 \end_inset
40098
40099 les
40100 \begin_inset space ~
40101 \end_inset
40102
40103 espaces :
40104 \family default
40105  
40106 \begin_inset CommandInset include
40107 LatexCommand verbatiminput*
40108 filename "DocumentTexteBidon.txt"
40109
40110 \end_inset
40111
40112
40113 \end_layout
40114
40115 \begin_layout Standard
40116 \begin_inset VSpace bigskip
40117 \end_inset
40118
40119
40120 \end_layout
40121
40122 \begin_layout Standard
40123 \begin_inset Note Greyedout
40124 status open
40125
40126 \begin_layout Plain Layout
40127
40128 \series bold
40129 Note:
40130 \series default
40131  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40132  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40133 \end_layout
40134
40135 \end_inset
40136
40137
40138 \end_layout
40139
40140 \begin_layout Description
40141 Listings Ce type d'inclusion est décrit dans le chapitre
40142 \begin_inset space ~
40143 \end_inset
40144
40145
40146 \begin_inset CommandInset ref
40147 LatexCommand ref
40148 reference "cha:Program-Code-Listings"
40149
40150 \end_inset
40151
40152 .
40153 \end_layout
40154
40155 \begin_layout Standard
40156 \begin_inset Note Greyedout
40157 status open
40158
40159 \begin_layout Plain Layout
40160
40161 \series bold
40162 Note:
40163 \series default
40164  Inclure le même document deux fois dans un même document peut poser des
40165  problèmes avec \SpecialChar LaTeX
40166 .
40167 \end_layout
40168
40169 \end_inset
40170
40171
40172 \end_layout
40173
40174 \begin_layout Standard
40175 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40176  de votre document maître, que ce soit pour diminuer les temps de compilation
40177  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40178  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40179  la sortie en utilisant le menu 
40180 \family sans
40181 Document\SpecialChar menuseparator
40182 Paramètres\SpecialChar menuseparator
40183 Sous-documents
40184 \family default
40185 .
40186  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40187  sur la ligne correspondant dans la colonne 
40188 \family sans
40189 Inclus dans le résultat
40190 \family default
40191  de la liste (
40192 \begin_inset space ~
40193 \end_inset
40194
40195 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40196  
40197 \begin_inset Quotes fld
40198 \end_inset
40199
40200 inclus
40201 \begin_inset Quotes frd
40202 \end_inset
40203
40204  et pas la méthode 
40205 \begin_inset Quotes fld
40206 \end_inset
40207
40208 incorporé
40209 \begin_inset Quotes frd
40210 \end_inset
40211
40212
40213 \begin_inset space ~
40214 \end_inset
40215
40216 ).
40217  Si on active l'option 
40218 \family sans
40219 Assurer la cohérence des compteurs et des références
40220 \family default
40221 , \SpecialChar LyX
40222  va s'assurer que tous les numéros de pages, références etc...
40223  sont corrects comme si tous le document avait été traité.
40224  C'est utile si vous voulez que les sous-documents choisis aient exactement
40225  le même aspect que s'il étaient dans le document complet.
40226  Pour réaliser cette condition, il faut que \SpecialChar LyX
40227  traite de façon silencieuse
40228  la totalité du document.
40229  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40230  les compteurs et autres références n'ont pas à être à tout prix valides,
40231  vous devez impérativement désactiver cette option.
40232  
40233 \end_layout
40234
40235 \begin_layout Standard
40236 Une autre solution consiste à inclure chaque fichier dans une branche
40237 \begin_inset Foot
40238 status collapsed
40239
40240 \begin_layout Plain Layout
40241 Les branches sont décrites dans la section 
40242 \emph on
40243 Branches
40244 \emph default
40245  du 
40246 \emph on
40247 Guide de l'utilisateur
40248 \emph default
40249  de \SpecialChar LyX
40250 .
40251 \end_layout
40252
40253 \end_inset
40254
40255 .
40256  En activant ou désactivant une branche, vous pouvez décider les fichiers
40257  inclus qui doivent apparaître dans la sortie imprimée.
40258  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40259  
40260 \begin_inset Quotes fld
40261 \end_inset
40262
40263 incorporés
40264 \begin_inset Quotes frd
40265 \end_inset
40266
40267 .
40268  Le défaut est que les compteurs et autres références ne sont pas conservés
40269  avec cette approche.
40270 \end_layout
40271
40272 \begin_layout Chapter
40273 Listings de code source
40274 \begin_inset CommandInset label
40275 LatexCommand label
40276 name "cha:Program-Code-Listings"
40277
40278 \end_inset
40279
40280
40281 \begin_inset Index idx
40282 status collapsed
40283
40284 \begin_layout Plain Layout
40285 Listings
40286 \end_layout
40287
40288 \end_inset
40289
40290
40291 \begin_inset Index idx
40292 status collapsed
40293
40294 \begin_layout Plain Layout
40295 Code Source
40296 \end_layout
40297
40298 \end_inset
40299
40300
40301 \begin_inset Index idx
40302 status collapsed
40303
40304 \begin_layout Plain Layout
40305 Flottants ! Listings
40306 \end_layout
40307
40308 \end_inset
40309
40310
40311 \end_layout
40312
40313 \begin_layout Standard
40314 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40315  un insert 
40316 \family sans
40317 Listings
40318 \family default
40319  qui peut être créé grâce au menu 
40320 \family sans
40321 Insertion
40322 \family default
40323 \SpecialChar menuseparator
40324
40325 \family sans
40326 Listing
40327 \begin_inset space ~
40328 \end_inset
40329
40330 de
40331 \begin_inset space ~
40332 \end_inset
40333
40334 Code
40335 \begin_inset space ~
40336 \end_inset
40337
40338 Source
40339 \family default
40340 .
40341  Le paquetage \SpecialChar LaTeX
40342  
40343 \series bold
40344 listings
40345 \series default
40346
40347 \begin_inset Index idx
40348 status collapsed
40349
40350 \begin_layout Plain Layout
40351 Paquetages \SpecialChar LaTeX
40352  ! listings
40353 \end_layout
40354
40355 \end_inset
40356
40357  fournit un moyen puissant et flexible d'insérer des listings de code source
40358  dans votre document.
40359  
40360 \end_layout
40361
40362 \begin_layout Standard
40363 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40364  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40365 \end_layout
40366
40367 \begin_layout Standard
40368 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40369  imprimée.
40370  L'option d'emplacement 
40371 \family sans
40372 Listing
40373 \begin_inset space ~
40374 \end_inset
40375
40376 en
40377 \begin_inset space ~
40378 \end_inset
40379
40380 Ligne
40381 \family default
40382  imprime le listing dans la ligne comme ceci : 
40383 \begin_inset listings
40384 lstparams "language={C++}"
40385 inline true
40386 status open
40387
40388 \begin_layout Plain Layout
40389
40390 int a=5;
40391 \end_layout
40392
40393 \end_inset
40394
40395
40396 \begin_inset Newline newline
40397 \end_inset
40398
40399 L'option 
40400 \family sans
40401 Flottant
40402 \family default
40403  crée un flottant de listing pour lequel vous pouvez préciser les options
40404  classiques d'emplacement : 
40405 \begin_inset Quotes fld
40406 \end_inset
40407
40408
40409 \family sans
40410 h
40411 \family default
40412
40413 \begin_inset Quotes frd
40414 \end_inset
40415
40416
40417 \begin_inset Quotes fld
40418 \end_inset
40419
40420
40421 \family sans
40422 t
40423 \family default
40424
40425 \begin_inset Quotes frd
40426 \end_inset
40427
40428
40429 \begin_inset Quotes fld
40430 \end_inset
40431
40432
40433 \family sans
40434 b
40435 \family default
40436
40437 \begin_inset Quotes frd
40438 \end_inset
40439
40440 , et 
40441 \begin_inset Quotes fld
40442 \end_inset
40443
40444
40445 \family sans
40446 p
40447 \family default
40448
40449 \begin_inset Quotes frd
40450 \end_inset
40451
40452  correspondant aux emplacement décrits dans la section
40453 \begin_inset space ~
40454 \end_inset
40455
40456
40457 \begin_inset CommandInset ref
40458 LatexCommand ref
40459 reference "sec:Placement-flottants"
40460
40461 \end_inset
40462
40463 .
40464  Les options de positionnement peuvent être mélangées et doivent être saisies
40465  sans séparation, par exemple, on peut taper 
40466 \begin_inset Quotes fld
40467 \end_inset
40468
40469
40470 \family sans
40471 htbp
40472 \family default
40473
40474 \begin_inset Quotes frd
40475 \end_inset
40476
40477 .
40478  L'option 
40479 \begin_inset Quotes fld
40480 \end_inset
40481
40482 h
40483 \begin_inset Quotes frd
40484 \end_inset
40485
40486  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40487  
40488 \family sans
40489 Flottant
40490 \family default
40491  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40492  légende et être référencés.
40493 \end_layout
40494
40495 \begin_layout Standard
40496 Vous pouvez ajouter une légende à un listing avec le menu 
40497 \family sans
40498 Insertion\SpecialChar menuseparator
40499 Légende
40500 \family default
40501 .
40502  On peut référencer les listings de la même façon que les flottants :Voir
40503  le listing
40504 \begin_inset space ~
40505 \end_inset
40506
40507
40508 \begin_inset CommandInset ref
40509 LatexCommand ref
40510 reference "lst:Listing-exemple"
40511
40512 \end_inset
40513
40514 .
40515  Une liste des listings qui contient tous les listings légendés peut être
40516  créée par le menu 
40517 \family sans
40518 Insertion\SpecialChar menuseparator
40519 Listes
40520 \begin_inset space ~
40521 \end_inset
40522
40523 &
40524 \begin_inset space ~
40525 \end_inset
40526
40527 TdM\SpecialChar menuseparator
40528 Liste des listings
40529 \family default
40530 .
40531  Les éléments de la liste sont les légendes et le numéro de listing.
40532 \end_layout
40533
40534 \begin_layout Standard
40535 \begin_inset listings
40536 lstparams "language=Python"
40537 inline false
40538 status open
40539
40540 \begin_layout Plain Layout
40541
40542 \begin_inset Caption Standard
40543
40544 \begin_layout Plain Layout
40545 \begin_inset CommandInset label
40546 LatexCommand label
40547 name "lst:Listing-exemple"
40548
40549 \end_inset
40550
40551 Exemple de listing flottant
40552 \end_layout
40553
40554 \end_inset
40555
40556 # Exemple de listing flottant
40557 \end_layout
40558
40559 \begin_layout Plain Layout
40560
40561 def func(param):
40562 \end_layout
40563
40564 \begin_layout Plain Layout
40565
40566     'ceci est une fonction python'
40567 \end_layout
40568
40569 \begin_layout Plain Layout
40570
40571     pass
40572 \end_layout
40573
40574 \end_inset
40575
40576
40577 \end_layout
40578
40579 \begin_layout Standard
40580 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40581  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40582  de manière particulière dans la sortie imprimée.
40583  Dans l'exemple de listing, le mot clé Python 
40584 \begin_inset Quotes fld
40585 \end_inset
40586
40587 def
40588 \begin_inset Quotes frd
40589 \end_inset
40590
40591  est reconnu et imprimé en caractères gras dans la sortie.
40592 \end_layout
40593
40594 \begin_layout Standard
40595 \begin_inset Note Greyedout
40596 status open
40597
40598 \begin_layout Plain Layout
40599
40600 \series bold
40601 Note:
40602 \series default
40603  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40604  une police de caractères à 
40605 \family typewriter
40606 chasse fixe
40607 \family default
40608 , c'est que votre police ne contient probablement pas de série grasse.
40609  Dans ce cas choisissez une police différente dans le menu 
40610 \family sans
40611 Document\SpecialChar menuseparator
40612 Paramètres\SpecialChar menuseparator
40613 Polices
40614 \family default
40615 .
40616  (Les polices 
40617 \emph on
40618 LuxiMono, BeraMono
40619 \emph default
40620  et 
40621 \emph on
40622 Courier
40623 \emph default
40624  contiennent une série grasse.)
40625 \end_layout
40626
40627 \end_inset
40628
40629
40630 \end_layout
40631
40632 \begin_layout Standard
40633 Dans la rubrique 
40634 \family sans
40635 Numérotation
40636 \begin_inset space ~
40637 \end_inset
40638
40639 des
40640 \begin_inset space ~
40641 \end_inset
40642
40643 Lignes
40644 \family default
40645  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40646 n des lignes.
40647  Vous pouvez mettre un nombre dans le champ 
40648 \family sans
40649 Pas
40650 \family default
40651  pour désigner les lignes qui seront numérotées.
40652  Par exemple, si vous mettez 
40653 \begin_inset Quotes fld
40654 \end_inset
40655
40656 3
40657 \begin_inset Quotes frd
40658 \end_inset
40659
40660 , seule une ligne sur trois sera numérotée.
40661 \end_layout
40662
40663 \begin_layout Standard
40664 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40665  apparaîtront dans la sortie.
40666  Vous devez utiliser l'option 
40667 \family sans
40668 Table
40669 \begin_inset space ~
40670 \end_inset
40671
40672 de
40673 \begin_inset space ~
40674 \end_inset
40675
40676 Caractères
40677 \begin_inset space ~
40678 \end_inset
40679
40680 Étendue
40681 \family default
40682  quand vous employez des caractères spécifiques à une langue donnée comme
40683  les umlauts Allemands dans votre listing.
40684 \begin_inset Newline newline
40685 \end_inset
40686
40687 Voici un exemple de listing avec la numérotation des lignes à gauche par
40688  pas de 3, en langage Python, avec les options 
40689 \begin_inset Quotes fld
40690 \end_inset
40691
40692 Table
40693 \begin_inset space ~
40694 \end_inset
40695
40696 de
40697 \begin_inset space ~
40698 \end_inset
40699
40700 caractères
40701 \begin_inset space ~
40702 \end_inset
40703
40704 étendue
40705 \begin_inset Quotes frd
40706 \end_inset
40707
40708  et 
40709 \begin_inset Quotes fld
40710 \end_inset
40711
40712 Espace
40713 \begin_inset space ~
40714 \end_inset
40715
40716 représenté
40717 \begin_inset space ~
40718 \end_inset
40719
40720 par
40721 \begin_inset space ~
40722 \end_inset
40723
40724 un
40725 \begin_inset space ~
40726 \end_inset
40727
40728 symbole
40729 \begin_inset Quotes frd
40730 \end_inset
40731
40732 , l'intervalle de ligne étant 3
40733 \begin_inset space \thinspace{}
40734 \end_inset
40735
40736 -
40737 \begin_inset space \thinspace{}
40738 \end_inset
40739
40740 8:
40741 \end_layout
40742
40743 \begin_layout Standard
40744 \begin_inset listings
40745 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40746 inline false
40747 status open
40748
40749 \begin_layout Plain Layout
40750
40751 def func(param):
40752 \end_layout
40753
40754 \begin_layout Plain Layout
40755
40756     'ceci est une fonction Python'
40757 \end_layout
40758
40759 \begin_layout Plain Layout
40760
40761     pass
40762 \end_layout
40763
40764 \begin_layout Plain Layout
40765
40766 def func(param):
40767 \end_layout
40768
40769 \begin_layout Plain Layout
40770
40771 'Ça, c'est un mot Allemand : Tschüß'
40772 \end_layout
40773
40774 \begin_layout Plain Layout
40775
40776 pass
40777 \end_layout
40778
40779 \begin_layout Plain Layout
40780
40781 def func(param):
40782 \end_layout
40783
40784 \begin_layout Plain Layout
40785
40786 'ceci est une fonction Python'
40787 \end_layout
40788
40789 \begin_layout Plain Layout
40790
40791 pass
40792 \end_layout
40793
40794 \end_inset
40795
40796
40797 \end_layout
40798
40799 \begin_layout Standard
40800 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40801  nombre de caractères que doit représenter une tabulation dans le champ
40802  
40803 \family sans
40804 Taille du tabulateur
40805 \family default
40806 .
40807 \end_layout
40808
40809 \begin_layout Standard
40810 \begin_inset Note Greyedout
40811 status open
40812
40813 \begin_layout Plain Layout
40814
40815 \series bold
40816 Note:
40817 \series default
40818  À cause d'un bug dans le paquetage 
40819 \series bold
40820 listings
40821 \series default
40822  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40823  listing.
40824  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40825  les lignes 3 et 6.
40826 \end_layout
40827
40828 \end_inset
40829
40830
40831 \end_layout
40832
40833 \begin_layout Standard
40834 \begin_inset VSpace bigskip
40835 \end_inset
40836
40837
40838 \end_layout
40839
40840 \begin_layout Standard
40841 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40842  listing.
40843  Pour le faire, il suffit d'utiliser le menu 
40844 \family sans
40845 Insertion\SpecialChar menuseparator
40846 Fichier\SpecialChar menuseparator
40847 Sous-document
40848 \family default
40849  et de choisir le type 
40850 \family sans
40851 Listing
40852 \family default
40853
40854 \begin_inset space ~
40855 \end_inset
40856
40857
40858 \family sans
40859 de
40860 \begin_inset space ~
40861 \end_inset
40862
40863 Code
40864 \begin_inset space ~
40865 \end_inset
40866
40867 source
40868 \family default
40869 .
40870 \begin_inset Foot
40871 status collapsed
40872
40873 \begin_layout Plain Layout
40874 Les autres types de sous-documents sont décrits dans la section
40875 \begin_inset space ~
40876 \end_inset
40877
40878
40879 \begin_inset CommandInset ref
40880 LatexCommand ref
40881 reference "sec:Sous-documents"
40882
40883 \end_inset
40884
40885 .
40886 \end_layout
40887
40888 \end_inset
40889
40890  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40891  à utiliser pour le listing dans une zone de texte.
40892  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40893  
40894 \begin_inset Quotes fld
40895 \end_inset
40896
40897 ?
40898 \begin_inset Quotes frd
40899 \end_inset
40900
40901  dans la zone de texte.
40902 \end_layout
40903
40904 \begin_layout Standard
40905 Pour faire référence à un sous-document de type listing, tapez une étiquette
40906  dans le champ correspondant de la fenêtre de dialogue.
40907  On peut alors faire référence à cette étiquette en utilisant le menu 
40908 \family sans
40909 Insertion\SpecialChar menuseparator
40910 Référence
40911 \begin_inset space ~
40912 \end_inset
40913
40914 Croisée
40915 \family default
40916 .
40917 \end_layout
40918
40919 \begin_layout Standard
40920 Le listing
40921 \begin_inset space ~
40922 \end_inset
40923
40924
40925 \begin_inset CommandInset ref
40926 LatexCommand ref
40927 reference "lst:listing-fichier"
40928
40929 \end_inset
40930
40931  est un exemple de listing issu d'un fichier ; ici les lignes 10
40932 \begin_inset space \thinspace{}
40933 \end_inset
40934
40935 -
40936 \begin_inset space \thinspace{}
40937 \end_inset
40938
40939 15 de ce fichier \SpecialChar LyX
40940  sont listées.
40941 \end_layout
40942
40943 \begin_layout Standard
40944 \begin_inset CommandInset include
40945 LatexCommand lstinputlisting
40946 filename "EmbeddedObjects.lyx"
40947 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40948
40949 \end_inset
40950
40951
40952 \end_layout
40953
40954 \begin_layout Standard
40955 \begin_inset VSpace bigskip
40956 \end_inset
40957
40958
40959 \end_layout
40960
40961 \begin_layout Standard
40962 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40963 \begin_inset space ~
40964 \end_inset
40965
40966 :
40967 \end_layout
40968
40969 \begin_layout Enumerate
40970 Ouvrez la fenêtre de dialogue listings et ajoutez
40971 \begin_inset Newline newline
40972 \end_inset
40973
40974
40975 \family sans
40976 mathescape=true
40977 \family default
40978
40979 \begin_inset Newline newline
40980 \end_inset
40981
40982 dans le champ de l'onglet 
40983 \family sans
40984 Avancé
40985 \family default
40986 .
40987 \end_layout
40988
40989 \begin_layout Enumerate
40990 Créez la formule en dehors du listing.
40991 \end_layout
40992
40993 \begin_layout Enumerate
40994 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40995  (raccourci 
40996 \begin_inset Info
40997 type  "shortcut"
40998 arg   "copy"
40999 \end_inset
41000
41001 )
41002 \end_layout
41003
41004 \begin_layout Enumerate
41005 Dans le listing écrivez 
41006 \begin_inset Quotes fld
41007 \end_inset
41008
41009
41010 \family sans
41011 $$
41012 \family default
41013
41014 \begin_inset Quotes frd
41015 \end_inset
41016
41017  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41018  
41019 \begin_inset Info
41020 type  "shortcut"
41021 arg   "paste"
41022 \end_inset
41023
41024 )
41025 \end_layout
41026
41027 \begin_layout Standard
41028 \begin_inset listings
41029 lstparams "language=Python,mathescape=true"
41030 inline false
41031 status open
41032
41033 \begin_layout Plain Layout
41034
41035 \begin_inset Caption Standard
41036
41037 \begin_layout Plain Layout
41038 Exemple de listing flottant contenant une formule
41039 \end_layout
41040
41041 \end_inset
41042
41043 # Exemple de listing flottant
41044 \end_layout
41045
41046 \begin_layout Plain Layout
41047
41048 def func(param):
41049 \end_layout
41050
41051 \begin_layout Plain Layout
41052
41053     # $
41054 \backslash
41055 prod_{n=1}^{
41056 \backslash
41057 infty}
41058 \backslash
41059 ,
41060 \backslash
41061 frac{1}{x^{2}}$
41062 \end_layout
41063
41064 \begin_layout Plain Layout
41065
41066     pass
41067 \end_layout
41068
41069 \end_inset
41070
41071
41072 \end_layout
41073
41074 \begin_layout Standard
41075 \begin_inset VSpace bigskip
41076 \end_inset
41077
41078
41079 \end_layout
41080
41081 \begin_layout Standard
41082 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41083  de dialogue 
41084 \family sans
41085 Document\SpecialChar menuseparator
41086 Paramètres\SpecialChar menuseparator
41087 Listings
41088 \family default
41089 .
41090  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41091  
41092 \begin_inset Quotes fld
41093 \end_inset
41094
41095 ?
41096 \begin_inset Quotes frd
41097 \end_inset
41098
41099  dans le champ.
41100 \end_layout
41101
41102 \begin_layout Standard
41103 Pour plus d'information sur le paquetage 
41104 \series bold
41105 listings
41106 \series default
41107 , nous vous renvoyons à sa documentation 
41108 \begin_inset CommandInset citation
41109 LatexCommand cite
41110 key "listings"
41111
41112 \end_inset
41113
41114 .
41115 \end_layout
41116
41117 \begin_layout Standard
41118 \begin_inset Newpage newpage
41119 \end_inset
41120
41121
41122 \end_layout
41123
41124 \begin_layout Chapter
41125 \start_of_appendix
41126 Unités de longueur utilisables avec \SpecialChar LyX
41127
41128 \begin_inset Argument 1
41129 status collapsed
41130
41131 \begin_layout Plain Layout
41132 Unités de longueur
41133 \end_layout
41134
41135 \end_inset
41136
41137
41138 \begin_inset Index idx
41139 status collapsed
41140
41141 \begin_layout Plain Layout
41142 Unités
41143 \end_layout
41144
41145 \end_inset
41146
41147
41148 \begin_inset CommandInset label
41149 LatexCommand label
41150 name "cha:Unités-de-longueur"
41151
41152 \end_inset
41153
41154
41155 \end_layout
41156
41157 \begin_layout Standard
41158 Pour comprendre les unités de longueur utilisées dans cette documentation,
41159  le tableau
41160 \begin_inset space ~
41161 \end_inset
41162
41163
41164 \begin_inset CommandInset ref
41165 LatexCommand ref
41166 reference "tab:Unités"
41167
41168 \end_inset
41169
41170 décrit les unités utilisées par \SpecialChar LyX
41171 .
41172 \begin_inset Float table
41173 placement h
41174 wide false
41175 sideways false
41176 status open
41177
41178 \begin_layout Plain Layout
41179 \begin_inset Caption Standard
41180
41181 \begin_layout Plain Layout
41182 \begin_inset CommandInset label
41183 LatexCommand label
41184 name "tab:Unités"
41185
41186 \end_inset
41187
41188 Unités de longueur
41189 \end_layout
41190
41191 \end_inset
41192
41193
41194 \end_layout
41195
41196 \begin_layout Plain Layout
41197 \begin_inset VSpace medskip
41198 \end_inset
41199
41200
41201 \end_layout
41202
41203 \begin_layout Plain Layout
41204 \align center
41205 \begin_inset Tabular
41206 <lyxtabular version="3" rows="20" columns="3">
41207 <features tabularvalignment="middle">
41208 <column alignment="center" valignment="top">
41209 <column alignment="center" valignment="top">
41210 <column alignment="center" valignment="top">
41211 <row>
41212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41213 \begin_inset Text
41214
41215 \begin_layout Plain Layout
41216 unité
41217 \end_layout
41218
41219 \end_inset
41220 </cell>
41221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41222 \begin_inset Text
41223
41224 \begin_layout Plain Layout
41225 nom/description
41226 \end_layout
41227
41228 \end_inset
41229 </cell>
41230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41231 \begin_inset Text
41232
41233 \begin_layout Plain Layout
41234 commande \SpecialChar LaTeX
41235
41236 \end_layout
41237
41238 \end_inset
41239 </cell>
41240 </row>
41241 <row>
41242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41243 \begin_inset Text
41244
41245 \begin_layout Plain Layout
41246 mm
41247 \end_layout
41248
41249 \end_inset
41250 </cell>
41251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41252 \begin_inset Text
41253
41254 \begin_layout Plain Layout
41255 millimètre
41256 \end_layout
41257
41258 \end_inset
41259 </cell>
41260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41261 \begin_inset Text
41262
41263 \begin_layout Plain Layout
41264 -
41265 \end_layout
41266
41267 \end_inset
41268 </cell>
41269 </row>
41270 <row>
41271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41272 \begin_inset Text
41273
41274 \begin_layout Plain Layout
41275 cm
41276 \end_layout
41277
41278 \end_inset
41279 </cell>
41280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41281 \begin_inset Text
41282
41283 \begin_layout Plain Layout
41284 centimètre
41285 \end_layout
41286
41287 \end_inset
41288 </cell>
41289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41290 \begin_inset Text
41291
41292 \begin_layout Plain Layout
41293 -
41294 \end_layout
41295
41296 \end_inset
41297 </cell>
41298 </row>
41299 <row>
41300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41301 \begin_inset Text
41302
41303 \begin_layout Plain Layout
41304 in
41305 \end_layout
41306
41307 \end_inset
41308 </cell>
41309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41310 \begin_inset Text
41311
41312 \begin_layout Plain Layout
41313 pouce (inch)
41314 \end_layout
41315
41316 \end_inset
41317 </cell>
41318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41319 \begin_inset Text
41320
41321 \begin_layout Plain Layout
41322 -
41323 \end_layout
41324
41325 \end_inset
41326 </cell>
41327 </row>
41328 <row>
41329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41330 \begin_inset Text
41331
41332 \begin_layout Plain Layout
41333 pt
41334 \end_layout
41335
41336 \end_inset
41337 </cell>
41338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41339 \begin_inset Text
41340
41341 \begin_layout Plain Layout
41342 point (72.27
41343 \begin_inset space \thinspace{}
41344 \end_inset
41345
41346 pt = 1
41347 \begin_inset space \thinspace{}
41348 \end_inset
41349
41350 in)
41351 \end_layout
41352
41353 \end_inset
41354 </cell>
41355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41356 \begin_inset Text
41357
41358 \begin_layout Plain Layout
41359 -
41360 \end_layout
41361
41362 \end_inset
41363 </cell>
41364 </row>
41365 <row>
41366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41367 \begin_inset Text
41368
41369 \begin_layout Plain Layout
41370 pc
41371 \end_layout
41372
41373 \end_inset
41374 </cell>
41375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41376 \begin_inset Text
41377
41378 \begin_layout Plain Layout
41379 pica (1
41380 \begin_inset space \thinspace{}
41381 \end_inset
41382
41383 pc = 12
41384 \begin_inset space \thinspace{}
41385 \end_inset
41386
41387 pt)
41388 \end_layout
41389
41390 \end_inset
41391 </cell>
41392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41393 \begin_inset Text
41394
41395 \begin_layout Plain Layout
41396 -
41397 \end_layout
41398
41399 \end_inset
41400 </cell>
41401 </row>
41402 <row>
41403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41404 \begin_inset Text
41405
41406 \begin_layout Plain Layout
41407 sp
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41413 \begin_inset Text
41414
41415 \begin_layout Plain Layout
41416 scaled point (65536
41417 \begin_inset space \thinspace{}
41418 \end_inset
41419
41420 sp = 1
41421 \begin_inset space \thinspace{}
41422 \end_inset
41423
41424 pt)
41425 \end_layout
41426
41427 \end_inset
41428 </cell>
41429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41430 \begin_inset Text
41431
41432 \begin_layout Plain Layout
41433 -
41434 \end_layout
41435
41436 \end_inset
41437 </cell>
41438 </row>
41439 <row>
41440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41441 \begin_inset Text
41442
41443 \begin_layout Plain Layout
41444 bp
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 gros point (72
41454 \begin_inset space \thinspace{}
41455 \end_inset
41456
41457 bp = 1
41458 \begin_inset space \thinspace{}
41459 \end_inset
41460
41461 in)
41462 \end_layout
41463
41464 \end_inset
41465 </cell>
41466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41467 \begin_inset Text
41468
41469 \begin_layout Plain Layout
41470 -
41471 \end_layout
41472
41473 \end_inset
41474 </cell>
41475 </row>
41476 <row>
41477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41478 \begin_inset Text
41479
41480 \begin_layout Plain Layout
41481 dd
41482 \end_layout
41483
41484 \end_inset
41485 </cell>
41486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41487 \begin_inset Text
41488
41489 \begin_layout Plain Layout
41490 didot (72
41491 \begin_inset space \thinspace{}
41492 \end_inset
41493
41494 dd 
41495 \begin_inset Formula $\approx$
41496 \end_inset
41497
41498  37.6
41499 \begin_inset space \thinspace{}
41500 \end_inset
41501
41502 mm)
41503 \end_layout
41504
41505 \end_inset
41506 </cell>
41507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41508 \begin_inset Text
41509
41510 \begin_layout Plain Layout
41511 -
41512 \end_layout
41513
41514 \end_inset
41515 </cell>
41516 </row>
41517 <row>
41518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41519 \begin_inset Text
41520
41521 \begin_layout Plain Layout
41522 cc
41523 \end_layout
41524
41525 \end_inset
41526 </cell>
41527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41528 \begin_inset Text
41529
41530 \begin_layout Plain Layout
41531 cicero (1
41532 \begin_inset space \thinspace{}
41533 \end_inset
41534
41535 cc = 12
41536 \begin_inset space \thinspace{}
41537 \end_inset
41538
41539 dd)
41540 \end_layout
41541
41542 \end_inset
41543 </cell>
41544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41545 \begin_inset Text
41546
41547 \begin_layout Plain Layout
41548 -
41549 \end_layout
41550
41551 \end_inset
41552 </cell>
41553 </row>
41554 <row>
41555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41556 \begin_inset Text
41557
41558 \begin_layout Plain Layout
41559
41560 \lang english
41561 Scale Graphics %
41562 \end_layout
41563
41564 \end_inset
41565 </cell>
41566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41567 \begin_inset Text
41568
41569 \begin_layout Plain Layout
41570 % de largeur originale de l'image
41571 \end_layout
41572
41573 \end_inset
41574 </cell>
41575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41576 \begin_inset Text
41577
41578 \begin_layout Plain Layout
41579
41580 \end_layout
41581
41582 \end_inset
41583 </cell>
41584 </row>
41585 <row>
41586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41587 \begin_inset Text
41588
41589 \begin_layout Plain Layout
41590
41591 \lang english
41592 Text Width %
41593 \end_layout
41594
41595 \end_inset
41596 </cell>
41597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41598 \begin_inset Text
41599
41600 \begin_layout Plain Layout
41601 % de largeur du texte
41602 \end_layout
41603
41604 \end_inset
41605 </cell>
41606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41607 \begin_inset Text
41608
41609 \begin_layout Plain Layout
41610
41611 \backslash
41612 textwidth
41613 \end_layout
41614
41615 \end_inset
41616 </cell>
41617 </row>
41618 <row>
41619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41620 \begin_inset Text
41621
41622 \begin_layout Plain Layout
41623
41624 \lang english
41625 Column Width %
41626 \end_layout
41627
41628 \end_inset
41629 </cell>
41630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41631 \begin_inset Text
41632
41633 \begin_layout Plain Layout
41634 % de largeur de la colonne
41635 \end_layout
41636
41637 \end_inset
41638 </cell>
41639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41640 \begin_inset Text
41641
41642 \begin_layout Plain Layout
41643
41644 \backslash
41645 columnwidth
41646 \end_layout
41647
41648 \end_inset
41649 </cell>
41650 </row>
41651 <row>
41652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41653 \begin_inset Text
41654
41655 \begin_layout Plain Layout
41656
41657 \lang english
41658 Page Width %
41659 \end_layout
41660
41661 \end_inset
41662 </cell>
41663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41664 \begin_inset Text
41665
41666 \begin_layout Plain Layout
41667 % de largeur du papier
41668 \end_layout
41669
41670 \end_inset
41671 </cell>
41672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41673 \begin_inset Text
41674
41675 \begin_layout Plain Layout
41676
41677 \backslash
41678 paperwidth
41679 \end_layout
41680
41681 \end_inset
41682 </cell>
41683 </row>
41684 <row>
41685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41686 \begin_inset Text
41687
41688 \begin_layout Plain Layout
41689
41690 \lang english
41691 Line Width %
41692 \end_layout
41693
41694 \end_inset
41695 </cell>
41696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41697 \begin_inset Text
41698
41699 \begin_layout Plain Layout
41700 % de largeur de la ligne
41701 \end_layout
41702
41703 \end_inset
41704 </cell>
41705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41706 \begin_inset Text
41707
41708 \begin_layout Plain Layout
41709
41710 \backslash
41711 linewidth
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 </row>
41717 <row>
41718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41719 \begin_inset Text
41720
41721 \begin_layout Plain Layout
41722
41723 \lang english
41724 Text Height %
41725 \end_layout
41726
41727 \end_inset
41728 </cell>
41729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41730 \begin_inset Text
41731
41732 \begin_layout Plain Layout
41733 % de hauteur du texte
41734 \end_layout
41735
41736 \end_inset
41737 </cell>
41738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41739 \begin_inset Text
41740
41741 \begin_layout Plain Layout
41742
41743 \backslash
41744 textheight
41745 \end_layout
41746
41747 \end_inset
41748 </cell>
41749 </row>
41750 <row>
41751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41752 \begin_inset Text
41753
41754 \begin_layout Plain Layout
41755
41756 \lang english
41757 Page Height %
41758 \end_layout
41759
41760 \end_inset
41761 </cell>
41762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41763 \begin_inset Text
41764
41765 \begin_layout Plain Layout
41766 % de hauteur du papier
41767 \end_layout
41768
41769 \end_inset
41770 </cell>
41771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41772 \begin_inset Text
41773
41774 \begin_layout Plain Layout
41775
41776 \backslash
41777 paperheight
41778 \end_layout
41779
41780 \end_inset
41781 </cell>
41782 </row>
41783 <row>
41784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41785 \begin_inset Text
41786
41787 \begin_layout Plain Layout
41788 ex
41789 \end_layout
41790
41791 \end_inset
41792 </cell>
41793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41794 \begin_inset Text
41795
41796 \begin_layout Plain Layout
41797 hauteur de lettre 
41798 \emph on
41799 x
41800 \emph default
41801  dans police courante
41802 \end_layout
41803
41804 \end_inset
41805 </cell>
41806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41807 \begin_inset Text
41808
41809 \begin_layout Plain Layout
41810 -
41811 \end_layout
41812
41813 \end_inset
41814 </cell>
41815 </row>
41816 <row>
41817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41818 \begin_inset Text
41819
41820 \begin_layout Plain Layout
41821 em
41822 \end_layout
41823
41824 \end_inset
41825 </cell>
41826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41827 \begin_inset Text
41828
41829 \begin_layout Plain Layout
41830 largeur de lettre
41831 \emph on
41832  M
41833 \emph default
41834  dans police courante
41835 \end_layout
41836
41837 \end_inset
41838 </cell>
41839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41840 \begin_inset Text
41841
41842 \begin_layout Plain Layout
41843 -
41844 \end_layout
41845
41846 \end_inset
41847 </cell>
41848 </row>
41849 <row>
41850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41851 \begin_inset Text
41852
41853 \begin_layout Plain Layout
41854 mu
41855 \end_layout
41856
41857 \end_inset
41858 </cell>
41859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41860 \begin_inset Text
41861
41862 \begin_layout Plain Layout
41863 unité mathématique (1
41864 \begin_inset space \thinspace{}
41865 \end_inset
41866
41867 mu = 1/18
41868 \begin_inset space \thinspace{}
41869 \end_inset
41870
41871 em)
41872 \end_layout
41873
41874 \end_inset
41875 </cell>
41876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41877 \begin_inset Text
41878
41879 \begin_layout Plain Layout
41880 -
41881 \end_layout
41882
41883 \end_inset
41884 </cell>
41885 </row>
41886 </lyxtabular>
41887
41888 \end_inset
41889
41890
41891 \end_layout
41892
41893 \end_inset
41894
41895
41896 \end_layout
41897
41898 \begin_layout Chapter
41899 Formats des fichiers de sortie graphiques
41900 \begin_inset CommandInset label
41901 LatexCommand label
41902 name "cha:Formats-fichiers-graphiques"
41903
41904 \end_inset
41905
41906
41907 \end_layout
41908
41909 \begin_layout Section
41910 DVI
41911 \begin_inset Index idx
41912 status collapsed
41913
41914 \begin_layout Plain Layout
41915 Formats de Fichiers! DVI
41916 \end_layout
41917
41918 \end_inset
41919
41920
41921 \begin_inset Index idx
41922 status collapsed
41923
41924 \begin_layout Plain Layout
41925 DVI|see
41926 \begin_inset ERT
41927 status collapsed
41928
41929 \begin_layout Plain Layout
41930
41931 {
41932 \end_layout
41933
41934 \end_inset
41935
41936 Formats de Fichiers
41937 \begin_inset ERT
41938 status collapsed
41939
41940 \begin_layout Plain Layout
41941
41942 }
41943 \end_layout
41944
41945 \end_inset
41946
41947
41948 \end_layout
41949
41950 \end_inset
41951
41952
41953 \end_layout
41954
41955 \begin_layout Standard
41956 Ce type de fichiers a l'extension 
41957 \begin_inset Quotes fld
41958 \end_inset
41959
41960
41961 \family typewriter
41962 .dvi
41963 \family default
41964
41965 \begin_inset Quotes frd
41966 \end_inset
41967
41968 .
41969  Il est appelé 
41970 \emph on
41971 indépendant de l'appareil
41972 \emph default
41973  ou 
41974 \begin_inset Quotes fld
41975 \end_inset
41976
41977 device independent (DVI)
41978 \begin_inset Quotes frd
41979 \end_inset
41980
41981 , car il est complètement portable ; vous pouvez les recopier d'une machine
41982  à l'autre sans avoir à faire de conversion.
41983  À l'époque où ce format a été développé, c'était loin d'être évident.
41984  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41985  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41986 \end_layout
41987
41988 \begin_layout Standard
41989 \begin_inset Note Greyedout
41990 status open
41991
41992 \begin_layout Plain Layout
41993
41994 \series bold
41995 Note:
41996 \series default
41997  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41998  au fichier.
41999  
42000 \end_layout
42001
42002 \end_inset
42003
42004  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42005  
42006 \family typewriter
42007 .dvi
42008 \family default
42009 .
42010  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42011 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42012  pour les rendre visibles quand vous faites défiler votre document.
42013  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42014  avec de nombreuses images.
42015 \end_layout
42016
42017 \begin_layout Standard
42018 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42019  menu 
42020 \family sans
42021 Fichier\SpecialChar menuseparator
42022 Exporter\SpecialChar menuseparator
42023 DVI.
42024
42025 \family default
42026  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42027 \family sans
42028 Visualiser
42029 \family default
42030 .
42031 \end_layout
42032
42033 \begin_layout Section
42034 PostScript
42035 \begin_inset Index idx
42036 status collapsed
42037
42038 \begin_layout Plain Layout
42039 Formats de Fichiers ! PostScript
42040 \end_layout
42041
42042 \end_inset
42043
42044
42045 \begin_inset Index idx
42046 status collapsed
42047
42048 \begin_layout Plain Layout
42049 PostScript|see
42050 \begin_inset ERT
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054
42055 {
42056 \end_layout
42057
42058 \end_inset
42059
42060 Formats de Fichiers
42061 \begin_inset ERT
42062 status collapsed
42063
42064 \begin_layout Plain Layout
42065
42066 }
42067 \end_layout
42068
42069 \end_inset
42070
42071
42072 \end_layout
42073
42074 \end_inset
42075
42076
42077 \end_layout
42078
42079 \begin_layout Standard
42080 Ce type de fichiers a l'extension 
42081 \begin_inset Quotes fld
42082 \end_inset
42083
42084
42085 \family typewriter
42086 .ps
42087 \family default
42088
42089 \begin_inset Quotes frd
42090 \end_inset
42091
42092 .
42093  PostScript a été développé par la société 
42094 \series bold
42095 Adobe
42096 \series default
42097  comme un langage pour les imprimantes.
42098  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42099  pour imprimer le document.
42100  PostScript peut être considéré comme un 
42101 \begin_inset Quotes fld
42102 \end_inset
42103
42104 langage de programmation
42105 \begin_inset Quotes frd
42106 \end_inset
42107
42108  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42109  images
42110 \begin_inset Foot
42111 status collapsed
42112
42113 \begin_layout Plain Layout
42114 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42115  \SpecialChar LaTeX
42116  
42117 \series bold
42118 pstricks
42119 \series default
42120
42121 \begin_inset CommandInset citation
42122 LatexCommand cite
42123 key "pstricks"
42124
42125 \end_inset
42126
42127 .
42128 \end_layout
42129
42130 \end_inset
42131
42132 .
42133  En partie à cause de toutes ces possibilités un fichier PostScript est
42134  souvent plus gros qu'un PDF.
42135 \end_layout
42136
42137 \begin_layout Standard
42138 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42139  plus gros qu'un PDF.
42140 \end_layout
42141
42142 \begin_layout Standard
42143 PostScript ne peut contenir que des images au format 
42144 \begin_inset Quotes fld
42145 \end_inset
42146
42147 PostScript Encapsulé
42148 \begin_inset Quotes frd
42149 \end_inset
42150
42151  (encapsulated PostScript ou EPS, d'extension 
42152 \family typewriter
42153 .eps
42154 \family default
42155 ).
42156  Comme \SpecialChar LyX
42157  vous permet n'importe quel format d'image connu dans votre document,
42158  il doit les convertir en interne en EPS.
42159  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42160  doit faire 50
42161  conversions à chaque fois que vous visualisez ou que vous exportez votre
42162  document.
42163  Cela risque de ralentir de façon importante votre rythme de travail.
42164  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42165  vos images directement en EPS pour éviter ce problème.
42166 \end_layout
42167
42168 \begin_layout Standard
42169 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42170  le menu 
42171 \family sans
42172 Fichier\SpecialChar menuseparator
42173 Exporter\SpecialChar menuseparator
42174 PostScript.
42175
42176 \family default
42177  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42178  
42179 \family sans
42180 Visualiser
42181 \family default
42182 .
42183 \end_layout
42184
42185 \begin_layout Section
42186 PDF
42187 \begin_inset Index idx
42188 status collapsed
42189
42190 \begin_layout Plain Layout
42191 Formats de Fichiers ! PDF
42192 \end_layout
42193
42194 \end_inset
42195
42196
42197 \begin_inset Index idx
42198 status collapsed
42199
42200 \begin_layout Plain Layout
42201 PDF
42202 \end_layout
42203
42204 \end_inset
42205
42206
42207 \end_layout
42208
42209 \begin_layout Standard
42210 Ce type de fichiers a l'extension 
42211 \begin_inset Quotes fld
42212 \end_inset
42213
42214
42215 \family typewriter
42216 .pdf
42217 \family default
42218
42219 \begin_inset Quotes frd
42220 \end_inset
42221
42222 .
42223  Ce 
42224 \begin_inset Quotes fld
42225 \end_inset
42226
42227 format de document portable
42228 \begin_inset Quotes frd
42229 \end_inset
42230
42231  (portable document format ou PDF) est développé par 
42232 \family typewriter
42233 Adobe
42234 \family default
42235  comme une évolution de PostScript.
42236  Il est plus comprimé et utilise moins de commandes que PostScript.
42237  Comme son nom l'indique, il est 
42238 \begin_inset Quotes fld
42239 \end_inset
42240
42241 portable
42242 \begin_inset Quotes frd
42243 \end_inset
42244
42245  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42246  aura exactement le même aspect.
42247 \end_layout
42248
42249 \begin_layout Standard
42250 PDF peut contenir des images dans son propre format PDF et dans les formats
42251  JPG (format du 
42252 \begin_inset Quotes fld
42253 \end_inset
42254
42255 Joint Photographic Expert Group
42256 \begin_inset Quotes frd
42257 \end_inset
42258
42259  avec comme extension 
42260 \family typewriter
42261 .jpg
42262 \family default
42263  ou 
42264 \family typewriter
42265 .jpeg
42266 \family default
42267 ) et PNG (
42268 \begin_inset Quotes fld
42269 \end_inset
42270
42271 Portable Network Graphics
42272 \begin_inset Quotes frd
42273 \end_inset
42274
42275  avec l'extension 
42276 \family typewriter
42277 .png
42278 \family default
42279 ).
42280  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42281  les convertit
42282  dans un de ces formats.
42283  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42284  vont ralentir votre travail.
42285  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42286 \end_layout
42287
42288 \begin_layout Standard
42289 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42290  menu 
42291 \family sans
42292 Fichier\SpecialChar menuseparator
42293 Exporter 
42294 \family default
42295 de trois façons différentes:
42296 \end_layout
42297
42298 \begin_layout Description
42299 PDF
42300 \begin_inset space ~
42301 \end_inset
42302
42303 (ps2pdf) Ceci utilise le programme 
42304 \family typewriter
42305 ps2pdf
42306 \family default
42307  qui créé un PDF à partir de la version PostScript de votre fichier.
42308  Cette dernière est produite par le programme 
42309 \family typewriter
42310 dvips
42311 \family default
42312  qui utilise une version DVI comme étape intermédiaire.
42313  Cette variante consiste donc en trois conversions.
42314 \end_layout
42315
42316 \begin_layout Description
42317 PDF
42318 \begin_inset space ~
42319 \end_inset
42320
42321 (dvipdfm) Ceci utilise le programme 
42322 \family typewriter
42323 dvipdfm
42324 \family default
42325  qui convertit votre fichier en DVI avant de le convertir en PDF.
42326 \end_layout
42327
42328 \begin_layout Description
42329 PDF
42330 \begin_inset space ~
42331 \end_inset
42332
42333 (pdflatex) Ceci utilise le programme 
42334 \family typewriter
42335 pdftex
42336 \family default
42337  qui convertit directement votre fichier en PDF.
42338 \end_layout
42339
42340 \begin_layout Standard
42341 Nous recommandons d'utiliser l'option 
42342 \family sans
42343 PDF
42344 \begin_inset space ~
42345 \end_inset
42346
42347 (pdflatex)
42348 \family default
42349  car 
42350 \family typewriter
42351 pdftex
42352 \family default
42353  accepte toutes les fonctionnalités des versions actuelles de PDF.
42354  Il est en plus rapide et stable.
42355  Le programme 
42356 \family typewriter
42357 dvipdfm
42358 \family default
42359  n'est plus développé est est donc un peu dépassé.
42360 \end_layout
42361
42362 \begin_layout Standard
42363 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42364 \family sans
42365 Visualiser
42366 \family default
42367  ou en utilisant un bouton de la barre d'outils.
42368 \end_layout
42369
42370 \begin_layout Chapter
42371 Liste de noms de couleur pour dvips
42372 \begin_inset CommandInset label
42373 LatexCommand label
42374 name "chap:Liste-de-noms-de-couleur-dvips"
42375
42376 \end_inset
42377
42378
42379 \end_layout
42380
42381 \begin_layout Standard
42382 \begin_inset Tabular
42383 <lyxtabular version="3" rows="17" columns="4">
42384 <features tabularvalignment="middle">
42385 <column alignment="left" valignment="top" width="0pt">
42386 <column alignment="left" valignment="top" width="0pt">
42387 <column alignment="left" valignment="top" width="0pt">
42388 <column alignment="left" valignment="top" width="0pt">
42389 <row>
42390 <cell alignment="left" valignment="top" usebox="none">
42391 \begin_inset Text
42392
42393 \begin_layout Plain Layout
42394 \begin_inset ERT
42395 status collapsed
42396
42397 \begin_layout Plain Layout
42398
42399
42400 \backslash
42401 fcolorbox{black}{
42402 \end_layout
42403
42404 \end_inset
42405
42406 white
42407 \begin_inset ERT
42408 status collapsed
42409
42410 \begin_layout Plain Layout
42411
42412 }{
42413 \end_layout
42414
42415 \end_inset
42416
42417 Couleur
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }
42424 \end_layout
42425
42426 \end_inset
42427
42428  Nom
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="left" valignment="top" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442
42443 \backslash
42444 fcolorbox{black}{
42445 \end_layout
42446
42447 \end_inset
42448
42449 white
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }{
42456 \end_layout
42457
42458 \end_inset
42459
42460 Couleur
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }
42467 \end_layout
42468
42469 \end_inset
42470
42471  Nom
42472 \end_layout
42473
42474 \end_inset
42475 </cell>
42476 <cell alignment="left" valignment="top" usebox="none">
42477 \begin_inset Text
42478
42479 \begin_layout Plain Layout
42480 \begin_inset ERT
42481 status collapsed
42482
42483 \begin_layout Plain Layout
42484
42485
42486 \backslash
42487 fcolorbox{black}{
42488 \end_layout
42489
42490 \end_inset
42491
42492 white
42493 \begin_inset ERT
42494 status collapsed
42495
42496 \begin_layout Plain Layout
42497
42498 }{
42499 \end_layout
42500
42501 \end_inset
42502
42503 Couleur
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }
42510 \end_layout
42511
42512 \end_inset
42513
42514  Nom
42515 \end_layout
42516
42517 \end_inset
42518 </cell>
42519 <cell alignment="left" valignment="top" usebox="none">
42520 \begin_inset Text
42521
42522 \begin_layout Plain Layout
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 fcolorbox{black}{
42531 \end_layout
42532
42533 \end_inset
42534
42535 white
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541 }{
42542 \end_layout
42543
42544 \end_inset
42545
42546 Couleur
42547 \begin_inset ERT
42548 status collapsed
42549
42550 \begin_layout Plain Layout
42551
42552 }
42553 \end_layout
42554
42555 \end_inset
42556
42557  Nom
42558 \end_layout
42559
42560 \end_inset
42561 </cell>
42562 </row>
42563 <row>
42564 <cell alignment="center" valignment="top" usebox="none">
42565 \begin_inset Text
42566
42567 \begin_layout Plain Layout
42568 \begin_inset ERT
42569 status collapsed
42570
42571 \begin_layout Plain Layout
42572
42573
42574 \backslash
42575 fcolorbox{black}{
42576 \end_layout
42577
42578 \end_inset
42579
42580 Apricot
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586 }{
42587 \end_layout
42588
42589 \end_inset
42590
42591
42592 \begin_inset Phantom Phantom
42593 status open
42594
42595 \begin_layout Plain Layout
42596 W
42597 \end_layout
42598
42599 \end_inset
42600
42601
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }
42608 \end_layout
42609
42610 \end_inset
42611
42612  Apricot
42613 \end_layout
42614
42615 \end_inset
42616 </cell>
42617 <cell alignment="center" valignment="top" usebox="none">
42618 \begin_inset Text
42619
42620 \begin_layout Plain Layout
42621 \begin_inset ERT
42622 status collapsed
42623
42624 \begin_layout Plain Layout
42625
42626
42627 \backslash
42628 fcolorbox{black}{
42629 \end_layout
42630
42631 \end_inset
42632
42633 Aquamarine
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639 }{
42640 \end_layout
42641
42642 \end_inset
42643
42644
42645 \begin_inset Phantom Phantom
42646 status open
42647
42648 \begin_layout Plain Layout
42649 W
42650 \end_layout
42651
42652 \end_inset
42653
42654
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }
42661 \end_layout
42662
42663 \end_inset
42664
42665  Aquamarine
42666 \end_layout
42667
42668 \end_inset
42669 </cell>
42670 <cell alignment="center" valignment="top" usebox="none">
42671 \begin_inset Text
42672
42673 \begin_layout Plain Layout
42674 \begin_inset ERT
42675 status collapsed
42676
42677 \begin_layout Plain Layout
42678
42679
42680 \backslash
42681 fcolorbox{black}{
42682 \end_layout
42683
42684 \end_inset
42685
42686 Bittersweet
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692 }{
42693 \end_layout
42694
42695 \end_inset
42696
42697
42698 \begin_inset Phantom Phantom
42699 status open
42700
42701 \begin_layout Plain Layout
42702 W
42703 \end_layout
42704
42705 \end_inset
42706
42707
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }
42714 \end_layout
42715
42716 \end_inset
42717
42718  Bittersweet
42719 \end_layout
42720
42721 \end_inset
42722 </cell>
42723 <cell alignment="center" valignment="top" usebox="none">
42724 \begin_inset Text
42725
42726 \begin_layout Plain Layout
42727 \begin_inset ERT
42728 status collapsed
42729
42730 \begin_layout Plain Layout
42731
42732
42733 \backslash
42734 fcolorbox{black}{
42735 \end_layout
42736
42737 \end_inset
42738
42739 BlueGreen
42740 \begin_inset ERT
42741 status collapsed
42742
42743 \begin_layout Plain Layout
42744
42745 }{
42746 \end_layout
42747
42748 \end_inset
42749
42750
42751 \begin_inset Phantom Phantom
42752 status open
42753
42754 \begin_layout Plain Layout
42755 W
42756 \end_layout
42757
42758 \end_inset
42759
42760
42761 \begin_inset ERT
42762 status collapsed
42763
42764 \begin_layout Plain Layout
42765
42766 }
42767 \end_layout
42768
42769 \end_inset
42770
42771  BlueGreen
42772 \end_layout
42773
42774 \end_inset
42775 </cell>
42776 </row>
42777 <row>
42778 <cell alignment="left" valignment="top" usebox="none">
42779 \begin_inset Text
42780
42781 \begin_layout Plain Layout
42782 \begin_inset ERT
42783 status collapsed
42784
42785 \begin_layout Plain Layout
42786
42787
42788 \backslash
42789 fcolorbox{black}{
42790 \end_layout
42791
42792 \end_inset
42793
42794 BlueViolet
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800 }{
42801 \end_layout
42802
42803 \end_inset
42804
42805
42806 \begin_inset Phantom Phantom
42807 status open
42808
42809 \begin_layout Plain Layout
42810 W
42811 \end_layout
42812
42813 \end_inset
42814
42815
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }
42822 \end_layout
42823
42824 \end_inset
42825
42826  BlueViolet
42827 \end_layout
42828
42829 \end_inset
42830 </cell>
42831 <cell alignment="left" valignment="top" usebox="none">
42832 \begin_inset Text
42833
42834 \begin_layout Plain Layout
42835 \begin_inset ERT
42836 status collapsed
42837
42838 \begin_layout Plain Layout
42839
42840
42841 \backslash
42842 fcolorbox{black}{
42843 \end_layout
42844
42845 \end_inset
42846
42847 BrickRed
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853 }{
42854 \end_layout
42855
42856 \end_inset
42857
42858
42859 \begin_inset Phantom Phantom
42860 status open
42861
42862 \begin_layout Plain Layout
42863 W
42864 \end_layout
42865
42866 \end_inset
42867
42868
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }
42875 \end_layout
42876
42877 \end_inset
42878
42879  BrickRed
42880 \end_layout
42881
42882 \end_inset
42883 </cell>
42884 <cell alignment="left" valignment="top" usebox="none">
42885 \begin_inset Text
42886
42887 \begin_layout Plain Layout
42888 \begin_inset ERT
42889 status collapsed
42890
42891 \begin_layout Plain Layout
42892
42893
42894 \backslash
42895 fcolorbox{black}{
42896 \end_layout
42897
42898 \end_inset
42899
42900 Brown
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906 }{
42907 \end_layout
42908
42909 \end_inset
42910
42911
42912 \begin_inset Phantom Phantom
42913 status open
42914
42915 \begin_layout Plain Layout
42916 W
42917 \end_layout
42918
42919 \end_inset
42920
42921
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }
42928 \end_layout
42929
42930 \end_inset
42931
42932  Brown
42933 \end_layout
42934
42935 \end_inset
42936 </cell>
42937 <cell alignment="left" valignment="top" usebox="none">
42938 \begin_inset Text
42939
42940 \begin_layout Plain Layout
42941 \begin_inset ERT
42942 status collapsed
42943
42944 \begin_layout Plain Layout
42945
42946
42947 \backslash
42948 fcolorbox{black}{
42949 \end_layout
42950
42951 \end_inset
42952
42953 BurntOrange
42954 \begin_inset ERT
42955 status collapsed
42956
42957 \begin_layout Plain Layout
42958
42959 }{
42960 \end_layout
42961
42962 \end_inset
42963
42964
42965 \begin_inset Phantom Phantom
42966 status open
42967
42968 \begin_layout Plain Layout
42969 W
42970 \end_layout
42971
42972 \end_inset
42973
42974
42975 \begin_inset ERT
42976 status collapsed
42977
42978 \begin_layout Plain Layout
42979
42980 }
42981 \end_layout
42982
42983 \end_inset
42984
42985  BurntOrange
42986 \end_layout
42987
42988 \end_inset
42989 </cell>
42990 </row>
42991 <row>
42992 <cell alignment="left" valignment="top" usebox="none">
42993 \begin_inset Text
42994
42995 \begin_layout Plain Layout
42996 \begin_inset ERT
42997 status collapsed
42998
42999 \begin_layout Plain Layout
43000
43001
43002 \backslash
43003 fcolorbox{black}{
43004 \end_layout
43005
43006 \end_inset
43007
43008 CadetBlue
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014 }{
43015 \end_layout
43016
43017 \end_inset
43018
43019
43020 \begin_inset Phantom Phantom
43021 status open
43022
43023 \begin_layout Plain Layout
43024 W
43025 \end_layout
43026
43027 \end_inset
43028
43029
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }
43036 \end_layout
43037
43038 \end_inset
43039
43040  CadetBlue
43041 \end_layout
43042
43043 \end_inset
43044 </cell>
43045 <cell alignment="left" valignment="top" usebox="none">
43046 \begin_inset Text
43047
43048 \begin_layout Plain Layout
43049 \begin_inset ERT
43050 status collapsed
43051
43052 \begin_layout Plain Layout
43053
43054
43055 \backslash
43056 fcolorbox{black}{
43057 \end_layout
43058
43059 \end_inset
43060
43061 CarnationPink
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067 }{
43068 \end_layout
43069
43070 \end_inset
43071
43072
43073 \begin_inset Phantom Phantom
43074 status open
43075
43076 \begin_layout Plain Layout
43077 W
43078 \end_layout
43079
43080 \end_inset
43081
43082
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }
43089 \end_layout
43090
43091 \end_inset
43092
43093  CarnationPink
43094 \end_layout
43095
43096 \end_inset
43097 </cell>
43098 <cell alignment="left" valignment="top" usebox="none">
43099 \begin_inset Text
43100
43101 \begin_layout Plain Layout
43102 \begin_inset ERT
43103 status collapsed
43104
43105 \begin_layout Plain Layout
43106
43107
43108 \backslash
43109 fcolorbox{black}{
43110 \end_layout
43111
43112 \end_inset
43113
43114 Cerulean
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120 }{
43121 \end_layout
43122
43123 \end_inset
43124
43125
43126 \begin_inset Phantom Phantom
43127 status open
43128
43129 \begin_layout Plain Layout
43130 W
43131 \end_layout
43132
43133 \end_inset
43134
43135
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }
43142 \end_layout
43143
43144 \end_inset
43145
43146  Cerulean
43147 \end_layout
43148
43149 \end_inset
43150 </cell>
43151 <cell alignment="left" valignment="top" usebox="none">
43152 \begin_inset Text
43153
43154 \begin_layout Plain Layout
43155 \begin_inset ERT
43156 status collapsed
43157
43158 \begin_layout Plain Layout
43159
43160
43161 \backslash
43162 fcolorbox{black}{
43163 \end_layout
43164
43165 \end_inset
43166
43167 CornflowerBlue
43168 \begin_inset ERT
43169 status collapsed
43170
43171 \begin_layout Plain Layout
43172
43173 }{
43174 \end_layout
43175
43176 \end_inset
43177
43178
43179 \begin_inset Phantom Phantom
43180 status open
43181
43182 \begin_layout Plain Layout
43183 W
43184 \end_layout
43185
43186 \end_inset
43187
43188
43189 \begin_inset ERT
43190 status collapsed
43191
43192 \begin_layout Plain Layout
43193
43194 }
43195 \end_layout
43196
43197 \end_inset
43198
43199  CornflowerBlue
43200 \end_layout
43201
43202 \end_inset
43203 </cell>
43204 </row>
43205 <row>
43206 <cell alignment="left" valignment="top" usebox="none">
43207 \begin_inset Text
43208
43209 \begin_layout Plain Layout
43210 \begin_inset ERT
43211 status collapsed
43212
43213 \begin_layout Plain Layout
43214
43215
43216 \backslash
43217 fcolorbox{black}{
43218 \end_layout
43219
43220 \end_inset
43221
43222 Dandelion
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228 }{
43229 \end_layout
43230
43231 \end_inset
43232
43233
43234 \begin_inset Phantom Phantom
43235 status open
43236
43237 \begin_layout Plain Layout
43238 W
43239 \end_layout
43240
43241 \end_inset
43242
43243
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }
43250 \end_layout
43251
43252 \end_inset
43253
43254  Dandelion
43255 \end_layout
43256
43257 \end_inset
43258 </cell>
43259 <cell alignment="left" valignment="top" usebox="none">
43260 \begin_inset Text
43261
43262 \begin_layout Plain Layout
43263 \begin_inset ERT
43264 status collapsed
43265
43266 \begin_layout Plain Layout
43267
43268
43269 \backslash
43270 fcolorbox{black}{
43271 \end_layout
43272
43273 \end_inset
43274
43275 DarkOrchid
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281 }{
43282 \end_layout
43283
43284 \end_inset
43285
43286
43287 \begin_inset Phantom Phantom
43288 status open
43289
43290 \begin_layout Plain Layout
43291 W
43292 \end_layout
43293
43294 \end_inset
43295
43296
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }
43303 \end_layout
43304
43305 \end_inset
43306
43307  DarkOrchid
43308 \end_layout
43309
43310 \end_inset
43311 </cell>
43312 <cell alignment="left" valignment="top" usebox="none">
43313 \begin_inset Text
43314
43315 \begin_layout Plain Layout
43316 \begin_inset ERT
43317 status collapsed
43318
43319 \begin_layout Plain Layout
43320
43321
43322 \backslash
43323 fcolorbox{black}{
43324 \end_layout
43325
43326 \end_inset
43327
43328 Emerald
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334 }{
43335 \end_layout
43336
43337 \end_inset
43338
43339
43340 \begin_inset Phantom Phantom
43341 status open
43342
43343 \begin_layout Plain Layout
43344 W
43345 \end_layout
43346
43347 \end_inset
43348
43349
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }
43356 \end_layout
43357
43358 \end_inset
43359
43360  Emerald
43361 \end_layout
43362
43363 \end_inset
43364 </cell>
43365 <cell alignment="left" valignment="top" usebox="none">
43366 \begin_inset Text
43367
43368 \begin_layout Plain Layout
43369 \begin_inset ERT
43370 status collapsed
43371
43372 \begin_layout Plain Layout
43373
43374
43375 \backslash
43376 fcolorbox{black}{
43377 \end_layout
43378
43379 \end_inset
43380
43381 ForestGreen
43382 \begin_inset ERT
43383 status collapsed
43384
43385 \begin_layout Plain Layout
43386
43387 }{
43388 \end_layout
43389
43390 \end_inset
43391
43392
43393 \begin_inset Phantom Phantom
43394 status open
43395
43396 \begin_layout Plain Layout
43397 W
43398 \end_layout
43399
43400 \end_inset
43401
43402
43403 \begin_inset ERT
43404 status collapsed
43405
43406 \begin_layout Plain Layout
43407
43408 }
43409 \end_layout
43410
43411 \end_inset
43412
43413  ForestGreen
43414 \end_layout
43415
43416 \end_inset
43417 </cell>
43418 </row>
43419 <row>
43420 <cell alignment="left" valignment="top" usebox="none">
43421 \begin_inset Text
43422
43423 \begin_layout Plain Layout
43424 \begin_inset ERT
43425 status collapsed
43426
43427 \begin_layout Plain Layout
43428
43429
43430 \backslash
43431 fcolorbox{black}{
43432 \end_layout
43433
43434 \end_inset
43435
43436 Fuchsia
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442 }{
43443 \end_layout
43444
43445 \end_inset
43446
43447
43448 \begin_inset Phantom Phantom
43449 status open
43450
43451 \begin_layout Plain Layout
43452 W
43453 \end_layout
43454
43455 \end_inset
43456
43457
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }
43464 \end_layout
43465
43466 \end_inset
43467
43468  Fuchsia
43469 \end_layout
43470
43471 \end_inset
43472 </cell>
43473 <cell alignment="left" valignment="top" usebox="none">
43474 \begin_inset Text
43475
43476 \begin_layout Plain Layout
43477 \begin_inset ERT
43478 status collapsed
43479
43480 \begin_layout Plain Layout
43481
43482
43483 \backslash
43484 fcolorbox{black}{
43485 \end_layout
43486
43487 \end_inset
43488
43489 Goldenrod
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495 }{
43496 \end_layout
43497
43498 \end_inset
43499
43500
43501 \begin_inset Phantom Phantom
43502 status open
43503
43504 \begin_layout Plain Layout
43505 W
43506 \end_layout
43507
43508 \end_inset
43509
43510
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }
43517 \end_layout
43518
43519 \end_inset
43520
43521  Goldenrod
43522 \end_layout
43523
43524 \end_inset
43525 </cell>
43526 <cell alignment="left" valignment="top" usebox="none">
43527 \begin_inset Text
43528
43529 \begin_layout Plain Layout
43530 \begin_inset ERT
43531 status collapsed
43532
43533 \begin_layout Plain Layout
43534
43535
43536 \backslash
43537 fcolorbox{black}{
43538 \end_layout
43539
43540 \end_inset
43541
43542 Gray
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548 }{
43549 \end_layout
43550
43551 \end_inset
43552
43553
43554 \begin_inset Phantom Phantom
43555 status open
43556
43557 \begin_layout Plain Layout
43558 W
43559 \end_layout
43560
43561 \end_inset
43562
43563
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }
43570 \end_layout
43571
43572 \end_inset
43573
43574  Gray
43575 \end_layout
43576
43577 \end_inset
43578 </cell>
43579 <cell alignment="left" valignment="top" usebox="none">
43580 \begin_inset Text
43581
43582 \begin_layout Plain Layout
43583 \begin_inset ERT
43584 status collapsed
43585
43586 \begin_layout Plain Layout
43587
43588
43589 \backslash
43590 fcolorbox{black}{
43591 \end_layout
43592
43593 \end_inset
43594
43595 GreenYellow
43596 \begin_inset ERT
43597 status collapsed
43598
43599 \begin_layout Plain Layout
43600
43601 }{
43602 \end_layout
43603
43604 \end_inset
43605
43606
43607 \begin_inset Phantom Phantom
43608 status open
43609
43610 \begin_layout Plain Layout
43611 W
43612 \end_layout
43613
43614 \end_inset
43615
43616
43617 \begin_inset ERT
43618 status collapsed
43619
43620 \begin_layout Plain Layout
43621
43622 }
43623 \end_layout
43624
43625 \end_inset
43626
43627  GreenYellow
43628 \end_layout
43629
43630 \end_inset
43631 </cell>
43632 </row>
43633 <row>
43634 <cell alignment="center" valignment="top" usebox="none">
43635 \begin_inset Text
43636
43637 \begin_layout Plain Layout
43638 \begin_inset ERT
43639 status collapsed
43640
43641 \begin_layout Plain Layout
43642
43643
43644 \backslash
43645 fcolorbox{black}{
43646 \end_layout
43647
43648 \end_inset
43649
43650 JungleGreen
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656 }{
43657 \end_layout
43658
43659 \end_inset
43660
43661
43662 \begin_inset Phantom Phantom
43663 status open
43664
43665 \begin_layout Plain Layout
43666 W
43667 \end_layout
43668
43669 \end_inset
43670
43671
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }
43678 \end_layout
43679
43680 \end_inset
43681
43682  JungleGreen
43683 \end_layout
43684
43685 \end_inset
43686 </cell>
43687 <cell alignment="center" valignment="top" usebox="none">
43688 \begin_inset Text
43689
43690 \begin_layout Plain Layout
43691 \begin_inset ERT
43692 status collapsed
43693
43694 \begin_layout Plain Layout
43695
43696
43697 \backslash
43698 fcolorbox{black}{
43699 \end_layout
43700
43701 \end_inset
43702
43703 Lavender
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709 }{
43710 \end_layout
43711
43712 \end_inset
43713
43714
43715 \begin_inset Phantom Phantom
43716 status open
43717
43718 \begin_layout Plain Layout
43719 W
43720 \end_layout
43721
43722 \end_inset
43723
43724
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }
43731 \end_layout
43732
43733 \end_inset
43734
43735  Lavender
43736 \end_layout
43737
43738 \end_inset
43739 </cell>
43740 <cell alignment="center" valignment="top" usebox="none">
43741 \begin_inset Text
43742
43743 \begin_layout Plain Layout
43744 \begin_inset ERT
43745 status collapsed
43746
43747 \begin_layout Plain Layout
43748
43749
43750 \backslash
43751 fcolorbox{black}{
43752 \end_layout
43753
43754 \end_inset
43755
43756 LimeGreen
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762 }{
43763 \end_layout
43764
43765 \end_inset
43766
43767
43768 \begin_inset Phantom Phantom
43769 status open
43770
43771 \begin_layout Plain Layout
43772 W
43773 \end_layout
43774
43775 \end_inset
43776
43777
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }
43784 \end_layout
43785
43786 \end_inset
43787
43788  LimeGreen
43789 \end_layout
43790
43791 \end_inset
43792 </cell>
43793 <cell alignment="center" valignment="top" usebox="none">
43794 \begin_inset Text
43795
43796 \begin_layout Plain Layout
43797 \begin_inset ERT
43798 status collapsed
43799
43800 \begin_layout Plain Layout
43801
43802
43803 \backslash
43804 fcolorbox{black}{
43805 \end_layout
43806
43807 \end_inset
43808
43809 Mahogany
43810 \begin_inset ERT
43811 status collapsed
43812
43813 \begin_layout Plain Layout
43814
43815 }{
43816 \end_layout
43817
43818 \end_inset
43819
43820
43821 \begin_inset Phantom Phantom
43822 status open
43823
43824 \begin_layout Plain Layout
43825 W
43826 \end_layout
43827
43828 \end_inset
43829
43830
43831 \begin_inset ERT
43832 status collapsed
43833
43834 \begin_layout Plain Layout
43835
43836 }
43837 \end_layout
43838
43839 \end_inset
43840
43841  Mahogany
43842 \end_layout
43843
43844 \end_inset
43845 </cell>
43846 </row>
43847 <row>
43848 <cell alignment="left" valignment="top" usebox="none">
43849 \begin_inset Text
43850
43851 \begin_layout Plain Layout
43852 \begin_inset ERT
43853 status collapsed
43854
43855 \begin_layout Plain Layout
43856
43857
43858 \backslash
43859 fcolorbox{black}{
43860 \end_layout
43861
43862 \end_inset
43863
43864 Mahogany
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870 }{
43871 \end_layout
43872
43873 \end_inset
43874
43875
43876 \begin_inset Phantom Phantom
43877 status open
43878
43879 \begin_layout Plain Layout
43880 W
43881 \end_layout
43882
43883 \end_inset
43884
43885
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }
43892 \end_layout
43893
43894 \end_inset
43895
43896  Mahogany
43897 \end_layout
43898
43899 \end_inset
43900 </cell>
43901 <cell alignment="left" valignment="top" usebox="none">
43902 \begin_inset Text
43903
43904 \begin_layout Plain Layout
43905 \begin_inset ERT
43906 status collapsed
43907
43908 \begin_layout Plain Layout
43909
43910
43911 \backslash
43912 fcolorbox{black}{
43913 \end_layout
43914
43915 \end_inset
43916
43917 Maroon
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923 }{
43924 \end_layout
43925
43926 \end_inset
43927
43928
43929 \begin_inset Phantom Phantom
43930 status open
43931
43932 \begin_layout Plain Layout
43933 W
43934 \end_layout
43935
43936 \end_inset
43937
43938
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }
43945 \end_layout
43946
43947 \end_inset
43948
43949  Maroon
43950 \end_layout
43951
43952 \end_inset
43953 </cell>
43954 <cell alignment="left" valignment="top" usebox="none">
43955 \begin_inset Text
43956
43957 \begin_layout Plain Layout
43958 \begin_inset ERT
43959 status collapsed
43960
43961 \begin_layout Plain Layout
43962
43963
43964 \backslash
43965 fcolorbox{black}{
43966 \end_layout
43967
43968 \end_inset
43969
43970 Melon
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976 }{
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \begin_inset Phantom Phantom
43983 status open
43984
43985 \begin_layout Plain Layout
43986 W
43987 \end_layout
43988
43989 \end_inset
43990
43991
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }
43998 \end_layout
43999
44000 \end_inset
44001
44002  Melon
44003 \end_layout
44004
44005 \end_inset
44006 </cell>
44007 <cell alignment="left" valignment="top" usebox="none">
44008 \begin_inset Text
44009
44010 \begin_layout Plain Layout
44011 \begin_inset ERT
44012 status collapsed
44013
44014 \begin_layout Plain Layout
44015
44016
44017 \backslash
44018 fcolorbox{black}{
44019 \end_layout
44020
44021 \end_inset
44022
44023 MidnightBlue
44024 \begin_inset ERT
44025 status collapsed
44026
44027 \begin_layout Plain Layout
44028
44029 }{
44030 \end_layout
44031
44032 \end_inset
44033
44034
44035 \begin_inset Phantom Phantom
44036 status open
44037
44038 \begin_layout Plain Layout
44039 W
44040 \end_layout
44041
44042 \end_inset
44043
44044
44045 \begin_inset ERT
44046 status collapsed
44047
44048 \begin_layout Plain Layout
44049
44050 }
44051 \end_layout
44052
44053 \end_inset
44054
44055  MidnightBlue
44056 \end_layout
44057
44058 \end_inset
44059 </cell>
44060 </row>
44061 <row>
44062 <cell alignment="left" valignment="top" usebox="none">
44063 \begin_inset Text
44064
44065 \begin_layout Plain Layout
44066 \begin_inset ERT
44067 status collapsed
44068
44069 \begin_layout Plain Layout
44070
44071
44072 \backslash
44073 fcolorbox{black}{
44074 \end_layout
44075
44076 \end_inset
44077
44078 Mulberry
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084 }{
44085 \end_layout
44086
44087 \end_inset
44088
44089
44090 \begin_inset Phantom Phantom
44091 status open
44092
44093 \begin_layout Plain Layout
44094 W
44095 \end_layout
44096
44097 \end_inset
44098
44099
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }
44106 \end_layout
44107
44108 \end_inset
44109
44110  Mulberry
44111 \end_layout
44112
44113 \end_inset
44114 </cell>
44115 <cell alignment="left" valignment="top" usebox="none">
44116 \begin_inset Text
44117
44118 \begin_layout Plain Layout
44119 \begin_inset ERT
44120 status collapsed
44121
44122 \begin_layout Plain Layout
44123
44124
44125 \backslash
44126 fcolorbox{black}{
44127 \end_layout
44128
44129 \end_inset
44130
44131 NavyBlue
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137 }{
44138 \end_layout
44139
44140 \end_inset
44141
44142
44143 \begin_inset Phantom Phantom
44144 status open
44145
44146 \begin_layout Plain Layout
44147 W
44148 \end_layout
44149
44150 \end_inset
44151
44152
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }
44159 \end_layout
44160
44161 \end_inset
44162
44163  NavyBlue
44164 \end_layout
44165
44166 \end_inset
44167 </cell>
44168 <cell alignment="left" valignment="top" usebox="none">
44169 \begin_inset Text
44170
44171 \begin_layout Plain Layout
44172 \begin_inset ERT
44173 status collapsed
44174
44175 \begin_layout Plain Layout
44176
44177
44178 \backslash
44179 fcolorbox{black}{
44180 \end_layout
44181
44182 \end_inset
44183
44184 OliveGreen
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190 }{
44191 \end_layout
44192
44193 \end_inset
44194
44195
44196 \begin_inset Phantom Phantom
44197 status open
44198
44199 \begin_layout Plain Layout
44200 W
44201 \end_layout
44202
44203 \end_inset
44204
44205
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211 }
44212 \end_layout
44213
44214 \end_inset
44215
44216  OliveGreen
44217 \end_layout
44218
44219 \end_inset
44220 </cell>
44221 <cell alignment="left" valignment="top" usebox="none">
44222 \begin_inset Text
44223
44224 \begin_layout Plain Layout
44225 \begin_inset ERT
44226 status collapsed
44227
44228 \begin_layout Plain Layout
44229
44230
44231 \backslash
44232 fcolorbox{black}{
44233 \end_layout
44234
44235 \end_inset
44236
44237 Orange
44238 \begin_inset ERT
44239 status collapsed
44240
44241 \begin_layout Plain Layout
44242
44243 }{
44244 \end_layout
44245
44246 \end_inset
44247
44248
44249 \begin_inset Phantom Phantom
44250 status open
44251
44252 \begin_layout Plain Layout
44253 W
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \begin_inset ERT
44260 status collapsed
44261
44262 \begin_layout Plain Layout
44263
44264 }
44265 \end_layout
44266
44267 \end_inset
44268
44269  Orange
44270 \end_layout
44271
44272 \end_inset
44273 </cell>
44274 </row>
44275 <row>
44276 <cell alignment="left" valignment="top" usebox="none">
44277 \begin_inset Text
44278
44279 \begin_layout Plain Layout
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285
44286 \backslash
44287 fcolorbox{black}{
44288 \end_layout
44289
44290 \end_inset
44291
44292 OrangeRed
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298 }{
44299 \end_layout
44300
44301 \end_inset
44302
44303
44304 \begin_inset Phantom Phantom
44305 status open
44306
44307 \begin_layout Plain Layout
44308 W
44309 \end_layout
44310
44311 \end_inset
44312
44313
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319 }
44320 \end_layout
44321
44322 \end_inset
44323
44324  OrangeRed
44325 \end_layout
44326
44327 \end_inset
44328 </cell>
44329 <cell alignment="left" valignment="top" usebox="none">
44330 \begin_inset Text
44331
44332 \begin_layout Plain Layout
44333 \begin_inset ERT
44334 status collapsed
44335
44336 \begin_layout Plain Layout
44337
44338
44339 \backslash
44340 fcolorbox{black}{
44341 \end_layout
44342
44343 \end_inset
44344
44345 Orchid
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351 }{
44352 \end_layout
44353
44354 \end_inset
44355
44356
44357 \begin_inset Phantom Phantom
44358 status open
44359
44360 \begin_layout Plain Layout
44361 W
44362 \end_layout
44363
44364 \end_inset
44365
44366
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }
44373 \end_layout
44374
44375 \end_inset
44376
44377  Orchid
44378 \end_layout
44379
44380 \end_inset
44381 </cell>
44382 <cell alignment="left" valignment="top" usebox="none">
44383 \begin_inset Text
44384
44385 \begin_layout Plain Layout
44386 \begin_inset ERT
44387 status collapsed
44388
44389 \begin_layout Plain Layout
44390
44391
44392 \backslash
44393 fcolorbox{black}{
44394 \end_layout
44395
44396 \end_inset
44397
44398 Peach
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404 }{
44405 \end_layout
44406
44407 \end_inset
44408
44409
44410 \begin_inset Phantom Phantom
44411 status open
44412
44413 \begin_layout Plain Layout
44414 W
44415 \end_layout
44416
44417 \end_inset
44418
44419
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425 }
44426 \end_layout
44427
44428 \end_inset
44429
44430  Peach
44431 \end_layout
44432
44433 \end_inset
44434 </cell>
44435 <cell alignment="left" valignment="top" usebox="none">
44436 \begin_inset Text
44437
44438 \begin_layout Plain Layout
44439 \begin_inset ERT
44440 status collapsed
44441
44442 \begin_layout Plain Layout
44443
44444
44445 \backslash
44446 fcolorbox{black}{
44447 \end_layout
44448
44449 \end_inset
44450
44451 Periwinkle
44452 \begin_inset ERT
44453 status collapsed
44454
44455 \begin_layout Plain Layout
44456
44457 }{
44458 \end_layout
44459
44460 \end_inset
44461
44462
44463 \begin_inset Phantom Phantom
44464 status open
44465
44466 \begin_layout Plain Layout
44467 W
44468 \end_layout
44469
44470 \end_inset
44471
44472
44473 \begin_inset ERT
44474 status collapsed
44475
44476 \begin_layout Plain Layout
44477
44478 }
44479 \end_layout
44480
44481 \end_inset
44482
44483  Periwinkle
44484 \end_layout
44485
44486 \end_inset
44487 </cell>
44488 </row>
44489 <row>
44490 <cell alignment="left" valignment="top" usebox="none">
44491 \begin_inset Text
44492
44493 \begin_layout Plain Layout
44494 \begin_inset ERT
44495 status collapsed
44496
44497 \begin_layout Plain Layout
44498
44499
44500 \backslash
44501 fcolorbox{black}{
44502 \end_layout
44503
44504 \end_inset
44505
44506 PineGreen
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512 }{
44513 \end_layout
44514
44515 \end_inset
44516
44517
44518 \begin_inset Phantom Phantom
44519 status open
44520
44521 \begin_layout Plain Layout
44522 W
44523 \end_layout
44524
44525 \end_inset
44526
44527
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533 }
44534 \end_layout
44535
44536 \end_inset
44537
44538  PineGreen
44539 \end_layout
44540
44541 \end_inset
44542 </cell>
44543 <cell alignment="left" valignment="top" usebox="none">
44544 \begin_inset Text
44545
44546 \begin_layout Plain Layout
44547 \begin_inset ERT
44548 status collapsed
44549
44550 \begin_layout Plain Layout
44551
44552
44553 \backslash
44554 fcolorbox{black}{
44555 \end_layout
44556
44557 \end_inset
44558
44559 Plum
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565 }{
44566 \end_layout
44567
44568 \end_inset
44569
44570
44571 \begin_inset Phantom Phantom
44572 status open
44573
44574 \begin_layout Plain Layout
44575 W
44576 \end_layout
44577
44578 \end_inset
44579
44580
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }
44587 \end_layout
44588
44589 \end_inset
44590
44591  Plum
44592 \end_layout
44593
44594 \end_inset
44595 </cell>
44596 <cell alignment="left" valignment="top" usebox="none">
44597 \begin_inset Text
44598
44599 \begin_layout Plain Layout
44600 \begin_inset ERT
44601 status collapsed
44602
44603 \begin_layout Plain Layout
44604
44605
44606 \backslash
44607 fcolorbox{black}{
44608 \end_layout
44609
44610 \end_inset
44611
44612 ProcessBlue
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618 }{
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \begin_inset Phantom Phantom
44625 status open
44626
44627 \begin_layout Plain Layout
44628 W
44629 \end_layout
44630
44631 \end_inset
44632
44633
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639 }
44640 \end_layout
44641
44642 \end_inset
44643
44644  ProcessBlue
44645 \end_layout
44646
44647 \end_inset
44648 </cell>
44649 <cell alignment="left" valignment="top" usebox="none">
44650 \begin_inset Text
44651
44652 \begin_layout Plain Layout
44653 \begin_inset ERT
44654 status collapsed
44655
44656 \begin_layout Plain Layout
44657
44658
44659 \backslash
44660 fcolorbox{black}{
44661 \end_layout
44662
44663 \end_inset
44664
44665 Purple
44666 \begin_inset ERT
44667 status collapsed
44668
44669 \begin_layout Plain Layout
44670
44671 }{
44672 \end_layout
44673
44674 \end_inset
44675
44676
44677 \begin_inset Phantom Phantom
44678 status open
44679
44680 \begin_layout Plain Layout
44681 W
44682 \end_layout
44683
44684 \end_inset
44685
44686
44687 \begin_inset ERT
44688 status collapsed
44689
44690 \begin_layout Plain Layout
44691
44692 }
44693 \end_layout
44694
44695 \end_inset
44696
44697  Purple
44698 \end_layout
44699
44700 \end_inset
44701 </cell>
44702 </row>
44703 <row>
44704 <cell alignment="left" valignment="top" usebox="none">
44705 \begin_inset Text
44706
44707 \begin_layout Plain Layout
44708 \begin_inset ERT
44709 status collapsed
44710
44711 \begin_layout Plain Layout
44712
44713
44714 \backslash
44715 fcolorbox{black}{
44716 \end_layout
44717
44718 \end_inset
44719
44720 RawSienna
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726 }{
44727 \end_layout
44728
44729 \end_inset
44730
44731
44732 \begin_inset Phantom Phantom
44733 status open
44734
44735 \begin_layout Plain Layout
44736 W
44737 \end_layout
44738
44739 \end_inset
44740
44741
44742 \begin_inset ERT
44743 status collapsed
44744
44745 \begin_layout Plain Layout
44746
44747 }
44748 \end_layout
44749
44750 \end_inset
44751
44752  RawSienna
44753 \end_layout
44754
44755 \end_inset
44756 </cell>
44757 <cell alignment="left" valignment="top" usebox="none">
44758 \begin_inset Text
44759
44760 \begin_layout Plain Layout
44761 \begin_inset ERT
44762 status collapsed
44763
44764 \begin_layout Plain Layout
44765
44766
44767 \backslash
44768 fcolorbox{black}{
44769 \end_layout
44770
44771 \end_inset
44772
44773 RedOrange
44774 \begin_inset ERT
44775 status collapsed
44776
44777 \begin_layout Plain Layout
44778
44779 }{
44780 \end_layout
44781
44782 \end_inset
44783
44784
44785 \begin_inset Phantom Phantom
44786 status open
44787
44788 \begin_layout Plain Layout
44789 W
44790 \end_layout
44791
44792 \end_inset
44793
44794
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }
44801 \end_layout
44802
44803 \end_inset
44804
44805  RedOrange
44806 \end_layout
44807
44808 \end_inset
44809 </cell>
44810 <cell alignment="left" valignment="top" usebox="none">
44811 \begin_inset Text
44812
44813 \begin_layout Plain Layout
44814 \begin_inset ERT
44815 status collapsed
44816
44817 \begin_layout Plain Layout
44818
44819
44820 \backslash
44821 fcolorbox{black}{
44822 \end_layout
44823
44824 \end_inset
44825
44826 RedViolet
44827 \begin_inset ERT
44828 status collapsed
44829
44830 \begin_layout Plain Layout
44831
44832 }{
44833 \end_layout
44834
44835 \end_inset
44836
44837
44838 \begin_inset Phantom Phantom
44839 status open
44840
44841 \begin_layout Plain Layout
44842 W
44843 \end_layout
44844
44845 \end_inset
44846
44847
44848 \begin_inset ERT
44849 status collapsed
44850
44851 \begin_layout Plain Layout
44852
44853 }
44854 \end_layout
44855
44856 \end_inset
44857
44858  RedViolet
44859 \end_layout
44860
44861 \end_inset
44862 </cell>
44863 <cell alignment="left" valignment="top" usebox="none">
44864 \begin_inset Text
44865
44866 \begin_layout Plain Layout
44867 \begin_inset ERT
44868 status collapsed
44869
44870 \begin_layout Plain Layout
44871
44872
44873 \backslash
44874 fcolorbox{black}{
44875 \end_layout
44876
44877 \end_inset
44878
44879 Rhodamine
44880 \begin_inset ERT
44881 status collapsed
44882
44883 \begin_layout Plain Layout
44884
44885 }{
44886 \end_layout
44887
44888 \end_inset
44889
44890
44891 \begin_inset Phantom Phantom
44892 status open
44893
44894 \begin_layout Plain Layout
44895 W
44896 \end_layout
44897
44898 \end_inset
44899
44900
44901 \begin_inset ERT
44902 status collapsed
44903
44904 \begin_layout Plain Layout
44905
44906 }
44907 \end_layout
44908
44909 \end_inset
44910
44911  Rhodamine
44912 \end_layout
44913
44914 \end_inset
44915 </cell>
44916 </row>
44917 <row>
44918 <cell alignment="left" valignment="top" usebox="none">
44919 \begin_inset Text
44920
44921 \begin_layout Plain Layout
44922 \begin_inset ERT
44923 status collapsed
44924
44925 \begin_layout Plain Layout
44926
44927
44928 \backslash
44929 fcolorbox{black}{
44930 \end_layout
44931
44932 \end_inset
44933
44934 RoyalBlue
44935 \begin_inset ERT
44936 status collapsed
44937
44938 \begin_layout Plain Layout
44939
44940 }{
44941 \end_layout
44942
44943 \end_inset
44944
44945
44946 \begin_inset Phantom Phantom
44947 status open
44948
44949 \begin_layout Plain Layout
44950 W
44951 \end_layout
44952
44953 \end_inset
44954
44955
44956 \begin_inset ERT
44957 status collapsed
44958
44959 \begin_layout Plain Layout
44960
44961 }
44962 \end_layout
44963
44964 \end_inset
44965
44966  RoyalBlue
44967 \end_layout
44968
44969 \end_inset
44970 </cell>
44971 <cell alignment="left" valignment="top" usebox="none">
44972 \begin_inset Text
44973
44974 \begin_layout Plain Layout
44975 \begin_inset ERT
44976 status collapsed
44977
44978 \begin_layout Plain Layout
44979
44980
44981 \backslash
44982 fcolorbox{black}{
44983 \end_layout
44984
44985 \end_inset
44986
44987 RoyalPurple
44988 \begin_inset ERT
44989 status collapsed
44990
44991 \begin_layout Plain Layout
44992
44993 }{
44994 \end_layout
44995
44996 \end_inset
44997
44998
44999 \begin_inset Phantom Phantom
45000 status open
45001
45002 \begin_layout Plain Layout
45003 W
45004 \end_layout
45005
45006 \end_inset
45007
45008
45009 \begin_inset ERT
45010 status collapsed
45011
45012 \begin_layout Plain Layout
45013
45014 }
45015 \end_layout
45016
45017 \end_inset
45018
45019  RoyalPurple
45020 \end_layout
45021
45022 \end_inset
45023 </cell>
45024 <cell alignment="left" valignment="top" usebox="none">
45025 \begin_inset Text
45026
45027 \begin_layout Plain Layout
45028 \begin_inset ERT
45029 status collapsed
45030
45031 \begin_layout Plain Layout
45032
45033
45034 \backslash
45035 fcolorbox{black}{
45036 \end_layout
45037
45038 \end_inset
45039
45040 RubineRed
45041 \begin_inset ERT
45042 status collapsed
45043
45044 \begin_layout Plain Layout
45045
45046 }{
45047 \end_layout
45048
45049 \end_inset
45050
45051
45052 \begin_inset Phantom Phantom
45053 status open
45054
45055 \begin_layout Plain Layout
45056 W
45057 \end_layout
45058
45059 \end_inset
45060
45061
45062 \begin_inset ERT
45063 status collapsed
45064
45065 \begin_layout Plain Layout
45066
45067 }
45068 \end_layout
45069
45070 \end_inset
45071
45072  RubineRed
45073 \end_layout
45074
45075 \end_inset
45076 </cell>
45077 <cell alignment="left" valignment="top" usebox="none">
45078 \begin_inset Text
45079
45080 \begin_layout Plain Layout
45081 \begin_inset ERT
45082 status collapsed
45083
45084 \begin_layout Plain Layout
45085
45086
45087 \backslash
45088 fcolorbox{black}{
45089 \end_layout
45090
45091 \end_inset
45092
45093 Salmon
45094 \begin_inset ERT
45095 status collapsed
45096
45097 \begin_layout Plain Layout
45098
45099 }{
45100 \end_layout
45101
45102 \end_inset
45103
45104
45105 \begin_inset Phantom Phantom
45106 status open
45107
45108 \begin_layout Plain Layout
45109 W
45110 \end_layout
45111
45112 \end_inset
45113
45114
45115 \begin_inset ERT
45116 status collapsed
45117
45118 \begin_layout Plain Layout
45119
45120 }
45121 \end_layout
45122
45123 \end_inset
45124
45125  Salmon
45126 \end_layout
45127
45128 \end_inset
45129 </cell>
45130 </row>
45131 <row>
45132 <cell alignment="left" valignment="top" usebox="none">
45133 \begin_inset Text
45134
45135 \begin_layout Plain Layout
45136 \begin_inset ERT
45137 status collapsed
45138
45139 \begin_layout Plain Layout
45140
45141
45142 \backslash
45143 fcolorbox{black}{
45144 \end_layout
45145
45146 \end_inset
45147
45148 SeaGreen
45149 \begin_inset ERT
45150 status collapsed
45151
45152 \begin_layout Plain Layout
45153
45154 }{
45155 \end_layout
45156
45157 \end_inset
45158
45159
45160 \begin_inset Phantom Phantom
45161 status open
45162
45163 \begin_layout Plain Layout
45164 W
45165 \end_layout
45166
45167 \end_inset
45168
45169
45170 \begin_inset ERT
45171 status collapsed
45172
45173 \begin_layout Plain Layout
45174
45175 }
45176 \end_layout
45177
45178 \end_inset
45179
45180  SeaGreen
45181 \end_layout
45182
45183 \end_inset
45184 </cell>
45185 <cell alignment="left" valignment="top" usebox="none">
45186 \begin_inset Text
45187
45188 \begin_layout Plain Layout
45189 \begin_inset ERT
45190 status collapsed
45191
45192 \begin_layout Plain Layout
45193
45194
45195 \backslash
45196 fcolorbox{black}{
45197 \end_layout
45198
45199 \end_inset
45200
45201 Sepia
45202 \begin_inset ERT
45203 status collapsed
45204
45205 \begin_layout Plain Layout
45206
45207 }{
45208 \end_layout
45209
45210 \end_inset
45211
45212
45213 \begin_inset Phantom Phantom
45214 status open
45215
45216 \begin_layout Plain Layout
45217 W
45218 \end_layout
45219
45220 \end_inset
45221
45222
45223 \begin_inset ERT
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227
45228 }
45229 \end_layout
45230
45231 \end_inset
45232
45233  Sepia
45234 \end_layout
45235
45236 \end_inset
45237 </cell>
45238 <cell alignment="left" valignment="top" usebox="none">
45239 \begin_inset Text
45240
45241 \begin_layout Plain Layout
45242 \begin_inset ERT
45243 status collapsed
45244
45245 \begin_layout Plain Layout
45246
45247
45248 \backslash
45249 fcolorbox{black}{
45250 \end_layout
45251
45252 \end_inset
45253
45254 SkyBlue
45255 \begin_inset ERT
45256 status collapsed
45257
45258 \begin_layout Plain Layout
45259
45260 }{
45261 \end_layout
45262
45263 \end_inset
45264
45265
45266 \begin_inset Phantom Phantom
45267 status open
45268
45269 \begin_layout Plain Layout
45270 W
45271 \end_layout
45272
45273 \end_inset
45274
45275
45276 \begin_inset ERT
45277 status collapsed
45278
45279 \begin_layout Plain Layout
45280
45281 }
45282 \end_layout
45283
45284 \end_inset
45285
45286  SkyBlue
45287 \end_layout
45288
45289 \end_inset
45290 </cell>
45291 <cell alignment="left" valignment="top" usebox="none">
45292 \begin_inset Text
45293
45294 \begin_layout Plain Layout
45295 \begin_inset ERT
45296 status collapsed
45297
45298 \begin_layout Plain Layout
45299
45300
45301 \backslash
45302 fcolorbox{black}{
45303 \end_layout
45304
45305 \end_inset
45306
45307 SpringGreen
45308 \begin_inset ERT
45309 status collapsed
45310
45311 \begin_layout Plain Layout
45312
45313 }{
45314 \end_layout
45315
45316 \end_inset
45317
45318
45319 \begin_inset Phantom Phantom
45320 status open
45321
45322 \begin_layout Plain Layout
45323 W
45324 \end_layout
45325
45326 \end_inset
45327
45328
45329 \begin_inset ERT
45330 status collapsed
45331
45332 \begin_layout Plain Layout
45333
45334 }
45335 \end_layout
45336
45337 \end_inset
45338
45339  SpringGreen
45340 \end_layout
45341
45342 \end_inset
45343 </cell>
45344 </row>
45345 <row>
45346 <cell alignment="left" valignment="top" usebox="none">
45347 \begin_inset Text
45348
45349 \begin_layout Plain Layout
45350 \begin_inset ERT
45351 status collapsed
45352
45353 \begin_layout Plain Layout
45354
45355
45356 \backslash
45357 fcolorbox{black}{
45358 \end_layout
45359
45360 \end_inset
45361
45362 Tan
45363 \begin_inset ERT
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367
45368 }{
45369 \end_layout
45370
45371 \end_inset
45372
45373
45374 \begin_inset Phantom Phantom
45375 status open
45376
45377 \begin_layout Plain Layout
45378 W
45379 \end_layout
45380
45381 \end_inset
45382
45383
45384 \begin_inset ERT
45385 status collapsed
45386
45387 \begin_layout Plain Layout
45388
45389 }
45390 \end_layout
45391
45392 \end_inset
45393
45394  Tan
45395 \end_layout
45396
45397 \end_inset
45398 </cell>
45399 <cell alignment="left" valignment="top" usebox="none">
45400 \begin_inset Text
45401
45402 \begin_layout Plain Layout
45403 \begin_inset ERT
45404 status collapsed
45405
45406 \begin_layout Plain Layout
45407
45408
45409 \backslash
45410 fcolorbox{black}{
45411 \end_layout
45412
45413 \end_inset
45414
45415 TealBlue
45416 \begin_inset ERT
45417 status collapsed
45418
45419 \begin_layout Plain Layout
45420
45421 }{
45422 \end_layout
45423
45424 \end_inset
45425
45426
45427 \begin_inset Phantom Phantom
45428 status open
45429
45430 \begin_layout Plain Layout
45431 W
45432 \end_layout
45433
45434 \end_inset
45435
45436
45437 \begin_inset ERT
45438 status collapsed
45439
45440 \begin_layout Plain Layout
45441
45442 }
45443 \end_layout
45444
45445 \end_inset
45446
45447  TealBlue
45448 \end_layout
45449
45450 \end_inset
45451 </cell>
45452 <cell alignment="left" valignment="top" usebox="none">
45453 \begin_inset Text
45454
45455 \begin_layout Plain Layout
45456 \begin_inset ERT
45457 status collapsed
45458
45459 \begin_layout Plain Layout
45460
45461
45462 \backslash
45463 fcolorbox{black}{
45464 \end_layout
45465
45466 \end_inset
45467
45468 Thistle
45469 \begin_inset ERT
45470 status collapsed
45471
45472 \begin_layout Plain Layout
45473
45474 }{
45475 \end_layout
45476
45477 \end_inset
45478
45479
45480 \begin_inset Phantom Phantom
45481 status open
45482
45483 \begin_layout Plain Layout
45484 W
45485 \end_layout
45486
45487 \end_inset
45488
45489
45490 \begin_inset ERT
45491 status collapsed
45492
45493 \begin_layout Plain Layout
45494
45495 }
45496 \end_layout
45497
45498 \end_inset
45499
45500  Thistle
45501 \end_layout
45502
45503 \end_inset
45504 </cell>
45505 <cell alignment="left" valignment="top" usebox="none">
45506 \begin_inset Text
45507
45508 \begin_layout Plain Layout
45509 \begin_inset ERT
45510 status collapsed
45511
45512 \begin_layout Plain Layout
45513
45514
45515 \backslash
45516 fcolorbox{black}{
45517 \end_layout
45518
45519 \end_inset
45520
45521 Turquoise
45522 \begin_inset ERT
45523 status collapsed
45524
45525 \begin_layout Plain Layout
45526
45527 }{
45528 \end_layout
45529
45530 \end_inset
45531
45532
45533 \begin_inset Phantom Phantom
45534 status open
45535
45536 \begin_layout Plain Layout
45537 W
45538 \end_layout
45539
45540 \end_inset
45541
45542
45543 \begin_inset ERT
45544 status collapsed
45545
45546 \begin_layout Plain Layout
45547
45548 }
45549 \end_layout
45550
45551 \end_inset
45552
45553  Turquoise
45554 \end_layout
45555
45556 \end_inset
45557 </cell>
45558 </row>
45559 <row>
45560 <cell alignment="left" valignment="top" usebox="none">
45561 \begin_inset Text
45562
45563 \begin_layout Plain Layout
45564 \begin_inset ERT
45565 status collapsed
45566
45567 \begin_layout Plain Layout
45568
45569
45570 \backslash
45571 fcolorbox{black}{
45572 \end_layout
45573
45574 \end_inset
45575
45576 Violet
45577 \begin_inset ERT
45578 status collapsed
45579
45580 \begin_layout Plain Layout
45581
45582 }{
45583 \end_layout
45584
45585 \end_inset
45586
45587
45588 \begin_inset Phantom Phantom
45589 status open
45590
45591 \begin_layout Plain Layout
45592 W
45593 \end_layout
45594
45595 \end_inset
45596
45597
45598 \begin_inset ERT
45599 status collapsed
45600
45601 \begin_layout Plain Layout
45602
45603 }
45604 \end_layout
45605
45606 \end_inset
45607
45608  Violet
45609 \end_layout
45610
45611 \end_inset
45612 </cell>
45613 <cell alignment="left" valignment="top" usebox="none">
45614 \begin_inset Text
45615
45616 \begin_layout Plain Layout
45617 \begin_inset ERT
45618 status collapsed
45619
45620 \begin_layout Plain Layout
45621
45622
45623 \backslash
45624 fcolorbox{black}{
45625 \end_layout
45626
45627 \end_inset
45628
45629 VioletRed
45630 \begin_inset ERT
45631 status collapsed
45632
45633 \begin_layout Plain Layout
45634
45635 }{
45636 \end_layout
45637
45638 \end_inset
45639
45640
45641 \begin_inset Phantom Phantom
45642 status open
45643
45644 \begin_layout Plain Layout
45645 W
45646 \end_layout
45647
45648 \end_inset
45649
45650
45651 \begin_inset ERT
45652 status collapsed
45653
45654 \begin_layout Plain Layout
45655
45656 }
45657 \end_layout
45658
45659 \end_inset
45660
45661  VioletRed
45662 \end_layout
45663
45664 \end_inset
45665 </cell>
45666 <cell alignment="left" valignment="top" usebox="none">
45667 \begin_inset Text
45668
45669 \begin_layout Plain Layout
45670 \begin_inset ERT
45671 status collapsed
45672
45673 \begin_layout Plain Layout
45674
45675
45676 \backslash
45677 fcolorbox{black}{
45678 \end_layout
45679
45680 \end_inset
45681
45682 WildStrawberry
45683 \begin_inset ERT
45684 status collapsed
45685
45686 \begin_layout Plain Layout
45687
45688 }{
45689 \end_layout
45690
45691 \end_inset
45692
45693
45694 \begin_inset Phantom Phantom
45695 status open
45696
45697 \begin_layout Plain Layout
45698 W
45699 \end_layout
45700
45701 \end_inset
45702
45703
45704 \begin_inset ERT
45705 status collapsed
45706
45707 \begin_layout Plain Layout
45708
45709 }
45710 \end_layout
45711
45712 \end_inset
45713
45714  WildStrawberry
45715 \end_layout
45716
45717 \end_inset
45718 </cell>
45719 <cell alignment="left" valignment="top" usebox="none">
45720 \begin_inset Text
45721
45722 \begin_layout Plain Layout
45723 \begin_inset ERT
45724 status collapsed
45725
45726 \begin_layout Plain Layout
45727
45728
45729 \backslash
45730 fcolorbox{black}{
45731 \end_layout
45732
45733 \end_inset
45734
45735 YellowGreen
45736 \begin_inset ERT
45737 status collapsed
45738
45739 \begin_layout Plain Layout
45740
45741 }{
45742 \end_layout
45743
45744 \end_inset
45745
45746
45747 \begin_inset Phantom Phantom
45748 status open
45749
45750 \begin_layout Plain Layout
45751 W
45752 \end_layout
45753
45754 \end_inset
45755
45756
45757 \begin_inset ERT
45758 status collapsed
45759
45760 \begin_layout Plain Layout
45761
45762 }
45763 \end_layout
45764
45765 \end_inset
45766
45767  YellowGreen
45768 \end_layout
45769
45770 \end_inset
45771 </cell>
45772 </row>
45773 <row>
45774 <cell alignment="left" valignment="top" usebox="none">
45775 \begin_inset Text
45776
45777 \begin_layout Plain Layout
45778 \begin_inset ERT
45779 status collapsed
45780
45781 \begin_layout Plain Layout
45782
45783
45784 \backslash
45785 fcolorbox{black}{
45786 \end_layout
45787
45788 \end_inset
45789
45790 YellowOrange
45791 \begin_inset ERT
45792 status collapsed
45793
45794 \begin_layout Plain Layout
45795
45796 }{
45797 \end_layout
45798
45799 \end_inset
45800
45801
45802 \begin_inset Phantom Phantom
45803 status open
45804
45805 \begin_layout Plain Layout
45806 W
45807 \end_layout
45808
45809 \end_inset
45810
45811
45812 \begin_inset ERT
45813 status collapsed
45814
45815 \begin_layout Plain Layout
45816
45817 }
45818 \end_layout
45819
45820 \end_inset
45821
45822  YellowOrange
45823 \end_layout
45824
45825 \end_inset
45826 </cell>
45827 <cell alignment="left" valignment="top" usebox="none">
45828 \begin_inset Text
45829
45830 \begin_layout Plain Layout
45831
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 <cell alignment="left" valignment="top" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840
45841 \end_layout
45842
45843 \end_inset
45844 </cell>
45845 <cell alignment="left" valignment="top" usebox="none">
45846 \begin_inset Text
45847
45848 \begin_layout Plain Layout
45849
45850 \end_layout
45851
45852 \end_inset
45853 </cell>
45854 </row>
45855 </lyxtabular>
45856
45857 \end_inset
45858
45859
45860 \end_layout
45861
45862 \begin_layout Chapter
45863 Explication de l' équation
45864 \begin_inset space ~
45865 \end_inset
45866
45867 (
45868 \begin_inset CommandInset ref
45869 LatexCommand ref
45870 reference "eq:Wgn"
45871
45872 \end_inset
45873
45874 )
45875 \begin_inset CommandInset label
45876 LatexCommand label
45877 name "cha:Explication-de-l'Equation"
45878
45879 \end_inset
45880
45881
45882 \end_layout
45883
45884 \begin_layout Standard
45885 La largeur totale de 
45886 \emph on
45887 n
45888 \emph default
45889  cellules de tableau 
45890 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45891 \end_inset
45892
45893  peut être calculée avec
45894 \begin_inset Formula 
45895 \begin{equation}
45896 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45897 \end{equation}
45898
45899 \end_inset
45900
45901
45902 \end_layout
45903
45904 \begin_layout Standard
45905 où 
45906 \begin_inset Formula $L_{g\,n}$
45907 \end_inset
45908
45909  est la largeur fixe de toutes les cellules.
45910  
45911 \series bold
45912
45913 \backslash
45914 tabcolsep
45915 \series default
45916  est la largeur utilisée par \SpecialChar LaTeX
45917  entre le texte de la cellule et la bordure,
45918  sa valeur implicite est 6
45919 \begin_inset space \thinspace{}
45920 \end_inset
45921
45922 pt.
45923  
45924 \series bold
45925
45926 \backslash
45927 arrayrulewidth
45928 \series default
45929  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45930 \begin_inset space \thinspace{}
45931 \end_inset
45932
45933 pt.
45934 \end_layout
45935
45936 \begin_layout Standard
45937 D'après l'équation
45938 \begin_inset space ~
45939 \end_inset
45940
45941
45942 \begin_inset CommandInset ref
45943 LatexCommand eqref
45944 reference "eq:Wtot_n"
45945
45946 \end_inset
45947
45948 , la largeur totale d'une multi-colonnes, 
45949 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45950 \end_inset
45951
45952  est
45953 \begin_inset Formula 
45954 \begin{equation}
45955 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45956 \end{equation}
45957
45958 \end_inset
45959
45960
45961 \end_layout
45962
45963 \begin_layout Standard
45964 En posant que les équations 
45965 \begin_inset space ~
45966 \end_inset
45967
45968
45969 \begin_inset CommandInset ref
45970 LatexCommand eqref
45971 reference "eq:Wtot_n"
45972
45973 \end_inset
45974
45975  et 
45976 \begin_inset CommandInset ref
45977 LatexCommand eqref
45978 reference "eq:Wtot_mult"
45979
45980 \end_inset
45981
45982  sont égales, on peut calculer la largeur nécessaire 
45983 \begin_inset Formula $L_{g\,n}$
45984 \end_inset
45985
45986  quand 
45987 \emph on
45988 n
45989 \emph default
45990  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45991  de 
45992 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45993 \end_inset
45994
45995 :
45996 \begin_inset Formula 
45997 \begin{equation}
45998 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45999 \end{equation}
46000
46001 \end_inset
46002
46003
46004 \end_layout
46005
46006 \begin_layout Bibliography
46007 \begin_inset CommandInset bibitem
46008 LatexCommand bibitem
46009 key "latexcompanion"
46010
46011 \end_inset
46012
46013 Frank Mittelbach and Michel Goossens: 
46014 \emph on
46015 The \SpecialChar LaTeX
46016  Companion Second Edition.
46017
46018 \emph default
46019  Addison-Wesley, 2004
46020 \end_layout
46021
46022 \begin_layout Bibliography
46023 \begin_inset CommandInset bibitem
46024 LatexCommand bibitem
46025 key "latexguide"
46026
46027 \end_inset
46028
46029 Helmut Kopka and Patrick W.
46030  Daly: 
46031 \emph on
46032 A Guide to \SpecialChar LaTeX
46033  Fourth Edition.
46034
46035 \emph default
46036  Addison-Wesley, 2003
46037 \end_layout
46038
46039 \begin_layout Bibliography
46040 \begin_inset CommandInset bibitem
46041 LatexCommand bibitem
46042 key "latexbook"
46043
46044 \end_inset
46045
46046 Leslie Lamport: 
46047 \emph on
46048 \SpecialChar LaTeX
46049 : A Document Preparation System.
46050
46051 \emph default
46052  Addison-Wesley, second edition, 1994
46053 \end_layout
46054
46055 \begin_layout Bibliography
46056 \begin_inset CommandInset bibitem
46057 LatexCommand bibitem
46058 key "arydshln"
46059
46060 \end_inset
46061
46062 Documentation du paquetage \SpecialChar LaTeX
46063
46064 \series bold
46065  
46066 \begin_inset CommandInset href
46067 LatexCommand href
46068 name "arydshln"
46069 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46070
46071 \end_inset
46072
46073
46074 \series default
46075
46076 \begin_inset Index idx
46077 status collapsed
46078
46079 \begin_layout Plain Layout
46080 Paquetages \SpecialChar LaTeX
46081  ! arydshln
46082 \end_layout
46083
46084 \end_inset
46085
46086
46087 \end_layout
46088
46089 \begin_layout Bibliography
46090 \begin_inset CommandInset bibitem
46091 LatexCommand bibitem
46092 key "booktabs"
46093
46094 \end_inset
46095
46096 Documentation du paquetage \SpecialChar LaTeX
46097  
46098 \series bold
46099
46100 \begin_inset CommandInset href
46101 LatexCommand href
46102 name "booktabs"
46103 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46104
46105 \end_inset
46106
46107
46108 \series default
46109
46110 \begin_inset Index idx
46111 status collapsed
46112
46113 \begin_layout Plain Layout
46114 Paquetages \SpecialChar LaTeX
46115  ! booktabs
46116 \end_layout
46117
46118 \end_inset
46119
46120
46121 \end_layout
46122
46123 \begin_layout Bibliography
46124 \begin_inset CommandInset bibitem
46125 LatexCommand bibitem
46126 key "caption"
46127
46128 \end_inset
46129
46130 Documentation du paquetage \SpecialChar LaTeX
46131  
46132 \series bold
46133
46134 \begin_inset CommandInset href
46135 LatexCommand href
46136 name "caption"
46137 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46138
46139 \end_inset
46140
46141
46142 \series default
46143
46144 \begin_inset Index idx
46145 status collapsed
46146
46147 \begin_layout Plain Layout
46148 Paquetages \SpecialChar LaTeX
46149  ! caption
46150 \end_layout
46151
46152 \end_inset
46153
46154
46155 \end_layout
46156
46157 \begin_layout Bibliography
46158 \begin_inset CommandInset bibitem
46159 LatexCommand bibitem
46160 key "diagbox"
46161
46162 \end_inset
46163
46164 Documentation du paquetage \SpecialChar LaTeX
46165  
46166 \series bold
46167
46168 \begin_inset CommandInset href
46169 LatexCommand href
46170 name "diagbox"
46171 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46172
46173 \end_inset
46174
46175
46176 \series default
46177
46178 \begin_inset Index idx
46179 status collapsed
46180
46181 \begin_layout Plain Layout
46182 Paquetages \SpecialChar LaTeX
46183  ! diagbox
46184 \end_layout
46185
46186 \end_inset
46187
46188
46189 \end_layout
46190
46191 \begin_layout Bibliography
46192 \begin_inset CommandInset bibitem
46193 LatexCommand bibitem
46194 key "endfloat"
46195
46196 \end_inset
46197
46198 Documentation du paquetage \SpecialChar LaTeX
46199  
46200 \series bold
46201
46202 \begin_inset CommandInset href
46203 LatexCommand href
46204 name "endfloat"
46205 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46206
46207 \end_inset
46208
46209
46210 \series default
46211
46212 \begin_inset Index idx
46213 status collapsed
46214
46215 \begin_layout Plain Layout
46216 Paquetages \SpecialChar LaTeX
46217  ! endfloat
46218 \end_layout
46219
46220 \end_inset
46221
46222
46223 \end_layout
46224
46225 \begin_layout Bibliography
46226 \begin_inset CommandInset bibitem
46227 LatexCommand bibitem
46228 key "footmisc"
46229
46230 \end_inset
46231
46232 Documentation du paquetage \SpecialChar LaTeX
46233  
46234 \series bold
46235
46236 \begin_inset CommandInset href
46237 LatexCommand href
46238 name "footmisc"
46239 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46240
46241 \end_inset
46242
46243
46244 \series default
46245
46246 \begin_inset Index idx
46247 status collapsed
46248
46249 \begin_layout Plain Layout
46250 Paquetages \SpecialChar LaTeX
46251  ! footmisc
46252 \end_layout
46253
46254 \end_inset
46255
46256
46257 \end_layout
46258
46259 \begin_layout Bibliography
46260 \begin_inset CommandInset bibitem
46261 LatexCommand bibitem
46262 key "hypcap"
46263
46264 \end_inset
46265
46266 Documentation du paquetage \SpecialChar LaTeX
46267  
46268 \series bold
46269
46270 \begin_inset CommandInset href
46271 LatexCommand href
46272 name "hypcap"
46273 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46274
46275 \end_inset
46276
46277
46278 \series default
46279
46280 \begin_inset Index idx
46281 status collapsed
46282
46283 \begin_layout Plain Layout
46284 Paquetages \SpecialChar LaTeX
46285  ! hyperref
46286 \end_layout
46287
46288 \end_inset
46289
46290
46291 \end_layout
46292
46293 \begin_layout Bibliography
46294 \begin_inset CommandInset bibitem
46295 LatexCommand bibitem
46296 key "hyperref"
46297
46298 \end_inset
46299
46300 Documentation du paquetage \SpecialChar LaTeX
46301  
46302 \series bold
46303
46304 \begin_inset CommandInset href
46305 LatexCommand href
46306 name "hyperref"
46307 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46308
46309 \end_inset
46310
46311
46312 \series default
46313
46314 \begin_inset Index idx
46315 status collapsed
46316
46317 \begin_layout Plain Layout
46318 Paquetages \SpecialChar LaTeX
46319  ! hyperref
46320 \end_layout
46321
46322 \end_inset
46323
46324
46325 \end_layout
46326
46327 \begin_layout Bibliography
46328 \begin_inset CommandInset bibitem
46329 LatexCommand bibitem
46330 key "KOMA-Script"
46331
46332 \end_inset
46333
46334 Documentation du paquetage \SpecialChar LaTeX
46335  
46336 \series bold
46337
46338 \begin_inset CommandInset href
46339 LatexCommand href
46340 name "KOMA-Script"
46341 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46342
46343 \end_inset
46344
46345
46346 \series default
46347
46348 \begin_inset Index idx
46349 status collapsed
46350
46351 \begin_layout Plain Layout
46352 Paquetages \SpecialChar LaTeX
46353  ! KOMA-Script
46354 \end_layout
46355
46356 \end_inset
46357
46358
46359 \end_layout
46360
46361 \begin_layout Bibliography
46362 \begin_inset CommandInset bibitem
46363 LatexCommand bibitem
46364 key "lettrine"
46365
46366 \end_inset
46367
46368 Documentation du paquetage \SpecialChar LaTeX
46369  
46370 \series bold
46371
46372 \begin_inset CommandInset href
46373 LatexCommand href
46374 name "lettrine"
46375 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46376
46377 \end_inset
46378
46379
46380 \series default
46381  et un 
46382 \begin_inset CommandInset href
46383 LatexCommand href
46384 name "exemple"
46385 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46386
46387 \end_inset
46388
46389
46390 \begin_inset Index idx
46391 status collapsed
46392
46393 \begin_layout Plain Layout
46394 Paquetages \SpecialChar LaTeX
46395  ! lettrine
46396 \end_layout
46397
46398 \end_inset
46399
46400
46401 \end_layout
46402
46403 \begin_layout Bibliography
46404 \begin_inset CommandInset bibitem
46405 LatexCommand bibitem
46406 key "listings"
46407
46408 \end_inset
46409
46410 Documentation du paquetage \SpecialChar LaTeX
46411  
46412 \series bold
46413
46414 \begin_inset CommandInset href
46415 LatexCommand href
46416 name "listings"
46417 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46418
46419 \end_inset
46420
46421
46422 \series default
46423
46424 \begin_inset Index idx
46425 status collapsed
46426
46427 \begin_layout Plain Layout
46428 Paquetages \SpecialChar LaTeX
46429  ! listings
46430 \end_layout
46431
46432 \end_inset
46433
46434
46435 \end_layout
46436
46437 \begin_layout Bibliography
46438 \begin_inset CommandInset bibitem
46439 LatexCommand bibitem
46440 key "marginnote"
46441
46442 \end_inset
46443
46444 Documentation du paquetage \SpecialChar LaTeX
46445  
46446 \series bold
46447
46448 \begin_inset CommandInset href
46449 LatexCommand href
46450 name "marginnote"
46451 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46452
46453 \end_inset
46454
46455
46456 \series default
46457
46458 \begin_inset Index idx
46459 status collapsed
46460
46461 \begin_layout Plain Layout
46462 Paquetages \SpecialChar LaTeX
46463  ! marginnote
46464 \end_layout
46465
46466 \end_inset
46467
46468
46469 \end_layout
46470
46471 \begin_layout Bibliography
46472 \begin_inset CommandInset bibitem
46473 LatexCommand bibitem
46474 key "pdfpages"
46475
46476 \end_inset
46477
46478 Documentation du paquetage \SpecialChar LaTeX
46479  
46480 \series bold
46481
46482 \begin_inset CommandInset href
46483 LatexCommand href
46484 name "pdfpages"
46485 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46486
46487 \end_inset
46488
46489
46490 \series default
46491
46492 \begin_inset Index idx
46493 status collapsed
46494
46495 \begin_layout Plain Layout
46496 Paquetages \SpecialChar LaTeX
46497  ! pdfpages
46498 \end_layout
46499
46500 \end_inset
46501
46502
46503 \end_layout
46504
46505 \begin_layout Bibliography
46506 \begin_inset CommandInset bibitem
46507 LatexCommand bibitem
46508 key "prettyref"
46509
46510 \end_inset
46511
46512 Documentation du paquetage \SpecialChar LaTeX
46513
46514 \series bold
46515  
46516 \begin_inset CommandInset href
46517 LatexCommand href
46518 name "prettyref"
46519 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46520
46521 \end_inset
46522
46523
46524 \series default
46525
46526 \begin_inset Index idx
46527 status collapsed
46528
46529 \begin_layout Plain Layout
46530 Paquetages \SpecialChar LaTeX
46531  ! prettyref
46532 \end_layout
46533
46534 \end_inset
46535
46536
46537 \end_layout
46538
46539 \begin_layout Bibliography
46540 \begin_inset CommandInset bibitem
46541 LatexCommand bibitem
46542 key "pstricks"
46543
46544 \end_inset
46545
46546 Page Web du paquetage \SpecialChar LaTeX
46547  
46548 \series bold
46549
46550 \begin_inset CommandInset href
46551 LatexCommand href
46552 name "PSTricks"
46553 target "http://tug.org/PSTricks/"
46554
46555 \end_inset
46556
46557
46558 \series default
46559
46560 \begin_inset Index idx
46561 status collapsed
46562
46563 \begin_layout Plain Layout
46564 Paquetages \SpecialChar LaTeX
46565  ! PSTricks
46566 \end_layout
46567
46568 \end_inset
46569
46570
46571 \end_layout
46572
46573 \begin_layout Bibliography
46574 \begin_inset CommandInset bibitem
46575 LatexCommand bibitem
46576 key "refstyle"
46577
46578 \end_inset
46579
46580 Documentation du paquetage \SpecialChar LaTeX
46581
46582 \series bold
46583  
46584 \begin_inset CommandInset href
46585 LatexCommand href
46586 name "refstyle"
46587 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46588
46589 \end_inset
46590
46591
46592 \series default
46593
46594 \begin_inset Index idx
46595 status collapsed
46596
46597 \begin_layout Plain Layout
46598 Paquetages \SpecialChar LaTeX
46599  ! refstyle
46600 \end_layout
46601
46602 \end_inset
46603
46604
46605 \end_layout
46606
46607 \begin_layout Bibliography
46608 \begin_inset CommandInset bibitem
46609 LatexCommand bibitem
46610 key "sidecap"
46611
46612 \end_inset
46613
46614 Documentation du paquetage \SpecialChar LaTeX
46615  
46616 \series bold
46617
46618 \begin_inset CommandInset href
46619 LatexCommand href
46620 name "sidecap"
46621 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46622
46623 \end_inset
46624
46625
46626 \series default
46627
46628 \begin_inset Index idx
46629 status collapsed
46630
46631 \begin_layout Plain Layout
46632 Paquetages \SpecialChar LaTeX
46633  ! sidecap
46634 \end_layout
46635
46636 \end_inset
46637
46638
46639 \end_layout
46640
46641 \begin_layout Bibliography
46642 \begin_inset CommandInset bibitem
46643 LatexCommand bibitem
46644 key "NewInLyX20"
46645
46646 \end_inset
46647
46648
46649 \begin_inset CommandInset href
46650 LatexCommand href
46651 name "Page Wiki"
46652 target "http://wiki.lyx.org/LyX/NewInLyX20"
46653
46654 \end_inset
46655
46656  au sujet des nouveautés de 
46657 \family sans
46658 \SpecialChar LyX
46659  2.0
46660 \family default
46661 .
46662 \end_layout
46663
46664 \begin_layout Standard
46665 \begin_inset CommandInset index_print
46666 LatexCommand printindex
46667 type "idx"
46668
46669 \end_inset
46670
46671
46672 \end_layout
46673
46674 \end_body
46675 \end_document