]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Tutorial.lyx: port last change
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 508
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/fr/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102
103 % ------------------------------------
104 % used to check for needed LaTeX packages
105 \usepackage{ifthen}
106
107 % check for package arydshln
108 % used for tables with dashed lines
109 \newboolean{arydshln}
110 \IfFileExists{arydshln.sty}
111  {\usepackage{arydshln}
112   \setboolean{arydshln}{true}}
113  {\setboolean{arydshln}{false}}
114
115 % check for package marginnote
116 % used for margin notes
117 \newboolean{marginnote}
118 \IfFileExists{marginnote.sty}
119  {\usepackage{marginnote}
120   \let\marginpar\marginnote
121   \setboolean{marginnote}{true}}
122  {\setboolean{marginnote}{false}}
123
124 % check for package sidecap
125 % used for captions on the side
126 \newboolean{sidecap}
127 \IfFileExists{sidecap.sty}
128  {\usepackage{sidecap}
129   \setboolean{sidecap}{true}}
130  {\setboolean{sidecap}{false}}
131
132 % check for picinpar
133 % used for surrounded fixed objects
134 \newboolean{picinpar}
135 \IfFileExists{picinpar.sty}
136  {\usepackage{picinpar}
137   \setboolean{picinpar}{true}}
138  {\setboolean{picinpar}{false}}
139
140 % check for lettrine
141 \newboolean{lettrine}
142 \IfFileExists{lettrine.sty}
143  {\usepackage{lettrine}
144   \setboolean{lettrine}{true}}
145  {\setboolean{lettrine}{false}}
146
147 % check for diagbox
148 \newboolean{diagbox}
149 \IfFileExists{diagbox.sty}
150  {\usepackage{diagbox}
151   \setboolean{diagbox}{true}}
152  {\setboolean{diagbox}{false}}
153
154 % use normal list environments also in French documents
155 \@ifpackageloaded{babel}{%
156 \frenchbsetup{StandardLayout}
157 }{}
158 \end_preamble
159 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
160 \use_default_options false
161 \begin_modules
162 initials
163 graphicboxes
164 \end_modules
165 \maintain_unincluded_children false
166 \language french
167 \language_package default
168 \inputencoding auto
169 \fontencoding global
170 \font_roman "lmodern" "default"
171 \font_sans "lmss" "default"
172 \font_typewriter "lmtt" "default"
173 \font_math "auto" "auto"
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
189 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_package amsmath 2
205 \use_package amssymb 2
206 \use_package cancel 0
207 \use_package esint 0
208 \use_package mathdots 1
209 \use_package mathtools 0
210 \use_package mhchem 1
211 \use_package stackrel 0
212 \use_package stmaryrd 0
213 \use_package undertilde 0
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index Index
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \quotes_language french
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \tracking_changes false
237 \output_changes false
238 \html_math_output 0
239 \html_css_as_file 0
240 \html_be_strict false
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
247  les boîtes et les objets externes de \SpecialChar LyX
248
249 \end_layout
250
251 \begin_layout Author
252 par l'Équipe \SpecialChar LyX
253
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
260  de la documentation de \SpecialChar LyX
261
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 auteur original : Uwe Stöhr
281 \end_layout
282
283 \begin_layout Plain Layout
284 Traduction française : Siegfried Meunier-Guttin-Cluzel
285 \end_layout
286
287 \begin_layout Plain Layout
288 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
289 n/Navigation, 31/10/2012, JPChrétien
290 \end_layout
291
292 \begin_layout Plain Layout
293 version initiale 2.1.x avril 2014, mise à jour J.P.
294  Chrétien
295 \end_layout
296
297 \begin_layout Plain Layout
298 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
299 \end_layout
300
301 \begin_layout Plain Layout
302 Mise à jour pour 2.2, 26 janvier 2016 (JPC)
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.2.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
335  
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347 , et 
348 \series bold
349 sidecap
350 \series default
351  doivent être installés.
352  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
353  les sections qui nécessitent les paquetages en question n'apparaîtront
354  pas sur la sortie.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/\SpecialChar LyX
365 /DocumentationDevelopment#EmbeddedObjects
366 \end_layout
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Chapter
374 Figures
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Figures
380 \end_layout
381
382 \end_inset
383
384
385 \begin_inset Index idx
386 status collapsed
387
388 \begin_layout Plain Layout
389 Graphiques|see
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395 {
396 \end_layout
397
398 \end_inset
399
400 Figures
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406 }
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Section
420 La fenêtre de dialogue graphique
421 \begin_inset Index idx
422 status collapsed
423
424 \begin_layout Plain Layout
425 Figures ! Fenêtre de dialogue Graphique
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset CommandInset label
432 LatexCommand label
433 name "sec:Graphics-Dialog"
434
435 \end_inset
436
437
438 \end_layout
439
440 \begin_layout Standard
441 Pour placer une figure dans votre document, cliquez sur le bouton 
442 \begin_inset Info
443 type  "icon"
444 arg   "dialog-show-new-inset graphics"
445 \end_inset
446
447  dans la barre d'outils, ou faites 
448 \family sans
449 Insertion\SpecialChar menuseparator
450 Graphique
451 \family default
452 .
453  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
454  à charger.
455  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
456  dans le texte.
457 \end_layout
458
459 \begin_layout Standard
460 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
461  sur une image
462 \begin_inset Note Note
463 status collapsed
464
465 \begin_layout Plain Layout
466 Ça marche aussi avec le bouton gauche ! (NdT)
467 \end_layout
468
469 \end_inset
470
471 .
472  Cette fenêtre de dialogue possède trois onglets:
473 \end_layout
474
475 \begin_layout Description
476 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
477  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
478  Les unités de longueurs utilisées sont décrites dans l'annexe
479 \begin_inset space ~
480 \end_inset
481
482
483 \begin_inset CommandInset ref
484 LatexCommand ref
485 reference "cha:Unités-de-longueur"
486
487 \end_inset
488
489 .
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index idx
495 status collapsed
496
497 \begin_layout Plain Layout
498 Figures ! Pivotées
499 \end_layout
500
501 \end_inset
502
503 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
504  d'une montre, en donnant l'angle de rotation et la position du pivot.
505  L'image apparaîtra pivotée dans \SpecialChar LyX
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Figures ! Redimensionnées
516 \end_layout
517
518 \end_inset
519
520 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
521  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
522  sa largeur.
523  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
524  déterminée automatiquement.
525  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
526  éventuellement une distorsion.
527  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
528  
529 \family sans
530 Conserver
531 \begin_inset space ~
532 \end_inset
533
534 les
535 \begin_inset space ~
536 \end_inset
537
538 proportions
539 \family default
540 .
541  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
542  pas les valeurs fixées.
543  
544 \begin_inset Newline newline
545 \end_inset
546
547 Les images peuvent être modifiée en utilisant le programme de votre choix
548  en faisant un clic droit dessus et en choisissant 
549 \family sans
550 Éditer le fichier ailleurs
551 \family default
552  dans le menu contextuel qui apparaît.
553  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
554  
555 \family sans
556 Formats
557 \begin_inset space ~
558 \end_inset
559
560 de
561 \begin_inset space ~
562 \end_inset
563
564 fichiers
565 \family default
566  dans la fenêtre de dialogue de 
567 \family sans
568 Préférences
569 \family default
570  de \SpecialChar LyX
571 .
572 \end_layout
573
574 \begin_layout Description
575 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
576  la sortie finale est de modifier les coordonnées de la zone de l'image
577  qui est affichée.
578  Cette zone peut être calculée automatiquement à partir des données présentes
579  dans le fichier en appuyant sur le bouton 
580 \family sans
581 Valeurs
582 \begin_inset space ~
583 \end_inset
584
585 du
586 \begin_inset space ~
587 \end_inset
588
589 Fichier
590 \family default
591 .
592  Avec l'option 
593 \family sans
594 Couper
595 \begin_inset space ~
596 \end_inset
597
598 à
599 \begin_inset space ~
600 \end_inset
601
602 la
603 \begin_inset space ~
604 \end_inset
605
606 boîte
607 \begin_inset space ~
608 \end_inset
609
610 de
611 \begin_inset space ~
612 \end_inset
613
614 délimitation, 
615 \family default
616 seule la portion de l'image qui est dans la zone définie sera imprimée.
617  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
618  donc vous pouvez ignorer l'onglet 
619 \family sans
620 Rogner
621 \family default
622 .
623 \end_layout
624
625 \begin_layout Description
626
627 \family sans
628 Options
629 \begin_inset space ~
630 \end_inset
631
632 \SpecialChar LaTeX
633
634 \begin_inset space ~
635 \end_inset
636
637 et
638 \begin_inset space ~
639 \end_inset
640
641 \SpecialChar LyX
642
643 \family default
644  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
645  et les
646  experts ès-\SpecialChar LaTeX
647  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
648
649 \begin_inset Newline newline
650 \end_inset
651
652 L'option 
653 \family sans
654 Mode brouillon
655 \family default
656  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
657  avec la taille de l'image.
658 \begin_inset Newline newline
659 \end_inset
660
661 Dans la section 
662 \family sans
663 Groupe
664 \begin_inset space ~
665 \end_inset
666
667 de
668 \begin_inset space ~
669 \end_inset
670
671 graphiques
672 \family default
673  vous pouvez définir ou de choisir un groupe de paramètres d'image
674 \begin_inset Index idx
675 status collapsed
676
677 \begin_layout Plain Layout
678 Figures ! Groupes de paramétrisation
679 \end_layout
680
681 \end_inset
682
683 .
684  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
685  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
686  les autres soient automatiquement modifiées de la même manière.
687  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
688  avoir à modifier leur taille manuellement une par une.
689  On peut rattacher une image à un groupe existant en utilisant le menu contextue
690 l de l'image et en cochant le nom du groupe dans la liste
691 \begin_inset Foot
692 status collapsed
693
694 \begin_layout Plain Layout
695 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
696 \end_layout
697
698 \end_inset
699
700 .
701 \end_layout
702
703 \begin_layout Standard
704 \begin_inset VSpace bigskip
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 Voici un exemple d'image au format EPS
712 \begin_inset Foot
713 status collapsed
714
715 \begin_layout Plain Layout
716 Les format d'images sont décrits dans la section
717 \begin_inset space ~
718 \end_inset
719
720
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "sec:Image-Formats"
724
725 \end_inset
726
727 .
728 \end_layout
729
730 \end_inset
731
732  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
733 nt:
734 \begin_inset Separator latexpar
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         scale 70
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 Et voici la même image mais en mode brouillon:
755 \begin_inset Separator latexpar
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 \align center
763 \begin_inset Graphics
764         filename ../clipart/mobius.eps
765         scale 70
766         draft
767         scaleBeforeRotation
768         rotateOrigin center
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figures flottantes
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Flottants ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Flottants
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 Pour des explications d'ordre général concernant les flottants, jetez un
808  coup d'œil à la section
809 \begin_inset space ~
810 \end_inset
811
812
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "sec:Flottants-Introduction"
816
817 \end_inset
818
819 .
820 \end_layout
821
822 \begin_layout Standard
823 Le bouton 
824 \begin_inset Info
825 type  "icon"
826 arg   "float-insert figure"
827 \end_inset
828
829  de la barre d'outils et le menu 
830 \family sans
831 Insertion\SpecialChar menuseparator
832 Flottant\SpecialChar menuseparator
833 Figure
834 \family default
835  insèrent un flottant avec l'étiquette 
836 \begin_inset Quotes fld
837 \end_inset
838
839
840 \series bold
841 Figure
842 \begin_inset space ~
843 \end_inset
844
845 #:
846 \series default
847
848 \begin_inset Quotes frd
849 \end_inset
850
851  (# est le numéro réel de l'image).
852  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:kill-plat"
860
861 \end_inset
862
863  ou en dessous de la légende comme pour la Figure
864 \begin_inset space ~
865 \end_inset
866
867
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "fig:escher"
871
872 \end_inset
873
874 .
875  Vous trouverez plus d'information sur le positionnement des légendes dans
876  la section
877 \begin_inset space ~
878 \end_inset
879
880
881 \begin_inset CommandInset ref
882 LatexCommand ref
883 reference "sec:Placement-légende"
884
885 \end_inset
886
887 .
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Float figure
892 wide false
893 sideways false
894 status open
895
896 \begin_layout Plain Layout
897 \align center
898 \begin_inset Graphics
899         filename ../clipart/platypus.eps
900         width 50col%
901         scaleBeforeRotation
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \begin_layout Plain Layout
910 \begin_inset Caption Standard
911
912 \begin_layout Plain Layout
913 \begin_inset CommandInset label
914 LatexCommand label
915 name "fig:kill-plat"
916
917 \end_inset
918
919 Un ornithorynque sévèrement déformé dans un flottant de figure.
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \begin_layout Standard
933 \begin_inset Float figure
934 wide false
935 sideways false
936 status open
937
938 \begin_layout Plain Layout
939 \begin_inset Caption Standard
940
941 \begin_layout Plain Layout
942 \begin_inset CommandInset label
943 LatexCommand label
944 name "fig:escher"
945
946 \end_inset
947
948 M.C.
949  Escher sous LSD.
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \begin_layout Plain Layout
958 \align center
959 \begin_inset Graphics
960         filename ../clipart/escher-lsd.eps
961         scale 80
962         scaleBeforeRotation
963         rotateOrigin center
964
965 \end_inset
966
967
968 \end_layout
969
970 \end_inset
971
972
973 \end_layout
974
975 \begin_layout Standard
976 \begin_inset Index idx
977 status collapsed
978
979 \begin_layout Plain Layout
980 References@Références ! à des Figures
981 \end_layout
982
983 \end_inset
984
985 Les figure
986 \begin_inset space ~
987 \end_inset
988
989
990 \begin_inset CommandInset ref
991 LatexCommand ref
992 reference "fig:kill-plat"
993
994 \end_inset
995
996  et 
997 \begin_inset CommandInset ref
998 LatexCommand ref
999 reference "fig:escher"
1000
1001 \end_inset
1002
1003  sont des exemples de figures référencées.
1004  Dans le texte, on fait référence à une figure en faisant référence à sa
1005  légende.
1006  On insère donc une étiquette dans la légende en utilisant le menu 
1007 \family sans
1008 Insertion
1009 \family default
1010 \SpecialChar menuseparator
1011
1012 \family sans
1013 Étiquette
1014 \family default
1015  ou le bouton 
1016 \begin_inset Info
1017 type  "icon"
1018 arg   "label-insert"
1019 \end_inset
1020
1021  de la barre d'outils.
1022  On peut alors faire référence à cette étiquette en utilisant le menu 
1023 \family sans
1024 Insertion\SpecialChar menuseparator
1025 Référence
1026 \begin_inset space ~
1027 \end_inset
1028
1029 croisée
1030 \family default
1031  ou le bouton 
1032 \begin_inset Info
1033 type  "icon"
1034 arg   "dialog-show-new-inset ref"
1035 \end_inset
1036
1037  de la barre d'outils.
1038  Il est important d'utiliser des références pour les flottants de figures
1039  plutôt que des locutions vagues du genre 
1040 \begin_inset Quotes fld
1041 \end_inset
1042
1043 la figure ci-dessous
1044 \begin_inset Quotes frd
1045 \end_inset
1046
1047 , puisque \SpecialChar LaTeX
1048  va repositionner la figure dans le document final.
1049  Votre figure risque de ne plus être ci-dessous du tout !
1050 \begin_inset Newline newline
1051 \end_inset
1052
1053 Le référencement est expliqué plus en détail dans la section
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "sec:Referencer-les-Flottants"
1061
1062 \end_inset
1063
1064 .
1065 \end_layout
1066
1067 \begin_layout Standard
1068 En principe on met une seule figure dans un flottant, mais parfois vous
1069  pouvez vouloir deux figures avec chacune sa sous-légende.
1070  C'est possible en insérant des flottants d'image dans des flottants d'image
1071  existants.
1072  Notez que seule la légende principale des flottants est reprise dans la
1073  liste des figures.
1074  La figure
1075 \begin_inset space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "fig:Deux-images-déformées"
1082
1083 \end_inset
1084
1085  est un exemple de flottant de figure avec deux images mises l'une à côté
1086  de l'autre.
1087  Vous pouvez aussi mettre les images les unes sous les autres.
1088  Les figures
1089 \begin_inset space ~
1090 \end_inset
1091
1092
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:Structure-indéfinissable"
1096
1097 \end_inset
1098
1099  et 
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:Un-ornithorynque"
1103
1104 \end_inset
1105
1106  sont des sous-figures.
1107 \end_layout
1108
1109 \begin_layout Standard
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status collapsed
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption Standard
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Structure-indéfinissable"
1132
1133 \end_inset
1134
1135 Structure indéfinissable
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename ../clipart/escher-lsd.eps
1146         width 45col%
1147         scaleBeforeRotation
1148         groupId Déformés
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status collapsed
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption Standard
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "fig:Un-ornithorynque"
1174
1175 \end_inset
1176
1177 Un ornithorynque
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Graphics
1187         filename ../clipart/platypus.eps
1188         width 45col%
1189         scaleBeforeRotation
1190         groupId Déformés
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset space \hfill{}
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Plain Layout
1207 \begin_inset Caption Standard
1208
1209 \begin_layout Plain Layout
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig:Deux-images-déformées"
1213
1214 \end_inset
1215
1216 Deux images déformées.
1217  Les deux images font partie du groupe de paramétrisation 
1218 \begin_inset Quotes fld
1219 \end_inset
1220
1221 déformés
1222 \begin_inset Quotes frd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Section
1239 Les formats d'images
1240 \begin_inset CommandInset label
1241 LatexCommand label
1242 name "sec:Image-Formats"
1243
1244 \end_inset
1245
1246
1247 \begin_inset Index idx
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 Formats d' images
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 Figures ! Formats d'images
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \end_layout
1268
1269 \begin_layout Standard
1270 Vous pouvez insérer des images dans n'importe quel format connu.
1271  Mais, comme nous l'avons expliqué dans l'annexe
1272 \begin_inset space ~
1273 \end_inset
1274
1275
1276 \begin_inset CommandInset ref
1277 LatexCommand ref
1278 reference "cha:Formats-fichiers-graphiques"
1279
1280 \end_inset
1281
1282 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1283  de formats d'images.
1284  Pour s'en sortir \SpecialChar LyX
1285  utilise le programme 
1286 \family typewriter
1287 ImageMagick
1288 \family default
1289  en arrière plan pour convertir les formats que vous utilisez dans un des
1290  formats acceptés par le format de sortie.
1291  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1292 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1293 \begin_inset space ~
1294 \end_inset
1295
1296
1297 \begin_inset CommandInset ref
1298 LatexCommand ref
1299 reference "cha:Formats-fichiers-graphiques"
1300
1301 \end_inset
1302
1303 .
1304 \end_layout
1305
1306 \begin_layout Standard
1307 Comme pour les polices de caractères, il y a deux grands types de formats
1308  d'images:
1309 \end_layout
1310
1311 \begin_layout Description
1312 Les
1313 \begin_inset space ~
1314 \end_inset
1315
1316 images
1317 \begin_inset space ~
1318 \end_inset
1319
1320 Matricielles
1321 \begin_inset space ~
1322 \end_inset
1323
1324 (ou
1325 \begin_inset space ~
1326 \end_inset
1327
1328 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1329  enregistrés sous un format compressé.
1330  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1331  petits carrés quand on utilise des agrandissements trop importants (aspect
1332  
1333 \begin_inset Quotes fld
1334 \end_inset
1335
1336 pixellisé
1337 \begin_inset Quotes frd
1338 \end_inset
1339
1340 ).
1341  Les formats matriciels les plus connus sont le GIF (
1342 \begin_inset Quotes fld
1343 \end_inset
1344
1345 Graphics Interchange Format
1346 \begin_inset Quotes frd
1347 \end_inset
1348
1349 , avec comme suffixe de fichier 
1350 \begin_inset Quotes fld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .gif
1356 \family default
1357
1358 \begin_inset Quotes frd
1359 \end_inset
1360
1361 )
1362 \begin_inset Index idx
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 GIF|see
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 {
1373 \end_layout
1374
1375 \end_inset
1376
1377 Format d'image
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 , le PNG (
1394 \begin_inset Quotes fld
1395 \end_inset
1396
1397 Portable Network Graphics
1398 \begin_inset Quotes frd
1399 \end_inset
1400
1401 , suffixe 
1402 \begin_inset Quotes fld
1403 \end_inset
1404
1405
1406 \family typewriter
1407 .png
1408 \family default
1409
1410 \begin_inset Quotes frd
1411 \end_inset
1412
1413 )
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 PNG|see
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 {
1425 \end_layout
1426
1427 \end_inset
1428
1429 Formats d'image
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 }
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \end_inset
1444
1445  et le JPG (
1446 \begin_inset Quotes fld
1447 \end_inset
1448
1449 Joint Photographic Expert Group
1450 \begin_inset Quotes frd
1451 \end_inset
1452
1453 , suffixe 
1454 \begin_inset Quotes fld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .jpg
1460 \family default
1461
1462 \begin_inset Quotes frd
1463 \end_inset
1464
1465  ou 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .jpeg
1472 \family default
1473
1474 \begin_inset Quotes frd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 JPG|see
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 {
1489 \end_layout
1490
1491 \end_inset
1492
1493 Formats d'image
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 }
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508
1509 .
1510 \end_layout
1511
1512 \begin_layout Description
1513 Les
1514 \begin_inset space ~
1515 \end_inset
1516
1517 images
1518 \begin_inset space ~
1519 \end_inset
1520
1521 Vectorielles
1522 \begin_inset space ~
1523 \end_inset
1524
1525 (ou
1526 \begin_inset space ~
1527 \end_inset
1528
1529 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1530  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1531 nnée comme on le veut sans perte de précision.
1532  La possibilité de redimensionner les images est très utilisé pour les présentat
1533 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1534 nnement.
1535  Le redimensionnement permet aussi de présenter des documents en ligne où
1536  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1537  étudier les détails.
1538 \begin_inset Newline newline
1539 \end_inset
1540
1541 Les principaux formats vectoriels sont le SVG (
1542 \begin_inset Quotes fld
1543 \end_inset
1544
1545 Scalable Vector Graphics
1546 \begin_inset Quotes frd
1547 \end_inset
1548
1549 , suffixe 
1550 \begin_inset Quotes fld
1551 \end_inset
1552
1553
1554 \family typewriter
1555 .svg
1556 \family default
1557
1558 \begin_inset Quotes frd
1559 \end_inset
1560
1561 )
1562 \begin_inset Index idx
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 SVG|see
1567 \begin_inset ERT
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 {
1573 \end_layout
1574
1575 \end_inset
1576
1577 Format d'image
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 }
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592
1593 , l'EPS ( 
1594 \begin_inset Quotes fld
1595 \end_inset
1596
1597 encapsulated PostScript
1598 \begin_inset Quotes frd
1599 \end_inset
1600
1601 , suffixe 
1602 \begin_inset Quotes fld
1603 \end_inset
1604
1605
1606 \family typewriter
1607 .eps
1608 \family default
1609
1610 \begin_inset Quotes frd
1611 \end_inset
1612
1613 )
1614 \begin_inset Index idx
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 EPS|see
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 {
1625 \end_layout
1626
1627 \end_inset
1628
1629 Format d'image
1630 \begin_inset ERT
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634
1635 }
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644
1645 , le PDF (
1646 \begin_inset Quotes fld
1647 \end_inset
1648
1649 Portable Document Format
1650 \begin_inset Quotes frd
1651 \end_inset
1652
1653 , suffixe 
1654 \begin_inset Quotes fld
1655 \end_inset
1656
1657
1658 \family typewriter
1659 .pdf
1660 \family default
1661
1662 \begin_inset Quotes frd
1663 \end_inset
1664
1665 )
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 PDF|see
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 {
1677 \end_layout
1678
1679 \end_inset
1680
1681 Format d'image
1682 \begin_inset ERT
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 }
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \end_inset
1696
1697  et le WMF (
1698 \begin_inset Quotes fld
1699 \end_inset
1700
1701 Windows Metafile
1702 \begin_inset Quotes frd
1703 \end_inset
1704
1705 , suffixe 
1706 \begin_inset Quotes fld
1707 \end_inset
1708
1709
1710 \family typewriter
1711 .wfm
1712 \family default
1713
1714 \begin_inset Quotes frd
1715 \end_inset
1716
1717  ou 
1718 \begin_inset Quotes fld
1719 \end_inset
1720
1721
1722 \family typewriter
1723 .emf
1724 \family default
1725
1726 \begin_inset Quotes frd
1727 \end_inset
1728
1729 )
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 WMF|see
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 {
1741 \end_layout
1742
1743 \end_inset
1744
1745 Formats d'images
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 }
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761 .
1762  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1763  en EPS, mais le résultat ne sera pas redimensionnable.
1764  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1765 \begin_inset Foot
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Dans le cas du PDF l'image initiale est aussi compressée.
1770 \end_layout
1771
1772 \end_inset
1773
1774
1775 \end_layout
1776
1777 \begin_layout Standard
1778 Les fichiers PDF générés par 
1779 \family typewriter
1780 Adobe Photoshop
1781 \family default
1782 , par exemple, sont des images matricielles.
1783 \end_layout
1784
1785 \begin_layout Standard
1786 En principe il est quasiment impossible de convertir une image matricielle
1787  en graphique vectoriel, seul le contraire est possible.
1788  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1789  dans respectivement un fichier de sortie PDF ou PostScript.
1790  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1791  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1792  WMF/SVG
1793 \begin_inset Formula $\to$
1794 \end_inset
1795
1796 PDF/EPS convenables.
1797 \end_layout
1798
1799 \begin_layout Chapter
1800 Tableaux
1801 \begin_inset Index idx
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805 Tableau
1806 \end_layout
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \begin_layout Section
1814 Introduction
1815 \begin_inset Index idx
1816 status collapsed
1817
1818 \begin_layout Plain Layout
1819 Tableau ! Introduction
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \begin_layout Standard
1828 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1829  
1830 \begin_inset Info
1831 type  "icon"
1832 arg   "tabular-insert"
1833 \end_inset
1834
1835  soit 
1836 \family sans
1837 Insertion\SpecialChar menuseparator
1838 Tableau
1839 \family default
1840 .
1841  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1842  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1843  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1844  sur un bouton de la souris pour valider votre choix.
1845  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1846  vous demandant le nombre de lignes et de colonnes.
1847 \begin_inset Newline newline
1848 \end_inset
1849
1850 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1851  une à droite de la colonne la plus à droite et une en bas de la rangée
1852  du bas, qui forment une boîte autour du tableau.
1853  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1854  apparaît séparée du reste du tableau.
1855  Voici un exemple :
1856 \begin_inset Separator latexpar
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 \align center
1864 \begin_inset Tabular
1865 <lyxtabular version="3" rows="4" columns="4">
1866 <features tabularvalignment="middle">
1867 <column alignment="center" valignment="top">
1868 <column alignment="center" valignment="top">
1869 <column alignment="center" valignment="top">
1870 <column alignment="center" valignment="top">
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885 1
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 2
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 3
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 </row>
1909 <row>
1910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914 A
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 <row>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 B
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990 C
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 </row>
2023 </lyxtabular>
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Section
2031 La fenêtre 
2032 \family sans
2033 tableau
2034 \family default
2035
2036 \begin_inset Index idx
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040 Tableau ! Fenêtre de dialogue
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2050  de la souris, qui ouvre le menu contextuel.
2051  A l'aide du choix de menu 
2052 \family sans
2053 Plus...
2054
2055 \family default
2056  vous pouvez modifier les réglages concernant la cellule, la colonne et
2057  la ligne dans laquelle le curseur se trouve.
2058  Le menu contextuel 
2059 \family sans
2060 Plus...\SpecialChar menuseparator
2061 Paramètres...
2062
2063 \family default
2064  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2065  sont possibles.
2066  La plupart des options peuvent s'appliquer à des sélections.
2067  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2068  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2069  votre sélection.
2070  Notez qu'il y a une différence entre sélectionner le 
2071 \emph on
2072 contenu 
2073 \emph default
2074 d'une cellule et sélectionner la cellule elle-même.
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078 En cochant l'option 
2079 \family sans
2080 Application
2081 \begin_inset space ~
2082 \end_inset
2083
2084 immédiate
2085 \family default
2086  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2087  est appliquée directement.
2088  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2089  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2090  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2091  de dialogue, vous devez appuyer sur 
2092 \family sans
2093 Entrée
2094 \family default
2095  pour que la modification soit appliquée.
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2100  :
2101 \end_layout
2102
2103 \begin_layout Description
2104 Paramètres
2105 \begin_inset space ~
2106 \end_inset
2107
2108 du
2109 \begin_inset space ~
2110 \end_inset
2111
2112 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2113  la largeur de la colonne courante.
2114  L'alignement horizontal 
2115 \family sans
2116 Au
2117 \begin_inset space ~
2118 \end_inset
2119
2120 séparateur
2121 \begin_inset space ~
2122 \end_inset
2123
2124 décimal
2125 \family default
2126  est décrit dans la section
2127 \begin_inset space ~
2128 \end_inset
2129
2130
2131 \begin_inset CommandInset ref
2132 LatexCommand ref
2133 reference "subsec:Alignements-de-cellules"
2134
2135 \end_inset
2136
2137 .
2138  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2139  vertical de la ligne courante.
2140  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2141  et donc, plusieurs paragraphes de texte, voir la section
2142 \begin_inset space ~
2143 \end_inset
2144
2145
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "subsec:Lignes-multiple-dans-cellule"
2149
2150 \end_inset
2151
2152 .
2153  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2154  pour accommoder le contenu de cellule le plus large.
2155 \begin_inset Newline newline
2156 \end_inset
2157
2158 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2159  un multi-colonnes, voir la section
2160 \begin_inset space ~
2161 \end_inset
2162
2163
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "subsec:Multicolonnes"
2167
2168 \end_inset
2169
2170  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2171 \begin_inset space ~
2172 \end_inset
2173
2174
2175 \begin_inset CommandInset ref
2176 LatexCommand ref
2177 reference "subsec:Multi-lignes"
2178
2179 \end_inset
2180
2181 .
2182 \begin_inset Newline newline
2183 \end_inset
2184
2185 L'option 
2186 \family sans
2187 Tourner
2188 \begin_inset space ~
2189 \end_inset
2190
2191 la
2192 \begin_inset space ~
2193 \end_inset
2194
2195 case
2196 \begin_inset space ~
2197 \end_inset
2198
2199 de
2200 \begin_inset space ~
2201 \end_inset
2202
2203 90°
2204 \family default
2205  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2206  L'option 
2207 \family sans
2208 Tourner
2209 \begin_inset space ~
2210 \end_inset
2211
2212 le
2213 \begin_inset space ~
2214 \end_inset
2215
2216 tableau
2217 \begin_inset space ~
2218 \end_inset
2219
2220 de
2221 \begin_inset space ~
2222 \end_inset
2223
2224 90°
2225 \family default
2226  fait pivoter tout le tableau.
2227  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2228 , mais devraient l'être dans la
2229  sortie finale.
2230  Pour plus d'information voir la section
2231 \begin_inset space ~
2232 \end_inset
2233
2234
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "sec:Pivotement-des-cellules"
2238
2239 \end_inset
2240
2241 .
2242 \begin_inset Newline newline
2243 \end_inset
2244
2245
2246 \begin_inset Note Greyedout
2247 status open
2248
2249 \begin_layout Plain Layout
2250
2251 \series bold
2252 Note:
2253 \series default
2254  La plupart des visualiseurs DVI ne sont 
2255 \emph on
2256 pas
2257 \emph default
2258  capables d'afficher ces rotations.
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2268  qui sont incorporés dans une ligne de texte :
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272 Une ligne avec des tableaux alignés de différentes manières: 
2273 \begin_inset Tabular
2274 <lyxtabular version="3" rows="2" columns="2">
2275 <features tabularvalignment="top">
2276 <column alignment="center" valignment="top" width="0pt">
2277 <column alignment="center" valignment="top">
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292 1
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 <row>
2299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303 A
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 </row>
2318 </lyxtabular>
2319
2320 \end_inset
2321
2322  
2323 \begin_inset Tabular
2324 <lyxtabular version="3" rows="2" columns="2">
2325 <features tabularvalignment="middle">
2326 <column alignment="center" valignment="top">
2327 <column alignment="center" valignment="top">
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 1
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 </row>
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 A
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 </lyxtabular>
2369
2370 \end_inset
2371
2372  
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="2" columns="2">
2375 <features tabularvalignment="bottom">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 1
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 A
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 </lyxtabular>
2419
2420 \end_inset
2421
2422
2423 \begin_inset Newline newline
2424 \end_inset
2425
2426 On peut aussi entrer des paramètres \SpecialChar LaTeX
2427  pour obtenir des mise en formes spéciales
2428  pour le tableau, voir les sections
2429 \begin_inset space ~
2430 \end_inset
2431
2432
2433 \begin_inset CommandInset ref
2434 LatexCommand ref
2435 reference "subsec:Calculs-multicolonnes"
2436
2437 \end_inset
2438
2439  et 
2440 \begin_inset CommandInset ref
2441 LatexCommand ref
2442 reference "sec:Tableaux-Colorés"
2443
2444 \end_inset
2445
2446 .
2447 \end_layout
2448
2449 \begin_layout Description
2450 Bordures Cet onglet vous permet d'ajouter ou de supprimer les bordures pour
2451  la ligne ou la colonne courante.
2452  
2453 \begin_inset Newline newline
2454 \end_inset
2455
2456 En utilisant le style 
2457 \family sans
2458 Formel
2459 \family default
2460  à la place du style par 
2461 \family sans
2462 Défaut
2463 \family default
2464 , on va convertir le tableau en tableau formel comme on le décrit dans la
2465  section
2466 \begin_inset space ~
2467 \end_inset
2468
2469
2470 \begin_inset CommandInset ref
2471 LatexCommand ref
2472 reference "sec:Tableaux-Formels"
2473
2474 \end_inset
2475
2476 .
2477 \begin_inset Newline newline
2478 \end_inset
2479
2480 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2481  dans les lignes du tableau comme c'est décrit dans la section
2482 \begin_inset space ~
2483 \end_inset
2484
2485
2486 \begin_inset CommandInset ref
2487 LatexCommand ref
2488 reference "subsec:Espacement-lignes"
2489
2490 \end_inset
2491
2492 .
2493 \end_layout
2494
2495 \begin_layout Description
2496 Tableau
2497 \begin_inset space ~
2498 \end_inset
2499
2500 multi-pages Cet onglet est utilisé pour transformer un tableau en ce que
2501  l'on nomme un 
2502 \begin_inset Quotes fld
2503 \end_inset
2504
2505
2506 \emph on
2507 tableau multi-pages
2508 \emph default
2509
2510 \begin_inset Quotes frd
2511 \end_inset
2512
2513  qui peut continuer sur plusieurs pages.
2514  Les sections
2515 \begin_inset space ~
2516 \end_inset
2517
2518
2519 \begin_inset CommandInset ref
2520 LatexCommand ref
2521 reference "sec:Tableaux-multi-pages"
2522
2523 \end_inset
2524
2525  et 
2526 \begin_inset CommandInset ref
2527 LatexCommand ref
2528 reference "sec:Questions-sur-tableaux-multi-pages"
2529
2530 \end_inset
2531
2532  décrivent ces tableaux multi-pages plus en détail.
2533 \end_layout
2534
2535 \begin_layout Section
2536 La barre d'outils tableau
2537 \begin_inset Index idx
2538 status collapsed
2539
2540 \begin_layout Plain Layout
2541 Tableau ! Barre d'outils
2542 \end_layout
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Standard
2550 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2551  permet de modifier plus rapidement les tableaux.
2552  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2553  quand le
2554  curseur se trouve à l'intérieur d'un tableau.
2555  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2556  au menu 
2557 \family sans
2558 Visualiser\SpecialChar menuseparator
2559 Barres
2560 \begin_inset space ~
2561 \end_inset
2562
2563 d'outils\SpecialChar menuseparator
2564 Tableau
2565 \family default
2566 .
2567 \end_layout
2568
2569 \begin_layout Standard
2570 La barre d'outils contient les icônes suivantes :
2571 \end_layout
2572
2573 \begin_layout Labeling
2574 \labelwidthstring 00.00.0000
2575 \begin_inset Info
2576 type  "icon"
2577 arg   "tabular-feature append-row"
2578 \end_inset
2579
2580  ajoute une ligne sous la cellule ou la sélection courante
2581 \end_layout
2582
2583 \begin_layout Labeling
2584 \labelwidthstring 00.00.0000
2585 \begin_inset Info
2586 type  "icon"
2587 arg   "tabular-feature append-column"
2588 \end_inset
2589
2590  ajoute une colonne à la droite de la cellule ou de la sélection courante
2591 \end_layout
2592
2593 \begin_layout Labeling
2594 \labelwidthstring 00.00.0000
2595 \begin_inset Info
2596 type  "icon"
2597 arg   "tabular-feature delete-row"
2598 \end_inset
2599
2600  supprime la ligne ou la sélection courante
2601 \end_layout
2602
2603 \begin_layout Labeling
2604 \labelwidthstring 00.00.0000
2605 \begin_inset Info
2606 type  "icon"
2607 arg   "tabular-feature delete-column"
2608 \end_inset
2609
2610  supprime la colonne ou la sélection courante
2611 \end_layout
2612
2613 \begin_layout Labeling
2614 \labelwidthstring 00.00.0000
2615 \begin_inset Info
2616 type  "icon"
2617 arg   "tabular-feature move-row-up"
2618 \end_inset
2619
2620  déplace la ligne vers le haut
2621 \end_layout
2622
2623 \begin_layout Labeling
2624 \labelwidthstring 00.00.0000
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "tabular-feature move-column-left"
2628 \end_inset
2629
2630  déplace la colonne vers la gauche
2631 \end_layout
2632
2633 \begin_layout Labeling
2634 \labelwidthstring 00.00.0000
2635 \begin_inset Info
2636 type  "icon"
2637 arg   "tabular-feature move-row-down"
2638 \end_inset
2639
2640  déplace la ligne vers le bas
2641 \end_layout
2642
2643 \begin_layout Labeling
2644 \labelwidthstring 00.00.0000
2645 \begin_inset Info
2646 type  "icon"
2647 arg   "tabular-feature move-column-right"
2648 \end_inset
2649
2650  déplace la colonne vers la droite
2651 \end_layout
2652
2653 \begin_layout Labeling
2654 \labelwidthstring 00.00.0000
2655 \begin_inset Info
2656 type  "icon"
2657 arg   "tabular-feature toggle-line-top"
2658 \end_inset
2659
2660  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2661  courante
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "tabular-feature toggle-line-bottom"
2669 \end_inset
2670
2671  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2672 \end_layout
2673
2674 \begin_layout Labeling
2675 \labelwidthstring 00.00.0000
2676 \begin_inset Info
2677 type  "icon"
2678 arg   "tabular-feature toggle-line-left"
2679 \end_inset
2680
2681  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2682 \begin_inset Note Note
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 ou colonne ?
2687 \end_layout
2688
2689 \end_inset
2690
2691  ou de la sélection courante
2692 \end_layout
2693
2694 \begin_layout Labeling
2695 \labelwidthstring 00.00.0000
2696 \begin_inset Info
2697 type  "icon"
2698 arg   "tabular-feature toggle-line-right"
2699 \end_inset
2700
2701  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2702 \begin_inset Note Note
2703 status collapsed
2704
2705 \begin_layout Plain Layout
2706 ou colonne ?
2707 \end_layout
2708
2709 \end_inset
2710
2711  ou de la sélection courante
2712 \end_layout
2713
2714 \begin_layout Labeling
2715 \labelwidthstring 00.00.0000
2716 \begin_inset Info
2717 type  "icon"
2718 arg   "tabular-feature set-all-lines"
2719 \end_inset
2720
2721  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2722  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2723  colonne et la ligne courante
2724 \end_layout
2725
2726 \begin_layout Labeling
2727 \labelwidthstring 00.00.0000
2728 \begin_inset Info
2729 type  "icon"
2730 arg   "tabular-feature unset-all-lines"
2731 \end_inset
2732
2733  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2734  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2735  aussi la colonne et la ligne courante
2736 \end_layout
2737
2738 \begin_layout Labeling
2739 \labelwidthstring 00.00.0000
2740 \begin_inset Info
2741 type  "icon"
2742 arg   "tabular-feature m-align-left"
2743 \end_inset
2744
2745  aligne à gauche le contenu de la cellule ou de la colonne courante
2746 \end_layout
2747
2748 \begin_layout Labeling
2749 \labelwidthstring 00.00.0000
2750 \begin_inset Info
2751 type  "icon"
2752 arg   "tabular-feature m-align-center"
2753 \end_inset
2754
2755  centre horizontalement le contenu de la cellule ou de la colonne courante
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "tabular-feature m-align-right"
2763 \end_inset
2764
2765  aligne à droite le contenu de la cellule ou de la colonne courante
2766 \end_layout
2767
2768 \begin_layout Labeling
2769 \labelwidthstring 00.00.0000
2770 \begin_inset Info
2771 type  "icon"
2772 arg   "tabular-feature align-decimal"
2773 \end_inset
2774
2775  aligne le contenu de la colonne courante sur un caractère
2776 \end_layout
2777
2778 \begin_layout Labeling
2779 \labelwidthstring 00.00.0000
2780 \begin_inset Info
2781 type  "icon"
2782 arg   "tabular-feature m-valign-top"
2783 \end_inset
2784
2785  aligne le contenu de la cellule courante verticalement vers le haut
2786 \end_layout
2787
2788 \begin_layout Labeling
2789 \labelwidthstring 00.00.0000
2790 \begin_inset Info
2791 type  "icon"
2792 arg   "tabular-feature m-valign-middle"
2793 \end_inset
2794
2795  centre verticalement le contenu de la cellule courante
2796 \end_layout
2797
2798 \begin_layout Labeling
2799 \labelwidthstring 00.00.0000
2800 \begin_inset Info
2801 type  "icon"
2802 arg   "tabular-feature m-valign-bottom"
2803 \end_inset
2804
2805  aligne le contenu de la cellule courante verticalement vers le bas
2806 \end_layout
2807
2808 \begin_layout Labeling
2809 \labelwidthstring 00.00.0000
2810 \begin_inset Info
2811 type  "icon"
2812 arg   "tabular-feature set-rotate-cell"
2813 \end_inset
2814
2815  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2816 re
2817 \end_layout
2818
2819 \begin_layout Labeling
2820 \labelwidthstring 00.00.0000
2821 \begin_inset Info
2822 type  "icon"
2823 arg   "tabular-feature set-rotate-tabular"
2824 \end_inset
2825
2826  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2827 \end_layout
2828
2829 \begin_layout Labeling
2830 \labelwidthstring 00.00.0000
2831 \begin_inset Info
2832 type  "icon"
2833 arg   "tabular-feature multicolumn"
2834 \end_inset
2835
2836  transforme en multi-colonnes la cellule ou la sélection courante
2837 \end_layout
2838
2839 \begin_layout Labeling
2840 \labelwidthstring 00.00.0000
2841 \begin_inset Info
2842 type  "icon"
2843 arg   "tabular-feature multirow"
2844 \end_inset
2845
2846  transforme en multi-lignes la cellule ou la sélection courante
2847 \end_layout
2848
2849 \begin_layout Standard
2850 \begin_inset Note Greyedout
2851 status open
2852
2853 \begin_layout Plain Layout
2854
2855 \series bold
2856 Note :
2857 \series default
2858  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2859  est utilisé pour toutes les autres cellules de la ligne.
2860 \end_layout
2861
2862 \end_inset
2863
2864
2865 \end_layout
2866
2867 \begin_layout Section
2868 Le menu Édition tableau
2869 \begin_inset Index idx
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 Tableau ! Menu Édition
2874 \end_layout
2875
2876 \end_inset
2877
2878
2879 \end_layout
2880
2881 \begin_layout Standard
2882 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2883  
2884 \family sans
2885 Édition\SpecialChar menuseparator
2886 Tableau
2887 \family default
2888  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2889  ou de la ligne courante et aussi de transformer la sélection courante en
2890  multi-colonnes.
2891  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2892 \end_layout
2893
2894 \begin_layout Section
2895 Flottant de tableau
2896 \begin_inset CommandInset label
2897 LatexCommand label
2898 name "sec:Table-Floats"
2899
2900 \end_inset
2901
2902
2903 \begin_inset Index idx
2904 status collapsed
2905
2906 \begin_layout Plain Layout
2907 Flottants ! Tableaux
2908 \end_layout
2909
2910 \end_inset
2911
2912
2913 \begin_inset Index idx
2914 status collapsed
2915
2916 \begin_layout Plain Layout
2917 Tableau ! Flottants
2918 \end_layout
2919
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \begin_layout Standard
2926 Pour des explications générales sur les flottants, jetez un œil à la section
2927 \begin_inset space ~
2928 \end_inset
2929
2930
2931 \begin_inset CommandInset ref
2932 LatexCommand ref
2933 reference "sec:Flottants-Introduction"
2934
2935 \end_inset
2936
2937 .
2938 \end_layout
2939
2940 \begin_layout Standard
2941 \begin_inset Float table
2942 placement h
2943 wide false
2944 sideways false
2945 status open
2946
2947 \begin_layout Plain Layout
2948 \begin_inset Caption Standard
2949
2950 \begin_layout Plain Layout
2951 \begin_inset CommandInset label
2952 LatexCommand label
2953 name "tab:Flottant-de-tableau"
2954
2955 \end_inset
2956
2957 Un flottant de tableau.
2958 \end_layout
2959
2960 \end_inset
2961
2962
2963 \end_layout
2964
2965 \begin_layout Plain Layout
2966 \align center
2967 \begin_inset Tabular
2968 <lyxtabular version="3" rows="3" columns="3">
2969 <features tabularvalignment="middle">
2970 <column alignment="center" valignment="top" width="0pt">
2971 <column alignment="center" valignment="top" width="0pt">
2972 <column alignment="center" valignment="top" width="0pt">
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 1
2979 \end_layout
2980
2981 \end_inset
2982 </cell>
2983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987 2
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 3
2997 \end_layout
2998
2999 \end_inset
3000 </cell>
3001 </row>
3002 <row>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 Jules
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 Marie
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 Jean
3026 \end_layout
3027
3028 \end_inset
3029 </cell>
3030 </row>
3031 <row>
3032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 \begin_inset Formula $\int x^{2}dx$
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \end_inset
3043 </cell>
3044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048 \begin_inset Formula $\left[\begin{array}{cc}
3049 a & b\\
3050 c & d
3051 \end{array}\right]$
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $1+1=2$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \end_inset
3080
3081
3082 \end_layout
3083
3084 \begin_layout Standard
3085 Les flottants de tableau sont insérés en utilisant le menu 
3086 \family sans
3087 Insertion\SpecialChar menuseparator
3088 Flottant\SpecialChar menuseparator
3089 Tableau
3090 \family default
3091  ou le bouton 
3092 \begin_inset Info
3093 type  "icon"
3094 arg   "float-insert table"
3095 \end_inset
3096
3097  de la barre d'outils.
3098 \end_layout
3099
3100 \begin_layout Standard
3101 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3102  qui a comme étiquette 
3103 \begin_inset Quotes fld
3104 \end_inset
3105
3106 Tableau
3107 \begin_inset space ~
3108 \end_inset
3109
3110 #:
3111 \begin_inset Quotes frd
3112 \end_inset
3113
3114  (où # est le numéro du tableau).
3115  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3116 \end_layout
3117
3118 \begin_layout Standard
3119 Le tableau
3120 \begin_inset space ~
3121 \end_inset
3122
3123
3124 \begin_inset CommandInset ref
3125 LatexCommand ref
3126 reference "tab:Flottant-de-tableau"
3127
3128 \end_inset
3129
3130  est un exemple de tableau dans un flottant de tableau.
3131 \end_layout
3132
3133 \begin_layout Standard
3134 On met habituellement la légende au dessus des tableaux, mais cette règle
3135  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3136 .
3137  Cela signifie que si vous utilisez un document appartenant aux classes
3138  
3139 \family sans
3140 article
3141 \family default
3142
3143 \family sans
3144 book
3145 \family default
3146
3147 \family sans
3148 letter
3149 \family default
3150 , ou
3151 \family sans
3152  report
3153 \family default
3154  il n'y aura pas d'espace entre la légende et le tableau.
3155  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3156  la commande de chargement du paquetage \SpecialChar LaTeX
3157  
3158 \series bold
3159 caption
3160 \series default
3161
3162 \begin_inset Index idx
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 Paquetages \SpecialChar LaTeX
3167  ! caption
3168 \end_layout
3169
3170 \end_inset
3171
3172  dans le préambule de votre document.
3173 \begin_inset Foot
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 Pour plus d'information voyez la section
3178 \begin_inset space ~
3179 \end_inset
3180
3181
3182 \begin_inset CommandInset ref
3183 LatexCommand ref
3184 reference "sec:Placement-légende"
3185
3186 \end_inset
3187
3188 .
3189 \end_layout
3190
3191 \end_inset
3192
3193 :
3194 \end_layout
3195
3196 \begin_layout Standard
3197
3198 \series bold
3199 tableposition=top
3200 \end_layout
3201
3202 \begin_layout Standard
3203 Le paquetage 
3204 \series bold
3205 caption
3206 \series default
3207 , qui est décrit dans la section
3208 \begin_inset space ~
3209 \end_inset
3210
3211
3212 \begin_inset CommandInset ref
3213 LatexCommand ref
3214 reference "sec:Formatage-légende"
3215
3216 \end_inset
3217
3218 , est utilisé pour ajuster le format des légendes.
3219 \end_layout
3220
3221 \begin_layout Standard
3222 Dans le texte, on fait référence à un tableau
3223 \begin_inset Index idx
3224 status collapsed
3225
3226 \begin_layout Plain Layout
3227 References@Références ! à des Tableaux
3228 \end_layout
3229
3230 \end_inset
3231
3232  en faisant référence à sa légende.
3233  On insère donc une étiquette dans la légende en utilisant le menu 
3234 \family sans
3235 Insertion
3236 \family default
3237 \SpecialChar menuseparator
3238
3239 \family sans
3240 Étiquette
3241 \family default
3242  ou le bouton 
3243 \begin_inset Info
3244 type  "icon"
3245 arg   "label-insert"
3246 \end_inset
3247
3248  de la barre d'outils.
3249  On peut alors faire référence à cette étiquette en utilisant le menu 
3250 \family sans
3251 Insertion\SpecialChar menuseparator
3252 Référence
3253 \begin_inset space ~
3254 \end_inset
3255
3256 croisée
3257 \family default
3258  ou le bouton 
3259 \begin_inset Info
3260 type  "icon"
3261 arg   "dialog-show-new-inset ref"
3262 \end_inset
3263
3264  de la barre d'outils.
3265 \begin_inset Newline newline
3266 \end_inset
3267
3268 Les références croisées sont expliquées en détail dans la section
3269 \begin_inset space ~
3270 \end_inset
3271
3272
3273 \begin_inset CommandInset ref
3274 LatexCommand ref
3275 reference "sec:Referencer-les-Flottants"
3276
3277 \end_inset
3278
3279 .
3280 \end_layout
3281
3282 \begin_layout Section
3283 Tableaux multi-pages
3284 \begin_inset CommandInset label
3285 LatexCommand label
3286 name "sec:Tableaux-multi-pages"
3287
3288 \end_inset
3289
3290
3291 \begin_inset Index idx
3292 status collapsed
3293
3294 \begin_layout Plain Layout
3295 Tableau multi-pages
3296 \end_layout
3297
3298 \end_inset
3299
3300
3301 \begin_inset Index idx
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305 Tableau ! multi-pages
3306 \end_layout
3307
3308 \end_inset
3309
3310
3311 \end_layout
3312
3313 \begin_layout Standard
3314 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3315  l'option 
3316 \family sans
3317 Utiliser
3318 \begin_inset space ~
3319 \end_inset
3320
3321 les
3322 \begin_inset space ~
3323 \end_inset
3324
3325 tableaux
3326 \begin_inset space ~
3327 \end_inset
3328
3329 multi-pages
3330 \family default
3331  de l'onglet 
3332 \family sans
3333 Tableau
3334 \begin_inset space ~
3335 \end_inset
3336
3337 multi-pages
3338 \family default
3339  de la fenêtre 
3340 \family sans
3341 Paramètres
3342 \begin_inset space ~
3343 \end_inset
3344
3345 du
3346 \begin_inset space ~
3347 \end_inset
3348
3349 tableau
3350 \family default
3351  pour le répartir automatiquement sur plusieurs pages.
3352  En cochant cette option, vous activez les options suivantes:
3353 \end_layout
3354
3355 \begin_layout Description
3356 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3357  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3358  d'en-tête utilisées pour toutes les pages du tableau multi-pages; sauf
3359  pour la première page, si 
3360 \family sans
3361 Premier
3362 \begin_inset space ~
3363 \end_inset
3364
3365 en-tête
3366 \family default
3367  est défini.
3368  Ces lignes forment l'en-tête principal.
3369 \end_layout
3370
3371 \begin_layout Description
3372 Premier
3373 \begin_inset space ~
3374 \end_inset
3375
3376 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3377  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3378  d'en-tête utilisées pour la première page du tableau multi-pages.
3379 \end_layout
3380
3381 \begin_layout Description
3382 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3383  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3384  constituant les pieds de toutes les pages du tableau multi-pages; sauf
3385  de la dernière page si 
3386 \family sans
3387 Dernier
3388 \begin_inset space ~
3389 \end_inset
3390
3391 pied
3392 \family default
3393  est défini.
3394 \end_layout
3395
3396 \begin_layout Description
3397 Dernier
3398 \begin_inset space ~
3399 \end_inset
3400
3401 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3402  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3403  constituant le pied de la dernière page du tableau multi-pages.
3404 \end_layout
3405
3406 \begin_layout Description
3407 Légende La ligne courante contient la légende du tableau.
3408  La première ligne est transformée en une colonne unique et une légende
3409  est insérée.
3410  Vous trouverez d'autres explications sur les légendes pour les tableaux
3411  multi-pages dans la section
3412 \begin_inset space ~
3413 \end_inset
3414
3415
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "subsec:Tableaux-multi-pages-légende"
3419
3420 \end_inset
3421
3422 .
3423 \end_layout
3424
3425 \begin_layout Standard
3426 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3427  Voyez le tableau multi-pages qui suit pour voir comment ça marche :
3428 \begin_inset Separator latexpar
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 \align center
3436 \begin_inset Tabular
3437 <lyxtabular version="3" rows="69" columns="3">
3438 <features islongtable="true" longtabularalignment="center">
3439 <column alignment="left" valignment="top" width="0cm">
3440 <column alignment="left" valignment="top" width="0pt">
3441 <column alignment="center" valignment="top" width="0pt">
3442 <row endfirsthead="true">
3443 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447
3448 \series bold
3449 Exemple d'annuaire téléphonique (ignorez les noms)
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 </row>
3473 <row endfirsthead="true">
3474 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \series bold
3480 NOM
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \end_layout
3491
3492 \end_inset
3493 </cell>
3494 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3495 \begin_inset Text
3496
3497 \begin_layout Plain Layout
3498
3499 \series bold
3500 TEL.
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 </row>
3506 <row endhead="true">
3507 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511
3512 \series bold
3513 Exemple d'annuaire téléphonique
3514 \end_layout
3515
3516 \end_inset
3517 </cell>
3518 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 </row>
3537 <row endhead="true">
3538 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \series bold
3544 NOM
3545 \end_layout
3546
3547 \end_inset
3548 </cell>
3549 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562
3563 \series bold
3564 TEL.
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row endfoot="true">
3571 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575  continue page suivante
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593
3594 \end_layout
3595
3596 \end_inset
3597 </cell>
3598 </row>
3599 <row>
3600 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606 Annovi
3607 \end_layout
3608
3609 \end_inset
3610 </cell>
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615 Silvia
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 111
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 </row>
3630 <row>
3631 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635
3636 \series bold
3637 Bertoli
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 <cell alignment="center" valignment="top" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646 Stefano
3647 \end_layout
3648
3649 \end_inset
3650 </cell>
3651 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 111
3656 \end_layout
3657
3658 \end_inset
3659 </cell>
3660 </row>
3661 <row>
3662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666
3667 \series bold
3668 Bozzi
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 Walter
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3683 \begin_inset Text
3684
3685 \begin_layout Plain Layout
3686 111
3687 \end_layout
3688
3689 \end_inset
3690 </cell>
3691 </row>
3692 <row>
3693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697
3698 \series bold
3699 Cachia
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 Maria
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 111
3718 \end_layout
3719
3720 \end_inset
3721 </cell>
3722 </row>
3723 <row>
3724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728
3729 \series bold
3730 Cachia
3731 \end_layout
3732
3733 \end_inset
3734 </cell>
3735 <cell alignment="center" valignment="top" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739 Maurizio
3740 \end_layout
3741
3742 \end_inset
3743 </cell>
3744 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3745 \begin_inset Text
3746
3747 \begin_layout Plain Layout
3748 111
3749 \end_layout
3750
3751 \end_inset
3752 </cell>
3753 </row>
3754 <row>
3755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759
3760 \series bold
3761 Cinquemani
3762 \end_layout
3763
3764 \end_inset
3765 </cell>
3766 <cell alignment="center" valignment="top" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770 Giusi
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 111
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790
3791 \series bold
3792 Colin
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 Bernard
3802 \end_layout
3803
3804 \end_inset
3805 </cell>
3806 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3807 \begin_inset Text
3808
3809 \begin_layout Plain Layout
3810 111
3811 \end_layout
3812
3813 \end_inset
3814 </cell>
3815 </row>
3816 <row>
3817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821
3822 \series bold
3823 Concli
3824 \end_layout
3825
3826 \end_inset
3827 </cell>
3828 <cell alignment="center" valignment="top" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832 Gianfranco
3833 \end_layout
3834
3835 \end_inset
3836 </cell>
3837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3838 \begin_inset Text
3839
3840 \begin_layout Plain Layout
3841 111
3842 \end_layout
3843
3844 \end_inset
3845 </cell>
3846 </row>
3847 <row>
3848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852
3853 \series bold
3854 Dal Bosco
3855 \end_layout
3856
3857 \end_inset
3858 </cell>
3859 <cell alignment="center" valignment="top" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863 Carolina
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 111
3873 \end_layout
3874
3875 \end_inset
3876 </cell>
3877 </row>
3878 <row>
3879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883
3884 \series bold
3885 Dalpiaz
3886 \end_layout
3887
3888 \end_inset
3889 </cell>
3890 <cell alignment="center" valignment="top" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894 Annamaria
3895 \end_layout
3896
3897 \end_inset
3898 </cell>
3899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3900 \begin_inset Text
3901
3902 \begin_layout Plain Layout
3903 111
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 </row>
3909 <row>
3910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914
3915 \series bold
3916 Feliciello
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 Domenico
3926 \end_layout
3927
3928 \end_inset
3929 </cell>
3930 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3931 \begin_inset Text
3932
3933 \begin_layout Plain Layout
3934 111
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 </row>
3940 <row>
3941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945
3946 \series bold
3947 Focarelli
3948 \end_layout
3949
3950 \end_inset
3951 </cell>
3952 <cell alignment="center" valignment="top" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 Paola
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 111
3966 \end_layout
3967
3968 \end_inset
3969 </cell>
3970 </row>
3971 <row>
3972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976
3977 \series bold
3978 Galletti
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987 Oreste
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 111
3997 \end_layout
3998
3999 \end_inset
4000 </cell>
4001 </row>
4002 <row>
4003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007
4008 \series bold
4009 Gasparini
4010 \end_layout
4011
4012 \end_inset
4013 </cell>
4014 <cell alignment="center" valignment="top" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018 Franca
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 111
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \series bold
4040 Rizzardi
4041 \end_layout
4042
4043 \end_inset
4044 </cell>
4045 <cell alignment="center" valignment="top" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049 Paola
4050 \end_layout
4051
4052 \end_inset
4053 </cell>
4054 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4055 \begin_inset Text
4056
4057 \begin_layout Plain Layout
4058 111
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 </row>
4064 <row>
4065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069
4070 \series bold
4071 Lassini
4072 \end_layout
4073
4074 \end_inset
4075 </cell>
4076 <cell alignment="center" valignment="top" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080 Giancarlo
4081 \end_layout
4082
4083 \end_inset
4084 </cell>
4085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4086 \begin_inset Text
4087
4088 \begin_layout Plain Layout
4089 111
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 </row>
4095 <row>
4096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100
4101 \series bold
4102 Malfatti
4103 \end_layout
4104
4105 \end_inset
4106 </cell>
4107 <cell alignment="center" valignment="top" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111 Luciano
4112 \end_layout
4113
4114 \end_inset
4115 </cell>
4116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120 111
4121 \end_layout
4122
4123 \end_inset
4124 </cell>
4125 </row>
4126 <row>
4127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131
4132 \series bold
4133 Malfatti
4134 \end_layout
4135
4136 \end_inset
4137 </cell>
4138 <cell alignment="center" valignment="top" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Valeriano
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 111
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 </row>
4157 <row>
4158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162
4163 \series bold
4164 Meneguzzo
4165 \end_layout
4166
4167 \end_inset
4168 </cell>
4169 <cell alignment="center" valignment="top" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173 Roberto
4174 \end_layout
4175
4176 \end_inset
4177 </cell>
4178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 111
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \series bold
4195 Mezzadra
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 <cell alignment="center" valignment="top" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204 Roberto
4205 \end_layout
4206
4207 \end_inset
4208 </cell>
4209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4210 \begin_inset Text
4211
4212 \begin_layout Plain Layout
4213 111
4214 \end_layout
4215
4216 \end_inset
4217 </cell>
4218 </row>
4219 <row>
4220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224
4225 \series bold
4226 Pirpamer
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 Erich
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244 111
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 </row>
4250 <row>
4251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255
4256 \series bold
4257 Pochiesa
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 Paolo
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 111, 222
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 </row>
4281 <row>
4282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286
4287 \series bold
4288 Radina
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 <cell alignment="center" valignment="top" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297 Claudio
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 111
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 </row>
4312 <row>
4313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317
4318 \series bold
4319 Stuffer
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 <cell alignment="center" valignment="top" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328 Oskar
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 111
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 </row>
4343 <row>
4344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348
4349 \series bold
4350 Tacchelli
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 Ugo
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 111
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 </row>
4374 <row>
4375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379
4380 \series bold
4381 Tezzele
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 <cell alignment="center" valignment="top" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 Margit
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 111
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 </row>
4405 <row>
4406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410
4411 \series bold
4412 Unterkalmsteiner
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 <cell alignment="center" valignment="top" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421 Frieda
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 111
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441
4442 \series bold
4443 Vieider
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 Hilde
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 111
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472
4473 \series bold
4474 Vigna
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 <cell alignment="center" valignment="top" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483 Jürgen
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 111
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 </row>
4498 <row>
4499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503
4504 \series bold
4505 Weber
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 <cell alignment="center" valignment="top" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514 Maurizio
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 111
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 </row>
4529 <row>
4530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534
4535 \series bold
4536 Winkler
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545 Franz
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 111
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 </row>
4560 <row>
4561 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565  
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \end_layout
4576
4577 \end_inset
4578 </cell>
4579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 </row>
4589 <row>
4590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \series bold
4596 Annovi
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 Silvia
4606 \end_layout
4607
4608 \end_inset
4609 </cell>
4610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4611 \begin_inset Text
4612
4613 \begin_layout Plain Layout
4614 555
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 </row>
4620 <row>
4621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625
4626 \series bold
4627 Bertoli
4628 \end_layout
4629
4630 \end_inset
4631 </cell>
4632 <cell alignment="center" valignment="top" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636 Stefano
4637 \end_layout
4638
4639 \end_inset
4640 </cell>
4641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4642 \begin_inset Text
4643
4644 \begin_layout Plain Layout
4645 555
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656
4657 \series bold
4658 Bozzi
4659 \end_layout
4660
4661 \end_inset
4662 </cell>
4663 <cell alignment="center" valignment="top" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667 Walter
4668 \end_layout
4669
4670 \end_inset
4671 </cell>
4672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 555
4677 \end_layout
4678
4679 \end_inset
4680 </cell>
4681 </row>
4682 <row>
4683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687
4688 \series bold
4689 Cachia
4690 \end_layout
4691
4692 \end_inset
4693 </cell>
4694 <cell alignment="center" valignment="top" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698 Maria
4699 \end_layout
4700
4701 \end_inset
4702 </cell>
4703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 555
4708 \end_layout
4709
4710 \end_inset
4711 </cell>
4712 </row>
4713 <row>
4714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718
4719 \series bold
4720 Cachia
4721 \end_layout
4722
4723 \end_inset
4724 </cell>
4725 <cell alignment="center" valignment="top" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729 Maurizio
4730 \end_layout
4731
4732 \end_inset
4733 </cell>
4734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4735 \begin_inset Text
4736
4737 \begin_layout Plain Layout
4738 555
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749
4750 \series bold
4751 Cinquemani
4752 \end_layout
4753
4754 \end_inset
4755 </cell>
4756 <cell alignment="center" valignment="top" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760 Giusi
4761 \end_layout
4762
4763 \end_inset
4764 </cell>
4765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4766 \begin_inset Text
4767
4768 \begin_layout Plain Layout
4769 555
4770 \end_layout
4771
4772 \end_inset
4773 </cell>
4774 </row>
4775 <row>
4776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780
4781 \series bold
4782 Colin
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791 Bernard
4792 \end_layout
4793
4794 \end_inset
4795 </cell>
4796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4797 \begin_inset Text
4798
4799 \begin_layout Plain Layout
4800 555
4801 \end_layout
4802
4803 \end_inset
4804 </cell>
4805 </row>
4806 <row>
4807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811
4812 \series bold
4813 Concli
4814 \end_layout
4815
4816 \end_inset
4817 </cell>
4818 <cell alignment="center" valignment="top" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822 Gianfranco
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831 555
4832 \end_layout
4833
4834 \end_inset
4835 </cell>
4836 </row>
4837 <row>
4838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842
4843 \series bold
4844 Dal Bosco
4845 \end_layout
4846
4847 \end_inset
4848 </cell>
4849 <cell alignment="center" valignment="top" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853 Carolina
4854 \end_layout
4855
4856 \end_inset
4857 </cell>
4858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4859 \begin_inset Text
4860
4861 \begin_layout Plain Layout
4862 555
4863 \end_layout
4864
4865 \end_inset
4866 </cell>
4867 </row>
4868 <row>
4869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873
4874 \series bold
4875 Dalpiaz
4876 \end_layout
4877
4878 \end_inset
4879 </cell>
4880 <cell alignment="center" valignment="top" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 Annamaria
4885 \end_layout
4886
4887 \end_inset
4888 </cell>
4889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4890 \begin_inset Text
4891
4892 \begin_layout Plain Layout
4893 555
4894 \end_layout
4895
4896 \end_inset
4897 </cell>
4898 </row>
4899 <row>
4900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904
4905 \series bold
4906 Feliciello
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 <cell alignment="center" valignment="top" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915 Domenico
4916 \end_layout
4917
4918 \end_inset
4919 </cell>
4920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4921 \begin_inset Text
4922
4923 \begin_layout Plain Layout
4924 555
4925 \end_layout
4926
4927 \end_inset
4928 </cell>
4929 </row>
4930 <row>
4931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935
4936 \series bold
4937 Focarelli
4938 \end_layout
4939
4940 \end_inset
4941 </cell>
4942 <cell alignment="center" valignment="top" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946 Paola
4947 \end_layout
4948
4949 \end_inset
4950 </cell>
4951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 555
4956 \end_layout
4957
4958 \end_inset
4959 </cell>
4960 </row>
4961 <row>
4962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966
4967 \series bold
4968 Galletti
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977 Oreste
4978 \end_layout
4979
4980 \end_inset
4981 </cell>
4982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4983 \begin_inset Text
4984
4985 \begin_layout Plain Layout
4986 555
4987 \end_layout
4988
4989 \end_inset
4990 </cell>
4991 </row>
4992 <row>
4993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997
4998 \series bold
4999 Gasparini
5000 \end_layout
5001
5002 \end_inset
5003 </cell>
5004 <cell alignment="center" valignment="top" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008 Franca
5009 \end_layout
5010
5011 \end_inset
5012 </cell>
5013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5014 \begin_inset Text
5015
5016 \begin_layout Plain Layout
5017 555
5018 \end_layout
5019
5020 \end_inset
5021 </cell>
5022 </row>
5023 <row>
5024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028
5029 \series bold
5030 Rizzardi
5031 \end_layout
5032
5033 \end_inset
5034 </cell>
5035 <cell alignment="center" valignment="top" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039 Paola
5040 \end_layout
5041
5042 \end_inset
5043 </cell>
5044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 555
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 </row>
5054 <row>
5055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059
5060 \series bold
5061 Lassini
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 <cell alignment="center" valignment="top" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070 Giancarlo
5071 \end_layout
5072
5073 \end_inset
5074 </cell>
5075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5076 \begin_inset Text
5077
5078 \begin_layout Plain Layout
5079 555
5080 \end_layout
5081
5082 \end_inset
5083 </cell>
5084 </row>
5085 <row>
5086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090
5091 \series bold
5092 Malfatti
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 Luciano
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5107 \begin_inset Text
5108
5109 \begin_layout Plain Layout
5110 555
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 </row>
5116 <row>
5117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121
5122 \series bold
5123 Malfatti
5124 \end_layout
5125
5126 \end_inset
5127 </cell>
5128 <cell alignment="center" valignment="top" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132 Valeriano
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 555
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \series bold
5154 Meneguzzo
5155 \end_layout
5156
5157 \end_inset
5158 </cell>
5159 <cell alignment="center" valignment="top" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163 Roberto
5164 \end_layout
5165
5166 \end_inset
5167 </cell>
5168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5169 \begin_inset Text
5170
5171 \begin_layout Plain Layout
5172 555
5173 \end_layout
5174
5175 \end_inset
5176 </cell>
5177 </row>
5178 <row>
5179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183
5184 \series bold
5185 Mezzadra
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 <cell alignment="center" valignment="top" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194 Roberto
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 555
5204 \end_layout
5205
5206 \end_inset
5207 </cell>
5208 </row>
5209 <row>
5210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214
5215 \series bold
5216 Pirpamer
5217 \end_layout
5218
5219 \end_inset
5220 </cell>
5221 <cell alignment="center" valignment="top" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 Erich
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234 555
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \series bold
5247 Pochiesa
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 Paolo
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5262 \begin_inset Text
5263
5264 \begin_layout Plain Layout
5265 555, 222
5266 \end_layout
5267
5268 \end_inset
5269 </cell>
5270 </row>
5271 <row>
5272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276
5277 \series bold
5278 Radina
5279 \end_layout
5280
5281 \end_inset
5282 </cell>
5283 <cell alignment="center" valignment="top" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287 Claudio
5288 \end_layout
5289
5290 \end_inset
5291 </cell>
5292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5293 \begin_inset Text
5294
5295 \begin_layout Plain Layout
5296 555
5297 \end_layout
5298
5299 \end_inset
5300 </cell>
5301 </row>
5302 <row>
5303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307
5308 \series bold
5309 Stuffer
5310 \end_layout
5311
5312 \end_inset
5313 </cell>
5314 <cell alignment="center" valignment="top" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318 Oskar
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 555
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \series bold
5340 Tacchelli
5341 \end_layout
5342
5343 \end_inset
5344 </cell>
5345 <cell alignment="center" valignment="top" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349 Ugo
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 555
5359 \end_layout
5360
5361 \end_inset
5362 </cell>
5363 </row>
5364 <row>
5365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369
5370 \series bold
5371 Tezzele
5372 \end_layout
5373
5374 \end_inset
5375 </cell>
5376 <cell alignment="center" valignment="top" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380 Margit
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Plain Layout
5389 555
5390 \end_layout
5391
5392 \end_inset
5393 </cell>
5394 </row>
5395 <row>
5396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400
5401 \series bold
5402 Unterkalmsteiner
5403 \end_layout
5404
5405 \end_inset
5406 </cell>
5407 <cell alignment="center" valignment="top" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411 Frieda
5412 \end_layout
5413
5414 \end_inset
5415 </cell>
5416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5417 \begin_inset Text
5418
5419 \begin_layout Plain Layout
5420 555
5421 \end_layout
5422
5423 \end_inset
5424 </cell>
5425 </row>
5426 <row>
5427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431
5432 \series bold
5433 Vieider
5434 \end_layout
5435
5436 \end_inset
5437 </cell>
5438 <cell alignment="center" valignment="top" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 Hilde
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 555
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 </row>
5457 <row>
5458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462
5463 \series bold
5464 Vigna
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 Jürgen
5474 \end_layout
5475
5476 \end_inset
5477 </cell>
5478 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5479 \begin_inset Text
5480
5481 \begin_layout Plain Layout
5482 999
5483 \end_layout
5484
5485 \end_inset
5486 </cell>
5487 </row>
5488 <row>
5489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493
5494 \series bold
5495 Weber
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 Maurizio
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 555
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524
5525 \series bold
5526 Winkler
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 Franz
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 555
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 </row>
5550 <row endlastfoot="true">
5551 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 Fin
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 </lyxtabular>
5580
5581 \end_inset
5582
5583
5584 \begin_inset ERT
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588
5589
5590 \backslash
5591 addtocounter{table}{-1}
5592 \end_layout
5593
5594 \end_inset
5595
5596
5597 \begin_inset Note Note
5598 status collapsed
5599
5600 \begin_layout Plain Layout
5601 Voyez la première note grisée de la section
5602 \begin_inset space ~
5603 \end_inset
5604
5605
5606 \begin_inset CommandInset ref
5607 LatexCommand ref
5608 reference "subsec:Tableaux-multi-pages-légende"
5609
5610 \end_inset
5611
5612  pour une explication de cette commande.
5613 \end_layout
5614
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \begin_layout Subsection
5621 Notes de bas de page dans les tableaux multi-pages
5622 \begin_inset CommandInset label
5623 LatexCommand label
5624 name "subsec:Notes-dans-tableau-multi-pages"
5625
5626 \end_inset
5627
5628
5629 \begin_inset Index idx
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633 Tableau ! multi-pages ! Notes de bas de page
5634 \end_layout
5635
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \begin_layout Standard
5642 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5643  multi-pages.
5644  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5645  contenant la note.
5646  Par exemple le tableau
5647 \begin_inset space ~
5648 \end_inset
5649
5650
5651 \begin_inset CommandInset ref
5652 LatexCommand ref
5653 reference "tab:Légendes-tableau-différentes"
5654
5655 \end_inset
5656
5657  a une note de bas de page.
5658 \end_layout
5659
5660 \begin_layout Subsection
5661 Alignement des tableaux multi-pages
5662 \begin_inset Index idx
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666 Tableau ! multi-pages ! Alignement
5667 \end_layout
5668
5669 \end_inset
5670
5671
5672 \end_layout
5673
5674 \begin_layout Standard
5675 L'alignement horizontal des tableaux multi-pages peut être modifié dans
5676  la fenêtre de dialogue des paramètres de tableau.
5677  Pour les alignements à droite et à gauche, le tableau sera directement
5678  au bord de la page.
5679  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5680  l'alignement centré et modifier les valeurs des longueurs 
5681 \series bold
5682
5683 \backslash
5684 LTleft 
5685 \series default
5686 et 
5687 \series bold
5688
5689 \backslash
5690 LTright
5691 \series default
5692  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5693  avant le tableau multi-pages
5694  concerné :
5695 \end_layout
5696
5697 \begin_layout Standard
5698
5699 \series bold
5700
5701 \backslash
5702 setlength{
5703 \backslash
5704 LTleft}{valeur}
5705 \end_layout
5706
5707 \begin_layout Standard
5708 Où 
5709 \series bold
5710 valeur
5711 \series default
5712  peut avoir n'importe laquelle des unités listées dans le tableau
5713 \begin_inset space ~
5714 \end_inset
5715
5716
5717 \begin_inset CommandInset ref
5718 LatexCommand ref
5719 reference "cha:Unités-de-longueur"
5720
5721 \end_inset
5722
5723 .
5724  
5725 \series bold
5726
5727 \backslash
5728 LTleft
5729 \series default
5730  contrôle la distance horizontale entre le bord gauche de la page et le
5731  tableau, et
5732 \series bold
5733  
5734 \backslash
5735 LTright
5736 \series default
5737  la distance au bord droit.
5738  La valeur implicite des ces deux distances est 
5739 \series bold
5740
5741 \backslash
5742 fill
5743 \series default
5744 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5745 .
5746 \end_layout
5747
5748 \begin_layout Standard
5749 Le tableau multi-pages suivant a été centrée en mettant 
5750 \series bold
5751
5752 \backslash
5753 LTleft
5754 \series default
5755  à 
5756 \family sans
5757 0.1
5758 \backslash
5759 columnwidth
5760 \family default
5761 :
5762 \begin_inset ERT
5763 status collapsed
5764
5765 \begin_layout Plain Layout
5766
5767
5768 \backslash
5769 setlength{
5770 \backslash
5771 LTleft}{0.1
5772 \backslash
5773 columnwidth}
5774 \end_layout
5775
5776 \end_inset
5777
5778
5779 \end_layout
5780
5781 \begin_layout Standard
5782 \begin_inset Tabular
5783 <lyxtabular version="3" rows="5" columns="5">
5784 <features islongtable="true" longtabularalignment="center">
5785 <column alignment="center" valignment="top">
5786 <column alignment="center" valignment="top">
5787 <column alignment="center" valignment="top">
5788 <column alignment="center" valignment="top">
5789 <column alignment="center" valignment="top">
5790 <row>
5791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795 1
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 2
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 3
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 4
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 5
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 </row>
5837 <row>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 asd
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 s
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 s
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 s
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 </row>
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 s
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 s
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 asd
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 </lyxtabular>
6026
6027 \end_inset
6028
6029
6030 \begin_inset ERT
6031 status collapsed
6032
6033 \begin_layout Plain Layout
6034
6035
6036 \backslash
6037 setlength{
6038 \backslash
6039 LTleft}{
6040 \backslash
6041 fill}
6042 \end_layout
6043
6044 \end_inset
6045
6046
6047 \begin_inset ERT
6048 status collapsed
6049
6050 \begin_layout Plain Layout
6051
6052
6053 \backslash
6054 addtocounter{table}{-1}
6055 \end_layout
6056
6057 \end_inset
6058
6059
6060 \begin_inset Note Note
6061 status collapsed
6062
6063 \begin_layout Plain Layout
6064 Voyez la première note grisée de la section
6065 \begin_inset space ~
6066 \end_inset
6067
6068
6069 \begin_inset CommandInset ref
6070 LatexCommand ref
6071 reference "subsec:Tableaux-multi-pages-légende"
6072
6073 \end_inset
6074
6075  pour une explication de cette commande.
6076 \end_layout
6077
6078 \end_inset
6079
6080
6081 \end_layout
6082
6083 \begin_layout Subsection
6084 Légendes et tableaux multi-pages
6085 \begin_inset Index idx
6086 status collapsed
6087
6088 \begin_layout Plain Layout
6089 Tableau ! multi-pages ! Legendes@Légendes
6090 \end_layout
6091
6092 \end_inset
6093
6094
6095 \begin_inset CommandInset label
6096 LatexCommand label
6097 name "subsec:Tableaux-multi-pages-légende"
6098
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \begin_layout Standard
6105 Vous ne pouvez pas placer un tableau multi-pages dans un flottant de tableau
6106  puisque les flottants ne peuvent pas être sur plusieurs pages, mais l'environne
6107 ment de légende des flottants de tableau peut aussi être utilisé pour les
6108  tableaux multi-pages quand on utilise pour une ligne l'option de tableau
6109  multi-pages 
6110 \family sans
6111 Légende
6112 \family default
6113 , comme c'est expliqué dans la section
6114 \begin_inset space ~
6115 \end_inset
6116
6117
6118 \begin_inset CommandInset ref
6119 LatexCommand ref
6120 reference "sec:Tableaux-multi-pages"
6121
6122 \end_inset
6123
6124 .
6125 \end_layout
6126
6127 \begin_layout Standard
6128 Voici un petit Tableau multi-pages pour voir comment ça marche :
6129 \end_layout
6130
6131 \begin_layout Standard
6132 \begin_inset Tabular
6133 <lyxtabular version="3" rows="6" columns="5">
6134 <features islongtable="true" longtabularalignment="center">
6135 <column alignment="center" valignment="top">
6136 <column alignment="center" valignment="top">
6137 <column alignment="center" valignment="top">
6138 <column alignment="center" valignment="top">
6139 <column alignment="center" valignment="top">
6140 <row endfirsthead="true" caption="true">
6141 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 \begin_inset Caption Standard
6146
6147 \begin_layout Plain Layout
6148 Tableau multi-pages avec une légende
6149 \begin_inset Argument 1
6150 status open
6151
6152 \begin_layout Plain Layout
6153 Tableau multi-pages
6154 \end_layout
6155
6156 \end_inset
6157
6158
6159 \end_layout
6160
6161 \end_inset
6162
6163
6164 \end_layout
6165
6166 \end_inset
6167 </cell>
6168 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 1
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 2
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 3
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 4
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 5
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 </row>
6252 <row>
6253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6254 \begin_inset Text
6255
6256 \begin_layout Plain Layout
6257 asd
6258 \end_layout
6259
6260 \end_inset
6261 </cell>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 s
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 s
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 s
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 asd
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 </row>
6299 <row>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 asd
6305 \end_layout
6306
6307 \end_inset
6308 </cell>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 s
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 s
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 s
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 asd
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 </row>
6346 <row>
6347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6348 \begin_inset Text
6349
6350 \begin_layout Plain Layout
6351 asd
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 s
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 s
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 s
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 asd
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 </row>
6393 <row>
6394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 asd
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 asd
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 asd
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 </lyxtabular>
6441
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \begin_layout Standard
6448 \begin_inset VSpace medskip
6449 \end_inset
6450
6451
6452 \begin_inset Note Greyedout
6453 status open
6454
6455 \begin_layout Plain Layout
6456
6457 \series bold
6458 Note
6459 \begin_inset space ~
6460 \end_inset
6461
6462 1:
6463 \series default
6464  Le numéro de tableau est incrémenté à chaque tableau multi-pages, même
6465  si vous n'avez pas prévu de légende.
6466  De ce fait, vous pouvez avoir le cas où par exemple le tableau
6467 \begin_inset space ~
6468 \end_inset
6469
6470 2.4 suit le tableau
6471 \begin_inset space ~
6472 \end_inset
6473
6474 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux multi-page
6475 s sans légende.
6476  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6477  après
6478  chaque tableau multi-pages sans légende :
6479 \end_layout
6480
6481 \begin_layout Plain Layout
6482
6483 \series bold
6484
6485 \backslash
6486 addtocounter{table}{-1}
6487 \end_layout
6488
6489 \begin_layout Plain Layout
6490 Ce n'est pas nécessaire quand aucun de vos tableaux multi-pages n'a de légende
6491  et que vous ajoutez le code suivant dans le préambule du document :
6492 \end_layout
6493
6494 \begin_layout Plain Layout
6495
6496 \series bold
6497
6498 \backslash
6499 let
6500 \backslash
6501 myEnd
6502 \backslash
6503 endlongtable
6504 \begin_inset Newline newline
6505 \end_inset
6506
6507
6508 \backslash
6509 renewcommand{
6510 \backslash
6511 endlongtable}{
6512 \backslash
6513 myEnd
6514 \backslash
6515 addtocounter{table}{-1}}
6516 \end_layout
6517
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \begin_layout Standard
6524 \begin_inset Note Greyedout
6525 status open
6526
6527 \begin_layout Plain Layout
6528
6529 \series bold
6530 Note
6531 \begin_inset space ~
6532 \end_inset
6533
6534 2:
6535 \series default
6536  Si vous utilisez 
6537 \series bold
6538 hyperref
6539 \series default
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Paquetages \SpecialChar LaTeX
6546  ! hyperref
6547 \end_layout
6548
6549 \end_inset
6550
6551  dans les 
6552 \family sans
6553 Paramètres du document
6554 \family default
6555  rubrique 
6556 \family sans
6557 Propriétés
6558 \begin_inset space ~
6559 \end_inset
6560
6561 du
6562 \begin_inset space ~
6563 \end_inset
6564
6565 PDF
6566 \family default
6567 , pour transformer vos références croisées en liens cliquables, le lien
6568  vers un tableau multi-pages pointera toujours sur le début du document.
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \end_layout
6575
6576 \begin_layout Subsubsection
6577 Références à des tableaux multi-pages
6578 \begin_inset Index idx
6579 status collapsed
6580
6581 \begin_layout Plain Layout
6582 Tableau ! multi-pages ! Références
6583 \end_layout
6584
6585 \end_inset
6586
6587
6588 \end_layout
6589
6590 \begin_layout Standard
6591 \begin_inset Tabular
6592 <lyxtabular version="3" rows="6" columns="5">
6593 <features islongtable="true" longtabularalignment="center">
6594 <column alignment="center" valignment="top">
6595 <column alignment="center" valignment="top">
6596 <column alignment="center" valignment="top">
6597 <column alignment="center" valignment="top">
6598 <column alignment="center" valignment="top">
6599 <row endfirsthead="true" caption="true">
6600 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6601 \begin_inset Text
6602
6603 \begin_layout Plain Layout
6604 \begin_inset Caption Standard
6605
6606 \begin_layout Plain Layout
6607 Tableau multi-pages référencé
6608 \begin_inset CommandInset label
6609 LatexCommand label
6610 name "tab:RefExemple"
6611
6612 \end_inset
6613
6614
6615 \end_layout
6616
6617 \end_inset
6618
6619
6620 \end_layout
6621
6622 \end_inset
6623 </cell>
6624 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6625 \begin_inset Text
6626
6627 \begin_layout Plain Layout
6628
6629 \end_layout
6630
6631 \end_inset
6632 </cell>
6633 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6634 \begin_inset Text
6635
6636 \begin_layout Plain Layout
6637
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655
6656 \end_layout
6657
6658 \end_inset
6659 </cell>
6660 </row>
6661 <row>
6662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6663 \begin_inset Text
6664
6665 \begin_layout Plain Layout
6666 1
6667 \end_layout
6668
6669 \end_inset
6670 </cell>
6671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6672 \begin_inset Text
6673
6674 \begin_layout Plain Layout
6675 2
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 3
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6690 \begin_inset Text
6691
6692 \begin_layout Plain Layout
6693 4
6694 \end_layout
6695
6696 \end_inset
6697 </cell>
6698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6699 \begin_inset Text
6700
6701 \begin_layout Plain Layout
6702 5
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 </row>
6708 <row>
6709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6710 \begin_inset Text
6711
6712 \begin_layout Plain Layout
6713 asd
6714 \end_layout
6715
6716 \end_inset
6717 </cell>
6718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6719 \begin_inset Text
6720
6721 \begin_layout Plain Layout
6722 s
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 s
6732 \end_layout
6733
6734 \end_inset
6735 </cell>
6736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6737 \begin_inset Text
6738
6739 \begin_layout Plain Layout
6740 s
6741 \end_layout
6742
6743 \end_inset
6744 </cell>
6745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6746 \begin_inset Text
6747
6748 \begin_layout Plain Layout
6749 asd
6750 \end_layout
6751
6752 \end_inset
6753 </cell>
6754 </row>
6755 <row>
6756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 asd
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Plain Layout
6769 s
6770 \end_layout
6771
6772 \end_inset
6773 </cell>
6774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6775 \begin_inset Text
6776
6777 \begin_layout Plain Layout
6778 s
6779 \end_layout
6780
6781 \end_inset
6782 </cell>
6783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6784 \begin_inset Text
6785
6786 \begin_layout Plain Layout
6787 s
6788 \end_layout
6789
6790 \end_inset
6791 </cell>
6792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6793 \begin_inset Text
6794
6795 \begin_layout Plain Layout
6796 asd
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row>
6803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807 asd
6808 \end_layout
6809
6810 \end_inset
6811 </cell>
6812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6813 \begin_inset Text
6814
6815 \begin_layout Plain Layout
6816 s
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Plain Layout
6825 s
6826 \end_layout
6827
6828 \end_inset
6829 </cell>
6830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6831 \begin_inset Text
6832
6833 \begin_layout Plain Layout
6834 s
6835 \end_layout
6836
6837 \end_inset
6838 </cell>
6839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843 asd
6844 \end_layout
6845
6846 \end_inset
6847 </cell>
6848 </row>
6849 <row>
6850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6851 \begin_inset Text
6852
6853 \begin_layout Plain Layout
6854 asd
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6860 \begin_inset Text
6861
6862 \begin_layout Plain Layout
6863 sad
6864 \end_layout
6865
6866 \end_inset
6867 </cell>
6868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6869 \begin_inset Text
6870
6871 \begin_layout Plain Layout
6872 asd
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 asd
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 asd
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 </row>
6896 </lyxtabular>
6897
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \begin_layout Standard
6904 Pour pouvoir faire référence à un tableau multi-pages, il faut insérer une
6905  étiquette dans sa légende.
6906 \end_layout
6907
6908 \begin_layout Standard
6909 Ceci est une référence au tableau
6910 \begin_inset space ~
6911 \end_inset
6912
6913
6914 \begin_inset CommandInset ref
6915 LatexCommand ref
6916 reference "tab:RefExemple"
6917
6918 \end_inset
6919
6920 .
6921 \end_layout
6922
6923 \begin_layout Standard
6924 La mise en forme de la légende peut être ajustée avec celle de toutes les
6925  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6926  
6927 \series bold
6928 caption
6929 \series default
6930
6931 \begin_inset Index idx
6932 status collapsed
6933
6934 \begin_layout Plain Layout
6935 Paquetages \SpecialChar LaTeX
6936  ! caption
6937 \end_layout
6938
6939 \end_inset
6940
6941 , voir la section
6942 \begin_inset space ~
6943 \end_inset
6944
6945
6946 \begin_inset CommandInset ref
6947 LatexCommand ref
6948 reference "sec:Formatage-légende"
6949
6950 \end_inset
6951
6952 .
6953 \end_layout
6954
6955 \begin_layout Subsubsection
6956 Largeur de la légende
6957 \begin_inset Index idx
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961 Tableau ! multi-pages ! Largeur de la légende
6962 \end_layout
6963
6964 \end_inset
6965
6966
6967 \end_layout
6968
6969 \begin_layout Standard
6970 La largeur maximale des lignes de légende est définie par la longueur 
6971 \series bold
6972
6973 \backslash
6974 LTcapwidth
6975 \series default
6976 .
6977  Sa valeur implicite est 4
6978 \begin_inset space \thinspace{}
6979 \end_inset
6980
6981 in.
6982  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6983  de votre document ou en tant que code \SpecialChar TeX
6984  directement dans votre document
6985  avant le tableau qui doit être affectée.
6986 \end_layout
6987
6988 \begin_layout Standard
6989
6990 \series bold
6991
6992 \backslash
6993 setlength{
6994 \backslash
6995 LTcapwidth}{largeur}
6996 \end_layout
6997
6998 \begin_layout Standard
6999 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7000 \begin_inset space ~
7001 \end_inset
7002
7003
7004 \begin_inset CommandInset ref
7005 LatexCommand ref
7006 reference "cha:Unités-de-longueur"
7007
7008 \end_inset
7009
7010 .
7011 \end_layout
7012
7013 \begin_layout Standard
7014 Les tableaux suivants montrent la différence :
7015 \end_layout
7016
7017 \begin_layout Standard
7018 \begin_inset Tabular
7019 <lyxtabular version="3" rows="6" columns="5">
7020 <features islongtable="true" longtabularalignment="center">
7021 <column alignment="center" valignment="top">
7022 <column alignment="center" valignment="top">
7023 <column alignment="center" valignment="top">
7024 <column alignment="center" valignment="top">
7025 <column alignment="center" valignment="top">
7026 <row endfirsthead="true" caption="true">
7027 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 \begin_inset Caption Standard
7032
7033 \begin_layout Plain Layout
7034 long titre complet avec la largeur implicite long titre complet avec la
7035  largeur implicite long titre complet avec la largeur implicite
7036 \begin_inset Argument 1
7037 status open
7038
7039 \begin_layout Plain Layout
7040 Légende avec largeur implicite
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \end_layout
7047
7048 \end_inset
7049
7050
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7074 \begin_inset Text
7075
7076 \begin_layout Plain Layout
7077
7078 \end_layout
7079
7080 \end_inset
7081 </cell>
7082 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7083 \begin_inset Text
7084
7085 \begin_layout Plain Layout
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 </row>
7092 <row>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 1
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7103 \begin_inset Text
7104
7105 \begin_layout Plain Layout
7106 2
7107 \end_layout
7108
7109 \end_inset
7110 </cell>
7111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7112 \begin_inset Text
7113
7114 \begin_layout Plain Layout
7115 3
7116 \end_layout
7117
7118 \end_inset
7119 </cell>
7120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 4
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 5
7134 \end_layout
7135
7136 \end_inset
7137 </cell>
7138 </row>
7139 <row>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153 s
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7159 \begin_inset Text
7160
7161 \begin_layout Plain Layout
7162 s
7163 \end_layout
7164
7165 \end_inset
7166 </cell>
7167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7168 \begin_inset Text
7169
7170 \begin_layout Plain Layout
7171 s
7172 \end_layout
7173
7174 \end_inset
7175 </cell>
7176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7177 \begin_inset Text
7178
7179 \begin_layout Plain Layout
7180 asd
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 </row>
7186 <row>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7197 \begin_inset Text
7198
7199 \begin_layout Plain Layout
7200 s
7201 \end_layout
7202
7203 \end_inset
7204 </cell>
7205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7206 \begin_inset Text
7207
7208 \begin_layout Plain Layout
7209 s
7210 \end_layout
7211
7212 \end_inset
7213 </cell>
7214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7215 \begin_inset Text
7216
7217 \begin_layout Plain Layout
7218 s
7219 \end_layout
7220
7221 \end_inset
7222 </cell>
7223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7224 \begin_inset Text
7225
7226 \begin_layout Plain Layout
7227 asd
7228 \end_layout
7229
7230 \end_inset
7231 </cell>
7232 </row>
7233 <row>
7234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 asd
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7244 \begin_inset Text
7245
7246 \begin_layout Plain Layout
7247 s
7248 \end_layout
7249
7250 \end_inset
7251 </cell>
7252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7253 \begin_inset Text
7254
7255 \begin_layout Plain Layout
7256 s
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Plain Layout
7265 s
7266 \end_layout
7267
7268 \end_inset
7269 </cell>
7270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7271 \begin_inset Text
7272
7273 \begin_layout Plain Layout
7274 asd
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 </row>
7280 <row>
7281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7282 \begin_inset Text
7283
7284 \begin_layout Plain Layout
7285 asd
7286 \end_layout
7287
7288 \end_inset
7289 </cell>
7290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 sad
7295 \end_layout
7296
7297 \end_inset
7298 </cell>
7299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7300 \begin_inset Text
7301
7302 \begin_layout Plain Layout
7303 asd
7304 \end_layout
7305
7306 \end_inset
7307 </cell>
7308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7309 \begin_inset Text
7310
7311 \begin_layout Plain Layout
7312 asd
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 asd
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 </row>
7327 </lyxtabular>
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \begin_layout Standard
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 setlength{
7343 \backslash
7344 LTcapwidth}{5cm}
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \begin_inset Tabular
7351 <lyxtabular version="3" rows="6" columns="5">
7352 <features islongtable="true" longtabularalignment="center">
7353 <column alignment="center" valignment="top">
7354 <column alignment="center" valignment="top">
7355 <column alignment="center" valignment="top">
7356 <column alignment="center" valignment="top">
7357 <column alignment="center" valignment="top">
7358 <row endfirsthead="true" caption="true">
7359 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Plain Layout
7363 \begin_inset Caption Standard
7364
7365 \begin_layout Plain Layout
7366 long titre complet avec la largeur réglée à 5
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 cm long titre complet avec la largeur réglée à 5
7371 \begin_inset space \thinspace{}
7372 \end_inset
7373
7374 cm long titre complet avec la largeur réglée à 5
7375 \begin_inset space \thinspace{}
7376 \end_inset
7377
7378 cm
7379 \begin_inset Argument 1
7380 status open
7381
7382 \begin_layout Plain Layout
7383 Légende avec largeur à
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 =
7388 \begin_inset space \thinspace{}
7389 \end_inset
7390
7391 5
7392 \begin_inset space \thinspace{}
7393 \end_inset
7394
7395 cm
7396 \end_layout
7397
7398 \end_inset
7399
7400
7401 \end_layout
7402
7403 \end_inset
7404
7405
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7420 \begin_inset Text
7421
7422 \begin_layout Plain Layout
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 </row>
7447 <row>
7448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452 1
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Plain Layout
7461 2
7462 \end_layout
7463
7464 \end_inset
7465 </cell>
7466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7467 \begin_inset Text
7468
7469 \begin_layout Plain Layout
7470 3
7471 \end_layout
7472
7473 \end_inset
7474 </cell>
7475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7476 \begin_inset Text
7477
7478 \begin_layout Plain Layout
7479 4
7480 \end_layout
7481
7482 \end_inset
7483 </cell>
7484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7485 \begin_inset Text
7486
7487 \begin_layout Plain Layout
7488 5
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 </row>
7494 <row>
7495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7496 \begin_inset Text
7497
7498 \begin_layout Plain Layout
7499 asd
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 s
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517 s
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 s
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7532 \begin_inset Text
7533
7534 \begin_layout Plain Layout
7535 asd
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 </row>
7541 <row>
7542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 asd
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 s
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564 s
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 s
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 asd
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row>
7589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593 asd
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 s
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611 s
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620 s
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 asd
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 asd
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7646 \begin_inset Text
7647
7648 \begin_layout Plain Layout
7649 sad
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 asd
7659 \end_layout
7660
7661 \end_inset
7662 </cell>
7663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7664 \begin_inset Text
7665
7666 \begin_layout Plain Layout
7667 asd
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 asd
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 </lyxtabular>
7683
7684 \end_inset
7685
7686
7687 \end_layout
7688
7689 \begin_layout Standard
7690 \begin_inset ERT
7691 status collapsed
7692
7693 \begin_layout Plain Layout
7694
7695
7696 \backslash
7697 setlength{
7698 \backslash
7699 LTcapwidth}{4in}
7700 \end_layout
7701
7702 \end_inset
7703
7704
7705 \end_layout
7706
7707 \begin_layout Standard
7708 \begin_inset Note Greyedout
7709 status open
7710
7711 \begin_layout Plain Layout
7712
7713 \series bold
7714 Note:
7715 \series default
7716  Quand on utilise la paquetage \SpecialChar LaTeX
7717  
7718 \series bold
7719 caption
7720 \series default
7721
7722 \begin_inset Index idx
7723 status collapsed
7724
7725 \begin_layout Plain Layout
7726 Paquetages \SpecialChar LaTeX
7727  ! caption
7728 \end_layout
7729
7730 \end_inset
7731
7732  , comme c'est les cas dans ce document, la légende prend toute la largeur
7733  de la page quand on utilise la largeur implicite de 4
7734 \begin_inset space \thinspace{}
7735 \end_inset
7736
7737 in pour 
7738 \series bold
7739
7740 \backslash
7741 LTcapwidth
7742 \series default
7743 .
7744  Pour avoir dans ce cas une légende qui fasse exactement 4
7745 \begin_inset space \thinspace{}
7746 \end_inset
7747
7748 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7749  comme par exemple 3.99
7750 \begin_inset space \thinspace{}
7751 \end_inset
7752
7753 in, soit utiliser la commande \SpecialChar LaTeX
7754  
7755 \series bold
7756
7757 \backslash
7758 captionsetup{width=valeur}
7759 \series default
7760  qui est disponible dans le paquetage 
7761 \series bold
7762 caption
7763 \series default
7764 .
7765 \end_layout
7766
7767 \end_inset
7768
7769
7770 \end_layout
7771
7772 \begin_layout Subsubsection
7773 Des légendes différentes sur chaque page d'un tableau
7774 \begin_inset Argument 1
7775 status collapsed
7776
7777 \begin_layout Plain Layout
7778 Légendes différentes
7779 \end_layout
7780
7781 \end_inset
7782
7783
7784 \begin_inset Index idx
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788 Tableau ! multi-pages ! Legendes@Légendes différentes par page
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \begin_layout Standard
7797 Quand la légende du tableau pour les pages suivantes doit être différente
7798  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7799  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7800  dans le menu contextuel
7801 \family sans
7802  Légende
7803 \begin_inset space ~
7804 \end_inset
7805
7806 (NonNuméroté)
7807 \family default
7808 .
7809  Le tableau
7810 \begin_inset space ~
7811 \end_inset
7812
7813
7814 \begin_inset CommandInset ref
7815 LatexCommand ref
7816 reference "tab:Légendes-tableau-différentes"
7817
7818 \end_inset
7819
7820  est un exemple de tableau long avec des légendes différentes et où la seconde
7821  légende ne contient pas le numéro du tableau.
7822 \begin_inset Separator latexpar
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \begin_layout Standard
7829 \align center
7830 \begin_inset Tabular
7831 <lyxtabular version="3" rows="59" columns="3">
7832 <features islongtable="true" longtabularalignment="center">
7833 <column alignment="left" valignment="top" width="0pt">
7834 <column alignment="left" valignment="top" width="0pt">
7835 <column alignment="center" valignment="top" width="0pt">
7836 <row endfirsthead="true" caption="true">
7837 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7838 \begin_inset Text
7839
7840 \begin_layout Plain Layout
7841 \begin_inset Caption Standard
7842
7843 \begin_layout Plain Layout
7844 Exemple d'annuaire téléphonique
7845 \begin_inset CommandInset label
7846 LatexCommand label
7847 name "tab:Légendes-tableau-différentes"
7848
7849 \end_inset
7850
7851
7852 \begin_inset Argument 1
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Exemple Annuaire 
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \end_inset
7865
7866
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row endfirsthead="true">
7891 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \series bold
7897 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row endfirsthead="true">
7922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 NOM
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \series bold
7948 TÉL.
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 </row>
7954 <row endhead="true" caption="true">
7955 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7956 \begin_inset Text
7957
7958 \begin_layout Plain Layout
7959 \begin_inset Caption Unnumbered
7960
7961 \begin_layout Plain Layout
7962 Suite de l'exemple d'annuaire téléphonique
7963 \end_layout
7964
7965 \end_inset
7966
7967
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \end_layout
7987
7988 \end_inset
7989 </cell>
7990 </row>
7991 <row endhead="true">
7992 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7993 \begin_inset Text
7994
7995 \begin_layout Plain Layout
7996
7997 \series bold
7998 Exemple d'annuaire téléphonique
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016
8017 \end_layout
8018
8019 \end_inset
8020 </cell>
8021 </row>
8022 <row endhead="true">
8023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 NOM
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8035 \begin_inset Text
8036
8037 \begin_layout Plain Layout
8038
8039 \end_layout
8040
8041 \end_inset
8042 </cell>
8043 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8044 \begin_inset Text
8045
8046 \begin_layout Plain Layout
8047
8048 \series bold
8049 TÉL.
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row endfoot="true">
8056 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 suite page suivante\SpecialChar ldots
8061
8062 \end_layout
8063
8064 \end_inset
8065 </cell>
8066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \series bold
8092 Annovi
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 Silvia
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 111
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 </row>
8116 <row>
8117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121
8122 \series bold
8123 Bertoli
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132 Stefano
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 111
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 </row>
8147 <row>
8148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152
8153 \series bold
8154 Bozzi
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163 Walter
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 111
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 </row>
8178 <row>
8179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183
8184 \series bold
8185 Cachia
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194 Maria
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 111
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 </row>
8209 <row>
8210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214
8215 \series bold
8216 Cachia
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225 Maurizio
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 111
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 </row>
8240 <row>
8241 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245
8246 \series bold
8247 Cinquemani
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256 Giusi
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 111
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 </row>
8271 <row>
8272 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276
8277 \series bold
8278 Colin
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287 Bernard
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 111
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 </row>
8302 <row>
8303 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307
8308 \series bold
8309 Concli
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318 Gianfranco
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 111
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 </row>
8333 <row>
8334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338
8339 \series bold
8340 Dal Bosco
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349 Carolina
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 111
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369
8370 \series bold
8371 Dalpiaz
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Annamaria
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 111
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \series bold
8402 Feliciello
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 Domenico
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 111
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 </row>
8426 <row>
8427 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431
8432 \series bold
8433 Focarelli
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442 Paola
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 111
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 </row>
8457 <row>
8458 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462
8463 \series bold
8464 Galletti
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Oreste
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 111
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 </row>
8488 <row>
8489 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493
8494 \series bold
8495 Gasparini
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504 Franca
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 111
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \series bold
8526 Rizzardi
8527 \series default
8528
8529 \begin_inset Foot
8530 status open
8531
8532 \begin_layout Plain Layout
8533 Exemple de note de bas de page
8534 \end_layout
8535
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547 Paola
8548 \end_layout
8549
8550 \end_inset
8551 </cell>
8552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8553 \begin_inset Text
8554
8555 \begin_layout Plain Layout
8556 111
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \series bold
8569 Lassini
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 Giancarlo
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587 111
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 </row>
8593 <row>
8594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598
8599 \series bold
8600 Malfatti
8601 \end_layout
8602
8603 \end_inset
8604 </cell>
8605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609 Luciano
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 111
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \series bold
8631 Malfatti
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Valeriano
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649 111
8650 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 </row>
8655 <row>
8656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660
8661 \series bold
8662 Meneguzzo
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671 Roberto
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 111
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \series bold
8693 Mezzadra
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 Roberto
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 111
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Pirpamer
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Erich
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 111
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Pochiesa
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Paolo
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 111, 222
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Radina
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Claudio
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 111
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Stuffer
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Oskar
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 111
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848 Tacchelli
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Ugo
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 111
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879 Tezzele
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 Margit
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 111
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908
8909 \series bold
8910 Unterkalmsteiner
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 Frieda
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 111
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \series bold
8941 Vieider
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Hilde
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 111
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \series bold
8972 Vigna
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Jürgen
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 111
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001
9002 \series bold
9003 Weber
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Maurizio
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 111
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \series bold
9034 Winkler
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Franz
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 111
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063  
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9078 \begin_inset Text
9079
9080 \begin_layout Plain Layout
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \series bold
9094 Annovi
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 Silvia
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9109 \begin_inset Text
9110
9111 \begin_layout Plain Layout
9112 555
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 <row>
9119 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123
9124 \series bold
9125 Bertoli
9126 \end_layout
9127
9128 \end_inset
9129 </cell>
9130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134 Stefano
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 555
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \series bold
9156 Bozzi
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 Walter
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174 555
9175 \end_layout
9176
9177 \end_inset
9178 </cell>
9179 </row>
9180 <row>
9181 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185
9186 \series bold
9187 Cachia
9188 \end_layout
9189
9190 \end_inset
9191 </cell>
9192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 Maria
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 555
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \series bold
9218 Cachia
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 Maurizio
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 555
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \series bold
9249 Cinquemani
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 Giusi
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 555
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \series bold
9280 Colin
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289 Bernard
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 555
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \series bold
9311 Concli
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 Gianfranco
9321 \end_layout
9322
9323 \end_inset
9324 </cell>
9325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9326 \begin_inset Text
9327
9328 \begin_layout Plain Layout
9329 555
9330 \end_layout
9331
9332 \end_inset
9333 </cell>
9334 </row>
9335 <row>
9336 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340
9341 \series bold
9342 Dal Bosco
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Carolina
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 555
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \series bold
9373 Dalpiaz
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 Annamaria
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9388 \begin_inset Text
9389
9390 \begin_layout Plain Layout
9391 555
9392 \end_layout
9393
9394 \end_inset
9395 </cell>
9396 </row>
9397 <row>
9398 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402
9403 \series bold
9404 Feliciello
9405 \end_layout
9406
9407 \end_inset
9408 </cell>
9409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413 Domenico
9414 \end_layout
9415
9416 \end_inset
9417 </cell>
9418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9419 \begin_inset Text
9420
9421 \begin_layout Plain Layout
9422 555
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \series bold
9435 Focarelli
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Paola
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 555
9454 \end_layout
9455
9456 \end_inset
9457 </cell>
9458 </row>
9459 <row>
9460 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464
9465 \series bold
9466 Galletti
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Oreste
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 555
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495
9496 \series bold
9497 Gasparini
9498 \end_layout
9499
9500 \end_inset
9501 </cell>
9502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506 Franca
9507 \end_layout
9508
9509 \end_inset
9510 </cell>
9511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9512 \begin_inset Text
9513
9514 \begin_layout Plain Layout
9515 555
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 </row>
9521 <row>
9522 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526
9527 \series bold
9528 Rizzardi
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537 Paola
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 555
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \series bold
9559 Lassini
9560 \end_layout
9561
9562 \end_inset
9563 </cell>
9564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568 Giancarlo
9569 \end_layout
9570
9571 \end_inset
9572 </cell>
9573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9574 \begin_inset Text
9575
9576 \begin_layout Plain Layout
9577 555
9578 \end_layout
9579
9580 \end_inset
9581 </cell>
9582 </row>
9583 <row>
9584 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588
9589 \series bold
9590 Malfatti
9591 \end_layout
9592
9593 \end_inset
9594 </cell>
9595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599 Luciano
9600 \end_layout
9601
9602 \end_inset
9603 </cell>
9604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9605 \begin_inset Text
9606
9607 \begin_layout Plain Layout
9608 555
9609 \end_layout
9610
9611 \end_inset
9612 </cell>
9613 </row>
9614 <row>
9615 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619
9620 \series bold
9621 Malfatti
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630 Valeriano
9631 \end_layout
9632
9633 \end_inset
9634 </cell>
9635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 555
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 </row>
9645 <row>
9646 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650
9651 \series bold
9652 Meneguzzo
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 Roberto
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 555
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 </row>
9676 <row>
9677 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681
9682 \series bold
9683 Mezzadra
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 Roberto
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 555
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 </row>
9707 </lyxtabular>
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Section
9715 Questions particulières concernant les tableaux multi-pages
9716 \begin_inset Argument 1
9717 status collapsed
9718
9719 \begin_layout Plain Layout
9720 Questions sur les tableaux multi-pages
9721 \end_layout
9722
9723 \end_inset
9724
9725
9726 \begin_inset CommandInset label
9727 LatexCommand label
9728 name "sec:Questions-sur-tableaux-multi-pages"
9729
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \begin_layout Subsection
9736 Calculs des pages des tableaux multi-pages
9737 \begin_inset Index idx
9738 status collapsed
9739
9740 \begin_layout Plain Layout
9741 Tableau ! multi-pages ! Calculs
9742 \end_layout
9743
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \begin_layout Standard
9750 \SpecialChar LaTeX
9751  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9752  utilisant des blocs (chunks).
9753  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9754  mémoire de \SpecialChar LaTeX
9755 .
9756  La valeur implicite est fixée pour des raisons historiques à seulement
9757  20
9758 \begin_inset space ~
9759 \end_inset
9760
9761 lignes de tableau.
9762  Si vous utilisez des tableaux multi-pages couvrant de nombreuses pages,
9763  ceci peut ralentir la création de votre document.
9764  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9765  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9766  préambule de votre document :
9767 \end_layout
9768
9769 \begin_layout Standard
9770
9771 \series bold
9772
9773 \backslash
9774 setcounter{LTchunksize}{100}
9775 \end_layout
9776
9777 \begin_layout Subsection
9778 Les flottants et les tableaux multi-pages
9779 \begin_inset Index idx
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783 Tableau ! multi-pages ! Flottants
9784 \end_layout
9785
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \begin_layout Standard
9792 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9793  commence un tableau multi-pages.
9794  Pour éviter une telle situation, insérez un saut de page (menu 
9795 \family sans
9796 Insertion\SpecialChar menuseparator
9797 Typographie
9798 \begin_inset space ~
9799 \end_inset
9800
9801 spéciale\SpecialChar menuseparator
9802 Saut de page (vide le tampon)
9803 \family default
9804
9805 \begin_inset space \thinspace{}
9806 \end_inset
9807
9808 ) juste avant votre tableau multi-pages.
9809 \end_layout
9810
9811 \begin_layout Subsection
9812 Sauts de pages forcés
9813 \begin_inset Index idx
9814 status collapsed
9815
9816 \begin_layout Plain Layout
9817 Tableau ! multi-pages ! Sauts de pages forcés
9818 \end_layout
9819
9820 \end_inset
9821
9822
9823 \end_layout
9824
9825 \begin_layout Standard
9826 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9827  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9828  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9829  de
9830  saut de ligne 
9831 \begin_inset Quotes fld
9832 \end_inset
9833
9834
9835 \backslash
9836
9837 \backslash
9838
9839 \begin_inset Quotes frd
9840 \end_inset
9841
9842  en code \SpecialChar TeX
9843  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9844  Avant la commande 
9845 \begin_inset Quotes fld
9846 \end_inset
9847
9848
9849 \backslash
9850
9851 \backslash
9852
9853 \begin_inset Quotes frd
9854 \end_inset
9855
9856 , vous devez insérer en code \SpecialChar TeX
9857 , autant de caractères 
9858 \begin_inset Quotes fld
9859 \end_inset
9860
9861 &
9862 \begin_inset Quotes frd
9863 \end_inset
9864
9865  qu'il y a de colonnes après la cellule concernée.
9866  Le caractère 
9867 \begin_inset Quotes fld
9868 \end_inset
9869
9870 &
9871 \begin_inset Quotes frd
9872 \end_inset
9873
9874  sert à séparer les colonnes d'un tableau.
9875  Écrivez en code-\SpecialChar TeX
9876 , après chaque 
9877 \begin_inset Quotes fld
9878 \end_inset
9879
9880 &
9881 \begin_inset Quotes frd
9882 \end_inset
9883
9884  le contenu des cellules correspondantes et en même temps supprimez le contenu
9885  de ces cellules dans le texte normal.
9886  
9887 \begin_inset Newline newline
9888 \end_inset
9889
9890 Après la commande 
9891 \backslash
9892
9893 \backslash
9894 , insérez autant de caractères 
9895 \begin_inset Quotes fld
9896 \end_inset
9897
9898 &
9899 \begin_inset Quotes frd
9900 \end_inset
9901
9902  qu'il y a de colonnes avant la colonne traitée.
9903  Dans le tableau
9904 \begin_inset space ~
9905 \end_inset
9906
9907
9908 \begin_inset CommandInset ref
9909 LatexCommand ref
9910 reference "tab:Tableau-saut-de-page"
9911
9912 \end_inset
9913
9914  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9915  suivie par une autre colonne.
9916  La commande suivante a donc été insérée en code \SpecialChar TeX
9917  dans la cellule après
9918  le mot 
9919 \begin_inset Quotes fld
9920 \end_inset
9921
9922
9923 \emph on
9924 Castelchiodato,
9925 \emph default
9926
9927 \begin_inset Quotes frd
9928 \end_inset
9929
9930 :
9931 \end_layout
9932
9933 \begin_layout Standard
9934
9935 \series bold
9936 & 111
9937 \backslash
9938
9939 \backslash
9940  
9941 \backslash
9942 newpage
9943 \begin_inset Newline newline
9944 \end_inset
9945
9946 &
9947 \end_layout
9948
9949 \begin_layout Standard
9950 Le 
9951 \begin_inset Quotes fld
9952 \end_inset
9953
9954 111
9955 \begin_inset Quotes frd
9956 \end_inset
9957
9958  dans la troisième colonne de la ligne a été supprimé.
9959  
9960 \series bold
9961
9962 \backslash
9963 newpage
9964 \series default
9965  est nécessaire seulement quand un saut de page doit impérativement avoir
9966  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9967  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9968  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9969  est coupée, utilisez cette commande à la place de la précédente :
9970 \end_layout
9971
9972 \begin_layout Standard
9973
9974 \series bold
9975 & 111
9976 \backslash
9977
9978 \backslash
9979
9980 \begin_inset Newline newline
9981 \end_inset
9982
9983
9984 \backslash
9985 hline &
9986 \end_layout
9987
9988 \begin_layout Standard
9989 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9990  insérer la commande
9991 \end_layout
9992
9993 \begin_layout Standard
9994
9995 \series bold
9996
9997 \backslash
9998 setlength{
9999 \backslash
10000 parfillskip}{0pt}
10001 \end_layout
10002
10003 \begin_layout Standard
10004 au début de la cellule.
10005  Cela assure que la portion de la cellule qui va se trouver affichée sur
10006  la page suivante le sera avec toute la largeur de la cellule.
10007 \begin_inset Separator latexpar
10008 \end_inset
10009
10010
10011 \end_layout
10012
10013 \begin_layout Standard
10014 \align center
10015 \begin_inset Tabular
10016 <lyxtabular version="3" rows="38" columns="3">
10017 <features islongtable="true" longtabularalignment="center">
10018 <column alignment="left" valignment="top" width="0pt">
10019 <column alignment="left" valignment="top" width="3cm">
10020 <column alignment="center" valignment="top" width="0pt">
10021 <row endfirsthead="true" caption="true">
10022 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Caption Standard
10027
10028 \begin_layout Plain Layout
10029 Tableau avec un saut de page forcé dans une cellule
10030 \begin_inset CommandInset label
10031 LatexCommand label
10032 name "tab:Tableau-saut-de-page"
10033
10034 \end_inset
10035
10036
10037 \begin_inset Argument 1
10038 status collapsed
10039
10040 \begin_layout Plain Layout
10041 Tableau avec un saut de page forcé dans une cellule
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10066 \begin_inset Text
10067
10068 \begin_layout Plain Layout
10069
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 </row>
10075 <row endfirsthead="true">
10076 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080
10081 \series bold
10082 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100
10101 \end_layout
10102
10103 \end_inset
10104 </cell>
10105 </row>
10106 <row endfirsthead="true">
10107 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111
10112 \series bold
10113 NOM
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \series bold
10133 TÉL.
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endhead="true" caption="true">
10140 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 \begin_inset Caption Unnumbered
10145
10146 \begin_layout Plain Layout
10147 Tableau sur deux pages avec un saut de page dans une cellule
10148 \end_layout
10149
10150 \end_inset
10151
10152
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161
10162 \end_layout
10163
10164 \end_inset
10165 </cell>
10166 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10167 \begin_inset Text
10168
10169 \begin_layout Plain Layout
10170
10171 \end_layout
10172
10173 \end_inset
10174 </cell>
10175 </row>
10176 <row endhead="true">
10177 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10178 \begin_inset Text
10179
10180 \begin_layout Plain Layout
10181  
10182 \series bold
10183 Exemple d'annuaire téléphonique
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10189 \begin_inset Text
10190
10191 \begin_layout Plain Layout
10192
10193 \end_layout
10194
10195 \end_inset
10196 </cell>
10197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 </row>
10207 <row endhead="true">
10208 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212
10213 \series bold
10214 NOM
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \end_layout
10225
10226 \end_inset
10227 </cell>
10228 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10229 \begin_inset Text
10230
10231 \begin_layout Plain Layout
10232
10233 \series bold
10234 TÉL.
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 </row>
10240 <row endfoot="true">
10241 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 suite page suivante\SpecialChar ldots
10246
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 </row>
10270 <row>
10271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10272 \begin_inset Text
10273
10274 \begin_layout Plain Layout
10275
10276 \series bold
10277 Annovi
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10283 \begin_inset Text
10284
10285 \begin_layout Plain Layout
10286 Silvia
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295 111
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306
10307 \series bold
10308 Bertoli
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 Stefano
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 111
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 </row>
10332 <row>
10333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \series bold
10339 Bozzi
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348 Walter
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357 111
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Cachia
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Maria
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Cachia
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Maurizio
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Cinquemani
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Giusi
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Colin
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Bernard
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Concli
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Gianfranco
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Dal Bosco
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Carolina
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Dalpiaz
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Annamaria
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Feliciello
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Domenico
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Focarelli
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Paola
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Galletti
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Oreste
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Gasparini
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Franca
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Lassini
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Giancarlo
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Malfatti
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Luciano
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Malfatti
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Valeriano
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Meneguzzo
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Roberto
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Mezzadra
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Roberto
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Pirpamer
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Erich
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Pochiesa
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Paolo
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111, 222
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Radina
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Claudio
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \series bold
10959 Rizzardi
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 Giancarlo, 11.
10969  Fürst von Montecompatri, 11.
10970  Fürst von Sulmona und Vivaro, 10.
10971  Fürst von Rossano, 5.
10972  Herzog von Canemorte, 11.
10973  Herzog von Palombara, 5.
10974  Herzog von Castelchiodato,
10975 \begin_inset ERT
10976 status open
10977
10978 \begin_layout Plain Layout
10979
10980 & 111
10981 \backslash
10982
10983 \backslash
10984  
10985 \backslash
10986 newpage
10987 \end_layout
10988
10989 \begin_layout Plain Layout
10990
10991 &
10992 \end_layout
10993
10994 \end_inset
10995
10996  11.
10997  Herzog von Poggionativo, 11.
10998  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10999  Graf von Valinfreda, 11.
11000  Baron von Cropalati, 11.
11001  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11007 \begin_inset Text
11008
11009 \begin_layout Plain Layout
11010
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 </row>
11016 <row>
11017 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11018 \begin_inset Text
11019
11020 \begin_layout Plain Layout
11021
11022 \series bold
11023 Stuffer
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032 Oskar
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041 111
11042 \end_layout
11043
11044 \end_inset
11045 </cell>
11046 </row>
11047 <row>
11048 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052
11053 \series bold
11054 Tacchelli
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 Ugo
11064 \end_layout
11065
11066 \end_inset
11067 </cell>
11068 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11069 \begin_inset Text
11070
11071 \begin_layout Plain Layout
11072 111
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 </row>
11078 <row>
11079 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11080 \begin_inset Text
11081
11082 \begin_layout Plain Layout
11083
11084 \series bold
11085 Tezzele
11086 \end_layout
11087
11088 \end_inset
11089 </cell>
11090 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11091 \begin_inset Text
11092
11093 \begin_layout Plain Layout
11094 Margit
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 111
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \series bold
11116 Unterkalmsteiner
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Frieda
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 111
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \series bold
11147 Vieider
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Hilde
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 111
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \series bold
11178 Vigna
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 Jürgen
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 111
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \series bold
11209 Weber
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Maurizio
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 111
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \series bold
11240 Winkler
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Franz
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 111
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 </lyxtabular>
11265
11266 \end_inset
11267
11268
11269 \end_layout
11270
11271 \begin_layout Section
11272 Colonnes et lignes à lignes multiples
11273 \end_layout
11274
11275 \begin_layout Subsection
11276 Lignes multiples dans une cellule de tableau
11277 \begin_inset CommandInset label
11278 LatexCommand label
11279 name "subsec:Lignes-multiple-dans-cellule"
11280
11281 \end_inset
11282
11283
11284 \begin_inset Index idx
11285 status collapsed
11286
11287 \begin_layout Plain Layout
11288 Plusieurs lignes dans une case de tableau
11289 \end_layout
11290
11291 \end_inset
11292
11293
11294 \begin_inset Index idx
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298 Tableau ! Saut de ligne
11299 \end_layout
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \begin_layout Standard
11307 \noindent
11308 \begin_inset Float table
11309 placement H
11310 wide false
11311 sideways false
11312 status open
11313
11314 \begin_layout Plain Layout
11315 \begin_inset Caption Standard
11316
11317 \begin_layout Plain Layout
11318 \begin_inset CommandInset label
11319 LatexCommand label
11320 name "tab:Tableau-avec-plusieurs-lignes"
11321
11322 \end_inset
11323
11324 Tableau avec des lignes multiples dans une cellule
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Plain Layout
11333 \align center
11334 \begin_inset Tabular
11335 <lyxtabular version="3" rows="3" columns="3">
11336 <features tabularvalignment="middle">
11337 <column alignment="center" valignment="middle" width="2.5cm">
11338 <column alignment="center" valignment="middle">
11339 <column alignment="center" valignment="middle">
11340 <row>
11341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11342 \begin_inset Text
11343
11344 \begin_layout Plain Layout
11345 Lignes
11346 \begin_inset Newline linebreak
11347 \end_inset
11348
11349 multiples
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 b
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 c
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 <row>
11374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 d
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 e
11388 \end_layout
11389
11390 \end_inset
11391 </cell>
11392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 f
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 </row>
11402 <row>
11403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11404 \begin_inset Text
11405
11406 \begin_layout Plain Layout
11407 g
11408 \end_layout
11409
11410 \end_inset
11411 </cell>
11412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11413 \begin_inset Text
11414
11415 \begin_layout Plain Layout
11416 h
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 i
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 </row>
11431 </lyxtabular>
11432
11433 \end_inset
11434
11435
11436 \end_layout
11437
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \begin_layout Standard
11444 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11445  d'un paragraphe avec des sauts de lignes et des césures.
11446 \end_layout
11447
11448 \begin_layout Standard
11449 Pour obtenir le tableau
11450 \begin_inset space ~
11451 \end_inset
11452
11453
11454 \begin_inset CommandInset ref
11455 LatexCommand ref
11456 reference "tab:Tableau-avec-plusieurs-lignes"
11457
11458 \end_inset
11459
11460 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11461  droit dessus.
11462  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11463  2.5
11464 \begin_inset space \thinspace{}
11465 \end_inset
11466
11467 cm et choisissez les alignements vertical et horizontal centrés.
11468  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11469  Comme notre texte est plus petit que 2.5
11470 \begin_inset space \thinspace{}
11471 \end_inset
11472
11473 cm, une seule ligne va apparaître.
11474  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11475  
11476 \family sans
11477 Ctrl-Shift-Entrée
11478 \family default
11479 ).
11480  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11481 ement découpé en plusieurs lignes.
11482 \end_layout
11483
11484 \begin_layout Standard
11485 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11486  ne peut pas
11487  effectuer de césure si c'est le premier élément de la cellule.
11488  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11489  premier élément : Ajoutez un espace horizontal de 0
11490 \begin_inset space \thinspace{}
11491 \end_inset
11492
11493 pt juste avant votre mot.
11494  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11495  Le tableau
11496 \begin_inset space ~
11497 \end_inset
11498
11499
11500 \begin_inset CommandInset ref
11501 LatexCommand ref
11502 reference "tab:Tableau-césure"
11503
11504 \end_inset
11505
11506  montre l'effet de cette insertion.
11507 \end_layout
11508
11509 \begin_layout Standard
11510 \begin_inset Float table
11511 placement h
11512 wide false
11513 sideways false
11514 status open
11515
11516 \begin_layout Plain Layout
11517 \begin_inset Caption Standard
11518
11519 \begin_layout Plain Layout
11520 \begin_inset CommandInset label
11521 LatexCommand label
11522 name "tab:Tableau-césure"
11523
11524 \end_inset
11525
11526 Tableau avec et sans césure.
11527 \end_layout
11528
11529 \end_inset
11530
11531
11532 \end_layout
11533
11534 \begin_layout Plain Layout
11535 \begin_inset space \hfill{}
11536 \end_inset
11537
11538
11539 \begin_inset Tabular
11540 <lyxtabular version="3" rows="3" columns="3">
11541 <features tabularvalignment="middle">
11542 <column alignment="center" valignment="middle" width="2.5cm">
11543 <column alignment="center" valignment="middle">
11544 <column alignment="center" valignment="middle">
11545 <row>
11546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11547 \begin_inset Text
11548
11549 \begin_layout Plain Layout
11550 mottrèslongdansunecellule
11551 \end_layout
11552
11553 \end_inset
11554 </cell>
11555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11556 \begin_inset Text
11557
11558 \begin_layout Plain Layout
11559 b
11560 \end_layout
11561
11562 \end_inset
11563 </cell>
11564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 c
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 </row>
11574 <row>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 d
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 e
11589 \end_layout
11590
11591 \end_inset
11592 </cell>
11593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 f
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 </row>
11603 <row>
11604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 g
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 h
11618 \end_layout
11619
11620 \end_inset
11621 </cell>
11622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 i
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 </lyxtabular>
11633
11634 \end_inset
11635
11636
11637 \begin_inset space \hfill{}
11638 \end_inset
11639
11640
11641 \begin_inset Tabular
11642 <lyxtabular version="3" rows="3" columns="3">
11643 <features tabularvalignment="middle">
11644 <column alignment="center" valignment="middle" width="2.5cm">
11645 <column alignment="center" valignment="middle">
11646 <column alignment="center" valignment="middle">
11647 <row>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 \begin_inset space \hspace{}
11653 \length 0pt
11654 \end_inset
11655
11656 mottrèslongdansunecellule
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 b
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 c
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 d
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 e
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 f
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714 g
11715 \end_layout
11716
11717 \end_inset
11718 </cell>
11719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 h
11724 \end_layout
11725
11726 \end_inset
11727 </cell>
11728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732 i
11733 \end_layout
11734
11735 \end_inset
11736 </cell>
11737 </row>
11738 </lyxtabular>
11739
11740 \end_inset
11741
11742
11743 \begin_inset space \hfill{}
11744 \end_inset
11745
11746
11747 \end_layout
11748
11749 \end_inset
11750
11751
11752 \end_layout
11753
11754 \begin_layout Subsection
11755 Multi-colonnes
11756 \begin_inset CommandInset label
11757 LatexCommand label
11758 name "subsec:Multicolonnes"
11759
11760 \end_inset
11761
11762
11763 \begin_inset Index idx
11764 status collapsed
11765
11766 \begin_layout Plain Layout
11767 Multi-colonnes
11768 \end_layout
11769
11770 \end_inset
11771
11772
11773 \begin_inset Index idx
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777 Tableau ! Multi-colonnes
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Subsubsection
11786 Les bases des multi-colonnes
11787 \end_layout
11788
11789 \begin_layout Standard
11790 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11791  qu'elle doit couvrir et utilisez soit le bouton 
11792 \begin_inset Info
11793 type  "icon"
11794 arg   "tabular-feature multicolumn"
11795 \end_inset
11796
11797  de la barre d'outils tableau, ou le menu 
11798 \family sans
11799 Édition\SpecialChar menuseparator
11800 Tableau\SpecialChar menuseparator
11801 Multi-colonnes
11802 \family default
11803 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11804  
11805 \family sans
11806 Multi-colonnes
11807 \family default
11808 .
11809 \end_layout
11810
11811 \begin_layout Standard
11812 Les multi-colonnes ont leurs propres paramètres de cellule.
11813  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11814  de la cellule, cela n'affecte que la cellule multi-colonnes.
11815  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11816  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11817 \begin_inset Separator latexpar
11818 \end_inset
11819
11820
11821 \end_layout
11822
11823 \begin_layout Standard
11824 \align center
11825 \begin_inset Tabular
11826 <lyxtabular version="3" rows="3" columns="4">
11827 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11828 <column alignment="center" valignment="top" width="0pt">
11829 <column alignment="center" valignment="middle">
11830 <column alignment="center" valignment="top" width="0in">
11831 <column alignment="center" valignment="top" width="0pt">
11832 <row>
11833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 abc
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 def ghi
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11852 \begin_inset Text
11853
11854 \begin_layout Plain Layout
11855
11856 \end_layout
11857
11858 \end_inset
11859 </cell>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 jkl
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 </row>
11870 <row>
11871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11872 \begin_inset Text
11873
11874 \begin_layout Plain Layout
11875 A
11876 \end_layout
11877
11878 \end_inset
11879 </cell>
11880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11881 \begin_inset Text
11882
11883 \begin_layout Plain Layout
11884 B
11885 \end_layout
11886
11887 \end_inset
11888 </cell>
11889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11890 \begin_inset Text
11891
11892 \begin_layout Plain Layout
11893 C
11894 \end_layout
11895
11896 \end_inset
11897 </cell>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 D
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 </row>
11908 <row>
11909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11910 \begin_inset Text
11911
11912 \begin_layout Plain Layout
11913 1
11914 \end_layout
11915
11916 \end_inset
11917 </cell>
11918 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11919 \begin_inset Text
11920
11921 \begin_layout Plain Layout
11922 2
11923 \end_layout
11924
11925 \end_inset
11926 </cell>
11927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11928 \begin_inset Text
11929
11930 \begin_layout Plain Layout
11931 3
11932 \end_layout
11933
11934 \end_inset
11935 </cell>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 4
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 </row>
11946 </lyxtabular>
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Subsubsection
11954 Calculs avec les multi-colonnes
11955 \begin_inset CommandInset label
11956 LatexCommand label
11957 name "subsec:Calculs-multicolonnes"
11958
11959 \end_inset
11960
11961
11962 \begin_inset Index idx
11963 status collapsed
11964
11965 \begin_layout Plain Layout
11966 Multi-colonnes ! Calculs
11967 \end_layout
11968
11969 \end_inset
11970
11971
11972 \end_layout
11973
11974 \begin_layout Standard
11975 \SpecialChar LyX
11976  gère directement les multi-colonnes, mais nous devons faire attention à
11977  la largeur des cellules couvertes par la cellule multi-colonnes.
11978 \end_layout
11979
11980 \begin_layout Standard
11981 \begin_inset Float table
11982 placement h
11983 wide false
11984 sideways false
11985 status open
11986
11987 \begin_layout Plain Layout
11988 \begin_inset Caption Standard
11989
11990 \begin_layout Plain Layout
11991 \begin_inset CommandInset label
11992 LatexCommand label
11993 name "tab:Tableau-multicolonne-parfaite"
11994
11995 \end_inset
11996
11997 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11998  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11999 \begin_inset Argument 1
12000 status open
12001
12002 \begin_layout Plain Layout
12003 Tableau avec multi-colonnes parfaite
12004 \end_layout
12005
12006 \end_inset
12007
12008
12009 \end_layout
12010
12011 \end_inset
12012
12013
12014 \end_layout
12015
12016 \begin_layout Plain Layout
12017 \align center
12018 \begin_inset Tabular
12019 <lyxtabular version="3" rows="3" columns="3">
12020 <features tabularvalignment="middle">
12021 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12022 <column alignment="center" valignment="middle">
12023 <column alignment="center" valignment="top">
12024 <row>
12025 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12026 \begin_inset Text
12027
12028 \begin_layout Plain Layout
12029 multi-colonnes sur plusieurs lignes
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038
12039 \end_layout
12040
12041 \end_inset
12042 </cell>
12043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12044 \begin_inset Text
12045
12046 \begin_layout Plain Layout
12047 c
12048 \end_layout
12049
12050 \end_inset
12051 </cell>
12052 </row>
12053 <row>
12054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12055 \begin_inset Text
12056
12057 \begin_layout Plain Layout
12058 d
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12064 \begin_inset Text
12065
12066 \begin_layout Plain Layout
12067 e
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 f
12077 \end_layout
12078
12079 \end_inset
12080 </cell>
12081 </row>
12082 <row>
12083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Plain Layout
12087 g
12088 \end_layout
12089
12090 \end_inset
12091 </cell>
12092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12093 \begin_inset Text
12094
12095 \begin_layout Plain Layout
12096 h
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 i
12106 \end_layout
12107
12108 \end_inset
12109 </cell>
12110 </row>
12111 </lyxtabular>
12112
12113 \end_inset
12114
12115
12116 \end_layout
12117
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \begin_layout Standard
12124 Par exemple, pour créer le tableau
12125 \begin_inset space ~
12126 \end_inset
12127
12128
12129 \begin_inset CommandInset ref
12130 LatexCommand ref
12131 reference "tab:Tableau-multicolonne-parfaite"
12132
12133 \end_inset
12134
12135 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12136  3×3 et faites un clic droit dessus.
12137  Ensuite choisissez pour cette cellule
12138 \emph on
12139 ,
12140 \emph default
12141  dans la fenêtre de dialogue de tableau, 
12142 \emph on
12143 multi-colonnes
12144 \emph default
12145
12146 \emph on
12147 alignement
12148 \begin_inset space ~
12149 \end_inset
12150
12151 horizontal
12152 \begin_inset space ~
12153 \end_inset
12154
12155 centré
12156 \emph default
12157  et une largeur de 2.5
12158 \begin_inset space \thinspace{}
12159 \end_inset
12160
12161 cm.
12162  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12163  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12164 \begin_inset space \thinspace{}
12165 \end_inset
12166
12167 cm pour la première colonne.
12168  La deuxième colonne aura alors automatiquement une largeur de 1.25
12169 \begin_inset space \thinspace{}
12170 \end_inset
12171
12172 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12173  C'est ce qui a été fait pour le tableau
12174 \begin_inset space ~
12175 \end_inset
12176
12177
12178 \begin_inset CommandInset ref
12179 LatexCommand ref
12180 reference "tab:Tableau-multicolonne-imparfait"
12181
12182 \end_inset
12183
12184 .
12185 \end_layout
12186
12187 \begin_layout Standard
12188 \begin_inset Float table
12189 wide false
12190 sideways false
12191 status open
12192
12193 \begin_layout Plain Layout
12194 \begin_inset Caption Standard
12195
12196 \begin_layout Plain Layout
12197 \begin_inset CommandInset label
12198 LatexCommand label
12199 name "tab:Tableau-multicolonne-imparfait"
12200
12201 \end_inset
12202
12203 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12204  de la largeur de la cellule multi-colonnes.
12205 \begin_inset Argument 1
12206 status open
12207
12208 \begin_layout Plain Layout
12209 Tableau avec multi-colonnes pas parfaite
12210 \end_layout
12211
12212 \end_inset
12213
12214
12215 \end_layout
12216
12217 \end_inset
12218
12219
12220 \end_layout
12221
12222 \begin_layout Plain Layout
12223 \align center
12224 \begin_inset Tabular
12225 <lyxtabular version="3" rows="3" columns="3">
12226 <features tabularvalignment="middle">
12227 <column alignment="center" valignment="top" width="1.25cm">
12228 <column alignment="center" valignment="top">
12229 <column alignment="center" valignment="top">
12230 <row>
12231 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12232 \begin_inset Text
12233
12234 \begin_layout Plain Layout
12235 multi-colonnes sur plusieurs lignes
12236 \end_layout
12237
12238 \end_inset
12239 </cell>
12240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12241 \begin_inset Text
12242
12243 \begin_layout Plain Layout
12244
12245 \end_layout
12246
12247 \end_inset
12248 </cell>
12249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12250 \begin_inset Text
12251
12252 \begin_layout Plain Layout
12253 c
12254 \end_layout
12255
12256 \end_inset
12257 </cell>
12258 </row>
12259 <row>
12260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 d
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 e
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 f
12283 \end_layout
12284
12285 \end_inset
12286 </cell>
12287 </row>
12288 <row>
12289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12290 \begin_inset Text
12291
12292 \begin_layout Plain Layout
12293 g
12294 \end_layout
12295
12296 \end_inset
12297 </cell>
12298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12299 \begin_inset Text
12300
12301 \begin_layout Plain Layout
12302 h
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 i
12312 \end_layout
12313
12314 \end_inset
12315 </cell>
12316 </row>
12317 </lyxtabular>
12318
12319 \end_inset
12320
12321
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \end_layout
12328
12329 \begin_layout Standard
12330 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12331  de la cellule multi-colonnes, elle est un peu plus large.
12332  La raison est que la taille que l'on donne à une cellule, 
12333 \begin_inset Formula $W_{g}$
12334 \end_inset
12335
12336  n'est pas sa taille totale, 
12337 \begin_inset Formula $W_{\mathrm{tot}}$
12338 \end_inset
12339
12340  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12341  lui donne.
12342  L'annexe
12343 \begin_inset space ~
12344 \end_inset
12345
12346
12347 \begin_inset CommandInset ref
12348 LatexCommand ref
12349 reference "cha:Explication-de-l'Equation"
12350
12351 \end_inset
12352
12353  explique pourquoi en détail.
12354 \end_layout
12355
12356 \begin_layout Standard
12357 La largeur nécessaire 
12358 \begin_inset Formula $W_{g\,n}$
12359 \end_inset
12360
12361  quand 
12362 \emph on
12363 n
12364 \emph default
12365  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12366  ait une largeur totale de 
12367 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12368 \end_inset
12369
12370 :
12371 \begin_inset Formula 
12372 \begin{equation}
12373 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12374 \end{equation}
12375
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \begin_layout Standard
12382 Dans notre cas nous avons 
12383 \begin_inset Formula $n=2$
12384 \end_inset
12385
12386
12387 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12388 \end_inset
12389
12390 cm et les valeurs implicites pour les autres longueurs, l'équation
12391 \begin_inset space ~
12392 \end_inset
12393
12394
12395 \begin_inset CommandInset ref
12396 LatexCommand ref
12397 reference "eq:Wgn"
12398
12399 \end_inset
12400
12401  devient
12402 \begin_inset Formula 
12403 \begin{equation}
12404 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12405 \end{equation}
12406
12407 \end_inset
12408
12409
12410 \end_layout
12411
12412 \begin_layout Standard
12413 Pour permettre des calculs avec \SpecialChar LaTeX
12414 , vous devez charger le paquetage \SpecialChar LaTeX
12415  
12416 \series bold
12417 calc
12418 \series default
12419  avec la ligne suivante dans le préambule du document
12420 \begin_inset Index idx
12421 status collapsed
12422
12423 \begin_layout Plain Layout
12424 Paquetages \SpecialChar LaTeX
12425  ! calc
12426 \end_layout
12427
12428 \end_inset
12429
12430
12431 \end_layout
12432
12433 \begin_layout Standard
12434
12435 \series bold
12436
12437 \backslash
12438 usepackage{calc}
12439 \end_layout
12440
12441 \begin_layout Standard
12442 \SpecialChar LyX
12443  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12444  de dialogue.
12445  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12446  dans la
12447  fenêtre de dialogue.
12448  Voici un aperçu de ces paramètres :
12449 \end_layout
12450
12451 \begin_layout Itemize
12452
12453 \series bold
12454 p{largeur}
12455 \series default
12456  crée une cellule de taille donnée, le texte est aligné verticalement en
12457  haut.
12458 \end_layout
12459
12460 \begin_layout Itemize
12461
12462 \series bold
12463 m{largeur}
12464 \series default
12465  crée une cellule de taille donnée, le texte est aligné verticalement au
12466  centre
12467 \end_layout
12468
12469 \begin_layout Itemize
12470
12471 \series bold
12472 b{largeur}
12473 \series default
12474  crée une cellule de taille donnée, le texte est aligné verticalement en
12475  bas
12476 \end_layout
12477
12478 \begin_layout Standard
12479 En entrant un paramètre \SpecialChar LaTeX
12480 , tous les réglages de cellule donnés dans la fenêtre
12481  de dialogue sont ignorés.
12482 \end_layout
12483
12484 \begin_layout Standard
12485 \begin_inset Note Greyedout
12486 status open
12487
12488 \begin_layout Plain Layout
12489
12490 \series bold
12491 Note:
12492 \series default
12493  À cause d'un bug, \SpecialChar LyX
12494  affiche quand même les réglages qui ne sont pas pris
12495  en compte.
12496 \end_layout
12497
12498 \end_inset
12499
12500
12501 \end_layout
12502
12503 \begin_layout Standard
12504 Comme le texte doit être centré horizontalement, on ajoute la commande 
12505 \series bold
12506
12507 \backslash
12508 centering
12509 \series default
12510 .
12511  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12512  suivant pour la première des
12513  colonnes recouvertes :
12514 \end_layout
12515
12516 \begin_layout Standard
12517
12518 \series bold
12519 >{
12520 \backslash
12521 centering}m{1.25cm-6.2pt}
12522 \end_layout
12523
12524 \begin_layout Standard
12525 La commande 
12526 \series bold
12527 >{ }
12528 \series default
12529  signifie que les commandes qui se trouvent entre les accolades doivent
12530  être appliquées avant que la cellule ne soit créée.
12531 \end_layout
12532
12533 \begin_layout Standard
12534 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12535  multi-colonnes, il est toujours aligné à gauche.
12536  Cela vient du fait que \SpecialChar LyX
12537  applique l'alignement seulement à des colonnes
12538  isolées.
12539  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12540  suivant pour la multi-colonnes
12541 \end_layout
12542
12543 \begin_layout Standard
12544
12545 \series bold
12546 >{
12547 \backslash
12548 centering}m{2.5cm}
12549 \end_layout
12550
12551 \begin_layout Subsection
12552 Multi-lignes
12553 \begin_inset CommandInset label
12554 LatexCommand label
12555 name "subsec:Multi-lignes"
12556
12557 \end_inset
12558
12559
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Multi-lignes
12565 \end_layout
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Tableau ! multi-lignes
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12584  qu'elle doit couvrir et utilisez soit le bouton 
12585 \begin_inset Info
12586 type  "icon"
12587 arg   "tabular-feature multirow"
12588 \end_inset
12589
12590  de la barre d'outils tableau, ou le menu 
12591 \family sans
12592 Édition\SpecialChar menuseparator
12593 Tableau\SpecialChar menuseparator
12594 Multi-lignes
12595 \family default
12596 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12597  
12598 \family sans
12599 Multi-lignes
12600 \family default
12601 .
12602 \end_layout
12603
12604 \begin_layout Standard
12605 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12606 \begin_inset Separator latexpar
12607 \end_inset
12608
12609
12610 \end_layout
12611
12612 \begin_layout Standard
12613 \align center
12614 \begin_inset Tabular
12615 <lyxtabular version="3" rows="3" columns="3">
12616 <features tabularvalignment="middle">
12617 <column alignment="center" valignment="top" width="0pt">
12618 <column alignment="center" valignment="top">
12619 <column alignment="center" valignment="top">
12620 <row>
12621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12622 \begin_inset Text
12623
12624 \begin_layout Plain Layout
12625 un contenu long
12626 \end_layout
12627
12628 \end_inset
12629 </cell>
12630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12631 \begin_inset Text
12632
12633 \begin_layout Plain Layout
12634 b
12635 \end_layout
12636
12637 \end_inset
12638 </cell>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 c
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 <row>
12650 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12651 \begin_inset Text
12652
12653 \begin_layout Plain Layout
12654 multi-lignes
12655 \end_layout
12656
12657 \end_inset
12658 </cell>
12659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12660 \begin_inset Text
12661
12662 \begin_layout Plain Layout
12663 e
12664 \end_layout
12665
12666 \end_inset
12667 </cell>
12668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 f
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 <row>
12679 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 h
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 i
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 </row>
12707 </lyxtabular>
12708
12709 \end_inset
12710
12711
12712 \end_layout
12713
12714 \begin_layout Standard
12715 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12716  la colonne.
12717  L'
12718 \family sans
12719 Espacement
12720 \begin_inset space ~
12721 \end_inset
12722
12723 vertical
12724 \family default
12725  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12726  est positive ou négative.
12727 \end_layout
12728
12729 \begin_layout Standard
12730 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12731  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12732  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12733  implicite, vous devez redéfinir la commande 
12734 \series bold
12735
12736 \backslash
12737 multirowsetup
12738 \series default
12739  avec la commande
12740 \end_layout
12741
12742 \begin_layout Standard
12743
12744 \series bold
12745
12746 \backslash
12747 renewcommand{
12748 \backslash
12749 multirowsetup}{
12750 \backslash
12751 centering}
12752 \end_layout
12753
12754 \begin_layout Standard
12755 dans le préambule du document.
12756  Après ça, tous les contenus de cellules multi-lignes du document seront
12757  centrés.
12758  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12759  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12760  juste
12761  avant le tableau concerné, plutôt que dans le préambule.
12762  Si le texte doit être aligné à droite, remplacez 
12763 \series bold
12764
12765 \backslash
12766 centering
12767 \series default
12768  par 
12769 \series bold
12770
12771 \backslash
12772 raggedleft
12773 \series default
12774 .
12775  Pour revenir à l'alignement à gauche utilisez 
12776 \series bold
12777
12778 \backslash
12779 raggedright
12780 \series default
12781 .
12782 \end_layout
12783
12784 \begin_layout Standard
12785 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12786  avec un décalage vertical de -4
12787 \begin_inset space \thinspace{}
12788 \end_inset
12789
12790 mm dans une colonne de 3
12791 \begin_inset space \thinspace{}
12792 \end_inset
12793
12794 cm de large
12795 \begin_inset space ~
12796 \end_inset
12797
12798 :
12799 \begin_inset Separator latexpar
12800 \end_inset
12801
12802
12803 \end_layout
12804
12805 \begin_layout Standard
12806 \noindent
12807 \align center
12808 \begin_inset ERT
12809 status collapsed
12810
12811 \begin_layout Plain Layout
12812
12813
12814 \backslash
12815 renewcommand{
12816 \backslash
12817 multirowsetup}{
12818 \backslash
12819 raggedleft}
12820 \end_layout
12821
12822 \end_inset
12823
12824
12825 \begin_inset Tabular
12826 <lyxtabular version="3" rows="4" columns="3">
12827 <features tabularvalignment="middle">
12828 <column alignment="center" valignment="top" width="3cm">
12829 <column alignment="center" valignment="top">
12830 <column alignment="center" valignment="top">
12831 <row>
12832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 un contenu long
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 b
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 c
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 <row>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 t
12866 \end_layout
12867
12868 \end_inset
12869 </cell>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874 n
12875 \end_layout
12876
12877 \end_inset
12878 </cell>
12879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12880 \begin_inset Text
12881
12882 \begin_layout Plain Layout
12883 m
12884 \end_layout
12885
12886 \end_inset
12887 </cell>
12888 </row>
12889 <row>
12890 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 multi-lignes
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 e
12904 \end_layout
12905
12906 \end_inset
12907 </cell>
12908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12909 \begin_inset Text
12910
12911 \begin_layout Plain Layout
12912 f
12913 \end_layout
12914
12915 \end_inset
12916 </cell>
12917 </row>
12918 <row>
12919 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12920 \begin_inset Text
12921
12922 \begin_layout Plain Layout
12923
12924 \end_layout
12925
12926 \end_inset
12927 </cell>
12928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 h
12933 \end_layout
12934
12935 \end_inset
12936 </cell>
12937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12938 \begin_inset Text
12939
12940 \begin_layout Plain Layout
12941 i
12942 \end_layout
12943
12944 \end_inset
12945 </cell>
12946 </row>
12947 </lyxtabular>
12948
12949 \end_inset
12950
12951
12952 \begin_inset ERT
12953 status collapsed
12954
12955 \begin_layout Plain Layout
12956
12957
12958 \backslash
12959 renewcommand{
12960 \backslash
12961 multirowsetup}{
12962 \backslash
12963 raggedright}
12964 \end_layout
12965
12966 \end_inset
12967
12968
12969 \end_layout
12970
12971 \begin_layout Standard
12972 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12973  utiliser un saut de ligne forcé (
12974 \begin_inset space ~
12975 \end_inset
12976
12977 raccourci 
12978 \family sans
12979 Ctrl+Entrée
12980 \family default
12981
12982 \begin_inset space ~
12983 \end_inset
12984
12985 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12986  on le voit dans ce tableau :
12987 \begin_inset Separator latexpar
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \begin_layout Standard
12994 \noindent
12995 \align center
12996 \begin_inset Tabular
12997 <lyxtabular version="3" rows="3" columns="2">
12998 <features tabularvalignment="middle">
12999 <column alignment="left" valignment="middle" width="2cm">
13000 <column alignment="center" valignment="top">
13001 <row>
13002 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 aaa
13007 \begin_inset Newline newline
13008 \end_inset
13009
13010 aaa
13011 \begin_inset Newline newline
13012 \end_inset
13013
13014 mauvaise cellule
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 ccc
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 </row>
13029 <row>
13030 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Plain Layout
13043 ddd
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 </row>
13049 <row>
13050 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13051 \begin_inset Text
13052
13053 \begin_layout Plain Layout
13054 bbb
13055 \end_layout
13056
13057 \end_inset
13058 </cell>
13059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13060 \begin_inset Text
13061
13062 \begin_layout Plain Layout
13063 eee
13064 \end_layout
13065
13066 \end_inset
13067 </cell>
13068 </row>
13069 </lyxtabular>
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 Vous devez donc faire attention avec les saut de lignes forcés.
13078 \end_layout
13079
13080 \begin_layout Subsection
13081 Cellules avec ligne(s) diagonale(s)
13082 \end_layout
13083
13084 \begin_layout Standard
13085 Pour instruire le lecteur de la signification ds titres de lignes et de
13086  colonnes dans un tableau, il est pratique de partager le première cellule
13087  du tableau à l'aide d'une ou deux lignes diagonales.
13088  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13089  \SpecialChar LaTeX
13090
13091 \series bold
13092 \lang english
13093  diagbox
13094 \series default
13095 \lang french
13096
13097 \begin_inset Index idx
13098 status collapsed
13099
13100 \begin_layout Plain Layout
13101 Paquetages \SpecialChar LaTeX
13102  ! diagbox
13103 \end_layout
13104
13105 \end_inset
13106
13107 .
13108  Ce paquetage inclut la commande 
13109 \series bold
13110 \lang english
13111
13112 \backslash
13113 diagbox
13114 \series default
13115 \lang french
13116  que l'on peut insérer en mode \SpecialChar TeX
13117  et qui peut avoir 2 ou 3 arguments:
13118 \end_layout
13119
13120 \begin_layout Standard
13121
13122 \series bold
13123 \lang english
13124
13125 \backslash
13126 diagbox[options]
13127 \lang french
13128 {inférieur gauche}{supérieur droit}
13129 \end_layout
13130
13131 \begin_layout Standard
13132
13133 \series bold
13134 \lang english
13135
13136 \backslash
13137 diagbox[options]
13138 \lang french
13139 {inférieur gauche}{supérieur gauche}{supérieur droit}
13140 \end_layout
13141
13142 \begin_layout Standard
13143 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13144  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13145  Dans le second cas, la cellule est partagée par deux lignes.
13146 \end_layout
13147
13148 \begin_layout Standard
13149 \begin_inset ERT
13150 status collapsed
13151
13152 \begin_layout Plain Layout
13153
13154
13155 \backslash
13156 ifdiagbox
13157 \end_layout
13158
13159 \end_inset
13160
13161
13162 \begin_inset Note Note
13163 status open
13164
13165 \begin_layout Plain Layout
13166 La section suivante ne s'affichera que si vous avez installé le paquetage
13167  \SpecialChar LaTeX
13168  
13169 \series bold
13170 diagbox
13171 \series default
13172 .
13173 \end_layout
13174
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \begin_layout Standard
13181 Voici un exemple de tableau où 
13182 \series bold
13183 \lang english
13184
13185 \backslash
13186 diagbox
13187 \lang french
13188  
13189 \series default
13190 est utilisé avec 2 arguments
13191 \begin_inset space ~
13192 \end_inset
13193
13194 dans la première cellule:
13195 \lang english
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 \noindent
13205
13206 \lang english
13207 \begin_inset Tabular
13208 <lyxtabular version="3" rows="4" columns="4">
13209 <features tabularvalignment="middle">
13210 <column alignment="center" valignment="top">
13211 <column alignment="center" valignment="top">
13212 <column alignment="center" valignment="top">
13213 <column alignment="center" valignment="top">
13214 <row>
13215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 diagbox{
13227 \end_layout
13228
13229 \end_inset
13230
13231 Nom
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237 }{
13238 \end_layout
13239
13240 \end_inset
13241
13242 Paramètre
13243 \begin_inset ERT
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247
13248 }
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 Épaisseur en nm
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 Transparence en %
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Dureté en MPa
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 Vert parfait
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 45
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 80
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 504
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 </row>
13324 <row>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Multi-P foncé
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 60
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 72
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 982
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 Pro transparent
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 18
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 86
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 374
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 </row>
13400 </lyxtabular>
13401
13402 \end_inset
13403
13404
13405 \begin_inset VSpace medskip
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13413  sport ou les distances:
13414 \begin_inset Separator latexpar
13415 \end_inset
13416
13417
13418 \end_layout
13419
13420 \begin_layout Standard
13421 \noindent
13422 \align center
13423 \begin_inset Tabular
13424 <lyxtabular version="3" rows="4" columns="4">
13425 <features tabularvalignment="middle">
13426 <column alignment="center" valignment="top" width="0pt">
13427 <column alignment="center" valignment="top">
13428 <column alignment="center" valignment="top">
13429 <column alignment="center" valignment="top">
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 \begin_inset ERT
13436 status collapsed
13437
13438 \begin_layout Plain Layout
13439
13440
13441 \backslash
13442 diagbox{
13443 \end_layout
13444
13445 \end_inset
13446
13447 À domicile
13448 \begin_inset ERT
13449 status collapsed
13450
13451 \begin_layout Plain Layout
13452
13453 }{
13454 \end_layout
13455
13456 \end_inset
13457
13458 Résultat
13459 \begin_inset ERT
13460 status open
13461
13462 \begin_layout Plain Layout
13463
13464 }{
13465 \end_layout
13466
13467 \end_inset
13468
13469 À l'extérieur
13470 \begin_inset ERT
13471 status collapsed
13472
13473 \begin_layout Plain Layout
13474
13475 }
13476 \end_layout
13477
13478 \end_inset
13479
13480
13481 \end_layout
13482
13483 \end_inset
13484 </cell>
13485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13486 \begin_inset Text
13487
13488 \begin_layout Plain Layout
13489 Tigres
13490 \end_layout
13491
13492 \end_inset
13493 </cell>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 Panthères
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 Faucons
13508 \end_layout
13509
13510 \end_inset
13511 </cell>
13512 </row>
13513 <row>
13514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13515 \begin_inset Text
13516
13517 \begin_layout Plain Layout
13518 Tigres
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527
13528 \end_layout
13529
13530 \end_inset
13531 </cell>
13532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13533 \begin_inset Text
13534
13535 \begin_layout Plain Layout
13536 1:3
13537 \end_layout
13538
13539 \end_inset
13540 </cell>
13541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Plain Layout
13545 0:1
13546 \end_layout
13547
13548 \end_inset
13549 </cell>
13550 </row>
13551 <row>
13552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13553 \begin_inset Text
13554
13555 \begin_layout Plain Layout
13556 Panthères
13557 \end_layout
13558
13559 \end_inset
13560 </cell>
13561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565 3:1
13566 \end_layout
13567
13568 \end_inset
13569 </cell>
13570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13571 \begin_inset Text
13572
13573 \begin_layout Plain Layout
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 0:0
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 </row>
13589 <row>
13590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594 Faucons
13595 \end_layout
13596
13597 \end_inset
13598 </cell>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 1:0
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 0:0
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13618 \begin_inset Text
13619
13620 \begin_layout Plain Layout
13621
13622 \end_layout
13623
13624 \end_inset
13625 </cell>
13626 </row>
13627 </lyxtabular>
13628
13629 \end_inset
13630
13631
13632 \end_layout
13633
13634 \begin_layout Standard
13635 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13636  2 coins ou plus du tableau comme ici:
13637 \begin_inset Separator latexpar
13638 \end_inset
13639
13640
13641 \end_layout
13642
13643 \begin_layout Standard
13644 \noindent
13645 \align center
13646 \begin_inset Tabular
13647 <lyxtabular version="3" rows="5" columns="5">
13648 <features tabularvalignment="middle">
13649 <column alignment="center" valignment="top" width="0pt">
13650 <column alignment="center" valignment="top">
13651 <column alignment="center" valignment="top">
13652 <column alignment="center" valignment="top">
13653 <column alignment="center" valignment="top">
13654 <row>
13655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Plain Layout
13659 \begin_inset ERT
13660 status open
13661
13662 \begin_layout Plain Layout
13663
13664
13665 \backslash
13666 diagbox{
13667 \end_layout
13668
13669 \end_inset
13670
13671 À domicile}{Résultat
13672 \begin_inset ERT
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676
13677 }{
13678 \end_layout
13679
13680 \end_inset
13681
13682 À l'extérieur
13683 \begin_inset ERT
13684 status open
13685
13686 \begin_layout Plain Layout
13687
13688 }
13689 \end_layout
13690
13691 \end_inset
13692
13693
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 Tigres
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 Panthères
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 Faucons
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 \begin_inset ERT
13730 status open
13731
13732 \begin_layout Plain Layout
13733
13734
13735 \backslash
13736 diagbox[dir=NE]{
13737 \end_layout
13738
13739 \end_inset
13740
13741 À domicile
13742 \begin_inset ERT
13743 status collapsed
13744
13745 \begin_layout Plain Layout
13746
13747 }{
13748 \end_layout
13749
13750 \end_inset
13751
13752 Résultat
13753 \begin_inset ERT
13754 status collapsed
13755
13756 \begin_layout Plain Layout
13757
13758 }{
13759 \end_layout
13760
13761 \end_inset
13762
13763 À l'extérieur
13764 \begin_inset ERT
13765 status collapsed
13766
13767 \begin_layout Plain Layout
13768
13769 }
13770 \end_layout
13771
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 <row>
13781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 Tigres
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 1:3
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 0:1
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 Tigres
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 <row>
13828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13829 \begin_inset Text
13830
13831 \begin_layout Plain Layout
13832 Panthères
13833 \end_layout
13834
13835 \end_inset
13836 </cell>
13837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13838 \begin_inset Text
13839
13840 \begin_layout Plain Layout
13841 3:1
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859 0:0
13860 \end_layout
13861
13862 \end_inset
13863 </cell>
13864 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13865 \begin_inset Text
13866
13867 \begin_layout Plain Layout
13868 Panthères
13869 \end_layout
13870
13871 \end_inset
13872 </cell>
13873 </row>
13874 <row>
13875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13876 \begin_inset Text
13877
13878 \begin_layout Plain Layout
13879 Faucons
13880 \end_layout
13881
13882 \end_inset
13883 </cell>
13884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13885 \begin_inset Text
13886
13887 \begin_layout Plain Layout
13888 1:0
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 0:0
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13903 \begin_inset Text
13904
13905 \begin_layout Plain Layout
13906
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Plain Layout
13915 Faucons
13916 \end_layout
13917
13918 \end_inset
13919 </cell>
13920 </row>
13921 <row>
13922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13923 \begin_inset Text
13924
13925 \begin_layout Plain Layout
13926 \begin_inset ERT
13927 status open
13928
13929 \begin_layout Plain Layout
13930
13931
13932 \backslash
13933 diagbox[dir=SW]{
13934 \end_layout
13935
13936 \end_inset
13937
13938 À domicile
13939 \begin_inset ERT
13940 status collapsed
13941
13942 \begin_layout Plain Layout
13943
13944 }{
13945 \end_layout
13946
13947 \end_inset
13948
13949 Résultat
13950 \begin_inset ERT
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954
13955 }{
13956 \end_layout
13957
13958 \end_inset
13959
13960 À l'extérieur
13961 \begin_inset ERT
13962 status open
13963
13964 \begin_layout Plain Layout
13965
13966 }
13967 \end_layout
13968
13969 \end_inset
13970
13971
13972 \end_layout
13973
13974 \end_inset
13975 </cell>
13976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13977 \begin_inset Text
13978
13979 \begin_layout Plain Layout
13980 Tigres
13981 \end_layout
13982
13983 \end_inset
13984 </cell>
13985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 Panthères
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 Faucons
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 \begin_inset ERT
14008 status open
14009
14010 \begin_layout Plain Layout
14011
14012
14013 \backslash
14014 diagbox[dir=SE]{
14015 \end_layout
14016
14017 \end_inset
14018
14019 À domicile
14020 \begin_inset ERT
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024
14025 }{
14026 \end_layout
14027
14028 \end_inset
14029
14030 Résultat
14031 \begin_inset ERT
14032 status open
14033
14034 \begin_layout Plain Layout
14035
14036 }{
14037 \end_layout
14038
14039 \end_inset
14040
14041 À l'extérieur
14042 \begin_inset ERT
14043 status collapsed
14044
14045 \begin_layout Plain Layout
14046
14047 }
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \end_layout
14054
14055 \end_inset
14056 </cell>
14057 </row>
14058 </lyxtabular>
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \begin_layout Standard
14066 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14067  
14068 \series bold
14069 dir=direction
14070 \series default
14071
14072 \emph on
14073 direction
14074 \emph default
14075  est à choisir parmi 
14076 \series bold
14077 NE
14078 \series default
14079
14080 \series bold
14081 SE
14082 \series default
14083
14084 \series bold
14085 SW
14086 \series default
14087  et 
14088 \series bold
14089 NW
14090 \series default
14091  comme sur une rose des vents.
14092  
14093 \series bold
14094 SW
14095 \series default
14096  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14097  du tableau ci-dessus, désigné via la commande:
14098 \end_layout
14099
14100 \begin_layout Standard
14101
14102 \series bold
14103 \lang english
14104
14105 \backslash
14106 diagbox[dir=SW]{
14107 \series default
14108 \lang french
14109 À domicile
14110 \series bold
14111 \lang english
14112 }{
14113 \series default
14114 \lang french
14115 Résultat
14116 \series bold
14117 \lang english
14118 }{
14119 \series default
14120 \lang french
14121 À l'extérieur
14122 \series bold
14123 \lang english
14124 }
14125 \series default
14126 \lang french
14127 .
14128  
14129 \end_layout
14130
14131 \begin_layout Standard
14132 Si aucune direction n'est spécifiée, elle est implicitement NW.
14133 \end_layout
14134
14135 \begin_layout Standard
14136 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14137  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14138  le contenu de la cellule va déborder:
14139 \begin_inset Separator latexpar
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \begin_layout Standard
14146 \noindent
14147 \align center
14148 \begin_inset Tabular
14149 <lyxtabular version="3" rows="2" columns="2">
14150 <features tabularvalignment="middle">
14151 <column alignment="center" valignment="top" width="3cm">
14152 <column alignment="center" valignment="top">
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 \begin_inset ERT
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162
14163
14164 \backslash
14165 diagbox{
14166 \end_layout
14167
14168 \end_inset
14169
14170 Nom
14171 \begin_inset ERT
14172 status collapsed
14173
14174 \begin_layout Plain Layout
14175
14176 }{
14177 \end_layout
14178
14179 \end_inset
14180
14181 Paramètre
14182 \begin_inset ERT
14183 status collapsed
14184
14185 \begin_layout Plain Layout
14186
14187 }
14188 \end_layout
14189
14190 \end_inset
14191
14192
14193 \end_layout
14194
14195 \end_inset
14196 </cell>
14197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14198 \begin_inset Text
14199
14200 \begin_layout Plain Layout
14201 Épaisseur en nm
14202 \end_layout
14203
14204 \end_inset
14205 </cell>
14206 </row>
14207 <row>
14208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14209 \begin_inset Text
14210
14211 \begin_layout Plain Layout
14212 Vert parfait
14213 \end_layout
14214
14215 \end_inset
14216 </cell>
14217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14218 \begin_inset Text
14219
14220 \begin_layout Plain Layout
14221 45
14222 \end_layout
14223
14224 \end_inset
14225 </cell>
14226 </row>
14227 </lyxtabular>
14228
14229 \end_inset
14230
14231
14232 \end_layout
14233
14234 \begin_layout Standard
14235 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14236  cellule partagée, utilisez l'option de commande 
14237 \series bold
14238 \lang english
14239 width=3cm
14240 \series default
14241 \lang french
14242  (remplacez 
14243 \begin_inset Quotes fld
14244 \end_inset
14245
14246 3cm
14247 \begin_inset Quotes frd
14248 \end_inset
14249
14250 par la largeur désirée).
14251  Dans le tableau qui suit, la largeur de la première colonne est réglée
14252  à 4cm.
14253  Pour 
14254 \series bold
14255 \lang english
14256
14257 \backslash
14258 diagbox
14259 \series default
14260 \lang french
14261  une largeur de 4
14262 \begin_inset space \thinspace{}
14263 \end_inset
14264
14265 cm + 2
14266 \begin_inset space \thinspace{}
14267 \end_inset
14268
14269
14270 \backslash
14271 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14272  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14273  de la cellule.
14274  Le calcul de la largeur ne peut pas être fait directement dans l'option
14275  de la commande 
14276 \series bold
14277 \lang english
14278
14279 \backslash
14280 diagbox
14281 \series default
14282 \lang french
14283 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14284  la suite.
14285  Ceci se fait via les commandes en code \SpecialChar TeX
14286 :
14287 \end_layout
14288
14289 \begin_layout Standard
14290
14291 \series bold
14292
14293 \backslash
14294 newlength{
14295 \backslash
14296 diagtest}
14297 \begin_inset Newline newline
14298 \end_inset
14299
14300
14301 \backslash
14302 setlength{
14303 \backslash
14304 diagtest}{4cm+2
14305 \backslash
14306 tabcolsep}
14307 \end_layout
14308
14309 \begin_layout Standard
14310 \begin_inset ERT
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314
14315
14316 \backslash
14317 newlength{
14318 \backslash
14319 diagtest}
14320 \end_layout
14321
14322 \begin_layout Plain Layout
14323
14324
14325 \backslash
14326 setlength{
14327 \backslash
14328 diagtest}{4cm+2
14329 \backslash
14330 tabcolsep}
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \begin_layout Standard
14339 Pour permettre les calculs en \SpecialChar LaTeX
14340 , il faut charger dans le préambule du document
14341  le paquetage 
14342 \series bold
14343 calc
14344 \series default
14345
14346 \begin_inset Index idx
14347 status collapsed
14348
14349 \begin_layout Plain Layout
14350 Paquetages \SpecialChar LaTeX
14351  ! calc
14352 \end_layout
14353
14354 \end_inset
14355
14356 .
14357 \end_layout
14358
14359 \begin_layout Standard
14360 Dans le tableau vous pouvez maintenant utiliser la commande
14361 \end_layout
14362
14363 \begin_layout Standard
14364
14365 \series bold
14366
14367 \backslash
14368 diagbox[width=
14369 \backslash
14370 diagtest]{A}{B}
14371 \end_layout
14372
14373 \begin_layout Standard
14374 dans la première cellule:
14375 \begin_inset Separator latexpar
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 \noindent
14383 \align center
14384 \begin_inset Tabular
14385 <lyxtabular version="3" rows="2" columns="2">
14386 <features tabularvalignment="middle">
14387 <column alignment="center" valignment="top" width="4cm">
14388 <column alignment="center" valignment="top">
14389 <row>
14390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 \begin_inset ERT
14395 status open
14396
14397 \begin_layout Plain Layout
14398
14399
14400 \backslash
14401 diagbox[width=
14402 \backslash
14403 diagtest]{
14404 \end_layout
14405
14406 \end_inset
14407
14408 A
14409 \begin_inset ERT
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413
14414 }{
14415 \end_layout
14416
14417 \end_inset
14418
14419 B
14420 \begin_inset ERT
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424
14425 }
14426 \end_layout
14427
14428 \end_inset
14429
14430
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 Épaisseur en nm
14440 \end_layout
14441
14442 \end_inset
14443 </cell>
14444 </row>
14445 <row>
14446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14447 \begin_inset Text
14448
14449 \begin_layout Plain Layout
14450 Vert parfait
14451 \end_layout
14452
14453 \end_inset
14454 </cell>
14455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459 45
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 </row>
14465 </lyxtabular>
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \begin_layout Standard
14473 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14474  la longueur de la diagonale ne peut pas être calculée correctement comme
14475  dans ce tableau:
14476 \begin_inset Separator latexpar
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 \noindent
14484 \align center
14485 \begin_inset Tabular
14486 <lyxtabular version="3" rows="2" columns="2">
14487 <features tabularvalignment="middle">
14488 <column alignment="center" valignment="top" width="0pt">
14489 <column alignment="center" valignment="top">
14490 <row>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 \begin_inset ERT
14496 status collapsed
14497
14498 \begin_layout Plain Layout
14499
14500
14501 \backslash
14502 diagbox{
14503 \end_layout
14504
14505 \end_inset
14506
14507 A
14508 \begin_inset ERT
14509 status collapsed
14510
14511 \begin_layout Plain Layout
14512
14513 }{
14514 \end_layout
14515
14516 \end_inset
14517
14518 B
14519 \begin_inset ERT
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523
14524 }
14525 \end_layout
14526
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \end_inset
14533 </cell>
14534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14535 \begin_inset Text
14536
14537 \begin_layout Plain Layout
14538 Épaisseur en nm
14539 \end_layout
14540
14541 \end_inset
14542 </cell>
14543 </row>
14544 <row>
14545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549 Vert parfait
14550 \end_layout
14551
14552 \end_inset
14553 </cell>
14554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14555 \begin_inset Text
14556
14557 \begin_layout Plain Layout
14558 45
14559 \end_layout
14560
14561 \end_inset
14562 </cell>
14563 </row>
14564 </lyxtabular>
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 Dans ce cas, vous pouvez utiliser directement
14573 \series bold
14574  
14575 \lang english
14576 width
14577 \series default
14578 \lang french
14579  dans l'option de 
14580 \series bold
14581 \lang english
14582
14583 \backslash
14584 diagbox
14585 \series default
14586 \lang french
14587 , il n'est plus nécessaire d’ajouter 2
14588 \backslash
14589 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14590  colonne.
14591  Ici une largeur de 3cm est utilisée:
14592 \begin_inset Separator latexpar
14593 \end_inset
14594
14595
14596 \end_layout
14597
14598 \begin_layout Standard
14599 \noindent
14600 \align center
14601 \begin_inset Tabular
14602 <lyxtabular version="3" rows="2" columns="2">
14603 <features tabularvalignment="middle">
14604 <column alignment="center" valignment="top" width="0pt">
14605 <column alignment="center" valignment="top">
14606 <row>
14607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14608 \begin_inset Text
14609
14610 \begin_layout Plain Layout
14611 \begin_inset ERT
14612 status open
14613
14614 \begin_layout Plain Layout
14615
14616
14617 \backslash
14618 diagbox[width=3cm]{
14619 \end_layout
14620
14621 \end_inset
14622
14623 A
14624 \begin_inset ERT
14625 status collapsed
14626
14627 \begin_layout Plain Layout
14628
14629 }{
14630 \end_layout
14631
14632 \end_inset
14633
14634 B
14635 \begin_inset ERT
14636 status collapsed
14637
14638 \begin_layout Plain Layout
14639
14640 }
14641 \end_layout
14642
14643 \end_inset
14644
14645
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14651 \begin_inset Text
14652
14653 \begin_layout Plain Layout
14654 Épaisseur en nm
14655 \end_layout
14656
14657 \end_inset
14658 </cell>
14659 </row>
14660 <row>
14661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14662 \begin_inset Text
14663
14664 \begin_layout Plain Layout
14665 Vert parfait
14666 \end_layout
14667
14668 \end_inset
14669 </cell>
14670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14671 \begin_inset Text
14672
14673 \begin_layout Plain Layout
14674 45
14675 \end_layout
14676
14677 \end_inset
14678 </cell>
14679 </row>
14680 </lyxtabular>
14681
14682 \end_inset
14683
14684
14685 \end_layout
14686
14687 \begin_layout Standard
14688 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14689  supplémentaire pour placer le texte dans la cellule.
14690  Ceci peut être obtenu avec l'option
14691 \series bold
14692  
14693 \lang english
14694 height
14695 \lang french
14696 =3cm
14697 \series default
14698  de la commande 
14699 \series bold
14700 \lang english
14701
14702 \backslash
14703 diagbox
14704 \series default
14705 \lang french
14706  (remplacer « 3cm » par la hauteur désirée).
14707  Dans le tableau qui suit, la commande
14708 \end_layout
14709
14710 \begin_layout Standard
14711
14712 \series bold
14713
14714 \backslash
14715 diagbox[width=3cm,height=1.4cm]{A
14716 \backslash
14717
14718 \backslash
14719 B}{C
14720 \backslash
14721
14722 \backslash
14723 D}
14724 \end_layout
14725
14726 \begin_layout Standard
14727 est utilisée dans la première cellule.
14728  La commande 
14729 \backslash
14730
14731 \backslash
14732  crée le saut de ligne
14733 \begin_inset Foot
14734 status open
14735
14736 \begin_layout Plain Layout
14737 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14738  largeur fixée.
14739 \end_layout
14740
14741 \end_inset
14742
14743 .
14744 \begin_inset Separator latexpar
14745 \end_inset
14746
14747
14748 \end_layout
14749
14750 \begin_layout Standard
14751 \noindent
14752 \align center
14753 \begin_inset Tabular
14754 <lyxtabular version="3" rows="2" columns="2">
14755 <features tabularvalignment="middle">
14756 <column alignment="center" valignment="top">
14757 <column alignment="center" valignment="top">
14758 <row>
14759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14760 \begin_inset Text
14761
14762 \begin_layout Plain Layout
14763 \begin_inset ERT
14764 status open
14765
14766 \begin_layout Plain Layout
14767
14768
14769 \backslash
14770 diagbox[width=3cm,height=1.4cm]{
14771 \end_layout
14772
14773 \end_inset
14774
14775 A
14776 \begin_inset ERT
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780
14781
14782 \backslash
14783
14784 \backslash
14785
14786 \end_layout
14787
14788 \end_inset
14789
14790 B
14791 \begin_inset ERT
14792 status collapsed
14793
14794 \begin_layout Plain Layout
14795
14796 }{
14797 \end_layout
14798
14799 \end_inset
14800
14801 C
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807
14808 \backslash
14809
14810 \backslash
14811
14812 \end_layout
14813
14814 \end_inset
14815
14816 D
14817 \begin_inset ERT
14818 status collapsed
14819
14820 \begin_layout Plain Layout
14821
14822 }
14823 \end_layout
14824
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836 Épaisseur en nm
14837 \end_layout
14838
14839 \end_inset
14840 </cell>
14841 </row>
14842 <row>
14843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 Vert parfait
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 45
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 </row>
14862 </lyxtabular>
14863
14864 \end_inset
14865
14866
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset ERT
14871 status collapsed
14872
14873 \begin_layout Plain Layout
14874
14875
14876 \backslash
14877 else
14878 \end_layout
14879
14880 \end_inset
14881
14882
14883 \begin_inset Note Note
14884 status open
14885
14886 \begin_layout Plain Layout
14887 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14888  
14889 \series bold
14890 diagbox
14891 \series default
14892  n'est pas installé :
14893 \end_layout
14894
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \begin_layout Standard
14901 Vous devez installer le paquetage \SpecialChar LaTeX
14902  
14903 \series bold
14904 diagbox
14905 \series default
14906  pour voir le contenu de cette section dans la sortie imprimée.
14907 \end_layout
14908
14909 \begin_layout Standard
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915
14916 \backslash
14917 fi
14918 \end_layout
14919
14920 \end_inset
14921
14922
14923 \end_layout
14924
14925 \begin_layout Standard
14926 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14927  
14928 \series bold
14929 \lang english
14930 diagbox
14931 \series default
14932 \lang french
14933 , voir sa documentation, 
14934 \begin_inset CommandInset citation
14935 LatexCommand cite
14936 key "diagbox"
14937
14938 \end_inset
14939
14940 .
14941 \end_layout
14942
14943 \begin_layout Section
14944 Les tableaux formels
14945 \begin_inset CommandInset label
14946 LatexCommand label
14947 name "sec:Tableaux-Formels"
14948
14949 \end_inset
14950
14951
14952 \begin_inset Index idx
14953 status collapsed
14954
14955 \begin_layout Plain Layout
14956 Tableau ! Formel
14957 \end_layout
14958
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Standard
14965 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14966  à celle du tableau
14967 \begin_inset space ~
14968 \end_inset
14969
14970
14971 \begin_inset CommandInset ref
14972 LatexCommand ref
14973 reference "tab:Exemple-tableau-booktabs"
14974
14975 \end_inset
14976
14977 .
14978  Ce genre de tableau est appelé 
14979 \begin_inset Quotes fld
14980 \end_inset
14981
14982
14983 \emph on
14984 formel
14985 \emph default
14986
14987 \begin_inset Quotes frd
14988 \end_inset
14989
14990 .
14991  Pour transformer un tableau en tableau formel, utilisez l'option 
14992 \family sans
14993 Formel
14994 \family default
14995  de l'onglet 
14996 \family sans
14997 Bordures
14998 \family default
14999  de la fenêtre de dialogue 
15000 \family sans
15001 Paramètres
15002 \begin_inset space ~
15003 \end_inset
15004
15005 du
15006 \begin_inset space ~
15007 \end_inset
15008
15009 tableau
15010 \family default
15011 .
15012 \end_layout
15013
15014 \begin_layout Standard
15015 \begin_inset Float table
15016 placement h
15017 wide false
15018 sideways false
15019 status open
15020
15021 \begin_layout Plain Layout
15022 \begin_inset Caption Standard
15023
15024 \begin_layout Plain Layout
15025 \begin_inset CommandInset label
15026 LatexCommand label
15027 name "tab:Exemple-tableau-booktabs"
15028
15029 \end_inset
15030
15031 Exemple de tableau formel
15032 \end_layout
15033
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \begin_layout Plain Layout
15040 \align center
15041 \begin_inset Tabular
15042 <lyxtabular version="3" rows="8" columns="4">
15043 <features booktabs="true" tabularvalignment="middle">
15044 <column alignment="center" valignment="top">
15045 <column alignment="center" valignment="top">
15046 <column alignment="center" valignment="top">
15047 <column alignment="center" valignment="top">
15048 <row>
15049 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053 Système
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 <cell alignment="center" valignment="top" topline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 Chip
15063 \begin_inset space \thinspace{}
15064 \end_inset
15065
15066 1
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 Chip
15076 \begin_inset space \thinspace{}
15077 \end_inset
15078
15079 2
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 \begin_inset ERT
15100 status collapsed
15101
15102 \begin_layout Plain Layout
15103
15104
15105 \backslash
15106 cmidrule(r){2-2}
15107 \end_layout
15108
15109 \end_inset
15110
15111
15112 \begin_inset ERT
15113 status collapsed
15114
15115 \begin_layout Plain Layout
15116
15117
15118 \backslash
15119 cmidrule(l){3-4}
15120 \end_layout
15121
15122 \end_inset
15123
15124 Épaisseur du capteur en µm
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 300
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 300
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 700
15152 \end_layout
15153
15154 \end_inset
15155 </cell>
15156 </row>
15157 <row>
15158 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15159 \begin_inset Text
15160
15161 \begin_layout Plain Layout
15162 Angle du biseau en °
15163 \end_layout
15164
15165 \end_inset
15166 </cell>
15167 <cell alignment="center" valignment="top" topline="true" usebox="none">
15168 \begin_inset Text
15169
15170 \begin_layout Plain Layout
15171 3.55
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 2.71
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" topline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 7.99
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 </row>
15195 <row topspace="default">
15196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 Résolution spatiale en µm
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 4.26
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 <cell alignment="center" valignment="top" usebox="none">
15215 \begin_inset Text
15216
15217 \begin_layout Plain Layout
15218 10.17
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 10.56
15228 \end_layout
15229
15230 \end_inset
15231 </cell>
15232 </row>
15233 <row topspace="default">
15234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 MTF à 
15239 \begin_inset Formula $f_{\mathrm{max}}$
15240 \end_inset
15241
15242
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 0.53
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 <cell alignment="center" valignment="top" usebox="none">
15257 \begin_inset Text
15258
15259 \begin_layout Plain Layout
15260 0.37
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 <cell alignment="center" valignment="top" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269 0.39
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 </row>
15275 <row topspace="default">
15276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 \begin_inset ERT
15281 status collapsed
15282
15283 \begin_layout Plain Layout
15284
15285
15286 \backslash
15287 cmidrule[2pt](l{10pt}){1-1}
15288 \end_layout
15289
15290 \end_inset
15291
15292 résolution spatiale LSF
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301
15302 \end_layout
15303
15304 \end_inset
15305 </cell>
15306 <cell alignment="center" valignment="top" usebox="none">
15307 \begin_inset Text
15308
15309 \begin_layout Plain Layout
15310
15311 \end_layout
15312
15313 \end_inset
15314 </cell>
15315 <cell alignment="center" valignment="top" usebox="none">
15316 \begin_inset Text
15317
15318 \begin_layout Plain Layout
15319
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 </row>
15325 <row>
15326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15327 \begin_inset Text
15328
15329 \begin_layout Plain Layout
15330 en µm
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339 129.7
15340 \end_layout
15341
15342 \end_inset
15343 </cell>
15344 <cell alignment="center" valignment="top" usebox="none">
15345 \begin_inset Text
15346
15347 \begin_layout Plain Layout
15348 52.75
15349 \end_layout
15350
15351 \end_inset
15352 </cell>
15353 <cell alignment="center" valignment="top" usebox="none">
15354 \begin_inset Text
15355
15356 \begin_layout Plain Layout
15357 50.78
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 </row>
15363 <row>
15364 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 en % de la taille des pixels
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377 76.3
15378 \end_layout
15379
15380 \end_inset
15381 </cell>
15382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15383 \begin_inset Text
15384
15385 \begin_layout Plain Layout
15386 95.9
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395 92.3
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 </row>
15401 </lyxtabular>
15402
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \begin_layout Standard
15414 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15415  
15416 \family sans
15417 Bordures
15418 \family default
15419  de la fenêtre de dialogue 
15420 \family sans
15421 Paramètres
15422 \begin_inset space ~
15423 \end_inset
15424
15425 du
15426 \begin_inset space ~
15427 \end_inset
15428
15429 tableau
15430 \family default
15431  comme c'est décrit dans la section
15432 \begin_inset space ~
15433 \end_inset
15434
15435
15436 \begin_inset CommandInset ref
15437 LatexCommand ref
15438 reference "subsec:Espacement-lignes"
15439
15440 \end_inset
15441
15442 .
15443 \end_layout
15444
15445 \begin_layout Standard
15446 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15447  verticales.
15448  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15449  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15450  sortie imprimée :
15451 \begin_inset Newline newline
15452 \end_inset
15453
15454 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15455 \begin_inset space \thinspace{}
15456 \end_inset
15457
15458 em alors que les autres lignes ont implicite une épaisseur de 0.05
15459 \begin_inset space \thinspace{}
15460 \end_inset
15461
15462 em.
15463 \end_layout
15464
15465 \begin_layout Standard
15466 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15467  les lignes de préambule suivantes :
15468 \end_layout
15469
15470 \begin_layout Standard
15471
15472 \series bold
15473
15474 \backslash
15475 let
15476 \backslash
15477 mytoprule
15478 \backslash
15479 toprule
15480 \begin_inset Newline newline
15481 \end_inset
15482
15483
15484 \backslash
15485 renewcommand{
15486 \backslash
15487 toprule}{
15488 \backslash
15489 mytoprule[width]}
15490 \end_layout
15491
15492 \begin_layout Standard
15493 Cet exemple concerne la première ligne, appelée 
15494 \series bold
15495 toprule
15496 \series default
15497 .
15498  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15499 \series bold
15500 toprule
15501 \series default
15502  par 
15503 \series bold
15504 bottomrule
15505 \series default
15506 .
15507  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15508  
15509 \series bold
15510 toprule
15511 \series default
15512  par 
15513 \series bold
15514 midrule
15515 \series default
15516 .
15517  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15518 \begin_inset space ~
15519 \end_inset
15520
15521
15522 \begin_inset CommandInset ref
15523 LatexCommand ref
15524 reference "cha:Unités-de-longueur"
15525
15526 \end_inset
15527
15528  pour préciser l'épaisseur voulue.
15529 \end_layout
15530
15531 \begin_layout Standard
15532 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15533  en mettant une ligne pour une cellule multi-colonnes.
15534  \SpecialChar LyX
15535  va utiliser en interne la commande 
15536 \series bold
15537
15538 \backslash
15539 cmidrule
15540 \series default
15541  pour créer cette ligne.
15542  Sa syntaxe complète est :
15543 \end_layout
15544
15545 \begin_layout Standard
15546
15547 \series bold
15548
15549 \backslash
15550 cmidrule[largeur](rognage){colDépart-colFin}
15551 \end_layout
15552
15553 \begin_layout Standard
15554 Les options de la commande 
15555 \series bold
15556
15557 \backslash
15558 cmidrule
15559 \series default
15560  ne sont pas actuellement gérées par \SpecialChar LyX
15561 , vous devez donc utiliser du code
15562  \SpecialChar TeX
15563  pour pouvoir les utiliser.
15564  On peut créer manuellement des lignes 
15565 \series bold
15566
15567 \backslash
15568 mitrales
15569 \series default
15570  en insérant la commande en code \SpecialChar TeX
15571  comme le premier élément de la première
15572  cellule de la ligne.
15573  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15574  en question.
15575 \end_layout
15576
15577 \begin_layout Standard
15578 La valeur 
15579 \series bold
15580 largeur
15581 \series default
15582  pour l'épaisseur des lignes est de 0.03
15583 \begin_inset space \thinspace{}
15584 \end_inset
15585
15586 em.
15587  
15588 \series bold
15589 colDépart
15590 \series default
15591  est le numéro de la colonne dans laquelle la ligne commence et 
15592 \series bold
15593 colFin
15594 \series default
15595  est le numéro de la colonne dans laquelle elle se termine.
15596  La valeur de 
15597 \series bold
15598 colFin
15599 \series default
15600  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15601  Le paramètre optionnel 
15602 \series bold
15603 rognage
15604 \series default
15605  peut être soit 
15606 \emph on
15607 l{largeurRognage}
15608 \emph default
15609 , ou 
15610 \emph on
15611 r{largeurRognage}
15612 \emph default
15613  où les valeurs de
15614 \emph on
15615  largeurRognage
15616 \emph default
15617  sont aussi optionnelles.
15618  En utilisant par exemple la valeur 
15619 \emph on
15620 l{2pt}
15621 \emph default
15622  pour ce paramètre, la ligne va être rognée de 2
15623 \begin_inset space \thinspace{}
15624 \end_inset
15625
15626 pt à son extrémité gauche.
15627  Si vous ne spécifiez pas de valeur pour 
15628 \emph on
15629 largeurRognage
15630 \emph default
15631  les lignes sont implicitement rognées de 0.5
15632 \begin_inset space \thinspace{}
15633 \end_inset
15634
15635 em.
15636 \end_layout
15637
15638 \begin_layout Standard
15639 \begin_inset VSpace bigskip
15640 \end_inset
15641
15642 Le tableau
15643 \begin_inset space ~
15644 \end_inset
15645
15646
15647 \begin_inset CommandInset ref
15648 LatexCommand ref
15649 reference "tab:Exemple-tableau-booktabs"
15650
15651 \end_inset
15652
15653  a été créé en utilisant les commandes
15654 \end_layout
15655
15656 \begin_layout Standard
15657
15658 \series bold
15659
15660 \backslash
15661 cmidrule(r){2-2}
15662 \backslash
15663 cmidrule(l){3-4}
15664 \end_layout
15665
15666 \begin_layout Standard
15667 au début de la deuxième ligne et
15668 \end_layout
15669
15670 \begin_layout Standard
15671
15672 \series bold
15673
15674 \backslash
15675 cmidrule[2pt](l{10pt}){1-1}
15676 \end_layout
15677
15678 \begin_layout Standard
15679 au début de la sixième ligne.
15680 \end_layout
15681
15682 \begin_layout Standard
15683 \begin_inset VSpace bigskip
15684 \end_inset
15685
15686
15687 \end_layout
15688
15689 \begin_layout Standard
15690 Vous pouvez vouloir des commandes 
15691 \series bold
15692
15693 \backslash
15694 cmidrule
15695 \series default
15696 s qui se recouvrent comme pour le tableau
15697 \begin_inset space ~
15698 \end_inset
15699
15700
15701 \begin_inset CommandInset ref
15702 LatexCommand ref
15703 reference "tab:Tableau-booktabs-special"
15704
15705 \end_inset
15706
15707 .
15708  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15709
15710 \end_layout
15711
15712 \begin_layout Standard
15713
15714 \series bold
15715
15716 \backslash
15717 morecmidrules
15718 \end_layout
15719
15720 \begin_layout Standard
15721 La commande qui a été utilisée pour la deuxième ligne du tableau
15722 \begin_inset space ~
15723 \end_inset
15724
15725
15726 \begin_inset CommandInset ref
15727 LatexCommand ref
15728 reference "tab:Tableau-booktabs-special"
15729
15730 \end_inset
15731
15732  est
15733 \end_layout
15734
15735 \begin_layout Standard
15736
15737 \series bold
15738
15739 \backslash
15740 cmidrule(r){2-2}
15741 \backslash
15742 cmidrule(l){3-4}
15743 \backslash
15744 morecmidrules
15745 \backslash
15746 cmidrule{2-4}
15747 \end_layout
15748
15749 \begin_layout Standard
15750 La commande pour la sixième ligne est
15751 \end_layout
15752
15753 \begin_layout Standard
15754
15755 \series bold
15756
15757 \backslash
15758 midrule
15759 \backslash
15760 morecmidrules
15761 \backslash
15762 cmidrule{3-4}
15763 \end_layout
15764
15765 \begin_layout Standard
15766 \begin_inset VSpace bigskip
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Standard
15773 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15774 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15775  font toute la largeur du tableau :
15776 \end_layout
15777
15778 \begin_layout Standard
15779
15780 \series bold
15781
15782 \backslash
15783 specialrule{largeur}{espace au dessus}{espace en dessous}
15784 \end_layout
15785
15786 \begin_layout Standard
15787 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15788  du paquetage \SpecialChar LaTeX
15789  
15790 \series bold
15791 booktabs
15792 \series default
15793  
15794 \begin_inset CommandInset citation
15795 LatexCommand cite
15796 key "booktabs"
15797
15798 \end_inset
15799
15800 .
15801 \begin_inset Index idx
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805 Paquetages \SpecialChar LaTeX
15806  ! booktabs
15807 \end_layout
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \begin_layout Standard
15815 \begin_inset Float table
15816 placement h
15817 wide false
15818 sideways false
15819 status open
15820
15821 \begin_layout Plain Layout
15822 \begin_inset Caption Standard
15823
15824 \begin_layout Plain Layout
15825 \begin_inset CommandInset label
15826 LatexCommand label
15827 name "tab:Tableau-booktabs-special"
15828
15829 \end_inset
15830
15831 Tableau formel spécial
15832 \end_layout
15833
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \begin_layout Plain Layout
15840 \align center
15841 \begin_inset Tabular
15842 <lyxtabular version="3" rows="8" columns="4">
15843 <features booktabs="true" tabularvalignment="middle">
15844 <column alignment="center" valignment="top">
15845 <column alignment="center" valignment="top">
15846 <column alignment="center" valignment="top">
15847 <column alignment="center" valignment="top">
15848 <row>
15849 <cell alignment="center" valignment="top" topline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853 Système
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" topline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 Chip
15863 \begin_inset space \thinspace{}
15864 \end_inset
15865
15866 1
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875 Chip
15876 \begin_inset space \thinspace{}
15877 \end_inset
15878
15879 2
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="center" valignment="top" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 \begin_inset ERT
15900 status collapsed
15901
15902 \begin_layout Plain Layout
15903
15904
15905 \backslash
15906 cmidrule(r){2-2}
15907 \end_layout
15908
15909 \end_inset
15910
15911
15912 \begin_inset ERT
15913 status collapsed
15914
15915 \begin_layout Plain Layout
15916
15917
15918 \backslash
15919 cmidrule(l){3-4}
15920 \end_layout
15921
15922 \end_inset
15923
15924
15925 \begin_inset ERT
15926 status collapsed
15927
15928 \begin_layout Plain Layout
15929
15930
15931 \backslash
15932 morecmidrules 
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \begin_inset ERT
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942
15943
15944 \backslash
15945 cmidrule{2-4}
15946 \end_layout
15947
15948 \end_inset
15949
15950 Epaisseur du capteur en µm
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 <cell alignment="center" valignment="top" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959 300
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell alignment="center" valignment="top" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 300
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 700
15978 \end_layout
15979
15980 \end_inset
15981 </cell>
15982 </row>
15983 <row>
15984 <cell alignment="center" valignment="top" topline="true" usebox="none">
15985 \begin_inset Text
15986
15987 \begin_layout Plain Layout
15988 Angle biseau en °
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 3.55
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 <cell alignment="center" valignment="top" topline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006 2.71
16007 \end_layout
16008
16009 \end_inset
16010 </cell>
16011 <cell alignment="center" valignment="top" topline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 7.99
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 </row>
16021 <row topspace="default">
16022 <cell alignment="center" valignment="top" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 Résolution spatiale en µm
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 4.26
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 10.17
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 <cell alignment="center" valignment="top" usebox="none">
16050 \begin_inset Text
16051
16052 \begin_layout Plain Layout
16053 10.56
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row topspace="default">
16060 <cell alignment="center" valignment="top" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064 MTF à 
16065 \begin_inset Formula $f_{\mathrm{max}}$
16066 \end_inset
16067
16068
16069 \end_layout
16070
16071 \end_inset
16072 </cell>
16073 <cell alignment="center" valignment="top" usebox="none">
16074 \begin_inset Text
16075
16076 \begin_layout Plain Layout
16077 0.53
16078 \end_layout
16079
16080 \end_inset
16081 </cell>
16082 <cell alignment="center" valignment="top" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086 0.37
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 0.39
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 \begin_inset ERT
16107 status collapsed
16108
16109 \begin_layout Plain Layout
16110
16111
16112 \backslash
16113 morecmidrules 
16114 \end_layout
16115
16116 \end_inset
16117
16118
16119 \begin_inset ERT
16120 status collapsed
16121
16122 \begin_layout Plain Layout
16123
16124
16125 \backslash
16126 cmidrule{3-4}
16127 \end_layout
16128
16129 \end_inset
16130
16131 résolution spatiale LSF
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140
16141 \end_layout
16142
16143 \end_inset
16144 </cell>
16145 <cell alignment="center" valignment="top" topline="true" usebox="none">
16146 \begin_inset Text
16147
16148 \begin_layout Plain Layout
16149
16150 \end_layout
16151
16152 \end_inset
16153 </cell>
16154 <cell alignment="center" valignment="top" topline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 </row>
16164 <row>
16165 <cell alignment="center" valignment="top" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 en µm
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 129.7
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 <cell alignment="center" valignment="top" usebox="none">
16184 \begin_inset Text
16185
16186 \begin_layout Plain Layout
16187 52.75
16188 \end_layout
16189
16190 \end_inset
16191 </cell>
16192 <cell alignment="center" valignment="top" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 50.78
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 </row>
16202 <row>
16203 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16204 \begin_inset Text
16205
16206 \begin_layout Plain Layout
16207 en % de la taille des pixels
16208 \end_layout
16209
16210 \end_inset
16211 </cell>
16212 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216 76.3
16217 \end_layout
16218
16219 \end_inset
16220 </cell>
16221 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16222 \begin_inset Text
16223
16224 \begin_layout Plain Layout
16225 95.9
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16231 \begin_inset Text
16232
16233 \begin_layout Plain Layout
16234 92.3
16235 \end_layout
16236
16237 \end_inset
16238 </cell>
16239 </row>
16240 </lyxtabular>
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248
16249
16250 \end_layout
16251
16252 \begin_layout Section
16253 Alignement vertical des tableaux
16254 \begin_inset Index idx
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258 Tableau ! Alignement
16259 \end_layout
16260
16261 \end_inset
16262
16263
16264 \end_layout
16265
16266 \begin_layout Standard
16267 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16268  doit être à l'intérieur d'une boîte.
16269  La boîte peut alors être alignée comme c'est décrit dans la 
16270 \begin_inset space ~
16271 \end_inset
16272
16273
16274 \begin_inset CommandInset ref
16275 LatexCommand ref
16276 reference "sec:Boîte-Dialogue"
16277
16278 \end_inset
16279
16280 .
16281 \end_layout
16282
16283 \begin_layout Standard
16284 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16285  minipage
16286 \begin_inset Foot
16287 status open
16288
16289 \begin_layout Plain Layout
16290 Les minipages son décrites dans la section
16291 \begin_inset space ~
16292 \end_inset
16293
16294
16295 \begin_inset CommandInset ref
16296 LatexCommand ref
16297 reference "sec:Minipages"
16298
16299 \end_inset
16300
16301 .
16302 \end_layout
16303
16304 \end_inset
16305
16306  dont la largeur est de 15
16307 \begin_inset space \thinspace{}
16308 \end_inset
16309
16310 col% :
16311 \end_layout
16312
16313 \begin_layout Itemize
16314 test 
16315 \begin_inset Box Frameless
16316 position "t"
16317 hor_pos "c"
16318 has_inner_box 1
16319 inner_pos "c"
16320 use_parbox 0
16321 use_makebox 0
16322 width "15col%"
16323 special "none"
16324 height "1in"
16325 height_special "totalheight"
16326 thickness "0.4pt"
16327 separation "3pt"
16328 shadowsize "4pt"
16329 framecolor "black"
16330 backgroundcolor "none"
16331 status collapsed
16332
16333 \begin_layout Plain Layout
16334 \begin_inset Tabular
16335 <lyxtabular version="3" rows="3" columns="3">
16336 <features tabularvalignment="middle">
16337 <column alignment="center" valignment="top">
16338 <column alignment="center" valignment="top">
16339 <column alignment="center" valignment="top">
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 a
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 d
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 g
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 b
16375 \end_layout
16376
16377 \end_inset
16378 </cell>
16379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 e
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 h
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 </row>
16398 <row>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 c
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 f
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421 i
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 </row>
16427 </lyxtabular>
16428
16429 \end_inset
16430
16431
16432 \end_layout
16433
16434 \end_inset
16435
16436  test 
16437 \begin_inset ERT
16438 status collapsed
16439
16440 \begin_layout Plain Layout
16441
16442
16443 \backslash
16444 raisebox{0.85
16445 \backslash
16446 baselineskip}{
16447 \end_layout
16448
16449 \end_inset
16450
16451
16452 \begin_inset Box Frameless
16453 position "t"
16454 hor_pos "c"
16455 has_inner_box 1
16456 inner_pos "c"
16457 use_parbox 0
16458 use_makebox 0
16459 width "15col%"
16460 special "none"
16461 height "1in"
16462 height_special "totalheight"
16463 thickness "0.4pt"
16464 separation "3pt"
16465 shadowsize "4pt"
16466 framecolor "black"
16467 backgroundcolor "none"
16468 status collapsed
16469
16470 \begin_layout Plain Layout
16471 \begin_inset Tabular
16472 <lyxtabular version="3" rows="3" columns="3">
16473 <features tabularvalignment="middle">
16474 <column alignment="center" valignment="top">
16475 <column alignment="center" valignment="top">
16476 <column alignment="center" valignment="top">
16477 <row>
16478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16479 \begin_inset Text
16480
16481 \begin_layout Plain Layout
16482 a
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 d
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 g
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 b
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 e
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 h
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 <row>
16536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540 c
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549 f
16550 \end_layout
16551
16552 \end_inset
16553 </cell>
16554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16555 \begin_inset Text
16556
16557 \begin_layout Plain Layout
16558 i
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 </lyxtabular>
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \end_inset
16572
16573
16574 \begin_inset ERT
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578
16579 }
16580 \end_layout
16581
16582 \end_inset
16583
16584
16585 \end_layout
16586
16587 \begin_layout Itemize
16588 test 
16589 \begin_inset Box Frameless
16590 position "c"
16591 hor_pos "c"
16592 has_inner_box 1
16593 inner_pos "c"
16594 use_parbox 0
16595 use_makebox 0
16596 width "15col%"
16597 special "none"
16598 height "1in"
16599 height_special "totalheight"
16600 thickness "0.4pt"
16601 separation "3pt"
16602 shadowsize "4pt"
16603 framecolor "black"
16604 backgroundcolor "none"
16605 status collapsed
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Tabular
16609 <lyxtabular version="3" rows="3" columns="3">
16610 <features tabularvalignment="middle">
16611 <column alignment="center" valignment="top">
16612 <column alignment="center" valignment="top">
16613 <column alignment="center" valignment="top">
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 a
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16625 \begin_inset Text
16626
16627 \begin_layout Plain Layout
16628 d
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16634 \begin_inset Text
16635
16636 \begin_layout Plain Layout
16637 g
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 </row>
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 b
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 e
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 h
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 c
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 f
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 i
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 </lyxtabular>
16702
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \begin_layout Itemize
16714 test 
16715 \begin_inset Box Frameless
16716 position "b"
16717 hor_pos "c"
16718 has_inner_box 1
16719 inner_pos "c"
16720 use_parbox 0
16721 use_makebox 0
16722 width "15col%"
16723 special "none"
16724 height "1in"
16725 height_special "totalheight"
16726 thickness "0.4pt"
16727 separation "3pt"
16728 shadowsize "4pt"
16729 framecolor "black"
16730 backgroundcolor "none"
16731 status collapsed
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Tabular
16735 <lyxtabular version="3" rows="3" columns="3">
16736 <features tabularvalignment="middle">
16737 <column alignment="center" valignment="top">
16738 <column alignment="center" valignment="top">
16739 <column alignment="center" valignment="top">
16740 <row>
16741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16742 \begin_inset Text
16743
16744 \begin_layout Plain Layout
16745 a
16746 \end_layout
16747
16748 \end_inset
16749 </cell>
16750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16751 \begin_inset Text
16752
16753 \begin_layout Plain Layout
16754 d
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 g
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 </row>
16769 <row>
16770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 b
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 e
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 h
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 c
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 f
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 i
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 </row>
16827 </lyxtabular>
16828
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835
16836  test 
16837 \begin_inset ERT
16838 status collapsed
16839
16840 \begin_layout Plain Layout
16841
16842
16843 \backslash
16844 raisebox{-0.32
16845 \backslash
16846 baselineskip}{
16847 \end_layout
16848
16849 \end_inset
16850
16851
16852 \begin_inset Box Frameless
16853 position "b"
16854 hor_pos "c"
16855 has_inner_box 1
16856 inner_pos "c"
16857 use_parbox 0
16858 use_makebox 0
16859 width "15col%"
16860 special "none"
16861 height "1in"
16862 height_special "totalheight"
16863 thickness "0.4pt"
16864 separation "3pt"
16865 shadowsize "4pt"
16866 framecolor "black"
16867 backgroundcolor "none"
16868 status collapsed
16869
16870 \begin_layout Plain Layout
16871 \begin_inset Tabular
16872 <lyxtabular version="3" rows="3" columns="3">
16873 <features tabularvalignment="middle">
16874 <column alignment="center" valignment="top">
16875 <column alignment="center" valignment="top">
16876 <column alignment="center" valignment="top">
16877 <row>
16878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16879 \begin_inset Text
16880
16881 \begin_layout Plain Layout
16882 a
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 d
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 g
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911 b
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 e
16921 \end_layout
16922
16923 \end_inset
16924 </cell>
16925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16926 \begin_inset Text
16927
16928 \begin_layout Plain Layout
16929 h
16930 \end_layout
16931
16932 \end_inset
16933 </cell>
16934 </row>
16935 <row>
16936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16937 \begin_inset Text
16938
16939 \begin_layout Plain Layout
16940 c
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 f
16950 \end_layout
16951
16952 \end_inset
16953 </cell>
16954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16955 \begin_inset Text
16956
16957 \begin_layout Plain Layout
16958 i
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 </lyxtabular>
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \end_inset
16972
16973
16974 \begin_inset ERT
16975 status collapsed
16976
16977 \begin_layout Plain Layout
16978
16979 }
16980 \end_layout
16981
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \begin_layout Standard
16988 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16989  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16990  la ligne dans laquelle le tableau est inséré.
16991  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16992  boîte élévatrice (raisebox)
16993 \begin_inset Foot
16994 status collapsed
16995
16996 \begin_layout Plain Layout
16997 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16998 \begin_inset space ~
16999 \end_inset
17000
17001
17002 \begin_inset CommandInset ref
17003 LatexCommand ref
17004 reference "subsec:Alignement-Vertical"
17005
17006 \end_inset
17007
17008 .
17009 \end_layout
17010
17011 \end_inset
17012
17013 .
17014  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17015  aligné en utilisant la commande en code \SpecialChar TeX
17016  suivante 
17017 \end_layout
17018
17019 \begin_layout Standard
17020
17021 \series bold
17022
17023 \backslash
17024 raisebox{0.85
17025 \backslash
17026 baselineskip}{
17027 \end_layout
17028
17029 \begin_layout Standard
17030 placée juste avant la boîte minipage.
17031  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17032 .
17033  Pour le deuxième tableau de la dernière ligne, la commande 
17034 \end_layout
17035
17036 \begin_layout Standard
17037
17038 \series bold
17039
17040 \backslash
17041 raisebox{-0.32
17042 \backslash
17043 baselineskip}{
17044 \end_layout
17045
17046 \begin_layout Standard
17047 est utilisée.
17048 \end_layout
17049
17050 \begin_layout Standard
17051 \begin_inset Note Greyedout
17052 status open
17053
17054 \begin_layout Plain Layout
17055
17056 \series bold
17057 Note:
17058 \series default
17059  L'alignement entre le contenu de la ligne du tableau et le texte de la
17060  ligne qui l'entoure ne peut pas être parfait.
17061  Le facteur utilisé dans la commande 
17062 \series bold
17063
17064 \backslash
17065 raisebox
17066 \series default
17067  pour obtenir cet alignement dépend de la police de caractères du document,
17068  de la taille de la police et de l'épaisseur des lignes du tableau.
17069 \end_layout
17070
17071 \end_inset
17072
17073
17074 \end_layout
17075
17076 \begin_layout Section
17077 Tableaux colorés
17078 \begin_inset CommandInset label
17079 LatexCommand label
17080 name "sec:Tableaux-Colorés"
17081
17082 \end_inset
17083
17084
17085 \begin_inset Index idx
17086 status collapsed
17087
17088 \begin_layout Plain Layout
17089 Tableau ! Coloré
17090 \end_layout
17091
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \begin_layout Subsection
17098 Cellules colorées
17099 \begin_inset Index idx
17100 status collapsed
17101
17102 \begin_layout Plain Layout
17103 Couleur des tableaux ! Pour les cellules
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \begin_inset Index idx
17110 status collapsed
17111
17112 \begin_layout Plain Layout
17113 Couleur ! Pour les cellules de tableau
17114 \end_layout
17115
17116 \end_inset
17117
17118
17119 \end_layout
17120
17121 \begin_layout Standard
17122 \begin_inset Float table
17123 placement h
17124 wide false
17125 sideways false
17126 status open
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Caption Standard
17130
17131 \begin_layout Plain Layout
17132 \begin_inset CommandInset label
17133 LatexCommand label
17134 name "tab:Tableau-coloré-sans-colortbl"
17135
17136 \end_inset
17137
17138 Tableau coloré sans utiliser le paquetage  
17139 \series bold
17140 colortbl
17141 \series default
17142
17143 \begin_inset Argument 1
17144 status open
17145
17146 \begin_layout Plain Layout
17147 Tableau sans colortbl
17148 \end_layout
17149
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \begin_layout Plain Layout
17161 \align center
17162 \begin_inset Tabular
17163 <lyxtabular version="3" rows="3" columns="3">
17164 <features tabularvalignment="middle">
17165 <column alignment="center" valignment="top">
17166 <column alignment="center" valignment="top">
17167 <column alignment="center" valignment="top">
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \color green
17175 a
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184
17185 \color red
17186 b
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \color red
17197 c
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 </row>
17203 <row>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208
17209 \color green
17210 d
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \color blue
17221 e
17222 \end_layout
17223
17224 \end_inset
17225 </cell>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \color blue
17232 f
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 </row>
17238 <row>
17239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243
17244 \color green
17245 g
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \color blue
17256 h
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265
17266 \color blue
17267 i
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 </row>
17273 </lyxtabular>
17274
17275 \end_inset
17276
17277
17278 \end_layout
17279
17280 \end_inset
17281
17282
17283 \end_layout
17284
17285 \begin_layout Standard
17286 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17287  et choisissez une couleur dans le menu 
17288 \family sans
17289 Édition\SpecialChar menuseparator
17290 Style
17291 \begin_inset space ~
17292 \end_inset
17293
17294 de
17295 \begin_inset space ~
17296 \end_inset
17297
17298 Texte
17299 \family default
17300 .
17301  C'est ce qui a été utilisé pour créer le tableau
17302 \begin_inset space ~
17303 \end_inset
17304
17305
17306 \begin_inset CommandInset ref
17307 LatexCommand ref
17308 reference "tab:Tableau-coloré-sans-colortbl"
17309
17310 \end_inset
17311
17312 .
17313  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17314  
17315 \series bold
17316 colortbl
17317 \series default
17318 .
17319 \begin_inset Index idx
17320 status collapsed
17321
17322 \begin_layout Plain Layout
17323 Paquetages \SpecialChar LaTeX
17324  ! colortbl
17325 \end_layout
17326
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \begin_layout Standard
17333 \begin_inset ERT
17334 status collapsed
17335
17336 \begin_layout Plain Layout
17337
17338
17339 \backslash
17340 ifcolortbl
17341 \end_layout
17342
17343 \end_inset
17344
17345
17346 \begin_inset Note Note
17347 status open
17348
17349 \begin_layout Plain Layout
17350 La section qui suit ne sera affichée que si vous avez installé le paquetage
17351  \SpecialChar LaTeX
17352  
17353 \series bold
17354 colortbl
17355 \series default
17356 .
17357 \end_layout
17358
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \begin_layout Standard
17365 Pour créer des tableaux colorés, vous devez charger le paquetage
17366 \series bold
17367  colortbl
17368 \series default
17369  dans le préambule avec la ligne
17370 \end_layout
17371
17372 \begin_layout Standard
17373
17374 \series bold
17375
17376 \backslash
17377 usepackage{colortbl}
17378 \end_layout
17379
17380 \begin_layout Standard
17381 On choisit la couleur d'une colonne avec la commande 
17382 \end_layout
17383
17384 \begin_layout Standard
17385
17386 \series bold
17387
17388 \backslash
17389 columncolor{nom de couleur}
17390 \end_layout
17391
17392 \begin_layout Standard
17393 à l'intérieur d'une commande 
17394 \series bold
17395 >{ }
17396 \series default
17397 .
17398  Vous trouverez plus d'information sur la commande 
17399 \series bold
17400 >{}
17401 \series default
17402  dans la section
17403 \begin_inset space ~
17404 \end_inset
17405
17406
17407 \begin_inset CommandInset ref
17408 LatexCommand ref
17409 reference "subsec:Calculs-multicolonnes"
17410
17411 \end_inset
17412
17413 .
17414 \end_layout
17415
17416 \begin_layout Standard
17417 Les noms de couleurs suivants sont prédéfinis :
17418 \end_layout
17419
17420 \begin_layout Standard
17421
17422 \family sans
17423 red
17424 \family default
17425  (rouge), 
17426 \family sans
17427 green
17428 \family default
17429  (vert), 
17430 \family sans
17431 yellow
17432 \family default
17433  (jaune), 
17434 \family sans
17435 blue
17436 \family default
17437  (bleu), 
17438 \family sans
17439 cyan
17440 \family default
17441
17442 \family sans
17443 magenta
17444 \family default
17445
17446 \family sans
17447 black 
17448 \family default
17449 (noir) et 
17450 \family sans
17451 white 
17452 \family default
17453 (blanc)
17454 \end_layout
17455
17456 \begin_layout Standard
17457 \begin_inset VSpace medskip
17458 \end_inset
17459
17460
17461 \end_layout
17462
17463 \begin_layout Standard
17464 Si vous ajoutez l'option
17465 \end_layout
17466
17467 \begin_layout Standard
17468
17469 \series bold
17470 dvipsname
17471 \end_layout
17472
17473 \begin_layout Standard
17474 aux options de la classe de document dans les paramètres du document, vous
17475  pouvez utiliser 61
17476 \begin_inset space ~
17477 \end_inset
17478
17479 couleurs supplémentaires.
17480  Ces couleurs sont listées dans l'annexe
17481 \begin_inset space ~
17482 \end_inset
17483
17484
17485 \begin_inset CommandInset ref
17486 LatexCommand ref
17487 reference "chap:Liste-de-noms-de-couleur-dvips"
17488
17489 \end_inset
17490
17491 .
17492  Une de ces couleurs, 
17493 \family sans
17494 Maroon
17495 \family default
17496 , est utilisée comme exemple dans le tableau
17497 \begin_inset space ~
17498 \end_inset
17499
17500
17501 \begin_inset CommandInset ref
17502 LatexCommand ref
17503 reference "tab:Tableau-coloré-avec-colortbl"
17504
17505 \end_inset
17506
17507 .
17508 \end_layout
17509
17510 \begin_layout Standard
17511 \begin_inset VSpace medskip
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Standard
17518 Vous pouvez aussi définir votre propre couleur avec la commande
17519 \end_layout
17520
17521 \begin_layout Standard
17522
17523 \series bold
17524
17525 \backslash
17526 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17527 \end_layout
17528
17529 \begin_layout Standard
17530 Le modèle de couleur peut être
17531 \end_layout
17532
17533 \begin_layout Labeling
17534 \labelwidthstring 00.00.0000
17535 cmyk
17536 \begin_inset space ~
17537 \end_inset
17538
17539 : cyan, magenta, jaune (yellow), noir (black)
17540 \end_layout
17541
17542 \begin_layout Labeling
17543 \labelwidthstring 00.00.0000
17544 rgb
17545 \begin_inset space ~
17546 \end_inset
17547
17548 : rouge (red), vert (green), bleu (blue)
17549 \end_layout
17550
17551 \begin_layout Labeling
17552 \labelwidthstring 00.00.0000
17553 gray
17554 \begin_inset space ~
17555 \end_inset
17556
17557 : dégradé de gris (gray)
17558 \end_layout
17559
17560 \begin_layout Standard
17561 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17562  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17563 \end_layout
17564
17565 \begin_layout Standard
17566 Vous pouvez par exemple définir la couleur 
17567 \begin_inset Quotes fld
17568 \end_inset
17569
17570
17571 \emph on
17572 vertfonce
17573 \begin_inset Quotes frd
17574 \end_inset
17575
17576  dans le préambule avec la ligne
17577 \end_layout
17578
17579 \begin_layout Standard
17580
17581 \series bold
17582
17583 \backslash
17584 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17585 \end_layout
17586
17587 \begin_layout Standard
17588 et la couleur 
17589 \emph on
17590
17591 \begin_inset Quotes fld
17592 \end_inset
17593
17594 grisclair
17595 \emph default
17596
17597 \begin_inset Quotes frd
17598 \end_inset
17599
17600  avec
17601 \end_layout
17602
17603 \begin_layout Standard
17604
17605 \series bold
17606
17607 \backslash
17608 definecolor{grisclair}{gray}{0.8}
17609 \end_layout
17610
17611 \begin_layout Standard
17612 \begin_inset VSpace medskip
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \begin_layout Standard
17619 Les lignes sont colorées avec la commande
17620 \end_layout
17621
17622 \begin_layout Standard
17623
17624 \series bold
17625
17626 \backslash
17627 rowcolor{nom de la couleur}
17628 \end_layout
17629
17630 \begin_layout Standard
17631 et les cellules sont colorées avec la commande
17632 \end_layout
17633
17634 \begin_layout Standard
17635
17636 \series bold
17637
17638 \backslash
17639 cellcolor{nom de la couleur}
17640 \end_layout
17641
17642 \begin_layout Standard
17643 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17644 .
17645 \end_layout
17646
17647 \begin_layout Standard
17648 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17649  choisissez une couleur dans le menu 
17650 \family sans
17651 Édition\SpecialChar menuseparator
17652 Style
17653 \begin_inset space ~
17654 \end_inset
17655
17656 de
17657 \begin_inset space ~
17658 \end_inset
17659
17660 Texte
17661 \family default
17662 .
17663  Si une cellule contient du code \SpecialChar TeX
17664 , faites bien attention à ne colorer que
17665  le texte, sinon le code \SpecialChar TeX
17666  coloré provoquera des erreurs \SpecialChar LaTeX
17667 .
17668 \end_layout
17669
17670 \begin_layout Standard
17671 \begin_inset Note Greyedout
17672 status open
17673
17674 \begin_layout Plain Layout
17675
17676 \series bold
17677 Note:
17678 \series default
17679  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17680  définies par l'utilisateur.
17681 \end_layout
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 \begin_inset VSpace bigskip
17690 \end_inset
17691
17692
17693 \end_layout
17694
17695 \begin_layout Standard
17696 Pour créer le tableau
17697 \begin_inset space ~
17698 \end_inset
17699
17700
17701 \begin_inset CommandInset ref
17702 LatexCommand ref
17703 reference "tab:Tableau-coloré-avec-colortbl"
17704
17705 \end_inset
17706
17707  faites ce qui suit : La couleur de la première colonne doit être 
17708 \emph on
17709 vertfonce
17710 \emph default
17711 .
17712  On insère donc la commande
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718 >{
17719 \backslash
17720 columncolor{vertfonce}
17721 \backslash
17722 centering}c
17723 \end_layout
17724
17725 \begin_layout Standard
17726 en code \SpecialChar TeX
17727  pour cette colonne.
17728  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17729
17730 \end_layout
17731
17732 \begin_layout Standard
17733
17734 \series bold
17735
17736 \backslash
17737 rowcolor{cyan}
17738 \end_layout
17739
17740 \begin_layout Standard
17741 qui est insérée dans la première cellule de cette ligne.
17742  Notez que cela annule la couleur de colonne pour la première cellule.
17743  La dernière cellule de la dernière ligne est colorée en marron
17744 \series bold
17745  
17746 \series default
17747 en insérant en code \SpecialChar TeX
17748  la commande
17749 \end_layout
17750
17751 \begin_layout Standard
17752
17753 \series bold
17754
17755 \backslash
17756 cellcolor{Maroon}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 Les caractères peuvent maintenant être colorés en utilisant le menu 
17761 \family sans
17762 Édition\SpecialChar menuseparator
17763 Style
17764 \begin_inset space ~
17765 \end_inset
17766
17767 de
17768 \begin_inset space ~
17769 \end_inset
17770
17771 Texte
17772 \family default
17773 .
17774 \end_layout
17775
17776 \begin_layout Standard
17777 \begin_inset Float table
17778 placement h
17779 wide false
17780 sideways false
17781 status open
17782
17783 \begin_layout Plain Layout
17784 \begin_inset Caption Standard
17785
17786 \begin_layout Plain Layout
17787 \begin_inset CommandInset label
17788 LatexCommand label
17789 name "tab:Tableau-coloré-avec-colortbl"
17790
17791 \end_inset
17792
17793 Tableau coloré en utilisant le paquetage 
17794 \series bold
17795 colortbl
17796 \series default
17797
17798 \begin_inset Argument 1
17799 status collapsed
17800
17801 \begin_layout Plain Layout
17802 Tableau avec colortbl
17803 \end_layout
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \end_inset
17811
17812
17813 \end_layout
17814
17815 \begin_layout Plain Layout
17816 \align center
17817 \begin_inset Tabular
17818 <lyxtabular version="3" rows="3" columns="3">
17819 <features tabularvalignment="middle">
17820 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17821 <column alignment="center" valignment="top">
17822 <column alignment="center" valignment="top">
17823 <row>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828 \begin_inset ERT
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832
17833
17834 \backslash
17835 rowcolor{cyan}
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \color magenta
17842 a
17843 \end_layout
17844
17845 \end_inset
17846 </cell>
17847 <cell alignment="center" valignment="top" usebox="none">
17848 \begin_inset Text
17849
17850 \begin_layout Plain Layout
17851
17852 \color red
17853 b
17854 \end_layout
17855
17856 \end_inset
17857 </cell>
17858 <cell alignment="center" valignment="top" usebox="none">
17859 \begin_inset Text
17860
17861 \begin_layout Plain Layout
17862
17863 \color red
17864 c
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 <row>
17871 <cell alignment="center" valignment="top" usebox="none">
17872 \begin_inset Text
17873
17874 \begin_layout Plain Layout
17875
17876 \color yellow
17877 d
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886
17887 \color blue
17888 e
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897
17898 \color blue
17899 f
17900 \end_layout
17901
17902 \end_inset
17903 </cell>
17904 </row>
17905 <row>
17906 <cell alignment="center" valignment="top" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910
17911 \color yellow
17912 g
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921
17922 \color blue
17923 h
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 \begin_inset ERT
17933 status collapsed
17934
17935 \begin_layout Plain Layout
17936
17937
17938 \backslash
17939 cellcolor{Maroon}
17940 \end_layout
17941
17942 \end_inset
17943
17944
17945 \color green
17946 i
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 </lyxtabular>
17953
17954 \end_inset
17955
17956
17957 \end_layout
17958
17959 \end_inset
17960
17961
17962 \end_layout
17963
17964 \begin_layout Standard
17965 \begin_inset ERT
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969
17970
17971 \backslash
17972 else
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \begin_inset Note Note
17979 status open
17980
17981 \begin_layout Plain Layout
17982 Ce qui suit sera affiché si le paquetage 
17983 \series bold
17984 colortbl
17985 \series default
17986  n'est pas installé :
17987 \end_layout
17988
17989 \end_inset
17990
17991
17992 \end_layout
17993
17994 \begin_layout Standard
17995 Vous devez installer le paquetage 
17996 \series bold
17997 colortbl
17998 \series default
17999  pour voir le contenu des cette section dans la sortie imprimée.
18000 \end_layout
18001
18002 \begin_layout Standard
18003 \begin_inset ERT
18004 status collapsed
18005
18006 \begin_layout Plain Layout
18007
18008
18009 \backslash
18010 fi
18011 \end_layout
18012
18013 \end_inset
18014
18015
18016 \end_layout
18017
18018 \begin_layout Subsection
18019 Lignes colorées
18020 \begin_inset Index idx
18021 status collapsed
18022
18023 \begin_layout Plain Layout
18024 Tableau Coloré ! Pour les lignes
18025 \end_layout
18026
18027 \end_inset
18028
18029
18030 \begin_inset Index idx
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034 Couleur ! Pour les lignes de tableau
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \begin_layout Standard
18043 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18044  alternative à la méthode décrite dans le paragraphe précédent: il faut
18045  charger le paquetage 
18046 \series bold
18047 xcolor
18048 \series default
18049
18050 \begin_inset Index idx
18051 status collapsed
18052
18053 \begin_layout Plain Layout
18054 Paquetages \SpecialChar LaTeX
18055  ! xcolor
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 vspace{4mm}
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \end_inset
18072
18073  dans le préambule du document avec la commande
18074 \end_layout
18075
18076 \begin_layout Standard
18077
18078 \series bold
18079
18080 \backslash
18081 usepackage[table]{xcolor}
18082 \end_layout
18083
18084 \begin_layout Standard
18085
18086 \series bold
18087 xcolor
18088 \series default
18089  charge automatiquement le paquetage 
18090 \series bold
18091 colortbl
18092 \series default
18093
18094 \begin_inset Index idx
18095 status collapsed
18096
18097 \begin_layout Plain Layout
18098 Paquetages \SpecialChar LaTeX
18099  ! colortbl
18100 \end_layout
18101
18102 \end_inset
18103
18104 , il faut donc que
18105 \series bold
18106  colortbl
18107 \series default
18108  existe dans votre distribution \SpecialChar LaTeX
18109 , sinon vous aurez des erreurs.
18110 \end_layout
18111
18112 \begin_layout Standard
18113 \begin_inset ERT
18114 status collapsed
18115
18116 \begin_layout Plain Layout
18117
18118
18119 \backslash
18120 ifcolortbl
18121 \end_layout
18122
18123 \end_inset
18124
18125
18126 \begin_inset Note Note
18127 status open
18128
18129 \begin_layout Plain Layout
18130 La section qui suit ne sera affichée que si vous avez installé le paquetage
18131  \SpecialChar LaTeX
18132  
18133 \series bold
18134 colortbl
18135 \series default
18136 .
18137 \end_layout
18138
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \begin_layout Standard
18145 Les lignes de tableau sont colorées par la commande
18146 \end_layout
18147
18148 \begin_layout Standard
18149
18150 \series bold
18151
18152 \backslash
18153 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18154  paire}
18155 \end_layout
18156
18157 \begin_layout Standard
18158 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18159  avant le premier
18160  tableau nécessitant la coloration alternative des lignes.
18161  
18162 \series bold
18163 numéro de ligne
18164 \series default
18165  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18166  
18167 \series bold
18168 commandes
18169 \series default
18170 \emph on
18171  
18172 \emph default
18173 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18174  Par exemple la commande
18175 \end_layout
18176
18177 \begin_layout Standard
18178
18179 \series bold
18180
18181 \backslash
18182 rowcolors{1}{white}{lightgray}
18183 \end_layout
18184
18185 \begin_layout Standard
18186 donne le schéma de couleurs du tableau
18187 \begin_inset space ~
18188 \end_inset
18189
18190
18191 \begin_inset CommandInset ref
18192 LatexCommand ref
18193 reference "tab:Table-rowcolors"
18194
18195 \end_inset
18196
18197 .
18198  La commande
18199 \end_layout
18200
18201 \begin_layout Standard
18202
18203 \series bold
18204
18205 \backslash
18206 rowcolors[
18207 \backslash
18208 hline]{1}{lightgray}{cyan}
18209 \end_layout
18210
18211 \begin_layout Standard
18212 donne le schéma de couleurs du tableau
18213 \begin_inset space ~
18214 \end_inset
18215
18216
18217 \begin_inset CommandInset ref
18218 LatexCommand ref
18219 reference "tab:Table-rowcolors-2"
18220
18221 \end_inset
18222
18223 .
18224  Si 
18225 \series bold
18226 couleur ligne impaire
18227 \series default
18228  ou 
18229 \series bold
18230 couleur ligne paire
18231 \series default
18232  est vide, aucune couleur n'est utilisée, donc la commande
18233 \end_layout
18234
18235 \begin_layout Standard
18236
18237 \series bold
18238
18239 \backslash
18240 rowcolors{1}{}{}
18241 \end_layout
18242
18243 \begin_layout Standard
18244 supprime toutes les couleurs.
18245  
18246 \series bold
18247
18248 \backslash
18249 rowcolors
18250 \series default
18251  s'applique aux tableaux qui suivent cette commande.
18252 \end_layout
18253
18254 \begin_layout Standard
18255 \begin_inset ERT
18256 status open
18257
18258 \begin_layout Plain Layout
18259
18260
18261 \backslash
18262 rowcolors{1}{white}{lightgray}
18263 \end_layout
18264
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \begin_layout Standard
18271 \begin_inset Float table
18272 placement h
18273 wide false
18274 sideways false
18275 status open
18276
18277 \begin_layout Plain Layout
18278 \begin_inset Caption Standard
18279
18280 \begin_layout Plain Layout
18281
18282 \lang english
18283 \begin_inset CommandInset label
18284 LatexCommand label
18285 name "tab:Table-rowcolors"
18286
18287 \end_inset
18288
18289
18290 \lang french
18291 Tableau avec une colonne sur deux en gris clair.
18292 \end_layout
18293
18294 \end_inset
18295
18296
18297 \end_layout
18298
18299 \begin_layout Plain Layout
18300 \align center
18301 \begin_inset Tabular
18302 <lyxtabular version="3" rows="4" columns="3">
18303 <features tabularvalignment="middle">
18304 <column alignment="center" valignment="top">
18305 <column alignment="center" valignment="top" width="0pt">
18306 <column alignment="center" valignment="top" width="0pt">
18307 <row>
18308 <cell alignment="center" valignment="top" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 X
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 Y
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 Z
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 <row>
18337 <cell alignment="center" valignment="top" usebox="none">
18338 \begin_inset Text
18339
18340 \begin_layout Plain Layout
18341 1
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 2
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 3
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 </row>
18365 <row>
18366 <cell alignment="center" valignment="top" usebox="none">
18367 \begin_inset Text
18368
18369 \begin_layout Plain Layout
18370 4
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 <cell alignment="center" valignment="top" usebox="none">
18376 \begin_inset Text
18377
18378 \begin_layout Plain Layout
18379 5
18380 \end_layout
18381
18382 \end_inset
18383 </cell>
18384 <cell alignment="center" valignment="top" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 6
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 </row>
18394 <row>
18395 <cell alignment="center" valignment="top" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 7
18400 \end_layout
18401
18402 \end_inset
18403 </cell>
18404 <cell alignment="center" valignment="top" usebox="none">
18405 \begin_inset Text
18406
18407 \begin_layout Plain Layout
18408 8
18409 \end_layout
18410
18411 \end_inset
18412 </cell>
18413 <cell alignment="center" valignment="top" usebox="none">
18414 \begin_inset Text
18415
18416 \begin_layout Plain Layout
18417 9
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 </row>
18423 </lyxtabular>
18424
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Standard
18436 \begin_inset ERT
18437 status open
18438
18439 \begin_layout Plain Layout
18440
18441
18442 \backslash
18443 rowcolors[
18444 \backslash
18445 hline]{1}{lightgray}{cyan}
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \begin_layout Standard
18454 \begin_inset Float table
18455 placement h
18456 wide false
18457 sideways false
18458 status open
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Caption Standard
18462
18463 \begin_layout Plain Layout
18464
18465 \lang english
18466 \begin_inset CommandInset label
18467 LatexCommand label
18468 name "tab:Table-rowcolors-2"
18469
18470 \end_inset
18471
18472
18473 \lang french
18474 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18475  ligne
18476 \end_layout
18477
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \begin_layout Plain Layout
18484 \align center
18485 \begin_inset Tabular
18486 <lyxtabular version="3" rows="4" columns="3">
18487 <features tabularvalignment="middle">
18488 <column alignment="center" valignment="top">
18489 <column alignment="center" valignment="top">
18490 <column alignment="center" valignment="top" width="0pt">
18491 <row>
18492 <cell alignment="center" valignment="top" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 X
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 Y
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 Z
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 <row>
18521 <cell alignment="center" valignment="top" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 1
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 2
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 3
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 </row>
18549 <row>
18550 <cell alignment="center" valignment="top" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554 4
18555 \end_layout
18556
18557 \end_inset
18558 </cell>
18559 <cell alignment="center" valignment="top" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563 5
18564 \end_layout
18565
18566 \end_inset
18567 </cell>
18568 <cell alignment="center" valignment="top" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572 6
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 </row>
18578 <row>
18579 <cell alignment="center" valignment="top" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 7
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592 8
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell alignment="center" valignment="top" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 9
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 </row>
18607 </lyxtabular>
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \begin_layout Standard
18620 \begin_inset ERT
18621 status collapsed
18622
18623 \begin_layout Plain Layout
18624
18625
18626 \backslash
18627 rowcolors{1}{}{}
18628 \end_layout
18629
18630 \end_inset
18631
18632
18633 \begin_inset Note Note
18634 status collapsed
18635
18636 \begin_layout Plain Layout
18637
18638 \lang english
18639 turns off the row coloring
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 else
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Note Note
18662 status open
18663
18664 \begin_layout Plain Layout
18665 Ce qui suit sera affiché si le paquetage 
18666 \series bold
18667 colortbl
18668 \series default
18669  n'est pas installé :
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Standard
18678 Vous devez installer le paquetage 
18679 \series bold
18680 colortbl
18681 \series default
18682  pour voir le contenu des cette section dans la sortie imprimée.
18683 \end_layout
18684
18685 \begin_layout Standard
18686 \begin_inset ERT
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690
18691
18692 \backslash
18693 fi
18694 \end_layout
18695
18696 \end_inset
18697
18698
18699 \end_layout
18700
18701 \begin_layout Subsection
18702 Les filets colorés
18703 \begin_inset Index idx
18704 status open
18705
18706 \begin_layout Plain Layout
18707 Tableau Coloré ! Pour les filets
18708 \end_layout
18709
18710 \end_inset
18711
18712
18713 \begin_inset Index idx
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717 Couleur ! Pour les filets des tableaux
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset Note Note
18724 status collapsed
18725
18726 \begin_layout Plain Layout
18727 on parle de filets plutôt que de lignes pour les tableaux
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \end_layout
18734
18735 \begin_layout Standard
18736 Comme c'est décrit dans la section
18737 \begin_inset space ~
18738 \end_inset
18739
18740
18741 \begin_inset CommandInset ref
18742 LatexCommand ref
18743 reference "subsec:Epaisseur-filets"
18744
18745 \end_inset
18746
18747 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18748  variable 
18749 \series bold
18750
18751 \backslash
18752 arrayrulewidth
18753 \series default
18754 .
18755  Elle est mise à 1.5
18756 \begin_inset space \thinspace{}
18757 \end_inset
18758
18759 pt pour tous les tableaux de cette section.
18760 \begin_inset ERT
18761 status collapsed
18762
18763 \begin_layout Plain Layout
18764
18765
18766 \backslash
18767 setlength{
18768 \backslash
18769 arrayrulewidth}{1.5pt}
18770 \end_layout
18771
18772 \end_inset
18773
18774
18775 \end_layout
18776
18777 \begin_layout Standard
18778 Pour colorer les filets verticaux, par exemple en vert, créez le format
18779  de colonne suivant dans le préambule du document, en suivant la description
18780  de la section
18781 \begin_inset space ~
18782 \end_inset
18783
18784
18785 \begin_inset CommandInset ref
18786 LatexCommand ref
18787 reference "subsec:Formats-personnalisés"
18788
18789 \end_inset
18790
18791 :
18792 \end_layout
18793
18794 \begin_layout Standard
18795
18796 \series bold
18797
18798 \backslash
18799 newcolumntype{W}{!{
18800 \backslash
18801 color{green}
18802 \backslash
18803 vline}}
18804 \end_layout
18805
18806 \begin_layout Standard
18807 Pour le tableau
18808 \begin_inset space ~
18809 \end_inset
18810
18811
18812 \begin_inset CommandInset ref
18813 LatexCommand ref
18814 reference "tab:Tableau-filets-verticaux-colorés"
18815
18816 \end_inset
18817
18818  le paramètre \SpecialChar LaTeX
18819
18820 \series bold
18821  WcW
18822 \series default
18823  a été utilisé pour la dernière colonne et
18824 \series bold
18825  Wc
18826 \series default
18827  pour les autres colonnes.
18828 \end_layout
18829
18830 \begin_layout Standard
18831 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18832 \end_layout
18833
18834 \begin_layout Standard
18835 \begin_inset Float table
18836 placement h
18837 wide false
18838 sideways false
18839 status open
18840
18841 \begin_layout Plain Layout
18842 \begin_inset Caption Standard
18843
18844 \begin_layout Plain Layout
18845 \begin_inset CommandInset label
18846 LatexCommand label
18847 name "tab:Tableau-filets-verticaux-colorés"
18848
18849 \end_inset
18850
18851 Tableau avec filets verticaux colorés
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Plain Layout
18860 \align center
18861 \begin_inset Tabular
18862 <lyxtabular version="3" rows="3" columns="3">
18863 <features tabularvalignment="middle">
18864 <column alignment="center" valignment="top" special="Wc">
18865 <column alignment="center" valignment="top" special="Wc">
18866 <column alignment="center" valignment="top" special="WcW">
18867 <row>
18868 <cell alignment="center" valignment="top" topline="true" usebox="none">
18869 \begin_inset Text
18870
18871 \begin_layout Plain Layout
18872 sd
18873 \end_layout
18874
18875 \end_inset
18876 </cell>
18877 <cell alignment="center" valignment="top" topline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 sd
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" topline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \end_layout
18932
18933 \end_inset
18934 </cell>
18935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 sd
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 </row>
18954 </lyxtabular>
18955
18956 \end_inset
18957
18958
18959 \end_layout
18960
18961 \end_inset
18962
18963
18964 \end_layout
18965
18966 \begin_layout Standard
18967 \begin_inset VSpace bigskip
18968 \end_inset
18969
18970 Pour colorer les filets horizontaux en rouge comme pour le tableau
18971 \begin_inset space ~
18972 \end_inset
18973
18974
18975 \begin_inset CommandInset ref
18976 LatexCommand ref
18977 reference "tab:Tableau-filet-horizontaux-colorés"
18978
18979 \end_inset
18980
18981 , insérez les commandes suivantes en code \SpecialChar TeX
18982  juste avant le tableau ou le
18983  flottant de tableau :
18984 \end_layout
18985
18986 \begin_layout Standard
18987
18988 \series bold
18989
18990 \backslash
18991 let
18992 \backslash
18993 myHlineC
18994 \backslash
18995 hline
18996 \begin_inset Newline newline
18997 \end_inset
18998
18999
19000 \backslash
19001 renewcommand{
19002 \backslash
19003 hline}
19004 \begin_inset Newline newline
19005 \end_inset
19006
19007
19008 \begin_inset Phantom HPhantom
19009 status open
19010
19011 \begin_layout Plain Layout
19012
19013 \series bold
19014 \begin_inset space ~
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \end_inset
19021
19022 {
19023 \backslash
19024 arrayrulecolor{red}
19025 \backslash
19026 myHlineC
19027 \backslash
19028 arrayrulecolor{black}}
19029 \end_layout
19030
19031 \begin_layout Standard
19032 \begin_inset ERT
19033 status collapsed
19034
19035 \begin_layout Plain Layout
19036
19037
19038 \backslash
19039 let
19040 \backslash
19041 myHlineC
19042 \backslash
19043 hline
19044 \end_layout
19045
19046 \begin_layout Plain Layout
19047
19048
19049 \backslash
19050 renewcommand{
19051 \backslash
19052 hline}
19053 \end_layout
19054
19055 \begin_layout Plain Layout
19056
19057  {
19058 \backslash
19059 arrayrulecolor{red}
19060 \backslash
19061 myHlineC
19062 \backslash
19063 arrayrulecolor{black}}
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \begin_inset Float table
19070 placement h
19071 wide false
19072 sideways false
19073 status open
19074
19075 \begin_layout Plain Layout
19076 \begin_inset Caption Standard
19077
19078 \begin_layout Plain Layout
19079 \begin_inset CommandInset label
19080 LatexCommand label
19081 name "tab:Tableau-filet-horizontaux-colorés"
19082
19083 \end_inset
19084
19085 Tableau avec filets horizontaux colorés
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Plain Layout
19094 \align center
19095 \begin_inset Tabular
19096 <lyxtabular version="3" rows="3" columns="3">
19097 <features tabularvalignment="middle">
19098 <column alignment="center" valignment="top">
19099 <column alignment="center" valignment="top">
19100 <column alignment="center" valignment="top">
19101 <row>
19102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19103 \begin_inset Text
19104
19105 \begin_layout Plain Layout
19106 sd
19107 \end_layout
19108
19109 \end_inset
19110 </cell>
19111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19112 \begin_inset Text
19113
19114 \begin_layout Plain Layout
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 </row>
19130 <row>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19141 \begin_inset Text
19142
19143 \begin_layout Plain Layout
19144 sd
19145 \end_layout
19146
19147 \end_inset
19148 </cell>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \end_layout
19166
19167 \end_inset
19168 </cell>
19169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19170 \begin_inset Text
19171
19172 \begin_layout Plain Layout
19173
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 sd
19183 \end_layout
19184
19185 \end_inset
19186 </cell>
19187 </row>
19188 </lyxtabular>
19189
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \begin_layout Standard
19201 Pour revenir à la couleur noire implicite, insérez la commande suivante
19202  en code \SpecialChar TeX
19203 , juste après le tableau ou le flottant de tableau :
19204 \end_layout
19205
19206 \begin_layout Standard
19207
19208 \series bold
19209
19210 \backslash
19211 renewcommand{
19212 \backslash
19213 hline}{
19214 \backslash
19215 myHlineC}
19216 \end_layout
19217
19218 \begin_layout Standard
19219 Le tableau
19220 \begin_inset space ~
19221 \end_inset
19222
19223
19224 \begin_inset CommandInset ref
19225 LatexCommand ref
19226 reference "tab:Tableau-avec-filets-colorés"
19227
19228 \end_inset
19229
19230  est un exemple avec des filets horizontaux et verticaux colorés.
19231 \end_layout
19232
19233 \begin_layout Standard
19234 \begin_inset Float table
19235 placement h
19236 wide false
19237 sideways false
19238 status open
19239
19240 \begin_layout Plain Layout
19241 \begin_inset Caption Standard
19242
19243 \begin_layout Plain Layout
19244 \begin_inset CommandInset label
19245 LatexCommand label
19246 name "tab:Tableau-avec-filets-colorés"
19247
19248 \end_inset
19249
19250 Tableau avec filets horizontaux et verticaux colorés
19251 \end_layout
19252
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \begin_layout Plain Layout
19259 \align center
19260 \begin_inset Tabular
19261 <lyxtabular version="3" rows="3" columns="3">
19262 <features tabularvalignment="middle">
19263 <column alignment="center" valignment="top" special="Wc">
19264 <column alignment="center" valignment="top" special="Wc">
19265 <column alignment="center" valignment="top" special="WcW">
19266 <row>
19267 <cell alignment="center" valignment="top" topline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 sd
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 <cell alignment="center" valignment="top" topline="true" usebox="none">
19286 \begin_inset Text
19287
19288 \begin_layout Plain Layout
19289
19290 \end_layout
19291
19292 \end_inset
19293 </cell>
19294 </row>
19295 <row>
19296 <cell alignment="center" valignment="top" topline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 sd
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row topspace="default">
19325 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19335 \begin_inset Text
19336
19337 \begin_layout Plain Layout
19338
19339 \end_layout
19340
19341 \end_inset
19342 </cell>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347 sd
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 </lyxtabular>
19354
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Standard
19366 \begin_inset ERT
19367 status collapsed
19368
19369 \begin_layout Plain Layout
19370
19371
19372 \backslash
19373 renewcommand{
19374 \backslash
19375 hline}{
19376 \backslash
19377 myHlineC}
19378 \end_layout
19379
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \begin_layout Standard
19386 \begin_inset ERT
19387 status collapsed
19388
19389 \begin_layout Plain Layout
19390
19391
19392 \backslash
19393 setlength{
19394 \backslash
19395 arrayrulewidth}{0.4pt}
19396 \end_layout
19397
19398 \end_inset
19399
19400
19401 \end_layout
19402
19403 \begin_layout Section
19404 Pivotement des cellules
19405 \begin_inset CommandInset label
19406 LatexCommand label
19407 name "sec:Pivotement-des-cellules"
19408
19409 \end_inset
19410
19411
19412 \begin_inset Index idx
19413 status collapsed
19414
19415 \begin_layout Plain Layout
19416 Tableau ! Pivotement des cellules
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \begin_inset Index idx
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426 Pivoter des objets
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \end_layout
19433
19434 \begin_layout Standard
19435 \begin_inset Note Greyedout
19436 status open
19437
19438 \begin_layout Plain Layout
19439
19440 \series bold
19441 Nota:
19442 \series default
19443  toutes les visionneuses DVI n'affichent pas les rotations.
19444 \end_layout
19445
19446 \end_inset
19447
19448
19449 \end_layout
19450
19451 \begin_layout Standard
19452 Le tableau
19453 \begin_inset space ~
19454 \end_inset
19455
19456
19457 \begin_inset CommandInset ref
19458 LatexCommand ref
19459 reference "tab:Tableau-incluant-des"
19460
19461 \end_inset
19462
19463  est un exemple dans lequel 3 cellules pivotent de 45
19464 \begin_inset space \thinspace{}
19465 \end_inset
19466
19467 °.
19468 \end_layout
19469
19470 \begin_layout Standard
19471 \begin_inset Float table
19472 placement h
19473 wide false
19474 sideways false
19475 status open
19476
19477 \begin_layout Plain Layout
19478 \begin_inset Caption Standard
19479
19480 \begin_layout Plain Layout
19481 \begin_inset CommandInset label
19482 LatexCommand label
19483 name "tab:Tableau-incluant-des"
19484
19485 \end_inset
19486
19487 Tableau incluant des cellules pivotées dans la première ligne.
19488 \end_layout
19489
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \begin_layout Plain Layout
19496 \noindent
19497 \align center
19498 \begin_inset Tabular
19499 <lyxtabular version="3" rows="2" columns="3">
19500 <features tabularvalignment="middle">
19501 <column alignment="center" valignment="top" width="0pt">
19502 <column alignment="center" valignment="top" width="0pt">
19503 <column alignment="center" valignment="top" width="0pt">
19504 <row>
19505 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19506 \begin_inset Text
19507
19508 \begin_layout Plain Layout
19509 soucoupes
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 assiettes
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527 plats
19528 \end_layout
19529
19530 \end_inset
19531 </cell>
19532 </row>
19533 <row>
19534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 45
19539 \end_layout
19540
19541 \end_inset
19542 </cell>
19543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19544 \begin_inset Text
19545
19546 \begin_layout Plain Layout
19547 33
19548 \end_layout
19549
19550 \end_inset
19551 </cell>
19552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556 21
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 </row>
19562 </lyxtabular>
19563
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Standard
19575 \begin_inset Note Greyedout
19576 status open
19577
19578 \begin_layout Plain Layout
19579
19580 \series bold
19581 Nota:
19582 \series default
19583  les ruptures de ligne (raccourci 
19584 \begin_inset Info
19585 type  "shortcut"
19586 arg   "newline-insert newline"
19587 \end_inset
19588
19589 ) ne sont pas autorisées dans les cellules pivotées
19590 \end_layout
19591
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \begin_layout Standard
19598 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19599  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19600 \begin_inset Foot
19601 status collapsed
19602
19603 \begin_layout Plain Layout
19604 Pour en savoir plus sur ces boîtes, voir les sections
19605 \begin_inset space ~
19606 \end_inset
19607
19608
19609 \begin_inset CommandInset ref
19610 LatexCommand ref
19611 reference "sec:Minipages"
19612
19613 \end_inset
19614
19615  et 
19616 \begin_inset CommandInset ref
19617 LatexCommand ref
19618 reference "sec:Parboxes"
19619
19620 \end_inset
19621
19622 .
19623 \end_layout
19624
19625 \end_inset
19626
19627  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19628  la hauteur de la cellule.
19629  Le tableau
19630 \begin_inset space ~
19631 \end_inset
19632
19633
19634 \begin_inset CommandInset ref
19635 LatexCommand ref
19636 reference "tab:Tableau-incluant-une"
19637
19638 \end_inset
19639
19640  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19641  réglée à 3
19642 \begin_inset space \thinspace{}
19643 \end_inset
19644
19645 cm.
19646 \end_layout
19647
19648 \begin_layout Standard
19649 \begin_inset Float table
19650 placement h
19651 wide false
19652 sideways false
19653 status open
19654
19655 \begin_layout Plain Layout
19656 \begin_inset Caption Standard
19657
19658 \begin_layout Plain Layout
19659 \begin_inset CommandInset label
19660 LatexCommand label
19661 name "tab:Tableau-incluant-une"
19662
19663 \end_inset
19664
19665 Tableau incluant une cellule multi-lignes pivotée.
19666 \end_layout
19667
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \begin_layout Plain Layout
19674 \noindent
19675 \align center
19676 \begin_inset Tabular
19677 <lyxtabular version="3" rows="2" columns="3">
19678 <features tabularvalignment="middle">
19679 <column alignment="center" valignment="top">
19680 <column alignment="center" valignment="top" width="0pt">
19681 <column alignment="center" valignment="top">
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 a
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 \begin_inset Box Frameless
19697 position "t"
19698 hor_pos "c"
19699 has_inner_box 1
19700 inner_pos "t"
19701 use_parbox 0
19702 use_makebox 0
19703 width "3cm"
19704 special "none"
19705 height "1in"
19706 height_special "totalheight"
19707 thickness "0.4pt"
19708 separation "3pt"
19709 shadowsize "4pt"
19710 framecolor "black"
19711 backgroundcolor "none"
19712 status open
19713
19714 \begin_layout Plain Layout
19715 cellule pivotée
19716 \begin_inset Newline newline
19717 \end_inset
19718
19719 avec saut de ligne
19720 \end_layout
19721
19722 \end_inset
19723
19724
19725 \end_layout
19726
19727 \end_inset
19728 </cell>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733 e
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 b
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753 c
19754 \end_layout
19755
19756 \end_inset
19757 </cell>
19758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19759 \begin_inset Text
19760
19761 \begin_layout Plain Layout
19762 d
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 </row>
19768 </lyxtabular>
19769
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \begin_layout Section
19781 Calcul de la largeur du tableau
19782 \begin_inset CommandInset label
19783 LatexCommand label
19784 name "sec:Table-Width-Calculation"
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \begin_layout Standard
19792 Pour les tableaux un peu larges il est parfois difficile de garantir que
19793  le tableau ne déborde pas dans la marge.
19794  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19795  la valeur à donner à chacune?
19796 \end_layout
19797
19798 \begin_layout Standard
19799 La largeur du tableau 
19800 \begin_inset Formula $L_{\mathrm{tableau}}$
19801 \end_inset
19802
19803  peut se calculer précisément: chaque colonne contribue pour sa largeur
19804  propre 
19805 \begin_inset Formula $L_{\mathrm{colonne}}$
19806 \end_inset
19807
19808  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19809  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19810
19811 \series bold
19812  
19813 \backslash
19814 tabcolsep
19815 \series default
19816 , implicitement 6
19817 \begin_inset space \thinspace{}
19818 \end_inset
19819
19820 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19821  
19822 \series bold
19823
19824 \backslash
19825 arrayrulewidth
19826 \series default
19827 , implicitement 0.4
19828 \begin_inset space \thinspace{}
19829 \end_inset
19830
19831 pt).
19832  Donc si les 
19833 \begin_inset Formula $n$
19834 \end_inset
19835
19836
19837 \begin_inset space ~
19838 \end_inset
19839
19840 colonnes ont la même largeur, la largeur du tableau est
19841 \begin_inset Formula 
19842 \begin{equation}
19843 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19844 \end{equation}
19845
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \begin_layout Standard
19852 La largeur disponible pour placer un tableau est la distance entre les marges
19853  de la page ou la largeur de la colonne de texte (pour un document présenté
19854  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19855  
19856 \series bold
19857
19858 \backslash
19859 columnwidth
19860 \series default
19861 .
19862  Si toutes le colonnes ont la même largeur et que 
19863 \begin_inset Formula $L_{\mathrm{tableau}}$
19864 \end_inset
19865
19866  doit valoir 1
19867 \begin_inset space \thinspace{}
19868 \end_inset
19869
19870
19871 \backslash
19872 columnwidth, 
19873 \begin_inset Formula $L_{\mathrm{colonne}}$
19874 \end_inset
19875
19876  se calcule facilement.
19877 \end_layout
19878
19879 \begin_layout Standard
19880 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19881  
19882 \series bold
19883 calc
19884 \series default
19885
19886 \begin_inset Index idx
19887 status collapsed
19888
19889 \begin_layout Plain Layout
19890 Paquetages \SpecialChar LaTeX
19891  ! calc
19892 \end_layout
19893
19894 \end_inset
19895
19896  dans le préambule du document.
19897  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19898  il faut utiliser le champ
19899 \family sans
19900  Argument \SpecialChar LaTeX
19901
19902 \family default
19903 .
19904  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19905  qui est expliqué dans la section
19906 \begin_inset space ~
19907 \end_inset
19908
19909
19910 \begin_inset CommandInset ref
19911 LatexCommand ref
19912 reference "subsec:Calculs-multicolonnes"
19913
19914 \end_inset
19915
19916 .
19917  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19918  saisir pour chaque colonne la commande
19919 \end_layout
19920
19921 \begin_layout Standard
19922
19923 \series bold
19924 >{
19925 \backslash
19926 centering}p{(1
19927 \backslash
19928 columnwidth-62.4pt)/5}
19929 \end_layout
19930
19931 \begin_layout Standard
19932 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19933 \begin_inset space ~
19934 \end_inset
19935
19936 fois celle des 3 autres, le calcul est le suivant:
19937 \end_layout
19938
19939 \begin_layout Standard
19940 \begin_inset Formula 
19941 \begin{align}
19942 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19943  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19944  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19945 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19946 \end{align}
19947
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \begin_layout Standard
19954 Par conséquent, dans le tableau, la commande
19955 \end_layout
19956
19957 \begin_layout Standard
19958
19959 \series bold
19960 >{
19961 \backslash
19962 centering}p{(1
19963 \backslash
19964 columnwidth-62.4pt)/
19965 \backslash
19966 real{4.5}}
19967 \end_layout
19968
19969 \begin_layout Standard
19970 est utilisée pour les colonnes les plus larges, et la commande
19971 \end_layout
19972
19973 \begin_layout Standard
19974
19975 \series bold
19976 >{
19977 \backslash
19978 centering}p{(1
19979 \backslash
19980 columnwidth-62.4pt)/
19981 \backslash
19982 real{4.5}*
19983 \backslash
19984 real{0.75}}
19985 \end_layout
19986
19987 \begin_layout Standard
19988 est utilisée pour les plus étroites:
19989 \end_layout
19990
19991 \begin_layout Standard
19992 \begin_inset Tabular
19993 <lyxtabular version="3" rows="2" columns="5">
19994 <features tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19999 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20000 <row>
20001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20002 \begin_inset Text
20003
20004 \begin_layout Plain Layout
20005 1
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 2
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 3
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20029 \begin_inset Text
20030
20031 \begin_layout Plain Layout
20032 4
20033 \end_layout
20034
20035 \end_inset
20036 </cell>
20037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041 5
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 111111 1111111 111111 111111111 11111 11111 1111
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 2222 22222 222222 222222222 2222222 22 22222
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 333333 333333 333333 33333 3333333 333
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 </row>
20094 </lyxtabular>
20095
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \begin_layout Section
20102 Personnalisation des tableaux
20103 \begin_inset Index idx
20104 status collapsed
20105
20106 \begin_layout Plain Layout
20107 Tableau ! Personnalisation
20108 \end_layout
20109
20110 \end_inset
20111
20112
20113 \begin_inset Index idx
20114 status collapsed
20115
20116 \begin_layout Plain Layout
20117 Personnalisation des tableaux
20118 \end_layout
20119
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \begin_layout Subsection
20126 Espacement des lignes
20127 \begin_inset CommandInset label
20128 LatexCommand label
20129 name "subsec:Espacement-lignes"
20130
20131 \end_inset
20132
20133
20134 \begin_inset Index idx
20135 status collapsed
20136
20137 \begin_layout Plain Layout
20138 Personnalisation des tableaux ! Espacement des lignes
20139 \end_layout
20140
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20148  l'onglet 
20149 \family sans
20150 Bordures
20151 \family default
20152  de la fenêtre de dialogue 
20153 \family sans
20154 Paramètres
20155 \begin_inset space ~
20156 \end_inset
20157
20158 du
20159 \begin_inset space ~
20160 \end_inset
20161
20162 tableau
20163 \family default
20164 .
20165  Vous y trouverez trois possibilités :
20166 \end_layout
20167
20168 \begin_layout Description
20169 Haut
20170 \begin_inset space ~
20171 \end_inset
20172
20173 de
20174 \begin_inset space ~
20175 \end_inset
20176
20177 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20178  Si le tableau est un tableau formel
20179 \begin_inset Foot
20180 status collapsed
20181
20182 \begin_layout Plain Layout
20183 Les tableaux formels sont décrits dans la section
20184 \begin_inset space ~
20185 \end_inset
20186
20187
20188 \begin_inset CommandInset ref
20189 LatexCommand ref
20190 reference "sec:Tableaux-Formels"
20191
20192 \end_inset
20193
20194 .
20195 \end_layout
20196
20197 \end_inset
20198
20199  \SpecialChar LyX
20200  va insérer implicitement un espace de 0.5
20201 \begin_inset space \thinspace{}
20202 \end_inset
20203
20204 em.
20205  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20206  les filets verticaux comme dans le tableau suivant :
20207 \begin_inset VSpace medskip
20208 \end_inset
20209
20210
20211 \begin_inset Newline newline
20212 \end_inset
20213
20214
20215 \begin_inset space \hspace*{}
20216 \length 0pt
20217 \end_inset
20218
20219
20220 \begin_inset space \hfill{}
20221 \end_inset
20222
20223
20224 \begin_inset Tabular
20225 <lyxtabular version="3" rows="3" columns="1">
20226 <features tabularvalignment="middle">
20227 <column alignment="center" valignment="top">
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 A
20234 \end_layout
20235
20236 \end_inset
20237 </cell>
20238 </row>
20239 <row topspace="3mm">
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 espace de 3
20245 \begin_inset space \thinspace{}
20246 \end_inset
20247
20248 mm en haut de la ligne
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259 C
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 </lyxtabular>
20266
20267 \end_inset
20268
20269
20270 \begin_inset space \hfill{}
20271 \end_inset
20272
20273
20274 \begin_inset space \hspace*{}
20275 \length 0pt
20276 \end_inset
20277
20278
20279 \begin_inset VSpace medskip
20280 \end_inset
20281
20282
20283 \begin_inset Newline newline
20284 \end_inset
20285
20286 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20287  pas de filets verticaux.
20288 \end_layout
20289
20290 \begin_layout Description
20291 Bas
20292 \begin_inset space ~
20293 \end_inset
20294
20295 de
20296 \begin_inset space ~
20297 \end_inset
20298
20299 ligne va ajouter de l'espace sous les caractères de la ligne.
20300  Si le tableau est un tableau formel \SpecialChar LyX
20301  va insérer implicitement un espace
20302  de 0.5
20303 \begin_inset space \thinspace{}
20304 \end_inset
20305
20306 em, pour les tableaux normaux, l'espace implicite est de 2
20307 \begin_inset space \thinspace{}
20308 \end_inset
20309
20310 pt.
20311 \end_layout
20312
20313 \begin_layout Description
20314 Entre
20315 \begin_inset space ~
20316 \end_inset
20317
20318 les
20319 \begin_inset space ~
20320 \end_inset
20321
20322 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20323  Si le tableau est un tableau formel \SpecialChar LyX
20324  va insérer implicitement un espace
20325  de 0.5
20326 \begin_inset space \thinspace{}
20327 \end_inset
20328
20329 em.
20330  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20331  les filets verticaux comme dans le tableau suivant :
20332 \begin_inset VSpace medskip
20333 \end_inset
20334
20335
20336 \begin_inset Newline newline
20337 \end_inset
20338
20339
20340 \begin_inset space \hspace*{}
20341 \length 0pt
20342 \end_inset
20343
20344
20345 \begin_inset space \hfill{}
20346 \end_inset
20347
20348
20349 \begin_inset Tabular
20350 <lyxtabular version="3" rows="3" columns="1">
20351 <features tabularvalignment="middle">
20352 <column alignment="center" valignment="top">
20353 <row>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 A
20359 \end_layout
20360
20361 \end_inset
20362 </cell>
20363 </row>
20364 <row interlinespace="3mm">
20365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20366 \begin_inset Text
20367
20368 \begin_layout Plain Layout
20369 \begin_inset Formula $\downarrow$
20370 \end_inset
20371
20372  espace de 3
20373 \begin_inset space \thinspace{}
20374 \end_inset
20375
20376 mm entre les lignes 
20377 \begin_inset Formula $\downarrow$
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 </row>
20386 <row>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 \begin_inset Formula $\uparrow$
20392 \end_inset
20393
20394  espace de 3
20395 \begin_inset space \thinspace{}
20396 \end_inset
20397
20398 mm entre les lignes 
20399 \begin_inset Formula $\uparrow$
20400 \end_inset
20401
20402
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 </row>
20408 </lyxtabular>
20409
20410 \end_inset
20411
20412
20413 \begin_inset space \hfill{}
20414 \end_inset
20415
20416
20417 \begin_inset space \hspace*{}
20418 \length 0pt
20419 \end_inset
20420
20421
20422 \begin_inset VSpace medskip
20423 \end_inset
20424
20425
20426 \begin_inset Newline newline
20427 \end_inset
20428
20429 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20430  pas de filets verticaux.
20431 \end_layout
20432
20433 \begin_layout Standard
20434 \begin_inset VSpace bigskip
20435 \end_inset
20436
20437 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20438  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20439  dans le préambule :
20440 \end_layout
20441
20442 \begin_layout Standard
20443
20444 \series bold
20445
20446 \backslash
20447 @ifundefined{extrarowheight}
20448 \begin_inset Newline newline
20449 \end_inset
20450
20451
20452 \begin_inset Phantom HPhantom
20453 status open
20454
20455 \begin_layout Plain Layout
20456
20457 \series bold
20458 \begin_inset space ~
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465
20466 {
20467 \backslash
20468 usepackage{array}}{}
20469 \begin_inset Newline newline
20470 \end_inset
20471
20472
20473 \backslash
20474 setlength{
20475 \backslash
20476 extrarowheight}{height}
20477 \end_layout
20478
20479 \begin_layout Standard
20480 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20481  plus exactement centré verticalement.
20482  (le paquetage 
20483 \series bold
20484 array 
20485 \series default
20486 sera chargé automatiquement par \SpecialChar LyX
20487  quand vous utilisez des formats de tableaux
20488  auto-définis.
20489  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20490  
20491 \series bold
20492
20493 \backslash
20494 @ifundefined
20495 \series default
20496  dans la commande précédente.)
20497 \end_layout
20498
20499 \begin_layout Standard
20500 Si vous utilisez des polices de taille plus grande que la taille normale,
20501  les bordures des tableaux sont souvent trop proches du texte.
20502  On peut corriger ce problème en insérant la commande 
20503 \series bold
20504
20505 \begin_inset space \space{}
20506 \end_inset
20507
20508
20509 \backslash
20510 strut
20511 \series default
20512  en code \SpecialChar TeX
20513  au debut d'une ligne du tableau.
20514  Le tableau
20515 \begin_inset space ~
20516 \end_inset
20517
20518
20519 \begin_inset CommandInset ref
20520 LatexCommand ref
20521 reference "tab:Alignement-vertical"
20522
20523 \end_inset
20524
20525  montre l'effet de cette commande.
20526 \end_layout
20527
20528 \begin_layout Standard
20529 \noindent
20530 \begin_inset Float table
20531 placement h
20532 wide false
20533 sideways false
20534 status open
20535
20536 \begin_layout Plain Layout
20537 \begin_inset Caption Standard
20538
20539 \begin_layout Plain Layout
20540 \begin_inset CommandInset label
20541 LatexCommand label
20542 name "tab:Alignement-vertical"
20543
20544 \end_inset
20545
20546 Alignement vertical d'un texte avec une police de grande taille.
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Plain Layout
20555 \begin_inset space \hfill{}
20556 \end_inset
20557
20558
20559 \begin_inset Float table
20560 wide false
20561 sideways false
20562 status collapsed
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Caption Standard
20566
20567 \begin_layout Plain Layout
20568 Tableau normal.
20569 \end_layout
20570
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \begin_layout Plain Layout
20577 \noindent
20578 \align center
20579 \begin_inset Tabular
20580 <lyxtabular version="3" rows="6" columns="1">
20581 <features tabularvalignment="middle">
20582 <column alignment="left" valignment="top">
20583 <row>
20584 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588 Normal, g
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 <row>
20595 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599
20600 \size large
20601 Large
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \size larger
20614 Larger
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 </row>
20620 <row>
20621 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20622 \begin_inset Text
20623
20624 \begin_layout Plain Layout
20625
20626 \size largest
20627 Largest
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 <row>
20634 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638
20639 \size huge
20640 Huge
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \size huge
20653 Huger
20654 \end_layout
20655
20656 \end_inset
20657 </cell>
20658 </row>
20659 </lyxtabular>
20660
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667
20668
20669 \begin_inset space \hfill{}
20670 \end_inset
20671
20672
20673 \begin_inset Float table
20674 wide false
20675 sideways false
20676 status collapsed
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Caption Standard
20680
20681 \begin_layout Plain Layout
20682 Tableau utilisant la commande 
20683 \series bold
20684
20685 \backslash
20686 strut
20687 \series default
20688 .
20689 \end_layout
20690
20691 \end_inset
20692
20693
20694 \end_layout
20695
20696 \begin_layout Plain Layout
20697 \noindent
20698 \align center
20699 \begin_inset Tabular
20700 <lyxtabular version="3" rows="6" columns="1">
20701 <features tabularvalignment="middle">
20702 <column alignment="left" valignment="top">
20703 <row>
20704 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 Normal, g
20709 \end_layout
20710
20711 \end_inset
20712 </cell>
20713 </row>
20714 <row>
20715 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20716 \begin_inset Text
20717
20718 \begin_layout Plain Layout
20719
20720 \size large
20721 \begin_inset ERT
20722 status collapsed
20723
20724 \begin_layout Plain Layout
20725
20726
20727 \backslash
20728 strut 
20729 \end_layout
20730
20731 \end_inset
20732
20733 Large
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \size larger
20746 \begin_inset ERT
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750
20751
20752 \backslash
20753 strut 
20754 \end_layout
20755
20756 \end_inset
20757
20758 Larger
20759 \end_layout
20760
20761 \end_inset
20762 </cell>
20763 </row>
20764 <row>
20765 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20766 \begin_inset Text
20767
20768 \begin_layout Plain Layout
20769
20770 \size largest
20771 \begin_inset ERT
20772 status collapsed
20773
20774 \begin_layout Plain Layout
20775
20776
20777 \backslash
20778 strut 
20779 \end_layout
20780
20781 \end_inset
20782
20783 Largest
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \size huge
20796 \begin_inset ERT
20797 status collapsed
20798
20799 \begin_layout Plain Layout
20800
20801
20802 \backslash
20803 strut 
20804 \end_layout
20805
20806 \end_inset
20807
20808 Huge
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \size giant
20821 \begin_inset ERT
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825
20826
20827 \backslash
20828 strut 
20829 \end_layout
20830
20831 \end_inset
20832
20833
20834 \size huge
20835 Huger
20836 \end_layout
20837
20838 \end_inset
20839 </cell>
20840 </row>
20841 </lyxtabular>
20842
20843 \end_inset
20844
20845
20846 \end_layout
20847
20848 \end_inset
20849
20850
20851 \begin_inset space \hfill{}
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \begin_layout Standard
20863 \begin_inset Newpage newpage
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Subsection
20870 Alignements de cellules spéciaux
20871 \begin_inset CommandInset label
20872 LatexCommand label
20873 name "subsec:Alignements-de-cellules"
20874
20875 \end_inset
20876
20877
20878 \begin_inset Index idx
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882 Personnalisation des tableaux ! Alignement de cellules spéciaux
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Standard
20891 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20892  cellules sur un caractère donné, par exemple le séparateur décimal comme
20893  dans le tableau
20894 \begin_inset space ~
20895 \end_inset
20896
20897
20898 \begin_inset CommandInset ref
20899 LatexCommand ref
20900 reference "tab:Tableau-centré-sur-séparateur-1"
20901
20902 \end_inset
20903
20904 .
20905  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20906  soit en appuyant sur le bouton 
20907 \begin_inset Info
20908 type  "icon"
20909 arg   "tabular-feature align-decimal"
20910 \end_inset
20911
20912  de la barre d'outils ou en modifiant le paramètre 
20913 \family sans
20914 Alignement horizontal
20915 \family default
20916  à 
20917 \family sans
20918 Au séparateur décimal
20919 \family default
20920 .
20921  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20922  dans les paramètres du tableau.
20923 \end_layout
20924
20925 \begin_layout Standard
20926 \begin_inset Float table
20927 placement h
20928 wide false
20929 sideways false
20930 status open
20931
20932 \begin_layout Plain Layout
20933 \begin_inset Caption Standard
20934
20935 \begin_layout Plain Layout
20936 \begin_inset CommandInset label
20937 LatexCommand label
20938 name "tab:Tableau-centré-sur-séparateur-1"
20939
20940 \end_inset
20941
20942 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20943 \end_layout
20944
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \begin_layout Plain Layout
20951 \align center
20952 \begin_inset Tabular
20953 <lyxtabular version="3" rows="4" columns="1">
20954 <features booktabs="true" tabularvalignment="middle">
20955 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20956 <row>
20957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 en-tête
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="center" valignment="top" topline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972 12,6
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 </row>
20978 <row>
20979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983 0,68
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 </row>
20989 <row>
20990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20991 \begin_inset Text
20992
20993 \begin_layout Plain Layout
20994 -123,0
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 </row>
21000 </lyxtabular>
21001
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \begin_layout Standard
21013 \begin_inset Float table
21014 placement h
21015 wide false
21016 sideways false
21017 status open
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Caption Standard
21021
21022 \begin_layout Plain Layout
21023 \begin_inset CommandInset label
21024 LatexCommand label
21025 name "tab:Tableau-centré-sur-séparateur-2"
21026
21027 \end_inset
21028
21029 Les cellules d'une colonnes sont centrées sur les opérateurs.
21030 \end_layout
21031
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \begin_layout Plain Layout
21038 \align center
21039 \begin_inset Tabular
21040 <lyxtabular version="3" rows="4" columns="2">
21041 <features booktabs="true" tabularvalignment="middle">
21042 <column alignment="right" valignment="top" width="0pt">
21043 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21044 <row>
21045 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049 en-tête
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21055 \begin_inset Text
21056
21057 \begin_layout Plain Layout
21058
21059 \end_layout
21060
21061 \end_inset
21062 </cell>
21063 </row>
21064 <row>
21065 <cell alignment="center" valignment="top" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069 \begin_inset Formula $12\,+$
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\,6$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 <row>
21091 <cell alignment="center" valignment="top" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095 \begin_inset Formula $0\,-$
21096 \end_inset
21097
21098
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 \begin_inset Formula $\,68$
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 </row>
21116 <row>
21117 <cell alignment="center" valignment="top" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $-123\,/$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 <cell alignment="center" valignment="top" usebox="none">
21130 \begin_inset Text
21131
21132 \begin_layout Plain Layout
21133 \begin_inset Formula $\,0$
21134 \end_inset
21135
21136
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 </row>
21142 </lyxtabular>
21143
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150
21151
21152 \end_layout
21153
21154 \begin_layout Standard
21155 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21156  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21157  formules.
21158  Dans ce cas on doit utiliser la méthode du tableau
21159 \begin_inset space ~
21160 \end_inset
21161
21162
21163 \begin_inset CommandInset ref
21164 LatexCommand ref
21165 reference "tab:Tableau-centré-sur-séparateur-2"
21166
21167 \end_inset
21168
21169 .
21170  Ce tableau a été créé comme un tableau 4×2.
21171  L'en-tête est une cellule multi-colonnes centrée.
21172  La première colonne est alignée à droite et contient la première partie
21173  et inclue l'opérateur.
21174  La seconde colonne contient le reste de la cellule aligné à gauche.
21175  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21176  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21177  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21178  tableau, le paramètre \SpecialChar LaTeX
21179  suivant a été utilisé pour la deuxième colonne :
21180 \end_layout
21181
21182 \begin_layout Standard
21183
21184 \series bold
21185 @{}l
21186 \end_layout
21187
21188 \begin_layout Standard
21189 Le tableau
21190 \begin_inset space ~
21191 \end_inset
21192
21193
21194 \begin_inset CommandInset ref
21195 LatexCommand ref
21196 reference "tab:Plusieurs-exemples-alignements"
21197
21198 \end_inset
21199
21200  montre quelques exemples d'alignements.
21201  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21202  comme pour la deuxième colonne du tableau
21203 \begin_inset space ~
21204 \end_inset
21205
21206
21207 \begin_inset CommandInset ref
21208 LatexCommand ref
21209 reference "tab:Tableau-centré-sur-séparateur-2"
21210
21211 \end_inset
21212
21213 .
21214 \end_layout
21215
21216 \begin_layout Standard
21217 \begin_inset Float table
21218 wide false
21219 sideways false
21220 status open
21221
21222 \begin_layout Plain Layout
21223 \begin_inset Caption Standard
21224
21225 \begin_layout Plain Layout
21226 \begin_inset CommandInset label
21227 LatexCommand label
21228 name "tab:Plusieurs-exemples-alignements"
21229
21230 \end_inset
21231
21232 Plusieurs exemples d'alignement de cellules.
21233 \end_layout
21234
21235 \end_inset
21236
21237
21238 \end_layout
21239
21240 \begin_layout Plain Layout
21241 \align center
21242 \begin_inset Tabular
21243 <lyxtabular version="3" rows="4" columns="6">
21244 <features tabularvalignment="middle">
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 <column alignment="right" valignment="top">
21250 <column alignment="left" valignment="top" special="@{}l">
21251 <row>
21252 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 unités
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21262 \begin_inset Text
21263
21264 \begin_layout Plain Layout
21265
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 exposants
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21280 \begin_inset Text
21281
21282 \begin_layout Plain Layout
21283
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292 relations
21293 \end_layout
21294
21295 \end_inset
21296 </cell>
21297 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 </row>
21307 <row>
21308 <cell alignment="center" valignment="top" usebox="none">
21309 \begin_inset Text
21310
21311 \begin_layout Plain Layout
21312 12×
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 24
21322 \begin_inset space \thinspace{}
21323 \end_inset
21324
21325 bouteilles
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell alignment="center" valignment="top" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334 \begin_inset Formula $10\cdot$
21335 \end_inset
21336
21337
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $10^{\mbox{-}17}$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell alignment="center" valignment="top" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358 \begin_inset Formula $\Gamma(t)\propto$
21359 \end_inset
21360
21361
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\:\Upsilon(t)$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384 1024×
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 768
21394 \begin_inset space \thinspace{}
21395 \end_inset
21396
21397 Pixels
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $5.78\cdot$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $10^{7}$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 <cell alignment="center" valignment="top" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430 \begin_inset Formula $A\ne$
21431 \end_inset
21432
21433
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\:B_{\mathrm{red}}$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456 32×
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465 6
21466 \begin_inset space \thinspace{}
21467 \end_inset
21468
21469 cm
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 -
21479 \begin_inset Formula $33.5\cdot$
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Formula $10^{4}$
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\sin(\alpha)\ge$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 \begin_inset Formula $\:\sin(\beta)$
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 </row>
21524 </lyxtabular>
21525
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Subsection
21537 Formats de cellule et de colonne personnalisés
21538 \begin_inset CommandInset label
21539 LatexCommand label
21540 name "subsec:Formats-personnalisés"
21541
21542 \end_inset
21543
21544
21545 \begin_inset Index idx
21546 status collapsed
21547
21548 \begin_layout Plain Layout
21549 Personnalisation des tableaux !  Format de cellule/colonne
21550 \end_layout
21551
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \begin_layout Standard
21558 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21559 \begin_inset space ~
21560 \end_inset
21561
21562
21563 \begin_inset CommandInset ref
21564 LatexCommand ref
21565 reference "sec:Table-Width-Calculation"
21566
21567 \end_inset
21568
21569  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21570  la section
21571 \begin_inset space ~
21572 \end_inset
21573
21574
21575 \begin_inset CommandInset ref
21576 LatexCommand ref
21577 reference "subsec:Calculs-multicolonnes"
21578
21579 \end_inset
21580
21581  peut devenir très pénible si vous avez plusieurs tableaux.
21582  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21583  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21584  du document.
21585  Le format est défini avec la commande
21586 \end_layout
21587
21588 \begin_layout Standard
21589
21590 \series bold
21591
21592 \backslash
21593 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21594 \end_layout
21595
21596 \begin_layout Standard
21597 Le nom du format peut n'avoir qu'une lettre.
21598  Les lettres 
21599 \emph on
21600 b
21601 \emph default
21602
21603 \emph on
21604 c
21605 \emph default
21606
21607 \emph on
21608 l
21609 \emph default
21610
21611 \emph on
21612 m
21613 \emph default
21614
21615 \emph on
21616 p
21617 \emph default
21618  et 
21619 \emph on
21620 r
21621 \emph default
21622  sont prédéfinies et donc ne peuvent être utilisées.
21623  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21624 \end_layout
21625
21626 \begin_layout Standard
21627 \begin_inset VSpace medskip
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Standard
21634 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21635  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21636  :
21637 \end_layout
21638
21639 \begin_layout Standard
21640
21641 \series bold
21642
21643 \backslash
21644 newcolumntype{M}[1]{>{
21645 \backslash
21646 centering
21647 \backslash
21648 hspace{0pt}}m{#1}}
21649 \end_layout
21650
21651 \begin_layout Standard
21652 Où le 
21653 \series bold
21654
21655 \backslash
21656 hspace{0pt}
21657 \series default
21658  évite le problème de césure du premier mot, comme c'est décrit en section
21659 \begin_inset space ~
21660 \end_inset
21661
21662
21663 \begin_inset CommandInset ref
21664 LatexCommand ref
21665 reference "subsec:Lignes-multiple-dans-cellule"
21666
21667 \end_inset
21668
21669 .
21670  Ensuite, vous pouvez entrer
21671 \end_layout
21672
21673 \begin_layout Standard
21674
21675 \series bold
21676 M{width}
21677 \end_layout
21678
21679 \begin_layout Standard
21680 comme paramètre \SpecialChar LaTeX
21681  dans la fenêtre de dialogue de tableau pour créer une multi-col
21682 onnes.
21683 \end_layout
21684
21685 \begin_layout Standard
21686 \begin_inset VSpace bigskip
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \begin_layout Standard
21693 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21694  pouvez définir le format
21695 \end_layout
21696
21697 \begin_layout Standard
21698
21699 \series bold
21700
21701 \backslash
21702 newcolumntype{S}[2]{>{
21703 \backslash
21704 centering
21705 \backslash
21706 hspace{0pt}}
21707 \begin_inset Newline newline
21708 \end_inset
21709
21710
21711 \begin_inset Phantom HPhantom
21712 status open
21713
21714 \begin_layout Plain Layout
21715
21716 \series bold
21717
21718 \backslash
21719 newcolumntype{S}[2]
21720 \end_layout
21721
21722 \end_inset
21723
21724 m{(#1+(2
21725 \backslash
21726 tabcolsep+
21727 \backslash
21728 arrayrulewidth)*(1-#2))/#2}}
21729 \end_layout
21730
21731 \begin_layout Standard
21732 Ce format utilise l'équation
21733 \begin_inset space ~
21734 \end_inset
21735
21736
21737 \begin_inset CommandInset ref
21738 LatexCommand eqref
21739 reference "eq:Wgn"
21740
21741 \end_inset
21742
21743  pour calculer la largeur que doit avoir chacune des cellules couverte par
21744  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21745 \end_layout
21746
21747 \begin_layout Standard
21748 Ensuite, vous pouvez entrer
21749 \end_layout
21750
21751 \begin_layout Standard
21752
21753 \series bold
21754 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21755 \end_layout
21756
21757 \begin_layout Standard
21758 comme paramètre \SpecialChar LaTeX
21759  de la colonne.
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \begin_inset VSpace bigskip
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \begin_layout Standard
21770 Pour des colonnes colorées, vous pouvez définir
21771 \end_layout
21772
21773 \begin_layout Standard
21774
21775 \series bold
21776
21777 \backslash
21778 newcolumntype{K}[1]{>{
21779 \backslash
21780 columncolor{#1}
21781 \backslash
21782 hspace{0pt}}c}
21783 \end_layout
21784
21785 \begin_layout Standard
21786 Le 
21787 \begin_inset Quotes fld
21788 \end_inset
21789
21790 c
21791 \begin_inset Quotes frd
21792 \end_inset
21793
21794  à la fin crée une colonne de largeur variable dont le texte est centré
21795  horizontalement.
21796  Vous pouvez maintenant entrer
21797 \end_layout
21798
21799 \begin_layout Standard
21800
21801 \series bold
21802 K{nom de couleur}
21803 \end_layout
21804
21805 \begin_layout Standard
21806 comme paramètre \SpecialChar LaTeX
21807 .
21808 \end_layout
21809
21810 \begin_layout Standard
21811 \begin_inset VSpace bigskip
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \begin_layout Standard
21818 Pour créer le tableau
21819 \begin_inset space ~
21820 \end_inset
21821
21822
21823 \begin_inset CommandInset ref
21824 LatexCommand ref
21825 reference "tab:Tableau-formats-personnalisés"
21826
21827 \end_inset
21828
21829  utilisez les paramètres \SpecialChar LaTeX
21830
21831 \end_layout
21832
21833 \begin_layout Standard
21834
21835 \series bold
21836 M{2.5cm}
21837 \end_layout
21838
21839 \begin_layout Standard
21840 pour la première colonne et la multi-colonnes,
21841 \end_layout
21842
21843 \begin_layout Standard
21844
21845 \series bold
21846 K{red}
21847 \end_layout
21848
21849 \begin_layout Standard
21850 pour la dernière colonne, et
21851 \end_layout
21852
21853 \begin_layout Standard
21854
21855 \series bold
21856 S{2.5cm}{2}
21857 \end_layout
21858
21859 \begin_layout Standard
21860 pour les cellules de la deuxième colonne.
21861 \end_layout
21862
21863 \begin_layout Standard
21864 \begin_inset Float table
21865 placement h
21866 wide false
21867 sideways false
21868 status open
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Caption Standard
21872
21873 \begin_layout Plain Layout
21874 \begin_inset CommandInset label
21875 LatexCommand label
21876 name "tab:Tableau-formats-personnalisés"
21877
21878 \end_inset
21879
21880 Tableau utilisant des formats personnalisés
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \begin_layout Plain Layout
21889 \align center
21890 \begin_inset Tabular
21891 <lyxtabular version="3" rows="3" columns="4">
21892 <features tabularvalignment="middle">
21893 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21894 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21895 <column alignment="center" valignment="middle">
21896 <column alignment="center" valignment="middle" special="K{red}">
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 motTrèsLongDansUneCellule
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 multi-colonnes avec multi-lignes
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 c
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940 d
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 e
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 f
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967 g
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 <row>
21974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 h
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 i
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 j
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 k
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 </lyxtabular>
22012
22013 \end_inset
22014
22015
22016 \end_layout
22017
22018 \end_inset
22019
22020
22021 \end_layout
22022
22023 \begin_layout Subsection
22024 Épaisseur des filets
22025 \begin_inset CommandInset label
22026 LatexCommand label
22027 name "subsec:Epaisseur-filets"
22028
22029 \end_inset
22030
22031
22032 \begin_inset Index idx
22033 status collapsed
22034
22035 \begin_layout Plain Layout
22036 Personnalisation des tableaux ! Épaisseur filets
22037 \end_layout
22038
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \begin_layout Standard
22045 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22046  
22047 \series bold
22048
22049 \backslash
22050 arrayrulewidth
22051 \series default
22052 .
22053  Pour mettre, par exemple, une épaisseur de filet de 1.5
22054 \begin_inset space \thinspace{}
22055 \end_inset
22056
22057 pt, comme pour le tableau
22058 \begin_inset space ~
22059 \end_inset
22060
22061
22062 \begin_inset CommandInset ref
22063 LatexCommand ref
22064 reference "tab:Tableau-filets-1.5pt"
22065
22066 \end_inset
22067
22068 , insérez la commande
22069 \end_layout
22070
22071 \begin_layout Standard
22072
22073 \series bold
22074
22075 \backslash
22076 setlength{
22077 \backslash
22078 arrayrulewidth}{1.5pt}
22079 \end_layout
22080
22081 \begin_layout Standard
22082 en code \SpecialChar TeX
22083  avant le tableau ou le flottant de tableau.
22084  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22085  suivent.
22086  pour revenir aux valeurs implicites, mettez 
22087 \series bold
22088
22089 \backslash
22090 arrayrulewidth
22091 \series default
22092  à 0.4
22093 \begin_inset space \thinspace{}
22094 \end_inset
22095
22096 pt en utilisant du code \SpecialChar LaTeX
22097  après le tableau ou le flottant de tableau.
22098 \end_layout
22099
22100 \begin_layout Standard
22101 \begin_inset ERT
22102 status collapsed
22103
22104 \begin_layout Plain Layout
22105
22106
22107 \backslash
22108 setlength{
22109 \backslash
22110 arrayrulewidth}{1.5pt}
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \begin_inset Float table
22117 wide false
22118 sideways false
22119 status open
22120
22121 \begin_layout Plain Layout
22122 \begin_inset Caption Standard
22123
22124 \begin_layout Plain Layout
22125 \begin_inset CommandInset label
22126 LatexCommand label
22127 name "tab:Tableau-filets-1.5pt"
22128
22129 \end_inset
22130
22131 Tableau avec des filets de 1.5
22132 \begin_inset space \thinspace{}
22133 \end_inset
22134
22135 pt
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \begin_layout Plain Layout
22144 \align center
22145 \begin_inset Tabular
22146 <lyxtabular version="3" rows="3" columns="3">
22147 <features tabularvalignment="middle">
22148 <column alignment="center" valignment="top">
22149 <column alignment="center" valignment="top">
22150 <column alignment="center" valignment="top">
22151 <row>
22152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156 sd
22157 \end_layout
22158
22159 \end_inset
22160 </cell>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22171 \begin_inset Text
22172
22173 \begin_layout Plain Layout
22174
22175 \end_layout
22176
22177 \end_inset
22178 </cell>
22179 </row>
22180 <row>
22181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22182 \begin_inset Text
22183
22184 \begin_layout Plain Layout
22185
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 sd
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 </row>
22209 <row>
22210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214
22215 \end_layout
22216
22217 \end_inset
22218 </cell>
22219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232 sd
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 </lyxtabular>
22239
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246
22247
22248 \begin_inset ERT
22249 status collapsed
22250
22251 \begin_layout Plain Layout
22252
22253
22254 \backslash
22255 setlength{
22256 \backslash
22257 arrayrulewidth}{0.4pt}
22258 \end_layout
22259
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \begin_layout Standard
22266 \begin_inset VSpace bigskip
22267 \end_inset
22268
22269 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22270 \begin_inset space \thinspace{}
22271 \end_inset
22272
22273 pt, comme dans le tableau
22274 \begin_inset space ~
22275 \end_inset
22276
22277
22278 \begin_inset CommandInset ref
22279 LatexCommand ref
22280 reference "tab:Tableau-filets-horizontaux-1.5pt"
22281
22282 \end_inset
22283
22284 , insérez les commandes suivantes en code \SpecialChar TeX
22285  avant le tableau ou le flottant
22286  de tableau :
22287 \end_layout
22288
22289 \begin_layout Standard
22290
22291 \series bold
22292
22293 \backslash
22294 let
22295 \backslash
22296 myHline
22297 \backslash
22298 hline
22299 \begin_inset Newline newline
22300 \end_inset
22301
22302
22303 \backslash
22304 renewcommand{
22305 \backslash
22306 hline}
22307 \begin_inset Newline newline
22308 \end_inset
22309
22310  {
22311 \backslash
22312 noalign{
22313 \backslash
22314 global
22315 \backslash
22316 arrayrulewidth 1.5pt}
22317 \begin_inset Newline newline
22318 \end_inset
22319
22320  
22321 \backslash
22322 myHline
22323 \backslash
22324 noalign{
22325 \backslash
22326 global
22327 \backslash
22328 arrayrulewidth 0.4pt}}
22329 \end_layout
22330
22331 \begin_layout Standard
22332 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22333  en code \SpecialChar TeX
22334  après le tableau ou le flottant de tableau :
22335 \end_layout
22336
22337 \begin_layout Standard
22338
22339 \series bold
22340
22341 \backslash
22342 renewcommand{
22343 \backslash
22344 hline}{
22345 \backslash
22346 myHline}
22347 \end_layout
22348
22349 \begin_layout Standard
22350 \begin_inset ERT
22351 status collapsed
22352
22353 \begin_layout Plain Layout
22354
22355
22356 \backslash
22357 let
22358 \backslash
22359 myHline
22360 \backslash
22361 hline
22362 \end_layout
22363
22364 \begin_layout Plain Layout
22365
22366
22367 \backslash
22368 renewcommand{
22369 \backslash
22370 hline}
22371 \end_layout
22372
22373 \begin_layout Plain Layout
22374
22375  {
22376 \backslash
22377 noalign{
22378 \backslash
22379 global
22380 \backslash
22381 arrayrulewidth 1.5pt}
22382 \end_layout
22383
22384 \begin_layout Plain Layout
22385
22386   
22387 \backslash
22388 myHline
22389 \backslash
22390 noalign{
22391 \backslash
22392 global
22393 \backslash
22394 arrayrulewidth 0.4pt}}
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \begin_inset Float table
22401 wide false
22402 sideways false
22403 status open
22404
22405 \begin_layout Plain Layout
22406 \begin_inset Caption Standard
22407
22408 \begin_layout Plain Layout
22409 \begin_inset CommandInset label
22410 LatexCommand label
22411 name "tab:Tableau-filets-horizontaux-1.5pt"
22412
22413 \end_inset
22414
22415 Tableau avec des filets horizontaux de 1.5
22416 \begin_inset space \thinspace{}
22417 \end_inset
22418
22419 pt
22420 \end_layout
22421
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \begin_layout Plain Layout
22428 \align center
22429 \begin_inset Tabular
22430 <lyxtabular version="3" rows="3" columns="3">
22431 <features tabularvalignment="middle">
22432 <column alignment="center" valignment="top">
22433 <column alignment="center" valignment="top">
22434 <column alignment="center" valignment="top">
22435 <row>
22436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440 sd
22441 \end_layout
22442
22443 \end_inset
22444 </cell>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 </row>
22464 <row>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478 sd
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22484 \begin_inset Text
22485
22486 \begin_layout Plain Layout
22487
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 </row>
22493 <row>
22494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22495 \begin_inset Text
22496
22497 \begin_layout Plain Layout
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 sd
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 </row>
22522 </lyxtabular>
22523
22524 \end_inset
22525
22526
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \begin_inset ERT
22533 status collapsed
22534
22535 \begin_layout Plain Layout
22536
22537
22538 \backslash
22539 renewcommand{
22540 \backslash
22541 hline}{
22542 \backslash
22543 myHline}
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Standard
22552 \begin_inset VSpace bigskip
22553 \end_inset
22554
22555 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22556 \begin_inset space \thinspace{}
22557 \end_inset
22558
22559 pt, créez le format de colonne suivant dans le préambule, en suivant la
22560  description de la section
22561 \begin_inset space ~
22562 \end_inset
22563
22564
22565 \begin_inset CommandInset ref
22566 LatexCommand ref
22567 reference "subsec:Formats-personnalisés"
22568
22569 \end_inset
22570
22571 :
22572 \end_layout
22573
22574 \begin_layout Standard
22575
22576 \series bold
22577
22578 \backslash
22579 newcolumntype{V}{!{
22580 \backslash
22581 vrule width 1.5pt}}
22582 \end_layout
22583
22584 \begin_layout Standard
22585 Pour le tableau
22586 \begin_inset space ~
22587 \end_inset
22588
22589
22590 \begin_inset CommandInset ref
22591 LatexCommand ref
22592 reference "tab:Tableau-filets-verticaux-1.5pt"
22593
22594 \end_inset
22595
22596  le paramètre \SpecialChar LaTeX
22597  
22598 \end_layout
22599
22600 \begin_layout Standard
22601
22602 \series bold
22603 VcV
22604 \end_layout
22605
22606 \begin_layout Standard
22607 a été utilisé pour la dernière colonne et
22608 \end_layout
22609
22610 \begin_layout Standard
22611
22612 \series bold
22613 Vc
22614 \end_layout
22615
22616 \begin_layout Standard
22617 pour les autres colonnes.
22618 \end_layout
22619
22620 \begin_layout Standard
22621 \begin_inset Float table
22622 wide false
22623 sideways false
22624 status open
22625
22626 \begin_layout Plain Layout
22627 \begin_inset Caption Standard
22628
22629 \begin_layout Plain Layout
22630 \begin_inset CommandInset label
22631 LatexCommand label
22632 name "tab:Tableau-filets-verticaux-1.5pt"
22633
22634 \end_inset
22635
22636 Tableau avec des filets verticaux de 1.5
22637 \begin_inset space \thinspace{}
22638 \end_inset
22639
22640 pt 
22641 \end_layout
22642
22643 \end_inset
22644
22645
22646 \end_layout
22647
22648 \begin_layout Plain Layout
22649 \align center
22650 \begin_inset Tabular
22651 <lyxtabular version="3" rows="3" columns="3">
22652 <features tabularvalignment="middle">
22653 <column alignment="center" valignment="top" special="Vc">
22654 <column alignment="center" valignment="top" special="Vc">
22655 <column alignment="center" valignment="top" special="VcV">
22656 <row>
22657 <cell alignment="center" valignment="top" topline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 sd
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" topline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 sd
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" topline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737 sd
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 </lyxtabular>
22744
22745 \end_inset
22746
22747
22748 \end_layout
22749
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \begin_layout Subsection
22756 Filets à traits interrompus
22757 \begin_inset Index idx
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 Personnalisation des tableaux ! Filets à traits interrompus
22762 \end_layout
22763
22764 \end_inset
22765
22766
22767 \end_layout
22768
22769 \begin_layout Standard
22770 \begin_inset ERT
22771 status collapsed
22772
22773 \begin_layout Plain Layout
22774
22775
22776 \backslash
22777 ifarydshln
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \begin_inset Note Note
22784 status open
22785
22786 \begin_layout Plain Layout
22787 La section suivante ne s'affichera que si vous avez installé le paquetage
22788  \SpecialChar LaTeX
22789  
22790 \series bold
22791 arydshln
22792 \series default
22793 .
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 \begin_inset Float table
22803 placement H
22804 wide false
22805 sideways false
22806 status open
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Caption Standard
22810
22811 \begin_layout Plain Layout
22812 \begin_inset CommandInset label
22813 LatexCommand label
22814 name "tab:Tableau-filets-tirets"
22815
22816 \end_inset
22817
22818 Tableau avec des filets à traits interrompus
22819 \end_layout
22820
22821 \end_inset
22822
22823
22824 \end_layout
22825
22826 \begin_layout Plain Layout
22827 \align center
22828 \begin_inset Tabular
22829 <lyxtabular version="3" rows="5" columns="5">
22830 <features tabularvalignment="middle">
22831 <column alignment="center" valignment="top">
22832 <column alignment="center" valignment="top">
22833 <column alignment="center" valignment="top" special=":c">
22834 <column alignment="center" valignment="top">
22835 <column alignment="center" valignment="top">
22836 <row>
22837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841 a
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 b
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 c
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 d
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 e
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 f
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 g
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" topline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 h
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 i
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 j
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 \begin_inset ERT
22936 status collapsed
22937
22938 \begin_layout Plain Layout
22939
22940
22941 \backslash
22942 hdashline 
22943 \end_layout
22944
22945 \end_inset
22946
22947 k
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 l
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 m
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974 n
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 o
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 </row>
22989 <row>
22990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 \begin_inset ERT
22995 status collapsed
22996
22997 \begin_layout Plain Layout
22998
22999
23000 \backslash
23001 cdashline{4-5}
23002 \end_layout
23003
23004 \end_inset
23005
23006 p
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 q
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 r
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23030 \begin_inset Text
23031
23032 \begin_layout Plain Layout
23033 s
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053 t
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 u
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 v
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23077 \begin_inset Text
23078
23079 \begin_layout Plain Layout
23080 w
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 x
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 </lyxtabular>
23096
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \begin_layout Standard
23108 \SpecialChar LyX
23109  ne gère pas de façon native les filets à lignes interrompues, vous devez
23110  donc employer du code \SpecialChar TeX
23111 .
23112  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23113  
23114 \series bold
23115 arydshln
23116 \series default
23117
23118 \begin_inset Index idx
23119 status collapsed
23120
23121 \begin_layout Plain Layout
23122 Paquetages \SpecialChar LaTeX
23123  ! arydshln
23124 \end_layout
23125
23126 \end_inset
23127
23128  dans le préambule du document avec la commande 
23129 \end_layout
23130
23131 \begin_layout Standard
23132
23133 \series bold
23134
23135 \backslash
23136 usepackage{arydshln}
23137 \end_layout
23138
23139 \begin_layout Standard
23140 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23141  
23142 \begin_inset Quotes fld
23143 \end_inset
23144
23145 :
23146 \begin_inset Quotes frd
23147 \end_inset
23148
23149  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23150  dans
23151  la fenêtre de dialogue de paramètre du tableau.
23152 \end_layout
23153
23154 \begin_layout Standard
23155 Pour un trait horizontal interrompu, ajoutez la commande
23156 \end_layout
23157
23158 \begin_layout Standard
23159
23160 \series bold
23161
23162 \backslash
23163 hdashline
23164 \end_layout
23165
23166 \begin_layout Standard
23167 en code \SpecialChar TeX
23168  comme premier élément de la première cellule de la ligne de tableau.
23169 \end_layout
23170
23171 \begin_layout Standard
23172 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23173  commande 
23174 \end_layout
23175
23176 \begin_layout Standard
23177
23178 \series bold
23179
23180 \backslash
23181 cdashline{
23182 \series default
23183 numéros de colonnes}
23184 \end_layout
23185
23186 \begin_layout Standard
23187 en code \SpecialChar TeX
23188  comme premier élément de la première cellule de la ligne.
23189  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23190  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23191 \end_layout
23192
23193 \begin_layout Standard
23194
23195 \series bold
23196
23197 \backslash
23198 cdashline{2-4}
23199 \end_layout
23200
23201 \begin_layout Standard
23202 comme premier élément de la première cellule de la ligne contenant la multi-colo
23203 nnes.
23204 \end_layout
23205
23206 \begin_layout Standard
23207 \begin_inset VSpace bigskip
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \begin_layout Standard
23214 Le tableau
23215 \begin_inset space ~
23216 \end_inset
23217
23218
23219 \begin_inset CommandInset ref
23220 LatexCommand ref
23221 reference "tab:Tableau-filets-tirets"
23222
23223 \end_inset
23224
23225  a été créé en utilisant 
23226 \begin_inset Quotes fld
23227 \end_inset
23228
23229
23230 \series bold
23231 :c
23232 \series default
23233
23234 \begin_inset Quotes frd
23235 \end_inset
23236
23237  comme paramètre \SpecialChar LaTeX
23238  pour la troisième colonne.
23239  La commande en code \SpecialChar TeX
23240  
23241 \series bold
23242
23243 \backslash
23244 hdashline
23245 \series default
23246  a été insérée dans la première cellule de la troisième ligne et la commande
23247  en code \SpecialChar TeX
23248  
23249 \series bold
23250
23251 \backslash
23252 cdashline{4-5}
23253 \series default
23254  a été insérée dans la première cellule de la quatrième ligne.
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset VSpace bigskip
23259 \end_inset
23260
23261 Les filets interrompus peuvent également colorés comme indiqué tableau
23262 \begin_inset space ~
23263 \end_inset
23264
23265
23266 \begin_inset CommandInset ref
23267 LatexCommand ref
23268 reference "tab:Colored-table-with"
23269
23270 \end_inset
23271
23272 .
23273 \end_layout
23274
23275 \begin_layout Standard
23276 \begin_inset ERT
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280
23281
23282 \backslash
23283 setlength{
23284 \backslash
23285 arrayrulewidth}{1pt}
23286 \end_layout
23287
23288 \end_inset
23289
23290
23291 \begin_inset Note Note
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295 filets épaissis pour un meilleur affichage de la couleur du file
23296 \lang english
23297 t
23298 \end_layout
23299
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \begin_layout Standard
23306 \begin_inset ERT
23307 status collapsed
23308
23309 \begin_layout Plain Layout
23310
23311
23312 \backslash
23313 dashgapcolor{green}
23314 \end_layout
23315
23316 \end_inset
23317
23318
23319 \begin_inset Note Note
23320 status collapsed
23321
23322 \begin_layout Plain Layout
23323 espaces entre les tirets en vert
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \begin_layout Standard
23332 \begin_inset ERT
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336
23337
23338 \backslash
23339 let
23340 \backslash
23341 myHdashline
23342 \backslash
23343 hdashline
23344 \end_layout
23345
23346 \begin_layout Plain Layout
23347
23348
23349 \backslash
23350 renewcommand{
23351 \backslash
23352 hdashline}
23353 \end_layout
23354
23355 \begin_layout Plain Layout
23356
23357  {
23358 \backslash
23359 arrayrulecolor{red}
23360 \backslash
23361 myHdashline
23362 \backslash
23363 arrayrulecolor{black}}
23364 \end_layout
23365
23366 \end_inset
23367
23368
23369 \begin_inset Note Note
23370 status collapsed
23371
23372 \begin_layout Plain Layout
23373 filets interrompus horizontaux en rouge
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \begin_layout Standard
23382 \begin_inset ERT
23383 status collapsed
23384
23385 \begin_layout Plain Layout
23386
23387
23388 \backslash
23389 let
23390 \backslash
23391 myCdashline
23392 \backslash
23393 cdashline
23394 \end_layout
23395
23396 \begin_layout Plain Layout
23397
23398
23399 \backslash
23400 renewcommand{
23401 \backslash
23402 cdashline}[1]
23403 \end_layout
23404
23405 \begin_layout Plain Layout
23406
23407  {
23408 \backslash
23409 arrayrulecolor{yellow}
23410 \backslash
23411 myCdashline{#1}
23412 \backslash
23413 arrayrulecolor{black}}
23414 \end_layout
23415
23416 \end_inset
23417
23418
23419 \begin_inset Note Note
23420 status collapsed
23421
23422 \begin_layout Plain Layout
23423 filets interrompus horizontaux en jaune, partiellement
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \begin_inset Float table
23433 placement h
23434 wide false
23435 sideways false
23436 status open
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Caption Standard
23440
23441 \begin_layout Plain Layout
23442 \begin_inset CommandInset label
23443 LatexCommand label
23444 name "tab:Colored-table-with"
23445
23446 \end_inset
23447
23448 Tableau coloré avec filets interropus
23449 \end_layout
23450
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \begin_layout Plain Layout
23457 \align center
23458 \begin_inset Tabular
23459 <lyxtabular version="3" rows="5" columns="5">
23460 <features tabularvalignment="middle">
23461 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23462 <column alignment="center" valignment="top" width="0pt">
23463 <column alignment="center" valignment="top" width="0pt" special=":c">
23464 <column alignment="center" valignment="top">
23465 <column alignment="center" valignment="top">
23466 <row>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 a
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 b
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 c
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 d
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 e
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 </row>
23513 <row>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 f
23519 \end_layout
23520
23521 \end_inset
23522 </cell>
23523 <cell alignment="center" valignment="top" topline="true" usebox="none">
23524 \begin_inset Text
23525
23526 \begin_layout Plain Layout
23527 g
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 h
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 i
23546 \end_layout
23547
23548 \end_inset
23549 </cell>
23550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23551 \begin_inset Text
23552
23553 \begin_layout Plain Layout
23554 j
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565 \begin_inset ERT
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569
23570
23571 \backslash
23572 hdashline 
23573 \end_layout
23574
23575 \end_inset
23576
23577
23578 \begin_inset ERT
23579 status collapsed
23580
23581 \begin_layout Plain Layout
23582
23583
23584 \backslash
23585 rowcolor{Gray}
23586 \end_layout
23587
23588 \end_inset
23589
23590 k
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 l
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell alignment="center" valignment="top" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 m
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617 n
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 o
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 </row>
23632 <row>
23633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 \begin_inset ERT
23638 status collapsed
23639
23640 \begin_layout Plain Layout
23641
23642
23643 \backslash
23644 cdashline{4-5}
23645 \end_layout
23646
23647 \end_inset
23648
23649 p
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 q
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667 r
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 s
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 t
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 u
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 v
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 w
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 \begin_inset ERT
23733 status collapsed
23734
23735 \begin_layout Plain Layout
23736
23737
23738 \backslash
23739 cellcolor{Maroon}
23740 \end_layout
23741
23742 \end_inset
23743
23744 i
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 </row>
23750 </lyxtabular>
23751
23752 \end_inset
23753
23754
23755 \end_layout
23756
23757 \end_inset
23758
23759
23760 \end_layout
23761
23762 \begin_layout Standard
23763 \begin_inset ERT
23764 status collapsed
23765
23766 \begin_layout Plain Layout
23767
23768
23769 \backslash
23770 renewcommand{
23771 \backslash
23772 hdashline}{
23773 \backslash
23774 myHdashline}
23775 \end_layout
23776
23777 \end_inset
23778
23779
23780 \lang english
23781
23782 \begin_inset Note Note
23783 status collapsed
23784
23785 \begin_layout Plain Layout
23786 retour à la valeur implicite
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \begin_layout Standard
23795 \begin_inset ERT
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799
23800
23801 \backslash
23802 renewcommand{
23803 \backslash
23804 cdashline}{
23805 \backslash
23806 myCdashline}
23807 \end_layout
23808
23809 \end_inset
23810
23811
23812 \lang english
23813
23814 \begin_inset Note Note
23815 status collapsed
23816
23817 \begin_layout Plain Layout
23818 retour à la valeur implicite
23819 \end_layout
23820
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset ERT
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831
23832
23833 \backslash
23834 nodashgapcolor
23835 \end_layout
23836
23837 \end_inset
23838
23839
23840 \lang english
23841
23842 \begin_inset Note Note
23843 status collapsed
23844
23845 \begin_layout Plain Layout
23846 retour à la valeur implicite
23847 \end_layout
23848
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \begin_layout Standard
23855 \begin_inset ERT
23856 status collapsed
23857
23858 \begin_layout Plain Layout
23859
23860
23861 \backslash
23862 setlength{
23863 \backslash
23864 arrayrulewidth}{0.4pt}
23865 \end_layout
23866
23867 \end_inset
23868
23869
23870 \lang english
23871
23872 \begin_inset Note Note
23873 status collapsed
23874
23875 \begin_layout Plain Layout
23876 retour à la valeur implicite
23877 \end_layout
23878
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \begin_layout Standard
23885 La coloration des lignes, des colonnes et des filets fonctionne comme il
23886  est décrit section
23887 \begin_inset space ~
23888 \end_inset
23889
23890
23891 \begin_inset CommandInset ref
23892 LatexCommand ref
23893 reference "sec:Tableaux-Colorés"
23894
23895 \end_inset
23896
23897 .
23898  Coloret les filets horizontaux fonctionne de manière analogue comme il
23899  est décrit ici, il suffit de remplacer la commande 
23900 \series bold
23901
23902 \backslash
23903 myHlineC
23904 \series default
23905  par 
23906 \series bold
23907
23908 \backslash
23909 myHdashline
23910 \series default
23911  et la commande 
23912 \backslash
23913
23914 \series bold
23915 hlinepar
23916 \series default
23917  
23918 \series bold
23919
23920 \backslash
23921 hdashline
23922 \series default
23923 .
23924  On utilise donc les commandes:
23925 \end_layout
23926
23927 \begin_layout Standard
23928
23929 \series bold
23930
23931 \backslash
23932 let
23933 \backslash
23934 myHdashline
23935 \backslash
23936 hdashline
23937 \begin_inset Newline newline
23938 \end_inset
23939
23940
23941 \backslash
23942 renewcommand{
23943 \backslash
23944 hdashline}
23945 \begin_inset Newline newline
23946 \end_inset
23947
23948
23949 \begin_inset Phantom HPhantom
23950 status open
23951
23952 \begin_layout Plain Layout
23953 \begin_inset space ~
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960
23961 {
23962 \backslash
23963 arrayrulecolor{red}
23964 \backslash
23965 myHdashline
23966 \backslash
23967 arrayrulecolor{black}}
23968 \end_layout
23969
23970 \begin_layout Standard
23971 Pour colorer 
23972 \series bold
23973
23974 \backslash
23975 cdashline
23976 \series default
23977 , la commande est:
23978 \end_layout
23979
23980 \begin_layout Standard
23981
23982 \series bold
23983
23984 \backslash
23985 let
23986 \backslash
23987 myCdashline
23988 \backslash
23989 cdashline
23990 \begin_inset Newline newline
23991 \end_inset
23992
23993
23994 \backslash
23995 renewcommand{
23996 \backslash
23997 cdashline}[1]
23998 \begin_inset Newline newline
23999 \end_inset
24000
24001
24002 \begin_inset Phantom HPhantom
24003 status open
24004
24005 \begin_layout Plain Layout
24006 \begin_inset space ~
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013
24014 {
24015 \backslash
24016 arrayrulecolor{red}
24017 \backslash
24018 myCdashline{#1}
24019 \backslash
24020 arrayrulecolor{black}}
24021 \end_layout
24022
24023 \begin_layout Standard
24024 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24025  code \SpecialChar TeX
24026  après le tableau,
24027 \end_layout
24028
24029 \begin_layout Standard
24030 pour 
24031 \series bold
24032
24033 \backslash
24034 hdashline:
24035 \end_layout
24036
24037 \begin_layout Standard
24038
24039 \series bold
24040
24041 \backslash
24042 renewcommand{
24043 \backslash
24044 hdashline}{
24045 \backslash
24046 myHdashline}
24047 \end_layout
24048
24049 \begin_layout Standard
24050 et pour 
24051 \series bold
24052
24053 \backslash
24054 cdashline
24055 \end_layout
24056
24057 \begin_layout Standard
24058
24059 \series bold
24060
24061 \backslash
24062 renewcommand{
24063 \backslash
24064 cdashline}{
24065 \backslash
24066 myCdashline}
24067 \end_layout
24068
24069 \begin_layout Standard
24070 Pour colorer les espaces entre les tirets la commande
24071 \end_layout
24072
24073 \begin_layout Standard
24074
24075 \series bold
24076
24077 \backslash
24078 dashgapcolor{couleur}
24079 \end_layout
24080
24081 \begin_layout Standard
24082 peut être insérée en code \SpecialChar TeX
24083  avant un tableau.
24084  
24085 \series bold
24086 couleur
24087 \series default
24088  est ici le nom d'une couleur définie précédemment.
24089  La commande
24090 \end_layout
24091
24092 \begin_layout Standard
24093
24094 \series bold
24095
24096 \backslash
24097 nodashgapcolor
24098 \end_layout
24099
24100 \begin_layout Standard
24101 annule les changements induits par 
24102 \series bold
24103
24104 \backslash
24105 dashgapcolor
24106 \series default
24107 .
24108 \end_layout
24109
24110 \begin_layout Standard
24111 \begin_inset Note Greyedout
24112 status open
24113
24114 \begin_layout Plain Layout
24115
24116 \series bold
24117 Not
24118 \series default
24119 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24120  de 
24121 \series bold
24122 arydshln
24123 \series default
24124  en premier.
24125  Donc dans la cellule 
24126 \emph on
24127 k
24128 \emph default
24129  du tableau
24130 \begin_inset space ~
24131 \end_inset
24132
24133
24134 \begin_inset CommandInset ref
24135 LatexCommand ref
24136 reference "tab:Colored-table-with"
24137
24138 \end_inset
24139
24140  , la commande 
24141 \series bold
24142
24143 \backslash
24144 hdashline
24145 \series default
24146  est placée avant 
24147 \series bold
24148
24149 \backslash
24150 rowcolor
24151 \series default
24152 .
24153 \end_layout
24154
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \begin_layout Standard
24161 \begin_inset Note Greyedout
24162 status open
24163
24164 \begin_layout Plain Layout
24165
24166 \series bold
24167 Nota:
24168 \series default
24169  le paquetage \SpecialChar LaTeX
24170  
24171 \series bold
24172 arydshln
24173 \series default
24174  doit être chargé dans le préambule 
24175 \emph on
24176 avant
24177 \emph default
24178  le paquetage 
24179 \series bold
24180 colortbl
24181 \series default
24182
24183 \begin_inset Index idx
24184 status collapsed
24185
24186 \begin_layout Plain Layout
24187 Paquetages \SpecialChar LaTeX
24188  ! colortbl
24189 \end_layout
24190
24191 \end_inset
24192
24193 .
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset ERT
24203 status collapsed
24204
24205 \begin_layout Plain Layout
24206
24207
24208 \backslash
24209 else
24210 \end_layout
24211
24212 \end_inset
24213
24214
24215 \begin_inset Note Note
24216 status open
24217
24218 \begin_layout Plain Layout
24219 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24220  
24221 \series bold
24222 arydshln
24223 \series default
24224  n'est pas installé :
24225 \end_layout
24226
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \begin_layout Standard
24233 Vous devez installer le paquetage \SpecialChar LaTeX
24234  
24235 \series bold
24236 arydshln
24237 \series default
24238  pour voir le contenu des cette section dans la sortie imprimée.
24239 \end_layout
24240
24241 \begin_layout Standard
24242 \begin_inset ERT
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246
24247
24248 \backslash
24249 fi
24250 \end_layout
24251
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \begin_layout Standard
24258 Pour les détails concernant les filets colorés, voir la documentation du
24259  paquetage 
24260 \series bold
24261 arydshln
24262 \series default
24263
24264 \begin_inset CommandInset citation
24265 LatexCommand cite
24266 key "arydshln"
24267
24268 \end_inset
24269
24270 .
24271 \end_layout
24272
24273 \begin_layout Chapter
24274 Flottants
24275 \begin_inset CommandInset label
24276 LatexCommand label
24277 name "chap:Flottants"
24278
24279 \end_inset
24280
24281
24282 \begin_inset Index idx
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286 Flottants
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \begin_layout Section
24295 Introduction
24296 \begin_inset CommandInset label
24297 LatexCommand label
24298 name "sec:Flottants-Introduction"
24299
24300 \end_inset
24301
24302
24303 \begin_inset Index idx
24304 status collapsed
24305
24306 \begin_layout Plain Layout
24307 Flottants ! Introduction
24308 \end_layout
24309
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \begin_layout Standard
24316 Un flottant est une portion de document, qui peut être associé à une étiquette
24317  et dont la position n'est pas fixée.
24318  Il peut 
24319 \begin_inset Quotes fld
24320 \end_inset
24321
24322 flotter
24323 \begin_inset Quotes frd
24324 \end_inset
24325
24326  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24327  plus approprié.
24328  Les 
24329 \family sans
24330 Notes
24331 \begin_inset space ~
24332 \end_inset
24333
24334 en
24335 \begin_inset space ~
24336 \end_inset
24337
24338 Bas
24339 \begin_inset space ~
24340 \end_inset
24341
24342 de
24343 \begin_inset space ~
24344 \end_inset
24345
24346 Page
24347 \family default
24348  et le 
24349 \family sans
24350 Notes
24351 \begin_inset space ~
24352 \end_inset
24353
24354 en
24355 \begin_inset space ~
24356 \end_inset
24357
24358 Marge
24359 \family default
24360  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24361  sur la page suivante quand il y a trop de notes sur la page courante.
24362 \end_layout
24363
24364 \begin_layout Standard
24365 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24366  très grande qualité.
24367  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24368  éviter des lignes blanches ou des pages sans texte.
24369  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24370  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24371  le texte.
24372  Les flottants sont donc numérotés.
24373  Les références croisées sont décrites dans la section
24374 \begin_inset space ~
24375 \end_inset
24376
24377
24378 \begin_inset CommandInset ref
24379 LatexCommand ref
24380 reference "sec:Referencer-les-Flottants"
24381
24382 \end_inset
24383
24384 .
24385 \end_layout
24386
24387 \begin_layout Standard
24388 Pour insérer un flottant, on utilise un des sous menus du menu 
24389 \family sans
24390 Insertion\SpecialChar menuseparator
24391 Flottant
24392 \family default
24393  (barre d'outils 
24394 \begin_inset Info
24395 type  "icon"
24396 arg   "float-insert figure"
24397 \end_inset
24398
24399  ou 
24400 \begin_inset Info
24401 type  "icon"
24402 arg   "float-insert table"
24403 \end_inset
24404
24405 ).
24406  Une boîte va être insérée dans votre document avec par exemple une étiquette
24407  du genre 
24408 \begin_inset Quotes fld
24409 \end_inset
24410
24411 Figure
24412 \begin_inset space ~
24413 \end_inset
24414
24415 #:
24416 \begin_inset Quotes frd
24417 \end_inset
24418
24419  (où # est un numéro).
24420  L'étiquette est automatiquement traduite dans la langue du document dans
24421  la sortie finale.
24422  Après l'étiquette vous pouvez insérer du texte comme légende.
24423  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24424  séparé, à l'intérieur du flottant.
24425  Vous trouverez plus de détails sur le positionnement des légendes dans
24426  la section
24427 \begin_inset space ~
24428 \end_inset
24429
24430
24431 \begin_inset CommandInset ref
24432 LatexCommand ref
24433 reference "sec:Placement-légende"
24434
24435 \end_inset
24436
24437 .
24438  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24439 , vous pouvez fermer
24440  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24441  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24442  Une boîte de flottant fermée ressemble à ceci : 
24443 \begin_inset Graphics
24444         filename clipart/float.png
24445         scale 60
24446
24447 \end_inset
24448
24449  – une case grise avec un texte rouge.
24450 \end_layout
24451
24452 \begin_layout Standard
24453 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24454  pour éviter des erreurs avec \SpecialChar LaTeX
24455 , quand le texte qui entoure le flottant est
24456  formaté de façon particulière.
24457 \end_layout
24458
24459 \begin_layout Section
24460 Les types de flottants
24461 \end_layout
24462
24463 \begin_layout Standard
24464 En plus des flottants de figures et de tableau qui sont décrits respectivement
24465  dans les sections
24466 \begin_inset space ~
24467 \end_inset
24468
24469
24470 \begin_inset CommandInset ref
24471 LatexCommand ref
24472 reference "sec:Figure-Floats"
24473
24474 \end_inset
24475
24476  et 
24477 \begin_inset CommandInset ref
24478 LatexCommand ref
24479 reference "sec:Table-Floats"
24480
24481 \end_inset
24482
24483 , \SpecialChar LyX
24484  offre aussi les types 
24485 \family sans
24486 Algorithme
24487 \family default
24488  et 
24489 \family sans
24490 Enrobage
24491 \family default
24492 .
24493  Ces derniers sont expliques dans la section
24494 \begin_inset space \thinspace{}
24495 \end_inset
24496
24497
24498 \begin_inset CommandInset ref
24499 LatexCommand ref
24500 reference "sec:Flottant-d'enrobage"
24501
24502 \end_inset
24503
24504 .
24505 \end_layout
24506
24507 \begin_layout Subsection
24508 Flottant d'algorithme
24509 \begin_inset Index idx
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513 Flottants ! Algorithmes
24514 \end_layout
24515
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \begin_layout Standard
24522 \begin_inset Float algorithm
24523 placement h
24524 wide false
24525 sideways false
24526 status open
24527
24528 \begin_layout Plain Layout
24529 \begin_inset Caption Standard
24530
24531 \begin_layout Plain Layout
24532 \begin_inset CommandInset label
24533 LatexCommand label
24534 name "alg:Exemple-Flottant-Algorithme"
24535
24536 \end_inset
24537
24538 Exemple de flottant d'algorithme
24539 \end_layout
24540
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \begin_layout LyX-Code
24547 for I in 1..N loop
24548 \begin_inset Newline newline
24549 \end_inset
24550
24551  Sum:= Sum + A(I); /*comment*/
24552 \begin_inset Newline newline
24553 \end_inset
24554
24555 end loop
24556 \begin_inset VSpace -4mm
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 Ce type de flottant est inséré à l'aide du menu 
24569 \family sans
24570 Insertion\SpecialChar menuseparator
24571 Flottant\SpecialChar menuseparator
24572 Algorithme
24573 \family default
24574 .
24575  Il peut être utilisé pour des morceaux de code source ou des descriptions
24576  d'algorithmes et peut être utilisé comme une alternative au listing de
24577  code source qui est décrit au chapitre
24578 \begin_inset space ~
24579 \end_inset
24580
24581
24582 \begin_inset CommandInset ref
24583 LatexCommand ref
24584 reference "cha:Program-Code-Listings"
24585
24586 \end_inset
24587
24588 .
24589  Vous pouvez par exemple utiliser l'environnement Code
24590 \begin_inset space ~
24591 \end_inset
24592
24593 \SpecialChar LyX
24594  qui est décrit dans le 
24595 \emph on
24596 Guide
24597 \emph default
24598
24599 \begin_inset space ~
24600 \end_inset
24601
24602
24603 \emph on
24604 de
24605 \begin_inset space ~
24606 \end_inset
24607
24608 l'Utilisateur
24609 \emph default
24610  de \SpecialChar LyX
24611 .
24612  l'algorithme
24613 \begin_inset space ~
24614 \end_inset
24615
24616
24617 \begin_inset CommandInset ref
24618 LatexCommand ref
24619 reference "alg:Exemple-Flottant-Algorithme"
24620
24621 \end_inset
24622
24623  est un exemple de flottant d'algorithme où un espace vertical de -4
24624 \begin_inset space \thinspace{}
24625 \end_inset
24626
24627 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24628  soit placée exactement sous le texte de la dernière ligne.
24629 \end_layout
24630
24631 \begin_layout Standard
24632 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24633  du document.
24634  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24635 ent en ajoutant la ligne suivante dans le préambule de votre document :
24636 \end_layout
24637
24638 \begin_layout Standard
24639
24640 \series bold
24641
24642 \backslash
24643 floatname{algorithm}{votre
24644 \begin_inset space ~
24645 \end_inset
24646
24647 nom}
24648 \end_layout
24649
24650 \begin_layout Standard
24651
24652 \family sans
24653  votre
24654 \begin_inset space ~
24655 \end_inset
24656
24657 nom
24658 \family default
24659  est le mot 
24660 \begin_inset Quotes fld
24661 \end_inset
24662
24663
24664 \emph on
24665 algorithme
24666 \emph default
24667
24668 \begin_inset Quotes frd
24669 \end_inset
24670
24671  dans votre langue.
24672 \end_layout
24673
24674 \begin_layout Standard
24675 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24676 \family sans
24677 Insertion\SpecialChar menuseparator
24678 Listes
24679 \begin_inset space ~
24680 \end_inset
24681
24682 &
24683 \begin_inset space ~
24684 \end_inset
24685
24686 TdM\SpecialChar menuseparator
24687 Liste
24688 \begin_inset space ~
24689 \end_inset
24690
24691 des
24692 \begin_inset space ~
24693 \end_inset
24694
24695 algorithmes
24696 \family default
24697  si votre document est en la même langue que les menus de \SpecialChar LyX
24698 .
24699  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24700  en code \SpecialChar TeX
24701  à la place:
24702 \end_layout
24703
24704 \begin_layout Standard
24705
24706 \series bold
24707
24708 \backslash
24709 listof{algorithm}{votre
24710 \begin_inset space ~
24711 \end_inset
24712
24713 nom}
24714 \end_layout
24715
24716 \begin_layout Standard
24717 où 
24718 \family sans
24719 votre
24720 \begin_inset space ~
24721 \end_inset
24722
24723 nom
24724 \family default
24725  est la traduction de 
24726 \begin_inset Quotes fld
24727 \end_inset
24728
24729
24730 \emph on
24731 List of Algorithm
24732 \emph default
24733 s
24734 \begin_inset Quotes frd
24735 \end_inset
24736
24737  dans votre langue.
24738 \end_layout
24739
24740 \begin_layout Standard
24741 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24742  le schéma 
24743 \begin_inset Quotes fld
24744 \end_inset
24745
24746 chapitre.algorithme
24747 \begin_inset Quotes frd
24748 \end_inset
24749
24750  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24751  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24752  commande dans le préambule de votre document :
24753 \end_layout
24754
24755 \begin_layout Standard
24756
24757 \series bold
24758
24759 \backslash
24760 numberwithin{algorithm}{chapter}
24761 \end_layout
24762
24763 \begin_layout Standard
24764 Pour pouvoir utiliser la commande 
24765 \series bold
24766
24767 \backslash
24768 numberwithin
24769 \series default
24770 , activez l'option 
24771 \family sans
24772 Utiliser
24773 \begin_inset space ~
24774 \end_inset
24775
24776 le
24777 \begin_inset space ~
24778 \end_inset
24779
24780 paquetage
24781 \begin_inset space ~
24782 \end_inset
24783
24784 AMS
24785 \begin_inset space ~
24786 \end_inset
24787
24788 math
24789 \family default
24790  dans la rubrique 
24791 \family sans
24792 Options
24793 \begin_inset space ~
24794 \end_inset
24795
24796 des
24797 \begin_inset space ~
24798 \end_inset
24799
24800 Maths
24801 \family default
24802  de la fenêtre de dialogue 
24803 \family sans
24804 Paramètres
24805 \begin_inset space ~
24806 \end_inset
24807
24808 du
24809 \begin_inset space ~
24810 \end_inset
24811
24812 Document
24813 \family default
24814 .
24815 \end_layout
24816
24817 \begin_layout Section
24818 Numérotation des flottants
24819 \begin_inset Index idx
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823 Flottants ! Numérotation
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24833  ils se trouvent, soit en utilisant un format du genre 
24834 \begin_inset Quotes fld
24835 \end_inset
24836
24837 chapitre.numéro
24838 \begin_inset Quotes frd
24839 \end_inset
24840
24841  ou 
24842 \begin_inset Quotes fld
24843 \end_inset
24844
24845 section.numéro
24846 \begin_inset Quotes frd
24847 \end_inset
24848
24849 .
24850  Cela dépend de la classe de document utilisée.
24851 \end_layout
24852
24853 \begin_layout Standard
24854 Pour changer le format de la numérotation qui ne dépend pas de la section
24855  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24856  le préambule du document :
24857 \end_layout
24858
24859 \begin_layout Standard
24860
24861 \series bold
24862
24863 \backslash
24864 renewcommand{
24865 \backslash
24866 thetable}{
24867 \backslash
24868 roman{table}}
24869 \end_layout
24870
24871 \begin_layout Standard
24872
24873 \series bold
24874
24875 \backslash
24876 thetable
24877 \series default
24878  est la commande qui imprime le numéro du tableau, pour les figures, la
24879  commande serait 
24880 \series bold
24881
24882 \backslash
24883 thefigure
24884 \series default
24885 .
24886  La commande 
24887 \series bold
24888
24889 \backslash
24890 roman
24891 \series default
24892  utilisée dans la commande précédente, imprime le numéro du tableau sous
24893  forme de petits chiffres romains.
24894 \end_layout
24895
24896 \begin_layout Standard
24897 Pour changer le type de numérotation pour par exemple 
24898 \begin_inset Quotes fld
24899 \end_inset
24900
24901 sous-section.numéro
24902 \begin_inset Quotes frd
24903 \end_inset
24904
24905 , utilisez la commande suivante dans le préambule du document :
24906 \end_layout
24907
24908 \begin_layout Standard
24909
24910 \series bold
24911
24912 \backslash
24913 numberwithin{table}{subsection}
24914 \end_layout
24915
24916 \begin_layout Standard
24917 Pour pouvoir utiliser la commande 
24918 \series bold
24919
24920 \backslash
24921 numberwithin
24922 \series default
24923 , vous devez activer l'option 
24924 \family sans
24925 Utiliser
24926 \begin_inset space ~
24927 \end_inset
24928
24929 le
24930 \begin_inset space ~
24931 \end_inset
24932
24933 paquetage
24934 \begin_inset space ~
24935 \end_inset
24936
24937 maths
24938 \begin_inset space ~
24939 \end_inset
24940
24941 AMS
24942 \family default
24943  dans la rubrique 
24944 \family sans
24945 Options
24946 \begin_inset space ~
24947 \end_inset
24948
24949 des
24950 \begin_inset space ~
24951 \end_inset
24952
24953 Maths
24954 \family default
24955  de la fenêtre de dialogue 
24956 \family sans
24957 Paramètres
24958 \family default
24959  du document.
24960 \end_layout
24961
24962 \begin_layout Standard
24963 Veuillez aussi jeter un coup d'œil à la section
24964 \begin_inset space ~
24965 \end_inset
24966
24967
24968 \begin_inset CommandInset ref
24969 LatexCommand ref
24970 reference "subsec:Numerotation-notes-bas-de-page"
24971
24972 \end_inset
24973
24974  pour plus de détails et des notes importantes sur les commandes de numérotation.
24975 \end_layout
24976
24977 \begin_layout Section
24978 Faire référence à des flottants
24979 \begin_inset CommandInset label
24980 LatexCommand label
24981 name "sec:Referencer-les-Flottants"
24982
24983 \end_inset
24984
24985
24986 \begin_inset Index idx
24987 status collapsed
24988
24989 \begin_layout Plain Layout
24990 Flottants ! Références
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \begin_inset Index idx
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 References@Références ! à des Flottants 
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25010  en utilisant le menu 
25011 \family sans
25012 Insertion\SpecialChar menuseparator
25013 Étiquette
25014 \family default
25015  ou le bouton 
25016 \begin_inset Info
25017 type  "icon"
25018 arg   "label-insert"
25019 \end_inset
25020
25021  de la barre d'outils.
25022  Une boîte grise de ce genre : 
25023 \begin_inset Graphics
25024         filename clipart/label.png
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/reference.png
25079         scaleBeforeRotation
25080
25081 \end_inset
25082
25083  va être insérée.
25084  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25085  de la référence croisée.
25086 \end_layout
25087
25088 \begin_layout Standard
25089 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25090  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25091  les deux.
25092  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25093  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25094  du numéro de la référence.
25095 \end_layout
25096
25097 \begin_layout Standard
25098 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25099  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25100  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25101  pas à vous en préoccuper.
25102 \end_layout
25103
25104 \begin_layout Standard
25105 Le bouton 
25106 \family sans
25107 Aller
25108 \begin_inset space ~
25109 \end_inset
25110
25111 à
25112 \begin_inset space ~
25113 \end_inset
25114
25115 l'étiquette
25116 \family default
25117  dans la fenêtre de référence croisée va positionner le curseur juste devant
25118  l'étiquette à laquelle on fait référence.
25119  Le nom du bouton bouton 
25120 \family sans
25121 Revenir
25122 \family default
25123  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25124 \end_layout
25125
25126 \begin_layout Subsection
25127 Formats de références croisées
25128 \begin_inset CommandInset label
25129 LatexCommand label
25130 name "subsec:Formats-Références-Croisées"
25131
25132 \end_inset
25133
25134
25135 \begin_inset Index idx
25136 status collapsed
25137
25138 \begin_layout Plain Layout
25139 References@Références ! Formats
25140 \end_layout
25141
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 Il y a six types de références croisées :
25149 \end_layout
25150
25151 \begin_layout Description
25152 <référence>
25153 \begin_inset space ~
25154 \end_inset
25155
25156 : affiche le numéro de l'élément, c'est le choix implicite : 
25157 \begin_inset CommandInset ref
25158 LatexCommand ref
25159 reference "fig:Deux-images-déformées"
25160
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \begin_layout Description
25167 (<référence>)
25168 \begin_inset space ~
25169 \end_inset
25170
25171 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25172  normalement pour faire référence à des formules mathématiques, en particulier
25173  quand le mot 
25174 \begin_inset Quotes fld
25175 \end_inset
25176
25177 Équation
25178 \begin_inset Quotes frd
25179 \end_inset
25180
25181  est omis : 
25182 \begin_inset CommandInset ref
25183 LatexCommand eqref
25184 reference "eq:Wgn"
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Description
25192 <page>
25193 \begin_inset space ~
25194 \end_inset
25195
25196 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25197 \begin_inset space ~
25198 \end_inset
25199
25200
25201 \begin_inset CommandInset ref
25202 LatexCommand pageref
25203 reference "fig:Deux-images-déformées"
25204
25205 \end_inset
25206
25207
25208 \end_layout
25209
25210 \begin_layout Description
25211 Sur
25212 \begin_inset space ~
25213 \end_inset
25214
25215 la
25216 \begin_inset space ~
25217 \end_inset
25218
25219 page
25220 \begin_inset space ~
25221 \end_inset
25222
25223 <page>
25224 \begin_inset space ~
25225 \end_inset
25226
25227 : affiche le mot 
25228 \begin_inset Quotes fld
25229 \end_inset
25230
25231 page
25232 \begin_inset Quotes frd
25233 \end_inset
25234
25235  suivi du numéro de la page sur laquelle se trouve l'élément : 
25236 \begin_inset CommandInset ref
25237 LatexCommand vpageref
25238 reference "fig:Deux-images-déformées"
25239
25240 \end_inset
25241
25242
25243 \end_layout
25244
25245 \begin_layout Description
25246 <référence>
25247 \begin_inset space ~
25248 \end_inset
25249
25250 page
25251 \begin_inset space ~
25252 \end_inset
25253
25254 <page>
25255 \begin_inset space ~
25256 \end_inset
25257
25258 : affiche le numéro de l'élément, le mot 
25259 \begin_inset Quotes fld
25260 \end_inset
25261
25262 page
25263 \begin_inset Quotes frd
25264 \end_inset
25265
25266  et le numéro de la page : 
25267 \begin_inset CommandInset ref
25268 LatexCommand vref
25269 reference "fig:Deux-images-déformées"
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Description
25277 Référence
25278 \begin_inset space ~
25279 \end_inset
25280
25281 mise
25282 \begin_inset space ~
25283 \end_inset
25284
25285 en
25286 \begin_inset space ~
25287 \end_inset
25288
25289 forme
25290 \begin_inset space ~
25291 \end_inset
25292
25293 : affiche une référence croisée qui définit son propre format.
25294 \begin_inset Newline newline
25295 \end_inset
25296
25297
25298 \begin_inset Note Greyedout
25299 status open
25300
25301 \begin_layout Plain Layout
25302
25303 \series bold
25304 Note:
25305 \series default
25306  Ce type de référence croisée n'est disponible que si vous avez installé
25307  le paquetage \SpecialChar LaTeX
25308  
25309 \series bold
25310 prettyref
25311 \series default
25312  ou 
25313 \series bold
25314 refstyle
25315 \series default
25316
25317 \begin_inset Index idx
25318 status collapsed
25319
25320 \begin_layout Plain Layout
25321 Paquetages \SpecialChar LaTeX
25322  ! prettyref
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \begin_inset Index idx
25329 status collapsed
25330
25331 \begin_layout Plain Layout
25332 Paquetages \SpecialChar LaTeX
25333  ! refstyle
25334 \end_layout
25335
25336 \end_inset
25337
25338 .
25339 \end_layout
25340
25341 \end_inset
25342
25343
25344 \begin_inset Newline newline
25345 \end_inset
25346
25347 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25348  qui doit être utilisé pour cette fonction
25349  en utilisant l'option 
25350 \family sans
25351 Utiliser refstyle (à la place de prettyref) pour les références croisées
25352 \family default
25353  dans le menu 
25354 \family sans
25355 Document\SpecialChar menuseparator
25356 Paramètres\SpecialChar menuseparator
25357 Classe de document
25358 \family default
25359 .
25360  Le format est précisé en ajoutant la commande 
25361 \series bold
25362
25363 \backslash
25364 newrefformat
25365 \series default
25366  (prettyref) ou 
25367 \series bold
25368
25369 \backslash
25370 newref
25371 \series default
25372  (refstyle) au préambule du document.
25373  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25374  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25375 \begin_inset space ~
25376 \end_inset
25377
25378 :
25379 \begin_inset Newline newline
25380 \end_inset
25381
25382
25383 \series bold
25384
25385 \backslash
25386 newref{fig}{refcmd={Image sur la page 
25387 \backslash
25388 pageref{#1}}}
25389 \series default
25390
25391 \begin_inset Newline newline
25392 \end_inset
25393
25394 Pour plus d'information sur le format, jetez un œil sur la documentation
25395  du paquetage, 
25396 \begin_inset CommandInset citation
25397 LatexCommand cite
25398 key "prettyref,refstyle"
25399
25400 \end_inset
25401
25402 .
25403 \end_layout
25404
25405 \begin_layout Description
25406 Référence
25407 \begin_inset space ~
25408 \end_inset
25409
25410 textuelle: affiche la légende de la référence
25411 \begin_inset space ~
25412 \end_inset
25413
25414
25415 \begin_inset CommandInset ref
25416 LatexCommand nameref
25417 reference "fig:Deux-images-déformées"
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425
25426 \family sans
25427 <page>
25428 \family default
25429  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25430  précédente, la même page ou la page suivante.
25431  Vous verrez par exemple un texte du genre 
25432 \begin_inset Quotes fld
25433 \end_inset
25434
25435
25436 \family sans
25437 sur cette page
25438 \family default
25439
25440 \begin_inset Quotes frd
25441 \end_inset
25442
25443  à la place.
25444  Le style 
25445 \family sans
25446 <référence>
25447 \begin_inset space ~
25448 \end_inset
25449
25450 page
25451 \begin_inset space ~
25452 \end_inset
25453
25454 <page> 
25455 \family default
25456 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25457  page.
25458 \end_layout
25459
25460 \begin_layout Standard
25461 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25462  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25463 .
25464  Vous choisissez une des six variétés de références dans le champ Format
25465  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25466  boîte de la référence croisée.
25467 \end_layout
25468
25469 \begin_layout Standard
25470 \begin_inset Note Greyedout
25471 status open
25472
25473 \begin_layout Plain Layout
25474
25475 \series bold
25476 Note:
25477 \series default
25478  L'utilisation du paquetage \SpecialChar LaTeX
25479  
25480 \series bold
25481 refstyle
25482 \series default
25483
25484 \begin_inset Index idx
25485 status collapsed
25486
25487 \begin_layout Plain Layout
25488 Paquetages \SpecialChar LaTeX
25489  ! refstyle
25490 \end_layout
25491
25492 \end_inset
25493
25494  est recommandée parce que 
25495 \series bold
25496 prettyref
25497 \series default
25498
25499 \begin_inset Index idx
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503 Paquetages \SpecialChar LaTeX
25504  ! prettyref
25505 \end_layout
25506
25507 \end_inset
25508
25509  ne connaît pas tous les raccourcis possibles pour les étiquettes
25510 \begin_inset Foot
25511 status collapsed
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Quotes fld
25515 \end_inset
25516
25517 fig:
25518 \begin_inset Quotes frd
25519 \end_inset
25520
25521  est par exemple le raccourci \SpecialChar LyX
25522  pour les étiquettes dans les légendes de
25523  figures,.
25524 \end_layout
25525
25526 \end_inset
25527
25528  et n'est pas internationalisé.
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \begin_layout Subsection
25537 Nommage automatique des références croisées
25538 \begin_inset Index idx
25539 status collapsed
25540
25541 \begin_layout Plain Layout
25542 References@Références ! Nommage automatique
25543 \end_layout
25544
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \begin_layout Standard
25551 Le paquetage \SpecialChar LaTeX
25552  
25553 \series bold
25554 hyperref
25555 \series default
25556
25557 \begin_inset Index idx
25558 status collapsed
25559
25560 \begin_layout Plain Layout
25561 Paquetages \SpecialChar LaTeX
25562  ! hyperref
25563 \end_layout
25564
25565 \end_inset
25566
25567
25568 \series bold
25569
25570 \series default
25571 qui est activé dans la rubrique 
25572 \family sans
25573 Propriétés du PDF
25574 \family default
25575  de la fenêtre de dialogue 
25576 \family sans
25577 Paramètres du document
25578 \family default
25579  fournit une fonction très utile pour automatiser la création des références
25580  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25581  une section).
25582  Par exemple pour vous éviter de devoir écrire le mot 
25583 \begin_inset Quotes fld
25584 \end_inset
25585
25586 Figure
25587 \begin_inset Quotes frd
25588 \end_inset
25589
25590  devant chaque référence à une figure.
25591  Pour profiter de ce nommage automatique des références croisées, vous devez
25592  activer 
25593 \series bold
25594 hyperref
25595 \series default
25596  et insérer la ligne suivante dans le préambule du document :
25597 \end_layout
25598
25599 \begin_layout Standard
25600
25601 \series bold
25602
25603 \backslash
25604 AtBeginDocument{
25605 \backslash
25606 renewcommand{
25607 \backslash
25608 ref}[1]{
25609 \backslash
25610 mbox{
25611 \backslash
25612 autoref{#1}}}}
25613 \end_layout
25614
25615 \begin_layout Standard
25616 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25617  défaut, par exemple vous préférez le nom 
25618 \begin_inset Quotes fld
25619 \end_inset
25620
25621 sec.
25622 \begin_inset Quotes frd
25623 \end_inset
25624
25625  plutôt que 
25626 \begin_inset Quotes fld
25627 \end_inset
25628
25629 section
25630 \begin_inset Quotes frd
25631 \end_inset
25632
25633 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25634 \end_layout
25635
25636 \begin_layout Standard
25637
25638 \series bold
25639
25640 \backslash
25641 addto
25642 \backslash
25643 extrasfrench{
25644 \backslash
25645 renewcommand{
25646 \backslash
25647 sectionautorefname}
25648 \begin_inset Newline newline
25649 \end_inset
25650
25651
25652 \begin_inset Phantom HPhantom
25653 status open
25654
25655 \begin_layout Plain Layout
25656
25657 \series bold
25658 \begin_inset space ~
25659 \end_inset
25660
25661
25662 \end_layout
25663
25664 \end_inset
25665
25666 {sec.
25667 \backslash
25668 negthinspace}}
25669 \end_layout
25670
25671 \begin_layout Standard
25672 Si vous utilisez une autre langue que le français, remplacez 
25673 \series bold
25674
25675 \backslash
25676 extrasfrench
25677 \series default
25678  par 
25679 \series bold
25680
25681 \backslash
25682 extras***
25683 \series default
25684 , où *** est le nom de la langue que vous utilisez.
25685
25686 \series bold
25687  
25688 \end_layout
25689
25690 \begin_layout Standard
25691 Pour avoir des noms automatiques, mais pas pour certains types de références,
25692  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25693 \end_layout
25694
25695 \begin_layout Standard
25696
25697 \series bold
25698
25699 \backslash
25700 addto
25701 \backslash
25702 extrasfrench{
25703 \backslash
25704 renewcommand*{
25705 \backslash
25706 equationautorefname}[1]{}}
25707 \end_layout
25708
25709 \begin_layout Standard
25710 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25711  de 
25712 \series bold
25713 hyperref
25714 \series default
25715  
25716 \begin_inset CommandInset citation
25717 LatexCommand cite
25718 key "hyperref"
25719
25720 \end_inset
25721
25722 .
25723 \end_layout
25724
25725 \begin_layout Standard
25726 \begin_inset Note Greyedout
25727 status open
25728
25729 \begin_layout Plain Layout
25730
25731 \series bold
25732 Note:
25733 \series default
25734  Le nommage automatique de références ne peut être utilisé si vous avez
25735  choisi le style de référence 
25736 \family sans
25737 Référence
25738 \begin_inset space ~
25739 \end_inset
25740
25741 mise
25742 \begin_inset space ~
25743 \end_inset
25744
25745 en
25746 \begin_inset space ~
25747 \end_inset
25748
25749 forme
25750 \family default
25751  décrit dans la section
25752 \begin_inset space ~
25753 \end_inset
25754
25755
25756 \begin_inset CommandInset ref
25757 LatexCommand ref
25758 reference "subsec:Formats-Références-Croisées"
25759
25760 \end_inset
25761
25762 .
25763 \end_layout
25764
25765 \end_inset
25766
25767
25768 \end_layout
25769
25770 \begin_layout Standard
25771 Le manuel 
25772 \emph on
25773 Math
25774 \emph default
25775  est un exemple dans lequel on a utilisé le référencement automatique.
25776 \end_layout
25777
25778 \begin_layout Subsection
25779 Positionnement des références 
25780 \begin_inset CommandInset label
25781 LatexCommand label
25782 name "subsec:Reference-Position"
25783
25784 \end_inset
25785
25786
25787 \begin_inset Index idx
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 References@Références ! Positionnement
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Si vous utilisez le paquetage 
25801 \series bold
25802 hyperref, 
25803 \series default
25804 qui est activé dans la rubrique 
25805 \family sans
25806 Propriétés du PDF
25807 \family default
25808  de la fenêtre de dialogue 
25809 \family sans
25810 Paramètres du document,
25811 \family default
25812  pour lier vos références croisées dans la sortie finale, vous verrez que
25813  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25814  l'image.
25815  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25816  pourrez voir l'image sans faire défiler le texte.
25817  Ce problème vient du fait que le point d'ancrage de la référence se situe
25818  à l'endroit de l'étiquette.
25819  En utilisant le paquetage \SpecialChar LaTeX
25820  
25821 \series bold
25822 hypcap
25823 \series default
25824
25825 \begin_inset Index idx
25826 status collapsed
25827
25828 \begin_layout Plain Layout
25829 Paquetages \SpecialChar LaTeX
25830  ! hypcap
25831 \end_layout
25832
25833 \end_inset
25834
25835 , qui fait partie du paquetage \SpecialChar LaTeX
25836  
25837 \series bold
25838 oberdiek
25839 \series default
25840
25841 \begin_inset Index idx
25842 status collapsed
25843
25844 \begin_layout Plain Layout
25845 Paquetages \SpecialChar LaTeX
25846  ! oberdiek
25847 \end_layout
25848
25849 \end_inset
25850
25851 , le point d'ancrage d'un lien est place en haut du flottant.
25852  Pour utiliser cette fonction avec les flottants de figure, chargez 
25853 \series bold
25854 hypcap
25855 \series default
25856  dans l'entête du document avec la ligne
25857 \end_layout
25858
25859 \begin_layout Standard
25860
25861 \series bold
25862
25863 \backslash
25864 usepackage[figure]{hypcap}
25865 \end_layout
25866
25867 \begin_layout Standard
25868 Vous pouvez aussi utiliser 
25869 \series bold
25870 hypcap
25871 \series default
25872  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25873  raisons de stabilité.
25874  Pour plus d'information, jetez un coup d'œil au manuel d' 
25875 \series bold
25876 hypcap
25877 \series default
25878  
25879 \begin_inset CommandInset citation
25880 LatexCommand cite
25881 key "hypcap"
25882
25883 \end_inset
25884
25885 .
25886 \end_layout
25887
25888 \begin_layout Standard
25889 \begin_inset Note Greyedout
25890 status open
25891
25892 \begin_layout Plain Layout
25893
25894 \series bold
25895 Note:
25896 \series default
25897  
25898 \series bold
25899 hypcap
25900 \series default
25901  n'a aucun effet pour les références à des sous-figures.
25902 \end_layout
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Section
25910 Placement des flottants
25911 \begin_inset CommandInset label
25912 LatexCommand label
25913 name "sec:Placement-flottants"
25914
25915 \end_inset
25916
25917
25918 \begin_inset Index idx
25919 status collapsed
25920
25921 \begin_layout Plain Layout
25922 Flottants ! Placement
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Standard
25931 En faisant un clic droit sur la boîte d'un flottant et 
25932 \lang english
25933 clicking on 
25934 \family sans
25935 Settings
25936 \family default
25937 \lang french
25938  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25939  paramètres de placement que \SpecialChar LaTeX
25940  utilise pour déterminer où placer le flottant.
25941 \begin_inset Newline newline
25942 \end_inset
25943
25944 L'option 
25945 \family sans
25946 Plusieurs
25947 \begin_inset space ~
25948 \end_inset
25949
25950 colonnes
25951 \family default
25952  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25953  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25954  confiné sur une seule colonne.
25955 \begin_inset Newline newline
25956 \end_inset
25957
25958 L'option 
25959 \family sans
25960 Rotation
25961 \begin_inset space ~
25962 \end_inset
25963
25964 90°
25965 \family default
25966  est utilisée pour faire tourner les flottants, voyez la section
25967 \begin_inset space ~
25968 \end_inset
25969
25970
25971 \begin_inset CommandInset ref
25972 LatexCommand ref
25973 reference "sec:Flottants-renversés"
25974
25975 \end_inset
25976
25977 .
25978 \end_layout
25979
25980 \begin_layout Standard
25981 En désactivant l'option 
25982 \family sans
25983 Utilise
25984 \begin_inset space ~
25985 \end_inset
25986
25987 le
25988 \begin_inset space ~
25989 \end_inset
25990
25991 placement
25992 \begin_inset space ~
25993 \end_inset
25994
25995 par
25996 \begin_inset space ~
25997 \end_inset
25998
25999 défaut
26000 \family default
26001  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26002  le placement du flottant:
26003 \end_layout
26004
26005 \begin_layout Description
26006 Ici,
26007 \begin_inset space ~
26008 \end_inset
26009
26010 si
26011 \begin_inset space ~
26012 \end_inset
26013
26014 possible: essaie de placer le flottant à la position où il a été inséré
26015  dans \SpecialChar LyX
26016
26017 \end_layout
26018
26019 \begin_layout Description
26020 Haut
26021 \begin_inset space ~
26022 \end_inset
26023
26024 de
26025 \begin_inset space ~
26026 \end_inset
26027
26028 la
26029 \begin_inset space ~
26030 \end_inset
26031
26032 page: essaie de placer le flottant en haut de la page courante
26033 \end_layout
26034
26035 \begin_layout Description
26036 Bas
26037 \begin_inset space ~
26038 \end_inset
26039
26040 de
26041 \begin_inset space ~
26042 \end_inset
26043
26044 la
26045 \begin_inset space ~
26046 \end_inset
26047
26048 page: essaie de placer le flottant en bas de la page courante
26049 \end_layout
26050
26051 \begin_layout Description
26052 Page
26053 \begin_inset space ~
26054 \end_inset
26055
26056 de
26057 \begin_inset space ~
26058 \end_inset
26059
26060 flottants: essaie de placer le flottant sur une page à part, éventuellement
26061  avec d'autres flottants 
26062 \end_layout
26063
26064 \begin_layout Standard
26065 \SpecialChar LaTeX
26066  utilise
26067 \emph on
26068  toujours 
26069 \emph default
26070 les options dans l'ordre donné ci-dessus.
26071  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26072  va d'abord
26073  essayer 
26074 \family sans
26075 Ici
26076 \begin_inset space ~
26077 \end_inset
26078
26079 si
26080 \begin_inset space ~
26081 \end_inset
26082
26083 possible
26084 \family default
26085 , ensuite 
26086 \family sans
26087 Haut
26088 \begin_inset space ~
26089 \end_inset
26090
26091 de
26092 \begin_inset space ~
26093 \end_inset
26094
26095 la
26096 \begin_inset space ~
26097 \end_inset
26098
26099 page
26100 \family default
26101 , et ainsi de suite.
26102  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26103  va essayer les options
26104  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26105  Si aucune des quatre options de placement n'est possible, la procédure
26106  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26107 \end_layout
26108
26109 \begin_layout Standard
26110 Implicitement, chaque option a ses propres règles d'application:
26111 \end_layout
26112
26113 \begin_layout Standard
26114
26115 \family sans
26116 Haut
26117 \begin_inset space ~
26118 \end_inset
26119
26120 de
26121 \begin_inset space ~
26122 \end_inset
26123
26124 la
26125 \begin_inset space ~
26126 \end_inset
26127
26128 page
26129 \family default
26130  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26131  en haut de page (
26132 \series bold
26133
26134 \backslash
26135 topfraction
26136 \series default
26137 ).
26138 \end_layout
26139
26140 \begin_layout Standard
26141
26142 \family sans
26143 Bas
26144 \begin_inset space ~
26145 \end_inset
26146
26147 de
26148 \begin_inset space ~
26149 \end_inset
26150
26151 la
26152 \begin_inset space ~
26153 \end_inset
26154
26155 page
26156 \family default
26157  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26158  en bas de page (
26159 \series bold
26160
26161 \backslash
26162 bottomfraction
26163 \series default
26164 ).
26165 \end_layout
26166
26167 \begin_layout Standard
26168
26169 \family sans
26170 Page
26171 \begin_inset space ~
26172 \end_inset
26173
26174 de
26175 \begin_inset space ~
26176 \end_inset
26177
26178 flottants
26179 \family default
26180  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26181  si ils occupent plus de 50% de celle-ci (
26182 \series bold
26183
26184 \backslash
26185 floatpagefraction
26186 \series default
26187 ).
26188 \end_layout
26189
26190 \begin_layout Standard
26191 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26192  supplémentaire 
26193 \family sans
26194 Ignorer
26195 \begin_inset space ~
26196 \end_inset
26197
26198 les
26199 \begin_inset space ~
26200 \end_inset
26201
26202 règles
26203 \begin_inset space ~
26204 \end_inset
26205
26206 \SpecialChar LaTeX
26207
26208 \family default
26209 \lang english
26210 .
26211 \begin_inset Newline newline
26212 \end_inset
26213
26214
26215 \lang french
26216 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26217  qui sont données
26218  entre parenthèses après les descriptions des règles données ci-dessus.
26219  Par exemple, pour augmenter à 50
26220 \begin_inset space \thinspace{}
26221 \end_inset
26222
26223 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26224  trop petite, ajoutez cette ligne au préambule de votre document :
26225 \end_layout
26226
26227 \begin_layout Standard
26228
26229 \series bold
26230
26231 \backslash
26232 renewcommand{
26233 \backslash
26234 bottomfraction}{0.5}
26235 \end_layout
26236
26237 \begin_layout Standard
26238 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26239  exactement à l'endroit où vous l'avez inséré.
26240  dans ce cas utilisez l'option 
26241 \family sans
26242 Ici
26243 \begin_inset space ~
26244 \end_inset
26245
26246 à
26247 \begin_inset space ~
26248 \end_inset
26249
26250 tout
26251 \begin_inset space ~
26252 \end_inset
26253
26254 Prix
26255 \family default
26256 .
26257  Utilisez cette option le moins souvent possible et seulement quand le document
26258  est presque prêt à être imprimé.
26259  En effet, le flottant n'est plus capable de 
26260 \begin_inset Quotes fld
26261 \end_inset
26262
26263 flotter
26264 \begin_inset Quotes frd
26265 \end_inset
26266
26267 , ce qui peut perturber toutes les mises en page.
26268 \end_layout
26269
26270 \begin_layout Standard
26271 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26272  sont toujours entourés par le texte d'un paragraphe donné.
26273 \begin_inset VSpace bigskip
26274 \end_inset
26275
26276
26277 \end_layout
26278
26279 \begin_layout Standard
26280 On peut parfois se trouver dans la situation où un flottant est placé en
26281  haut d'une page alors que la section concernée ne commence qu'au milieu
26282  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26283  la section précédente.
26284  On peut utiliser la commande \SpecialChar LaTeX
26285  
26286 \series bold
26287
26288 \backslash
26289 suppressfloats
26290 \series default
26291  pour éviter ce cas.
26292  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26293  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26294  soit placé avant que la section commence.
26295  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26296  votre document :
26297 \end_layout
26298
26299 \begin_layout Standard
26300
26301 \series bold
26302
26303 \backslash
26304 let
26305 \backslash
26306 mySection
26307 \backslash
26308 section
26309 \begin_inset Newline newline
26310 \end_inset
26311
26312
26313 \backslash
26314 renewcommand{
26315 \backslash
26316 section}{
26317 \backslash
26318 suppressfloats[t]
26319 \backslash
26320 mySection}
26321 \end_layout
26322
26323 \begin_layout Standard
26324 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26325  comme les chapitres et les sous-sections.
26326  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26327  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26328  pourrait ensuite
26329  avoir du mal à trouver un positionnement correct.
26330 \end_layout
26331
26332 \begin_layout Standard
26333 \begin_inset VSpace bigskip
26334 \end_inset
26335
26336 Dans certains cas il est demandé de placer toutes les figures et tous les
26337  tableaux à la fin du document.
26338  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26339  
26340 \series bold
26341 endfloat
26342 \series default
26343
26344 \begin_inset Index idx
26345 status collapsed
26346
26347 \begin_layout Plain Layout
26348 Paquetages \SpecialChar LaTeX
26349  ! endfloat
26350 \end_layout
26351
26352 \end_inset
26353
26354  a été développé.
26355  Il met en effet tous les flottants de figures et de tableaux à la fin du
26356  document dans leurs propres sections.
26357  À la position d'origine du flottant, une indication textuelle du genre
26358  
26359 \begin_inset Quotes fld
26360 \end_inset
26361
26362
26363 \family sans
26364 [Figure
26365 \begin_inset space ~
26366 \end_inset
26367
26368 3.2 
26369 \lang english
26370 about here.
26371 \lang french
26372 ]
26373 \family default
26374
26375 \begin_inset Quotes frd
26376 \end_inset
26377
26378  est insérée.
26379  Le paquetage 
26380 \series bold
26381 endfloat
26382 \series default
26383  est chargé dans le préambule avec la ligne suivante 
26384 \end_layout
26385
26386 \begin_layout Standard
26387
26388 \series bold
26389
26390 \backslash
26391 usepackage[options]{endfloat}
26392 \end_layout
26393
26394 \begin_layout Standard
26395 Il y a aussi de nombreuses options de paquetage pour modifier le format
26396  des sections de figures ou de tableau qui sont créées.
26397  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26398  
26399 \series bold
26400 endfloa
26401 \series default
26402
26403 \begin_inset CommandInset citation
26404 LatexCommand cite
26405 key "endfloat"
26406
26407 \end_inset
26408
26409 .
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413
26414 \begin_inset Note Greyedout
26415 status open
26416
26417 \begin_layout Plain Layout
26418
26419 \series bold
26420 Note: endfloat
26421 \series default
26422  ne fournit pas de traduction automatique de l'indication textuelle, vous
26423  devez donc le faire manuellement, voyez la section
26424 \begin_inset space ~
26425 \end_inset
26426
26427 4 de 
26428 \begin_inset CommandInset citation
26429 LatexCommand cite
26430 key "endfloat"
26431
26432 \end_inset
26433
26434 .
26435 \end_layout
26436
26437 \end_inset
26438
26439
26440 \begin_inset Newline newline
26441 \end_inset
26442
26443
26444 \begin_inset Note Greyedout
26445 status open
26446
26447 \begin_layout Plain Layout
26448
26449 \series bold
26450 Note:
26451 \series default
26452  Il y a actuellement un bug dans le paquetage 
26453 \series bold
26454 endfloat
26455 \series default
26456  quand la légende contient un 
26457 \begin_inset Quotes fld
26458 \end_inset
26459
26460 ß
26461 \begin_inset Quotes frd
26462 \end_inset
26463
26464  allemand.
26465  Utilisez dans ce cas la commande 
26466 \begin_inset Quotes fld
26467 \end_inset
26468
26469
26470 \series bold
26471
26472 \backslash
26473 ss
26474 \series default
26475
26476 \begin_inset Quotes frd
26477 \end_inset
26478
26479  en code \SpecialChar TeX
26480  à la place du 
26481 \begin_inset Quotes fld
26482 \end_inset
26483
26484 ß
26485 \begin_inset Quotes frd
26486 \end_inset
26487
26488 .
26489 \end_layout
26490
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \begin_layout Standard
26497 \begin_inset VSpace bigskip
26498 \end_inset
26499
26500 Pour plus d'information sur les manières de placer les flottants, jetez
26501  un coup d'œil aux livres sur \SpecialChar LaTeX
26502
26503 \begin_inset CommandInset citation
26504 LatexCommand cite
26505 key "latexcompanion,latexguide,latexbook"
26506
26507 \end_inset
26508
26509 .
26510 \end_layout
26511
26512 \begin_layout Section
26513 Rotation des flottants
26514 \begin_inset CommandInset label
26515 LatexCommand label
26516 name "sec:Flottants-renversés"
26517
26518 \end_inset
26519
26520
26521 \begin_inset Index idx
26522 status collapsed
26523
26524 \begin_layout Plain Layout
26525 Flottants ! Renversés
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \begin_layout Standard
26534 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26535  tableaux très larges.
26536  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26537  un clic droit sur la boîte du flottant et utilisez l'option 
26538 \family sans
26539 Rotation
26540 \begin_inset space ~
26541 \end_inset
26542
26543 90°
26544 \family default
26545 .
26546 \end_layout
26547
26548 \begin_layout Standard
26549 Les flottants pivotés sont systématiquement placés sur leur propre page
26550  (ou colonne, si vous avez un document sur deux colonnes).
26551  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26552  
26553 \family sans
26554 Plusieurs
26555 \begin_inset space ~
26556 \end_inset
26557
26558 colonnes
26559 \family default
26560  dans les paramètres du flottant.
26561  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26562  du côté de la marge externe.
26563  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26564  ajouter soit l'option 
26565 \series bold
26566 figuresleft
26567 \series default
26568  soit l'option 
26569 \series bold
26570 figuresright
26571 \series default
26572  aux options de la classe de document.
26573 \end_layout
26574
26575 \begin_layout Standard
26576 Faire référence à un flottant pivoté se fait de la même manière que pour
26577  un flottant normal, la mise en forme de la légende est aussi identique
26578  : Le tableau
26579 \begin_inset space ~
26580 \end_inset
26581
26582
26583 \begin_inset CommandInset ref
26584 LatexCommand ref
26585 reference "tab:Tableau-pivoté"
26586
26587 \end_inset
26588
26589  est un exemple de flottant de tableau pivoté.
26590 \end_layout
26591
26592 \begin_layout Standard
26593 \begin_inset Note Greyedout
26594 status open
26595
26596 \begin_layout Plain Layout
26597
26598 \series bold
26599 Note:
26600 \series default
26601  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26602  DVI.
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \begin_layout Standard
26611 \begin_inset Float table
26612 wide false
26613 sideways true
26614 status open
26615
26616 \begin_layout Plain Layout
26617 \begin_inset Caption Standard
26618
26619 \begin_layout Plain Layout
26620 \begin_inset CommandInset label
26621 LatexCommand label
26622 name "tab:Tableau-pivoté"
26623
26624 \end_inset
26625
26626  Tableau pivoté
26627 \end_layout
26628
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \begin_layout Plain Layout
26635 \align center
26636 \begin_inset Tabular
26637 <lyxtabular version="3" rows="1" columns="5">
26638 <features tabularvalignment="middle">
26639 <column alignment="center" valignment="top">
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 <row>
26645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26646 \begin_inset Text
26647
26648 \begin_layout Plain Layout
26649 test
26650 \end_layout
26651
26652 \end_inset
26653 </cell>
26654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658 b
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 c
26668 \end_layout
26669
26670 \end_inset
26671 </cell>
26672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26673 \begin_inset Text
26674
26675 \begin_layout Plain Layout
26676 d
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 e
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 </row>
26691 </lyxtabular>
26692
26693 \end_inset
26694
26695
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \begin_layout Section
26704 Sous-flottants
26705 \begin_inset Index idx
26706 status collapsed
26707
26708 \begin_layout Plain Layout
26709 Flottants ! Sous-flottants
26710 \end_layout
26711
26712 \end_inset
26713
26714
26715 \end_layout
26716
26717 \begin_layout Standard
26718 Un exemple de sous-flottant : une figure composée de plusieurs images.
26719  On les crée en insérant un flottant dans un flottant existant.
26720  Le positionnement des sous-flottants peut être contrôlé comme pour les
26721  paragraphes comme on le voit avec les tableaux
26722 \begin_inset space ~
26723 \end_inset
26724
26725
26726 \begin_inset CommandInset ref
26727 LatexCommand ref
26728 reference "tab:Deux-sous-tableaux-cote-a-cote"
26729
26730 \end_inset
26731
26732  et 
26733 \begin_inset CommandInset ref
26734 LatexCommand ref
26735 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26736
26737 \end_inset
26738
26739 .
26740 \end_layout
26741
26742 \begin_layout Standard
26743 On fait référence à des sous-flottants comme on le ferait avec des flottants
26744  normaux : Les tableaux
26745 \begin_inset space ~
26746 \end_inset
26747
26748
26749 \begin_inset CommandInset ref
26750 LatexCommand ref
26751 reference "tab:Le-sous-tableau-a"
26752
26753 \end_inset
26754
26755  et 
26756 \begin_inset CommandInset ref
26757 LatexCommand ref
26758 reference "tab:Le-sous-tableau-b"
26759
26760 \end_inset
26761
26762  sont des sous-tableaux du tableau
26763 \begin_inset space ~
26764 \end_inset
26765
26766
26767 \begin_inset CommandInset ref
26768 LatexCommand ref
26769 reference "tab:Deux-sous-tableaux-cote-a-cote"
26770
26771 \end_inset
26772
26773 .
26774 \end_layout
26775
26776 \begin_layout Standard
26777 \begin_inset Float table
26778 wide false
26779 sideways false
26780 status open
26781
26782 \begin_layout Plain Layout
26783 \begin_inset Caption Standard
26784
26785 \begin_layout Plain Layout
26786 \begin_inset CommandInset label
26787 LatexCommand label
26788 name "tab:Deux-sous-tableaux-cote-a-cote"
26789
26790 \end_inset
26791
26792 Deux sous-tableaux placés côte-à-côte.
26793 \end_layout
26794
26795 \end_inset
26796
26797
26798 \end_layout
26799
26800 \begin_layout Plain Layout
26801 \align center
26802 \begin_inset space \hfill{}
26803 \end_inset
26804
26805
26806 \begin_inset Float table
26807 wide false
26808 sideways false
26809 status collapsed
26810
26811 \begin_layout Plain Layout
26812 \begin_inset Caption Standard
26813
26814 \begin_layout Plain Layout
26815 \begin_inset CommandInset label
26816 LatexCommand label
26817 name "tab:Le-sous-tableau-a"
26818
26819 \end_inset
26820
26821 Le sous-tableau a
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \begin_layout Plain Layout
26830 \align center
26831 \begin_inset Tabular
26832 <lyxtabular version="3" rows="1" columns="5">
26833 <features tabularvalignment="middle">
26834 <column alignment="center" valignment="top">
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 <row>
26840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 test
26845 \end_layout
26846
26847 \end_inset
26848 </cell>
26849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853 b
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26859 \begin_inset Text
26860
26861 \begin_layout Plain Layout
26862 c
26863 \end_layout
26864
26865 \end_inset
26866 </cell>
26867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871 d
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880 e
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 </row>
26886 </lyxtabular>
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894
26895
26896 \begin_inset space \hfill{}
26897 \end_inset
26898
26899
26900 \begin_inset Float table
26901 wide false
26902 sideways false
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906 \begin_inset Caption Standard
26907
26908 \begin_layout Plain Layout
26909 \begin_inset CommandInset label
26910 LatexCommand label
26911 name "tab:Le-sous-tableau-b"
26912
26913 \end_inset
26914
26915 Le sous-tableau b.
26916 \end_layout
26917
26918 \end_inset
26919
26920
26921 \end_layout
26922
26923 \begin_layout Plain Layout
26924 \align center
26925 \begin_inset Tabular
26926 <lyxtabular version="3" rows="1" columns="5">
26927 <features tabularvalignment="middle">
26928 <column alignment="center" valignment="top">
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 <row>
26934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26935 \begin_inset Text
26936
26937 \begin_layout Plain Layout
26938 e
26939 \end_layout
26940
26941 \end_inset
26942 </cell>
26943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26944 \begin_inset Text
26945
26946 \begin_layout Plain Layout
26947 d
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956 c
26957 \end_layout
26958
26959 \end_inset
26960 </cell>
26961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26962 \begin_inset Text
26963
26964 \begin_layout Plain Layout
26965 b
26966 \end_layout
26967
26968 \end_inset
26969 </cell>
26970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26971 \begin_inset Text
26972
26973 \begin_layout Plain Layout
26974 test
26975 \end_layout
26976
26977 \end_inset
26978 </cell>
26979 </row>
26980 </lyxtabular>
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988
26989
26990 \begin_inset space \hfill{}
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Standard
27002 \begin_inset Float table
27003 wide false
27004 sideways false
27005 status open
27006
27007 \begin_layout Plain Layout
27008 \begin_inset Caption Standard
27009
27010 \begin_layout Plain Layout
27011 \begin_inset CommandInset label
27012 LatexCommand label
27013 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27014
27015 \end_inset
27016
27017 Deux sous-tableaux placés l'un sur l'autre.
27018  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \end_layout
27025
27026 \begin_layout Plain Layout
27027 \align center
27028 \begin_inset Float table
27029 wide false
27030 sideways false
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 \begin_inset Caption Standard
27035
27036 \begin_layout Plain Layout
27037
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Plain Layout
27046 \align center
27047 \begin_inset Tabular
27048 <lyxtabular version="3" rows="1" columns="4">
27049 <features tabularvalignment="middle">
27050 <column alignment="center" valignment="top">
27051 <column alignment="center" valignment="top">
27052 <column alignment="center" valignment="top">
27053 <column alignment="center" valignment="top">
27054 <row>
27055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27056 \begin_inset Text
27057
27058 \begin_layout Plain Layout
27059 test
27060 \end_layout
27061
27062 \end_inset
27063 </cell>
27064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27065 \begin_inset Text
27066
27067 \begin_layout Plain Layout
27068 test
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27074 \begin_inset Text
27075
27076 \begin_layout Plain Layout
27077 test
27078 \end_layout
27079
27080 \end_inset
27081 </cell>
27082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27083 \begin_inset Text
27084
27085 \begin_layout Plain Layout
27086 test
27087 \end_layout
27088
27089 \end_inset
27090 </cell>
27091 </row>
27092 </lyxtabular>
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \begin_layout Plain Layout
27105 \align center
27106 \begin_inset Float table
27107 wide false
27108 sideways false
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112 \begin_inset Caption Standard
27113
27114 \begin_layout Plain Layout
27115
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Plain Layout
27124 \align center
27125 \begin_inset Tabular
27126 <lyxtabular version="3" rows="1" columns="5">
27127 <features tabularvalignment="middle">
27128 <column alignment="center" valignment="top">
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 <row>
27134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138 a
27139 \end_layout
27140
27141 \end_inset
27142 </cell>
27143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27144 \begin_inset Text
27145
27146 \begin_layout Plain Layout
27147 b
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27153 \begin_inset Text
27154
27155 \begin_layout Plain Layout
27156 c
27157 \end_layout
27158
27159 \end_inset
27160 </cell>
27161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165 d
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27171 \begin_inset Text
27172
27173 \begin_layout Plain Layout
27174 e
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 </row>
27180 </lyxtabular>
27181
27182 \end_inset
27183
27184
27185 \end_layout
27186
27187 \end_inset
27188
27189
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \end_layout
27196
27197 \begin_layout Section
27198 Flottants côte-à-côte
27199 \begin_inset Index idx
27200 status collapsed
27201
27202 \begin_layout Plain Layout
27203 Flottants ! côte-à-côte
27204 \end_layout
27205
27206 \end_inset
27207
27208
27209 \end_layout
27210
27211 \begin_layout Standard
27212 Pour placer des flottants côte-à-côte, comme pour la figure
27213 \begin_inset space ~
27214 \end_inset
27215
27216
27217 \begin_inset CommandInset ref
27218 LatexCommand ref
27219 reference "fig:Flottant-gauche"
27220
27221 \end_inset
27222
27223  et 
27224 \begin_inset CommandInset ref
27225 LatexCommand ref
27226 reference "fig:Flottant-droit"
27227
27228 \end_inset
27229
27230 , on n'utilise 
27231 \emph on
27232 qu'un seul 
27233 \emph default
27234 flottant.
27235  On y insère deux boîtes de minipages.
27236 \begin_inset Foot
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240 Les minipages sont décrites dans la section
27241 \begin_inset space ~
27242 \end_inset
27243
27244
27245 \begin_inset CommandInset ref
27246 LatexCommand ref
27247 reference "sec:Minipages"
27248
27249 \end_inset
27250
27251 .
27252 \end_layout
27253
27254 \end_inset
27255
27256  La largeur est mise à 45
27257 \begin_inset space \thinspace{}
27258 \end_inset
27259
27260 -50
27261 \begin_inset space \thinspace{}
27262 \end_inset
27263
27264 column% et l'alignement de la boîte à 
27265 \family sans
27266 Bas
27267 \family default
27268  pour chaque minipage.
27269  Les boîtes minipages contiennent l'image et la légende exactement comme
27270  avec un flottant.
27271  La seule différence est que l'unité de longueur 
27272 \family sans
27273 Largeur
27274 \begin_inset space ~
27275 \end_inset
27276
27277 colonne
27278 \begin_inset space ~
27279 \end_inset
27280
27281 %
27282 \family default
27283  utilisée pour l'image est maintenant définie par rapport à la largeur des
27284  boîtes minipages.
27285 \end_layout
27286
27287 \begin_layout Standard
27288 \begin_inset Float figure
27289 wide false
27290 sideways false
27291 status open
27292
27293 \begin_layout Plain Layout
27294 \begin_inset Box Frameless
27295 position "b"
27296 hor_pos "c"
27297 has_inner_box 1
27298 inner_pos "t"
27299 use_parbox 0
27300 use_makebox 0
27301 width "45col%"
27302 special "none"
27303 height "1in"
27304 height_special "totalheight"
27305 thickness "0.4pt"
27306 separation "3pt"
27307 shadowsize "4pt"
27308 framecolor "black"
27309 backgroundcolor "none"
27310 status open
27311
27312 \begin_layout Plain Layout
27313 \align center
27314 \begin_inset Graphics
27315         filename ../clipart/mobius.eps
27316         lyxscale 50
27317         width 100col%
27318         scaleBeforeRotation
27319
27320 \end_inset
27321
27322
27323 \end_layout
27324
27325 \begin_layout Plain Layout
27326 \begin_inset Caption Standard
27327
27328 \begin_layout Plain Layout
27329 \begin_inset CommandInset label
27330 LatexCommand label
27331 name "fig:Flottant-gauche"
27332
27333 \end_inset
27334
27335 Flottant du côté gauche.
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \end_inset
27344
27345
27346 \begin_inset space \hfill{}
27347 \end_inset
27348
27349
27350 \begin_inset Box Frameless
27351 position "b"
27352 hor_pos "c"
27353 has_inner_box 1
27354 inner_pos "t"
27355 use_parbox 0
27356 use_makebox 0
27357 width "45col%"
27358 special "none"
27359 height "1in"
27360 height_special "totalheight"
27361 thickness "0.4pt"
27362 separation "3pt"
27363 shadowsize "4pt"
27364 framecolor "black"
27365 backgroundcolor "none"
27366 status open
27367
27368 \begin_layout Plain Layout
27369 \align center
27370 \begin_inset Graphics
27371         filename ../clipart/platypus.eps
27372         lyxscale 50
27373         width 100col%
27374         scaleBeforeRotation
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Plain Layout
27382 \begin_inset Caption Standard
27383
27384 \begin_layout Plain Layout
27385 \begin_inset CommandInset label
27386 LatexCommand label
27387 name "fig:Flottant-droit"
27388
27389 \end_inset
27390
27391 Flottant du côté droit.
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \end_layout
27403
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \begin_layout Standard
27410 Une solution alternative plus simple consiste à utiliser le module 
27411 \family sans
27412 Minipages à largeur variable
27413 \family default
27414 , voir la section
27415 \begin_inset space \thinspace{}
27416 \end_inset
27417
27418
27419 \begin_inset CommandInset ref
27420 LatexCommand ref
27421 reference "sec:Minipages"
27422
27423 \end_inset
27424
27425 .
27426  Les minipages à largeur variable s’adaptent automatiquement à la largeur
27427  des figures et des tableaux.
27428  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
27429  améliorent l'alignement horizontal des figures.
27430  Le fichier du répertoire des exemples 
27431 \emph on
27432 varwidth-floats-side-by-side
27433 \emph default
27434  donnes des exemples d'utilisation du module.
27435 \end_layout
27436
27437 \begin_layout Section
27438 Mise en forme de la légende
27439 \begin_inset Index idx
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443 Légende ! Mise en forme
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \begin_inset Index idx
27450 status collapsed
27451
27452 \begin_layout Plain Layout
27453 Flottants ! Mise en forme de la Légende
27454 \end_layout
27455
27456 \end_inset
27457
27458
27459 \begin_inset CommandInset label
27460 LatexCommand label
27461 name "sec:Formatage-légende"
27462
27463 \end_inset
27464
27465
27466 \end_layout
27467
27468 \begin_layout Standard
27469 L'environnement 
27470 \family sans
27471 Légende
27472 \family default
27473  est l'environnement de paragraphe implicite pour les 
27474 \family sans
27475 flottants
27476 \family default
27477 .
27478  Dans la fenêtre de \SpecialChar LyX
27479  les légendes apparaissent comme une étiquette comme
27480  par exemple 
27481 \begin_inset Quotes fld
27482 \end_inset
27483
27484
27485 \family sans
27486 Figure #:
27487 \family default
27488
27489 \begin_inset Quotes frd
27490 \end_inset
27491
27492  suivi par le texte de la légende.
27493  Le 
27494 \begin_inset Quotes fld
27495 \end_inset
27496
27497 #
27498 \begin_inset Quotes frd
27499 \end_inset
27500
27501  étant remplacé par le numéro de référence réel.
27502  implicitement l'étiquette et le numéro sont dans la même police de caractères
27503  que le texte de la légende et deux points suivent le numéro pour séparer
27504  l'étiquette du texte.
27505  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27506 \end_layout
27507
27508 \begin_layout Standard
27509 Pour modifier le format implicite des légendes, il faut charger le paquetage
27510  \SpecialChar LaTeX
27511  
27512 \series bold
27513 caption
27514 \series default
27515
27516 \begin_inset Index idx
27517 status collapsed
27518
27519 \begin_layout Plain Layout
27520 Paquetages \SpecialChar LaTeX
27521  ! caption
27522 \end_layout
27523
27524 \end_inset
27525
27526  dans le préambule de votre document avec la ligne suivante :
27527 \end_layout
27528
27529 \begin_layout Standard
27530
27531 \series bold
27532
27533 \backslash
27534 usepackage[format definition]{caption}
27535 \end_layout
27536
27537 \begin_layout Standard
27538 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27539  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27540  dans ce document, utilisez les commandes suivantes :
27541 \end_layout
27542
27543 \begin_layout Standard
27544
27545 \series bold
27546
27547 \backslash
27548 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27549 \end_layout
27550
27551 \begin_layout Standard
27552 Vous pouvez aussi définir des formats de légendes différents pour les différents
27553  types de flottants.
27554  Dans ce cas chargez le paquetage 
27555 \series bold
27556 caption 
27557 \series default
27558 sans option de format spécifique et définissez les différents formats à
27559  l'aide de la commande 
27560 \end_layout
27561
27562 \begin_layout Standard
27563
27564 \series bold
27565
27566 \backslash
27567 captionsetup[type de flottant]{définition du format}
27568 \end_layout
27569
27570 \begin_layout Standard
27571 dans le préambule du document.
27572  Par exemple les formats de légende de la Figure
27573 \begin_inset space ~
27574 \end_inset
27575
27576
27577 \begin_inset CommandInset ref
27578 LatexCommand ref
27579 reference "fig:Legende-de-fig"
27580
27581 \end_inset
27582
27583  et du Tableau
27584 \begin_inset space ~
27585 \end_inset
27586
27587
27588 \begin_inset CommandInset ref
27589 LatexCommand ref
27590 reference "tab:Légende-de-tab"
27591
27592 \end_inset
27593
27594  peuvent être créés en utilisant les commandes suivantes dans le préambule
27595  :
27596 \end_layout
27597
27598 \begin_layout Standard
27599
27600 \series bold
27601
27602 \backslash
27603 usepackage[tableposition=top]{caption}
27604 \series default
27605
27606 \begin_inset Newline newline
27607 \end_inset
27608
27609
27610 \series bold
27611
27612 \backslash
27613 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27614 \begin_inset Newline newline
27615 \end_inset
27616
27617
27618 \begin_inset Phantom HPhantom
27619 status open
27620
27621 \begin_layout Plain Layout
27622
27623 \series bold
27624
27625 \backslash
27626 captionsetup[figure]{
27627 \end_layout
27628
27629 \end_inset
27630
27631 labelsep=period}
27632 \begin_inset Newline newline
27633 \end_inset
27634
27635
27636 \backslash
27637 captionsetup[table]{labelfont={bf,sf}}
27638 \end_layout
27639
27640 \begin_layout Standard
27641 \begin_inset Note Greyedout
27642 status open
27643
27644 \begin_layout Plain Layout
27645
27646 \series bold
27647 Note:
27648 \series default
27649  L'option 
27650 \series bold
27651 tableposition=top
27652 \series default
27653  n'a pas d'effet quand on utilise un document de classe 
27654 \series bold
27655 KOMA-Script
27656 \series default
27657
27658 \begin_inset Index idx
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 Paquetages \SpecialChar LaTeX
27663  ! KOMA-Script
27664 \end_layout
27665
27666 \end_inset
27667
27668 .
27669  Dans ce cas on doit utiliser l'option 
27670 \series bold
27671 captions=tableheading
27672 \series default
27673  de la classe de document.
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \end_layout
27680
27681 \begin_layout Standard
27682 Pour plus d'information sur le paquetage 
27683 \series bold
27684 caption
27685 \series default
27686  nous vous renvoyons à sa documentation 
27687 \begin_inset CommandInset citation
27688 LatexCommand cite
27689 key "caption"
27690
27691 \end_inset
27692
27693 .
27694 \end_layout
27695
27696 \begin_layout Standard
27697 Pour changer le nom de l'étiquette, par exemple de 
27698 \begin_inset Quotes fld
27699 \end_inset
27700
27701 Figure
27702 \begin_inset Quotes frd
27703 \end_inset
27704
27705  à 
27706 \begin_inset Quotes fld
27707 \end_inset
27708
27709 Image
27710 \begin_inset Quotes frd
27711 \end_inset
27712
27713 , utilisez la commande suivante dans le préambule :
27714 \end_layout
27715
27716 \begin_layout Standard
27717
27718 \series bold
27719
27720 \backslash
27721 renewcommand{
27722 \backslash
27723 fnum@figure}{Image~
27724 \backslash
27725 thefigure}
27726 \end_layout
27727
27728 \begin_layout Standard
27729 où 
27730 \series bold
27731
27732 \backslash
27733 thefigure
27734 \series default
27735  insère le numéro de la figure et
27736 \series bold
27737  
27738 \begin_inset Quotes fld
27739 \end_inset
27740
27741 ~
27742 \series default
27743
27744 \begin_inset Quotes frd
27745 \end_inset
27746
27747  ajoute une espace insécable.
27748 \end_layout
27749
27750 \begin_layout Standard
27751 \begin_inset VSpace bigskip
27752 \end_inset
27753
27754 Si vous utilisez un document de classe 
27755 \series bold
27756 KOMA-Script
27757 \series default
27758
27759 \begin_inset Index idx
27760 status collapsed
27761
27762 \begin_layout Plain Layout
27763 Paquetages \SpecialChar LaTeX
27764  ! KOMA-Script
27765 \end_layout
27766
27767 \end_inset
27768
27769  (
27770 \family sans
27771 article (KOMA-Script)
27772 \family default
27773
27774 \family sans
27775 book (KOMA-Script)
27776 \family default
27777
27778 \family sans
27779 letter (KOMA-Script)
27780 \family default
27781 , ou 
27782 \family sans
27783 report (KOMA-Script)
27784 \family default
27785
27786 \begin_inset space \thinspace{}
27787 \end_inset
27788
27789 ), Vous pouvez utiliser la commande incorporée 
27790 \series bold
27791
27792 \backslash
27793 setkomafont 
27794 \series default
27795 du paquetage
27796 \series bold
27797  KOMA-Script 
27798 \series default
27799 à la place du paquetage
27800 \series bold
27801  caption.
27802  
27803 \series default
27804 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27805  suivante au préambule de votre document :
27806 \end_layout
27807
27808 \begin_layout Standard
27809
27810 \series bold
27811
27812 \backslash
27813 setkomafont{captionlabel}{
27814 \backslash
27815 bfseries}
27816 \end_layout
27817
27818 \begin_layout Standard
27819 Pour plus d'information au sujet de 
27820 \series bold
27821
27822 \backslash
27823 setkomafont
27824 \series default
27825  nous vous renvoyons à la documentation du paquetage 
27826 \series bold
27827 KOMA-Script
27828 \series default
27829  
27830 \begin_inset CommandInset citation
27831 LatexCommand cite
27832 key "KOMA-Script"
27833
27834 \end_inset
27835
27836 .
27837 \end_layout
27838
27839 \begin_layout Standard
27840 \begin_inset ERT
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844
27845
27846 \backslash
27847 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27848 }
27849 \end_layout
27850
27851 \end_inset
27852
27853
27854 \begin_inset Note Note
27855 status open
27856
27857 \begin_layout Plain Layout
27858 Le format de la légende n'est modifié que pour cet exemple.
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 \begin_inset Float figure
27868 placement !p
27869 wide false
27870 sideways false
27871 status open
27872
27873 \begin_layout Plain Layout
27874 \align center
27875 \begin_inset Graphics
27876         filename ../clipart/mobius.eps
27877         lyxscale 50
27878         scale 50
27879         scaleBeforeRotation
27880
27881 \end_inset
27882
27883
27884 \end_layout
27885
27886 \begin_layout Plain Layout
27887 \begin_inset Caption Standard
27888
27889 \begin_layout Plain Layout
27890 \begin_inset CommandInset label
27891 LatexCommand label
27892 name "fig:Legende-de-fig"
27893
27894 \end_inset
27895
27896 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27897  pour montrer les différents types de formats de légendes.
27898  Ici on a utilisé un format de légende personnalisé.
27899 \end_layout
27900
27901 \end_inset
27902
27903
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \begin_layout Standard
27912 \begin_inset ERT
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916
27917
27918 \backslash
27919 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27920 on}
27921 \end_layout
27922
27923 \end_inset
27924
27925
27926 \end_layout
27927
27928 \begin_layout Standard
27929 \begin_inset Float table
27930 placement !p
27931 wide false
27932 sideways false
27933 status open
27934
27935 \begin_layout Plain Layout
27936 \begin_inset Caption Standard
27937
27938 \begin_layout Plain Layout
27939 \begin_inset CommandInset label
27940 LatexCommand label
27941 name "tab:Légende-de-tab"
27942
27943 \end_inset
27944
27945 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27946  pour montrer les différents types de formats de légendes.
27947  Ici on a utilisé le format de légende implicite.
27948 \end_layout
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Plain Layout
27956 \align center
27957 \begin_inset Tabular
27958 <lyxtabular version="3" rows="1" columns="5">
27959 <features tabularvalignment="middle">
27960 <column alignment="center" valignment="top">
27961 <column alignment="center" valignment="top">
27962 <column alignment="center" valignment="top">
27963 <column alignment="center" valignment="top">
27964 <column alignment="center" valignment="top">
27965 <row>
27966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 a
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 b
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 c
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997 d
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28003 \begin_inset Text
28004
28005 \begin_layout Plain Layout
28006 e
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 </row>
28012 </lyxtabular>
28013
28014 \end_inset
28015
28016
28017 \end_layout
28018
28019 \end_inset
28020
28021
28022 \end_layout
28023
28024 \begin_layout Section
28025 Positionnement de la Légende
28026 \begin_inset Index idx
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030 Légende ! Placement
28031 \end_layout
28032
28033 \end_inset
28034
28035
28036 \begin_inset Index idx
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 Flottants ! Placement de la légende
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \begin_inset CommandInset label
28047 LatexCommand label
28048 name "sec:Placement-légende"
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Standard
28056 La règle habituelle pour placer la légende est :
28057 \end_layout
28058
28059 \begin_layout Description
28060 Figure
28061 \begin_inset space ~
28062 \end_inset
28063
28064 : La légende est placée en dessous de la figure
28065 \end_layout
28066
28067 \begin_layout Description
28068 Tableau
28069 \begin_inset space ~
28070 \end_inset
28071
28072 : La légende est placée au dessus du tableau
28073 \end_layout
28074
28075 \begin_layout Standard
28076 Malheureusement les classes standard de \SpecialChar LaTeX
28077  ne gèrent pas les légendes au dessus
28078  des tableaux.
28079  Ce qui fait que si vous utilisez une des classes de document 
28080 \family sans
28081 article
28082 \family default
28083
28084 \family sans
28085 book
28086 \family default
28087
28088 \family sans
28089 letter
28090 \family default
28091 , ou 
28092 \family sans
28093 report
28094 \family default
28095  il n'y aura pas d'espace libre entre la légende et le tableau.
28096  Pour insérer l'espace nécessaire, 
28097 \lang english
28098 load
28099 \lang french
28100  le paquetage \SpecialChar LaTeX
28101  
28102 \series bold
28103 caption
28104 \series default
28105
28106 \begin_inset Index idx
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 Paquetages \SpecialChar LaTeX
28111  ! caption
28112 \end_layout
28113
28114 \end_inset
28115
28116  dans le préambule de votre document avec l'option
28117 \begin_inset Foot
28118 status collapsed
28119
28120 \begin_layout Plain Layout
28121 Voir la section
28122 \begin_inset space ~
28123 \end_inset
28124
28125
28126 \begin_inset CommandInset ref
28127 LatexCommand ref
28128 reference "sec:Formatage-légende"
28129
28130 \end_inset
28131
28132  pour plus d'information sur le paquetage 
28133 \series bold
28134 caption
28135 \series default
28136 .
28137 \end_layout
28138
28139 \end_inset
28140
28141
28142 \end_layout
28143
28144 \begin_layout Standard
28145
28146 \series bold
28147 tableposition=top
28148 \end_layout
28149
28150 \begin_layout Standard
28151 Si vous utilisez une classe de document 
28152 \series bold
28153 KOMA-Script
28154 \series default
28155
28156 \begin_inset Index idx
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160 Paquetages \SpecialChar LaTeX
28161  ! KOMA-Script
28162 \end_layout
28163
28164 \end_inset
28165
28166  (
28167 \family sans
28168 article (KOMA-Script)
28169 \family default
28170
28171 \family sans
28172 book (KOMA-Script)
28173 \family default
28174
28175 \family sans
28176 letter (KOMA-Script)
28177 \family default
28178 , ou 
28179 \family sans
28180 report (KOMA-Script)
28181 \family default
28182
28183 \begin_inset space \thinspace{}
28184 \end_inset
28185
28186 ), vous pouvez utiliser à la place du paquetage 
28187 \series bold
28188 caption
28189 \series default
28190  l'option
28191 \end_layout
28192
28193 \begin_layout Standard
28194
28195 \series bold
28196 captions=tableheading
28197 \end_layout
28198
28199 \begin_layout Standard
28200 de la classe de document.
28201 \begin_inset Foot
28202 status open
28203
28204 \begin_layout Plain Layout
28205 Cette option est utilisée dans le document
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28215  le menu contextuel dans une légende avec un clic droit et indiquer si la
28216  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28217  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28218  pour certaines d'entre elles.
28219  Le tableau
28220 \begin_inset space ~
28221 \end_inset
28222
28223
28224 \begin_inset CommandInset ref
28225 LatexCommand ref
28226 reference "tab:A-caption-marked"
28227
28228 \end_inset
28229
28230  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28231  alors qu'elle est insérée au-dessus.
28232  Par comparaison, la légende du tableau
28233 \begin_inset space ~
28234 \end_inset
28235
28236
28237 \begin_inset CommandInset ref
28238 LatexCommand ref
28239 reference "tab:A-standard-table"
28240
28241 \end_inset
28242
28243  n'est pas repositionnée.
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset Float table
28248 wide false
28249 sideways false
28250 status open
28251
28252 \begin_layout Plain Layout
28253 \begin_inset Caption Below
28254
28255 \begin_layout Plain Layout
28256 \begin_inset CommandInset label
28257 LatexCommand label
28258 name "tab:A-caption-marked"
28259
28260 \end_inset
28261
28262 Une légende positionnée sous le tableau par le menu contextuel
28263 \lang english
28264 .
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \end_layout
28271
28272 \begin_layout Plain Layout
28273 \align center
28274 \begin_inset Tabular
28275 <lyxtabular version="3" rows="3" columns="3">
28276 <features tabularvalignment="middle">
28277 <column alignment="center" valignment="top" width="0pt">
28278 <column alignment="center" valignment="top" width="0pt">
28279 <column alignment="center" valignment="top" width="0pt">
28280 <row>
28281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28282 \begin_inset Text
28283
28284 \begin_layout Plain Layout
28285 1
28286 \end_layout
28287
28288 \end_inset
28289 </cell>
28290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28291 \begin_inset Text
28292
28293 \begin_layout Plain Layout
28294 2
28295 \end_layout
28296
28297 \end_inset
28298 </cell>
28299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28300 \begin_inset Text
28301
28302 \begin_layout Plain Layout
28303 3
28304 \end_layout
28305
28306 \end_inset
28307 </cell>
28308 </row>
28309 <row>
28310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28311 \begin_inset Text
28312
28313 \begin_layout Plain Layout
28314 Jean
28315 \end_layout
28316
28317 \end_inset
28318 </cell>
28319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28320 \begin_inset Text
28321
28322 \begin_layout Plain Layout
28323 Marie
28324 \end_layout
28325
28326 \end_inset
28327 </cell>
28328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28329 \begin_inset Text
28330
28331 \begin_layout Plain Layout
28332 Pierre
28333 \end_layout
28334
28335 \end_inset
28336 </cell>
28337 </row>
28338 <row>
28339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28340 \begin_inset Text
28341
28342 \begin_layout Plain Layout
28343 \begin_inset Formula $\int x^{2}dx$
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \end_inset
28350 </cell>
28351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28352 \begin_inset Text
28353
28354 \begin_layout Plain Layout
28355 \begin_inset Formula $\left[\begin{array}{cc}
28356 a & b\\
28357 c & d
28358 \end{array}\right]$
28359 \end_inset
28360
28361
28362 \end_layout
28363
28364 \end_inset
28365 </cell>
28366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28367 \begin_inset Text
28368
28369 \begin_layout Plain Layout
28370 \begin_inset Formula $1+1=2$
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \end_inset
28377 </cell>
28378 </row>
28379 </lyxtabular>
28380
28381 \end_inset
28382
28383
28384 \end_layout
28385
28386 \end_inset
28387
28388
28389 \end_layout
28390
28391 \begin_layout Standard
28392 \begin_inset Float table
28393 wide false
28394 sideways false
28395 status open
28396
28397 \begin_layout Plain Layout
28398 \begin_inset Caption Standard
28399
28400 \begin_layout Plain Layout
28401 \begin_inset CommandInset label
28402 LatexCommand label
28403 name "tab:A-standard-table"
28404
28405 \end_inset
28406
28407 Une légende de tableau standard
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \begin_layout Plain Layout
28416 \align center
28417 \begin_inset Tabular
28418 <lyxtabular version="3" rows="3" columns="3">
28419 <features tabularvalignment="middle">
28420 <column alignment="center" valignment="top" width="0pt">
28421 <column alignment="center" valignment="top" width="0pt">
28422 <column alignment="center" valignment="top" width="0pt">
28423 <row>
28424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28425 \begin_inset Text
28426
28427 \begin_layout Plain Layout
28428 1
28429 \end_layout
28430
28431 \end_inset
28432 </cell>
28433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28434 \begin_inset Text
28435
28436 \begin_layout Plain Layout
28437 2
28438 \end_layout
28439
28440 \end_inset
28441 </cell>
28442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28443 \begin_inset Text
28444
28445 \begin_layout Plain Layout
28446 3
28447 \end_layout
28448
28449 \end_inset
28450 </cell>
28451 </row>
28452 <row>
28453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28454 \begin_inset Text
28455
28456 \begin_layout Plain Layout
28457 Jean
28458 \end_layout
28459
28460 \end_inset
28461 </cell>
28462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28463 \begin_inset Text
28464
28465 \begin_layout Plain Layout
28466 Marie
28467 \end_layout
28468
28469 \end_inset
28470 </cell>
28471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28472 \begin_inset Text
28473
28474 \begin_layout Plain Layout
28475 Pierre
28476 \end_layout
28477
28478 \end_inset
28479 </cell>
28480 </row>
28481 <row>
28482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28483 \begin_inset Text
28484
28485 \begin_layout Plain Layout
28486 \begin_inset Formula $\int x^{2}dx$
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498 \begin_inset Formula $\left[\begin{array}{cc}
28499 a & b\\
28500 c & d
28501 \end{array}\right]$
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \end_inset
28508 </cell>
28509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28510 \begin_inset Text
28511
28512 \begin_layout Plain Layout
28513 \begin_inset Formula $1+1=2$
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \end_inset
28520 </cell>
28521 </row>
28522 </lyxtabular>
28523
28524 \end_inset
28525
28526
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535 \begin_inset VSpace bigskip
28536 \end_inset
28537
28538 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28539  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28540  
28541 \series bold
28542 sidecap
28543 \series default
28544
28545 \begin_inset Index idx
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 Paquetages \SpecialChar LaTeX
28550  ! sidecap
28551 \end_layout
28552
28553 \end_inset
28554
28555  dans le préambule de votre document avec la ligne de commande suivante
28556 \end_layout
28557
28558 \begin_layout Standard
28559
28560 \series bold
28561
28562 \backslash
28563 usepackage[option]{sidecap}
28564 \end_layout
28565
28566 \begin_layout Standard
28567 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28568  extérieure – à droite sur les pages impaires et à gauche sur les pages
28569  paires.
28570  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28571  
28572 \series bold
28573 innercaption
28574 \series default
28575 .
28576  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28577  
28578 \series bold
28579 rightcaption
28580 \series default
28581  ou 
28582 \series bold
28583 leftcaption
28584 \series default
28585 .
28586 \end_layout
28587
28588 \begin_layout Standard
28589 \begin_inset ERT
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593
28594
28595 \backslash
28596 ifsidecap
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \begin_inset Note Note
28603 status open
28604
28605 \begin_layout Plain Layout
28606 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28607  
28608 \series bold
28609 sidecap
28610 \series default
28611  a été installé.
28612 \end_layout
28613
28614 \end_inset
28615
28616
28617 \end_layout
28618
28619 \begin_layout Standard
28620 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28621  ajouter ces commandes dans le préambule de votre document :
28622 \end_layout
28623
28624 \begin_layout Standard
28625 \noindent
28626 \begin_inset CommandInset line
28627 LatexCommand rule
28628 offset "0.5ex"
28629 width "100line%"
28630 height "1pt"
28631
28632 \end_inset
28633
28634
28635 \end_layout
28636
28637 \begin_layout Standard
28638
28639 \series bold
28640
28641 \backslash
28642 newcommand{
28643 \backslash
28644 TabBesBeg}[1][1.0]{%
28645 \begin_inset Newline newline
28646 \end_inset
28647
28648
28649 \begin_inset Phantom HPhantom
28650 status open
28651
28652 \begin_layout Plain Layout
28653 \begin_inset space ~
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \backslash
28663 let
28664 \backslash
28665 MyTable
28666 \backslash
28667 table
28668 \begin_inset Newline newline
28669 \end_inset
28670
28671
28672 \begin_inset Phantom HPhantom
28673 status open
28674
28675 \begin_layout Plain Layout
28676
28677 \series medium
28678 \begin_inset space ~
28679 \end_inset
28680
28681
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \backslash
28688 let
28689 \backslash
28690 MyEndtable
28691 \backslash
28692 endtable
28693 \begin_inset Newline newline
28694 \end_inset
28695
28696
28697 \begin_inset Phantom HPhantom
28698 status open
28699
28700 \begin_layout Plain Layout
28701
28702 \series medium
28703 \begin_inset space ~
28704 \end_inset
28705
28706
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \backslash
28713 renewenvironment{table}[1]{
28714 \backslash
28715 begin{SCtable}[#1]##1}{
28716 \backslash
28717 end{SCtable}}}
28718 \end_layout
28719
28720 \begin_layout Standard
28721
28722 \series bold
28723
28724 \backslash
28725 newcommand{
28726 \backslash
28727 TabBesEnd}{%
28728 \begin_inset Newline newline
28729 \end_inset
28730
28731
28732 \begin_inset Phantom HPhantom
28733 status open
28734
28735 \begin_layout Plain Layout
28736 \begin_inset space ~
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \end_inset
28743
28744
28745 \backslash
28746 let
28747 \backslash
28748 table
28749 \backslash
28750 MyTable
28751 \begin_inset Newline newline
28752 \end_inset
28753
28754
28755 \begin_inset Phantom HPhantom
28756 status open
28757
28758 \begin_layout Plain Layout
28759 \begin_inset space ~
28760 \end_inset
28761
28762
28763 \end_layout
28764
28765 \end_inset
28766
28767
28768 \backslash
28769 let
28770 \backslash
28771 endtable
28772 \backslash
28773 MyEndtable
28774 \end_layout
28775
28776 \begin_layout Standard
28777
28778 \series bold
28779
28780 \backslash
28781 newcommand{
28782 \backslash
28783 FigBesBeg}[1][1.0]{%
28784 \begin_inset Newline newline
28785 \end_inset
28786
28787
28788 \begin_inset Phantom HPhantom
28789 status open
28790
28791 \begin_layout Plain Layout
28792 \begin_inset space ~
28793 \end_inset
28794
28795
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \backslash
28802 let
28803 \backslash
28804 MyFigure
28805 \backslash
28806 figure
28807 \begin_inset Newline newline
28808 \end_inset
28809
28810
28811 \begin_inset Phantom HPhantom
28812 status open
28813
28814 \begin_layout Plain Layout
28815 \begin_inset space ~
28816 \end_inset
28817
28818
28819 \end_layout
28820
28821 \end_inset
28822
28823
28824 \backslash
28825 let
28826 \backslash
28827 MyEndfigure
28828 \backslash
28829 endfigure
28830 \begin_inset Newline newline
28831 \end_inset
28832
28833
28834 \begin_inset Phantom HPhantom
28835 status open
28836
28837 \begin_layout Plain Layout
28838 \begin_inset space ~
28839 \end_inset
28840
28841
28842 \end_layout
28843
28844 \end_inset
28845
28846
28847 \backslash
28848 renewenvironment{figure}[1]{
28849 \backslash
28850 begin{SCfigure}[#1]##1}{
28851 \backslash
28852 end{SCfigure}}}
28853 \end_layout
28854
28855 \begin_layout Standard
28856
28857 \series bold
28858
28859 \backslash
28860 newcommand{
28861 \backslash
28862 FigBesEnd}{%
28863 \begin_inset Newline newline
28864 \end_inset
28865
28866
28867 \begin_inset Phantom HPhantom
28868 status open
28869
28870 \begin_layout Plain Layout
28871 \begin_inset space ~
28872 \end_inset
28873
28874
28875 \end_layout
28876
28877 \end_inset
28878
28879
28880 \backslash
28881 let
28882 \backslash
28883 figure
28884 \backslash
28885 MyFigure
28886 \begin_inset Newline newline
28887 \end_inset
28888
28889
28890 \begin_inset Phantom HPhantom
28891 status open
28892
28893 \begin_layout Plain Layout
28894 \begin_inset space ~
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \backslash
28904 let
28905 \backslash
28906 endfigure
28907 \backslash
28908 MyEndfigure}
28909 \end_layout
28910
28911 \begin_layout Standard
28912 \noindent
28913 \begin_inset CommandInset line
28914 LatexCommand rule
28915 offset "0.5ex"
28916 width "100line%"
28917 height "1pt"
28918
28919 \end_inset
28920
28921
28922 \end_layout
28923
28924 \begin_layout Standard
28925 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28926  la légende se place sur le côté.
28927  Pour les flottants de figure, utilisez la commande
28928 \end_layout
28929
28930 \begin_layout Standard
28931
28932 \series bold
28933
28934 \backslash
28935 FigBesBeg
28936 \end_layout
28937
28938 \begin_layout Standard
28939 en code \SpecialChar TeX
28940  avant le flottant.
28941  Et insérez la commande
28942 \end_layout
28943
28944 \begin_layout Standard
28945
28946 \series bold
28947
28948 \backslash
28949 FigBesEnd
28950 \end_layout
28951
28952 \begin_layout Standard
28953 en code \SpecialChar TeX
28954  à l'endroit où vous voulez revenir à la définition originale du
28955  flottant.
28956 \end_layout
28957
28958 \begin_layout Standard
28959 Pour les flottants de tableau, utilisez les commandes correspondantes
28960 \end_layout
28961
28962 \begin_layout Standard
28963
28964 \series bold
28965
28966 \backslash
28967 TabBesBeg
28968 \series default
28969  et 
28970 \series bold
28971
28972 \backslash
28973 TabBesEnd
28974 \end_layout
28975
28976 \begin_layout Standard
28977 La figure
28978 \begin_inset space ~
28979 \end_inset
28980
28981
28982 \begin_inset CommandInset ref
28983 LatexCommand ref
28984 reference "fig:legende-a-coté-fig"
28985
28986 \end_inset
28987
28988  et le tableau
28989 \begin_inset space ~
28990 \end_inset
28991
28992
28993 \begin_inset CommandInset ref
28994 LatexCommand ref
28995 reference "tab:legende-à-coté-tableau"
28996
28997 \end_inset
28998
28999  sont des exemples où la légende a été mises sur le coté.
29000 \end_layout
29001
29002 \begin_layout Standard
29003 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29004  pour les flottants de tableau et vers le bas pour les flottants de figure.
29005  Pour changer ce comportement, vous pouvez utiliser les commandes
29006 \end_layout
29007
29008 \begin_layout Standard
29009
29010 \series bold
29011
29012 \backslash
29013 sidecaptionvpos{type flottant}{placement}
29014 \end_layout
29015
29016 \begin_layout Standard
29017 dans le préambule du document ou en code \SpecialChar TeX
29018  juste avant le flottant visé.
29019  Le type du flottant est soit 
29020 \family sans
29021 figure
29022 \family default
29023  soit 
29024 \family sans
29025 table
29026 \family default
29027 , le placement peut être 
29028 \begin_inset Quotes fld
29029 \end_inset
29030
29031
29032 \family sans
29033 t
29034 \family default
29035
29036 \begin_inset Quotes frd
29037 \end_inset
29038
29039  pour haut (top), 
29040 \begin_inset Quotes fld
29041 \end_inset
29042
29043
29044 \family sans
29045 c
29046 \family default
29047
29048 \begin_inset Quotes frd
29049 \end_inset
29050
29051
29052 \begin_inset Quotes erd
29053 \end_inset
29054
29055  pour centre (center), ou 
29056 \begin_inset Quotes fld
29057 \end_inset
29058
29059
29060 \family sans
29061 b
29062 \family default
29063
29064 \begin_inset Quotes frd
29065 \end_inset
29066
29067  pour bas (bottom).
29068  Pour que, par exemple, les légendes des flottants de figure soient centrés
29069  verticalement, utilisez la commande
29070 \end_layout
29071
29072 \begin_layout Standard
29073
29074 \series bold
29075
29076 \backslash
29077 sidecaptionvpos{figure}{c}
29078 \end_layout
29079
29080 \begin_layout Standard
29081 C'est ce qui a été utilisé pour la figure
29082 \begin_inset space ~
29083 \end_inset
29084
29085
29086 \begin_inset CommandInset ref
29087 LatexCommand ref
29088 reference "fig:legende-à-coté-fig-2"
29089
29090 \end_inset
29091
29092 .
29093 \end_layout
29094
29095 \begin_layout Standard
29096 \begin_inset VSpace medskip
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Standard
29103 La largeur de légende par défaut est celle de l'image ou du tableau.
29104  Pour des images ou des tableaux étroits, comme le tableau
29105 \begin_inset space ~
29106 \end_inset
29107
29108
29109 \begin_inset CommandInset ref
29110 LatexCommand ref
29111 reference "tab:legende-à-coté-tableau"
29112
29113 \end_inset
29114
29115 , cela donne des légendes trop étroites.
29116  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29117  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29118  La largeur de la légende sera automatiquement recalculée dans le cas où
29119  cette dernière déborderait dans la marge de la page ou de la colonne à
29120  cause de la largeur indiquée.
29121  Le 
29122 \emph on
29123 facteur 
29124 \emph default
29125 peut soit être donné comme argument pour 
29126 \series bold
29127
29128 \backslash
29129 FigBesBeg
29130 \series default
29131 :
29132 \end_layout
29133
29134 \begin_layout Standard
29135
29136 \series bold
29137
29138 \backslash
29139 FigBesBeg[facteur]
29140 \end_layout
29141
29142 \begin_layout Standard
29143 ou dans la définition de 
29144 \series bold
29145
29146 \backslash
29147 FigBesBeg 
29148 \series default
29149 en remplaçant le
29150 \series bold
29151  1.0 
29152 \series default
29153 par une autre valeur.
29154  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29155  façon implicite quand  
29156 \series bold
29157
29158 \backslash
29159 FigBesBeg
29160 \series default
29161  est utilisé sans argument.
29162  Pour le tableau
29163 \begin_inset space ~
29164 \end_inset
29165
29166
29167 \begin_inset CommandInset ref
29168 LatexCommand ref
29169 reference "tab:cap-beside-tab-wider"
29170
29171 \end_inset
29172
29173  on a utilisé 5 comme facteur.
29174 \end_layout
29175
29176 \begin_layout Standard
29177
29178 \lang english
29179 \begin_inset Note Greyedout
29180 status open
29181
29182 \begin_layout Plain Layout
29183
29184 \series bold
29185 Note:
29186 \series default
29187  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29188  utiliser l'option de placement, 
29189 \family sans
29190 Ici
29191 \begin_inset space ~
29192 \end_inset
29193
29194 à
29195 \begin_inset space ~
29196 \end_inset
29197
29198 tout
29199 \begin_inset space ~
29200 \end_inset
29201
29202 prix
29203 \family default
29204  parce qu'elle n'est pas gérée par 
29205 \series bold
29206 sidecap
29207 \series default
29208 .
29209 \end_layout
29210
29211 \end_inset
29212
29213
29214 \end_layout
29215
29216 \begin_layout Standard
29217 \begin_inset VSpace medskip
29218 \end_inset
29219
29220 Pour plus d'information sur le paquetage 
29221 \series bold
29222 sidecap
29223 \series default
29224  nous vous renvoyons à sa documentation 
29225 \begin_inset CommandInset citation
29226 LatexCommand cite
29227 key "sidecap"
29228
29229 \end_inset
29230
29231 .
29232 \end_layout
29233
29234 \begin_layout Standard
29235 \begin_inset Note Greyedout
29236 status open
29237
29238 \begin_layout Plain Layout
29239
29240 \series bold
29241 Note:
29242 \series default
29243  Le paquetage \SpecialChar LaTeX
29244  
29245 \series bold
29246 hypcap
29247 \series default
29248
29249 \begin_inset Index idx
29250 status collapsed
29251
29252 \begin_layout Plain Layout
29253 Paquetages \SpecialChar LaTeX
29254  ! hypcap
29255 \end_layout
29256
29257 \end_inset
29258
29259 , qui est décrit dans la section
29260 \begin_inset space ~
29261 \end_inset
29262
29263
29264 \begin_inset CommandInset ref
29265 LatexCommand ref
29266 reference "subsec:Reference-Position"
29267
29268 \end_inset
29269
29270 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \end_layout
29277
29278 \begin_layout Standard
29279 \begin_inset ERT
29280 status collapsed
29281
29282 \begin_layout Plain Layout
29283
29284
29285 \backslash
29286 FigBesBeg 
29287 \end_layout
29288
29289 \end_inset
29290
29291
29292 \end_layout
29293
29294 \begin_layout Standard
29295 \begin_inset Float figure
29296 wide false
29297 sideways false
29298 status open
29299
29300 \begin_layout Plain Layout
29301 \begin_inset Graphics
29302         filename ../clipart/escher-lsd.eps
29303         scale 75
29304         scaleBeforeRotation
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Plain Layout
29312 \begin_inset Caption Standard
29313
29314 \begin_layout Plain Layout
29315 \begin_inset CommandInset label
29316 LatexCommand label
29317 name "fig:legende-a-coté-fig"
29318
29319 \end_inset
29320
29321 Une légende à côté d'une figure.
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \end_inset
29330
29331
29332 \end_layout
29333
29334 \begin_layout Standard
29335 \begin_inset ERT
29336 status collapsed
29337
29338 \begin_layout Plain Layout
29339
29340
29341 \backslash
29342 FigBesEnd
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \end_layout
29349
29350 \begin_layout Standard
29351 \begin_inset ERT
29352 status collapsed
29353
29354 \begin_layout Plain Layout
29355
29356
29357 \backslash
29358 TabBesBeg 
29359 \end_layout
29360
29361 \end_inset
29362
29363
29364 \end_layout
29365
29366 \begin_layout Standard
29367 \begin_inset Float table
29368 wide false
29369 sideways false
29370 status open
29371
29372 \begin_layout Plain Layout
29373 \begin_inset Caption Standard
29374
29375 \begin_layout Plain Layout
29376 \begin_inset CommandInset label
29377 LatexCommand label
29378 name "tab:legende-à-coté-tableau"
29379
29380 \end_inset
29381
29382 Une légende à côté d'un tableau.
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \end_layout
29389
29390 \begin_layout Plain Layout
29391 \begin_inset Tabular
29392 <lyxtabular version="3" rows="4" columns="5">
29393 <features tabularvalignment="middle">
29394 <column alignment="center" valignment="top">
29395 <column alignment="center" valignment="top">
29396 <column alignment="center" valignment="top">
29397 <column alignment="center" valignment="top">
29398 <column alignment="center" valignment="top">
29399 <row>
29400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29401 \begin_inset Text
29402
29403 \begin_layout Plain Layout
29404 a
29405 \end_layout
29406
29407 \end_inset
29408 </cell>
29409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29410 \begin_inset Text
29411
29412 \begin_layout Plain Layout
29413
29414 \end_layout
29415
29416 \end_inset
29417 </cell>
29418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29419 \begin_inset Text
29420
29421 \begin_layout Plain Layout
29422 b
29423 \end_layout
29424
29425 \end_inset
29426 </cell>
29427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29428 \begin_inset Text
29429
29430 \begin_layout Plain Layout
29431
29432 \end_layout
29433
29434 \end_inset
29435 </cell>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Plain Layout
29440 c
29441 \end_layout
29442
29443 \end_inset
29444 </cell>
29445 </row>
29446 <row>
29447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29448 \begin_inset Text
29449
29450 \begin_layout Plain Layout
29451
29452 \end_layout
29453
29454 \end_inset
29455 </cell>
29456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29457 \begin_inset Text
29458
29459 \begin_layout Plain Layout
29460 d
29461 \end_layout
29462
29463 \end_inset
29464 </cell>
29465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29466 \begin_inset Text
29467
29468 \begin_layout Plain Layout
29469
29470 \end_layout
29471
29472 \end_inset
29473 </cell>
29474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29475 \begin_inset Text
29476
29477 \begin_layout Plain Layout
29478 e
29479 \end_layout
29480
29481 \end_inset
29482 </cell>
29483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29484 \begin_inset Text
29485
29486 \begin_layout Plain Layout
29487
29488 \end_layout
29489
29490 \end_inset
29491 </cell>
29492 </row>
29493 <row>
29494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29495 \begin_inset Text
29496
29497 \begin_layout Plain Layout
29498 f
29499 \end_layout
29500
29501 \end_inset
29502 </cell>
29503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29504 \begin_inset Text
29505
29506 \begin_layout Plain Layout
29507
29508 \end_layout
29509
29510 \end_inset
29511 </cell>
29512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29513 \begin_inset Text
29514
29515 \begin_layout Plain Layout
29516 g
29517 \end_layout
29518
29519 \end_inset
29520 </cell>
29521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29522 \begin_inset Text
29523
29524 \begin_layout Plain Layout
29525
29526 \end_layout
29527
29528 \end_inset
29529 </cell>
29530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29531 \begin_inset Text
29532
29533 \begin_layout Plain Layout
29534 h
29535 \end_layout
29536
29537 \end_inset
29538 </cell>
29539 </row>
29540 <row>
29541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29542 \begin_inset Text
29543
29544 \begin_layout Plain Layout
29545
29546 \end_layout
29547
29548 \end_inset
29549 </cell>
29550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29551 \begin_inset Text
29552
29553 \begin_layout Plain Layout
29554 i
29555 \end_layout
29556
29557 \end_inset
29558 </cell>
29559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29560 \begin_inset Text
29561
29562 \begin_layout Plain Layout
29563
29564 \end_layout
29565
29566 \end_inset
29567 </cell>
29568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29569 \begin_inset Text
29570
29571 \begin_layout Plain Layout
29572 j
29573 \end_layout
29574
29575 \end_inset
29576 </cell>
29577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29578 \begin_inset Text
29579
29580 \begin_layout Plain Layout
29581
29582 \end_layout
29583
29584 \end_inset
29585 </cell>
29586 </row>
29587 </lyxtabular>
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Standard
29600 \begin_inset ERT
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605
29606 \backslash
29607 TabBesEnd
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Standard
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621
29622 \backslash
29623 FigBesBeg 
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \end_layout
29630
29631 \begin_layout Standard
29632 \begin_inset ERT
29633 status collapsed
29634
29635 \begin_layout Plain Layout
29636
29637
29638 \backslash
29639 sidecaptionvpos{figure}{c}
29640 \end_layout
29641
29642 \end_inset
29643
29644
29645 \begin_inset Float figure
29646 wide false
29647 sideways false
29648 status open
29649
29650 \begin_layout Plain Layout
29651 \begin_inset Graphics
29652         filename ../clipart/escher-lsd.eps
29653         scale 75
29654         scaleBeforeRotation
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Plain Layout
29662 \begin_inset Caption Standard
29663
29664 \begin_layout Plain Layout
29665 \begin_inset CommandInset label
29666 LatexCommand label
29667 name "fig:legende-à-coté-fig-2"
29668
29669 \end_inset
29670
29671 Une légende centrée verticalement à côté d'une figure.
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Standard
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 FigBesEnd
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \end_layout
29699
29700 \begin_layout Standard
29701 \begin_inset ERT
29702 status collapsed
29703
29704 \begin_layout Plain Layout
29705
29706
29707 \backslash
29708 TabBesBeg[5]
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \end_layout
29715
29716 \begin_layout Standard
29717 \begin_inset Float table
29718 wide false
29719 sideways false
29720 status open
29721
29722 \begin_layout Plain Layout
29723 \begin_inset Caption Standard
29724
29725 \begin_layout Plain Layout
29726
29727 \lang english
29728 \begin_inset CommandInset label
29729 LatexCommand label
29730 name "tab:cap-beside-tab-wider"
29731
29732 \end_inset
29733
29734 This is a caption is wider than the one in
29735 \lang french
29736  tableau
29737 \begin_inset space ~
29738 \end_inset
29739
29740
29741 \begin_inset CommandInset ref
29742 LatexCommand ref
29743 reference "tab:legende-à-coté-tableau"
29744
29745 \end_inset
29746
29747 .
29748 \end_layout
29749
29750 \end_inset
29751
29752
29753 \end_layout
29754
29755 \begin_layout Plain Layout
29756 \begin_inset Tabular
29757 <lyxtabular version="3" rows="4" columns="5">
29758 <features tabularvalignment="middle">
29759 <column alignment="center" valignment="top">
29760 <column alignment="center" valignment="top">
29761 <column alignment="center" valignment="top">
29762 <column alignment="center" valignment="top">
29763 <column alignment="center" valignment="top">
29764 <row>
29765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29766 \begin_inset Text
29767
29768 \begin_layout Plain Layout
29769 a
29770 \end_layout
29771
29772 \end_inset
29773 </cell>
29774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29775 \begin_inset Text
29776
29777 \begin_layout Plain Layout
29778
29779 \end_layout
29780
29781 \end_inset
29782 </cell>
29783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29784 \begin_inset Text
29785
29786 \begin_layout Plain Layout
29787 b
29788 \end_layout
29789
29790 \end_inset
29791 </cell>
29792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29793 \begin_inset Text
29794
29795 \begin_layout Plain Layout
29796
29797 \end_layout
29798
29799 \end_inset
29800 </cell>
29801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29802 \begin_inset Text
29803
29804 \begin_layout Plain Layout
29805 c
29806 \end_layout
29807
29808 \end_inset
29809 </cell>
29810 </row>
29811 <row>
29812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29813 \begin_inset Text
29814
29815 \begin_layout Plain Layout
29816
29817 \end_layout
29818
29819 \end_inset
29820 </cell>
29821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29822 \begin_inset Text
29823
29824 \begin_layout Plain Layout
29825 d
29826 \end_layout
29827
29828 \end_inset
29829 </cell>
29830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29831 \begin_inset Text
29832
29833 \begin_layout Plain Layout
29834
29835 \end_layout
29836
29837 \end_inset
29838 </cell>
29839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29840 \begin_inset Text
29841
29842 \begin_layout Plain Layout
29843 e
29844 \end_layout
29845
29846 \end_inset
29847 </cell>
29848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29849 \begin_inset Text
29850
29851 \begin_layout Plain Layout
29852
29853 \end_layout
29854
29855 \end_inset
29856 </cell>
29857 </row>
29858 <row>
29859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29860 \begin_inset Text
29861
29862 \begin_layout Plain Layout
29863 f
29864 \end_layout
29865
29866 \end_inset
29867 </cell>
29868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29869 \begin_inset Text
29870
29871 \begin_layout Plain Layout
29872
29873 \end_layout
29874
29875 \end_inset
29876 </cell>
29877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29878 \begin_inset Text
29879
29880 \begin_layout Plain Layout
29881 g
29882 \end_layout
29883
29884 \end_inset
29885 </cell>
29886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29887 \begin_inset Text
29888
29889 \begin_layout Plain Layout
29890
29891 \end_layout
29892
29893 \end_inset
29894 </cell>
29895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29896 \begin_inset Text
29897
29898 \begin_layout Plain Layout
29899 h
29900 \end_layout
29901
29902 \end_inset
29903 </cell>
29904 </row>
29905 <row>
29906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29907 \begin_inset Text
29908
29909 \begin_layout Plain Layout
29910
29911 \end_layout
29912
29913 \end_inset
29914 </cell>
29915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29916 \begin_inset Text
29917
29918 \begin_layout Plain Layout
29919 i
29920 \end_layout
29921
29922 \end_inset
29923 </cell>
29924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29925 \begin_inset Text
29926
29927 \begin_layout Plain Layout
29928
29929 \end_layout
29930
29931 \end_inset
29932 </cell>
29933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29934 \begin_inset Text
29935
29936 \begin_layout Plain Layout
29937 j
29938 \end_layout
29939
29940 \end_inset
29941 </cell>
29942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29943 \begin_inset Text
29944
29945 \begin_layout Plain Layout
29946
29947 \end_layout
29948
29949 \end_inset
29950 </cell>
29951 </row>
29952 </lyxtabular>
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \end_inset
29960
29961
29962 \end_layout
29963
29964 \begin_layout Standard
29965 \begin_inset ERT
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969
29970
29971 \backslash
29972 TabBesEnd
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \end_layout
29979
29980 \begin_layout Standard
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986
29987 \backslash
29988 else
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \begin_inset Note Note
29995 status open
29996
29997 \begin_layout Plain Layout
29998 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
29999  
30000 \series bold
30001 sidecap
30002 \series default
30003  n'est pas installé :
30004 \end_layout
30005
30006 \end_inset
30007
30008
30009 \end_layout
30010
30011 \begin_layout Standard
30012 Vous devez installer le paquetage \SpecialChar LaTeX
30013  
30014 \series bold
30015 sidecap
30016 \series default
30017  pour voir la suite de cette section dans la sortie imprimée.
30018 \end_layout
30019
30020 \begin_layout Standard
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026
30027 \backslash
30028 fi
30029 \end_layout
30030
30031 \end_inset
30032
30033
30034 \end_layout
30035
30036 \begin_layout Section
30037 Les listes de flottants
30038 \begin_inset Index idx
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 Flottants ! Listes de Flottants
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \end_layout
30049
30050 \begin_layout Standard
30051 De la même façon que la table des matières fait la liste des sections du
30052  document, il y a des listes pour tous les types de flottants, comme par
30053  exemple pour les figures du document.
30054  Vous pouvez les insérer en utilisant le menu 
30055 \family sans
30056 Insertion\SpecialChar menuseparator
30057 Listes
30058 \begin_inset space ~
30059 \end_inset
30060
30061 &
30062 \begin_inset space ~
30063 \end_inset
30064
30065 TdM
30066 \family default
30067 .
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Les entrées de la liste sont la légende du flottant ou éventuellement le
30072  titre court, le numéro du flottant, et le numéro de la page où le flottant
30073  apparaît dans le document.
30074 \end_layout
30075
30076 \begin_layout Standard
30077 Vous trouverez à la fin de ce document une liste des figures et une liste
30078  des tableaux.
30079 \end_layout
30080
30081 \begin_layout Chapter
30082 Notes
30083 \end_layout
30084
30085 \begin_layout Section
30086 Les notes de \SpecialChar LyX
30087
30088 \begin_inset Index idx
30089 status collapsed
30090
30091 \begin_layout Plain Layout
30092 Notes ! Notes \SpecialChar LyX
30093  
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \end_layout
30100
30101 \begin_layout Standard
30102 On peut insérer une note en utilisant le bouton 
30103 \begin_inset Info
30104 type  "icon"
30105 arg   "note-insert"
30106 \end_inset
30107
30108  de la barre d'outils ou avec le menu 
30109 \family sans
30110 Insertion\SpecialChar menuseparator
30111 Note
30112 \family default
30113 .
30114  Il y a trois types de notes :
30115 \end_layout
30116
30117 \begin_layout Description
30118 Note
30119 \begin_inset space ~
30120 \end_inset
30121
30122 \SpecialChar LyX
30123  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30124  La boîte de cette note ressemble à ceci :
30125 \begin_inset Newline newline
30126 \end_inset
30127
30128
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132
30133 \begin_inset Graphics
30134         filename clipart/LyXNoteImage.png
30135         display false
30136         scale 90
30137         scaleBeforeRotation
30138
30139 \end_inset
30140
30141  
30142 \begin_inset Note Note
30143 status open
30144
30145 \begin_layout Plain Layout
30146 Le texte de cette note n'apparaîtra pas à l'impression.
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Description
30155 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30156  il est inséré comme un commentaire \SpecialChar LaTeX
30157  quand vous exportez votre document
30158  vers un fichier au format \SpecialChar LaTeX
30159  avec le menu 
30160 \family sans
30161 Fichier\SpecialChar menuseparator
30162 Exporter\SpecialChar menuseparator
30163 LaTeX
30164 \begin_inset space ~
30165 \end_inset
30166
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/CommentNoteImage.png
30181         display false
30182         scale 90
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/GreyedOutNoteImage.png
30215         lyxscale 80
30216         display false
30217         scale 90
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 de ce commentaire apparaîtra à l'impression sous forme de texte
30256  grisé.
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \begin_inset ERT
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266
30267
30268 \backslash
30269 renewenvironment{lyxgreyedout}
30270 \end_layout
30271
30272 \begin_layout Plain Layout
30273
30274 {
30275 \backslash
30276 textcolor{blue}
30277 \backslash
30278 bgroup}{
30279 \backslash
30280 egroup}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \begin_inset Note Note
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30291  originale qu'elle a dans \SpecialChar LyX
30292 .
30293  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30294  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \begin_inset Newline newline
30301 \end_inset
30302
30303
30304 \begin_inset Newline newline
30305 \end_inset
30306
30307 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30308  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30309 \end_layout
30310
30311 \begin_layout Standard
30312 \begin_inset VSpace bigskip
30313 \end_inset
30314
30315 Quand vous utilisez le bouton 
30316 \begin_inset Info
30317 type  "icon"
30318 arg   "note-insert"
30319 \end_inset
30320
30321  de la barre d'outils, vous insérez une 
30322 \family sans
30323 Note
30324 \begin_inset space ~
30325 \end_inset
30326
30327 \SpecialChar LyX
30328
30329 \family default
30330 .
30331  Vous pouvez commuter entre les trois types de note avec un clic droit sur
30332  la boîte.
30333  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30334 la et cliquez sur le bouton d'insertion de note.
30335  Pour retransformer une note en texte, appuyez sur la touche 
30336 \family sans
30337 backspace
30338 \family default
30339  quand le curseur est au tout début de la note ou appuyez sur la touche
30340  
30341 \family sans
30342 Suppr.
30343
30344 \family default
30345  quand le curseur se trouve à la fin de la note.
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \begin_inset VSpace bigskip
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 Vous pouvez changer la couleur des notes grisées dans le menu 
30357 \family sans
30358 Document\SpecialChar menuseparator
30359 Paramètres\SpecialChar menuseparator
30360 Couleurs
30361 \family default
30362 .
30363 \end_layout
30364
30365 \begin_layout Section
30366 Notes en bas de page
30367 \begin_inset CommandInset label
30368 LatexCommand label
30369 name "sec:Notes-bas-de-page"
30370
30371 \end_inset
30372
30373
30374 \begin_inset Index idx
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378 Notes ! Notes de bas de page
30379 \end_layout
30380
30381 \end_inset
30382
30383
30384 \begin_inset Index idx
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388 Notes de bas de page
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \begin_layout Standard
30397 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30398  
30399 \begin_inset Info
30400 type  "icon"
30401 arg   "footnote-insert"
30402 \end_inset
30403
30404  de la barre d'outils, soit en utilisant le menu 
30405 \family sans
30406 Insertion\SpecialChar menuseparator
30407 Note
30408 \begin_inset space ~
30409 \end_inset
30410
30411 en
30412 \begin_inset space ~
30413 \end_inset
30414
30415 Bas
30416 \begin_inset space ~
30417 \end_inset
30418
30419 de
30420 \begin_inset space ~
30421 \end_inset
30422
30423 Page
30424 \family default
30425 .
30426  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30427  rouge 
30428 \begin_inset Quotes fld
30429 \end_inset
30430
30431 bas
30432 \begin_inset Quotes frd
30433 \end_inset
30434
30435  qui ressemble à ceci : 
30436 \begin_inset Graphics
30437         filename clipart/footnote.png
30438         scale 80
30439         scaleBeforeRotation
30440
30441 \end_inset
30442
30443  Vous pouvez y entrer votre texte.
30444  Si vous voulez transformer du texte déjà existant en note en bas de page,
30445  sélectionnez-le et cliquez sur le bouton 
30446 \family sans
30447 Note
30448 \begin_inset space ~
30449 \end_inset
30450
30451 en
30452 \begin_inset space ~
30453 \end_inset
30454
30455 Bas
30456 \begin_inset space ~
30457 \end_inset
30458
30459 de
30460 \begin_inset space ~
30461 \end_inset
30462
30463 Page
30464 \family default
30465  de la barre d'outils.
30466  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30467  
30468 \family sans
30469 Backspace
30470 \family default
30471  quand le curseur est au tout début de la note ou appuyez sur la touche
30472  
30473 \family sans
30474 Suppr.
30475
30476 \family default
30477  quand le curseur se trouve à la fin de la note.
30478 \end_layout
30479
30480 \begin_layout Standard
30481 Voici un exemple de note en bas de page:
30482 \begin_inset Foot
30483 status open
30484
30485 \begin_layout Plain Layout
30486 \begin_inset CommandInset label
30487 LatexCommand label
30488 name "fn:Note-en-bas"
30489
30490 \end_inset
30491
30492 Ceci est un exemple de note en bas de page.
30493 \end_layout
30494
30495 \end_inset
30496
30497
30498 \begin_inset ERT
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502
30503
30504 \backslash
30505 newcounter{MyRepeatFoot}
30506 \end_layout
30507
30508 \begin_layout Plain Layout
30509
30510
30511 \backslash
30512 setcounter{MyRepeatFoot}{
30513 \backslash
30514 thefootnote}
30515 \end_layout
30516
30517 \end_inset
30518
30519
30520 \end_layout
30521
30522 \begin_layout Standard
30523 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30524  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30525  de note.
30526  Le texte de la note est placé en bas de la page courante.
30527  Le numéro de note est calculé par \SpecialChar LaTeX
30528 , et les numéros se suivent.
30529  Selon votre classe de document les numéros de notes pourront être réinitialisés
30530  à chaque nouveau chapitre.
30531 \end_layout
30532
30533 \begin_layout Standard
30534 On peut faire référence à une note en bas de page comme on le fait avec
30535  les flottants : Insérez une étiquette dans la note et faites une référence
30536  croisée vers cette étiquette comme c'est décrit dans la
30537 \begin_inset space ~
30538 \end_inset
30539
30540
30541 \begin_inset CommandInset ref
30542 LatexCommand ref
30543 reference "sec:Referencer-les-Flottants"
30544
30545 \end_inset
30546
30547 .
30548 \begin_inset Newline newline
30549 \end_inset
30550
30551 Voici une référence à une note de bas de page :
30552 \begin_inset space ~
30553 \end_inset
30554
30555
30556 \begin_inset CommandInset ref
30557 LatexCommand ref
30558 reference "fn:Note-en-bas"
30559
30560 \end_inset
30561
30562 .
30563 \end_layout
30564
30565 \begin_layout Standard
30566 \begin_inset VSpace defskip
30567 \end_inset
30568
30569
30570 \lang english
30571 Footnotes in title environments are usually not numbered with symbols and
30572  they cannot contain several paragraphs.
30573  See for example the footnote in the titling of this document.
30574 \end_layout
30575
30576 \begin_layout Standard
30577 \begin_inset VSpace defskip
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \begin_layout Standard
30584 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30585  par \SpecialChar LaTeX
30586  pour des raisons techniques.
30587  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30588  
30589 \series bold
30590
30591 \backslash
30592 footnotemark{}
30593 \series default
30594  en code \SpecialChar TeX
30595  à la place de la note de bas de page.
30596  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30597  
30598 \series bold
30599
30600 \backslash
30601 footnotetext
30602 \series default
30603  après le tableau.
30604 \begin_inset Newline newline
30605 \end_inset
30606
30607 C'est ce qui a été fait pour le tableau qui suit avec la commande
30608 \end_layout
30609
30610 \begin_layout Standard
30611
30612 \series bold
30613
30614 \backslash
30615 footnotetext{
30616 \series default
30617 Note de bas de page de tableau imprimée.
30618 \series bold
30619 }
30620 \end_layout
30621
30622 \begin_layout Standard
30623
30624 \lang english
30625 \begin_inset Tabular
30626 <lyxtabular version="3" rows="2" columns="1">
30627 <features tabularvalignment="middle">
30628 <column alignment="center" valignment="top">
30629 <row>
30630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30631 \begin_inset Text
30632
30633 \begin_layout Plain Layout
30634 Un exemple de texte
30635 \begin_inset Foot
30636 status open
30637
30638 \begin_layout Plain Layout
30639 Cette note ne sera pas imprimée
30640 \begin_inset space ~
30641 \end_inset
30642
30643 !
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \end_inset
30652 </cell>
30653 </row>
30654 <row>
30655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659 Un autre exemple de texte
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665
30666 \backslash
30667 footnotemark{}
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \end_layout
30674
30675 \end_inset
30676 </cell>
30677 </row>
30678 </lyxtabular>
30679
30680 \end_inset
30681
30682
30683 \begin_inset ERT
30684 status collapsed
30685
30686 \begin_layout Plain Layout
30687
30688
30689 \backslash
30690 footnotetext{
30691 \end_layout
30692
30693 \end_inset
30694
30695
30696 \lang french
30697 Note de bas de page de tableau imprimée.
30698 \lang english
30699
30700 \begin_inset ERT
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704
30705 }
30706 \end_layout
30707
30708 \end_inset
30709
30710
30711 \end_layout
30712
30713 \begin_layout Standard
30714 Les notes de bas de page dans des tableaux multi-pages sont décrites dans
30715  la section
30716 \begin_inset space ~
30717 \end_inset
30718
30719
30720 \begin_inset CommandInset ref
30721 LatexCommand ref
30722 reference "subsec:Notes-dans-tableau-multi-pages"
30723
30724 \end_inset
30725
30726 .
30727 \end_layout
30728
30729 \begin_layout Standard
30730 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30731  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30732 e, vu que la minipage est considérée comme une page se trouvant dans une
30733  autre page.
30734  Pour plus d'information sur les minipages, voyez la section
30735 \begin_inset space ~
30736 \end_inset
30737
30738
30739 \begin_inset CommandInset ref
30740 LatexCommand ref
30741 reference "sec:Minipages"
30742
30743 \end_inset
30744
30745 .
30746  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30747  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30748  la méthode utilisant les commandes 
30749 \series bold
30750
30751 \backslash
30752 footnotemark{}
30753 \series default
30754  et 
30755 \series bold
30756
30757 \backslash
30758 footnotetext
30759 \series default
30760 .
30761 \end_layout
30762
30763 \begin_layout Standard
30764 \begin_inset Box Frameless
30765 position "t"
30766 hor_pos "c"
30767 has_inner_box 1
30768 inner_pos "t"
30769 use_parbox 0
30770 use_makebox 0
30771 width "100col%"
30772 special "none"
30773 height "1in"
30774 height_special "totalheight"
30775 thickness "0.4pt"
30776 separation "3pt"
30777 shadowsize "4pt"
30778 framecolor "black"
30779 backgroundcolor "none"
30780 status open
30781
30782 \begin_layout Plain Layout
30783 Un exemple de texte dans une minipage.
30784 \begin_inset Foot
30785 status open
30786
30787 \begin_layout Plain Layout
30788 Note de bas de page dans la minipage.
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \end_layout
30795
30796 \begin_layout Plain Layout
30797 Un autre exemple de texte dans une minipage.
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 footnotemark{}
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \begin_layout Standard
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824
30825 \backslash
30826 footnotetext{
30827 \end_layout
30828
30829 \end_inset
30830
30831 Note de bas de page en dehors de la minipage.
30832 \begin_inset ERT
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836
30837 }
30838 \end_layout
30839
30840 \end_inset
30841
30842
30843 \end_layout
30844
30845 \begin_layout Standard
30846 \begin_inset VSpace defskip
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \begin_layout Standard
30853 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30854  utilisez la commande 
30855 \series bold
30856
30857 \backslash
30858 footnotemark[number]
30859 \series default
30860  en code \SpecialChar TeX
30861 .
30862 \begin_inset Newline newline
30863 \end_inset
30864
30865 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30866  votre texte, vous devez enregistrer son numéro.
30867  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30868  ont été insérées en code \SpecialChar TeX
30869  après la note
30870 \begin_inset space ~
30871 \end_inset
30872
30873
30874 \begin_inset CommandInset ref
30875 LatexCommand ref
30876 reference "fn:Note-en-bas"
30877
30878 \end_inset
30879
30880  pour enregistrer son numéro
30881 \begin_inset space ~
30882 \end_inset
30883
30884 :
30885 \end_layout
30886
30887 \begin_layout Standard
30888
30889 \series bold
30890
30891 \backslash
30892 newcounter{MaNoteDupliquee}
30893 \begin_inset Newline newline
30894 \end_inset
30895
30896
30897 \backslash
30898 setcounter{MaNoteDupliquee}{
30899 \backslash
30900 thefootnote}
30901 \end_layout
30902
30903 \begin_layout Standard
30904 La note de bas de page a été créée avec la commande
30905 \begin_inset space ~
30906 \end_inset
30907
30908 :
30909 \end_layout
30910
30911 \begin_layout Standard
30912
30913 \series bold
30914
30915 \backslash
30916 footnotemark[
30917 \backslash
30918 MaNoteDupliquee]
30919 \end_layout
30920
30921 \begin_layout Standard
30922 Voici une note de bas de page dupliquée
30923 \begin_inset space ~
30924 \end_inset
30925
30926 :
30927 \begin_inset ERT
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931
30932
30933 \backslash
30934 footnotemark[
30935 \backslash
30936 theMyRepeatFoot]
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30946 t du numéro de note et juste utiliser la commande suivante
30947 \end_layout
30948
30949 \begin_layout Standard
30950
30951 \series bold
30952
30953 \backslash
30954 footnotemark[
30955 \backslash
30956 thefootnote]
30957 \end_layout
30958
30959 \begin_layout Standard
30960 Voici une autre note de bas de page dupliquée
30961 \begin_inset space ~
30962 \end_inset
30963
30964 :
30965 \begin_inset ERT
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969
30970
30971 \backslash
30972 footnotemark[
30973 \backslash
30974 thefootnote]
30975 \end_layout
30976
30977 \end_inset
30978
30979
30980 \end_layout
30981
30982 \begin_layout Subsection
30983 Numérotation de notes de bas de page
30984 \begin_inset CommandInset label
30985 LatexCommand label
30986 name "subsec:Numerotation-notes-bas-de-page"
30987
30988 \end_inset
30989
30990
30991 \begin_inset Index idx
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995 Notes de bas de page ! Numérotation
30996 \end_layout
30997
30998 \end_inset
30999
31000
31001 \end_layout
31002
31003 \begin_layout Standard
31004 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31005  ajoutez cette commande dans le préambule de votre document :
31006 \end_layout
31007
31008 \begin_layout Standard
31009
31010 \series bold
31011
31012 \backslash
31013 @addtoreset{footnote}{section}
31014 \end_layout
31015
31016 \begin_layout Standard
31017 \begin_inset VSpace bigskip
31018 \end_inset
31019
31020 La commande de préambule suivante change le style de numérotation des notes
31021  en petits chiffres romains :
31022 \end_layout
31023
31024 \begin_layout Standard
31025
31026 \series bold
31027
31028 \backslash
31029 renewcommand{
31030 \backslash
31031 thefootnote}{
31032 \backslash
31033 roman{footnote}}
31034 \end_layout
31035
31036 \begin_layout Standard
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042
31043 \backslash
31044 renewcommand{
31045 \backslash
31046 thefootnote}{
31047 \backslash
31048 roman{footnote}}
31049 \end_layout
31050
31051 \end_inset
31052
31053  Cette note de bas de page utilise une numérotation en chiffres romains
31054  :
31055 \begin_inset Foot
31056 status open
31057
31058 \begin_layout Plain Layout
31059 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31060  romains.
31061 \end_layout
31062
31063 \end_inset
31064
31065
31066 \end_layout
31067
31068 \begin_layout Standard
31069 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31070  la commande précédente 
31071 \series bold
31072
31073 \backslash
31074 roman
31075 \series default
31076  par 
31077 \series bold
31078
31079 \backslash
31080 Roman
31081 \series default
31082 .
31083  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31084  utilisez respectivement soit 
31085 \series bold
31086
31087 \backslash
31088 Alph
31089 \series default
31090  soit 
31091 \series bold
31092
31093 \backslash
31094 alph
31095 \series default
31096 .
31097  Pour les 
31098 \begin_inset Quotes fld
31099 \end_inset
31100
31101 numéroter
31102 \begin_inset Quotes frd
31103 \end_inset
31104
31105  avec des symboles, utilisez 
31106 \series bold
31107
31108 \backslash
31109 fnsymbol
31110 \series default
31111 .
31112 \end_layout
31113
31114 \begin_layout Standard
31115 \begin_inset Note Greyedout
31116 status open
31117
31118 \begin_layout Plain Layout
31119
31120 \series bold
31121 Note:
31122 \series default
31123  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31124  puisque cette numérotation est limitée à des lettres seules.
31125 \end_layout
31126
31127 \end_inset
31128
31129
31130 \begin_inset Newline newline
31131 \end_inset
31132
31133
31134 \begin_inset Note Greyedout
31135 status open
31136
31137 \begin_layout Plain Layout
31138
31139 \series bold
31140 Note:
31141 \series default
31142  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \end_layout
31149
31150 \begin_layout Standard
31151 Pour revenir au style de numérotation implicite quand vous en avez changé,
31152  utilisez 
31153 \series bold
31154
31155 \backslash
31156 arabic
31157 \series default
31158  à la place de 
31159 \series bold
31160
31161 \backslash
31162 roman
31163 \series default
31164  dans la commande précédente.
31165 \begin_inset ERT
31166 status collapsed
31167
31168 \begin_layout Plain Layout
31169
31170
31171 \backslash
31172 renewcommand{
31173 \backslash
31174 thefootnote}{
31175 \backslash
31176 arabic{footnote}}
31177 \end_layout
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Standard
31185 \begin_inset VSpace bigskip
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31193  le schéma 
31194 \begin_inset Quotes fld
31195 \end_inset
31196
31197 chapitre.note
31198 \begin_inset Quotes frd
31199 \end_inset
31200
31201 , ajoutez la commande suivante au préambule de votre document :
31202 \end_layout
31203
31204 \begin_layout Standard
31205
31206 \series bold
31207
31208 \backslash
31209 numberwithin{footnote}{chapter}
31210 \end_layout
31211
31212 \begin_layout Standard
31213 Pour pouvoir utiliser la commande 
31214 \series bold
31215
31216 \backslash
31217 numberwithin
31218 \series default
31219 , activez dans la rubrique 
31220 \family sans
31221 Options
31222 \begin_inset space ~
31223 \end_inset
31224
31225 des
31226 \begin_inset space ~
31227 \end_inset
31228
31229 Maths
31230 \family default
31231  dans les paramètres du document, l'option 
31232 \family sans
31233 Utiliser
31234 \begin_inset space ~
31235 \end_inset
31236
31237 le
31238 \begin_inset space ~
31239 \end_inset
31240
31241 paquetage
31242 \begin_inset space ~
31243 \end_inset
31244
31245 maths
31246 \begin_inset space ~
31247 \end_inset
31248
31249 AMS
31250 \family default
31251 .
31252 \end_layout
31253
31254 \begin_layout Standard
31255 \begin_inset ERT
31256 status collapsed
31257
31258 \begin_layout Plain Layout
31259
31260
31261 \backslash
31262 numberwithin{footnote}{chapter}
31263 \end_layout
31264
31265 \end_inset
31266
31267 Ceci est un autre exemple de note de bas de page:
31268 \series bold
31269
31270 \begin_inset Foot
31271 status open
31272
31273 \begin_layout Plain Layout
31274 Cette note est numérotée en suivant le schéma 
31275 \begin_inset Quotes fld
31276 \end_inset
31277
31278 chapitre.note
31279 \begin_inset Quotes frd
31280 \end_inset
31281
31282 .
31283 \end_layout
31284
31285 \end_inset
31286
31287
31288 \series default
31289
31290 \begin_inset ERT
31291 status collapsed
31292
31293 \begin_layout Plain Layout
31294
31295
31296 \backslash
31297 renewcommand{
31298 \backslash
31299 thefootnote}{
31300 \backslash
31301 arabic{footnote}}
31302 \end_layout
31303
31304 \end_inset
31305
31306
31307 \end_layout
31308
31309 \begin_layout Standard
31310 \begin_inset Note Greyedout
31311 status open
31312
31313 \begin_layout Plain Layout
31314
31315 \series bold
31316 Note:
31317 \series default
31318  
31319 \series bold
31320
31321 \backslash
31322 numberwithin
31323 \series default
31324  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31325  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31326  prises en compte.
31327  
31328 \end_layout
31329
31330 \end_inset
31331
31332
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Donc pour avoir par exemple le schéma 
31337 \begin_inset Quotes fld
31338 \end_inset
31339
31340 chapitre.
31341 \backslash
31342 Roman{note}
31343 \begin_inset Quotes frd
31344 \end_inset
31345
31346 , utilisez la commande suivante plutôt que 
31347 \series bold
31348
31349 \backslash
31350 numberwithin
31351 \series default
31352  :
31353 \end_layout
31354
31355 \begin_layout Standard
31356
31357 \series bold
31358
31359 \backslash
31360 renewcommand{
31361 \backslash
31362 thefootnote}{
31363 \backslash
31364 thechapter.
31365 \backslash
31366 Roman{footnote}}
31367 \end_layout
31368
31369 \begin_layout Subsection
31370 Positionnement de notes de bas de page
31371 \begin_inset Index idx
31372 status collapsed
31373
31374 \begin_layout Plain Layout
31375 Notes de bas de page ! Positionnement
31376 \end_layout
31377
31378 \end_inset
31379
31380
31381 \end_layout
31382
31383 \begin_layout Standard
31384 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31385  vertical entre elles en bas de la page.
31386  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31387  de 1.5
31388 \begin_inset space \thinspace{}
31389 \end_inset
31390
31391 mm avec la commande suivante dans le préambule :
31392 \end_layout
31393
31394 \begin_layout Standard
31395
31396 \series bold
31397
31398 \backslash
31399 let
31400 \backslash
31401 myFoot
31402 \backslash
31403 footnote
31404 \begin_inset Newline newline
31405 \end_inset
31406
31407
31408 \backslash
31409 renewcommand{
31410 \backslash
31411 footnote}[1]{
31412 \backslash
31413 myFoot{#1
31414 \backslash
31415 vspace{1.5mm}}}
31416 \end_layout
31417
31418 \begin_layout Standard
31419 \begin_inset VSpace bigskip
31420 \end_inset
31421
31422 Dans un document à deux colonnes les notes de bas de page apparaissent en
31423  bas de chaque colonne, comme sur la Figure
31424 \begin_inset space ~
31425 \end_inset
31426
31427
31428 \begin_inset CommandInset ref
31429 LatexCommand ref
31430 reference "fig:Position-standard-note-bas-de-page"
31431
31432 \end_inset
31433
31434 .
31435  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31436  sur la Figure
31437 \begin_inset space ~
31438 \end_inset
31439
31440
31441 \begin_inset CommandInset ref
31442 LatexCommand ref
31443 reference "fig:Position-note-avec-ftnright"
31444
31445 \end_inset
31446
31447 , utilisez le paquetage \SpecialChar LaTeX
31448  
31449 \series bold
31450 ftnright
31451 \series default
31452
31453 \begin_inset Index idx
31454 status collapsed
31455
31456 \begin_layout Plain Layout
31457 Paquetages \SpecialChar LaTeX
31458  ! ftnright
31459 \end_layout
31460
31461 \end_inset
31462
31463  avec cette commande dans le préambule du document:
31464 \end_layout
31465
31466 \begin_layout Standard
31467
31468 \series bold
31469
31470 \backslash
31471 usepackage{ftnright}
31472 \end_layout
31473
31474 \begin_layout Standard
31475 \begin_inset Float figure
31476 placement !h
31477 wide false
31478 sideways false
31479 status open
31480
31481 \begin_layout Plain Layout
31482 \noindent
31483 \align center
31484 \begin_inset Box Boxed
31485 position "t"
31486 hor_pos "c"
31487 has_inner_box 0
31488 inner_pos "t"
31489 use_parbox 0
31490 use_makebox 0
31491 width ""
31492 special "none"
31493 height "1in"
31494 height_special "totalheight"
31495 thickness "0.4pt"
31496 separation "3pt"
31497 shadowsize "4pt"
31498 framecolor "black"
31499 backgroundcolor "none"
31500 status open
31501
31502 \begin_layout Plain Layout
31503 \begin_inset Graphics
31504         filename ../clipart/without_fntright.pdf
31505         width 100col%
31506         scaleBeforeRotation
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \begin_layout Plain Layout
31519 \begin_inset Caption Standard
31520
31521 \begin_layout Plain Layout
31522 \begin_inset CommandInset label
31523 LatexCommand label
31524 name "fig:Position-standard-note-bas-de-page"
31525
31526 \end_inset
31527
31528 Positionnement standard des notes de bas de page dans un document à deux
31529  colonnes.
31530 \end_layout
31531
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 \begin_inset Float figure
31544 placement !h
31545 wide false
31546 sideways false
31547 status open
31548
31549 \begin_layout Plain Layout
31550 \noindent
31551 \align center
31552 \begin_inset Box Boxed
31553 position "t"
31554 hor_pos "c"
31555 has_inner_box 0
31556 inner_pos "t"
31557 use_parbox 0
31558 use_makebox 0
31559 width ""
31560 special "none"
31561 height "1in"
31562 height_special "totalheight"
31563 thickness "0.4pt"
31564 separation "3pt"
31565 shadowsize "4pt"
31566 framecolor "black"
31567 backgroundcolor "none"
31568 status open
31569
31570 \begin_layout Plain Layout
31571 \begin_inset Graphics
31572         filename ../clipart/with_fntright.pdf
31573         width 100col%
31574         scaleBeforeRotation
31575
31576 \end_inset
31577
31578
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Plain Layout
31587 \begin_inset Caption Standard
31588
31589 \begin_layout Plain Layout
31590 \begin_inset CommandInset label
31591 LatexCommand label
31592 name "fig:Position-note-avec-ftnright"
31593
31594 \end_inset
31595
31596 Positionnement de notes de bas de page dans un document à deux colonnes
31597  en utilisant le paquetage \SpecialChar LaTeX
31598  
31599 \series bold
31600 ftnright
31601 \series default
31602 .
31603 \end_layout
31604
31605 \end_inset
31606
31607
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 \begin_inset VSpace bigskip
31617 \end_inset
31618
31619 Dans certaines publications scientifiques, il est courant de rassembler
31620  les notes de bas de page et de les imprimer dans un paragraphe particulier
31621  à la fin de la section, comme sur la Figure
31622 \begin_inset space ~
31623 \end_inset
31624
31625
31626 \begin_inset CommandInset ref
31627 LatexCommand ref
31628 reference "fig:Notes-de-fin"
31629
31630 \end_inset
31631
31632 .
31633  On les appelle 
31634 \begin_inset Quotes fld
31635 \end_inset
31636
31637 notes de fin
31638 \begin_inset Quotes frd
31639 \end_inset
31640
31641 .
31642 \begin_inset Index idx
31643 status collapsed
31644
31645 \begin_layout Plain Layout
31646 Notes de fin
31647 \end_layout
31648
31649 \end_inset
31650
31651  Pour utiliser des notes de fin à la place des notes de bas de page dans
31652  votre document, charger le module 
31653 \family sans
31654 Note de bas de page en fin de document
31655 \family default
31656  à partir de 
31657 \family sans
31658 Document\SpecialChar menuseparator
31659 Paramètres\SpecialChar menuseparator
31660 Modules
31661 \family default
31662 .
31663  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31664 \end_layout
31665
31666 \begin_layout Standard
31667
31668 \series bold
31669
31670 \backslash
31671 theendnotes
31672 \end_layout
31673
31674 \begin_layout Standard
31675 en code \SpecialChar TeX
31676  à la fin d'une section ou d'un chapitre.
31677 \end_layout
31678
31679 \begin_layout Standard
31680 \begin_inset Float figure
31681 wide false
31682 sideways false
31683 status open
31684
31685 \begin_layout Plain Layout
31686 \align center
31687 \begin_inset Box Boxed
31688 position "t"
31689 hor_pos "c"
31690 has_inner_box 0
31691 inner_pos "t"
31692 use_parbox 0
31693 use_makebox 0
31694 width ""
31695 special "none"
31696 height "1in"
31697 height_special "totalheight"
31698 thickness "0.4pt"
31699 separation "3pt"
31700 shadowsize "4pt"
31701 framecolor "black"
31702 backgroundcolor "none"
31703 status open
31704
31705 \begin_layout Plain Layout
31706 \begin_inset Graphics
31707         filename ../clipart/endnotes.pdf
31708         width 100col%
31709         scaleBeforeRotation
31710
31711 \end_inset
31712
31713
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Plain Layout
31722 \begin_inset Caption Standard
31723
31724 \begin_layout Plain Layout
31725 \begin_inset CommandInset label
31726 LatexCommand label
31727 name "fig:Notes-de-fin"
31728
31729 \end_inset
31730
31731 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31732  séparé à la fin des sections ou des chapitres.
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 \begin_inset VSpace medskip
31747 \end_inset
31748
31749 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31750  dans la langue du document, cela doit être fait manuellement.
31751  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31752  
31753 \begin_inset Quotes fld
31754 \end_inset
31755
31756 Notes
31757 \begin_inset Quotes frd
31758 \end_inset
31759
31760  en sa traduction Allemande
31761 \begin_inset Foot
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 En français, 
31766 \begin_inset Quotes fld
31767 \end_inset
31768
31769 Notes
31770 \begin_inset Quotes frd
31771 \end_inset
31772
31773  peut être conservé.
31774 \end_layout
31775
31776 \end_inset
31777
31778  
31779 \begin_inset Quotes fld
31780 \end_inset
31781
31782 Anmerkungen
31783 \begin_inset Quotes frd
31784 \end_inset
31785
31786  :
31787 \end_layout
31788
31789 \begin_layout Standard
31790
31791 \series bold
31792
31793 \backslash
31794 renewcommand{
31795 \backslash
31796 notesname}{Anmerkungen}
31797 \end_layout
31798
31799 \begin_layout Standard
31800 \begin_inset VSpace medskip
31801 \end_inset
31802
31803 La numérotation des notes de fin peut être modifiée comme celle des notes
31804  de bas de page comme c'est décrit dans la section
31805 \begin_inset space ~
31806 \end_inset
31807
31808
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "subsec:Numerotation-notes-bas-de-page"
31812
31813 \end_inset
31814
31815  ; remplacez juste la commande 
31816 \series bold
31817
31818 \backslash
31819 thefootnote
31820 \series default
31821  par 
31822 \series bold
31823
31824 \backslash
31825 theendnote
31826 \series default
31827 .
31828  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31829 \series bold
31830
31831 \backslash
31832 @addtoreset
31833 \series default
31834  comme c'est décrit dans la section
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "subsec:Numerotation-notes-bas-de-page"
31842
31843 \end_inset
31844
31845  et remplacez le paramètre de commande 
31846 \series bold
31847 footnote
31848 \series default
31849  par 
31850 \series bold
31851 endnote
31852 \series default
31853 .
31854 \end_layout
31855
31856 \begin_layout Standard
31857 Pour les notes de fin, il y a la commande 
31858 \series bold
31859
31860 \backslash
31861 endnotemark[numéro]
31862 \series default
31863  qui est semblable à 
31864 \series bold
31865
31866 \backslash
31867 footnotemark
31868 \series default
31869 , décrite dans la section
31870 \begin_inset space ~
31871 \end_inset
31872
31873
31874 \begin_inset CommandInset ref
31875 LatexCommand ref
31876 reference "sec:Notes-bas-de-page"
31877
31878 \end_inset
31879
31880 .
31881 \end_layout
31882
31883 \begin_layout Standard
31884 \begin_inset VSpace bigskip
31885 \end_inset
31886
31887  Les notes de bas de page peuvent être mise dans la marge de la page et
31888  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31889
31890  
31891 \series bold
31892 footmisc
31893 \series default
31894
31895 \begin_inset Index idx
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Paquetages \SpecialChar LaTeX
31900  ! footmisc
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \begin_inset CommandInset citation
31907 LatexCommand cite
31908 key "footmisc"
31909
31910 \end_inset
31911
31912  pour plus d'information à ce sujet.
31913 \end_layout
31914
31915 \begin_layout Standard
31916 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31917  voyez les livres sur \SpecialChar LaTeX
31918
31919 \begin_inset CommandInset citation
31920 LatexCommand cite
31921 key "latexcompanion,latexguide,latexbook"
31922
31923 \end_inset
31924
31925 .
31926  Si vous utilisez une classe de document  
31927 \series bold
31928 KOMA-Script
31929 \series default
31930
31931 \begin_inset Index idx
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935 Paquetages \SpecialChar LaTeX
31936  ! KOMA-Script
31937 \end_layout
31938
31939 \end_inset
31940
31941 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31942  des commandes spécifiques à la classe de document utilisée, voyez 
31943 \begin_inset CommandInset citation
31944 LatexCommand cite
31945 key "KOMA-Script"
31946
31947 \end_inset
31948
31949 .
31950 \end_layout
31951
31952 \begin_layout Section
31953 Notes en marge
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Notes ! Notes en Marge
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 Les notes en marge dans \SpecialChar LyX
31968  ressemblent aux notes en bas de page et se comportent
31969  de la même façon.
31970  Quand vous insérez une note en marge avec 
31971 \family sans
31972 Insertion\SpecialChar menuseparator
31973 Note
31974 \begin_inset space ~
31975 \end_inset
31976
31977 en
31978 \begin_inset space ~
31979 \end_inset
31980
31981 Marge
31982 \family default
31983  ou avec le bouton 
31984 \begin_inset Info
31985 type  "icon"
31986 arg   "marginalnote-insert"
31987 \end_inset
31988
31989  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31990  grise avec une étiquette rouge 
31991 \begin_inset Quotes fld
31992 \end_inset
31993
31994 marge
31995 \begin_inset Quotes frd
31996 \end_inset
31997
31998 .
31999  
32000 \begin_inset Marginal
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004 C'est une note en marge.
32005 \end_layout
32006
32007 \end_inset
32008
32009  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32010 .
32011  Vous pouvez y entrer votre texte.
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Les notes en marge apparaissent dans la marge de droite dans les documents
32016  imprimées sur une seule face.
32017  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32018  
32019 \begin_inset Quotes fld
32020 \end_inset
32021
32022 extérieure
32023 \begin_inset Quotes frd
32024 \end_inset
32025
32026  – la gauche sur les pages paires et la droite sur les pages impaires.
32027  Le texte de la note en marge est aligné à l'opposé de la marge externe
32028  – aligné à droite quand la note apparaît dans la marge de gauche.
32029  La première ligne de la note apparaît à la hauteur de la ligne de texte
32030  où la note a été insérée dans le document.
32031 \end_layout
32032
32033 \begin_layout Standard
32034 \begin_inset VSpace bigskip
32035 \end_inset
32036
32037 Pour placer une note dans la marge interne, ajoutez la commande suivante
32038  :
32039 \end_layout
32040
32041 \begin_layout Standard
32042
32043 \series bold
32044
32045 \backslash
32046 reversemarginpar
32047 \end_layout
32048
32049 \begin_layout Standard
32050 sous forme de code \SpecialChar TeX
32051  avant votre note de marge.
32052  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32053  qui suivent 
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 reversemarginpar 
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \begin_inset Marginal
32068 status open
32069
32070 \begin_layout Plain Layout
32071 Cette note en marge est dans la marge interne.
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \series bold
32078
32079 \begin_inset Newline newline
32080 \end_inset
32081
32082
32083 \series default
32084
32085 \begin_inset Note Greyedout
32086 status open
32087
32088 \begin_layout Plain Layout
32089
32090 \series bold
32091 Note:
32092 \series default
32093  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32094  les notes sont souvent mal mises en formes dans la sortie imprimée.
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 Pour revenir au positionnement implicite, ajoutez la commande :
32104 \end_layout
32105
32106 \begin_layout Standard
32107
32108 \series bold
32109
32110 \backslash
32111 normalmarginpar
32112 \end_layout
32113
32114 \begin_layout Standard
32115 sous forme de code \SpecialChar TeX
32116 .
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 normalmarginpar 
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \begin_inset Newline newline
32131 \end_inset
32132
32133  
32134 \begin_inset Note Greyedout
32135 status open
32136
32137 \begin_layout Plain Layout
32138
32139 \series bold
32140 Note:
32141 \series default
32142  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32143  
32144 \series bold
32145
32146 \backslash
32147 reversemarginpar
32148 \series default
32149  est aussi utilisée.
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset VSpace bigskip
32159 \end_inset
32160
32161
32162 \begin_inset Marginal
32163 status open
32164
32165 \begin_layout Plain Layout
32166 UnTrèsLongMotEnMarge sans césure.
32167 \end_layout
32168
32169 \end_inset
32170
32171  Comme dans le cas décrit dans la section
32172 \begin_inset space ~
32173 \end_inset
32174
32175
32176 \begin_inset CommandInset ref
32177 LatexCommand ref
32178 reference "subsec:Lignes-multiple-dans-cellule"
32179
32180 \end_inset
32181
32182 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32183  mot d'une note en marge.
32184  Pour éviter ce problème, insérez un espacement horizontal de 0
32185 \begin_inset space \thinspace{}
32186 \end_inset
32187
32188 pt avant le mot en question: 
32189 \begin_inset Marginal
32190 status open
32191
32192 \begin_layout Plain Layout
32193 \begin_inset space \hspace{}
32194 \length 0pt
32195 \end_inset
32196
32197 UnMotTrèsLongEnMarge avec une césure.
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset VSpace bigskip
32207 \end_inset
32208
32209
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \begin_inset Note Greyedout
32214 status open
32215
32216 \begin_layout Plain Layout
32217
32218 \series bold
32219 Note:
32220 \series default
32221  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32222  tableaux, des flottants et des notes de bas de page.
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset VSpace bigskip
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 \begin_inset ERT
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242
32243
32244 \backslash
32245 ifmarginnote
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \begin_inset Note Note
32252 status open
32253
32254 \begin_layout Plain Layout
32255 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32256  
32257 \series bold
32258 marginnote
32259 \series default
32260  a été installé.
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32270  
32271 \series bold
32272 marginnote
32273 \series default
32274
32275 \begin_inset Index idx
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Paquetages \SpecialChar LaTeX
32280  ! marginnote
32281 \end_layout
32282
32283 \end_inset
32284
32285 .
32286  En ajoutant les deux lignes suivantes au préambule de votre document, la
32287  commande que \SpecialChar LyX
32288  utilise pour les notes de marge est redéfinie pour utiliser
32289  la commande fournie par le paquetage 
32290 \series bold
32291 marginnote
32292 \series default
32293  :
32294 \end_layout
32295
32296 \begin_layout Standard
32297
32298 \series bold
32299
32300 \backslash
32301 usepackage{marginnote}
32302 \begin_inset Newline newline
32303 \end_inset
32304
32305
32306 \backslash
32307 let
32308 \backslash
32309 marginpar
32310 \backslash
32311 marginnote
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Ce paquetage est aussi utilisé dans ce document parce que 
32316 \series bold
32317 marginnote
32318 \series default
32319  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32320  vertical pour une note.
32321  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32322  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32323  en page.
32324  Le décalage est inséré dans \SpecialChar LyX
32325  sous forme de code \SpecialChar TeX
32326  directement après la note
32327  sous la forme
32328 \end_layout
32329
32330 \begin_layout Standard
32331
32332 \series bold
32333 [offset]
32334 \end_layout
32335
32336 \begin_layout Standard
32337 où l'offset utilise l'une des unités listées dans le tableau
32338 \begin_inset space ~
32339 \end_inset
32340
32341
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "cha:Unités-de-longueur"
32345
32346 \end_inset
32347
32348 .
32349  Une valeur négative déplace la note vers le haut, une valeur positive la
32350  déplace vers le bas.
32351  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32352  vers le haut de 1.5
32353 \begin_inset space \thinspace{}
32354 \end_inset
32355
32356 cm avec la commande en code \SpecialChar TeX
32357  
32358 \begin_inset Quotes fld
32359 \end_inset
32360
32361
32362 \series bold
32363 [-1.5cm]
32364 \series default
32365
32366 \begin_inset Quotes frd
32367 \end_inset
32368
32369
32370 \begin_inset Marginal
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 Cette note en marge est décalée vers le haut de 1.5
32375 \begin_inset space \thinspace{}
32376 \end_inset
32377
32378 cm par rapport à sa position d'origine.
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389 [-1.5cm]
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 \begin_inset VSpace medskip
32399 \end_inset
32400
32401 Avec le paquetage 
32402 \series bold
32403 marginnote
32404 \series default
32405  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32406  Par exemple les commandes 
32407 \end_layout
32408
32409 \begin_layout Standard
32410
32411 \series bold
32412
32413 \backslash
32414 renewcommand*{
32415 \backslash
32416 raggedleftmarginnote}{
32417 \backslash
32418 centering}
32419 \begin_inset Newline newline
32420 \end_inset
32421
32422
32423 \backslash
32424 renewcommand*{
32425 \backslash
32426 raggedrightmarginnote}{
32427 \backslash
32428 centering}
32429 \end_layout
32430
32431 \begin_layout Standard
32432 donnent un alignement centré.
32433  
32434 \series bold
32435
32436 \backslash
32437 raggedleftmarginnote
32438 \series default
32439  indique une note qui apparaît dans la marge de gauche.
32440 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445
32446 \backslash
32447 renewcommand*{
32448 \backslash
32449 raggedleftmarginnote}{
32450 \backslash
32451 centering}
32452 \end_layout
32453
32454 \begin_layout Plain Layout
32455
32456
32457 \backslash
32458 renewcommand*{
32459 \backslash
32460 raggedrightmarginnote}{
32461 \backslash
32462 centering}
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \begin_inset Marginal
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 Le texte de cette note en marge est centré.
32473 \end_layout
32474
32475 \end_inset
32476
32477 .
32478  Le comportement implicite est donné par
32479 \end_layout
32480
32481 \begin_layout Standard
32482
32483 \series bold
32484
32485 \backslash
32486 renewcommand*{
32487 \backslash
32488 raggedleftmarginnote}{
32489 \backslash
32490 raggedleft}
32491 \begin_inset Newline newline
32492 \end_inset
32493
32494
32495 \backslash
32496 renewcommand*{
32497 \backslash
32498 raggedrightmarginnote}{
32499 \backslash
32500 raggedright}
32501 \series default
32502
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508
32509 \backslash
32510 renewcommand*{
32511 \backslash
32512 raggedleftmarginnote}{
32513 \backslash
32514 raggedleft}
32515 \end_layout
32516
32517 \begin_layout Plain Layout
32518
32519
32520 \backslash
32521 renewcommand*{
32522 \backslash
32523 raggedrightmarginnote}{
32524 \backslash
32525 raggedright}
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset VSpace medskip
32535 \end_inset
32536
32537 Pour les autre fonctions du paquetage 
32538 \series bold
32539 marginnote
32540 \series default
32541  nous vous renvoyons à sa documentation 
32542 \begin_inset CommandInset citation
32543 LatexCommand cite
32544 key "marginnote"
32545
32546 \end_inset
32547
32548 .
32549 \end_layout
32550
32551 \begin_layout Standard
32552 \begin_inset VSpace bigskip
32553 \end_inset
32554
32555 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32556  définition.
32557  Pour créer par exemple une entête pour toutes les notes en marge avec le
32558  texte 
32559 \begin_inset Quotes fld
32560 \end_inset
32561
32562
32563 \family sans
32564 \series bold
32565 \bar under
32566 Attention!
32567 \family default
32568 \series default
32569 \bar default
32570
32571 \begin_inset Quotes frd
32572 \end_inset
32573
32574  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32575  de votre document :
32576 \end_layout
32577
32578 \begin_layout Standard
32579
32580 \series bold
32581
32582 \backslash
32583 let
32584 \backslash
32585 myMarginpar
32586 \backslash
32587 marginpar
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \backslash
32593 renewcommand{
32594 \backslash
32595 marginpar}[1]{
32596 \backslash
32597 myMarginpar{%
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Phantom HPhantom
32603 status open
32604
32605 \begin_layout Plain Layout
32606
32607 \series bold
32608 \begin_inset space ~
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \backslash
32618 hspace{0pt}
32619 \backslash
32620 textsf{
32621 \backslash
32622 textbf{
32623 \backslash
32624 underbar{Attention!}}}%
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \begin_inset Phantom HPhantom
32630 status open
32631
32632 \begin_layout Plain Layout
32633
32634 \series bold
32635 \begin_inset space ~
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \backslash
32645 vspace{1.5mm}
32646 \backslash
32647
32648 \backslash
32649 #1}}
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset ERT
32654 status collapsed
32655
32656 \begin_layout Plain Layout
32657
32658
32659 \backslash
32660 let
32661 \backslash
32662 myMarginpar
32663 \backslash
32664 marginpar
32665 \end_layout
32666
32667 \begin_layout Plain Layout
32668
32669
32670 \backslash
32671 renewcommand{
32672 \backslash
32673 marginpar}[1]{
32674 \backslash
32675 myMarginpar{%
32676 \end_layout
32677
32678 \begin_layout Plain Layout
32679
32680    
32681 \backslash
32682 textsf{
32683 \backslash
32684 textbf{
32685 \backslash
32686 underbar{Attention!}}}%
32687 \end_layout
32688
32689 \begin_layout Plain Layout
32690
32691    
32692 \backslash
32693 vspace{1.5mm}
32694 \backslash
32695
32696 \backslash
32697 #1}}
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset Marginal
32704 status open
32705
32706 \begin_layout Plain Layout
32707 Ceci est une note en marge avec une en-tête prédéfinie.
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \begin_inset ERT
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717
32718 [-1.5cm]
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \begin_inset ERT
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728
32729
32730 \backslash
32731 renewcommand{
32732 \backslash
32733 marginpar}[1]{
32734 \backslash
32735 myMarginpar{#1}}
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \begin_inset Note Note
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745
32746 \lang english
32747 The margin note format is changed only for this example.
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 else
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \begin_inset Note Note
32770 status open
32771
32772 \begin_layout Plain Layout
32773 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32774  
32775 \series bold
32776 marginnote
32777 \series default
32778  n'est pas installé :
32779 \end_layout
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Standard
32787 Vous devez installer le paquetage \SpecialChar LaTeX
32788  
32789 \series bold
32790 marginnote
32791 \series default
32792  pour voir la suite de cette section dans la sortie imprimée.
32793 \end_layout
32794
32795 \begin_layout Standard
32796 \begin_inset ERT
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801
32802 \backslash
32803 fi
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Chapter
32812 Boîtes
32813 \end_layout
32814
32815 \begin_layout Section
32816 Introduction
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 Boîtes ! Introduction
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32831  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32832  voir la section
32833 \begin_inset space ~
32834 \end_inset
32835
32836
32837 \begin_inset CommandInset ref
32838 LatexCommand ref
32839 reference "sec:Minipages"
32840
32841 \end_inset
32842
32843 , pour encadrer des portions de texte, voir la section
32844 \begin_inset space ~
32845 \end_inset
32846
32847
32848 \begin_inset CommandInset ref
32849 LatexCommand ref
32850 reference "sec:Décorations"
32851
32852 \end_inset
32853
32854 , pour empêcher que des mots subissent une césure, voir la section
32855 \begin_inset space ~
32856 \end_inset
32857
32858
32859 \begin_inset CommandInset ref
32860 LatexCommand ref
32861 reference "sec:Empêcher-césure"
32862
32863 \end_inset
32864
32865 , pour aligner du texte, voir la section
32866 \begin_inset space ~
32867 \end_inset
32868
32869
32870 \begin_inset CommandInset ref
32871 LatexCommand ref
32872 reference "subsec:Alignement-Vertical"
32873
32874 \end_inset
32875
32876 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32877 \begin_inset space ~
32878 \end_inset
32879
32880
32881 \begin_inset CommandInset ref
32882 LatexCommand ref
32883 reference "sec:Boîtes-colorées"
32884
32885 \end_inset
32886
32887 .
32888 \end_layout
32889
32890 \begin_layout Standard
32891 On peut insérer une boîte en utilisant le menu 
32892 \family sans
32893 Insertion\SpecialChar menuseparator
32894 Boîte
32895 \family default
32896  ou avec le bouton 
32897 \begin_inset Info
32898 type  "icon"
32899 arg   "box-insert Frameless"
32900 \end_inset
32901
32902  de la barre d'outils.
32903  Une boîte grise avec une étiquette 
32904 \family sans
32905 Boîte
32906 \begin_inset space ~
32907 \end_inset
32908
32909 (Minipage)
32910 \family default
32911
32912 \begin_inset Graphics
32913         filename clipart/BoxInsetDefault.png
32914         scale 65
32915         scaleBeforeRotation
32916
32917 \end_inset
32918
32919  est alors insérée.
32920  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32921  et en choisissant 
32922 \family sans
32923 Paramètres
32924 \family default
32925  .
32926  La fenêtre de dialogue qui apparaît donne accès aux types de
32927 \family sans
32928  Boîte
32929 \begin_inset space ~
32930 \end_inset
32931
32932 Intérieure
32933 \family default
32934  
32935 \family sans
32936 Makebox, Parbox
32937 \family default
32938  et 
32939 \family sans
32940 Minipage
32941 \family default
32942 .
32943  Le type 
32944 \family sans
32945 Minipage
32946 \family default
32947  est le type implicite pour les boîtes nouvellement créées et il est décrit
32948  dans la section
32949 \begin_inset space ~
32950 \end_inset
32951
32952
32953 \begin_inset CommandInset ref
32954 LatexCommand ref
32955 reference "sec:Minipages"
32956
32957 \end_inset
32958
32959 ; le type 
32960 \family sans
32961 Parbox
32962 \family default
32963  est décrit dans la section
32964 \begin_inset space ~
32965 \end_inset
32966
32967
32968 \begin_inset CommandInset ref
32969 LatexCommand ref
32970 reference "sec:Parboxes"
32971
32972 \end_inset
32973
32974  et le type 
32975 \family sans
32976 Makebox
32977 \family default
32978  est décrit dans la section
32979 \begin_inset space ~
32980 \end_inset
32981
32982
32983 \begin_inset CommandInset ref
32984 LatexCommand ref
32985 reference "sec:Empêcher-césure"
32986
32987 \end_inset
32988
32989 .
32990 \end_layout
32991
32992 \begin_layout Standard
32993 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32994  comme les flottants ou les notes de bas de page.
32995 \end_layout
32996
32997 \begin_layout Standard
32998 \begin_inset Note Greyedout
32999 status open
33000
33001 \begin_layout Plain Layout
33002
33003 \series bold
33004 Note:
33005 \series default
33006  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33007  de type 
33008 \family sans
33009 Liste
33010 \family default
33011  ou 
33012 \family sans
33013 Description
33014 \family default
33015 .
33016 \end_layout
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 \begin_inset Note Greyedout
33025 status open
33026
33027 \begin_layout Plain Layout
33028
33029 \series bold
33030 Note:
33031 \series default
33032  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33033 \family sans
33034 Boîte
33035 \begin_inset space ~
33036 \end_inset
33037
33038 Intérieure
33039 \family default
33040  à 
33041 \family sans
33042 Aucune
33043 \family default
33044  que quand vous utilisez une boîte encadrée.
33045  Les boîtes sans 
33046 \family sans
33047 Boîte
33048 \begin_inset space ~
33049 \end_inset
33050
33051 Intérieure
33052 \family default
33053  et sans cadre sont expliquées dans la section
33054 \begin_inset space ~
33055 \end_inset
33056
33057
33058 \begin_inset CommandInset ref
33059 LatexCommand ref
33060 reference "sec:Empêcher-césure"
33061
33062 \end_inset
33063
33064 .
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \begin_layout Section
33073 La fenêtre de dialogue Boîte
33074 \begin_inset CommandInset label
33075 LatexCommand label
33076 name "sec:Boîte-Dialogue"
33077
33078 \end_inset
33079
33080
33081 \begin_inset Index idx
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 Boîtes ! Fenêtre de dialogue Boîte
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Subsection
33094 Taille
33095 \begin_inset Index idx
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099 Boîtes ! Taille
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Standard
33108 Dans la fenêtre de dialogue 
33109 \family sans
33110 Paramètres
33111 \begin_inset space ~
33112 \end_inset
33113
33114 de
33115 \begin_inset space ~
33116 \end_inset
33117
33118 Boîte
33119 \family default
33120  vous pouvez modifier la géométrie de la boîte avec les champs 
33121 \family sans
33122 Largeur
33123 \family default
33124  et 
33125 \family sans
33126 Hauteur
33127 \family default
33128 .
33129  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33130  dans le tableau
33131 \begin_inset space ~
33132 \end_inset
33133
33134
33135 \begin_inset CommandInset ref
33136 LatexCommand ref
33137 reference "tab:Unités"
33138
33139 \end_inset
33140
33141 .
33142  Le champ 
33143 \family sans
33144 Hauteur
33145 \family default
33146  offre en plus les spécifications de taille suivantes :
33147 \end_layout
33148
33149 \begin_layout Description
33150 Profondeur C'est simplement la 
33151 \begin_inset Quotes fld
33152 \end_inset
33153
33154 hauteur
33155 \begin_inset Quotes frd
33156 \end_inset
33157
33158  du texte.
33159  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33160  lignes de texte dans la boîte.
33161 \begin_inset Newline newline
33162 \end_inset
33163
33164
33165 \begin_inset Newline newline
33166 \end_inset
33167
33168
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset Box Boxed
33174 position "c"
33175 hor_pos "c"
33176 has_inner_box 1
33177 inner_pos "c"
33178 use_parbox 0
33179 use_makebox 0
33180 width "12col%"
33181 special "none"
33182 height "1in"
33183 height_special "depth"
33184 thickness "0.4pt"
33185 separation "3pt"
33186 shadowsize "4pt"
33187 framecolor "black"
33188 backgroundcolor "none"
33189 status open
33190
33191 \begin_layout Plain Layout
33192 \align center
33193 Boîte dont la hauteur est égale à 1
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 Profondeur
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \begin_inset Newline newline
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Description
33214 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33215  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33216  est deux fois plus haute que le texte : 
33217 \begin_inset Box Boxed
33218 position "c"
33219 hor_pos "c"
33220 has_inner_box 1
33221 inner_pos "c"
33222 use_parbox 0
33223 use_makebox 0
33224 width "20col%"
33225 special "none"
33226 height "2in"
33227 height_special "height"
33228 thickness "0.4pt"
33229 separation "3pt"
33230 shadowsize "4pt"
33231 framecolor "black"
33232 backgroundcolor "none"
33233 status open
33234
33235 \begin_layout Plain Layout
33236 \align center
33237 Boîte dont la hauteur est 2
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 Hauteur
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Description
33250 Hauteur
33251 \begin_inset space ~
33252 \end_inset
33253
33254 Totale C'est égal à Hauteur
33255 \begin_inset space \thinspace{}
33256 \end_inset
33257
33258 +
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262 Profondeur : 
33263 \begin_inset Box Boxed
33264 position "c"
33265 hor_pos "c"
33266 has_inner_box 1
33267 inner_pos "c"
33268 use_parbox 0
33269 use_makebox 0
33270 width "20col%"
33271 special "none"
33272 height "1in"
33273 height_special "totalheight"
33274 thickness "0.4pt"
33275 separation "3pt"
33276 shadowsize "4pt"
33277 framecolor "black"
33278 backgroundcolor "none"
33279 status open
33280
33281 \begin_layout Plain Layout
33282 \align center
33283 Boîte dont la hauteur est 1
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 Hauteur
33288 \begin_inset space ~
33289 \end_inset
33290
33291 Totale
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Description
33300 Largeur On prend la largeur de la boîte comme hauteur : 
33301 \begin_inset Box Boxed
33302 position "c"
33303 hor_pos "c"
33304 has_inner_box 1
33305 inner_pos "c"
33306 use_parbox 0
33307 use_makebox 0
33308 width "12col%"
33309 special "none"
33310 height "1in"
33311 height_special "width"
33312 thickness "0.4pt"
33313 separation "3pt"
33314 shadowsize "4pt"
33315 framecolor "black"
33316 backgroundcolor "none"
33317 status open
33318
33319 \begin_layout Plain Layout
33320 \align center
33321 Boîte dont la hauteur est 1
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 Largeur
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \begin_layout Subsection
33334 Alignement
33335 \begin_inset Index idx
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339 Boîtes ! Alignement
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 Quand vous avez choisi une 
33349 \family sans
33350 Boîte
33351 \begin_inset space ~
33352 \end_inset
33353
33354 Intérieure
33355 \family default
33356 , l'alignement vertical de la boîte peut être :
33357 \end_layout
33358
33359 \begin_layout Description
33360 Haut Ceci est un exemple de texte.
33361  
33362 \begin_inset Box Boxed
33363 position "t"
33364 hor_pos "c"
33365 has_inner_box 1
33366 inner_pos "c"
33367 use_parbox 0
33368 use_makebox 0
33369 width "12col%"
33370 special "none"
33371 height "1in"
33372 height_special "totalheight"
33373 thickness "0.4pt"
33374 separation "3pt"
33375 shadowsize "4pt"
33376 framecolor "black"
33377 backgroundcolor "none"
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 \align center
33382 Cette boîte est alignée sur le haut.
33383 \end_layout
33384
33385 \end_inset
33386
33387  Ceci est un exemple de texte.
33388 \end_layout
33389
33390 \begin_layout Description
33391 Milieu Ceci est un exemple de texte.
33392  
33393 \begin_inset Box Boxed
33394 position "c"
33395 hor_pos "c"
33396 has_inner_box 1
33397 inner_pos "c"
33398 use_parbox 0
33399 use_makebox 0
33400 width "12col%"
33401 special "none"
33402 height "1in"
33403 height_special "totalheight"
33404 thickness "0.4pt"
33405 separation "3pt"
33406 shadowsize "4pt"
33407 framecolor "black"
33408 backgroundcolor "none"
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 \align center
33413 Cette boîte est alignée au centre.
33414 \end_layout
33415
33416 \end_inset
33417
33418  Ceci est un exemple de texte.
33419 \end_layout
33420
33421 \begin_layout Description
33422 Bas Ceci est un exemple de texte.
33423  
33424 \begin_inset Box Boxed
33425 position "b"
33426 hor_pos "c"
33427 has_inner_box 1
33428 inner_pos "c"
33429 use_parbox 0
33430 use_makebox 0
33431 width "12col%"
33432 special "none"
33433 height "1in"
33434 height_special "totalheight"
33435 thickness "0.4pt"
33436 separation "3pt"
33437 shadowsize "4pt"
33438 framecolor "black"
33439 backgroundcolor "none"
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 \align center
33444 Cette boîte est alignée sur le bas.
33445 \end_layout
33446
33447 \end_inset
33448
33449  Ceci est un exemple de texte.
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset Note Greyedout
33454 status open
33455
33456 \begin_layout Plain Layout
33457
33458 \series bold
33459 Note:
33460 \series default
33461  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33462  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33463  l'autre non.
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33473  paragraphe grâce à la fenêtre de dialogue 
33474 \family sans
33475 Paramètres
33476 \begin_inset space ~
33477 \end_inset
33478
33479 de
33480 \begin_inset space ~
33481 \end_inset
33482
33483 Boîte
33484 \family default
33485 .
33486 \end_layout
33487
33488 \begin_layout Standard
33489 \begin_inset VSpace bigskip
33490 \end_inset
33491
33492 Quand vous avez choisi une 
33493 \family sans
33494 Boîte
33495 \begin_inset space ~
33496 \end_inset
33497
33498 Intérieure
33499 \family default
33500 , l'alignement vertical du contenu de la boîte peut être :
33501 \end_layout
33502
33503 \begin_layout Description
33504 haut Ceci est un exemple de texte.
33505 \begin_inset Box Boxed
33506 position "c"
33507 hor_pos "c"
33508 has_inner_box 1
33509 inner_pos "t"
33510 use_parbox 0
33511 use_makebox 0
33512 width "12col%"
33513 special "none"
33514 height "1.5in"
33515 height_special "totalheight"
33516 thickness "0.4pt"
33517 separation "3pt"
33518 shadowsize "4pt"
33519 framecolor "black"
33520 backgroundcolor "none"
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 \align center
33525 Le texte de cette boîte est aligné sur le haut.
33526 \end_layout
33527
33528 \end_inset
33529
33530  Ceci est un exemple de texte.
33531 \end_layout
33532
33533 \begin_layout Description
33534 milieu Ceci est un exemple de texte.
33535  
33536 \begin_inset Box Boxed
33537 position "c"
33538 hor_pos "c"
33539 has_inner_box 1
33540 inner_pos "c"
33541 use_parbox 0
33542 use_makebox 0
33543 width "12col%"
33544 special "none"
33545 height "1.5in"
33546 height_special "totalheight"
33547 thickness "0.4pt"
33548 separation "3pt"
33549 shadowsize "4pt"
33550 framecolor "black"
33551 backgroundcolor "none"
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 \align center
33556 Le texte de cette boîte est aligné au centre
33557 \end_layout
33558
33559 \end_inset
33560
33561  Ceci est un exemple de texte.
33562 \end_layout
33563
33564 \begin_layout Description
33565 bas Ceci est un exemple de texte.
33566  
33567 \begin_inset Box Boxed
33568 position "c"
33569 hor_pos "c"
33570 has_inner_box 1
33571 inner_pos "b"
33572 use_parbox 0
33573 use_makebox 0
33574 width "12col%"
33575 special "none"
33576 height "1.5in"
33577 height_special "totalheight"
33578 thickness "0.4pt"
33579 separation "3pt"
33580 shadowsize "4pt"
33581 framecolor "black"
33582 backgroundcolor "none"
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 \align center
33587 Le texte de cette boîte est aligné en bas.
33588 \end_layout
33589
33590 \end_inset
33591
33592  Ceci est un exemple de texte.
33593 \end_layout
33594
33595 \begin_layout Description
33596 élongation Ceci est un exemple de texte.
33597  
33598 \begin_inset Box Boxed
33599 position "c"
33600 hor_pos "c"
33601 has_inner_box 1
33602 inner_pos "s"
33603 use_parbox 0
33604 use_makebox 0
33605 width "12col%"
33606 special "none"
33607 height "1.5in"
33608 height_special "totalheight"
33609 thickness "0.4pt"
33610 separation "3pt"
33611 shadowsize "4pt"
33612 framecolor "black"
33613 backgroundcolor "none"
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617 \align center
33618 Le texte 
33619 \end_layout
33620
33621 \begin_layout Plain Layout
33622 \align center
33623 de cette
33624 \end_layout
33625
33626 \begin_layout Plain Layout
33627 \align center
33628 boîte est
33629 \end_layout
33630
33631 \begin_layout Plain Layout
33632 \align center
33633 allongé.
33634 \end_layout
33635
33636 \end_inset
33637
33638  Ceci est un exemple de texte.
33639 \end_layout
33640
33641 \begin_layout Standard
33642 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33643  paragraphe.
33644  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset VSpace bigskip
33649 \end_inset
33650
33651 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33652  la fenêtre de dialogue 
33653 \family sans
33654 Paramètres
33655 \begin_inset space ~
33656 \end_inset
33657
33658 de
33659 \begin_inset space ~
33660 \end_inset
33661
33662 paragraphe
33663 \family default
33664  quand vous avez choisi une 
33665 \family sans
33666 Boîte
33667 \begin_inset space ~
33668 \end_inset
33669
33670 Intérieure
33671 \family default
33672 .
33673 \end_layout
33674
33675 \begin_layout Standard
33676 \align center
33677 \begin_inset Box Boxed
33678 position "c"
33679 hor_pos "c"
33680 has_inner_box 1
33681 inner_pos "s"
33682 use_parbox 0
33683 use_makebox 0
33684 width "15col%"
33685 special "none"
33686 height "1.25in"
33687 height_special "totalheight"
33688 thickness "0.4pt"
33689 separation "3pt"
33690 shadowsize "4pt"
33691 framecolor "black"
33692 backgroundcolor "none"
33693 status open
33694
33695 \begin_layout Plain Layout
33696 \align left
33697 Le texte de 
33698 \end_layout
33699
33700 \begin_layout Plain Layout
33701 \align left
33702 cette boîte
33703 \end_layout
33704
33705 \begin_layout Plain Layout
33706 \align right
33707 est allongé.
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Si vous n'avez pas choisi une 
33717 \family sans
33718 Boîte
33719 \begin_inset space ~
33720 \end_inset
33721
33722 Intérieure
33723 \family default
33724 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33725  de dialogue de boîte.
33726 \begin_inset Separator latexpar
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \align center
33734 \begin_inset Box Boxed
33735 position "c"
33736 hor_pos "s"
33737 has_inner_box 0
33738 inner_pos "s"
33739 use_parbox 0
33740 use_makebox 0
33741 width "90col%"
33742 special "none"
33743 height "1.25in"
33744 height_special "totalheight"
33745 thickness "0.4pt"
33746 separation "3pt"
33747 shadowsize "4pt"
33748 framecolor "black"
33749 backgroundcolor "none"
33750 status open
33751
33752 \begin_layout Plain Layout
33753 Le texte de cette boîte est allongé horizontalement.
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Subsection
33762 Décorations
33763 \begin_inset CommandInset label
33764 LatexCommand label
33765 name "sec:Décorations"
33766
33767 \end_inset
33768
33769
33770 \begin_inset Index idx
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 Boîtes ! Décorations
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 On peut spécifier le style de la boîte en utilisant la liste déroulante
33784  
33785 \family sans
33786 Décoration
33787 \family default
33788 .
33789  Les possibilités sont les suivantes :
33790 \end_layout
33791
33792 \begin_layout Description
33793 Aucun
33794 \begin_inset space ~
33795 \end_inset
33796
33797 cadre
33798 \begin_inset space ~
33799 \end_inset
33800
33801 tracé Rien n'est tracé
33802 \end_layout
33803
33804 \begin_layout Description
33805 Cadre
33806 \begin_inset space ~
33807 \end_inset
33808
33809 rectangulaire
33810 \begin_inset space ~
33811 \end_inset
33812
33813 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33814  L'épaisseur du trait de ce cadre peut être précisé.
33815 \begin_inset Newline newline
33816 \end_inset
33817
33818
33819 \begin_inset Box Boxed
33820 position "c"
33821 hor_pos "c"
33822 has_inner_box 1
33823 inner_pos "c"
33824 use_parbox 0
33825 use_makebox 0
33826 width "20col%"
33827 special "none"
33828 height "1in"
33829 height_special "totalheight"
33830 thickness "0.4pt"
33831 separation "3pt"
33832 shadowsize "4pt"
33833 framecolor "black"
33834 backgroundcolor "none"
33835 status open
33836
33837 \begin_layout Plain Layout
33838 \align center
33839 Boîte rectangulaire
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Description
33848 Cadre
33849 \begin_inset space ~
33850 \end_inset
33851
33852 oval,
33853 \begin_inset space ~
33854 \end_inset
33855
33856 fin Ceci dessine un cadre ovalisée autour de la boîte.
33857  L'épaisseur du trait de ce cadre est de  0.4
33858 \begin_inset space \thinspace{}
33859 \end_inset
33860
33861 pt.
33862  
33863 \begin_inset Box ovalbox
33864 position "c"
33865 hor_pos "c"
33866 has_inner_box 1
33867 inner_pos "c"
33868 use_parbox 0
33869 use_makebox 0
33870 width "20col%"
33871 special "none"
33872 height "1in"
33873 height_special "totalheight"
33874 thickness "0.4pt"
33875 separation "3pt"
33876 shadowsize "4pt"
33877 framecolor "black"
33878 backgroundcolor "none"
33879 status open
33880
33881 \begin_layout Plain Layout
33882 \align center
33883 Boîte ovalisée, fine
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Description
33892 Cadre
33893 \begin_inset space ~
33894 \end_inset
33895
33896 oval,
33897 \begin_inset space ~
33898 \end_inset
33899
33900 épais Ceci dessine un cadre ovalisée autour de la boîte.
33901  L'épaisseur du trait de ce cadre est de   0.8
33902 \begin_inset space \thinspace{}
33903 \end_inset
33904
33905 pt.
33906  
33907 \begin_inset Box Ovalbox
33908 position "c"
33909 hor_pos "c"
33910 has_inner_box 1
33911 inner_pos "c"
33912 use_parbox 0
33913 use_makebox 0
33914 width "20col%"
33915 special "none"
33916 height "1in"
33917 height_special "totalheight"
33918 thickness "0.4pt"
33919 separation "3pt"
33920 shadowsize "4pt"
33921 framecolor "black"
33922 backgroundcolor "none"
33923 status open
33924
33925 \begin_layout Plain Layout
33926 \align center
33927 Boîte ovalisée, épaisse
33928 \end_layout
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Description
33936 Ombre
33937 \begin_inset space ~
33938 \end_inset
33939
33940 en
33941 \begin_inset space ~
33942 \end_inset
33943
33944 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33945  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
33946  
33947 \begin_inset Box Shadowbox
33948 position "c"
33949 hor_pos "c"
33950 has_inner_box 1
33951 inner_pos "c"
33952 use_parbox 0
33953 use_makebox 0
33954 width "20col%"
33955 special "none"
33956 height "1in"
33957 height_special "totalheight"
33958 thickness "0.4pt"
33959 separation "3pt"
33960 shadowsize "4pt"
33961 framecolor "black"
33962 backgroundcolor "none"
33963 status open
33964
33965 \begin_layout Plain Layout
33966 \align center
33967 Boîte ombrée
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Description
33976 Fond
33977 \begin_inset space ~
33978 \end_inset
33979
33980 ombré Ceci dessine une boîte avec un arrière plan rouge.
33981  Contrairement aux boîtes coloriées
33982 \begin_inset Foot
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986 Voir la section
33987 \begin_inset space ~
33988 \end_inset
33989
33990
33991 \begin_inset CommandInset ref
33992 LatexCommand ref
33993 reference "sec:Boîtes-colorées"
33994
33995 \end_inset
33996
33997 .
33998 \end_layout
33999
34000 \end_inset
34001
34002 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34003  son propre paragraphe.
34004 \begin_inset Box Shaded
34005 position "t"
34006 hor_pos "c"
34007 has_inner_box 0
34008 inner_pos "t"
34009 use_parbox 0
34010 use_makebox 0
34011 width "50col%"
34012 special "none"
34013 height "1in"
34014 height_special "totalheight"
34015 thickness "0.4pt"
34016 separation "3pt"
34017 shadowsize "4pt"
34018 framecolor "black"
34019 backgroundcolor "none"
34020 status open
34021
34022 \begin_layout Plain Layout
34023 Boîte avec fond ombré
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Description
34032 Cadre
34033 \begin_inset space ~
34034 \end_inset
34035
34036 rectangulaire
34037 \begin_inset space ~
34038 \end_inset
34039
34040 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34041  boîte.
34042  L'épaisseur du trait du cadre interne est de 0.75
34043 \begin_inset space \thinspace{}
34044 \end_inset
34045
34046 épaisseur
34047 \begin_inset space ~
34048 \end_inset
34049
34050 du
34051 \begin_inset space ~
34052 \end_inset
34053
34054 trait, l'épaisseur du trait du cadre externe est de 1.5
34055 \begin_inset space \thinspace{}
34056 \end_inset
34057
34058 épaisseur
34059 \begin_inset space ~
34060 \end_inset
34061
34062 du
34063 \begin_inset space ~
34064 \end_inset
34065
34066 trait.
34067  La distance entre les deux cadres est de 1.5
34068 \begin_inset space \thinspace{}
34069 \end_inset
34070
34071 épaisseur
34072 \begin_inset space ~
34073 \end_inset
34074
34075 du
34076 \begin_inset space ~
34077 \end_inset
34078
34079 trait
34080 \begin_inset space \thinspace{}
34081 \end_inset
34082
34083 +
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 0.5
34088 \begin_inset space \thinspace{}
34089 \end_inset
34090
34091 pt.
34092  
34093 \begin_inset Box Doublebox
34094 position "c"
34095 hor_pos "c"
34096 has_inner_box 1
34097 inner_pos "c"
34098 use_parbox 0
34099 use_makebox 0
34100 width "20col%"
34101 special "none"
34102 height "1in"
34103 height_special "totalheight"
34104 thickness "0.4pt"
34105 separation "3pt"
34106 shadowsize "4pt"
34107 framecolor "black"
34108 backgroundcolor "none"
34109 status open
34110
34111 \begin_layout Plain Layout
34112 \align center
34113 Boîte double
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \begin_inset VSpace bigskip
34123 \end_inset
34124
34125 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34126  s'adapte pour montrer le style
34127  de boîte utilisé.
34128  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34129  le paquetage \SpecialChar LaTeX
34130  
34131 \series bold
34132 fancybox
34133 \series default
34134
34135 \begin_inset Index idx
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 Paquetages \SpecialChar LaTeX
34140  ! fancybox
34141 \end_layout
34142
34143 \end_inset
34144
34145 .
34146 \end_layout
34147
34148 \begin_layout Standard
34149 \begin_inset VSpace bigskip
34150 \end_inset
34151
34152 Quand vous utilisez le style de décoration 
34153 \family sans
34154 cadre rectangulaire simple
34155 \family default
34156  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34157  de la boîte.
34158  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34159  prendra toute la largeur de la colonne et la boîte sera considérée comme
34160  son propre paragraphe: 
34161 \begin_inset Box Framed
34162 position "t"
34163 hor_pos "c"
34164 has_inner_box 0
34165 inner_pos "t"
34166 use_parbox 0
34167 use_makebox 0
34168 width "100col%"
34169 special "none"
34170 height "1in"
34171 height_special "totalheight"
34172 thickness "0.4pt"
34173 separation "3pt"
34174 shadowsize "4pt"
34175 framecolor "black"
34176 backgroundcolor "none"
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180 Boîte avec cadre simple et sauts de page
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Section
34189 Personnalisation des boîtes
34190 \begin_inset Index idx
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 Boîtes! Personnalisation
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34204  la commande 
34205 \series bold
34206
34207 \backslash
34208 cornersize
34209 \series default
34210 .
34211  Par exemple, la commande
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217
34218 \backslash
34219 cornersize*{1cm}
34220 \end_layout
34221
34222 \begin_layout Standard
34223 donne un diamètre de 1
34224 \begin_inset space \thinspace{}
34225 \end_inset
34226
34227 cm.
34228  La commande
34229 \end_layout
34230
34231 \begin_layout Standard
34232
34233 \series bold
34234
34235 \backslash
34236 cornersize{num}
34237 \end_layout
34238
34239 \begin_layout Standard
34240 fixe le diamètre à 
34241 \family sans
34242 num
34243 \begin_inset space \thinspace{}
34244 \end_inset
34245
34246 ×
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 minimum(largeur et hauteur de la boîte)
34251 \family default
34252 .
34253  La valeur implicite est 
34254 \series bold
34255
34256 \backslash
34257 cornersize{0.5}
34258 \series default
34259 .
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268
34269 \backslash
34270 cornersize*{1.5cm}
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \begin_inset Box Ovalbox
34277 position "c"
34278 hor_pos "c"
34279 has_inner_box 1
34280 inner_pos "c"
34281 use_parbox 0
34282 use_makebox 0
34283 width "25col%"
34284 special "none"
34285 height "1in"
34286 height_special "totalheight"
34287 thickness "0.4pt"
34288 separation "3pt"
34289 shadowsize "4pt"
34290 framecolor "black"
34291 backgroundcolor "none"
34292 status open
34293
34294 \begin_layout Plain Layout
34295 \align center
34296 Boîte ovale avec 
34297 \series bold
34298
34299 \backslash
34300 cornersize
34301 \series default
34302
34303 \begin_inset space \thinspace{}
34304 \end_inset
34305
34306 =
34307 \begin_inset space \thinspace{}
34308 \end_inset
34309
34310 1.5
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 cm
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset ERT
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325
34326 \backslash
34327 cornersize{0.5}
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset VSpace bigskip
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Standard
34343 La couleur rouge utilisée implicitement pour les boîtes à 
34344 \family sans
34345 Fond
34346 \begin_inset space ~
34347 \end_inset
34348
34349 ombré
34350 \family default
34351  peut soit être modifiée localement avec la commande 
34352 \series bold
34353
34354 \backslash
34355 definecolor{shadecolor}
34356 \series default
34357 , soit globalement avec le menu 
34358 \family sans
34359 Outils\SpecialChar menuseparator
34360 Préférences
34361 \family default
34362 \SpecialChar menuseparator
34363
34364 \family sans
34365 Couleurs\SpecialChar menuseparator
34366 boîte
34367 \begin_inset space ~
34368 \end_inset
34369
34370 ombrée
34371 \family default
34372 .
34373  La syntaxe de la commande 
34374 \series bold
34375
34376 \backslash
34377 definecolor
34378 \series default
34379  est expliquée dans la section
34380 \begin_inset space ~
34381 \end_inset
34382
34383
34384 \begin_inset CommandInset ref
34385 LatexCommand ref
34386 reference "sec:Tableaux-Colorés"
34387
34388 \end_inset
34389
34390 .
34391 \begin_inset Foot
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395 Notez que l'utilisation de 
34396 \series bold
34397
34398 \backslash
34399 definecolor
34400 \series default
34401  ne peut se faire sans le paquetage \SpecialChar LaTeX
34402  
34403 \series bold
34404 color
34405 \series default
34406  dans le préambule, voir la section
34407 \begin_inset space ~
34408 \end_inset
34409
34410
34411 \begin_inset CommandInset ref
34412 LatexCommand ref
34413 reference "sec:Boîtes-colorées"
34414
34415 \end_inset
34416
34417 .
34418  
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34428  le commande en code \SpecialChar TeX
34429  suivantes
34430 \end_layout
34431
34432 \begin_layout Standard
34433
34434 \series bold
34435
34436 \backslash
34437 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34438 \end_layout
34439
34440 \begin_layout Standard
34441 \begin_inset ERT
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446
34447 \backslash
34448 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \begin_inset Box Shaded
34455 position "t"
34456 hor_pos "c"
34457 has_inner_box 0
34458 inner_pos "t"
34459 use_parbox 0
34460 use_makebox 0
34461 width "100col%"
34462 special "none"
34463 height "1in"
34464 height_special "totalheight"
34465 thickness "0.4pt"
34466 separation "3pt"
34467 shadowsize "4pt"
34468 framecolor "black"
34469 backgroundcolor "none"
34470 status open
34471
34472 \begin_layout Plain Layout
34473
34474 \color yellow
34475 Ceci est un texte jaune dans une boîte à 
34476 \family sans
34477 Fond
34478 \begin_inset space ~
34479 \end_inset
34480
34481 ombré
34482 \family default
34483 \color inherit
34484  
34485 \color yellow
34486 avec un fond vert foncé.
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \begin_inset ERT
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496
34497
34498 \backslash
34499 definecolor{shadecolor}{rgb}{1,0,0}
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 \begin_inset VSpace bigskip
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34516  boîtes qui suivent la commandes qui les a changées.
34517 \end_layout
34518
34519 \begin_layout Section
34520 Minipages
34521 \begin_inset CommandInset label
34522 LatexCommand label
34523 name "sec:Minipages"
34524
34525 \end_inset
34526
34527
34528 \begin_inset Index idx
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 Boîtes ! Minipages
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Standard
34541 \SpecialChar LaTeX
34542  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34543  d'une page.
34544  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34545  règles d'indentation, de saut de ligne, etc.
34546  s'appliquent.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34551  langues.
34552 \end_layout
34553
34554 \begin_layout Standard
34555 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34556  Leur largeur est fixée à 45
34557 \begin_inset space \thinspace{}
34558 \end_inset
34559
34560 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34561  via le menu 
34562 \family sans
34563 Insertion\SpecialChar menuseparator
34564 Typographie
34565 \begin_inset space ~
34566 \end_inset
34567
34568 spéciale\SpecialChar menuseparator
34569 Ressort
34570 \begin_inset space ~
34571 \end_inset
34572
34573 Horizontal
34574 \family default
34575 .
34576 \end_layout
34577
34578 \begin_layout Standard
34579 \begin_inset Box Frameless
34580 position "t"
34581 hor_pos "c"
34582 has_inner_box 1
34583 inner_pos "c"
34584 use_parbox 0
34585 use_makebox 0
34586 width "45col%"
34587 special "none"
34588 height "1in"
34589 height_special "totalheight"
34590 thickness "0.4pt"
34591 separation "3pt"
34592 shadowsize "4pt"
34593 framecolor "black"
34594 backgroundcolor "none"
34595 status open
34596
34597 \begin_layout Plain Layout
34598 Ceci est un texte en français.
34599  Ceci est un texte en français.
34600  Ceci est un texte en français.
34601  Ceci est un texte en français.
34602  Ceci est un texte en français.
34603  Ceci est un texte en français.
34604  Ceci est un texte en français.
34605  Ceci est un texte en français.Ceci est un texte en français.
34606  Ceci est un texte en français.
34607  Ceci est un texte en français.
34608  Ceci est un texte en français
34609 \begin_inset Foot
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613 Ceci est une note de bas de page en français.
34614 \end_layout
34615
34616 \end_inset
34617
34618 .Ceci est un texte en français
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \begin_inset space \hfill{}
34625 \end_inset
34626
34627
34628 \begin_inset Box Frameless
34629 position "t"
34630 hor_pos "c"
34631 has_inner_box 1
34632 inner_pos "c"
34633 use_parbox 0
34634 use_makebox 0
34635 width "45col%"
34636 special "none"
34637 height "1in"
34638 height_special "totalheight"
34639 thickness "0.4pt"
34640 separation "3pt"
34641 shadowsize "4pt"
34642 framecolor "black"
34643 backgroundcolor "none"
34644 status open
34645
34646 \begin_layout Plain Layout
34647
34648 \lang english
34649 This is an English Text.
34650  This is an English Text.
34651  This is an English Text.
34652  This is an English Text.
34653  This is an English Text.
34654  This is an English Text.
34655  This is an English Text.
34656  This is an English Text.
34657  This is an English Text.
34658  This is an English Text.
34659  This is an English Text.
34660  This is an English Text.
34661  This is an English Text.
34662  This is an English Text.
34663  This is an English Text.
34664  This is an English Text.
34665 \begin_inset Foot
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670 \lang english
34671 This is an English footnote.
34672 \end_layout
34673
34674 \end_inset
34675
34676  This is an English Text.
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \begin_layout Standard
34685 \begin_inset VSpace bigskip
34686 \end_inset
34687
34688 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34689  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34690  minipages, même si vous les avez mis par exemple à 
34691 \family sans
34692 Moyen
34693 \family default
34694  dans les paramètres du document.
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34699  portion de texte, voyez la section
34700 \begin_inset space ~
34701 \end_inset
34702
34703
34704 \begin_inset CommandInset ref
34705 LatexCommand ref
34706 reference "sec:Boîtes-colorées"
34707
34708 \end_inset
34709
34710 .
34711 \end_layout
34712
34713 \begin_layout Standard
34714 \begin_inset Note Greyedout
34715 status open
34716
34717 \begin_layout Plain Layout
34718
34719 \series bold
34720 Note:
34721 \series default
34722  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34723  mais les minipages peuvent être utilisées dans un tableau, un flottant
34724  ou une autre boîte.
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733 \begin_inset VSpace bigskip
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 \SpecialChar LyX
34741  propose également une fonctionnalité de base pour des minipages dont la
34742  taille est automatiquement déterminée par la largeur de leur contenu, via
34743  le module 
34744 \family sans
34745 Minipages de largeur variable
34746 \family default
34747 .
34748  Le fichier du répertoire des exemples \SpecialChar LyX
34749  
34750 \emph on
34751 varwidth-floats-side-by-side
34752 \emph default
34753  illustre l'utilisation de minipages de largeur variable pour placer deux
34754  flottants côte à côte.
34755 \end_layout
34756
34757 \begin_layout Section
34758 Les parboxes
34759 \begin_inset CommandInset label
34760 LatexCommand label
34761 name "sec:Parboxes"
34762
34763 \end_inset
34764
34765
34766 \begin_inset Index idx
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770 Boîtes ! Parboxes
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \end_layout
34777
34778 \begin_layout Standard
34779 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34780  ne peuvent avoir de note de bas de page.
34781 \begin_inset Separator latexpar
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 \align center
34789 \begin_inset Box Frameless
34790 position "t"
34791 hor_pos "c"
34792 has_inner_box 1
34793 inner_pos "t"
34794 use_parbox 1
34795 use_makebox 0
34796 width "33col%"
34797 special "none"
34798 height "1in"
34799 height_special "totalheight"
34800 thickness "0.4pt"
34801 separation "3pt"
34802 shadowsize "4pt"
34803 framecolor "black"
34804 backgroundcolor "none"
34805 status open
34806
34807 \begin_layout Plain Layout
34808 Ceci est un texte à l'intérieur d'une parbox.
34809  Ceci est un texte à l'intérieur d'une parbox.
34810 \end_layout
34811
34812 \begin_layout Plain Layout
34813 Cette note de bas de page ne devrait pas apparaître :
34814 \begin_inset Foot
34815 status open
34816
34817 \begin_layout Plain Layout
34818 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34819  pas.
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Section
34833 Des boîtes pour les mots et les caractères
34834 \begin_inset Index idx
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838 Boîtes ! Pour les caractères
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Subsection
34847 Empêcher la césure
34848 \begin_inset CommandInset label
34849 LatexCommand label
34850 name "sec:Empêcher-césure"
34851
34852 \end_inset
34853
34854
34855 \begin_inset Index idx
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 Boîtes ! Pour empêcher la césure
34860 \end_layout
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 Vous pouvez utiliser une boîte de type 
34869 \family sans
34870 Makebox
34871 \family default
34872  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34873 \begin_inset Newline newline
34874 \end_inset
34875
34876 Voici un exemple de texte :
34877 \end_layout
34878
34879 \begin_layout Standard
34880 Cette ligne est un exemple comment vous pouvez empêcher une césure
34881 \begin_inset space ~
34882 \end_inset
34883
34884
34885 \begin_inset Quotes fld
34886 \end_inset
34887
34888 motTrèsTrèsLong
34889 \begin_inset Quotes frd
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Standard
34896 Pour empêcher que le mot 
34897 \begin_inset Quotes fld
34898 \end_inset
34899
34900 motTrèsTrèsLong
34901 \begin_inset Quotes frd
34902 \end_inset
34903
34904  soit coupé, mettez le mot dans une boîte, mettez 
34905 \family sans
34906 Boîte
34907 \begin_inset space ~
34908 \end_inset
34909
34910 intérieure
34911 \family default
34912  à 
34913 \family sans
34914 Makebox
34915 \family default
34916  sans spécifier de largeur.
34917 \end_layout
34918
34919 \begin_layout Standard
34920 Voici le résultat :
34921 \end_layout
34922
34923 \begin_layout Standard
34924 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34925  
34926 \begin_inset Box Frameless
34927 position "t"
34928 hor_pos "c"
34929 has_inner_box 1
34930 inner_pos "t"
34931 use_parbox 0
34932 use_makebox 1
34933 width ""
34934 special "none"
34935 height "1in"
34936 height_special "totalheight"
34937 thickness "0.4pt"
34938 separation "3pt"
34939 shadowsize "4pt"
34940 framecolor "black"
34941 backgroundcolor "none"
34942 status open
34943
34944 \begin_layout Plain Layout
34945 \begin_inset Quotes fld
34946 \end_inset
34947
34948 motTrèsTrèsLong
34949 \begin_inset Quotes frd
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 Une autre méthode consiste à mettre la commande 
34962 \series bold
34963
34964 \begin_inset Quotes fld
34965 \end_inset
34966
34967
34968 \backslash
34969 -
34970 \series default
34971
34972 \begin_inset Quotes frd
34973 \end_inset
34974
34975  en code \SpecialChar TeX
34976 , juste avant le mot :
34977 \end_layout
34978
34979 \begin_layout Standard
34980 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34981  
34982 \begin_inset Quotes fld
34983 \end_inset
34984
34985
34986 \begin_inset ERT
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990
34991
34992 \backslash
34993 -
34994 \end_layout
34995
34996 \end_inset
34997
34998 motTrèsTrèsLong
34999 \begin_inset Quotes frd
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35007  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35008 \family sans
35009 Insertion\SpecialChar menuseparator
35010 Typographie
35011 \begin_inset space ~
35012 \end_inset
35013
35014 spéciale\SpecialChar menuseparator
35015 Passage
35016 \begin_inset space ~
35017 \end_inset
35018
35019 à
35020 \begin_inset space ~
35021 \end_inset
35022
35023 la
35024 \begin_inset space ~
35025 \end_inset
35026
35027 Ligne
35028 \family default
35029  (raccourci 
35030 \family sans
35031 Ctrl-Entrée
35032 \family default
35033 ) :
35034 \end_layout
35035
35036 \begin_layout Standard
35037 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35038 \begin_inset Newline newline
35039 \end_inset
35040
35041
35042 \begin_inset Box Frameless
35043 position "t"
35044 hor_pos "c"
35045 has_inner_box 1
35046 inner_pos "t"
35047 use_parbox 0
35048 use_makebox 1
35049 width ""
35050 special "none"
35051 height "1in"
35052 height_special "totalheight"
35053 thickness "0.4pt"
35054 separation "3pt"
35055 shadowsize "4pt"
35056 framecolor "black"
35057 backgroundcolor "none"
35058 status open
35059
35060 \begin_layout Plain Layout
35061 \begin_inset Quotes fld
35062 \end_inset
35063
35064 motTrèsTrèsLong
35065 \begin_inset Quotes frd
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Subsection
35077 Alignement vertical
35078 \begin_inset CommandInset label
35079 LatexCommand label
35080 name "subsec:Alignement-Vertical"
35081
35082 \end_inset
35083
35084
35085 \begin_inset Index idx
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089 Boîtes ! Pour l'alignement vertical
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \begin_inset Index idx
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099 Boîtes ! Boîtes élévatrices
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \begin_inset Index idx
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109 Raisebox|see
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115 {
35116 \end_layout
35117
35118 \end_inset
35119
35120 Boîtes élévatrices
35121 \begin_inset ERT
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125
35126 }
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 Avec la commande 
35141 \series bold
35142
35143 \backslash
35144 raisebox
35145 \series default
35146  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35147  par rapport au texte qui l'entoure.
35148  La commande
35149 \series bold
35150  
35151 \backslash
35152 raisebox
35153 \series default
35154  s'utilise en suivant la syntaxe suivante :
35155 \end_layout
35156
35157 \begin_layout Standard
35158
35159 \series bold
35160
35161 \backslash
35162 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35163 \end_layout
35164
35165 \begin_layout Standard
35166 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35167  pour l'abaisser.
35168 \end_layout
35169
35170 \begin_layout Standard
35171 Pour aligner le mot 
35172 \begin_inset Quotes fld
35173 \end_inset
35174
35175 empêcher
35176 \begin_inset Quotes frd
35177 \end_inset
35178
35179  de façon à ce que le point le plus bas du caractère le plus 
35180 \begin_inset Quotes fld
35181 \end_inset
35182
35183 profond
35184 \begin_inset Quotes frd
35185 \end_inset
35186
35187 , le 
35188 \begin_inset Quotes fld
35189 \end_inset
35190
35191 p
35192 \begin_inset Quotes frd
35193 \end_inset
35194
35195 , soit au niveau de la ligne de base, insérez la commande 
35196 \end_layout
35197
35198 \begin_layout Standard
35199
35200 \series bold
35201
35202 \backslash
35203 raisebox{
35204 \backslash
35205 depth}{
35206 \end_layout
35207
35208 \begin_layout Standard
35209 en code \SpecialChar TeX
35210  avant le mot.
35211  Insérez après le mot l'accolade fermante 
35212 \begin_inset Quotes fld
35213 \end_inset
35214
35215
35216 \series bold
35217 }
35218 \series default
35219
35220 \begin_inset Quotes frd
35221 \end_inset
35222
35223  en code \SpecialChar TeX
35224 .
35225 \begin_inset Newline newline
35226 \end_inset
35227
35228 Voici le résultat :
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Cette ligne de texte contient le mot 
35233 \begin_inset ERT
35234 status open
35235
35236 \begin_layout Plain Layout
35237
35238
35239 \backslash
35240 raisebox{
35241 \backslash
35242 depth}{
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \begin_inset Quotes fld
35249 \end_inset
35250
35251 empêcher
35252 \begin_inset Quotes frd
35253 \end_inset
35254
35255
35256 \begin_inset ERT
35257 status collapsed
35258
35259 \begin_layout Plain Layout
35260
35261 }
35262 \end_layout
35263
35264 \end_inset
35265
35266  comme mot élevé.
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \begin_inset VSpace bigskip
35271 \end_inset
35272
35273 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35274  entre les lignes va être agrandie :
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Cette ligne de texte contient le mot
35279 \begin_inset ERT
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283
35284
35285 \backslash
35286 raisebox{-
35287 \backslash
35288 depth}{
35289 \end_layout
35290
35291 \end_inset
35292
35293
35294 \begin_inset Quotes fld
35295 \end_inset
35296
35297 empêcher
35298 \begin_inset Quotes frd
35299 \end_inset
35300
35301
35302 \begin_inset ERT
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306
35307 }
35308 \end_layout
35309
35310 \end_inset
35311
35312  comme mot abaissé.
35313 \begin_inset Newline newline
35314 \end_inset
35315
35316 Cette ligne de texte contient le mot 
35317 \begin_inset ERT
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321
35322
35323 \backslash
35324 raisebox{0.5cm}{
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset Quotes fld
35331 \end_inset
35332
35333 tester
35334 \begin_inset Quotes frd
35335 \end_inset
35336
35337
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343 }
35344 \end_layout
35345
35346 \end_inset
35347
35348  comme mot élevé.
35349 \end_layout
35350
35351 \begin_layout Standard
35352 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35353  mettez la hauteur de la boîte à zéro.
35354  Par exemple utilisez
35355 \end_layout
35356
35357 \begin_layout Standard
35358
35359 \series bold
35360
35361 \backslash
35362 raisebox{-
35363 \backslash
35364 depth}[0pt]{
35365 \end_layout
35366
35367 \begin_layout Standard
35368 Cette ligne de texte contient le mot
35369 \begin_inset ERT
35370 status collapsed
35371
35372 \begin_layout Plain Layout
35373
35374
35375 \backslash
35376 raisebox{-
35377 \backslash
35378 depth}[0pt]{
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \begin_inset Quotes fld
35385 \end_inset
35386
35387 empêcher
35388 \begin_inset Quotes frd
35389 \end_inset
35390
35391
35392 \begin_inset ERT
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396
35397 }
35398 \end_layout
35399
35400 \end_inset
35401
35402  comme mot abaissé.
35403 \begin_inset Newline newline
35404 \end_inset
35405
35406
35407 \begin_inset Newline newline
35408 \end_inset
35409
35410 Cette ligne de texte contient le mot 
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416
35417 \backslash
35418 raisebox{0.5cm}[0pt]{
35419 \end_layout
35420
35421 \end_inset
35422
35423
35424 \begin_inset Quotes fld
35425 \end_inset
35426
35427 tester
35428 \begin_inset Quotes frd
35429 \end_inset
35430
35431
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437 }
35438 \end_layout
35439
35440 \end_inset
35441
35442  comme mot élevé.
35443 \end_layout
35444
35445 \begin_layout Section
35446 Boîtes colorées
35447 \begin_inset CommandInset label
35448 LatexCommand label
35449 name "sec:Boîtes-colorées"
35450
35451 \end_inset
35452
35453
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Boîtes ! Couleur
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Standard
35467 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
35468  couleur désirée dans la fenêtre de dialogue de la boîte.
35469  Voici par exemple une boîte avec un fond orangé:
35470 \lang english
35471  
35472 \begin_inset Box Frameless
35473 position "t"
35474 hor_pos "c"
35475 has_inner_box 1
35476 inner_pos "t"
35477 use_parbox 0
35478 use_makebox 1
35479 width ""
35480 special "none"
35481 height "1in"
35482 height_special "totalheight"
35483 thickness "0.4pt"
35484 separation "3pt"
35485 shadowsize "4pt"
35486 framecolor "black"
35487 backgroundcolor "orange"
35488 status open
35489
35490 \begin_layout Plain Layout
35491 Boîte avec un fond orangé
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 Si vous utilisez la décoration 
35501 \family sans
35502 Cadre
35503 \begin_inset space ~
35504 \end_inset
35505
35506 rectangulaire
35507 \begin_inset space ~
35508 \end_inset
35509
35510 simple
35511 \family default
35512 , vous pouvez colorer le cadre.
35513  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
35514  le met implicitement
35515  en blanc).
35516  voici un exemple: 
35517 \begin_inset Box Boxed
35518 position "t"
35519 hor_pos "c"
35520 has_inner_box 0
35521 inner_pos "t"
35522 use_parbox 0
35523 use_makebox 0
35524 width ""
35525 special "none"
35526 height "1in"
35527 height_special "totalheight"
35528 thickness "0.4pt"
35529 separation "3pt"
35530 shadowsize "4pt"
35531 framecolor "teal"
35532 backgroundcolor "yellow"
35533 status open
35534
35535 \begin_layout Plain Layout
35536 Box with teal frame color and yellow background color
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 \begin_inset VSpace bigskip
35546 \end_inset
35547
35548 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
35549  est en couleurs:
35550 \begin_inset Newline newline
35551 \end_inset
35552
35553
35554 \begin_inset Box Boxed
35555 position "t"
35556 hor_pos "c"
35557 has_inner_box 0
35558 inner_pos "t"
35559 use_parbox 0
35560 use_makebox 0
35561 width ""
35562 special "none"
35563 height "1in"
35564 height_special "totalheight"
35565 thickness "0.4pt"
35566 separation "3pt"
35567 shadowsize "4pt"
35568 framecolor "cyan"
35569 backgroundcolor "magenta"
35570 status open
35571
35572 \begin_layout Plain Layout
35573
35574 \color yellow
35575 Ce texte est coloré dans une boîte colorée et encadrée.
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \begin_inset VSpace bigskip
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \begin_layout Standard
35591 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
35592  définir vos propres couleurs comme c'est décrit dans la section
35593 \begin_inset space ~
35594 \end_inset
35595
35596
35597 \begin_inset CommandInset ref
35598 LatexCommand ref
35599 reference "sec:Tableaux-Colorés"
35600
35601 \end_inset
35602
35603 .
35604  Pour cela vous devez saisir la boîte ne code TeX.
35605 \end_layout
35606
35607 \begin_layout Standard
35608 Les boîtes à fond coloré sont créées par la commande 
35609 \series bold
35610
35611 \backslash
35612 colorbox
35613 \series default
35614 .
35615  Elle est utilisée avec la syntaxe suivante :
35616 \end_layout
35617
35618 \begin_layout Standard
35619
35620 \series bold
35621
35622 \backslash
35623 colorbox{couleur}{contenu de la boîte}
35624 \end_layout
35625
35626 \begin_layout Standard
35627 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35628  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35629  un mot sur fond 
35630 \emph on
35631 vertfonce
35632 \emph default
35633 , insérez la commande 
35634 \end_layout
35635
35636 \begin_layout Standard
35637
35638 \series bold
35639
35640 \backslash
35641 colorbox{vertfonce}{
35642 \end_layout
35643
35644 \begin_layout Standard
35645 avant le mot en code \SpecialChar TeX
35646 .
35647  Insérez l'accolade fermante 
35648 \begin_inset Quotes fld
35649 \end_inset
35650
35651 }
35652 \begin_inset Quotes frd
35653 \end_inset
35654
35655  après le mot, en code \SpecialChar TeX
35656 .
35657 \begin_inset Newline newline
35658 \end_inset
35659
35660 Voici le résultat :
35661 \end_layout
35662
35663 \begin_layout Standard
35664 Cette ligne de texte contient le mot
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 colorbox{vertfonce}{
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \begin_inset Quotes fld
35679 \end_inset
35680
35681 Attention!
35682 \begin_inset Quotes frd
35683 \end_inset
35684
35685
35686 \begin_inset ERT
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690
35691 }
35692 \end_layout
35693
35694 \end_inset
35695
35696  sur fond vertfonce.
35697 \end_layout
35698
35699 \begin_layout Standard
35700 Les boîtes avec fond et cadre colorés sont créées via la commande 
35701 \series bold
35702
35703 \backslash
35704 fcolorbox
35705 \series default
35706  avec la syntaxe suivante :
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712
35713 \backslash
35714 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35715 \end_layout
35716
35717 \begin_layout Section
35718 Boîtes pivotées et redimensionnées
35719 \end_layout
35720
35721 \begin_layout Standard
35722 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
35723 \family sans
35724 BoîtesGraphiques
35725 \family default
35726  oit être vchargé via les paramètres du document.
35727 \end_layout
35728
35729 \begin_layout Standard
35730 \begin_inset Note Greyedout
35731 status open
35732
35733 \begin_layout Plain Layout
35734
35735 \series bold
35736 Note:
35737 \series default
35738  La plupart des visualiseurs DVI ne sont 
35739 \emph on
35740 pas
35741 \emph default
35742  capables d'afficher des rotations ou des redimensionnements.
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 \begin_inset Note Greyedout
35752 status open
35753
35754 \begin_layout Plain Layout
35755
35756 \series bold
35757 Note:
35758 \series default
35759  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35760  redimensionnée.
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Subsection
35769 Boîtes pivotées
35770 \begin_inset Index idx
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774 Boîtes ! pivotées
35775 \end_layout
35776
35777 \end_inset
35778
35779
35780 \begin_inset Index idx
35781 status collapsed
35782
35783 \begin_layout Plain Layout
35784 Pivoter des objets
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \end_layout
35791
35792 \begin_layout Standard
35793 Pour faire tourner des objets, vous pouvez les mettre dans une 
35794 \family sans
35795 BoîtePivotée
35796 \family default
35797 .
35798  Une telle boîte est insérée via le menu 
35799 \family sans
35800 Insertion\SpecialChar menuseparator
35801 Inserts personnalisables\SpecialChar menuseparator
35802 BoîtePivotée
35803 \family default
35804 .
35805 \end_layout
35806
35807 \begin_layout Standard
35808 La position du pivot peut être précisée via l'insert 
35809 \family sans
35810 Origine
35811 \family default
35812  (menu 
35813 \family sans
35814 Insertion\SpecialChar menuseparator
35815 Origine
35816 \family default
35817 ) sous la forme 
35818 \series bold
35819 origin=position
35820 \series default
35821 .
35822  Les valeurs suivantes sont possibles pour la position: 
35823 \emph on
35824 c
35825 \emph default
35826  (centre), 
35827 \emph on
35828 l
35829 \emph default
35830  (gauche/
35831 \lang english
35832 left
35833 \lang french
35834 ), 
35835 \emph on
35836 r
35837 \emph default
35838  (droite/
35839 \lang english
35840 right
35841 \lang french
35842 ), 
35843 \emph on
35844 b
35845 \emph default
35846  (bas/
35847 \lang english
35848 bottom
35849 \lang french
35850 ), 
35851 \emph on
35852 t
35853 \emph default
35854  (haut/
35855 \lang english
35856 top
35857 \lang french
35858 ), et aussi des combinaisons des quatre positions de base.
35859  Par exemple 
35860 \emph on
35861 lt
35862 \emph default
35863  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35864  Quand on ne donne pas d'origine, la position 
35865 \emph on
35866 l
35867 \emph default
35868  est utilisée.
35869  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35870  ou négatif.
35871  Le sens positif de rotation est anti-horaire.
35872 \end_layout
35873
35874 \begin_layout Standard
35875 Dans l'exemple qui suit, 
35876 \series bold
35877 origin=c
35878 \series default
35879  a été saisi dans l'insert 
35880 \family sans
35881 Origin
35882 \family default
35883  et 
35884 \series bold
35885 60
35886 \series default
35887  a été saisi dans l'insert 
35888 \family sans
35889 Angle
35890 \family default
35891 .
35892 \end_layout
35893
35894 \begin_layout Standard
35895 Voici une ligne avec du 
35896 \begin_inset Flex Rotatebox
35897 status open
35898
35899 \begin_layout Plain Layout
35900 \begin_inset Argument 1
35901 status open
35902
35903 \begin_layout Plain Layout
35904 origin=c
35905 \end_layout
35906
35907 \end_inset
35908
35909
35910 \begin_inset Argument 2
35911 status open
35912
35913 \begin_layout Plain Layout
35914 60
35915 \end_layout
35916
35917 \end_inset
35918
35919 texte pivoté
35920 \end_layout
35921
35922 \end_inset
35923
35924 .
35925 \end_layout
35926
35927 \begin_layout Standard
35928 La boîte peut contenir une autre boîte ou une formule en ligne :
35929 \end_layout
35930
35931 \begin_layout Standard
35932 Voici une ligne avec du 
35933 \begin_inset Flex Rotatebox
35934 status open
35935
35936 \begin_layout Plain Layout
35937 \begin_inset Argument 1
35938 status open
35939
35940 \begin_layout Plain Layout
35941 origin=r
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \begin_inset Argument 2
35948 status open
35949
35950 \begin_layout Plain Layout
35951 -60
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \begin_inset Box Doublebox
35958 position "c"
35959 hor_pos "c"
35960 has_inner_box 0
35961 inner_pos "c"
35962 use_parbox 0
35963 use_makebox 0
35964 width "1in"
35965 special "width"
35966 height "1in"
35967 height_special "totalheight"
35968 thickness "0.4pt"
35969 separation "3pt"
35970 shadowsize "4pt"
35971 framecolor "black"
35972 backgroundcolor "none"
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976 texte pivoté
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \end_inset
35985
35986  et encadré 
35987 \begin_inset Flex Rotatebox
35988 status open
35989
35990 \begin_layout Plain Layout
35991 \begin_inset Argument 1
35992 status open
35993
35994 \begin_layout Plain Layout
35995 origin=lb
35996 \end_layout
35997
35998 \end_inset
35999
36000
36001 \begin_inset Argument 2
36002 status open
36003
36004 \begin_layout Plain Layout
36005 60
36006 \end_layout
36007
36008 \end_inset
36009
36010
36011 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \end_inset
36018
36019  et une formule.
36020 \end_layout
36021
36022 \begin_layout Standard
36023 ou encore une figure ou un tableau :
36024 \end_layout
36025
36026 \begin_layout Standard
36027 Voici une ligne 
36028 \begin_inset Flex Rotatebox
36029 status open
36030
36031 \begin_layout Plain Layout
36032 \begin_inset Argument 1
36033 status open
36034
36035 \begin_layout Plain Layout
36036 origin=lb
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \begin_inset Argument 2
36043 status open
36044
36045 \begin_layout Plain Layout
36046 90
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset Graphics
36053         filename ../clipart/platypus.eps
36054         lyxscale 50
36055         width 25col%
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \end_inset
36063
36064  avec une image pivotée de 90° 
36065 \begin_inset Flex Rotatebox
36066 status open
36067
36068 \begin_layout Plain Layout
36069 \begin_inset Argument 2
36070 status open
36071
36072 \begin_layout Plain Layout
36073 -90
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Tabular
36080 <lyxtabular version="3" rows="2" columns="2">
36081 <features tabularvalignment="middle">
36082 <column alignment="center" valignment="top">
36083 <column alignment="center" valignment="top">
36084 <row>
36085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Plain Layout
36089 q
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 w
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109 e
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 r
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 </lyxtabular>
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \end_inset
36132
36133  et un tableau.
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 Figures ! Pivotées
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 Tableau ! Pivoter
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157
36158 \lang english
36159 \begin_inset Note Greyedout
36160 status open
36161
36162 \begin_layout Plain Layout
36163
36164 \series bold
36165 Nota:
36166 \series default
36167  si l'insert 
36168 \family sans
36169 Angle
36170 \family default
36171  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36172  \SpecialChar LaTeX
36173  à l'affichage ou l'exportation du document.
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Subsection
36182 Les boîtes redimensionnées
36183 \begin_inset Index idx
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187 Boîtes ! Redimensionnées
36188 \end_layout
36189
36190 \end_inset
36191
36192
36193 \begin_inset Index idx
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197 Redimensionner des objets
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \begin_layout Standard
36206 Pour redimensionner des objets, il faut les insérer dans une 
36207 \family sans
36208 BoîteÉchelle
36209 \family default
36210 , et pour cela utiliser le menu 
36211 \family sans
36212 Insertion\SpecialChar menuseparator
36213 Inserts personnalisables\SpecialChar menuseparator
36214 BoîteÉchelle
36215 \family default
36216 .
36217 \end_layout
36218
36219 \begin_layout Standard
36220 L'insert 
36221 \family sans
36222 BoîteÉchelle
36223 \family default
36224  comporte un insert obligatoire 
36225 \family sans
36226 Facteur-H 
36227 \family default
36228 et un insert facultatif 
36229 \family sans
36230 Facteur-V
36231 \family default
36232  (ouvert via le menu 
36233 \family sans
36234 Insertion\SpecialChar menuseparator
36235 Facteur-V)
36236 \family default
36237 .
36238  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
36239  vertical.
36240  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
36241  comme facteur vertical.
36242 \end_layout
36243
36244 \begin_layout Standard
36245 Pour doubler la taille du texte par rapport à la taille de texte du document,
36246  saisir 
36247 \series bold
36248 2
36249 \series default
36250  dans l'insert 
36251 \family sans
36252 Facteur-H:
36253 \family default
36254  
36255 \begin_inset Flex Scalebox
36256 status open
36257
36258 \begin_layout Plain Layout
36259 \begin_inset Argument 1
36260 status open
36261
36262 \begin_layout Plain Layout
36263 2
36264 \end_layout
36265
36266 \end_inset
36267
36268 Bonjour
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277
36278 \series bold
36279 2
36280 \series default
36281  comme 
36282 \family sans
36283 Facteur-H
36284 \family default
36285  et 
36286 \series bold
36287 1
36288 \series default
36289  comme
36290 \family sans
36291  Facteur-V
36292 \family default
36293  déforme le texte: 
36294 \begin_inset Flex Scalebox
36295 status open
36296
36297 \begin_layout Plain Layout
36298 \begin_inset Argument 1
36299 status open
36300
36301 \begin_layout Plain Layout
36302 2
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \begin_inset Argument 2
36309 status open
36310
36311 \begin_layout Plain Layout
36312 1
36313 \end_layout
36314
36315 \end_inset
36316
36317 Bonjour
36318 \end_layout
36319
36320 \end_inset
36321
36322 .
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
36327  par conséquent 
36328 \series bold
36329 -1
36330 \series default
36331  comme
36332 \family sans
36333  Facteur-H
36334 \family default
36335  et 
36336 \series bold
36337 1
36338 \series default
36339  comme
36340 \family sans
36341  Facteur-V 
36342 \family default
36343 permet de créer de l'écriture en miroir: 
36344 \begin_inset Flex Scalebox
36345 status open
36346
36347 \begin_layout Plain Layout
36348 \begin_inset Argument 1
36349 status open
36350
36351 \begin_layout Plain Layout
36352 -1
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \begin_inset Argument 2
36359 status open
36360
36361 \begin_layout Plain Layout
36362 1
36363 \end_layout
36364
36365 \end_inset
36366
36367 Bonjour
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376
36377 \series bold
36378 1
36379 \series default
36380  comme
36381 \family sans
36382  Facteur-H
36383 \family default
36384  et 
36385 \series bold
36386 -1
36387 \series default
36388  comme
36389 \family sans
36390  Facteur-V
36391 \family default
36392  réfléchit le texte 
36393 \begin_inset Flex Scalebox
36394 status open
36395
36396 \begin_layout Plain Layout
36397 \begin_inset Argument 1
36398 status open
36399
36400 \begin_layout Plain Layout
36401 1
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \begin_inset Argument 2
36408 status open
36409
36410 \begin_layout Plain Layout
36411 -1
36412 \end_layout
36413
36414 \end_inset
36415
36416 Bonjour
36417 \end_layout
36418
36419 \end_inset
36420
36421  sous la ligne de base.
36422 \end_layout
36423
36424 \begin_layout Standard
36425 La 
36426 \family sans
36427 BoîteMiroir
36428 \family default
36429  (menu 
36430 \family sans
36431 Insertion\SpecialChar menuseparator
36432 Inserts personnalisables\SpecialChar menuseparator
36433 BoîteMiroir)
36434 \family default
36435  est équivalente à 
36436 \series bold
36437 -1
36438 \series default
36439  comme
36440 \family sans
36441  Facteur-H
36442 \family default
36443  et 
36444 \series bold
36445 1
36446 \series default
36447  comme
36448 \family sans
36449  Facteur-V
36450 \family default
36451  pour une 
36452 \family sans
36453 BoîteÉchelle
36454 \family default
36455 .
36456 \end_layout
36457
36458 \begin_layout Standard
36459
36460 \lang english
36461 \begin_inset Note Greyedout
36462 status open
36463
36464 \begin_layout Plain Layout
36465
36466 \series bold
36467 Nota:
36468 \series default
36469  si l'insert 
36470 \family sans
36471 Facteur-H
36472 \family default
36473  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36474  \SpecialChar LaTeX
36475  à l'affichage ou l'exportation du document.
36476 \end_layout
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Standard
36484 \begin_inset VSpace bigskip
36485 \end_inset
36486
36487 La 
36488 \family sans
36489 BoîteRetaillée
36490 \family default
36491  (menu 
36492 \family sans
36493 Insertion\SpecialChar menuseparator
36494 Inserts personnalisables\SpecialChar menuseparator
36495 BoîteRetaillée
36496 \family default
36497 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
36498  L'insert 
36499 \family sans
36500 BoîteRetaillée
36501 \family default
36502  comporte un insert obligatoire 
36503 \family sans
36504 Largeur
36505 \family default
36506  et un insert facultatif 
36507 \family sans
36508 Hauteur
36509 \family default
36510  (obtenu via 
36511 \family sans
36512 Insertion\SpecialChar menuseparator
36513 Hauteur)
36514 \family default
36515 .
36516  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
36517  unité.
36518  Le tableau
36519 \begin_inset space ~
36520 \end_inset
36521
36522  
36523 \begin_inset CommandInset ref
36524 LatexCommand ref
36525 reference "tab:Unités"
36526
36527 \end_inset
36528
36529  énumère les unités possibles.
36530  S'il y a un point d'exclamation 
36531 \series bold
36532 !
36533 \series default
36534  dans un des deux inserts, la taille est ajustée pour conserver le rapport
36535  d'aspect de la boîte.
36536  S'il n'y a pas d'insert 
36537 \family sans
36538 Hauteur
36539 \family default
36540 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
36541  
36542 \end_layout
36543
36544 \begin_layout Standard
36545
36546 \series bold
36547 2cm
36548 \series default
36549  comme 
36550 \family sans
36551 Largeur
36552 \family default
36553  et 
36554 \series bold
36555 1cm
36556 \series default
36557  comme 
36558 \family sans
36559 Hauteur
36560 \family default
36561  produit: 
36562 \begin_inset Flex Resizebox
36563 status open
36564
36565 \begin_layout Plain Layout
36566 \begin_inset Argument 1
36567 status open
36568
36569 \begin_layout Plain Layout
36570 2cm
36571 \end_layout
36572
36573 \end_inset
36574
36575
36576 \begin_inset Argument 2
36577 status open
36578
36579 \begin_layout Plain Layout
36580 1cm
36581 \end_layout
36582
36583 \end_inset
36584
36585 Bonjour
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \begin_inset Newline newline
36592 \end_inset
36593
36594
36595 \series bold
36596 2cm
36597 \series default
36598  comme 
36599 \family sans
36600 Largeur
36601 \family default
36602  et 
36603 \series bold
36604 !
36605 \series default
36606  comme 
36607 \family sans
36608 Hauteur
36609 \family default
36610  (ou aucune
36611 \family sans
36612  Hauteur
36613 \family default
36614 ) produit: 
36615 \begin_inset Flex Resizebox
36616 status open
36617
36618 \begin_layout Plain Layout
36619 \begin_inset Argument 1
36620 status open
36621
36622 \begin_layout Plain Layout
36623 2cm
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \begin_inset Argument 2
36630 status open
36631
36632 \begin_layout Plain Layout
36633 !
36634 \end_layout
36635
36636 \end_inset
36637
36638 Bonjour
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Standard
36647 \begin_inset Note Greyedout
36648 status open
36649
36650 \begin_layout Plain Layout
36651
36652 \series bold
36653 Nota:
36654 \series default
36655  si l'insert 
36656 \family sans
36657 Largeur
36658 \family default
36659  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36660  \SpecialChar LaTeX
36661  à l'affichage ou l'exportation du document.
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670 \begin_inset VSpace bigskip
36671 \end_inset
36672
36673
36674 \end_layout
36675
36676 \begin_layout Standard
36677 Les boîtes peuvent être combinée dans n'importe quel ordre.
36678  Par exemple voici une
36679 \family sans
36680  BoîteMiroir
36681 \family default
36682  
36683 \family sans
36684 dans une BoîteRetaillée 
36685 \family default
36686 qui est à son tour dans une 
36687 \family sans
36688 BoîtePivotée
36689 \family default
36690 :
36691 \end_layout
36692
36693 \begin_layout Standard
36694 \noindent
36695 \align center
36696 \begin_inset Flex Rotatebox
36697 status open
36698
36699 \begin_layout Plain Layout
36700 \begin_inset Argument 1
36701 status open
36702
36703 \begin_layout Plain Layout
36704 origin=c
36705 \end_layout
36706
36707 \end_inset
36708
36709
36710 \begin_inset Argument 2
36711 status open
36712
36713 \begin_layout Plain Layout
36714 -45
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Flex Resizebox
36721 status open
36722
36723 \begin_layout Plain Layout
36724 \begin_inset Argument 1
36725 status open
36726
36727 \begin_layout Plain Layout
36728 2cm
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset Flex Reflectbox
36735 status open
36736
36737 \begin_layout Plain Layout
36738 Bonjour
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \end_inset
36747
36748
36749 \end_layout
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \begin_layout Standard
36757 \noindent
36758 Les images, les tableaux et les formules sont autorisées comme contenu de
36759  boîte :
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \noindent
36764 \align center
36765 \begin_inset Flex Resizebox
36766 status open
36767
36768 \begin_layout Plain Layout
36769 \begin_inset Argument 1
36770 status open
36771
36772 \begin_layout Plain Layout
36773 2cm
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \begin_inset Flex Reflectbox
36780 status open
36781
36782 \begin_layout Plain Layout
36783 \begin_inset Graphics
36784         filename ../clipart/platypus.eps
36785         lyxscale 50
36786         width 25col%
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \end_layout
36797
36798 \end_inset
36799
36800  
36801 \begin_inset Flex Resizebox
36802 status open
36803
36804 \begin_layout Plain Layout
36805 \begin_inset Argument 1
36806 status open
36807
36808 \begin_layout Plain Layout
36809 2cm
36810 \end_layout
36811
36812 \end_inset
36813
36814
36815 \begin_inset Flex Reflectbox
36816 status open
36817
36818 \begin_layout Plain Layout
36819 \begin_inset Tabular
36820 <lyxtabular version="3" rows="2" columns="2">
36821 <features tabularvalignment="middle">
36822 <column alignment="center" valignment="top">
36823 <column alignment="center" valignment="top">
36824 <row>
36825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36826 \begin_inset Text
36827
36828 \begin_layout Plain Layout
36829 q
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 w
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 </row>
36844 <row>
36845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849 e
36850 \end_layout
36851
36852 \end_inset
36853 </cell>
36854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858 r
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 </row>
36864 </lyxtabular>
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \end_inset
36877
36878  
36879 \begin_inset Flex Resizebox
36880 status open
36881
36882 \begin_layout Plain Layout
36883 \begin_inset Argument 1
36884 status open
36885
36886 \begin_layout Plain Layout
36887 3cm
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \begin_inset Flex Reflectbox
36894 status open
36895
36896 \begin_layout Plain Layout
36897 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \end_inset
36904
36905
36906 \end_layout
36907
36908 \end_inset
36909
36910
36911 \begin_inset Index idx
36912 status collapsed
36913
36914 \begin_layout Plain Layout
36915 Figures ! Redimensionnées
36916 \end_layout
36917
36918 \end_inset
36919
36920
36921 \begin_inset Index idx
36922 status collapsed
36923
36924 \begin_layout Plain Layout
36925 Tableau ! Redimensionner
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 Quand on utilise le style global de formule 
36935 \series bold
36936 fleqn
36937 \series default
36938  dans le document
36939 \begin_inset Foot
36940 status collapsed
36941
36942 \begin_layout Plain Layout
36943 Quand 
36944 \begin_inset Quotes fld
36945 \end_inset
36946
36947 fleqn
36948 \begin_inset Quotes frd
36949 \end_inset
36950
36951  est ajouté aux options de la classe de document.
36952 \end_layout
36953
36954 \end_inset
36955
36956 , les formules hors texte peuvent aussi être redimensionnées.
36957 \end_layout
36958
36959 \begin_layout Chapter
36960 Objets entourés par du texte
36961 \begin_inset Index idx
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965 Entourés par du texte
36966 \end_layout
36967
36968 \end_inset
36969
36970
36971 \end_layout
36972
36973 \begin_layout Section
36974 Flottant d'enrobage
36975 \begin_inset CommandInset label
36976 LatexCommand label
36977 name "sec:Flottant-d'enrobage"
36978
36979 \end_inset
36980
36981
36982 \begin_inset Index idx
36983 status collapsed
36984
36985 \begin_layout Plain Layout
36986 Flottants ! Flottants d'enrobage
36987 \end_layout
36988
36989 \end_inset
36990
36991
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 Entourés par du texte ! Flottants d'enrobage
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \begin_layout Standard
37005 \begin_inset Wrap figure
37006 lines 0
37007 placement l
37008 overhang 1cm
37009 width "40col%"
37010 status open
37011
37012 \begin_layout Plain Layout
37013 \begin_inset Graphics
37014         filename ../clipart/mobius.eps
37015         width 40col%
37016         scaleBeforeRotation
37017         rotateOrigin center
37018
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Plain Layout
37025 \begin_inset Caption Standard
37026
37027 \begin_layout Plain Layout
37028 \begin_inset CommandInset label
37029 LatexCommand label
37030 name "fig:Figure-enrobée"
37031
37032 \end_inset
37033
37034 Ceci est une figure habillée.
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \end_inset
37043
37044  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37045  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37046  Vous pouvez en insérer un en utilisant le menu 
37047 \family sans
37048 Insertion\SpecialChar menuseparator
37049 Flottant\SpecialChar menuseparator
37050 Flottant
37051 \begin_inset space ~
37052 \end_inset
37053
37054 d'enrobage
37055 \family default
37056  à la condition que le paquetage \SpecialChar LaTeX
37057  
37058 \series bold
37059 wrapfig
37060 \series default
37061
37062 \begin_inset Index idx
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066 Paquetages \SpecialChar LaTeX
37067  ! wrapfig
37068 \end_layout
37069
37070 \end_inset
37071
37072  soit installé.
37073 \begin_inset Foot
37074 status collapsed
37075
37076 \begin_layout Plain Layout
37077 Voyez dans la manuel 
37078 \emph on
37079 Configuration
37080 \begin_inset space ~
37081 \end_inset
37082
37083 \SpecialChar LaTeX
37084  
37085 \emph default
37086 comment installer des paquetages \SpecialChar LaTeX
37087 .
37088 \end_layout
37089
37090 \end_inset
37091
37092  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37093  sur la boîte du flottant.
37094  Les paramètres obligatoires sont l'
37095 \family sans
37096 Emplacement
37097 \family default
37098  et la 
37099 \family sans
37100 Largeur
37101 \family default
37102 .
37103  Les paramètres facultatifs sont le 
37104 \family sans
37105 Débordement
37106 \family default
37107  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37108  de la page et la 
37109 \family sans
37110 Porté de la ligne
37111 \family default
37112  qui précise le nombre approximatif de lignes dont le flottant va avoir
37113  besoin.
37114  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37115  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37116  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37117  à faire flotter le flottant
37118  à l'intérieur du paragraphe ou vers les autres paragraphes.
37119  La figure
37120 \begin_inset space ~
37121 \end_inset
37122
37123
37124 \begin_inset CommandInset ref
37125 LatexCommand ref
37126 reference "fig:Figure-enrobée"
37127
37128 \end_inset
37129
37130  est un exemple de flottant d'enrobage avec une largeur de 40
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 col%, un débordement de 1
37135 \begin_inset space \thinspace{}
37136 \end_inset
37137
37138 cm et placé à gauche.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 \begin_inset Note Greyedout
37143 status open
37144
37145 \begin_layout Plain Layout
37146
37147 \series bold
37148 Note:
37149 \series default
37150  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37151  figure trop près du bas de page peut tout chambouler et faire que le flottant
37152  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37153  de texte.
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \begin_layout Standard
37162 En général:
37163 \end_layout
37164
37165 \begin_layout Itemize
37166 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37167  qui risquent de passer à la page suivante.
37168  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37169  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37170  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37171  de page.
37172 \end_layout
37173
37174 \begin_layout Itemize
37175 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37176  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37177 e.
37178 \end_layout
37179
37180 \begin_layout Itemize
37181 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37182  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37183  texte entre les deux, comme séparateur.
37184 \end_layout
37185
37186 \begin_layout Itemize
37187 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37188  ou les tableaux.
37189 \end_layout
37190
37191 \begin_layout Itemize
37192 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37193  chapitre
37194 \begin_inset space ~
37195 \end_inset
37196
37197
37198 \begin_inset CommandInset ref
37199 LatexCommand ref
37200 reference "chap:Flottants"
37201
37202 \end_inset
37203
37204 .
37205 \end_layout
37206
37207 \begin_layout Section
37208 Objets fixes entourés par du texte
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 Entouré par du texte ! Objets fixes
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \end_layout
37220
37221 \begin_layout Standard
37222 Les flottants d'enrobage décrits dans la section
37223 \begin_inset space \thinspace{}
37224 \end_inset
37225
37226
37227 \begin_inset CommandInset ref
37228 LatexCommand ref
37229 reference "sec:Flottant-d'enrobage"
37230
37231 \end_inset
37232
37233  prennent les positions suivantes dans le paragraphe :
37234 \begin_inset Separator latexpar
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \noindent
37242 \align center
37243 \begin_inset Tabular
37244 <lyxtabular version="3" rows="2" columns="2">
37245 <features tabularvalignment="middle">
37246 <column alignment="center" valignment="top">
37247 <column alignment="center" valignment="top">
37248 <row>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 \begin_inset Info
37254 type  "icon"
37255 arg   "dialog-show-new-inset graphics"
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 texte
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 texte
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 texte
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 </row>
37293 </lyxtabular>
37294
37295 \end_inset
37296
37297  ou 
37298 \begin_inset Tabular
37299 <lyxtabular version="3" rows="2" columns="2">
37300 <features tabularvalignment="middle">
37301 <column alignment="center" valignment="top">
37302 <column alignment="center" valignment="top">
37303 <row>
37304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 texte
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317 \begin_inset Info
37318 type  "icon"
37319 arg   "dialog-show-new-inset graphics"
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 texte
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 texte
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 </row>
37348 </lyxtabular>
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_layout Standard
37356 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37357  par exemple pour avoir une de ces positions :
37358 \begin_inset VSpace defskip
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \begin_layout Standard
37365 \noindent
37366 \align center
37367 \begin_inset Tabular
37368 <lyxtabular version="3" rows="2" columns="2">
37369 <features tabularvalignment="middle">
37370 <column alignment="center" valignment="top">
37371 <column alignment="center" valignment="top">
37372 <row>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 texte
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386 texte
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 </row>
37392 <row>
37393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397 \begin_inset Info
37398 type  "icon"
37399 arg   "dialog-show-new-inset graphics"
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411 texte
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 </lyxtabular>
37418
37419 \end_inset
37420
37421  
37422 \begin_inset Tabular
37423 <lyxtabular version="3" rows="2" columns="2">
37424 <features tabularvalignment="middle">
37425 <column alignment="center" valignment="top">
37426 <column alignment="center" valignment="top">
37427 <row>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432 texte
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 texte
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 </row>
37447 <row>
37448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 texte
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461 \begin_inset Info
37462 type  "icon"
37463 arg   "dialog-show-new-inset graphics"
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 </row>
37472 </lyxtabular>
37473
37474 \end_inset
37475
37476  
37477 \begin_inset Tabular
37478 <lyxtabular version="3" rows="2" columns="3">
37479 <features tabularvalignment="middle">
37480 <column alignment="center" valignment="top">
37481 <column alignment="center" valignment="top">
37482 <column alignment="center" valignment="top">
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 texte
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" topline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Info
37498 type  "icon"
37499 arg   "dialog-show-new-inset graphics"
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511 texte
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 </row>
37517 <row>
37518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 texte
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531 texte
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 texte
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 </row>
37546 </lyxtabular>
37547
37548 \end_inset
37549
37550  
37551 \begin_inset Tabular
37552 <lyxtabular version="3" rows="2" columns="3">
37553 <features tabularvalignment="middle">
37554 <column alignment="center" valignment="top">
37555 <column alignment="center" valignment="top">
37556 <column alignment="center" valignment="top">
37557 <row>
37558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562 texte
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 <cell alignment="center" valignment="top" topline="true" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571 texte
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580 texte
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 </row>
37586 <row>
37587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591 texte
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600 \begin_inset Info
37601 type  "icon"
37602 arg   "dialog-show-new-inset graphics"
37603 \end_inset
37604
37605
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614 texte
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 </row>
37620 </lyxtabular>
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Standard
37628 \noindent
37629 \align center
37630 \begin_inset Tabular
37631 <lyxtabular version="3" rows="3" columns="2">
37632 <features tabularvalignment="middle">
37633 <column alignment="center" valignment="top">
37634 <column alignment="center" valignment="top">
37635 <row>
37636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640 texte
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649 texte
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 </row>
37655 <row>
37656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660 \begin_inset Info
37661 type  "icon"
37662 arg   "dialog-show-new-inset graphics"
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37671 \begin_inset Text
37672
37673 \begin_layout Plain Layout
37674 texte
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 </row>
37680 <row>
37681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37682 \begin_inset Text
37683
37684 \begin_layout Plain Layout
37685 texte
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694 texte
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 </row>
37700 </lyxtabular>
37701
37702 \end_inset
37703
37704  
37705 \begin_inset Tabular
37706 <lyxtabular version="3" rows="3" columns="3">
37707 <features tabularvalignment="middle">
37708 <column alignment="center" valignment="top">
37709 <column alignment="center" valignment="top">
37710 <column alignment="center" valignment="top">
37711 <row>
37712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37713 \begin_inset Text
37714
37715 \begin_layout Plain Layout
37716 texte
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 <cell alignment="center" valignment="top" topline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 texte
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 texte
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 <row>
37741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 texte
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 \begin_inset Info
37755 type  "icon"
37756 arg   "dialog-show-new-inset graphics"
37757 \end_inset
37758
37759
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 texte
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 </row>
37774 <row>
37775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779 texte
37780 \end_layout
37781
37782 \end_inset
37783 </cell>
37784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788 texte
37789 \end_layout
37790
37791 \end_inset
37792 </cell>
37793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37794 \begin_inset Text
37795
37796 \begin_layout Plain Layout
37797 texte
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 </row>
37803 </lyxtabular>
37804
37805 \end_inset
37806
37807  
37808 \begin_inset Tabular
37809 <lyxtabular version="3" rows="3" columns="2">
37810 <features tabularvalignment="middle">
37811 <column alignment="center" valignment="top">
37812 <column alignment="center" valignment="top">
37813 <row>
37814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 texte
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827 texte
37828 \end_layout
37829
37830 \end_inset
37831 </cell>
37832 </row>
37833 <row>
37834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37835 \begin_inset Text
37836
37837 \begin_layout Plain Layout
37838 texte
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847 \begin_inset Info
37848 type  "icon"
37849 arg   "dialog-show-new-inset graphics"
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 <row>
37859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 texte
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 texte
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 </lyxtabular>
37879
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \begin_layout Standard
37886 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37887  
37888 \end_layout
37889
37890 \begin_layout Standard
37891 \noindent
37892
37893 \series bold
37894 picinpar
37895 \series default
37896
37897 \begin_inset Index idx
37898 status collapsed
37899
37900 \begin_layout Plain Layout
37901 Paquetages \SpecialChar LaTeX
37902  ! picinpar
37903 \end_layout
37904
37905 \end_inset
37906
37907 .
37908  Voici un exemple :
37909 \end_layout
37910
37911 \begin_layout Standard
37912 \begin_inset ERT
37913 status collapsed
37914
37915 \begin_layout Plain Layout
37916
37917
37918 \backslash
37919 ifpicinpar
37920 \end_layout
37921
37922 \end_inset
37923
37924
37925 \begin_inset Note Note
37926 status open
37927
37928 \begin_layout Plain Layout
37929 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37930  
37931 \series bold
37932 picinpar
37933 \series default
37934  a été installé.
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \begin_layout Standard
37943 \begin_inset ERT
37944 status collapsed
37945
37946 \begin_layout Plain Layout
37947
37948
37949 \backslash
37950 begin{window}[2,c,{
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset Graphics
37957         filename ../clipart/mobius.eps
37958         lyxscale 60
37959         width 40col%
37960         scaleBeforeRotation
37961         rotateOrigin center
37962
37963 \end_inset
37964
37965
37966 \begin_inset ERT
37967 status collapsed
37968
37969 \begin_layout Plain Layout
37970
37971 },]
37972 \end_layout
37973
37974 \begin_layout Plain Layout
37975
37976 {}
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \size small
37983 \lang english
37984 It was in the spring of the year 1894 that all London was interested, and
37985  the fashionable world dismayed, by the murder of the Honourable Ronald
37986  Adair under most unusual and inexplicable circumstances.
37987  The public has already learned those particulars of the crime which
37988 \size default
37989
37990 \begin_inset ERT
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994
37995
37996 \backslash
37997 footnotemark{}
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \size small
38004  came out in the police investigation, but a good deal was suppressed upon
38005  that occasion, since the case for the prosecution was so overwhelmingly
38006  strong that it was not necessary to bring forward all the facts.
38007  Only now, at the end of nearly ten years, am I allowed to supply those
38008  missing links which make up the whole of that remarkable chain
38009 \lang french
38010 .
38011 \size default
38012
38013 \begin_inset ERT
38014 status collapsed
38015
38016 \begin_layout Plain Layout
38017
38018
38019 \backslash
38020 end{window}
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \begin_layout Standard
38029 \begin_inset ERT
38030 status collapsed
38031
38032 \begin_layout Plain Layout
38033
38034
38035 \backslash
38036 footnotetext{
38037 \end_layout
38038
38039 \end_inset
38040
38041 Note de pied de page du paragraphe avec objet fixe.
38042 \begin_inset ERT
38043 status collapsed
38044
38045 \begin_layout Plain Layout
38046
38047 }
38048 \end_layout
38049
38050 \end_inset
38051
38052
38053 \end_layout
38054
38055 \begin_layout Standard
38056 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38057  d'eux et leur position est déterminée par le nombre de lignes de texte
38058  situées audessus d'eux.
38059  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38060  numérotée.
38061 \end_layout
38062
38063 \begin_layout Standard
38064 Un objet fixe enrobé est inséré en ajoutant la commande
38065 \end_layout
38066
38067 \begin_layout Standard
38068
38069 \series bold
38070
38071 \backslash
38072 begin{window}[2,c,{
38073 \end_layout
38074
38075 \begin_layout Standard
38076 en code \SpecialChar TeX
38077  au debut du paragraphe.
38078  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38079  dessus de l'objet, le second, ici 'c', la position de l'objet.
38080  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38081  ) sont possibles.
38082  Après la commande, vous insérez votre objet.
38083  Dans cet exemple, c'est une image avec une largeur de 40
38084 \begin_inset space \thinspace{}
38085 \end_inset
38086
38087 % de la colonne de texte qui a été insérée.
38088  L'objet peut aussi être un tableau, une boîte ou une équation.
38089  Après l'objet, on insère la commande
38090 \end_layout
38091
38092 \begin_layout Standard
38093
38094 \series bold
38095 },texte de description ]
38096 \begin_inset Newline newline
38097 \end_inset
38098
38099 {}
38100 \end_layout
38101
38102 \begin_layout Standard
38103 Notez que le 
38104 \begin_inset Quotes fld
38105 \end_inset
38106
38107
38108 \series bold
38109 {}
38110 \series default
38111
38112 \begin_inset Quotes frd
38113 \end_inset
38114
38115  est sur la deuxième ligne.
38116  Le texte de description est facultatif.
38117  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38118  il doit donc commence juste après le 
38119 \series bold
38120 {}
38121 \series default
38122 .
38123  A la fin du paragraphe on insère la commande :
38124 \end_layout
38125
38126 \begin_layout Standard
38127
38128 \series bold
38129
38130 \backslash
38131 end{window}
38132 \end_layout
38133
38134 \begin_layout Standard
38135 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38136  ajouter des notes de pied de page de la façon habituelle.
38137  Vous devez utiliser la commande 
38138 \series bold
38139
38140 \backslash
38141 footnotemark
38142 \series default
38143  à l'intérieur du paragraphe et la commande 
38144 \series bold
38145
38146 \backslash
38147 footnotetext
38148 \series default
38149  à l'extérieur, comme décrit dans la section
38150 \begin_inset space \thinspace{}
38151 \end_inset
38152
38153
38154 \begin_inset CommandInset ref
38155 LatexCommand ref
38156 reference "sec:Notes-bas-de-page"
38157
38158 \end_inset
38159
38160 .
38161 \end_layout
38162
38163 \begin_layout Standard
38164 \begin_inset ERT
38165 status collapsed
38166
38167 \begin_layout Plain Layout
38168
38169
38170 \backslash
38171 else
38172 \end_layout
38173
38174 \end_inset
38175
38176
38177 \begin_inset Note Note
38178 status open
38179
38180 \begin_layout Plain Layout
38181 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38182  
38183 \series bold
38184 picinpar
38185 \series default
38186  n'est pas installé :
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \end_layout
38193
38194 \begin_layout Standard
38195 Vous devez installer le paquetage \SpecialChar LaTeX
38196  
38197 \series bold
38198 picinpar
38199 \series default
38200  pour voir la suite de cette section dans la sortie imprimée.
38201 \end_layout
38202
38203 \begin_layout Standard
38204 \begin_inset ERT
38205 status collapsed
38206
38207 \begin_layout Plain Layout
38208
38209
38210 \backslash
38211 fi
38212 \end_layout
38213
38214 \end_inset
38215
38216
38217 \end_layout
38218
38219 \begin_layout Section
38220 Lettrines
38221 \begin_inset Index idx
38222 status collapsed
38223
38224 \begin_layout Plain Layout
38225 Lettrines
38226 \end_layout
38227
38228 \end_inset
38229
38230
38231 \begin_inset Index idx
38232 status collapsed
38233
38234 \begin_layout Plain Layout
38235 Entouré par du texte ! Lettrines
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Standard
38244 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38245  
38246 \series bold
38247 lettrine
38248 \series default
38249
38250 \begin_inset Index idx
38251 status collapsed
38252
38253 \begin_layout Plain Layout
38254 Paquetages \SpecialChar LaTeX
38255  ! lettrine
38256 \end_layout
38257
38258 \end_inset
38259
38260  doit être installé et vous devez utiliser le module Initiales (
38261 \begin_inset space ~
38262 \end_inset
38263
38264 menu 
38265 \family sans
38266 Document\SpecialChar menuseparator
38267 Paramètres\SpecialChar menuseparator
38268 Modules
38269 \family default
38270
38271 \begin_inset space ~
38272 \end_inset
38273
38274 ).
38275  Pour insérer une lettrine, utilisez le style 
38276 \family sans
38277 Initial
38278 \family default
38279 .
38280  Les paramètres sont insérés avec le menu 
38281 \family sans
38282 Insertion
38283 \family default
38284 .
38285  Le paramètre obligatoire 
38286 \family sans
38287 \lang english
38288 Initial
38289 \family default
38290 \lang french
38291  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38292 \family sans
38293 \lang english
38294 Rest
38295 \begin_inset space ~
38296 \end_inset
38297
38298 of
38299 \begin_inset space ~
38300 \end_inset
38301
38302 Initial
38303 \family default
38304  
38305 \lang french
38306 contient
38307 \lang english
38308  the rest of the word or text of the initial letter(s)
38309 \lang french
38310 .
38311  Le paramètre 
38312 \family sans
38313 \lang english
38314 Options
38315 \family default
38316 \lang french
38317  contient paramètres pour modifier la lettrine.
38318  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38319  du paquetage 
38320 \series bold
38321 lettrine
38322 \series default
38323
38324 \begin_inset CommandInset citation
38325 LatexCommand cite
38326 key "lettrine"
38327
38328 \end_inset
38329
38330 .
38331  Le style lui-même contient le texte qui doit entourer la lettrine.
38332  Le style habituel est par conséquent que le mot dont la première lettre
38333  est l'initiale soit en 
38334 \shape smallcaps
38335 petites capitales
38336 \shape default
38337 .
38338 \end_layout
38339
38340 \begin_layout Standard
38341 \begin_inset Newpage pagebreak
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \begin_layout Standard
38348 Voici quelques exemples
38349 \begin_inset space ~
38350 \end_inset
38351
38352 :
38353 \end_layout
38354
38355 \begin_layout Standard
38356 \begin_inset ERT
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360
38361
38362 \backslash
38363 iflettrine
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Note Note
38370 status open
38371
38372 \begin_layout Plain Layout
38373 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38374  
38375 \series bold
38376 lettrine
38377 \series default
38378  a été installé.
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \end_layout
38385
38386 \begin_layout Enumerate
38387 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38388  mathématique 
38389 \begin_inset Formula $\mathfrak{Fraktur}$
38390 \end_inset
38391
38392 :
38393 \begin_inset Separator latexpar
38394 \end_inset
38395
38396
38397 \end_layout
38398
38399 \begin_deeper
38400 \begin_layout Initial
38401 \begin_inset Argument 2
38402 status open
38403
38404 \begin_layout Plain Layout
38405 \begin_inset Formula $\mathfrak{I}$
38406 \end_inset
38407
38408
38409 \end_layout
38410
38411 \end_inset
38412
38413
38414 \begin_inset Argument 3
38415 status open
38416
38417 \begin_layout Plain Layout
38418 t
38419 \end_layout
38420
38421 \end_inset
38422
38423  
38424 \lang english
38425 was in the spring of the year 1894 that all London was interested, and the
38426  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38427  under most unusual and inexplicable circumstances.
38428  The public has already learned those particulars of the crime which came
38429  out in the police investigation, but a good deal was suppressed upon that
38430  occasion, since the case for the prosecution was so overwhelmingly strong
38431  that it was not necessary to bring forward all the facts.
38432 \end_layout
38433
38434 \end_deeper
38435 \begin_layout Enumerate
38436 L'initiale est entourée par une seule ligne et est formée de deux lettres
38437  dans la police standard ; aucun texte n'est écrit en petites capitales
38438 \begin_inset space ~
38439 \end_inset
38440
38441 :
38442 \begin_inset Separator latexpar
38443 \end_inset
38444
38445
38446 \end_layout
38447
38448 \begin_deeper
38449 \begin_layout Initial
38450 \begin_inset Argument 1
38451 status open
38452
38453 \begin_layout Plain Layout
38454 lines=1
38455 \end_layout
38456
38457 \end_inset
38458
38459
38460 \begin_inset Argument 2
38461 status open
38462
38463 \begin_layout Plain Layout
38464 It
38465 \end_layout
38466
38467 \end_inset
38468
38469  
38470 \lang english
38471 was in the spring of the year 1894 that all London was interested, and the
38472  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38473  under most unusual and inexplicable circumstances.
38474  The public has already learned those particulars of the crime which came
38475  out in the police investigation, but a good deal was suppressed upon that
38476  occasion, since the case for the prosecution was so overwhelmingly strong
38477  that it was not necessary to bring forward all the facts.
38478 \end_layout
38479
38480 \end_deeper
38481 \begin_layout Enumerate
38482 Initiale descendante sur 3
38483 \begin_inset space ~
38484 \end_inset
38485
38486 lignes en magenta en police mathématique
38487 \begin_inset Newline newline
38488 \end_inset
38489
38490
38491 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38492 \end_inset
38493
38494 , le texte 
38495 \begin_inset Quotes fld
38496 \end_inset
38497
38498
38499 \lang english
38500 t was in the spring
38501 \lang french
38502
38503 \begin_inset Quotes frd
38504 \end_inset
38505
38506  est en 
38507 \shape smallcaps
38508 petites capitales
38509 \shape default
38510  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38511  avant l'initiale
38512 \begin_inset space ~
38513 \end_inset
38514
38515 :
38516 \begin_inset Newline newline
38517 \end_inset
38518
38519
38520 \series bold
38521
38522 \backslash
38523 renewcommand{
38524 \backslash
38525 LettrineFontHook}{
38526 \backslash
38527 color{couleur}}
38528 \series default
38529
38530 \begin_inset Newline newline
38531 \end_inset
38532
38533 où la 
38534 \emph on
38535 couleur
38536 \emph default
38537  peut être 
38538 \begin_inset Quotes fld
38539 \end_inset
38540
38541 red
38542 \begin_inset Quotes frd
38543 \end_inset
38544
38545
38546 \begin_inset Quotes fld
38547 \end_inset
38548
38549 blue
38550 \begin_inset Quotes frd
38551 \end_inset
38552
38553
38554 \begin_inset Quotes fld
38555 \end_inset
38556
38557 green
38558 \begin_inset Quotes frd
38559 \end_inset
38560
38561
38562 \begin_inset Quotes fld
38563 \end_inset
38564
38565 yellow
38566 \begin_inset Quotes frd
38567 \end_inset
38568
38569
38570 \begin_inset Quotes fld
38571 \end_inset
38572
38573 cyan
38574 \begin_inset Quotes frd
38575 \end_inset
38576
38577
38578 \begin_inset Quotes fld
38579 \end_inset
38580
38581 magenta
38582 \begin_inset Quotes frd
38583 \end_inset
38584
38585
38586 \begin_inset Quotes fld
38587 \end_inset
38588
38589 black
38590 \begin_inset Quotes frd
38591 \end_inset
38592
38593  ou 
38594 \begin_inset Quotes fld
38595 \end_inset
38596
38597 white
38598 \begin_inset Quotes frd
38599 \end_inset
38600
38601 .
38602  On doit aussi ajouter la commande suivante au préambule du document
38603 \begin_inset space ~
38604 \end_inset
38605
38606 :
38607 \begin_inset Newline newline
38608 \end_inset
38609
38610
38611 \series bold
38612
38613 \backslash
38614 @ifundefined{textcolor}
38615 \begin_inset Newline newline
38616 \end_inset
38617
38618
38619 \begin_inset space ~
38620 \end_inset
38621
38622 {
38623 \backslash
38624 usepackage{color}}{}
38625 \series default
38626
38627 \begin_inset Separator latexpar
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_deeper
38634 \begin_layout Standard
38635 \begin_inset ERT
38636 status collapsed
38637
38638 \begin_layout Plain Layout
38639
38640
38641 \backslash
38642 renewcommand{
38643 \backslash
38644 LettrineFontHook}{
38645 \backslash
38646 color{magenta}}
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \begin_inset Note Note
38653 status collapsed
38654
38655 \begin_layout Plain Layout
38656 colore la lettrine en magenta
38657 \end_layout
38658
38659 \end_inset
38660
38661
38662 \end_layout
38663
38664 \begin_layout Initial
38665 \begin_inset Argument 1
38666 status open
38667
38668 \begin_layout Plain Layout
38669 lines=3, lhang=0.33, loversize=0.25
38670 \end_layout
38671
38672 \end_inset
38673
38674
38675 \begin_inset Argument 2
38676 status open
38677
38678 \begin_layout Plain Layout
38679 \begin_inset Formula $\mathcal{I}$
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \end_inset
38686
38687
38688 \begin_inset Argument 3
38689 status open
38690
38691 \begin_layout Plain Layout
38692
38693 \lang english
38694 t was in the spring
38695 \end_layout
38696
38697 \end_inset
38698
38699
38700 \lang english
38701  of the year 1894 that all London was interested, and the fashionable world
38702  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38703  and inexplicable circumstances.
38704  The public has already learned those particulars of the crime which came
38705  out in the police investigation, but a good deal was suppressed upon that
38706  occasion, since the case for the prosecution was so overwhelmingly strong
38707  that it was not necessary to bring forward all the facts.
38708 \end_layout
38709
38710 \end_deeper
38711 \begin_layout Standard
38712 \begin_inset ERT
38713 status collapsed
38714
38715 \begin_layout Plain Layout
38716
38717
38718 \backslash
38719 else
38720 \end_layout
38721
38722 \end_inset
38723
38724
38725 \begin_inset Note Note
38726 status open
38727
38728 \begin_layout Plain Layout
38729 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38730  
38731 \series bold
38732 lettrine
38733 \series default
38734  n'est pas installé :
38735 \end_layout
38736
38737 \end_inset
38738
38739
38740 \end_layout
38741
38742 \begin_layout Standard
38743 Vous devez installer le paquetage \SpecialChar LaTeX
38744  
38745 \series bold
38746 lettrine
38747 \series default
38748  pour voir la suite de cette section dans la sortie imprimée.
38749 \end_layout
38750
38751 \begin_layout Standard
38752 \begin_inset ERT
38753 status collapsed
38754
38755 \begin_layout Plain Layout
38756
38757
38758 \backslash
38759 fi
38760 \end_layout
38761
38762 \end_inset
38763
38764
38765 \end_layout
38766
38767 \begin_layout Chapter
38768 Trucs externes
38769 \begin_inset Index idx
38770 status collapsed
38771
38772 \begin_layout Plain Layout
38773 Trucs externes
38774 \end_layout
38775
38776 \end_inset
38777
38778
38779 \end_layout
38780
38781 \begin_layout Standard
38782 Avec le menu 
38783 \family sans
38784 Insertion\SpecialChar menuseparator
38785 Fichier
38786 \family default
38787  vous pouvez insérer un contenu externe à votre document.
38788  Ce contenu peut être :
38789 \end_layout
38790
38791 \begin_layout Description
38792 Document
38793 \begin_inset space ~
38794 \end_inset
38795
38796 \SpecialChar LyX
38797  Un autre document \SpecialChar LyX
38798  ; son contenu est directement inséré dans votre document.
38799 \end_layout
38800
38801 \begin_layout Description
38802 Texte
38803 \begin_inset space ~
38804 \end_inset
38805
38806 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38807 e.
38808 \end_layout
38809
38810 \begin_layout Description
38811 Texte
38812 \begin_inset space ~
38813 \end_inset
38814
38815 Brut
38816 \begin_inset space ~
38817 \end_inset
38818
38819 par
38820 \begin_inset space ~
38821 \end_inset
38822
38823 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38824  Les lignes vides créent un nouveau paragraphe dans votre document.
38825 \end_layout
38826
38827 \begin_layout Description
38828 Objet
38829 \begin_inset space ~
38830 \end_inset
38831
38832 Externe Fichiers de formats variés.
38833 \end_layout
38834
38835 \begin_layout Description
38836 Sous-document Documents \SpecialChar LyX
38837  ou \SpecialChar LaTeX
38838 .
38839 \end_layout
38840
38841 \begin_layout Section
38842 Objets externes 
38843 \begin_inset Index idx
38844 status collapsed
38845
38846 \begin_layout Plain Layout
38847 Trucs externes ! Objets Externes
38848 \end_layout
38849
38850 \end_inset
38851
38852
38853 \end_layout
38854
38855 \begin_layout Standard
38856 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38857  de fichiers dans votre document sans avoir à convertir ces derniers en
38858  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38859
38860  qui va s'occuper des conversions.
38861  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38862  \SpecialChar LyX
38863  des images dans des formats divers.
38864  Quand vous avez activé 
38865 \family sans
38866 Aperçu
38867 \begin_inset space ~
38868 \end_inset
38869
38870 sur
38871 \begin_inset space ~
38872 \end_inset
38873
38874 le
38875 \begin_inset space ~
38876 \end_inset
38877
38878 vif
38879 \family default
38880  dans le menu des préférences de \SpecialChar LyX
38881 , dans la rubrique 
38882 \family sans
38883 Apparence\SpecialChar menuseparator
38884 Graphiques
38885 \family default
38886 , les objets externes de type Dia et Xfig sont affichés directement dans
38887  \SpecialChar LyX
38888 .
38889 \end_layout
38890
38891 \begin_layout Standard
38892 On insère des objets externes en utilisant la fenêtre de dialogue 
38893 \family sans
38894 Objet
38895 \begin_inset space ~
38896 \end_inset
38897
38898 Externe
38899 \family default
38900  qui est accessible via le menu 
38901 \family sans
38902 Insertion\SpecialChar menuseparator
38903 Fichiers\SpecialChar menuseparator
38904 Objet
38905 \begin_inset space ~
38906 \end_inset
38907
38908 Externe
38909 \family default
38910 .
38911  Actuellement les types de fichiers (
38912 \family sans
38913 Modèles
38914 \family default
38915 ) suivants sont autorisés :
38916 \end_layout
38917
38918 \begin_layout Description
38919 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38920  par le programme 
38921 \series bold
38922
38923 \begin_inset CommandInset href
38924 LatexCommand href
38925 name "XBoard"
38926 target "http://fr.wikipedia.org/wiki/XBoard"
38927
38928 \end_inset
38929
38930
38931 \series default
38932 .
38933 \end_layout
38934
38935 \begin_layout Description
38936 Date Ce modèle insère la date sous la forme 
38937 \emph on
38938 Jour-Mois-Année
38939 \emph default
38940 .
38941  Voici un exemple de date insérée comme objet externe : 
38942 \begin_inset External
38943         template Date
38944         filename .
38945
38946 \end_inset
38947
38948
38949 \begin_inset space ~
38950 \end_inset
38951
38952
38953 \begin_inset Note Note
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957 Retirer l'espace protégé quand le bug 4398 sera résolu !
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Newline newline
38964 \end_inset
38965
38966 La date n'apparaîtra pas dans \SpecialChar LyX
38967 , mais seulement dans la sortie imprimée.
38968  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38969 \family sans
38970 Insertion\SpecialChar menuseparator
38971 Date
38972 \family default
38973  et avec la commande \SpecialChar LaTeX
38974  
38975 \series bold
38976
38977 \backslash
38978 today
38979 \series default
38980  entrée comme code \SpecialChar TeX
38981 .
38982  Ces différentes méthodes sont comparée dans le tableau
38983 \begin_inset space ~
38984 \end_inset
38985
38986
38987 \begin_inset CommandInset ref
38988 LatexCommand ref
38989 reference "tab:Comparaison-des-dates"
38990
38991 \end_inset
38992
38993 .
38994 \end_layout
38995
38996 \begin_layout Description
38997 Diagramme
38998 \begin_inset space ~
38999 \end_inset
39000
39001 Dia Ce modèle accepte les diagrammes créés avec le programme 
39002 \series bold
39003
39004 \begin_inset CommandInset href
39005 LatexCommand href
39006 name "Dia"
39007 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39008
39009 \end_inset
39010
39011
39012 \series default
39013 .
39014 \end_layout
39015
39016 \begin_layout Description
39017 Tableur Avec ce modèle vous pouvez insérer des feuilles de calcul ou des
39018  tableaux dans le format de 
39019 \series bold
39020
39021 \begin_inset CommandInset href
39022 LatexCommand href
39023 name "Gnumeric"
39024 target "http://fr.wikipedia.org/wiki/Gnumeric"
39025
39026 \end_inset
39027
39028
39029 \series default
39030
39031 \begin_inset CommandInset href
39032 LatexCommand href
39033 name "OpenDocument"
39034 target "http://fr.wikipedia.org/wiki/OpenDocument"
39035
39036 \end_inset
39037
39038
39039 \begin_inset CommandInset href
39040 LatexCommand href
39041 name "Microsoft Office XML"
39042 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39043
39044 \end_inset
39045
39046  et 
39047 \begin_inset CommandInset href
39048 LatexCommand href
39049 name "Office Open XML"
39050 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39051
39052 \end_inset
39053
39054 .
39055  Pour cette fonction, \SpecialChar LyX
39056  doit pouvoir trouver le programme 
39057 \family typewriter
39058 ssconvert
39059 \family default
39060  au cours de sa configuration.
39061  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39062  même si vous n'avez pas de tableaux au format gnumeric.
39063  Pour des exemples et les limitations possibles, jetez un œil au fichier
39064  \SpecialChar LyX
39065  d'exemple, 
39066 \emph on
39067 spreadsheet.lyx
39068 \emph default
39069 .
39070 \end_layout
39071
39072 \begin_layout Description
39073 Musique
39074 \begin_inset space ~
39075 \end_inset
39076
39077 mise
39078 \begin_inset space ~
39079 \end_inset
39080
39081 en
39082 \begin_inset space ~
39083 \end_inset
39084
39085 forme
39086 \begin_inset space ~
39087 \end_inset
39088
39089 avec
39090 \begin_inset space ~
39091 \end_inset
39092
39093 Lilypond Ce modèle est utilisé avec des partitions musicales mises en forme
39094  par le programme 
39095 \series bold
39096
39097 \begin_inset CommandInset href
39098 LatexCommand href
39099 name "LilyPond"
39100 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39101
39102 \end_inset
39103
39104
39105 \series default
39106 .
39107  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39108  au fichier \SpecialChar LyX
39109  d'exemple 
39110 \emph on
39111 lilypond.lyx
39112 \emph default
39113 .
39114 \end_layout
39115
39116 \begin_layout Description
39117 Pages
39118 \begin_inset space ~
39119 \end_inset
39120
39121 PDF Ce modèle permet d'insérer des documents en PDF dans votre document.
39122  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39123  
39124 \emph on
39125 pages
39126 \emph default
39127  dans le champ 
39128 \family sans
39129 Option
39130 \family default
39131  dans l'onglet 
39132 \family sans
39133 Options \SpecialChar LaTeX
39134  et \SpecialChar LyX
39135
39136 \family default
39137 .
39138  L'argument de cette option est une liste d'éléments séparés par des virgules,
39139  contenant des numéros de pages (
39140 \begin_inset space ~
39141 \end_inset
39142
39143 insérez comme option 
39144 \series bold
39145 pages={3,5,6,8}
39146 \series default
39147
39148 \begin_inset space ~
39149 \end_inset
39150
39151 ), des plages de numéros de pages (
39152 \series bold
39153
39154 \begin_inset space ~
39155 \end_inset
39156
39157 pages={4-9}
39158 \series default
39159
39160 \begin_inset space ~
39161 \end_inset
39162
39163 ) ou n'importe quelle combinaison des deux.
39164  Pour insérer des pages vides, utilisez 
39165 \series bold
39166 {}
39167 \series default
39168 .
39169  Par exemple 
39170 \begin_inset space ~
39171 \end_inset
39172
39173
39174 \series bold
39175 pages={3,{},8-11,15}
39176 \series default
39177  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39178  15.
39179  Les plages de pages sont décrites avec la syntaxe 
39180 \emph on
39181 début-fin
39182 \emph default
39183  qui sélectionne toutes les pages de 
39184 \emph on
39185 début
39186 \emph default
39187  jusqu'à 
39188 \emph on
39189 fin
39190 \emph default
39191 .
39192  Si on omet 
39193 \emph on
39194 début
39195 \emph default
39196 , on commence implicitement à la première page ; de même, omettre 
39197 \emph on
39198 fin
39199 \emph default
39200  termine implicitement à la dernière page du document.
39201  La dernière page du document peut aussi être désignée par le mot-clé 
39202 \series bold
39203 last
39204 \series default
39205  (
39206 \begin_inset space ~
39207 \end_inset
39208
39209 ce dernier n'est accepté que pour une plage de pages
39210 \begin_inset space ~
39211 \end_inset
39212
39213 ).
39214  Donc 
39215 \series bold
39216 pages=-
39217 \series default
39218  va insérer toutes les pages du document et 
39219 \series bold
39220 pages=last-1
39221 \series default
39222  va insérer toutes les pages dans l'ordre inverse.
39223  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39224 \begin_inset Newline newline
39225 \end_inset
39226
39227 L'option 
39228 \series bold
39229 noautoscale
39230 \series default
39231  insère les pages avec leur taille d'origine, si cette option n'est pas
39232  donnée, les pages seront redimensionnées
39233 \begin_inset space \space{}
39234 \end_inset
39235
39236 pour tenir dans la largeur de page de votre document.
39237  Dans l'onglet 
39238 \family sans
39239 Taille
39240 \begin_inset space ~
39241 \end_inset
39242
39243 et
39244 \begin_inset space ~
39245 \end_inset
39246
39247 rotation
39248 \family default
39249  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39250  qu'une éventuelle rotation.
39251  Si vous utilisez une autre largeur que 100
39252 \begin_inset space \thinspace{}
39253 \end_inset
39254
39255 Échelle%, l'option 
39256 \series bold
39257 noautoscale
39258 \series default
39259  sera neutralisée.
39260  Pour plus d'information sur les options possibles, jetez un œil sur la
39261  documentation du paquetage \SpecialChar LaTeX
39262  
39263 \series bold
39264 pdfpages
39265 \series default
39266  
39267 \begin_inset CommandInset citation
39268 LatexCommand cite
39269 key "pdfpages"
39270
39271 \end_inset
39272
39273 .
39274 \begin_inset Index idx
39275 status collapsed
39276
39277 \begin_layout Plain Layout
39278 Paquetages \SpecialChar LaTeX
39279  ! pdfpages
39280 \end_layout
39281
39282 \end_inset
39283
39284
39285 \begin_inset Newline newline
39286 \end_inset
39287
39288 Pour utiliser ce modèle dans une présentation 
39289 \family sans
39290 Beamer
39291 \family default
39292  vous devez d'abord insérer un environnement 
39293 \family sans
39294 FinCadre
39295 \family default
39296  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39297  contenant la commande
39298  
39299 \series bold
39300
39301 \backslash
39302 setbeamertemplate{background canvas}{}
39303 \series default
39304 .
39305  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39306  que vous voulez.
39307  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39308  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39309  section.
39310  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39311  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39312  le modèle.
39313 \begin_inset Newline newline
39314 \end_inset
39315
39316 Voici un PDF incorporé basculé de -5°
39317 \begin_inset space ~
39318 \end_inset
39319
39320 °: 
39321 \begin_inset External
39322         template PDFPages
39323         filename ../clipart/Abstract.pdf
39324         extra LaTeX "noautoscale, pages=-"
39325         rotateAngle -5
39326         rotateOrigin bottomleft
39327
39328 \end_inset
39329
39330
39331 \end_layout
39332
39333 \begin_layout Description
39334 Image
39335 \begin_inset space ~
39336 \end_inset
39337
39338 tramée Ce modèle peut être utilisé pour les images matricielles (bitmap).
39339  Les images peuvent être traitées dans la fenêtre de dialogue 
39340 \family sans
39341 Objet
39342 \begin_inset space ~
39343 \end_inset
39344
39345 Externe
39346 \family default
39347  comme les images qui sont habituellement incorporées en utilisant le menu
39348  
39349 \family sans
39350 Insertion\SpecialChar menuseparator
39351 Graphique
39352 \family default
39353 , comme c'est décrit dans la section
39354 \begin_inset space ~
39355 \end_inset
39356
39357
39358 \begin_inset CommandInset ref
39359 LatexCommand ref
39360 reference "sec:Graphics-Dialog"
39361
39362 \end_inset
39363
39364 .
39365  Voici un exemple d'insertion d'image matricielle
39366 \begin_inset space ~
39367 \end_inset
39368
39369
39370 \begin_inset External
39371         template RasterImage
39372         filename ../clipart/ToolbarEnvBox.png
39373
39374 \end_inset
39375
39376
39377 \end_layout
39378
39379 \begin_layout Description
39380 Graphiques
39381 \begin_inset space ~
39382 \end_inset
39383
39384 vectoriels Ce modèle peut être utilisé pour les graphiques
39385 \begin_inset space ~
39386 \end_inset
39387
39388 vectoriels.
39389  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
39390 \family sans
39391 Objet
39392 \begin_inset space ~
39393 \end_inset
39394
39395 Externe
39396 \family default
39397  comme les images qui sont habituellement incorporées en utilisant le menu
39398  
39399 \family sans
39400 Insertion\SpecialChar menuseparator
39401 Graphique
39402 \family default
39403 , comme c'est décrit dans la section
39404 \begin_inset space ~
39405 \end_inset
39406
39407
39408 \begin_inset CommandInset ref
39409 LatexCommand ref
39410 reference "sec:Graphics-Dialog"
39411
39412 \end_inset
39413
39414 .
39415  Voici un graphique vectoriel inséré en tant qu'objet externe: 
39416 \begin_inset External
39417         template VectorGraphics
39418         filename ../clipart/SVG-Drawing.svg
39419         scale 33
39420
39421 \end_inset
39422
39423
39424 \end_layout
39425
39426 \begin_layout Description
39427 Figure
39428 \begin_inset space ~
39429 \end_inset
39430
39431 Xfig Ce modèle accepte les images créées avec le programme 
39432 \series bold
39433
39434 \begin_inset CommandInset href
39435 LatexCommand href
39436 name "Xfig"
39437 target "http://fr.wikipedia.org/wiki/Xfig"
39438
39439 \end_inset
39440
39441
39442 \series default
39443 .
39444 \end_layout
39445
39446 \begin_layout Standard
39447 \begin_inset Float table
39448 placement !h
39449 wide false
39450 sideways false
39451 status open
39452
39453 \begin_layout Plain Layout
39454 \begin_inset Caption Standard
39455
39456 \begin_layout Plain Layout
39457 \begin_inset CommandInset label
39458 LatexCommand label
39459 name "tab:Comparaison-des-dates"
39460
39461 \end_inset
39462
39463 Comparaison des méthodes d'insertion de la date.
39464 \end_layout
39465
39466 \end_inset
39467
39468
39469 \end_layout
39470
39471 \begin_layout Plain Layout
39472 \align center
39473 \begin_inset Tabular
39474 <lyxtabular version="3" rows="4" columns="4">
39475 <features tabularvalignment="middle">
39476 <column alignment="center" valignment="top">
39477 <column alignment="center" valignment="top">
39478 <column alignment="center" valignment="top">
39479 <column alignment="center" valignment="top">
39480 <row>
39481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39482 \begin_inset Text
39483
39484 \begin_layout Plain Layout
39485 Format du document
39486 \end_layout
39487
39488 \end_inset
39489 </cell>
39490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39491 \begin_inset Text
39492
39493 \begin_layout Plain Layout
39494
39495 \family sans
39496 Objet
39497 \begin_inset space ~
39498 \end_inset
39499
39500 Externe\SpecialChar menuseparator
39501 Date
39502 \end_layout
39503
39504 \end_inset
39505 </cell>
39506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39507 \begin_inset Text
39508
39509 \begin_layout Plain Layout
39510
39511 \family sans
39512 Insertion\SpecialChar menuseparator
39513 Date
39514 \end_layout
39515
39516 \end_inset
39517 </cell>
39518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39519 \begin_inset Text
39520
39521 \begin_layout Plain Layout
39522 commande 
39523 \series bold
39524
39525 \backslash
39526 today
39527 \end_layout
39528
39529 \end_inset
39530 </cell>
39531 </row>
39532 <row>
39533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39534 \begin_inset Text
39535
39536 \begin_layout Plain Layout
39537 \SpecialChar LyX
39538
39539 \end_layout
39540
39541 \end_inset
39542 </cell>
39543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39544 \begin_inset Text
39545
39546 \begin_layout Plain Layout
39547 comme boîte d'insert
39548 \end_layout
39549
39550 \end_inset
39551 </cell>
39552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39553 \begin_inset Text
39554
39555 \begin_layout Plain Layout
39556 comme date
39557 \end_layout
39558
39559 \end_inset
39560 </cell>
39561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39562 \begin_inset Text
39563
39564 \begin_layout Plain Layout
39565 comme boîte de code \SpecialChar TeX
39566
39567 \end_layout
39568
39569 \end_inset
39570 </cell>
39571 </row>
39572 <row>
39573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39574 \begin_inset Text
39575
39576 \begin_layout Plain Layout
39577 \SpecialChar LaTeX
39578
39579 \end_layout
39580
39581 \end_inset
39582 </cell>
39583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39584 \begin_inset Text
39585
39586 \begin_layout Plain Layout
39587 comme date
39588 \end_layout
39589
39590 \end_inset
39591 </cell>
39592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39593 \begin_inset Text
39594
39595 \begin_layout Plain Layout
39596 comme date
39597 \end_layout
39598
39599 \end_inset
39600 </cell>
39601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39602 \begin_inset Text
39603
39604 \begin_layout Plain Layout
39605 comme commande
39606 \end_layout
39607
39608 \end_inset
39609 </cell>
39610 </row>
39611 <row>
39612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39613 \begin_inset Text
39614
39615 \begin_layout Plain Layout
39616 DVI, PDF, PS
39617 \end_layout
39618
39619 \end_inset
39620 </cell>
39621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39622 \begin_inset Text
39623
39624 \begin_layout Plain Layout
39625 comme date
39626 \end_layout
39627
39628 \end_inset
39629 </cell>
39630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39631 \begin_inset Text
39632
39633 \begin_layout Plain Layout
39634 comme date
39635 \end_layout
39636
39637 \end_inset
39638 </cell>
39639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39640 \begin_inset Text
39641
39642 \begin_layout Plain Layout
39643 comme date date
39644 \end_layout
39645
39646 \end_inset
39647 </cell>
39648 </row>
39649 </lyxtabular>
39650
39651 \end_inset
39652
39653
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \end_layout
39660
39661 \begin_layout Standard
39662 Quand vous activez l'option 
39663 \family sans
39664 Brouillon
39665 \family default
39666  de l'onglet 
39667 \family sans
39668 Fichier
39669 \family default
39670  de la fenêtre de dialogue 
39671 \family sans
39672 Objet
39673 \begin_inset space ~
39674 \end_inset
39675
39676 Externe
39677 \family default
39678 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39679 \begin_inset Newline newline
39680 \end_inset
39681
39682 Les objets externes apparaissent dans \SpecialChar LyX
39683 , soit comme une boîte comme celle-ci
39684  : 
39685 \begin_inset Graphics
39686         filename ../clipart/ExternalMaterial.png
39687         scale 75
39688         scaleBeforeRotation
39689
39690 \end_inset
39691
39692  soit comme une image, selon que vous avez ou non activé l'option 
39693 \family sans
39694 Afficher
39695 \begin_inset space ~
39696 \end_inset
39697
39698 dans
39699 \begin_inset space ~
39700 \end_inset
39701
39702 \SpecialChar LyX
39703
39704 \family default
39705  de l'onglet 
39706 \family sans
39707 Options \SpecialChar LaTeX
39708  et \SpecialChar LyX
39709
39710 \family default
39711  de la fenêtre de dialogue.
39712 \end_layout
39713
39714 \begin_layout Standard
39715 Le manuel 
39716 \family sans
39717 \emph on
39718 Personnalisation
39719 \family default
39720 \emph default
39721  explique comment vous pouvez créer vos propres modèles.
39722 \end_layout
39723
39724 \begin_layout Section
39725 Sous-documents
39726 \begin_inset CommandInset label
39727 LatexCommand label
39728 name "sec:Sous-documents"
39729
39730 \end_inset
39731
39732
39733 \begin_inset Index idx
39734 status collapsed
39735
39736 \begin_layout Plain Layout
39737 Trucs externes ! Sous-documents
39738 \end_layout
39739
39740 \end_inset
39741
39742
39743 \begin_inset Index idx
39744 status collapsed
39745
39746 \begin_layout Plain Layout
39747 Fichiers ! Insertion
39748 \end_layout
39749
39750 \end_inset
39751
39752
39753 \end_layout
39754
39755 \begin_layout Standard
39756 Les sous-documents sont utilisés quand on a un document très long qui peut
39757  être décomposé en plusieurs parties ou sections plus petites.
39758  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39759  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39760  Les différents documents sont ce que l'on appelle les sous-documents et
39761  un document maître les relie pour imprimer le document complet ou seulement
39762  une partie de celui-ci.
39763  Un sous-document hérite du contenu de son maître, par exemple le préambule
39764  \SpecialChar LaTeX
39765 , la bibliographie, et les étiquettes pour les références croisées.
39766 \end_layout
39767
39768 \begin_layout Standard
39769 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39770  maître, précisez dans le sous-document le document maître dans le menu
39771  
39772 \family sans
39773 Document\SpecialChar menuseparator
39774 Paramètres\SpecialChar menuseparator
39775 Classe de document
39776 \family default
39777 .
39778  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39779  à chaque
39780  fois que vous modifierez le sous-document.
39781 \end_layout
39782
39783 \begin_layout Standard
39784 Les documents inclus sont visualisés dans \SpecialChar LyX
39785  sous la forme d'une boîte comme
39786  celle-ci : 
39787 \begin_inset Graphics
39788         filename clipart/SousDocument.png
39789         scaleBeforeRotation
39790
39791 \end_inset
39792
39793  Pour inclure des sous-documents dans un document maître , on utilise le
39794  menu 
39795 \family sans
39796 Insertion\SpecialChar menuseparator
39797 Fichier\SpecialChar menuseparator
39798 Sous-document
39799 \family default
39800 .
39801  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39802  des quatre méthodes d'inclusion :
39803 \end_layout
39804
39805 \begin_layout Description
39806 Inclus
39807 \begin_inset space ~
39808 \end_inset
39809
39810 (include) Vous pouvez inclure des documents \SpecialChar LyX
39811  et \SpecialChar LaTeX
39812 .
39813  Quand vous cliquez sur le bouton 
39814 \family sans
39815 Modifier
39816 \family default
39817  dans la fenêtre de dialogue 
39818 \family sans
39819 Sous-document
39820 \family default
39821 , le document inclus est ouvert dans \SpecialChar LyX
39822  dans un nouvel onglet pour que vous
39823  puissiez le modifier.
39824 \begin_inset Newline newline
39825 \end_inset
39826
39827
39828 \end_layout
39829
39830 \begin_layout Standard
39831 Voici un sous-document inséré avec la méthode 
39832 \family sans
39833 Inclus
39834 \family default
39835  : 
39836 \begin_inset CommandInset include
39837 LatexCommand include
39838 filename "DocumentBidon1.lyx"
39839
39840 \end_inset
39841
39842
39843 \end_layout
39844
39845 \begin_layout Standard
39846 La numérotation des sections va prendre en compte les sections des fichiers
39847  incorporés dans l'ordre où ils sont insérés dans le document maître.
39848  Le document qui est inclus comme exemple possède une sous-section qui sera
39849  numérotée comme sous-section de la section actuelle.
39850  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39851  : la sous-section
39852 \begin_inset space ~
39853 \end_inset
39854
39855
39856 \begin_inset CommandInset ref
39857 LatexCommand ref
39858 reference "subsec:Sous-section-externe-1"
39859
39860 \end_inset
39861
39862  est dans le fichier inclus.
39863 \end_layout
39864
39865 \begin_layout Standard
39866 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39867  du document maître est utilisé.
39868  Les branches présentes dans le sous-document seront ignorées par le document
39869  maître si celui-ci ne possède pas une branche avec le même nom.
39870  Les documents inclus sont insérés en commençant une nouvelle page et sont
39871  suivis par un saut de page.
39872 \end_layout
39873
39874 \begin_layout Standard
39875 \begin_inset Note Greyedout
39876 status open
39877
39878 \begin_layout Plain Layout
39879
39880 \series bold
39881 Note:
39882 \series default
39883  Quand vous avez inclus un fichier \SpecialChar LyX
39884  ou \SpecialChar LaTeX
39885 , et que ce dernier utilise une classe
39886  de document différente de celle du document maître, vous recevez un avertisseme
39887 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39888  produire des résultats inattendus sur la sortie imprimée.
39889 \end_layout
39890
39891 \end_inset
39892
39893
39894 \end_layout
39895
39896 \begin_layout Description
39897 Incorporé
39898 \begin_inset space ~
39899 \end_inset
39900
39901 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39902  sont :
39903 \begin_inset Separator latexpar
39904 \end_inset
39905
39906
39907 \end_layout
39908
39909 \begin_deeper
39910 \begin_layout Itemize
39911 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39912  par un saut de page.
39913 \end_layout
39914
39915 \begin_layout Itemize
39916 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39917  quand l'option
39918  
39919 \family sans
39920 Aperçu
39921 \begin_inset space ~
39922 \end_inset
39923
39924 sur
39925 \begin_inset space ~
39926 \end_inset
39927
39928 le
39929 \begin_inset space ~
39930 \end_inset
39931
39932 vif
39933 \family default
39934  est activée dans les préférences dans la rubrique 
39935 \family sans
39936 Apparence\SpecialChar menuseparator
39937 Graphique
39938 \family default
39939 .
39940 \end_layout
39941
39942 \begin_layout Itemize
39943 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39944 \family sans
39945 Document\SpecialChar menuseparator
39946 Paramètres\SpecialChar menuseparator
39947 Sous-documents
39948 \family default
39949 .
39950 \end_layout
39951
39952 \end_deeper
39953 \begin_layout Standard
39954 Voici un sous document inséré en utilisant la méthode 
39955 \family sans
39956 Incorporé
39957 \family default
39958  : 
39959 \begin_inset CommandInset include
39960 LatexCommand input
39961 preview true
39962 filename "DocumentBidon2.lyx"
39963
39964 \end_inset
39965
39966
39967 \end_layout
39968
39969 \begin_layout Standard
39970 Voici un sous-document
39971 \emph on
39972 input
39973 \emph default
39974  comme \SpecialChar LaTeX
39975  source:
39976 \end_layout
39977
39978 \begin_layout Quote
39979 \begin_inset CommandInset include
39980 LatexCommand input
39981 filename "DocumentTexteBidon.txt"
39982
39983 \end_inset
39984
39985
39986 \end_layout
39987
39988 \begin_layout Description
39989 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39990  Si c'est un fichier \SpecialChar LyX
39991  ou \SpecialChar LaTeX
39992 , le contenu sera affiché dans la sortie sous forme
39993  de code source et aucune des commandes éventuellement présentes ne sera
39994  exécutée.
39995  Vous pouvez utiliser l'option 
39996 \family sans
39997 Marquer
39998 \begin_inset space ~
39999 \end_inset
40000
40001 les
40002 \begin_inset space ~
40003 \end_inset
40004
40005 espaces
40006 \family default
40007  qui matérialise chaque espace présente dans le code source par un caractère
40008  
40009 \begin_inset Quotes fld
40010 \end_inset
40011
40012
40013 \begin_inset ERT
40014 status collapsed
40015
40016 \begin_layout Plain Layout
40017
40018
40019 \backslash
40020 textvisiblespace 
40021 \end_layout
40022
40023 \end_inset
40024
40025
40026 \begin_inset Quotes frd
40027 \end_inset
40028
40029  .
40030  La différence avec la méthode qui consiste à utiliser le menu 
40031 \family sans
40032 Insertion\SpecialChar menuseparator
40033 Fichier\SpecialChar menuseparator
40034 Texte
40035 \begin_inset space ~
40036 \end_inset
40037
40038 brut
40039 \family default
40040  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
40041 .
40042 \end_layout
40043
40044 \begin_layout Standard
40045 Voici un sous-document inclus en utilisant la méthode 
40046 \family sans
40047 verbatim
40048 \family default
40049  : 
40050 \begin_inset CommandInset include
40051 LatexCommand verbatiminput
40052 filename "DocumentTexteBidon.txt"
40053
40054 \end_inset
40055
40056
40057 \begin_inset VSpace bigskip
40058 \end_inset
40059
40060 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40061  l'option 
40062 \family sans
40063 Marquer
40064 \begin_inset space ~
40065 \end_inset
40066
40067 les
40068 \begin_inset space ~
40069 \end_inset
40070
40071 espaces :
40072 \family default
40073  
40074 \begin_inset CommandInset include
40075 LatexCommand verbatiminput*
40076 filename "DocumentTexteBidon.txt"
40077
40078 \end_inset
40079
40080
40081 \end_layout
40082
40083 \begin_layout Standard
40084 \begin_inset VSpace bigskip
40085 \end_inset
40086
40087
40088 \end_layout
40089
40090 \begin_layout Standard
40091 \begin_inset Note Greyedout
40092 status open
40093
40094 \begin_layout Plain Layout
40095
40096 \series bold
40097 Note:
40098 \series default
40099  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40100  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40101 \end_layout
40102
40103 \end_inset
40104
40105
40106 \end_layout
40107
40108 \begin_layout Description
40109 Listings Ce type d'inclusion est décrit dans le chapitre
40110 \begin_inset space ~
40111 \end_inset
40112
40113
40114 \begin_inset CommandInset ref
40115 LatexCommand ref
40116 reference "cha:Program-Code-Listings"
40117
40118 \end_inset
40119
40120 .
40121 \end_layout
40122
40123 \begin_layout Standard
40124 \begin_inset Note Greyedout
40125 status open
40126
40127 \begin_layout Plain Layout
40128
40129 \series bold
40130 Note:
40131 \series default
40132  Inclure le même document deux fois dans un même document peut poser des
40133  problèmes avec \SpecialChar LaTeX
40134 .
40135 \end_layout
40136
40137 \end_inset
40138
40139
40140 \end_layout
40141
40142 \begin_layout Standard
40143 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40144  de votre document maître, que ce soit pour diminuer les temps de compilation
40145  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40146  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40147  la sortie en utilisant le menu 
40148 \family sans
40149 Document\SpecialChar menuseparator
40150 Paramètres\SpecialChar menuseparator
40151 Sous-documents
40152 \family default
40153 .
40154  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40155  sur la ligne correspondant dans la colonne 
40156 \family sans
40157 Inclus dans le résultat
40158 \family default
40159  de la liste (
40160 \begin_inset space ~
40161 \end_inset
40162
40163 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40164  
40165 \begin_inset Quotes fld
40166 \end_inset
40167
40168 inclus
40169 \begin_inset Quotes frd
40170 \end_inset
40171
40172  et pas la méthode 
40173 \begin_inset Quotes fld
40174 \end_inset
40175
40176 incorporé
40177 \begin_inset Quotes frd
40178 \end_inset
40179
40180
40181 \begin_inset space ~
40182 \end_inset
40183
40184 ).
40185  Si on active l'option 
40186 \family sans
40187 Assurer la cohérence des compteurs et des références
40188 \family default
40189 , \SpecialChar LyX
40190  va s'assurer que tous les numéros de pages, références etc...
40191  sont corrects comme si tous le document avait été traité.
40192  C'est utile si vous voulez que les sous-documents choisis aient exactement
40193  le même aspect que s'il étaient dans le document complet.
40194  Pour réaliser cette condition, il faut que \SpecialChar LyX
40195  traite de façon silencieuse
40196  la totalité du document.
40197  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40198  les compteurs et autres références n'ont pas à être à tout prix valides,
40199  vous devez impérativement désactiver cette option.
40200  
40201 \end_layout
40202
40203 \begin_layout Standard
40204 Une autre solution consiste à inclure chaque fichier dans une branche
40205 \begin_inset Foot
40206 status collapsed
40207
40208 \begin_layout Plain Layout
40209 Les branches sont décrites dans la section 
40210 \emph on
40211 Branches
40212 \emph default
40213  du 
40214 \emph on
40215 Guide de l'utilisateur
40216 \emph default
40217  de \SpecialChar LyX
40218 .
40219 \end_layout
40220
40221 \end_inset
40222
40223 .
40224  En activant ou désactivant une branche, vous pouvez décider les fichiers
40225  inclus qui doivent apparaître dans la sortie imprimée.
40226  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40227  
40228 \begin_inset Quotes fld
40229 \end_inset
40230
40231 incorporés
40232 \begin_inset Quotes frd
40233 \end_inset
40234
40235 .
40236  Le défaut est que les compteurs et autres références ne sont pas conservés
40237  avec cette approche.
40238 \end_layout
40239
40240 \begin_layout Chapter
40241 Listings de code source
40242 \begin_inset CommandInset label
40243 LatexCommand label
40244 name "cha:Program-Code-Listings"
40245
40246 \end_inset
40247
40248
40249 \begin_inset Index idx
40250 status collapsed
40251
40252 \begin_layout Plain Layout
40253 Listings
40254 \end_layout
40255
40256 \end_inset
40257
40258
40259 \begin_inset Index idx
40260 status collapsed
40261
40262 \begin_layout Plain Layout
40263 Code Source
40264 \end_layout
40265
40266 \end_inset
40267
40268
40269 \begin_inset Index idx
40270 status collapsed
40271
40272 \begin_layout Plain Layout
40273 Flottants ! Listings
40274 \end_layout
40275
40276 \end_inset
40277
40278
40279 \end_layout
40280
40281 \begin_layout Standard
40282 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40283  un insert 
40284 \family sans
40285 Listings
40286 \family default
40287  qui peut être créé grâce au menu 
40288 \family sans
40289 Insertion
40290 \family default
40291 \SpecialChar menuseparator
40292
40293 \family sans
40294 Listing
40295 \begin_inset space ~
40296 \end_inset
40297
40298 de
40299 \begin_inset space ~
40300 \end_inset
40301
40302 Code
40303 \begin_inset space ~
40304 \end_inset
40305
40306 Source
40307 \family default
40308 .
40309  Le paquetage \SpecialChar LaTeX
40310  
40311 \series bold
40312 listings
40313 \series default
40314
40315 \begin_inset Index idx
40316 status collapsed
40317
40318 \begin_layout Plain Layout
40319 Paquetages \SpecialChar LaTeX
40320  ! listings
40321 \end_layout
40322
40323 \end_inset
40324
40325  fournit un moyen puissant et flexible d'insérer des listings de code source
40326  dans votre document.
40327  
40328 \end_layout
40329
40330 \begin_layout Standard
40331 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40332  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40333 \end_layout
40334
40335 \begin_layout Standard
40336 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40337  imprimée.
40338  L'option d'emplacement 
40339 \family sans
40340 Listing
40341 \begin_inset space ~
40342 \end_inset
40343
40344 en
40345 \begin_inset space ~
40346 \end_inset
40347
40348 Ligne
40349 \family default
40350  imprime le listing dans la ligne comme ceci : 
40351 \begin_inset listings
40352 lstparams "language={C++}"
40353 inline true
40354 status open
40355
40356 \begin_layout Plain Layout
40357
40358 int a=5;
40359 \end_layout
40360
40361 \end_inset
40362
40363
40364 \begin_inset Newline newline
40365 \end_inset
40366
40367 L'option 
40368 \family sans
40369 Flottant
40370 \family default
40371  crée un flottant de listing pour lequel vous pouvez préciser les options
40372  classiques d'emplacement : 
40373 \begin_inset Quotes fld
40374 \end_inset
40375
40376
40377 \family sans
40378 h
40379 \family default
40380
40381 \begin_inset Quotes frd
40382 \end_inset
40383
40384
40385 \begin_inset Quotes fld
40386 \end_inset
40387
40388
40389 \family sans
40390 t
40391 \family default
40392
40393 \begin_inset Quotes frd
40394 \end_inset
40395
40396
40397 \begin_inset Quotes fld
40398 \end_inset
40399
40400
40401 \family sans
40402 b
40403 \family default
40404
40405 \begin_inset Quotes frd
40406 \end_inset
40407
40408 , et 
40409 \begin_inset Quotes fld
40410 \end_inset
40411
40412
40413 \family sans
40414 p
40415 \family default
40416
40417 \begin_inset Quotes frd
40418 \end_inset
40419
40420  correspondant aux emplacement décrits dans la section
40421 \begin_inset space ~
40422 \end_inset
40423
40424
40425 \begin_inset CommandInset ref
40426 LatexCommand ref
40427 reference "sec:Placement-flottants"
40428
40429 \end_inset
40430
40431 .
40432  Les options de positionnement peuvent être mélangées et doivent être saisies
40433  sans séparation, par exemple, on peut taper 
40434 \begin_inset Quotes fld
40435 \end_inset
40436
40437
40438 \family sans
40439 htbp
40440 \family default
40441
40442 \begin_inset Quotes frd
40443 \end_inset
40444
40445 .
40446  L'option 
40447 \begin_inset Quotes fld
40448 \end_inset
40449
40450 h
40451 \begin_inset Quotes frd
40452 \end_inset
40453
40454  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40455  
40456 \family sans
40457 Flottant
40458 \family default
40459  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40460  légende et être référencés.
40461 \end_layout
40462
40463 \begin_layout Standard
40464 Vous pouvez ajouter une légende à un listing avec le menu 
40465 \family sans
40466 Insertion\SpecialChar menuseparator
40467 Légende
40468 \family default
40469 .
40470  On peut référencer les listings de la même façon que les flottants :Voir
40471  le listing
40472 \begin_inset space ~
40473 \end_inset
40474
40475
40476 \begin_inset CommandInset ref
40477 LatexCommand ref
40478 reference "lst:Listing-exemple"
40479
40480 \end_inset
40481
40482 .
40483  Une liste des listings qui contient tous les listings légendés peut être
40484  créée par le menu 
40485 \family sans
40486 Insertion\SpecialChar menuseparator
40487 Listes
40488 \begin_inset space ~
40489 \end_inset
40490
40491 &
40492 \begin_inset space ~
40493 \end_inset
40494
40495 TdM\SpecialChar menuseparator
40496 Liste des listings
40497 \family default
40498 .
40499  Les éléments de la liste sont les légendes et le numéro de listing.
40500 \end_layout
40501
40502 \begin_layout Standard
40503 \begin_inset listings
40504 lstparams "language=Python"
40505 inline false
40506 status open
40507
40508 \begin_layout Plain Layout
40509
40510 \begin_inset Caption Standard
40511
40512 \begin_layout Plain Layout
40513 \begin_inset CommandInset label
40514 LatexCommand label
40515 name "lst:Listing-exemple"
40516
40517 \end_inset
40518
40519 Exemple de listing flottant
40520 \end_layout
40521
40522 \end_inset
40523
40524 # Exemple de listing flottant
40525 \end_layout
40526
40527 \begin_layout Plain Layout
40528
40529 def func(param):
40530 \end_layout
40531
40532 \begin_layout Plain Layout
40533
40534     'ceci est une fonction python'
40535 \end_layout
40536
40537 \begin_layout Plain Layout
40538
40539     pass
40540 \end_layout
40541
40542 \end_inset
40543
40544
40545 \end_layout
40546
40547 \begin_layout Standard
40548 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40549  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40550  de manière particulière dans la sortie imprimée.
40551  Dans l'exemple de listing, le mot clé Python 
40552 \begin_inset Quotes fld
40553 \end_inset
40554
40555 def
40556 \begin_inset Quotes frd
40557 \end_inset
40558
40559  est reconnu et imprimé en caractères gras dans la sortie.
40560 \end_layout
40561
40562 \begin_layout Standard
40563 \begin_inset Note Greyedout
40564 status open
40565
40566 \begin_layout Plain Layout
40567
40568 \series bold
40569 Note:
40570 \series default
40571  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40572  une police de caractères à 
40573 \family typewriter
40574 chasse fixe
40575 \family default
40576 , c'est que votre police ne contient probablement pas de série grasse.
40577  Dans ce cas choisissez une police différente dans le menu 
40578 \family sans
40579 Document\SpecialChar menuseparator
40580 Paramètres\SpecialChar menuseparator
40581 Polices
40582 \family default
40583 .
40584  (Les polices 
40585 \emph on
40586 LuxiMono, BeraMono
40587 \emph default
40588  et 
40589 \emph on
40590 Courier
40591 \emph default
40592  contiennent une série grasse.)
40593 \end_layout
40594
40595 \end_inset
40596
40597
40598 \end_layout
40599
40600 \begin_layout Standard
40601 Dans la rubrique 
40602 \family sans
40603 Numérotation
40604 \begin_inset space ~
40605 \end_inset
40606
40607 des
40608 \begin_inset space ~
40609 \end_inset
40610
40611 Lignes
40612 \family default
40613  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40614 n des lignes.
40615  Vous pouvez mettre un nombre dans le champ 
40616 \family sans
40617 Pas
40618 \family default
40619  pour désigner les lignes qui seront numérotées.
40620  Par exemple, si vous mettez 
40621 \begin_inset Quotes fld
40622 \end_inset
40623
40624 3
40625 \begin_inset Quotes frd
40626 \end_inset
40627
40628 , seule une ligne sur trois sera numérotée.
40629 \end_layout
40630
40631 \begin_layout Standard
40632 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40633  apparaîtront dans la sortie.
40634  Vous devez utiliser l'option 
40635 \family sans
40636 Table
40637 \begin_inset space ~
40638 \end_inset
40639
40640 de
40641 \begin_inset space ~
40642 \end_inset
40643
40644 Caractères
40645 \begin_inset space ~
40646 \end_inset
40647
40648 Étendue
40649 \family default
40650  quand vous employez des caractères spécifiques à une langue donnée comme
40651  les umlauts Allemands dans votre listing.
40652 \begin_inset Newline newline
40653 \end_inset
40654
40655 Voici un exemple de listing avec la numérotation des lignes à gauche par
40656  pas de 3, en langage Python, avec les options 
40657 \begin_inset Quotes fld
40658 \end_inset
40659
40660 Table
40661 \begin_inset space ~
40662 \end_inset
40663
40664 de
40665 \begin_inset space ~
40666 \end_inset
40667
40668 caractères
40669 \begin_inset space ~
40670 \end_inset
40671
40672 étendue
40673 \begin_inset Quotes frd
40674 \end_inset
40675
40676  et 
40677 \begin_inset Quotes fld
40678 \end_inset
40679
40680 Espace
40681 \begin_inset space ~
40682 \end_inset
40683
40684 représenté
40685 \begin_inset space ~
40686 \end_inset
40687
40688 par
40689 \begin_inset space ~
40690 \end_inset
40691
40692 un
40693 \begin_inset space ~
40694 \end_inset
40695
40696 symbole
40697 \begin_inset Quotes frd
40698 \end_inset
40699
40700 , l'intervalle de ligne étant 3
40701 \begin_inset space \thinspace{}
40702 \end_inset
40703
40704 -
40705 \begin_inset space \thinspace{}
40706 \end_inset
40707
40708 8:
40709 \end_layout
40710
40711 \begin_layout Standard
40712 \begin_inset listings
40713 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40714 inline false
40715 status open
40716
40717 \begin_layout Plain Layout
40718
40719 def func(param):
40720 \end_layout
40721
40722 \begin_layout Plain Layout
40723
40724     'ceci est une fonction Python'
40725 \end_layout
40726
40727 \begin_layout Plain Layout
40728
40729     pass
40730 \end_layout
40731
40732 \begin_layout Plain Layout
40733
40734 def func(param):
40735 \end_layout
40736
40737 \begin_layout Plain Layout
40738
40739 'Ça, c'est un mot Allemand : Tschüß'
40740 \end_layout
40741
40742 \begin_layout Plain Layout
40743
40744 pass
40745 \end_layout
40746
40747 \begin_layout Plain Layout
40748
40749 def func(param):
40750 \end_layout
40751
40752 \begin_layout Plain Layout
40753
40754 'ceci est une fonction Python'
40755 \end_layout
40756
40757 \begin_layout Plain Layout
40758
40759 pass
40760 \end_layout
40761
40762 \end_inset
40763
40764
40765 \end_layout
40766
40767 \begin_layout Standard
40768 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40769  nombre de caractères que doit représenter une tabulation dans le champ
40770  
40771 \family sans
40772 Taille du tabulateur
40773 \family default
40774 .
40775 \end_layout
40776
40777 \begin_layout Standard
40778 \begin_inset Note Greyedout
40779 status open
40780
40781 \begin_layout Plain Layout
40782
40783 \series bold
40784 Note:
40785 \series default
40786  À cause d'un bug dans le paquetage 
40787 \series bold
40788 listings
40789 \series default
40790  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40791  listing.
40792  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40793  les lignes 3 et 6.
40794 \end_layout
40795
40796 \end_inset
40797
40798
40799 \end_layout
40800
40801 \begin_layout Standard
40802 \begin_inset VSpace bigskip
40803 \end_inset
40804
40805
40806 \end_layout
40807
40808 \begin_layout Standard
40809 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40810  listing.
40811  Pour le faire, il suffit d'utiliser le menu 
40812 \family sans
40813 Insertion\SpecialChar menuseparator
40814 Fichier\SpecialChar menuseparator
40815 Sous-document
40816 \family default
40817  et de choisir le type 
40818 \family sans
40819 Listing
40820 \family default
40821
40822 \begin_inset space ~
40823 \end_inset
40824
40825
40826 \family sans
40827 de
40828 \begin_inset space ~
40829 \end_inset
40830
40831 Code
40832 \begin_inset space ~
40833 \end_inset
40834
40835 source
40836 \family default
40837 .
40838 \begin_inset Foot
40839 status collapsed
40840
40841 \begin_layout Plain Layout
40842 Les autres types de sous-documents sont décrits dans la section
40843 \begin_inset space ~
40844 \end_inset
40845
40846
40847 \begin_inset CommandInset ref
40848 LatexCommand ref
40849 reference "sec:Sous-documents"
40850
40851 \end_inset
40852
40853 .
40854 \end_layout
40855
40856 \end_inset
40857
40858  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40859  à utiliser pour le listing dans une zone de texte.
40860  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40861  
40862 \begin_inset Quotes fld
40863 \end_inset
40864
40865 ?
40866 \begin_inset Quotes frd
40867 \end_inset
40868
40869  dans la zone de texte.
40870 \end_layout
40871
40872 \begin_layout Standard
40873 Pour faire référence à un sous-document de type listing, tapez une étiquette
40874  dans le champ correspondant de la fenêtre de dialogue.
40875  On peut alors faire référence à cette étiquette en utilisant le menu 
40876 \family sans
40877 Insertion\SpecialChar menuseparator
40878 Référence
40879 \begin_inset space ~
40880 \end_inset
40881
40882 Croisée
40883 \family default
40884 .
40885 \end_layout
40886
40887 \begin_layout Standard
40888 Le listing
40889 \begin_inset space ~
40890 \end_inset
40891
40892
40893 \begin_inset CommandInset ref
40894 LatexCommand ref
40895 reference "lst:listing-fichier"
40896
40897 \end_inset
40898
40899  est un exemple de listing issu d'un fichier ; ici les lignes 10
40900 \begin_inset space \thinspace{}
40901 \end_inset
40902
40903 -
40904 \begin_inset space \thinspace{}
40905 \end_inset
40906
40907 15 de ce fichier \SpecialChar LyX
40908  sont listées.
40909 \end_layout
40910
40911 \begin_layout Standard
40912 \begin_inset Newpage pagebreak
40913 \end_inset
40914
40915
40916 \end_layout
40917
40918 \begin_layout Standard
40919 \begin_inset CommandInset include
40920 LatexCommand lstinputlisting
40921 filename "EmbeddedObjects.lyx"
40922 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40923
40924 \end_inset
40925
40926
40927 \end_layout
40928
40929 \begin_layout Standard
40930 \begin_inset VSpace bigskip
40931 \end_inset
40932
40933
40934 \end_layout
40935
40936 \begin_layout Standard
40937 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40938 \begin_inset space ~
40939 \end_inset
40940
40941 :
40942 \end_layout
40943
40944 \begin_layout Enumerate
40945 Ouvrez la fenêtre de dialogue listings et ajoutez
40946 \begin_inset Newline newline
40947 \end_inset
40948
40949
40950 \family sans
40951 mathescape=true
40952 \family default
40953
40954 \begin_inset Newline newline
40955 \end_inset
40956
40957 dans le champ de l'onglet 
40958 \family sans
40959 Avancé
40960 \family default
40961 .
40962 \end_layout
40963
40964 \begin_layout Enumerate
40965 Créez la formule en dehors du listing.
40966 \end_layout
40967
40968 \begin_layout Enumerate
40969 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40970  (raccourci 
40971 \begin_inset Info
40972 type  "shortcut"
40973 arg   "copy"
40974 \end_inset
40975
40976 )
40977 \end_layout
40978
40979 \begin_layout Enumerate
40980 Dans le listing écrivez 
40981 \begin_inset Quotes fld
40982 \end_inset
40983
40984
40985 \family sans
40986 $$
40987 \family default
40988
40989 \begin_inset Quotes frd
40990 \end_inset
40991
40992  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40993  
40994 \begin_inset Info
40995 type  "shortcut"
40996 arg   "paste"
40997 \end_inset
40998
40999 )
41000 \end_layout
41001
41002 \begin_layout Standard
41003 \begin_inset listings
41004 lstparams "language=Python,mathescape=true"
41005 inline false
41006 status open
41007
41008 \begin_layout Plain Layout
41009
41010 \begin_inset Caption Standard
41011
41012 \begin_layout Plain Layout
41013 Exemple de listing flottant contenant une formule
41014 \end_layout
41015
41016 \end_inset
41017
41018 # Exemple de listing flottant
41019 \end_layout
41020
41021 \begin_layout Plain Layout
41022
41023 def func(param):
41024 \end_layout
41025
41026 \begin_layout Plain Layout
41027
41028     # $
41029 \backslash
41030 prod_{n=1}^{
41031 \backslash
41032 infty}
41033 \backslash
41034 ,
41035 \backslash
41036 frac{1}{x^{2}}$
41037 \end_layout
41038
41039 \begin_layout Plain Layout
41040
41041     pass
41042 \end_layout
41043
41044 \end_inset
41045
41046
41047 \end_layout
41048
41049 \begin_layout Standard
41050 \begin_inset VSpace bigskip
41051 \end_inset
41052
41053
41054 \end_layout
41055
41056 \begin_layout Standard
41057 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41058  de dialogue 
41059 \family sans
41060 Document\SpecialChar menuseparator
41061 Paramètres\SpecialChar menuseparator
41062 Listings
41063 \family default
41064 .
41065  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41066  
41067 \begin_inset Quotes fld
41068 \end_inset
41069
41070 ?
41071 \begin_inset Quotes frd
41072 \end_inset
41073
41074  dans le champ.
41075 \end_layout
41076
41077 \begin_layout Standard
41078 Pour plus d'information sur le paquetage 
41079 \series bold
41080 listings
41081 \series default
41082 , nous vous renvoyons à sa documentation 
41083 \begin_inset CommandInset citation
41084 LatexCommand cite
41085 key "listings"
41086
41087 \end_inset
41088
41089 .
41090 \end_layout
41091
41092 \begin_layout Standard
41093 \begin_inset Newpage newpage
41094 \end_inset
41095
41096
41097 \end_layout
41098
41099 \begin_layout Chapter
41100 \start_of_appendix
41101 Unités de longueur utilisables avec \SpecialChar LyX
41102
41103 \begin_inset Argument 1
41104 status collapsed
41105
41106 \begin_layout Plain Layout
41107 Unités de longueur
41108 \end_layout
41109
41110 \end_inset
41111
41112
41113 \begin_inset Index idx
41114 status collapsed
41115
41116 \begin_layout Plain Layout
41117 Unités
41118 \end_layout
41119
41120 \end_inset
41121
41122
41123 \begin_inset CommandInset label
41124 LatexCommand label
41125 name "cha:Unités-de-longueur"
41126
41127 \end_inset
41128
41129
41130 \end_layout
41131
41132 \begin_layout Standard
41133 Pour comprendre les unités de longueur utilisées dans cette documentation,
41134  le tableau
41135 \begin_inset space ~
41136 \end_inset
41137
41138
41139 \begin_inset CommandInset ref
41140 LatexCommand ref
41141 reference "tab:Unités"
41142
41143 \end_inset
41144
41145 décrit les unités utilisées par \SpecialChar LyX
41146 .
41147 \begin_inset Float table
41148 placement h
41149 wide false
41150 sideways false
41151 status open
41152
41153 \begin_layout Plain Layout
41154 \begin_inset Caption Standard
41155
41156 \begin_layout Plain Layout
41157 \begin_inset CommandInset label
41158 LatexCommand label
41159 name "tab:Unités"
41160
41161 \end_inset
41162
41163 Unités de longueur
41164 \end_layout
41165
41166 \end_inset
41167
41168
41169 \end_layout
41170
41171 \begin_layout Plain Layout
41172 \begin_inset VSpace medskip
41173 \end_inset
41174
41175
41176 \end_layout
41177
41178 \begin_layout Plain Layout
41179 \align center
41180 \begin_inset Tabular
41181 <lyxtabular version="3" rows="20" columns="3">
41182 <features tabularvalignment="middle">
41183 <column alignment="center" valignment="top">
41184 <column alignment="center" valignment="top">
41185 <column alignment="center" valignment="top">
41186 <row>
41187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41188 \begin_inset Text
41189
41190 \begin_layout Plain Layout
41191 unité
41192 \end_layout
41193
41194 \end_inset
41195 </cell>
41196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41197 \begin_inset Text
41198
41199 \begin_layout Plain Layout
41200 nom/description
41201 \end_layout
41202
41203 \end_inset
41204 </cell>
41205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41206 \begin_inset Text
41207
41208 \begin_layout Plain Layout
41209 commande \SpecialChar LaTeX
41210
41211 \end_layout
41212
41213 \end_inset
41214 </cell>
41215 </row>
41216 <row>
41217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41218 \begin_inset Text
41219
41220 \begin_layout Plain Layout
41221 mm
41222 \end_layout
41223
41224 \end_inset
41225 </cell>
41226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41227 \begin_inset Text
41228
41229 \begin_layout Plain Layout
41230 millimètre
41231 \end_layout
41232
41233 \end_inset
41234 </cell>
41235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41236 \begin_inset Text
41237
41238 \begin_layout Plain Layout
41239 -
41240 \end_layout
41241
41242 \end_inset
41243 </cell>
41244 </row>
41245 <row>
41246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41247 \begin_inset Text
41248
41249 \begin_layout Plain Layout
41250 cm
41251 \end_layout
41252
41253 \end_inset
41254 </cell>
41255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41256 \begin_inset Text
41257
41258 \begin_layout Plain Layout
41259 centimètre
41260 \end_layout
41261
41262 \end_inset
41263 </cell>
41264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41265 \begin_inset Text
41266
41267 \begin_layout Plain Layout
41268 -
41269 \end_layout
41270
41271 \end_inset
41272 </cell>
41273 </row>
41274 <row>
41275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41276 \begin_inset Text
41277
41278 \begin_layout Plain Layout
41279 in
41280 \end_layout
41281
41282 \end_inset
41283 </cell>
41284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41285 \begin_inset Text
41286
41287 \begin_layout Plain Layout
41288 pouce (inch)
41289 \end_layout
41290
41291 \end_inset
41292 </cell>
41293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41294 \begin_inset Text
41295
41296 \begin_layout Plain Layout
41297 -
41298 \end_layout
41299
41300 \end_inset
41301 </cell>
41302 </row>
41303 <row>
41304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41305 \begin_inset Text
41306
41307 \begin_layout Plain Layout
41308 pt
41309 \end_layout
41310
41311 \end_inset
41312 </cell>
41313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41314 \begin_inset Text
41315
41316 \begin_layout Plain Layout
41317 point (72.27
41318 \begin_inset space \thinspace{}
41319 \end_inset
41320
41321 pt = 1
41322 \begin_inset space \thinspace{}
41323 \end_inset
41324
41325 in)
41326 \end_layout
41327
41328 \end_inset
41329 </cell>
41330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41331 \begin_inset Text
41332
41333 \begin_layout Plain Layout
41334 -
41335 \end_layout
41336
41337 \end_inset
41338 </cell>
41339 </row>
41340 <row>
41341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41342 \begin_inset Text
41343
41344 \begin_layout Plain Layout
41345 pc
41346 \end_layout
41347
41348 \end_inset
41349 </cell>
41350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41351 \begin_inset Text
41352
41353 \begin_layout Plain Layout
41354 pica (1
41355 \begin_inset space \thinspace{}
41356 \end_inset
41357
41358 pc = 12
41359 \begin_inset space \thinspace{}
41360 \end_inset
41361
41362 pt)
41363 \end_layout
41364
41365 \end_inset
41366 </cell>
41367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41368 \begin_inset Text
41369
41370 \begin_layout Plain Layout
41371 -
41372 \end_layout
41373
41374 \end_inset
41375 </cell>
41376 </row>
41377 <row>
41378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41379 \begin_inset Text
41380
41381 \begin_layout Plain Layout
41382 sp
41383 \end_layout
41384
41385 \end_inset
41386 </cell>
41387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41388 \begin_inset Text
41389
41390 \begin_layout Plain Layout
41391 scaled point (65536
41392 \begin_inset space \thinspace{}
41393 \end_inset
41394
41395 sp = 1
41396 \begin_inset space \thinspace{}
41397 \end_inset
41398
41399 pt)
41400 \end_layout
41401
41402 \end_inset
41403 </cell>
41404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41405 \begin_inset Text
41406
41407 \begin_layout Plain Layout
41408 -
41409 \end_layout
41410
41411 \end_inset
41412 </cell>
41413 </row>
41414 <row>
41415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41416 \begin_inset Text
41417
41418 \begin_layout Plain Layout
41419 bp
41420 \end_layout
41421
41422 \end_inset
41423 </cell>
41424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41425 \begin_inset Text
41426
41427 \begin_layout Plain Layout
41428 gros point (72
41429 \begin_inset space \thinspace{}
41430 \end_inset
41431
41432 bp = 1
41433 \begin_inset space \thinspace{}
41434 \end_inset
41435
41436 in)
41437 \end_layout
41438
41439 \end_inset
41440 </cell>
41441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41442 \begin_inset Text
41443
41444 \begin_layout Plain Layout
41445 -
41446 \end_layout
41447
41448 \end_inset
41449 </cell>
41450 </row>
41451 <row>
41452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41453 \begin_inset Text
41454
41455 \begin_layout Plain Layout
41456 dd
41457 \end_layout
41458
41459 \end_inset
41460 </cell>
41461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41462 \begin_inset Text
41463
41464 \begin_layout Plain Layout
41465 didot (72
41466 \begin_inset space \thinspace{}
41467 \end_inset
41468
41469 dd 
41470 \begin_inset Formula $\approx$
41471 \end_inset
41472
41473  37.6
41474 \begin_inset space \thinspace{}
41475 \end_inset
41476
41477 mm)
41478 \end_layout
41479
41480 \end_inset
41481 </cell>
41482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41483 \begin_inset Text
41484
41485 \begin_layout Plain Layout
41486 -
41487 \end_layout
41488
41489 \end_inset
41490 </cell>
41491 </row>
41492 <row>
41493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41494 \begin_inset Text
41495
41496 \begin_layout Plain Layout
41497 cc
41498 \end_layout
41499
41500 \end_inset
41501 </cell>
41502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41503 \begin_inset Text
41504
41505 \begin_layout Plain Layout
41506 cicero (1
41507 \begin_inset space \thinspace{}
41508 \end_inset
41509
41510 cc = 12
41511 \begin_inset space \thinspace{}
41512 \end_inset
41513
41514 dd)
41515 \end_layout
41516
41517 \end_inset
41518 </cell>
41519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41520 \begin_inset Text
41521
41522 \begin_layout Plain Layout
41523 -
41524 \end_layout
41525
41526 \end_inset
41527 </cell>
41528 </row>
41529 <row>
41530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41531 \begin_inset Text
41532
41533 \begin_layout Plain Layout
41534 Échelle graphique %
41535 \end_layout
41536
41537 \end_inset
41538 </cell>
41539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41540 \begin_inset Text
41541
41542 \begin_layout Plain Layout
41543 % de largeur originale de l'image
41544 \end_layout
41545
41546 \end_inset
41547 </cell>
41548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41549 \begin_inset Text
41550
41551 \begin_layout Plain Layout
41552
41553 \end_layout
41554
41555 \end_inset
41556 </cell>
41557 </row>
41558 <row>
41559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41560 \begin_inset Text
41561
41562 \begin_layout Plain Layout
41563 Largeur texte %
41564 \end_layout
41565
41566 \end_inset
41567 </cell>
41568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41569 \begin_inset Text
41570
41571 \begin_layout Plain Layout
41572 % de largeur du texte
41573 \end_layout
41574
41575 \end_inset
41576 </cell>
41577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41578 \begin_inset Text
41579
41580 \begin_layout Plain Layout
41581
41582 \backslash
41583 textwidth
41584 \end_layout
41585
41586 \end_inset
41587 </cell>
41588 </row>
41589 <row>
41590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41591 \begin_inset Text
41592
41593 \begin_layout Plain Layout
41594 Largeur colonne %
41595 \end_layout
41596
41597 \end_inset
41598 </cell>
41599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41600 \begin_inset Text
41601
41602 \begin_layout Plain Layout
41603 % de largeur de la colonne
41604 \end_layout
41605
41606 \end_inset
41607 </cell>
41608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41609 \begin_inset Text
41610
41611 \begin_layout Plain Layout
41612
41613 \backslash
41614 columnwidth
41615 \end_layout
41616
41617 \end_inset
41618 </cell>
41619 </row>
41620 <row>
41621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41622 \begin_inset Text
41623
41624 \begin_layout Plain Layout
41625 Largeur page %
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 du papier
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 paperwidth
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 Largeur ligne %
41657 \end_layout
41658
41659 \end_inset
41660 </cell>
41661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41662 \begin_inset Text
41663
41664 \begin_layout Plain Layout
41665 % de largeur de la ligne
41666 \end_layout
41667
41668 \end_inset
41669 </cell>
41670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41671 \begin_inset Text
41672
41673 \begin_layout Plain Layout
41674
41675 \backslash
41676 linewidth
41677 \end_layout
41678
41679 \end_inset
41680 </cell>
41681 </row>
41682 <row>
41683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41684 \begin_inset Text
41685
41686 \begin_layout Plain Layout
41687 Hauteur texte %
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41693 \begin_inset Text
41694
41695 \begin_layout Plain Layout
41696 % de hauteur du texte
41697 \end_layout
41698
41699 \end_inset
41700 </cell>
41701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41702 \begin_inset Text
41703
41704 \begin_layout Plain Layout
41705
41706 \backslash
41707 textheight
41708 \end_layout
41709
41710 \end_inset
41711 </cell>
41712 </row>
41713 <row>
41714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41715 \begin_inset Text
41716
41717 \begin_layout Plain Layout
41718 Hauteur page %
41719 \end_layout
41720
41721 \end_inset
41722 </cell>
41723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41724 \begin_inset Text
41725
41726 \begin_layout Plain Layout
41727 % de hauteur du papier
41728 \end_layout
41729
41730 \end_inset
41731 </cell>
41732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41733 \begin_inset Text
41734
41735 \begin_layout Plain Layout
41736
41737 \backslash
41738 paperheight
41739 \end_layout
41740
41741 \end_inset
41742 </cell>
41743 </row>
41744 <row>
41745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41746 \begin_inset Text
41747
41748 \begin_layout Plain Layout
41749 ex
41750 \end_layout
41751
41752 \end_inset
41753 </cell>
41754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41755 \begin_inset Text
41756
41757 \begin_layout Plain Layout
41758 hauteur de lettre 
41759 \emph on
41760 x
41761 \emph default
41762  dans police courante
41763 \end_layout
41764
41765 \end_inset
41766 </cell>
41767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41768 \begin_inset Text
41769
41770 \begin_layout Plain Layout
41771 -
41772 \end_layout
41773
41774 \end_inset
41775 </cell>
41776 </row>
41777 <row>
41778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 em
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 largeur de lettre
41792 \emph on
41793  M
41794 \emph default
41795  dans police courante
41796 \end_layout
41797
41798 \end_inset
41799 </cell>
41800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41801 \begin_inset Text
41802
41803 \begin_layout Plain Layout
41804 -
41805 \end_layout
41806
41807 \end_inset
41808 </cell>
41809 </row>
41810 <row>
41811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41812 \begin_inset Text
41813
41814 \begin_layout Plain Layout
41815 mu
41816 \end_layout
41817
41818 \end_inset
41819 </cell>
41820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41821 \begin_inset Text
41822
41823 \begin_layout Plain Layout
41824 unité mathématique (1
41825 \begin_inset space \thinspace{}
41826 \end_inset
41827
41828 mu = 1/18
41829 \begin_inset space \thinspace{}
41830 \end_inset
41831
41832 em)
41833 \end_layout
41834
41835 \end_inset
41836 </cell>
41837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41838 \begin_inset Text
41839
41840 \begin_layout Plain Layout
41841 -
41842 \end_layout
41843
41844 \end_inset
41845 </cell>
41846 </row>
41847 </lyxtabular>
41848
41849 \end_inset
41850
41851
41852 \end_layout
41853
41854 \end_inset
41855
41856
41857 \end_layout
41858
41859 \begin_layout Chapter
41860 Formats des fichiers de sortie graphiques
41861 \begin_inset CommandInset label
41862 LatexCommand label
41863 name "cha:Formats-fichiers-graphiques"
41864
41865 \end_inset
41866
41867
41868 \end_layout
41869
41870 \begin_layout Section
41871 DVI
41872 \begin_inset Index idx
41873 status collapsed
41874
41875 \begin_layout Plain Layout
41876 Formats de Fichiers! DVI
41877 \end_layout
41878
41879 \end_inset
41880
41881
41882 \begin_inset Index idx
41883 status collapsed
41884
41885 \begin_layout Plain Layout
41886 DVI|see
41887 \begin_inset ERT
41888 status collapsed
41889
41890 \begin_layout Plain Layout
41891
41892 {
41893 \end_layout
41894
41895 \end_inset
41896
41897 Formats de Fichiers
41898 \begin_inset ERT
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902
41903 }
41904 \end_layout
41905
41906 \end_inset
41907
41908
41909 \end_layout
41910
41911 \end_inset
41912
41913
41914 \end_layout
41915
41916 \begin_layout Standard
41917 Ce type de fichiers a l'extension 
41918 \begin_inset Quotes fld
41919 \end_inset
41920
41921
41922 \family typewriter
41923 .dvi
41924 \family default
41925
41926 \begin_inset Quotes frd
41927 \end_inset
41928
41929 .
41930  Il est appelé 
41931 \emph on
41932 indépendant de l'appareil
41933 \emph default
41934  ou 
41935 \begin_inset Quotes fld
41936 \end_inset
41937
41938 device independent (DVI)
41939 \begin_inset Quotes frd
41940 \end_inset
41941
41942 , car il est complètement portable ; vous pouvez les recopier d'une machine
41943  à l'autre sans avoir à faire de conversion.
41944  À l'époque où ce format a été développé, c'était loin d'être évident.
41945  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41946  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41947 \end_layout
41948
41949 \begin_layout Standard
41950 \begin_inset Note Greyedout
41951 status open
41952
41953 \begin_layout Plain Layout
41954
41955 \series bold
41956 Note:
41957 \series default
41958  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41959  au fichier.
41960  
41961 \end_layout
41962
41963 \end_inset
41964
41965  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41966  
41967 \family typewriter
41968 .dvi
41969 \family default
41970 .
41971  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41972 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41973  pour les rendre visibles quand vous faites défiler votre document.
41974  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41975  avec de nombreuses images.
41976 \end_layout
41977
41978 \begin_layout Standard
41979 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41980  menu 
41981 \family sans
41982 Fichier\SpecialChar menuseparator
41983 Exporter\SpecialChar menuseparator
41984 DVI.
41985
41986 \family default
41987  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41988 \family sans
41989 Visualiser
41990 \family default
41991 .
41992 \end_layout
41993
41994 \begin_layout Section
41995 PostScript
41996 \begin_inset Index idx
41997 status collapsed
41998
41999 \begin_layout Plain Layout
42000 Formats de Fichiers ! PostScript
42001 \end_layout
42002
42003 \end_inset
42004
42005
42006 \begin_inset Index idx
42007 status collapsed
42008
42009 \begin_layout Plain Layout
42010 PostScript|see
42011 \begin_inset ERT
42012 status collapsed
42013
42014 \begin_layout Plain Layout
42015
42016 {
42017 \end_layout
42018
42019 \end_inset
42020
42021 Formats de Fichiers
42022 \begin_inset ERT
42023 status collapsed
42024
42025 \begin_layout Plain Layout
42026
42027 }
42028 \end_layout
42029
42030 \end_inset
42031
42032
42033 \end_layout
42034
42035 \end_inset
42036
42037
42038 \end_layout
42039
42040 \begin_layout Standard
42041 Ce type de fichiers a l'extension 
42042 \begin_inset Quotes fld
42043 \end_inset
42044
42045
42046 \family typewriter
42047 .ps
42048 \family default
42049
42050 \begin_inset Quotes frd
42051 \end_inset
42052
42053 .
42054  PostScript a été développé par la société 
42055 \series bold
42056 Adobe
42057 \series default
42058  comme un langage pour les imprimantes.
42059  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42060  pour imprimer le document.
42061  PostScript peut être considéré comme un 
42062 \begin_inset Quotes fld
42063 \end_inset
42064
42065 langage de programmation
42066 \begin_inset Quotes frd
42067 \end_inset
42068
42069  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42070  images.
42071 \begin_inset Foot
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42076  \SpecialChar LaTeX
42077  
42078 \series bold
42079 pstricks
42080 \series default
42081
42082 \begin_inset CommandInset citation
42083 LatexCommand cite
42084 key "pstricks"
42085
42086 \end_inset
42087
42088 .
42089 \end_layout
42090
42091 \end_inset
42092
42093  En partie à cause de toutes ces possibilités un fichier PostScript est
42094  souvent plus gros qu'un PDF.
42095 \end_layout
42096
42097 \begin_layout Standard
42098 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42099  plus gros qu'un PDF.
42100 \end_layout
42101
42102 \begin_layout Standard
42103 PostScript ne peut contenir que des images au format 
42104 \begin_inset Quotes fld
42105 \end_inset
42106
42107 PostScript Encapsulé
42108 \begin_inset Quotes frd
42109 \end_inset
42110
42111  (encapsulated PostScript ou EPS, d'extension 
42112 \family typewriter
42113 .eps
42114 \family default
42115 ).
42116  Comme \SpecialChar LyX
42117  vous permet n'importe quel format d'image connu dans votre document,
42118  il doit les convertir en interne en EPS.
42119  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42120  doit faire 50
42121  conversions à chaque fois que vous visualisez ou que vous exportez votre
42122  document.
42123  Cela risque de ralentir de façon importante votre rythme de travail.
42124  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42125  vos images directement en EPS pour éviter ce problème.
42126 \end_layout
42127
42128 \begin_layout Standard
42129 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42130  le menu 
42131 \family sans
42132 Fichier\SpecialChar menuseparator
42133 Exporter\SpecialChar menuseparator
42134 PostScript.
42135
42136 \family default
42137  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42138  
42139 \family sans
42140 Visualiser
42141 \family default
42142 .
42143 \end_layout
42144
42145 \begin_layout Section
42146 PDF
42147 \begin_inset Index idx
42148 status collapsed
42149
42150 \begin_layout Plain Layout
42151 Formats de Fichiers ! PDF
42152 \end_layout
42153
42154 \end_inset
42155
42156
42157 \begin_inset Index idx
42158 status collapsed
42159
42160 \begin_layout Plain Layout
42161 PDF
42162 \end_layout
42163
42164 \end_inset
42165
42166
42167 \end_layout
42168
42169 \begin_layout Standard
42170 Ce type de fichiers a l'extension 
42171 \begin_inset Quotes fld
42172 \end_inset
42173
42174
42175 \family typewriter
42176 .pdf
42177 \family default
42178
42179 \begin_inset Quotes frd
42180 \end_inset
42181
42182 .
42183  Ce 
42184 \begin_inset Quotes fld
42185 \end_inset
42186
42187 format de document portable
42188 \begin_inset Quotes frd
42189 \end_inset
42190
42191  (portable document format ou PDF) est développé par 
42192 \family typewriter
42193 Adobe
42194 \family default
42195  comme une évolution de PostScript.
42196  Il est plus comprimé et utilise moins de commandes que PostScript.
42197  Comme son nom l'indique, il est 
42198 \begin_inset Quotes fld
42199 \end_inset
42200
42201 portable
42202 \begin_inset Quotes frd
42203 \end_inset
42204
42205  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42206  aura exactement le même aspect.
42207 \end_layout
42208
42209 \begin_layout Standard
42210 PDF peut contenir des images dans son propre format PDF et dans les formats
42211  JPG (format du 
42212 \begin_inset Quotes fld
42213 \end_inset
42214
42215 Joint Photographic Expert Group
42216 \begin_inset Quotes frd
42217 \end_inset
42218
42219  avec comme extension 
42220 \family typewriter
42221 .jpg
42222 \family default
42223  ou 
42224 \family typewriter
42225 .jpeg
42226 \family default
42227 ) et PNG (
42228 \begin_inset Quotes fld
42229 \end_inset
42230
42231 Portable Network Graphics
42232 \begin_inset Quotes frd
42233 \end_inset
42234
42235  avec l'extension 
42236 \family typewriter
42237 .png
42238 \family default
42239 ).
42240  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42241  les convertit
42242  dans un de ces formats.
42243  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42244  vont ralentir votre travail.
42245  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42246 \end_layout
42247
42248 \begin_layout Standard
42249 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42250  menu 
42251 \family sans
42252 Fichier\SpecialChar menuseparator
42253 Exporter 
42254 \family default
42255 de trois façons différentes:
42256 \end_layout
42257
42258 \begin_layout Description
42259 PDF
42260 \begin_inset space ~
42261 \end_inset
42262
42263 (ps2pdf) Ceci utilise le programme 
42264 \family typewriter
42265 ps2pdf
42266 \family default
42267  qui créé un PDF à partir de la version PostScript de votre fichier.
42268  Cette dernière est produite par le programme 
42269 \family typewriter
42270 dvips
42271 \family default
42272  qui utilise une version DVI comme étape intermédiaire.
42273  Cette variante consiste donc en trois conversions.
42274 \end_layout
42275
42276 \begin_layout Description
42277 PDF
42278 \begin_inset space ~
42279 \end_inset
42280
42281 (dvipdfm) Ceci utilise le programme 
42282 \family typewriter
42283 dvipdfm
42284 \family default
42285  qui convertit votre fichier en DVI avant de le convertir en PDF.
42286 \end_layout
42287
42288 \begin_layout Description
42289 PDF
42290 \begin_inset space ~
42291 \end_inset
42292
42293 (pdflatex) Ceci utilise le programme 
42294 \family typewriter
42295 pdftex
42296 \family default
42297  qui convertit directement votre fichier en PDF.
42298 \end_layout
42299
42300 \begin_layout Standard
42301 Nous recommandons d'utiliser l'option 
42302 \family sans
42303 PDF
42304 \begin_inset space ~
42305 \end_inset
42306
42307 (pdflatex)
42308 \family default
42309  car 
42310 \family typewriter
42311 pdftex
42312 \family default
42313  accepte toutes les fonctionnalités des versions actuelles de PDF.
42314  Il est en plus rapide et stable.
42315  Le programme 
42316 \family typewriter
42317 dvipdfm
42318 \family default
42319  n'est plus développé est est donc un peu dépassé.
42320 \end_layout
42321
42322 \begin_layout Standard
42323 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42324 \family sans
42325 Visualiser
42326 \family default
42327  ou en utilisant un bouton de la barre d'outils.
42328 \end_layout
42329
42330 \begin_layout Chapter
42331 Liste de noms de couleur pour dvips
42332 \begin_inset CommandInset label
42333 LatexCommand label
42334 name "chap:Liste-de-noms-de-couleur-dvips"
42335
42336 \end_inset
42337
42338
42339 \end_layout
42340
42341 \begin_layout Standard
42342 \begin_inset Tabular
42343 <lyxtabular version="3" rows="17" columns="4">
42344 <features tabularvalignment="middle">
42345 <column alignment="left" valignment="top" width="0pt">
42346 <column alignment="left" valignment="top" width="0pt">
42347 <column alignment="left" valignment="top" width="0pt">
42348 <column alignment="left" valignment="top" width="0pt">
42349 <row>
42350 <cell alignment="left" valignment="top" usebox="none">
42351 \begin_inset Text
42352
42353 \begin_layout Plain Layout
42354 \begin_inset ERT
42355 status collapsed
42356
42357 \begin_layout Plain Layout
42358
42359
42360 \backslash
42361 fcolorbox{black}{
42362 \end_layout
42363
42364 \end_inset
42365
42366 white
42367 \begin_inset ERT
42368 status collapsed
42369
42370 \begin_layout Plain Layout
42371
42372 }{
42373 \end_layout
42374
42375 \end_inset
42376
42377 Couleur
42378 \begin_inset ERT
42379 status collapsed
42380
42381 \begin_layout Plain Layout
42382
42383 }
42384 \end_layout
42385
42386 \end_inset
42387
42388  Nom
42389 \end_layout
42390
42391 \end_inset
42392 </cell>
42393 <cell alignment="left" valignment="top" usebox="none">
42394 \begin_inset Text
42395
42396 \begin_layout Plain Layout
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402
42403 \backslash
42404 fcolorbox{black}{
42405 \end_layout
42406
42407 \end_inset
42408
42409 white
42410 \begin_inset ERT
42411 status collapsed
42412
42413 \begin_layout Plain Layout
42414
42415 }{
42416 \end_layout
42417
42418 \end_inset
42419
42420 Couleur
42421 \begin_inset ERT
42422 status collapsed
42423
42424 \begin_layout Plain Layout
42425
42426 }
42427 \end_layout
42428
42429 \end_inset
42430
42431  Nom
42432 \end_layout
42433
42434 \end_inset
42435 </cell>
42436 <cell alignment="left" valignment="top" usebox="none">
42437 \begin_inset Text
42438
42439 \begin_layout Plain Layout
42440 \begin_inset ERT
42441 status collapsed
42442
42443 \begin_layout Plain Layout
42444
42445
42446 \backslash
42447 fcolorbox{black}{
42448 \end_layout
42449
42450 \end_inset
42451
42452 white
42453 \begin_inset ERT
42454 status collapsed
42455
42456 \begin_layout Plain Layout
42457
42458 }{
42459 \end_layout
42460
42461 \end_inset
42462
42463 Couleur
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469 }
42470 \end_layout
42471
42472 \end_inset
42473
42474  Nom
42475 \end_layout
42476
42477 \end_inset
42478 </cell>
42479 <cell alignment="left" valignment="top" usebox="none">
42480 \begin_inset Text
42481
42482 \begin_layout Plain Layout
42483 \begin_inset ERT
42484 status collapsed
42485
42486 \begin_layout Plain Layout
42487
42488
42489 \backslash
42490 fcolorbox{black}{
42491 \end_layout
42492
42493 \end_inset
42494
42495 white
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }{
42502 \end_layout
42503
42504 \end_inset
42505
42506 Couleur
42507 \begin_inset ERT
42508 status collapsed
42509
42510 \begin_layout Plain Layout
42511
42512 }
42513 \end_layout
42514
42515 \end_inset
42516
42517  Nom
42518 \end_layout
42519
42520 \end_inset
42521 </cell>
42522 </row>
42523 <row>
42524 <cell alignment="center" valignment="top" usebox="none">
42525 \begin_inset Text
42526
42527 \begin_layout Plain Layout
42528 \begin_inset ERT
42529 status collapsed
42530
42531 \begin_layout Plain Layout
42532
42533
42534 \backslash
42535 fcolorbox{black}{
42536 \end_layout
42537
42538 \end_inset
42539
42540 Apricot
42541 \begin_inset ERT
42542 status collapsed
42543
42544 \begin_layout Plain Layout
42545
42546 }{
42547 \end_layout
42548
42549 \end_inset
42550
42551
42552 \begin_inset Phantom Phantom
42553 status open
42554
42555 \begin_layout Plain Layout
42556 W
42557 \end_layout
42558
42559 \end_inset
42560
42561
42562 \begin_inset ERT
42563 status collapsed
42564
42565 \begin_layout Plain Layout
42566
42567 }
42568 \end_layout
42569
42570 \end_inset
42571
42572  Apricot
42573 \end_layout
42574
42575 \end_inset
42576 </cell>
42577 <cell alignment="center" valignment="top" usebox="none">
42578 \begin_inset Text
42579
42580 \begin_layout Plain Layout
42581 \begin_inset ERT
42582 status collapsed
42583
42584 \begin_layout Plain Layout
42585
42586
42587 \backslash
42588 fcolorbox{black}{
42589 \end_layout
42590
42591 \end_inset
42592
42593 Aquamarine
42594 \begin_inset ERT
42595 status collapsed
42596
42597 \begin_layout Plain Layout
42598
42599 }{
42600 \end_layout
42601
42602 \end_inset
42603
42604
42605 \begin_inset Phantom Phantom
42606 status open
42607
42608 \begin_layout Plain Layout
42609 W
42610 \end_layout
42611
42612 \end_inset
42613
42614
42615 \begin_inset ERT
42616 status collapsed
42617
42618 \begin_layout Plain Layout
42619
42620 }
42621 \end_layout
42622
42623 \end_inset
42624
42625  Aquamarine
42626 \end_layout
42627
42628 \end_inset
42629 </cell>
42630 <cell alignment="center" valignment="top" usebox="none">
42631 \begin_inset Text
42632
42633 \begin_layout Plain Layout
42634 \begin_inset ERT
42635 status collapsed
42636
42637 \begin_layout Plain Layout
42638
42639
42640 \backslash
42641 fcolorbox{black}{
42642 \end_layout
42643
42644 \end_inset
42645
42646 Bittersweet
42647 \begin_inset ERT
42648 status collapsed
42649
42650 \begin_layout Plain Layout
42651
42652 }{
42653 \end_layout
42654
42655 \end_inset
42656
42657
42658 \begin_inset Phantom Phantom
42659 status open
42660
42661 \begin_layout Plain Layout
42662 W
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset ERT
42669 status collapsed
42670
42671 \begin_layout Plain Layout
42672
42673 }
42674 \end_layout
42675
42676 \end_inset
42677
42678  Bittersweet
42679 \end_layout
42680
42681 \end_inset
42682 </cell>
42683 <cell alignment="center" valignment="top" usebox="none">
42684 \begin_inset Text
42685
42686 \begin_layout Plain Layout
42687 \begin_inset ERT
42688 status collapsed
42689
42690 \begin_layout Plain Layout
42691
42692
42693 \backslash
42694 fcolorbox{black}{
42695 \end_layout
42696
42697 \end_inset
42698
42699 BlueGreen
42700 \begin_inset ERT
42701 status collapsed
42702
42703 \begin_layout Plain Layout
42704
42705 }{
42706 \end_layout
42707
42708 \end_inset
42709
42710
42711 \begin_inset Phantom Phantom
42712 status open
42713
42714 \begin_layout Plain Layout
42715 W
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset ERT
42722 status collapsed
42723
42724 \begin_layout Plain Layout
42725
42726 }
42727 \end_layout
42728
42729 \end_inset
42730
42731  BlueGreen
42732 \end_layout
42733
42734 \end_inset
42735 </cell>
42736 </row>
42737 <row>
42738 <cell alignment="left" valignment="top" usebox="none">
42739 \begin_inset Text
42740
42741 \begin_layout Plain Layout
42742 \begin_inset ERT
42743 status collapsed
42744
42745 \begin_layout Plain Layout
42746
42747
42748 \backslash
42749 fcolorbox{black}{
42750 \end_layout
42751
42752 \end_inset
42753
42754 BlueViolet
42755 \begin_inset ERT
42756 status collapsed
42757
42758 \begin_layout Plain Layout
42759
42760 }{
42761 \end_layout
42762
42763 \end_inset
42764
42765
42766 \begin_inset Phantom Phantom
42767 status open
42768
42769 \begin_layout Plain Layout
42770 W
42771 \end_layout
42772
42773 \end_inset
42774
42775
42776 \begin_inset ERT
42777 status collapsed
42778
42779 \begin_layout Plain Layout
42780
42781 }
42782 \end_layout
42783
42784 \end_inset
42785
42786  BlueViolet
42787 \end_layout
42788
42789 \end_inset
42790 </cell>
42791 <cell alignment="left" valignment="top" usebox="none">
42792 \begin_inset Text
42793
42794 \begin_layout Plain Layout
42795 \begin_inset ERT
42796 status collapsed
42797
42798 \begin_layout Plain Layout
42799
42800
42801 \backslash
42802 fcolorbox{black}{
42803 \end_layout
42804
42805 \end_inset
42806
42807 BrickRed
42808 \begin_inset ERT
42809 status collapsed
42810
42811 \begin_layout Plain Layout
42812
42813 }{
42814 \end_layout
42815
42816 \end_inset
42817
42818
42819 \begin_inset Phantom Phantom
42820 status open
42821
42822 \begin_layout Plain Layout
42823 W
42824 \end_layout
42825
42826 \end_inset
42827
42828
42829 \begin_inset ERT
42830 status collapsed
42831
42832 \begin_layout Plain Layout
42833
42834 }
42835 \end_layout
42836
42837 \end_inset
42838
42839  BrickRed
42840 \end_layout
42841
42842 \end_inset
42843 </cell>
42844 <cell alignment="left" valignment="top" usebox="none">
42845 \begin_inset Text
42846
42847 \begin_layout Plain Layout
42848 \begin_inset ERT
42849 status collapsed
42850
42851 \begin_layout Plain Layout
42852
42853
42854 \backslash
42855 fcolorbox{black}{
42856 \end_layout
42857
42858 \end_inset
42859
42860 Brown
42861 \begin_inset ERT
42862 status collapsed
42863
42864 \begin_layout Plain Layout
42865
42866 }{
42867 \end_layout
42868
42869 \end_inset
42870
42871
42872 \begin_inset Phantom Phantom
42873 status open
42874
42875 \begin_layout Plain Layout
42876 W
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset ERT
42883 status collapsed
42884
42885 \begin_layout Plain Layout
42886
42887 }
42888 \end_layout
42889
42890 \end_inset
42891
42892  Brown
42893 \end_layout
42894
42895 \end_inset
42896 </cell>
42897 <cell alignment="left" valignment="top" usebox="none">
42898 \begin_inset Text
42899
42900 \begin_layout Plain Layout
42901 \begin_inset ERT
42902 status collapsed
42903
42904 \begin_layout Plain Layout
42905
42906
42907 \backslash
42908 fcolorbox{black}{
42909 \end_layout
42910
42911 \end_inset
42912
42913 BurntOrange
42914 \begin_inset ERT
42915 status collapsed
42916
42917 \begin_layout Plain Layout
42918
42919 }{
42920 \end_layout
42921
42922 \end_inset
42923
42924
42925 \begin_inset Phantom Phantom
42926 status open
42927
42928 \begin_layout Plain Layout
42929 W
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset ERT
42936 status collapsed
42937
42938 \begin_layout Plain Layout
42939
42940 }
42941 \end_layout
42942
42943 \end_inset
42944
42945  BurntOrange
42946 \end_layout
42947
42948 \end_inset
42949 </cell>
42950 </row>
42951 <row>
42952 <cell alignment="left" valignment="top" usebox="none">
42953 \begin_inset Text
42954
42955 \begin_layout Plain Layout
42956 \begin_inset ERT
42957 status collapsed
42958
42959 \begin_layout Plain Layout
42960
42961
42962 \backslash
42963 fcolorbox{black}{
42964 \end_layout
42965
42966 \end_inset
42967
42968 CadetBlue
42969 \begin_inset ERT
42970 status collapsed
42971
42972 \begin_layout Plain Layout
42973
42974 }{
42975 \end_layout
42976
42977 \end_inset
42978
42979
42980 \begin_inset Phantom Phantom
42981 status open
42982
42983 \begin_layout Plain Layout
42984 W
42985 \end_layout
42986
42987 \end_inset
42988
42989
42990 \begin_inset ERT
42991 status collapsed
42992
42993 \begin_layout Plain Layout
42994
42995 }
42996 \end_layout
42997
42998 \end_inset
42999
43000  CadetBlue
43001 \end_layout
43002
43003 \end_inset
43004 </cell>
43005 <cell alignment="left" valignment="top" usebox="none">
43006 \begin_inset Text
43007
43008 \begin_layout Plain Layout
43009 \begin_inset ERT
43010 status collapsed
43011
43012 \begin_layout Plain Layout
43013
43014
43015 \backslash
43016 fcolorbox{black}{
43017 \end_layout
43018
43019 \end_inset
43020
43021 CarnationPink
43022 \begin_inset ERT
43023 status collapsed
43024
43025 \begin_layout Plain Layout
43026
43027 }{
43028 \end_layout
43029
43030 \end_inset
43031
43032
43033 \begin_inset Phantom Phantom
43034 status open
43035
43036 \begin_layout Plain Layout
43037 W
43038 \end_layout
43039
43040 \end_inset
43041
43042
43043 \begin_inset ERT
43044 status collapsed
43045
43046 \begin_layout Plain Layout
43047
43048 }
43049 \end_layout
43050
43051 \end_inset
43052
43053  CarnationPink
43054 \end_layout
43055
43056 \end_inset
43057 </cell>
43058 <cell alignment="left" valignment="top" usebox="none">
43059 \begin_inset Text
43060
43061 \begin_layout Plain Layout
43062 \begin_inset ERT
43063 status collapsed
43064
43065 \begin_layout Plain Layout
43066
43067
43068 \backslash
43069 fcolorbox{black}{
43070 \end_layout
43071
43072 \end_inset
43073
43074 Cerulean
43075 \begin_inset ERT
43076 status collapsed
43077
43078 \begin_layout Plain Layout
43079
43080 }{
43081 \end_layout
43082
43083 \end_inset
43084
43085
43086 \begin_inset Phantom Phantom
43087 status open
43088
43089 \begin_layout Plain Layout
43090 W
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset ERT
43097 status collapsed
43098
43099 \begin_layout Plain Layout
43100
43101 }
43102 \end_layout
43103
43104 \end_inset
43105
43106  Cerulean
43107 \end_layout
43108
43109 \end_inset
43110 </cell>
43111 <cell alignment="left" valignment="top" usebox="none">
43112 \begin_inset Text
43113
43114 \begin_layout Plain Layout
43115 \begin_inset ERT
43116 status collapsed
43117
43118 \begin_layout Plain Layout
43119
43120
43121 \backslash
43122 fcolorbox{black}{
43123 \end_layout
43124
43125 \end_inset
43126
43127 CornflowerBlue
43128 \begin_inset ERT
43129 status collapsed
43130
43131 \begin_layout Plain Layout
43132
43133 }{
43134 \end_layout
43135
43136 \end_inset
43137
43138
43139 \begin_inset Phantom Phantom
43140 status open
43141
43142 \begin_layout Plain Layout
43143 W
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset ERT
43150 status collapsed
43151
43152 \begin_layout Plain Layout
43153
43154 }
43155 \end_layout
43156
43157 \end_inset
43158
43159  CornflowerBlue
43160 \end_layout
43161
43162 \end_inset
43163 </cell>
43164 </row>
43165 <row>
43166 <cell alignment="left" valignment="top" usebox="none">
43167 \begin_inset Text
43168
43169 \begin_layout Plain Layout
43170 \begin_inset ERT
43171 status collapsed
43172
43173 \begin_layout Plain Layout
43174
43175
43176 \backslash
43177 fcolorbox{black}{
43178 \end_layout
43179
43180 \end_inset
43181
43182 Dandelion
43183 \begin_inset ERT
43184 status collapsed
43185
43186 \begin_layout Plain Layout
43187
43188 }{
43189 \end_layout
43190
43191 \end_inset
43192
43193
43194 \begin_inset Phantom Phantom
43195 status open
43196
43197 \begin_layout Plain Layout
43198 W
43199 \end_layout
43200
43201 \end_inset
43202
43203
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209 }
43210 \end_layout
43211
43212 \end_inset
43213
43214  Dandelion
43215 \end_layout
43216
43217 \end_inset
43218 </cell>
43219 <cell alignment="left" valignment="top" usebox="none">
43220 \begin_inset Text
43221
43222 \begin_layout Plain Layout
43223 \begin_inset ERT
43224 status collapsed
43225
43226 \begin_layout Plain Layout
43227
43228
43229 \backslash
43230 fcolorbox{black}{
43231 \end_layout
43232
43233 \end_inset
43234
43235 DarkOrchid
43236 \begin_inset ERT
43237 status collapsed
43238
43239 \begin_layout Plain Layout
43240
43241 }{
43242 \end_layout
43243
43244 \end_inset
43245
43246
43247 \begin_inset Phantom Phantom
43248 status open
43249
43250 \begin_layout Plain Layout
43251 W
43252 \end_layout
43253
43254 \end_inset
43255
43256
43257 \begin_inset ERT
43258 status collapsed
43259
43260 \begin_layout Plain Layout
43261
43262 }
43263 \end_layout
43264
43265 \end_inset
43266
43267  DarkOrchid
43268 \end_layout
43269
43270 \end_inset
43271 </cell>
43272 <cell alignment="left" valignment="top" usebox="none">
43273 \begin_inset Text
43274
43275 \begin_layout Plain Layout
43276 \begin_inset ERT
43277 status collapsed
43278
43279 \begin_layout Plain Layout
43280
43281
43282 \backslash
43283 fcolorbox{black}{
43284 \end_layout
43285
43286 \end_inset
43287
43288 Emerald
43289 \begin_inset ERT
43290 status collapsed
43291
43292 \begin_layout Plain Layout
43293
43294 }{
43295 \end_layout
43296
43297 \end_inset
43298
43299
43300 \begin_inset Phantom Phantom
43301 status open
43302
43303 \begin_layout Plain Layout
43304 W
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset ERT
43311 status collapsed
43312
43313 \begin_layout Plain Layout
43314
43315 }
43316 \end_layout
43317
43318 \end_inset
43319
43320  Emerald
43321 \end_layout
43322
43323 \end_inset
43324 </cell>
43325 <cell alignment="left" valignment="top" usebox="none">
43326 \begin_inset Text
43327
43328 \begin_layout Plain Layout
43329 \begin_inset ERT
43330 status collapsed
43331
43332 \begin_layout Plain Layout
43333
43334
43335 \backslash
43336 fcolorbox{black}{
43337 \end_layout
43338
43339 \end_inset
43340
43341 ForestGreen
43342 \begin_inset ERT
43343 status collapsed
43344
43345 \begin_layout Plain Layout
43346
43347 }{
43348 \end_layout
43349
43350 \end_inset
43351
43352
43353 \begin_inset Phantom Phantom
43354 status open
43355
43356 \begin_layout Plain Layout
43357 W
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset ERT
43364 status collapsed
43365
43366 \begin_layout Plain Layout
43367
43368 }
43369 \end_layout
43370
43371 \end_inset
43372
43373  ForestGreen
43374 \end_layout
43375
43376 \end_inset
43377 </cell>
43378 </row>
43379 <row>
43380 <cell alignment="left" valignment="top" usebox="none">
43381 \begin_inset Text
43382
43383 \begin_layout Plain Layout
43384 \begin_inset ERT
43385 status collapsed
43386
43387 \begin_layout Plain Layout
43388
43389
43390 \backslash
43391 fcolorbox{black}{
43392 \end_layout
43393
43394 \end_inset
43395
43396 Fuchsia
43397 \begin_inset ERT
43398 status collapsed
43399
43400 \begin_layout Plain Layout
43401
43402 }{
43403 \end_layout
43404
43405 \end_inset
43406
43407
43408 \begin_inset Phantom Phantom
43409 status open
43410
43411 \begin_layout Plain Layout
43412 W
43413 \end_layout
43414
43415 \end_inset
43416
43417
43418 \begin_inset ERT
43419 status collapsed
43420
43421 \begin_layout Plain Layout
43422
43423 }
43424 \end_layout
43425
43426 \end_inset
43427
43428  Fuchsia
43429 \end_layout
43430
43431 \end_inset
43432 </cell>
43433 <cell alignment="left" valignment="top" usebox="none">
43434 \begin_inset Text
43435
43436 \begin_layout Plain Layout
43437 \begin_inset ERT
43438 status collapsed
43439
43440 \begin_layout Plain Layout
43441
43442
43443 \backslash
43444 fcolorbox{black}{
43445 \end_layout
43446
43447 \end_inset
43448
43449 Goldenrod
43450 \begin_inset ERT
43451 status collapsed
43452
43453 \begin_layout Plain Layout
43454
43455 }{
43456 \end_layout
43457
43458 \end_inset
43459
43460
43461 \begin_inset Phantom Phantom
43462 status open
43463
43464 \begin_layout Plain Layout
43465 W
43466 \end_layout
43467
43468 \end_inset
43469
43470
43471 \begin_inset ERT
43472 status collapsed
43473
43474 \begin_layout Plain Layout
43475
43476 }
43477 \end_layout
43478
43479 \end_inset
43480
43481  Goldenrod
43482 \end_layout
43483
43484 \end_inset
43485 </cell>
43486 <cell alignment="left" valignment="top" usebox="none">
43487 \begin_inset Text
43488
43489 \begin_layout Plain Layout
43490 \begin_inset ERT
43491 status collapsed
43492
43493 \begin_layout Plain Layout
43494
43495
43496 \backslash
43497 fcolorbox{black}{
43498 \end_layout
43499
43500 \end_inset
43501
43502 Gray
43503 \begin_inset ERT
43504 status collapsed
43505
43506 \begin_layout Plain Layout
43507
43508 }{
43509 \end_layout
43510
43511 \end_inset
43512
43513
43514 \begin_inset Phantom Phantom
43515 status open
43516
43517 \begin_layout Plain Layout
43518 W
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset ERT
43525 status collapsed
43526
43527 \begin_layout Plain Layout
43528
43529 }
43530 \end_layout
43531
43532 \end_inset
43533
43534  Gray
43535 \end_layout
43536
43537 \end_inset
43538 </cell>
43539 <cell alignment="left" valignment="top" usebox="none">
43540 \begin_inset Text
43541
43542 \begin_layout Plain Layout
43543 \begin_inset ERT
43544 status collapsed
43545
43546 \begin_layout Plain Layout
43547
43548
43549 \backslash
43550 fcolorbox{black}{
43551 \end_layout
43552
43553 \end_inset
43554
43555 GreenYellow
43556 \begin_inset ERT
43557 status collapsed
43558
43559 \begin_layout Plain Layout
43560
43561 }{
43562 \end_layout
43563
43564 \end_inset
43565
43566
43567 \begin_inset Phantom Phantom
43568 status open
43569
43570 \begin_layout Plain Layout
43571 W
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset ERT
43578 status collapsed
43579
43580 \begin_layout Plain Layout
43581
43582 }
43583 \end_layout
43584
43585 \end_inset
43586
43587  GreenYellow
43588 \end_layout
43589
43590 \end_inset
43591 </cell>
43592 </row>
43593 <row>
43594 <cell alignment="center" valignment="top" usebox="none">
43595 \begin_inset Text
43596
43597 \begin_layout Plain Layout
43598 \begin_inset ERT
43599 status collapsed
43600
43601 \begin_layout Plain Layout
43602
43603
43604 \backslash
43605 fcolorbox{black}{
43606 \end_layout
43607
43608 \end_inset
43609
43610 JungleGreen
43611 \begin_inset ERT
43612 status collapsed
43613
43614 \begin_layout Plain Layout
43615
43616 }{
43617 \end_layout
43618
43619 \end_inset
43620
43621
43622 \begin_inset Phantom Phantom
43623 status open
43624
43625 \begin_layout Plain Layout
43626 W
43627 \end_layout
43628
43629 \end_inset
43630
43631
43632 \begin_inset ERT
43633 status collapsed
43634
43635 \begin_layout Plain Layout
43636
43637 }
43638 \end_layout
43639
43640 \end_inset
43641
43642  JungleGreen
43643 \end_layout
43644
43645 \end_inset
43646 </cell>
43647 <cell alignment="center" valignment="top" usebox="none">
43648 \begin_inset Text
43649
43650 \begin_layout Plain Layout
43651 \begin_inset ERT
43652 status collapsed
43653
43654 \begin_layout Plain Layout
43655
43656
43657 \backslash
43658 fcolorbox{black}{
43659 \end_layout
43660
43661 \end_inset
43662
43663 Lavender
43664 \begin_inset ERT
43665 status collapsed
43666
43667 \begin_layout Plain Layout
43668
43669 }{
43670 \end_layout
43671
43672 \end_inset
43673
43674
43675 \begin_inset Phantom Phantom
43676 status open
43677
43678 \begin_layout Plain Layout
43679 W
43680 \end_layout
43681
43682 \end_inset
43683
43684
43685 \begin_inset ERT
43686 status collapsed
43687
43688 \begin_layout Plain Layout
43689
43690 }
43691 \end_layout
43692
43693 \end_inset
43694
43695  Lavender
43696 \end_layout
43697
43698 \end_inset
43699 </cell>
43700 <cell alignment="center" valignment="top" usebox="none">
43701 \begin_inset Text
43702
43703 \begin_layout Plain Layout
43704 \begin_inset ERT
43705 status collapsed
43706
43707 \begin_layout Plain Layout
43708
43709
43710 \backslash
43711 fcolorbox{black}{
43712 \end_layout
43713
43714 \end_inset
43715
43716 LimeGreen
43717 \begin_inset ERT
43718 status collapsed
43719
43720 \begin_layout Plain Layout
43721
43722 }{
43723 \end_layout
43724
43725 \end_inset
43726
43727
43728 \begin_inset Phantom Phantom
43729 status open
43730
43731 \begin_layout Plain Layout
43732 W
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset ERT
43739 status collapsed
43740
43741 \begin_layout Plain Layout
43742
43743 }
43744 \end_layout
43745
43746 \end_inset
43747
43748  LimeGreen
43749 \end_layout
43750
43751 \end_inset
43752 </cell>
43753 <cell alignment="center" valignment="top" usebox="none">
43754 \begin_inset Text
43755
43756 \begin_layout Plain Layout
43757 \begin_inset ERT
43758 status collapsed
43759
43760 \begin_layout Plain Layout
43761
43762
43763 \backslash
43764 fcolorbox{black}{
43765 \end_layout
43766
43767 \end_inset
43768
43769 Mahogany
43770 \begin_inset ERT
43771 status collapsed
43772
43773 \begin_layout Plain Layout
43774
43775 }{
43776 \end_layout
43777
43778 \end_inset
43779
43780
43781 \begin_inset Phantom Phantom
43782 status open
43783
43784 \begin_layout Plain Layout
43785 W
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset ERT
43792 status collapsed
43793
43794 \begin_layout Plain Layout
43795
43796 }
43797 \end_layout
43798
43799 \end_inset
43800
43801  Mahogany
43802 \end_layout
43803
43804 \end_inset
43805 </cell>
43806 </row>
43807 <row>
43808 <cell alignment="left" valignment="top" usebox="none">
43809 \begin_inset Text
43810
43811 \begin_layout Plain Layout
43812 \begin_inset ERT
43813 status collapsed
43814
43815 \begin_layout Plain Layout
43816
43817
43818 \backslash
43819 fcolorbox{black}{
43820 \end_layout
43821
43822 \end_inset
43823
43824 Mahogany
43825 \begin_inset ERT
43826 status collapsed
43827
43828 \begin_layout Plain Layout
43829
43830 }{
43831 \end_layout
43832
43833 \end_inset
43834
43835
43836 \begin_inset Phantom Phantom
43837 status open
43838
43839 \begin_layout Plain Layout
43840 W
43841 \end_layout
43842
43843 \end_inset
43844
43845
43846 \begin_inset ERT
43847 status collapsed
43848
43849 \begin_layout Plain Layout
43850
43851 }
43852 \end_layout
43853
43854 \end_inset
43855
43856  Mahogany
43857 \end_layout
43858
43859 \end_inset
43860 </cell>
43861 <cell alignment="left" valignment="top" usebox="none">
43862 \begin_inset Text
43863
43864 \begin_layout Plain Layout
43865 \begin_inset ERT
43866 status collapsed
43867
43868 \begin_layout Plain Layout
43869
43870
43871 \backslash
43872 fcolorbox{black}{
43873 \end_layout
43874
43875 \end_inset
43876
43877 Maroon
43878 \begin_inset ERT
43879 status collapsed
43880
43881 \begin_layout Plain Layout
43882
43883 }{
43884 \end_layout
43885
43886 \end_inset
43887
43888
43889 \begin_inset Phantom Phantom
43890 status open
43891
43892 \begin_layout Plain Layout
43893 W
43894 \end_layout
43895
43896 \end_inset
43897
43898
43899 \begin_inset ERT
43900 status collapsed
43901
43902 \begin_layout Plain Layout
43903
43904 }
43905 \end_layout
43906
43907 \end_inset
43908
43909  Maroon
43910 \end_layout
43911
43912 \end_inset
43913 </cell>
43914 <cell alignment="left" valignment="top" usebox="none">
43915 \begin_inset Text
43916
43917 \begin_layout Plain Layout
43918 \begin_inset ERT
43919 status collapsed
43920
43921 \begin_layout Plain Layout
43922
43923
43924 \backslash
43925 fcolorbox{black}{
43926 \end_layout
43927
43928 \end_inset
43929
43930 Melon
43931 \begin_inset ERT
43932 status collapsed
43933
43934 \begin_layout Plain Layout
43935
43936 }{
43937 \end_layout
43938
43939 \end_inset
43940
43941
43942 \begin_inset Phantom Phantom
43943 status open
43944
43945 \begin_layout Plain Layout
43946 W
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset ERT
43953 status collapsed
43954
43955 \begin_layout Plain Layout
43956
43957 }
43958 \end_layout
43959
43960 \end_inset
43961
43962  Melon
43963 \end_layout
43964
43965 \end_inset
43966 </cell>
43967 <cell alignment="left" valignment="top" usebox="none">
43968 \begin_inset Text
43969
43970 \begin_layout Plain Layout
43971 \begin_inset ERT
43972 status collapsed
43973
43974 \begin_layout Plain Layout
43975
43976
43977 \backslash
43978 fcolorbox{black}{
43979 \end_layout
43980
43981 \end_inset
43982
43983 MidnightBlue
43984 \begin_inset ERT
43985 status collapsed
43986
43987 \begin_layout Plain Layout
43988
43989 }{
43990 \end_layout
43991
43992 \end_inset
43993
43994
43995 \begin_inset Phantom Phantom
43996 status open
43997
43998 \begin_layout Plain Layout
43999 W
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset ERT
44006 status collapsed
44007
44008 \begin_layout Plain Layout
44009
44010 }
44011 \end_layout
44012
44013 \end_inset
44014
44015  MidnightBlue
44016 \end_layout
44017
44018 \end_inset
44019 </cell>
44020 </row>
44021 <row>
44022 <cell alignment="left" valignment="top" usebox="none">
44023 \begin_inset Text
44024
44025 \begin_layout Plain Layout
44026 \begin_inset ERT
44027 status collapsed
44028
44029 \begin_layout Plain Layout
44030
44031
44032 \backslash
44033 fcolorbox{black}{
44034 \end_layout
44035
44036 \end_inset
44037
44038 Mulberry
44039 \begin_inset ERT
44040 status collapsed
44041
44042 \begin_layout Plain Layout
44043
44044 }{
44045 \end_layout
44046
44047 \end_inset
44048
44049
44050 \begin_inset Phantom Phantom
44051 status open
44052
44053 \begin_layout Plain Layout
44054 W
44055 \end_layout
44056
44057 \end_inset
44058
44059
44060 \begin_inset ERT
44061 status collapsed
44062
44063 \begin_layout Plain Layout
44064
44065 }
44066 \end_layout
44067
44068 \end_inset
44069
44070  Mulberry
44071 \end_layout
44072
44073 \end_inset
44074 </cell>
44075 <cell alignment="left" valignment="top" usebox="none">
44076 \begin_inset Text
44077
44078 \begin_layout Plain Layout
44079 \begin_inset ERT
44080 status collapsed
44081
44082 \begin_layout Plain Layout
44083
44084
44085 \backslash
44086 fcolorbox{black}{
44087 \end_layout
44088
44089 \end_inset
44090
44091 NavyBlue
44092 \begin_inset ERT
44093 status collapsed
44094
44095 \begin_layout Plain Layout
44096
44097 }{
44098 \end_layout
44099
44100 \end_inset
44101
44102
44103 \begin_inset Phantom Phantom
44104 status open
44105
44106 \begin_layout Plain Layout
44107 W
44108 \end_layout
44109
44110 \end_inset
44111
44112
44113 \begin_inset ERT
44114 status collapsed
44115
44116 \begin_layout Plain Layout
44117
44118 }
44119 \end_layout
44120
44121 \end_inset
44122
44123  NavyBlue
44124 \end_layout
44125
44126 \end_inset
44127 </cell>
44128 <cell alignment="left" valignment="top" usebox="none">
44129 \begin_inset Text
44130
44131 \begin_layout Plain Layout
44132 \begin_inset ERT
44133 status collapsed
44134
44135 \begin_layout Plain Layout
44136
44137
44138 \backslash
44139 fcolorbox{black}{
44140 \end_layout
44141
44142 \end_inset
44143
44144 OliveGreen
44145 \begin_inset ERT
44146 status collapsed
44147
44148 \begin_layout Plain Layout
44149
44150 }{
44151 \end_layout
44152
44153 \end_inset
44154
44155
44156 \begin_inset Phantom Phantom
44157 status open
44158
44159 \begin_layout Plain Layout
44160 W
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset ERT
44167 status collapsed
44168
44169 \begin_layout Plain Layout
44170
44171 }
44172 \end_layout
44173
44174 \end_inset
44175
44176  OliveGreen
44177 \end_layout
44178
44179 \end_inset
44180 </cell>
44181 <cell alignment="left" valignment="top" usebox="none">
44182 \begin_inset Text
44183
44184 \begin_layout Plain Layout
44185 \begin_inset ERT
44186 status collapsed
44187
44188 \begin_layout Plain Layout
44189
44190
44191 \backslash
44192 fcolorbox{black}{
44193 \end_layout
44194
44195 \end_inset
44196
44197 Orange
44198 \begin_inset ERT
44199 status collapsed
44200
44201 \begin_layout Plain Layout
44202
44203 }{
44204 \end_layout
44205
44206 \end_inset
44207
44208
44209 \begin_inset Phantom Phantom
44210 status open
44211
44212 \begin_layout Plain Layout
44213 W
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset ERT
44220 status collapsed
44221
44222 \begin_layout Plain Layout
44223
44224 }
44225 \end_layout
44226
44227 \end_inset
44228
44229  Orange
44230 \end_layout
44231
44232 \end_inset
44233 </cell>
44234 </row>
44235 <row>
44236 <cell alignment="left" valignment="top" usebox="none">
44237 \begin_inset Text
44238
44239 \begin_layout Plain Layout
44240 \begin_inset ERT
44241 status collapsed
44242
44243 \begin_layout Plain Layout
44244
44245
44246 \backslash
44247 fcolorbox{black}{
44248 \end_layout
44249
44250 \end_inset
44251
44252 OrangeRed
44253 \begin_inset ERT
44254 status collapsed
44255
44256 \begin_layout Plain Layout
44257
44258 }{
44259 \end_layout
44260
44261 \end_inset
44262
44263
44264 \begin_inset Phantom Phantom
44265 status open
44266
44267 \begin_layout Plain Layout
44268 W
44269 \end_layout
44270
44271 \end_inset
44272
44273
44274 \begin_inset ERT
44275 status collapsed
44276
44277 \begin_layout Plain Layout
44278
44279 }
44280 \end_layout
44281
44282 \end_inset
44283
44284  OrangeRed
44285 \end_layout
44286
44287 \end_inset
44288 </cell>
44289 <cell alignment="left" valignment="top" usebox="none">
44290 \begin_inset Text
44291
44292 \begin_layout Plain Layout
44293 \begin_inset ERT
44294 status collapsed
44295
44296 \begin_layout Plain Layout
44297
44298
44299 \backslash
44300 fcolorbox{black}{
44301 \end_layout
44302
44303 \end_inset
44304
44305 Orchid
44306 \begin_inset ERT
44307 status collapsed
44308
44309 \begin_layout Plain Layout
44310
44311 }{
44312 \end_layout
44313
44314 \end_inset
44315
44316
44317 \begin_inset Phantom Phantom
44318 status open
44319
44320 \begin_layout Plain Layout
44321 W
44322 \end_layout
44323
44324 \end_inset
44325
44326
44327 \begin_inset ERT
44328 status collapsed
44329
44330 \begin_layout Plain Layout
44331
44332 }
44333 \end_layout
44334
44335 \end_inset
44336
44337  Orchid
44338 \end_layout
44339
44340 \end_inset
44341 </cell>
44342 <cell alignment="left" valignment="top" usebox="none">
44343 \begin_inset Text
44344
44345 \begin_layout Plain Layout
44346 \begin_inset ERT
44347 status collapsed
44348
44349 \begin_layout Plain Layout
44350
44351
44352 \backslash
44353 fcolorbox{black}{
44354 \end_layout
44355
44356 \end_inset
44357
44358 Peach
44359 \begin_inset ERT
44360 status collapsed
44361
44362 \begin_layout Plain Layout
44363
44364 }{
44365 \end_layout
44366
44367 \end_inset
44368
44369
44370 \begin_inset Phantom Phantom
44371 status open
44372
44373 \begin_layout Plain Layout
44374 W
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset ERT
44381 status collapsed
44382
44383 \begin_layout Plain Layout
44384
44385 }
44386 \end_layout
44387
44388 \end_inset
44389
44390  Peach
44391 \end_layout
44392
44393 \end_inset
44394 </cell>
44395 <cell alignment="left" valignment="top" usebox="none">
44396 \begin_inset Text
44397
44398 \begin_layout Plain Layout
44399 \begin_inset ERT
44400 status collapsed
44401
44402 \begin_layout Plain Layout
44403
44404
44405 \backslash
44406 fcolorbox{black}{
44407 \end_layout
44408
44409 \end_inset
44410
44411 Periwinkle
44412 \begin_inset ERT
44413 status collapsed
44414
44415 \begin_layout Plain Layout
44416
44417 }{
44418 \end_layout
44419
44420 \end_inset
44421
44422
44423 \begin_inset Phantom Phantom
44424 status open
44425
44426 \begin_layout Plain Layout
44427 W
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset ERT
44434 status collapsed
44435
44436 \begin_layout Plain Layout
44437
44438 }
44439 \end_layout
44440
44441 \end_inset
44442
44443  Periwinkle
44444 \end_layout
44445
44446 \end_inset
44447 </cell>
44448 </row>
44449 <row>
44450 <cell alignment="left" valignment="top" usebox="none">
44451 \begin_inset Text
44452
44453 \begin_layout Plain Layout
44454 \begin_inset ERT
44455 status collapsed
44456
44457 \begin_layout Plain Layout
44458
44459
44460 \backslash
44461 fcolorbox{black}{
44462 \end_layout
44463
44464 \end_inset
44465
44466 PineGreen
44467 \begin_inset ERT
44468 status collapsed
44469
44470 \begin_layout Plain Layout
44471
44472 }{
44473 \end_layout
44474
44475 \end_inset
44476
44477
44478 \begin_inset Phantom Phantom
44479 status open
44480
44481 \begin_layout Plain Layout
44482 W
44483 \end_layout
44484
44485 \end_inset
44486
44487
44488 \begin_inset ERT
44489 status collapsed
44490
44491 \begin_layout Plain Layout
44492
44493 }
44494 \end_layout
44495
44496 \end_inset
44497
44498  PineGreen
44499 \end_layout
44500
44501 \end_inset
44502 </cell>
44503 <cell alignment="left" valignment="top" usebox="none">
44504 \begin_inset Text
44505
44506 \begin_layout Plain Layout
44507 \begin_inset ERT
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512
44513 \backslash
44514 fcolorbox{black}{
44515 \end_layout
44516
44517 \end_inset
44518
44519 Plum
44520 \begin_inset ERT
44521 status collapsed
44522
44523 \begin_layout Plain Layout
44524
44525 }{
44526 \end_layout
44527
44528 \end_inset
44529
44530
44531 \begin_inset Phantom Phantom
44532 status open
44533
44534 \begin_layout Plain Layout
44535 W
44536 \end_layout
44537
44538 \end_inset
44539
44540
44541 \begin_inset ERT
44542 status collapsed
44543
44544 \begin_layout Plain Layout
44545
44546 }
44547 \end_layout
44548
44549 \end_inset
44550
44551  Plum
44552 \end_layout
44553
44554 \end_inset
44555 </cell>
44556 <cell alignment="left" valignment="top" usebox="none">
44557 \begin_inset Text
44558
44559 \begin_layout Plain Layout
44560 \begin_inset ERT
44561 status collapsed
44562
44563 \begin_layout Plain Layout
44564
44565
44566 \backslash
44567 fcolorbox{black}{
44568 \end_layout
44569
44570 \end_inset
44571
44572 ProcessBlue
44573 \begin_inset ERT
44574 status collapsed
44575
44576 \begin_layout Plain Layout
44577
44578 }{
44579 \end_layout
44580
44581 \end_inset
44582
44583
44584 \begin_inset Phantom Phantom
44585 status open
44586
44587 \begin_layout Plain Layout
44588 W
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset ERT
44595 status collapsed
44596
44597 \begin_layout Plain Layout
44598
44599 }
44600 \end_layout
44601
44602 \end_inset
44603
44604  ProcessBlue
44605 \end_layout
44606
44607 \end_inset
44608 </cell>
44609 <cell alignment="left" valignment="top" usebox="none">
44610 \begin_inset Text
44611
44612 \begin_layout Plain Layout
44613 \begin_inset ERT
44614 status collapsed
44615
44616 \begin_layout Plain Layout
44617
44618
44619 \backslash
44620 fcolorbox{black}{
44621 \end_layout
44622
44623 \end_inset
44624
44625 Purple
44626 \begin_inset ERT
44627 status collapsed
44628
44629 \begin_layout Plain Layout
44630
44631 }{
44632 \end_layout
44633
44634 \end_inset
44635
44636
44637 \begin_inset Phantom Phantom
44638 status open
44639
44640 \begin_layout Plain Layout
44641 W
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset ERT
44648 status collapsed
44649
44650 \begin_layout Plain Layout
44651
44652 }
44653 \end_layout
44654
44655 \end_inset
44656
44657  Purple
44658 \end_layout
44659
44660 \end_inset
44661 </cell>
44662 </row>
44663 <row>
44664 <cell alignment="left" valignment="top" usebox="none">
44665 \begin_inset Text
44666
44667 \begin_layout Plain Layout
44668 \begin_inset ERT
44669 status collapsed
44670
44671 \begin_layout Plain Layout
44672
44673
44674 \backslash
44675 fcolorbox{black}{
44676 \end_layout
44677
44678 \end_inset
44679
44680 RawSienna
44681 \begin_inset ERT
44682 status collapsed
44683
44684 \begin_layout Plain Layout
44685
44686 }{
44687 \end_layout
44688
44689 \end_inset
44690
44691
44692 \begin_inset Phantom Phantom
44693 status open
44694
44695 \begin_layout Plain Layout
44696 W
44697 \end_layout
44698
44699 \end_inset
44700
44701
44702 \begin_inset ERT
44703 status collapsed
44704
44705 \begin_layout Plain Layout
44706
44707 }
44708 \end_layout
44709
44710 \end_inset
44711
44712  RawSienna
44713 \end_layout
44714
44715 \end_inset
44716 </cell>
44717 <cell alignment="left" valignment="top" usebox="none">
44718 \begin_inset Text
44719
44720 \begin_layout Plain Layout
44721 \begin_inset ERT
44722 status collapsed
44723
44724 \begin_layout Plain Layout
44725
44726
44727 \backslash
44728 fcolorbox{black}{
44729 \end_layout
44730
44731 \end_inset
44732
44733 RedOrange
44734 \begin_inset ERT
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738
44739 }{
44740 \end_layout
44741
44742 \end_inset
44743
44744
44745 \begin_inset Phantom Phantom
44746 status open
44747
44748 \begin_layout Plain Layout
44749 W
44750 \end_layout
44751
44752 \end_inset
44753
44754
44755 \begin_inset ERT
44756 status collapsed
44757
44758 \begin_layout Plain Layout
44759
44760 }
44761 \end_layout
44762
44763 \end_inset
44764
44765  RedOrange
44766 \end_layout
44767
44768 \end_inset
44769 </cell>
44770 <cell alignment="left" valignment="top" usebox="none">
44771 \begin_inset Text
44772
44773 \begin_layout Plain Layout
44774 \begin_inset ERT
44775 status collapsed
44776
44777 \begin_layout Plain Layout
44778
44779
44780 \backslash
44781 fcolorbox{black}{
44782 \end_layout
44783
44784 \end_inset
44785
44786 RedViolet
44787 \begin_inset ERT
44788 status collapsed
44789
44790 \begin_layout Plain Layout
44791
44792 }{
44793 \end_layout
44794
44795 \end_inset
44796
44797
44798 \begin_inset Phantom Phantom
44799 status open
44800
44801 \begin_layout Plain Layout
44802 W
44803 \end_layout
44804
44805 \end_inset
44806
44807
44808 \begin_inset ERT
44809 status collapsed
44810
44811 \begin_layout Plain Layout
44812
44813 }
44814 \end_layout
44815
44816 \end_inset
44817
44818  RedViolet
44819 \end_layout
44820
44821 \end_inset
44822 </cell>
44823 <cell alignment="left" valignment="top" usebox="none">
44824 \begin_inset Text
44825
44826 \begin_layout Plain Layout
44827 \begin_inset ERT
44828 status collapsed
44829
44830 \begin_layout Plain Layout
44831
44832
44833 \backslash
44834 fcolorbox{black}{
44835 \end_layout
44836
44837 \end_inset
44838
44839 Rhodamine
44840 \begin_inset ERT
44841 status collapsed
44842
44843 \begin_layout Plain Layout
44844
44845 }{
44846 \end_layout
44847
44848 \end_inset
44849
44850
44851 \begin_inset Phantom Phantom
44852 status open
44853
44854 \begin_layout Plain Layout
44855 W
44856 \end_layout
44857
44858 \end_inset
44859
44860
44861 \begin_inset ERT
44862 status collapsed
44863
44864 \begin_layout Plain Layout
44865
44866 }
44867 \end_layout
44868
44869 \end_inset
44870
44871  Rhodamine
44872 \end_layout
44873
44874 \end_inset
44875 </cell>
44876 </row>
44877 <row>
44878 <cell alignment="left" valignment="top" usebox="none">
44879 \begin_inset Text
44880
44881 \begin_layout Plain Layout
44882 \begin_inset ERT
44883 status collapsed
44884
44885 \begin_layout Plain Layout
44886
44887
44888 \backslash
44889 fcolorbox{black}{
44890 \end_layout
44891
44892 \end_inset
44893
44894 RoyalBlue
44895 \begin_inset ERT
44896 status collapsed
44897
44898 \begin_layout Plain Layout
44899
44900 }{
44901 \end_layout
44902
44903 \end_inset
44904
44905
44906 \begin_inset Phantom Phantom
44907 status open
44908
44909 \begin_layout Plain Layout
44910 W
44911 \end_layout
44912
44913 \end_inset
44914
44915
44916 \begin_inset ERT
44917 status collapsed
44918
44919 \begin_layout Plain Layout
44920
44921 }
44922 \end_layout
44923
44924 \end_inset
44925
44926  RoyalBlue
44927 \end_layout
44928
44929 \end_inset
44930 </cell>
44931 <cell alignment="left" valignment="top" usebox="none">
44932 \begin_inset Text
44933
44934 \begin_layout Plain Layout
44935 \begin_inset ERT
44936 status collapsed
44937
44938 \begin_layout Plain Layout
44939
44940
44941 \backslash
44942 fcolorbox{black}{
44943 \end_layout
44944
44945 \end_inset
44946
44947 RoyalPurple
44948 \begin_inset ERT
44949 status collapsed
44950
44951 \begin_layout Plain Layout
44952
44953 }{
44954 \end_layout
44955
44956 \end_inset
44957
44958
44959 \begin_inset Phantom Phantom
44960 status open
44961
44962 \begin_layout Plain Layout
44963 W
44964 \end_layout
44965
44966 \end_inset
44967
44968
44969 \begin_inset ERT
44970 status collapsed
44971
44972 \begin_layout Plain Layout
44973
44974 }
44975 \end_layout
44976
44977 \end_inset
44978
44979  RoyalPurple
44980 \end_layout
44981
44982 \end_inset
44983 </cell>
44984 <cell alignment="left" valignment="top" usebox="none">
44985 \begin_inset Text
44986
44987 \begin_layout Plain Layout
44988 \begin_inset ERT
44989 status collapsed
44990
44991 \begin_layout Plain Layout
44992
44993
44994 \backslash
44995 fcolorbox{black}{
44996 \end_layout
44997
44998 \end_inset
44999
45000 RubineRed
45001 \begin_inset ERT
45002 status collapsed
45003
45004 \begin_layout Plain Layout
45005
45006 }{
45007 \end_layout
45008
45009 \end_inset
45010
45011
45012 \begin_inset Phantom Phantom
45013 status open
45014
45015 \begin_layout Plain Layout
45016 W
45017 \end_layout
45018
45019 \end_inset
45020
45021
45022 \begin_inset ERT
45023 status collapsed
45024
45025 \begin_layout Plain Layout
45026
45027 }
45028 \end_layout
45029
45030 \end_inset
45031
45032  RubineRed
45033 \end_layout
45034
45035 \end_inset
45036 </cell>
45037 <cell alignment="left" valignment="top" usebox="none">
45038 \begin_inset Text
45039
45040 \begin_layout Plain Layout
45041 \begin_inset ERT
45042 status collapsed
45043
45044 \begin_layout Plain Layout
45045
45046
45047 \backslash
45048 fcolorbox{black}{
45049 \end_layout
45050
45051 \end_inset
45052
45053 Salmon
45054 \begin_inset ERT
45055 status collapsed
45056
45057 \begin_layout Plain Layout
45058
45059 }{
45060 \end_layout
45061
45062 \end_inset
45063
45064
45065 \begin_inset Phantom Phantom
45066 status open
45067
45068 \begin_layout Plain Layout
45069 W
45070 \end_layout
45071
45072 \end_inset
45073
45074
45075 \begin_inset ERT
45076 status collapsed
45077
45078 \begin_layout Plain Layout
45079
45080 }
45081 \end_layout
45082
45083 \end_inset
45084
45085  Salmon
45086 \end_layout
45087
45088 \end_inset
45089 </cell>
45090 </row>
45091 <row>
45092 <cell alignment="left" valignment="top" usebox="none">
45093 \begin_inset Text
45094
45095 \begin_layout Plain Layout
45096 \begin_inset ERT
45097 status collapsed
45098
45099 \begin_layout Plain Layout
45100
45101
45102 \backslash
45103 fcolorbox{black}{
45104 \end_layout
45105
45106 \end_inset
45107
45108 SeaGreen
45109 \begin_inset ERT
45110 status collapsed
45111
45112 \begin_layout Plain Layout
45113
45114 }{
45115 \end_layout
45116
45117 \end_inset
45118
45119
45120 \begin_inset Phantom Phantom
45121 status open
45122
45123 \begin_layout Plain Layout
45124 W
45125 \end_layout
45126
45127 \end_inset
45128
45129
45130 \begin_inset ERT
45131 status collapsed
45132
45133 \begin_layout Plain Layout
45134
45135 }
45136 \end_layout
45137
45138 \end_inset
45139
45140  SeaGreen
45141 \end_layout
45142
45143 \end_inset
45144 </cell>
45145 <cell alignment="left" valignment="top" usebox="none">
45146 \begin_inset Text
45147
45148 \begin_layout Plain Layout
45149 \begin_inset ERT
45150 status collapsed
45151
45152 \begin_layout Plain Layout
45153
45154
45155 \backslash
45156 fcolorbox{black}{
45157 \end_layout
45158
45159 \end_inset
45160
45161 Sepia
45162 \begin_inset ERT
45163 status collapsed
45164
45165 \begin_layout Plain Layout
45166
45167 }{
45168 \end_layout
45169
45170 \end_inset
45171
45172
45173 \begin_inset Phantom Phantom
45174 status open
45175
45176 \begin_layout Plain Layout
45177 W
45178 \end_layout
45179
45180 \end_inset
45181
45182
45183 \begin_inset ERT
45184 status collapsed
45185
45186 \begin_layout Plain Layout
45187
45188 }
45189 \end_layout
45190
45191 \end_inset
45192
45193  Sepia
45194 \end_layout
45195
45196 \end_inset
45197 </cell>
45198 <cell alignment="left" valignment="top" usebox="none">
45199 \begin_inset Text
45200
45201 \begin_layout Plain Layout
45202 \begin_inset ERT
45203 status collapsed
45204
45205 \begin_layout Plain Layout
45206
45207
45208 \backslash
45209 fcolorbox{black}{
45210 \end_layout
45211
45212 \end_inset
45213
45214 SkyBlue
45215 \begin_inset ERT
45216 status collapsed
45217
45218 \begin_layout Plain Layout
45219
45220 }{
45221 \end_layout
45222
45223 \end_inset
45224
45225
45226 \begin_inset Phantom Phantom
45227 status open
45228
45229 \begin_layout Plain Layout
45230 W
45231 \end_layout
45232
45233 \end_inset
45234
45235
45236 \begin_inset ERT
45237 status collapsed
45238
45239 \begin_layout Plain Layout
45240
45241 }
45242 \end_layout
45243
45244 \end_inset
45245
45246  SkyBlue
45247 \end_layout
45248
45249 \end_inset
45250 </cell>
45251 <cell alignment="left" valignment="top" usebox="none">
45252 \begin_inset Text
45253
45254 \begin_layout Plain Layout
45255 \begin_inset ERT
45256 status collapsed
45257
45258 \begin_layout Plain Layout
45259
45260
45261 \backslash
45262 fcolorbox{black}{
45263 \end_layout
45264
45265 \end_inset
45266
45267 SpringGreen
45268 \begin_inset ERT
45269 status collapsed
45270
45271 \begin_layout Plain Layout
45272
45273 }{
45274 \end_layout
45275
45276 \end_inset
45277
45278
45279 \begin_inset Phantom Phantom
45280 status open
45281
45282 \begin_layout Plain Layout
45283 W
45284 \end_layout
45285
45286 \end_inset
45287
45288
45289 \begin_inset ERT
45290 status collapsed
45291
45292 \begin_layout Plain Layout
45293
45294 }
45295 \end_layout
45296
45297 \end_inset
45298
45299  SpringGreen
45300 \end_layout
45301
45302 \end_inset
45303 </cell>
45304 </row>
45305 <row>
45306 <cell alignment="left" valignment="top" usebox="none">
45307 \begin_inset Text
45308
45309 \begin_layout Plain Layout
45310 \begin_inset ERT
45311 status collapsed
45312
45313 \begin_layout Plain Layout
45314
45315
45316 \backslash
45317 fcolorbox{black}{
45318 \end_layout
45319
45320 \end_inset
45321
45322 Tan
45323 \begin_inset ERT
45324 status collapsed
45325
45326 \begin_layout Plain Layout
45327
45328 }{
45329 \end_layout
45330
45331 \end_inset
45332
45333
45334 \begin_inset Phantom Phantom
45335 status open
45336
45337 \begin_layout Plain Layout
45338 W
45339 \end_layout
45340
45341 \end_inset
45342
45343
45344 \begin_inset ERT
45345 status collapsed
45346
45347 \begin_layout Plain Layout
45348
45349 }
45350 \end_layout
45351
45352 \end_inset
45353
45354  Tan
45355 \end_layout
45356
45357 \end_inset
45358 </cell>
45359 <cell alignment="left" valignment="top" usebox="none">
45360 \begin_inset Text
45361
45362 \begin_layout Plain Layout
45363 \begin_inset ERT
45364 status collapsed
45365
45366 \begin_layout Plain Layout
45367
45368
45369 \backslash
45370 fcolorbox{black}{
45371 \end_layout
45372
45373 \end_inset
45374
45375 TealBlue
45376 \begin_inset ERT
45377 status collapsed
45378
45379 \begin_layout Plain Layout
45380
45381 }{
45382 \end_layout
45383
45384 \end_inset
45385
45386
45387 \begin_inset Phantom Phantom
45388 status open
45389
45390 \begin_layout Plain Layout
45391 W
45392 \end_layout
45393
45394 \end_inset
45395
45396
45397 \begin_inset ERT
45398 status collapsed
45399
45400 \begin_layout Plain Layout
45401
45402 }
45403 \end_layout
45404
45405 \end_inset
45406
45407  TealBlue
45408 \end_layout
45409
45410 \end_inset
45411 </cell>
45412 <cell alignment="left" valignment="top" usebox="none">
45413 \begin_inset Text
45414
45415 \begin_layout Plain Layout
45416 \begin_inset ERT
45417 status collapsed
45418
45419 \begin_layout Plain Layout
45420
45421
45422 \backslash
45423 fcolorbox{black}{
45424 \end_layout
45425
45426 \end_inset
45427
45428 Thistle
45429 \begin_inset ERT
45430 status collapsed
45431
45432 \begin_layout Plain Layout
45433
45434 }{
45435 \end_layout
45436
45437 \end_inset
45438
45439
45440 \begin_inset Phantom Phantom
45441 status open
45442
45443 \begin_layout Plain Layout
45444 W
45445 \end_layout
45446
45447 \end_inset
45448
45449
45450 \begin_inset ERT
45451 status collapsed
45452
45453 \begin_layout Plain Layout
45454
45455 }
45456 \end_layout
45457
45458 \end_inset
45459
45460  Thistle
45461 \end_layout
45462
45463 \end_inset
45464 </cell>
45465 <cell alignment="left" valignment="top" usebox="none">
45466 \begin_inset Text
45467
45468 \begin_layout Plain Layout
45469 \begin_inset ERT
45470 status collapsed
45471
45472 \begin_layout Plain Layout
45473
45474
45475 \backslash
45476 fcolorbox{black}{
45477 \end_layout
45478
45479 \end_inset
45480
45481 Turquoise
45482 \begin_inset ERT
45483 status collapsed
45484
45485 \begin_layout Plain Layout
45486
45487 }{
45488 \end_layout
45489
45490 \end_inset
45491
45492
45493 \begin_inset Phantom Phantom
45494 status open
45495
45496 \begin_layout Plain Layout
45497 W
45498 \end_layout
45499
45500 \end_inset
45501
45502
45503 \begin_inset ERT
45504 status collapsed
45505
45506 \begin_layout Plain Layout
45507
45508 }
45509 \end_layout
45510
45511 \end_inset
45512
45513  Turquoise
45514 \end_layout
45515
45516 \end_inset
45517 </cell>
45518 </row>
45519 <row>
45520 <cell alignment="left" valignment="top" usebox="none">
45521 \begin_inset Text
45522
45523 \begin_layout Plain Layout
45524 \begin_inset ERT
45525 status collapsed
45526
45527 \begin_layout Plain Layout
45528
45529
45530 \backslash
45531 fcolorbox{black}{
45532 \end_layout
45533
45534 \end_inset
45535
45536 Violet
45537 \begin_inset ERT
45538 status collapsed
45539
45540 \begin_layout Plain Layout
45541
45542 }{
45543 \end_layout
45544
45545 \end_inset
45546
45547
45548 \begin_inset Phantom Phantom
45549 status open
45550
45551 \begin_layout Plain Layout
45552 W
45553 \end_layout
45554
45555 \end_inset
45556
45557
45558 \begin_inset ERT
45559 status collapsed
45560
45561 \begin_layout Plain Layout
45562
45563 }
45564 \end_layout
45565
45566 \end_inset
45567
45568  Violet
45569 \end_layout
45570
45571 \end_inset
45572 </cell>
45573 <cell alignment="left" valignment="top" usebox="none">
45574 \begin_inset Text
45575
45576 \begin_layout Plain Layout
45577 \begin_inset ERT
45578 status collapsed
45579
45580 \begin_layout Plain Layout
45581
45582
45583 \backslash
45584 fcolorbox{black}{
45585 \end_layout
45586
45587 \end_inset
45588
45589 VioletRed
45590 \begin_inset ERT
45591 status collapsed
45592
45593 \begin_layout Plain Layout
45594
45595 }{
45596 \end_layout
45597
45598 \end_inset
45599
45600
45601 \begin_inset Phantom Phantom
45602 status open
45603
45604 \begin_layout Plain Layout
45605 W
45606 \end_layout
45607
45608 \end_inset
45609
45610
45611 \begin_inset ERT
45612 status collapsed
45613
45614 \begin_layout Plain Layout
45615
45616 }
45617 \end_layout
45618
45619 \end_inset
45620
45621  VioletRed
45622 \end_layout
45623
45624 \end_inset
45625 </cell>
45626 <cell alignment="left" valignment="top" usebox="none">
45627 \begin_inset Text
45628
45629 \begin_layout Plain Layout
45630 \begin_inset ERT
45631 status collapsed
45632
45633 \begin_layout Plain Layout
45634
45635
45636 \backslash
45637 fcolorbox{black}{
45638 \end_layout
45639
45640 \end_inset
45641
45642 WildStrawberry
45643 \begin_inset ERT
45644 status collapsed
45645
45646 \begin_layout Plain Layout
45647
45648 }{
45649 \end_layout
45650
45651 \end_inset
45652
45653
45654 \begin_inset Phantom Phantom
45655 status open
45656
45657 \begin_layout Plain Layout
45658 W
45659 \end_layout
45660
45661 \end_inset
45662
45663
45664 \begin_inset ERT
45665 status collapsed
45666
45667 \begin_layout Plain Layout
45668
45669 }
45670 \end_layout
45671
45672 \end_inset
45673
45674  WildStrawberry
45675 \end_layout
45676
45677 \end_inset
45678 </cell>
45679 <cell alignment="left" valignment="top" usebox="none">
45680 \begin_inset Text
45681
45682 \begin_layout Plain Layout
45683 \begin_inset ERT
45684 status collapsed
45685
45686 \begin_layout Plain Layout
45687
45688
45689 \backslash
45690 fcolorbox{black}{
45691 \end_layout
45692
45693 \end_inset
45694
45695 YellowGreen
45696 \begin_inset ERT
45697 status collapsed
45698
45699 \begin_layout Plain Layout
45700
45701 }{
45702 \end_layout
45703
45704 \end_inset
45705
45706
45707 \begin_inset Phantom Phantom
45708 status open
45709
45710 \begin_layout Plain Layout
45711 W
45712 \end_layout
45713
45714 \end_inset
45715
45716
45717 \begin_inset ERT
45718 status collapsed
45719
45720 \begin_layout Plain Layout
45721
45722 }
45723 \end_layout
45724
45725 \end_inset
45726
45727  YellowGreen
45728 \end_layout
45729
45730 \end_inset
45731 </cell>
45732 </row>
45733 <row>
45734 <cell alignment="left" valignment="top" usebox="none">
45735 \begin_inset Text
45736
45737 \begin_layout Plain Layout
45738 \begin_inset ERT
45739 status collapsed
45740
45741 \begin_layout Plain Layout
45742
45743
45744 \backslash
45745 fcolorbox{black}{
45746 \end_layout
45747
45748 \end_inset
45749
45750 YellowOrange
45751 \begin_inset ERT
45752 status collapsed
45753
45754 \begin_layout Plain Layout
45755
45756 }{
45757 \end_layout
45758
45759 \end_inset
45760
45761
45762 \begin_inset Phantom Phantom
45763 status open
45764
45765 \begin_layout Plain Layout
45766 W
45767 \end_layout
45768
45769 \end_inset
45770
45771
45772 \begin_inset ERT
45773 status collapsed
45774
45775 \begin_layout Plain Layout
45776
45777 }
45778 \end_layout
45779
45780 \end_inset
45781
45782  YellowOrange
45783 \end_layout
45784
45785 \end_inset
45786 </cell>
45787 <cell alignment="left" valignment="top" usebox="none">
45788 \begin_inset Text
45789
45790 \begin_layout Plain Layout
45791
45792 \end_layout
45793
45794 \end_inset
45795 </cell>
45796 <cell alignment="left" valignment="top" usebox="none">
45797 \begin_inset Text
45798
45799 \begin_layout Plain Layout
45800
45801 \end_layout
45802
45803 \end_inset
45804 </cell>
45805 <cell alignment="left" valignment="top" usebox="none">
45806 \begin_inset Text
45807
45808 \begin_layout Plain Layout
45809
45810 \end_layout
45811
45812 \end_inset
45813 </cell>
45814 </row>
45815 </lyxtabular>
45816
45817 \end_inset
45818
45819
45820 \end_layout
45821
45822 \begin_layout Chapter
45823 Explication de l' équation
45824 \begin_inset space ~
45825 \end_inset
45826
45827 (
45828 \begin_inset CommandInset ref
45829 LatexCommand ref
45830 reference "eq:Wgn"
45831
45832 \end_inset
45833
45834 )
45835 \begin_inset CommandInset label
45836 LatexCommand label
45837 name "cha:Explication-de-l'Equation"
45838
45839 \end_inset
45840
45841
45842 \end_layout
45843
45844 \begin_layout Standard
45845 La largeur totale de 
45846 \emph on
45847 n
45848 \emph default
45849  cellules de tableau 
45850 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45851 \end_inset
45852
45853  peut être calculée avec
45854 \begin_inset Formula 
45855 \begin{equation}
45856 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45857 \end{equation}
45858
45859 \end_inset
45860
45861
45862 \end_layout
45863
45864 \begin_layout Standard
45865 où 
45866 \begin_inset Formula $L_{g\,n}$
45867 \end_inset
45868
45869  est la largeur fixe de toutes les cellules.
45870  
45871 \series bold
45872
45873 \backslash
45874 tabcolsep
45875 \series default
45876  est la largeur utilisée par \SpecialChar LaTeX
45877  entre le texte de la cellule et la bordure,
45878  sa valeur implicite est 6
45879 \begin_inset space \thinspace{}
45880 \end_inset
45881
45882 pt.
45883  
45884 \series bold
45885
45886 \backslash
45887 arrayrulewidth
45888 \series default
45889  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45890 \begin_inset space \thinspace{}
45891 \end_inset
45892
45893 pt.
45894 \end_layout
45895
45896 \begin_layout Standard
45897 D'après l'équation
45898 \begin_inset space ~
45899 \end_inset
45900
45901
45902 \begin_inset CommandInset ref
45903 LatexCommand eqref
45904 reference "eq:Wtot_n"
45905
45906 \end_inset
45907
45908 , la largeur totale d'une multi-colonnes, 
45909 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45910 \end_inset
45911
45912  est
45913 \begin_inset Formula 
45914 \begin{equation}
45915 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45916 \end{equation}
45917
45918 \end_inset
45919
45920
45921 \end_layout
45922
45923 \begin_layout Standard
45924 En posant que les équations 
45925 \begin_inset space ~
45926 \end_inset
45927
45928
45929 \begin_inset CommandInset ref
45930 LatexCommand eqref
45931 reference "eq:Wtot_n"
45932
45933 \end_inset
45934
45935  et 
45936 \begin_inset CommandInset ref
45937 LatexCommand eqref
45938 reference "eq:Wtot_mult"
45939
45940 \end_inset
45941
45942  sont égales, on peut calculer la largeur nécessaire 
45943 \begin_inset Formula $L_{g\,n}$
45944 \end_inset
45945
45946  quand 
45947 \emph on
45948 n
45949 \emph default
45950  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45951  de 
45952 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45953 \end_inset
45954
45955 :
45956 \begin_inset Formula 
45957 \begin{equation}
45958 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45959 \end{equation}
45960
45961 \end_inset
45962
45963
45964 \end_layout
45965
45966 \begin_layout Bibliography
45967 \begin_inset CommandInset bibitem
45968 LatexCommand bibitem
45969 key "latexcompanion"
45970
45971 \end_inset
45972
45973 Frank Mittelbach and Michel Goossens: 
45974 \emph on
45975 The \SpecialChar LaTeX
45976  Companion Second Edition.
45977
45978 \emph default
45979  Addison-Wesley, 2004
45980 \end_layout
45981
45982 \begin_layout Bibliography
45983 \begin_inset CommandInset bibitem
45984 LatexCommand bibitem
45985 key "latexguide"
45986
45987 \end_inset
45988
45989 Helmut Kopka and Patrick W.
45990  Daly: 
45991 \emph on
45992 A Guide to \SpecialChar LaTeX
45993  Fourth Edition.
45994
45995 \emph default
45996  Addison-Wesley, 2003
45997 \end_layout
45998
45999 \begin_layout Bibliography
46000 \begin_inset CommandInset bibitem
46001 LatexCommand bibitem
46002 key "latexbook"
46003
46004 \end_inset
46005
46006 Leslie Lamport: 
46007 \emph on
46008 \SpecialChar LaTeX
46009 : A Document Preparation System.
46010
46011 \emph default
46012  Addison-Wesley, second edition, 1994
46013 \end_layout
46014
46015 \begin_layout Bibliography
46016 \begin_inset CommandInset bibitem
46017 LatexCommand bibitem
46018 key "arydshln"
46019
46020 \end_inset
46021
46022 Documentation du paquetage \SpecialChar LaTeX
46023
46024 \series bold
46025  
46026 \begin_inset CommandInset href
46027 LatexCommand href
46028 name "arydshln"
46029 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46030
46031 \end_inset
46032
46033
46034 \series default
46035
46036 \begin_inset Index idx
46037 status collapsed
46038
46039 \begin_layout Plain Layout
46040 Paquetages \SpecialChar LaTeX
46041  ! arydshln
46042 \end_layout
46043
46044 \end_inset
46045
46046
46047 \end_layout
46048
46049 \begin_layout Bibliography
46050 \begin_inset CommandInset bibitem
46051 LatexCommand bibitem
46052 key "booktabs"
46053
46054 \end_inset
46055
46056 Documentation du paquetage \SpecialChar LaTeX
46057  
46058 \series bold
46059
46060 \begin_inset CommandInset href
46061 LatexCommand href
46062 name "booktabs"
46063 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46064
46065 \end_inset
46066
46067
46068 \series default
46069
46070 \begin_inset Index idx
46071 status collapsed
46072
46073 \begin_layout Plain Layout
46074 Paquetages \SpecialChar LaTeX
46075  ! booktabs
46076 \end_layout
46077
46078 \end_inset
46079
46080
46081 \end_layout
46082
46083 \begin_layout Bibliography
46084 \begin_inset CommandInset bibitem
46085 LatexCommand bibitem
46086 key "caption"
46087
46088 \end_inset
46089
46090 Documentation du paquetage \SpecialChar LaTeX
46091  
46092 \series bold
46093
46094 \begin_inset CommandInset href
46095 LatexCommand href
46096 name "caption"
46097 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46098
46099 \end_inset
46100
46101
46102 \series default
46103
46104 \begin_inset Index idx
46105 status collapsed
46106
46107 \begin_layout Plain Layout
46108 Paquetages \SpecialChar LaTeX
46109  ! caption
46110 \end_layout
46111
46112 \end_inset
46113
46114
46115 \end_layout
46116
46117 \begin_layout Bibliography
46118 \begin_inset CommandInset bibitem
46119 LatexCommand bibitem
46120 key "diagbox"
46121
46122 \end_inset
46123
46124 Documentation du paquetage \SpecialChar LaTeX
46125  
46126 \series bold
46127
46128 \begin_inset CommandInset href
46129 LatexCommand href
46130 name "diagbox"
46131 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46132
46133 \end_inset
46134
46135
46136 \series default
46137
46138 \begin_inset Index idx
46139 status collapsed
46140
46141 \begin_layout Plain Layout
46142 Paquetages \SpecialChar LaTeX
46143  ! diagbox
46144 \end_layout
46145
46146 \end_inset
46147
46148
46149 \end_layout
46150
46151 \begin_layout Bibliography
46152 \begin_inset CommandInset bibitem
46153 LatexCommand bibitem
46154 key "endfloat"
46155
46156 \end_inset
46157
46158 Documentation du paquetage \SpecialChar LaTeX
46159  
46160 \series bold
46161
46162 \begin_inset CommandInset href
46163 LatexCommand href
46164 name "endfloat"
46165 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46166
46167 \end_inset
46168
46169
46170 \series default
46171
46172 \begin_inset Index idx
46173 status collapsed
46174
46175 \begin_layout Plain Layout
46176 Paquetages \SpecialChar LaTeX
46177  ! endfloat
46178 \end_layout
46179
46180 \end_inset
46181
46182
46183 \end_layout
46184
46185 \begin_layout Bibliography
46186 \begin_inset CommandInset bibitem
46187 LatexCommand bibitem
46188 key "footmisc"
46189
46190 \end_inset
46191
46192 Documentation du paquetage \SpecialChar LaTeX
46193  
46194 \series bold
46195
46196 \begin_inset CommandInset href
46197 LatexCommand href
46198 name "footmisc"
46199 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46200
46201 \end_inset
46202
46203
46204 \series default
46205
46206 \begin_inset Index idx
46207 status collapsed
46208
46209 \begin_layout Plain Layout
46210 Paquetages \SpecialChar LaTeX
46211  ! footmisc
46212 \end_layout
46213
46214 \end_inset
46215
46216
46217 \end_layout
46218
46219 \begin_layout Bibliography
46220 \begin_inset CommandInset bibitem
46221 LatexCommand bibitem
46222 key "hypcap"
46223
46224 \end_inset
46225
46226 Documentation du paquetage \SpecialChar LaTeX
46227  
46228 \series bold
46229
46230 \begin_inset CommandInset href
46231 LatexCommand href
46232 name "hypcap"
46233 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46234
46235 \end_inset
46236
46237
46238 \series default
46239
46240 \begin_inset Index idx
46241 status collapsed
46242
46243 \begin_layout Plain Layout
46244 Paquetages \SpecialChar LaTeX
46245  ! hyperref
46246 \end_layout
46247
46248 \end_inset
46249
46250
46251 \end_layout
46252
46253 \begin_layout Bibliography
46254 \begin_inset CommandInset bibitem
46255 LatexCommand bibitem
46256 key "hyperref"
46257
46258 \end_inset
46259
46260 Documentation du paquetage \SpecialChar LaTeX
46261  
46262 \series bold
46263
46264 \begin_inset CommandInset href
46265 LatexCommand href
46266 name "hyperref"
46267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46268
46269 \end_inset
46270
46271
46272 \series default
46273
46274 \begin_inset Index idx
46275 status collapsed
46276
46277 \begin_layout Plain Layout
46278 Paquetages \SpecialChar LaTeX
46279  ! hyperref
46280 \end_layout
46281
46282 \end_inset
46283
46284
46285 \end_layout
46286
46287 \begin_layout Bibliography
46288 \begin_inset CommandInset bibitem
46289 LatexCommand bibitem
46290 key "KOMA-Script"
46291
46292 \end_inset
46293
46294 Documentation du paquetage \SpecialChar LaTeX
46295  
46296 \series bold
46297
46298 \begin_inset CommandInset href
46299 LatexCommand href
46300 name "KOMA-Script"
46301 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46302
46303 \end_inset
46304
46305
46306 \series default
46307
46308 \begin_inset Index idx
46309 status collapsed
46310
46311 \begin_layout Plain Layout
46312 Paquetages \SpecialChar LaTeX
46313  ! KOMA-Script
46314 \end_layout
46315
46316 \end_inset
46317
46318
46319 \end_layout
46320
46321 \begin_layout Bibliography
46322 \begin_inset CommandInset bibitem
46323 LatexCommand bibitem
46324 key "lettrine"
46325
46326 \end_inset
46327
46328 Documentation du paquetage \SpecialChar LaTeX
46329  
46330 \series bold
46331
46332 \begin_inset CommandInset href
46333 LatexCommand href
46334 name "lettrine"
46335 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46336
46337 \end_inset
46338
46339
46340 \series default
46341  et un 
46342 \begin_inset CommandInset href
46343 LatexCommand href
46344 name "exemple"
46345 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46346
46347 \end_inset
46348
46349
46350 \begin_inset Index idx
46351 status collapsed
46352
46353 \begin_layout Plain Layout
46354 Paquetages \SpecialChar LaTeX
46355  ! lettrine
46356 \end_layout
46357
46358 \end_inset
46359
46360
46361 \end_layout
46362
46363 \begin_layout Bibliography
46364 \begin_inset CommandInset bibitem
46365 LatexCommand bibitem
46366 key "listings"
46367
46368 \end_inset
46369
46370 Documentation du paquetage \SpecialChar LaTeX
46371  
46372 \series bold
46373
46374 \begin_inset CommandInset href
46375 LatexCommand href
46376 name "listings"
46377 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46378
46379 \end_inset
46380
46381
46382 \series default
46383
46384 \begin_inset Index idx
46385 status collapsed
46386
46387 \begin_layout Plain Layout
46388 Paquetages \SpecialChar LaTeX
46389  ! listings
46390 \end_layout
46391
46392 \end_inset
46393
46394
46395 \end_layout
46396
46397 \begin_layout Bibliography
46398 \begin_inset CommandInset bibitem
46399 LatexCommand bibitem
46400 key "marginnote"
46401
46402 \end_inset
46403
46404 Documentation du paquetage \SpecialChar LaTeX
46405  
46406 \series bold
46407
46408 \begin_inset CommandInset href
46409 LatexCommand href
46410 name "marginnote"
46411 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46412
46413 \end_inset
46414
46415
46416 \series default
46417
46418 \begin_inset Index idx
46419 status collapsed
46420
46421 \begin_layout Plain Layout
46422 Paquetages \SpecialChar LaTeX
46423  ! marginnote
46424 \end_layout
46425
46426 \end_inset
46427
46428
46429 \end_layout
46430
46431 \begin_layout Bibliography
46432 \begin_inset CommandInset bibitem
46433 LatexCommand bibitem
46434 key "pdfpages"
46435
46436 \end_inset
46437
46438 Documentation du paquetage \SpecialChar LaTeX
46439  
46440 \series bold
46441
46442 \begin_inset CommandInset href
46443 LatexCommand href
46444 name "pdfpages"
46445 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46446
46447 \end_inset
46448
46449
46450 \series default
46451
46452 \begin_inset Index idx
46453 status collapsed
46454
46455 \begin_layout Plain Layout
46456 Paquetages \SpecialChar LaTeX
46457  ! pdfpages
46458 \end_layout
46459
46460 \end_inset
46461
46462
46463 \end_layout
46464
46465 \begin_layout Bibliography
46466 \begin_inset CommandInset bibitem
46467 LatexCommand bibitem
46468 key "prettyref"
46469
46470 \end_inset
46471
46472 Documentation du paquetage \SpecialChar LaTeX
46473
46474 \series bold
46475  
46476 \begin_inset CommandInset href
46477 LatexCommand href
46478 name "prettyref"
46479 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46480
46481 \end_inset
46482
46483
46484 \series default
46485
46486 \begin_inset Index idx
46487 status collapsed
46488
46489 \begin_layout Plain Layout
46490 Paquetages \SpecialChar LaTeX
46491  ! prettyref
46492 \end_layout
46493
46494 \end_inset
46495
46496
46497 \end_layout
46498
46499 \begin_layout Bibliography
46500 \begin_inset CommandInset bibitem
46501 LatexCommand bibitem
46502 key "pstricks"
46503
46504 \end_inset
46505
46506 Page Web du paquetage \SpecialChar LaTeX
46507  
46508 \series bold
46509
46510 \begin_inset CommandInset href
46511 LatexCommand href
46512 name "PSTricks"
46513 target "http://tug.org/PSTricks/"
46514
46515 \end_inset
46516
46517
46518 \series default
46519
46520 \begin_inset Index idx
46521 status collapsed
46522
46523 \begin_layout Plain Layout
46524 Paquetages \SpecialChar LaTeX
46525  ! PSTricks
46526 \end_layout
46527
46528 \end_inset
46529
46530
46531 \end_layout
46532
46533 \begin_layout Bibliography
46534 \begin_inset CommandInset bibitem
46535 LatexCommand bibitem
46536 key "refstyle"
46537
46538 \end_inset
46539
46540 Documentation du paquetage \SpecialChar LaTeX
46541
46542 \series bold
46543  
46544 \begin_inset CommandInset href
46545 LatexCommand href
46546 name "refstyle"
46547 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46548
46549 \end_inset
46550
46551
46552 \series default
46553
46554 \begin_inset Index idx
46555 status collapsed
46556
46557 \begin_layout Plain Layout
46558 Paquetages \SpecialChar LaTeX
46559  ! refstyle
46560 \end_layout
46561
46562 \end_inset
46563
46564
46565 \end_layout
46566
46567 \begin_layout Bibliography
46568 \begin_inset CommandInset bibitem
46569 LatexCommand bibitem
46570 key "sidecap"
46571
46572 \end_inset
46573
46574 Documentation du paquetage \SpecialChar LaTeX
46575  
46576 \series bold
46577
46578 \begin_inset CommandInset href
46579 LatexCommand href
46580 name "sidecap"
46581 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46582
46583 \end_inset
46584
46585
46586 \series default
46587
46588 \begin_inset Index idx
46589 status collapsed
46590
46591 \begin_layout Plain Layout
46592 Paquetages \SpecialChar LaTeX
46593  ! sidecap
46594 \end_layout
46595
46596 \end_inset
46597
46598
46599 \end_layout
46600
46601 \begin_layout Bibliography
46602 \begin_inset CommandInset bibitem
46603 LatexCommand bibitem
46604 key "NewInLyX20"
46605
46606 \end_inset
46607
46608
46609 \begin_inset CommandInset href
46610 LatexCommand href
46611 name "Page Wiki"
46612 target "http://wiki.lyx.org/LyX/NewInLyX20"
46613
46614 \end_inset
46615
46616  au sujet des nouveautés de 
46617 \family sans
46618 \SpecialChar LyX
46619  2.0
46620 \family default
46621 .
46622 \end_layout
46623
46624 \begin_layout Standard
46625 \begin_inset CommandInset index_print
46626 LatexCommand printindex
46627 type "idx"
46628
46629 \end_inset
46630
46631
46632 \end_layout
46633
46634 \end_body
46635 \end_document