]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
doc files port recent changes
[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 /Manuals#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 \end_layout
735
736 \begin_layout Standard
737 \align center
738 \begin_inset Graphics
739         filename ../clipart/mobius.eps
740         scale 70
741         scaleBeforeRotation
742         rotateOrigin center
743
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Standard
750 Et voici la même image mais en mode brouillon:
751 \end_layout
752
753 \begin_layout Standard
754 \align center
755 \begin_inset Graphics
756         filename ../clipart/mobius.eps
757         scale 70
758         draft
759         scaleBeforeRotation
760         rotateOrigin center
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Section
768 Figures flottantes
769 \begin_inset CommandInset label
770 LatexCommand label
771 name "sec:Figure-Floats"
772
773 \end_inset
774
775
776 \begin_inset Index idx
777 status collapsed
778
779 \begin_layout Plain Layout
780 Flottants ! Figures
781 \end_layout
782
783 \end_inset
784
785
786 \begin_inset Index idx
787 status collapsed
788
789 \begin_layout Plain Layout
790 Figures ! Flottants
791 \end_layout
792
793 \end_inset
794
795
796 \end_layout
797
798 \begin_layout Standard
799 Pour des explications d'ordre général concernant les flottants, jetez un
800  coup d'œil à la section
801 \begin_inset space ~
802 \end_inset
803
804
805 \begin_inset CommandInset ref
806 LatexCommand ref
807 reference "sec:Flottants-Introduction"
808
809 \end_inset
810
811 .
812 \end_layout
813
814 \begin_layout Standard
815 Le bouton 
816 \begin_inset Info
817 type  "icon"
818 arg   "float-insert figure"
819 \end_inset
820
821  de la barre d'outils et le menu 
822 \family sans
823 Insertion\SpecialChar menuseparator
824 Flottant\SpecialChar menuseparator
825 Figure
826 \family default
827  insèrent un flottant avec l'étiquette 
828 \begin_inset Quotes fld
829 \end_inset
830
831
832 \series bold
833 Figure
834 \begin_inset space ~
835 \end_inset
836
837 #:
838 \series default
839
840 \begin_inset Quotes frd
841 \end_inset
842
843  (# est le numéro réel de l'image).
844  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
845 \begin_inset space ~
846 \end_inset
847
848
849 \begin_inset CommandInset ref
850 LatexCommand ref
851 reference "fig:kill-plat"
852
853 \end_inset
854
855  ou en dessous de la légende comme pour la Figure
856 \begin_inset space ~
857 \end_inset
858
859
860 \begin_inset CommandInset ref
861 LatexCommand ref
862 reference "fig:escher"
863
864 \end_inset
865
866 .
867  Vous trouverez plus d'information sur le positionnement des légendes dans
868  la section
869 \begin_inset space ~
870 \end_inset
871
872
873 \begin_inset CommandInset ref
874 LatexCommand ref
875 reference "sec:Placement-légende"
876
877 \end_inset
878
879 .
880 \end_layout
881
882 \begin_layout Standard
883 \begin_inset Float figure
884 wide false
885 sideways false
886 status open
887
888 \begin_layout Plain Layout
889 \align center
890 \begin_inset Graphics
891         filename ../clipart/platypus.eps
892         width 50col%
893         scaleBeforeRotation
894         rotateOrigin center
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Plain Layout
902 \begin_inset Caption Standard
903
904 \begin_layout Plain Layout
905 \begin_inset CommandInset label
906 LatexCommand label
907 name "fig:kill-plat"
908
909 \end_inset
910
911 Un ornithorynque sévèrement déformé dans un flottant de figure.
912 \end_layout
913
914 \end_inset
915
916
917 \end_layout
918
919 \end_inset
920
921
922 \end_layout
923
924 \begin_layout Standard
925 \begin_inset Float figure
926 wide false
927 sideways false
928 status open
929
930 \begin_layout Plain Layout
931 \begin_inset Caption Standard
932
933 \begin_layout Plain Layout
934 \begin_inset CommandInset label
935 LatexCommand label
936 name "fig:escher"
937
938 \end_inset
939
940 M.C.
941  Escher sous LSD.
942 \end_layout
943
944 \end_inset
945
946
947 \end_layout
948
949 \begin_layout Plain Layout
950 \align center
951 \begin_inset Graphics
952         filename ../clipart/escher-lsd.eps
953         scale 80
954         scaleBeforeRotation
955         rotateOrigin center
956
957 \end_inset
958
959
960 \end_layout
961
962 \end_inset
963
964
965 \end_layout
966
967 \begin_layout Standard
968 \begin_inset Index idx
969 status collapsed
970
971 \begin_layout Plain Layout
972 References@Références ! à des Figures
973 \end_layout
974
975 \end_inset
976
977 Les figure
978 \begin_inset space ~
979 \end_inset
980
981
982 \begin_inset CommandInset ref
983 LatexCommand ref
984 reference "fig:kill-plat"
985
986 \end_inset
987
988  et 
989 \begin_inset CommandInset ref
990 LatexCommand ref
991 reference "fig:escher"
992
993 \end_inset
994
995  sont des exemples de figures référencées.
996  Dans le texte, on fait référence à une figure en faisant référence à sa
997  légende.
998  On insère donc une étiquette dans la légende en utilisant le menu 
999 \family sans
1000 Insertion
1001 \family default
1002 \SpecialChar menuseparator
1003
1004 \family sans
1005 Étiquette
1006 \family default
1007  ou le bouton 
1008 \begin_inset Info
1009 type  "icon"
1010 arg   "label-insert"
1011 \end_inset
1012
1013  de la barre d'outils.
1014  On peut alors faire référence à cette étiquette en utilisant le menu 
1015 \family sans
1016 Insertion\SpecialChar menuseparator
1017 Référence
1018 \begin_inset space ~
1019 \end_inset
1020
1021 croisée
1022 \family default
1023  ou le bouton 
1024 \begin_inset Info
1025 type  "icon"
1026 arg   "dialog-show-new-inset ref"
1027 \end_inset
1028
1029  de la barre d'outils.
1030  Il est important d'utiliser des références pour les flottants de figures
1031  plutôt que des locutions vagues du genre 
1032 \begin_inset Quotes fld
1033 \end_inset
1034
1035 la figure ci-dessous
1036 \begin_inset Quotes frd
1037 \end_inset
1038
1039 , puisque \SpecialChar LaTeX
1040  va repositionner la figure dans le document final.
1041  Votre figure risque de ne plus être ci-dessous du tout !
1042 \begin_inset Newline newline
1043 \end_inset
1044
1045 Le référencement est expliqué plus en détail dans la section
1046 \begin_inset space ~
1047 \end_inset
1048
1049
1050 \begin_inset CommandInset ref
1051 LatexCommand ref
1052 reference "sec:Referencer-les-Flottants"
1053
1054 \end_inset
1055
1056 .
1057 \end_layout
1058
1059 \begin_layout Standard
1060 En principe on met une seule figure dans un flottant, mais parfois vous
1061  pouvez vouloir deux figures avec chacune sa sous-légende.
1062  C'est possible en insérant des flottants d'image dans des flottants d'image
1063  existants.
1064  Notez que seule la légende principale des flottants est reprise dans la
1065  liste des figures.
1066  La figure
1067 \begin_inset space ~
1068 \end_inset
1069
1070
1071 \begin_inset CommandInset ref
1072 LatexCommand ref
1073 reference "fig:Deux-images-déformées"
1074
1075 \end_inset
1076
1077  est un exemple de flottant de figure avec deux images mises l'une à côté
1078  de l'autre.
1079  Vous pouvez aussi mettre les images les unes sous les autres.
1080  Les figures
1081 \begin_inset space ~
1082 \end_inset
1083
1084
1085 \begin_inset CommandInset ref
1086 LatexCommand ref
1087 reference "fig:Structure-indéfinissable"
1088
1089 \end_inset
1090
1091  et 
1092 \begin_inset CommandInset ref
1093 LatexCommand ref
1094 reference "fig:Un-ornithorynque"
1095
1096 \end_inset
1097
1098  sont des sous-figures.
1099 \end_layout
1100
1101 \begin_layout Standard
1102 \begin_inset Float figure
1103 wide false
1104 sideways false
1105 status open
1106
1107 \begin_layout Plain Layout
1108 \begin_inset space \hfill{}
1109 \end_inset
1110
1111
1112 \begin_inset Float figure
1113 wide false
1114 sideways false
1115 status collapsed
1116
1117 \begin_layout Plain Layout
1118 \begin_inset Caption Standard
1119
1120 \begin_layout Plain Layout
1121 \begin_inset CommandInset label
1122 LatexCommand label
1123 name "fig:Structure-indéfinissable"
1124
1125 \end_inset
1126
1127 Structure indéfinissable
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \begin_layout Plain Layout
1136 \begin_inset Graphics
1137         filename ../clipart/escher-lsd.eps
1138         width 45col%
1139         scaleBeforeRotation
1140         groupId Déformés
1141
1142 \end_inset
1143
1144
1145 \end_layout
1146
1147 \end_inset
1148
1149
1150 \begin_inset space \hfill{}
1151 \end_inset
1152
1153
1154 \begin_inset Float figure
1155 wide false
1156 sideways false
1157 status collapsed
1158
1159 \begin_layout Plain Layout
1160 \begin_inset Caption Standard
1161
1162 \begin_layout Plain Layout
1163 \begin_inset CommandInset label
1164 LatexCommand label
1165 name "fig:Un-ornithorynque"
1166
1167 \end_inset
1168
1169 Un ornithorynque
1170 \end_layout
1171
1172 \end_inset
1173
1174
1175 \end_layout
1176
1177 \begin_layout Plain Layout
1178 \begin_inset Graphics
1179         filename ../clipart/platypus.eps
1180         width 45col%
1181         scaleBeforeRotation
1182         groupId Déformés
1183
1184 \end_inset
1185
1186
1187 \end_layout
1188
1189 \end_inset
1190
1191
1192 \begin_inset space \hfill{}
1193 \end_inset
1194
1195
1196 \end_layout
1197
1198 \begin_layout Plain Layout
1199 \begin_inset Caption Standard
1200
1201 \begin_layout Plain Layout
1202 \begin_inset CommandInset label
1203 LatexCommand label
1204 name "fig:Deux-images-déformées"
1205
1206 \end_inset
1207
1208 Deux images déformées.
1209  Les deux images font partie du groupe de paramétrisation 
1210 \begin_inset Quotes fld
1211 \end_inset
1212
1213 déformés
1214 \begin_inset Quotes frd
1215 \end_inset
1216
1217 .
1218 \end_layout
1219
1220 \end_inset
1221
1222
1223 \end_layout
1224
1225 \end_inset
1226
1227
1228 \end_layout
1229
1230 \begin_layout Section
1231 Les formats d'images
1232 \begin_inset CommandInset label
1233 LatexCommand label
1234 name "sec:Image-Formats"
1235
1236 \end_inset
1237
1238
1239 \begin_inset Index idx
1240 status collapsed
1241
1242 \begin_layout Plain Layout
1243 Formats d' images
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \begin_inset Index idx
1250 status collapsed
1251
1252 \begin_layout Plain Layout
1253 Figures ! Formats d'images
1254 \end_layout
1255
1256 \end_inset
1257
1258
1259 \end_layout
1260
1261 \begin_layout Standard
1262 Vous pouvez insérer des images dans n'importe quel format connu.
1263  Mais, comme nous l'avons expliqué dans l'annexe
1264 \begin_inset space ~
1265 \end_inset
1266
1267
1268 \begin_inset CommandInset ref
1269 LatexCommand ref
1270 reference "cha:Formats-fichiers-graphiques"
1271
1272 \end_inset
1273
1274 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1275  de formats d'images.
1276  Pour s'en sortir \SpecialChar LyX
1277  utilise le programme 
1278 \family typewriter
1279 ImageMagick
1280 \family default
1281  en arrière plan pour convertir les formats que vous utilisez dans un des
1282  formats acceptés par le format de sortie.
1283  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1284 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1285 \begin_inset space ~
1286 \end_inset
1287
1288
1289 \begin_inset CommandInset ref
1290 LatexCommand ref
1291 reference "cha:Formats-fichiers-graphiques"
1292
1293 \end_inset
1294
1295 .
1296 \end_layout
1297
1298 \begin_layout Standard
1299 Comme pour les polices de caractères, il y a deux grands types de formats
1300  d'images:
1301 \end_layout
1302
1303 \begin_layout Description
1304 Les
1305 \begin_inset space ~
1306 \end_inset
1307
1308 images
1309 \begin_inset space ~
1310 \end_inset
1311
1312 Matricielles
1313 \begin_inset space ~
1314 \end_inset
1315
1316 (ou
1317 \begin_inset space ~
1318 \end_inset
1319
1320 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1321  enregistrés sous un format compressé.
1322  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1323  petits carrés quand on utilise des agrandissements trop importants (aspect
1324  
1325 \begin_inset Quotes fld
1326 \end_inset
1327
1328 pixellisé
1329 \begin_inset Quotes frd
1330 \end_inset
1331
1332 ).
1333  Les formats matriciels les plus connus sont le GIF (
1334 \begin_inset Quotes fld
1335 \end_inset
1336
1337 Graphics Interchange Format
1338 \begin_inset Quotes frd
1339 \end_inset
1340
1341 , avec comme suffixe de fichier 
1342 \begin_inset Quotes fld
1343 \end_inset
1344
1345
1346 \family typewriter
1347 .gif
1348 \family default
1349
1350 \begin_inset Quotes frd
1351 \end_inset
1352
1353 )
1354 \begin_inset Index idx
1355 status collapsed
1356
1357 \begin_layout Plain Layout
1358 GIF|see
1359 \begin_inset ERT
1360 status collapsed
1361
1362 \begin_layout Plain Layout
1363
1364 {
1365 \end_layout
1366
1367 \end_inset
1368
1369 Format d'image
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 }
1376 \end_layout
1377
1378 \end_inset
1379
1380
1381 \end_layout
1382
1383 \end_inset
1384
1385 , le PNG (
1386 \begin_inset Quotes fld
1387 \end_inset
1388
1389 Portable Network Graphics
1390 \begin_inset Quotes frd
1391 \end_inset
1392
1393 , suffixe 
1394 \begin_inset Quotes fld
1395 \end_inset
1396
1397
1398 \family typewriter
1399 .png
1400 \family default
1401
1402 \begin_inset Quotes frd
1403 \end_inset
1404
1405 )
1406 \begin_inset Index idx
1407 status collapsed
1408
1409 \begin_layout Plain Layout
1410 PNG|see
1411 \begin_inset ERT
1412 status collapsed
1413
1414 \begin_layout Plain Layout
1415
1416 {
1417 \end_layout
1418
1419 \end_inset
1420
1421 Formats d'image
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 }
1428 \end_layout
1429
1430 \end_inset
1431
1432
1433 \end_layout
1434
1435 \end_inset
1436
1437  et le JPG (
1438 \begin_inset Quotes fld
1439 \end_inset
1440
1441 Joint Photographic Expert Group
1442 \begin_inset Quotes frd
1443 \end_inset
1444
1445 , suffixe 
1446 \begin_inset Quotes fld
1447 \end_inset
1448
1449
1450 \family typewriter
1451 .jpg
1452 \family default
1453
1454 \begin_inset Quotes frd
1455 \end_inset
1456
1457  ou 
1458 \begin_inset Quotes fld
1459 \end_inset
1460
1461
1462 \family typewriter
1463 .jpeg
1464 \family default
1465
1466 \begin_inset Quotes frd
1467 \end_inset
1468
1469 )
1470 \begin_inset Index idx
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 JPG|see
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 {
1481 \end_layout
1482
1483 \end_inset
1484
1485 Formats d'image
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 }
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501 .
1502 \end_layout
1503
1504 \begin_layout Description
1505 Les
1506 \begin_inset space ~
1507 \end_inset
1508
1509 images
1510 \begin_inset space ~
1511 \end_inset
1512
1513 Vectorielles
1514 \begin_inset space ~
1515 \end_inset
1516
1517 (ou
1518 \begin_inset space ~
1519 \end_inset
1520
1521 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1522  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1523 nnée comme on le veut sans perte de précision.
1524  La possibilité de redimensionner les images est très utilisé pour les présentat
1525 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1526 nnement.
1527  Le redimensionnement permet aussi de présenter des documents en ligne où
1528  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1529  étudier les détails.
1530 \begin_inset Newline newline
1531 \end_inset
1532
1533 Les principaux formats vectoriels sont le SVG (
1534 \begin_inset Quotes fld
1535 \end_inset
1536
1537 Scalable Vector Graphics
1538 \begin_inset Quotes frd
1539 \end_inset
1540
1541 , suffixe 
1542 \begin_inset Quotes fld
1543 \end_inset
1544
1545
1546 \family typewriter
1547 .svg
1548 \family default
1549
1550 \begin_inset Quotes frd
1551 \end_inset
1552
1553 )
1554 \begin_inset Index idx
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558 SVG|see
1559 \begin_inset ERT
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563
1564 {
1565 \end_layout
1566
1567 \end_inset
1568
1569 Format d'image
1570 \begin_inset ERT
1571 status collapsed
1572
1573 \begin_layout Plain Layout
1574
1575 }
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584
1585 , l'EPS ( 
1586 \begin_inset Quotes fld
1587 \end_inset
1588
1589 encapsulated PostScript
1590 \begin_inset Quotes frd
1591 \end_inset
1592
1593 , suffixe 
1594 \begin_inset Quotes fld
1595 \end_inset
1596
1597
1598 \family typewriter
1599 .eps
1600 \family default
1601
1602 \begin_inset Quotes frd
1603 \end_inset
1604
1605 )
1606 \begin_inset Index idx
1607 status collapsed
1608
1609 \begin_layout Plain Layout
1610 EPS|see
1611 \begin_inset ERT
1612 status collapsed
1613
1614 \begin_layout Plain Layout
1615
1616 {
1617 \end_layout
1618
1619 \end_inset
1620
1621 Format d'image
1622 \begin_inset ERT
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626
1627 }
1628 \end_layout
1629
1630 \end_inset
1631
1632
1633 \end_layout
1634
1635 \end_inset
1636
1637 , le PDF (
1638 \begin_inset Quotes fld
1639 \end_inset
1640
1641 Portable Document Format
1642 \begin_inset Quotes frd
1643 \end_inset
1644
1645 , suffixe 
1646 \begin_inset Quotes fld
1647 \end_inset
1648
1649
1650 \family typewriter
1651 .pdf
1652 \family default
1653
1654 \begin_inset Quotes frd
1655 \end_inset
1656
1657 )
1658 \begin_inset Index idx
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 PDF|see
1663 \begin_inset ERT
1664 status collapsed
1665
1666 \begin_layout Plain Layout
1667
1668 {
1669 \end_layout
1670
1671 \end_inset
1672
1673 Format d'image
1674 \begin_inset ERT
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678
1679 }
1680 \end_layout
1681
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688
1689  et le WMF (
1690 \begin_inset Quotes fld
1691 \end_inset
1692
1693 Windows Metafile
1694 \begin_inset Quotes frd
1695 \end_inset
1696
1697 , suffixe 
1698 \begin_inset Quotes fld
1699 \end_inset
1700
1701
1702 \family typewriter
1703 .wfm
1704 \family default
1705
1706 \begin_inset Quotes frd
1707 \end_inset
1708
1709  ou 
1710 \begin_inset Quotes fld
1711 \end_inset
1712
1713
1714 \family typewriter
1715 .emf
1716 \family default
1717
1718 \begin_inset Quotes frd
1719 \end_inset
1720
1721 )
1722 \begin_inset Index idx
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 WMF|see
1727 \begin_inset ERT
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731
1732 {
1733 \end_layout
1734
1735 \end_inset
1736
1737 Formats d'images
1738 \begin_inset ERT
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742
1743 }
1744 \end_layout
1745
1746 \end_inset
1747
1748
1749 \end_layout
1750
1751 \end_inset
1752
1753 .
1754  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1755  en EPS, mais le résultat ne sera pas redimensionnable.
1756  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1757 \begin_inset Foot
1758 status collapsed
1759
1760 \begin_layout Plain Layout
1761 Dans le cas du PDF l'image initiale est aussi compressée.
1762 \end_layout
1763
1764 \end_inset
1765
1766
1767 \end_layout
1768
1769 \begin_layout Standard
1770 Les fichiers PDF générés par 
1771 \family typewriter
1772 Adobe Photoshop
1773 \family default
1774 , par exemple, sont des images matricielles.
1775 \end_layout
1776
1777 \begin_layout Standard
1778 En principe il est quasiment impossible de convertir une image matricielle
1779  en graphique vectoriel, seul le contraire est possible.
1780  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1781  dans respectivement un fichier de sortie PDF ou PostScript.
1782  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1783  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1784  WMF/SVG
1785 \begin_inset Formula $\to$
1786 \end_inset
1787
1788 PDF/EPS convenables.
1789 \end_layout
1790
1791 \begin_layout Chapter
1792 Tableaux
1793 \begin_inset Index idx
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797 Tableau
1798 \end_layout
1799
1800 \end_inset
1801
1802
1803 \end_layout
1804
1805 \begin_layout Section
1806 Introduction
1807 \begin_inset Index idx
1808 status collapsed
1809
1810 \begin_layout Plain Layout
1811 Tableau ! Introduction
1812 \end_layout
1813
1814 \end_inset
1815
1816
1817 \end_layout
1818
1819 \begin_layout Standard
1820 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1821  
1822 \begin_inset Info
1823 type  "icon"
1824 arg   "tabular-insert"
1825 \end_inset
1826
1827  soit 
1828 \family sans
1829 Insertion\SpecialChar menuseparator
1830 Tableau
1831 \family default
1832 .
1833  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1834  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1835  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1836  sur un bouton de la souris pour valider votre choix.
1837  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1838  vous demandant le nombre de lignes et de colonnes.
1839 \begin_inset Newline newline
1840 \end_inset
1841
1842 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1843  une à droite de la colonne la plus à droite et une en bas de la rangée
1844  du bas, qui forment une boîte autour du tableau.
1845  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1846  apparaît séparée du reste du tableau.
1847  Voici un exemple :
1848 \end_layout
1849
1850 \begin_layout Standard
1851 \align center
1852 \begin_inset Tabular
1853 <lyxtabular version="3" rows="4" columns="4">
1854 <features tabularvalignment="middle">
1855 <column alignment="center" valignment="top">
1856 <column alignment="center" valignment="top">
1857 <column alignment="center" valignment="top">
1858 <column alignment="center" valignment="top">
1859 <row>
1860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 1
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882 2
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891 3
1892 \end_layout
1893
1894 \end_inset
1895 </cell>
1896 </row>
1897 <row>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 A
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 </row>
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940 B
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 </row>
1973 <row>
1974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978 C
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 </row>
2011 </lyxtabular>
2012
2013 \end_inset
2014
2015
2016 \end_layout
2017
2018 \begin_layout Section
2019 La fenêtre 
2020 \family sans
2021 tableau
2022 \family default
2023
2024 \begin_inset Index idx
2025 status collapsed
2026
2027 \begin_layout Plain Layout
2028 Tableau ! Fenêtre de dialogue
2029 \end_layout
2030
2031 \end_inset
2032
2033
2034 \end_layout
2035
2036 \begin_layout Standard
2037 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2038  de la souris, qui ouvre le menu contextuel.
2039  A l'aide du choix de menu 
2040 \family sans
2041 Plus...
2042
2043 \family default
2044  vous pouvez modifier les réglages concernant la cellule, la colonne et
2045  la ligne dans laquelle le curseur se trouve.
2046  Le menu contextuel 
2047 \family sans
2048 Plus...\SpecialChar menuseparator
2049 Paramètres...
2050
2051 \family default
2052  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2053  sont possibles.
2054  La plupart des options peuvent s'appliquer à des sélections.
2055  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2056  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2057  votre sélection.
2058  Notez qu'il y a une différence entre sélectionner le 
2059 \emph on
2060 contenu 
2061 \emph default
2062 d'une cellule et sélectionner la cellule elle-même.
2063 \begin_inset Newline newline
2064 \end_inset
2065
2066 En cochant l'option 
2067 \family sans
2068 Application
2069 \begin_inset space ~
2070 \end_inset
2071
2072 immédiate
2073 \family default
2074  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2075  est appliquée directement.
2076  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2077  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2078  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2079  de dialogue, vous devez appuyer sur 
2080 \family sans
2081 Entrée
2082 \family default
2083  pour que la modification soit appliquée.
2084 \begin_inset Newline newline
2085 \end_inset
2086
2087 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2088  :
2089 \end_layout
2090
2091 \begin_layout Description
2092 Paramètres
2093 \begin_inset space ~
2094 \end_inset
2095
2096 du
2097 \begin_inset space ~
2098 \end_inset
2099
2100 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2101  la largeur de la colonne courante.
2102  L'alignement horizontal 
2103 \family sans
2104 Au
2105 \begin_inset space ~
2106 \end_inset
2107
2108 séparateur
2109 \begin_inset space ~
2110 \end_inset
2111
2112 décimal
2113 \family default
2114  est décrit dans la section
2115 \begin_inset space ~
2116 \end_inset
2117
2118
2119 \begin_inset CommandInset ref
2120 LatexCommand ref
2121 reference "subsec:Alignements-de-cellules"
2122
2123 \end_inset
2124
2125 .
2126  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2127  vertical de la ligne courante.
2128  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2129  et donc, plusieurs paragraphes de texte, voir la section
2130 \begin_inset space ~
2131 \end_inset
2132
2133
2134 \begin_inset CommandInset ref
2135 LatexCommand ref
2136 reference "subsec:Lignes-multiple-dans-cellule"
2137
2138 \end_inset
2139
2140 .
2141  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2142  pour accommoder le contenu de cellule le plus large.
2143 \begin_inset Newline newline
2144 \end_inset
2145
2146 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2147  un multi-colonnes, voir la section
2148 \begin_inset space ~
2149 \end_inset
2150
2151
2152 \begin_inset CommandInset ref
2153 LatexCommand ref
2154 reference "subsec:Multicolonnes"
2155
2156 \end_inset
2157
2158  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2159 \begin_inset space ~
2160 \end_inset
2161
2162
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "subsec:Multi-lignes"
2166
2167 \end_inset
2168
2169 .
2170 \begin_inset Newline newline
2171 \end_inset
2172
2173 L'option 
2174 \family sans
2175 Tourner
2176 \begin_inset space ~
2177 \end_inset
2178
2179 la
2180 \begin_inset space ~
2181 \end_inset
2182
2183 case
2184 \begin_inset space ~
2185 \end_inset
2186
2187 de
2188 \begin_inset space ~
2189 \end_inset
2190
2191 90°
2192 \family default
2193  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2194  L'option 
2195 \family sans
2196 Tourner
2197 \begin_inset space ~
2198 \end_inset
2199
2200 le
2201 \begin_inset space ~
2202 \end_inset
2203
2204 tableau
2205 \begin_inset space ~
2206 \end_inset
2207
2208 de
2209 \begin_inset space ~
2210 \end_inset
2211
2212 90°
2213 \family default
2214  fait pivoter tout le tableau.
2215  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2216 , mais devraient l'être dans la
2217  sortie finale.
2218  Pour plus d'information voir la section
2219 \begin_inset space ~
2220 \end_inset
2221
2222
2223 \begin_inset CommandInset ref
2224 LatexCommand ref
2225 reference "sec:Pivotement-des-cellules"
2226
2227 \end_inset
2228
2229 .
2230 \begin_inset Newline newline
2231 \end_inset
2232
2233
2234 \begin_inset Note Greyedout
2235 status open
2236
2237 \begin_layout Plain Layout
2238
2239 \series bold
2240 Note:
2241 \series default
2242  La plupart des visualiseurs DVI ne sont 
2243 \emph on
2244 pas
2245 \emph default
2246  capables d'afficher ces rotations.
2247 \end_layout
2248
2249 \end_inset
2250
2251
2252 \begin_inset Newline newline
2253 \end_inset
2254
2255 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2256  qui sont incorporés dans une ligne de texte :
2257 \begin_inset Newline newline
2258 \end_inset
2259
2260 Une ligne avec des tableaux alignés de différentes manières: 
2261 \begin_inset Tabular
2262 <lyxtabular version="3" rows="2" columns="2">
2263 <features tabularvalignment="top">
2264 <column alignment="center" valignment="top" width="0pt">
2265 <column alignment="center" valignment="top">
2266 <row>
2267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2268 \begin_inset Text
2269
2270 \begin_layout Plain Layout
2271
2272 \end_layout
2273
2274 \end_inset
2275 </cell>
2276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2277 \begin_inset Text
2278
2279 \begin_layout Plain Layout
2280 1
2281 \end_layout
2282
2283 \end_inset
2284 </cell>
2285 </row>
2286 <row>
2287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2288 \begin_inset Text
2289
2290 \begin_layout Plain Layout
2291 A
2292 \end_layout
2293
2294 \end_inset
2295 </cell>
2296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2297 \begin_inset Text
2298
2299 \begin_layout Plain Layout
2300
2301 \end_layout
2302
2303 \end_inset
2304 </cell>
2305 </row>
2306 </lyxtabular>
2307
2308 \end_inset
2309
2310  
2311 \begin_inset Tabular
2312 <lyxtabular version="3" rows="2" columns="2">
2313 <features tabularvalignment="middle">
2314 <column alignment="center" valignment="top">
2315 <column alignment="center" valignment="top">
2316 <row>
2317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Plain Layout
2321
2322 \end_layout
2323
2324 \end_inset
2325 </cell>
2326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 1
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 </row>
2336 <row>
2337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2338 \begin_inset Text
2339
2340 \begin_layout Plain Layout
2341 A
2342 \end_layout
2343
2344 \end_inset
2345 </cell>
2346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 </row>
2356 </lyxtabular>
2357
2358 \end_inset
2359
2360  
2361 \begin_inset Tabular
2362 <lyxtabular version="3" rows="2" columns="2">
2363 <features tabularvalignment="bottom">
2364 <column alignment="center" valignment="top" width="0pt">
2365 <column alignment="center" valignment="top">
2366 <row>
2367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2368 \begin_inset Text
2369
2370 \begin_layout Plain Layout
2371
2372 \end_layout
2373
2374 \end_inset
2375 </cell>
2376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 1
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 </row>
2386 <row>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391 A
2392 \end_layout
2393
2394 \end_inset
2395 </cell>
2396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2397 \begin_inset Text
2398
2399 \begin_layout Plain Layout
2400
2401 \end_layout
2402
2403 \end_inset
2404 </cell>
2405 </row>
2406 </lyxtabular>
2407
2408 \end_inset
2409
2410
2411 \begin_inset Newline newline
2412 \end_inset
2413
2414 On peut aussi entrer des paramètres \SpecialChar LaTeX
2415  pour obtenir des mise en formes spéciales
2416  pour le tableau, voir les sections
2417 \begin_inset space ~
2418 \end_inset
2419
2420
2421 \begin_inset CommandInset ref
2422 LatexCommand ref
2423 reference "subsec:Calculs-multicolonnes"
2424
2425 \end_inset
2426
2427  et 
2428 \begin_inset CommandInset ref
2429 LatexCommand ref
2430 reference "sec:Tableaux-Colorés"
2431
2432 \end_inset
2433
2434 .
2435 \end_layout
2436
2437 \begin_layout Description
2438 Bordures Cet onglet vous permet d'ajouter ou de supprimer les bordures pour
2439  la ligne ou la colonne courante.
2440  
2441 \begin_inset Newline newline
2442 \end_inset
2443
2444 En utilisant le style 
2445 \family sans
2446 Formel
2447 \family default
2448  à la place du style par 
2449 \family sans
2450 Défaut
2451 \family default
2452 , on va convertir le tableau en tableau formel comme on le décrit dans la
2453  section
2454 \begin_inset space ~
2455 \end_inset
2456
2457
2458 \begin_inset CommandInset ref
2459 LatexCommand ref
2460 reference "sec:Tableaux-Formels"
2461
2462 \end_inset
2463
2464 .
2465 \begin_inset Newline newline
2466 \end_inset
2467
2468 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2469  dans les lignes du tableau comme c'est décrit dans la section
2470 \begin_inset space ~
2471 \end_inset
2472
2473
2474 \begin_inset CommandInset ref
2475 LatexCommand ref
2476 reference "subsec:Espacement-lignes"
2477
2478 \end_inset
2479
2480 .
2481 \end_layout
2482
2483 \begin_layout Description
2484 Tableau
2485 \begin_inset space ~
2486 \end_inset
2487
2488 multi-pages Cet onglet est utilisé pour transformer un tableau en ce que
2489  l'on nomme un 
2490 \begin_inset Quotes fld
2491 \end_inset
2492
2493
2494 \emph on
2495 tableau multi-pages
2496 \emph default
2497
2498 \begin_inset Quotes frd
2499 \end_inset
2500
2501  qui peut continuer sur plusieurs pages.
2502  Les sections
2503 \begin_inset space ~
2504 \end_inset
2505
2506
2507 \begin_inset CommandInset ref
2508 LatexCommand ref
2509 reference "sec:Tableaux-multi-pages"
2510
2511 \end_inset
2512
2513  et 
2514 \begin_inset CommandInset ref
2515 LatexCommand ref
2516 reference "sec:Questions-sur-tableaux-multi-pages"
2517
2518 \end_inset
2519
2520  décrivent ces tableaux multi-pages plus en détail.
2521 \end_layout
2522
2523 \begin_layout Section
2524 La barre d'outils tableau
2525 \begin_inset Index idx
2526 status collapsed
2527
2528 \begin_layout Plain Layout
2529 Tableau ! Barre d'outils
2530 \end_layout
2531
2532 \end_inset
2533
2534
2535 \end_layout
2536
2537 \begin_layout Standard
2538 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2539  permet de modifier plus rapidement les tableaux.
2540  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2541  quand le
2542  curseur se trouve à l'intérieur d'un tableau.
2543  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2544  au menu 
2545 \family sans
2546 Visualiser\SpecialChar menuseparator
2547 Barres
2548 \begin_inset space ~
2549 \end_inset
2550
2551 d'outils\SpecialChar menuseparator
2552 Tableau
2553 \family default
2554 .
2555 \end_layout
2556
2557 \begin_layout Standard
2558 La barre d'outils contient les icônes suivantes :
2559 \end_layout
2560
2561 \begin_layout Labeling
2562 \labelwidthstring 00.00.0000
2563 \begin_inset Info
2564 type  "icon"
2565 arg   "tabular-feature append-row"
2566 \end_inset
2567
2568  ajoute une ligne sous la cellule ou la sélection courante
2569 \end_layout
2570
2571 \begin_layout Labeling
2572 \labelwidthstring 00.00.0000
2573 \begin_inset Info
2574 type  "icon"
2575 arg   "tabular-feature append-column"
2576 \end_inset
2577
2578  ajoute une colonne à la droite de la cellule ou de la sélection courante
2579 \end_layout
2580
2581 \begin_layout Labeling
2582 \labelwidthstring 00.00.0000
2583 \begin_inset Info
2584 type  "icon"
2585 arg   "tabular-feature delete-row"
2586 \end_inset
2587
2588  supprime la ligne ou la sélection courante
2589 \end_layout
2590
2591 \begin_layout Labeling
2592 \labelwidthstring 00.00.0000
2593 \begin_inset Info
2594 type  "icon"
2595 arg   "tabular-feature delete-column"
2596 \end_inset
2597
2598  supprime la colonne ou la sélection courante
2599 \end_layout
2600
2601 \begin_layout Labeling
2602 \labelwidthstring 00.00.0000
2603 \begin_inset Info
2604 type  "icon"
2605 arg   "tabular-feature move-row-up"
2606 \end_inset
2607
2608  déplace la ligne vers le haut
2609 \end_layout
2610
2611 \begin_layout Labeling
2612 \labelwidthstring 00.00.0000
2613 \begin_inset Info
2614 type  "icon"
2615 arg   "tabular-feature move-column-left"
2616 \end_inset
2617
2618  déplace la colonne vers la gauche
2619 \end_layout
2620
2621 \begin_layout Labeling
2622 \labelwidthstring 00.00.0000
2623 \begin_inset Info
2624 type  "icon"
2625 arg   "tabular-feature move-row-down"
2626 \end_inset
2627
2628  déplace la ligne vers le bas
2629 \end_layout
2630
2631 \begin_layout Labeling
2632 \labelwidthstring 00.00.0000
2633 \begin_inset Info
2634 type  "icon"
2635 arg   "tabular-feature move-column-right"
2636 \end_inset
2637
2638  déplace la colonne vers la droite
2639 \end_layout
2640
2641 \begin_layout Labeling
2642 \labelwidthstring 00.00.0000
2643 \begin_inset Info
2644 type  "icon"
2645 arg   "tabular-feature toggle-line-top"
2646 \end_inset
2647
2648  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2649  courante
2650 \end_layout
2651
2652 \begin_layout Labeling
2653 \labelwidthstring 00.00.0000
2654 \begin_inset Info
2655 type  "icon"
2656 arg   "tabular-feature toggle-line-bottom"
2657 \end_inset
2658
2659  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2660 \end_layout
2661
2662 \begin_layout Labeling
2663 \labelwidthstring 00.00.0000
2664 \begin_inset Info
2665 type  "icon"
2666 arg   "tabular-feature toggle-line-left"
2667 \end_inset
2668
2669  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2670 \begin_inset Note Note
2671 status collapsed
2672
2673 \begin_layout Plain Layout
2674 ou colonne ?
2675 \end_layout
2676
2677 \end_inset
2678
2679  ou de la sélection courante
2680 \end_layout
2681
2682 \begin_layout Labeling
2683 \labelwidthstring 00.00.0000
2684 \begin_inset Info
2685 type  "icon"
2686 arg   "tabular-feature toggle-line-right"
2687 \end_inset
2688
2689  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2690 \begin_inset Note Note
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 ou colonne ?
2695 \end_layout
2696
2697 \end_inset
2698
2699  ou de la sélection courante
2700 \end_layout
2701
2702 \begin_layout Labeling
2703 \labelwidthstring 00.00.0000
2704 \begin_inset Info
2705 type  "icon"
2706 arg   "tabular-feature set-all-lines"
2707 \end_inset
2708
2709  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2710  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2711  colonne et la ligne 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 unset-all-lines"
2719 \end_inset
2720
2721  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2722  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2723  aussi la 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 m-align-left"
2731 \end_inset
2732
2733  aligne à gauche le contenu de la cellule ou de la colonne courante
2734 \end_layout
2735
2736 \begin_layout Labeling
2737 \labelwidthstring 00.00.0000
2738 \begin_inset Info
2739 type  "icon"
2740 arg   "tabular-feature m-align-center"
2741 \end_inset
2742
2743  centre horizontalement le contenu de la cellule ou de la colonne courante
2744 \end_layout
2745
2746 \begin_layout Labeling
2747 \labelwidthstring 00.00.0000
2748 \begin_inset Info
2749 type  "icon"
2750 arg   "tabular-feature m-align-right"
2751 \end_inset
2752
2753  aligne à droite le contenu de la cellule ou de la colonne courante
2754 \end_layout
2755
2756 \begin_layout Labeling
2757 \labelwidthstring 00.00.0000
2758 \begin_inset Info
2759 type  "icon"
2760 arg   "tabular-feature align-decimal"
2761 \end_inset
2762
2763  aligne le contenu de la colonne courante sur un caractère
2764 \end_layout
2765
2766 \begin_layout Labeling
2767 \labelwidthstring 00.00.0000
2768 \begin_inset Info
2769 type  "icon"
2770 arg   "tabular-feature m-valign-top"
2771 \end_inset
2772
2773  aligne le contenu de la cellule courante verticalement vers le haut
2774 \end_layout
2775
2776 \begin_layout Labeling
2777 \labelwidthstring 00.00.0000
2778 \begin_inset Info
2779 type  "icon"
2780 arg   "tabular-feature m-valign-middle"
2781 \end_inset
2782
2783  centre verticalement le contenu de la cellule courante
2784 \end_layout
2785
2786 \begin_layout Labeling
2787 \labelwidthstring 00.00.0000
2788 \begin_inset Info
2789 type  "icon"
2790 arg   "tabular-feature m-valign-bottom"
2791 \end_inset
2792
2793  aligne le contenu de la cellule courante verticalement vers le bas
2794 \end_layout
2795
2796 \begin_layout Labeling
2797 \labelwidthstring 00.00.0000
2798 \begin_inset Info
2799 type  "icon"
2800 arg   "tabular-feature set-rotate-cell"
2801 \end_inset
2802
2803  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2804 re
2805 \end_layout
2806
2807 \begin_layout Labeling
2808 \labelwidthstring 00.00.0000
2809 \begin_inset Info
2810 type  "icon"
2811 arg   "tabular-feature set-rotate-tabular"
2812 \end_inset
2813
2814  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2815 \end_layout
2816
2817 \begin_layout Labeling
2818 \labelwidthstring 00.00.0000
2819 \begin_inset Info
2820 type  "icon"
2821 arg   "tabular-feature multicolumn"
2822 \end_inset
2823
2824  transforme en multi-colonnes la cellule ou la sélection courante
2825 \end_layout
2826
2827 \begin_layout Labeling
2828 \labelwidthstring 00.00.0000
2829 \begin_inset Info
2830 type  "icon"
2831 arg   "tabular-feature multirow"
2832 \end_inset
2833
2834  transforme en multi-lignes la cellule ou la sélection courante
2835 \end_layout
2836
2837 \begin_layout Standard
2838 \begin_inset Note Greyedout
2839 status open
2840
2841 \begin_layout Plain Layout
2842
2843 \series bold
2844 Note :
2845 \series default
2846  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2847  est utilisé pour toutes les autres cellules de la ligne.
2848 \end_layout
2849
2850 \end_inset
2851
2852
2853 \end_layout
2854
2855 \begin_layout Section
2856 Le menu Édition tableau
2857 \begin_inset Index idx
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 Tableau ! Menu Édition
2862 \end_layout
2863
2864 \end_inset
2865
2866
2867 \end_layout
2868
2869 \begin_layout Standard
2870 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2871  
2872 \family sans
2873 Édition\SpecialChar menuseparator
2874 Tableau
2875 \family default
2876  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2877  ou de la ligne courante et aussi de transformer la sélection courante en
2878  multi-colonnes.
2879  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2880 \end_layout
2881
2882 \begin_layout Section
2883 Flottant de tableau
2884 \begin_inset CommandInset label
2885 LatexCommand label
2886 name "sec:Table-Floats"
2887
2888 \end_inset
2889
2890
2891 \begin_inset Index idx
2892 status collapsed
2893
2894 \begin_layout Plain Layout
2895 Flottants ! Tableaux
2896 \end_layout
2897
2898 \end_inset
2899
2900
2901 \begin_inset Index idx
2902 status collapsed
2903
2904 \begin_layout Plain Layout
2905 Tableau ! Flottants
2906 \end_layout
2907
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \begin_layout Standard
2914 Pour des explications générales sur les flottants, jetez un œil à la section
2915 \begin_inset space ~
2916 \end_inset
2917
2918
2919 \begin_inset CommandInset ref
2920 LatexCommand ref
2921 reference "sec:Flottants-Introduction"
2922
2923 \end_inset
2924
2925 .
2926 \end_layout
2927
2928 \begin_layout Standard
2929 \begin_inset Float table
2930 placement h
2931 wide false
2932 sideways false
2933 status open
2934
2935 \begin_layout Plain Layout
2936 \begin_inset Caption Standard
2937
2938 \begin_layout Plain Layout
2939 \begin_inset CommandInset label
2940 LatexCommand label
2941 name "tab:Flottant-de-tableau"
2942
2943 \end_inset
2944
2945 Un flottant de tableau.
2946 \end_layout
2947
2948 \end_inset
2949
2950
2951 \end_layout
2952
2953 \begin_layout Plain Layout
2954 \align center
2955 \begin_inset Tabular
2956 <lyxtabular version="3" rows="3" columns="3">
2957 <features tabularvalignment="middle">
2958 <column alignment="center" valignment="top" width="0pt">
2959 <column alignment="center" valignment="top" width="0pt">
2960 <column alignment="center" valignment="top" width="0pt">
2961 <row>
2962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2963 \begin_inset Text
2964
2965 \begin_layout Plain Layout
2966 1
2967 \end_layout
2968
2969 \end_inset
2970 </cell>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975 2
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984 3
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 </row>
2990 <row>
2991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2992 \begin_inset Text
2993
2994 \begin_layout Plain Layout
2995 Jules
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004 Marie
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 Jean
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 </row>
3019 <row>
3020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3021 \begin_inset Text
3022
3023 \begin_layout Plain Layout
3024 \begin_inset Formula $\int x^{2}dx$
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
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 $\left[\begin{array}{cc}
3037 a & b\\
3038 c & d
3039 \end{array}\right]$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 \begin_inset Formula $1+1=2$
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 </row>
3060 </lyxtabular>
3061
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \begin_layout Standard
3073 Les flottants de tableau sont insérés en utilisant le menu 
3074 \family sans
3075 Insertion\SpecialChar menuseparator
3076 Flottant\SpecialChar menuseparator
3077 Tableau
3078 \family default
3079  ou le bouton 
3080 \begin_inset Info
3081 type  "icon"
3082 arg   "float-insert table"
3083 \end_inset
3084
3085  de la barre d'outils.
3086 \end_layout
3087
3088 \begin_layout Standard
3089 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3090  qui a comme étiquette 
3091 \begin_inset Quotes fld
3092 \end_inset
3093
3094 Tableau
3095 \begin_inset space ~
3096 \end_inset
3097
3098 #:
3099 \begin_inset Quotes frd
3100 \end_inset
3101
3102  (où # est le numéro du tableau).
3103  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3104 \end_layout
3105
3106 \begin_layout Standard
3107 Le tableau
3108 \begin_inset space ~
3109 \end_inset
3110
3111
3112 \begin_inset CommandInset ref
3113 LatexCommand ref
3114 reference "tab:Flottant-de-tableau"
3115
3116 \end_inset
3117
3118  est un exemple de tableau dans un flottant de tableau.
3119 \end_layout
3120
3121 \begin_layout Standard
3122 On met habituellement la légende au dessus des tableaux, mais cette règle
3123  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3124 .
3125  Cela signifie que si vous utilisez un document appartenant aux classes
3126  
3127 \family sans
3128 article
3129 \family default
3130
3131 \family sans
3132 book
3133 \family default
3134
3135 \family sans
3136 letter
3137 \family default
3138 , ou
3139 \family sans
3140  report
3141 \family default
3142  il n'y aura pas d'espace entre la légende et le tableau.
3143  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3144  la commande de chargement du paquetage \SpecialChar LaTeX
3145  
3146 \series bold
3147 caption
3148 \series default
3149
3150 \begin_inset Index idx
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 Paquetages \SpecialChar LaTeX
3155  ! caption
3156 \end_layout
3157
3158 \end_inset
3159
3160  dans le préambule de votre document.
3161 \begin_inset Foot
3162 status collapsed
3163
3164 \begin_layout Plain Layout
3165 Pour plus d'information voyez la section
3166 \begin_inset space ~
3167 \end_inset
3168
3169
3170 \begin_inset CommandInset ref
3171 LatexCommand ref
3172 reference "sec:Placement-légende"
3173
3174 \end_inset
3175
3176 .
3177 \end_layout
3178
3179 \end_inset
3180
3181 :
3182 \end_layout
3183
3184 \begin_layout Standard
3185
3186 \series bold
3187 tableposition=top
3188 \end_layout
3189
3190 \begin_layout Standard
3191 Le paquetage 
3192 \series bold
3193 caption
3194 \series default
3195 , qui est décrit dans la section
3196 \begin_inset space ~
3197 \end_inset
3198
3199
3200 \begin_inset CommandInset ref
3201 LatexCommand ref
3202 reference "sec:Formatage-légende"
3203
3204 \end_inset
3205
3206 , est utilisé pour ajuster le format des légendes.
3207 \end_layout
3208
3209 \begin_layout Standard
3210 Dans le texte, on fait référence à un tableau
3211 \begin_inset Index idx
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 References@Références ! à des Tableaux
3216 \end_layout
3217
3218 \end_inset
3219
3220  en faisant référence à sa légende.
3221  On insère donc une étiquette dans la légende en utilisant le menu 
3222 \family sans
3223 Insertion
3224 \family default
3225 \SpecialChar menuseparator
3226
3227 \family sans
3228 Étiquette
3229 \family default
3230  ou le bouton 
3231 \begin_inset Info
3232 type  "icon"
3233 arg   "label-insert"
3234 \end_inset
3235
3236  de la barre d'outils.
3237  On peut alors faire référence à cette étiquette en utilisant le menu 
3238 \family sans
3239 Insertion\SpecialChar menuseparator
3240 Référence
3241 \begin_inset space ~
3242 \end_inset
3243
3244 croisée
3245 \family default
3246  ou le bouton 
3247 \begin_inset Info
3248 type  "icon"
3249 arg   "dialog-show-new-inset ref"
3250 \end_inset
3251
3252  de la barre d'outils.
3253 \begin_inset Newline newline
3254 \end_inset
3255
3256 Les références croisées sont expliquées en détail dans la section
3257 \begin_inset space ~
3258 \end_inset
3259
3260
3261 \begin_inset CommandInset ref
3262 LatexCommand ref
3263 reference "sec:Referencer-les-Flottants"
3264
3265 \end_inset
3266
3267 .
3268 \end_layout
3269
3270 \begin_layout Section
3271 Tableaux multi-pages
3272 \begin_inset CommandInset label
3273 LatexCommand label
3274 name "sec:Tableaux-multi-pages"
3275
3276 \end_inset
3277
3278
3279 \begin_inset Index idx
3280 status collapsed
3281
3282 \begin_layout Plain Layout
3283 Tableau multi-pages
3284 \end_layout
3285
3286 \end_inset
3287
3288
3289 \begin_inset Index idx
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 Tableau ! multi-pages
3294 \end_layout
3295
3296 \end_inset
3297
3298
3299 \end_layout
3300
3301 \begin_layout Standard
3302 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3303  l'option 
3304 \family sans
3305 Utiliser
3306 \begin_inset space ~
3307 \end_inset
3308
3309 les
3310 \begin_inset space ~
3311 \end_inset
3312
3313 tableaux
3314 \begin_inset space ~
3315 \end_inset
3316
3317 multi-pages
3318 \family default
3319  de l'onglet 
3320 \family sans
3321 Tableau
3322 \begin_inset space ~
3323 \end_inset
3324
3325 multi-pages
3326 \family default
3327  de la fenêtre 
3328 \family sans
3329 Paramètres
3330 \begin_inset space ~
3331 \end_inset
3332
3333 du
3334 \begin_inset space ~
3335 \end_inset
3336
3337 tableau
3338 \family default
3339  pour le répartir automatiquement sur plusieurs pages.
3340  En cochant cette option, vous activez les options suivantes:
3341 \end_layout
3342
3343 \begin_layout Description
3344 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3345  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3346  d'en-tête utilisées pour toutes les pages du tableau multi-pages; sauf
3347  pour la première page, si 
3348 \family sans
3349 Premier
3350 \begin_inset space ~
3351 \end_inset
3352
3353 en-tête
3354 \family default
3355  est défini.
3356  Ces lignes forment l'en-tête principal.
3357 \end_layout
3358
3359 \begin_layout Description
3360 Premier
3361 \begin_inset space ~
3362 \end_inset
3363
3364 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3365  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3366  d'en-tête utilisées pour la première page du tableau multi-pages.
3367 \end_layout
3368
3369 \begin_layout Description
3370 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3371  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3372  constituant les pieds de toutes les pages du tableau multi-pages; sauf
3373  de la dernière page si 
3374 \family sans
3375 Dernier
3376 \begin_inset space ~
3377 \end_inset
3378
3379 pied
3380 \family default
3381  est défini.
3382 \end_layout
3383
3384 \begin_layout Description
3385 Dernier
3386 \begin_inset space ~
3387 \end_inset
3388
3389 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3390  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3391  constituant le pied de la dernière page du tableau multi-pages.
3392 \end_layout
3393
3394 \begin_layout Description
3395 Légende La ligne courante contient la légende du tableau.
3396  La première ligne est transformée en une colonne unique et une légende
3397  est insérée.
3398  Vous trouverez d'autres explications sur les légendes pour les tableaux
3399  multi-pages dans la section
3400 \begin_inset space ~
3401 \end_inset
3402
3403
3404 \begin_inset CommandInset ref
3405 LatexCommand ref
3406 reference "subsec:Tableaux-multi-pages-légende"
3407
3408 \end_inset
3409
3410 .
3411 \end_layout
3412
3413 \begin_layout Standard
3414 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3415  Voyez le tableau multi-pages qui suit pour voir comment ça marche :
3416 \end_layout
3417
3418 \begin_layout Standard
3419 \align center
3420 \begin_inset Tabular
3421 <lyxtabular version="3" rows="69" columns="3">
3422 <features islongtable="true" longtabularalignment="center">
3423 <column alignment="left" valignment="top" width="0cm">
3424 <column alignment="left" valignment="top" width="0pt">
3425 <column alignment="center" valignment="top" width="0pt">
3426 <row endfirsthead="true">
3427 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3428 \begin_inset Text
3429
3430 \begin_layout Plain Layout
3431
3432 \series bold
3433 Exemple d'annuaire téléphonique (ignorez les noms)
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \end_layout
3453
3454 \end_inset
3455 </cell>
3456 </row>
3457 <row endfirsthead="true">
3458 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \series bold
3464 NOM
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 TEL.
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row endhead="true">
3491 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Exemple d'annuaire téléphonique
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row endhead="true">
3522 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 NOM
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 TEL.
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 </row>
3554 <row endfoot="true">
3555 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559  continue page suivante
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Annovi
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Silvia
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Bertoli
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Stefano
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Bozzi
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Walter
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Cachia
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Maria
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Cachia
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Maurizio
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Cinquemani
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Giusi
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Colin
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Bernard
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Concli
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Gianfranco
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Dal Bosco
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Carolina
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Dalpiaz
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Annamaria
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Feliciello
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Domenico
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Focarelli
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Paola
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Galletti
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Oreste
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Gasparini
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Franca
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Rizzardi
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Paola
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Lassini
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Giancarlo
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Malfatti
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Luciano
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Malfatti
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Valeriano
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 111
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Meneguzzo
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Roberto
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 111
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177
4178 \series bold
4179 Mezzadra
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 <cell alignment="center" valignment="top" usebox="none">
4185 \begin_inset Text
4186
4187 \begin_layout Plain Layout
4188 Roberto
4189 \end_layout
4190
4191 \end_inset
4192 </cell>
4193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197 111
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 </row>
4203 <row>
4204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208
4209 \series bold
4210 Pirpamer
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 <cell alignment="center" valignment="top" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Plain Layout
4219 Erich
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228 111
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 </row>
4234 <row>
4235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \series bold
4241 Pochiesa
4242 \end_layout
4243
4244 \end_inset
4245 </cell>
4246 <cell alignment="center" valignment="top" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250 Paolo
4251 \end_layout
4252
4253 \end_inset
4254 </cell>
4255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259 111, 222
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 </row>
4265 <row>
4266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270
4271 \series bold
4272 Radina
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 Claudio
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290 111
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 </row>
4296 <row>
4297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301
4302 \series bold
4303 Stuffer
4304 \end_layout
4305
4306 \end_inset
4307 </cell>
4308 <cell alignment="center" valignment="top" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 Oskar
4313 \end_layout
4314
4315 \end_inset
4316 </cell>
4317 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321 111
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 <row>
4328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332
4333 \series bold
4334 Tacchelli
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 <cell alignment="center" valignment="top" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343 Ugo
4344 \end_layout
4345
4346 \end_inset
4347 </cell>
4348 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 111
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \series bold
4365 Tezzele
4366 \end_layout
4367
4368 \end_inset
4369 </cell>
4370 <cell alignment="center" valignment="top" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374 Margit
4375 \end_layout
4376
4377 \end_inset
4378 </cell>
4379 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383 111
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 </row>
4389 <row>
4390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394
4395 \series bold
4396 Unterkalmsteiner
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 Frieda
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414 111
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 </row>
4420 <row>
4421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425
4426 \series bold
4427 Vieider
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 Hilde
4437 \end_layout
4438
4439 \end_inset
4440 </cell>
4441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445 111
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456
4457 \series bold
4458 Vigna
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 <cell alignment="center" valignment="top" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467 Jürgen
4468 \end_layout
4469
4470 \end_inset
4471 </cell>
4472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476 111
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 </row>
4482 <row>
4483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487
4488 \series bold
4489 Weber
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 <cell alignment="center" valignment="top" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498 Maurizio
4499 \end_layout
4500
4501 \end_inset
4502 </cell>
4503 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507 111
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 </row>
4513 <row>
4514 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518
4519 \series bold
4520 Winkler
4521 \end_layout
4522
4523 \end_inset
4524 </cell>
4525 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529 Franz
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 111
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549  
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Annovi
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Silvia
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Bertoli
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Stefano
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Bozzi
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Walter
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Cachia
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Maria
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Cachia
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Maurizio
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Cinquemani
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Giusi
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Colin
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Bernard
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Concli
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Gianfranco
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Dal Bosco
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Carolina
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Dalpiaz
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Annamaria
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Feliciello
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Domenico
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Focarelli
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Paola
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Galletti
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Oreste
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Gasparini
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Franca
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Rizzardi
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Paola
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Lassini
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Giancarlo
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Malfatti
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Luciano
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 555
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row>
5101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107 Malfatti
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 Valeriano
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 555
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row>
5132 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136
5137 \series bold
5138 Meneguzzo
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 Roberto
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 555
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row>
5163 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167
5168 \series bold
5169 Mezzadra
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 <cell alignment="center" valignment="top" usebox="none">
5175 \begin_inset Text
5176
5177 \begin_layout Plain Layout
5178 Roberto
5179 \end_layout
5180
5181 \end_inset
5182 </cell>
5183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187 555
5188 \end_layout
5189
5190 \end_inset
5191 </cell>
5192 </row>
5193 <row>
5194 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198
5199 \series bold
5200 Pirpamer
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 <cell alignment="center" valignment="top" usebox="none">
5206 \begin_inset Text
5207
5208 \begin_layout Plain Layout
5209 Erich
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218 555
5219 \end_layout
5220
5221 \end_inset
5222 </cell>
5223 </row>
5224 <row>
5225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \series bold
5231 Pochiesa
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 Paolo
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 555, 222
5250 \end_layout
5251
5252 \end_inset
5253 </cell>
5254 </row>
5255 <row>
5256 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260
5261 \series bold
5262 Radina
5263 \end_layout
5264
5265 \end_inset
5266 </cell>
5267 <cell alignment="center" valignment="top" usebox="none">
5268 \begin_inset Text
5269
5270 \begin_layout Plain Layout
5271 Claudio
5272 \end_layout
5273
5274 \end_inset
5275 </cell>
5276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280 555
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 </row>
5286 <row>
5287 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291
5292 \series bold
5293 Stuffer
5294 \end_layout
5295
5296 \end_inset
5297 </cell>
5298 <cell alignment="center" valignment="top" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302 Oskar
5303 \end_layout
5304
5305 \end_inset
5306 </cell>
5307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311 555
5312 \end_layout
5313
5314 \end_inset
5315 </cell>
5316 </row>
5317 <row>
5318 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322
5323 \series bold
5324 Tacchelli
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Plain Layout
5333 Ugo
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 555
5343 \end_layout
5344
5345 \end_inset
5346 </cell>
5347 </row>
5348 <row>
5349 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353
5354 \series bold
5355 Tezzele
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 Margit
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373 555
5374 \end_layout
5375
5376 \end_inset
5377 </cell>
5378 </row>
5379 <row>
5380 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384
5385 \series bold
5386 Unterkalmsteiner
5387 \end_layout
5388
5389 \end_inset
5390 </cell>
5391 <cell alignment="center" valignment="top" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 Frieda
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 555
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 </row>
5410 <row>
5411 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415
5416 \series bold
5417 Vieider
5418 \end_layout
5419
5420 \end_inset
5421 </cell>
5422 <cell alignment="center" valignment="top" usebox="none">
5423 \begin_inset Text
5424
5425 \begin_layout Plain Layout
5426 Hilde
5427 \end_layout
5428
5429 \end_inset
5430 </cell>
5431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435 555
5436 \end_layout
5437
5438 \end_inset
5439 </cell>
5440 </row>
5441 <row>
5442 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446
5447 \series bold
5448 Vigna
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 Jürgen
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 999
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 </row>
5472 <row>
5473 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477
5478 \series bold
5479 Weber
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 Maurizio
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 555
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 </row>
5503 <row>
5504 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508
5509 \series bold
5510 Winkler
5511 \end_layout
5512
5513 \end_inset
5514 </cell>
5515 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5516 \begin_inset Text
5517
5518 \begin_layout Plain Layout
5519 Franz
5520 \end_layout
5521
5522 \end_inset
5523 </cell>
5524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528 555
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row endlastfoot="true">
5535 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 Fin
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557
5558 \end_layout
5559
5560 \end_inset
5561 </cell>
5562 </row>
5563 </lyxtabular>
5564
5565 \end_inset
5566
5567
5568 \begin_inset ERT
5569 status collapsed
5570
5571 \begin_layout Plain Layout
5572
5573
5574 \backslash
5575 addtocounter{table}{-1}
5576 \end_layout
5577
5578 \end_inset
5579
5580
5581 \begin_inset Note Note
5582 status collapsed
5583
5584 \begin_layout Plain Layout
5585 Voyez la première note grisée de la section
5586 \begin_inset space ~
5587 \end_inset
5588
5589
5590 \begin_inset CommandInset ref
5591 LatexCommand ref
5592 reference "subsec:Tableaux-multi-pages-légende"
5593
5594 \end_inset
5595
5596  pour une explication de cette commande.
5597 \end_layout
5598
5599 \end_inset
5600
5601
5602 \end_layout
5603
5604 \begin_layout Subsection
5605 Notes de bas de page dans les tableaux multi-pages
5606 \begin_inset CommandInset label
5607 LatexCommand label
5608 name "subsec:Notes-dans-tableau-multi-pages"
5609
5610 \end_inset
5611
5612
5613 \begin_inset Index idx
5614 status collapsed
5615
5616 \begin_layout Plain Layout
5617 Tableau ! multi-pages ! Notes de bas de page
5618 \end_layout
5619
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \begin_layout Standard
5626 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5627  multi-pages.
5628  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5629  contenant la note.
5630  Par exemple le tableau
5631 \begin_inset space ~
5632 \end_inset
5633
5634
5635 \begin_inset CommandInset ref
5636 LatexCommand ref
5637 reference "tab:Légendes-tableau-différentes"
5638
5639 \end_inset
5640
5641  a une note de bas de page.
5642 \end_layout
5643
5644 \begin_layout Subsection
5645 Alignement des tableaux multi-pages
5646 \begin_inset Index idx
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650 Tableau ! multi-pages ! Alignement
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \begin_layout Standard
5659 L'alignement horizontal des tableaux multi-pages peut être modifié dans
5660  la fenêtre de dialogue des paramètres de tableau.
5661  Pour les alignements à droite et à gauche, le tableau sera directement
5662  au bord de la page.
5663  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5664  l'alignement centré et modifier les valeurs des longueurs 
5665 \series bold
5666
5667 \backslash
5668 LTleft 
5669 \series default
5670 et 
5671 \series bold
5672
5673 \backslash
5674 LTright
5675 \series default
5676  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5677  avant le tableau multi-pages
5678  concerné :
5679 \end_layout
5680
5681 \begin_layout Standard
5682
5683 \series bold
5684
5685 \backslash
5686 setlength{
5687 \backslash
5688 LTleft}{valeur}
5689 \end_layout
5690
5691 \begin_layout Standard
5692 Où 
5693 \series bold
5694 valeur
5695 \series default
5696  peut avoir n'importe laquelle des unités listées dans le tableau
5697 \begin_inset space ~
5698 \end_inset
5699
5700
5701 \begin_inset CommandInset ref
5702 LatexCommand ref
5703 reference "cha:Unités-de-longueur"
5704
5705 \end_inset
5706
5707 .
5708  
5709 \series bold
5710
5711 \backslash
5712 LTleft
5713 \series default
5714  contrôle la distance horizontale entre le bord gauche de la page et le
5715  tableau, et
5716 \series bold
5717  
5718 \backslash
5719 LTright
5720 \series default
5721  la distance au bord droit.
5722  La valeur implicite des ces deux distances est 
5723 \series bold
5724
5725 \backslash
5726 fill
5727 \series default
5728 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5729 .
5730 \end_layout
5731
5732 \begin_layout Standard
5733 Le tableau multi-pages suivant a été centrée en mettant 
5734 \series bold
5735
5736 \backslash
5737 LTleft
5738 \series default
5739  à 
5740 \family sans
5741 0.1
5742 \backslash
5743 columnwidth
5744 \family default
5745 :
5746 \begin_inset ERT
5747 status collapsed
5748
5749 \begin_layout Plain Layout
5750
5751
5752 \backslash
5753 setlength{
5754 \backslash
5755 LTleft}{0.1
5756 \backslash
5757 columnwidth}
5758 \end_layout
5759
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \begin_layout Standard
5766 \begin_inset Tabular
5767 <lyxtabular version="3" rows="5" columns="5">
5768 <features islongtable="true" longtabularalignment="center">
5769 <column alignment="center" valignment="top">
5770 <column alignment="center" valignment="top">
5771 <column alignment="center" valignment="top">
5772 <column alignment="center" valignment="top">
5773 <column alignment="center" valignment="top">
5774 <row>
5775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779 1
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788 2
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797 3
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 4
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 5
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 asd
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 s
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 s
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 s
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 asd
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 </row>
5868 <row>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 asd
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 s
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 asd
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 asd
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 s
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 asd
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 <row>
5963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 asd
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 asd
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 </row>
6009 </lyxtabular>
6010
6011 \end_inset
6012
6013
6014 \begin_inset ERT
6015 status collapsed
6016
6017 \begin_layout Plain Layout
6018
6019
6020 \backslash
6021 setlength{
6022 \backslash
6023 LTleft}{
6024 \backslash
6025 fill}
6026 \end_layout
6027
6028 \end_inset
6029
6030
6031 \begin_inset ERT
6032 status collapsed
6033
6034 \begin_layout Plain Layout
6035
6036
6037 \backslash
6038 addtocounter{table}{-1}
6039 \end_layout
6040
6041 \end_inset
6042
6043
6044 \begin_inset Note Note
6045 status collapsed
6046
6047 \begin_layout Plain Layout
6048 Voyez la première note grisée de la section
6049 \begin_inset space ~
6050 \end_inset
6051
6052
6053 \begin_inset CommandInset ref
6054 LatexCommand ref
6055 reference "subsec:Tableaux-multi-pages-légende"
6056
6057 \end_inset
6058
6059  pour une explication de cette commande.
6060 \end_layout
6061
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \begin_layout Subsection
6068 Légendes et tableaux multi-pages
6069 \begin_inset Index idx
6070 status collapsed
6071
6072 \begin_layout Plain Layout
6073 Tableau ! multi-pages ! Legendes@Légendes
6074 \end_layout
6075
6076 \end_inset
6077
6078
6079 \begin_inset CommandInset label
6080 LatexCommand label
6081 name "subsec:Tableaux-multi-pages-légende"
6082
6083 \end_inset
6084
6085
6086 \end_layout
6087
6088 \begin_layout Standard
6089 Vous ne pouvez pas placer un tableau multi-pages dans un flottant de tableau
6090  puisque les flottants ne peuvent pas être sur plusieurs pages, mais l'environne
6091 ment de légende des flottants de tableau peut aussi être utilisé pour les
6092  tableaux multi-pages quand on utilise pour une ligne l'option de tableau
6093  multi-pages 
6094 \family sans
6095 Légende
6096 \family default
6097 , comme c'est expliqué dans la section
6098 \begin_inset space ~
6099 \end_inset
6100
6101
6102 \begin_inset CommandInset ref
6103 LatexCommand ref
6104 reference "sec:Tableaux-multi-pages"
6105
6106 \end_inset
6107
6108 .
6109 \end_layout
6110
6111 \begin_layout Standard
6112 Voici un petit Tableau multi-pages pour voir comment ça marche :
6113 \end_layout
6114
6115 \begin_layout Standard
6116 \begin_inset Tabular
6117 <lyxtabular version="3" rows="6" columns="5">
6118 <features islongtable="true" longtabularalignment="center">
6119 <column alignment="center" valignment="top">
6120 <column alignment="center" valignment="top">
6121 <column alignment="center" valignment="top">
6122 <column alignment="center" valignment="top">
6123 <column alignment="center" valignment="top">
6124 <row endfirsthead="true" caption="true">
6125 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6126 \begin_inset Text
6127
6128 \begin_layout Plain Layout
6129 \begin_inset Caption Standard
6130
6131 \begin_layout Plain Layout
6132 Tableau multi-pages avec une légende
6133 \begin_inset Argument 1
6134 status open
6135
6136 \begin_layout Plain Layout
6137 Tableau multi-pages
6138 \end_layout
6139
6140 \end_inset
6141
6142
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6153 \begin_inset Text
6154
6155 \begin_layout Plain Layout
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 </row>
6189 <row>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 1
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 2
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 3
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 4
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230 5
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 <row>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Plain Layout
6241 asd
6242 \end_layout
6243
6244 \end_inset
6245 </cell>
6246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6247 \begin_inset Text
6248
6249 \begin_layout Plain Layout
6250 s
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 s
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 s
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 asd
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 <row>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 asd
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 s
6298 \end_layout
6299
6300 \end_inset
6301 </cell>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 s
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 s
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 asd
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335 asd
6336 \end_layout
6337
6338 \end_inset
6339 </cell>
6340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6341 \begin_inset Text
6342
6343 \begin_layout Plain Layout
6344 s
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 s
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 s
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 asd
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 </row>
6377 <row>
6378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6379 \begin_inset Text
6380
6381 \begin_layout Plain Layout
6382 asd
6383 \end_layout
6384
6385 \end_inset
6386 </cell>
6387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391 asd
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 asd
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 asd
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 asd
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 </row>
6424 </lyxtabular>
6425
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Standard
6432 \begin_inset VSpace medskip
6433 \end_inset
6434
6435
6436 \begin_inset Note Greyedout
6437 status open
6438
6439 \begin_layout Plain Layout
6440
6441 \series bold
6442 Note
6443 \begin_inset space ~
6444 \end_inset
6445
6446 1:
6447 \series default
6448  Le numéro de tableau est incrémenté à chaque tableau multi-pages, même
6449  si vous n'avez pas prévu de légende.
6450  De ce fait, vous pouvez avoir le cas où par exemple le tableau
6451 \begin_inset space ~
6452 \end_inset
6453
6454 2.4 suit le tableau
6455 \begin_inset space ~
6456 \end_inset
6457
6458 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux multi-page
6459 s sans légende.
6460  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6461  après
6462  chaque tableau multi-pages sans légende :
6463 \end_layout
6464
6465 \begin_layout Plain Layout
6466
6467 \series bold
6468
6469 \backslash
6470 addtocounter{table}{-1}
6471 \end_layout
6472
6473 \begin_layout Plain Layout
6474 Ce n'est pas nécessaire quand aucun de vos tableaux multi-pages n'a de légende
6475  et que vous ajoutez le code suivant dans le préambule du document :
6476 \end_layout
6477
6478 \begin_layout Plain Layout
6479
6480 \series bold
6481
6482 \backslash
6483 let
6484 \backslash
6485 myEnd
6486 \backslash
6487 endlongtable
6488 \begin_inset Newline newline
6489 \end_inset
6490
6491
6492 \backslash
6493 renewcommand{
6494 \backslash
6495 endlongtable}{
6496 \backslash
6497 myEnd
6498 \backslash
6499 addtocounter{table}{-1}}
6500 \end_layout
6501
6502 \end_inset
6503
6504
6505 \end_layout
6506
6507 \begin_layout Standard
6508 \begin_inset Note Greyedout
6509 status open
6510
6511 \begin_layout Plain Layout
6512
6513 \series bold
6514 Note
6515 \begin_inset space ~
6516 \end_inset
6517
6518 2:
6519 \series default
6520  Si vous utilisez 
6521 \series bold
6522 hyperref
6523 \series default
6524
6525 \begin_inset Index idx
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529 Paquetages \SpecialChar LaTeX
6530  ! hyperref
6531 \end_layout
6532
6533 \end_inset
6534
6535  dans les 
6536 \family sans
6537 Paramètres du document
6538 \family default
6539  rubrique 
6540 \family sans
6541 Propriétés
6542 \begin_inset space ~
6543 \end_inset
6544
6545 du
6546 \begin_inset space ~
6547 \end_inset
6548
6549 PDF
6550 \family default
6551 , pour transformer vos références croisées en liens cliquables, le lien
6552  vers un tableau multi-pages pointera toujours sur le début du document.
6553 \end_layout
6554
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \begin_layout Subsubsection
6561 Références à des tableaux multi-pages
6562 \begin_inset Index idx
6563 status collapsed
6564
6565 \begin_layout Plain Layout
6566 Tableau ! multi-pages ! Références
6567 \end_layout
6568
6569 \end_inset
6570
6571
6572 \end_layout
6573
6574 \begin_layout Standard
6575 \begin_inset Tabular
6576 <lyxtabular version="3" rows="6" columns="5">
6577 <features islongtable="true" longtabularalignment="center">
6578 <column alignment="center" valignment="top">
6579 <column alignment="center" valignment="top">
6580 <column alignment="center" valignment="top">
6581 <column alignment="center" valignment="top">
6582 <column alignment="center" valignment="top">
6583 <row endfirsthead="true" caption="true">
6584 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6585 \begin_inset Text
6586
6587 \begin_layout Plain Layout
6588 \begin_inset Caption Standard
6589
6590 \begin_layout Plain Layout
6591 Tableau multi-pages référencé
6592 \begin_inset CommandInset label
6593 LatexCommand label
6594 name "tab:RefExemple"
6595
6596 \end_inset
6597
6598
6599 \end_layout
6600
6601 \end_inset
6602
6603
6604 \end_layout
6605
6606 \end_inset
6607 </cell>
6608 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6609 \begin_inset Text
6610
6611 \begin_layout Plain Layout
6612
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 </row>
6645 <row>
6646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 1
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 2
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 3
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 4
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 5
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 <row>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 asd
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 s
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 s
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 s
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 asd
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 </row>
6739 <row>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 asd
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 s
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 s
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 s
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 asd
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 asd
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 s
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 s
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 s
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 asd
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 </row>
6833 <row>
6834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 asd
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 sad
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 asd
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 asd
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 asd
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 </row>
6880 </lyxtabular>
6881
6882 \end_inset
6883
6884
6885 \end_layout
6886
6887 \begin_layout Standard
6888 Pour pouvoir faire référence à un tableau multi-pages, il faut insérer une
6889  étiquette dans sa légende.
6890 \end_layout
6891
6892 \begin_layout Standard
6893 Ceci est une référence au tableau
6894 \begin_inset space ~
6895 \end_inset
6896
6897
6898 \begin_inset CommandInset ref
6899 LatexCommand ref
6900 reference "tab:RefExemple"
6901
6902 \end_inset
6903
6904 .
6905 \end_layout
6906
6907 \begin_layout Standard
6908 La mise en forme de la légende peut être ajustée avec celle de toutes les
6909  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6910  
6911 \series bold
6912 caption
6913 \series default
6914
6915 \begin_inset Index idx
6916 status collapsed
6917
6918 \begin_layout Plain Layout
6919 Paquetages \SpecialChar LaTeX
6920  ! caption
6921 \end_layout
6922
6923 \end_inset
6924
6925 , voir la section
6926 \begin_inset space ~
6927 \end_inset
6928
6929
6930 \begin_inset CommandInset ref
6931 LatexCommand ref
6932 reference "sec:Formatage-légende"
6933
6934 \end_inset
6935
6936 .
6937 \end_layout
6938
6939 \begin_layout Subsubsection
6940 Largeur de la légende
6941 \begin_inset Index idx
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945 Tableau ! multi-pages ! Largeur de la légende
6946 \end_layout
6947
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \begin_layout Standard
6954 La largeur maximale des lignes de légende est définie par la longueur 
6955 \series bold
6956
6957 \backslash
6958 LTcapwidth
6959 \series default
6960 .
6961  Sa valeur implicite est 4
6962 \begin_inset space \thinspace{}
6963 \end_inset
6964
6965 in.
6966  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6967  de votre document ou en tant que code \SpecialChar TeX
6968  directement dans votre document
6969  avant le tableau qui doit être affectée.
6970 \end_layout
6971
6972 \begin_layout Standard
6973
6974 \series bold
6975
6976 \backslash
6977 setlength{
6978 \backslash
6979 LTcapwidth}{largeur}
6980 \end_layout
6981
6982 \begin_layout Standard
6983 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
6984 \begin_inset space ~
6985 \end_inset
6986
6987
6988 \begin_inset CommandInset ref
6989 LatexCommand ref
6990 reference "cha:Unités-de-longueur"
6991
6992 \end_inset
6993
6994 .
6995 \end_layout
6996
6997 \begin_layout Standard
6998 Les tableaux suivants montrent la différence :
6999 \end_layout
7000
7001 \begin_layout Standard
7002 \begin_inset Tabular
7003 <lyxtabular version="3" rows="6" columns="5">
7004 <features islongtable="true" longtabularalignment="center">
7005 <column alignment="center" valignment="top">
7006 <column alignment="center" valignment="top">
7007 <column alignment="center" valignment="top">
7008 <column alignment="center" valignment="top">
7009 <column alignment="center" valignment="top">
7010 <row endfirsthead="true" caption="true">
7011 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 \begin_inset Caption Standard
7016
7017 \begin_layout Plain Layout
7018 long titre complet avec la largeur implicite long titre complet avec la
7019  largeur implicite long titre complet avec la largeur implicite
7020 \begin_inset Argument 1
7021 status open
7022
7023 \begin_layout Plain Layout
7024 Légende avec largeur implicite
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \end_layout
7031
7032 \end_inset
7033
7034
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 </row>
7076 <row>
7077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 1
7082 \end_layout
7083
7084 \end_inset
7085 </cell>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 2
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 3
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 4
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 5
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 </row>
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 asd
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 s
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 s
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 s
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 asd
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 </row>
7170 <row>
7171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7172 \begin_inset Text
7173
7174 \begin_layout Plain Layout
7175 asd
7176 \end_layout
7177
7178 \end_inset
7179 </cell>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 s
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 s
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 asd
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 </row>
7217 <row>
7218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 asd
7223 \end_layout
7224
7225 \end_inset
7226 </cell>
7227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 s
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 s
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 s
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 asd
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 </row>
7264 <row>
7265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 asd
7270 \end_layout
7271
7272 \end_inset
7273 </cell>
7274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 sad
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 asd
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7293 \begin_inset Text
7294
7295 \begin_layout Plain Layout
7296 asd
7297 \end_layout
7298
7299 \end_inset
7300 </cell>
7301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7302 \begin_inset Text
7303
7304 \begin_layout Plain Layout
7305 asd
7306 \end_layout
7307
7308 \end_inset
7309 </cell>
7310 </row>
7311 </lyxtabular>
7312
7313 \end_inset
7314
7315
7316 \end_layout
7317
7318 \begin_layout Standard
7319 \begin_inset ERT
7320 status collapsed
7321
7322 \begin_layout Plain Layout
7323
7324
7325 \backslash
7326 setlength{
7327 \backslash
7328 LTcapwidth}{5cm}
7329 \end_layout
7330
7331 \end_inset
7332
7333
7334 \begin_inset Tabular
7335 <lyxtabular version="3" rows="6" columns="5">
7336 <features islongtable="true" longtabularalignment="center">
7337 <column alignment="center" valignment="top">
7338 <column alignment="center" valignment="top">
7339 <column alignment="center" valignment="top">
7340 <column alignment="center" valignment="top">
7341 <column alignment="center" valignment="top">
7342 <row endfirsthead="true" caption="true">
7343 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7344 \begin_inset Text
7345
7346 \begin_layout Plain Layout
7347 \begin_inset Caption Standard
7348
7349 \begin_layout Plain Layout
7350 long titre complet avec la largeur réglée à 5
7351 \begin_inset space \thinspace{}
7352 \end_inset
7353
7354 cm long titre complet avec la largeur réglée à 5
7355 \begin_inset space \thinspace{}
7356 \end_inset
7357
7358 cm long titre complet avec la largeur réglée à 5
7359 \begin_inset space \thinspace{}
7360 \end_inset
7361
7362 cm
7363 \begin_inset Argument 1
7364 status open
7365
7366 \begin_layout Plain Layout
7367 Légende avec largeur à
7368 \begin_inset space \thinspace{}
7369 \end_inset
7370
7371 =
7372 \begin_inset space \thinspace{}
7373 \end_inset
7374
7375 5
7376 \begin_inset space \thinspace{}
7377 \end_inset
7378
7379 cm
7380 \end_layout
7381
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388
7389
7390 \end_layout
7391
7392 \end_inset
7393 </cell>
7394 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Plain Layout
7407
7408 \end_layout
7409
7410 \end_inset
7411 </cell>
7412 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7413 \begin_inset Text
7414
7415 \begin_layout Plain Layout
7416
7417 \end_layout
7418
7419 \end_inset
7420 </cell>
7421 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7422 \begin_inset Text
7423
7424 \begin_layout Plain Layout
7425
7426 \end_layout
7427
7428 \end_inset
7429 </cell>
7430 </row>
7431 <row>
7432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7433 \begin_inset Text
7434
7435 \begin_layout Plain Layout
7436 1
7437 \end_layout
7438
7439 \end_inset
7440 </cell>
7441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7442 \begin_inset Text
7443
7444 \begin_layout Plain Layout
7445 2
7446 \end_layout
7447
7448 \end_inset
7449 </cell>
7450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7451 \begin_inset Text
7452
7453 \begin_layout Plain Layout
7454 3
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463 4
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472 5
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row>
7479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483 asd
7484 \end_layout
7485
7486 \end_inset
7487 </cell>
7488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 s
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501 s
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7507 \begin_inset Text
7508
7509 \begin_layout Plain Layout
7510 s
7511 \end_layout
7512
7513 \end_inset
7514 </cell>
7515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 asd
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 asd
7531 \end_layout
7532
7533 \end_inset
7534 </cell>
7535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7536 \begin_inset Text
7537
7538 \begin_layout Plain Layout
7539 s
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548 s
7549 \end_layout
7550
7551 \end_inset
7552 </cell>
7553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 s
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 asd
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 </row>
7572 <row>
7573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 asd
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586 s
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595 s
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 s
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7610 \begin_inset Text
7611
7612 \begin_layout Plain Layout
7613 asd
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row>
7620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 asd
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 sad
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 asd
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 asd
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 asd
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 </row>
7666 </lyxtabular>
7667
7668 \end_inset
7669
7670
7671 \end_layout
7672
7673 \begin_layout Standard
7674 \begin_inset ERT
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678
7679
7680 \backslash
7681 setlength{
7682 \backslash
7683 LTcapwidth}{4in}
7684 \end_layout
7685
7686 \end_inset
7687
7688
7689 \end_layout
7690
7691 \begin_layout Standard
7692 \begin_inset Note Greyedout
7693 status open
7694
7695 \begin_layout Plain Layout
7696
7697 \series bold
7698 Note:
7699 \series default
7700  Quand on utilise la paquetage \SpecialChar LaTeX
7701  
7702 \series bold
7703 caption
7704 \series default
7705
7706 \begin_inset Index idx
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710 Paquetages \SpecialChar LaTeX
7711  ! caption
7712 \end_layout
7713
7714 \end_inset
7715
7716  , comme c'est les cas dans ce document, la légende prend toute la largeur
7717  de la page quand on utilise la largeur implicite de 4
7718 \begin_inset space \thinspace{}
7719 \end_inset
7720
7721 in pour 
7722 \series bold
7723
7724 \backslash
7725 LTcapwidth
7726 \series default
7727 .
7728  Pour avoir dans ce cas une légende qui fasse exactement 4
7729 \begin_inset space \thinspace{}
7730 \end_inset
7731
7732 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7733  comme par exemple 3.99
7734 \begin_inset space \thinspace{}
7735 \end_inset
7736
7737 in, soit utiliser la commande \SpecialChar LaTeX
7738  
7739 \series bold
7740
7741 \backslash
7742 captionsetup{width=valeur}
7743 \series default
7744  qui est disponible dans le paquetage 
7745 \series bold
7746 caption
7747 \series default
7748 .
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \begin_layout Subsubsection
7757 Des légendes différentes sur chaque page d'un tableau
7758 \begin_inset Argument 1
7759 status collapsed
7760
7761 \begin_layout Plain Layout
7762 Légendes différentes
7763 \end_layout
7764
7765 \end_inset
7766
7767
7768 \begin_inset Index idx
7769 status collapsed
7770
7771 \begin_layout Plain Layout
7772 Tableau ! multi-pages ! Legendes@Légendes différentes par page
7773 \end_layout
7774
7775 \end_inset
7776
7777
7778 \end_layout
7779
7780 \begin_layout Standard
7781 Quand la légende du tableau pour les pages suivantes doit être différente
7782  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7783  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7784  dans le menu contextuel
7785 \family sans
7786  Légende
7787 \begin_inset space ~
7788 \end_inset
7789
7790 (NonNuméroté)
7791 \family default
7792 .
7793  Le tableau
7794 \begin_inset space ~
7795 \end_inset
7796
7797
7798 \begin_inset CommandInset ref
7799 LatexCommand ref
7800 reference "tab:Légendes-tableau-différentes"
7801
7802 \end_inset
7803
7804  est un exemple de tableau long avec des légendes différentes et où la seconde
7805  légende ne contient pas le numéro du tableau.
7806 \end_layout
7807
7808 \begin_layout Standard
7809 \align center
7810 \begin_inset Tabular
7811 <lyxtabular version="3" rows="59" columns="3">
7812 <features islongtable="true" longtabularalignment="center">
7813 <column alignment="left" valignment="top" width="0pt">
7814 <column alignment="left" valignment="top" width="0pt">
7815 <column alignment="center" valignment="top" width="0pt">
7816 <row endfirsthead="true" caption="true">
7817 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Caption Standard
7822
7823 \begin_layout Plain Layout
7824 Exemple d'annuaire téléphonique
7825 \begin_inset CommandInset label
7826 LatexCommand label
7827 name "tab:Légendes-tableau-différentes"
7828
7829 \end_inset
7830
7831
7832 \begin_inset Argument 1
7833 status collapsed
7834
7835 \begin_layout Plain Layout
7836 Exemple Annuaire 
7837 \end_layout
7838
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845
7846
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row endfirsthead="true">
7871 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row endfirsthead="true">
7902 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \series bold
7908 NOM
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \series bold
7928 TÉL.
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 </row>
7934 <row endhead="true" caption="true">
7935 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7936 \begin_inset Text
7937
7938 \begin_layout Plain Layout
7939 \begin_inset Caption Unnumbered
7940
7941 \begin_layout Plain Layout
7942 Suite de l'exemple d'annuaire téléphonique
7943 \end_layout
7944
7945 \end_inset
7946
7947
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row endhead="true">
7972 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \series bold
7978 Exemple d'annuaire téléphonique
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 <cell multicolumn="2" 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 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 </row>
8002 <row endhead="true">
8003 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8004 \begin_inset Text
8005
8006 \begin_layout Plain Layout
8007
8008 \series bold
8009 NOM
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8024 \begin_inset Text
8025
8026 \begin_layout Plain Layout
8027
8028 \series bold
8029 TÉL.
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row endfoot="true">
8036 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 suite page suivante\SpecialChar ldots
8041
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 <row>
8066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070
8071 \series bold
8072 Annovi
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 Silvia
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 111
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \series bold
8103 Bertoli
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 Stefano
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Plain Layout
8121 111
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \series bold
8134 Bozzi
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 Walter
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8149 \begin_inset Text
8150
8151 \begin_layout Plain Layout
8152 111
8153 \end_layout
8154
8155 \end_inset
8156 </cell>
8157 </row>
8158 <row>
8159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8160 \begin_inset Text
8161
8162 \begin_layout Plain Layout
8163
8164 \series bold
8165 Cachia
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8171 \begin_inset Text
8172
8173 \begin_layout Plain Layout
8174 Maria
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 111
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 <row>
8190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8191 \begin_inset Text
8192
8193 \begin_layout Plain Layout
8194
8195 \series bold
8196 Cachia
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Plain Layout
8205 Maurizio
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8211 \begin_inset Text
8212
8213 \begin_layout Plain Layout
8214 111
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \series bold
8227 Cinquemani
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 Giusi
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 111
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \series bold
8258 Colin
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 Bernard
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 111
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 </row>
8282 <row>
8283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8284 \begin_inset Text
8285
8286 \begin_layout Plain Layout
8287
8288 \series bold
8289 Concli
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8295 \begin_inset Text
8296
8297 \begin_layout Plain Layout
8298 Gianfranco
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8304 \begin_inset Text
8305
8306 \begin_layout Plain Layout
8307 111
8308 \end_layout
8309
8310 \end_inset
8311 </cell>
8312 </row>
8313 <row>
8314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8315 \begin_inset Text
8316
8317 \begin_layout Plain Layout
8318
8319 \series bold
8320 Dal Bosco
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Plain Layout
8329 Carolina
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8335 \begin_inset Text
8336
8337 \begin_layout Plain Layout
8338 111
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \series bold
8351 Dalpiaz
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 Annamaria
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 111
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380
8381 \series bold
8382 Feliciello
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8388 \begin_inset Text
8389
8390 \begin_layout Plain Layout
8391 Domenico
8392 \end_layout
8393
8394 \end_inset
8395 </cell>
8396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400 111
8401 \end_layout
8402
8403 \end_inset
8404 </cell>
8405 </row>
8406 <row>
8407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411
8412 \series bold
8413 Focarelli
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8419 \begin_inset Text
8420
8421 \begin_layout Plain Layout
8422 Paola
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 111
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \series bold
8444 Galletti
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 Oreste
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 111
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 </row>
8468 <row>
8469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473
8474 \series bold
8475 Gasparini
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484 Franca
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 111
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \series bold
8506 Rizzardi
8507 \series default
8508
8509 \begin_inset Foot
8510 status open
8511
8512 \begin_layout Plain Layout
8513 Exemple de note de bas de page
8514 \end_layout
8515
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 Paola
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 111
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 </row>
8542 <row>
8543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8544 \begin_inset Text
8545
8546 \begin_layout Plain Layout
8547
8548 \series bold
8549 Lassini
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 Giancarlo
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567 111
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 </row>
8573 <row>
8574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578
8579 \series bold
8580 Malfatti
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 Luciano
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 111
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 </row>
8604 <row>
8605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8606 \begin_inset Text
8607
8608 \begin_layout Plain Layout
8609
8610 \series bold
8611 Malfatti
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Valeriano
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629 111
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \series bold
8642 Meneguzzo
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 Roberto
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 111
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \series bold
8673 Mezzadra
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 Roberto
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 111
8692 \end_layout
8693
8694 \end_inset
8695 </cell>
8696 </row>
8697 <row>
8698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702
8703 \series bold
8704 Pirpamer
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713 Erich
8714 \end_layout
8715
8716 \end_inset
8717 </cell>
8718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722 111
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \series bold
8735 Pochiesa
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 Paolo
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753 111, 222
8754 \end_layout
8755
8756 \end_inset
8757 </cell>
8758 </row>
8759 <row>
8760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764
8765 \series bold
8766 Radina
8767 \end_layout
8768
8769 \end_inset
8770 </cell>
8771 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Claudio
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 111
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \series bold
8797 Stuffer
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 Oskar
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 111
8816 \end_layout
8817
8818 \end_inset
8819 </cell>
8820 </row>
8821 <row>
8822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826
8827 \series bold
8828 Tacchelli
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8834 \begin_inset Text
8835
8836 \begin_layout Plain Layout
8837 Ugo
8838 \end_layout
8839
8840 \end_inset
8841 </cell>
8842 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 111
8847 \end_layout
8848
8849 \end_inset
8850 </cell>
8851 </row>
8852 <row>
8853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857
8858 \series bold
8859 Tezzele
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Margit
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877 111
8878 \end_layout
8879
8880 \end_inset
8881 </cell>
8882 </row>
8883 <row>
8884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888
8889 \series bold
8890 Unterkalmsteiner
8891 \end_layout
8892
8893 \end_inset
8894 </cell>
8895 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899 Frieda
8900 \end_layout
8901
8902 \end_inset
8903 </cell>
8904 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908 111
8909 \end_layout
8910
8911 \end_inset
8912 </cell>
8913 </row>
8914 <row>
8915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919
8920 \series bold
8921 Vieider
8922 \end_layout
8923
8924 \end_inset
8925 </cell>
8926 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8927 \begin_inset Text
8928
8929 \begin_layout Plain Layout
8930 Hilde
8931 \end_layout
8932
8933 \end_inset
8934 </cell>
8935 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 111
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 </row>
8945 <row>
8946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950
8951 \series bold
8952 Vigna
8953 \end_layout
8954
8955 \end_inset
8956 </cell>
8957 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8958 \begin_inset Text
8959
8960 \begin_layout Plain Layout
8961 Jürgen
8962 \end_layout
8963
8964 \end_inset
8965 </cell>
8966 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970 111
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \series bold
8983 Weber
8984 \end_layout
8985
8986 \end_inset
8987 </cell>
8988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8989 \begin_inset Text
8990
8991 \begin_layout Plain Layout
8992 Maurizio
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 111
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 </row>
9007 <row>
9008 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012
9013 \series bold
9014 Winkler
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9020 \begin_inset Text
9021
9022 \begin_layout Plain Layout
9023 Franz
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032 111
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 </row>
9038 <row>
9039 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043  
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 <row>
9068 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9069 \begin_inset Text
9070
9071 \begin_layout Plain Layout
9072
9073 \series bold
9074 Annovi
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 Silvia
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092 555
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103
9104 \series bold
9105 Bertoli
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 Stefano
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9120 \begin_inset Text
9121
9122 \begin_layout Plain Layout
9123 555
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 </row>
9129 <row>
9130 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9131 \begin_inset Text
9132
9133 \begin_layout Plain Layout
9134
9135 \series bold
9136 Bozzi
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 Walter
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154 555
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 </row>
9160 <row>
9161 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165
9166 \series bold
9167 Cachia
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 Maria
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 555
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 </row>
9191 <row>
9192 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196
9197 \series bold
9198 Cachia
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 Maurizio
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 555
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 </row>
9222 <row>
9223 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227
9228 \series bold
9229 Cinquemani
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 Giusi
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247 555
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \series bold
9260 Colin
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 Bernard
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 555
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 </row>
9284 <row>
9285 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9286 \begin_inset Text
9287
9288 \begin_layout Plain Layout
9289
9290 \series bold
9291 Concli
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 Gianfranco
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309 555
9310 \end_layout
9311
9312 \end_inset
9313 </cell>
9314 </row>
9315 <row>
9316 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320
9321 \series bold
9322 Dal Bosco
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Plain Layout
9331 Carolina
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 555
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 </row>
9346 <row>
9347 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351
9352 \series bold
9353 Dalpiaz
9354 \end_layout
9355
9356 \end_inset
9357 </cell>
9358 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362 Annamaria
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 555
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 </row>
9377 <row>
9378 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382
9383 \series bold
9384 Feliciello
9385 \end_layout
9386
9387 \end_inset
9388 </cell>
9389 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393 Domenico
9394 \end_layout
9395
9396 \end_inset
9397 </cell>
9398 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9399 \begin_inset Text
9400
9401 \begin_layout Plain Layout
9402 555
9403 \end_layout
9404
9405 \end_inset
9406 </cell>
9407 </row>
9408 <row>
9409 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9410 \begin_inset Text
9411
9412 \begin_layout Plain Layout
9413
9414 \series bold
9415 Focarelli
9416 \end_layout
9417
9418 \end_inset
9419 </cell>
9420 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9421 \begin_inset Text
9422
9423 \begin_layout Plain Layout
9424 Paola
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433 555
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 </row>
9439 <row>
9440 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444
9445 \series bold
9446 Galletti
9447 \end_layout
9448
9449 \end_inset
9450 </cell>
9451 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9452 \begin_inset Text
9453
9454 \begin_layout Plain Layout
9455 Oreste
9456 \end_layout
9457
9458 \end_inset
9459 </cell>
9460 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 555
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 <row>
9471 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475
9476 \series bold
9477 Gasparini
9478 \end_layout
9479
9480 \end_inset
9481 </cell>
9482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486 Franca
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 555
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \series bold
9508 Rizzardi
9509 \end_layout
9510
9511 \end_inset
9512 </cell>
9513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9514 \begin_inset Text
9515
9516 \begin_layout Plain Layout
9517 Paola
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9523 \begin_inset Text
9524
9525 \begin_layout Plain Layout
9526 555
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 </row>
9532 <row>
9533 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9534 \begin_inset Text
9535
9536 \begin_layout Plain Layout
9537
9538 \series bold
9539 Lassini
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 Giancarlo
9549 \end_layout
9550
9551 \end_inset
9552 </cell>
9553 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557 555
9558 \end_layout
9559
9560 \end_inset
9561 </cell>
9562 </row>
9563 <row>
9564 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9565 \begin_inset Text
9566
9567 \begin_layout Plain Layout
9568
9569 \series bold
9570 Malfatti
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579 Luciano
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9585 \begin_inset Text
9586
9587 \begin_layout Plain Layout
9588 555
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row>
9595 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Plain Layout
9599
9600 \series bold
9601 Malfatti
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610 Valeriano
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 555
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 </row>
9625 <row>
9626 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9627 \begin_inset Text
9628
9629 \begin_layout Plain Layout
9630
9631 \series bold
9632 Meneguzzo
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641 Roberto
9642 \end_layout
9643
9644 \end_inset
9645 </cell>
9646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 555
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 </row>
9656 <row>
9657 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661
9662 \series bold
9663 Mezzadra
9664 \end_layout
9665
9666 \end_inset
9667 </cell>
9668 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672 Roberto
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 555
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 </row>
9687 </lyxtabular>
9688
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \begin_layout Section
9695 Questions particulières concernant les tableaux multi-pages
9696 \begin_inset Argument 1
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700 Questions sur les tableaux multi-pages
9701 \end_layout
9702
9703 \end_inset
9704
9705
9706 \begin_inset CommandInset label
9707 LatexCommand label
9708 name "sec:Questions-sur-tableaux-multi-pages"
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \begin_layout Subsection
9716 Calculs des pages des tableaux multi-pages
9717 \begin_inset Index idx
9718 status collapsed
9719
9720 \begin_layout Plain Layout
9721 Tableau ! multi-pages ! Calculs
9722 \end_layout
9723
9724 \end_inset
9725
9726
9727 \end_layout
9728
9729 \begin_layout Standard
9730 \SpecialChar LaTeX
9731  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9732  utilisant des blocs (chunks).
9733  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9734  mémoire de \SpecialChar LaTeX
9735 .
9736  La valeur implicite est fixée pour des raisons historiques à seulement
9737  20
9738 \begin_inset space ~
9739 \end_inset
9740
9741 lignes de tableau.
9742  Si vous utilisez des tableaux multi-pages couvrant de nombreuses pages,
9743  ceci peut ralentir la création de votre document.
9744  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9745  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9746  préambule de votre document :
9747 \end_layout
9748
9749 \begin_layout Standard
9750
9751 \series bold
9752
9753 \backslash
9754 setcounter{LTchunksize}{100}
9755 \end_layout
9756
9757 \begin_layout Subsection
9758 Les flottants et les tableaux multi-pages
9759 \begin_inset Index idx
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763 Tableau ! multi-pages ! Flottants
9764 \end_layout
9765
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \begin_layout Standard
9772 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9773  commence un tableau multi-pages.
9774  Pour éviter une telle situation, insérez un saut de page (menu 
9775 \family sans
9776 Insertion\SpecialChar menuseparator
9777 Typographie
9778 \begin_inset space ~
9779 \end_inset
9780
9781 spéciale\SpecialChar menuseparator
9782 Saut de page (vide le tampon)
9783 \family default
9784
9785 \begin_inset space \thinspace{}
9786 \end_inset
9787
9788 ) juste avant votre tableau multi-pages.
9789 \end_layout
9790
9791 \begin_layout Subsection
9792 Sauts de pages forcés
9793 \begin_inset Index idx
9794 status collapsed
9795
9796 \begin_layout Plain Layout
9797 Tableau ! multi-pages ! Sauts de pages forcés
9798 \end_layout
9799
9800 \end_inset
9801
9802
9803 \end_layout
9804
9805 \begin_layout Standard
9806 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9807  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9808  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9809  de
9810  saut de ligne 
9811 \begin_inset Quotes fld
9812 \end_inset
9813
9814
9815 \backslash
9816
9817 \backslash
9818
9819 \begin_inset Quotes frd
9820 \end_inset
9821
9822  en code \SpecialChar TeX
9823  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9824  Avant la commande 
9825 \begin_inset Quotes fld
9826 \end_inset
9827
9828
9829 \backslash
9830
9831 \backslash
9832
9833 \begin_inset Quotes frd
9834 \end_inset
9835
9836 , vous devez insérer en code \SpecialChar TeX
9837 , autant de caractères 
9838 \begin_inset Quotes fld
9839 \end_inset
9840
9841 &
9842 \begin_inset Quotes frd
9843 \end_inset
9844
9845  qu'il y a de colonnes après la cellule concernée.
9846  Le caractère 
9847 \begin_inset Quotes fld
9848 \end_inset
9849
9850 &
9851 \begin_inset Quotes frd
9852 \end_inset
9853
9854  sert à séparer les colonnes d'un tableau.
9855  Écrivez en code-\SpecialChar TeX
9856 , après chaque 
9857 \begin_inset Quotes fld
9858 \end_inset
9859
9860 &
9861 \begin_inset Quotes frd
9862 \end_inset
9863
9864  le contenu des cellules correspondantes et en même temps supprimez le contenu
9865  de ces cellules dans le texte normal.
9866  
9867 \begin_inset Newline newline
9868 \end_inset
9869
9870 Après la commande 
9871 \backslash
9872
9873 \backslash
9874 , insérez autant de caractères 
9875 \begin_inset Quotes fld
9876 \end_inset
9877
9878 &
9879 \begin_inset Quotes frd
9880 \end_inset
9881
9882  qu'il y a de colonnes avant la colonne traitée.
9883  Dans le tableau
9884 \begin_inset space ~
9885 \end_inset
9886
9887
9888 \begin_inset CommandInset ref
9889 LatexCommand ref
9890 reference "tab:Tableau-saut-de-page"
9891
9892 \end_inset
9893
9894  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9895  suivie par une autre colonne.
9896  La commande suivante a donc été insérée en code \SpecialChar TeX
9897  dans la cellule après
9898  le mot 
9899 \begin_inset Quotes fld
9900 \end_inset
9901
9902
9903 \emph on
9904 Castelchiodato,
9905 \emph default
9906
9907 \begin_inset Quotes frd
9908 \end_inset
9909
9910 :
9911 \end_layout
9912
9913 \begin_layout Standard
9914
9915 \series bold
9916 & 111
9917 \backslash
9918
9919 \backslash
9920  
9921 \backslash
9922 newpage
9923 \begin_inset Newline newline
9924 \end_inset
9925
9926 &
9927 \end_layout
9928
9929 \begin_layout Standard
9930 Le 
9931 \begin_inset Quotes fld
9932 \end_inset
9933
9934 111
9935 \begin_inset Quotes frd
9936 \end_inset
9937
9938  dans la troisième colonne de la ligne a été supprimé.
9939  
9940 \series bold
9941
9942 \backslash
9943 newpage
9944 \series default
9945  est nécessaire seulement quand un saut de page doit impérativement avoir
9946  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9947  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9948  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9949  est coupée, utilisez cette commande à la place de la précédente :
9950 \end_layout
9951
9952 \begin_layout Standard
9953
9954 \series bold
9955 & 111
9956 \backslash
9957
9958 \backslash
9959
9960 \begin_inset Newline newline
9961 \end_inset
9962
9963
9964 \backslash
9965 hline &
9966 \end_layout
9967
9968 \begin_layout Standard
9969 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9970  insérer la commande
9971 \end_layout
9972
9973 \begin_layout Standard
9974
9975 \series bold
9976
9977 \backslash
9978 setlength{
9979 \backslash
9980 parfillskip}{0pt}
9981 \end_layout
9982
9983 \begin_layout Standard
9984 au début de la cellule.
9985  Cela assure que la portion de la cellule qui va se trouver affichée sur
9986  la page suivante le sera avec toute la largeur de la cellule.
9987 \end_layout
9988
9989 \begin_layout Standard
9990 \align center
9991 \begin_inset Tabular
9992 <lyxtabular version="3" rows="38" columns="3">
9993 <features islongtable="true" longtabularalignment="center">
9994 <column alignment="left" valignment="top" width="0pt">
9995 <column alignment="left" valignment="top" width="3cm">
9996 <column alignment="center" valignment="top" width="0pt">
9997 <row endfirsthead="true" caption="true">
9998 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 \begin_inset Caption Standard
10003
10004 \begin_layout Plain Layout
10005 Tableau avec un saut de page forcé dans une cellule
10006 \begin_inset CommandInset label
10007 LatexCommand label
10008 name "tab:Tableau-saut-de-page"
10009
10010 \end_inset
10011
10012
10013 \begin_inset Argument 1
10014 status collapsed
10015
10016 \begin_layout Plain Layout
10017 Tableau avec un saut de page forcé dans une cellule
10018 \end_layout
10019
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045
10046 \end_layout
10047
10048 \end_inset
10049 </cell>
10050 </row>
10051 <row endfirsthead="true">
10052 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \series bold
10058 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10064 \begin_inset Text
10065
10066 \begin_layout Plain Layout
10067
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 </row>
10082 <row endfirsthead="true">
10083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10084 \begin_inset Text
10085
10086 \begin_layout Plain Layout
10087
10088 \series bold
10089 NOM
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098
10099 \end_layout
10100
10101 \end_inset
10102 </cell>
10103 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10104 \begin_inset Text
10105
10106 \begin_layout Plain Layout
10107
10108 \series bold
10109 TÉL.
10110 \end_layout
10111
10112 \end_inset
10113 </cell>
10114 </row>
10115 <row endhead="true" caption="true">
10116 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10117 \begin_inset Text
10118
10119 \begin_layout Plain Layout
10120 \begin_inset Caption Unnumbered
10121
10122 \begin_layout Plain Layout
10123 Tableau sur deux pages avec un saut de page dans une cellule
10124 \end_layout
10125
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 </row>
10152 <row endhead="true">
10153 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157  
10158 \series bold
10159 Exemple d'annuaire téléphonique
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row endhead="true">
10184 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \series bold
10190 NOM
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 TÉL.
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row endfoot="true">
10217 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 suite page suivante\SpecialChar ldots
10222
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 </row>
10246 <row>
10247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251
10252 \series bold
10253 Annovi
10254 \end_layout
10255
10256 \end_inset
10257 </cell>
10258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10259 \begin_inset Text
10260
10261 \begin_layout Plain Layout
10262 Silvia
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271 111
10272 \end_layout
10273
10274 \end_inset
10275 </cell>
10276 </row>
10277 <row>
10278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \series bold
10284 Bertoli
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Stefano
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 111
10303 \end_layout
10304
10305 \end_inset
10306 </cell>
10307 </row>
10308 <row>
10309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313
10314 \series bold
10315 Bozzi
10316 \end_layout
10317
10318 \end_inset
10319 </cell>
10320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324 Walter
10325 \end_layout
10326
10327 \end_inset
10328 </cell>
10329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333 111
10334 \end_layout
10335
10336 \end_inset
10337 </cell>
10338 </row>
10339 <row>
10340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344
10345 \series bold
10346 Cachia
10347 \end_layout
10348
10349 \end_inset
10350 </cell>
10351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355 Maria
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 111
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 </row>
10370 <row>
10371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375
10376 \series bold
10377 Cachia
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 Maurizio
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 111
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 </row>
10401 <row>
10402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406
10407 \series bold
10408 Cinquemani
10409 \end_layout
10410
10411 \end_inset
10412 </cell>
10413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10414 \begin_inset Text
10415
10416 \begin_layout Plain Layout
10417 Giusi
10418 \end_layout
10419
10420 \end_inset
10421 </cell>
10422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 111
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 </row>
10432 <row>
10433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437
10438 \series bold
10439 Colin
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 Bernard
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457 111
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 </row>
10463 <row>
10464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468
10469 \series bold
10470 Concli
10471 \end_layout
10472
10473 \end_inset
10474 </cell>
10475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10476 \begin_inset Text
10477
10478 \begin_layout Plain Layout
10479 Gianfranco
10480 \end_layout
10481
10482 \end_inset
10483 </cell>
10484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 111
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 </row>
10494 <row>
10495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499
10500 \series bold
10501 Dal Bosco
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 Carolina
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 111
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 <row>
10526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530
10531 \series bold
10532 Dalpiaz
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 Annamaria
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 111
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 </row>
10556 <row>
10557 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10558 \begin_inset Text
10559
10560 \begin_layout Plain Layout
10561
10562 \series bold
10563 Feliciello
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572 Domenico
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 111
10582 \end_layout
10583
10584 \end_inset
10585 </cell>
10586 </row>
10587 <row>
10588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592
10593 \series bold
10594 Focarelli
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 Paola
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 111
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 <row>
10619 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623
10624 \series bold
10625 Galletti
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 Oreste
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10640 \begin_inset Text
10641
10642 \begin_layout Plain Layout
10643 111
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row>
10650 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \series bold
10656 Gasparini
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 Franca
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 111
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 </row>
10680 <row>
10681 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10682 \begin_inset Text
10683
10684 \begin_layout Plain Layout
10685
10686 \series bold
10687 Lassini
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 Giancarlo
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 111
10706 \end_layout
10707
10708 \end_inset
10709 </cell>
10710 </row>
10711 <row>
10712 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10713 \begin_inset Text
10714
10715 \begin_layout Plain Layout
10716
10717 \series bold
10718 Malfatti
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 Luciano
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736 111
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 </row>
10742 <row>
10743 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10744 \begin_inset Text
10745
10746 \begin_layout Plain Layout
10747
10748 \series bold
10749 Malfatti
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 Valeriano
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 111
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 </row>
10773 <row>
10774 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10775 \begin_inset Text
10776
10777 \begin_layout Plain Layout
10778
10779 \series bold
10780 Meneguzzo
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 Roberto
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 111
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 </row>
10804 <row>
10805 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10806 \begin_inset Text
10807
10808 \begin_layout Plain Layout
10809
10810 \series bold
10811 Mezzadra
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 Roberto
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10826 \begin_inset Text
10827
10828 \begin_layout Plain Layout
10829 111
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 </row>
10835 <row>
10836 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840
10841 \series bold
10842 Pirpamer
10843 \end_layout
10844
10845 \end_inset
10846 </cell>
10847 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10848 \begin_inset Text
10849
10850 \begin_layout Plain Layout
10851 Erich
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10857 \begin_inset Text
10858
10859 \begin_layout Plain Layout
10860 111
10861 \end_layout
10862
10863 \end_inset
10864 </cell>
10865 </row>
10866 <row>
10867 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10868 \begin_inset Text
10869
10870 \begin_layout Plain Layout
10871
10872 \series bold
10873 Pochiesa
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10879 \begin_inset Text
10880
10881 \begin_layout Plain Layout
10882 Paolo
10883 \end_layout
10884
10885 \end_inset
10886 </cell>
10887 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891 111, 222
10892 \end_layout
10893
10894 \end_inset
10895 </cell>
10896 </row>
10897 <row>
10898 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10899 \begin_inset Text
10900
10901 \begin_layout Plain Layout
10902
10903 \series bold
10904 Radina
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10910 \begin_inset Text
10911
10912 \begin_layout Plain Layout
10913 Claudio
10914 \end_layout
10915
10916 \end_inset
10917 </cell>
10918 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10919 \begin_inset Text
10920
10921 \begin_layout Plain Layout
10922 111
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 </row>
10928 <row>
10929 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10930 \begin_inset Text
10931
10932 \begin_layout Plain Layout
10933
10934 \series bold
10935 Rizzardi
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 Giancarlo, 11.
10945  Fürst von Montecompatri, 11.
10946  Fürst von Sulmona und Vivaro, 10.
10947  Fürst von Rossano, 5.
10948  Herzog von Canemorte, 11.
10949  Herzog von Palombara, 5.
10950  Herzog von Castelchiodato,
10951 \begin_inset ERT
10952 status open
10953
10954 \begin_layout Plain Layout
10955
10956 & 111
10957 \backslash
10958
10959 \backslash
10960  
10961 \backslash
10962 newpage
10963 \end_layout
10964
10965 \begin_layout Plain Layout
10966
10967 &
10968 \end_layout
10969
10970 \end_inset
10971
10972  11.
10973  Herzog von Poggionativo, 11.
10974  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10975  Graf von Valinfreda, 11.
10976  Baron von Cropalati, 11.
10977  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 </row>
10992 <row>
10993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997
10998 \series bold
10999 Stuffer
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 Oskar
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017 111
11018 \end_layout
11019
11020 \end_inset
11021 </cell>
11022 </row>
11023 <row>
11024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028
11029 \series bold
11030 Tacchelli
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 Ugo
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 111
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 </row>
11054 <row>
11055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \series bold
11061 Tezzele
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070 Margit
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 111
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \series bold
11092 Unterkalmsteiner
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 Frieda
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 111
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121
11122 \series bold
11123 Vieider
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 Hilde
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 111
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152
11153 \series bold
11154 Vigna
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 Jürgen
11164 \end_layout
11165
11166 \end_inset
11167 </cell>
11168 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 111
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 </row>
11178 <row>
11179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
11180 \begin_inset Text
11181
11182 \begin_layout Plain Layout
11183
11184 \series bold
11185 Weber
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 Maurizio
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 111
11204 \end_layout
11205
11206 \end_inset
11207 </cell>
11208 </row>
11209 <row>
11210 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214
11215 \series bold
11216 Winkler
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11222 \begin_inset Text
11223
11224 \begin_layout Plain Layout
11225 Franz
11226 \end_layout
11227
11228 \end_inset
11229 </cell>
11230 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 111
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 </row>
11240 </lyxtabular>
11241
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \begin_layout Section
11248 Colonnes et lignes à lignes multiples
11249 \end_layout
11250
11251 \begin_layout Subsection
11252 Lignes multiples dans une cellule de tableau
11253 \begin_inset CommandInset label
11254 LatexCommand label
11255 name "subsec:Lignes-multiple-dans-cellule"
11256
11257 \end_inset
11258
11259
11260 \begin_inset Index idx
11261 status collapsed
11262
11263 \begin_layout Plain Layout
11264 Plusieurs lignes dans une case de tableau
11265 \end_layout
11266
11267 \end_inset
11268
11269
11270 \begin_inset Index idx
11271 status collapsed
11272
11273 \begin_layout Plain Layout
11274 Tableau ! Saut de ligne
11275 \end_layout
11276
11277 \end_inset
11278
11279
11280 \end_layout
11281
11282 \begin_layout Standard
11283 \noindent
11284 \begin_inset Float table
11285 placement H
11286 wide false
11287 sideways false
11288 status open
11289
11290 \begin_layout Plain Layout
11291 \begin_inset Caption Standard
11292
11293 \begin_layout Plain Layout
11294 \begin_inset CommandInset label
11295 LatexCommand label
11296 name "tab:Tableau-avec-plusieurs-lignes"
11297
11298 \end_inset
11299
11300 Tableau avec des lignes multiples dans une cellule
11301 \end_layout
11302
11303 \end_inset
11304
11305
11306 \end_layout
11307
11308 \begin_layout Plain Layout
11309 \align center
11310 \begin_inset Tabular
11311 <lyxtabular version="3" rows="3" columns="3">
11312 <features tabularvalignment="middle">
11313 <column alignment="center" valignment="middle" width="2.5cm">
11314 <column alignment="center" valignment="middle">
11315 <column alignment="center" valignment="middle">
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Lignes
11322 \begin_inset Newline linebreak
11323 \end_inset
11324
11325 multiples
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334 b
11335 \end_layout
11336
11337 \end_inset
11338 </cell>
11339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11340 \begin_inset Text
11341
11342 \begin_layout Plain Layout
11343 c
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 </row>
11349 <row>
11350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 d
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 e
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 f
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 </row>
11378 <row>
11379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 g
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 h
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 i
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 </row>
11407 </lyxtabular>
11408
11409 \end_inset
11410
11411
11412 \end_layout
11413
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \begin_layout Standard
11420 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11421  d'un paragraphe avec des sauts de lignes et des césures.
11422 \end_layout
11423
11424 \begin_layout Standard
11425 Pour obtenir le tableau
11426 \begin_inset space ~
11427 \end_inset
11428
11429
11430 \begin_inset CommandInset ref
11431 LatexCommand ref
11432 reference "tab:Tableau-avec-plusieurs-lignes"
11433
11434 \end_inset
11435
11436 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11437  droit dessus.
11438  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11439  2.5
11440 \begin_inset space \thinspace{}
11441 \end_inset
11442
11443 cm et choisissez les alignements vertical et horizontal centrés.
11444  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11445  Comme notre texte est plus petit que 2.5
11446 \begin_inset space \thinspace{}
11447 \end_inset
11448
11449 cm, une seule ligne va apparaître.
11450  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11451  
11452 \family sans
11453 Ctrl-Shift-Entrée
11454 \family default
11455 ).
11456  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11457 ement découpé en plusieurs lignes.
11458 \end_layout
11459
11460 \begin_layout Standard
11461 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11462  ne peut pas
11463  effectuer de césure si c'est le premier élément de la cellule.
11464  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11465  premier élément : Ajoutez un espace horizontal de 0
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 pt juste avant votre mot.
11470  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11471  Le tableau
11472 \begin_inset space ~
11473 \end_inset
11474
11475
11476 \begin_inset CommandInset ref
11477 LatexCommand ref
11478 reference "tab:Tableau-césure"
11479
11480 \end_inset
11481
11482  montre l'effet de cette insertion.
11483 \end_layout
11484
11485 \begin_layout Standard
11486 \begin_inset Float table
11487 placement h
11488 wide false
11489 sideways false
11490 status open
11491
11492 \begin_layout Plain Layout
11493 \begin_inset Caption Standard
11494
11495 \begin_layout Plain Layout
11496 \begin_inset CommandInset label
11497 LatexCommand label
11498 name "tab:Tableau-césure"
11499
11500 \end_inset
11501
11502 Tableau avec et sans césure.
11503 \end_layout
11504
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \begin_layout Plain Layout
11511 \begin_inset space \hfill{}
11512 \end_inset
11513
11514
11515 \begin_inset Tabular
11516 <lyxtabular version="3" rows="3" columns="3">
11517 <features tabularvalignment="middle">
11518 <column alignment="center" valignment="middle" width="2.5cm">
11519 <column alignment="center" valignment="middle">
11520 <column alignment="center" valignment="middle">
11521 <row>
11522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11523 \begin_inset Text
11524
11525 \begin_layout Plain Layout
11526 mottrèslongdansunecellule
11527 \end_layout
11528
11529 \end_inset
11530 </cell>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 b
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544 c
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 </row>
11550 <row>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 d
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 e
11565 \end_layout
11566
11567 \end_inset
11568 </cell>
11569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11570 \begin_inset Text
11571
11572 \begin_layout Plain Layout
11573 f
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 </row>
11579 <row>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 g
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 h
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 i
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 </row>
11608 </lyxtabular>
11609
11610 \end_inset
11611
11612
11613 \begin_inset space \hfill{}
11614 \end_inset
11615
11616
11617 \begin_inset Tabular
11618 <lyxtabular version="3" rows="3" columns="3">
11619 <features tabularvalignment="middle">
11620 <column alignment="center" valignment="middle" width="2.5cm">
11621 <column alignment="center" valignment="middle">
11622 <column alignment="center" valignment="middle">
11623 <row>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 \begin_inset space \hspace{}
11629 \length 0pt
11630 \end_inset
11631
11632 mottrèslongdansunecellule
11633 \end_layout
11634
11635 \end_inset
11636 </cell>
11637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11638 \begin_inset Text
11639
11640 \begin_layout Plain Layout
11641 b
11642 \end_layout
11643
11644 \end_inset
11645 </cell>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 c
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 </row>
11656 <row>
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 d
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 e
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 f
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 </row>
11685 <row>
11686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 g
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 h
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 i
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 </row>
11714 </lyxtabular>
11715
11716 \end_inset
11717
11718
11719 \begin_inset space \hfill{}
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \end_inset
11726
11727
11728 \end_layout
11729
11730 \begin_layout Subsection
11731 Multi-colonnes
11732 \begin_inset CommandInset label
11733 LatexCommand label
11734 name "subsec:Multicolonnes"
11735
11736 \end_inset
11737
11738
11739 \begin_inset Index idx
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743 Multi-colonnes
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \begin_inset Index idx
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753 Tableau ! Multi-colonnes
11754 \end_layout
11755
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \begin_layout Subsubsection
11762 Les bases des multi-colonnes
11763 \end_layout
11764
11765 \begin_layout Standard
11766 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11767  qu'elle doit couvrir et utilisez soit le bouton 
11768 \begin_inset Info
11769 type  "icon"
11770 arg   "tabular-feature multicolumn"
11771 \end_inset
11772
11773  de la barre d'outils tableau, ou le menu 
11774 \family sans
11775 Édition\SpecialChar menuseparator
11776 Tableau\SpecialChar menuseparator
11777 Multi-colonnes
11778 \family default
11779 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11780  
11781 \family sans
11782 Multi-colonnes
11783 \family default
11784 .
11785 \end_layout
11786
11787 \begin_layout Standard
11788 Les multi-colonnes ont leurs propres paramètres de cellule.
11789  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11790  de la cellule, cela n'affecte que la cellule multi-colonnes.
11791  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11792  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11793 \end_layout
11794
11795 \begin_layout Standard
11796 \align center
11797 \begin_inset Tabular
11798 <lyxtabular version="3" rows="3" columns="4">
11799 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11800 <column alignment="center" valignment="top" width="0pt">
11801 <column alignment="center" valignment="middle">
11802 <column alignment="center" valignment="top" width="0in">
11803 <column alignment="center" valignment="top" width="0pt">
11804 <row>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 abc
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 def ghi
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 jkl
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 </row>
11842 <row>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 A
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 B
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 C
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 D
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 1
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 2
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 3
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 4
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 </row>
11918 </lyxtabular>
11919
11920 \end_inset
11921
11922
11923 \end_layout
11924
11925 \begin_layout Subsubsection
11926 Calculs avec les multi-colonnes
11927 \begin_inset CommandInset label
11928 LatexCommand label
11929 name "subsec:Calculs-multicolonnes"
11930
11931 \end_inset
11932
11933
11934 \begin_inset Index idx
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938 Multi-colonnes ! Calculs
11939 \end_layout
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \begin_layout Standard
11947 \SpecialChar LyX
11948  gère directement les multi-colonnes, mais nous devons faire attention à
11949  la largeur des cellules couvertes par la cellule multi-colonnes.
11950 \end_layout
11951
11952 \begin_layout Standard
11953 \begin_inset Float table
11954 placement h
11955 wide false
11956 sideways false
11957 status open
11958
11959 \begin_layout Plain Layout
11960 \begin_inset Caption Standard
11961
11962 \begin_layout Plain Layout
11963 \begin_inset CommandInset label
11964 LatexCommand label
11965 name "tab:Tableau-multicolonne-parfaite"
11966
11967 \end_inset
11968
11969 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
11970  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
11971 \begin_inset Argument 1
11972 status open
11973
11974 \begin_layout Plain Layout
11975 Tableau avec multi-colonnes parfaite
11976 \end_layout
11977
11978 \end_inset
11979
11980
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \end_layout
11987
11988 \begin_layout Plain Layout
11989 \align center
11990 \begin_inset Tabular
11991 <lyxtabular version="3" rows="3" columns="3">
11992 <features tabularvalignment="middle">
11993 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
11994 <column alignment="center" valignment="middle">
11995 <column alignment="center" valignment="top">
11996 <row>
11997 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 multi-colonnes sur plusieurs lignes
12002 \end_layout
12003
12004 \end_inset
12005 </cell>
12006 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12007 \begin_inset Text
12008
12009 \begin_layout Plain Layout
12010
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019 c
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 </row>
12025 <row>
12026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030 d
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 e
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 f
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 <row>
12055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Plain Layout
12059 g
12060 \end_layout
12061
12062 \end_inset
12063 </cell>
12064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 h
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 i
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 </row>
12083 </lyxtabular>
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \begin_layout Standard
12096 Par exemple, pour créer le tableau
12097 \begin_inset space ~
12098 \end_inset
12099
12100
12101 \begin_inset CommandInset ref
12102 LatexCommand ref
12103 reference "tab:Tableau-multicolonne-parfaite"
12104
12105 \end_inset
12106
12107 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12108  3×3 et faites un clic droit dessus.
12109  Ensuite choisissez pour cette cellule
12110 \emph on
12111 ,
12112 \emph default
12113  dans la fenêtre de dialogue de tableau, 
12114 \emph on
12115 multi-colonnes
12116 \emph default
12117
12118 \emph on
12119 alignement
12120 \begin_inset space ~
12121 \end_inset
12122
12123 horizontal
12124 \begin_inset space ~
12125 \end_inset
12126
12127 centré
12128 \emph default
12129  et une largeur de 2.5
12130 \begin_inset space \thinspace{}
12131 \end_inset
12132
12133 cm.
12134  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12135  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cm pour la première colonne.
12140  La deuxième colonne aura alors automatiquement une largeur de 1.25
12141 \begin_inset space \thinspace{}
12142 \end_inset
12143
12144 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12145  C'est ce qui a été fait pour le tableau
12146 \begin_inset space ~
12147 \end_inset
12148
12149
12150 \begin_inset CommandInset ref
12151 LatexCommand ref
12152 reference "tab:Tableau-multicolonne-imparfait"
12153
12154 \end_inset
12155
12156 .
12157 \end_layout
12158
12159 \begin_layout Standard
12160 \begin_inset Float table
12161 wide false
12162 sideways false
12163 status open
12164
12165 \begin_layout Plain Layout
12166 \begin_inset Caption Standard
12167
12168 \begin_layout Plain Layout
12169 \begin_inset CommandInset label
12170 LatexCommand label
12171 name "tab:Tableau-multicolonne-imparfait"
12172
12173 \end_inset
12174
12175 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12176  de la largeur de la cellule multi-colonnes.
12177 \begin_inset Argument 1
12178 status open
12179
12180 \begin_layout Plain Layout
12181 Tableau avec multi-colonnes pas parfaite
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \end_layout
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Plain Layout
12195 \align center
12196 \begin_inset Tabular
12197 <lyxtabular version="3" rows="3" columns="3">
12198 <features tabularvalignment="middle">
12199 <column alignment="center" valignment="top" width="1.25cm">
12200 <column alignment="center" valignment="top">
12201 <column alignment="center" valignment="top">
12202 <row>
12203 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 multi-colonnes sur plusieurs lignes
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 c
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 <row>
12232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 d
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 e
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254 f
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 </row>
12260 <row>
12261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12262 \begin_inset Text
12263
12264 \begin_layout Plain Layout
12265 g
12266 \end_layout
12267
12268 \end_inset
12269 </cell>
12270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 h
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 i
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 </row>
12289 </lyxtabular>
12290
12291 \end_inset
12292
12293
12294 \end_layout
12295
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \begin_layout Standard
12302 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12303  de la cellule multi-colonnes, elle est un peu plus large.
12304  La raison est que la taille que l'on donne à une cellule, 
12305 \begin_inset Formula $W_{g}$
12306 \end_inset
12307
12308  n'est pas sa taille totale, 
12309 \begin_inset Formula $W_{\mathrm{tot}}$
12310 \end_inset
12311
12312  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12313  lui donne.
12314  L'annexe
12315 \begin_inset space ~
12316 \end_inset
12317
12318
12319 \begin_inset CommandInset ref
12320 LatexCommand ref
12321 reference "cha:Explication-de-l'Equation"
12322
12323 \end_inset
12324
12325  explique pourquoi en détail.
12326 \end_layout
12327
12328 \begin_layout Standard
12329 La largeur nécessaire 
12330 \begin_inset Formula $W_{g\,n}$
12331 \end_inset
12332
12333  quand 
12334 \emph on
12335 n
12336 \emph default
12337  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12338  ait une largeur totale de 
12339 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12340 \end_inset
12341
12342 :
12343 \begin_inset Formula 
12344 \begin{equation}
12345 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12346 \end{equation}
12347
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \begin_layout Standard
12354 Dans notre cas nous avons 
12355 \begin_inset Formula $n=2$
12356 \end_inset
12357
12358
12359 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12360 \end_inset
12361
12362 cm et les valeurs implicites pour les autres longueurs, l'équation
12363 \begin_inset space ~
12364 \end_inset
12365
12366
12367 \begin_inset CommandInset ref
12368 LatexCommand ref
12369 reference "eq:Wgn"
12370
12371 \end_inset
12372
12373  devient
12374 \begin_inset Formula 
12375 \begin{equation}
12376 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12377 \end{equation}
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Pour permettre des calculs avec \SpecialChar LaTeX
12386 , vous devez charger le paquetage \SpecialChar LaTeX
12387  
12388 \series bold
12389 calc
12390 \series default
12391  avec la ligne suivante dans le préambule du document
12392 \begin_inset Index idx
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 Paquetages \SpecialChar LaTeX
12397  ! calc
12398 \end_layout
12399
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \begin_layout Standard
12406
12407 \series bold
12408
12409 \backslash
12410 usepackage{calc}
12411 \end_layout
12412
12413 \begin_layout Standard
12414 \SpecialChar LyX
12415  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12416  de dialogue.
12417  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12418  dans la
12419  fenêtre de dialogue.
12420  Voici un aperçu de ces paramètres :
12421 \end_layout
12422
12423 \begin_layout Itemize
12424
12425 \series bold
12426 p{largeur}
12427 \series default
12428  crée une cellule de taille donnée, le texte est aligné verticalement en
12429  haut.
12430 \end_layout
12431
12432 \begin_layout Itemize
12433
12434 \series bold
12435 m{largeur}
12436 \series default
12437  crée une cellule de taille donnée, le texte est aligné verticalement au
12438  centre
12439 \end_layout
12440
12441 \begin_layout Itemize
12442
12443 \series bold
12444 b{largeur}
12445 \series default
12446  crée une cellule de taille donnée, le texte est aligné verticalement en
12447  bas
12448 \end_layout
12449
12450 \begin_layout Standard
12451 En entrant un paramètre \SpecialChar LaTeX
12452 , tous les réglages de cellule donnés dans la fenêtre
12453  de dialogue sont ignorés.
12454 \end_layout
12455
12456 \begin_layout Standard
12457 \begin_inset Note Greyedout
12458 status open
12459
12460 \begin_layout Plain Layout
12461
12462 \series bold
12463 Note:
12464 \series default
12465  À cause d'un bug, \SpecialChar LyX
12466  affiche quand même les réglages qui ne sont pas pris
12467  en compte.
12468 \end_layout
12469
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \begin_layout Standard
12476 Comme le texte doit être centré horizontalement, on ajoute la commande 
12477 \series bold
12478
12479 \backslash
12480 centering
12481 \series default
12482 .
12483  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12484  suivant pour la première des
12485  colonnes recouvertes :
12486 \end_layout
12487
12488 \begin_layout Standard
12489
12490 \series bold
12491 >{
12492 \backslash
12493 centering}m{1.25cm-6.2pt}
12494 \end_layout
12495
12496 \begin_layout Standard
12497 La commande 
12498 \series bold
12499 >{ }
12500 \series default
12501  signifie que les commandes qui se trouvent entre les accolades doivent
12502  être appliquées avant que la cellule ne soit créée.
12503 \end_layout
12504
12505 \begin_layout Standard
12506 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12507  multi-colonnes, il est toujours aligné à gauche.
12508  Cela vient du fait que \SpecialChar LyX
12509  applique l'alignement seulement à des colonnes
12510  isolées.
12511  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12512  suivant pour la multi-colonnes
12513 \end_layout
12514
12515 \begin_layout Standard
12516
12517 \series bold
12518 >{
12519 \backslash
12520 centering}m{2.5cm}
12521 \end_layout
12522
12523 \begin_layout Subsection
12524 Multi-lignes
12525 \begin_inset CommandInset label
12526 LatexCommand label
12527 name "subsec:Multi-lignes"
12528
12529 \end_inset
12530
12531
12532 \begin_inset Index idx
12533 status collapsed
12534
12535 \begin_layout Plain Layout
12536 Multi-lignes
12537 \end_layout
12538
12539 \end_inset
12540
12541
12542 \begin_inset Index idx
12543 status collapsed
12544
12545 \begin_layout Plain Layout
12546 Tableau ! multi-lignes
12547 \end_layout
12548
12549 \end_inset
12550
12551
12552 \end_layout
12553
12554 \begin_layout Standard
12555 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12556  qu'elle doit couvrir et utilisez soit le bouton 
12557 \begin_inset Info
12558 type  "icon"
12559 arg   "tabular-feature multirow"
12560 \end_inset
12561
12562  de la barre d'outils tableau, ou le menu 
12563 \family sans
12564 Édition\SpecialChar menuseparator
12565 Tableau\SpecialChar menuseparator
12566 Multi-lignes
12567 \family default
12568 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12569  
12570 \family sans
12571 Multi-lignes
12572 \family default
12573 .
12574 \end_layout
12575
12576 \begin_layout Standard
12577 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12578 \end_layout
12579
12580 \begin_layout Standard
12581 \align center
12582 \begin_inset Tabular
12583 <lyxtabular version="3" rows="3" columns="3">
12584 <features tabularvalignment="middle">
12585 <column alignment="center" valignment="top" width="0pt">
12586 <column alignment="center" valignment="top">
12587 <column alignment="center" valignment="top">
12588 <row>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 un contenu long
12594 \end_layout
12595
12596 \end_inset
12597 </cell>
12598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12599 \begin_inset Text
12600
12601 \begin_layout Plain Layout
12602 b
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12608 \begin_inset Text
12609
12610 \begin_layout Plain Layout
12611 c
12612 \end_layout
12613
12614 \end_inset
12615 </cell>
12616 </row>
12617 <row>
12618 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 multi-lignes
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Plain Layout
12631 e
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 f
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 </row>
12646 <row>
12647 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 h
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 i
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 </row>
12675 </lyxtabular>
12676
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \begin_layout Standard
12683 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12684  la colonne.
12685  L'
12686 \family sans
12687 Espacement
12688 \begin_inset space ~
12689 \end_inset
12690
12691 vertical
12692 \family default
12693  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12694  est positive ou négative.
12695 \end_layout
12696
12697 \begin_layout Standard
12698 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12699  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12700  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12701  implicite, vous devez redéfinir la commande 
12702 \series bold
12703
12704 \backslash
12705 multirowsetup
12706 \series default
12707  avec la commande
12708 \end_layout
12709
12710 \begin_layout Standard
12711
12712 \series bold
12713
12714 \backslash
12715 renewcommand{
12716 \backslash
12717 multirowsetup}{
12718 \backslash
12719 centering}
12720 \end_layout
12721
12722 \begin_layout Standard
12723 dans le préambule du document.
12724  Après ça, tous les contenus de cellules multi-lignes du document seront
12725  centrés.
12726  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12727  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12728  juste
12729  avant le tableau concerné, plutôt que dans le préambule.
12730  Si le texte doit être aligné à droite, remplacez 
12731 \series bold
12732
12733 \backslash
12734 centering
12735 \series default
12736  par 
12737 \series bold
12738
12739 \backslash
12740 raggedleft
12741 \series default
12742 .
12743  Pour revenir à l'alignement à gauche utilisez 
12744 \series bold
12745
12746 \backslash
12747 raggedright
12748 \series default
12749 .
12750 \end_layout
12751
12752 \begin_layout Standard
12753 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12754  avec un décalage vertical de -4
12755 \begin_inset space \thinspace{}
12756 \end_inset
12757
12758 mm dans une colonne de 3
12759 \begin_inset space \thinspace{}
12760 \end_inset
12761
12762 cm de large
12763 \begin_inset space ~
12764 \end_inset
12765
12766 :
12767 \end_layout
12768
12769 \begin_layout Standard
12770 \noindent
12771 \align center
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 renewcommand{
12780 \backslash
12781 multirowsetup}{
12782 \backslash
12783 raggedleft}
12784 \end_layout
12785
12786 \end_inset
12787
12788
12789 \begin_inset Tabular
12790 <lyxtabular version="3" rows="4" columns="3">
12791 <features tabularvalignment="middle">
12792 <column alignment="center" valignment="top" width="3cm">
12793 <column alignment="center" valignment="top">
12794 <column alignment="center" valignment="top">
12795 <row>
12796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 un contenu long
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 b
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 c
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 </row>
12824 <row>
12825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12826 \begin_inset Text
12827
12828 \begin_layout Plain Layout
12829 t
12830 \end_layout
12831
12832 \end_inset
12833 </cell>
12834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 n
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 m
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 </row>
12853 <row>
12854 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 multi-lignes
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12864 \begin_inset Text
12865
12866 \begin_layout Plain Layout
12867 e
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12873 \begin_inset Text
12874
12875 \begin_layout Plain Layout
12876 f
12877 \end_layout
12878
12879 \end_inset
12880 </cell>
12881 </row>
12882 <row>
12883 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12884 \begin_inset Text
12885
12886 \begin_layout Plain Layout
12887
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12893 \begin_inset Text
12894
12895 \begin_layout Plain Layout
12896 h
12897 \end_layout
12898
12899 \end_inset
12900 </cell>
12901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905 i
12906 \end_layout
12907
12908 \end_inset
12909 </cell>
12910 </row>
12911 </lyxtabular>
12912
12913 \end_inset
12914
12915
12916 \begin_inset ERT
12917 status collapsed
12918
12919 \begin_layout Plain Layout
12920
12921
12922 \backslash
12923 renewcommand{
12924 \backslash
12925 multirowsetup}{
12926 \backslash
12927 raggedright}
12928 \end_layout
12929
12930 \end_inset
12931
12932
12933 \end_layout
12934
12935 \begin_layout Standard
12936 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12937  utiliser un saut de ligne forcé (
12938 \begin_inset space ~
12939 \end_inset
12940
12941 raccourci 
12942 \family sans
12943 Ctrl+Entrée
12944 \family default
12945
12946 \begin_inset space ~
12947 \end_inset
12948
12949 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12950  on le voit dans ce tableau :
12951 \end_layout
12952
12953 \begin_layout Standard
12954 \noindent
12955 \align center
12956 \begin_inset Tabular
12957 <lyxtabular version="3" rows="3" columns="2">
12958 <features tabularvalignment="middle">
12959 <column alignment="left" valignment="middle" width="2cm">
12960 <column alignment="center" valignment="top">
12961 <row>
12962 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12963 \begin_inset Text
12964
12965 \begin_layout Plain Layout
12966 aaa
12967 \begin_inset Newline newline
12968 \end_inset
12969
12970 aaa
12971 \begin_inset Newline newline
12972 \end_inset
12973
12974 mauvaise cellule
12975 \end_layout
12976
12977 \end_inset
12978 </cell>
12979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12980 \begin_inset Text
12981
12982 \begin_layout Plain Layout
12983 ccc
12984 \end_layout
12985
12986 \end_inset
12987 </cell>
12988 </row>
12989 <row>
12990 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
12991 \begin_inset Text
12992
12993 \begin_layout Plain Layout
12994
12995 \end_layout
12996
12997 \end_inset
12998 </cell>
12999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13000 \begin_inset Text
13001
13002 \begin_layout Plain Layout
13003 ddd
13004 \end_layout
13005
13006 \end_inset
13007 </cell>
13008 </row>
13009 <row>
13010 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13011 \begin_inset Text
13012
13013 \begin_layout Plain Layout
13014 bbb
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 eee
13024 \end_layout
13025
13026 \end_inset
13027 </cell>
13028 </row>
13029 </lyxtabular>
13030
13031 \end_inset
13032
13033
13034 \end_layout
13035
13036 \begin_layout Standard
13037 Vous devez donc faire attention avec les saut de lignes forcés.
13038 \end_layout
13039
13040 \begin_layout Subsection
13041 Cellules avec ligne(s) diagonale(s)
13042 \end_layout
13043
13044 \begin_layout Standard
13045 Pour instruire le lecteur de la signification ds titres de lignes et de
13046  colonnes dans un tableau, il est pratique de partager le première cellule
13047  du tableau à l'aide d'une ou deux lignes diagonales.
13048  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13049  \SpecialChar LaTeX
13050
13051 \series bold
13052 \lang english
13053  diagbox
13054 \series default
13055 \lang french
13056
13057 \begin_inset Index idx
13058 status collapsed
13059
13060 \begin_layout Plain Layout
13061 Paquetages \SpecialChar LaTeX
13062  ! diagbox
13063 \end_layout
13064
13065 \end_inset
13066
13067 .
13068  Ce paquetage inclut la commande 
13069 \series bold
13070 \lang english
13071
13072 \backslash
13073 diagbox
13074 \series default
13075 \lang french
13076  que l'on peut insérer en mode \SpecialChar TeX
13077  et qui peut avoir 2 ou 3 arguments:
13078 \end_layout
13079
13080 \begin_layout Standard
13081
13082 \series bold
13083 \lang english
13084
13085 \backslash
13086 diagbox[options]
13087 \lang french
13088 {inférieur gauche}{supérieur droit}
13089 \end_layout
13090
13091 \begin_layout Standard
13092
13093 \series bold
13094 \lang english
13095
13096 \backslash
13097 diagbox[options]
13098 \lang french
13099 {inférieur gauche}{supérieur gauche}{supérieur droit}
13100 \end_layout
13101
13102 \begin_layout Standard
13103 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13104  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13105  Dans le second cas, la cellule est partagée par deux lignes.
13106 \end_layout
13107
13108 \begin_layout Standard
13109 \begin_inset ERT
13110 status collapsed
13111
13112 \begin_layout Plain Layout
13113
13114
13115 \backslash
13116 ifdiagbox
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \begin_inset Note Note
13123 status open
13124
13125 \begin_layout Plain Layout
13126 La section suivante ne s'affichera que si vous avez installé le paquetage
13127  \SpecialChar LaTeX
13128  
13129 \series bold
13130 diagbox
13131 \series default
13132 .
13133 \end_layout
13134
13135 \end_inset
13136
13137
13138 \end_layout
13139
13140 \begin_layout Standard
13141 Voici un exemple de tableau où 
13142 \series bold
13143 \lang english
13144
13145 \backslash
13146 diagbox
13147 \lang french
13148  
13149 \series default
13150 est utilisé avec 2 arguments
13151 \begin_inset space ~
13152 \end_inset
13153
13154 dans la première cellule:
13155 \lang english
13156
13157 \begin_inset VSpace medskip
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 \noindent
13165
13166 \lang english
13167 \begin_inset Tabular
13168 <lyxtabular version="3" rows="4" columns="4">
13169 <features tabularvalignment="middle">
13170 <column alignment="center" valignment="top">
13171 <column alignment="center" valignment="top">
13172 <column alignment="center" valignment="top">
13173 <column alignment="center" valignment="top">
13174 <row>
13175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13176 \begin_inset Text
13177
13178 \begin_layout Plain Layout
13179 \begin_inset ERT
13180 status collapsed
13181
13182 \begin_layout Plain Layout
13183
13184
13185 \backslash
13186 diagbox{
13187 \end_layout
13188
13189 \end_inset
13190
13191 Nom
13192 \begin_inset ERT
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196
13197 }{
13198 \end_layout
13199
13200 \end_inset
13201
13202 Paramètre
13203 \begin_inset ERT
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207
13208 }
13209 \end_layout
13210
13211 \end_inset
13212
13213
13214 \end_layout
13215
13216 \end_inset
13217 </cell>
13218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 Épaisseur en nm
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Transparence en %
13232 \end_layout
13233
13234 \end_inset
13235 </cell>
13236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13237 \begin_inset Text
13238
13239 \begin_layout Plain Layout
13240 Dureté en MPa
13241 \end_layout
13242
13243 \end_inset
13244 </cell>
13245 </row>
13246 <row>
13247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13248 \begin_inset Text
13249
13250 \begin_layout Plain Layout
13251 Vert parfait
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 45
13261 \end_layout
13262
13263 \end_inset
13264 </cell>
13265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13266 \begin_inset Text
13267
13268 \begin_layout Plain Layout
13269 80
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278 504
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 Multi-P foncé
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298 60
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 72
13308 \end_layout
13309
13310 \end_inset
13311 </cell>
13312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13313 \begin_inset Text
13314
13315 \begin_layout Plain Layout
13316 982
13317 \end_layout
13318
13319 \end_inset
13320 </cell>
13321 </row>
13322 <row>
13323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13324 \begin_inset Text
13325
13326 \begin_layout Plain Layout
13327 Pro transparent
13328 \end_layout
13329
13330 \end_inset
13331 </cell>
13332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13333 \begin_inset Text
13334
13335 \begin_layout Plain Layout
13336 18
13337 \end_layout
13338
13339 \end_inset
13340 </cell>
13341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13342 \begin_inset Text
13343
13344 \begin_layout Plain Layout
13345 86
13346 \end_layout
13347
13348 \end_inset
13349 </cell>
13350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13351 \begin_inset Text
13352
13353 \begin_layout Plain Layout
13354 374
13355 \end_layout
13356
13357 \end_inset
13358 </cell>
13359 </row>
13360 </lyxtabular>
13361
13362 \end_inset
13363
13364
13365 \begin_inset VSpace medskip
13366 \end_inset
13367
13368
13369 \end_layout
13370
13371 \begin_layout Standard
13372 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13373  sport ou les distances:
13374 \end_layout
13375
13376 \begin_layout Standard
13377 \noindent
13378 \align center
13379 \begin_inset Tabular
13380 <lyxtabular version="3" rows="4" columns="4">
13381 <features tabularvalignment="middle">
13382 <column alignment="center" valignment="top" width="0pt">
13383 <column alignment="center" valignment="top">
13384 <column alignment="center" valignment="top">
13385 <column alignment="center" valignment="top">
13386 <row>
13387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 \begin_inset ERT
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395
13396
13397 \backslash
13398 diagbox{
13399 \end_layout
13400
13401 \end_inset
13402
13403 À domicile
13404 \begin_inset ERT
13405 status collapsed
13406
13407 \begin_layout Plain Layout
13408
13409 }{
13410 \end_layout
13411
13412 \end_inset
13413
13414 Résultat
13415 \begin_inset ERT
13416 status open
13417
13418 \begin_layout Plain Layout
13419
13420 }{
13421 \end_layout
13422
13423 \end_inset
13424
13425 À l'extérieur
13426 \begin_inset ERT
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430
13431 }
13432 \end_layout
13433
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 Tigres
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 Panthères
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 Faucons
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row>
13470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 Tigres
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 1:3
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 0:1
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 </row>
13507 <row>
13508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13509 \begin_inset Text
13510
13511 \begin_layout Plain Layout
13512 Panthères
13513 \end_layout
13514
13515 \end_inset
13516 </cell>
13517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 3:1
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 0:0
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 </row>
13545 <row>
13546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 Faucons
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 1:0
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 0:0
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 </row>
13583 </lyxtabular>
13584
13585 \end_inset
13586
13587
13588 \end_layout
13589
13590 \begin_layout Standard
13591 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13592  2 coins ou plus du tableau comme ici:
13593 \end_layout
13594
13595 \begin_layout Standard
13596 \noindent
13597 \align center
13598 \begin_inset Tabular
13599 <lyxtabular version="3" rows="5" columns="5">
13600 <features tabularvalignment="middle">
13601 <column alignment="center" valignment="top" width="0pt">
13602 <column alignment="center" valignment="top">
13603 <column alignment="center" valignment="top">
13604 <column alignment="center" valignment="top">
13605 <column alignment="center" valignment="top">
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 \begin_inset ERT
13612 status open
13613
13614 \begin_layout Plain Layout
13615
13616
13617 \backslash
13618 diagbox{
13619 \end_layout
13620
13621 \end_inset
13622
13623 À domicile}{Résultat
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629 }{
13630 \end_layout
13631
13632 \end_inset
13633
13634 À l'extérieur
13635 \begin_inset ERT
13636 status open
13637
13638 \begin_layout Plain Layout
13639
13640 }
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \end_inset
13649 </cell>
13650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13651 \begin_inset Text
13652
13653 \begin_layout Plain Layout
13654 Tigres
13655 \end_layout
13656
13657 \end_inset
13658 </cell>
13659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13660 \begin_inset Text
13661
13662 \begin_layout Plain Layout
13663 Panthères
13664 \end_layout
13665
13666 \end_inset
13667 </cell>
13668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13669 \begin_inset Text
13670
13671 \begin_layout Plain Layout
13672 Faucons
13673 \end_layout
13674
13675 \end_inset
13676 </cell>
13677 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13678 \begin_inset Text
13679
13680 \begin_layout Plain Layout
13681 \begin_inset ERT
13682 status open
13683
13684 \begin_layout Plain Layout
13685
13686
13687 \backslash
13688 diagbox[dir=NE]{
13689 \end_layout
13690
13691 \end_inset
13692
13693 À domicile
13694 \begin_inset ERT
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698
13699 }{
13700 \end_layout
13701
13702 \end_inset
13703
13704 Résultat
13705 \begin_inset ERT
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 }{
13711 \end_layout
13712
13713 \end_inset
13714
13715 À l'extérieur
13716 \begin_inset ERT
13717 status collapsed
13718
13719 \begin_layout Plain Layout
13720
13721 }
13722 \end_layout
13723
13724 \end_inset
13725
13726
13727 \end_layout
13728
13729 \end_inset
13730 </cell>
13731 </row>
13732 <row>
13733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13734 \begin_inset Text
13735
13736 \begin_layout Plain Layout
13737 Tigres
13738 \end_layout
13739
13740 \end_inset
13741 </cell>
13742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 1:3
13756 \end_layout
13757
13758 \end_inset
13759 </cell>
13760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13761 \begin_inset Text
13762
13763 \begin_layout Plain Layout
13764 0:1
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Plain Layout
13773 Tigres
13774 \end_layout
13775
13776 \end_inset
13777 </cell>
13778 </row>
13779 <row>
13780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13781 \begin_inset Text
13782
13783 \begin_layout Plain Layout
13784 Panthères
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13790 \begin_inset Text
13791
13792 \begin_layout Plain Layout
13793 3:1
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 0:0
13812 \end_layout
13813
13814 \end_inset
13815 </cell>
13816 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13817 \begin_inset Text
13818
13819 \begin_layout Plain Layout
13820 Panthères
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Faucons
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13837 \begin_inset Text
13838
13839 \begin_layout Plain Layout
13840 1:0
13841 \end_layout
13842
13843 \end_inset
13844 </cell>
13845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13846 \begin_inset Text
13847
13848 \begin_layout Plain Layout
13849 0:0
13850 \end_layout
13851
13852 \end_inset
13853 </cell>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 Faucons
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 <row>
13874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 \begin_inset ERT
13879 status open
13880
13881 \begin_layout Plain Layout
13882
13883
13884 \backslash
13885 diagbox[dir=SW]{
13886 \end_layout
13887
13888 \end_inset
13889
13890 À domicile
13891 \begin_inset ERT
13892 status collapsed
13893
13894 \begin_layout Plain Layout
13895
13896 }{
13897 \end_layout
13898
13899 \end_inset
13900
13901 Résultat
13902 \begin_inset ERT
13903 status collapsed
13904
13905 \begin_layout Plain Layout
13906
13907 }{
13908 \end_layout
13909
13910 \end_inset
13911
13912 À l'extérieur
13913 \begin_inset ERT
13914 status open
13915
13916 \begin_layout Plain Layout
13917
13918 }
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 Tigres
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941 Panthères
13942 \end_layout
13943
13944 \end_inset
13945 </cell>
13946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13947 \begin_inset Text
13948
13949 \begin_layout Plain Layout
13950 Faucons
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Plain Layout
13959 \begin_inset ERT
13960 status open
13961
13962 \begin_layout Plain Layout
13963
13964
13965 \backslash
13966 diagbox[dir=SE]{
13967 \end_layout
13968
13969 \end_inset
13970
13971 À domicile
13972 \begin_inset ERT
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976
13977 }{
13978 \end_layout
13979
13980 \end_inset
13981
13982 Résultat
13983 \begin_inset ERT
13984 status open
13985
13986 \begin_layout Plain Layout
13987
13988 }{
13989 \end_layout
13990
13991 \end_inset
13992
13993 À l'extérieur
13994 \begin_inset ERT
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998
13999 }
14000 \end_layout
14001
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 </lyxtabular>
14011
14012 \end_inset
14013
14014
14015 \end_layout
14016
14017 \begin_layout Standard
14018 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14019  
14020 \series bold
14021 dir=direction
14022 \series default
14023
14024 \emph on
14025 direction
14026 \emph default
14027  est à choisir parmi 
14028 \series bold
14029 NE
14030 \series default
14031
14032 \series bold
14033 SE
14034 \series default
14035
14036 \series bold
14037 SW
14038 \series default
14039  et 
14040 \series bold
14041 NW
14042 \series default
14043  comme sur une rose des vents.
14044  
14045 \series bold
14046 SW
14047 \series default
14048  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14049  du tableau ci-dessus, désigné via la commande:
14050 \end_layout
14051
14052 \begin_layout Standard
14053
14054 \series bold
14055 \lang english
14056
14057 \backslash
14058 diagbox[dir=SW]{
14059 \series default
14060 \lang french
14061 À domicile
14062 \series bold
14063 \lang english
14064 }{
14065 \series default
14066 \lang french
14067 Résultat
14068 \series bold
14069 \lang english
14070 }{
14071 \series default
14072 \lang french
14073 À l'extérieur
14074 \series bold
14075 \lang english
14076 }
14077 \series default
14078 \lang french
14079 .
14080  
14081 \end_layout
14082
14083 \begin_layout Standard
14084 Si aucune direction n'est spécifiée, elle est implicitement NW.
14085 \end_layout
14086
14087 \begin_layout Standard
14088 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14089  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14090  le contenu de la cellule va déborder:
14091 \end_layout
14092
14093 \begin_layout Standard
14094 \noindent
14095 \align center
14096 \begin_inset Tabular
14097 <lyxtabular version="3" rows="2" columns="2">
14098 <features tabularvalignment="middle">
14099 <column alignment="center" valignment="top" width="3cm">
14100 <column alignment="center" valignment="top">
14101 <row>
14102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14103 \begin_inset Text
14104
14105 \begin_layout Plain Layout
14106 \begin_inset ERT
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110
14111
14112 \backslash
14113 diagbox{
14114 \end_layout
14115
14116 \end_inset
14117
14118 Nom
14119 \begin_inset ERT
14120 status collapsed
14121
14122 \begin_layout Plain Layout
14123
14124 }{
14125 \end_layout
14126
14127 \end_inset
14128
14129 Paramètre
14130 \begin_inset ERT
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134
14135 }
14136 \end_layout
14137
14138 \end_inset
14139
14140
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 Épaisseur en nm
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 </row>
14155 <row>
14156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14157 \begin_inset Text
14158
14159 \begin_layout Plain Layout
14160 Vert parfait
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 45
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 </row>
14175 </lyxtabular>
14176
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \begin_layout Standard
14183 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14184  cellule partagée, utilisez l'option de commande 
14185 \series bold
14186 \lang english
14187 width=3cm
14188 \series default
14189 \lang french
14190  (remplacez 
14191 \begin_inset Quotes fld
14192 \end_inset
14193
14194 3cm
14195 \begin_inset Quotes frd
14196 \end_inset
14197
14198 par la largeur désirée).
14199  Dans le tableau qui suit, la largeur de la première colonne est réglée
14200  à 4cm.
14201  Pour 
14202 \series bold
14203 \lang english
14204
14205 \backslash
14206 diagbox
14207 \series default
14208 \lang french
14209  une largeur de 4
14210 \begin_inset space \thinspace{}
14211 \end_inset
14212
14213 cm + 2
14214 \begin_inset space \thinspace{}
14215 \end_inset
14216
14217
14218 \backslash
14219 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14220  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14221  de la cellule.
14222  Le calcul de la largeur ne peut pas être fait directement dans l'option
14223  de la commande 
14224 \series bold
14225 \lang english
14226
14227 \backslash
14228 diagbox
14229 \series default
14230 \lang french
14231 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14232  la suite.
14233  Ceci se fait via les commandes en code \SpecialChar TeX
14234 :
14235 \end_layout
14236
14237 \begin_layout Standard
14238
14239 \series bold
14240
14241 \backslash
14242 newlength{
14243 \backslash
14244 diagtest}
14245 \begin_inset Newline newline
14246 \end_inset
14247
14248
14249 \backslash
14250 setlength{
14251 \backslash
14252 diagtest}{4cm+2
14253 \backslash
14254 tabcolsep}
14255 \end_layout
14256
14257 \begin_layout Standard
14258 \begin_inset ERT
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262
14263
14264 \backslash
14265 newlength{
14266 \backslash
14267 diagtest}
14268 \end_layout
14269
14270 \begin_layout Plain Layout
14271
14272
14273 \backslash
14274 setlength{
14275 \backslash
14276 diagtest}{4cm+2
14277 \backslash
14278 tabcolsep}
14279 \end_layout
14280
14281 \end_inset
14282
14283
14284 \end_layout
14285
14286 \begin_layout Standard
14287 Pour permettre les calculs en \SpecialChar LaTeX
14288 , il faut charger dans le préambule du document
14289  le paquetage 
14290 \series bold
14291 calc
14292 \series default
14293
14294 \begin_inset Index idx
14295 status collapsed
14296
14297 \begin_layout Plain Layout
14298 Paquetages \SpecialChar LaTeX
14299  ! calc
14300 \end_layout
14301
14302 \end_inset
14303
14304 .
14305 \end_layout
14306
14307 \begin_layout Standard
14308 Dans le tableau vous pouvez maintenant utiliser la commande
14309 \end_layout
14310
14311 \begin_layout Standard
14312
14313 \series bold
14314
14315 \backslash
14316 diagbox[width=
14317 \backslash
14318 diagtest]{A}{B}
14319 \end_layout
14320
14321 \begin_layout Standard
14322 dans la première cellule:
14323 \end_layout
14324
14325 \begin_layout Standard
14326 \noindent
14327 \align center
14328 \begin_inset Tabular
14329 <lyxtabular version="3" rows="2" columns="2">
14330 <features tabularvalignment="middle">
14331 <column alignment="center" valignment="top" width="4cm">
14332 <column alignment="center" valignment="top">
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 \begin_inset ERT
14339 status open
14340
14341 \begin_layout Plain Layout
14342
14343
14344 \backslash
14345 diagbox[width=
14346 \backslash
14347 diagtest]{
14348 \end_layout
14349
14350 \end_inset
14351
14352 A
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358 }{
14359 \end_layout
14360
14361 \end_inset
14362
14363 B
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368
14369 }
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \end_inset
14378 </cell>
14379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14380 \begin_inset Text
14381
14382 \begin_layout Plain Layout
14383 Épaisseur en nm
14384 \end_layout
14385
14386 \end_inset
14387 </cell>
14388 </row>
14389 <row>
14390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14391 \begin_inset Text
14392
14393 \begin_layout Plain Layout
14394 Vert parfait
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 45
14404 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 </row>
14409 </lyxtabular>
14410
14411 \end_inset
14412
14413
14414 \end_layout
14415
14416 \begin_layout Standard
14417 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14418  la longueur de la diagonale ne peut pas être calculée correctement comme
14419  dans ce tableau:
14420 \end_layout
14421
14422 \begin_layout Standard
14423 \noindent
14424 \align center
14425 \begin_inset Tabular
14426 <lyxtabular version="3" rows="2" columns="2">
14427 <features tabularvalignment="middle">
14428 <column alignment="center" valignment="top" width="0pt">
14429 <column alignment="center" valignment="top">
14430 <row>
14431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14432 \begin_inset Text
14433
14434 \begin_layout Plain Layout
14435 \begin_inset ERT
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439
14440
14441 \backslash
14442 diagbox{
14443 \end_layout
14444
14445 \end_inset
14446
14447 A
14448 \begin_inset ERT
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452
14453 }{
14454 \end_layout
14455
14456 \end_inset
14457
14458 B
14459 \begin_inset ERT
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463
14464 }
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478 Épaisseur en nm
14479 \end_layout
14480
14481 \end_inset
14482 </cell>
14483 </row>
14484 <row>
14485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 Vert parfait
14490 \end_layout
14491
14492 \end_inset
14493 </cell>
14494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 45
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 </lyxtabular>
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \begin_layout Standard
14512 Dans ce cas, vous pouvez utiliser directement
14513 \series bold
14514  
14515 \lang english
14516 width
14517 \series default
14518 \lang french
14519  dans l'option de 
14520 \series bold
14521 \lang english
14522
14523 \backslash
14524 diagbox
14525 \series default
14526 \lang french
14527 , il n'est plus nécessaire d’ajouter 2
14528 \backslash
14529 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14530  colonne.
14531  Ici une largeur de 3cm est utilisée:
14532 \end_layout
14533
14534 \begin_layout Standard
14535 \noindent
14536 \align center
14537 \begin_inset Tabular
14538 <lyxtabular version="3" rows="2" columns="2">
14539 <features tabularvalignment="middle">
14540 <column alignment="center" valignment="top" width="0pt">
14541 <column alignment="center" valignment="top">
14542 <row>
14543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14544 \begin_inset Text
14545
14546 \begin_layout Plain Layout
14547 \begin_inset ERT
14548 status open
14549
14550 \begin_layout Plain Layout
14551
14552
14553 \backslash
14554 diagbox[width=3cm]{
14555 \end_layout
14556
14557 \end_inset
14558
14559 A
14560 \begin_inset ERT
14561 status collapsed
14562
14563 \begin_layout Plain Layout
14564
14565 }{
14566 \end_layout
14567
14568 \end_inset
14569
14570 B
14571 \begin_inset ERT
14572 status collapsed
14573
14574 \begin_layout Plain Layout
14575
14576 }
14577 \end_layout
14578
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 Épaisseur en nm
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 <row>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601 Vert parfait
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610 45
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 </lyxtabular>
14617
14618 \end_inset
14619
14620
14621 \end_layout
14622
14623 \begin_layout Standard
14624 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14625  supplémentaire pour placer le texte dans la cellule.
14626  Ceci peut être obtenu avec l'option
14627 \series bold
14628  
14629 \lang english
14630 height
14631 \lang french
14632 =3cm
14633 \series default
14634  de la commande 
14635 \series bold
14636 \lang english
14637
14638 \backslash
14639 diagbox
14640 \series default
14641 \lang french
14642  (remplacer « 3cm » par la hauteur désirée).
14643  Dans le tableau qui suit, la commande
14644 \end_layout
14645
14646 \begin_layout Standard
14647
14648 \series bold
14649
14650 \backslash
14651 diagbox[width=3cm,height=1.4cm]{A
14652 \backslash
14653
14654 \backslash
14655 B}{C
14656 \backslash
14657
14658 \backslash
14659 D}
14660 \end_layout
14661
14662 \begin_layout Standard
14663 est utilisée dans la première cellule.
14664  La commande 
14665 \backslash
14666
14667 \backslash
14668  crée le saut de ligne
14669 \begin_inset Foot
14670 status open
14671
14672 \begin_layout Plain Layout
14673 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14674  largeur fixée.
14675 \end_layout
14676
14677 \end_inset
14678
14679 .
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \noindent
14684 \align center
14685 \begin_inset Tabular
14686 <lyxtabular version="3" rows="2" columns="2">
14687 <features tabularvalignment="middle">
14688 <column alignment="center" valignment="top">
14689 <column alignment="center" valignment="top">
14690 <row>
14691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14692 \begin_inset Text
14693
14694 \begin_layout Plain Layout
14695 \begin_inset ERT
14696 status open
14697
14698 \begin_layout Plain Layout
14699
14700
14701 \backslash
14702 diagbox[width=3cm,height=1.4cm]{
14703 \end_layout
14704
14705 \end_inset
14706
14707 A
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \backslash
14715
14716 \backslash
14717
14718 \end_layout
14719
14720 \end_inset
14721
14722 B
14723 \begin_inset ERT
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727
14728 }{
14729 \end_layout
14730
14731 \end_inset
14732
14733 C
14734 \begin_inset ERT
14735 status collapsed
14736
14737 \begin_layout Plain Layout
14738
14739
14740 \backslash
14741
14742 \backslash
14743
14744 \end_layout
14745
14746 \end_inset
14747
14748 D
14749 \begin_inset ERT
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753
14754 }
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 Épaisseur en nm
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779 Vert parfait
14780 \end_layout
14781
14782 \end_inset
14783 </cell>
14784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14785 \begin_inset Text
14786
14787 \begin_layout Plain Layout
14788 45
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 </row>
14794 </lyxtabular>
14795
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Standard
14802 \begin_inset ERT
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806
14807
14808 \backslash
14809 else
14810 \end_layout
14811
14812 \end_inset
14813
14814
14815 \begin_inset Note Note
14816 status open
14817
14818 \begin_layout Plain Layout
14819 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14820  
14821 \series bold
14822 diagbox
14823 \series default
14824  n'est pas installé :
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Standard
14833 Vous devez installer le paquetage \SpecialChar LaTeX
14834  
14835 \series bold
14836 diagbox
14837 \series default
14838  pour voir le contenu de cette section dans la sortie imprimée.
14839 \end_layout
14840
14841 \begin_layout Standard
14842 \begin_inset ERT
14843 status collapsed
14844
14845 \begin_layout Plain Layout
14846
14847
14848 \backslash
14849 fi
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14859  
14860 \series bold
14861 \lang english
14862 diagbox
14863 \series default
14864 \lang french
14865 , voir sa documentation, 
14866 \begin_inset CommandInset citation
14867 LatexCommand cite
14868 key "diagbox"
14869
14870 \end_inset
14871
14872 .
14873 \end_layout
14874
14875 \begin_layout Section
14876 Les tableaux formels
14877 \begin_inset CommandInset label
14878 LatexCommand label
14879 name "sec:Tableaux-Formels"
14880
14881 \end_inset
14882
14883
14884 \begin_inset Index idx
14885 status collapsed
14886
14887 \begin_layout Plain Layout
14888 Tableau ! Formel
14889 \end_layout
14890
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \begin_layout Standard
14897 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14898  à celle du tableau
14899 \begin_inset space ~
14900 \end_inset
14901
14902
14903 \begin_inset CommandInset ref
14904 LatexCommand ref
14905 reference "tab:Exemple-tableau-booktabs"
14906
14907 \end_inset
14908
14909 .
14910  Ce genre de tableau est appelé 
14911 \begin_inset Quotes fld
14912 \end_inset
14913
14914
14915 \emph on
14916 formel
14917 \emph default
14918
14919 \begin_inset Quotes frd
14920 \end_inset
14921
14922 .
14923  Pour transformer un tableau en tableau formel, utilisez l'option 
14924 \family sans
14925 Formel
14926 \family default
14927  de l'onglet 
14928 \family sans
14929 Bordures
14930 \family default
14931  de la fenêtre de dialogue 
14932 \family sans
14933 Paramètres
14934 \begin_inset space ~
14935 \end_inset
14936
14937 du
14938 \begin_inset space ~
14939 \end_inset
14940
14941 tableau
14942 \family default
14943 .
14944 \end_layout
14945
14946 \begin_layout Standard
14947 \begin_inset Float table
14948 placement h
14949 wide false
14950 sideways false
14951 status open
14952
14953 \begin_layout Plain Layout
14954 \begin_inset Caption Standard
14955
14956 \begin_layout Plain Layout
14957 \begin_inset CommandInset label
14958 LatexCommand label
14959 name "tab:Exemple-tableau-booktabs"
14960
14961 \end_inset
14962
14963 Exemple de tableau formel
14964 \end_layout
14965
14966 \end_inset
14967
14968
14969 \end_layout
14970
14971 \begin_layout Plain Layout
14972 \align center
14973 \begin_inset Tabular
14974 <lyxtabular version="3" rows="8" columns="4">
14975 <features booktabs="true" tabularvalignment="middle">
14976 <column alignment="center" valignment="top">
14977 <column alignment="center" valignment="top">
14978 <column alignment="center" valignment="top">
14979 <column alignment="center" valignment="top">
14980 <row>
14981 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985 Système
14986 \end_layout
14987
14988 \end_inset
14989 </cell>
14990 <cell alignment="center" valignment="top" topline="true" usebox="none">
14991 \begin_inset Text
14992
14993 \begin_layout Plain Layout
14994 Chip
14995 \begin_inset space \thinspace{}
14996 \end_inset
14997
14998 1
14999 \end_layout
15000
15001 \end_inset
15002 </cell>
15003 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 Chip
15008 \begin_inset space \thinspace{}
15009 \end_inset
15010
15011 2
15012 \end_layout
15013
15014 \end_inset
15015 </cell>
15016 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15017 \begin_inset Text
15018
15019 \begin_layout Plain Layout
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031 \begin_inset ERT
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035
15036
15037 \backslash
15038 cmidrule(r){2-2}
15039 \end_layout
15040
15041 \end_inset
15042
15043
15044 \begin_inset ERT
15045 status collapsed
15046
15047 \begin_layout Plain Layout
15048
15049
15050 \backslash
15051 cmidrule(l){3-4}
15052 \end_layout
15053
15054 \end_inset
15055
15056 Épaisseur du capteur en µm
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 300
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074 300
15075 \end_layout
15076
15077 \end_inset
15078 </cell>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 700
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094 Angle du biseau en °
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 3.55
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 <cell alignment="center" valignment="top" topline="true" usebox="none">
15109 \begin_inset Text
15110
15111 \begin_layout Plain Layout
15112 2.71
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" topline="true" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121 7.99
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row topspace="default">
15128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132 Résolution spatiale en µm
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141 4.26
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 10.17
15151 \end_layout
15152
15153 \end_inset
15154 </cell>
15155 <cell alignment="center" valignment="top" usebox="none">
15156 \begin_inset Text
15157
15158 \begin_layout Plain Layout
15159 10.56
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row topspace="default">
15166 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170 MTF à 
15171 \begin_inset Formula $f_{\mathrm{max}}$
15172 \end_inset
15173
15174
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 0.53
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 0.37
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 0.39
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 <row topspace="default">
15208 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 \begin_inset ERT
15213 status collapsed
15214
15215 \begin_layout Plain Layout
15216
15217
15218 \backslash
15219 cmidrule[2pt](l{10pt}){1-1}
15220 \end_layout
15221
15222 \end_inset
15223
15224 résolution spatiale LSF
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233
15234 \end_layout
15235
15236 \end_inset
15237 </cell>
15238 <cell alignment="center" valignment="top" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
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
15252 \end_layout
15253
15254 \end_inset
15255 </cell>
15256 </row>
15257 <row>
15258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 en µm
15263 \end_layout
15264
15265 \end_inset
15266 </cell>
15267 <cell alignment="center" valignment="top" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271 129.7
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280 52.75
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 50.78
15290 \end_layout
15291
15292 \end_inset
15293 </cell>
15294 </row>
15295 <row>
15296 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15297 \begin_inset Text
15298
15299 \begin_layout Plain Layout
15300 en % de la taille des pixels
15301 \end_layout
15302
15303 \end_inset
15304 </cell>
15305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15306 \begin_inset Text
15307
15308 \begin_layout Plain Layout
15309 76.3
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318 95.9
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327 92.3
15328 \end_layout
15329
15330 \end_inset
15331 </cell>
15332 </row>
15333 </lyxtabular>
15334
15335 \end_inset
15336
15337
15338 \end_layout
15339
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \begin_layout Standard
15346 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15347  
15348 \family sans
15349 Bordures
15350 \family default
15351  de la fenêtre de dialogue 
15352 \family sans
15353 Paramètres
15354 \begin_inset space ~
15355 \end_inset
15356
15357 du
15358 \begin_inset space ~
15359 \end_inset
15360
15361 tableau
15362 \family default
15363  comme c'est décrit dans la section
15364 \begin_inset space ~
15365 \end_inset
15366
15367
15368 \begin_inset CommandInset ref
15369 LatexCommand ref
15370 reference "subsec:Espacement-lignes"
15371
15372 \end_inset
15373
15374 .
15375 \end_layout
15376
15377 \begin_layout Standard
15378 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15379  verticales.
15380  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15381  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15382  sortie imprimée :
15383 \begin_inset Newline newline
15384 \end_inset
15385
15386 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15387 \begin_inset space \thinspace{}
15388 \end_inset
15389
15390 em alors que les autres lignes ont implicite une épaisseur de 0.05
15391 \begin_inset space \thinspace{}
15392 \end_inset
15393
15394 em.
15395 \end_layout
15396
15397 \begin_layout Standard
15398 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15399  les lignes de préambule suivantes :
15400 \end_layout
15401
15402 \begin_layout Standard
15403
15404 \series bold
15405
15406 \backslash
15407 let
15408 \backslash
15409 mytoprule
15410 \backslash
15411 toprule
15412 \begin_inset Newline newline
15413 \end_inset
15414
15415
15416 \backslash
15417 renewcommand{
15418 \backslash
15419 toprule}{
15420 \backslash
15421 mytoprule[width]}
15422 \end_layout
15423
15424 \begin_layout Standard
15425 Cet exemple concerne la première ligne, appelée 
15426 \series bold
15427 toprule
15428 \series default
15429 .
15430  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15431 \series bold
15432 toprule
15433 \series default
15434  par 
15435 \series bold
15436 bottomrule
15437 \series default
15438 .
15439  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15440  
15441 \series bold
15442 toprule
15443 \series default
15444  par 
15445 \series bold
15446 midrule
15447 \series default
15448 .
15449  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15450 \begin_inset space ~
15451 \end_inset
15452
15453
15454 \begin_inset CommandInset ref
15455 LatexCommand ref
15456 reference "cha:Unités-de-longueur"
15457
15458 \end_inset
15459
15460  pour préciser l'épaisseur voulue.
15461 \end_layout
15462
15463 \begin_layout Standard
15464 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15465  en mettant une ligne pour une cellule multi-colonnes.
15466  \SpecialChar LyX
15467  va utiliser en interne la commande 
15468 \series bold
15469
15470 \backslash
15471 cmidrule
15472 \series default
15473  pour créer cette ligne.
15474  Sa syntaxe complète est :
15475 \end_layout
15476
15477 \begin_layout Standard
15478
15479 \series bold
15480
15481 \backslash
15482 cmidrule[largeur](rognage){colDépart-colFin}
15483 \end_layout
15484
15485 \begin_layout Standard
15486 Les options de la commande 
15487 \series bold
15488
15489 \backslash
15490 cmidrule
15491 \series default
15492  ne sont pas actuellement gérées par \SpecialChar LyX
15493 , vous devez donc utiliser du code
15494  \SpecialChar TeX
15495  pour pouvoir les utiliser.
15496  On peut créer manuellement des lignes 
15497 \series bold
15498
15499 \backslash
15500 mitrales
15501 \series default
15502  en insérant la commande en code \SpecialChar TeX
15503  comme le premier élément de la première
15504  cellule de la ligne.
15505  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15506  en question.
15507 \end_layout
15508
15509 \begin_layout Standard
15510 La valeur 
15511 \series bold
15512 largeur
15513 \series default
15514  pour l'épaisseur des lignes est de 0.03
15515 \begin_inset space \thinspace{}
15516 \end_inset
15517
15518 em.
15519  
15520 \series bold
15521 colDépart
15522 \series default
15523  est le numéro de la colonne dans laquelle la ligne commence et 
15524 \series bold
15525 colFin
15526 \series default
15527  est le numéro de la colonne dans laquelle elle se termine.
15528  La valeur de 
15529 \series bold
15530 colFin
15531 \series default
15532  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15533  Le paramètre optionnel 
15534 \series bold
15535 rognage
15536 \series default
15537  peut être soit 
15538 \emph on
15539 l{largeurRognage}
15540 \emph default
15541 , ou 
15542 \emph on
15543 r{largeurRognage}
15544 \emph default
15545  où les valeurs de
15546 \emph on
15547  largeurRognage
15548 \emph default
15549  sont aussi optionnelles.
15550  En utilisant par exemple la valeur 
15551 \emph on
15552 l{2pt}
15553 \emph default
15554  pour ce paramètre, la ligne va être rognée de 2
15555 \begin_inset space \thinspace{}
15556 \end_inset
15557
15558 pt à son extrémité gauche.
15559  Si vous ne spécifiez pas de valeur pour 
15560 \emph on
15561 largeurRognage
15562 \emph default
15563  les lignes sont implicitement rognées de 0.5
15564 \begin_inset space \thinspace{}
15565 \end_inset
15566
15567 em.
15568 \end_layout
15569
15570 \begin_layout Standard
15571 \begin_inset VSpace bigskip
15572 \end_inset
15573
15574 Le tableau
15575 \begin_inset space ~
15576 \end_inset
15577
15578
15579 \begin_inset CommandInset ref
15580 LatexCommand ref
15581 reference "tab:Exemple-tableau-booktabs"
15582
15583 \end_inset
15584
15585  a été créé en utilisant les commandes
15586 \end_layout
15587
15588 \begin_layout Standard
15589
15590 \series bold
15591
15592 \backslash
15593 cmidrule(r){2-2}
15594 \backslash
15595 cmidrule(l){3-4}
15596 \end_layout
15597
15598 \begin_layout Standard
15599 au début de la deuxième ligne et
15600 \end_layout
15601
15602 \begin_layout Standard
15603
15604 \series bold
15605
15606 \backslash
15607 cmidrule[2pt](l{10pt}){1-1}
15608 \end_layout
15609
15610 \begin_layout Standard
15611 au début de la sixième ligne.
15612 \end_layout
15613
15614 \begin_layout Standard
15615 \begin_inset VSpace bigskip
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \begin_layout Standard
15622 Vous pouvez vouloir des commandes 
15623 \series bold
15624
15625 \backslash
15626 cmidrule
15627 \series default
15628 s qui se recouvrent comme pour le tableau
15629 \begin_inset space ~
15630 \end_inset
15631
15632
15633 \begin_inset CommandInset ref
15634 LatexCommand ref
15635 reference "tab:Tableau-booktabs-special"
15636
15637 \end_inset
15638
15639 .
15640  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15641
15642 \end_layout
15643
15644 \begin_layout Standard
15645
15646 \series bold
15647
15648 \backslash
15649 morecmidrules
15650 \end_layout
15651
15652 \begin_layout Standard
15653 La commande qui a été utilisée pour la deuxième ligne du tableau
15654 \begin_inset space ~
15655 \end_inset
15656
15657
15658 \begin_inset CommandInset ref
15659 LatexCommand ref
15660 reference "tab:Tableau-booktabs-special"
15661
15662 \end_inset
15663
15664  est
15665 \end_layout
15666
15667 \begin_layout Standard
15668
15669 \series bold
15670
15671 \backslash
15672 cmidrule(r){2-2}
15673 \backslash
15674 cmidrule(l){3-4}
15675 \backslash
15676 morecmidrules
15677 \backslash
15678 cmidrule{2-4}
15679 \end_layout
15680
15681 \begin_layout Standard
15682 La commande pour la sixième ligne est
15683 \end_layout
15684
15685 \begin_layout Standard
15686
15687 \series bold
15688
15689 \backslash
15690 midrule
15691 \backslash
15692 morecmidrules
15693 \backslash
15694 cmidrule{3-4}
15695 \end_layout
15696
15697 \begin_layout Standard
15698 \begin_inset VSpace bigskip
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \begin_layout Standard
15705 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15706 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15707  font toute la largeur du tableau :
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 specialrule{largeur}{espace au dessus}{espace en dessous}
15716 \end_layout
15717
15718 \begin_layout Standard
15719 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15720  du paquetage \SpecialChar LaTeX
15721  
15722 \series bold
15723 booktabs
15724 \series default
15725  
15726 \begin_inset CommandInset citation
15727 LatexCommand cite
15728 key "booktabs"
15729
15730 \end_inset
15731
15732 .
15733 \begin_inset Index idx
15734 status collapsed
15735
15736 \begin_layout Plain Layout
15737 Paquetages \SpecialChar LaTeX
15738  ! booktabs
15739 \end_layout
15740
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \begin_layout Standard
15747 \begin_inset Float table
15748 placement h
15749 wide false
15750 sideways false
15751 status open
15752
15753 \begin_layout Plain Layout
15754 \begin_inset Caption Standard
15755
15756 \begin_layout Plain Layout
15757 \begin_inset CommandInset label
15758 LatexCommand label
15759 name "tab:Tableau-booktabs-special"
15760
15761 \end_inset
15762
15763 Tableau formel spécial
15764 \end_layout
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \begin_layout Plain Layout
15772 \align center
15773 \begin_inset Tabular
15774 <lyxtabular version="3" rows="8" columns="4">
15775 <features booktabs="true" tabularvalignment="middle">
15776 <column alignment="center" valignment="top">
15777 <column alignment="center" valignment="top">
15778 <column alignment="center" valignment="top">
15779 <column alignment="center" valignment="top">
15780 <row>
15781 <cell alignment="center" valignment="top" topline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 Système
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 Chip
15795 \begin_inset space \thinspace{}
15796 \end_inset
15797
15798 1
15799 \end_layout
15800
15801 \end_inset
15802 </cell>
15803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15804 \begin_inset Text
15805
15806 \begin_layout Plain Layout
15807 Chip
15808 \begin_inset space \thinspace{}
15809 \end_inset
15810
15811 2
15812 \end_layout
15813
15814 \end_inset
15815 </cell>
15816 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 </row>
15826 <row>
15827 <cell alignment="center" valignment="top" usebox="none">
15828 \begin_inset Text
15829
15830 \begin_layout Plain Layout
15831 \begin_inset ERT
15832 status collapsed
15833
15834 \begin_layout Plain Layout
15835
15836
15837 \backslash
15838 cmidrule(r){2-2}
15839 \end_layout
15840
15841 \end_inset
15842
15843
15844 \begin_inset ERT
15845 status collapsed
15846
15847 \begin_layout Plain Layout
15848
15849
15850 \backslash
15851 cmidrule(l){3-4}
15852 \end_layout
15853
15854 \end_inset
15855
15856
15857 \begin_inset ERT
15858 status collapsed
15859
15860 \begin_layout Plain Layout
15861
15862
15863 \backslash
15864 morecmidrules 
15865 \end_layout
15866
15867 \end_inset
15868
15869
15870 \begin_inset ERT
15871 status collapsed
15872
15873 \begin_layout Plain Layout
15874
15875
15876 \backslash
15877 cmidrule{2-4}
15878 \end_layout
15879
15880 \end_inset
15881
15882 Epaisseur du capteur en µm
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 300
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 <cell alignment="center" valignment="top" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 300
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 700
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 </row>
15915 <row>
15916 <cell alignment="center" valignment="top" topline="true" usebox="none">
15917 \begin_inset Text
15918
15919 \begin_layout Plain Layout
15920 Angle biseau en °
15921 \end_layout
15922
15923 \end_inset
15924 </cell>
15925 <cell alignment="center" valignment="top" topline="true" usebox="none">
15926 \begin_inset Text
15927
15928 \begin_layout Plain Layout
15929 3.55
15930 \end_layout
15931
15932 \end_inset
15933 </cell>
15934 <cell alignment="center" valignment="top" topline="true" usebox="none">
15935 \begin_inset Text
15936
15937 \begin_layout Plain Layout
15938 2.71
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 7.99
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row topspace="default">
15954 <cell alignment="center" valignment="top" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958 Résolution spatiale en µm
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 <cell alignment="center" valignment="top" usebox="none">
15964 \begin_inset Text
15965
15966 \begin_layout Plain Layout
15967 4.26
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 <cell alignment="center" valignment="top" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976 10.17
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 10.56
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row topspace="default">
15992 <cell alignment="center" valignment="top" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996 MTF à 
15997 \begin_inset Formula $f_{\mathrm{max}}$
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 0.53
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 0.37
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 0.39
16028 \end_layout
16029
16030 \end_inset
16031 </cell>
16032 </row>
16033 <row>
16034 <cell alignment="center" valignment="top" topline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 \begin_inset ERT
16039 status collapsed
16040
16041 \begin_layout Plain Layout
16042
16043
16044 \backslash
16045 morecmidrules 
16046 \end_layout
16047
16048 \end_inset
16049
16050
16051 \begin_inset ERT
16052 status collapsed
16053
16054 \begin_layout Plain Layout
16055
16056
16057 \backslash
16058 cmidrule{3-4}
16059 \end_layout
16060
16061 \end_inset
16062
16063 résolution spatiale LSF
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 <cell alignment="center" valignment="top" topline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 </row>
16096 <row>
16097 <cell alignment="center" valignment="top" usebox="none">
16098 \begin_inset Text
16099
16100 \begin_layout Plain Layout
16101 en µm
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 <cell alignment="center" valignment="top" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 129.7
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 52.75
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 50.78
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139 en % de la taille des pixels
16140 \end_layout
16141
16142 \end_inset
16143 </cell>
16144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16145 \begin_inset Text
16146
16147 \begin_layout Plain Layout
16148 76.3
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 95.9
16158 \end_layout
16159
16160 \end_inset
16161 </cell>
16162 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16163 \begin_inset Text
16164
16165 \begin_layout Plain Layout
16166 92.3
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 </row>
16172 </lyxtabular>
16173
16174 \end_inset
16175
16176
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \begin_layout Section
16185 Alignement vertical des tableaux
16186 \begin_inset Index idx
16187 status collapsed
16188
16189 \begin_layout Plain Layout
16190 Tableau ! Alignement
16191 \end_layout
16192
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \begin_layout Standard
16199 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16200  doit être à l'intérieur d'une boîte.
16201  La boîte peut alors être alignée comme c'est décrit dans la 
16202 \begin_inset space ~
16203 \end_inset
16204
16205
16206 \begin_inset CommandInset ref
16207 LatexCommand ref
16208 reference "sec:Boîte-Dialogue"
16209
16210 \end_inset
16211
16212 .
16213 \end_layout
16214
16215 \begin_layout Standard
16216 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16217  minipage
16218 \begin_inset Foot
16219 status open
16220
16221 \begin_layout Plain Layout
16222 Les minipages son décrites dans la section
16223 \begin_inset space ~
16224 \end_inset
16225
16226
16227 \begin_inset CommandInset ref
16228 LatexCommand ref
16229 reference "sec:Minipages"
16230
16231 \end_inset
16232
16233 .
16234 \end_layout
16235
16236 \end_inset
16237
16238  dont la largeur est de 15
16239 \begin_inset space \thinspace{}
16240 \end_inset
16241
16242 col% :
16243 \end_layout
16244
16245 \begin_layout Itemize
16246 test 
16247 \begin_inset Box Frameless
16248 position "t"
16249 hor_pos "c"
16250 has_inner_box 1
16251 inner_pos "c"
16252 use_parbox 0
16253 use_makebox 0
16254 width "15col%"
16255 special "none"
16256 height "1in"
16257 height_special "totalheight"
16258 thickness "0.4pt"
16259 separation "3pt"
16260 shadowsize "4pt"
16261 framecolor "black"
16262 backgroundcolor "none"
16263 status collapsed
16264
16265 \begin_layout Plain Layout
16266 \begin_inset Tabular
16267 <lyxtabular version="3" rows="3" columns="3">
16268 <features tabularvalignment="middle">
16269 <column alignment="center" valignment="top">
16270 <column alignment="center" valignment="top">
16271 <column alignment="center" valignment="top">
16272 <row>
16273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 a
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16283 \begin_inset Text
16284
16285 \begin_layout Plain Layout
16286 d
16287 \end_layout
16288
16289 \end_inset
16290 </cell>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 g
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 </row>
16301 <row>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 b
16307 \end_layout
16308
16309 \end_inset
16310 </cell>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315 e
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 h
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 c
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 f
16345 \end_layout
16346
16347 \end_inset
16348 </cell>
16349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 i
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 </row>
16359 </lyxtabular>
16360
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \end_inset
16367
16368  test 
16369 \begin_inset ERT
16370 status collapsed
16371
16372 \begin_layout Plain Layout
16373
16374
16375 \backslash
16376 raisebox{0.85
16377 \backslash
16378 baselineskip}{
16379 \end_layout
16380
16381 \end_inset
16382
16383
16384 \begin_inset Box Frameless
16385 position "t"
16386 hor_pos "c"
16387 has_inner_box 1
16388 inner_pos "c"
16389 use_parbox 0
16390 use_makebox 0
16391 width "15col%"
16392 special "none"
16393 height "1in"
16394 height_special "totalheight"
16395 thickness "0.4pt"
16396 separation "3pt"
16397 shadowsize "4pt"
16398 framecolor "black"
16399 backgroundcolor "none"
16400 status collapsed
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Tabular
16404 <lyxtabular version="3" rows="3" columns="3">
16405 <features tabularvalignment="middle">
16406 <column alignment="center" valignment="top">
16407 <column alignment="center" valignment="top">
16408 <column alignment="center" valignment="top">
16409 <row>
16410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 a
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 d
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 g
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 b
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 e
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16458 \begin_inset Text
16459
16460 \begin_layout Plain Layout
16461 h
16462 \end_layout
16463
16464 \end_inset
16465 </cell>
16466 </row>
16467 <row>
16468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 c
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 f
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490 i
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 </lyxtabular>
16497
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504
16505
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511 }
16512 \end_layout
16513
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \begin_layout Itemize
16520 test 
16521 \begin_inset Box Frameless
16522 position "c"
16523 hor_pos "c"
16524 has_inner_box 1
16525 inner_pos "c"
16526 use_parbox 0
16527 use_makebox 0
16528 width "15col%"
16529 special "none"
16530 height "1in"
16531 height_special "totalheight"
16532 thickness "0.4pt"
16533 separation "3pt"
16534 shadowsize "4pt"
16535 framecolor "black"
16536 backgroundcolor "none"
16537 status collapsed
16538
16539 \begin_layout Plain Layout
16540 \begin_inset Tabular
16541 <lyxtabular version="3" rows="3" columns="3">
16542 <features tabularvalignment="middle">
16543 <column alignment="center" valignment="top">
16544 <column alignment="center" valignment="top">
16545 <column alignment="center" valignment="top">
16546 <row>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 a
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 d
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 g
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 </row>
16575 <row>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 b
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 e
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 h
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609 c
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618 f
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 i
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 </row>
16633 </lyxtabular>
16634
16635 \end_inset
16636
16637
16638 \end_layout
16639
16640 \end_inset
16641
16642
16643 \end_layout
16644
16645 \begin_layout Itemize
16646 test 
16647 \begin_inset Box Frameless
16648 position "b"
16649 hor_pos "c"
16650 has_inner_box 1
16651 inner_pos "c"
16652 use_parbox 0
16653 use_makebox 0
16654 width "15col%"
16655 special "none"
16656 height "1in"
16657 height_special "totalheight"
16658 thickness "0.4pt"
16659 separation "3pt"
16660 shadowsize "4pt"
16661 framecolor "black"
16662 backgroundcolor "none"
16663 status collapsed
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Tabular
16667 <lyxtabular version="3" rows="3" columns="3">
16668 <features tabularvalignment="middle">
16669 <column alignment="center" valignment="top">
16670 <column alignment="center" valignment="top">
16671 <column alignment="center" valignment="top">
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 a
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 d
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 g
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 b
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 e
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 h
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 c
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 f
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 i
16754 \end_layout
16755
16756 \end_inset
16757 </cell>
16758 </row>
16759 </lyxtabular>
16760
16761 \end_inset
16762
16763
16764 \end_layout
16765
16766 \end_inset
16767
16768  test 
16769 \begin_inset ERT
16770 status collapsed
16771
16772 \begin_layout Plain Layout
16773
16774
16775 \backslash
16776 raisebox{-0.32
16777 \backslash
16778 baselineskip}{
16779 \end_layout
16780
16781 \end_inset
16782
16783
16784 \begin_inset Box Frameless
16785 position "b"
16786 hor_pos "c"
16787 has_inner_box 1
16788 inner_pos "c"
16789 use_parbox 0
16790 use_makebox 0
16791 width "15col%"
16792 special "none"
16793 height "1in"
16794 height_special "totalheight"
16795 thickness "0.4pt"
16796 separation "3pt"
16797 shadowsize "4pt"
16798 framecolor "black"
16799 backgroundcolor "none"
16800 status collapsed
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Tabular
16804 <lyxtabular version="3" rows="3" columns="3">
16805 <features tabularvalignment="middle">
16806 <column alignment="center" valignment="top">
16807 <column alignment="center" valignment="top">
16808 <column alignment="center" valignment="top">
16809 <row>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 a
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 d
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 g
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843 b
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 e
16853 \end_layout
16854
16855 \end_inset
16856 </cell>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861 h
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 <row>
16868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 c
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 f
16882 \end_layout
16883
16884 \end_inset
16885 </cell>
16886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16887 \begin_inset Text
16888
16889 \begin_layout Plain Layout
16890 i
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 </row>
16896 </lyxtabular>
16897
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904
16905
16906 \begin_inset ERT
16907 status collapsed
16908
16909 \begin_layout Plain Layout
16910
16911 }
16912 \end_layout
16913
16914 \end_inset
16915
16916
16917 \end_layout
16918
16919 \begin_layout Standard
16920 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16921  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16922  la ligne dans laquelle le tableau est inséré.
16923  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16924  boîte élévatrice (raisebox)
16925 \begin_inset Foot
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16930 \begin_inset space ~
16931 \end_inset
16932
16933
16934 \begin_inset CommandInset ref
16935 LatexCommand ref
16936 reference "subsec:Alignement-Vertical"
16937
16938 \end_inset
16939
16940 .
16941 \end_layout
16942
16943 \end_inset
16944
16945 .
16946  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16947  aligné en utilisant la commande en code \SpecialChar TeX
16948  suivante 
16949 \end_layout
16950
16951 \begin_layout Standard
16952
16953 \series bold
16954
16955 \backslash
16956 raisebox{0.85
16957 \backslash
16958 baselineskip}{
16959 \end_layout
16960
16961 \begin_layout Standard
16962 placée juste avant la boîte minipage.
16963  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
16964 .
16965  Pour le deuxième tableau de la dernière ligne, la commande 
16966 \end_layout
16967
16968 \begin_layout Standard
16969
16970 \series bold
16971
16972 \backslash
16973 raisebox{-0.32
16974 \backslash
16975 baselineskip}{
16976 \end_layout
16977
16978 \begin_layout Standard
16979 est utilisée.
16980 \end_layout
16981
16982 \begin_layout Standard
16983 \begin_inset Note Greyedout
16984 status open
16985
16986 \begin_layout Plain Layout
16987
16988 \series bold
16989 Note:
16990 \series default
16991  L'alignement entre le contenu de la ligne du tableau et le texte de la
16992  ligne qui l'entoure ne peut pas être parfait.
16993  Le facteur utilisé dans la commande 
16994 \series bold
16995
16996 \backslash
16997 raisebox
16998 \series default
16999  pour obtenir cet alignement dépend de la police de caractères du document,
17000  de la taille de la police et de l'épaisseur des lignes du tableau.
17001 \end_layout
17002
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \begin_layout Section
17009 Tableaux colorés
17010 \begin_inset CommandInset label
17011 LatexCommand label
17012 name "sec:Tableaux-Colorés"
17013
17014 \end_inset
17015
17016
17017 \begin_inset Index idx
17018 status collapsed
17019
17020 \begin_layout Plain Layout
17021 Tableau ! Coloré
17022 \end_layout
17023
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \begin_layout Subsection
17030 Cellules colorées
17031 \begin_inset Index idx
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035 Couleur des tableaux ! Pour les cellules
17036 \end_layout
17037
17038 \end_inset
17039
17040
17041 \begin_inset Index idx
17042 status collapsed
17043
17044 \begin_layout Plain Layout
17045 Couleur ! Pour les cellules de tableau
17046 \end_layout
17047
17048 \end_inset
17049
17050
17051 \end_layout
17052
17053 \begin_layout Standard
17054 \begin_inset Float table
17055 placement h
17056 wide false
17057 sideways false
17058 status open
17059
17060 \begin_layout Plain Layout
17061 \begin_inset Caption Standard
17062
17063 \begin_layout Plain Layout
17064 \begin_inset CommandInset label
17065 LatexCommand label
17066 name "tab:Tableau-coloré-sans-colortbl"
17067
17068 \end_inset
17069
17070 Tableau coloré sans utiliser le paquetage  
17071 \series bold
17072 colortbl
17073 \series default
17074
17075 \begin_inset Argument 1
17076 status open
17077
17078 \begin_layout Plain Layout
17079 Tableau sans colortbl
17080 \end_layout
17081
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088
17089
17090 \end_layout
17091
17092 \begin_layout Plain Layout
17093 \align center
17094 \begin_inset Tabular
17095 <lyxtabular version="3" rows="3" columns="3">
17096 <features tabularvalignment="middle">
17097 <column alignment="center" valignment="top">
17098 <column alignment="center" valignment="top">
17099 <column alignment="center" valignment="top">
17100 <row>
17101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \color green
17107 a
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116
17117 \color red
17118 b
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127
17128 \color red
17129 c
17130 \end_layout
17131
17132 \end_inset
17133 </cell>
17134 </row>
17135 <row>
17136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140
17141 \color green
17142 d
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17148 \begin_inset Text
17149
17150 \begin_layout Plain Layout
17151
17152 \color blue
17153 e
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162
17163 \color blue
17164 f
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \color green
17177 g
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186
17187 \color blue
17188 h
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \color blue
17199 i
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 </row>
17205 </lyxtabular>
17206
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \begin_layout Standard
17218 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17219  et choisissez une couleur dans le menu 
17220 \family sans
17221 Édition\SpecialChar menuseparator
17222 Style
17223 \begin_inset space ~
17224 \end_inset
17225
17226 de
17227 \begin_inset space ~
17228 \end_inset
17229
17230 Texte
17231 \family default
17232 .
17233  C'est ce qui a été utilisé pour créer le tableau
17234 \begin_inset space ~
17235 \end_inset
17236
17237
17238 \begin_inset CommandInset ref
17239 LatexCommand ref
17240 reference "tab:Tableau-coloré-sans-colortbl"
17241
17242 \end_inset
17243
17244 .
17245  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17246  
17247 \series bold
17248 colortbl
17249 \series default
17250 .
17251 \begin_inset Index idx
17252 status collapsed
17253
17254 \begin_layout Plain Layout
17255 Paquetages \SpecialChar LaTeX
17256  ! colortbl
17257 \end_layout
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \begin_layout Standard
17265 \begin_inset ERT
17266 status collapsed
17267
17268 \begin_layout Plain Layout
17269
17270
17271 \backslash
17272 ifcolortbl
17273 \end_layout
17274
17275 \end_inset
17276
17277
17278 \begin_inset Note Note
17279 status open
17280
17281 \begin_layout Plain Layout
17282 La section qui suit ne sera affichée que si vous avez installé le paquetage
17283  \SpecialChar LaTeX
17284  
17285 \series bold
17286 colortbl
17287 \series default
17288 .
17289 \end_layout
17290
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \begin_layout Standard
17297 Pour créer des tableaux colorés, vous devez charger le paquetage
17298 \series bold
17299  colortbl
17300 \series default
17301  dans le préambule avec la ligne
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307
17308 \backslash
17309 usepackage{colortbl}
17310 \end_layout
17311
17312 \begin_layout Standard
17313 On choisit la couleur d'une colonne avec la commande 
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319
17320 \backslash
17321 columncolor{nom de couleur}
17322 \end_layout
17323
17324 \begin_layout Standard
17325 à l'intérieur d'une commande 
17326 \series bold
17327 >{ }
17328 \series default
17329 .
17330  Vous trouverez plus d'information sur la commande 
17331 \series bold
17332 >{}
17333 \series default
17334  dans la section
17335 \begin_inset space ~
17336 \end_inset
17337
17338
17339 \begin_inset CommandInset ref
17340 LatexCommand ref
17341 reference "subsec:Calculs-multicolonnes"
17342
17343 \end_inset
17344
17345 .
17346 \end_layout
17347
17348 \begin_layout Standard
17349 Les noms de couleurs suivants sont prédéfinis :
17350 \end_layout
17351
17352 \begin_layout Standard
17353
17354 \family sans
17355 red
17356 \family default
17357  (rouge), 
17358 \family sans
17359 green
17360 \family default
17361  (vert), 
17362 \family sans
17363 yellow
17364 \family default
17365  (jaune), 
17366 \family sans
17367 blue
17368 \family default
17369  (bleu), 
17370 \family sans
17371 cyan
17372 \family default
17373
17374 \family sans
17375 magenta
17376 \family default
17377
17378 \family sans
17379 black 
17380 \family default
17381 (noir) et 
17382 \family sans
17383 white 
17384 \family default
17385 (blanc)
17386 \end_layout
17387
17388 \begin_layout Standard
17389 \begin_inset VSpace medskip
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \begin_layout Standard
17396 Si vous ajoutez l'option
17397 \end_layout
17398
17399 \begin_layout Standard
17400
17401 \series bold
17402 dvipsname
17403 \end_layout
17404
17405 \begin_layout Standard
17406 aux options de la classe de document dans les paramètres du document, vous
17407  pouvez utiliser 61
17408 \begin_inset space ~
17409 \end_inset
17410
17411 couleurs supplémentaires.
17412  Ces couleurs sont listées dans l'annexe
17413 \begin_inset space ~
17414 \end_inset
17415
17416
17417 \begin_inset CommandInset ref
17418 LatexCommand ref
17419 reference "chap:Liste-de-noms-de-couleur-dvips"
17420
17421 \end_inset
17422
17423 .
17424  Une de ces couleurs, 
17425 \family sans
17426 Maroon
17427 \family default
17428 , est utilisée comme exemple dans le tableau
17429 \begin_inset space ~
17430 \end_inset
17431
17432
17433 \begin_inset CommandInset ref
17434 LatexCommand ref
17435 reference "tab:Tableau-coloré-avec-colortbl"
17436
17437 \end_inset
17438
17439 .
17440 \end_layout
17441
17442 \begin_layout Standard
17443 \begin_inset VSpace medskip
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \begin_layout Standard
17450 Vous pouvez aussi définir votre propre couleur avec la commande
17451 \end_layout
17452
17453 \begin_layout Standard
17454
17455 \series bold
17456
17457 \backslash
17458 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Le modèle de couleur peut être
17463 \end_layout
17464
17465 \begin_layout Labeling
17466 \labelwidthstring 00.00.0000
17467 cmyk
17468 \begin_inset space ~
17469 \end_inset
17470
17471 : cyan, magenta, jaune (yellow), noir (black)
17472 \end_layout
17473
17474 \begin_layout Labeling
17475 \labelwidthstring 00.00.0000
17476 rgb
17477 \begin_inset space ~
17478 \end_inset
17479
17480 : rouge (red), vert (green), bleu (blue)
17481 \end_layout
17482
17483 \begin_layout Labeling
17484 \labelwidthstring 00.00.0000
17485 gray
17486 \begin_inset space ~
17487 \end_inset
17488
17489 : dégradé de gris (gray)
17490 \end_layout
17491
17492 \begin_layout Standard
17493 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17494  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17495 \end_layout
17496
17497 \begin_layout Standard
17498 Vous pouvez par exemple définir la couleur 
17499 \begin_inset Quotes fld
17500 \end_inset
17501
17502
17503 \emph on
17504 vertfonce
17505 \begin_inset Quotes frd
17506 \end_inset
17507
17508  dans le préambule avec la ligne
17509 \end_layout
17510
17511 \begin_layout Standard
17512
17513 \series bold
17514
17515 \backslash
17516 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17517 \end_layout
17518
17519 \begin_layout Standard
17520 et la couleur 
17521 \emph on
17522
17523 \begin_inset Quotes fld
17524 \end_inset
17525
17526 grisclair
17527 \emph default
17528
17529 \begin_inset Quotes frd
17530 \end_inset
17531
17532  avec
17533 \end_layout
17534
17535 \begin_layout Standard
17536
17537 \series bold
17538
17539 \backslash
17540 definecolor{grisclair}{gray}{0.8}
17541 \end_layout
17542
17543 \begin_layout Standard
17544 \begin_inset VSpace medskip
17545 \end_inset
17546
17547
17548 \end_layout
17549
17550 \begin_layout Standard
17551 Les lignes sont colorées avec la commande
17552 \end_layout
17553
17554 \begin_layout Standard
17555
17556 \series bold
17557
17558 \backslash
17559 rowcolor{nom de la couleur}
17560 \end_layout
17561
17562 \begin_layout Standard
17563 et les cellules sont colorées avec la commande
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \series bold
17569
17570 \backslash
17571 cellcolor{nom de la couleur}
17572 \end_layout
17573
17574 \begin_layout Standard
17575 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17576 .
17577 \end_layout
17578
17579 \begin_layout Standard
17580 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17581  choisissez une couleur dans le menu 
17582 \family sans
17583 Édition\SpecialChar menuseparator
17584 Style
17585 \begin_inset space ~
17586 \end_inset
17587
17588 de
17589 \begin_inset space ~
17590 \end_inset
17591
17592 Texte
17593 \family default
17594 .
17595  Si une cellule contient du code \SpecialChar TeX
17596 , faites bien attention à ne colorer que
17597  le texte, sinon le code \SpecialChar TeX
17598  coloré provoquera des erreurs \SpecialChar LaTeX
17599 .
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset Note Greyedout
17604 status open
17605
17606 \begin_layout Plain Layout
17607
17608 \series bold
17609 Note:
17610 \series default
17611  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17612  définies par l'utilisateur.
17613 \end_layout
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \begin_layout Standard
17621 \begin_inset VSpace bigskip
17622 \end_inset
17623
17624
17625 \end_layout
17626
17627 \begin_layout Standard
17628 Pour créer le tableau
17629 \begin_inset space ~
17630 \end_inset
17631
17632
17633 \begin_inset CommandInset ref
17634 LatexCommand ref
17635 reference "tab:Tableau-coloré-avec-colortbl"
17636
17637 \end_inset
17638
17639  faites ce qui suit : La couleur de la première colonne doit être 
17640 \emph on
17641 vertfonce
17642 \emph default
17643 .
17644  On insère donc la commande
17645 \end_layout
17646
17647 \begin_layout Standard
17648
17649 \series bold
17650 >{
17651 \backslash
17652 columncolor{vertfonce}
17653 \backslash
17654 centering}c
17655 \end_layout
17656
17657 \begin_layout Standard
17658 en code \SpecialChar TeX
17659  pour cette colonne.
17660  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17661
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667
17668 \backslash
17669 rowcolor{cyan}
17670 \end_layout
17671
17672 \begin_layout Standard
17673 qui est insérée dans la première cellule de cette ligne.
17674  Notez que cela annule la couleur de colonne pour la première cellule.
17675  La dernière cellule de la dernière ligne est colorée en marron
17676 \series bold
17677  
17678 \series default
17679 en insérant en code \SpecialChar TeX
17680  la commande
17681 \end_layout
17682
17683 \begin_layout Standard
17684
17685 \series bold
17686
17687 \backslash
17688 cellcolor{Maroon}
17689 \end_layout
17690
17691 \begin_layout Standard
17692 Les caractères peuvent maintenant être colorés en utilisant le menu 
17693 \family sans
17694 Édition\SpecialChar menuseparator
17695 Style
17696 \begin_inset space ~
17697 \end_inset
17698
17699 de
17700 \begin_inset space ~
17701 \end_inset
17702
17703 Texte
17704 \family default
17705 .
17706 \end_layout
17707
17708 \begin_layout Standard
17709 \begin_inset Float table
17710 placement h
17711 wide false
17712 sideways false
17713 status open
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Caption Standard
17717
17718 \begin_layout Plain Layout
17719 \begin_inset CommandInset label
17720 LatexCommand label
17721 name "tab:Tableau-coloré-avec-colortbl"
17722
17723 \end_inset
17724
17725 Tableau coloré en utilisant le paquetage 
17726 \series bold
17727 colortbl
17728 \series default
17729
17730 \begin_inset Argument 1
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 Tableau avec colortbl
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \begin_layout Plain Layout
17748 \align center
17749 \begin_inset Tabular
17750 <lyxtabular version="3" rows="3" columns="3">
17751 <features tabularvalignment="middle">
17752 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17753 <column alignment="center" valignment="top">
17754 <column alignment="center" valignment="top">
17755 <row>
17756 <cell alignment="center" valignment="top" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760 \begin_inset ERT
17761 status collapsed
17762
17763 \begin_layout Plain Layout
17764
17765
17766 \backslash
17767 rowcolor{cyan}
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \color magenta
17774 a
17775 \end_layout
17776
17777 \end_inset
17778 </cell>
17779 <cell alignment="center" valignment="top" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783
17784 \color red
17785 b
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794
17795 \color red
17796 c
17797 \end_layout
17798
17799 \end_inset
17800 </cell>
17801 </row>
17802 <row>
17803 <cell alignment="center" valignment="top" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807
17808 \color yellow
17809 d
17810 \end_layout
17811
17812 \end_inset
17813 </cell>
17814 <cell alignment="center" valignment="top" usebox="none">
17815 \begin_inset Text
17816
17817 \begin_layout Plain Layout
17818
17819 \color blue
17820 e
17821 \end_layout
17822
17823 \end_inset
17824 </cell>
17825 <cell alignment="center" valignment="top" usebox="none">
17826 \begin_inset Text
17827
17828 \begin_layout Plain Layout
17829
17830 \color blue
17831 f
17832 \end_layout
17833
17834 \end_inset
17835 </cell>
17836 </row>
17837 <row>
17838 <cell alignment="center" valignment="top" usebox="none">
17839 \begin_inset Text
17840
17841 \begin_layout Plain Layout
17842
17843 \color yellow
17844 g
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 <cell alignment="center" valignment="top" usebox="none">
17850 \begin_inset Text
17851
17852 \begin_layout Plain Layout
17853
17854 \color blue
17855 h
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864 \begin_inset ERT
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868
17869
17870 \backslash
17871 cellcolor{Maroon}
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \color green
17878 i
17879 \end_layout
17880
17881 \end_inset
17882 </cell>
17883 </row>
17884 </lyxtabular>
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \begin_layout Standard
17897 \begin_inset ERT
17898 status collapsed
17899
17900 \begin_layout Plain Layout
17901
17902
17903 \backslash
17904 else
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \begin_inset Note Note
17911 status open
17912
17913 \begin_layout Plain Layout
17914 Ce qui suit sera affiché si le paquetage 
17915 \series bold
17916 colortbl
17917 \series default
17918  n'est pas installé :
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \end_layout
17925
17926 \begin_layout Standard
17927 Vous devez installer le paquetage 
17928 \series bold
17929 colortbl
17930 \series default
17931  pour voir le contenu des cette section dans la sortie imprimée.
17932 \end_layout
17933
17934 \begin_layout Standard
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 fi
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \end_layout
17949
17950 \begin_layout Subsection
17951 Lignes colorées
17952 \begin_inset Index idx
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956 Tableau Coloré ! Pour les lignes
17957 \end_layout
17958
17959 \end_inset
17960
17961
17962 \begin_inset Index idx
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966 Couleur ! Pour les lignes de tableau
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
17976  alternative à la méthode décrite dans le paragraphe précédent: il faut
17977  charger le paquetage 
17978 \series bold
17979 xcolor
17980 \series default
17981
17982 \begin_inset Index idx
17983 status collapsed
17984
17985 \begin_layout Plain Layout
17986 Paquetages \SpecialChar LaTeX
17987  ! xcolor
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 vspace{4mm}
17996 \end_layout
17997
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004
18005  dans le préambule du document avec la commande
18006 \end_layout
18007
18008 \begin_layout Standard
18009
18010 \series bold
18011
18012 \backslash
18013 usepackage[table]{xcolor}
18014 \end_layout
18015
18016 \begin_layout Standard
18017
18018 \series bold
18019 xcolor
18020 \series default
18021  charge automatiquement le paquetage 
18022 \series bold
18023 colortbl
18024 \series default
18025
18026 \begin_inset Index idx
18027 status collapsed
18028
18029 \begin_layout Plain Layout
18030 Paquetages \SpecialChar LaTeX
18031  ! colortbl
18032 \end_layout
18033
18034 \end_inset
18035
18036 , il faut donc que
18037 \series bold
18038  colortbl
18039 \series default
18040  existe dans votre distribution \SpecialChar LaTeX
18041 , sinon vous aurez des erreurs.
18042 \end_layout
18043
18044 \begin_layout Standard
18045 \begin_inset ERT
18046 status collapsed
18047
18048 \begin_layout Plain Layout
18049
18050
18051 \backslash
18052 ifcolortbl
18053 \end_layout
18054
18055 \end_inset
18056
18057
18058 \begin_inset Note Note
18059 status open
18060
18061 \begin_layout Plain Layout
18062 La section qui suit ne sera affichée que si vous avez installé le paquetage
18063  \SpecialChar LaTeX
18064  
18065 \series bold
18066 colortbl
18067 \series default
18068 .
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \begin_layout Standard
18077 Les lignes de tableau sont colorées par la commande
18078 \end_layout
18079
18080 \begin_layout Standard
18081
18082 \series bold
18083
18084 \backslash
18085 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18086  paire}
18087 \end_layout
18088
18089 \begin_layout Standard
18090 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18091  avant le premier
18092  tableau nécessitant la coloration alternative des lignes.
18093  
18094 \series bold
18095 numéro de ligne
18096 \series default
18097  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18098  
18099 \series bold
18100 commandes
18101 \series default
18102 \emph on
18103  
18104 \emph default
18105 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18106  Par exemple la commande
18107 \end_layout
18108
18109 \begin_layout Standard
18110
18111 \series bold
18112
18113 \backslash
18114 rowcolors{1}{white}{lightgray}
18115 \end_layout
18116
18117 \begin_layout Standard
18118 donne le schéma de couleurs du tableau
18119 \begin_inset space ~
18120 \end_inset
18121
18122
18123 \begin_inset CommandInset ref
18124 LatexCommand ref
18125 reference "tab:Table-rowcolors"
18126
18127 \end_inset
18128
18129 .
18130  La commande
18131 \end_layout
18132
18133 \begin_layout Standard
18134
18135 \series bold
18136
18137 \backslash
18138 rowcolors[
18139 \backslash
18140 hline]{1}{lightgray}{cyan}
18141 \end_layout
18142
18143 \begin_layout Standard
18144 donne le schéma de couleurs du tableau
18145 \begin_inset space ~
18146 \end_inset
18147
18148
18149 \begin_inset CommandInset ref
18150 LatexCommand ref
18151 reference "tab:Table-rowcolors-2"
18152
18153 \end_inset
18154
18155 .
18156  Si 
18157 \series bold
18158 couleur ligne impaire
18159 \series default
18160  ou 
18161 \series bold
18162 couleur ligne paire
18163 \series default
18164  est vide, aucune couleur n'est utilisée, donc la commande
18165 \end_layout
18166
18167 \begin_layout Standard
18168
18169 \series bold
18170
18171 \backslash
18172 rowcolors{1}{}{}
18173 \end_layout
18174
18175 \begin_layout Standard
18176 supprime toutes les couleurs.
18177  
18178 \series bold
18179
18180 \backslash
18181 rowcolors
18182 \series default
18183  s'applique aux tableaux qui suivent cette commande.
18184 \end_layout
18185
18186 \begin_layout Standard
18187 \begin_inset ERT
18188 status open
18189
18190 \begin_layout Plain Layout
18191
18192
18193 \backslash
18194 rowcolors{1}{white}{lightgray}
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Standard
18203 \begin_inset Float table
18204 placement h
18205 wide false
18206 sideways false
18207 status open
18208
18209 \begin_layout Plain Layout
18210 \begin_inset Caption Standard
18211
18212 \begin_layout Plain Layout
18213
18214 \lang english
18215 \begin_inset CommandInset label
18216 LatexCommand label
18217 name "tab:Table-rowcolors"
18218
18219 \end_inset
18220
18221
18222 \lang french
18223 Tableau avec une colonne sur deux en gris clair.
18224 \end_layout
18225
18226 \end_inset
18227
18228
18229 \end_layout
18230
18231 \begin_layout Plain Layout
18232 \align center
18233 \begin_inset Tabular
18234 <lyxtabular version="3" rows="4" columns="3">
18235 <features tabularvalignment="middle">
18236 <column alignment="center" valignment="top">
18237 <column alignment="center" valignment="top" width="0pt">
18238 <column alignment="center" valignment="top" width="0pt">
18239 <row>
18240 <cell alignment="center" valignment="top" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244 X
18245 \end_layout
18246
18247 \end_inset
18248 </cell>
18249 <cell alignment="center" valignment="top" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253 Y
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Z
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 1
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282 2
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 <cell alignment="center" valignment="top" usebox="none">
18288 \begin_inset Text
18289
18290 \begin_layout Plain Layout
18291 3
18292 \end_layout
18293
18294 \end_inset
18295 </cell>
18296 </row>
18297 <row>
18298 <cell alignment="center" valignment="top" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302 4
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 5
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 <cell alignment="center" valignment="top" usebox="none">
18317 \begin_inset Text
18318
18319 \begin_layout Plain Layout
18320 6
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="center" valignment="top" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 7
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 8
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 9
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 </row>
18355 </lyxtabular>
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363
18364
18365 \end_layout
18366
18367 \begin_layout Standard
18368 \begin_inset ERT
18369 status open
18370
18371 \begin_layout Plain Layout
18372
18373
18374 \backslash
18375 rowcolors[
18376 \backslash
18377 hline]{1}{lightgray}{cyan}
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \begin_layout Standard
18386 \begin_inset Float table
18387 placement h
18388 wide false
18389 sideways false
18390 status open
18391
18392 \begin_layout Plain Layout
18393 \begin_inset Caption Standard
18394
18395 \begin_layout Plain Layout
18396
18397 \lang english
18398 \begin_inset CommandInset label
18399 LatexCommand label
18400 name "tab:Table-rowcolors-2"
18401
18402 \end_inset
18403
18404
18405 \lang french
18406 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18407  ligne
18408 \end_layout
18409
18410 \end_inset
18411
18412
18413 \end_layout
18414
18415 \begin_layout Plain Layout
18416 \align center
18417 \begin_inset Tabular
18418 <lyxtabular version="3" rows="4" columns="3">
18419 <features tabularvalignment="middle">
18420 <column alignment="center" valignment="top">
18421 <column alignment="center" valignment="top">
18422 <column alignment="center" valignment="top" width="0pt">
18423 <row>
18424 <cell alignment="center" valignment="top" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 X
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 Y
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 Z
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 </row>
18452 <row>
18453 <cell alignment="center" valignment="top" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 1
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 2
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 3
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 </row>
18481 <row>
18482 <cell alignment="center" valignment="top" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 4
18487 \end_layout
18488
18489 \end_inset
18490 </cell>
18491 <cell alignment="center" valignment="top" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495 5
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 <cell alignment="center" valignment="top" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 6
18505 \end_layout
18506
18507 \end_inset
18508 </cell>
18509 </row>
18510 <row>
18511 <cell alignment="center" valignment="top" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 7
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 8
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 9
18534 \end_layout
18535
18536 \end_inset
18537 </cell>
18538 </row>
18539 </lyxtabular>
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \begin_layout Standard
18552 \begin_inset ERT
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556
18557
18558 \backslash
18559 rowcolors{1}{}{}
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \begin_inset Note Note
18566 status collapsed
18567
18568 \begin_layout Plain Layout
18569
18570 \lang english
18571 turns off the row coloring
18572 \end_layout
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \begin_layout Standard
18580 \begin_inset ERT
18581 status collapsed
18582
18583 \begin_layout Plain Layout
18584
18585
18586 \backslash
18587 else
18588 \end_layout
18589
18590 \end_inset
18591
18592
18593 \begin_inset Note Note
18594 status open
18595
18596 \begin_layout Plain Layout
18597 Ce qui suit sera affiché si le paquetage 
18598 \series bold
18599 colortbl
18600 \series default
18601  n'est pas installé :
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Standard
18610 Vous devez installer le paquetage 
18611 \series bold
18612 colortbl
18613 \series default
18614  pour voir le contenu des cette section dans la sortie imprimée.
18615 \end_layout
18616
18617 \begin_layout Standard
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 fi
18626 \end_layout
18627
18628 \end_inset
18629
18630
18631 \end_layout
18632
18633 \begin_layout Subsection
18634 Les filets colorés
18635 \begin_inset Index idx
18636 status open
18637
18638 \begin_layout Plain Layout
18639 Tableau Coloré ! Pour les filets
18640 \end_layout
18641
18642 \end_inset
18643
18644
18645 \begin_inset Index idx
18646 status collapsed
18647
18648 \begin_layout Plain Layout
18649 Couleur ! Pour les filets des tableaux
18650 \end_layout
18651
18652 \end_inset
18653
18654
18655 \begin_inset Note Note
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659 on parle de filets plutôt que de lignes pour les tableaux
18660 \end_layout
18661
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \begin_layout Standard
18668 Comme c'est décrit dans la section
18669 \begin_inset space ~
18670 \end_inset
18671
18672
18673 \begin_inset CommandInset ref
18674 LatexCommand ref
18675 reference "subsec:Epaisseur-filets"
18676
18677 \end_inset
18678
18679 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18680  variable 
18681 \series bold
18682
18683 \backslash
18684 arrayrulewidth
18685 \series default
18686 .
18687  Elle est mise à 1.5
18688 \begin_inset space \thinspace{}
18689 \end_inset
18690
18691 pt pour tous les tableaux de cette section.
18692 \begin_inset ERT
18693 status collapsed
18694
18695 \begin_layout Plain Layout
18696
18697
18698 \backslash
18699 setlength{
18700 \backslash
18701 arrayrulewidth}{1.5pt}
18702 \end_layout
18703
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \begin_layout Standard
18710 Pour colorer les filets verticaux, par exemple en vert, créez le format
18711  de colonne suivant dans le préambule du document, en suivant la description
18712  de la section
18713 \begin_inset space ~
18714 \end_inset
18715
18716
18717 \begin_inset CommandInset ref
18718 LatexCommand ref
18719 reference "subsec:Formats-personnalisés"
18720
18721 \end_inset
18722
18723 :
18724 \end_layout
18725
18726 \begin_layout Standard
18727
18728 \series bold
18729
18730 \backslash
18731 newcolumntype{W}{!{
18732 \backslash
18733 color{green}
18734 \backslash
18735 vline}}
18736 \end_layout
18737
18738 \begin_layout Standard
18739 Pour le tableau
18740 \begin_inset space ~
18741 \end_inset
18742
18743
18744 \begin_inset CommandInset ref
18745 LatexCommand ref
18746 reference "tab:Tableau-filets-verticaux-colorés"
18747
18748 \end_inset
18749
18750  le paramètre \SpecialChar LaTeX
18751
18752 \series bold
18753  WcW
18754 \series default
18755  a été utilisé pour la dernière colonne et
18756 \series bold
18757  Wc
18758 \series default
18759  pour les autres colonnes.
18760 \end_layout
18761
18762 \begin_layout Standard
18763 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18764 \end_layout
18765
18766 \begin_layout Standard
18767 \begin_inset Float table
18768 placement h
18769 wide false
18770 sideways false
18771 status open
18772
18773 \begin_layout Plain Layout
18774 \begin_inset Caption Standard
18775
18776 \begin_layout Plain Layout
18777 \begin_inset CommandInset label
18778 LatexCommand label
18779 name "tab:Tableau-filets-verticaux-colorés"
18780
18781 \end_inset
18782
18783 Tableau avec filets verticaux colorés
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \end_layout
18790
18791 \begin_layout Plain Layout
18792 \align center
18793 \begin_inset Tabular
18794 <lyxtabular version="3" rows="3" columns="3">
18795 <features tabularvalignment="middle">
18796 <column alignment="center" valignment="top" special="Wc">
18797 <column alignment="center" valignment="top" special="Wc">
18798 <column alignment="center" valignment="top" special="WcW">
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 sd
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 </row>
18828 <row>
18829 <cell alignment="center" valignment="top" topline="true" usebox="none">
18830 \begin_inset Text
18831
18832 \begin_layout Plain Layout
18833
18834 \end_layout
18835
18836 \end_inset
18837 </cell>
18838 <cell alignment="center" valignment="top" topline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842 sd
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 </row>
18857 <row>
18858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862
18863 \end_layout
18864
18865 \end_inset
18866 </cell>
18867 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18868 \begin_inset Text
18869
18870 \begin_layout Plain Layout
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18877 \begin_inset Text
18878
18879 \begin_layout Plain Layout
18880 sd
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 </row>
18886 </lyxtabular>
18887
18888 \end_inset
18889
18890
18891 \end_layout
18892
18893 \end_inset
18894
18895
18896 \end_layout
18897
18898 \begin_layout Standard
18899 \begin_inset VSpace bigskip
18900 \end_inset
18901
18902 Pour colorer les filets horizontaux en rouge comme pour le tableau
18903 \begin_inset space ~
18904 \end_inset
18905
18906
18907 \begin_inset CommandInset ref
18908 LatexCommand ref
18909 reference "tab:Tableau-filet-horizontaux-colorés"
18910
18911 \end_inset
18912
18913 , insérez les commandes suivantes en code \SpecialChar TeX
18914  juste avant le tableau ou le
18915  flottant de tableau :
18916 \end_layout
18917
18918 \begin_layout Standard
18919
18920 \series bold
18921
18922 \backslash
18923 let
18924 \backslash
18925 myHlineC
18926 \backslash
18927 hline
18928 \begin_inset Newline newline
18929 \end_inset
18930
18931
18932 \backslash
18933 renewcommand{
18934 \backslash
18935 hline}
18936 \begin_inset Newline newline
18937 \end_inset
18938
18939
18940 \begin_inset Phantom HPhantom
18941 status open
18942
18943 \begin_layout Plain Layout
18944
18945 \series bold
18946 \begin_inset space ~
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \end_inset
18953
18954 {
18955 \backslash
18956 arrayrulecolor{red}
18957 \backslash
18958 myHlineC
18959 \backslash
18960 arrayrulecolor{black}}
18961 \end_layout
18962
18963 \begin_layout Standard
18964 \begin_inset ERT
18965 status collapsed
18966
18967 \begin_layout Plain Layout
18968
18969
18970 \backslash
18971 let
18972 \backslash
18973 myHlineC
18974 \backslash
18975 hline
18976 \end_layout
18977
18978 \begin_layout Plain Layout
18979
18980
18981 \backslash
18982 renewcommand{
18983 \backslash
18984 hline}
18985 \end_layout
18986
18987 \begin_layout Plain Layout
18988
18989  {
18990 \backslash
18991 arrayrulecolor{red}
18992 \backslash
18993 myHlineC
18994 \backslash
18995 arrayrulecolor{black}}
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \begin_inset Float table
19002 placement h
19003 wide false
19004 sideways false
19005 status open
19006
19007 \begin_layout Plain Layout
19008 \begin_inset Caption Standard
19009
19010 \begin_layout Plain Layout
19011 \begin_inset CommandInset label
19012 LatexCommand label
19013 name "tab:Tableau-filet-horizontaux-colorés"
19014
19015 \end_inset
19016
19017 Tableau avec filets horizontaux colorés
19018 \end_layout
19019
19020 \end_inset
19021
19022
19023 \end_layout
19024
19025 \begin_layout Plain Layout
19026 \align center
19027 \begin_inset Tabular
19028 <lyxtabular version="3" rows="3" columns="3">
19029 <features tabularvalignment="middle">
19030 <column alignment="center" valignment="top">
19031 <column alignment="center" valignment="top">
19032 <column alignment="center" valignment="top">
19033 <row>
19034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19035 \begin_inset Text
19036
19037 \begin_layout Plain Layout
19038 sd
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \end_layout
19049
19050 \end_inset
19051 </cell>
19052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19053 \begin_inset Text
19054
19055 \begin_layout Plain Layout
19056
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 </row>
19062 <row>
19063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19064 \begin_inset Text
19065
19066 \begin_layout Plain Layout
19067
19068 \end_layout
19069
19070 \end_inset
19071 </cell>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 sd
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \end_layout
19098
19099 \end_inset
19100 </cell>
19101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19102 \begin_inset Text
19103
19104 \begin_layout Plain Layout
19105
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114 sd
19115 \end_layout
19116
19117 \end_inset
19118 </cell>
19119 </row>
19120 </lyxtabular>
19121
19122 \end_inset
19123
19124
19125 \end_layout
19126
19127 \end_inset
19128
19129
19130 \end_layout
19131
19132 \begin_layout Standard
19133 Pour revenir à la couleur noire implicite, insérez la commande suivante
19134  en code \SpecialChar TeX
19135 , juste après le tableau ou le flottant de tableau :
19136 \end_layout
19137
19138 \begin_layout Standard
19139
19140 \series bold
19141
19142 \backslash
19143 renewcommand{
19144 \backslash
19145 hline}{
19146 \backslash
19147 myHlineC}
19148 \end_layout
19149
19150 \begin_layout Standard
19151 Le tableau
19152 \begin_inset space ~
19153 \end_inset
19154
19155
19156 \begin_inset CommandInset ref
19157 LatexCommand ref
19158 reference "tab:Tableau-avec-filets-colorés"
19159
19160 \end_inset
19161
19162  est un exemple avec des filets horizontaux et verticaux colorés.
19163 \end_layout
19164
19165 \begin_layout Standard
19166 \begin_inset Float table
19167 placement h
19168 wide false
19169 sideways false
19170 status open
19171
19172 \begin_layout Plain Layout
19173 \begin_inset Caption Standard
19174
19175 \begin_layout Plain Layout
19176 \begin_inset CommandInset label
19177 LatexCommand label
19178 name "tab:Tableau-avec-filets-colorés"
19179
19180 \end_inset
19181
19182 Tableau avec filets horizontaux et verticaux colorés
19183 \end_layout
19184
19185 \end_inset
19186
19187
19188 \end_layout
19189
19190 \begin_layout Plain Layout
19191 \align center
19192 \begin_inset Tabular
19193 <lyxtabular version="3" rows="3" columns="3">
19194 <features tabularvalignment="middle">
19195 <column alignment="center" valignment="top" special="Wc">
19196 <column alignment="center" valignment="top" special="Wc">
19197 <column alignment="center" valignment="top" special="WcW">
19198 <row>
19199 <cell alignment="center" valignment="top" topline="true" usebox="none">
19200 \begin_inset Text
19201
19202 \begin_layout Plain Layout
19203 sd
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 <cell alignment="center" valignment="top" topline="true" usebox="none">
19209 \begin_inset Text
19210
19211 \begin_layout Plain Layout
19212
19213 \end_layout
19214
19215 \end_inset
19216 </cell>
19217 <cell alignment="center" valignment="top" topline="true" usebox="none">
19218 \begin_inset Text
19219
19220 \begin_layout Plain Layout
19221
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 </row>
19227 <row>
19228 <cell alignment="center" valignment="top" topline="true" usebox="none">
19229 \begin_inset Text
19230
19231 \begin_layout Plain Layout
19232
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" topline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 sd
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row topspace="default">
19257 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \end_layout
19272
19273 \end_inset
19274 </cell>
19275 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279 sd
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 </row>
19285 </lyxtabular>
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \begin_layout Standard
19298 \begin_inset ERT
19299 status collapsed
19300
19301 \begin_layout Plain Layout
19302
19303
19304 \backslash
19305 renewcommand{
19306 \backslash
19307 hline}{
19308 \backslash
19309 myHlineC}
19310 \end_layout
19311
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Standard
19318 \begin_inset ERT
19319 status collapsed
19320
19321 \begin_layout Plain Layout
19322
19323
19324 \backslash
19325 setlength{
19326 \backslash
19327 arrayrulewidth}{0.4pt}
19328 \end_layout
19329
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \begin_layout Section
19336 Pivotement des cellules
19337 \begin_inset CommandInset label
19338 LatexCommand label
19339 name "sec:Pivotement-des-cellules"
19340
19341 \end_inset
19342
19343
19344 \begin_inset Index idx
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348 Tableau ! Pivotement des cellules
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \begin_inset Index idx
19355 status collapsed
19356
19357 \begin_layout Plain Layout
19358 Pivoter des objets
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \end_layout
19365
19366 \begin_layout Standard
19367 \begin_inset Note Greyedout
19368 status open
19369
19370 \begin_layout Plain Layout
19371
19372 \series bold
19373 Nota:
19374 \series default
19375  toutes les visionneuses DVI n'affichent pas les rotations.
19376 \end_layout
19377
19378 \end_inset
19379
19380
19381 \end_layout
19382
19383 \begin_layout Standard
19384 Le tableau
19385 \begin_inset space ~
19386 \end_inset
19387
19388
19389 \begin_inset CommandInset ref
19390 LatexCommand ref
19391 reference "tab:Tableau-incluant-des"
19392
19393 \end_inset
19394
19395  est un exemple dans lequel 3 cellules pivotent de 45
19396 \begin_inset space \thinspace{}
19397 \end_inset
19398
19399 °.
19400 \end_layout
19401
19402 \begin_layout Standard
19403 \begin_inset Float table
19404 placement h
19405 wide false
19406 sideways false
19407 status open
19408
19409 \begin_layout Plain Layout
19410 \begin_inset Caption Standard
19411
19412 \begin_layout Plain Layout
19413 \begin_inset CommandInset label
19414 LatexCommand label
19415 name "tab:Tableau-incluant-des"
19416
19417 \end_inset
19418
19419 Tableau incluant des cellules pivotées dans la première ligne.
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Plain Layout
19428 \noindent
19429 \align center
19430 \begin_inset Tabular
19431 <lyxtabular version="3" rows="2" columns="3">
19432 <features tabularvalignment="middle">
19433 <column alignment="center" valignment="top" width="0pt">
19434 <column alignment="center" valignment="top" width="0pt">
19435 <column alignment="center" valignment="top" width="0pt">
19436 <row>
19437 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 soucoupes
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19447 \begin_inset Text
19448
19449 \begin_layout Plain Layout
19450 assiettes
19451 \end_layout
19452
19453 \end_inset
19454 </cell>
19455 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 plats
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 </row>
19465 <row>
19466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19467 \begin_inset Text
19468
19469 \begin_layout Plain Layout
19470 45
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 33
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 21
19489 \end_layout
19490
19491 \end_inset
19492 </cell>
19493 </row>
19494 </lyxtabular>
19495
19496 \end_inset
19497
19498
19499 \end_layout
19500
19501 \end_inset
19502
19503
19504 \end_layout
19505
19506 \begin_layout Standard
19507 \begin_inset Note Greyedout
19508 status open
19509
19510 \begin_layout Plain Layout
19511
19512 \series bold
19513 Nota:
19514 \series default
19515  les ruptures de ligne (raccourci 
19516 \begin_inset Info
19517 type  "shortcut"
19518 arg   "newline-insert newline"
19519 \end_inset
19520
19521 ) ne sont pas autorisées dans les cellules pivotées
19522 \end_layout
19523
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \begin_layout Standard
19530 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19531  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19532 \begin_inset Foot
19533 status collapsed
19534
19535 \begin_layout Plain Layout
19536 Pour en savoir plus sur ces boîtes, voir les sections
19537 \begin_inset space ~
19538 \end_inset
19539
19540
19541 \begin_inset CommandInset ref
19542 LatexCommand ref
19543 reference "sec:Minipages"
19544
19545 \end_inset
19546
19547  et 
19548 \begin_inset CommandInset ref
19549 LatexCommand ref
19550 reference "sec:Parboxes"
19551
19552 \end_inset
19553
19554 .
19555 \end_layout
19556
19557 \end_inset
19558
19559  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19560  la hauteur de la cellule.
19561  Le tableau
19562 \begin_inset space ~
19563 \end_inset
19564
19565
19566 \begin_inset CommandInset ref
19567 LatexCommand ref
19568 reference "tab:Tableau-incluant-une"
19569
19570 \end_inset
19571
19572  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19573  réglée à 3
19574 \begin_inset space \thinspace{}
19575 \end_inset
19576
19577 cm.
19578 \end_layout
19579
19580 \begin_layout Standard
19581 \begin_inset Float table
19582 placement h
19583 wide false
19584 sideways false
19585 status open
19586
19587 \begin_layout Plain Layout
19588 \begin_inset Caption Standard
19589
19590 \begin_layout Plain Layout
19591 \begin_inset CommandInset label
19592 LatexCommand label
19593 name "tab:Tableau-incluant-une"
19594
19595 \end_inset
19596
19597 Tableau incluant une cellule multi-lignes pivotée.
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \begin_layout Plain Layout
19606 \noindent
19607 \align center
19608 \begin_inset Tabular
19609 <lyxtabular version="3" rows="2" columns="3">
19610 <features tabularvalignment="middle">
19611 <column alignment="center" valignment="top">
19612 <column alignment="center" valignment="top" width="0pt">
19613 <column alignment="center" valignment="top">
19614 <row>
19615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19616 \begin_inset Text
19617
19618 \begin_layout Plain Layout
19619 a
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628 \begin_inset Box Frameless
19629 position "t"
19630 hor_pos "c"
19631 has_inner_box 1
19632 inner_pos "t"
19633 use_parbox 0
19634 use_makebox 0
19635 width "3cm"
19636 special "none"
19637 height "1in"
19638 height_special "totalheight"
19639 thickness "0.4pt"
19640 separation "3pt"
19641 shadowsize "4pt"
19642 framecolor "black"
19643 backgroundcolor "none"
19644 status open
19645
19646 \begin_layout Plain Layout
19647 cellule pivotée
19648 \begin_inset Newline newline
19649 \end_inset
19650
19651 avec saut de ligne
19652 \end_layout
19653
19654 \end_inset
19655
19656
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 e
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676 b
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 c
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 d
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 </lyxtabular>
19701
19702 \end_inset
19703
19704
19705 \end_layout
19706
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \begin_layout Section
19713 Calcul de la largeur du tableau
19714 \begin_inset CommandInset label
19715 LatexCommand label
19716 name "sec:Table-Width-Calculation"
19717
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Standard
19724 Pour les tableaux un peu larges il est parfois difficile de garantir que
19725  le tableau ne déborde pas dans la marge.
19726  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19727  la valeur à donner à chacune?
19728 \end_layout
19729
19730 \begin_layout Standard
19731 La largeur du tableau 
19732 \begin_inset Formula $L_{\mathrm{tableau}}$
19733 \end_inset
19734
19735  peut se calculer précisément: chaque colonne contribue pour sa largeur
19736  propre 
19737 \begin_inset Formula $L_{\mathrm{colonne}}$
19738 \end_inset
19739
19740  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19741  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19742
19743 \series bold
19744  
19745 \backslash
19746 tabcolsep
19747 \series default
19748 , implicitement 6
19749 \begin_inset space \thinspace{}
19750 \end_inset
19751
19752 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19753  
19754 \series bold
19755
19756 \backslash
19757 arrayrulewidth
19758 \series default
19759 , implicitement 0.4
19760 \begin_inset space \thinspace{}
19761 \end_inset
19762
19763 pt).
19764  Donc si les 
19765 \begin_inset Formula $n$
19766 \end_inset
19767
19768
19769 \begin_inset space ~
19770 \end_inset
19771
19772 colonnes ont la même largeur, la largeur du tableau est
19773 \begin_inset Formula 
19774 \begin{equation}
19775 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19776 \end{equation}
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Standard
19784 La largeur disponible pour placer un tableau est la distance entre les marges
19785  de la page ou la largeur de la colonne de texte (pour un document présenté
19786  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19787  
19788 \series bold
19789
19790 \backslash
19791 columnwidth
19792 \series default
19793 .
19794  Si toutes le colonnes ont la même largeur et que 
19795 \begin_inset Formula $L_{\mathrm{tableau}}$
19796 \end_inset
19797
19798  doit valoir 1
19799 \begin_inset space \thinspace{}
19800 \end_inset
19801
19802
19803 \backslash
19804 columnwidth, 
19805 \begin_inset Formula $L_{\mathrm{colonne}}$
19806 \end_inset
19807
19808  se calcule facilement.
19809 \end_layout
19810
19811 \begin_layout Standard
19812 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19813  
19814 \series bold
19815 calc
19816 \series default
19817
19818 \begin_inset Index idx
19819 status collapsed
19820
19821 \begin_layout Plain Layout
19822 Paquetages \SpecialChar LaTeX
19823  ! calc
19824 \end_layout
19825
19826 \end_inset
19827
19828  dans le préambule du document.
19829  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19830  il faut utiliser le champ
19831 \family sans
19832  Argument \SpecialChar LaTeX
19833
19834 \family default
19835 .
19836  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19837  qui est expliqué dans la section
19838 \begin_inset space ~
19839 \end_inset
19840
19841
19842 \begin_inset CommandInset ref
19843 LatexCommand ref
19844 reference "subsec:Calculs-multicolonnes"
19845
19846 \end_inset
19847
19848 .
19849  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19850  saisir pour chaque colonne la commande
19851 \end_layout
19852
19853 \begin_layout Standard
19854
19855 \series bold
19856 >{
19857 \backslash
19858 centering}p{(1
19859 \backslash
19860 columnwidth-62.4pt)/5}
19861 \end_layout
19862
19863 \begin_layout Standard
19864 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19865 \begin_inset space ~
19866 \end_inset
19867
19868 fois celle des 3 autres, le calcul est le suivant:
19869 \end_layout
19870
19871 \begin_layout Standard
19872 \begin_inset Formula 
19873 \begin{align}
19874 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19875  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19876  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19877 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19878 \end{align}
19879
19880 \end_inset
19881
19882
19883 \end_layout
19884
19885 \begin_layout Standard
19886 Par conséquent, dans le tableau, la commande
19887 \end_layout
19888
19889 \begin_layout Standard
19890
19891 \series bold
19892 >{
19893 \backslash
19894 centering}p{(1
19895 \backslash
19896 columnwidth-62.4pt)/
19897 \backslash
19898 real{4.5}}
19899 \end_layout
19900
19901 \begin_layout Standard
19902 est utilisée pour les colonnes les plus larges, et la commande
19903 \end_layout
19904
19905 \begin_layout Standard
19906
19907 \series bold
19908 >{
19909 \backslash
19910 centering}p{(1
19911 \backslash
19912 columnwidth-62.4pt)/
19913 \backslash
19914 real{4.5}*
19915 \backslash
19916 real{0.75}}
19917 \end_layout
19918
19919 \begin_layout Standard
19920 est utilisée pour les plus étroites:
19921 \end_layout
19922
19923 \begin_layout Standard
19924 \begin_inset Tabular
19925 <lyxtabular version="3" rows="2" columns="5">
19926 <features tabularvalignment="middle">
19927 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19928 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19929 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19930 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19931 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19932 <row>
19933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19934 \begin_inset Text
19935
19936 \begin_layout Plain Layout
19937 1
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 2
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19952 \begin_inset Text
19953
19954 \begin_layout Plain Layout
19955 3
19956 \end_layout
19957
19958 \end_inset
19959 </cell>
19960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964 4
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973 5
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 111111 1111111 111111 111111111 11111 11111 1111
19985 \end_layout
19986
19987 \end_inset
19988 </cell>
19989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19990 \begin_inset Text
19991
19992 \begin_layout Plain Layout
19993
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 2222 22222 222222 222222222 2222222 22 22222
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 333333 333333 333333 33333 3333333 333
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 </lyxtabular>
20027
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \begin_layout Section
20034 Personnalisation des tableaux
20035 \begin_inset Index idx
20036 status collapsed
20037
20038 \begin_layout Plain Layout
20039 Tableau ! Personnalisation
20040 \end_layout
20041
20042 \end_inset
20043
20044
20045 \begin_inset Index idx
20046 status collapsed
20047
20048 \begin_layout Plain Layout
20049 Personnalisation des tableaux
20050 \end_layout
20051
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \begin_layout Subsection
20058 Espacement des lignes
20059 \begin_inset CommandInset label
20060 LatexCommand label
20061 name "subsec:Espacement-lignes"
20062
20063 \end_inset
20064
20065
20066 \begin_inset Index idx
20067 status collapsed
20068
20069 \begin_layout Plain Layout
20070 Personnalisation des tableaux ! Espacement des lignes
20071 \end_layout
20072
20073 \end_inset
20074
20075
20076 \end_layout
20077
20078 \begin_layout Standard
20079 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20080  l'onglet 
20081 \family sans
20082 Bordures
20083 \family default
20084  de la fenêtre de dialogue 
20085 \family sans
20086 Paramètres
20087 \begin_inset space ~
20088 \end_inset
20089
20090 du
20091 \begin_inset space ~
20092 \end_inset
20093
20094 tableau
20095 \family default
20096 .
20097  Vous y trouverez trois possibilités :
20098 \end_layout
20099
20100 \begin_layout Description
20101 Haut
20102 \begin_inset space ~
20103 \end_inset
20104
20105 de
20106 \begin_inset space ~
20107 \end_inset
20108
20109 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20110  Si le tableau est un tableau formel
20111 \begin_inset Foot
20112 status collapsed
20113
20114 \begin_layout Plain Layout
20115 Les tableaux formels sont décrits dans la section
20116 \begin_inset space ~
20117 \end_inset
20118
20119
20120 \begin_inset CommandInset ref
20121 LatexCommand ref
20122 reference "sec:Tableaux-Formels"
20123
20124 \end_inset
20125
20126 .
20127 \end_layout
20128
20129 \end_inset
20130
20131  \SpecialChar LyX
20132  va insérer implicitement un espace de 0.5
20133 \begin_inset space \thinspace{}
20134 \end_inset
20135
20136 em.
20137  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20138  les filets verticaux comme dans le tableau suivant :
20139 \begin_inset VSpace medskip
20140 \end_inset
20141
20142
20143 \begin_inset Newline newline
20144 \end_inset
20145
20146
20147 \begin_inset space \hspace*{}
20148 \length 0pt
20149 \end_inset
20150
20151
20152 \begin_inset space \hfill{}
20153 \end_inset
20154
20155
20156 \begin_inset Tabular
20157 <lyxtabular version="3" rows="3" columns="1">
20158 <features tabularvalignment="middle">
20159 <column alignment="center" valignment="top">
20160 <row>
20161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165 A
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 </row>
20171 <row topspace="3mm">
20172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 espace de 3
20177 \begin_inset space \thinspace{}
20178 \end_inset
20179
20180 mm en haut de la ligne
20181 \end_layout
20182
20183 \end_inset
20184 </cell>
20185 </row>
20186 <row>
20187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20188 \begin_inset Text
20189
20190 \begin_layout Plain Layout
20191 C
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 </lyxtabular>
20198
20199 \end_inset
20200
20201
20202 \begin_inset space \hfill{}
20203 \end_inset
20204
20205
20206 \begin_inset space \hspace*{}
20207 \length 0pt
20208 \end_inset
20209
20210
20211 \begin_inset VSpace medskip
20212 \end_inset
20213
20214
20215 \begin_inset Newline newline
20216 \end_inset
20217
20218 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20219  pas de filets verticaux.
20220 \end_layout
20221
20222 \begin_layout Description
20223 Bas
20224 \begin_inset space ~
20225 \end_inset
20226
20227 de
20228 \begin_inset space ~
20229 \end_inset
20230
20231 ligne va ajouter de l'espace sous les caractères de la ligne.
20232  Si le tableau est un tableau formel \SpecialChar LyX
20233  va insérer implicitement un espace
20234  de 0.5
20235 \begin_inset space \thinspace{}
20236 \end_inset
20237
20238 em, pour les tableaux normaux, l'espace implicite est de 2
20239 \begin_inset space \thinspace{}
20240 \end_inset
20241
20242 pt.
20243 \end_layout
20244
20245 \begin_layout Description
20246 Entre
20247 \begin_inset space ~
20248 \end_inset
20249
20250 les
20251 \begin_inset space ~
20252 \end_inset
20253
20254 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20255  Si le tableau est un tableau formel \SpecialChar LyX
20256  va insérer implicitement un espace
20257  de 0.5
20258 \begin_inset space \thinspace{}
20259 \end_inset
20260
20261 em.
20262  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20263  les filets verticaux comme dans le tableau suivant :
20264 \begin_inset VSpace medskip
20265 \end_inset
20266
20267
20268 \begin_inset Newline newline
20269 \end_inset
20270
20271
20272 \begin_inset space \hspace*{}
20273 \length 0pt
20274 \end_inset
20275
20276
20277 \begin_inset space \hfill{}
20278 \end_inset
20279
20280
20281 \begin_inset Tabular
20282 <lyxtabular version="3" rows="3" columns="1">
20283 <features tabularvalignment="middle">
20284 <column alignment="center" valignment="top">
20285 <row>
20286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 A
20291 \end_layout
20292
20293 \end_inset
20294 </cell>
20295 </row>
20296 <row interlinespace="3mm">
20297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 \begin_inset Formula $\downarrow$
20302 \end_inset
20303
20304  espace de 3
20305 \begin_inset space \thinspace{}
20306 \end_inset
20307
20308 mm entre les lignes 
20309 \begin_inset Formula $\downarrow$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323 \begin_inset Formula $\uparrow$
20324 \end_inset
20325
20326  espace de 3
20327 \begin_inset space \thinspace{}
20328 \end_inset
20329
20330 mm entre les lignes 
20331 \begin_inset Formula $\uparrow$
20332 \end_inset
20333
20334
20335 \end_layout
20336
20337 \end_inset
20338 </cell>
20339 </row>
20340 </lyxtabular>
20341
20342 \end_inset
20343
20344
20345 \begin_inset space \hfill{}
20346 \end_inset
20347
20348
20349 \begin_inset space \hspace*{}
20350 \length 0pt
20351 \end_inset
20352
20353
20354 \begin_inset VSpace medskip
20355 \end_inset
20356
20357
20358 \begin_inset Newline newline
20359 \end_inset
20360
20361 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20362  pas de filets verticaux.
20363 \end_layout
20364
20365 \begin_layout Standard
20366 \begin_inset VSpace bigskip
20367 \end_inset
20368
20369 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20370  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20371  dans le préambule :
20372 \end_layout
20373
20374 \begin_layout Standard
20375
20376 \series bold
20377
20378 \backslash
20379 @ifundefined{extrarowheight}
20380 \begin_inset Newline newline
20381 \end_inset
20382
20383
20384 \begin_inset Phantom HPhantom
20385 status open
20386
20387 \begin_layout Plain Layout
20388
20389 \series bold
20390 \begin_inset space ~
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397
20398 {
20399 \backslash
20400 usepackage{array}}{}
20401 \begin_inset Newline newline
20402 \end_inset
20403
20404
20405 \backslash
20406 setlength{
20407 \backslash
20408 extrarowheight}{height}
20409 \end_layout
20410
20411 \begin_layout Standard
20412 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20413  plus exactement centré verticalement.
20414  (le paquetage 
20415 \series bold
20416 array 
20417 \series default
20418 sera chargé automatiquement par \SpecialChar LyX
20419  quand vous utilisez des formats de tableaux
20420  auto-définis.
20421  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20422  
20423 \series bold
20424
20425 \backslash
20426 @ifundefined
20427 \series default
20428  dans la commande précédente.)
20429 \end_layout
20430
20431 \begin_layout Standard
20432 Si vous utilisez des polices de taille plus grande que la taille normale,
20433  les bordures des tableaux sont souvent trop proches du texte.
20434  On peut corriger ce problème en insérant la commande 
20435 \series bold
20436
20437 \begin_inset space \space{}
20438 \end_inset
20439
20440
20441 \backslash
20442 strut
20443 \series default
20444  en code \SpecialChar TeX
20445  au debut d'une ligne du tableau.
20446  Le tableau
20447 \begin_inset space ~
20448 \end_inset
20449
20450
20451 \begin_inset CommandInset ref
20452 LatexCommand ref
20453 reference "tab:Alignement-vertical"
20454
20455 \end_inset
20456
20457  montre l'effet de cette commande.
20458 \end_layout
20459
20460 \begin_layout Standard
20461 \noindent
20462 \begin_inset Float table
20463 placement h
20464 wide false
20465 sideways false
20466 status open
20467
20468 \begin_layout Plain Layout
20469 \begin_inset Caption Standard
20470
20471 \begin_layout Plain Layout
20472 \begin_inset CommandInset label
20473 LatexCommand label
20474 name "tab:Alignement-vertical"
20475
20476 \end_inset
20477
20478 Alignement vertical d'un texte avec une police de grande taille.
20479 \end_layout
20480
20481 \end_inset
20482
20483
20484 \end_layout
20485
20486 \begin_layout Plain Layout
20487 \begin_inset space \hfill{}
20488 \end_inset
20489
20490
20491 \begin_inset Float table
20492 wide false
20493 sideways false
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 \begin_inset Caption Standard
20498
20499 \begin_layout Plain Layout
20500 Tableau normal.
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Plain Layout
20509 \noindent
20510 \align center
20511 \begin_inset Tabular
20512 <lyxtabular version="3" rows="6" columns="1">
20513 <features tabularvalignment="middle">
20514 <column alignment="left" valignment="top">
20515 <row>
20516 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 Normal, g
20521 \end_layout
20522
20523 \end_inset
20524 </cell>
20525 </row>
20526 <row>
20527 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20528 \begin_inset Text
20529
20530 \begin_layout Plain Layout
20531
20532 \size large
20533 Large
20534 \end_layout
20535
20536 \end_inset
20537 </cell>
20538 </row>
20539 <row>
20540 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20541 \begin_inset Text
20542
20543 \begin_layout Plain Layout
20544
20545 \size larger
20546 Larger
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 </row>
20552 <row>
20553 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20554 \begin_inset Text
20555
20556 \begin_layout Plain Layout
20557
20558 \size largest
20559 Largest
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 </row>
20565 <row>
20566 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570
20571 \size huge
20572 Huge
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 </row>
20578 <row>
20579 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20580 \begin_inset Text
20581
20582 \begin_layout Plain Layout
20583
20584 \size huge
20585 Huger
20586 \end_layout
20587
20588 \end_inset
20589 </cell>
20590 </row>
20591 </lyxtabular>
20592
20593 \end_inset
20594
20595
20596 \end_layout
20597
20598 \end_inset
20599
20600
20601 \begin_inset space \hfill{}
20602 \end_inset
20603
20604
20605 \begin_inset Float table
20606 wide false
20607 sideways false
20608 status collapsed
20609
20610 \begin_layout Plain Layout
20611 \begin_inset Caption Standard
20612
20613 \begin_layout Plain Layout
20614 Tableau utilisant la commande 
20615 \series bold
20616
20617 \backslash
20618 strut
20619 \series default
20620 .
20621 \end_layout
20622
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \begin_layout Plain Layout
20629 \noindent
20630 \align center
20631 \begin_inset Tabular
20632 <lyxtabular version="3" rows="6" columns="1">
20633 <features tabularvalignment="middle">
20634 <column alignment="left" valignment="top">
20635 <row>
20636 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640 Normal, g
20641 \end_layout
20642
20643 \end_inset
20644 </cell>
20645 </row>
20646 <row>
20647 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \size large
20653 \begin_inset ERT
20654 status collapsed
20655
20656 \begin_layout Plain Layout
20657
20658
20659 \backslash
20660 strut 
20661 \end_layout
20662
20663 \end_inset
20664
20665 Large
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \size larger
20678 \begin_inset ERT
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682
20683
20684 \backslash
20685 strut 
20686 \end_layout
20687
20688 \end_inset
20689
20690 Larger
20691 \end_layout
20692
20693 \end_inset
20694 </cell>
20695 </row>
20696 <row>
20697 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701
20702 \size largest
20703 \begin_inset ERT
20704 status collapsed
20705
20706 \begin_layout Plain Layout
20707
20708
20709 \backslash
20710 strut 
20711 \end_layout
20712
20713 \end_inset
20714
20715 Largest
20716 \end_layout
20717
20718 \end_inset
20719 </cell>
20720 </row>
20721 <row>
20722 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726
20727 \size huge
20728 \begin_inset ERT
20729 status collapsed
20730
20731 \begin_layout Plain Layout
20732
20733
20734 \backslash
20735 strut 
20736 \end_layout
20737
20738 \end_inset
20739
20740 Huge
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 </row>
20746 <row>
20747 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751
20752 \size giant
20753 \begin_inset ERT
20754 status collapsed
20755
20756 \begin_layout Plain Layout
20757
20758
20759 \backslash
20760 strut 
20761 \end_layout
20762
20763 \end_inset
20764
20765
20766 \size huge
20767 Huger
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 </lyxtabular>
20774
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781
20782
20783 \begin_inset space \hfill{}
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \begin_layout Standard
20795 \begin_inset Newpage newpage
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \begin_layout Subsection
20802 Alignements de cellules spéciaux
20803 \begin_inset CommandInset label
20804 LatexCommand label
20805 name "subsec:Alignements-de-cellules"
20806
20807 \end_inset
20808
20809
20810 \begin_inset Index idx
20811 status collapsed
20812
20813 \begin_layout Plain Layout
20814 Personnalisation des tableaux ! Alignement de cellules spéciaux
20815 \end_layout
20816
20817 \end_inset
20818
20819
20820 \end_layout
20821
20822 \begin_layout Standard
20823 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20824  cellules sur un caractère donné, par exemple le séparateur décimal comme
20825  dans le tableau
20826 \begin_inset space ~
20827 \end_inset
20828
20829
20830 \begin_inset CommandInset ref
20831 LatexCommand ref
20832 reference "tab:Tableau-centré-sur-séparateur-1"
20833
20834 \end_inset
20835
20836 .
20837  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20838  soit en appuyant sur le bouton 
20839 \begin_inset Info
20840 type  "icon"
20841 arg   "tabular-feature align-decimal"
20842 \end_inset
20843
20844  de la barre d'outils ou en modifiant le paramètre 
20845 \family sans
20846 Alignement horizontal
20847 \family default
20848  à 
20849 \family sans
20850 Au séparateur décimal
20851 \family default
20852 .
20853  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20854  dans les paramètres du tableau.
20855 \end_layout
20856
20857 \begin_layout Standard
20858 \begin_inset Float table
20859 placement h
20860 wide false
20861 sideways false
20862 status open
20863
20864 \begin_layout Plain Layout
20865 \begin_inset Caption Standard
20866
20867 \begin_layout Plain Layout
20868 \begin_inset CommandInset label
20869 LatexCommand label
20870 name "tab:Tableau-centré-sur-séparateur-1"
20871
20872 \end_inset
20873
20874 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20875 \end_layout
20876
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \begin_layout Plain Layout
20883 \align center
20884 \begin_inset Tabular
20885 <lyxtabular version="3" rows="4" columns="1">
20886 <features booktabs="true" tabularvalignment="middle">
20887 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20888 <row>
20889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 en-tête
20894 \end_layout
20895
20896 \end_inset
20897 </cell>
20898 </row>
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 12,6
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 </row>
20910 <row>
20911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20912 \begin_inset Text
20913
20914 \begin_layout Plain Layout
20915 0,68
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 <row>
20922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20923 \begin_inset Text
20924
20925 \begin_layout Plain Layout
20926 -123,0
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 </row>
20932 </lyxtabular>
20933
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \begin_layout Standard
20945 \begin_inset Float table
20946 placement h
20947 wide false
20948 sideways false
20949 status open
20950
20951 \begin_layout Plain Layout
20952 \begin_inset Caption Standard
20953
20954 \begin_layout Plain Layout
20955 \begin_inset CommandInset label
20956 LatexCommand label
20957 name "tab:Tableau-centré-sur-séparateur-2"
20958
20959 \end_inset
20960
20961 Les cellules d'une colonnes sont centrées sur les opérateurs.
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Plain Layout
20970 \align center
20971 \begin_inset Tabular
20972 <lyxtabular version="3" rows="4" columns="2">
20973 <features booktabs="true" tabularvalignment="middle">
20974 <column alignment="right" valignment="top" width="0pt">
20975 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20976 <row>
20977 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 en-tête
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20987 \begin_inset Text
20988
20989 \begin_layout Plain Layout
20990
20991 \end_layout
20992
20993 \end_inset
20994 </cell>
20995 </row>
20996 <row>
20997 <cell alignment="center" valignment="top" usebox="none">
20998 \begin_inset Text
20999
21000 \begin_layout Plain Layout
21001 \begin_inset Formula $12\,+$
21002 \end_inset
21003
21004
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Formula $\,6$
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027 \begin_inset Formula $0\,-$
21028 \end_inset
21029
21030
21031 \end_layout
21032
21033 \end_inset
21034 </cell>
21035 <cell alignment="center" valignment="top" usebox="none">
21036 \begin_inset Text
21037
21038 \begin_layout Plain Layout
21039 \begin_inset Formula $\,68$
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \end_inset
21046 </cell>
21047 </row>
21048 <row>
21049 <cell alignment="center" valignment="top" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $-123\,/$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 <cell alignment="center" valignment="top" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 \begin_inset Formula $\,0$
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 </lyxtabular>
21075
21076 \end_inset
21077
21078
21079 \end_layout
21080
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \begin_layout Standard
21087 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21088  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21089  formules.
21090  Dans ce cas on doit utiliser la méthode du tableau
21091 \begin_inset space ~
21092 \end_inset
21093
21094
21095 \begin_inset CommandInset ref
21096 LatexCommand ref
21097 reference "tab:Tableau-centré-sur-séparateur-2"
21098
21099 \end_inset
21100
21101 .
21102  Ce tableau a été créé comme un tableau 4×2.
21103  L'en-tête est une cellule multi-colonnes centrée.
21104  La première colonne est alignée à droite et contient la première partie
21105  et inclue l'opérateur.
21106  La seconde colonne contient le reste de la cellule aligné à gauche.
21107  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21108  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21109  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21110  tableau, le paramètre \SpecialChar LaTeX
21111  suivant a été utilisé pour la deuxième colonne :
21112 \end_layout
21113
21114 \begin_layout Standard
21115
21116 \series bold
21117 @{}l
21118 \end_layout
21119
21120 \begin_layout Standard
21121 Le tableau
21122 \begin_inset space ~
21123 \end_inset
21124
21125
21126 \begin_inset CommandInset ref
21127 LatexCommand ref
21128 reference "tab:Plusieurs-exemples-alignements"
21129
21130 \end_inset
21131
21132  montre quelques exemples d'alignements.
21133  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21134  comme pour la deuxième colonne du tableau
21135 \begin_inset space ~
21136 \end_inset
21137
21138
21139 \begin_inset CommandInset ref
21140 LatexCommand ref
21141 reference "tab:Tableau-centré-sur-séparateur-2"
21142
21143 \end_inset
21144
21145 .
21146 \end_layout
21147
21148 \begin_layout Standard
21149 \begin_inset Float table
21150 wide false
21151 sideways false
21152 status open
21153
21154 \begin_layout Plain Layout
21155 \begin_inset Caption Standard
21156
21157 \begin_layout Plain Layout
21158 \begin_inset CommandInset label
21159 LatexCommand label
21160 name "tab:Plusieurs-exemples-alignements"
21161
21162 \end_inset
21163
21164 Plusieurs exemples d'alignement de cellules.
21165 \end_layout
21166
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \begin_layout Plain Layout
21173 \align center
21174 \begin_inset Tabular
21175 <lyxtabular version="3" rows="4" columns="6">
21176 <features tabularvalignment="middle">
21177 <column alignment="right" valignment="top">
21178 <column alignment="left" valignment="top" special="@{}l">
21179 <column alignment="right" valignment="top">
21180 <column alignment="left" valignment="top" special="@{}l">
21181 <column alignment="right" valignment="top">
21182 <column alignment="left" valignment="top" special="@{}l">
21183 <row>
21184 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 unités
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 exposants
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 relations
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 <row>
21240 <cell alignment="center" valignment="top" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244 12×
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 24
21254 \begin_inset space \thinspace{}
21255 \end_inset
21256
21257 bouteilles
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 \begin_inset Formula $10\cdot$
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $10^{\mbox{-}17}$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 <cell alignment="center" valignment="top" usebox="none">
21287 \begin_inset Text
21288
21289 \begin_layout Plain Layout
21290 \begin_inset Formula $\Gamma(t)\propto$
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell alignment="center" valignment="top" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 \begin_inset Formula $\:\Upsilon(t)$
21303 \end_inset
21304
21305
21306 \end_layout
21307
21308 \end_inset
21309 </cell>
21310 </row>
21311 <row>
21312 <cell alignment="center" valignment="top" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 1024×
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 768
21326 \begin_inset space \thinspace{}
21327 \end_inset
21328
21329 Pixels
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $5.78\cdot$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Formula $10^{7}$
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 <cell alignment="center" valignment="top" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362 \begin_inset Formula $A\ne$
21363 \end_inset
21364
21365
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 \begin_inset Formula $\:B_{\mathrm{red}}$
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row>
21384 <cell alignment="center" valignment="top" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 32×
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 6
21398 \begin_inset space \thinspace{}
21399 \end_inset
21400
21401 cm
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 <cell alignment="center" valignment="top" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 -
21411 \begin_inset Formula $33.5\cdot$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $10^{4}$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 <cell alignment="center" valignment="top" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 \begin_inset Formula $\sin(\alpha)\ge$
21436 \end_inset
21437
21438
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\:\sin(\beta)$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 </lyxtabular>
21457
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \begin_layout Subsection
21469 Formats de cellule et de colonne personnalisés
21470 \begin_inset CommandInset label
21471 LatexCommand label
21472 name "subsec:Formats-personnalisés"
21473
21474 \end_inset
21475
21476
21477 \begin_inset Index idx
21478 status collapsed
21479
21480 \begin_layout Plain Layout
21481 Personnalisation des tableaux !  Format de cellule/colonne
21482 \end_layout
21483
21484 \end_inset
21485
21486
21487 \end_layout
21488
21489 \begin_layout Standard
21490 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21491 \begin_inset space ~
21492 \end_inset
21493
21494
21495 \begin_inset CommandInset ref
21496 LatexCommand ref
21497 reference "sec:Table-Width-Calculation"
21498
21499 \end_inset
21500
21501  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21502  la section
21503 \begin_inset space ~
21504 \end_inset
21505
21506
21507 \begin_inset CommandInset ref
21508 LatexCommand ref
21509 reference "subsec:Calculs-multicolonnes"
21510
21511 \end_inset
21512
21513  peut devenir très pénible si vous avez plusieurs tableaux.
21514  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21515  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21516  du document.
21517  Le format est défini avec la commande
21518 \end_layout
21519
21520 \begin_layout Standard
21521
21522 \series bold
21523
21524 \backslash
21525 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21526 \end_layout
21527
21528 \begin_layout Standard
21529 Le nom du format peut n'avoir qu'une lettre.
21530  Les lettres 
21531 \emph on
21532 b
21533 \emph default
21534
21535 \emph on
21536 c
21537 \emph default
21538
21539 \emph on
21540 l
21541 \emph default
21542
21543 \emph on
21544 m
21545 \emph default
21546
21547 \emph on
21548 p
21549 \emph default
21550  et 
21551 \emph on
21552 r
21553 \emph default
21554  sont prédéfinies et donc ne peuvent être utilisées.
21555  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21556 \end_layout
21557
21558 \begin_layout Standard
21559 \begin_inset VSpace medskip
21560 \end_inset
21561
21562
21563 \end_layout
21564
21565 \begin_layout Standard
21566 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21567  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21568  :
21569 \end_layout
21570
21571 \begin_layout Standard
21572
21573 \series bold
21574
21575 \backslash
21576 newcolumntype{M}[1]{>{
21577 \backslash
21578 centering
21579 \backslash
21580 hspace{0pt}}m{#1}}
21581 \end_layout
21582
21583 \begin_layout Standard
21584 Où le 
21585 \series bold
21586
21587 \backslash
21588 hspace{0pt}
21589 \series default
21590  évite le problème de césure du premier mot, comme c'est décrit en section
21591 \begin_inset space ~
21592 \end_inset
21593
21594
21595 \begin_inset CommandInset ref
21596 LatexCommand ref
21597 reference "subsec:Lignes-multiple-dans-cellule"
21598
21599 \end_inset
21600
21601 .
21602  Ensuite, vous pouvez entrer
21603 \end_layout
21604
21605 \begin_layout Standard
21606
21607 \series bold
21608 M{width}
21609 \end_layout
21610
21611 \begin_layout Standard
21612 comme paramètre \SpecialChar LaTeX
21613  dans la fenêtre de dialogue de tableau pour créer une multi-col
21614 onnes.
21615 \end_layout
21616
21617 \begin_layout Standard
21618 \begin_inset VSpace bigskip
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \begin_layout Standard
21625 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21626  pouvez définir le format
21627 \end_layout
21628
21629 \begin_layout Standard
21630
21631 \series bold
21632
21633 \backslash
21634 newcolumntype{S}[2]{>{
21635 \backslash
21636 centering
21637 \backslash
21638 hspace{0pt}}
21639 \begin_inset Newline newline
21640 \end_inset
21641
21642
21643 \begin_inset Phantom HPhantom
21644 status open
21645
21646 \begin_layout Plain Layout
21647
21648 \series bold
21649
21650 \backslash
21651 newcolumntype{S}[2]
21652 \end_layout
21653
21654 \end_inset
21655
21656 m{(#1+(2
21657 \backslash
21658 tabcolsep+
21659 \backslash
21660 arrayrulewidth)*(1-#2))/#2}}
21661 \end_layout
21662
21663 \begin_layout Standard
21664 Ce format utilise l'équation
21665 \begin_inset space ~
21666 \end_inset
21667
21668
21669 \begin_inset CommandInset ref
21670 LatexCommand eqref
21671 reference "eq:Wgn"
21672
21673 \end_inset
21674
21675  pour calculer la largeur que doit avoir chacune des cellules couverte par
21676  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21677 \end_layout
21678
21679 \begin_layout Standard
21680 Ensuite, vous pouvez entrer
21681 \end_layout
21682
21683 \begin_layout Standard
21684
21685 \series bold
21686 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21687 \end_layout
21688
21689 \begin_layout Standard
21690 comme paramètre \SpecialChar LaTeX
21691  de la colonne.
21692 \end_layout
21693
21694 \begin_layout Standard
21695 \begin_inset VSpace bigskip
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Standard
21702 Pour des colonnes colorées, vous pouvez définir
21703 \end_layout
21704
21705 \begin_layout Standard
21706
21707 \series bold
21708
21709 \backslash
21710 newcolumntype{K}[1]{>{
21711 \backslash
21712 columncolor{#1}
21713 \backslash
21714 hspace{0pt}}c}
21715 \end_layout
21716
21717 \begin_layout Standard
21718 Le 
21719 \begin_inset Quotes fld
21720 \end_inset
21721
21722 c
21723 \begin_inset Quotes frd
21724 \end_inset
21725
21726  à la fin crée une colonne de largeur variable dont le texte est centré
21727  horizontalement.
21728  Vous pouvez maintenant entrer
21729 \end_layout
21730
21731 \begin_layout Standard
21732
21733 \series bold
21734 K{nom de couleur}
21735 \end_layout
21736
21737 \begin_layout Standard
21738 comme paramètre \SpecialChar LaTeX
21739 .
21740 \end_layout
21741
21742 \begin_layout Standard
21743 \begin_inset VSpace bigskip
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \begin_layout Standard
21750 Pour créer le tableau
21751 \begin_inset space ~
21752 \end_inset
21753
21754
21755 \begin_inset CommandInset ref
21756 LatexCommand ref
21757 reference "tab:Tableau-formats-personnalisés"
21758
21759 \end_inset
21760
21761  utilisez les paramètres \SpecialChar LaTeX
21762
21763 \end_layout
21764
21765 \begin_layout Standard
21766
21767 \series bold
21768 M{2.5cm}
21769 \end_layout
21770
21771 \begin_layout Standard
21772 pour la première colonne et la multi-colonnes,
21773 \end_layout
21774
21775 \begin_layout Standard
21776
21777 \series bold
21778 K{red}
21779 \end_layout
21780
21781 \begin_layout Standard
21782 pour la dernière colonne, et
21783 \end_layout
21784
21785 \begin_layout Standard
21786
21787 \series bold
21788 S{2.5cm}{2}
21789 \end_layout
21790
21791 \begin_layout Standard
21792 pour les cellules de la deuxième colonne.
21793 \end_layout
21794
21795 \begin_layout Standard
21796 \begin_inset Float table
21797 placement h
21798 wide false
21799 sideways false
21800 status open
21801
21802 \begin_layout Plain Layout
21803 \begin_inset Caption Standard
21804
21805 \begin_layout Plain Layout
21806 \begin_inset CommandInset label
21807 LatexCommand label
21808 name "tab:Tableau-formats-personnalisés"
21809
21810 \end_inset
21811
21812 Tableau utilisant des formats personnalisés
21813 \end_layout
21814
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \begin_layout Plain Layout
21821 \align center
21822 \begin_inset Tabular
21823 <lyxtabular version="3" rows="3" columns="4">
21824 <features tabularvalignment="middle">
21825 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21826 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21827 <column alignment="center" valignment="middle">
21828 <column alignment="center" valignment="middle" special="K{red}">
21829 <row>
21830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21831 \begin_inset Text
21832
21833 \begin_layout Plain Layout
21834 motTrèsLongDansUneCellule
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 multi-colonnes avec multi-lignes
21844 \end_layout
21845
21846 \end_inset
21847 </cell>
21848 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 c
21862 \end_layout
21863
21864 \end_inset
21865 </cell>
21866 </row>
21867 <row>
21868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 d
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 e
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890 f
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 g
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910 h
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 i
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928 j
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21934 \begin_inset Text
21935
21936 \begin_layout Plain Layout
21937 k
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 </row>
21943 </lyxtabular>
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \begin_layout Subsection
21956 Épaisseur des filets
21957 \begin_inset CommandInset label
21958 LatexCommand label
21959 name "subsec:Epaisseur-filets"
21960
21961 \end_inset
21962
21963
21964 \begin_inset Index idx
21965 status collapsed
21966
21967 \begin_layout Plain Layout
21968 Personnalisation des tableaux ! Épaisseur filets
21969 \end_layout
21970
21971 \end_inset
21972
21973
21974 \end_layout
21975
21976 \begin_layout Standard
21977 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
21978  
21979 \series bold
21980
21981 \backslash
21982 arrayrulewidth
21983 \series default
21984 .
21985  Pour mettre, par exemple, une épaisseur de filet de 1.5
21986 \begin_inset space \thinspace{}
21987 \end_inset
21988
21989 pt, comme pour le tableau
21990 \begin_inset space ~
21991 \end_inset
21992
21993
21994 \begin_inset CommandInset ref
21995 LatexCommand ref
21996 reference "tab:Tableau-filets-1.5pt"
21997
21998 \end_inset
21999
22000 , insérez la commande
22001 \end_layout
22002
22003 \begin_layout Standard
22004
22005 \series bold
22006
22007 \backslash
22008 setlength{
22009 \backslash
22010 arrayrulewidth}{1.5pt}
22011 \end_layout
22012
22013 \begin_layout Standard
22014 en code \SpecialChar TeX
22015  avant le tableau ou le flottant de tableau.
22016  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22017  suivent.
22018  pour revenir aux valeurs implicites, mettez 
22019 \series bold
22020
22021 \backslash
22022 arrayrulewidth
22023 \series default
22024  à 0.4
22025 \begin_inset space \thinspace{}
22026 \end_inset
22027
22028 pt en utilisant du code \SpecialChar LaTeX
22029  après le tableau ou le flottant de tableau.
22030 \end_layout
22031
22032 \begin_layout Standard
22033 \begin_inset ERT
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037
22038
22039 \backslash
22040 setlength{
22041 \backslash
22042 arrayrulewidth}{1.5pt}
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \begin_inset Float table
22049 wide false
22050 sideways false
22051 status open
22052
22053 \begin_layout Plain Layout
22054 \begin_inset Caption Standard
22055
22056 \begin_layout Plain Layout
22057 \begin_inset CommandInset label
22058 LatexCommand label
22059 name "tab:Tableau-filets-1.5pt"
22060
22061 \end_inset
22062
22063 Tableau avec des filets de 1.5
22064 \begin_inset space \thinspace{}
22065 \end_inset
22066
22067 pt
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Plain Layout
22076 \align center
22077 \begin_inset Tabular
22078 <lyxtabular version="3" rows="3" columns="3">
22079 <features tabularvalignment="middle">
22080 <column alignment="center" valignment="top">
22081 <column alignment="center" valignment="top">
22082 <column alignment="center" valignment="top">
22083 <row>
22084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22085 \begin_inset Text
22086
22087 \begin_layout Plain Layout
22088 sd
22089 \end_layout
22090
22091 \end_inset
22092 </cell>
22093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22094 \begin_inset Text
22095
22096 \begin_layout Plain Layout
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 <row>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 sd
22127 \end_layout
22128
22129 \end_inset
22130 </cell>
22131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22132 \begin_inset Text
22133
22134 \begin_layout Plain Layout
22135
22136 \end_layout
22137
22138 \end_inset
22139 </cell>
22140 </row>
22141 <row>
22142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22143 \begin_inset Text
22144
22145 \begin_layout Plain Layout
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \end_layout
22157
22158 \end_inset
22159 </cell>
22160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22161 \begin_inset Text
22162
22163 \begin_layout Plain Layout
22164 sd
22165 \end_layout
22166
22167 \end_inset
22168 </cell>
22169 </row>
22170 </lyxtabular>
22171
22172 \end_inset
22173
22174
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \begin_inset ERT
22181 status collapsed
22182
22183 \begin_layout Plain Layout
22184
22185
22186 \backslash
22187 setlength{
22188 \backslash
22189 arrayrulewidth}{0.4pt}
22190 \end_layout
22191
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \begin_layout Standard
22198 \begin_inset VSpace bigskip
22199 \end_inset
22200
22201 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22202 \begin_inset space \thinspace{}
22203 \end_inset
22204
22205 pt, comme dans le tableau
22206 \begin_inset space ~
22207 \end_inset
22208
22209
22210 \begin_inset CommandInset ref
22211 LatexCommand ref
22212 reference "tab:Tableau-filets-horizontaux-1.5pt"
22213
22214 \end_inset
22215
22216 , insérez les commandes suivantes en code \SpecialChar TeX
22217  avant le tableau ou le flottant
22218  de tableau :
22219 \end_layout
22220
22221 \begin_layout Standard
22222
22223 \series bold
22224
22225 \backslash
22226 let
22227 \backslash
22228 myHline
22229 \backslash
22230 hline
22231 \begin_inset Newline newline
22232 \end_inset
22233
22234
22235 \backslash
22236 renewcommand{
22237 \backslash
22238 hline}
22239 \begin_inset Newline newline
22240 \end_inset
22241
22242  {
22243 \backslash
22244 noalign{
22245 \backslash
22246 global
22247 \backslash
22248 arrayrulewidth 1.5pt}
22249 \begin_inset Newline newline
22250 \end_inset
22251
22252  
22253 \backslash
22254 myHline
22255 \backslash
22256 noalign{
22257 \backslash
22258 global
22259 \backslash
22260 arrayrulewidth 0.4pt}}
22261 \end_layout
22262
22263 \begin_layout Standard
22264 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22265  en code \SpecialChar TeX
22266  après le tableau ou le flottant de tableau :
22267 \end_layout
22268
22269 \begin_layout Standard
22270
22271 \series bold
22272
22273 \backslash
22274 renewcommand{
22275 \backslash
22276 hline}{
22277 \backslash
22278 myHline}
22279 \end_layout
22280
22281 \begin_layout Standard
22282 \begin_inset ERT
22283 status collapsed
22284
22285 \begin_layout Plain Layout
22286
22287
22288 \backslash
22289 let
22290 \backslash
22291 myHline
22292 \backslash
22293 hline
22294 \end_layout
22295
22296 \begin_layout Plain Layout
22297
22298
22299 \backslash
22300 renewcommand{
22301 \backslash
22302 hline}
22303 \end_layout
22304
22305 \begin_layout Plain Layout
22306
22307  {
22308 \backslash
22309 noalign{
22310 \backslash
22311 global
22312 \backslash
22313 arrayrulewidth 1.5pt}
22314 \end_layout
22315
22316 \begin_layout Plain Layout
22317
22318   
22319 \backslash
22320 myHline
22321 \backslash
22322 noalign{
22323 \backslash
22324 global
22325 \backslash
22326 arrayrulewidth 0.4pt}}
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \begin_inset Float table
22333 wide false
22334 sideways false
22335 status open
22336
22337 \begin_layout Plain Layout
22338 \begin_inset Caption Standard
22339
22340 \begin_layout Plain Layout
22341 \begin_inset CommandInset label
22342 LatexCommand label
22343 name "tab:Tableau-filets-horizontaux-1.5pt"
22344
22345 \end_inset
22346
22347 Tableau avec des filets horizontaux de 1.5
22348 \begin_inset space \thinspace{}
22349 \end_inset
22350
22351 pt
22352 \end_layout
22353
22354 \end_inset
22355
22356
22357 \end_layout
22358
22359 \begin_layout Plain Layout
22360 \align center
22361 \begin_inset Tabular
22362 <lyxtabular version="3" rows="3" columns="3">
22363 <features tabularvalignment="middle">
22364 <column alignment="center" valignment="top">
22365 <column alignment="center" valignment="top">
22366 <column alignment="center" valignment="top">
22367 <row>
22368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22369 \begin_inset Text
22370
22371 \begin_layout Plain Layout
22372 sd
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 </row>
22396 <row>
22397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 sd
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 sd
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 </lyxtabular>
22455
22456 \end_inset
22457
22458
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \begin_inset ERT
22465 status collapsed
22466
22467 \begin_layout Plain Layout
22468
22469
22470 \backslash
22471 renewcommand{
22472 \backslash
22473 hline}{
22474 \backslash
22475 myHline}
22476 \end_layout
22477
22478 \end_inset
22479
22480
22481 \end_layout
22482
22483 \begin_layout Standard
22484 \begin_inset VSpace bigskip
22485 \end_inset
22486
22487 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22488 \begin_inset space \thinspace{}
22489 \end_inset
22490
22491 pt, créez le format de colonne suivant dans le préambule, en suivant la
22492  description de la section
22493 \begin_inset space ~
22494 \end_inset
22495
22496
22497 \begin_inset CommandInset ref
22498 LatexCommand ref
22499 reference "subsec:Formats-personnalisés"
22500
22501 \end_inset
22502
22503 :
22504 \end_layout
22505
22506 \begin_layout Standard
22507
22508 \series bold
22509
22510 \backslash
22511 newcolumntype{V}{!{
22512 \backslash
22513 vrule width 1.5pt}}
22514 \end_layout
22515
22516 \begin_layout Standard
22517 Pour le tableau
22518 \begin_inset space ~
22519 \end_inset
22520
22521
22522 \begin_inset CommandInset ref
22523 LatexCommand ref
22524 reference "tab:Tableau-filets-verticaux-1.5pt"
22525
22526 \end_inset
22527
22528  le paramètre \SpecialChar LaTeX
22529  
22530 \end_layout
22531
22532 \begin_layout Standard
22533
22534 \series bold
22535 VcV
22536 \end_layout
22537
22538 \begin_layout Standard
22539 a été utilisé pour la dernière colonne et
22540 \end_layout
22541
22542 \begin_layout Standard
22543
22544 \series bold
22545 Vc
22546 \end_layout
22547
22548 \begin_layout Standard
22549 pour les autres colonnes.
22550 \end_layout
22551
22552 \begin_layout Standard
22553 \begin_inset Float table
22554 wide false
22555 sideways false
22556 status open
22557
22558 \begin_layout Plain Layout
22559 \begin_inset Caption Standard
22560
22561 \begin_layout Plain Layout
22562 \begin_inset CommandInset label
22563 LatexCommand label
22564 name "tab:Tableau-filets-verticaux-1.5pt"
22565
22566 \end_inset
22567
22568 Tableau avec des filets verticaux de 1.5
22569 \begin_inset space \thinspace{}
22570 \end_inset
22571
22572 pt 
22573 \end_layout
22574
22575 \end_inset
22576
22577
22578 \end_layout
22579
22580 \begin_layout Plain Layout
22581 \align center
22582 \begin_inset Tabular
22583 <lyxtabular version="3" rows="3" columns="3">
22584 <features tabularvalignment="middle">
22585 <column alignment="center" valignment="top" special="Vc">
22586 <column alignment="center" valignment="top" special="Vc">
22587 <column alignment="center" valignment="top" special="VcV">
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 sd
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row>
22618 <cell alignment="center" valignment="top" topline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 sd
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" topline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 </row>
22646 <row>
22647 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 sd
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 </lyxtabular>
22676
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683
22684
22685 \end_layout
22686
22687 \begin_layout Subsection
22688 Filets à traits interrompus
22689 \begin_inset Index idx
22690 status collapsed
22691
22692 \begin_layout Plain Layout
22693 Personnalisation des tableaux ! Filets à traits interrompus
22694 \end_layout
22695
22696 \end_inset
22697
22698
22699 \end_layout
22700
22701 \begin_layout Standard
22702 \begin_inset ERT
22703 status collapsed
22704
22705 \begin_layout Plain Layout
22706
22707
22708 \backslash
22709 ifarydshln
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \begin_inset Note Note
22716 status open
22717
22718 \begin_layout Plain Layout
22719 La section suivante ne s'affichera que si vous avez installé le paquetage
22720  \SpecialChar LaTeX
22721  
22722 \series bold
22723 arydshln
22724 \series default
22725 .
22726 \end_layout
22727
22728 \end_inset
22729
22730
22731 \end_layout
22732
22733 \begin_layout Standard
22734 \begin_inset Float table
22735 placement H
22736 wide false
22737 sideways false
22738 status open
22739
22740 \begin_layout Plain Layout
22741 \begin_inset Caption Standard
22742
22743 \begin_layout Plain Layout
22744 \begin_inset CommandInset label
22745 LatexCommand label
22746 name "tab:Tableau-filets-tirets"
22747
22748 \end_inset
22749
22750 Tableau avec des filets à traits interrompus
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Plain Layout
22759 \align center
22760 \begin_inset Tabular
22761 <lyxtabular version="3" rows="5" columns="5">
22762 <features tabularvalignment="middle">
22763 <column alignment="center" valignment="top">
22764 <column alignment="center" valignment="top">
22765 <column alignment="center" valignment="top" special=":c">
22766 <column alignment="center" valignment="top">
22767 <column alignment="center" valignment="top">
22768 <row>
22769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 a
22774 \end_layout
22775
22776 \end_inset
22777 </cell>
22778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782 b
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 c
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 d
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 e
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 </row>
22815 <row>
22816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22817 \begin_inset Text
22818
22819 \begin_layout Plain Layout
22820 f
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 g
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 <cell alignment="center" valignment="top" topline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 h
22839 \end_layout
22840
22841 \end_inset
22842 </cell>
22843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22844 \begin_inset Text
22845
22846 \begin_layout Plain Layout
22847 i
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22853 \begin_inset Text
22854
22855 \begin_layout Plain Layout
22856 j
22857 \end_layout
22858
22859 \end_inset
22860 </cell>
22861 </row>
22862 <row>
22863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22864 \begin_inset Text
22865
22866 \begin_layout Plain Layout
22867 \begin_inset ERT
22868 status collapsed
22869
22870 \begin_layout Plain Layout
22871
22872
22873 \backslash
22874 hdashline 
22875 \end_layout
22876
22877 \end_inset
22878
22879 k
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 l
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897 m
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 n
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 o
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 </row>
22921 <row>
22922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 cdashline{4-5}
22934 \end_layout
22935
22936 \end_inset
22937
22938 p
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 q
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 r
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 s
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22971 \begin_inset Text
22972
22973 \begin_layout Plain Layout
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985 t
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 u
22995 \end_layout
22996
22997 \end_inset
22998 </cell>
22999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 v
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 w
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 x
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 </lyxtabular>
23028
23029 \end_inset
23030
23031
23032 \end_layout
23033
23034 \end_inset
23035
23036
23037 \end_layout
23038
23039 \begin_layout Standard
23040 \SpecialChar LyX
23041  ne gère pas de façon native les filets à lignes interrompues, vous devez
23042  donc employer du code \SpecialChar TeX
23043 .
23044  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23045  
23046 \series bold
23047 arydshln
23048 \series default
23049
23050 \begin_inset Index idx
23051 status collapsed
23052
23053 \begin_layout Plain Layout
23054 Paquetages \SpecialChar LaTeX
23055  ! arydshln
23056 \end_layout
23057
23058 \end_inset
23059
23060  dans le préambule du document avec la commande 
23061 \end_layout
23062
23063 \begin_layout Standard
23064
23065 \series bold
23066
23067 \backslash
23068 usepackage{arydshln}
23069 \end_layout
23070
23071 \begin_layout Standard
23072 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23073  
23074 \begin_inset Quotes fld
23075 \end_inset
23076
23077 :
23078 \begin_inset Quotes frd
23079 \end_inset
23080
23081  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23082  dans
23083  la fenêtre de dialogue de paramètre du tableau.
23084 \end_layout
23085
23086 \begin_layout Standard
23087 Pour un trait horizontal interrompu, ajoutez la commande
23088 \end_layout
23089
23090 \begin_layout Standard
23091
23092 \series bold
23093
23094 \backslash
23095 hdashline
23096 \end_layout
23097
23098 \begin_layout Standard
23099 en code \SpecialChar TeX
23100  comme premier élément de la première cellule de la ligne de tableau.
23101 \end_layout
23102
23103 \begin_layout Standard
23104 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23105  commande 
23106 \end_layout
23107
23108 \begin_layout Standard
23109
23110 \series bold
23111
23112 \backslash
23113 cdashline{
23114 \series default
23115 numéros de colonnes}
23116 \end_layout
23117
23118 \begin_layout Standard
23119 en code \SpecialChar TeX
23120  comme premier élément de la première cellule de la ligne.
23121  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23122  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23123 \end_layout
23124
23125 \begin_layout Standard
23126
23127 \series bold
23128
23129 \backslash
23130 cdashline{2-4}
23131 \end_layout
23132
23133 \begin_layout Standard
23134 comme premier élément de la première cellule de la ligne contenant la multi-colo
23135 nnes.
23136 \end_layout
23137
23138 \begin_layout Standard
23139 \begin_inset VSpace bigskip
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \begin_layout Standard
23146 Le tableau
23147 \begin_inset space ~
23148 \end_inset
23149
23150
23151 \begin_inset CommandInset ref
23152 LatexCommand ref
23153 reference "tab:Tableau-filets-tirets"
23154
23155 \end_inset
23156
23157  a été créé en utilisant 
23158 \begin_inset Quotes fld
23159 \end_inset
23160
23161
23162 \series bold
23163 :c
23164 \series default
23165
23166 \begin_inset Quotes frd
23167 \end_inset
23168
23169  comme paramètre \SpecialChar LaTeX
23170  pour la troisième colonne.
23171  La commande en code \SpecialChar TeX
23172  
23173 \series bold
23174
23175 \backslash
23176 hdashline
23177 \series default
23178  a été insérée dans la première cellule de la troisième ligne et la commande
23179  en code \SpecialChar TeX
23180  
23181 \series bold
23182
23183 \backslash
23184 cdashline{4-5}
23185 \series default
23186  a été insérée dans la première cellule de la quatrième ligne.
23187 \end_layout
23188
23189 \begin_layout Standard
23190 \begin_inset VSpace bigskip
23191 \end_inset
23192
23193 Les filets interrompus peuvent également colorés comme indiqué tableau
23194 \begin_inset space ~
23195 \end_inset
23196
23197
23198 \begin_inset CommandInset ref
23199 LatexCommand ref
23200 reference "tab:Colored-table-with"
23201
23202 \end_inset
23203
23204 .
23205 \end_layout
23206
23207 \begin_layout Standard
23208 \begin_inset ERT
23209 status collapsed
23210
23211 \begin_layout Plain Layout
23212
23213
23214 \backslash
23215 setlength{
23216 \backslash
23217 arrayrulewidth}{1pt}
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \begin_inset Note Note
23224 status collapsed
23225
23226 \begin_layout Plain Layout
23227 filets épaissis pour un meilleur affichage de la couleur du file
23228 \lang english
23229 t
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \begin_inset ERT
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242
23243
23244 \backslash
23245 dashgapcolor{green}
23246 \end_layout
23247
23248 \end_inset
23249
23250
23251 \begin_inset Note Note
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255 espaces entre les tirets en vert
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \begin_layout Standard
23264 \begin_inset ERT
23265 status collapsed
23266
23267 \begin_layout Plain Layout
23268
23269
23270 \backslash
23271 let
23272 \backslash
23273 myHdashline
23274 \backslash
23275 hdashline
23276 \end_layout
23277
23278 \begin_layout Plain Layout
23279
23280
23281 \backslash
23282 renewcommand{
23283 \backslash
23284 hdashline}
23285 \end_layout
23286
23287 \begin_layout Plain Layout
23288
23289  {
23290 \backslash
23291 arrayrulecolor{red}
23292 \backslash
23293 myHdashline
23294 \backslash
23295 arrayrulecolor{black}}
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \begin_inset Note Note
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305 filets interrompus horizontaux en rouge
23306 \end_layout
23307
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \begin_layout Standard
23314 \begin_inset ERT
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318
23319
23320 \backslash
23321 let
23322 \backslash
23323 myCdashline
23324 \backslash
23325 cdashline
23326 \end_layout
23327
23328 \begin_layout Plain Layout
23329
23330
23331 \backslash
23332 renewcommand{
23333 \backslash
23334 cdashline}[1]
23335 \end_layout
23336
23337 \begin_layout Plain Layout
23338
23339  {
23340 \backslash
23341 arrayrulecolor{yellow}
23342 \backslash
23343 myCdashline{#1}
23344 \backslash
23345 arrayrulecolor{black}}
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \begin_inset Note Note
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355 filets interrompus horizontaux en jaune, partiellement
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Standard
23364 \begin_inset Float table
23365 placement h
23366 wide false
23367 sideways false
23368 status open
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Caption Standard
23372
23373 \begin_layout Plain Layout
23374 \begin_inset CommandInset label
23375 LatexCommand label
23376 name "tab:Colored-table-with"
23377
23378 \end_inset
23379
23380 Tableau coloré avec filets interropus
23381 \end_layout
23382
23383 \end_inset
23384
23385
23386 \end_layout
23387
23388 \begin_layout Plain Layout
23389 \align center
23390 \begin_inset Tabular
23391 <lyxtabular version="3" rows="5" columns="5">
23392 <features tabularvalignment="middle">
23393 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23394 <column alignment="center" valignment="top" width="0pt">
23395 <column alignment="center" valignment="top" width="0pt" special=":c">
23396 <column alignment="center" valignment="top">
23397 <column alignment="center" valignment="top">
23398 <row>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 a
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 <cell alignment="center" valignment="top" topline="true" usebox="none">
23409 \begin_inset Text
23410
23411 \begin_layout Plain Layout
23412 b
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 c
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 d
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 e
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 </row>
23445 <row>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 f
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 <cell alignment="center" valignment="top" topline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459 g
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 h
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 i
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 j
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 <row>
23493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset ERT
23498 status collapsed
23499
23500 \begin_layout Plain Layout
23501
23502
23503 \backslash
23504 hdashline 
23505 \end_layout
23506
23507 \end_inset
23508
23509
23510 \begin_inset ERT
23511 status collapsed
23512
23513 \begin_layout Plain Layout
23514
23515
23516 \backslash
23517 rowcolor{Gray}
23518 \end_layout
23519
23520 \end_inset
23521
23522 k
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 l
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 m
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 n
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558 o
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 <row>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset ERT
23570 status collapsed
23571
23572 \begin_layout Plain Layout
23573
23574
23575 \backslash
23576 cdashline{4-5}
23577 \end_layout
23578
23579 \end_inset
23580
23581 p
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590 q
23591 \end_layout
23592
23593 \end_inset
23594 </cell>
23595 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599 r
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608 s
23609 \end_layout
23610
23611 \end_inset
23612 </cell>
23613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 t
23629 \end_layout
23630
23631 \end_inset
23632 </cell>
23633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23634 \begin_inset Text
23635
23636 \begin_layout Plain Layout
23637 u
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 v
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23652 \begin_inset Text
23653
23654 \begin_layout Plain Layout
23655 w
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset ERT
23665 status collapsed
23666
23667 \begin_layout Plain Layout
23668
23669
23670 \backslash
23671 cellcolor{Maroon}
23672 \end_layout
23673
23674 \end_inset
23675
23676 i
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 </row>
23682 </lyxtabular>
23683
23684 \end_inset
23685
23686
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \begin_layout Standard
23695 \begin_inset ERT
23696 status collapsed
23697
23698 \begin_layout Plain Layout
23699
23700
23701 \backslash
23702 renewcommand{
23703 \backslash
23704 hdashline}{
23705 \backslash
23706 myHdashline}
23707 \end_layout
23708
23709 \end_inset
23710
23711
23712 \lang english
23713
23714 \begin_inset Note Note
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718 retour à la valeur implicite
23719 \end_layout
23720
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \begin_layout Standard
23727 \begin_inset ERT
23728 status collapsed
23729
23730 \begin_layout Plain Layout
23731
23732
23733 \backslash
23734 renewcommand{
23735 \backslash
23736 cdashline}{
23737 \backslash
23738 myCdashline}
23739 \end_layout
23740
23741 \end_inset
23742
23743
23744 \lang english
23745
23746 \begin_inset Note Note
23747 status collapsed
23748
23749 \begin_layout Plain Layout
23750 retour à la valeur implicite
23751 \end_layout
23752
23753 \end_inset
23754
23755
23756 \end_layout
23757
23758 \begin_layout Standard
23759 \begin_inset ERT
23760 status collapsed
23761
23762 \begin_layout Plain Layout
23763
23764
23765 \backslash
23766 nodashgapcolor
23767 \end_layout
23768
23769 \end_inset
23770
23771
23772 \lang english
23773
23774 \begin_inset Note Note
23775 status collapsed
23776
23777 \begin_layout Plain Layout
23778 retour à la valeur implicite
23779 \end_layout
23780
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \begin_layout Standard
23787 \begin_inset ERT
23788 status collapsed
23789
23790 \begin_layout Plain Layout
23791
23792
23793 \backslash
23794 setlength{
23795 \backslash
23796 arrayrulewidth}{0.4pt}
23797 \end_layout
23798
23799 \end_inset
23800
23801
23802 \lang english
23803
23804 \begin_inset Note Note
23805 status collapsed
23806
23807 \begin_layout Plain Layout
23808 retour à la valeur implicite
23809 \end_layout
23810
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \begin_layout Standard
23817 La coloration des lignes, des colonnes et des filets fonctionne comme il
23818  est décrit section
23819 \begin_inset space ~
23820 \end_inset
23821
23822
23823 \begin_inset CommandInset ref
23824 LatexCommand ref
23825 reference "sec:Tableaux-Colorés"
23826
23827 \end_inset
23828
23829 .
23830  Coloret les filets horizontaux fonctionne de manière analogue comme il
23831  est décrit ici, il suffit de remplacer la commande 
23832 \series bold
23833
23834 \backslash
23835 myHlineC
23836 \series default
23837  par 
23838 \series bold
23839
23840 \backslash
23841 myHdashline
23842 \series default
23843  et la commande 
23844 \backslash
23845
23846 \series bold
23847 hlinepar
23848 \series default
23849  
23850 \series bold
23851
23852 \backslash
23853 hdashline
23854 \series default
23855 .
23856  On utilise donc les commandes:
23857 \end_layout
23858
23859 \begin_layout Standard
23860
23861 \series bold
23862
23863 \backslash
23864 let
23865 \backslash
23866 myHdashline
23867 \backslash
23868 hdashline
23869 \begin_inset Newline newline
23870 \end_inset
23871
23872
23873 \backslash
23874 renewcommand{
23875 \backslash
23876 hdashline}
23877 \begin_inset Newline newline
23878 \end_inset
23879
23880
23881 \begin_inset Phantom HPhantom
23882 status open
23883
23884 \begin_layout Plain Layout
23885 \begin_inset space ~
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892
23893 {
23894 \backslash
23895 arrayrulecolor{red}
23896 \backslash
23897 myHdashline
23898 \backslash
23899 arrayrulecolor{black}}
23900 \end_layout
23901
23902 \begin_layout Standard
23903 Pour colorer 
23904 \series bold
23905
23906 \backslash
23907 cdashline
23908 \series default
23909 , la commande est:
23910 \end_layout
23911
23912 \begin_layout Standard
23913
23914 \series bold
23915
23916 \backslash
23917 let
23918 \backslash
23919 myCdashline
23920 \backslash
23921 cdashline
23922 \begin_inset Newline newline
23923 \end_inset
23924
23925
23926 \backslash
23927 renewcommand{
23928 \backslash
23929 cdashline}[1]
23930 \begin_inset Newline newline
23931 \end_inset
23932
23933
23934 \begin_inset Phantom HPhantom
23935 status open
23936
23937 \begin_layout Plain Layout
23938 \begin_inset space ~
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \end_inset
23945
23946 {
23947 \backslash
23948 arrayrulecolor{red}
23949 \backslash
23950 myCdashline{#1}
23951 \backslash
23952 arrayrulecolor{black}}
23953 \end_layout
23954
23955 \begin_layout Standard
23956 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
23957  code \SpecialChar TeX
23958  après le tableau,
23959 \end_layout
23960
23961 \begin_layout Standard
23962 pour 
23963 \series bold
23964
23965 \backslash
23966 hdashline:
23967 \end_layout
23968
23969 \begin_layout Standard
23970
23971 \series bold
23972
23973 \backslash
23974 renewcommand{
23975 \backslash
23976 hdashline}{
23977 \backslash
23978 myHdashline}
23979 \end_layout
23980
23981 \begin_layout Standard
23982 et pour 
23983 \series bold
23984
23985 \backslash
23986 cdashline
23987 \end_layout
23988
23989 \begin_layout Standard
23990
23991 \series bold
23992
23993 \backslash
23994 renewcommand{
23995 \backslash
23996 cdashline}{
23997 \backslash
23998 myCdashline}
23999 \end_layout
24000
24001 \begin_layout Standard
24002 Pour colorer les espaces entre les tirets la commande
24003 \end_layout
24004
24005 \begin_layout Standard
24006
24007 \series bold
24008
24009 \backslash
24010 dashgapcolor{couleur}
24011 \end_layout
24012
24013 \begin_layout Standard
24014 peut être insérée en code \SpecialChar TeX
24015  avant un tableau.
24016  
24017 \series bold
24018 couleur
24019 \series default
24020  est ici le nom d'une couleur définie précédemment.
24021  La commande
24022 \end_layout
24023
24024 \begin_layout Standard
24025
24026 \series bold
24027
24028 \backslash
24029 nodashgapcolor
24030 \end_layout
24031
24032 \begin_layout Standard
24033 annule les changements induits par 
24034 \series bold
24035
24036 \backslash
24037 dashgapcolor
24038 \series default
24039 .
24040 \end_layout
24041
24042 \begin_layout Standard
24043 \begin_inset Note Greyedout
24044 status open
24045
24046 \begin_layout Plain Layout
24047
24048 \series bold
24049 Not
24050 \series default
24051 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24052  de 
24053 \series bold
24054 arydshln
24055 \series default
24056  en premier.
24057  Donc dans la cellule 
24058 \emph on
24059 k
24060 \emph default
24061  du tableau
24062 \begin_inset space ~
24063 \end_inset
24064
24065
24066 \begin_inset CommandInset ref
24067 LatexCommand ref
24068 reference "tab:Colored-table-with"
24069
24070 \end_inset
24071
24072  , la commande 
24073 \series bold
24074
24075 \backslash
24076 hdashline
24077 \series default
24078  est placée avant 
24079 \series bold
24080
24081 \backslash
24082 rowcolor
24083 \series default
24084 .
24085 \end_layout
24086
24087 \end_inset
24088
24089
24090 \end_layout
24091
24092 \begin_layout Standard
24093 \begin_inset Note Greyedout
24094 status open
24095
24096 \begin_layout Plain Layout
24097
24098 \series bold
24099 Nota:
24100 \series default
24101  le paquetage \SpecialChar LaTeX
24102  
24103 \series bold
24104 arydshln
24105 \series default
24106  doit être chargé dans le préambule 
24107 \emph on
24108 avant
24109 \emph default
24110  le paquetage 
24111 \series bold
24112 colortbl
24113 \series default
24114
24115 \begin_inset Index idx
24116 status collapsed
24117
24118 \begin_layout Plain Layout
24119 Paquetages \SpecialChar LaTeX
24120  ! colortbl
24121 \end_layout
24122
24123 \end_inset
24124
24125 .
24126 \end_layout
24127
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \begin_layout Standard
24134 \begin_inset ERT
24135 status collapsed
24136
24137 \begin_layout Plain Layout
24138
24139
24140 \backslash
24141 else
24142 \end_layout
24143
24144 \end_inset
24145
24146
24147 \begin_inset Note Note
24148 status open
24149
24150 \begin_layout Plain Layout
24151 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24152  
24153 \series bold
24154 arydshln
24155 \series default
24156  n'est pas installé :
24157 \end_layout
24158
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \begin_layout Standard
24165 Vous devez installer le paquetage \SpecialChar LaTeX
24166  
24167 \series bold
24168 arydshln
24169 \series default
24170  pour voir le contenu des cette section dans la sortie imprimée.
24171 \end_layout
24172
24173 \begin_layout Standard
24174 \begin_inset ERT
24175 status collapsed
24176
24177 \begin_layout Plain Layout
24178
24179
24180 \backslash
24181 fi
24182 \end_layout
24183
24184 \end_inset
24185
24186
24187 \end_layout
24188
24189 \begin_layout Standard
24190 Pour les détails concernant les filets colorés, voir la documentation du
24191  paquetage 
24192 \series bold
24193 arydshln
24194 \series default
24195
24196 \begin_inset CommandInset citation
24197 LatexCommand cite
24198 key "arydshln"
24199
24200 \end_inset
24201
24202 .
24203 \end_layout
24204
24205 \begin_layout Chapter
24206 Flottants
24207 \begin_inset CommandInset label
24208 LatexCommand label
24209 name "chap:Flottants"
24210
24211 \end_inset
24212
24213
24214 \begin_inset Index idx
24215 status collapsed
24216
24217 \begin_layout Plain Layout
24218 Flottants
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \end_layout
24225
24226 \begin_layout Section
24227 Introduction
24228 \begin_inset CommandInset label
24229 LatexCommand label
24230 name "sec:Flottants-Introduction"
24231
24232 \end_inset
24233
24234
24235 \begin_inset Index idx
24236 status collapsed
24237
24238 \begin_layout Plain Layout
24239 Flottants ! Introduction
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \begin_layout Standard
24248 Un flottant est une portion de document, qui peut être associé à une étiquette
24249  et dont la position n'est pas fixée.
24250  Il peut 
24251 \begin_inset Quotes fld
24252 \end_inset
24253
24254 flotter
24255 \begin_inset Quotes frd
24256 \end_inset
24257
24258  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24259  plus approprié.
24260  Les 
24261 \family sans
24262 Notes
24263 \begin_inset space ~
24264 \end_inset
24265
24266 en
24267 \begin_inset space ~
24268 \end_inset
24269
24270 Bas
24271 \begin_inset space ~
24272 \end_inset
24273
24274 de
24275 \begin_inset space ~
24276 \end_inset
24277
24278 Page
24279 \family default
24280  et le 
24281 \family sans
24282 Notes
24283 \begin_inset space ~
24284 \end_inset
24285
24286 en
24287 \begin_inset space ~
24288 \end_inset
24289
24290 Marge
24291 \family default
24292  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24293  sur la page suivante quand il y a trop de notes sur la page courante.
24294 \end_layout
24295
24296 \begin_layout Standard
24297 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24298  très grande qualité.
24299  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24300  éviter des lignes blanches ou des pages sans texte.
24301  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24302  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24303  le texte.
24304  Les flottants sont donc numérotés.
24305  Les références croisées sont décrites dans la section
24306 \begin_inset space ~
24307 \end_inset
24308
24309
24310 \begin_inset CommandInset ref
24311 LatexCommand ref
24312 reference "sec:Referencer-les-Flottants"
24313
24314 \end_inset
24315
24316 .
24317 \end_layout
24318
24319 \begin_layout Standard
24320 Pour insérer un flottant, on utilise un des sous menus du menu 
24321 \family sans
24322 Insertion\SpecialChar menuseparator
24323 Flottant
24324 \family default
24325  (barre d'outils 
24326 \begin_inset Info
24327 type  "icon"
24328 arg   "float-insert figure"
24329 \end_inset
24330
24331  ou 
24332 \begin_inset Info
24333 type  "icon"
24334 arg   "float-insert table"
24335 \end_inset
24336
24337 ).
24338  Une boîte va être insérée dans votre document avec par exemple une étiquette
24339  du genre 
24340 \begin_inset Quotes fld
24341 \end_inset
24342
24343 Figure
24344 \begin_inset space ~
24345 \end_inset
24346
24347 #:
24348 \begin_inset Quotes frd
24349 \end_inset
24350
24351  (où # est un numéro).
24352  L'étiquette est automatiquement traduite dans la langue du document dans
24353  la sortie finale.
24354  Après l'étiquette vous pouvez insérer du texte comme légende.
24355  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24356  séparé, à l'intérieur du flottant.
24357  Vous trouverez plus de détails sur le positionnement des légendes dans
24358  la section
24359 \begin_inset space ~
24360 \end_inset
24361
24362
24363 \begin_inset CommandInset ref
24364 LatexCommand ref
24365 reference "sec:Placement-légende"
24366
24367 \end_inset
24368
24369 .
24370  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24371 , vous pouvez fermer
24372  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24373  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24374  Une boîte de flottant fermée ressemble à ceci : 
24375 \begin_inset Graphics
24376         filename clipart/float.png
24377         scale 60
24378
24379 \end_inset
24380
24381  – une case grise avec un texte rouge.
24382 \end_layout
24383
24384 \begin_layout Standard
24385 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24386  pour éviter des erreurs avec \SpecialChar LaTeX
24387 , quand le texte qui entoure le flottant est
24388  formaté de façon particulière.
24389 \end_layout
24390
24391 \begin_layout Section
24392 Les types de flottants
24393 \end_layout
24394
24395 \begin_layout Standard
24396 En plus des flottants de figures et de tableau qui sont décrits respectivement
24397  dans les sections
24398 \begin_inset space ~
24399 \end_inset
24400
24401
24402 \begin_inset CommandInset ref
24403 LatexCommand ref
24404 reference "sec:Figure-Floats"
24405
24406 \end_inset
24407
24408  et 
24409 \begin_inset CommandInset ref
24410 LatexCommand ref
24411 reference "sec:Table-Floats"
24412
24413 \end_inset
24414
24415 , \SpecialChar LyX
24416  offre aussi les types 
24417 \family sans
24418 Algorithme
24419 \family default
24420  et 
24421 \family sans
24422 Enrobage
24423 \family default
24424 .
24425  Ces derniers sont expliques dans la section
24426 \begin_inset space \thinspace{}
24427 \end_inset
24428
24429
24430 \begin_inset CommandInset ref
24431 LatexCommand ref
24432 reference "sec:Flottant-d'enrobage"
24433
24434 \end_inset
24435
24436 .
24437 \end_layout
24438
24439 \begin_layout Subsection
24440 Flottant d'algorithme
24441 \begin_inset Index idx
24442 status collapsed
24443
24444 \begin_layout Plain Layout
24445 Flottants ! Algorithmes
24446 \end_layout
24447
24448 \end_inset
24449
24450
24451 \end_layout
24452
24453 \begin_layout Standard
24454 \begin_inset Float algorithm
24455 placement h
24456 wide false
24457 sideways false
24458 status open
24459
24460 \begin_layout Plain Layout
24461 \begin_inset Caption Standard
24462
24463 \begin_layout Plain Layout
24464 \begin_inset CommandInset label
24465 LatexCommand label
24466 name "alg:Exemple-Flottant-Algorithme"
24467
24468 \end_inset
24469
24470 Exemple de flottant d'algorithme
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \end_layout
24477
24478 \begin_layout LyX-Code
24479 for I in 1..N loop
24480 \begin_inset Newline newline
24481 \end_inset
24482
24483  Sum:= Sum + A(I); /*comment*/
24484 \begin_inset Newline newline
24485 \end_inset
24486
24487 end loop
24488 \begin_inset VSpace -4mm
24489 \end_inset
24490
24491
24492 \end_layout
24493
24494 \end_inset
24495
24496
24497 \end_layout
24498
24499 \begin_layout Standard
24500 Ce type de flottant est inséré à l'aide du menu 
24501 \family sans
24502 Insertion\SpecialChar menuseparator
24503 Flottant\SpecialChar menuseparator
24504 Algorithme
24505 \family default
24506 .
24507  Il peut être utilisé pour des morceaux de code source ou des descriptions
24508  d'algorithmes et peut être utilisé comme une alternative au listing de
24509  code source qui est décrit au chapitre
24510 \begin_inset space ~
24511 \end_inset
24512
24513
24514 \begin_inset CommandInset ref
24515 LatexCommand ref
24516 reference "cha:Program-Code-Listings"
24517
24518 \end_inset
24519
24520 .
24521  Vous pouvez par exemple utiliser l'environnement Code
24522 \begin_inset space ~
24523 \end_inset
24524
24525 \SpecialChar LyX
24526  qui est décrit dans le 
24527 \emph on
24528 Guide
24529 \emph default
24530
24531 \begin_inset space ~
24532 \end_inset
24533
24534
24535 \emph on
24536 de
24537 \begin_inset space ~
24538 \end_inset
24539
24540 l'Utilisateur
24541 \emph default
24542  de \SpecialChar LyX
24543 .
24544  l'algorithme
24545 \begin_inset space ~
24546 \end_inset
24547
24548
24549 \begin_inset CommandInset ref
24550 LatexCommand ref
24551 reference "alg:Exemple-Flottant-Algorithme"
24552
24553 \end_inset
24554
24555  est un exemple de flottant d'algorithme où un espace vertical de -4
24556 \begin_inset space \thinspace{}
24557 \end_inset
24558
24559 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24560  soit placée exactement sous le texte de la dernière ligne.
24561 \end_layout
24562
24563 \begin_layout Standard
24564 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24565  du document.
24566  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24567 ent en ajoutant la ligne suivante dans le préambule de votre document :
24568 \end_layout
24569
24570 \begin_layout Standard
24571
24572 \series bold
24573
24574 \backslash
24575 floatname{algorithm}{votre
24576 \begin_inset space ~
24577 \end_inset
24578
24579 nom}
24580 \end_layout
24581
24582 \begin_layout Standard
24583
24584 \family sans
24585  votre
24586 \begin_inset space ~
24587 \end_inset
24588
24589 nom
24590 \family default
24591  est le mot 
24592 \begin_inset Quotes fld
24593 \end_inset
24594
24595
24596 \emph on
24597 algorithme
24598 \emph default
24599
24600 \begin_inset Quotes frd
24601 \end_inset
24602
24603  dans votre langue.
24604 \end_layout
24605
24606 \begin_layout Standard
24607 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24608 \family sans
24609 Insertion\SpecialChar menuseparator
24610 Listes
24611 \begin_inset space ~
24612 \end_inset
24613
24614 &
24615 \begin_inset space ~
24616 \end_inset
24617
24618 TdM\SpecialChar menuseparator
24619 Liste
24620 \begin_inset space ~
24621 \end_inset
24622
24623 des
24624 \begin_inset space ~
24625 \end_inset
24626
24627 algorithmes
24628 \family default
24629  si votre document est en la même langue que les menus de \SpecialChar LyX
24630 .
24631  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24632  en code \SpecialChar TeX
24633  à la place:
24634 \end_layout
24635
24636 \begin_layout Standard
24637
24638 \series bold
24639
24640 \backslash
24641 listof{algorithm}{votre
24642 \begin_inset space ~
24643 \end_inset
24644
24645 nom}
24646 \end_layout
24647
24648 \begin_layout Standard
24649 où 
24650 \family sans
24651 votre
24652 \begin_inset space ~
24653 \end_inset
24654
24655 nom
24656 \family default
24657  est la traduction de 
24658 \begin_inset Quotes fld
24659 \end_inset
24660
24661
24662 \emph on
24663 List of Algorithm
24664 \emph default
24665 s
24666 \begin_inset Quotes frd
24667 \end_inset
24668
24669  dans votre langue.
24670 \end_layout
24671
24672 \begin_layout Standard
24673 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24674  le schéma 
24675 \begin_inset Quotes fld
24676 \end_inset
24677
24678 chapitre.algorithme
24679 \begin_inset Quotes frd
24680 \end_inset
24681
24682  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24683  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24684  commande dans le préambule de votre document :
24685 \end_layout
24686
24687 \begin_layout Standard
24688
24689 \series bold
24690
24691 \backslash
24692 numberwithin{algorithm}{chapter}
24693 \end_layout
24694
24695 \begin_layout Standard
24696 Pour pouvoir utiliser la commande 
24697 \series bold
24698
24699 \backslash
24700 numberwithin
24701 \series default
24702 , activez l'option 
24703 \family sans
24704 Utiliser
24705 \begin_inset space ~
24706 \end_inset
24707
24708 le
24709 \begin_inset space ~
24710 \end_inset
24711
24712 paquetage
24713 \begin_inset space ~
24714 \end_inset
24715
24716 AMS
24717 \begin_inset space ~
24718 \end_inset
24719
24720 math
24721 \family default
24722  dans la rubrique 
24723 \family sans
24724 Options
24725 \begin_inset space ~
24726 \end_inset
24727
24728 des
24729 \begin_inset space ~
24730 \end_inset
24731
24732 Maths
24733 \family default
24734  de la fenêtre de dialogue 
24735 \family sans
24736 Paramètres
24737 \begin_inset space ~
24738 \end_inset
24739
24740 du
24741 \begin_inset space ~
24742 \end_inset
24743
24744 Document
24745 \family default
24746 .
24747 \end_layout
24748
24749 \begin_layout Section
24750 Numérotation des flottants
24751 \begin_inset Index idx
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755 Flottants ! Numérotation
24756 \end_layout
24757
24758 \end_inset
24759
24760
24761 \end_layout
24762
24763 \begin_layout Standard
24764 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24765  ils se trouvent, soit en utilisant un format du genre 
24766 \begin_inset Quotes fld
24767 \end_inset
24768
24769 chapitre.numéro
24770 \begin_inset Quotes frd
24771 \end_inset
24772
24773  ou 
24774 \begin_inset Quotes fld
24775 \end_inset
24776
24777 section.numéro
24778 \begin_inset Quotes frd
24779 \end_inset
24780
24781 .
24782  Cela dépend de la classe de document utilisée.
24783 \end_layout
24784
24785 \begin_layout Standard
24786 Pour changer le format de la numérotation qui ne dépend pas de la section
24787  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24788  le préambule du document :
24789 \end_layout
24790
24791 \begin_layout Standard
24792
24793 \series bold
24794
24795 \backslash
24796 renewcommand{
24797 \backslash
24798 thetable}{
24799 \backslash
24800 roman{table}}
24801 \end_layout
24802
24803 \begin_layout Standard
24804
24805 \series bold
24806
24807 \backslash
24808 thetable
24809 \series default
24810  est la commande qui imprime le numéro du tableau, pour les figures, la
24811  commande serait 
24812 \series bold
24813
24814 \backslash
24815 thefigure
24816 \series default
24817 .
24818  La commande 
24819 \series bold
24820
24821 \backslash
24822 roman
24823 \series default
24824  utilisée dans la commande précédente, imprime le numéro du tableau sous
24825  forme de petits chiffres romains.
24826 \end_layout
24827
24828 \begin_layout Standard
24829 Pour changer le type de numérotation pour par exemple 
24830 \begin_inset Quotes fld
24831 \end_inset
24832
24833 sous-section.numéro
24834 \begin_inset Quotes frd
24835 \end_inset
24836
24837 , utilisez la commande suivante dans le préambule du document :
24838 \end_layout
24839
24840 \begin_layout Standard
24841
24842 \series bold
24843
24844 \backslash
24845 numberwithin{table}{subsection}
24846 \end_layout
24847
24848 \begin_layout Standard
24849 Pour pouvoir utiliser la commande 
24850 \series bold
24851
24852 \backslash
24853 numberwithin
24854 \series default
24855 , vous devez activer l'option 
24856 \family sans
24857 Utiliser
24858 \begin_inset space ~
24859 \end_inset
24860
24861 le
24862 \begin_inset space ~
24863 \end_inset
24864
24865 paquetage
24866 \begin_inset space ~
24867 \end_inset
24868
24869 maths
24870 \begin_inset space ~
24871 \end_inset
24872
24873 AMS
24874 \family default
24875  dans la rubrique 
24876 \family sans
24877 Options
24878 \begin_inset space ~
24879 \end_inset
24880
24881 des
24882 \begin_inset space ~
24883 \end_inset
24884
24885 Maths
24886 \family default
24887  de la fenêtre de dialogue 
24888 \family sans
24889 Paramètres
24890 \family default
24891  du document.
24892 \end_layout
24893
24894 \begin_layout Standard
24895 Veuillez aussi jeter un coup d'œil à la section
24896 \begin_inset space ~
24897 \end_inset
24898
24899
24900 \begin_inset CommandInset ref
24901 LatexCommand ref
24902 reference "subsec:Numerotation-notes-bas-de-page"
24903
24904 \end_inset
24905
24906  pour plus de détails et des notes importantes sur les commandes de numérotation.
24907 \end_layout
24908
24909 \begin_layout Section
24910 Faire référence à des flottants
24911 \begin_inset CommandInset label
24912 LatexCommand label
24913 name "sec:Referencer-les-Flottants"
24914
24915 \end_inset
24916
24917
24918 \begin_inset Index idx
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922 Flottants ! Références
24923 \end_layout
24924
24925 \end_inset
24926
24927
24928 \begin_inset Index idx
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932 References@Références ! à des Flottants 
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \begin_layout Standard
24941 Pour faire référence à un flottant, insérez une étiquette dans sa légende
24942  en utilisant le menu 
24943 \family sans
24944 Insertion\SpecialChar menuseparator
24945 Étiquette
24946 \family default
24947  ou le bouton 
24948 \begin_inset Info
24949 type  "icon"
24950 arg   "label-insert"
24951 \end_inset
24952
24953  de la barre d'outils.
24954  Une boîte grise de ce genre : 
24955 \begin_inset Graphics
24956         filename clipart/label.png
24957         scaleBeforeRotation
24958
24959 \end_inset
24960
24961  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
24962  de saisir le texte de l'étiquette.
24963  \SpecialChar LyX
24964  propose comme texte pour l'étiquette les premiers mots de la légendes
24965  précédés d'un préfixe.
24966  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
24967  préfixe sera 
24968 \begin_inset Quotes fld
24969 \end_inset
24970
24971
24972 \family sans
24973 fig:
24974 \family default
24975
24976 \begin_inset Quotes frd
24977 \end_inset
24978
24979 .
24980 \end_layout
24981
24982 \begin_layout Standard
24983 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
24984  Vous pouvez faire référence à cette étiquette en utilisant le menu 
24985 \family sans
24986 Insertion\SpecialChar menuseparator
24987 Référence
24988 \begin_inset space ~
24989 \end_inset
24990
24991 Croisée
24992 \family default
24993  ou le bouton 
24994 \begin_inset Info
24995 type  "icon"
24996 arg   "dialog-show-new-inset ref"
24997 \end_inset
24998
24999  de la barre d'outils.
25000  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25001  définies dans votre document.
25002  Si vous avez plusieurs documents \SpecialChar LyX
25003  ouverts, vous pouvez choisir celui que
25004  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25005  la fenêtre de dialogue.
25006  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25007  une.
25008  Une boîte grise de référence croisée comme celle-ci : 
25009 \begin_inset Graphics
25010         filename clipart/reference.png
25011         scaleBeforeRotation
25012
25013 \end_inset
25014
25015  va être insérée.
25016  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25017  de la référence croisée.
25018 \end_layout
25019
25020 \begin_layout Standard
25021 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25022  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25023  les deux.
25024  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25025  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25026  du numéro de la référence.
25027 \end_layout
25028
25029 \begin_layout Standard
25030 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25031  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25032  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25033  pas à vous en préoccuper.
25034 \end_layout
25035
25036 \begin_layout Standard
25037 Le bouton 
25038 \family sans
25039 Aller
25040 \begin_inset space ~
25041 \end_inset
25042
25043 à
25044 \begin_inset space ~
25045 \end_inset
25046
25047 l'étiquette
25048 \family default
25049  dans la fenêtre de référence croisée va positionner le curseur juste devant
25050  l'étiquette à laquelle on fait référence.
25051  Le nom du bouton bouton 
25052 \family sans
25053 Revenir
25054 \family default
25055  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25056 \end_layout
25057
25058 \begin_layout Subsection
25059 Formats de références croisées
25060 \begin_inset CommandInset label
25061 LatexCommand label
25062 name "subsec:Formats-Références-Croisées"
25063
25064 \end_inset
25065
25066
25067 \begin_inset Index idx
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071 References@Références ! Formats
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \begin_layout Standard
25080 Il y a six types de références croisées :
25081 \end_layout
25082
25083 \begin_layout Description
25084 <référence>
25085 \begin_inset space ~
25086 \end_inset
25087
25088 : affiche le numéro de l'élément, c'est le choix implicite : 
25089 \begin_inset CommandInset ref
25090 LatexCommand ref
25091 reference "fig:Deux-images-déformées"
25092
25093 \end_inset
25094
25095
25096 \end_layout
25097
25098 \begin_layout Description
25099 (<référence>)
25100 \begin_inset space ~
25101 \end_inset
25102
25103 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25104  normalement pour faire référence à des formules mathématiques, en particulier
25105  quand le mot 
25106 \begin_inset Quotes fld
25107 \end_inset
25108
25109 Équation
25110 \begin_inset Quotes frd
25111 \end_inset
25112
25113  est omis : 
25114 \begin_inset CommandInset ref
25115 LatexCommand eqref
25116 reference "eq:Wgn"
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Description
25124 <page>
25125 \begin_inset space ~
25126 \end_inset
25127
25128 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25129 \begin_inset space ~
25130 \end_inset
25131
25132
25133 \begin_inset CommandInset ref
25134 LatexCommand pageref
25135 reference "fig:Deux-images-déformées"
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \begin_layout Description
25143 Sur
25144 \begin_inset space ~
25145 \end_inset
25146
25147 la
25148 \begin_inset space ~
25149 \end_inset
25150
25151 page
25152 \begin_inset space ~
25153 \end_inset
25154
25155 <page>
25156 \begin_inset space ~
25157 \end_inset
25158
25159 : affiche le mot 
25160 \begin_inset Quotes fld
25161 \end_inset
25162
25163 page
25164 \begin_inset Quotes frd
25165 \end_inset
25166
25167  suivi du numéro de la page sur laquelle se trouve l'élément : 
25168 \begin_inset CommandInset ref
25169 LatexCommand vpageref
25170 reference "fig:Deux-images-déformées"
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Description
25178 <référence>
25179 \begin_inset space ~
25180 \end_inset
25181
25182 page
25183 \begin_inset space ~
25184 \end_inset
25185
25186 <page>
25187 \begin_inset space ~
25188 \end_inset
25189
25190 : affiche le numéro de l'élément, le mot 
25191 \begin_inset Quotes fld
25192 \end_inset
25193
25194 page
25195 \begin_inset Quotes frd
25196 \end_inset
25197
25198  et le numéro de la page : 
25199 \begin_inset CommandInset ref
25200 LatexCommand vref
25201 reference "fig:Deux-images-déformées"
25202
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \begin_layout Description
25209 Référence
25210 \begin_inset space ~
25211 \end_inset
25212
25213 mise
25214 \begin_inset space ~
25215 \end_inset
25216
25217 en
25218 \begin_inset space ~
25219 \end_inset
25220
25221 forme
25222 \begin_inset space ~
25223 \end_inset
25224
25225 : affiche une référence croisée qui définit son propre format.
25226 \begin_inset Newline newline
25227 \end_inset
25228
25229
25230 \begin_inset Note Greyedout
25231 status open
25232
25233 \begin_layout Plain Layout
25234
25235 \series bold
25236 Note:
25237 \series default
25238  Ce type de référence croisée n'est disponible que si vous avez installé
25239  le paquetage \SpecialChar LaTeX
25240  
25241 \series bold
25242 prettyref
25243 \series default
25244  ou 
25245 \series bold
25246 refstyle
25247 \series default
25248
25249 \begin_inset Index idx
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253 Paquetages \SpecialChar LaTeX
25254  ! prettyref
25255 \end_layout
25256
25257 \end_inset
25258
25259
25260 \begin_inset Index idx
25261 status collapsed
25262
25263 \begin_layout Plain Layout
25264 Paquetages \SpecialChar LaTeX
25265  ! refstyle
25266 \end_layout
25267
25268 \end_inset
25269
25270 .
25271 \end_layout
25272
25273 \end_inset
25274
25275
25276 \begin_inset Newline newline
25277 \end_inset
25278
25279 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25280  qui doit être utilisé pour cette fonction
25281  en utilisant l'option 
25282 \family sans
25283 Utiliser refstyle (à la place de prettyref) pour les références croisées
25284 \family default
25285  dans le menu 
25286 \family sans
25287 Document\SpecialChar menuseparator
25288 Paramètres\SpecialChar menuseparator
25289 Classe de document
25290 \family default
25291 .
25292  Le format est précisé en ajoutant la commande 
25293 \series bold
25294
25295 \backslash
25296 newrefformat
25297 \series default
25298  (prettyref) ou 
25299 \series bold
25300
25301 \backslash
25302 newref
25303 \series default
25304  (refstyle) au préambule du document.
25305  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25306  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25307 \begin_inset space ~
25308 \end_inset
25309
25310 :
25311 \begin_inset Newline newline
25312 \end_inset
25313
25314
25315 \series bold
25316
25317 \backslash
25318 newref{fig}{refcmd={Image sur la page 
25319 \backslash
25320 pageref{#1}}}
25321 \series default
25322
25323 \begin_inset Newline newline
25324 \end_inset
25325
25326 Pour plus d'information sur le format, jetez un œil sur la documentation
25327  du paquetage, 
25328 \begin_inset CommandInset citation
25329 LatexCommand cite
25330 key "prettyref,refstyle"
25331
25332 \end_inset
25333
25334 .
25335 \end_layout
25336
25337 \begin_layout Description
25338 Référence
25339 \begin_inset space ~
25340 \end_inset
25341
25342 textuelle: affiche la légende de la référence
25343 \begin_inset space ~
25344 \end_inset
25345
25346
25347 \begin_inset CommandInset ref
25348 LatexCommand nameref
25349 reference "fig:Deux-images-déformées"
25350
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \begin_layout Standard
25357
25358 \family sans
25359 <page>
25360 \family default
25361  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25362  précédente, la même page ou la page suivante.
25363  Vous verrez par exemple un texte du genre 
25364 \begin_inset Quotes fld
25365 \end_inset
25366
25367
25368 \family sans
25369 sur cette page
25370 \family default
25371
25372 \begin_inset Quotes frd
25373 \end_inset
25374
25375  à la place.
25376  Le style 
25377 \family sans
25378 <référence>
25379 \begin_inset space ~
25380 \end_inset
25381
25382 page
25383 \begin_inset space ~
25384 \end_inset
25385
25386 <page> 
25387 \family default
25388 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25389  page.
25390 \end_layout
25391
25392 \begin_layout Standard
25393 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25394  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25395 .
25396  Vous choisissez une des six variétés de références dans le champ Format
25397  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25398  boîte de la référence croisée.
25399 \end_layout
25400
25401 \begin_layout Standard
25402 \begin_inset Note Greyedout
25403 status open
25404
25405 \begin_layout Plain Layout
25406
25407 \series bold
25408 Note:
25409 \series default
25410  L'utilisation du paquetage \SpecialChar LaTeX
25411  
25412 \series bold
25413 refstyle
25414 \series default
25415
25416 \begin_inset Index idx
25417 status collapsed
25418
25419 \begin_layout Plain Layout
25420 Paquetages \SpecialChar LaTeX
25421  ! refstyle
25422 \end_layout
25423
25424 \end_inset
25425
25426  est recommandée parce que 
25427 \series bold
25428 prettyref
25429 \series default
25430
25431 \begin_inset Index idx
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435 Paquetages \SpecialChar LaTeX
25436  ! prettyref
25437 \end_layout
25438
25439 \end_inset
25440
25441  ne connaît pas tous les raccourcis possibles pour les étiquettes
25442 \begin_inset Foot
25443 status collapsed
25444
25445 \begin_layout Plain Layout
25446 \begin_inset Quotes fld
25447 \end_inset
25448
25449 fig:
25450 \begin_inset Quotes frd
25451 \end_inset
25452
25453  est par exemple le raccourci \SpecialChar LyX
25454  pour les étiquettes dans les légendes de
25455  figures,.
25456 \end_layout
25457
25458 \end_inset
25459
25460  et n'est pas internationalisé.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Subsection
25469 Nommage automatique des références croisées
25470 \begin_inset Index idx
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 References@Références ! Nommage automatique
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 Le paquetage \SpecialChar LaTeX
25484  
25485 \series bold
25486 hyperref
25487 \series default
25488
25489 \begin_inset Index idx
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 Paquetages \SpecialChar LaTeX
25494  ! hyperref
25495 \end_layout
25496
25497 \end_inset
25498
25499
25500 \series bold
25501
25502 \series default
25503 qui est activé dans la rubrique 
25504 \family sans
25505 Propriétés du PDF
25506 \family default
25507  de la fenêtre de dialogue 
25508 \family sans
25509 Paramètres du document
25510 \family default
25511  fournit une fonction très utile pour automatiser la création des références
25512  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25513  une section).
25514  Par exemple pour vous éviter de devoir écrire le mot 
25515 \begin_inset Quotes fld
25516 \end_inset
25517
25518 Figure
25519 \begin_inset Quotes frd
25520 \end_inset
25521
25522  devant chaque référence à une figure.
25523  Pour profiter de ce nommage automatique des références croisées, vous devez
25524  activer 
25525 \series bold
25526 hyperref
25527 \series default
25528  et insérer la ligne suivante dans le préambule du document :
25529 \end_layout
25530
25531 \begin_layout Standard
25532
25533 \series bold
25534
25535 \backslash
25536 AtBeginDocument{
25537 \backslash
25538 renewcommand{
25539 \backslash
25540 ref}[1]{
25541 \backslash
25542 mbox{
25543 \backslash
25544 autoref{#1}}}}
25545 \end_layout
25546
25547 \begin_layout Standard
25548 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25549  défaut, par exemple vous préférez le nom 
25550 \begin_inset Quotes fld
25551 \end_inset
25552
25553 sec.
25554 \begin_inset Quotes frd
25555 \end_inset
25556
25557  plutôt que 
25558 \begin_inset Quotes fld
25559 \end_inset
25560
25561 section
25562 \begin_inset Quotes frd
25563 \end_inset
25564
25565 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25566 \end_layout
25567
25568 \begin_layout Standard
25569
25570 \series bold
25571
25572 \backslash
25573 addto
25574 \backslash
25575 extrasfrench{
25576 \backslash
25577 renewcommand{
25578 \backslash
25579 sectionautorefname}
25580 \begin_inset Newline newline
25581 \end_inset
25582
25583
25584 \begin_inset Phantom HPhantom
25585 status open
25586
25587 \begin_layout Plain Layout
25588
25589 \series bold
25590 \begin_inset space ~
25591 \end_inset
25592
25593
25594 \end_layout
25595
25596 \end_inset
25597
25598 {sec.
25599 \backslash
25600 negthinspace}}
25601 \end_layout
25602
25603 \begin_layout Standard
25604 Si vous utilisez une autre langue que le français, remplacez 
25605 \series bold
25606
25607 \backslash
25608 extrasfrench
25609 \series default
25610  par 
25611 \series bold
25612
25613 \backslash
25614 extras***
25615 \series default
25616 , où *** est le nom de la langue que vous utilisez.
25617
25618 \series bold
25619  
25620 \end_layout
25621
25622 \begin_layout Standard
25623 Pour avoir des noms automatiques, mais pas pour certains types de références,
25624  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25625 \end_layout
25626
25627 \begin_layout Standard
25628
25629 \series bold
25630
25631 \backslash
25632 addto
25633 \backslash
25634 extrasfrench{
25635 \backslash
25636 renewcommand*{
25637 \backslash
25638 equationautorefname}[1]{}}
25639 \end_layout
25640
25641 \begin_layout Standard
25642 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25643  de 
25644 \series bold
25645 hyperref
25646 \series default
25647  
25648 \begin_inset CommandInset citation
25649 LatexCommand cite
25650 key "hyperref"
25651
25652 \end_inset
25653
25654 .
25655 \end_layout
25656
25657 \begin_layout Standard
25658 \begin_inset Note Greyedout
25659 status open
25660
25661 \begin_layout Plain Layout
25662
25663 \series bold
25664 Note:
25665 \series default
25666  Le nommage automatique de références ne peut être utilisé si vous avez
25667  choisi le style de référence 
25668 \family sans
25669 Référence
25670 \begin_inset space ~
25671 \end_inset
25672
25673 mise
25674 \begin_inset space ~
25675 \end_inset
25676
25677 en
25678 \begin_inset space ~
25679 \end_inset
25680
25681 forme
25682 \family default
25683  décrit dans la section
25684 \begin_inset space ~
25685 \end_inset
25686
25687
25688 \begin_inset CommandInset ref
25689 LatexCommand ref
25690 reference "subsec:Formats-Références-Croisées"
25691
25692 \end_inset
25693
25694 .
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \end_layout
25701
25702 \begin_layout Standard
25703 Le manuel 
25704 \emph on
25705 Math
25706 \emph default
25707  est un exemple dans lequel on a utilisé le référencement automatique.
25708 \end_layout
25709
25710 \begin_layout Subsection
25711 Positionnement des références 
25712 \begin_inset CommandInset label
25713 LatexCommand label
25714 name "subsec:Reference-Position"
25715
25716 \end_inset
25717
25718
25719 \begin_inset Index idx
25720 status collapsed
25721
25722 \begin_layout Plain Layout
25723 References@Références ! Positionnement
25724 \end_layout
25725
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \begin_layout Standard
25732 Si vous utilisez le paquetage 
25733 \series bold
25734 hyperref, 
25735 \series default
25736 qui est activé dans la rubrique 
25737 \family sans
25738 Propriétés du PDF
25739 \family default
25740  de la fenêtre de dialogue 
25741 \family sans
25742 Paramètres du document,
25743 \family default
25744  pour lier vos références croisées dans la sortie finale, vous verrez que
25745  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25746  l'image.
25747  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25748  pourrez voir l'image sans faire défiler le texte.
25749  Ce problème vient du fait que le point d'ancrage de la référence se situe
25750  à l'endroit de l'étiquette.
25751  En utilisant le paquetage \SpecialChar LaTeX
25752  
25753 \series bold
25754 hypcap
25755 \series default
25756
25757 \begin_inset Index idx
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761 Paquetages \SpecialChar LaTeX
25762  ! hypcap
25763 \end_layout
25764
25765 \end_inset
25766
25767 , qui fait partie du paquetage \SpecialChar LaTeX
25768  
25769 \series bold
25770 oberdiek
25771 \series default
25772
25773 \begin_inset Index idx
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777 Paquetages \SpecialChar LaTeX
25778  ! oberdiek
25779 \end_layout
25780
25781 \end_inset
25782
25783 , le point d'ancrage d'un lien est place en haut du flottant.
25784  Pour utiliser cette fonction avec les flottants de figure, chargez 
25785 \series bold
25786 hypcap
25787 \series default
25788  dans l'entête du document avec la ligne
25789 \end_layout
25790
25791 \begin_layout Standard
25792
25793 \series bold
25794
25795 \backslash
25796 usepackage[figure]{hypcap}
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Vous pouvez aussi utiliser 
25801 \series bold
25802 hypcap
25803 \series default
25804  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25805  raisons de stabilité.
25806  Pour plus d'information, jetez un coup d'œil au manuel d' 
25807 \series bold
25808 hypcap
25809 \series default
25810  
25811 \begin_inset CommandInset citation
25812 LatexCommand cite
25813 key "hypcap"
25814
25815 \end_inset
25816
25817 .
25818 \end_layout
25819
25820 \begin_layout Standard
25821 \begin_inset Note Greyedout
25822 status open
25823
25824 \begin_layout Plain Layout
25825
25826 \series bold
25827 Note:
25828 \series default
25829  
25830 \series bold
25831 hypcap
25832 \series default
25833  n'a aucun effet pour les références à des sous-figures.
25834 \end_layout
25835
25836 \end_inset
25837
25838
25839 \end_layout
25840
25841 \begin_layout Section
25842 Placement des flottants
25843 \begin_inset CommandInset label
25844 LatexCommand label
25845 name "sec:Placement-flottants"
25846
25847 \end_inset
25848
25849
25850 \begin_inset Index idx
25851 status collapsed
25852
25853 \begin_layout Plain Layout
25854 Flottants ! Placement
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 En faisant un clic droit sur la boîte d'un flottant et 
25864 \lang english
25865 clicking on 
25866 \family sans
25867 Settings
25868 \family default
25869 \lang french
25870  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25871  paramètres de placement que \SpecialChar LaTeX
25872  utilise pour déterminer où placer le flottant.
25873 \begin_inset Newline newline
25874 \end_inset
25875
25876 L'option 
25877 \family sans
25878 Plusieurs
25879 \begin_inset space ~
25880 \end_inset
25881
25882 colonnes
25883 \family default
25884  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25885  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25886  confiné sur une seule colonne.
25887 \begin_inset Newline newline
25888 \end_inset
25889
25890 L'option 
25891 \family sans
25892 Rotation
25893 \begin_inset space ~
25894 \end_inset
25895
25896 90°
25897 \family default
25898  est utilisée pour faire tourner les flottants, voyez la section
25899 \begin_inset space ~
25900 \end_inset
25901
25902
25903 \begin_inset CommandInset ref
25904 LatexCommand ref
25905 reference "sec:Flottants-renversés"
25906
25907 \end_inset
25908
25909 .
25910 \end_layout
25911
25912 \begin_layout Standard
25913 En désactivant l'option 
25914 \family sans
25915 Utilise
25916 \begin_inset space ~
25917 \end_inset
25918
25919 le
25920 \begin_inset space ~
25921 \end_inset
25922
25923 placement
25924 \begin_inset space ~
25925 \end_inset
25926
25927 par
25928 \begin_inset space ~
25929 \end_inset
25930
25931 défaut
25932 \family default
25933  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
25934  le placement du flottant:
25935 \end_layout
25936
25937 \begin_layout Description
25938 Ici,
25939 \begin_inset space ~
25940 \end_inset
25941
25942 si
25943 \begin_inset space ~
25944 \end_inset
25945
25946 possible: essaie de placer le flottant à la position où il a été inséré
25947  dans \SpecialChar LyX
25948
25949 \end_layout
25950
25951 \begin_layout Description
25952 Haut
25953 \begin_inset space ~
25954 \end_inset
25955
25956 de
25957 \begin_inset space ~
25958 \end_inset
25959
25960 la
25961 \begin_inset space ~
25962 \end_inset
25963
25964 page: essaie de placer le flottant en haut de la page courante
25965 \end_layout
25966
25967 \begin_layout Description
25968 Bas
25969 \begin_inset space ~
25970 \end_inset
25971
25972 de
25973 \begin_inset space ~
25974 \end_inset
25975
25976 la
25977 \begin_inset space ~
25978 \end_inset
25979
25980 page: essaie de placer le flottant en bas de la page courante
25981 \end_layout
25982
25983 \begin_layout Description
25984 Page
25985 \begin_inset space ~
25986 \end_inset
25987
25988 de
25989 \begin_inset space ~
25990 \end_inset
25991
25992 flottants: essaie de placer le flottant sur une page à part, éventuellement
25993  avec d'autres flottants 
25994 \end_layout
25995
25996 \begin_layout Standard
25997 \SpecialChar LaTeX
25998  utilise
25999 \emph on
26000  toujours 
26001 \emph default
26002 les options dans l'ordre donné ci-dessus.
26003  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26004  va d'abord
26005  essayer 
26006 \family sans
26007 Ici
26008 \begin_inset space ~
26009 \end_inset
26010
26011 si
26012 \begin_inset space ~
26013 \end_inset
26014
26015 possible
26016 \family default
26017 , ensuite 
26018 \family sans
26019 Haut
26020 \begin_inset space ~
26021 \end_inset
26022
26023 de
26024 \begin_inset space ~
26025 \end_inset
26026
26027 la
26028 \begin_inset space ~
26029 \end_inset
26030
26031 page
26032 \family default
26033 , et ainsi de suite.
26034  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26035  va essayer les options
26036  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26037  Si aucune des quatre options de placement n'est possible, la procédure
26038  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26039 \end_layout
26040
26041 \begin_layout Standard
26042 Implicitement, chaque option a ses propres règles d'application:
26043 \end_layout
26044
26045 \begin_layout Standard
26046
26047 \family sans
26048 Haut
26049 \begin_inset space ~
26050 \end_inset
26051
26052 de
26053 \begin_inset space ~
26054 \end_inset
26055
26056 la
26057 \begin_inset space ~
26058 \end_inset
26059
26060 page
26061 \family default
26062  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26063  en haut de page (
26064 \series bold
26065
26066 \backslash
26067 topfraction
26068 \series default
26069 ).
26070 \end_layout
26071
26072 \begin_layout Standard
26073
26074 \family sans
26075 Bas
26076 \begin_inset space ~
26077 \end_inset
26078
26079 de
26080 \begin_inset space ~
26081 \end_inset
26082
26083 la
26084 \begin_inset space ~
26085 \end_inset
26086
26087 page
26088 \family default
26089  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26090  en bas de page (
26091 \series bold
26092
26093 \backslash
26094 bottomfraction
26095 \series default
26096 ).
26097 \end_layout
26098
26099 \begin_layout Standard
26100
26101 \family sans
26102 Page
26103 \begin_inset space ~
26104 \end_inset
26105
26106 de
26107 \begin_inset space ~
26108 \end_inset
26109
26110 flottants
26111 \family default
26112  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26113  si ils occupent plus de 50% de celle-ci (
26114 \series bold
26115
26116 \backslash
26117 floatpagefraction
26118 \series default
26119 ).
26120 \end_layout
26121
26122 \begin_layout Standard
26123 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26124  supplémentaire 
26125 \family sans
26126 Ignorer
26127 \begin_inset space ~
26128 \end_inset
26129
26130 les
26131 \begin_inset space ~
26132 \end_inset
26133
26134 règles
26135 \begin_inset space ~
26136 \end_inset
26137
26138 \SpecialChar LaTeX
26139
26140 \family default
26141 \lang english
26142 .
26143 \begin_inset Newline newline
26144 \end_inset
26145
26146
26147 \lang french
26148 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26149  qui sont données
26150  entre parenthèses après les descriptions des règles données ci-dessus.
26151  Par exemple, pour augmenter à 50
26152 \begin_inset space \thinspace{}
26153 \end_inset
26154
26155 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26156  trop petite, ajoutez cette ligne au préambule de votre document :
26157 \end_layout
26158
26159 \begin_layout Standard
26160
26161 \series bold
26162
26163 \backslash
26164 renewcommand{
26165 \backslash
26166 bottomfraction}{0.5}
26167 \end_layout
26168
26169 \begin_layout Standard
26170 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26171  exactement à l'endroit où vous l'avez inséré.
26172  dans ce cas utilisez l'option 
26173 \family sans
26174 Ici
26175 \begin_inset space ~
26176 \end_inset
26177
26178 à
26179 \begin_inset space ~
26180 \end_inset
26181
26182 tout
26183 \begin_inset space ~
26184 \end_inset
26185
26186 Prix
26187 \family default
26188 .
26189  Utilisez cette option le moins souvent possible et seulement quand le document
26190  est presque prêt à être imprimé.
26191  En effet, le flottant n'est plus capable de 
26192 \begin_inset Quotes fld
26193 \end_inset
26194
26195 flotter
26196 \begin_inset Quotes frd
26197 \end_inset
26198
26199 , ce qui peut perturber toutes les mises en page.
26200 \end_layout
26201
26202 \begin_layout Standard
26203 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26204  sont toujours entourés par le texte d'un paragraphe donné.
26205 \begin_inset VSpace bigskip
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \begin_layout Standard
26212 On peut parfois se trouver dans la situation où un flottant est placé en
26213  haut d'une page alors que la section concernée ne commence qu'au milieu
26214  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26215  la section précédente.
26216  On peut utiliser la commande \SpecialChar LaTeX
26217  
26218 \series bold
26219
26220 \backslash
26221 suppressfloats
26222 \series default
26223  pour éviter ce cas.
26224  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26225  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26226  soit placé avant que la section commence.
26227  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26228  votre document :
26229 \end_layout
26230
26231 \begin_layout Standard
26232
26233 \series bold
26234
26235 \backslash
26236 let
26237 \backslash
26238 mySection
26239 \backslash
26240 section
26241 \begin_inset Newline newline
26242 \end_inset
26243
26244
26245 \backslash
26246 renewcommand{
26247 \backslash
26248 section}{
26249 \backslash
26250 suppressfloats[t]
26251 \backslash
26252 mySection}
26253 \end_layout
26254
26255 \begin_layout Standard
26256 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26257  comme les chapitres et les sous-sections.
26258  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26259  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26260  pourrait ensuite
26261  avoir du mal à trouver un positionnement correct.
26262 \end_layout
26263
26264 \begin_layout Standard
26265 \begin_inset VSpace bigskip
26266 \end_inset
26267
26268 Dans certains cas il est demandé de placer toutes les figures et tous les
26269  tableaux à la fin du document.
26270  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26271  
26272 \series bold
26273 endfloat
26274 \series default
26275
26276 \begin_inset Index idx
26277 status collapsed
26278
26279 \begin_layout Plain Layout
26280 Paquetages \SpecialChar LaTeX
26281  ! endfloat
26282 \end_layout
26283
26284 \end_inset
26285
26286  a été développé.
26287  Il met en effet tous les flottants de figures et de tableaux à la fin du
26288  document dans leurs propres sections.
26289  À la position d'origine du flottant, une indication textuelle du genre
26290  
26291 \begin_inset Quotes fld
26292 \end_inset
26293
26294
26295 \family sans
26296 [Figure
26297 \begin_inset space ~
26298 \end_inset
26299
26300 3.2 
26301 \lang english
26302 about here.
26303 \lang french
26304 ]
26305 \family default
26306
26307 \begin_inset Quotes frd
26308 \end_inset
26309
26310  est insérée.
26311  Le paquetage 
26312 \series bold
26313 endfloat
26314 \series default
26315  est chargé dans le préambule avec la ligne suivante 
26316 \end_layout
26317
26318 \begin_layout Standard
26319
26320 \series bold
26321
26322 \backslash
26323 usepackage[options]{endfloat}
26324 \end_layout
26325
26326 \begin_layout Standard
26327 Il y a aussi de nombreuses options de paquetage pour modifier le format
26328  des sections de figures ou de tableau qui sont créées.
26329  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26330  
26331 \series bold
26332 endfloa
26333 \series default
26334
26335 \begin_inset CommandInset citation
26336 LatexCommand cite
26337 key "endfloat"
26338
26339 \end_inset
26340
26341 .
26342 \begin_inset Newline newline
26343 \end_inset
26344
26345
26346 \begin_inset Note Greyedout
26347 status open
26348
26349 \begin_layout Plain Layout
26350
26351 \series bold
26352 Note: endfloat
26353 \series default
26354  ne fournit pas de traduction automatique de l'indication textuelle, vous
26355  devez donc le faire manuellement, voyez la section
26356 \begin_inset space ~
26357 \end_inset
26358
26359 4 de 
26360 \begin_inset CommandInset citation
26361 LatexCommand cite
26362 key "endfloat"
26363
26364 \end_inset
26365
26366 .
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \begin_inset Newline newline
26373 \end_inset
26374
26375
26376 \begin_inset Note Greyedout
26377 status open
26378
26379 \begin_layout Plain Layout
26380
26381 \series bold
26382 Note:
26383 \series default
26384  Il y a actuellement un bug dans le paquetage 
26385 \series bold
26386 endfloat
26387 \series default
26388  quand la légende contient un 
26389 \begin_inset Quotes fld
26390 \end_inset
26391
26392 ß
26393 \begin_inset Quotes frd
26394 \end_inset
26395
26396  allemand.
26397  Utilisez dans ce cas la commande 
26398 \begin_inset Quotes fld
26399 \end_inset
26400
26401
26402 \series bold
26403
26404 \backslash
26405 ss
26406 \series default
26407
26408 \begin_inset Quotes frd
26409 \end_inset
26410
26411  en code \SpecialChar TeX
26412  à la place du 
26413 \begin_inset Quotes fld
26414 \end_inset
26415
26416 ß
26417 \begin_inset Quotes frd
26418 \end_inset
26419
26420 .
26421 \end_layout
26422
26423 \end_inset
26424
26425
26426 \end_layout
26427
26428 \begin_layout Standard
26429 \begin_inset VSpace bigskip
26430 \end_inset
26431
26432 Pour plus d'information sur les manières de placer les flottants, jetez
26433  un coup d'œil aux livres sur \SpecialChar LaTeX
26434
26435 \begin_inset CommandInset citation
26436 LatexCommand cite
26437 key "latexcompanion,latexguide,latexbook"
26438
26439 \end_inset
26440
26441 .
26442 \end_layout
26443
26444 \begin_layout Section
26445 Rotation des flottants
26446 \begin_inset CommandInset label
26447 LatexCommand label
26448 name "sec:Flottants-renversés"
26449
26450 \end_inset
26451
26452
26453 \begin_inset Index idx
26454 status collapsed
26455
26456 \begin_layout Plain Layout
26457 Flottants ! Renversés
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \begin_layout Standard
26466 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26467  tableaux très larges.
26468  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26469  un clic droit sur la boîte du flottant et utilisez l'option 
26470 \family sans
26471 Rotation
26472 \begin_inset space ~
26473 \end_inset
26474
26475 90°
26476 \family default
26477 .
26478 \end_layout
26479
26480 \begin_layout Standard
26481 Les flottants pivotés sont systématiquement placés sur leur propre page
26482  (ou colonne, si vous avez un document sur deux colonnes).
26483  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26484  
26485 \family sans
26486 Plusieurs
26487 \begin_inset space ~
26488 \end_inset
26489
26490 colonnes
26491 \family default
26492  dans les paramètres du flottant.
26493  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26494  du côté de la marge externe.
26495  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26496  ajouter soit l'option 
26497 \series bold
26498 figuresleft
26499 \series default
26500  soit l'option 
26501 \series bold
26502 figuresright
26503 \series default
26504  aux options de la classe de document.
26505 \end_layout
26506
26507 \begin_layout Standard
26508 Faire référence à un flottant pivoté se fait de la même manière que pour
26509  un flottant normal, la mise en forme de la légende est aussi identique
26510  : Le tableau
26511 \begin_inset space ~
26512 \end_inset
26513
26514
26515 \begin_inset CommandInset ref
26516 LatexCommand ref
26517 reference "tab:Tableau-pivoté"
26518
26519 \end_inset
26520
26521  est un exemple de flottant de tableau pivoté.
26522 \end_layout
26523
26524 \begin_layout Standard
26525 \begin_inset Note Greyedout
26526 status open
26527
26528 \begin_layout Plain Layout
26529
26530 \series bold
26531 Note:
26532 \series default
26533  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26534  DVI.
26535 \end_layout
26536
26537 \end_inset
26538
26539
26540 \end_layout
26541
26542 \begin_layout Standard
26543 \begin_inset Float table
26544 wide false
26545 sideways true
26546 status open
26547
26548 \begin_layout Plain Layout
26549 \begin_inset Caption Standard
26550
26551 \begin_layout Plain Layout
26552 \begin_inset CommandInset label
26553 LatexCommand label
26554 name "tab:Tableau-pivoté"
26555
26556 \end_inset
26557
26558  Tableau pivoté
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \begin_layout Plain Layout
26567 \align center
26568 \begin_inset Tabular
26569 <lyxtabular version="3" rows="1" columns="5">
26570 <features tabularvalignment="middle">
26571 <column alignment="center" valignment="top">
26572 <column alignment="center" valignment="top">
26573 <column alignment="center" valignment="top">
26574 <column alignment="center" valignment="top">
26575 <column alignment="center" valignment="top">
26576 <row>
26577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26578 \begin_inset Text
26579
26580 \begin_layout Plain Layout
26581 test
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26587 \begin_inset Text
26588
26589 \begin_layout Plain Layout
26590 b
26591 \end_layout
26592
26593 \end_inset
26594 </cell>
26595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26596 \begin_inset Text
26597
26598 \begin_layout Plain Layout
26599 c
26600 \end_layout
26601
26602 \end_inset
26603 </cell>
26604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26605 \begin_inset Text
26606
26607 \begin_layout Plain Layout
26608 d
26609 \end_layout
26610
26611 \end_inset
26612 </cell>
26613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617 e
26618 \end_layout
26619
26620 \end_inset
26621 </cell>
26622 </row>
26623 </lyxtabular>
26624
26625 \end_inset
26626
26627
26628 \end_layout
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Section
26636 Sous-flottants
26637 \begin_inset Index idx
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641 Flottants ! Sous-flottants
26642 \end_layout
26643
26644 \end_inset
26645
26646
26647 \end_layout
26648
26649 \begin_layout Standard
26650 Un exemple de sous-flottant : une figure composée de plusieurs images.
26651  On les crée en insérant un flottant dans un flottant existant.
26652  Le positionnement des sous-flottants peut être contrôlé comme pour les
26653  paragraphes comme on le voit avec les tableaux
26654 \begin_inset space ~
26655 \end_inset
26656
26657
26658 \begin_inset CommandInset ref
26659 LatexCommand ref
26660 reference "tab:Deux-sous-tableaux-cote-a-cote"
26661
26662 \end_inset
26663
26664  et 
26665 \begin_inset CommandInset ref
26666 LatexCommand ref
26667 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26668
26669 \end_inset
26670
26671 .
26672 \end_layout
26673
26674 \begin_layout Standard
26675 On fait référence à des sous-flottants comme on le ferait avec des flottants
26676  normaux : Les tableaux
26677 \begin_inset space ~
26678 \end_inset
26679
26680
26681 \begin_inset CommandInset ref
26682 LatexCommand ref
26683 reference "tab:Le-sous-tableau-a"
26684
26685 \end_inset
26686
26687  et 
26688 \begin_inset CommandInset ref
26689 LatexCommand ref
26690 reference "tab:Le-sous-tableau-b"
26691
26692 \end_inset
26693
26694  sont des sous-tableaux du tableau
26695 \begin_inset space ~
26696 \end_inset
26697
26698
26699 \begin_inset CommandInset ref
26700 LatexCommand ref
26701 reference "tab:Deux-sous-tableaux-cote-a-cote"
26702
26703 \end_inset
26704
26705 .
26706 \end_layout
26707
26708 \begin_layout Standard
26709 \begin_inset Float table
26710 wide false
26711 sideways false
26712 status open
26713
26714 \begin_layout Plain Layout
26715 \begin_inset Caption Standard
26716
26717 \begin_layout Plain Layout
26718 \begin_inset CommandInset label
26719 LatexCommand label
26720 name "tab:Deux-sous-tableaux-cote-a-cote"
26721
26722 \end_inset
26723
26724 Deux sous-tableaux placés côte-à-côte.
26725 \end_layout
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \begin_layout Plain Layout
26733 \align center
26734 \begin_inset space \hfill{}
26735 \end_inset
26736
26737
26738 \begin_inset Float table
26739 wide false
26740 sideways false
26741 status collapsed
26742
26743 \begin_layout Plain Layout
26744 \begin_inset Caption Standard
26745
26746 \begin_layout Plain Layout
26747 \begin_inset CommandInset label
26748 LatexCommand label
26749 name "tab:Le-sous-tableau-a"
26750
26751 \end_inset
26752
26753 Le sous-tableau a
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \begin_layout Plain Layout
26762 \align center
26763 \begin_inset Tabular
26764 <lyxtabular version="3" rows="1" columns="5">
26765 <features tabularvalignment="middle">
26766 <column alignment="center" valignment="top">
26767 <column alignment="center" valignment="top">
26768 <column alignment="center" valignment="top">
26769 <column alignment="center" valignment="top">
26770 <column alignment="center" valignment="top">
26771 <row>
26772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776 test
26777 \end_layout
26778
26779 \end_inset
26780 </cell>
26781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26782 \begin_inset Text
26783
26784 \begin_layout Plain Layout
26785 b
26786 \end_layout
26787
26788 \end_inset
26789 </cell>
26790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26791 \begin_inset Text
26792
26793 \begin_layout Plain Layout
26794 c
26795 \end_layout
26796
26797 \end_inset
26798 </cell>
26799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803 d
26804 \end_layout
26805
26806 \end_inset
26807 </cell>
26808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26809 \begin_inset Text
26810
26811 \begin_layout Plain Layout
26812 e
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 </row>
26818 </lyxtabular>
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \begin_inset space \hfill{}
26829 \end_inset
26830
26831
26832 \begin_inset Float table
26833 wide false
26834 sideways false
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838 \begin_inset Caption Standard
26839
26840 \begin_layout Plain Layout
26841 \begin_inset CommandInset label
26842 LatexCommand label
26843 name "tab:Le-sous-tableau-b"
26844
26845 \end_inset
26846
26847 Le sous-tableau b.
26848 \end_layout
26849
26850 \end_inset
26851
26852
26853 \end_layout
26854
26855 \begin_layout Plain Layout
26856 \align center
26857 \begin_inset Tabular
26858 <lyxtabular version="3" rows="1" columns="5">
26859 <features tabularvalignment="middle">
26860 <column alignment="center" valignment="top">
26861 <column alignment="center" valignment="top">
26862 <column alignment="center" valignment="top">
26863 <column alignment="center" valignment="top">
26864 <column alignment="center" valignment="top">
26865 <row>
26866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Plain Layout
26870 e
26871 \end_layout
26872
26873 \end_inset
26874 </cell>
26875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 d
26880 \end_layout
26881
26882 \end_inset
26883 </cell>
26884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26885 \begin_inset Text
26886
26887 \begin_layout Plain Layout
26888 c
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 b
26898 \end_layout
26899
26900 \end_inset
26901 </cell>
26902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26903 \begin_inset Text
26904
26905 \begin_layout Plain Layout
26906 test
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 </row>
26912 </lyxtabular>
26913
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \begin_inset space \hfill{}
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \begin_layout Standard
26934 \begin_inset Float table
26935 wide false
26936 sideways false
26937 status open
26938
26939 \begin_layout Plain Layout
26940 \begin_inset Caption Standard
26941
26942 \begin_layout Plain Layout
26943 \begin_inset CommandInset label
26944 LatexCommand label
26945 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26946
26947 \end_inset
26948
26949 Deux sous-tableaux placés l'un sur l'autre.
26950  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \begin_layout Plain Layout
26959 \align center
26960 \begin_inset Float table
26961 wide false
26962 sideways false
26963 status collapsed
26964
26965 \begin_layout Plain Layout
26966 \begin_inset Caption Standard
26967
26968 \begin_layout Plain Layout
26969
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Plain Layout
26978 \align center
26979 \begin_inset Tabular
26980 <lyxtabular version="3" rows="1" columns="4">
26981 <features tabularvalignment="middle">
26982 <column alignment="center" valignment="top">
26983 <column alignment="center" valignment="top">
26984 <column alignment="center" valignment="top">
26985 <column alignment="center" valignment="top">
26986 <row>
26987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 test
26992 \end_layout
26993
26994 \end_inset
26995 </cell>
26996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26997 \begin_inset Text
26998
26999 \begin_layout Plain Layout
27000 test
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 test
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Plain Layout
27018 test
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 </lyxtabular>
27025
27026 \end_inset
27027
27028
27029 \end_layout
27030
27031 \end_inset
27032
27033
27034 \end_layout
27035
27036 \begin_layout Plain Layout
27037 \align center
27038 \begin_inset Float table
27039 wide false
27040 sideways false
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044 \begin_inset Caption Standard
27045
27046 \begin_layout Plain Layout
27047
27048 \end_layout
27049
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \begin_layout Plain Layout
27056 \align center
27057 \begin_inset Tabular
27058 <lyxtabular version="3" rows="1" columns="5">
27059 <features tabularvalignment="middle">
27060 <column alignment="center" valignment="top">
27061 <column alignment="center" valignment="top">
27062 <column alignment="center" valignment="top">
27063 <column alignment="center" valignment="top">
27064 <column alignment="center" valignment="top">
27065 <row>
27066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 a
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 b
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088 c
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 d
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106 e
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 </lyxtabular>
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \begin_layout Section
27130 Flottants côte-à-côte
27131 \begin_inset Index idx
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135 Flottants ! côte-à-côte
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \begin_layout Standard
27144 Pour placer des flottants côte-à-côte, comme pour la figure
27145 \begin_inset space ~
27146 \end_inset
27147
27148
27149 \begin_inset CommandInset ref
27150 LatexCommand ref
27151 reference "fig:Flottant-gauche"
27152
27153 \end_inset
27154
27155  et 
27156 \begin_inset CommandInset ref
27157 LatexCommand ref
27158 reference "fig:Flottant-droit"
27159
27160 \end_inset
27161
27162 , on n'utilise 
27163 \emph on
27164 qu'un seul 
27165 \emph default
27166 flottant.
27167  On y insère deux boîtes de minipages.
27168 \begin_inset Foot
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172 Les minipages sont décrites dans la section
27173 \begin_inset space ~
27174 \end_inset
27175
27176
27177 \begin_inset CommandInset ref
27178 LatexCommand ref
27179 reference "sec:Minipages"
27180
27181 \end_inset
27182
27183 .
27184 \end_layout
27185
27186 \end_inset
27187
27188  La largeur est mise à 45
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192 -50
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 column% et l'alignement de la boîte à 
27197 \family sans
27198 Bas
27199 \family default
27200  pour chaque minipage.
27201  Les boîtes minipages contiennent l'image et la légende exactement comme
27202  avec un flottant.
27203  La seule différence est que l'unité de longueur 
27204 \family sans
27205 Largeur
27206 \begin_inset space ~
27207 \end_inset
27208
27209 colonne
27210 \begin_inset space ~
27211 \end_inset
27212
27213 %
27214 \family default
27215  utilisée pour l'image est maintenant définie par rapport à la largeur des
27216  boîtes minipages.
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \begin_inset Float figure
27221 wide false
27222 sideways false
27223 status open
27224
27225 \begin_layout Plain Layout
27226 \begin_inset Box Frameless
27227 position "b"
27228 hor_pos "c"
27229 has_inner_box 1
27230 inner_pos "t"
27231 use_parbox 0
27232 use_makebox 0
27233 width "45col%"
27234 special "none"
27235 height "1in"
27236 height_special "totalheight"
27237 thickness "0.4pt"
27238 separation "3pt"
27239 shadowsize "4pt"
27240 framecolor "black"
27241 backgroundcolor "none"
27242 status open
27243
27244 \begin_layout Plain Layout
27245 \align center
27246 \begin_inset Graphics
27247         filename ../clipart/mobius.eps
27248         lyxscale 50
27249         width 100col%
27250         scaleBeforeRotation
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \begin_layout Plain Layout
27258 \begin_inset Caption Standard
27259
27260 \begin_layout Plain Layout
27261 \begin_inset CommandInset label
27262 LatexCommand label
27263 name "fig:Flottant-gauche"
27264
27265 \end_inset
27266
27267 Flottant du côté gauche.
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \begin_inset space \hfill{}
27279 \end_inset
27280
27281
27282 \begin_inset Box Frameless
27283 position "b"
27284 hor_pos "c"
27285 has_inner_box 1
27286 inner_pos "t"
27287 use_parbox 0
27288 use_makebox 0
27289 width "45col%"
27290 special "none"
27291 height "1in"
27292 height_special "totalheight"
27293 thickness "0.4pt"
27294 separation "3pt"
27295 shadowsize "4pt"
27296 framecolor "black"
27297 backgroundcolor "none"
27298 status open
27299
27300 \begin_layout Plain Layout
27301 \align center
27302 \begin_inset Graphics
27303         filename ../clipart/platypus.eps
27304         lyxscale 50
27305         width 100col%
27306         scaleBeforeRotation
27307
27308 \end_inset
27309
27310
27311 \end_layout
27312
27313 \begin_layout Plain Layout
27314 \begin_inset Caption Standard
27315
27316 \begin_layout Plain Layout
27317 \begin_inset CommandInset label
27318 LatexCommand label
27319 name "fig:Flottant-droit"
27320
27321 \end_inset
27322
27323 Flottant du côté droit.
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \end_layout
27340
27341 \begin_layout Standard
27342 Une solution alternative plus simple consiste à utiliser le module 
27343 \family sans
27344 Minipages à largeur variable
27345 \family default
27346 , voir la section
27347 \begin_inset space \thinspace{}
27348 \end_inset
27349
27350
27351 \begin_inset CommandInset ref
27352 LatexCommand ref
27353 reference "sec:Minipages"
27354
27355 \end_inset
27356
27357 .
27358  Les minipages à largeur variable s’adaptent automatiquement à la largeur
27359  des figures et des tableaux.
27360  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
27361  améliorent l'alignement horizontal des figures.
27362  Le fichier du répertoire des exemples 
27363 \emph on
27364 varwidth-floats-side-by-side
27365 \emph default
27366  donnes des exemples d'utilisation du module.
27367 \end_layout
27368
27369 \begin_layout Section
27370 Mise en forme de la légende
27371 \begin_inset Index idx
27372 status collapsed
27373
27374 \begin_layout Plain Layout
27375 Légende ! Mise en forme
27376 \end_layout
27377
27378 \end_inset
27379
27380
27381 \begin_inset Index idx
27382 status collapsed
27383
27384 \begin_layout Plain Layout
27385 Flottants ! Mise en forme de la Légende
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \begin_inset CommandInset label
27392 LatexCommand label
27393 name "sec:Formatage-légende"
27394
27395 \end_inset
27396
27397
27398 \end_layout
27399
27400 \begin_layout Standard
27401 L'environnement 
27402 \family sans
27403 Légende
27404 \family default
27405  est l'environnement de paragraphe implicite pour les 
27406 \family sans
27407 flottants
27408 \family default
27409 .
27410  Dans la fenêtre de \SpecialChar LyX
27411  les légendes apparaissent comme une étiquette comme
27412  par exemple 
27413 \begin_inset Quotes fld
27414 \end_inset
27415
27416
27417 \family sans
27418 Figure #:
27419 \family default
27420
27421 \begin_inset Quotes frd
27422 \end_inset
27423
27424  suivi par le texte de la légende.
27425  Le 
27426 \begin_inset Quotes fld
27427 \end_inset
27428
27429 #
27430 \begin_inset Quotes frd
27431 \end_inset
27432
27433  étant remplacé par le numéro de référence réel.
27434  implicitement l'étiquette et le numéro sont dans la même police de caractères
27435  que le texte de la légende et deux points suivent le numéro pour séparer
27436  l'étiquette du texte.
27437  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27438 \end_layout
27439
27440 \begin_layout Standard
27441 Pour modifier le format implicite des légendes, il faut charger le paquetage
27442  \SpecialChar LaTeX
27443  
27444 \series bold
27445 caption
27446 \series default
27447
27448 \begin_inset Index idx
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452 Paquetages \SpecialChar LaTeX
27453  ! caption
27454 \end_layout
27455
27456 \end_inset
27457
27458  dans le préambule de votre document avec la ligne suivante :
27459 \end_layout
27460
27461 \begin_layout Standard
27462
27463 \series bold
27464
27465 \backslash
27466 usepackage[format definition]{caption}
27467 \end_layout
27468
27469 \begin_layout Standard
27470 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27471  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27472  dans ce document, utilisez les commandes suivantes :
27473 \end_layout
27474
27475 \begin_layout Standard
27476
27477 \series bold
27478
27479 \backslash
27480 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27481 \end_layout
27482
27483 \begin_layout Standard
27484 Vous pouvez aussi définir des formats de légendes différents pour les différents
27485  types de flottants.
27486  Dans ce cas chargez le paquetage 
27487 \series bold
27488 caption 
27489 \series default
27490 sans option de format spécifique et définissez les différents formats à
27491  l'aide de la commande 
27492 \end_layout
27493
27494 \begin_layout Standard
27495
27496 \series bold
27497
27498 \backslash
27499 captionsetup[type de flottant]{définition du format}
27500 \end_layout
27501
27502 \begin_layout Standard
27503 dans le préambule du document.
27504  Par exemple les formats de légende de la Figure
27505 \begin_inset space ~
27506 \end_inset
27507
27508
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "fig:Legende-de-fig"
27512
27513 \end_inset
27514
27515  et du Tableau
27516 \begin_inset space ~
27517 \end_inset
27518
27519
27520 \begin_inset CommandInset ref
27521 LatexCommand ref
27522 reference "tab:Légende-de-tab"
27523
27524 \end_inset
27525
27526  peuvent être créés en utilisant les commandes suivantes dans le préambule
27527  :
27528 \end_layout
27529
27530 \begin_layout Standard
27531
27532 \series bold
27533
27534 \backslash
27535 usepackage[tableposition=top]{caption}
27536 \series default
27537
27538 \begin_inset Newline newline
27539 \end_inset
27540
27541
27542 \series bold
27543
27544 \backslash
27545 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27546 \begin_inset Newline newline
27547 \end_inset
27548
27549
27550 \begin_inset Phantom HPhantom
27551 status open
27552
27553 \begin_layout Plain Layout
27554
27555 \series bold
27556
27557 \backslash
27558 captionsetup[figure]{
27559 \end_layout
27560
27561 \end_inset
27562
27563 labelsep=period}
27564 \begin_inset Newline newline
27565 \end_inset
27566
27567
27568 \backslash
27569 captionsetup[table]{labelfont={bf,sf}}
27570 \end_layout
27571
27572 \begin_layout Standard
27573 \begin_inset Note Greyedout
27574 status open
27575
27576 \begin_layout Plain Layout
27577
27578 \series bold
27579 Note:
27580 \series default
27581  L'option 
27582 \series bold
27583 tableposition=top
27584 \series default
27585  n'a pas d'effet quand on utilise un document de classe 
27586 \series bold
27587 KOMA-Script
27588 \series default
27589
27590 \begin_inset Index idx
27591 status collapsed
27592
27593 \begin_layout Plain Layout
27594 Paquetages \SpecialChar LaTeX
27595  ! KOMA-Script
27596 \end_layout
27597
27598 \end_inset
27599
27600 .
27601  Dans ce cas on doit utiliser l'option 
27602 \series bold
27603 captions=tableheading
27604 \series default
27605  de la classe de document.
27606 \end_layout
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \begin_layout Standard
27614 Pour plus d'information sur le paquetage 
27615 \series bold
27616 caption
27617 \series default
27618  nous vous renvoyons à sa documentation 
27619 \begin_inset CommandInset citation
27620 LatexCommand cite
27621 key "caption"
27622
27623 \end_inset
27624
27625 .
27626 \end_layout
27627
27628 \begin_layout Standard
27629 Pour changer le nom de l'étiquette, par exemple de 
27630 \begin_inset Quotes fld
27631 \end_inset
27632
27633 Figure
27634 \begin_inset Quotes frd
27635 \end_inset
27636
27637  à 
27638 \begin_inset Quotes fld
27639 \end_inset
27640
27641 Image
27642 \begin_inset Quotes frd
27643 \end_inset
27644
27645 , utilisez la commande suivante dans le préambule :
27646 \end_layout
27647
27648 \begin_layout Standard
27649
27650 \series bold
27651
27652 \backslash
27653 renewcommand{
27654 \backslash
27655 fnum@figure}{Image~
27656 \backslash
27657 thefigure}
27658 \end_layout
27659
27660 \begin_layout Standard
27661 où 
27662 \series bold
27663
27664 \backslash
27665 thefigure
27666 \series default
27667  insère le numéro de la figure et
27668 \series bold
27669  
27670 \begin_inset Quotes fld
27671 \end_inset
27672
27673 ~
27674 \series default
27675
27676 \begin_inset Quotes frd
27677 \end_inset
27678
27679  ajoute une espace insécable.
27680 \end_layout
27681
27682 \begin_layout Standard
27683 \begin_inset VSpace bigskip
27684 \end_inset
27685
27686 Si vous utilisez un document de classe 
27687 \series bold
27688 KOMA-Script
27689 \series default
27690
27691 \begin_inset Index idx
27692 status collapsed
27693
27694 \begin_layout Plain Layout
27695 Paquetages \SpecialChar LaTeX
27696  ! KOMA-Script
27697 \end_layout
27698
27699 \end_inset
27700
27701  (
27702 \family sans
27703 article (KOMA-Script)
27704 \family default
27705
27706 \family sans
27707 book (KOMA-Script)
27708 \family default
27709
27710 \family sans
27711 letter (KOMA-Script)
27712 \family default
27713 , ou 
27714 \family sans
27715 report (KOMA-Script)
27716 \family default
27717
27718 \begin_inset space \thinspace{}
27719 \end_inset
27720
27721 ), Vous pouvez utiliser la commande incorporée 
27722 \series bold
27723
27724 \backslash
27725 setkomafont 
27726 \series default
27727 du paquetage
27728 \series bold
27729  KOMA-Script 
27730 \series default
27731 à la place du paquetage
27732 \series bold
27733  caption.
27734  
27735 \series default
27736 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27737  suivante au préambule de votre document :
27738 \end_layout
27739
27740 \begin_layout Standard
27741
27742 \series bold
27743
27744 \backslash
27745 setkomafont{captionlabel}{
27746 \backslash
27747 bfseries}
27748 \end_layout
27749
27750 \begin_layout Standard
27751 Pour plus d'information au sujet de 
27752 \series bold
27753
27754 \backslash
27755 setkomafont
27756 \series default
27757  nous vous renvoyons à la documentation du paquetage 
27758 \series bold
27759 KOMA-Script
27760 \series default
27761  
27762 \begin_inset CommandInset citation
27763 LatexCommand cite
27764 key "KOMA-Script"
27765
27766 \end_inset
27767
27768 .
27769 \end_layout
27770
27771 \begin_layout Standard
27772 \begin_inset ERT
27773 status collapsed
27774
27775 \begin_layout Plain Layout
27776
27777
27778 \backslash
27779 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27780 }
27781 \end_layout
27782
27783 \end_inset
27784
27785
27786 \begin_inset Note Note
27787 status open
27788
27789 \begin_layout Plain Layout
27790 Le format de la légende n'est modifié que pour cet exemple.
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799 \begin_inset Float figure
27800 placement !p
27801 wide false
27802 sideways false
27803 status open
27804
27805 \begin_layout Plain Layout
27806 \align center
27807 \begin_inset Graphics
27808         filename ../clipart/mobius.eps
27809         lyxscale 50
27810         scale 50
27811         scaleBeforeRotation
27812
27813 \end_inset
27814
27815
27816 \end_layout
27817
27818 \begin_layout Plain Layout
27819 \begin_inset Caption Standard
27820
27821 \begin_layout Plain Layout
27822 \begin_inset CommandInset label
27823 LatexCommand label
27824 name "fig:Legende-de-fig"
27825
27826 \end_inset
27827
27828 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27829  pour montrer les différents types de formats de légendes.
27830  Ici on a utilisé un format de légende personnalisé.
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \end_inset
27839
27840
27841 \end_layout
27842
27843 \begin_layout Standard
27844 \begin_inset ERT
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848
27849
27850 \backslash
27851 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27852 on}
27853 \end_layout
27854
27855 \end_inset
27856
27857
27858 \end_layout
27859
27860 \begin_layout Standard
27861 \begin_inset Float table
27862 placement !p
27863 wide false
27864 sideways false
27865 status open
27866
27867 \begin_layout Plain Layout
27868 \begin_inset Caption Standard
27869
27870 \begin_layout Plain Layout
27871 \begin_inset CommandInset label
27872 LatexCommand label
27873 name "tab:Légende-de-tab"
27874
27875 \end_inset
27876
27877 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27878  pour montrer les différents types de formats de légendes.
27879  Ici on a utilisé le format de légende implicite.
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \begin_layout Plain Layout
27888 \align center
27889 \begin_inset Tabular
27890 <lyxtabular version="3" rows="1" columns="5">
27891 <features tabularvalignment="middle">
27892 <column alignment="center" valignment="top">
27893 <column alignment="center" valignment="top">
27894 <column alignment="center" valignment="top">
27895 <column alignment="center" valignment="top">
27896 <column alignment="center" valignment="top">
27897 <row>
27898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27899 \begin_inset Text
27900
27901 \begin_layout Plain Layout
27902 a
27903 \end_layout
27904
27905 \end_inset
27906 </cell>
27907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27908 \begin_inset Text
27909
27910 \begin_layout Plain Layout
27911 b
27912 \end_layout
27913
27914 \end_inset
27915 </cell>
27916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27917 \begin_inset Text
27918
27919 \begin_layout Plain Layout
27920 c
27921 \end_layout
27922
27923 \end_inset
27924 </cell>
27925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27926 \begin_inset Text
27927
27928 \begin_layout Plain Layout
27929 d
27930 \end_layout
27931
27932 \end_inset
27933 </cell>
27934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27935 \begin_inset Text
27936
27937 \begin_layout Plain Layout
27938 e
27939 \end_layout
27940
27941 \end_inset
27942 </cell>
27943 </row>
27944 </lyxtabular>
27945
27946 \end_inset
27947
27948
27949 \end_layout
27950
27951 \end_inset
27952
27953
27954 \end_layout
27955
27956 \begin_layout Section
27957 Positionnement de la Légende
27958 \begin_inset Index idx
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 Légende ! Placement
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \begin_inset Index idx
27969 status collapsed
27970
27971 \begin_layout Plain Layout
27972 Flottants ! Placement de la légende
27973 \end_layout
27974
27975 \end_inset
27976
27977
27978 \begin_inset CommandInset label
27979 LatexCommand label
27980 name "sec:Placement-légende"
27981
27982 \end_inset
27983
27984
27985 \end_layout
27986
27987 \begin_layout Standard
27988 La règle habituelle pour placer la légende est :
27989 \end_layout
27990
27991 \begin_layout Description
27992 Figure
27993 \begin_inset space ~
27994 \end_inset
27995
27996 : La légende est placée en dessous de la figure
27997 \end_layout
27998
27999 \begin_layout Description
28000 Tableau
28001 \begin_inset space ~
28002 \end_inset
28003
28004 : La légende est placée au dessus du tableau
28005 \end_layout
28006
28007 \begin_layout Standard
28008 Malheureusement les classes standard de \SpecialChar LaTeX
28009  ne gèrent pas les légendes au dessus
28010  des tableaux.
28011  Ce qui fait que si vous utilisez une des classes de document 
28012 \family sans
28013 article
28014 \family default
28015
28016 \family sans
28017 book
28018 \family default
28019
28020 \family sans
28021 letter
28022 \family default
28023 , ou 
28024 \family sans
28025 report
28026 \family default
28027  il n'y aura pas d'espace libre entre la légende et le tableau.
28028  Pour insérer l'espace nécessaire, 
28029 \lang english
28030 load
28031 \lang french
28032  le paquetage \SpecialChar LaTeX
28033  
28034 \series bold
28035 caption
28036 \series default
28037
28038 \begin_inset Index idx
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042 Paquetages \SpecialChar LaTeX
28043  ! caption
28044 \end_layout
28045
28046 \end_inset
28047
28048  dans le préambule de votre document avec l'option
28049 \begin_inset Foot
28050 status collapsed
28051
28052 \begin_layout Plain Layout
28053 Voir la section
28054 \begin_inset space ~
28055 \end_inset
28056
28057
28058 \begin_inset CommandInset ref
28059 LatexCommand ref
28060 reference "sec:Formatage-légende"
28061
28062 \end_inset
28063
28064  pour plus d'information sur le paquetage 
28065 \series bold
28066 caption
28067 \series default
28068 .
28069 \end_layout
28070
28071 \end_inset
28072
28073
28074 \end_layout
28075
28076 \begin_layout Standard
28077
28078 \series bold
28079 tableposition=top
28080 \end_layout
28081
28082 \begin_layout Standard
28083 Si vous utilisez une classe de document 
28084 \series bold
28085 KOMA-Script
28086 \series default
28087
28088 \begin_inset Index idx
28089 status collapsed
28090
28091 \begin_layout Plain Layout
28092 Paquetages \SpecialChar LaTeX
28093  ! KOMA-Script
28094 \end_layout
28095
28096 \end_inset
28097
28098  (
28099 \family sans
28100 article (KOMA-Script)
28101 \family default
28102
28103 \family sans
28104 book (KOMA-Script)
28105 \family default
28106
28107 \family sans
28108 letter (KOMA-Script)
28109 \family default
28110 , ou 
28111 \family sans
28112 report (KOMA-Script)
28113 \family default
28114
28115 \begin_inset space \thinspace{}
28116 \end_inset
28117
28118 ), vous pouvez utiliser à la place du paquetage 
28119 \series bold
28120 caption
28121 \series default
28122  l'option
28123 \end_layout
28124
28125 \begin_layout Standard
28126
28127 \series bold
28128 captions=tableheading
28129 \end_layout
28130
28131 \begin_layout Standard
28132 de la classe de document.
28133 \begin_inset Foot
28134 status open
28135
28136 \begin_layout Plain Layout
28137 Cette option est utilisée dans le document
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \end_layout
28144
28145 \begin_layout Standard
28146 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28147  le menu contextuel dans une légende avec un clic droit et indiquer si la
28148  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28149  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28150  pour certaines d'entre elles.
28151  Le tableau
28152 \begin_inset space ~
28153 \end_inset
28154
28155
28156 \begin_inset CommandInset ref
28157 LatexCommand ref
28158 reference "tab:A-caption-marked"
28159
28160 \end_inset
28161
28162  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28163  alors qu'elle est insérée au-dessus.
28164  Par comparaison, la légende du tableau
28165 \begin_inset space ~
28166 \end_inset
28167
28168
28169 \begin_inset CommandInset ref
28170 LatexCommand ref
28171 reference "tab:A-standard-table"
28172
28173 \end_inset
28174
28175  n'est pas repositionnée.
28176 \end_layout
28177
28178 \begin_layout Standard
28179 \begin_inset Float table
28180 wide false
28181 sideways false
28182 status open
28183
28184 \begin_layout Plain Layout
28185 \begin_inset Caption Below
28186
28187 \begin_layout Plain Layout
28188 \begin_inset CommandInset label
28189 LatexCommand label
28190 name "tab:A-caption-marked"
28191
28192 \end_inset
28193
28194 Une légende positionnée sous le tableau par le menu contextuel
28195 \lang english
28196 .
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Plain Layout
28205 \align center
28206 \begin_inset Tabular
28207 <lyxtabular version="3" rows="3" columns="3">
28208 <features tabularvalignment="middle">
28209 <column alignment="center" valignment="top" width="0pt">
28210 <column alignment="center" valignment="top" width="0pt">
28211 <column alignment="center" valignment="top" width="0pt">
28212 <row>
28213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28214 \begin_inset Text
28215
28216 \begin_layout Plain Layout
28217 1
28218 \end_layout
28219
28220 \end_inset
28221 </cell>
28222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28223 \begin_inset Text
28224
28225 \begin_layout Plain Layout
28226 2
28227 \end_layout
28228
28229 \end_inset
28230 </cell>
28231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28232 \begin_inset Text
28233
28234 \begin_layout Plain Layout
28235 3
28236 \end_layout
28237
28238 \end_inset
28239 </cell>
28240 </row>
28241 <row>
28242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28243 \begin_inset Text
28244
28245 \begin_layout Plain Layout
28246 Jean
28247 \end_layout
28248
28249 \end_inset
28250 </cell>
28251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28252 \begin_inset Text
28253
28254 \begin_layout Plain Layout
28255 Marie
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28261 \begin_inset Text
28262
28263 \begin_layout Plain Layout
28264 Pierre
28265 \end_layout
28266
28267 \end_inset
28268 </cell>
28269 </row>
28270 <row>
28271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Plain Layout
28275 \begin_inset Formula $\int x^{2}dx$
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 \begin_inset Formula $\left[\begin{array}{cc}
28288 a & b\\
28289 c & d
28290 \end{array}\right]$
28291 \end_inset
28292
28293
28294 \end_layout
28295
28296 \end_inset
28297 </cell>
28298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28299 \begin_inset Text
28300
28301 \begin_layout Plain Layout
28302 \begin_inset Formula $1+1=2$
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309 </cell>
28310 </row>
28311 </lyxtabular>
28312
28313 \end_inset
28314
28315
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \end_layout
28322
28323 \begin_layout Standard
28324 \begin_inset Float table
28325 wide false
28326 sideways false
28327 status open
28328
28329 \begin_layout Plain Layout
28330 \begin_inset Caption Standard
28331
28332 \begin_layout Plain Layout
28333 \begin_inset CommandInset label
28334 LatexCommand label
28335 name "tab:A-standard-table"
28336
28337 \end_inset
28338
28339 Une légende de tableau standard
28340 \end_layout
28341
28342 \end_inset
28343
28344
28345 \end_layout
28346
28347 \begin_layout Plain Layout
28348 \align center
28349 \begin_inset Tabular
28350 <lyxtabular version="3" rows="3" columns="3">
28351 <features tabularvalignment="middle">
28352 <column alignment="center" valignment="top" width="0pt">
28353 <column alignment="center" valignment="top" width="0pt">
28354 <column alignment="center" valignment="top" width="0pt">
28355 <row>
28356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28357 \begin_inset Text
28358
28359 \begin_layout Plain Layout
28360 1
28361 \end_layout
28362
28363 \end_inset
28364 </cell>
28365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28366 \begin_inset Text
28367
28368 \begin_layout Plain Layout
28369 2
28370 \end_layout
28371
28372 \end_inset
28373 </cell>
28374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28375 \begin_inset Text
28376
28377 \begin_layout Plain Layout
28378 3
28379 \end_layout
28380
28381 \end_inset
28382 </cell>
28383 </row>
28384 <row>
28385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28386 \begin_inset Text
28387
28388 \begin_layout Plain Layout
28389 Jean
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Plain Layout
28398 Marie
28399 \end_layout
28400
28401 \end_inset
28402 </cell>
28403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28404 \begin_inset Text
28405
28406 \begin_layout Plain Layout
28407 Pierre
28408 \end_layout
28409
28410 \end_inset
28411 </cell>
28412 </row>
28413 <row>
28414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 \begin_inset Formula $\int x^{2}dx$
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \end_inset
28425 </cell>
28426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28427 \begin_inset Text
28428
28429 \begin_layout Plain Layout
28430 \begin_inset Formula $\left[\begin{array}{cc}
28431 a & b\\
28432 c & d
28433 \end{array}\right]$
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28442 \begin_inset Text
28443
28444 \begin_layout Plain Layout
28445 \begin_inset Formula $1+1=2$
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \end_inset
28452 </cell>
28453 </row>
28454 </lyxtabular>
28455
28456 \end_inset
28457
28458
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467 \begin_inset VSpace bigskip
28468 \end_inset
28469
28470 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28471  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28472  
28473 \series bold
28474 sidecap
28475 \series default
28476
28477 \begin_inset Index idx
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481 Paquetages \SpecialChar LaTeX
28482  ! sidecap
28483 \end_layout
28484
28485 \end_inset
28486
28487  dans le préambule de votre document avec la ligne de commande suivante
28488 \end_layout
28489
28490 \begin_layout Standard
28491
28492 \series bold
28493
28494 \backslash
28495 usepackage[option]{sidecap}
28496 \end_layout
28497
28498 \begin_layout Standard
28499 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28500  extérieure – à droite sur les pages impaires et à gauche sur les pages
28501  paires.
28502  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28503  
28504 \series bold
28505 innercaption
28506 \series default
28507 .
28508  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28509  
28510 \series bold
28511 rightcaption
28512 \series default
28513  ou 
28514 \series bold
28515 leftcaption
28516 \series default
28517 .
28518 \end_layout
28519
28520 \begin_layout Standard
28521 \begin_inset ERT
28522 status collapsed
28523
28524 \begin_layout Plain Layout
28525
28526
28527 \backslash
28528 ifsidecap
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \begin_inset Note Note
28535 status open
28536
28537 \begin_layout Plain Layout
28538 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28539  
28540 \series bold
28541 sidecap
28542 \series default
28543  a été installé.
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28553  ajouter ces commandes dans le préambule de votre document :
28554 \end_layout
28555
28556 \begin_layout Standard
28557 \noindent
28558 \begin_inset CommandInset line
28559 LatexCommand rule
28560 offset "0.5ex"
28561 width "100line%"
28562 height "1pt"
28563
28564 \end_inset
28565
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570
28571 \series bold
28572
28573 \backslash
28574 newcommand{
28575 \backslash
28576 TabBesBeg}[1][1.0]{%
28577 \begin_inset Newline newline
28578 \end_inset
28579
28580
28581 \begin_inset Phantom HPhantom
28582 status open
28583
28584 \begin_layout Plain Layout
28585 \begin_inset space ~
28586 \end_inset
28587
28588
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \backslash
28595 let
28596 \backslash
28597 MyTable
28598 \backslash
28599 table
28600 \begin_inset Newline newline
28601 \end_inset
28602
28603
28604 \begin_inset Phantom HPhantom
28605 status open
28606
28607 \begin_layout Plain Layout
28608
28609 \series medium
28610 \begin_inset space ~
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \end_inset
28617
28618
28619 \backslash
28620 let
28621 \backslash
28622 MyEndtable
28623 \backslash
28624 endtable
28625 \begin_inset Newline newline
28626 \end_inset
28627
28628
28629 \begin_inset Phantom HPhantom
28630 status open
28631
28632 \begin_layout Plain Layout
28633
28634 \series medium
28635 \begin_inset space ~
28636 \end_inset
28637
28638
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \backslash
28645 renewenvironment{table}[1]{
28646 \backslash
28647 begin{SCtable}[#1]##1}{
28648 \backslash
28649 end{SCtable}}}
28650 \end_layout
28651
28652 \begin_layout Standard
28653
28654 \series bold
28655
28656 \backslash
28657 newcommand{
28658 \backslash
28659 TabBesEnd}{%
28660 \begin_inset Newline newline
28661 \end_inset
28662
28663
28664 \begin_inset Phantom HPhantom
28665 status open
28666
28667 \begin_layout Plain Layout
28668 \begin_inset space ~
28669 \end_inset
28670
28671
28672 \end_layout
28673
28674 \end_inset
28675
28676
28677 \backslash
28678 let
28679 \backslash
28680 table
28681 \backslash
28682 MyTable
28683 \begin_inset Newline newline
28684 \end_inset
28685
28686
28687 \begin_inset Phantom HPhantom
28688 status open
28689
28690 \begin_layout Plain Layout
28691 \begin_inset space ~
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \backslash
28701 let
28702 \backslash
28703 endtable
28704 \backslash
28705 MyEndtable
28706 \end_layout
28707
28708 \begin_layout Standard
28709
28710 \series bold
28711
28712 \backslash
28713 newcommand{
28714 \backslash
28715 FigBesBeg}[1][1.0]{%
28716 \begin_inset Newline newline
28717 \end_inset
28718
28719
28720 \begin_inset Phantom HPhantom
28721 status open
28722
28723 \begin_layout Plain Layout
28724 \begin_inset space ~
28725 \end_inset
28726
28727
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \backslash
28734 let
28735 \backslash
28736 MyFigure
28737 \backslash
28738 figure
28739 \begin_inset Newline newline
28740 \end_inset
28741
28742
28743 \begin_inset Phantom HPhantom
28744 status open
28745
28746 \begin_layout Plain Layout
28747 \begin_inset space ~
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \backslash
28757 let
28758 \backslash
28759 MyEndfigure
28760 \backslash
28761 endfigure
28762 \begin_inset Newline newline
28763 \end_inset
28764
28765
28766 \begin_inset Phantom HPhantom
28767 status open
28768
28769 \begin_layout Plain Layout
28770 \begin_inset space ~
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \end_inset
28777
28778
28779 \backslash
28780 renewenvironment{figure}[1]{
28781 \backslash
28782 begin{SCfigure}[#1]##1}{
28783 \backslash
28784 end{SCfigure}}}
28785 \end_layout
28786
28787 \begin_layout Standard
28788
28789 \series bold
28790
28791 \backslash
28792 newcommand{
28793 \backslash
28794 FigBesEnd}{%
28795 \begin_inset Newline newline
28796 \end_inset
28797
28798
28799 \begin_inset Phantom HPhantom
28800 status open
28801
28802 \begin_layout Plain Layout
28803 \begin_inset space ~
28804 \end_inset
28805
28806
28807 \end_layout
28808
28809 \end_inset
28810
28811
28812 \backslash
28813 let
28814 \backslash
28815 figure
28816 \backslash
28817 MyFigure
28818 \begin_inset Newline newline
28819 \end_inset
28820
28821
28822 \begin_inset Phantom HPhantom
28823 status open
28824
28825 \begin_layout Plain Layout
28826 \begin_inset space ~
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \backslash
28836 let
28837 \backslash
28838 endfigure
28839 \backslash
28840 MyEndfigure}
28841 \end_layout
28842
28843 \begin_layout Standard
28844 \noindent
28845 \begin_inset CommandInset line
28846 LatexCommand rule
28847 offset "0.5ex"
28848 width "100line%"
28849 height "1pt"
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Standard
28857 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28858  la légende se place sur le côté.
28859  Pour les flottants de figure, utilisez la commande
28860 \end_layout
28861
28862 \begin_layout Standard
28863
28864 \series bold
28865
28866 \backslash
28867 FigBesBeg
28868 \end_layout
28869
28870 \begin_layout Standard
28871 en code \SpecialChar TeX
28872  avant le flottant.
28873  Et insérez la commande
28874 \end_layout
28875
28876 \begin_layout Standard
28877
28878 \series bold
28879
28880 \backslash
28881 FigBesEnd
28882 \end_layout
28883
28884 \begin_layout Standard
28885 en code \SpecialChar TeX
28886  à l'endroit où vous voulez revenir à la définition originale du
28887  flottant.
28888 \end_layout
28889
28890 \begin_layout Standard
28891 Pour les flottants de tableau, utilisez les commandes correspondantes
28892 \end_layout
28893
28894 \begin_layout Standard
28895
28896 \series bold
28897
28898 \backslash
28899 TabBesBeg
28900 \series default
28901  et 
28902 \series bold
28903
28904 \backslash
28905 TabBesEnd
28906 \end_layout
28907
28908 \begin_layout Standard
28909 La figure
28910 \begin_inset space ~
28911 \end_inset
28912
28913
28914 \begin_inset CommandInset ref
28915 LatexCommand ref
28916 reference "fig:legende-a-coté-fig"
28917
28918 \end_inset
28919
28920  et le tableau
28921 \begin_inset space ~
28922 \end_inset
28923
28924
28925 \begin_inset CommandInset ref
28926 LatexCommand ref
28927 reference "tab:legende-à-coté-tableau"
28928
28929 \end_inset
28930
28931  sont des exemples où la légende a été mises sur le coté.
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28936  pour les flottants de tableau et vers le bas pour les flottants de figure.
28937  Pour changer ce comportement, vous pouvez utiliser les commandes
28938 \end_layout
28939
28940 \begin_layout Standard
28941
28942 \series bold
28943
28944 \backslash
28945 sidecaptionvpos{type flottant}{placement}
28946 \end_layout
28947
28948 \begin_layout Standard
28949 dans le préambule du document ou en code \SpecialChar TeX
28950  juste avant le flottant visé.
28951  Le type du flottant est soit 
28952 \family sans
28953 figure
28954 \family default
28955  soit 
28956 \family sans
28957 table
28958 \family default
28959 , le placement peut être 
28960 \begin_inset Quotes fld
28961 \end_inset
28962
28963
28964 \family sans
28965 t
28966 \family default
28967
28968 \begin_inset Quotes frd
28969 \end_inset
28970
28971  pour haut (top), 
28972 \begin_inset Quotes fld
28973 \end_inset
28974
28975
28976 \family sans
28977 c
28978 \family default
28979
28980 \begin_inset Quotes frd
28981 \end_inset
28982
28983
28984 \begin_inset Quotes erd
28985 \end_inset
28986
28987  pour centre (center), ou 
28988 \begin_inset Quotes fld
28989 \end_inset
28990
28991
28992 \family sans
28993 b
28994 \family default
28995
28996 \begin_inset Quotes frd
28997 \end_inset
28998
28999  pour bas (bottom).
29000  Pour que, par exemple, les légendes des flottants de figure soient centrés
29001  verticalement, utilisez la commande
29002 \end_layout
29003
29004 \begin_layout Standard
29005
29006 \series bold
29007
29008 \backslash
29009 sidecaptionvpos{figure}{c}
29010 \end_layout
29011
29012 \begin_layout Standard
29013 C'est ce qui a été utilisé pour la figure
29014 \begin_inset space ~
29015 \end_inset
29016
29017
29018 \begin_inset CommandInset ref
29019 LatexCommand ref
29020 reference "fig:legende-à-coté-fig-2"
29021
29022 \end_inset
29023
29024 .
29025 \end_layout
29026
29027 \begin_layout Standard
29028 \begin_inset VSpace medskip
29029 \end_inset
29030
29031
29032 \end_layout
29033
29034 \begin_layout Standard
29035 La largeur de légende par défaut est celle de l'image ou du tableau.
29036  Pour des images ou des tableaux étroits, comme le tableau
29037 \begin_inset space ~
29038 \end_inset
29039
29040
29041 \begin_inset CommandInset ref
29042 LatexCommand ref
29043 reference "tab:legende-à-coté-tableau"
29044
29045 \end_inset
29046
29047 , cela donne des légendes trop étroites.
29048  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29049  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29050  La largeur de la légende sera automatiquement recalculée dans le cas où
29051  cette dernière déborderait dans la marge de la page ou de la colonne à
29052  cause de la largeur indiquée.
29053  Le 
29054 \emph on
29055 facteur 
29056 \emph default
29057 peut soit être donné comme argument pour 
29058 \series bold
29059
29060 \backslash
29061 FigBesBeg
29062 \series default
29063 :
29064 \end_layout
29065
29066 \begin_layout Standard
29067
29068 \series bold
29069
29070 \backslash
29071 FigBesBeg[facteur]
29072 \end_layout
29073
29074 \begin_layout Standard
29075 ou dans la définition de 
29076 \series bold
29077
29078 \backslash
29079 FigBesBeg 
29080 \series default
29081 en remplaçant le
29082 \series bold
29083  1.0 
29084 \series default
29085 par une autre valeur.
29086  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29087  façon implicite quand  
29088 \series bold
29089
29090 \backslash
29091 FigBesBeg
29092 \series default
29093  est utilisé sans argument.
29094  Pour le tableau
29095 \begin_inset space ~
29096 \end_inset
29097
29098
29099 \begin_inset CommandInset ref
29100 LatexCommand ref
29101 reference "tab:cap-beside-tab-wider"
29102
29103 \end_inset
29104
29105  on a utilisé 5 comme facteur.
29106 \end_layout
29107
29108 \begin_layout Standard
29109
29110 \lang english
29111 \begin_inset Note Greyedout
29112 status open
29113
29114 \begin_layout Plain Layout
29115
29116 \series bold
29117 Note:
29118 \series default
29119  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29120  utiliser l'option de placement, 
29121 \family sans
29122 Ici
29123 \begin_inset space ~
29124 \end_inset
29125
29126 à
29127 \begin_inset space ~
29128 \end_inset
29129
29130 tout
29131 \begin_inset space ~
29132 \end_inset
29133
29134 prix
29135 \family default
29136  parce qu'elle n'est pas gérée par 
29137 \series bold
29138 sidecap
29139 \series default
29140 .
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Standard
29149 \begin_inset VSpace medskip
29150 \end_inset
29151
29152 Pour plus d'information sur le paquetage 
29153 \series bold
29154 sidecap
29155 \series default
29156  nous vous renvoyons à sa documentation 
29157 \begin_inset CommandInset citation
29158 LatexCommand cite
29159 key "sidecap"
29160
29161 \end_inset
29162
29163 .
29164 \end_layout
29165
29166 \begin_layout Standard
29167 \begin_inset Note Greyedout
29168 status open
29169
29170 \begin_layout Plain Layout
29171
29172 \series bold
29173 Note:
29174 \series default
29175  Le paquetage \SpecialChar LaTeX
29176  
29177 \series bold
29178 hypcap
29179 \series default
29180
29181 \begin_inset Index idx
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185 Paquetages \SpecialChar LaTeX
29186  ! hypcap
29187 \end_layout
29188
29189 \end_inset
29190
29191 , qui est décrit dans la section
29192 \begin_inset space ~
29193 \end_inset
29194
29195
29196 \begin_inset CommandInset ref
29197 LatexCommand ref
29198 reference "subsec:Reference-Position"
29199
29200 \end_inset
29201
29202 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29203 \end_layout
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216
29217 \backslash
29218 FigBesBeg 
29219 \end_layout
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Standard
29227 \begin_inset Float figure
29228 wide false
29229 sideways false
29230 status open
29231
29232 \begin_layout Plain Layout
29233 \begin_inset Graphics
29234         filename ../clipart/escher-lsd.eps
29235         scale 75
29236         scaleBeforeRotation
29237
29238 \end_inset
29239
29240
29241 \end_layout
29242
29243 \begin_layout Plain Layout
29244 \begin_inset Caption Standard
29245
29246 \begin_layout Plain Layout
29247 \begin_inset CommandInset label
29248 LatexCommand label
29249 name "fig:legende-a-coté-fig"
29250
29251 \end_inset
29252
29253 Une légende à côté d'une figure.
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \end_layout
29260
29261 \end_inset
29262
29263
29264 \end_layout
29265
29266 \begin_layout Standard
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272
29273 \backslash
29274 FigBesEnd
29275 \end_layout
29276
29277 \end_inset
29278
29279
29280 \end_layout
29281
29282 \begin_layout Standard
29283 \begin_inset ERT
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287
29288
29289 \backslash
29290 TabBesBeg 
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Standard
29299 \begin_inset Float table
29300 wide false
29301 sideways false
29302 status open
29303
29304 \begin_layout Plain Layout
29305 \begin_inset Caption Standard
29306
29307 \begin_layout Plain Layout
29308 \begin_inset CommandInset label
29309 LatexCommand label
29310 name "tab:legende-à-coté-tableau"
29311
29312 \end_inset
29313
29314 Une légende à côté d'un tableau.
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Plain Layout
29323 \begin_inset Tabular
29324 <lyxtabular version="3" rows="4" columns="5">
29325 <features tabularvalignment="middle">
29326 <column alignment="center" valignment="top">
29327 <column alignment="center" valignment="top">
29328 <column alignment="center" valignment="top">
29329 <column alignment="center" valignment="top">
29330 <column alignment="center" valignment="top">
29331 <row>
29332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29333 \begin_inset Text
29334
29335 \begin_layout Plain Layout
29336 a
29337 \end_layout
29338
29339 \end_inset
29340 </cell>
29341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29342 \begin_inset Text
29343
29344 \begin_layout Plain Layout
29345
29346 \end_layout
29347
29348 \end_inset
29349 </cell>
29350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29351 \begin_inset Text
29352
29353 \begin_layout Plain Layout
29354 b
29355 \end_layout
29356
29357 \end_inset
29358 </cell>
29359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29360 \begin_inset Text
29361
29362 \begin_layout Plain Layout
29363
29364 \end_layout
29365
29366 \end_inset
29367 </cell>
29368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29369 \begin_inset Text
29370
29371 \begin_layout Plain Layout
29372 c
29373 \end_layout
29374
29375 \end_inset
29376 </cell>
29377 </row>
29378 <row>
29379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29380 \begin_inset Text
29381
29382 \begin_layout Plain Layout
29383
29384 \end_layout
29385
29386 \end_inset
29387 </cell>
29388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29389 \begin_inset Text
29390
29391 \begin_layout Plain Layout
29392 d
29393 \end_layout
29394
29395 \end_inset
29396 </cell>
29397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 e
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 </row>
29425 <row>
29426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29427 \begin_inset Text
29428
29429 \begin_layout Plain Layout
29430 f
29431 \end_layout
29432
29433 \end_inset
29434 </cell>
29435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29436 \begin_inset Text
29437
29438 \begin_layout Plain Layout
29439
29440 \end_layout
29441
29442 \end_inset
29443 </cell>
29444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29445 \begin_inset Text
29446
29447 \begin_layout Plain Layout
29448 g
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29463 \begin_inset Text
29464
29465 \begin_layout Plain Layout
29466 h
29467 \end_layout
29468
29469 \end_inset
29470 </cell>
29471 </row>
29472 <row>
29473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Plain Layout
29477
29478 \end_layout
29479
29480 \end_inset
29481 </cell>
29482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Plain Layout
29486 i
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Plain Layout
29495
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Plain Layout
29504 j
29505 \end_layout
29506
29507 \end_inset
29508 </cell>
29509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29510 \begin_inset Text
29511
29512 \begin_layout Plain Layout
29513
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 </row>
29519 </lyxtabular>
29520
29521 \end_inset
29522
29523
29524 \end_layout
29525
29526 \end_inset
29527
29528
29529 \end_layout
29530
29531 \begin_layout Standard
29532 \begin_inset ERT
29533 status collapsed
29534
29535 \begin_layout Plain Layout
29536
29537
29538 \backslash
29539 TabBesEnd
29540 \end_layout
29541
29542 \end_inset
29543
29544
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset ERT
29549 status collapsed
29550
29551 \begin_layout Plain Layout
29552
29553
29554 \backslash
29555 FigBesBeg 
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \begin_layout Standard
29564 \begin_inset ERT
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568
29569
29570 \backslash
29571 sidecaptionvpos{figure}{c}
29572 \end_layout
29573
29574 \end_inset
29575
29576
29577 \begin_inset Float figure
29578 wide false
29579 sideways false
29580 status open
29581
29582 \begin_layout Plain Layout
29583 \begin_inset Graphics
29584         filename ../clipart/escher-lsd.eps
29585         scale 75
29586         scaleBeforeRotation
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Plain Layout
29594 \begin_inset Caption Standard
29595
29596 \begin_layout Plain Layout
29597 \begin_inset CommandInset label
29598 LatexCommand label
29599 name "fig:legende-à-coté-fig-2"
29600
29601 \end_inset
29602
29603 Une légende centrée verticalement à côté d'une figure.
29604 \end_layout
29605
29606 \end_inset
29607
29608
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622
29623 \backslash
29624 FigBesEnd
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 TabBesBeg[5]
29641 \end_layout
29642
29643 \end_inset
29644
29645
29646 \end_layout
29647
29648 \begin_layout Standard
29649 \begin_inset Float table
29650 wide false
29651 sideways false
29652 status open
29653
29654 \begin_layout Plain Layout
29655 \begin_inset Caption Standard
29656
29657 \begin_layout Plain Layout
29658
29659 \lang english
29660 \begin_inset CommandInset label
29661 LatexCommand label
29662 name "tab:cap-beside-tab-wider"
29663
29664 \end_inset
29665
29666 This is a caption is wider than the one in
29667 \lang french
29668  tableau
29669 \begin_inset space ~
29670 \end_inset
29671
29672
29673 \begin_inset CommandInset ref
29674 LatexCommand ref
29675 reference "tab:legende-à-coté-tableau"
29676
29677 \end_inset
29678
29679 .
29680 \end_layout
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Plain Layout
29688 \begin_inset Tabular
29689 <lyxtabular version="3" rows="4" columns="5">
29690 <features tabularvalignment="middle">
29691 <column alignment="center" valignment="top">
29692 <column alignment="center" valignment="top">
29693 <column alignment="center" valignment="top">
29694 <column alignment="center" valignment="top">
29695 <column alignment="center" valignment="top">
29696 <row>
29697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29698 \begin_inset Text
29699
29700 \begin_layout Plain Layout
29701 a
29702 \end_layout
29703
29704 \end_inset
29705 </cell>
29706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29707 \begin_inset Text
29708
29709 \begin_layout Plain Layout
29710
29711 \end_layout
29712
29713 \end_inset
29714 </cell>
29715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29716 \begin_inset Text
29717
29718 \begin_layout Plain Layout
29719 b
29720 \end_layout
29721
29722 \end_inset
29723 </cell>
29724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29725 \begin_inset Text
29726
29727 \begin_layout Plain Layout
29728
29729 \end_layout
29730
29731 \end_inset
29732 </cell>
29733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29734 \begin_inset Text
29735
29736 \begin_layout Plain Layout
29737 c
29738 \end_layout
29739
29740 \end_inset
29741 </cell>
29742 </row>
29743 <row>
29744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29745 \begin_inset Text
29746
29747 \begin_layout Plain Layout
29748
29749 \end_layout
29750
29751 \end_inset
29752 </cell>
29753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29754 \begin_inset Text
29755
29756 \begin_layout Plain Layout
29757 d
29758 \end_layout
29759
29760 \end_inset
29761 </cell>
29762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29763 \begin_inset Text
29764
29765 \begin_layout Plain Layout
29766
29767 \end_layout
29768
29769 \end_inset
29770 </cell>
29771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Plain Layout
29775 e
29776 \end_layout
29777
29778 \end_inset
29779 </cell>
29780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout Plain Layout
29784
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 </row>
29790 <row>
29791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29792 \begin_inset Text
29793
29794 \begin_layout Plain Layout
29795 f
29796 \end_layout
29797
29798 \end_inset
29799 </cell>
29800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29801 \begin_inset Text
29802
29803 \begin_layout Plain Layout
29804
29805 \end_layout
29806
29807 \end_inset
29808 </cell>
29809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29810 \begin_inset Text
29811
29812 \begin_layout Plain Layout
29813 g
29814 \end_layout
29815
29816 \end_inset
29817 </cell>
29818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Plain Layout
29831 h
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 </row>
29837 <row>
29838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29839 \begin_inset Text
29840
29841 \begin_layout Plain Layout
29842
29843 \end_layout
29844
29845 \end_inset
29846 </cell>
29847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29848 \begin_inset Text
29849
29850 \begin_layout Plain Layout
29851 i
29852 \end_layout
29853
29854 \end_inset
29855 </cell>
29856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29857 \begin_inset Text
29858
29859 \begin_layout Plain Layout
29860
29861 \end_layout
29862
29863 \end_inset
29864 </cell>
29865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29866 \begin_inset Text
29867
29868 \begin_layout Plain Layout
29869 j
29870 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Plain Layout
29878
29879 \end_layout
29880
29881 \end_inset
29882 </cell>
29883 </row>
29884 </lyxtabular>
29885
29886 \end_inset
29887
29888
29889 \end_layout
29890
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 \begin_inset ERT
29898 status collapsed
29899
29900 \begin_layout Plain Layout
29901
29902
29903 \backslash
29904 TabBesEnd
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Standard
29913 \begin_inset ERT
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917
29918
29919 \backslash
29920 else
29921 \end_layout
29922
29923 \end_inset
29924
29925
29926 \begin_inset Note Note
29927 status open
29928
29929 \begin_layout Plain Layout
29930 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
29931  
29932 \series bold
29933 sidecap
29934 \series default
29935  n'est pas installé :
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 Vous devez installer le paquetage \SpecialChar LaTeX
29945  
29946 \series bold
29947 sidecap
29948 \series default
29949  pour voir la suite de cette section dans la sortie imprimée.
29950 \end_layout
29951
29952 \begin_layout Standard
29953 \begin_inset ERT
29954 status collapsed
29955
29956 \begin_layout Plain Layout
29957
29958
29959 \backslash
29960 fi
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \end_layout
29967
29968 \begin_layout Section
29969 Les listes de flottants
29970 \begin_inset Index idx
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974 Flottants ! Listes de Flottants
29975 \end_layout
29976
29977 \end_inset
29978
29979
29980 \end_layout
29981
29982 \begin_layout Standard
29983 De la même façon que la table des matières fait la liste des sections du
29984  document, il y a des listes pour tous les types de flottants, comme par
29985  exemple pour les figures du document.
29986  Vous pouvez les insérer en utilisant le menu 
29987 \family sans
29988 Insertion\SpecialChar menuseparator
29989 Listes
29990 \begin_inset space ~
29991 \end_inset
29992
29993 &
29994 \begin_inset space ~
29995 \end_inset
29996
29997 TdM
29998 \family default
29999 .
30000 \end_layout
30001
30002 \begin_layout Standard
30003 Les entrées de la liste sont la légende du flottant ou éventuellement le
30004  titre court, le numéro du flottant, et le numéro de la page où le flottant
30005  apparaît dans le document.
30006 \end_layout
30007
30008 \begin_layout Standard
30009 Vous trouverez à la fin de ce document une liste des figures et une liste
30010  des tableaux.
30011 \end_layout
30012
30013 \begin_layout Chapter
30014 Notes
30015 \end_layout
30016
30017 \begin_layout Section
30018 Les notes de \SpecialChar LyX
30019
30020 \begin_inset Index idx
30021 status collapsed
30022
30023 \begin_layout Plain Layout
30024 Notes ! Notes \SpecialChar LyX
30025  
30026 \end_layout
30027
30028 \end_inset
30029
30030
30031 \end_layout
30032
30033 \begin_layout Standard
30034 On peut insérer une note en utilisant le bouton 
30035 \begin_inset Info
30036 type  "icon"
30037 arg   "note-insert"
30038 \end_inset
30039
30040  de la barre d'outils ou avec le menu 
30041 \family sans
30042 Insertion\SpecialChar menuseparator
30043 Note
30044 \family default
30045 .
30046  Il y a trois types de notes :
30047 \end_layout
30048
30049 \begin_layout Description
30050 Note
30051 \begin_inset space ~
30052 \end_inset
30053
30054 \SpecialChar LyX
30055  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30056  La boîte de cette note ressemble à ceci :
30057 \begin_inset Newline newline
30058 \end_inset
30059
30060
30061 \begin_inset Newline newline
30062 \end_inset
30063
30064
30065 \begin_inset Graphics
30066         filename clipart/LyXNoteImage.png
30067         display false
30068         scale 90
30069         scaleBeforeRotation
30070
30071 \end_inset
30072
30073  
30074 \begin_inset Note Note
30075 status open
30076
30077 \begin_layout Plain Layout
30078 Le texte de cette note n'apparaîtra pas à l'impression.
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Description
30087 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30088  il est inséré comme un commentaire \SpecialChar LaTeX
30089  quand vous exportez votre document
30090  vers un fichier au format \SpecialChar LaTeX
30091  avec le menu 
30092 \family sans
30093 Fichier\SpecialChar menuseparator
30094 Exporter\SpecialChar menuseparator
30095 LaTeX
30096 \begin_inset space ~
30097 \end_inset
30098
30099 (pdflatex) / (plain)
30100 \family default
30101 .
30102  La boîte de cette note ressemble à ceci :
30103 \begin_inset Newline newline
30104 \end_inset
30105
30106
30107 \begin_inset Newline newline
30108 \end_inset
30109
30110
30111 \begin_inset Graphics
30112         filename clipart/CommentNoteImage.png
30113         display false
30114         scale 90
30115         scaleBeforeRotation
30116
30117 \end_inset
30118
30119  
30120 \begin_inset Note Comment
30121 status open
30122
30123 \begin_layout Plain Layout
30124 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30125  \SpecialChar LaTeX
30126 .
30127 \end_layout
30128
30129 \end_inset
30130
30131
30132 \end_layout
30133
30134 \begin_layout Description
30135 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30136  La boîte de cette note ressemble à ceci :
30137 \begin_inset Newline newline
30138 \end_inset
30139
30140
30141 \begin_inset Newline newline
30142 \end_inset
30143
30144
30145 \begin_inset Graphics
30146         filename clipart/GreyedOutNoteImage.png
30147         lyxscale 80
30148         display false
30149         scale 90
30150         scaleBeforeRotation
30151
30152 \end_inset
30153
30154
30155 \begin_inset Newline newline
30156 \end_inset
30157
30158
30159 \begin_inset ERT
30160 status collapsed
30161
30162 \begin_layout Plain Layout
30163
30164
30165 \backslash
30166 renewenvironment{lyxgreyedout}
30167 \end_layout
30168
30169 \begin_layout Plain Layout
30170
30171 {
30172 \backslash
30173 textcolor[gray]{0.8}
30174 \backslash
30175 bgroup}{
30176 \backslash
30177 egroup}
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \begin_inset Note Greyedout
30184 status open
30185
30186 \begin_layout Plain Layout
30187 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
30188  grisé.
30189 \end_layout
30190
30191 \end_inset
30192
30193
30194 \begin_inset ERT
30195 status collapsed
30196
30197 \begin_layout Plain Layout
30198
30199
30200 \backslash
30201 renewenvironment{lyxgreyedout}
30202 \end_layout
30203
30204 \begin_layout Plain Layout
30205
30206 {
30207 \backslash
30208 textcolor{blue}
30209 \backslash
30210 bgroup}{
30211 \backslash
30212 egroup}
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \begin_inset Note Note
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30223  originale qu'elle a dans \SpecialChar LyX
30224 .
30225  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30226  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30227 \end_layout
30228
30229 \end_inset
30230
30231
30232 \begin_inset Newline newline
30233 \end_inset
30234
30235
30236 \begin_inset Newline newline
30237 \end_inset
30238
30239 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30240  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30241 \end_layout
30242
30243 \begin_layout Standard
30244 \begin_inset VSpace bigskip
30245 \end_inset
30246
30247 Quand vous utilisez le bouton 
30248 \begin_inset Info
30249 type  "icon"
30250 arg   "note-insert"
30251 \end_inset
30252
30253  de la barre d'outils, vous insérez une 
30254 \family sans
30255 Note
30256 \begin_inset space ~
30257 \end_inset
30258
30259 \SpecialChar LyX
30260
30261 \family default
30262 .
30263  Vous pouvez commuter entre les trois types de note avec un clic droit sur
30264  la boîte.
30265  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30266 la et cliquez sur le bouton d'insertion de note.
30267  Pour retransformer une note en texte, appuyez sur la touche 
30268 \family sans
30269 backspace
30270 \family default
30271  quand le curseur est au tout début de la note ou appuyez sur la touche
30272  
30273 \family sans
30274 Suppr.
30275
30276 \family default
30277  quand le curseur se trouve à la fin de la note.
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset VSpace bigskip
30282 \end_inset
30283
30284
30285 \end_layout
30286
30287 \begin_layout Standard
30288 Vous pouvez changer la couleur des notes grisées dans le menu 
30289 \family sans
30290 Document\SpecialChar menuseparator
30291 Paramètres\SpecialChar menuseparator
30292 Couleurs
30293 \family default
30294 .
30295 \end_layout
30296
30297 \begin_layout Section
30298 Notes en bas de page
30299 \begin_inset CommandInset label
30300 LatexCommand label
30301 name "sec:Notes-bas-de-page"
30302
30303 \end_inset
30304
30305
30306 \begin_inset Index idx
30307 status collapsed
30308
30309 \begin_layout Plain Layout
30310 Notes ! Notes de bas de page
30311 \end_layout
30312
30313 \end_inset
30314
30315
30316 \begin_inset Index idx
30317 status collapsed
30318
30319 \begin_layout Plain Layout
30320 Notes de bas de page
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30330  
30331 \begin_inset Info
30332 type  "icon"
30333 arg   "footnote-insert"
30334 \end_inset
30335
30336  de la barre d'outils, soit en utilisant le menu 
30337 \family sans
30338 Insertion\SpecialChar menuseparator
30339 Note
30340 \begin_inset space ~
30341 \end_inset
30342
30343 en
30344 \begin_inset space ~
30345 \end_inset
30346
30347 Bas
30348 \begin_inset space ~
30349 \end_inset
30350
30351 de
30352 \begin_inset space ~
30353 \end_inset
30354
30355 Page
30356 \family default
30357 .
30358  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30359  rouge 
30360 \begin_inset Quotes fld
30361 \end_inset
30362
30363 bas
30364 \begin_inset Quotes frd
30365 \end_inset
30366
30367  qui ressemble à ceci : 
30368 \begin_inset Graphics
30369         filename clipart/footnote.png
30370         scale 80
30371         scaleBeforeRotation
30372
30373 \end_inset
30374
30375  Vous pouvez y entrer votre texte.
30376  Si vous voulez transformer du texte déjà existant en note en bas de page,
30377  sélectionnez-le et cliquez sur le bouton 
30378 \family sans
30379 Note
30380 \begin_inset space ~
30381 \end_inset
30382
30383 en
30384 \begin_inset space ~
30385 \end_inset
30386
30387 Bas
30388 \begin_inset space ~
30389 \end_inset
30390
30391 de
30392 \begin_inset space ~
30393 \end_inset
30394
30395 Page
30396 \family default
30397  de la barre d'outils.
30398  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30399  
30400 \family sans
30401 Backspace
30402 \family default
30403  quand le curseur est au tout début de la note ou appuyez sur la touche
30404  
30405 \family sans
30406 Suppr.
30407
30408 \family default
30409  quand le curseur se trouve à la fin de la note.
30410 \end_layout
30411
30412 \begin_layout Standard
30413 Voici un exemple de note en bas de page:
30414 \begin_inset Foot
30415 status open
30416
30417 \begin_layout Plain Layout
30418 \begin_inset CommandInset label
30419 LatexCommand label
30420 name "fn:Note-en-bas"
30421
30422 \end_inset
30423
30424 Ceci est un exemple de note en bas de page.
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \begin_inset ERT
30431 status collapsed
30432
30433 \begin_layout Plain Layout
30434
30435
30436 \backslash
30437 newcounter{MyRepeatFoot}
30438 \end_layout
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 setcounter{MyRepeatFoot}{
30445 \backslash
30446 thefootnote}
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \begin_layout Standard
30455 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30456  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30457  de note.
30458  Le texte de la note est placé en bas de la page courante.
30459  Le numéro de note est calculé par \SpecialChar LaTeX
30460 , et les numéros se suivent.
30461  Selon votre classe de document les numéros de notes pourront être réinitialisés
30462  à chaque nouveau chapitre.
30463 \end_layout
30464
30465 \begin_layout Standard
30466 On peut faire référence à une note en bas de page comme on le fait avec
30467  les flottants : Insérez une étiquette dans la note et faites une référence
30468  croisée vers cette étiquette comme c'est décrit dans la
30469 \begin_inset space ~
30470 \end_inset
30471
30472
30473 \begin_inset CommandInset ref
30474 LatexCommand ref
30475 reference "sec:Referencer-les-Flottants"
30476
30477 \end_inset
30478
30479 .
30480 \begin_inset Newline newline
30481 \end_inset
30482
30483 Voici une référence à une note de bas de page :
30484 \begin_inset space ~
30485 \end_inset
30486
30487
30488 \begin_inset CommandInset ref
30489 LatexCommand ref
30490 reference "fn:Note-en-bas"
30491
30492 \end_inset
30493
30494 .
30495 \end_layout
30496
30497 \begin_layout Standard
30498 \begin_inset VSpace defskip
30499 \end_inset
30500
30501
30502 \lang english
30503 Footnotes in title environments are usually not numbered with symbols and
30504  they cannot contain several paragraphs.
30505  See for example the footnote in the titling of this document.
30506 \end_layout
30507
30508 \begin_layout Standard
30509 \begin_inset VSpace defskip
30510 \end_inset
30511
30512
30513 \end_layout
30514
30515 \begin_layout Standard
30516 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30517  par \SpecialChar LaTeX
30518  pour des raisons techniques.
30519  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30520  
30521 \series bold
30522
30523 \backslash
30524 footnotemark{}
30525 \series default
30526  en code \SpecialChar TeX
30527  à la place de la note de bas de page.
30528  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30529  
30530 \series bold
30531
30532 \backslash
30533 footnotetext
30534 \series default
30535  après le tableau.
30536 \begin_inset Newline newline
30537 \end_inset
30538
30539 C'est ce qui a été fait pour le tableau qui suit avec la commande
30540 \end_layout
30541
30542 \begin_layout Standard
30543
30544 \series bold
30545
30546 \backslash
30547 footnotetext{
30548 \series default
30549 Note de bas de page de tableau imprimée.
30550 \series bold
30551 }
30552 \end_layout
30553
30554 \begin_layout Standard
30555
30556 \lang english
30557 \begin_inset Tabular
30558 <lyxtabular version="3" rows="2" columns="1">
30559 <features tabularvalignment="middle">
30560 <column alignment="center" valignment="top">
30561 <row>
30562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30563 \begin_inset Text
30564
30565 \begin_layout Plain Layout
30566 Un exemple de texte
30567 \begin_inset Foot
30568 status open
30569
30570 \begin_layout Plain Layout
30571 Cette note ne sera pas imprimée
30572 \begin_inset space ~
30573 \end_inset
30574
30575 !
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \end_layout
30582
30583 \end_inset
30584 </cell>
30585 </row>
30586 <row>
30587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30588 \begin_inset Text
30589
30590 \begin_layout Plain Layout
30591 Un autre exemple de texte
30592 \begin_inset ERT
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596
30597
30598 \backslash
30599 footnotemark{}
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 </row>
30610 </lyxtabular>
30611
30612 \end_inset
30613
30614
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 footnotetext{
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \lang french
30629 Note de bas de page de tableau imprimée.
30630 \lang english
30631
30632 \begin_inset ERT
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636
30637 }
30638 \end_layout
30639
30640 \end_inset
30641
30642
30643 \end_layout
30644
30645 \begin_layout Standard
30646 Les notes de bas de page dans des tableaux multi-pages sont décrites dans
30647  la section
30648 \begin_inset space ~
30649 \end_inset
30650
30651
30652 \begin_inset CommandInset ref
30653 LatexCommand ref
30654 reference "subsec:Notes-dans-tableau-multi-pages"
30655
30656 \end_inset
30657
30658 .
30659 \end_layout
30660
30661 \begin_layout Standard
30662 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30663  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30664 e, vu que la minipage est considérée comme une page se trouvant dans une
30665  autre page.
30666  Pour plus d'information sur les minipages, voyez la section
30667 \begin_inset space ~
30668 \end_inset
30669
30670
30671 \begin_inset CommandInset ref
30672 LatexCommand ref
30673 reference "sec:Minipages"
30674
30675 \end_inset
30676
30677 .
30678  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30679  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30680  la méthode utilisant les commandes 
30681 \series bold
30682
30683 \backslash
30684 footnotemark{}
30685 \series default
30686  et 
30687 \series bold
30688
30689 \backslash
30690 footnotetext
30691 \series default
30692 .
30693 \end_layout
30694
30695 \begin_layout Standard
30696 \begin_inset Box Frameless
30697 position "t"
30698 hor_pos "c"
30699 has_inner_box 1
30700 inner_pos "t"
30701 use_parbox 0
30702 use_makebox 0
30703 width "100col%"
30704 special "none"
30705 height "1in"
30706 height_special "totalheight"
30707 thickness "0.4pt"
30708 separation "3pt"
30709 shadowsize "4pt"
30710 framecolor "black"
30711 backgroundcolor "none"
30712 status open
30713
30714 \begin_layout Plain Layout
30715 Un exemple de texte dans une minipage.
30716 \begin_inset Foot
30717 status open
30718
30719 \begin_layout Plain Layout
30720 Note de bas de page dans la minipage.
30721 \end_layout
30722
30723 \end_inset
30724
30725
30726 \end_layout
30727
30728 \begin_layout Plain Layout
30729 Un autre exemple de texte dans une minipage.
30730 \begin_inset ERT
30731 status collapsed
30732
30733 \begin_layout Plain Layout
30734
30735
30736 \backslash
30737 footnotemark{}
30738 \end_layout
30739
30740 \end_inset
30741
30742
30743 \end_layout
30744
30745 \end_inset
30746
30747
30748 \end_layout
30749
30750 \begin_layout Standard
30751 \begin_inset ERT
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755
30756
30757 \backslash
30758 footnotetext{
30759 \end_layout
30760
30761 \end_inset
30762
30763 Note de bas de page en dehors de la minipage.
30764 \begin_inset ERT
30765 status collapsed
30766
30767 \begin_layout Plain Layout
30768
30769 }
30770 \end_layout
30771
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \begin_layout Standard
30778 \begin_inset VSpace defskip
30779 \end_inset
30780
30781
30782 \end_layout
30783
30784 \begin_layout Standard
30785 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30786  utilisez la commande 
30787 \series bold
30788
30789 \backslash
30790 footnotemark[number]
30791 \series default
30792  en code \SpecialChar TeX
30793 .
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30798  votre texte, vous devez enregistrer son numéro.
30799  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30800  ont été insérées en code \SpecialChar TeX
30801  après la note
30802 \begin_inset space ~
30803 \end_inset
30804
30805
30806 \begin_inset CommandInset ref
30807 LatexCommand ref
30808 reference "fn:Note-en-bas"
30809
30810 \end_inset
30811
30812  pour enregistrer son numéro
30813 \begin_inset space ~
30814 \end_inset
30815
30816 :
30817 \end_layout
30818
30819 \begin_layout Standard
30820
30821 \series bold
30822
30823 \backslash
30824 newcounter{MaNoteDupliquee}
30825 \begin_inset Newline newline
30826 \end_inset
30827
30828
30829 \backslash
30830 setcounter{MaNoteDupliquee}{
30831 \backslash
30832 thefootnote}
30833 \end_layout
30834
30835 \begin_layout Standard
30836 La note de bas de page a été créée avec la commande
30837 \begin_inset space ~
30838 \end_inset
30839
30840 :
30841 \end_layout
30842
30843 \begin_layout Standard
30844
30845 \series bold
30846
30847 \backslash
30848 footnotemark[
30849 \backslash
30850 MaNoteDupliquee]
30851 \end_layout
30852
30853 \begin_layout Standard
30854 Voici une note de bas de page dupliquée
30855 \begin_inset space ~
30856 \end_inset
30857
30858 :
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 footnotemark[
30867 \backslash
30868 theMyRepeatFoot]
30869 \end_layout
30870
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \begin_layout Standard
30877 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30878 t du numéro de note et juste utiliser la commande suivante
30879 \end_layout
30880
30881 \begin_layout Standard
30882
30883 \series bold
30884
30885 \backslash
30886 footnotemark[
30887 \backslash
30888 thefootnote]
30889 \end_layout
30890
30891 \begin_layout Standard
30892 Voici une autre note de bas de page dupliquée
30893 \begin_inset space ~
30894 \end_inset
30895
30896 :
30897 \begin_inset ERT
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901
30902
30903 \backslash
30904 footnotemark[
30905 \backslash
30906 thefootnote]
30907 \end_layout
30908
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Subsection
30915 Numérotation de notes de bas de page
30916 \begin_inset CommandInset label
30917 LatexCommand label
30918 name "subsec:Numerotation-notes-bas-de-page"
30919
30920 \end_inset
30921
30922
30923 \begin_inset Index idx
30924 status collapsed
30925
30926 \begin_layout Plain Layout
30927 Notes de bas de page ! Numérotation
30928 \end_layout
30929
30930 \end_inset
30931
30932
30933 \end_layout
30934
30935 \begin_layout Standard
30936 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30937  ajoutez cette commande dans le préambule de votre document :
30938 \end_layout
30939
30940 \begin_layout Standard
30941
30942 \series bold
30943
30944 \backslash
30945 @addtoreset{footnote}{section}
30946 \end_layout
30947
30948 \begin_layout Standard
30949 \begin_inset VSpace bigskip
30950 \end_inset
30951
30952 La commande de préambule suivante change le style de numérotation des notes
30953  en petits chiffres romains :
30954 \end_layout
30955
30956 \begin_layout Standard
30957
30958 \series bold
30959
30960 \backslash
30961 renewcommand{
30962 \backslash
30963 thefootnote}{
30964 \backslash
30965 roman{footnote}}
30966 \end_layout
30967
30968 \begin_layout Standard
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974
30975 \backslash
30976 renewcommand{
30977 \backslash
30978 thefootnote}{
30979 \backslash
30980 roman{footnote}}
30981 \end_layout
30982
30983 \end_inset
30984
30985  Cette note de bas de page utilise une numérotation en chiffres romains
30986  :
30987 \begin_inset Foot
30988 status open
30989
30990 \begin_layout Plain Layout
30991 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
30992  romains.
30993 \end_layout
30994
30995 \end_inset
30996
30997
30998 \end_layout
30999
31000 \begin_layout Standard
31001 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31002  la commande précédente 
31003 \series bold
31004
31005 \backslash
31006 roman
31007 \series default
31008  par 
31009 \series bold
31010
31011 \backslash
31012 Roman
31013 \series default
31014 .
31015  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31016  utilisez respectivement soit 
31017 \series bold
31018
31019 \backslash
31020 Alph
31021 \series default
31022  soit 
31023 \series bold
31024
31025 \backslash
31026 alph
31027 \series default
31028 .
31029  Pour les 
31030 \begin_inset Quotes fld
31031 \end_inset
31032
31033 numéroter
31034 \begin_inset Quotes frd
31035 \end_inset
31036
31037  avec des symboles, utilisez 
31038 \series bold
31039
31040 \backslash
31041 fnsymbol
31042 \series default
31043 .
31044 \end_layout
31045
31046 \begin_layout Standard
31047 \begin_inset Note Greyedout
31048 status open
31049
31050 \begin_layout Plain Layout
31051
31052 \series bold
31053 Note:
31054 \series default
31055  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31056  puisque cette numérotation est limitée à des lettres seules.
31057 \end_layout
31058
31059 \end_inset
31060
31061
31062 \begin_inset Newline newline
31063 \end_inset
31064
31065
31066 \begin_inset Note Greyedout
31067 status open
31068
31069 \begin_layout Plain Layout
31070
31071 \series bold
31072 Note:
31073 \series default
31074  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31075 \end_layout
31076
31077 \end_inset
31078
31079
31080 \end_layout
31081
31082 \begin_layout Standard
31083 Pour revenir au style de numérotation implicite quand vous en avez changé,
31084  utilisez 
31085 \series bold
31086
31087 \backslash
31088 arabic
31089 \series default
31090  à la place de 
31091 \series bold
31092
31093 \backslash
31094 roman
31095 \series default
31096  dans la commande précédente.
31097 \begin_inset ERT
31098 status collapsed
31099
31100 \begin_layout Plain Layout
31101
31102
31103 \backslash
31104 renewcommand{
31105 \backslash
31106 thefootnote}{
31107 \backslash
31108 arabic{footnote}}
31109 \end_layout
31110
31111 \end_inset
31112
31113
31114 \end_layout
31115
31116 \begin_layout Standard
31117 \begin_inset VSpace bigskip
31118 \end_inset
31119
31120
31121 \end_layout
31122
31123 \begin_layout Standard
31124 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31125  le schéma 
31126 \begin_inset Quotes fld
31127 \end_inset
31128
31129 chapitre.note
31130 \begin_inset Quotes frd
31131 \end_inset
31132
31133 , ajoutez la commande suivante au préambule de votre document :
31134 \end_layout
31135
31136 \begin_layout Standard
31137
31138 \series bold
31139
31140 \backslash
31141 numberwithin{footnote}{chapter}
31142 \end_layout
31143
31144 \begin_layout Standard
31145 Pour pouvoir utiliser la commande 
31146 \series bold
31147
31148 \backslash
31149 numberwithin
31150 \series default
31151 , activez dans la rubrique 
31152 \family sans
31153 Options
31154 \begin_inset space ~
31155 \end_inset
31156
31157 des
31158 \begin_inset space ~
31159 \end_inset
31160
31161 Maths
31162 \family default
31163  dans les paramètres du document, l'option 
31164 \family sans
31165 Utiliser
31166 \begin_inset space ~
31167 \end_inset
31168
31169 le
31170 \begin_inset space ~
31171 \end_inset
31172
31173 paquetage
31174 \begin_inset space ~
31175 \end_inset
31176
31177 maths
31178 \begin_inset space ~
31179 \end_inset
31180
31181 AMS
31182 \family default
31183 .
31184 \end_layout
31185
31186 \begin_layout Standard
31187 \begin_inset ERT
31188 status collapsed
31189
31190 \begin_layout Plain Layout
31191
31192
31193 \backslash
31194 numberwithin{footnote}{chapter}
31195 \end_layout
31196
31197 \end_inset
31198
31199 Ceci est un autre exemple de note de bas de page:
31200 \series bold
31201
31202 \begin_inset Foot
31203 status open
31204
31205 \begin_layout Plain Layout
31206 Cette note est numérotée en suivant le schéma 
31207 \begin_inset Quotes fld
31208 \end_inset
31209
31210 chapitre.note
31211 \begin_inset Quotes frd
31212 \end_inset
31213
31214 .
31215 \end_layout
31216
31217 \end_inset
31218
31219
31220 \series default
31221
31222 \begin_inset ERT
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226
31227
31228 \backslash
31229 renewcommand{
31230 \backslash
31231 thefootnote}{
31232 \backslash
31233 arabic{footnote}}
31234 \end_layout
31235
31236 \end_inset
31237
31238
31239 \end_layout
31240
31241 \begin_layout Standard
31242 \begin_inset Note Greyedout
31243 status open
31244
31245 \begin_layout Plain Layout
31246
31247 \series bold
31248 Note:
31249 \series default
31250  
31251 \series bold
31252
31253 \backslash
31254 numberwithin
31255 \series default
31256  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31257  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31258  prises en compte.
31259  
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \end_layout
31266
31267 \begin_layout Standard
31268 Donc pour avoir par exemple le schéma 
31269 \begin_inset Quotes fld
31270 \end_inset
31271
31272 chapitre.
31273 \backslash
31274 Roman{note}
31275 \begin_inset Quotes frd
31276 \end_inset
31277
31278 , utilisez la commande suivante plutôt que 
31279 \series bold
31280
31281 \backslash
31282 numberwithin
31283 \series default
31284  :
31285 \end_layout
31286
31287 \begin_layout Standard
31288
31289 \series bold
31290
31291 \backslash
31292 renewcommand{
31293 \backslash
31294 thefootnote}{
31295 \backslash
31296 thechapter.
31297 \backslash
31298 Roman{footnote}}
31299 \end_layout
31300
31301 \begin_layout Subsection
31302 Positionnement de notes de bas de page
31303 \begin_inset Index idx
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 Notes de bas de page ! Positionnement
31308 \end_layout
31309
31310 \end_inset
31311
31312
31313 \end_layout
31314
31315 \begin_layout Standard
31316 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31317  vertical entre elles en bas de la page.
31318  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31319  de 1.5
31320 \begin_inset space \thinspace{}
31321 \end_inset
31322
31323 mm avec la commande suivante dans le préambule :
31324 \end_layout
31325
31326 \begin_layout Standard
31327
31328 \series bold
31329
31330 \backslash
31331 let
31332 \backslash
31333 myFoot
31334 \backslash
31335 footnote
31336 \begin_inset Newline newline
31337 \end_inset
31338
31339
31340 \backslash
31341 renewcommand{
31342 \backslash
31343 footnote}[1]{
31344 \backslash
31345 myFoot{#1
31346 \backslash
31347 vspace{1.5mm}}}
31348 \end_layout
31349
31350 \begin_layout Standard
31351 \begin_inset VSpace bigskip
31352 \end_inset
31353
31354 Dans un document à deux colonnes les notes de bas de page apparaissent en
31355  bas de chaque colonne, comme sur la Figure
31356 \begin_inset space ~
31357 \end_inset
31358
31359
31360 \begin_inset CommandInset ref
31361 LatexCommand ref
31362 reference "fig:Position-standard-note-bas-de-page"
31363
31364 \end_inset
31365
31366 .
31367  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31368  sur la Figure
31369 \begin_inset space ~
31370 \end_inset
31371
31372
31373 \begin_inset CommandInset ref
31374 LatexCommand ref
31375 reference "fig:Position-note-avec-ftnright"
31376
31377 \end_inset
31378
31379 , utilisez le paquetage \SpecialChar LaTeX
31380  
31381 \series bold
31382 ftnright
31383 \series default
31384
31385 \begin_inset Index idx
31386 status collapsed
31387
31388 \begin_layout Plain Layout
31389 Paquetages \SpecialChar LaTeX
31390  ! ftnright
31391 \end_layout
31392
31393 \end_inset
31394
31395  avec cette commande dans le préambule du document:
31396 \end_layout
31397
31398 \begin_layout Standard
31399
31400 \series bold
31401
31402 \backslash
31403 usepackage{ftnright}
31404 \end_layout
31405
31406 \begin_layout Standard
31407 \begin_inset Float figure
31408 placement !h
31409 wide false
31410 sideways false
31411 status open
31412
31413 \begin_layout Plain Layout
31414 \noindent
31415 \align center
31416 \begin_inset Box Boxed
31417 position "t"
31418 hor_pos "c"
31419 has_inner_box 0
31420 inner_pos "t"
31421 use_parbox 0
31422 use_makebox 0
31423 width ""
31424 special "none"
31425 height "1in"
31426 height_special "totalheight"
31427 thickness "0.4pt"
31428 separation "3pt"
31429 shadowsize "4pt"
31430 framecolor "black"
31431 backgroundcolor "none"
31432 status open
31433
31434 \begin_layout Plain Layout
31435 \begin_inset Graphics
31436         filename ../clipart/without_fntright.pdf
31437         width 100col%
31438         scaleBeforeRotation
31439
31440 \end_inset
31441
31442
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Plain Layout
31451 \begin_inset Caption Standard
31452
31453 \begin_layout Plain Layout
31454 \begin_inset CommandInset label
31455 LatexCommand label
31456 name "fig:Position-standard-note-bas-de-page"
31457
31458 \end_inset
31459
31460 Positionnement standard des notes de bas de page dans un document à deux
31461  colonnes.
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \end_inset
31470
31471
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/with_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-note-avec-ftnright"
31525
31526 \end_inset
31527
31528 Positionnement de notes de bas de page dans un document à deux colonnes
31529  en utilisant le paquetage \SpecialChar LaTeX
31530  
31531 \series bold
31532 ftnright
31533 \series default
31534 .
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \begin_layout Standard
31548 \begin_inset VSpace bigskip
31549 \end_inset
31550
31551 Dans certaines publications scientifiques, il est courant de rassembler
31552  les notes de bas de page et de les imprimer dans un paragraphe particulier
31553  à la fin de la section, comme sur la Figure
31554 \begin_inset space ~
31555 \end_inset
31556
31557
31558 \begin_inset CommandInset ref
31559 LatexCommand ref
31560 reference "fig:Notes-de-fin"
31561
31562 \end_inset
31563
31564 .
31565  On les appelle 
31566 \begin_inset Quotes fld
31567 \end_inset
31568
31569 notes de fin
31570 \begin_inset Quotes frd
31571 \end_inset
31572
31573 .
31574 \begin_inset Index idx
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578 Notes de fin
31579 \end_layout
31580
31581 \end_inset
31582
31583  Pour utiliser des notes de fin à la place des notes de bas de page dans
31584  votre document, charger le module 
31585 \family sans
31586 Note de bas de page en fin de document
31587 \family default
31588  à partir de 
31589 \family sans
31590 Document\SpecialChar menuseparator
31591 Paramètres\SpecialChar menuseparator
31592 Modules
31593 \family default
31594 .
31595  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31596 \end_layout
31597
31598 \begin_layout Standard
31599
31600 \series bold
31601
31602 \backslash
31603 theendnotes
31604 \end_layout
31605
31606 \begin_layout Standard
31607 en code \SpecialChar TeX
31608  à la fin d'une section ou d'un chapitre.
31609 \end_layout
31610
31611 \begin_layout Standard
31612 \begin_inset Float figure
31613 wide false
31614 sideways false
31615 status open
31616
31617 \begin_layout Plain Layout
31618 \align center
31619 \begin_inset Box Boxed
31620 position "t"
31621 hor_pos "c"
31622 has_inner_box 0
31623 inner_pos "t"
31624 use_parbox 0
31625 use_makebox 0
31626 width ""
31627 special "none"
31628 height "1in"
31629 height_special "totalheight"
31630 thickness "0.4pt"
31631 separation "3pt"
31632 shadowsize "4pt"
31633 framecolor "black"
31634 backgroundcolor "none"
31635 status open
31636
31637 \begin_layout Plain Layout
31638 \begin_inset Graphics
31639         filename ../clipart/endnotes.pdf
31640         width 100col%
31641         scaleBeforeRotation
31642
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \begin_layout Plain Layout
31654 \begin_inset Caption Standard
31655
31656 \begin_layout Plain Layout
31657 \begin_inset CommandInset label
31658 LatexCommand label
31659 name "fig:Notes-de-fin"
31660
31661 \end_inset
31662
31663 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31664  séparé à la fin des sections ou des chapitres.
31665 \end_layout
31666
31667 \end_inset
31668
31669
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \end_layout
31676
31677 \begin_layout Standard
31678 \begin_inset VSpace medskip
31679 \end_inset
31680
31681 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31682  dans la langue du document, cela doit être fait manuellement.
31683  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31684  
31685 \begin_inset Quotes fld
31686 \end_inset
31687
31688 Notes
31689 \begin_inset Quotes frd
31690 \end_inset
31691
31692  en sa traduction Allemande
31693 \begin_inset Foot
31694 status collapsed
31695
31696 \begin_layout Plain Layout
31697 En français, 
31698 \begin_inset Quotes fld
31699 \end_inset
31700
31701 Notes
31702 \begin_inset Quotes frd
31703 \end_inset
31704
31705  peut être conservé.
31706 \end_layout
31707
31708 \end_inset
31709
31710  
31711 \begin_inset Quotes fld
31712 \end_inset
31713
31714 Anmerkungen
31715 \begin_inset Quotes frd
31716 \end_inset
31717
31718  :
31719 \end_layout
31720
31721 \begin_layout Standard
31722
31723 \series bold
31724
31725 \backslash
31726 renewcommand{
31727 \backslash
31728 notesname}{Anmerkungen}
31729 \end_layout
31730
31731 \begin_layout Standard
31732 \begin_inset VSpace medskip
31733 \end_inset
31734
31735 La numérotation des notes de fin peut être modifiée comme celle des notes
31736  de bas de page comme c'est décrit dans la section
31737 \begin_inset space ~
31738 \end_inset
31739
31740
31741 \begin_inset CommandInset ref
31742 LatexCommand ref
31743 reference "subsec:Numerotation-notes-bas-de-page"
31744
31745 \end_inset
31746
31747  ; remplacez juste la commande 
31748 \series bold
31749
31750 \backslash
31751 thefootnote
31752 \series default
31753  par 
31754 \series bold
31755
31756 \backslash
31757 theendnote
31758 \series default
31759 .
31760  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31761 \series bold
31762
31763 \backslash
31764 @addtoreset
31765 \series default
31766  comme c'est décrit dans la section
31767 \begin_inset space ~
31768 \end_inset
31769
31770
31771 \begin_inset CommandInset ref
31772 LatexCommand ref
31773 reference "subsec:Numerotation-notes-bas-de-page"
31774
31775 \end_inset
31776
31777  et remplacez le paramètre de commande 
31778 \series bold
31779 footnote
31780 \series default
31781  par 
31782 \series bold
31783 endnote
31784 \series default
31785 .
31786 \end_layout
31787
31788 \begin_layout Standard
31789 Pour les notes de fin, il y a la commande 
31790 \series bold
31791
31792 \backslash
31793 endnotemark[numéro]
31794 \series default
31795  qui est semblable à 
31796 \series bold
31797
31798 \backslash
31799 footnotemark
31800 \series default
31801 , décrite dans la section
31802 \begin_inset space ~
31803 \end_inset
31804
31805
31806 \begin_inset CommandInset ref
31807 LatexCommand ref
31808 reference "sec:Notes-bas-de-page"
31809
31810 \end_inset
31811
31812 .
31813 \end_layout
31814
31815 \begin_layout Standard
31816 \begin_inset VSpace bigskip
31817 \end_inset
31818
31819  Les notes de bas de page peuvent être mise dans la marge de la page et
31820  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31821
31822  
31823 \series bold
31824 footmisc
31825 \series default
31826
31827 \begin_inset Index idx
31828 status collapsed
31829
31830 \begin_layout Plain Layout
31831 Paquetages \SpecialChar LaTeX
31832  ! footmisc
31833 \end_layout
31834
31835 \end_inset
31836
31837
31838 \begin_inset CommandInset citation
31839 LatexCommand cite
31840 key "footmisc"
31841
31842 \end_inset
31843
31844  pour plus d'information à ce sujet.
31845 \end_layout
31846
31847 \begin_layout Standard
31848 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31849  voyez les livres sur \SpecialChar LaTeX
31850
31851 \begin_inset CommandInset citation
31852 LatexCommand cite
31853 key "latexcompanion,latexguide,latexbook"
31854
31855 \end_inset
31856
31857 .
31858  Si vous utilisez une classe de document  
31859 \series bold
31860 KOMA-Script
31861 \series default
31862
31863 \begin_inset Index idx
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867 Paquetages \SpecialChar LaTeX
31868  ! KOMA-Script
31869 \end_layout
31870
31871 \end_inset
31872
31873 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31874  des commandes spécifiques à la classe de document utilisée, voyez 
31875 \begin_inset CommandInset citation
31876 LatexCommand cite
31877 key "KOMA-Script"
31878
31879 \end_inset
31880
31881 .
31882 \end_layout
31883
31884 \begin_layout Section
31885 Notes en marge
31886 \begin_inset Index idx
31887 status collapsed
31888
31889 \begin_layout Plain Layout
31890 Notes ! Notes en Marge
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \end_layout
31897
31898 \begin_layout Standard
31899 Les notes en marge dans \SpecialChar LyX
31900  ressemblent aux notes en bas de page et se comportent
31901  de la même façon.
31902  Quand vous insérez une note en marge avec 
31903 \family sans
31904 Insertion\SpecialChar menuseparator
31905 Note
31906 \begin_inset space ~
31907 \end_inset
31908
31909 en
31910 \begin_inset space ~
31911 \end_inset
31912
31913 Marge
31914 \family default
31915  ou avec le bouton 
31916 \begin_inset Info
31917 type  "icon"
31918 arg   "marginalnote-insert"
31919 \end_inset
31920
31921  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31922  grise avec une étiquette rouge 
31923 \begin_inset Quotes fld
31924 \end_inset
31925
31926 marge
31927 \begin_inset Quotes frd
31928 \end_inset
31929
31930 .
31931  
31932 \begin_inset Marginal
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 C'est une note en marge.
31937 \end_layout
31938
31939 \end_inset
31940
31941  Cette boîte est la représentation de votre note dans \SpecialChar LyX
31942 .
31943  Vous pouvez y entrer votre texte.
31944 \end_layout
31945
31946 \begin_layout Standard
31947 Les notes en marge apparaissent dans la marge de droite dans les documents
31948  imprimées sur une seule face.
31949  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31950  
31951 \begin_inset Quotes fld
31952 \end_inset
31953
31954 extérieure
31955 \begin_inset Quotes frd
31956 \end_inset
31957
31958  – la gauche sur les pages paires et la droite sur les pages impaires.
31959  Le texte de la note en marge est aligné à l'opposé de la marge externe
31960  – aligné à droite quand la note apparaît dans la marge de gauche.
31961  La première ligne de la note apparaît à la hauteur de la ligne de texte
31962  où la note a été insérée dans le document.
31963 \end_layout
31964
31965 \begin_layout Standard
31966 \begin_inset VSpace bigskip
31967 \end_inset
31968
31969 Pour placer une note dans la marge interne, ajoutez la commande suivante
31970  :
31971 \end_layout
31972
31973 \begin_layout Standard
31974
31975 \series bold
31976
31977 \backslash
31978 reversemarginpar
31979 \end_layout
31980
31981 \begin_layout Standard
31982 sous forme de code \SpecialChar TeX
31983  avant votre note de marge.
31984  Le nouveau positionnement est pris en compte pour toutes les notes en marge
31985  qui suivent 
31986 \begin_inset ERT
31987 status collapsed
31988
31989 \begin_layout Plain Layout
31990
31991
31992 \backslash
31993 reversemarginpar 
31994 \end_layout
31995
31996 \end_inset
31997
31998
31999 \begin_inset Marginal
32000 status open
32001
32002 \begin_layout Plain Layout
32003 Cette note en marge est dans la marge interne.
32004 \end_layout
32005
32006 \end_inset
32007
32008
32009 \series bold
32010
32011 \begin_inset Newline newline
32012 \end_inset
32013
32014
32015 \series default
32016
32017 \begin_inset Note Greyedout
32018 status open
32019
32020 \begin_layout Plain Layout
32021
32022 \series bold
32023 Note:
32024 \series default
32025  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32026  les notes sont souvent mal mises en formes dans la sortie imprimée.
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \begin_layout Standard
32035 Pour revenir au positionnement implicite, ajoutez la commande :
32036 \end_layout
32037
32038 \begin_layout Standard
32039
32040 \series bold
32041
32042 \backslash
32043 normalmarginpar
32044 \end_layout
32045
32046 \begin_layout Standard
32047 sous forme de code \SpecialChar TeX
32048 .
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 normalmarginpar 
32057 \end_layout
32058
32059 \end_inset
32060
32061
32062 \begin_inset Newline newline
32063 \end_inset
32064
32065  
32066 \begin_inset Note Greyedout
32067 status open
32068
32069 \begin_layout Plain Layout
32070
32071 \series bold
32072 Note:
32073 \series default
32074  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32075  
32076 \series bold
32077
32078 \backslash
32079 reversemarginpar
32080 \series default
32081  est aussi utilisée.
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 \begin_inset VSpace bigskip
32091 \end_inset
32092
32093
32094 \begin_inset Marginal
32095 status open
32096
32097 \begin_layout Plain Layout
32098 UnTrèsLongMotEnMarge sans césure.
32099 \end_layout
32100
32101 \end_inset
32102
32103  Comme dans le cas décrit dans la section
32104 \begin_inset space ~
32105 \end_inset
32106
32107
32108 \begin_inset CommandInset ref
32109 LatexCommand ref
32110 reference "subsec:Lignes-multiple-dans-cellule"
32111
32112 \end_inset
32113
32114 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32115  mot d'une note en marge.
32116  Pour éviter ce problème, insérez un espacement horizontal de 0
32117 \begin_inset space \thinspace{}
32118 \end_inset
32119
32120 pt avant le mot en question: 
32121 \begin_inset Marginal
32122 status open
32123
32124 \begin_layout Plain Layout
32125 \begin_inset space \hspace{}
32126 \length 0pt
32127 \end_inset
32128
32129 UnMotTrèsLongEnMarge avec une césure.
32130 \end_layout
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \begin_layout Standard
32138 \begin_inset VSpace bigskip
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \begin_layout Standard
32145 \begin_inset Note Greyedout
32146 status open
32147
32148 \begin_layout Plain Layout
32149
32150 \series bold
32151 Note:
32152 \series default
32153  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32154  tableaux, des flottants et des notes de bas de page.
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \begin_layout Standard
32163 \begin_inset VSpace bigskip
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \begin_layout Standard
32170 \begin_inset ERT
32171 status collapsed
32172
32173 \begin_layout Plain Layout
32174
32175
32176 \backslash
32177 ifmarginnote
32178 \end_layout
32179
32180 \end_inset
32181
32182
32183 \begin_inset Note Note
32184 status open
32185
32186 \begin_layout Plain Layout
32187 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32188  
32189 \series bold
32190 marginnote
32191 \series default
32192  a été installé.
32193 \end_layout
32194
32195 \end_inset
32196
32197
32198 \end_layout
32199
32200 \begin_layout Standard
32201 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32202  
32203 \series bold
32204 marginnote
32205 \series default
32206
32207 \begin_inset Index idx
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Paquetages \SpecialChar LaTeX
32212  ! marginnote
32213 \end_layout
32214
32215 \end_inset
32216
32217 .
32218  En ajoutant les deux lignes suivantes au préambule de votre document, la
32219  commande que \SpecialChar LyX
32220  utilise pour les notes de marge est redéfinie pour utiliser
32221  la commande fournie par le paquetage 
32222 \series bold
32223 marginnote
32224 \series default
32225  :
32226 \end_layout
32227
32228 \begin_layout Standard
32229
32230 \series bold
32231
32232 \backslash
32233 usepackage{marginnote}
32234 \begin_inset Newline newline
32235 \end_inset
32236
32237
32238 \backslash
32239 let
32240 \backslash
32241 marginpar
32242 \backslash
32243 marginnote
32244 \end_layout
32245
32246 \begin_layout Standard
32247 Ce paquetage est aussi utilisé dans ce document parce que 
32248 \series bold
32249 marginnote
32250 \series default
32251  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32252  vertical pour une note.
32253  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32254  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32255  en page.
32256  Le décalage est inséré dans \SpecialChar LyX
32257  sous forme de code \SpecialChar TeX
32258  directement après la note
32259  sous la forme
32260 \end_layout
32261
32262 \begin_layout Standard
32263
32264 \series bold
32265 [offset]
32266 \end_layout
32267
32268 \begin_layout Standard
32269 où l'offset utilise l'une des unités listées dans le tableau
32270 \begin_inset space ~
32271 \end_inset
32272
32273
32274 \begin_inset CommandInset ref
32275 LatexCommand ref
32276 reference "cha:Unités-de-longueur"
32277
32278 \end_inset
32279
32280 .
32281  Une valeur négative déplace la note vers le haut, une valeur positive la
32282  déplace vers le bas.
32283  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32284  vers le haut de 1.5
32285 \begin_inset space \thinspace{}
32286 \end_inset
32287
32288 cm avec la commande en code \SpecialChar TeX
32289  
32290 \begin_inset Quotes fld
32291 \end_inset
32292
32293
32294 \series bold
32295 [-1.5cm]
32296 \series default
32297
32298 \begin_inset Quotes frd
32299 \end_inset
32300
32301
32302 \begin_inset Marginal
32303 status collapsed
32304
32305 \begin_layout Plain Layout
32306 Cette note en marge est décalée vers le haut de 1.5
32307 \begin_inset space \thinspace{}
32308 \end_inset
32309
32310 cm par rapport à sa position d'origine.
32311 \end_layout
32312
32313 \end_inset
32314
32315
32316 \begin_inset ERT
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320
32321 [-1.5cm]
32322 \end_layout
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 \begin_inset VSpace medskip
32331 \end_inset
32332
32333 Avec le paquetage 
32334 \series bold
32335 marginnote
32336 \series default
32337  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32338  Par exemple les commandes 
32339 \end_layout
32340
32341 \begin_layout Standard
32342
32343 \series bold
32344
32345 \backslash
32346 renewcommand*{
32347 \backslash
32348 raggedleftmarginnote}{
32349 \backslash
32350 centering}
32351 \begin_inset Newline newline
32352 \end_inset
32353
32354
32355 \backslash
32356 renewcommand*{
32357 \backslash
32358 raggedrightmarginnote}{
32359 \backslash
32360 centering}
32361 \end_layout
32362
32363 \begin_layout Standard
32364 donnent un alignement centré.
32365  
32366 \series bold
32367
32368 \backslash
32369 raggedleftmarginnote
32370 \series default
32371  indique une note qui apparaît dans la marge de gauche.
32372 \begin_inset ERT
32373 status collapsed
32374
32375 \begin_layout Plain Layout
32376
32377
32378 \backslash
32379 renewcommand*{
32380 \backslash
32381 raggedleftmarginnote}{
32382 \backslash
32383 centering}
32384 \end_layout
32385
32386 \begin_layout Plain Layout
32387
32388
32389 \backslash
32390 renewcommand*{
32391 \backslash
32392 raggedrightmarginnote}{
32393 \backslash
32394 centering}
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \begin_inset Marginal
32401 status collapsed
32402
32403 \begin_layout Plain Layout
32404 Le texte de cette note en marge est centré.
32405 \end_layout
32406
32407 \end_inset
32408
32409 .
32410  Le comportement implicite est donné par
32411 \end_layout
32412
32413 \begin_layout Standard
32414
32415 \series bold
32416
32417 \backslash
32418 renewcommand*{
32419 \backslash
32420 raggedleftmarginnote}{
32421 \backslash
32422 raggedleft}
32423 \begin_inset Newline newline
32424 \end_inset
32425
32426
32427 \backslash
32428 renewcommand*{
32429 \backslash
32430 raggedrightmarginnote}{
32431 \backslash
32432 raggedright}
32433 \series default
32434
32435 \begin_inset ERT
32436 status collapsed
32437
32438 \begin_layout Plain Layout
32439
32440
32441 \backslash
32442 renewcommand*{
32443 \backslash
32444 raggedleftmarginnote}{
32445 \backslash
32446 raggedleft}
32447 \end_layout
32448
32449 \begin_layout Plain Layout
32450
32451
32452 \backslash
32453 renewcommand*{
32454 \backslash
32455 raggedrightmarginnote}{
32456 \backslash
32457 raggedright}
32458 \end_layout
32459
32460 \end_inset
32461
32462
32463 \end_layout
32464
32465 \begin_layout Standard
32466 \begin_inset VSpace medskip
32467 \end_inset
32468
32469 Pour les autre fonctions du paquetage 
32470 \series bold
32471 marginnote
32472 \series default
32473  nous vous renvoyons à sa documentation 
32474 \begin_inset CommandInset citation
32475 LatexCommand cite
32476 key "marginnote"
32477
32478 \end_inset
32479
32480 .
32481 \end_layout
32482
32483 \begin_layout Standard
32484 \begin_inset VSpace bigskip
32485 \end_inset
32486
32487 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32488  définition.
32489  Pour créer par exemple une entête pour toutes les notes en marge avec le
32490  texte 
32491 \begin_inset Quotes fld
32492 \end_inset
32493
32494
32495 \family sans
32496 \series bold
32497 \bar under
32498 Attention!
32499 \family default
32500 \series default
32501 \bar default
32502
32503 \begin_inset Quotes frd
32504 \end_inset
32505
32506  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32507  de votre document :
32508 \end_layout
32509
32510 \begin_layout Standard
32511
32512 \series bold
32513
32514 \backslash
32515 let
32516 \backslash
32517 myMarginpar
32518 \backslash
32519 marginpar
32520 \begin_inset Newline newline
32521 \end_inset
32522
32523
32524 \backslash
32525 renewcommand{
32526 \backslash
32527 marginpar}[1]{
32528 \backslash
32529 myMarginpar{%
32530 \begin_inset Newline newline
32531 \end_inset
32532
32533
32534 \begin_inset Phantom HPhantom
32535 status open
32536
32537 \begin_layout Plain Layout
32538
32539 \series bold
32540 \begin_inset space ~
32541 \end_inset
32542
32543
32544 \end_layout
32545
32546 \end_inset
32547
32548
32549 \backslash
32550 hspace{0pt}
32551 \backslash
32552 textsf{
32553 \backslash
32554 textbf{
32555 \backslash
32556 underbar{Attention!}}}%
32557 \begin_inset Newline newline
32558 \end_inset
32559
32560
32561 \begin_inset Phantom HPhantom
32562 status open
32563
32564 \begin_layout Plain Layout
32565
32566 \series bold
32567 \begin_inset space ~
32568 \end_inset
32569
32570
32571 \end_layout
32572
32573 \end_inset
32574
32575
32576 \backslash
32577 vspace{1.5mm}
32578 \backslash
32579
32580 \backslash
32581 #1}}
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset ERT
32586 status collapsed
32587
32588 \begin_layout Plain Layout
32589
32590
32591 \backslash
32592 let
32593 \backslash
32594 myMarginpar
32595 \backslash
32596 marginpar
32597 \end_layout
32598
32599 \begin_layout Plain Layout
32600
32601
32602 \backslash
32603 renewcommand{
32604 \backslash
32605 marginpar}[1]{
32606 \backslash
32607 myMarginpar{%
32608 \end_layout
32609
32610 \begin_layout Plain Layout
32611
32612    
32613 \backslash
32614 textsf{
32615 \backslash
32616 textbf{
32617 \backslash
32618 underbar{Attention!}}}%
32619 \end_layout
32620
32621 \begin_layout Plain Layout
32622
32623    
32624 \backslash
32625 vspace{1.5mm}
32626 \backslash
32627
32628 \backslash
32629 #1}}
32630 \end_layout
32631
32632 \end_inset
32633
32634
32635 \begin_inset Marginal
32636 status open
32637
32638 \begin_layout Plain Layout
32639 Ceci est une note en marge avec une en-tête prédéfinie.
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \begin_inset ERT
32646 status collapsed
32647
32648 \begin_layout Plain Layout
32649
32650 [-1.5cm]
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \begin_inset ERT
32657 status collapsed
32658
32659 \begin_layout Plain Layout
32660
32661
32662 \backslash
32663 renewcommand{
32664 \backslash
32665 marginpar}[1]{
32666 \backslash
32667 myMarginpar{#1}}
32668 \end_layout
32669
32670 \end_inset
32671
32672
32673 \begin_inset Note Note
32674 status collapsed
32675
32676 \begin_layout Plain Layout
32677
32678 \lang english
32679 The margin note format is changed only for this example.
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Standard
32688 \begin_inset ERT
32689 status collapsed
32690
32691 \begin_layout Plain Layout
32692
32693
32694 \backslash
32695 else
32696 \end_layout
32697
32698 \end_inset
32699
32700
32701 \begin_inset Note Note
32702 status open
32703
32704 \begin_layout Plain Layout
32705 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32706  
32707 \series bold
32708 marginnote
32709 \series default
32710  n'est pas installé :
32711 \end_layout
32712
32713 \end_inset
32714
32715
32716 \end_layout
32717
32718 \begin_layout Standard
32719 Vous devez installer le paquetage \SpecialChar LaTeX
32720  
32721 \series bold
32722 marginnote
32723 \series default
32724  pour voir la suite de cette section dans la sortie imprimée.
32725 \end_layout
32726
32727 \begin_layout Standard
32728 \begin_inset ERT
32729 status collapsed
32730
32731 \begin_layout Plain Layout
32732
32733
32734 \backslash
32735 fi
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \end_layout
32742
32743 \begin_layout Chapter
32744 Boîtes
32745 \end_layout
32746
32747 \begin_layout Section
32748 Introduction
32749 \begin_inset Index idx
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753 Boîtes ! Introduction
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \begin_layout Standard
32762 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32763  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32764  voir la section
32765 \begin_inset space ~
32766 \end_inset
32767
32768
32769 \begin_inset CommandInset ref
32770 LatexCommand ref
32771 reference "sec:Minipages"
32772
32773 \end_inset
32774
32775 , pour encadrer des portions de texte, voir la section
32776 \begin_inset space ~
32777 \end_inset
32778
32779
32780 \begin_inset CommandInset ref
32781 LatexCommand ref
32782 reference "sec:Décorations"
32783
32784 \end_inset
32785
32786 , pour empêcher que des mots subissent une césure, voir la section
32787 \begin_inset space ~
32788 \end_inset
32789
32790
32791 \begin_inset CommandInset ref
32792 LatexCommand ref
32793 reference "sec:Empêcher-césure"
32794
32795 \end_inset
32796
32797 , pour aligner du texte, voir la section
32798 \begin_inset space ~
32799 \end_inset
32800
32801
32802 \begin_inset CommandInset ref
32803 LatexCommand ref
32804 reference "subsec:Alignement-Vertical"
32805
32806 \end_inset
32807
32808 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32809 \begin_inset space ~
32810 \end_inset
32811
32812
32813 \begin_inset CommandInset ref
32814 LatexCommand ref
32815 reference "sec:Boîtes-colorées"
32816
32817 \end_inset
32818
32819 .
32820 \end_layout
32821
32822 \begin_layout Standard
32823 On peut insérer une boîte en utilisant le menu 
32824 \family sans
32825 Insertion\SpecialChar menuseparator
32826 Boîte
32827 \family default
32828  ou avec le bouton 
32829 \begin_inset Info
32830 type  "icon"
32831 arg   "box-insert Frameless"
32832 \end_inset
32833
32834  de la barre d'outils.
32835  Une boîte grise avec une étiquette 
32836 \family sans
32837 Boîte
32838 \begin_inset space ~
32839 \end_inset
32840
32841 (Minipage)
32842 \family default
32843
32844 \begin_inset Graphics
32845         filename clipart/BoxInsetDefault.png
32846         scale 65
32847         scaleBeforeRotation
32848
32849 \end_inset
32850
32851  est alors insérée.
32852  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32853  et en choisissant 
32854 \family sans
32855 Paramètres
32856 \family default
32857  .
32858  La fenêtre de dialogue qui apparaît donne accès aux types de
32859 \family sans
32860  Boîte
32861 \begin_inset space ~
32862 \end_inset
32863
32864 Intérieure
32865 \family default
32866  
32867 \family sans
32868 Makebox, Parbox
32869 \family default
32870  et 
32871 \family sans
32872 Minipage
32873 \family default
32874 .
32875  Le type 
32876 \family sans
32877 Minipage
32878 \family default
32879  est le type implicite pour les boîtes nouvellement créées et il est décrit
32880  dans la section
32881 \begin_inset space ~
32882 \end_inset
32883
32884
32885 \begin_inset CommandInset ref
32886 LatexCommand ref
32887 reference "sec:Minipages"
32888
32889 \end_inset
32890
32891 ; le type 
32892 \family sans
32893 Parbox
32894 \family default
32895  est décrit dans la section
32896 \begin_inset space ~
32897 \end_inset
32898
32899
32900 \begin_inset CommandInset ref
32901 LatexCommand ref
32902 reference "sec:Parboxes"
32903
32904 \end_inset
32905
32906  et le type 
32907 \family sans
32908 Makebox
32909 \family default
32910  est décrit dans la section
32911 \begin_inset space ~
32912 \end_inset
32913
32914
32915 \begin_inset CommandInset ref
32916 LatexCommand ref
32917 reference "sec:Empêcher-césure"
32918
32919 \end_inset
32920
32921 .
32922 \end_layout
32923
32924 \begin_layout Standard
32925 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32926  comme les flottants ou les notes de bas de page.
32927 \end_layout
32928
32929 \begin_layout Standard
32930 \begin_inset Note Greyedout
32931 status open
32932
32933 \begin_layout Plain Layout
32934
32935 \series bold
32936 Note:
32937 \series default
32938  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32939  de type 
32940 \family sans
32941 Liste
32942 \family default
32943  ou 
32944 \family sans
32945 Description
32946 \family default
32947 .
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \end_layout
32954
32955 \begin_layout Standard
32956 \begin_inset Note Greyedout
32957 status open
32958
32959 \begin_layout Plain Layout
32960
32961 \series bold
32962 Note:
32963 \series default
32964  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32965 \family sans
32966 Boîte
32967 \begin_inset space ~
32968 \end_inset
32969
32970 Intérieure
32971 \family default
32972  à 
32973 \family sans
32974 Aucune
32975 \family default
32976  que quand vous utilisez une boîte encadrée.
32977  Les boîtes sans 
32978 \family sans
32979 Boîte
32980 \begin_inset space ~
32981 \end_inset
32982
32983 Intérieure
32984 \family default
32985  et sans cadre sont expliquées dans la section
32986 \begin_inset space ~
32987 \end_inset
32988
32989
32990 \begin_inset CommandInset ref
32991 LatexCommand ref
32992 reference "sec:Empêcher-césure"
32993
32994 \end_inset
32995
32996 .
32997 \end_layout
32998
32999 \end_inset
33000
33001
33002 \end_layout
33003
33004 \begin_layout Section
33005 La fenêtre de dialogue Boîte
33006 \begin_inset CommandInset label
33007 LatexCommand label
33008 name "sec:Boîte-Dialogue"
33009
33010 \end_inset
33011
33012
33013 \begin_inset Index idx
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017 Boîtes ! Fenêtre de dialogue Boîte
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Subsection
33026 Taille
33027 \begin_inset Index idx
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 Boîtes ! Taille
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Standard
33040 Dans la fenêtre de dialogue 
33041 \family sans
33042 Paramètres
33043 \begin_inset space ~
33044 \end_inset
33045
33046 de
33047 \begin_inset space ~
33048 \end_inset
33049
33050 Boîte
33051 \family default
33052  vous pouvez modifier la géométrie de la boîte avec les champs 
33053 \family sans
33054 Largeur
33055 \family default
33056  et 
33057 \family sans
33058 Hauteur
33059 \family default
33060 .
33061  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33062  dans le tableau
33063 \begin_inset space ~
33064 \end_inset
33065
33066
33067 \begin_inset CommandInset ref
33068 LatexCommand ref
33069 reference "tab:Unités"
33070
33071 \end_inset
33072
33073 .
33074  Le champ 
33075 \family sans
33076 Hauteur
33077 \family default
33078  offre en plus les spécifications de taille suivantes :
33079 \end_layout
33080
33081 \begin_layout Description
33082 Profondeur C'est simplement la 
33083 \begin_inset Quotes fld
33084 \end_inset
33085
33086 hauteur
33087 \begin_inset Quotes frd
33088 \end_inset
33089
33090  du texte.
33091  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33092  lignes de texte dans la boîte.
33093 \begin_inset Newline newline
33094 \end_inset
33095
33096
33097 \begin_inset Newline newline
33098 \end_inset
33099
33100
33101 \begin_inset Newline newline
33102 \end_inset
33103
33104
33105 \begin_inset Box Boxed
33106 position "c"
33107 hor_pos "c"
33108 has_inner_box 1
33109 inner_pos "c"
33110 use_parbox 0
33111 use_makebox 0
33112 width "12col%"
33113 special "none"
33114 height "1in"
33115 height_special "depth"
33116 thickness "0.4pt"
33117 separation "3pt"
33118 shadowsize "4pt"
33119 framecolor "black"
33120 backgroundcolor "none"
33121 status open
33122
33123 \begin_layout Plain Layout
33124 \align center
33125 Boîte dont la hauteur est égale à 1
33126 \begin_inset space \thinspace{}
33127 \end_inset
33128
33129 Profondeur
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \begin_inset Newline newline
33136 \end_inset
33137
33138
33139 \begin_inset Newline newline
33140 \end_inset
33141
33142
33143 \end_layout
33144
33145 \begin_layout Description
33146 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33147  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33148  est deux fois plus haute que le texte : 
33149 \begin_inset Box Boxed
33150 position "c"
33151 hor_pos "c"
33152 has_inner_box 1
33153 inner_pos "c"
33154 use_parbox 0
33155 use_makebox 0
33156 width "20col%"
33157 special "none"
33158 height "2in"
33159 height_special "height"
33160 thickness "0.4pt"
33161 separation "3pt"
33162 shadowsize "4pt"
33163 framecolor "black"
33164 backgroundcolor "none"
33165 status open
33166
33167 \begin_layout Plain Layout
33168 \align center
33169 Boîte dont la hauteur est 2
33170 \begin_inset space \thinspace{}
33171 \end_inset
33172
33173 Hauteur
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Description
33182 Hauteur
33183 \begin_inset space ~
33184 \end_inset
33185
33186 Totale C'est égal à Hauteur
33187 \begin_inset space \thinspace{}
33188 \end_inset
33189
33190 +
33191 \begin_inset space \thinspace{}
33192 \end_inset
33193
33194 Profondeur : 
33195 \begin_inset Box Boxed
33196 position "c"
33197 hor_pos "c"
33198 has_inner_box 1
33199 inner_pos "c"
33200 use_parbox 0
33201 use_makebox 0
33202 width "20col%"
33203 special "none"
33204 height "1in"
33205 height_special "totalheight"
33206 thickness "0.4pt"
33207 separation "3pt"
33208 shadowsize "4pt"
33209 framecolor "black"
33210 backgroundcolor "none"
33211 status open
33212
33213 \begin_layout Plain Layout
33214 \align center
33215 Boîte dont la hauteur est 1
33216 \begin_inset space \thinspace{}
33217 \end_inset
33218
33219 Hauteur
33220 \begin_inset space ~
33221 \end_inset
33222
33223 Totale
33224 \end_layout
33225
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \begin_layout Description
33232 Largeur On prend la largeur de la boîte comme hauteur : 
33233 \begin_inset Box Boxed
33234 position "c"
33235 hor_pos "c"
33236 has_inner_box 1
33237 inner_pos "c"
33238 use_parbox 0
33239 use_makebox 0
33240 width "12col%"
33241 special "none"
33242 height "1in"
33243 height_special "width"
33244 thickness "0.4pt"
33245 separation "3pt"
33246 shadowsize "4pt"
33247 framecolor "black"
33248 backgroundcolor "none"
33249 status open
33250
33251 \begin_layout Plain Layout
33252 \align center
33253 Boîte dont la hauteur est 1
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 Largeur
33258 \end_layout
33259
33260 \end_inset
33261
33262
33263 \end_layout
33264
33265 \begin_layout Subsection
33266 Alignement
33267 \begin_inset Index idx
33268 status collapsed
33269
33270 \begin_layout Plain Layout
33271 Boîtes ! Alignement
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \end_layout
33278
33279 \begin_layout Standard
33280 Quand vous avez choisi une 
33281 \family sans
33282 Boîte
33283 \begin_inset space ~
33284 \end_inset
33285
33286 Intérieure
33287 \family default
33288 , l'alignement vertical de la boîte peut être :
33289 \end_layout
33290
33291 \begin_layout Description
33292 Haut Ceci est un exemple de texte.
33293  
33294 \begin_inset Box Boxed
33295 position "t"
33296 hor_pos "c"
33297 has_inner_box 1
33298 inner_pos "c"
33299 use_parbox 0
33300 use_makebox 0
33301 width "12col%"
33302 special "none"
33303 height "1in"
33304 height_special "totalheight"
33305 thickness "0.4pt"
33306 separation "3pt"
33307 shadowsize "4pt"
33308 framecolor "black"
33309 backgroundcolor "none"
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313 \align center
33314 Cette boîte est alignée sur le haut.
33315 \end_layout
33316
33317 \end_inset
33318
33319  Ceci est un exemple de texte.
33320 \end_layout
33321
33322 \begin_layout Description
33323 Milieu Ceci est un exemple de texte.
33324  
33325 \begin_inset Box Boxed
33326 position "c"
33327 hor_pos "c"
33328 has_inner_box 1
33329 inner_pos "c"
33330 use_parbox 0
33331 use_makebox 0
33332 width "12col%"
33333 special "none"
33334 height "1in"
33335 height_special "totalheight"
33336 thickness "0.4pt"
33337 separation "3pt"
33338 shadowsize "4pt"
33339 framecolor "black"
33340 backgroundcolor "none"
33341 status collapsed
33342
33343 \begin_layout Plain Layout
33344 \align center
33345 Cette boîte est alignée au centre.
33346 \end_layout
33347
33348 \end_inset
33349
33350  Ceci est un exemple de texte.
33351 \end_layout
33352
33353 \begin_layout Description
33354 Bas Ceci est un exemple de texte.
33355  
33356 \begin_inset Box Boxed
33357 position "b"
33358 hor_pos "c"
33359 has_inner_box 1
33360 inner_pos "c"
33361 use_parbox 0
33362 use_makebox 0
33363 width "12col%"
33364 special "none"
33365 height "1in"
33366 height_special "totalheight"
33367 thickness "0.4pt"
33368 separation "3pt"
33369 shadowsize "4pt"
33370 framecolor "black"
33371 backgroundcolor "none"
33372 status collapsed
33373
33374 \begin_layout Plain Layout
33375 \align center
33376 Cette boîte est alignée sur le bas.
33377 \end_layout
33378
33379 \end_inset
33380
33381  Ceci est un exemple de texte.
33382 \end_layout
33383
33384 \begin_layout Standard
33385 \begin_inset Note Greyedout
33386 status open
33387
33388 \begin_layout Plain Layout
33389
33390 \series bold
33391 Note:
33392 \series default
33393  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33394  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33395  l'autre non.
33396 \end_layout
33397
33398 \end_inset
33399
33400
33401 \end_layout
33402
33403 \begin_layout Standard
33404 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33405  paragraphe grâce à la fenêtre de dialogue 
33406 \family sans
33407 Paramètres
33408 \begin_inset space ~
33409 \end_inset
33410
33411 de
33412 \begin_inset space ~
33413 \end_inset
33414
33415 Boîte
33416 \family default
33417 .
33418 \end_layout
33419
33420 \begin_layout Standard
33421 \begin_inset VSpace bigskip
33422 \end_inset
33423
33424 Quand vous avez choisi une 
33425 \family sans
33426 Boîte
33427 \begin_inset space ~
33428 \end_inset
33429
33430 Intérieure
33431 \family default
33432 , l'alignement vertical du contenu de la boîte peut être :
33433 \end_layout
33434
33435 \begin_layout Description
33436 haut Ceci est un exemple de texte.
33437 \begin_inset Box Boxed
33438 position "c"
33439 hor_pos "c"
33440 has_inner_box 1
33441 inner_pos "t"
33442 use_parbox 0
33443 use_makebox 0
33444 width "12col%"
33445 special "none"
33446 height "1.5in"
33447 height_special "totalheight"
33448 thickness "0.4pt"
33449 separation "3pt"
33450 shadowsize "4pt"
33451 framecolor "black"
33452 backgroundcolor "none"
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456 \align center
33457 Le texte de cette boîte est aligné sur le haut.
33458 \end_layout
33459
33460 \end_inset
33461
33462  Ceci est un exemple de texte.
33463 \end_layout
33464
33465 \begin_layout Description
33466 milieu Ceci est un exemple de texte.
33467  
33468 \begin_inset Box Boxed
33469 position "c"
33470 hor_pos "c"
33471 has_inner_box 1
33472 inner_pos "c"
33473 use_parbox 0
33474 use_makebox 0
33475 width "12col%"
33476 special "none"
33477 height "1.5in"
33478 height_special "totalheight"
33479 thickness "0.4pt"
33480 separation "3pt"
33481 shadowsize "4pt"
33482 framecolor "black"
33483 backgroundcolor "none"
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487 \align center
33488 Le texte de cette boîte est aligné au centre
33489 \end_layout
33490
33491 \end_inset
33492
33493  Ceci est un exemple de texte.
33494 \end_layout
33495
33496 \begin_layout Description
33497 bas Ceci est un exemple de texte.
33498  
33499 \begin_inset Box Boxed
33500 position "c"
33501 hor_pos "c"
33502 has_inner_box 1
33503 inner_pos "b"
33504 use_parbox 0
33505 use_makebox 0
33506 width "12col%"
33507 special "none"
33508 height "1.5in"
33509 height_special "totalheight"
33510 thickness "0.4pt"
33511 separation "3pt"
33512 shadowsize "4pt"
33513 framecolor "black"
33514 backgroundcolor "none"
33515 status collapsed
33516
33517 \begin_layout Plain Layout
33518 \align center
33519 Le texte de cette boîte est aligné en bas.
33520 \end_layout
33521
33522 \end_inset
33523
33524  Ceci est un exemple de texte.
33525 \end_layout
33526
33527 \begin_layout Description
33528 élongation Ceci est un exemple de texte.
33529  
33530 \begin_inset Box Boxed
33531 position "c"
33532 hor_pos "c"
33533 has_inner_box 1
33534 inner_pos "s"
33535 use_parbox 0
33536 use_makebox 0
33537 width "12col%"
33538 special "none"
33539 height "1.5in"
33540 height_special "totalheight"
33541 thickness "0.4pt"
33542 separation "3pt"
33543 shadowsize "4pt"
33544 framecolor "black"
33545 backgroundcolor "none"
33546 status collapsed
33547
33548 \begin_layout Plain Layout
33549 \align center
33550 Le texte 
33551 \end_layout
33552
33553 \begin_layout Plain Layout
33554 \align center
33555 de cette
33556 \end_layout
33557
33558 \begin_layout Plain Layout
33559 \align center
33560 boîte est
33561 \end_layout
33562
33563 \begin_layout Plain Layout
33564 \align center
33565 allongé.
33566 \end_layout
33567
33568 \end_inset
33569
33570  Ceci est un exemple de texte.
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33575  paragraphe.
33576  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33577 \end_layout
33578
33579 \begin_layout Standard
33580 \begin_inset VSpace bigskip
33581 \end_inset
33582
33583 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33584  la fenêtre de dialogue 
33585 \family sans
33586 Paramètres
33587 \begin_inset space ~
33588 \end_inset
33589
33590 de
33591 \begin_inset space ~
33592 \end_inset
33593
33594 paragraphe
33595 \family default
33596  quand vous avez choisi une 
33597 \family sans
33598 Boîte
33599 \begin_inset space ~
33600 \end_inset
33601
33602 Intérieure
33603 \family default
33604 .
33605 \end_layout
33606
33607 \begin_layout Standard
33608 \align center
33609 \begin_inset Box Boxed
33610 position "c"
33611 hor_pos "c"
33612 has_inner_box 1
33613 inner_pos "s"
33614 use_parbox 0
33615 use_makebox 0
33616 width "15col%"
33617 special "none"
33618 height "1.25in"
33619 height_special "totalheight"
33620 thickness "0.4pt"
33621 separation "3pt"
33622 shadowsize "4pt"
33623 framecolor "black"
33624 backgroundcolor "none"
33625 status open
33626
33627 \begin_layout Plain Layout
33628 \align left
33629 Le texte de 
33630 \end_layout
33631
33632 \begin_layout Plain Layout
33633 \align left
33634 cette boîte
33635 \end_layout
33636
33637 \begin_layout Plain Layout
33638 \align right
33639 est allongé.
33640 \end_layout
33641
33642 \end_inset
33643
33644
33645 \end_layout
33646
33647 \begin_layout Standard
33648 Si vous n'avez pas choisi une 
33649 \family sans
33650 Boîte
33651 \begin_inset space ~
33652 \end_inset
33653
33654 Intérieure
33655 \family default
33656 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33657  de dialogue de boîte.
33658 \end_layout
33659
33660 \begin_layout Standard
33661 \align center
33662 \begin_inset Box Boxed
33663 position "c"
33664 hor_pos "s"
33665 has_inner_box 0
33666 inner_pos "s"
33667 use_parbox 0
33668 use_makebox 0
33669 width "90col%"
33670 special "none"
33671 height "1.25in"
33672 height_special "totalheight"
33673 thickness "0.4pt"
33674 separation "3pt"
33675 shadowsize "4pt"
33676 framecolor "black"
33677 backgroundcolor "none"
33678 status open
33679
33680 \begin_layout Plain Layout
33681 Le texte de cette boîte est allongé horizontalement.
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Subsection
33690 Décorations
33691 \begin_inset CommandInset label
33692 LatexCommand label
33693 name "sec:Décorations"
33694
33695 \end_inset
33696
33697
33698 \begin_inset Index idx
33699 status collapsed
33700
33701 \begin_layout Plain Layout
33702 Boîtes ! Décorations
33703 \end_layout
33704
33705 \end_inset
33706
33707
33708 \end_layout
33709
33710 \begin_layout Standard
33711 On peut spécifier le style de la boîte en utilisant la liste déroulante
33712  
33713 \family sans
33714 Décoration
33715 \family default
33716 .
33717  Les possibilités sont les suivantes :
33718 \end_layout
33719
33720 \begin_layout Description
33721 Aucun
33722 \begin_inset space ~
33723 \end_inset
33724
33725 cadre
33726 \begin_inset space ~
33727 \end_inset
33728
33729 tracé Rien n'est tracé
33730 \end_layout
33731
33732 \begin_layout Description
33733 Cadre
33734 \begin_inset space ~
33735 \end_inset
33736
33737 rectangulaire
33738 \begin_inset space ~
33739 \end_inset
33740
33741 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33742  L'épaisseur du trait de ce cadre peut être précisé.
33743 \begin_inset Newline newline
33744 \end_inset
33745
33746
33747 \begin_inset Box Boxed
33748 position "c"
33749 hor_pos "c"
33750 has_inner_box 1
33751 inner_pos "c"
33752 use_parbox 0
33753 use_makebox 0
33754 width "20col%"
33755 special "none"
33756 height "1in"
33757 height_special "totalheight"
33758 thickness "0.4pt"
33759 separation "3pt"
33760 shadowsize "4pt"
33761 framecolor "black"
33762 backgroundcolor "none"
33763 status open
33764
33765 \begin_layout Plain Layout
33766 \align center
33767 Boîte rectangulaire
33768 \end_layout
33769
33770 \end_inset
33771
33772
33773 \end_layout
33774
33775 \begin_layout Description
33776 Cadre
33777 \begin_inset space ~
33778 \end_inset
33779
33780 oval,
33781 \begin_inset space ~
33782 \end_inset
33783
33784 fin Ceci dessine un cadre ovalisée autour de la boîte.
33785  L'épaisseur du trait de ce cadre est de  0.4
33786 \begin_inset space \thinspace{}
33787 \end_inset
33788
33789 pt.
33790  
33791 \begin_inset Box ovalbox
33792 position "c"
33793 hor_pos "c"
33794 has_inner_box 1
33795 inner_pos "c"
33796 use_parbox 0
33797 use_makebox 0
33798 width "20col%"
33799 special "none"
33800 height "1in"
33801 height_special "totalheight"
33802 thickness "0.4pt"
33803 separation "3pt"
33804 shadowsize "4pt"
33805 framecolor "black"
33806 backgroundcolor "none"
33807 status open
33808
33809 \begin_layout Plain Layout
33810 \align center
33811 Boîte ovalisée, fine
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Description
33820 Cadre
33821 \begin_inset space ~
33822 \end_inset
33823
33824 oval,
33825 \begin_inset space ~
33826 \end_inset
33827
33828 épais Ceci dessine un cadre ovalisée autour de la boîte.
33829  L'épaisseur du trait de ce cadre est de   0.8
33830 \begin_inset space \thinspace{}
33831 \end_inset
33832
33833 pt.
33834  
33835 \begin_inset Box Ovalbox
33836 position "c"
33837 hor_pos "c"
33838 has_inner_box 1
33839 inner_pos "c"
33840 use_parbox 0
33841 use_makebox 0
33842 width "20col%"
33843 special "none"
33844 height "1in"
33845 height_special "totalheight"
33846 thickness "0.4pt"
33847 separation "3pt"
33848 shadowsize "4pt"
33849 framecolor "black"
33850 backgroundcolor "none"
33851 status open
33852
33853 \begin_layout Plain Layout
33854 \align center
33855 Boîte ovalisée, épaisse
33856 \end_layout
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \begin_layout Description
33864 Ombre
33865 \begin_inset space ~
33866 \end_inset
33867
33868 en
33869 \begin_inset space ~
33870 \end_inset
33871
33872 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33873  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
33874  
33875 \begin_inset Box Shadowbox
33876 position "c"
33877 hor_pos "c"
33878 has_inner_box 1
33879 inner_pos "c"
33880 use_parbox 0
33881 use_makebox 0
33882 width "20col%"
33883 special "none"
33884 height "1in"
33885 height_special "totalheight"
33886 thickness "0.4pt"
33887 separation "3pt"
33888 shadowsize "4pt"
33889 framecolor "black"
33890 backgroundcolor "none"
33891 status open
33892
33893 \begin_layout Plain Layout
33894 \align center
33895 Boîte ombrée
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Description
33904 Fond
33905 \begin_inset space ~
33906 \end_inset
33907
33908 ombré Ceci dessine une boîte avec un arrière plan rouge.
33909  Contrairement aux boîtes coloriées
33910 \begin_inset Foot
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914 Voir la section
33915 \begin_inset space ~
33916 \end_inset
33917
33918
33919 \begin_inset CommandInset ref
33920 LatexCommand ref
33921 reference "sec:Boîtes-colorées"
33922
33923 \end_inset
33924
33925 .
33926 \end_layout
33927
33928 \end_inset
33929
33930 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33931  son propre paragraphe.
33932 \begin_inset Box Shaded
33933 position "t"
33934 hor_pos "c"
33935 has_inner_box 0
33936 inner_pos "t"
33937 use_parbox 0
33938 use_makebox 0
33939 width "50col%"
33940 special "none"
33941 height "1in"
33942 height_special "totalheight"
33943 thickness "0.4pt"
33944 separation "3pt"
33945 shadowsize "4pt"
33946 framecolor "black"
33947 backgroundcolor "none"
33948 status open
33949
33950 \begin_layout Plain Layout
33951 Boîte avec fond ombré
33952 \end_layout
33953
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \begin_layout Description
33960 Cadre
33961 \begin_inset space ~
33962 \end_inset
33963
33964 rectangulaire
33965 \begin_inset space ~
33966 \end_inset
33967
33968 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33969  boîte.
33970  L'épaisseur du trait du cadre interne est de 0.75
33971 \begin_inset space \thinspace{}
33972 \end_inset
33973
33974 épaisseur
33975 \begin_inset space ~
33976 \end_inset
33977
33978 du
33979 \begin_inset space ~
33980 \end_inset
33981
33982 trait, l'épaisseur du trait du cadre externe est de 1.5
33983 \begin_inset space \thinspace{}
33984 \end_inset
33985
33986 épaisseur
33987 \begin_inset space ~
33988 \end_inset
33989
33990 du
33991 \begin_inset space ~
33992 \end_inset
33993
33994 trait.
33995  La distance entre les deux cadres est de 1.5
33996 \begin_inset space \thinspace{}
33997 \end_inset
33998
33999 épaisseur
34000 \begin_inset space ~
34001 \end_inset
34002
34003 du
34004 \begin_inset space ~
34005 \end_inset
34006
34007 trait
34008 \begin_inset space \thinspace{}
34009 \end_inset
34010
34011 +
34012 \begin_inset space \thinspace{}
34013 \end_inset
34014
34015 0.5
34016 \begin_inset space \thinspace{}
34017 \end_inset
34018
34019 pt.
34020  
34021 \begin_inset Box Doublebox
34022 position "c"
34023 hor_pos "c"
34024 has_inner_box 1
34025 inner_pos "c"
34026 use_parbox 0
34027 use_makebox 0
34028 width "20col%"
34029 special "none"
34030 height "1in"
34031 height_special "totalheight"
34032 thickness "0.4pt"
34033 separation "3pt"
34034 shadowsize "4pt"
34035 framecolor "black"
34036 backgroundcolor "none"
34037 status open
34038
34039 \begin_layout Plain Layout
34040 \align center
34041 Boîte double
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset VSpace bigskip
34051 \end_inset
34052
34053 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34054  s'adapte pour montrer le style
34055  de boîte utilisé.
34056  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34057  le paquetage \SpecialChar LaTeX
34058  
34059 \series bold
34060 fancybox
34061 \series default
34062
34063 \begin_inset Index idx
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067 Paquetages \SpecialChar LaTeX
34068  ! fancybox
34069 \end_layout
34070
34071 \end_inset
34072
34073 .
34074 \end_layout
34075
34076 \begin_layout Standard
34077 \begin_inset VSpace bigskip
34078 \end_inset
34079
34080 Quand vous utilisez le style de décoration 
34081 \family sans
34082 cadre rectangulaire simple
34083 \family default
34084  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34085  de la boîte.
34086  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34087  prendra toute la largeur de la colonne et la boîte sera considérée comme
34088  son propre paragraphe: 
34089 \begin_inset Box Framed
34090 position "t"
34091 hor_pos "c"
34092 has_inner_box 0
34093 inner_pos "t"
34094 use_parbox 0
34095 use_makebox 0
34096 width "100col%"
34097 special "none"
34098 height "1in"
34099 height_special "totalheight"
34100 thickness "0.4pt"
34101 separation "3pt"
34102 shadowsize "4pt"
34103 framecolor "black"
34104 backgroundcolor "none"
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 Boîte avec cadre simple et sauts de page
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Section
34117 Personnalisation des boîtes
34118 \begin_inset Index idx
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122 Boîtes! Personnalisation
34123 \end_layout
34124
34125 \end_inset
34126
34127
34128 \end_layout
34129
34130 \begin_layout Standard
34131 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34132  la commande 
34133 \series bold
34134
34135 \backslash
34136 cornersize
34137 \series default
34138 .
34139  Par exemple, la commande
34140 \end_layout
34141
34142 \begin_layout Standard
34143
34144 \series bold
34145
34146 \backslash
34147 cornersize*{1cm}
34148 \end_layout
34149
34150 \begin_layout Standard
34151 donne un diamètre de 1
34152 \begin_inset space \thinspace{}
34153 \end_inset
34154
34155 cm.
34156  La commande
34157 \end_layout
34158
34159 \begin_layout Standard
34160
34161 \series bold
34162
34163 \backslash
34164 cornersize{num}
34165 \end_layout
34166
34167 \begin_layout Standard
34168 fixe le diamètre à 
34169 \family sans
34170 num
34171 \begin_inset space \thinspace{}
34172 \end_inset
34173
34174 ×
34175 \begin_inset space \thinspace{}
34176 \end_inset
34177
34178 minimum(largeur et hauteur de la boîte)
34179 \family default
34180 .
34181  La valeur implicite est 
34182 \series bold
34183
34184 \backslash
34185 cornersize{0.5}
34186 \series default
34187 .
34188 \end_layout
34189
34190 \begin_layout Standard
34191 \begin_inset ERT
34192 status collapsed
34193
34194 \begin_layout Plain Layout
34195
34196
34197 \backslash
34198 cornersize*{1.5cm}
34199 \end_layout
34200
34201 \end_inset
34202
34203
34204 \begin_inset Box Ovalbox
34205 position "c"
34206 hor_pos "c"
34207 has_inner_box 1
34208 inner_pos "c"
34209 use_parbox 0
34210 use_makebox 0
34211 width "25col%"
34212 special "none"
34213 height "1in"
34214 height_special "totalheight"
34215 thickness "0.4pt"
34216 separation "3pt"
34217 shadowsize "4pt"
34218 framecolor "black"
34219 backgroundcolor "none"
34220 status open
34221
34222 \begin_layout Plain Layout
34223 \align center
34224 Boîte ovale avec 
34225 \series bold
34226
34227 \backslash
34228 cornersize
34229 \series default
34230
34231 \begin_inset space \thinspace{}
34232 \end_inset
34233
34234 =
34235 \begin_inset space \thinspace{}
34236 \end_inset
34237
34238 1.5
34239 \begin_inset space \thinspace{}
34240 \end_inset
34241
34242 cm
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \begin_inset ERT
34249 status collapsed
34250
34251 \begin_layout Plain Layout
34252
34253
34254 \backslash
34255 cornersize{0.5}
34256 \end_layout
34257
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Standard
34264 \begin_inset VSpace bigskip
34265 \end_inset
34266
34267
34268 \end_layout
34269
34270 \begin_layout Standard
34271 La couleur rouge utilisée implicitement pour les boîtes à 
34272 \family sans
34273 Fond
34274 \begin_inset space ~
34275 \end_inset
34276
34277 ombré
34278 \family default
34279  peut soit être modifiée localement avec la commande 
34280 \series bold
34281
34282 \backslash
34283 definecolor{shadecolor}
34284 \series default
34285 , soit globalement avec le menu 
34286 \family sans
34287 Outils\SpecialChar menuseparator
34288 Préférences
34289 \family default
34290 \SpecialChar menuseparator
34291
34292 \family sans
34293 Couleurs\SpecialChar menuseparator
34294 boîte
34295 \begin_inset space ~
34296 \end_inset
34297
34298 ombrée
34299 \family default
34300 .
34301  La syntaxe de la commande 
34302 \series bold
34303
34304 \backslash
34305 definecolor
34306 \series default
34307  est expliquée dans la section
34308 \begin_inset space ~
34309 \end_inset
34310
34311
34312 \begin_inset CommandInset ref
34313 LatexCommand ref
34314 reference "sec:Tableaux-Colorés"
34315
34316 \end_inset
34317
34318 .
34319 \begin_inset Foot
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323 Notez que l'utilisation de 
34324 \series bold
34325
34326 \backslash
34327 definecolor
34328 \series default
34329  ne peut se faire sans le paquetage \SpecialChar LaTeX
34330  
34331 \series bold
34332 color
34333 \series default
34334  dans le préambule, voir la section
34335 \begin_inset space ~
34336 \end_inset
34337
34338
34339 \begin_inset CommandInset ref
34340 LatexCommand ref
34341 reference "sec:Boîtes-colorées"
34342
34343 \end_inset
34344
34345 .
34346  
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34356  le commande en code \SpecialChar TeX
34357  suivantes
34358 \end_layout
34359
34360 \begin_layout Standard
34361
34362 \series bold
34363
34364 \backslash
34365 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34366 \end_layout
34367
34368 \begin_layout Standard
34369 \begin_inset ERT
34370 status collapsed
34371
34372 \begin_layout Plain Layout
34373
34374
34375 \backslash
34376 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \begin_inset Box Shaded
34383 position "t"
34384 hor_pos "c"
34385 has_inner_box 0
34386 inner_pos "t"
34387 use_parbox 0
34388 use_makebox 0
34389 width "100col%"
34390 special "none"
34391 height "1in"
34392 height_special "totalheight"
34393 thickness "0.4pt"
34394 separation "3pt"
34395 shadowsize "4pt"
34396 framecolor "black"
34397 backgroundcolor "none"
34398 status open
34399
34400 \begin_layout Plain Layout
34401
34402 \color yellow
34403 Ceci est un texte jaune dans une boîte à 
34404 \family sans
34405 Fond
34406 \begin_inset space ~
34407 \end_inset
34408
34409 ombré
34410 \family default
34411 \color inherit
34412  
34413 \color yellow
34414 avec un fond vert foncé.
34415 \end_layout
34416
34417 \end_inset
34418
34419
34420 \begin_inset ERT
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424
34425
34426 \backslash
34427 definecolor{shadecolor}{rgb}{1,0,0}
34428 \end_layout
34429
34430 \end_inset
34431
34432
34433 \end_layout
34434
34435 \begin_layout Standard
34436 \begin_inset VSpace bigskip
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34444  boîtes qui suivent la commandes qui les a changées.
34445 \end_layout
34446
34447 \begin_layout Section
34448 Minipages
34449 \begin_inset CommandInset label
34450 LatexCommand label
34451 name "sec:Minipages"
34452
34453 \end_inset
34454
34455
34456 \begin_inset Index idx
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 Boîtes ! Minipages
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Standard
34469 \SpecialChar LaTeX
34470  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34471  d'une page.
34472  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34473  règles d'indentation, de saut de ligne, etc.
34474  s'appliquent.
34475 \end_layout
34476
34477 \begin_layout Standard
34478 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34479  langues.
34480 \end_layout
34481
34482 \begin_layout Standard
34483 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34484  Leur largeur est fixée à 45
34485 \begin_inset space \thinspace{}
34486 \end_inset
34487
34488 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34489  via le menu 
34490 \family sans
34491 Insertion\SpecialChar menuseparator
34492 Typographie
34493 \begin_inset space ~
34494 \end_inset
34495
34496 spéciale\SpecialChar menuseparator
34497 Ressort
34498 \begin_inset space ~
34499 \end_inset
34500
34501 Horizontal
34502 \family default
34503 .
34504 \end_layout
34505
34506 \begin_layout Standard
34507 \begin_inset Box Frameless
34508 position "t"
34509 hor_pos "c"
34510 has_inner_box 1
34511 inner_pos "c"
34512 use_parbox 0
34513 use_makebox 0
34514 width "45col%"
34515 special "none"
34516 height "1in"
34517 height_special "totalheight"
34518 thickness "0.4pt"
34519 separation "3pt"
34520 shadowsize "4pt"
34521 framecolor "black"
34522 backgroundcolor "none"
34523 status open
34524
34525 \begin_layout Plain Layout
34526 Ceci est un texte en français.
34527  Ceci est un texte en français.
34528  Ceci est un texte en français.
34529  Ceci est un texte en français.
34530  Ceci est un texte en français.
34531  Ceci est un texte en français.
34532  Ceci est un texte en français.
34533  Ceci est un texte en français.Ceci est un texte en français.
34534  Ceci est un texte en français.
34535  Ceci est un texte en français.
34536  Ceci est un texte en français
34537 \begin_inset Foot
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 Ceci est une note de bas de page en français.
34542 \end_layout
34543
34544 \end_inset
34545
34546 .Ceci est un texte en français
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \begin_inset space \hfill{}
34553 \end_inset
34554
34555
34556 \begin_inset Box Frameless
34557 position "t"
34558 hor_pos "c"
34559 has_inner_box 1
34560 inner_pos "c"
34561 use_parbox 0
34562 use_makebox 0
34563 width "45col%"
34564 special "none"
34565 height "1in"
34566 height_special "totalheight"
34567 thickness "0.4pt"
34568 separation "3pt"
34569 shadowsize "4pt"
34570 framecolor "black"
34571 backgroundcolor "none"
34572 status open
34573
34574 \begin_layout Plain Layout
34575
34576 \lang english
34577 This is an English Text.
34578  This is an English Text.
34579  This is an English Text.
34580  This is an English Text.
34581  This is an English Text.
34582  This is an English Text.
34583  This is an English Text.
34584  This is an English Text.
34585  This is an English Text.
34586  This is an English Text.
34587  This is an English Text.
34588  This is an English Text.
34589  This is an English Text.
34590  This is an English Text.
34591  This is an English Text.
34592  This is an English Text.
34593 \begin_inset Foot
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597
34598 \lang english
34599 This is an English footnote.
34600 \end_layout
34601
34602 \end_inset
34603
34604  This is an English Text.
34605 \end_layout
34606
34607 \end_inset
34608
34609
34610 \end_layout
34611
34612 \begin_layout Standard
34613 \begin_inset VSpace bigskip
34614 \end_inset
34615
34616 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34617  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34618  minipages, même si vous les avez mis par exemple à 
34619 \family sans
34620 Moyen
34621 \family default
34622  dans les paramètres du document.
34623 \end_layout
34624
34625 \begin_layout Standard
34626 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34627  portion de texte, voyez la section
34628 \begin_inset space ~
34629 \end_inset
34630
34631
34632 \begin_inset CommandInset ref
34633 LatexCommand ref
34634 reference "sec:Boîtes-colorées"
34635
34636 \end_inset
34637
34638 .
34639 \end_layout
34640
34641 \begin_layout Standard
34642 \begin_inset Note Greyedout
34643 status open
34644
34645 \begin_layout Plain Layout
34646
34647 \series bold
34648 Note:
34649 \series default
34650  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34651  mais les minipages peuvent être utilisées dans un tableau, un flottant
34652  ou une autre boîte.
34653 \end_layout
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \begin_layout Standard
34661 \begin_inset VSpace bigskip
34662 \end_inset
34663
34664
34665 \end_layout
34666
34667 \begin_layout Standard
34668 \SpecialChar LyX
34669  propose également une fonctionnalité de base pour des minipages dont la
34670  taille est automatiquement déterminée par la largeur de leur contenu, via
34671  le module 
34672 \family sans
34673 Minipages de largeur variable
34674 \family default
34675 .
34676  Le fichier du répertoire des exemples \SpecialChar LyX
34677  
34678 \emph on
34679 varwidth-floats-side-by-side
34680 \emph default
34681  illustre l'utilisation de minipages de largeur variable pour placer deux
34682  flottants côte à côte.
34683 \end_layout
34684
34685 \begin_layout Section
34686 Les parboxes
34687 \begin_inset CommandInset label
34688 LatexCommand label
34689 name "sec:Parboxes"
34690
34691 \end_inset
34692
34693
34694 \begin_inset Index idx
34695 status collapsed
34696
34697 \begin_layout Plain Layout
34698 Boîtes ! Parboxes
34699 \end_layout
34700
34701 \end_inset
34702
34703
34704 \end_layout
34705
34706 \begin_layout Standard
34707 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34708  ne peuvent avoir de note de bas de page.
34709 \end_layout
34710
34711 \begin_layout Standard
34712 \align center
34713 \begin_inset Box Frameless
34714 position "t"
34715 hor_pos "c"
34716 has_inner_box 1
34717 inner_pos "t"
34718 use_parbox 1
34719 use_makebox 0
34720 width "33col%"
34721 special "none"
34722 height "1in"
34723 height_special "totalheight"
34724 thickness "0.4pt"
34725 separation "3pt"
34726 shadowsize "4pt"
34727 framecolor "black"
34728 backgroundcolor "none"
34729 status open
34730
34731 \begin_layout Plain Layout
34732 Ceci est un texte à l'intérieur d'une parbox.
34733  Ceci est un texte à l'intérieur d'une parbox.
34734 \end_layout
34735
34736 \begin_layout Plain Layout
34737 Cette note de bas de page ne devrait pas apparaître :
34738 \begin_inset Foot
34739 status open
34740
34741 \begin_layout Plain Layout
34742 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34743  pas.
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Section
34757 Des boîtes pour les mots et les caractères
34758 \begin_inset Index idx
34759 status collapsed
34760
34761 \begin_layout Plain Layout
34762 Boîtes ! Pour les caractères
34763 \end_layout
34764
34765 \end_inset
34766
34767
34768 \end_layout
34769
34770 \begin_layout Subsection
34771 Empêcher la césure
34772 \begin_inset CommandInset label
34773 LatexCommand label
34774 name "sec:Empêcher-césure"
34775
34776 \end_inset
34777
34778
34779 \begin_inset Index idx
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783 Boîtes ! Pour empêcher la césure
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Standard
34792 Vous pouvez utiliser une boîte de type 
34793 \family sans
34794 Makebox
34795 \family default
34796  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34797 \begin_inset Newline newline
34798 \end_inset
34799
34800 Voici un exemple de texte :
34801 \end_layout
34802
34803 \begin_layout Standard
34804 Cette ligne est un exemple comment vous pouvez empêcher une césure
34805 \begin_inset space ~
34806 \end_inset
34807
34808
34809 \begin_inset Quotes fld
34810 \end_inset
34811
34812 motTrèsTrèsLong
34813 \begin_inset Quotes frd
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Standard
34820 Pour empêcher que le mot 
34821 \begin_inset Quotes fld
34822 \end_inset
34823
34824 motTrèsTrèsLong
34825 \begin_inset Quotes frd
34826 \end_inset
34827
34828  soit coupé, mettez le mot dans une boîte, mettez 
34829 \family sans
34830 Boîte
34831 \begin_inset space ~
34832 \end_inset
34833
34834 intérieure
34835 \family default
34836  à 
34837 \family sans
34838 Makebox
34839 \family default
34840  sans spécifier de largeur.
34841 \end_layout
34842
34843 \begin_layout Standard
34844 Voici le résultat :
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34849  
34850 \begin_inset Box Frameless
34851 position "t"
34852 hor_pos "c"
34853 has_inner_box 1
34854 inner_pos "t"
34855 use_parbox 0
34856 use_makebox 1
34857 width ""
34858 special "none"
34859 height "1in"
34860 height_special "totalheight"
34861 thickness "0.4pt"
34862 separation "3pt"
34863 shadowsize "4pt"
34864 framecolor "black"
34865 backgroundcolor "none"
34866 status open
34867
34868 \begin_layout Plain Layout
34869 \begin_inset Quotes fld
34870 \end_inset
34871
34872 motTrèsTrèsLong
34873 \begin_inset Quotes frd
34874 \end_inset
34875
34876
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \begin_layout Standard
34885 Une autre méthode consiste à mettre la commande 
34886 \series bold
34887
34888 \begin_inset Quotes fld
34889 \end_inset
34890
34891
34892 \backslash
34893 -
34894 \series default
34895
34896 \begin_inset Quotes frd
34897 \end_inset
34898
34899  en code \SpecialChar TeX
34900 , juste avant le mot :
34901 \end_layout
34902
34903 \begin_layout Standard
34904 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34905  
34906 \begin_inset Quotes fld
34907 \end_inset
34908
34909
34910 \begin_inset ERT
34911 status collapsed
34912
34913 \begin_layout Plain Layout
34914
34915
34916 \backslash
34917 -
34918 \end_layout
34919
34920 \end_inset
34921
34922 motTrèsTrèsLong
34923 \begin_inset Quotes frd
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \begin_layout Standard
34930 Bien sûr, maintenant le mot dépasse dans la marge latérale.
34931  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
34932 \family sans
34933 Insertion\SpecialChar menuseparator
34934 Typographie
34935 \begin_inset space ~
34936 \end_inset
34937
34938 spéciale\SpecialChar menuseparator
34939 Passage
34940 \begin_inset space ~
34941 \end_inset
34942
34943 à
34944 \begin_inset space ~
34945 \end_inset
34946
34947 la
34948 \begin_inset space ~
34949 \end_inset
34950
34951 Ligne
34952 \family default
34953  (raccourci 
34954 \family sans
34955 Ctrl-Entrée
34956 \family default
34957 ) :
34958 \end_layout
34959
34960 \begin_layout Standard
34961 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34962 \begin_inset Newline newline
34963 \end_inset
34964
34965
34966 \begin_inset Box Frameless
34967 position "t"
34968 hor_pos "c"
34969 has_inner_box 1
34970 inner_pos "t"
34971 use_parbox 0
34972 use_makebox 1
34973 width ""
34974 special "none"
34975 height "1in"
34976 height_special "totalheight"
34977 thickness "0.4pt"
34978 separation "3pt"
34979 shadowsize "4pt"
34980 framecolor "black"
34981 backgroundcolor "none"
34982 status open
34983
34984 \begin_layout Plain Layout
34985 \begin_inset Quotes fld
34986 \end_inset
34987
34988 motTrèsTrèsLong
34989 \begin_inset Quotes frd
34990 \end_inset
34991
34992
34993 \end_layout
34994
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \begin_layout Subsection
35001 Alignement vertical
35002 \begin_inset CommandInset label
35003 LatexCommand label
35004 name "subsec:Alignement-Vertical"
35005
35006 \end_inset
35007
35008
35009 \begin_inset Index idx
35010 status collapsed
35011
35012 \begin_layout Plain Layout
35013 Boîtes ! Pour l'alignement vertical
35014 \end_layout
35015
35016 \end_inset
35017
35018
35019 \begin_inset Index idx
35020 status collapsed
35021
35022 \begin_layout Plain Layout
35023 Boîtes ! Boîtes élévatrices
35024 \end_layout
35025
35026 \end_inset
35027
35028
35029 \begin_inset Index idx
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033 Raisebox|see
35034 \begin_inset ERT
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039 {
35040 \end_layout
35041
35042 \end_inset
35043
35044 Boîtes élévatrices
35045 \begin_inset ERT
35046 status collapsed
35047
35048 \begin_layout Plain Layout
35049
35050 }
35051 \end_layout
35052
35053 \end_inset
35054
35055
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Standard
35064 Avec la commande 
35065 \series bold
35066
35067 \backslash
35068 raisebox
35069 \series default
35070  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35071  par rapport au texte qui l'entoure.
35072  La commande
35073 \series bold
35074  
35075 \backslash
35076 raisebox
35077 \series default
35078  s'utilise en suivant la syntaxe suivante :
35079 \end_layout
35080
35081 \begin_layout Standard
35082
35083 \series bold
35084
35085 \backslash
35086 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35087 \end_layout
35088
35089 \begin_layout Standard
35090 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35091  pour l'abaisser.
35092 \end_layout
35093
35094 \begin_layout Standard
35095 Pour aligner le mot 
35096 \begin_inset Quotes fld
35097 \end_inset
35098
35099 empêcher
35100 \begin_inset Quotes frd
35101 \end_inset
35102
35103  de façon à ce que le point le plus bas du caractère le plus 
35104 \begin_inset Quotes fld
35105 \end_inset
35106
35107 profond
35108 \begin_inset Quotes frd
35109 \end_inset
35110
35111 , le 
35112 \begin_inset Quotes fld
35113 \end_inset
35114
35115 p
35116 \begin_inset Quotes frd
35117 \end_inset
35118
35119 , soit au niveau de la ligne de base, insérez la commande 
35120 \end_layout
35121
35122 \begin_layout Standard
35123
35124 \series bold
35125
35126 \backslash
35127 raisebox{
35128 \backslash
35129 depth}{
35130 \end_layout
35131
35132 \begin_layout Standard
35133 en code \SpecialChar TeX
35134  avant le mot.
35135  Insérez après le mot l'accolade fermante 
35136 \begin_inset Quotes fld
35137 \end_inset
35138
35139
35140 \series bold
35141 }
35142 \series default
35143
35144 \begin_inset Quotes frd
35145 \end_inset
35146
35147  en code \SpecialChar TeX
35148 .
35149 \begin_inset Newline newline
35150 \end_inset
35151
35152 Voici le résultat :
35153 \end_layout
35154
35155 \begin_layout Standard
35156 Cette ligne de texte contient le mot 
35157 \begin_inset ERT
35158 status open
35159
35160 \begin_layout Plain Layout
35161
35162
35163 \backslash
35164 raisebox{
35165 \backslash
35166 depth}{
35167 \end_layout
35168
35169 \end_inset
35170
35171
35172 \begin_inset Quotes fld
35173 \end_inset
35174
35175 empêcher
35176 \begin_inset Quotes frd
35177 \end_inset
35178
35179
35180 \begin_inset ERT
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184
35185 }
35186 \end_layout
35187
35188 \end_inset
35189
35190  comme mot élevé.
35191 \end_layout
35192
35193 \begin_layout Standard
35194 \begin_inset VSpace bigskip
35195 \end_inset
35196
35197 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35198  entre les lignes va être agrandie :
35199 \end_layout
35200
35201 \begin_layout Standard
35202 Cette ligne de texte contient le mot
35203 \begin_inset ERT
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207
35208
35209 \backslash
35210 raisebox{-
35211 \backslash
35212 depth}{
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \begin_inset Quotes fld
35219 \end_inset
35220
35221 empêcher
35222 \begin_inset Quotes frd
35223 \end_inset
35224
35225
35226 \begin_inset ERT
35227 status collapsed
35228
35229 \begin_layout Plain Layout
35230
35231 }
35232 \end_layout
35233
35234 \end_inset
35235
35236  comme mot abaissé.
35237 \begin_inset Newline newline
35238 \end_inset
35239
35240 Cette ligne de texte contient le mot 
35241 \begin_inset ERT
35242 status collapsed
35243
35244 \begin_layout Plain Layout
35245
35246
35247 \backslash
35248 raisebox{0.5cm}{
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset Quotes fld
35255 \end_inset
35256
35257 tester
35258 \begin_inset Quotes frd
35259 \end_inset
35260
35261
35262 \begin_inset ERT
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266
35267 }
35268 \end_layout
35269
35270 \end_inset
35271
35272  comme mot élevé.
35273 \end_layout
35274
35275 \begin_layout Standard
35276 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35277  mettez la hauteur de la boîte à zéro.
35278  Par exemple utilisez
35279 \end_layout
35280
35281 \begin_layout Standard
35282
35283 \series bold
35284
35285 \backslash
35286 raisebox{-
35287 \backslash
35288 depth}[0pt]{
35289 \end_layout
35290
35291 \begin_layout Standard
35292 Cette ligne de texte contient le mot
35293 \begin_inset ERT
35294 status collapsed
35295
35296 \begin_layout Plain Layout
35297
35298
35299 \backslash
35300 raisebox{-
35301 \backslash
35302 depth}[0pt]{
35303 \end_layout
35304
35305 \end_inset
35306
35307
35308 \begin_inset Quotes fld
35309 \end_inset
35310
35311 empêcher
35312 \begin_inset Quotes frd
35313 \end_inset
35314
35315
35316 \begin_inset ERT
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320
35321 }
35322 \end_layout
35323
35324 \end_inset
35325
35326  comme mot abaissé.
35327 \begin_inset Newline newline
35328 \end_inset
35329
35330
35331 \begin_inset Newline newline
35332 \end_inset
35333
35334 Cette ligne de texte contient le mot 
35335 \begin_inset ERT
35336 status collapsed
35337
35338 \begin_layout Plain Layout
35339
35340
35341 \backslash
35342 raisebox{0.5cm}[0pt]{
35343 \end_layout
35344
35345 \end_inset
35346
35347
35348 \begin_inset Quotes fld
35349 \end_inset
35350
35351 tester
35352 \begin_inset Quotes frd
35353 \end_inset
35354
35355
35356 \begin_inset ERT
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360
35361 }
35362 \end_layout
35363
35364 \end_inset
35365
35366  comme mot élevé.
35367 \end_layout
35368
35369 \begin_layout Section
35370 Boîtes colorées
35371 \begin_inset CommandInset label
35372 LatexCommand label
35373 name "sec:Boîtes-colorées"
35374
35375 \end_inset
35376
35377
35378 \begin_inset Index idx
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382 Boîtes ! Couleur
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \end_layout
35389
35390 \begin_layout Standard
35391 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
35392  couleur désirée dans la fenêtre de dialogue de la boîte.
35393  Voici par exemple une boîte avec un fond orangé:
35394 \lang english
35395  
35396 \begin_inset Box Frameless
35397 position "t"
35398 hor_pos "c"
35399 has_inner_box 1
35400 inner_pos "t"
35401 use_parbox 0
35402 use_makebox 1
35403 width ""
35404 special "none"
35405 height "1in"
35406 height_special "totalheight"
35407 thickness "0.4pt"
35408 separation "3pt"
35409 shadowsize "4pt"
35410 framecolor "black"
35411 backgroundcolor "orange"
35412 status open
35413
35414 \begin_layout Plain Layout
35415 Boîte avec un fond orangé
35416 \end_layout
35417
35418 \end_inset
35419
35420
35421 \end_layout
35422
35423 \begin_layout Standard
35424 Si vous utilisez la décoration 
35425 \family sans
35426 Cadre
35427 \begin_inset space ~
35428 \end_inset
35429
35430 rectangulaire
35431 \begin_inset space ~
35432 \end_inset
35433
35434 simple
35435 \family default
35436 , vous pouvez colorer le cadre.
35437  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
35438  le met implicitement
35439  en blanc).
35440  voici un exemple: 
35441 \begin_inset Box Boxed
35442 position "t"
35443 hor_pos "c"
35444 has_inner_box 0
35445 inner_pos "t"
35446 use_parbox 0
35447 use_makebox 0
35448 width ""
35449 special "none"
35450 height "1in"
35451 height_special "totalheight"
35452 thickness "0.4pt"
35453 separation "3pt"
35454 shadowsize "4pt"
35455 framecolor "teal"
35456 backgroundcolor "yellow"
35457 status open
35458
35459 \begin_layout Plain Layout
35460 Box with teal frame color and yellow background color
35461 \end_layout
35462
35463 \end_inset
35464
35465
35466 \end_layout
35467
35468 \begin_layout Standard
35469 \begin_inset VSpace bigskip
35470 \end_inset
35471
35472 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
35473  est en couleurs:
35474 \begin_inset Newline newline
35475 \end_inset
35476
35477
35478 \begin_inset Box Boxed
35479 position "t"
35480 hor_pos "c"
35481 has_inner_box 0
35482 inner_pos "t"
35483 use_parbox 0
35484 use_makebox 0
35485 width ""
35486 special "none"
35487 height "1in"
35488 height_special "totalheight"
35489 thickness "0.4pt"
35490 separation "3pt"
35491 shadowsize "4pt"
35492 framecolor "cyan"
35493 backgroundcolor "magenta"
35494 status open
35495
35496 \begin_layout Plain Layout
35497
35498 \color yellow
35499 Ce texte est coloré dans une boîte colorée et encadrée.
35500 \end_layout
35501
35502 \end_inset
35503
35504
35505 \end_layout
35506
35507 \begin_layout Standard
35508 \begin_inset VSpace bigskip
35509 \end_inset
35510
35511
35512 \end_layout
35513
35514 \begin_layout Standard
35515 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
35516  définir vos propres couleurs comme c'est décrit dans la section
35517 \begin_inset space ~
35518 \end_inset
35519
35520
35521 \begin_inset CommandInset ref
35522 LatexCommand ref
35523 reference "sec:Tableaux-Colorés"
35524
35525 \end_inset
35526
35527 .
35528  Pour cela vous devez saisir la boîte ne code TeX.
35529 \end_layout
35530
35531 \begin_layout Standard
35532 Les boîtes à fond coloré sont créées par la commande 
35533 \series bold
35534
35535 \backslash
35536 colorbox
35537 \series default
35538 .
35539  Elle est utilisée avec la syntaxe suivante :
35540 \end_layout
35541
35542 \begin_layout Standard
35543
35544 \series bold
35545
35546 \backslash
35547 colorbox{couleur}{contenu de la boîte}
35548 \end_layout
35549
35550 \begin_layout Standard
35551 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35552  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35553  un mot sur fond 
35554 \emph on
35555 vertfonce
35556 \emph default
35557 , insérez la commande 
35558 \end_layout
35559
35560 \begin_layout Standard
35561
35562 \series bold
35563
35564 \backslash
35565 colorbox{vertfonce}{
35566 \end_layout
35567
35568 \begin_layout Standard
35569 avant le mot en code \SpecialChar TeX
35570 .
35571  Insérez l'accolade fermante 
35572 \begin_inset Quotes fld
35573 \end_inset
35574
35575 }
35576 \begin_inset Quotes frd
35577 \end_inset
35578
35579  après le mot, en code \SpecialChar TeX
35580 .
35581 \begin_inset Newline newline
35582 \end_inset
35583
35584 Voici le résultat :
35585 \end_layout
35586
35587 \begin_layout Standard
35588 Cette ligne de texte contient le mot
35589 \begin_inset ERT
35590 status collapsed
35591
35592 \begin_layout Plain Layout
35593
35594
35595 \backslash
35596 colorbox{vertfonce}{
35597 \end_layout
35598
35599 \end_inset
35600
35601
35602 \begin_inset Quotes fld
35603 \end_inset
35604
35605 Attention!
35606 \begin_inset Quotes frd
35607 \end_inset
35608
35609
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615 }
35616 \end_layout
35617
35618 \end_inset
35619
35620  sur fond vertfonce.
35621 \end_layout
35622
35623 \begin_layout Standard
35624 Les boîtes avec fond et cadre colorés sont créées via la commande 
35625 \series bold
35626
35627 \backslash
35628 fcolorbox
35629 \series default
35630  avec la syntaxe suivante :
35631 \end_layout
35632
35633 \begin_layout Standard
35634
35635 \series bold
35636
35637 \backslash
35638 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35639 \end_layout
35640
35641 \begin_layout Section
35642 Boîtes pivotées et redimensionnées
35643 \end_layout
35644
35645 \begin_layout Standard
35646 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
35647 \family sans
35648 BoîtesGraphiques
35649 \family default
35650  oit être vchargé via les paramètres du document.
35651 \end_layout
35652
35653 \begin_layout Standard
35654 \begin_inset Note Greyedout
35655 status open
35656
35657 \begin_layout Plain Layout
35658
35659 \series bold
35660 Note:
35661 \series default
35662  La plupart des visualiseurs DVI ne sont 
35663 \emph on
35664 pas
35665 \emph default
35666  capables d'afficher des rotations ou des redimensionnements.
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Standard
35675 \begin_inset Note Greyedout
35676 status open
35677
35678 \begin_layout Plain Layout
35679
35680 \series bold
35681 Note:
35682 \series default
35683  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35684  redimensionnée.
35685 \end_layout
35686
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \begin_layout Subsection
35693 Boîtes pivotées
35694 \begin_inset Index idx
35695 status collapsed
35696
35697 \begin_layout Plain Layout
35698 Boîtes ! pivotées
35699 \end_layout
35700
35701 \end_inset
35702
35703
35704 \begin_inset Index idx
35705 status collapsed
35706
35707 \begin_layout Plain Layout
35708 Pivoter des objets
35709 \end_layout
35710
35711 \end_inset
35712
35713
35714 \end_layout
35715
35716 \begin_layout Standard
35717 Pour faire tourner des objets, vous pouvez les mettre dans une 
35718 \family sans
35719 BoîtePivotée
35720 \family default
35721 .
35722  Une telle boîte est insérée via le menu 
35723 \family sans
35724 Insertion\SpecialChar menuseparator
35725 Inserts personnalisables\SpecialChar menuseparator
35726 BoîtePivotée
35727 \family default
35728 .
35729 \end_layout
35730
35731 \begin_layout Standard
35732 La position du pivot peut être précisée via l'insert 
35733 \family sans
35734 Origine
35735 \family default
35736  (menu 
35737 \family sans
35738 Insertion\SpecialChar menuseparator
35739 Origine
35740 \family default
35741 ) sous la forme 
35742 \series bold
35743 origin=position
35744 \series default
35745 .
35746  Les valeurs suivantes sont possibles pour la position: 
35747 \emph on
35748 c
35749 \emph default
35750  (centre), 
35751 \emph on
35752 l
35753 \emph default
35754  (gauche/
35755 \lang english
35756 left
35757 \lang french
35758 ), 
35759 \emph on
35760 r
35761 \emph default
35762  (droite/
35763 \lang english
35764 right
35765 \lang french
35766 ), 
35767 \emph on
35768 b
35769 \emph default
35770  (bas/
35771 \lang english
35772 bottom
35773 \lang french
35774 ), 
35775 \emph on
35776 t
35777 \emph default
35778  (haut/
35779 \lang english
35780 top
35781 \lang french
35782 ), et aussi des combinaisons des quatre positions de base.
35783  Par exemple 
35784 \emph on
35785 lt
35786 \emph default
35787  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35788  Quand on ne donne pas d'origine, la position 
35789 \emph on
35790 l
35791 \emph default
35792  est utilisée.
35793  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35794  ou négatif.
35795  Le sens positif de rotation est anti-horaire.
35796 \end_layout
35797
35798 \begin_layout Standard
35799 Dans l'exemple qui suit, 
35800 \series bold
35801 origin=c
35802 \series default
35803  a été saisi dans l'insert 
35804 \family sans
35805 Origin
35806 \family default
35807  et 
35808 \series bold
35809 60
35810 \series default
35811  a été saisi dans l'insert 
35812 \family sans
35813 Angle
35814 \family default
35815 .
35816 \end_layout
35817
35818 \begin_layout Standard
35819 Voici une ligne avec du 
35820 \begin_inset Flex Rotatebox
35821 status open
35822
35823 \begin_layout Plain Layout
35824 \begin_inset Argument 1
35825 status open
35826
35827 \begin_layout Plain Layout
35828 origin=c
35829 \end_layout
35830
35831 \end_inset
35832
35833
35834 \begin_inset Argument 2
35835 status open
35836
35837 \begin_layout Plain Layout
35838 60
35839 \end_layout
35840
35841 \end_inset
35842
35843 texte pivoté
35844 \end_layout
35845
35846 \end_inset
35847
35848 .
35849 \end_layout
35850
35851 \begin_layout Standard
35852 La boîte peut contenir une autre boîte ou une formule en ligne :
35853 \end_layout
35854
35855 \begin_layout Standard
35856 Voici une ligne avec du 
35857 \begin_inset Flex Rotatebox
35858 status open
35859
35860 \begin_layout Plain Layout
35861 \begin_inset Argument 1
35862 status open
35863
35864 \begin_layout Plain Layout
35865 origin=r
35866 \end_layout
35867
35868 \end_inset
35869
35870
35871 \begin_inset Argument 2
35872 status open
35873
35874 \begin_layout Plain Layout
35875 -60
35876 \end_layout
35877
35878 \end_inset
35879
35880
35881 \begin_inset Box Doublebox
35882 position "c"
35883 hor_pos "c"
35884 has_inner_box 0
35885 inner_pos "c"
35886 use_parbox 0
35887 use_makebox 0
35888 width "1in"
35889 special "width"
35890 height "1in"
35891 height_special "totalheight"
35892 thickness "0.4pt"
35893 separation "3pt"
35894 shadowsize "4pt"
35895 framecolor "black"
35896 backgroundcolor "none"
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900 texte pivoté
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \end_inset
35909
35910  et encadré 
35911 \begin_inset Flex Rotatebox
35912 status open
35913
35914 \begin_layout Plain Layout
35915 \begin_inset Argument 1
35916 status open
35917
35918 \begin_layout Plain Layout
35919 origin=lb
35920 \end_layout
35921
35922 \end_inset
35923
35924
35925 \begin_inset Argument 2
35926 status open
35927
35928 \begin_layout Plain Layout
35929 60
35930 \end_layout
35931
35932 \end_inset
35933
35934
35935 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35936 \end_inset
35937
35938
35939 \end_layout
35940
35941 \end_inset
35942
35943  et une formule.
35944 \end_layout
35945
35946 \begin_layout Standard
35947 ou encore une figure ou un tableau :
35948 \end_layout
35949
35950 \begin_layout Standard
35951 Voici une ligne 
35952 \begin_inset Flex Rotatebox
35953 status open
35954
35955 \begin_layout Plain Layout
35956 \begin_inset Argument 1
35957 status open
35958
35959 \begin_layout Plain Layout
35960 origin=lb
35961 \end_layout
35962
35963 \end_inset
35964
35965
35966 \begin_inset Argument 2
35967 status open
35968
35969 \begin_layout Plain Layout
35970 90
35971 \end_layout
35972
35973 \end_inset
35974
35975
35976 \begin_inset Graphics
35977         filename ../clipart/platypus.eps
35978         lyxscale 50
35979         width 25col%
35980
35981 \end_inset
35982
35983
35984 \end_layout
35985
35986 \end_inset
35987
35988  avec une image pivotée de 90° 
35989 \begin_inset Flex Rotatebox
35990 status open
35991
35992 \begin_layout Plain Layout
35993 \begin_inset Argument 2
35994 status open
35995
35996 \begin_layout Plain Layout
35997 -90
35998 \end_layout
35999
36000 \end_inset
36001
36002
36003 \begin_inset Tabular
36004 <lyxtabular version="3" rows="2" columns="2">
36005 <features tabularvalignment="middle">
36006 <column alignment="center" valignment="top">
36007 <column alignment="center" valignment="top">
36008 <row>
36009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36010 \begin_inset Text
36011
36012 \begin_layout Plain Layout
36013 q
36014 \end_layout
36015
36016 \end_inset
36017 </cell>
36018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36019 \begin_inset Text
36020
36021 \begin_layout Plain Layout
36022 w
36023 \end_layout
36024
36025 \end_inset
36026 </cell>
36027 </row>
36028 <row>
36029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36030 \begin_inset Text
36031
36032 \begin_layout Plain Layout
36033 e
36034 \end_layout
36035
36036 \end_inset
36037 </cell>
36038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042 r
36043 \end_layout
36044
36045 \end_inset
36046 </cell>
36047 </row>
36048 </lyxtabular>
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \end_inset
36056
36057  et un tableau.
36058 \begin_inset Index idx
36059 status collapsed
36060
36061 \begin_layout Plain Layout
36062 Figures ! Pivotées
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \begin_inset Index idx
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072 Tableau ! Pivoter
36073 \end_layout
36074
36075 \end_inset
36076
36077
36078 \end_layout
36079
36080 \begin_layout Standard
36081
36082 \lang english
36083 \begin_inset Note Greyedout
36084 status open
36085
36086 \begin_layout Plain Layout
36087
36088 \series bold
36089 Nota:
36090 \series default
36091  si l'insert 
36092 \family sans
36093 Angle
36094 \family default
36095  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36096  \SpecialChar LaTeX
36097  à l'affichage ou l'exportation du document.
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \end_layout
36104
36105 \begin_layout Subsection
36106 Les boîtes redimensionnées
36107 \begin_inset Index idx
36108 status collapsed
36109
36110 \begin_layout Plain Layout
36111 Boîtes ! Redimensionnées
36112 \end_layout
36113
36114 \end_inset
36115
36116
36117 \begin_inset Index idx
36118 status collapsed
36119
36120 \begin_layout Plain Layout
36121 Redimensionner des objets
36122 \end_layout
36123
36124 \end_inset
36125
36126
36127 \end_layout
36128
36129 \begin_layout Standard
36130 Pour redimensionner des objets, il faut les insérer dans une 
36131 \family sans
36132 BoîteÉchelle
36133 \family default
36134 , et pour cela utiliser le menu 
36135 \family sans
36136 Insertion\SpecialChar menuseparator
36137 Inserts personnalisables\SpecialChar menuseparator
36138 BoîteÉchelle
36139 \family default
36140 .
36141 \end_layout
36142
36143 \begin_layout Standard
36144 L'insert 
36145 \family sans
36146 BoîteÉchelle
36147 \family default
36148  comporte un insert obligatoire 
36149 \family sans
36150 Facteur-H 
36151 \family default
36152 et un insert facultatif 
36153 \family sans
36154 Facteur-V
36155 \family default
36156  (ouvert via le menu 
36157 \family sans
36158 Insertion\SpecialChar menuseparator
36159 Facteur-V)
36160 \family default
36161 .
36162  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
36163  vertical.
36164  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
36165  comme facteur vertical.
36166 \end_layout
36167
36168 \begin_layout Standard
36169 Pour doubler la taille du texte par rapport à la taille de texte du document,
36170  saisir 
36171 \series bold
36172 2
36173 \series default
36174  dans l'insert 
36175 \family sans
36176 Facteur-H:
36177 \family default
36178  
36179 \begin_inset Flex Scalebox
36180 status open
36181
36182 \begin_layout Plain Layout
36183 \begin_inset Argument 1
36184 status open
36185
36186 \begin_layout Plain Layout
36187 2
36188 \end_layout
36189
36190 \end_inset
36191
36192 Bonjour
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Standard
36201
36202 \series bold
36203 2
36204 \series default
36205  comme 
36206 \family sans
36207 Facteur-H
36208 \family default
36209  et 
36210 \series bold
36211 1
36212 \series default
36213  comme
36214 \family sans
36215  Facteur-V
36216 \family default
36217  déforme le texte: 
36218 \begin_inset Flex Scalebox
36219 status open
36220
36221 \begin_layout Plain Layout
36222 \begin_inset Argument 1
36223 status open
36224
36225 \begin_layout Plain Layout
36226 2
36227 \end_layout
36228
36229 \end_inset
36230
36231
36232 \begin_inset Argument 2
36233 status open
36234
36235 \begin_layout Plain Layout
36236 1
36237 \end_layout
36238
36239 \end_inset
36240
36241 Bonjour
36242 \end_layout
36243
36244 \end_inset
36245
36246 .
36247 \end_layout
36248
36249 \begin_layout Standard
36250 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
36251  par conséquent 
36252 \series bold
36253 -1
36254 \series default
36255  comme
36256 \family sans
36257  Facteur-H
36258 \family default
36259  et 
36260 \series bold
36261 1
36262 \series default
36263  comme
36264 \family sans
36265  Facteur-V 
36266 \family default
36267 permet de créer de l'écriture en miroir: 
36268 \begin_inset Flex Scalebox
36269 status open
36270
36271 \begin_layout Plain Layout
36272 \begin_inset Argument 1
36273 status open
36274
36275 \begin_layout Plain Layout
36276 -1
36277 \end_layout
36278
36279 \end_inset
36280
36281
36282 \begin_inset Argument 2
36283 status open
36284
36285 \begin_layout Plain Layout
36286 1
36287 \end_layout
36288
36289 \end_inset
36290
36291 Bonjour
36292 \end_layout
36293
36294 \end_inset
36295
36296
36297 \end_layout
36298
36299 \begin_layout Standard
36300
36301 \series bold
36302 1
36303 \series default
36304  comme
36305 \family sans
36306  Facteur-H
36307 \family default
36308  et 
36309 \series bold
36310 -1
36311 \series default
36312  comme
36313 \family sans
36314  Facteur-V
36315 \family default
36316  réfléchit le texte 
36317 \begin_inset Flex Scalebox
36318 status open
36319
36320 \begin_layout Plain Layout
36321 \begin_inset Argument 1
36322 status open
36323
36324 \begin_layout Plain Layout
36325 1
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \begin_inset Argument 2
36332 status open
36333
36334 \begin_layout Plain Layout
36335 -1
36336 \end_layout
36337
36338 \end_inset
36339
36340 Bonjour
36341 \end_layout
36342
36343 \end_inset
36344
36345  sous la ligne de base.
36346 \end_layout
36347
36348 \begin_layout Standard
36349 La 
36350 \family sans
36351 BoîteMiroir
36352 \family default
36353  (menu 
36354 \family sans
36355 Insertion\SpecialChar menuseparator
36356 Inserts personnalisables\SpecialChar menuseparator
36357 BoîteMiroir)
36358 \family default
36359  est équivalente à 
36360 \series bold
36361 -1
36362 \series default
36363  comme
36364 \family sans
36365  Facteur-H
36366 \family default
36367  et 
36368 \series bold
36369 1
36370 \series default
36371  comme
36372 \family sans
36373  Facteur-V
36374 \family default
36375  pour une 
36376 \family sans
36377 BoîteÉchelle
36378 \family default
36379 .
36380 \end_layout
36381
36382 \begin_layout Standard
36383
36384 \lang english
36385 \begin_inset Note Greyedout
36386 status open
36387
36388 \begin_layout Plain Layout
36389
36390 \series bold
36391 Nota:
36392 \series default
36393  si l'insert 
36394 \family sans
36395 Facteur-H
36396 \family default
36397  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36398  \SpecialChar LaTeX
36399  à l'affichage ou l'exportation du document.
36400 \end_layout
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Standard
36408 \begin_inset VSpace bigskip
36409 \end_inset
36410
36411 La 
36412 \family sans
36413 BoîteRetaillée
36414 \family default
36415  (menu 
36416 \family sans
36417 Insertion\SpecialChar menuseparator
36418 Inserts personnalisables\SpecialChar menuseparator
36419 BoîteRetaillée
36420 \family default
36421 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
36422  L'insert 
36423 \family sans
36424 BoîteRetaillée
36425 \family default
36426  comporte un insert obligatoire 
36427 \family sans
36428 Largeur
36429 \family default
36430  et un insert facultatif 
36431 \family sans
36432 Hauteur
36433 \family default
36434  (obtenu via 
36435 \family sans
36436 Insertion\SpecialChar menuseparator
36437 Hauteur)
36438 \family default
36439 .
36440  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
36441  unité.
36442  Le tableau
36443 \begin_inset space ~
36444 \end_inset
36445
36446  
36447 \begin_inset CommandInset ref
36448 LatexCommand ref
36449 reference "tab:Unités"
36450
36451 \end_inset
36452
36453  énumère les unités possibles.
36454  S'il y a un point d'exclamation 
36455 \series bold
36456 !
36457 \series default
36458  dans un des deux inserts, la taille est ajustée pour conserver le rapport
36459  d'aspect de la boîte.
36460  S'il n'y a pas d'insert 
36461 \family sans
36462 Hauteur
36463 \family default
36464 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
36465  
36466 \end_layout
36467
36468 \begin_layout Standard
36469
36470 \series bold
36471 2cm
36472 \series default
36473  comme 
36474 \family sans
36475 Largeur
36476 \family default
36477  et 
36478 \series bold
36479 1cm
36480 \series default
36481  comme 
36482 \family sans
36483 Hauteur
36484 \family default
36485  produit: 
36486 \begin_inset Flex Resizebox
36487 status open
36488
36489 \begin_layout Plain Layout
36490 \begin_inset Argument 1
36491 status open
36492
36493 \begin_layout Plain Layout
36494 2cm
36495 \end_layout
36496
36497 \end_inset
36498
36499
36500 \begin_inset Argument 2
36501 status open
36502
36503 \begin_layout Plain Layout
36504 1cm
36505 \end_layout
36506
36507 \end_inset
36508
36509 Bonjour
36510 \end_layout
36511
36512 \end_inset
36513
36514
36515 \begin_inset Newline newline
36516 \end_inset
36517
36518
36519 \series bold
36520 2cm
36521 \series default
36522  comme 
36523 \family sans
36524 Largeur
36525 \family default
36526  et 
36527 \series bold
36528 !
36529 \series default
36530  comme 
36531 \family sans
36532 Hauteur
36533 \family default
36534  (ou aucune
36535 \family sans
36536  Hauteur
36537 \family default
36538 ) produit: 
36539 \begin_inset Flex Resizebox
36540 status open
36541
36542 \begin_layout Plain Layout
36543 \begin_inset Argument 1
36544 status open
36545
36546 \begin_layout Plain Layout
36547 2cm
36548 \end_layout
36549
36550 \end_inset
36551
36552
36553 \begin_inset Argument 2
36554 status open
36555
36556 \begin_layout Plain Layout
36557 !
36558 \end_layout
36559
36560 \end_inset
36561
36562 Bonjour
36563 \end_layout
36564
36565 \end_inset
36566
36567
36568 \end_layout
36569
36570 \begin_layout Standard
36571 \begin_inset Note Greyedout
36572 status open
36573
36574 \begin_layout Plain Layout
36575
36576 \series bold
36577 Nota:
36578 \series default
36579  si l'insert 
36580 \family sans
36581 Largeur
36582 \family default
36583  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36584  \SpecialChar LaTeX
36585  à l'affichage ou l'exportation du document.
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \end_layout
36592
36593 \begin_layout Standard
36594 \begin_inset VSpace bigskip
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \begin_layout Standard
36601 Les boîtes peuvent être combinée dans n'importe quel ordre.
36602  Par exemple voici une
36603 \family sans
36604  BoîteMiroir
36605 \family default
36606  
36607 \family sans
36608 dans une BoîteRetaillée 
36609 \family default
36610 qui est à son tour dans une 
36611 \family sans
36612 BoîtePivotée
36613 \family default
36614 :
36615 \end_layout
36616
36617 \begin_layout Standard
36618 \noindent
36619 \align center
36620 \begin_inset Flex Rotatebox
36621 status open
36622
36623 \begin_layout Plain Layout
36624 \begin_inset Argument 1
36625 status open
36626
36627 \begin_layout Plain Layout
36628 origin=c
36629 \end_layout
36630
36631 \end_inset
36632
36633
36634 \begin_inset Argument 2
36635 status open
36636
36637 \begin_layout Plain Layout
36638 -45
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \begin_inset Flex Resizebox
36645 status open
36646
36647 \begin_layout Plain Layout
36648 \begin_inset Argument 1
36649 status open
36650
36651 \begin_layout Plain Layout
36652 2cm
36653 \end_layout
36654
36655 \end_inset
36656
36657
36658 \begin_inset Flex Reflectbox
36659 status open
36660
36661 \begin_layout Plain Layout
36662 Bonjour
36663 \end_layout
36664
36665 \end_inset
36666
36667
36668 \end_layout
36669
36670 \end_inset
36671
36672
36673 \end_layout
36674
36675 \end_inset
36676
36677
36678 \end_layout
36679
36680 \begin_layout Standard
36681 \noindent
36682 Les images, les tableaux et les formules sont autorisées comme contenu de
36683  boîte :
36684 \end_layout
36685
36686 \begin_layout Standard
36687 \noindent
36688 \align center
36689 \begin_inset Flex Resizebox
36690 status open
36691
36692 \begin_layout Plain Layout
36693 \begin_inset Argument 1
36694 status open
36695
36696 \begin_layout Plain Layout
36697 2cm
36698 \end_layout
36699
36700 \end_inset
36701
36702
36703 \begin_inset Flex Reflectbox
36704 status open
36705
36706 \begin_layout Plain Layout
36707 \begin_inset Graphics
36708         filename ../clipart/platypus.eps
36709         lyxscale 50
36710         width 25col%
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \end_inset
36723
36724  
36725 \begin_inset Flex Resizebox
36726 status open
36727
36728 \begin_layout Plain Layout
36729 \begin_inset Argument 1
36730 status open
36731
36732 \begin_layout Plain Layout
36733 2cm
36734 \end_layout
36735
36736 \end_inset
36737
36738
36739 \begin_inset Flex Reflectbox
36740 status open
36741
36742 \begin_layout Plain Layout
36743 \begin_inset Tabular
36744 <lyxtabular version="3" rows="2" columns="2">
36745 <features tabularvalignment="middle">
36746 <column alignment="center" valignment="top">
36747 <column alignment="center" valignment="top">
36748 <row>
36749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753 q
36754 \end_layout
36755
36756 \end_inset
36757 </cell>
36758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36759 \begin_inset Text
36760
36761 \begin_layout Plain Layout
36762 w
36763 \end_layout
36764
36765 \end_inset
36766 </cell>
36767 </row>
36768 <row>
36769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 e
36774 \end_layout
36775
36776 \end_inset
36777 </cell>
36778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782 r
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 </row>
36788 </lyxtabular>
36789
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \end_inset
36796
36797
36798 \end_layout
36799
36800 \end_inset
36801
36802  
36803 \begin_inset Flex Resizebox
36804 status open
36805
36806 \begin_layout Plain Layout
36807 \begin_inset Argument 1
36808 status open
36809
36810 \begin_layout Plain Layout
36811 3cm
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \begin_inset Flex Reflectbox
36818 status open
36819
36820 \begin_layout Plain Layout
36821 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36822 \end_inset
36823
36824
36825 \end_layout
36826
36827 \end_inset
36828
36829
36830 \end_layout
36831
36832 \end_inset
36833
36834
36835 \begin_inset Index idx
36836 status collapsed
36837
36838 \begin_layout Plain Layout
36839 Figures ! Redimensionnées
36840 \end_layout
36841
36842 \end_inset
36843
36844
36845 \begin_inset Index idx
36846 status collapsed
36847
36848 \begin_layout Plain Layout
36849 Tableau ! Redimensionner
36850 \end_layout
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \begin_layout Standard
36858 Quand on utilise le style global de formule 
36859 \series bold
36860 fleqn
36861 \series default
36862  dans le document
36863 \begin_inset Foot
36864 status collapsed
36865
36866 \begin_layout Plain Layout
36867 Quand 
36868 \begin_inset Quotes fld
36869 \end_inset
36870
36871 fleqn
36872 \begin_inset Quotes frd
36873 \end_inset
36874
36875  est ajouté aux options de la classe de document.
36876 \end_layout
36877
36878 \end_inset
36879
36880 , les formules hors texte peuvent aussi être redimensionnées.
36881 \end_layout
36882
36883 \begin_layout Chapter
36884 Objets entourés par du texte
36885 \begin_inset Index idx
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889 Entourés par du texte
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \end_layout
36896
36897 \begin_layout Section
36898 Flottant d'enrobage
36899 \begin_inset CommandInset label
36900 LatexCommand label
36901 name "sec:Flottant-d'enrobage"
36902
36903 \end_inset
36904
36905
36906 \begin_inset Index idx
36907 status collapsed
36908
36909 \begin_layout Plain Layout
36910 Flottants ! Flottants d'enrobage
36911 \end_layout
36912
36913 \end_inset
36914
36915
36916 \begin_inset Index idx
36917 status collapsed
36918
36919 \begin_layout Plain Layout
36920 Entourés par du texte ! Flottants d'enrobage
36921 \end_layout
36922
36923 \end_inset
36924
36925
36926 \end_layout
36927
36928 \begin_layout Standard
36929 \begin_inset Wrap figure
36930 lines 0
36931 placement l
36932 overhang 1cm
36933 width "40col%"
36934 status open
36935
36936 \begin_layout Plain Layout
36937 \begin_inset Graphics
36938         filename ../clipart/mobius.eps
36939         width 40col%
36940         scaleBeforeRotation
36941         rotateOrigin center
36942
36943 \end_inset
36944
36945
36946 \end_layout
36947
36948 \begin_layout Plain Layout
36949 \begin_inset Caption Standard
36950
36951 \begin_layout Plain Layout
36952 \begin_inset CommandInset label
36953 LatexCommand label
36954 name "fig:Figure-enrobée"
36955
36956 \end_inset
36957
36958 Ceci est une figure habillée.
36959 \end_layout
36960
36961 \end_inset
36962
36963
36964 \end_layout
36965
36966 \end_inset
36967
36968  Ce type de flottant est utilisé quand on veut que le texte habille la figure
36969  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
36970  Vous pouvez en insérer un en utilisant le menu 
36971 \family sans
36972 Insertion\SpecialChar menuseparator
36973 Flottant\SpecialChar menuseparator
36974 Flottant
36975 \begin_inset space ~
36976 \end_inset
36977
36978 d'enrobage
36979 \family default
36980  à la condition que le paquetage \SpecialChar LaTeX
36981  
36982 \series bold
36983 wrapfig
36984 \series default
36985
36986 \begin_inset Index idx
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990 Paquetages \SpecialChar LaTeX
36991  ! wrapfig
36992 \end_layout
36993
36994 \end_inset
36995
36996  soit installé.
36997 \begin_inset Foot
36998 status collapsed
36999
37000 \begin_layout Plain Layout
37001 Voyez dans la manuel 
37002 \emph on
37003 Configuration
37004 \begin_inset space ~
37005 \end_inset
37006
37007 \SpecialChar LaTeX
37008  
37009 \emph default
37010 comment installer des paquetages \SpecialChar LaTeX
37011 .
37012 \end_layout
37013
37014 \end_inset
37015
37016  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37017  sur la boîte du flottant.
37018  Les paramètres obligatoires sont l'
37019 \family sans
37020 Emplacement
37021 \family default
37022  et la 
37023 \family sans
37024 Largeur
37025 \family default
37026 .
37027  Les paramètres facultatifs sont le 
37028 \family sans
37029 Débordement
37030 \family default
37031  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37032  de la page et la 
37033 \family sans
37034 Porté de la ligne
37035 \family default
37036  qui précise le nombre approximatif de lignes dont le flottant va avoir
37037  besoin.
37038  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37039  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37040  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37041  à faire flotter le flottant
37042  à l'intérieur du paragraphe ou vers les autres paragraphes.
37043  La figure
37044 \begin_inset space ~
37045 \end_inset
37046
37047
37048 \begin_inset CommandInset ref
37049 LatexCommand ref
37050 reference "fig:Figure-enrobée"
37051
37052 \end_inset
37053
37054  est un exemple de flottant d'enrobage avec une largeur de 40
37055 \begin_inset space \thinspace{}
37056 \end_inset
37057
37058 col%, un débordement de 1
37059 \begin_inset space \thinspace{}
37060 \end_inset
37061
37062 cm et placé à gauche.
37063 \end_layout
37064
37065 \begin_layout Standard
37066 \begin_inset Note Greyedout
37067 status open
37068
37069 \begin_layout Plain Layout
37070
37071 \series bold
37072 Note:
37073 \series default
37074  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37075  figure trop près du bas de page peut tout chambouler et faire que le flottant
37076  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37077  de texte.
37078 \end_layout
37079
37080 \end_inset
37081
37082
37083 \end_layout
37084
37085 \begin_layout Standard
37086 En général:
37087 \end_layout
37088
37089 \begin_layout Itemize
37090 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37091  qui risquent de passer à la page suivante.
37092  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37093  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37094  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37095  de page.
37096 \end_layout
37097
37098 \begin_layout Itemize
37099 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37100  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37101 e.
37102 \end_layout
37103
37104 \begin_layout Itemize
37105 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37106  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37107  texte entre les deux, comme séparateur.
37108 \end_layout
37109
37110 \begin_layout Itemize
37111 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37112  ou les tableaux.
37113 \end_layout
37114
37115 \begin_layout Itemize
37116 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37117  chapitre
37118 \begin_inset space ~
37119 \end_inset
37120
37121
37122 \begin_inset CommandInset ref
37123 LatexCommand ref
37124 reference "chap:Flottants"
37125
37126 \end_inset
37127
37128 .
37129 \end_layout
37130
37131 \begin_layout Section
37132 Objets fixes entourés par du texte
37133 \begin_inset Index idx
37134 status collapsed
37135
37136 \begin_layout Plain Layout
37137 Entouré par du texte ! Objets fixes
37138 \end_layout
37139
37140 \end_inset
37141
37142
37143 \end_layout
37144
37145 \begin_layout Standard
37146 Les flottants d'enrobage décrits dans la section
37147 \begin_inset space \thinspace{}
37148 \end_inset
37149
37150
37151 \begin_inset CommandInset ref
37152 LatexCommand ref
37153 reference "sec:Flottant-d'enrobage"
37154
37155 \end_inset
37156
37157  prennent les positions suivantes dans le paragraphe :
37158 \end_layout
37159
37160 \begin_layout Standard
37161 \noindent
37162 \align center
37163 \begin_inset Tabular
37164 <lyxtabular version="3" rows="2" columns="2">
37165 <features tabularvalignment="middle">
37166 <column alignment="center" valignment="top">
37167 <column alignment="center" valignment="top">
37168 <row>
37169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37170 \begin_inset Text
37171
37172 \begin_layout Plain Layout
37173 \begin_inset Info
37174 type  "icon"
37175 arg   "dialog-show-new-inset graphics"
37176 \end_inset
37177
37178
37179 \end_layout
37180
37181 \end_inset
37182 </cell>
37183 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37184 \begin_inset Text
37185
37186 \begin_layout Plain Layout
37187 texte
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198 texte
37199 \end_layout
37200
37201 \end_inset
37202 </cell>
37203 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37204 \begin_inset Text
37205
37206 \begin_layout Plain Layout
37207 texte
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 </lyxtabular>
37214
37215 \end_inset
37216
37217  ou 
37218 \begin_inset Tabular
37219 <lyxtabular version="3" rows="2" columns="2">
37220 <features tabularvalignment="middle">
37221 <column alignment="center" valignment="top">
37222 <column alignment="center" valignment="top">
37223 <row>
37224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228 texte
37229 \end_layout
37230
37231 \end_inset
37232 </cell>
37233 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37234 \begin_inset Text
37235
37236 \begin_layout Plain Layout
37237 \begin_inset Info
37238 type  "icon"
37239 arg   "dialog-show-new-inset graphics"
37240 \end_inset
37241
37242
37243 \end_layout
37244
37245 \end_inset
37246 </cell>
37247 </row>
37248 <row>
37249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 texte
37254 \end_layout
37255
37256 \end_inset
37257 </cell>
37258 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262 texte
37263 \end_layout
37264
37265 \end_inset
37266 </cell>
37267 </row>
37268 </lyxtabular>
37269
37270 \end_inset
37271
37272
37273 \end_layout
37274
37275 \begin_layout Standard
37276 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37277  par exemple pour avoir une de ces positions :
37278 \begin_inset VSpace defskip
37279 \end_inset
37280
37281
37282 \end_layout
37283
37284 \begin_layout Standard
37285 \noindent
37286 \align center
37287 \begin_inset Tabular
37288 <lyxtabular version="3" rows="2" columns="2">
37289 <features tabularvalignment="middle">
37290 <column alignment="center" valignment="top">
37291 <column alignment="center" valignment="top">
37292 <row>
37293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297 texte
37298 \end_layout
37299
37300 \end_inset
37301 </cell>
37302 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37303 \begin_inset Text
37304
37305 \begin_layout Plain Layout
37306 texte
37307 \end_layout
37308
37309 \end_inset
37310 </cell>
37311 </row>
37312 <row>
37313 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37328 \begin_inset Text
37329
37330 \begin_layout Plain Layout
37331 texte
37332 \end_layout
37333
37334 \end_inset
37335 </cell>
37336 </row>
37337 </lyxtabular>
37338
37339 \end_inset
37340
37341  
37342 \begin_inset Tabular
37343 <lyxtabular version="3" rows="2" columns="2">
37344 <features tabularvalignment="middle">
37345 <column alignment="center" valignment="top">
37346 <column alignment="center" valignment="top">
37347 <row>
37348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37349 \begin_inset Text
37350
37351 \begin_layout Plain Layout
37352 texte
37353 \end_layout
37354
37355 \end_inset
37356 </cell>
37357 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37358 \begin_inset Text
37359
37360 \begin_layout Plain Layout
37361 texte
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 <row>
37368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37369 \begin_inset Text
37370
37371 \begin_layout Plain Layout
37372 texte
37373 \end_layout
37374
37375 \end_inset
37376 </cell>
37377 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381 \begin_inset Info
37382 type  "icon"
37383 arg   "dialog-show-new-inset graphics"
37384 \end_inset
37385
37386
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 </row>
37392 </lyxtabular>
37393
37394 \end_inset
37395
37396  
37397 \begin_inset Tabular
37398 <lyxtabular version="3" rows="2" columns="3">
37399 <features tabularvalignment="middle">
37400 <column alignment="center" valignment="top">
37401 <column alignment="center" valignment="top">
37402 <column alignment="center" valignment="top">
37403 <row>
37404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37405 \begin_inset Text
37406
37407 \begin_layout Plain Layout
37408 texte
37409 \end_layout
37410
37411 \end_inset
37412 </cell>
37413 <cell alignment="center" valignment="top" topline="true" usebox="none">
37414 \begin_inset Text
37415
37416 \begin_layout Plain Layout
37417 \begin_inset Info
37418 type  "icon"
37419 arg   "dialog-show-new-inset graphics"
37420 \end_inset
37421
37422
37423 \end_layout
37424
37425 \end_inset
37426 </cell>
37427 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37428 \begin_inset Text
37429
37430 \begin_layout Plain Layout
37431 texte
37432 \end_layout
37433
37434 \end_inset
37435 </cell>
37436 </row>
37437 <row>
37438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37439 \begin_inset Text
37440
37441 \begin_layout Plain Layout
37442 texte
37443 \end_layout
37444
37445 \end_inset
37446 </cell>
37447 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451 texte
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 texte
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 </lyxtabular>
37467
37468 \end_inset
37469
37470  
37471 \begin_inset Tabular
37472 <lyxtabular version="3" rows="2" columns="3">
37473 <features tabularvalignment="middle">
37474 <column alignment="center" valignment="top">
37475 <column alignment="center" valignment="top">
37476 <column alignment="center" valignment="top">
37477 <row>
37478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482 texte
37483 \end_layout
37484
37485 \end_inset
37486 </cell>
37487 <cell alignment="center" valignment="top" topline="true" usebox="none">
37488 \begin_inset Text
37489
37490 \begin_layout Plain Layout
37491 texte
37492 \end_layout
37493
37494 \end_inset
37495 </cell>
37496 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500 texte
37501 \end_layout
37502
37503 \end_inset
37504 </cell>
37505 </row>
37506 <row>
37507 <cell alignment="center" valignment="top" bottomline="true" leftline="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 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37517 \begin_inset Text
37518
37519 \begin_layout Plain Layout
37520 \begin_inset Info
37521 type  "icon"
37522 arg   "dialog-show-new-inset graphics"
37523 \end_inset
37524
37525
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37531 \begin_inset Text
37532
37533 \begin_layout Plain Layout
37534 texte
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 </row>
37540 </lyxtabular>
37541
37542 \end_inset
37543
37544
37545 \end_layout
37546
37547 \begin_layout Standard
37548 \noindent
37549 \align center
37550 \begin_inset Tabular
37551 <lyxtabular version="3" rows="3" columns="2">
37552 <features tabularvalignment="middle">
37553 <column alignment="center" valignment="top">
37554 <column alignment="center" valignment="top">
37555 <row>
37556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37557 \begin_inset Text
37558
37559 \begin_layout Plain Layout
37560 texte
37561 \end_layout
37562
37563 \end_inset
37564 </cell>
37565 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569 texte
37570 \end_layout
37571
37572 \end_inset
37573 </cell>
37574 </row>
37575 <row>
37576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580 \begin_inset Info
37581 type  "icon"
37582 arg   "dialog-show-new-inset graphics"
37583 \end_inset
37584
37585
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594 texte
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 <row>
37601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605 texte
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 \begin_inset Tabular
37626 <lyxtabular version="3" rows="3" columns="3">
37627 <features tabularvalignment="middle">
37628 <column alignment="center" valignment="top">
37629 <column alignment="center" valignment="top">
37630 <column alignment="center" valignment="top">
37631 <row>
37632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636 texte
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 <cell alignment="center" valignment="top" topline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645 texte
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654 texte
37655 \end_layout
37656
37657 \end_inset
37658 </cell>
37659 </row>
37660 <row>
37661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665 texte
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 <cell alignment="center" valignment="top" usebox="none">
37671 \begin_inset Text
37672
37673 \begin_layout Plain Layout
37674 \begin_inset Info
37675 type  "icon"
37676 arg   "dialog-show-new-inset graphics"
37677 \end_inset
37678
37679
37680 \end_layout
37681
37682 \end_inset
37683 </cell>
37684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37685 \begin_inset Text
37686
37687 \begin_layout Plain Layout
37688 texte
37689 \end_layout
37690
37691 \end_inset
37692 </cell>
37693 </row>
37694 <row>
37695 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37696 \begin_inset Text
37697
37698 \begin_layout Plain Layout
37699 texte
37700 \end_layout
37701
37702 \end_inset
37703 </cell>
37704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37705 \begin_inset Text
37706
37707 \begin_layout Plain Layout
37708 texte
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717 texte
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 </row>
37723 </lyxtabular>
37724
37725 \end_inset
37726
37727  
37728 \begin_inset Tabular
37729 <lyxtabular version="3" rows="3" columns="2">
37730 <features tabularvalignment="middle">
37731 <column alignment="center" valignment="top">
37732 <column alignment="center" valignment="top">
37733 <row>
37734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37735 \begin_inset Text
37736
37737 \begin_layout Plain Layout
37738 texte
37739 \end_layout
37740
37741 \end_inset
37742 </cell>
37743 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37744 \begin_inset Text
37745
37746 \begin_layout Plain Layout
37747 texte
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 </row>
37753 <row>
37754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 texte
37759 \end_layout
37760
37761 \end_inset
37762 </cell>
37763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37764 \begin_inset Text
37765
37766 \begin_layout Plain Layout
37767 \begin_inset Info
37768 type  "icon"
37769 arg   "dialog-show-new-inset graphics"
37770 \end_inset
37771
37772
37773 \end_layout
37774
37775 \end_inset
37776 </cell>
37777 </row>
37778 <row>
37779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37780 \begin_inset Text
37781
37782 \begin_layout Plain Layout
37783 texte
37784 \end_layout
37785
37786 \end_inset
37787 </cell>
37788 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37789 \begin_inset Text
37790
37791 \begin_layout Plain Layout
37792 texte
37793 \end_layout
37794
37795 \end_inset
37796 </cell>
37797 </row>
37798 </lyxtabular>
37799
37800 \end_inset
37801
37802
37803 \end_layout
37804
37805 \begin_layout Standard
37806 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37807  
37808 \end_layout
37809
37810 \begin_layout Standard
37811 \noindent
37812
37813 \series bold
37814 picinpar
37815 \series default
37816
37817 \begin_inset Index idx
37818 status collapsed
37819
37820 \begin_layout Plain Layout
37821 Paquetages \SpecialChar LaTeX
37822  ! picinpar
37823 \end_layout
37824
37825 \end_inset
37826
37827 .
37828  Voici un exemple :
37829 \end_layout
37830
37831 \begin_layout Standard
37832 \begin_inset ERT
37833 status collapsed
37834
37835 \begin_layout Plain Layout
37836
37837
37838 \backslash
37839 ifpicinpar
37840 \end_layout
37841
37842 \end_inset
37843
37844
37845 \begin_inset Note Note
37846 status open
37847
37848 \begin_layout Plain Layout
37849 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37850  
37851 \series bold
37852 picinpar
37853 \series default
37854  a été installé.
37855 \end_layout
37856
37857 \end_inset
37858
37859
37860 \end_layout
37861
37862 \begin_layout Standard
37863 \begin_inset ERT
37864 status collapsed
37865
37866 \begin_layout Plain Layout
37867
37868
37869 \backslash
37870 begin{window}[2,c,{
37871 \end_layout
37872
37873 \end_inset
37874
37875
37876 \begin_inset Graphics
37877         filename ../clipart/mobius.eps
37878         lyxscale 60
37879         width 40col%
37880         scaleBeforeRotation
37881         rotateOrigin center
37882
37883 \end_inset
37884
37885
37886 \begin_inset ERT
37887 status collapsed
37888
37889 \begin_layout Plain Layout
37890
37891 },]
37892 \end_layout
37893
37894 \begin_layout Plain Layout
37895
37896 {}
37897 \end_layout
37898
37899 \end_inset
37900
37901
37902 \size small
37903 \lang english
37904 It was in the spring of the year 1894 that all London was interested, and
37905  the fashionable world dismayed, by the murder of the Honourable Ronald
37906  Adair under most unusual and inexplicable circumstances.
37907  The public has already learned those particulars of the crime which
37908 \size default
37909
37910 \begin_inset ERT
37911 status collapsed
37912
37913 \begin_layout Plain Layout
37914
37915
37916 \backslash
37917 footnotemark{}
37918 \end_layout
37919
37920 \end_inset
37921
37922
37923 \size small
37924  came out in the police investigation, but a good deal was suppressed upon
37925  that occasion, since the case for the prosecution was so overwhelmingly
37926  strong that it was not necessary to bring forward all the facts.
37927  Only now, at the end of nearly ten years, am I allowed to supply those
37928  missing links which make up the whole of that remarkable chain
37929 \lang french
37930 .
37931 \size default
37932
37933 \begin_inset ERT
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937
37938
37939 \backslash
37940 end{window}
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \end_layout
37947
37948 \begin_layout Standard
37949 \begin_inset ERT
37950 status collapsed
37951
37952 \begin_layout Plain Layout
37953
37954
37955 \backslash
37956 footnotetext{
37957 \end_layout
37958
37959 \end_inset
37960
37961 Note de pied de page du paragraphe avec objet fixe.
37962 \begin_inset ERT
37963 status collapsed
37964
37965 \begin_layout Plain Layout
37966
37967 }
37968 \end_layout
37969
37970 \end_inset
37971
37972
37973 \end_layout
37974
37975 \begin_layout Standard
37976 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
37977  d'eux et leur position est déterminée par le nombre de lignes de texte
37978  situées audessus d'eux.
37979  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
37980  numérotée.
37981 \end_layout
37982
37983 \begin_layout Standard
37984 Un objet fixe enrobé est inséré en ajoutant la commande
37985 \end_layout
37986
37987 \begin_layout Standard
37988
37989 \series bold
37990
37991 \backslash
37992 begin{window}[2,c,{
37993 \end_layout
37994
37995 \begin_layout Standard
37996 en code \SpecialChar TeX
37997  au debut du paragraphe.
37998  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
37999  dessus de l'objet, le second, ici 'c', la position de l'objet.
38000  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38001  ) sont possibles.
38002  Après la commande, vous insérez votre objet.
38003  Dans cet exemple, c'est une image avec une largeur de 40
38004 \begin_inset space \thinspace{}
38005 \end_inset
38006
38007 % de la colonne de texte qui a été insérée.
38008  L'objet peut aussi être un tableau, une boîte ou une équation.
38009  Après l'objet, on insère la commande
38010 \end_layout
38011
38012 \begin_layout Standard
38013
38014 \series bold
38015 },texte de description ]
38016 \begin_inset Newline newline
38017 \end_inset
38018
38019 {}
38020 \end_layout
38021
38022 \begin_layout Standard
38023 Notez que le 
38024 \begin_inset Quotes fld
38025 \end_inset
38026
38027
38028 \series bold
38029 {}
38030 \series default
38031
38032 \begin_inset Quotes frd
38033 \end_inset
38034
38035  est sur la deuxième ligne.
38036  Le texte de description est facultatif.
38037  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38038  il doit donc commence juste après le 
38039 \series bold
38040 {}
38041 \series default
38042 .
38043  A la fin du paragraphe on insère la commande :
38044 \end_layout
38045
38046 \begin_layout Standard
38047
38048 \series bold
38049
38050 \backslash
38051 end{window}
38052 \end_layout
38053
38054 \begin_layout Standard
38055 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38056  ajouter des notes de pied de page de la façon habituelle.
38057  Vous devez utiliser la commande 
38058 \series bold
38059
38060 \backslash
38061 footnotemark
38062 \series default
38063  à l'intérieur du paragraphe et la commande 
38064 \series bold
38065
38066 \backslash
38067 footnotetext
38068 \series default
38069  à l'extérieur, comme décrit dans la section
38070 \begin_inset space \thinspace{}
38071 \end_inset
38072
38073
38074 \begin_inset CommandInset ref
38075 LatexCommand ref
38076 reference "sec:Notes-bas-de-page"
38077
38078 \end_inset
38079
38080 .
38081 \end_layout
38082
38083 \begin_layout Standard
38084 \begin_inset ERT
38085 status collapsed
38086
38087 \begin_layout Plain Layout
38088
38089
38090 \backslash
38091 else
38092 \end_layout
38093
38094 \end_inset
38095
38096
38097 \begin_inset Note Note
38098 status open
38099
38100 \begin_layout Plain Layout
38101 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38102  
38103 \series bold
38104 picinpar
38105 \series default
38106  n'est pas installé :
38107 \end_layout
38108
38109 \end_inset
38110
38111
38112 \end_layout
38113
38114 \begin_layout Standard
38115 Vous devez installer le paquetage \SpecialChar LaTeX
38116  
38117 \series bold
38118 picinpar
38119 \series default
38120  pour voir la suite de cette section dans la sortie imprimée.
38121 \end_layout
38122
38123 \begin_layout Standard
38124 \begin_inset ERT
38125 status collapsed
38126
38127 \begin_layout Plain Layout
38128
38129
38130 \backslash
38131 fi
38132 \end_layout
38133
38134 \end_inset
38135
38136
38137 \end_layout
38138
38139 \begin_layout Section
38140 Lettrines
38141 \begin_inset Index idx
38142 status collapsed
38143
38144 \begin_layout Plain Layout
38145 Lettrines
38146 \end_layout
38147
38148 \end_inset
38149
38150
38151 \begin_inset Index idx
38152 status collapsed
38153
38154 \begin_layout Plain Layout
38155 Entouré par du texte ! Lettrines
38156 \end_layout
38157
38158 \end_inset
38159
38160
38161 \end_layout
38162
38163 \begin_layout Standard
38164 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38165  
38166 \series bold
38167 lettrine
38168 \series default
38169
38170 \begin_inset Index idx
38171 status collapsed
38172
38173 \begin_layout Plain Layout
38174 Paquetages \SpecialChar LaTeX
38175  ! lettrine
38176 \end_layout
38177
38178 \end_inset
38179
38180  doit être installé et vous devez utiliser le module Initiales (
38181 \begin_inset space ~
38182 \end_inset
38183
38184 menu 
38185 \family sans
38186 Document\SpecialChar menuseparator
38187 Paramètres\SpecialChar menuseparator
38188 Modules
38189 \family default
38190
38191 \begin_inset space ~
38192 \end_inset
38193
38194 ).
38195  Pour insérer une lettrine, utilisez le style 
38196 \family sans
38197 Initial
38198 \family default
38199 .
38200  Les paramètres sont insérés avec le menu 
38201 \family sans
38202 Insertion
38203 \family default
38204 .
38205  Le paramètre obligatoire 
38206 \family sans
38207 \lang english
38208 Initial
38209 \family default
38210 \lang french
38211  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38212 \family sans
38213 \lang english
38214 Rest
38215 \begin_inset space ~
38216 \end_inset
38217
38218 of
38219 \begin_inset space ~
38220 \end_inset
38221
38222 Initial
38223 \family default
38224  
38225 \lang french
38226 contient
38227 \lang english
38228  the rest of the word or text of the initial letter(s)
38229 \lang french
38230 .
38231  Le paramètre 
38232 \family sans
38233 \lang english
38234 Options
38235 \family default
38236 \lang french
38237  contient paramètres pour modifier la lettrine.
38238  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38239  du paquetage 
38240 \series bold
38241 lettrine
38242 \series default
38243
38244 \begin_inset CommandInset citation
38245 LatexCommand cite
38246 key "lettrine"
38247
38248 \end_inset
38249
38250 .
38251  Le style lui-même contient le texte qui doit entourer la lettrine.
38252  Le style habituel est par conséquent que le mot dont la première lettre
38253  est l'initiale soit en 
38254 \shape smallcaps
38255 petites capitales
38256 \shape default
38257 .
38258 \end_layout
38259
38260 \begin_layout Standard
38261 \begin_inset Newpage pagebreak
38262 \end_inset
38263
38264
38265 \end_layout
38266
38267 \begin_layout Standard
38268 Voici quelques exemples
38269 \begin_inset space ~
38270 \end_inset
38271
38272 :
38273 \end_layout
38274
38275 \begin_layout Standard
38276 \begin_inset ERT
38277 status collapsed
38278
38279 \begin_layout Plain Layout
38280
38281
38282 \backslash
38283 iflettrine
38284 \end_layout
38285
38286 \end_inset
38287
38288
38289 \begin_inset Note Note
38290 status open
38291
38292 \begin_layout Plain Layout
38293 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38294  
38295 \series bold
38296 lettrine
38297 \series default
38298  a été installé.
38299 \end_layout
38300
38301 \end_inset
38302
38303
38304 \end_layout
38305
38306 \begin_layout Enumerate
38307 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38308  mathématique 
38309 \begin_inset Formula $\mathfrak{Fraktur}$
38310 \end_inset
38311
38312 :
38313 \end_layout
38314
38315 \begin_deeper
38316 \begin_layout Initial
38317 \begin_inset Argument 2
38318 status open
38319
38320 \begin_layout Plain Layout
38321 \begin_inset Formula $\mathfrak{I}$
38322 \end_inset
38323
38324
38325 \end_layout
38326
38327 \end_inset
38328
38329
38330 \begin_inset Argument 3
38331 status open
38332
38333 \begin_layout Plain Layout
38334 t
38335 \end_layout
38336
38337 \end_inset
38338
38339  
38340 \lang english
38341 was in the spring of the year 1894 that all London was interested, and the
38342  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38343  under most unusual and inexplicable circumstances.
38344  The public has already learned those particulars of the crime which came
38345  out in the police investigation, but a good deal was suppressed upon that
38346  occasion, since the case for the prosecution was so overwhelmingly strong
38347  that it was not necessary to bring forward all the facts.
38348 \end_layout
38349
38350 \end_deeper
38351 \begin_layout Enumerate
38352 L'initiale est entourée par une seule ligne et est formée de deux lettres
38353  dans la police standard ; aucun texte n'est écrit en petites capitales
38354 \begin_inset space ~
38355 \end_inset
38356
38357 :
38358 \end_layout
38359
38360 \begin_deeper
38361 \begin_layout Initial
38362 \begin_inset Argument 1
38363 status open
38364
38365 \begin_layout Plain Layout
38366 lines=1
38367 \end_layout
38368
38369 \end_inset
38370
38371
38372 \begin_inset Argument 2
38373 status open
38374
38375 \begin_layout Plain Layout
38376 It
38377 \end_layout
38378
38379 \end_inset
38380
38381  
38382 \lang english
38383 was in the spring of the year 1894 that all London was interested, and the
38384  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38385  under most unusual and inexplicable circumstances.
38386  The public has already learned those particulars of the crime which came
38387  out in the police investigation, but a good deal was suppressed upon that
38388  occasion, since the case for the prosecution was so overwhelmingly strong
38389  that it was not necessary to bring forward all the facts.
38390 \end_layout
38391
38392 \end_deeper
38393 \begin_layout Enumerate
38394 Initiale descendante sur 3
38395 \begin_inset space ~
38396 \end_inset
38397
38398 lignes en magenta en police mathématique
38399 \begin_inset Newline newline
38400 \end_inset
38401
38402
38403 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38404 \end_inset
38405
38406 , le texte 
38407 \begin_inset Quotes fld
38408 \end_inset
38409
38410
38411 \lang english
38412 t was in the spring
38413 \lang french
38414
38415 \begin_inset Quotes frd
38416 \end_inset
38417
38418  est en 
38419 \shape smallcaps
38420 petites capitales
38421 \shape default
38422  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38423  avant l'initiale
38424 \begin_inset space ~
38425 \end_inset
38426
38427 :
38428 \begin_inset Newline newline
38429 \end_inset
38430
38431
38432 \series bold
38433
38434 \backslash
38435 renewcommand{
38436 \backslash
38437 LettrineFontHook}{
38438 \backslash
38439 color{couleur}}
38440 \series default
38441
38442 \begin_inset Newline newline
38443 \end_inset
38444
38445 où la 
38446 \emph on
38447 couleur
38448 \emph default
38449  peut être 
38450 \begin_inset Quotes fld
38451 \end_inset
38452
38453 red
38454 \begin_inset Quotes frd
38455 \end_inset
38456
38457
38458 \begin_inset Quotes fld
38459 \end_inset
38460
38461 blue
38462 \begin_inset Quotes frd
38463 \end_inset
38464
38465
38466 \begin_inset Quotes fld
38467 \end_inset
38468
38469 green
38470 \begin_inset Quotes frd
38471 \end_inset
38472
38473
38474 \begin_inset Quotes fld
38475 \end_inset
38476
38477 yellow
38478 \begin_inset Quotes frd
38479 \end_inset
38480
38481
38482 \begin_inset Quotes fld
38483 \end_inset
38484
38485 cyan
38486 \begin_inset Quotes frd
38487 \end_inset
38488
38489
38490 \begin_inset Quotes fld
38491 \end_inset
38492
38493 magenta
38494 \begin_inset Quotes frd
38495 \end_inset
38496
38497
38498 \begin_inset Quotes fld
38499 \end_inset
38500
38501 black
38502 \begin_inset Quotes frd
38503 \end_inset
38504
38505  ou 
38506 \begin_inset Quotes fld
38507 \end_inset
38508
38509 white
38510 \begin_inset Quotes frd
38511 \end_inset
38512
38513 .
38514  On doit aussi ajouter la commande suivante au préambule du document
38515 \begin_inset space ~
38516 \end_inset
38517
38518 :
38519 \begin_inset Newline newline
38520 \end_inset
38521
38522
38523 \series bold
38524
38525 \backslash
38526 @ifundefined{textcolor}
38527 \begin_inset Newline newline
38528 \end_inset
38529
38530
38531 \begin_inset space ~
38532 \end_inset
38533
38534 {
38535 \backslash
38536 usepackage{color}}{}
38537 \end_layout
38538
38539 \begin_deeper
38540 \begin_layout Standard
38541 \begin_inset ERT
38542 status collapsed
38543
38544 \begin_layout Plain Layout
38545
38546
38547 \backslash
38548 renewcommand{
38549 \backslash
38550 LettrineFontHook}{
38551 \backslash
38552 color{magenta}}
38553 \end_layout
38554
38555 \end_inset
38556
38557
38558 \begin_inset Note Note
38559 status collapsed
38560
38561 \begin_layout Plain Layout
38562 colore la lettrine en magenta
38563 \end_layout
38564
38565 \end_inset
38566
38567
38568 \end_layout
38569
38570 \begin_layout Initial
38571 \begin_inset Argument 1
38572 status open
38573
38574 \begin_layout Plain Layout
38575 lines=3, lhang=0.33, loversize=0.25
38576 \end_layout
38577
38578 \end_inset
38579
38580
38581 \begin_inset Argument 2
38582 status open
38583
38584 \begin_layout Plain Layout
38585 \begin_inset Formula $\mathcal{I}$
38586 \end_inset
38587
38588
38589 \end_layout
38590
38591 \end_inset
38592
38593
38594 \begin_inset Argument 3
38595 status open
38596
38597 \begin_layout Plain Layout
38598
38599 \lang english
38600 t was in the spring
38601 \end_layout
38602
38603 \end_inset
38604
38605
38606 \lang english
38607  of the year 1894 that all London was interested, and the fashionable world
38608  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38609  and inexplicable circumstances.
38610  The public has already learned those particulars of the crime which came
38611  out in the police investigation, but a good deal was suppressed upon that
38612  occasion, since the case for the prosecution was so overwhelmingly strong
38613  that it was not necessary to bring forward all the facts.
38614 \end_layout
38615
38616 \end_deeper
38617 \begin_layout Standard
38618 \begin_inset ERT
38619 status collapsed
38620
38621 \begin_layout Plain Layout
38622
38623
38624 \backslash
38625 else
38626 \end_layout
38627
38628 \end_inset
38629
38630
38631 \begin_inset Note Note
38632 status open
38633
38634 \begin_layout Plain Layout
38635 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38636  
38637 \series bold
38638 lettrine
38639 \series default
38640  n'est pas installé :
38641 \end_layout
38642
38643 \end_inset
38644
38645
38646 \end_layout
38647
38648 \begin_layout Standard
38649 Vous devez installer le paquetage \SpecialChar LaTeX
38650  
38651 \series bold
38652 lettrine
38653 \series default
38654  pour voir la suite de cette section dans la sortie imprimée.
38655 \end_layout
38656
38657 \begin_layout Standard
38658 \begin_inset ERT
38659 status collapsed
38660
38661 \begin_layout Plain Layout
38662
38663
38664 \backslash
38665 fi
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \end_layout
38672
38673 \begin_layout Chapter
38674 Trucs externes
38675 \begin_inset Index idx
38676 status collapsed
38677
38678 \begin_layout Plain Layout
38679 Trucs externes
38680 \end_layout
38681
38682 \end_inset
38683
38684
38685 \end_layout
38686
38687 \begin_layout Standard
38688 Avec le menu 
38689 \family sans
38690 Insertion\SpecialChar menuseparator
38691 Fichier
38692 \family default
38693  vous pouvez insérer un contenu externe à votre document.
38694  Ce contenu peut être :
38695 \end_layout
38696
38697 \begin_layout Description
38698 Document
38699 \begin_inset space ~
38700 \end_inset
38701
38702 \SpecialChar LyX
38703  Un autre document \SpecialChar LyX
38704  ; son contenu est directement inséré dans votre document.
38705 \end_layout
38706
38707 \begin_layout Description
38708 Texte
38709 \begin_inset space ~
38710 \end_inset
38711
38712 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38713 e.
38714 \end_layout
38715
38716 \begin_layout Description
38717 Texte
38718 \begin_inset space ~
38719 \end_inset
38720
38721 Brut
38722 \begin_inset space ~
38723 \end_inset
38724
38725 par
38726 \begin_inset space ~
38727 \end_inset
38728
38729 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38730  Les lignes vides créent un nouveau paragraphe dans votre document.
38731 \end_layout
38732
38733 \begin_layout Description
38734 Objet
38735 \begin_inset space ~
38736 \end_inset
38737
38738 Externe Fichiers de formats variés.
38739 \end_layout
38740
38741 \begin_layout Description
38742 Sous-document Documents \SpecialChar LyX
38743  ou \SpecialChar LaTeX
38744 .
38745 \end_layout
38746
38747 \begin_layout Section
38748 Objets externes 
38749 \begin_inset Index idx
38750 status collapsed
38751
38752 \begin_layout Plain Layout
38753 Trucs externes ! Objets Externes
38754 \end_layout
38755
38756 \end_inset
38757
38758
38759 \end_layout
38760
38761 \begin_layout Standard
38762 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38763  de fichiers dans votre document sans avoir à convertir ces derniers en
38764  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38765
38766  qui va s'occuper des conversions.
38767  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38768  \SpecialChar LyX
38769  des images dans des formats divers.
38770  Quand vous avez activé 
38771 \family sans
38772 Aperçu
38773 \begin_inset space ~
38774 \end_inset
38775
38776 sur
38777 \begin_inset space ~
38778 \end_inset
38779
38780 le
38781 \begin_inset space ~
38782 \end_inset
38783
38784 vif
38785 \family default
38786  dans le menu des préférences de \SpecialChar LyX
38787 , dans la rubrique 
38788 \family sans
38789 Apparence\SpecialChar menuseparator
38790 Graphiques
38791 \family default
38792 , les objets externes de type Dia et Xfig sont affichés directement dans
38793  \SpecialChar LyX
38794 .
38795 \end_layout
38796
38797 \begin_layout Standard
38798 On insère des objets externes en utilisant la fenêtre de dialogue 
38799 \family sans
38800 Objet
38801 \begin_inset space ~
38802 \end_inset
38803
38804 Externe
38805 \family default
38806  qui est accessible via le menu 
38807 \family sans
38808 Insertion\SpecialChar menuseparator
38809 Fichiers\SpecialChar menuseparator
38810 Objet
38811 \begin_inset space ~
38812 \end_inset
38813
38814 Externe
38815 \family default
38816 .
38817  Actuellement les types de fichiers (
38818 \family sans
38819 Modèles
38820 \family default
38821 ) suivants sont autorisés :
38822 \end_layout
38823
38824 \begin_layout Description
38825 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38826  par le programme 
38827 \series bold
38828
38829 \begin_inset CommandInset href
38830 LatexCommand href
38831 name "XBoard"
38832 target "http://fr.wikipedia.org/wiki/XBoard"
38833
38834 \end_inset
38835
38836
38837 \series default
38838 .
38839 \end_layout
38840
38841 \begin_layout Description
38842 Date Ce modèle insère la date sous la forme 
38843 \emph on
38844 Jour-Mois-Année
38845 \emph default
38846 .
38847  Voici un exemple de date insérée comme objet externe : 
38848 \begin_inset External
38849         template Date
38850         filename .
38851
38852 \end_inset
38853
38854
38855 \begin_inset space ~
38856 \end_inset
38857
38858
38859 \begin_inset Note Note
38860 status collapsed
38861
38862 \begin_layout Plain Layout
38863 Retirer l'espace protégé quand le bug 4398 sera résolu !
38864 \end_layout
38865
38866 \end_inset
38867
38868
38869 \begin_inset Newline newline
38870 \end_inset
38871
38872 La date n'apparaîtra pas dans \SpecialChar LyX
38873 , mais seulement dans la sortie imprimée.
38874  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38875 \family sans
38876 Insertion\SpecialChar menuseparator
38877 Date
38878 \family default
38879  et avec la commande \SpecialChar LaTeX
38880  
38881 \series bold
38882
38883 \backslash
38884 today
38885 \series default
38886  entrée comme code \SpecialChar TeX
38887 .
38888  Ces différentes méthodes sont comparée dans le tableau
38889 \begin_inset space ~
38890 \end_inset
38891
38892
38893 \begin_inset CommandInset ref
38894 LatexCommand ref
38895 reference "tab:Comparaison-des-dates"
38896
38897 \end_inset
38898
38899 .
38900 \end_layout
38901
38902 \begin_layout Description
38903 Diagramme
38904 \begin_inset space ~
38905 \end_inset
38906
38907 Dia Ce modèle accepte les diagrammes créés avec le programme 
38908 \series bold
38909
38910 \begin_inset CommandInset href
38911 LatexCommand href
38912 name "Dia"
38913 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
38914
38915 \end_inset
38916
38917
38918 \series default
38919 .
38920 \end_layout
38921
38922 \begin_layout Description
38923 Tableur Avec ce modèle vous pouvez insérer des feuilles de calcul ou des
38924  tableaux dans le format de 
38925 \series bold
38926
38927 \begin_inset CommandInset href
38928 LatexCommand href
38929 name "Gnumeric"
38930 target "http://fr.wikipedia.org/wiki/Gnumeric"
38931
38932 \end_inset
38933
38934
38935 \series default
38936
38937 \begin_inset CommandInset href
38938 LatexCommand href
38939 name "OpenDocument"
38940 target "http://fr.wikipedia.org/wiki/OpenDocument"
38941
38942 \end_inset
38943
38944
38945 \begin_inset CommandInset href
38946 LatexCommand href
38947 name "Microsoft Office XML"
38948 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38949
38950 \end_inset
38951
38952  et 
38953 \begin_inset CommandInset href
38954 LatexCommand href
38955 name "Office Open XML"
38956 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
38957
38958 \end_inset
38959
38960 .
38961  Pour cette fonction, \SpecialChar LyX
38962  doit pouvoir trouver le programme 
38963 \family typewriter
38964 ssconvert
38965 \family default
38966  au cours de sa configuration.
38967  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
38968  même si vous n'avez pas de tableaux au format gnumeric.
38969  Pour des exemples et les limitations possibles, jetez un œil au fichier
38970  \SpecialChar LyX
38971  d'exemple, 
38972 \emph on
38973 spreadsheet.lyx
38974 \emph default
38975 .
38976 \end_layout
38977
38978 \begin_layout Description
38979 Musique
38980 \begin_inset space ~
38981 \end_inset
38982
38983 mise
38984 \begin_inset space ~
38985 \end_inset
38986
38987 en
38988 \begin_inset space ~
38989 \end_inset
38990
38991 forme
38992 \begin_inset space ~
38993 \end_inset
38994
38995 avec
38996 \begin_inset space ~
38997 \end_inset
38998
38999 Lilypond Ce modèle est utilisé avec des partitions musicales mises en forme
39000  par le programme 
39001 \series bold
39002
39003 \begin_inset CommandInset href
39004 LatexCommand href
39005 name "LilyPond"
39006 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39007
39008 \end_inset
39009
39010
39011 \series default
39012 .
39013  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39014  au fichier \SpecialChar LyX
39015  d'exemple 
39016 \emph on
39017 lilypond.lyx
39018 \emph default
39019 .
39020 \end_layout
39021
39022 \begin_layout Description
39023 Pages
39024 \begin_inset space ~
39025 \end_inset
39026
39027 PDF Ce modèle permet d'insérer des documents en PDF dans votre document.
39028  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39029  
39030 \emph on
39031 pages
39032 \emph default
39033  dans le champ 
39034 \family sans
39035 Option
39036 \family default
39037  dans l'onglet 
39038 \family sans
39039 Options \SpecialChar LaTeX
39040  et \SpecialChar LyX
39041
39042 \family default
39043 .
39044  L'argument de cette option est une liste d'éléments séparés par des virgules,
39045  contenant des numéros de pages (
39046 \begin_inset space ~
39047 \end_inset
39048
39049 insérez comme option 
39050 \series bold
39051 pages={3,5,6,8}
39052 \series default
39053
39054 \begin_inset space ~
39055 \end_inset
39056
39057 ), des plages de numéros de pages (
39058 \series bold
39059
39060 \begin_inset space ~
39061 \end_inset
39062
39063 pages={4-9}
39064 \series default
39065
39066 \begin_inset space ~
39067 \end_inset
39068
39069 ) ou n'importe quelle combinaison des deux.
39070  Pour insérer des pages vides, utilisez 
39071 \series bold
39072 {}
39073 \series default
39074 .
39075  Par exemple 
39076 \begin_inset space ~
39077 \end_inset
39078
39079
39080 \series bold
39081 pages={3,{},8-11,15}
39082 \series default
39083  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39084  15.
39085  Les plages de pages sont décrites avec la syntaxe 
39086 \emph on
39087 début-fin
39088 \emph default
39089  qui sélectionne toutes les pages de 
39090 \emph on
39091 début
39092 \emph default
39093  jusqu'à 
39094 \emph on
39095 fin
39096 \emph default
39097 .
39098  Si on omet 
39099 \emph on
39100 début
39101 \emph default
39102 , on commence implicitement à la première page ; de même, omettre 
39103 \emph on
39104 fin
39105 \emph default
39106  termine implicitement à la dernière page du document.
39107  La dernière page du document peut aussi être désignée par le mot-clé 
39108 \series bold
39109 last
39110 \series default
39111  (
39112 \begin_inset space ~
39113 \end_inset
39114
39115 ce dernier n'est accepté que pour une plage de pages
39116 \begin_inset space ~
39117 \end_inset
39118
39119 ).
39120  Donc 
39121 \series bold
39122 pages=-
39123 \series default
39124  va insérer toutes les pages du document et 
39125 \series bold
39126 pages=last-1
39127 \series default
39128  va insérer toutes les pages dans l'ordre inverse.
39129  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39130 \begin_inset Newline newline
39131 \end_inset
39132
39133 L'option 
39134 \series bold
39135 noautoscale
39136 \series default
39137  insère les pages avec leur taille d'origine, si cette option n'est pas
39138  donnée, les pages seront redimensionnées
39139 \begin_inset space \space{}
39140 \end_inset
39141
39142 pour tenir dans la largeur de page de votre document.
39143  Dans l'onglet 
39144 \family sans
39145 Taille
39146 \begin_inset space ~
39147 \end_inset
39148
39149 et
39150 \begin_inset space ~
39151 \end_inset
39152
39153 rotation
39154 \family default
39155  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39156  qu'une éventuelle rotation.
39157  Si vous utilisez une autre largeur que 100
39158 \begin_inset space \thinspace{}
39159 \end_inset
39160
39161 Échelle%, l'option 
39162 \series bold
39163 noautoscale
39164 \series default
39165  sera neutralisée.
39166  Pour plus d'information sur les options possibles, jetez un œil sur la
39167  documentation du paquetage \SpecialChar LaTeX
39168  
39169 \series bold
39170 pdfpages
39171 \series default
39172  
39173 \begin_inset CommandInset citation
39174 LatexCommand cite
39175 key "pdfpages"
39176
39177 \end_inset
39178
39179 .
39180 \begin_inset Index idx
39181 status collapsed
39182
39183 \begin_layout Plain Layout
39184 Paquetages \SpecialChar LaTeX
39185  ! pdfpages
39186 \end_layout
39187
39188 \end_inset
39189
39190
39191 \begin_inset Newline newline
39192 \end_inset
39193
39194 Pour utiliser ce modèle dans une présentation 
39195 \family sans
39196 Beamer
39197 \family default
39198  vous devez d'abord insérer un environnement 
39199 \family sans
39200 FinCadre
39201 \family default
39202  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39203  contenant la commande
39204  
39205 \series bold
39206
39207 \backslash
39208 setbeamertemplate{background canvas}{}
39209 \series default
39210 .
39211  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39212  que vous voulez.
39213  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39214  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39215  section.
39216  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39217  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39218  le modèle.
39219 \begin_inset Newline newline
39220 \end_inset
39221
39222 Voici un PDF incorporé basculé de -5°
39223 \begin_inset space ~
39224 \end_inset
39225
39226 °: 
39227 \begin_inset External
39228         template PDFPages
39229         filename ../clipart/Abstract.pdf
39230         extra LaTeX "noautoscale, pages=-"
39231         rotateAngle -5
39232         rotateOrigin bottomleft
39233
39234 \end_inset
39235
39236
39237 \end_layout
39238
39239 \begin_layout Description
39240 Image
39241 \begin_inset space ~
39242 \end_inset
39243
39244 tramée Ce modèle peut être utilisé pour les images matricielles (bitmap).
39245  Les images peuvent être traitées dans la fenêtre de dialogue 
39246 \family sans
39247 Objet
39248 \begin_inset space ~
39249 \end_inset
39250
39251 Externe
39252 \family default
39253  comme les images qui sont habituellement incorporées en utilisant le menu
39254  
39255 \family sans
39256 Insertion\SpecialChar menuseparator
39257 Graphique
39258 \family default
39259 , comme c'est décrit dans la section
39260 \begin_inset space ~
39261 \end_inset
39262
39263
39264 \begin_inset CommandInset ref
39265 LatexCommand ref
39266 reference "sec:Graphics-Dialog"
39267
39268 \end_inset
39269
39270 .
39271  Voici un exemple d'insertion d'image matricielle
39272 \begin_inset space ~
39273 \end_inset
39274
39275
39276 \begin_inset External
39277         template RasterImage
39278         filename ../clipart/ToolbarEnvBox.png
39279
39280 \end_inset
39281
39282
39283 \end_layout
39284
39285 \begin_layout Description
39286 Graphiques
39287 \begin_inset space ~
39288 \end_inset
39289
39290 vectoriels Ce modèle peut être utilisé pour les graphiques
39291 \begin_inset space ~
39292 \end_inset
39293
39294 vectoriels.
39295  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
39296 \family sans
39297 Objet
39298 \begin_inset space ~
39299 \end_inset
39300
39301 Externe
39302 \family default
39303  comme les images qui sont habituellement incorporées en utilisant le menu
39304  
39305 \family sans
39306 Insertion\SpecialChar menuseparator
39307 Graphique
39308 \family default
39309 , comme c'est décrit dans la section
39310 \begin_inset space ~
39311 \end_inset
39312
39313
39314 \begin_inset CommandInset ref
39315 LatexCommand ref
39316 reference "sec:Graphics-Dialog"
39317
39318 \end_inset
39319
39320 .
39321  Voici un graphique vectoriel inséré en tant qu'objet externe: 
39322 \begin_inset External
39323         template VectorGraphics
39324         filename ../clipart/SVG-Drawing.svg
39325         scale 33
39326
39327 \end_inset
39328
39329
39330 \end_layout
39331
39332 \begin_layout Description
39333 Figure
39334 \begin_inset space ~
39335 \end_inset
39336
39337 Xfig Ce modèle accepte les images créées avec le programme 
39338 \series bold
39339
39340 \begin_inset CommandInset href
39341 LatexCommand href
39342 name "Xfig"
39343 target "http://fr.wikipedia.org/wiki/Xfig"
39344
39345 \end_inset
39346
39347
39348 \series default
39349 .
39350 \end_layout
39351
39352 \begin_layout Standard
39353 \begin_inset Float table
39354 placement !h
39355 wide false
39356 sideways false
39357 status open
39358
39359 \begin_layout Plain Layout
39360 \begin_inset Caption Standard
39361
39362 \begin_layout Plain Layout
39363 \begin_inset CommandInset label
39364 LatexCommand label
39365 name "tab:Comparaison-des-dates"
39366
39367 \end_inset
39368
39369 Comparaison des méthodes d'insertion de la date.
39370 \end_layout
39371
39372 \end_inset
39373
39374
39375 \end_layout
39376
39377 \begin_layout Plain Layout
39378 \align center
39379 \begin_inset Tabular
39380 <lyxtabular version="3" rows="4" columns="4">
39381 <features tabularvalignment="middle">
39382 <column alignment="center" valignment="top">
39383 <column alignment="center" valignment="top">
39384 <column alignment="center" valignment="top">
39385 <column alignment="center" valignment="top">
39386 <row>
39387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39388 \begin_inset Text
39389
39390 \begin_layout Plain Layout
39391 Format du document
39392 \end_layout
39393
39394 \end_inset
39395 </cell>
39396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39397 \begin_inset Text
39398
39399 \begin_layout Plain Layout
39400
39401 \family sans
39402 Objet
39403 \begin_inset space ~
39404 \end_inset
39405
39406 Externe\SpecialChar menuseparator
39407 Date
39408 \end_layout
39409
39410 \end_inset
39411 </cell>
39412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39413 \begin_inset Text
39414
39415 \begin_layout Plain Layout
39416
39417 \family sans
39418 Insertion\SpecialChar menuseparator
39419 Date
39420 \end_layout
39421
39422 \end_inset
39423 </cell>
39424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39425 \begin_inset Text
39426
39427 \begin_layout Plain Layout
39428 commande 
39429 \series bold
39430
39431 \backslash
39432 today
39433 \end_layout
39434
39435 \end_inset
39436 </cell>
39437 </row>
39438 <row>
39439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39440 \begin_inset Text
39441
39442 \begin_layout Plain Layout
39443 \SpecialChar LyX
39444
39445 \end_layout
39446
39447 \end_inset
39448 </cell>
39449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39450 \begin_inset Text
39451
39452 \begin_layout Plain Layout
39453 comme boîte d'insert
39454 \end_layout
39455
39456 \end_inset
39457 </cell>
39458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39459 \begin_inset Text
39460
39461 \begin_layout Plain Layout
39462 comme date
39463 \end_layout
39464
39465 \end_inset
39466 </cell>
39467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39468 \begin_inset Text
39469
39470 \begin_layout Plain Layout
39471 comme boîte de code \SpecialChar TeX
39472
39473 \end_layout
39474
39475 \end_inset
39476 </cell>
39477 </row>
39478 <row>
39479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39480 \begin_inset Text
39481
39482 \begin_layout Plain Layout
39483 \SpecialChar LaTeX
39484
39485 \end_layout
39486
39487 \end_inset
39488 </cell>
39489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 comme date
39494 \end_layout
39495
39496 \end_inset
39497 </cell>
39498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39499 \begin_inset Text
39500
39501 \begin_layout Plain Layout
39502 comme date
39503 \end_layout
39504
39505 \end_inset
39506 </cell>
39507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39508 \begin_inset Text
39509
39510 \begin_layout Plain Layout
39511 comme commande
39512 \end_layout
39513
39514 \end_inset
39515 </cell>
39516 </row>
39517 <row>
39518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39519 \begin_inset Text
39520
39521 \begin_layout Plain Layout
39522 DVI, PDF, PS
39523 \end_layout
39524
39525 \end_inset
39526 </cell>
39527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39528 \begin_inset Text
39529
39530 \begin_layout Plain Layout
39531 comme date
39532 \end_layout
39533
39534 \end_inset
39535 </cell>
39536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39537 \begin_inset Text
39538
39539 \begin_layout Plain Layout
39540 comme date
39541 \end_layout
39542
39543 \end_inset
39544 </cell>
39545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39546 \begin_inset Text
39547
39548 \begin_layout Plain Layout
39549 comme date date
39550 \end_layout
39551
39552 \end_inset
39553 </cell>
39554 </row>
39555 </lyxtabular>
39556
39557 \end_inset
39558
39559
39560 \end_layout
39561
39562 \end_inset
39563
39564
39565 \end_layout
39566
39567 \begin_layout Standard
39568 Quand vous activez l'option 
39569 \family sans
39570 Brouillon
39571 \family default
39572  de l'onglet 
39573 \family sans
39574 Fichier
39575 \family default
39576  de la fenêtre de dialogue 
39577 \family sans
39578 Objet
39579 \begin_inset space ~
39580 \end_inset
39581
39582 Externe
39583 \family default
39584 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39585 \begin_inset Newline newline
39586 \end_inset
39587
39588 Les objets externes apparaissent dans \SpecialChar LyX
39589 , soit comme une boîte comme celle-ci
39590  : 
39591 \begin_inset Graphics
39592         filename ../clipart/ExternalMaterial.png
39593         scale 75
39594         scaleBeforeRotation
39595
39596 \end_inset
39597
39598  soit comme une image, selon que vous avez ou non activé l'option 
39599 \family sans
39600 Afficher
39601 \begin_inset space ~
39602 \end_inset
39603
39604 dans
39605 \begin_inset space ~
39606 \end_inset
39607
39608 \SpecialChar LyX
39609
39610 \family default
39611  de l'onglet 
39612 \family sans
39613 Options \SpecialChar LaTeX
39614  et \SpecialChar LyX
39615
39616 \family default
39617  de la fenêtre de dialogue.
39618 \end_layout
39619
39620 \begin_layout Standard
39621 Le manuel 
39622 \family sans
39623 \emph on
39624 Personnalisation
39625 \family default
39626 \emph default
39627  explique comment vous pouvez créer vos propres modèles.
39628 \end_layout
39629
39630 \begin_layout Section
39631 Sous-documents
39632 \begin_inset CommandInset label
39633 LatexCommand label
39634 name "sec:Sous-documents"
39635
39636 \end_inset
39637
39638
39639 \begin_inset Index idx
39640 status collapsed
39641
39642 \begin_layout Plain Layout
39643 Trucs externes ! Sous-documents
39644 \end_layout
39645
39646 \end_inset
39647
39648
39649 \begin_inset Index idx
39650 status collapsed
39651
39652 \begin_layout Plain Layout
39653 Fichiers ! Insertion
39654 \end_layout
39655
39656 \end_inset
39657
39658
39659 \end_layout
39660
39661 \begin_layout Standard
39662 Les sous-documents sont utilisés quand on a un document très long qui peut
39663  être décomposé en plusieurs parties ou sections plus petites.
39664  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39665  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39666  Les différents documents sont ce que l'on appelle les sous-documents et
39667  un document maître les relie pour imprimer le document complet ou seulement
39668  une partie de celui-ci.
39669  Un sous-document hérite du contenu de son maître, par exemple le préambule
39670  \SpecialChar LaTeX
39671 , la bibliographie, et les étiquettes pour les références croisées.
39672 \end_layout
39673
39674 \begin_layout Standard
39675 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39676  maître, précisez dans le sous-document le document maître dans le menu
39677  
39678 \family sans
39679 Document\SpecialChar menuseparator
39680 Paramètres\SpecialChar menuseparator
39681 Classe de document
39682 \family default
39683 .
39684  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39685  à chaque
39686  fois que vous modifierez le sous-document.
39687 \end_layout
39688
39689 \begin_layout Standard
39690 Les documents inclus sont visualisés dans \SpecialChar LyX
39691  sous la forme d'une boîte comme
39692  celle-ci : 
39693 \begin_inset Graphics
39694         filename clipart/SousDocument.png
39695         scaleBeforeRotation
39696
39697 \end_inset
39698
39699  Pour inclure des sous-documents dans un document maître , on utilise le
39700  menu 
39701 \family sans
39702 Insertion\SpecialChar menuseparator
39703 Fichier\SpecialChar menuseparator
39704 Sous-document
39705 \family default
39706 .
39707  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39708  des quatre méthodes d'inclusion :
39709 \end_layout
39710
39711 \begin_layout Description
39712 Inclus
39713 \begin_inset space ~
39714 \end_inset
39715
39716 (include) Vous pouvez inclure des documents \SpecialChar LyX
39717  et \SpecialChar LaTeX
39718 .
39719  Quand vous cliquez sur le bouton 
39720 \family sans
39721 Modifier
39722 \family default
39723  dans la fenêtre de dialogue 
39724 \family sans
39725 Sous-document
39726 \family default
39727 , le document inclus est ouvert dans \SpecialChar LyX
39728  dans un nouvel onglet pour que vous
39729  puissiez le modifier.
39730 \begin_inset Newline newline
39731 \end_inset
39732
39733
39734 \end_layout
39735
39736 \begin_layout Standard
39737 Voici un sous-document inséré avec la méthode 
39738 \family sans
39739 Inclus
39740 \family default
39741  : 
39742 \begin_inset CommandInset include
39743 LatexCommand include
39744 filename "DocumentBidon1.lyx"
39745
39746 \end_inset
39747
39748
39749 \end_layout
39750
39751 \begin_layout Standard
39752 La numérotation des sections va prendre en compte les sections des fichiers
39753  incorporés dans l'ordre où ils sont insérés dans le document maître.
39754  Le document qui est inclus comme exemple possède une sous-section qui sera
39755  numérotée comme sous-section de la section actuelle.
39756  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39757  : la sous-section
39758 \begin_inset space ~
39759 \end_inset
39760
39761
39762 \begin_inset CommandInset ref
39763 LatexCommand ref
39764 reference "subsec:Sous-section-externe-1"
39765
39766 \end_inset
39767
39768  est dans le fichier inclus.
39769 \end_layout
39770
39771 \begin_layout Standard
39772 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39773  du document maître est utilisé.
39774  Les branches présentes dans le sous-document seront ignorées par le document
39775  maître si celui-ci ne possède pas une branche avec le même nom.
39776  Les documents inclus sont insérés en commençant une nouvelle page et sont
39777  suivis par un saut de page.
39778 \end_layout
39779
39780 \begin_layout Standard
39781 \begin_inset Note Greyedout
39782 status open
39783
39784 \begin_layout Plain Layout
39785
39786 \series bold
39787 Note:
39788 \series default
39789  Quand vous avez inclus un fichier \SpecialChar LyX
39790  ou \SpecialChar LaTeX
39791 , et que ce dernier utilise une classe
39792  de document différente de celle du document maître, vous recevez un avertisseme
39793 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39794  produire des résultats inattendus sur la sortie imprimée.
39795 \end_layout
39796
39797 \end_inset
39798
39799
39800 \end_layout
39801
39802 \begin_layout Description
39803 Incorporé
39804 \begin_inset space ~
39805 \end_inset
39806
39807 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39808  sont :
39809 \end_layout
39810
39811 \begin_deeper
39812 \begin_layout Itemize
39813 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39814  par un saut de page.
39815 \end_layout
39816
39817 \begin_layout Itemize
39818 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39819  quand l'option
39820  
39821 \family sans
39822 Aperçu
39823 \begin_inset space ~
39824 \end_inset
39825
39826 sur
39827 \begin_inset space ~
39828 \end_inset
39829
39830 le
39831 \begin_inset space ~
39832 \end_inset
39833
39834 vif
39835 \family default
39836  est activée dans les préférences dans la rubrique 
39837 \family sans
39838 Apparence\SpecialChar menuseparator
39839 Graphique
39840 \family default
39841 .
39842 \end_layout
39843
39844 \begin_layout Itemize
39845 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39846 \family sans
39847 Document\SpecialChar menuseparator
39848 Paramètres\SpecialChar menuseparator
39849 Sous-documents
39850 \family default
39851 .
39852 \end_layout
39853
39854 \end_deeper
39855 \begin_layout Standard
39856 Voici un sous document inséré en utilisant la méthode 
39857 \family sans
39858 Incorporé
39859 \family default
39860  : 
39861 \begin_inset CommandInset include
39862 LatexCommand input
39863 preview true
39864 filename "DocumentBidon2.lyx"
39865
39866 \end_inset
39867
39868
39869 \end_layout
39870
39871 \begin_layout Standard
39872 Voici un sous-document
39873 \emph on
39874 input
39875 \emph default
39876  comme \SpecialChar LaTeX
39877  source:
39878 \end_layout
39879
39880 \begin_layout Quote
39881 \begin_inset CommandInset include
39882 LatexCommand input
39883 filename "DocumentTexteBidon.txt"
39884
39885 \end_inset
39886
39887
39888 \end_layout
39889
39890 \begin_layout Description
39891 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39892  Si c'est un fichier \SpecialChar LyX
39893  ou \SpecialChar LaTeX
39894 , le contenu sera affiché dans la sortie sous forme
39895  de code source et aucune des commandes éventuellement présentes ne sera
39896  exécutée.
39897  Vous pouvez utiliser l'option 
39898 \family sans
39899 Marquer
39900 \begin_inset space ~
39901 \end_inset
39902
39903 les
39904 \begin_inset space ~
39905 \end_inset
39906
39907 espaces
39908 \family default
39909  qui matérialise chaque espace présente dans le code source par un caractère
39910  
39911 \begin_inset Quotes fld
39912 \end_inset
39913
39914
39915 \begin_inset ERT
39916 status collapsed
39917
39918 \begin_layout Plain Layout
39919
39920
39921 \backslash
39922 textvisiblespace 
39923 \end_layout
39924
39925 \end_inset
39926
39927
39928 \begin_inset Quotes frd
39929 \end_inset
39930
39931  .
39932  La différence avec la méthode qui consiste à utiliser le menu 
39933 \family sans
39934 Insertion\SpecialChar menuseparator
39935 Fichier\SpecialChar menuseparator
39936 Texte
39937 \begin_inset space ~
39938 \end_inset
39939
39940 brut
39941 \family default
39942  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
39943 .
39944 \end_layout
39945
39946 \begin_layout Standard
39947 Voici un sous-document inclus en utilisant la méthode 
39948 \family sans
39949 verbatim
39950 \family default
39951  : 
39952 \begin_inset CommandInset include
39953 LatexCommand verbatiminput
39954 filename "DocumentTexteBidon.txt"
39955
39956 \end_inset
39957
39958
39959 \begin_inset VSpace bigskip
39960 \end_inset
39961
39962 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39963  l'option 
39964 \family sans
39965 Marquer
39966 \begin_inset space ~
39967 \end_inset
39968
39969 les
39970 \begin_inset space ~
39971 \end_inset
39972
39973 espaces :
39974 \family default
39975  
39976 \begin_inset CommandInset include
39977 LatexCommand verbatiminput*
39978 filename "DocumentTexteBidon.txt"
39979
39980 \end_inset
39981
39982
39983 \end_layout
39984
39985 \begin_layout Standard
39986 \begin_inset VSpace bigskip
39987 \end_inset
39988
39989
39990 \end_layout
39991
39992 \begin_layout Standard
39993 \begin_inset Note Greyedout
39994 status open
39995
39996 \begin_layout Plain Layout
39997
39998 \series bold
39999 Note:
40000 \series default
40001  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40002  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40003 \end_layout
40004
40005 \end_inset
40006
40007
40008 \end_layout
40009
40010 \begin_layout Description
40011 Listings Ce type d'inclusion est décrit dans le chapitre
40012 \begin_inset space ~
40013 \end_inset
40014
40015
40016 \begin_inset CommandInset ref
40017 LatexCommand ref
40018 reference "cha:Program-Code-Listings"
40019
40020 \end_inset
40021
40022 .
40023 \end_layout
40024
40025 \begin_layout Standard
40026 \begin_inset Note Greyedout
40027 status open
40028
40029 \begin_layout Plain Layout
40030
40031 \series bold
40032 Note:
40033 \series default
40034  Inclure le même document deux fois dans un même document peut poser des
40035  problèmes avec \SpecialChar LaTeX
40036 .
40037 \end_layout
40038
40039 \end_inset
40040
40041
40042 \end_layout
40043
40044 \begin_layout Standard
40045 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40046  de votre document maître, que ce soit pour diminuer les temps de compilation
40047  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40048  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40049  la sortie en utilisant le menu 
40050 \family sans
40051 Document\SpecialChar menuseparator
40052 Paramètres\SpecialChar menuseparator
40053 Sous-documents
40054 \family default
40055 .
40056  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40057  sur la ligne correspondant dans la colonne 
40058 \family sans
40059 Inclus dans le résultat
40060 \family default
40061  de la liste (
40062 \begin_inset space ~
40063 \end_inset
40064
40065 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40066  
40067 \begin_inset Quotes fld
40068 \end_inset
40069
40070 inclus
40071 \begin_inset Quotes frd
40072 \end_inset
40073
40074  et pas la méthode 
40075 \begin_inset Quotes fld
40076 \end_inset
40077
40078 incorporé
40079 \begin_inset Quotes frd
40080 \end_inset
40081
40082
40083 \begin_inset space ~
40084 \end_inset
40085
40086 ).
40087  Si on active l'option 
40088 \family sans
40089 Assurer la cohérence des compteurs et des références
40090 \family default
40091 , \SpecialChar LyX
40092  va s'assurer que tous les numéros de pages, références etc...
40093  sont corrects comme si tous le document avait été traité.
40094  C'est utile si vous voulez que les sous-documents choisis aient exactement
40095  le même aspect que s'il étaient dans le document complet.
40096  Pour réaliser cette condition, il faut que \SpecialChar LyX
40097  traite de façon silencieuse
40098  la totalité du document.
40099  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40100  les compteurs et autres références n'ont pas à être à tout prix valides,
40101  vous devez impérativement désactiver cette option.
40102  
40103 \end_layout
40104
40105 \begin_layout Standard
40106 Une autre solution consiste à inclure chaque fichier dans une branche
40107 \begin_inset Foot
40108 status collapsed
40109
40110 \begin_layout Plain Layout
40111 Les branches sont décrites dans la section 
40112 \emph on
40113 Branches
40114 \emph default
40115  du 
40116 \emph on
40117 Guide de l'utilisateur
40118 \emph default
40119  de \SpecialChar LyX
40120 .
40121 \end_layout
40122
40123 \end_inset
40124
40125 .
40126  En activant ou désactivant une branche, vous pouvez décider les fichiers
40127  inclus qui doivent apparaître dans la sortie imprimée.
40128  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40129  
40130 \begin_inset Quotes fld
40131 \end_inset
40132
40133 incorporés
40134 \begin_inset Quotes frd
40135 \end_inset
40136
40137 .
40138  Le défaut est que les compteurs et autres références ne sont pas conservés
40139  avec cette approche.
40140 \end_layout
40141
40142 \begin_layout Chapter
40143 Listings de code source
40144 \begin_inset CommandInset label
40145 LatexCommand label
40146 name "cha:Program-Code-Listings"
40147
40148 \end_inset
40149
40150
40151 \begin_inset Index idx
40152 status collapsed
40153
40154 \begin_layout Plain Layout
40155 Listings
40156 \end_layout
40157
40158 \end_inset
40159
40160
40161 \begin_inset Index idx
40162 status collapsed
40163
40164 \begin_layout Plain Layout
40165 Code Source
40166 \end_layout
40167
40168 \end_inset
40169
40170
40171 \begin_inset Index idx
40172 status collapsed
40173
40174 \begin_layout Plain Layout
40175 Flottants ! Listings
40176 \end_layout
40177
40178 \end_inset
40179
40180
40181 \end_layout
40182
40183 \begin_layout Standard
40184 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40185  un insert 
40186 \family sans
40187 Listings
40188 \family default
40189  qui peut être créé grâce au menu 
40190 \family sans
40191 Insertion
40192 \family default
40193 \SpecialChar menuseparator
40194
40195 \family sans
40196 Listing
40197 \begin_inset space ~
40198 \end_inset
40199
40200 de
40201 \begin_inset space ~
40202 \end_inset
40203
40204 Code
40205 \begin_inset space ~
40206 \end_inset
40207
40208 Source
40209 \family default
40210 .
40211  Le paquetage \SpecialChar LaTeX
40212  
40213 \series bold
40214 listings
40215 \series default
40216
40217 \begin_inset Index idx
40218 status collapsed
40219
40220 \begin_layout Plain Layout
40221 Paquetages \SpecialChar LaTeX
40222  ! listings
40223 \end_layout
40224
40225 \end_inset
40226
40227  fournit un moyen puissant et flexible d'insérer des listings de code source
40228  dans votre document.
40229  
40230 \end_layout
40231
40232 \begin_layout Standard
40233 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40234  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40235 \end_layout
40236
40237 \begin_layout Standard
40238 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40239  imprimée.
40240  L'option d'emplacement 
40241 \family sans
40242 Listing
40243 \begin_inset space ~
40244 \end_inset
40245
40246 en
40247 \begin_inset space ~
40248 \end_inset
40249
40250 Ligne
40251 \family default
40252  imprime le listing dans la ligne comme ceci : 
40253 \begin_inset listings
40254 lstparams "language={C++}"
40255 inline true
40256 status open
40257
40258 \begin_layout Plain Layout
40259
40260 int a=5;
40261 \end_layout
40262
40263 \end_inset
40264
40265
40266 \begin_inset Newline newline
40267 \end_inset
40268
40269 L'option 
40270 \family sans
40271 Flottant
40272 \family default
40273  crée un flottant de listing pour lequel vous pouvez préciser les options
40274  classiques d'emplacement : 
40275 \begin_inset Quotes fld
40276 \end_inset
40277
40278
40279 \family sans
40280 h
40281 \family default
40282
40283 \begin_inset Quotes frd
40284 \end_inset
40285
40286
40287 \begin_inset Quotes fld
40288 \end_inset
40289
40290
40291 \family sans
40292 t
40293 \family default
40294
40295 \begin_inset Quotes frd
40296 \end_inset
40297
40298
40299 \begin_inset Quotes fld
40300 \end_inset
40301
40302
40303 \family sans
40304 b
40305 \family default
40306
40307 \begin_inset Quotes frd
40308 \end_inset
40309
40310 , et 
40311 \begin_inset Quotes fld
40312 \end_inset
40313
40314
40315 \family sans
40316 p
40317 \family default
40318
40319 \begin_inset Quotes frd
40320 \end_inset
40321
40322  correspondant aux emplacement décrits dans la section
40323 \begin_inset space ~
40324 \end_inset
40325
40326
40327 \begin_inset CommandInset ref
40328 LatexCommand ref
40329 reference "sec:Placement-flottants"
40330
40331 \end_inset
40332
40333 .
40334  Les options de positionnement peuvent être mélangées et doivent être saisies
40335  sans séparation, par exemple, on peut taper 
40336 \begin_inset Quotes fld
40337 \end_inset
40338
40339
40340 \family sans
40341 htbp
40342 \family default
40343
40344 \begin_inset Quotes frd
40345 \end_inset
40346
40347 .
40348  L'option 
40349 \begin_inset Quotes fld
40350 \end_inset
40351
40352 h
40353 \begin_inset Quotes frd
40354 \end_inset
40355
40356  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40357  
40358 \family sans
40359 Flottant
40360 \family default
40361  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40362  légende et être référencés.
40363 \end_layout
40364
40365 \begin_layout Standard
40366 Vous pouvez ajouter une légende à un listing avec le menu 
40367 \family sans
40368 Insertion\SpecialChar menuseparator
40369 Légende
40370 \family default
40371 .
40372  On peut référencer les listings de la même façon que les flottants :Voir
40373  le listing
40374 \begin_inset space ~
40375 \end_inset
40376
40377
40378 \begin_inset CommandInset ref
40379 LatexCommand ref
40380 reference "lst:Listing-exemple"
40381
40382 \end_inset
40383
40384 .
40385  Une liste des listings qui contient tous les listings légendés peut être
40386  créée par le menu 
40387 \family sans
40388 Insertion\SpecialChar menuseparator
40389 Listes
40390 \begin_inset space ~
40391 \end_inset
40392
40393 &
40394 \begin_inset space ~
40395 \end_inset
40396
40397 TdM\SpecialChar menuseparator
40398 Liste des listings
40399 \family default
40400 .
40401  Les éléments de la liste sont les légendes et le numéro de listing.
40402 \end_layout
40403
40404 \begin_layout Standard
40405 \begin_inset listings
40406 lstparams "language=Python"
40407 inline false
40408 status open
40409
40410 \begin_layout Plain Layout
40411
40412 \begin_inset Caption Standard
40413
40414 \begin_layout Plain Layout
40415 \begin_inset CommandInset label
40416 LatexCommand label
40417 name "lst:Listing-exemple"
40418
40419 \end_inset
40420
40421 Exemple de listing flottant
40422 \end_layout
40423
40424 \end_inset
40425
40426 # Exemple de listing flottant
40427 \end_layout
40428
40429 \begin_layout Plain Layout
40430
40431 def func(param):
40432 \end_layout
40433
40434 \begin_layout Plain Layout
40435
40436     'ceci est une fonction python'
40437 \end_layout
40438
40439 \begin_layout Plain Layout
40440
40441     pass
40442 \end_layout
40443
40444 \end_inset
40445
40446
40447 \end_layout
40448
40449 \begin_layout Standard
40450 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40451  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40452  de manière particulière dans la sortie imprimée.
40453  Dans l'exemple de listing, le mot clé Python 
40454 \begin_inset Quotes fld
40455 \end_inset
40456
40457 def
40458 \begin_inset Quotes frd
40459 \end_inset
40460
40461  est reconnu et imprimé en caractères gras dans la sortie.
40462 \end_layout
40463
40464 \begin_layout Standard
40465 \begin_inset Note Greyedout
40466 status open
40467
40468 \begin_layout Plain Layout
40469
40470 \series bold
40471 Note:
40472 \series default
40473  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40474  une police de caractères à 
40475 \family typewriter
40476 chasse fixe
40477 \family default
40478 , c'est que votre police ne contient probablement pas de série grasse.
40479  Dans ce cas choisissez une police différente dans le menu 
40480 \family sans
40481 Document\SpecialChar menuseparator
40482 Paramètres\SpecialChar menuseparator
40483 Polices
40484 \family default
40485 .
40486  (Les polices 
40487 \emph on
40488 LuxiMono, BeraMono
40489 \emph default
40490  et 
40491 \emph on
40492 Courier
40493 \emph default
40494  contiennent une série grasse.)
40495 \end_layout
40496
40497 \end_inset
40498
40499
40500 \end_layout
40501
40502 \begin_layout Standard
40503 Dans la rubrique 
40504 \family sans
40505 Numérotation
40506 \begin_inset space ~
40507 \end_inset
40508
40509 des
40510 \begin_inset space ~
40511 \end_inset
40512
40513 Lignes
40514 \family default
40515  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40516 n des lignes.
40517  Vous pouvez mettre un nombre dans le champ 
40518 \family sans
40519 Pas
40520 \family default
40521  pour désigner les lignes qui seront numérotées.
40522  Par exemple, si vous mettez 
40523 \begin_inset Quotes fld
40524 \end_inset
40525
40526 3
40527 \begin_inset Quotes frd
40528 \end_inset
40529
40530 , seule une ligne sur trois sera numérotée.
40531 \end_layout
40532
40533 \begin_layout Standard
40534 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40535  apparaîtront dans la sortie.
40536  Vous devez utiliser l'option 
40537 \family sans
40538 Table
40539 \begin_inset space ~
40540 \end_inset
40541
40542 de
40543 \begin_inset space ~
40544 \end_inset
40545
40546 Caractères
40547 \begin_inset space ~
40548 \end_inset
40549
40550 Étendue
40551 \family default
40552  quand vous employez des caractères spécifiques à une langue donnée comme
40553  les umlauts Allemands dans votre listing.
40554 \begin_inset Newline newline
40555 \end_inset
40556
40557 Voici un exemple de listing avec la numérotation des lignes à gauche par
40558  pas de 3, en langage Python, avec les options 
40559 \begin_inset Quotes fld
40560 \end_inset
40561
40562 Table
40563 \begin_inset space ~
40564 \end_inset
40565
40566 de
40567 \begin_inset space ~
40568 \end_inset
40569
40570 caractères
40571 \begin_inset space ~
40572 \end_inset
40573
40574 étendue
40575 \begin_inset Quotes frd
40576 \end_inset
40577
40578  et 
40579 \begin_inset Quotes fld
40580 \end_inset
40581
40582 Espace
40583 \begin_inset space ~
40584 \end_inset
40585
40586 représenté
40587 \begin_inset space ~
40588 \end_inset
40589
40590 par
40591 \begin_inset space ~
40592 \end_inset
40593
40594 un
40595 \begin_inset space ~
40596 \end_inset
40597
40598 symbole
40599 \begin_inset Quotes frd
40600 \end_inset
40601
40602 , l'intervalle de ligne étant 3
40603 \begin_inset space \thinspace{}
40604 \end_inset
40605
40606 -
40607 \begin_inset space \thinspace{}
40608 \end_inset
40609
40610 8:
40611 \end_layout
40612
40613 \begin_layout Standard
40614 \begin_inset listings
40615 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40616 inline false
40617 status open
40618
40619 \begin_layout Plain Layout
40620
40621 def func(param):
40622 \end_layout
40623
40624 \begin_layout Plain Layout
40625
40626     'ceci est une fonction Python'
40627 \end_layout
40628
40629 \begin_layout Plain Layout
40630
40631     pass
40632 \end_layout
40633
40634 \begin_layout Plain Layout
40635
40636 def func(param):
40637 \end_layout
40638
40639 \begin_layout Plain Layout
40640
40641 'Ça, c'est un mot Allemand : Tschüß'
40642 \end_layout
40643
40644 \begin_layout Plain Layout
40645
40646 pass
40647 \end_layout
40648
40649 \begin_layout Plain Layout
40650
40651 def func(param):
40652 \end_layout
40653
40654 \begin_layout Plain Layout
40655
40656 'ceci est une fonction Python'
40657 \end_layout
40658
40659 \begin_layout Plain Layout
40660
40661 pass
40662 \end_layout
40663
40664 \end_inset
40665
40666
40667 \end_layout
40668
40669 \begin_layout Standard
40670 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40671  nombre de caractères que doit représenter une tabulation dans le champ
40672  
40673 \family sans
40674 Taille du tabulateur
40675 \family default
40676 .
40677 \end_layout
40678
40679 \begin_layout Standard
40680 \begin_inset Note Greyedout
40681 status open
40682
40683 \begin_layout Plain Layout
40684
40685 \series bold
40686 Note:
40687 \series default
40688  À cause d'un bug dans le paquetage 
40689 \series bold
40690 listings
40691 \series default
40692  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40693  listing.
40694  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40695  les lignes 3 et 6.
40696 \end_layout
40697
40698 \end_inset
40699
40700
40701 \end_layout
40702
40703 \begin_layout Standard
40704 \begin_inset VSpace bigskip
40705 \end_inset
40706
40707
40708 \end_layout
40709
40710 \begin_layout Standard
40711 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40712  listing.
40713  Pour le faire, il suffit d'utiliser le menu 
40714 \family sans
40715 Insertion\SpecialChar menuseparator
40716 Fichier\SpecialChar menuseparator
40717 Sous-document
40718 \family default
40719  et de choisir le type 
40720 \family sans
40721 Listing
40722 \family default
40723
40724 \begin_inset space ~
40725 \end_inset
40726
40727
40728 \family sans
40729 de
40730 \begin_inset space ~
40731 \end_inset
40732
40733 Code
40734 \begin_inset space ~
40735 \end_inset
40736
40737 source
40738 \family default
40739 .
40740 \begin_inset Foot
40741 status collapsed
40742
40743 \begin_layout Plain Layout
40744 Les autres types de sous-documents sont décrits dans la section
40745 \begin_inset space ~
40746 \end_inset
40747
40748
40749 \begin_inset CommandInset ref
40750 LatexCommand ref
40751 reference "sec:Sous-documents"
40752
40753 \end_inset
40754
40755 .
40756 \end_layout
40757
40758 \end_inset
40759
40760  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40761  à utiliser pour le listing dans une zone de texte.
40762  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40763  
40764 \begin_inset Quotes fld
40765 \end_inset
40766
40767 ?
40768 \begin_inset Quotes frd
40769 \end_inset
40770
40771  dans la zone de texte.
40772 \end_layout
40773
40774 \begin_layout Standard
40775 Pour faire référence à un sous-document de type listing, tapez une étiquette
40776  dans le champ correspondant de la fenêtre de dialogue.
40777  On peut alors faire référence à cette étiquette en utilisant le menu 
40778 \family sans
40779 Insertion\SpecialChar menuseparator
40780 Référence
40781 \begin_inset space ~
40782 \end_inset
40783
40784 Croisée
40785 \family default
40786 .
40787 \end_layout
40788
40789 \begin_layout Standard
40790 Le listing
40791 \begin_inset space ~
40792 \end_inset
40793
40794
40795 \begin_inset CommandInset ref
40796 LatexCommand ref
40797 reference "lst:listing-fichier"
40798
40799 \end_inset
40800
40801  est un exemple de listing issu d'un fichier ; ici les lignes 10
40802 \begin_inset space \thinspace{}
40803 \end_inset
40804
40805 -
40806 \begin_inset space \thinspace{}
40807 \end_inset
40808
40809 15 de ce fichier \SpecialChar LyX
40810  sont listées.
40811 \end_layout
40812
40813 \begin_layout Standard
40814 \begin_inset Newpage pagebreak
40815 \end_inset
40816
40817
40818 \end_layout
40819
40820 \begin_layout Standard
40821 \begin_inset CommandInset include
40822 LatexCommand lstinputlisting
40823 filename "EmbeddedObjects.lyx"
40824 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40825
40826 \end_inset
40827
40828
40829 \end_layout
40830
40831 \begin_layout Standard
40832 \begin_inset VSpace bigskip
40833 \end_inset
40834
40835
40836 \end_layout
40837
40838 \begin_layout Standard
40839 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40840 \begin_inset space ~
40841 \end_inset
40842
40843 :
40844 \end_layout
40845
40846 \begin_layout Enumerate
40847 Ouvrez la fenêtre de dialogue listings et ajoutez
40848 \begin_inset Newline newline
40849 \end_inset
40850
40851
40852 \family sans
40853 mathescape=true
40854 \family default
40855
40856 \begin_inset Newline newline
40857 \end_inset
40858
40859 dans le champ de l'onglet 
40860 \family sans
40861 Avancé
40862 \family default
40863 .
40864 \end_layout
40865
40866 \begin_layout Enumerate
40867 Créez la formule en dehors du listing.
40868 \end_layout
40869
40870 \begin_layout Enumerate
40871 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40872  (raccourci 
40873 \begin_inset Info
40874 type  "shortcut"
40875 arg   "copy"
40876 \end_inset
40877
40878 )
40879 \end_layout
40880
40881 \begin_layout Enumerate
40882 Dans le listing écrivez 
40883 \begin_inset Quotes fld
40884 \end_inset
40885
40886
40887 \family sans
40888 $$
40889 \family default
40890
40891 \begin_inset Quotes frd
40892 \end_inset
40893
40894  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40895  
40896 \begin_inset Info
40897 type  "shortcut"
40898 arg   "paste"
40899 \end_inset
40900
40901 )
40902 \end_layout
40903
40904 \begin_layout Standard
40905 \begin_inset listings
40906 lstparams "language=Python,mathescape=true"
40907 inline false
40908 status open
40909
40910 \begin_layout Plain Layout
40911
40912 \begin_inset Caption Standard
40913
40914 \begin_layout Plain Layout
40915 Exemple de listing flottant contenant une formule
40916 \end_layout
40917
40918 \end_inset
40919
40920 # Exemple de listing flottant
40921 \end_layout
40922
40923 \begin_layout Plain Layout
40924
40925 def func(param):
40926 \end_layout
40927
40928 \begin_layout Plain Layout
40929
40930     # $
40931 \backslash
40932 prod_{n=1}^{
40933 \backslash
40934 infty}
40935 \backslash
40936 ,
40937 \backslash
40938 frac{1}{x^{2}}$
40939 \end_layout
40940
40941 \begin_layout Plain Layout
40942
40943     pass
40944 \end_layout
40945
40946 \end_inset
40947
40948
40949 \end_layout
40950
40951 \begin_layout Standard
40952 \begin_inset VSpace bigskip
40953 \end_inset
40954
40955
40956 \end_layout
40957
40958 \begin_layout Standard
40959 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40960  de dialogue 
40961 \family sans
40962 Document\SpecialChar menuseparator
40963 Paramètres\SpecialChar menuseparator
40964 Listings
40965 \family default
40966 .
40967  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40968  
40969 \begin_inset Quotes fld
40970 \end_inset
40971
40972 ?
40973 \begin_inset Quotes frd
40974 \end_inset
40975
40976  dans le champ.
40977 \end_layout
40978
40979 \begin_layout Standard
40980 Pour plus d'information sur le paquetage 
40981 \series bold
40982 listings
40983 \series default
40984 , nous vous renvoyons à sa documentation 
40985 \begin_inset CommandInset citation
40986 LatexCommand cite
40987 key "listings"
40988
40989 \end_inset
40990
40991 .
40992 \end_layout
40993
40994 \begin_layout Standard
40995 \begin_inset Newpage newpage
40996 \end_inset
40997
40998
40999 \end_layout
41000
41001 \begin_layout Chapter
41002 \start_of_appendix
41003 Unités de longueur utilisables avec \SpecialChar LyX
41004
41005 \begin_inset Argument 1
41006 status collapsed
41007
41008 \begin_layout Plain Layout
41009 Unités de longueur
41010 \end_layout
41011
41012 \end_inset
41013
41014
41015 \begin_inset Index idx
41016 status collapsed
41017
41018 \begin_layout Plain Layout
41019 Unités
41020 \end_layout
41021
41022 \end_inset
41023
41024
41025 \begin_inset CommandInset label
41026 LatexCommand label
41027 name "cha:Unités-de-longueur"
41028
41029 \end_inset
41030
41031
41032 \end_layout
41033
41034 \begin_layout Standard
41035 Pour comprendre les unités de longueur utilisées dans cette documentation,
41036  le tableau
41037 \begin_inset space ~
41038 \end_inset
41039
41040
41041 \begin_inset CommandInset ref
41042 LatexCommand ref
41043 reference "tab:Unités"
41044
41045 \end_inset
41046
41047 décrit les unités utilisées par \SpecialChar LyX
41048 .
41049 \begin_inset Float table
41050 placement h
41051 wide false
41052 sideways false
41053 status open
41054
41055 \begin_layout Plain Layout
41056 \begin_inset Caption Standard
41057
41058 \begin_layout Plain Layout
41059 \begin_inset CommandInset label
41060 LatexCommand label
41061 name "tab:Unités"
41062
41063 \end_inset
41064
41065 Unités de longueur
41066 \end_layout
41067
41068 \end_inset
41069
41070
41071 \end_layout
41072
41073 \begin_layout Plain Layout
41074 \begin_inset VSpace medskip
41075 \end_inset
41076
41077
41078 \end_layout
41079
41080 \begin_layout Plain Layout
41081 \align center
41082 \begin_inset Tabular
41083 <lyxtabular version="3" rows="20" columns="3">
41084 <features tabularvalignment="middle">
41085 <column alignment="center" valignment="top">
41086 <column alignment="center" valignment="top">
41087 <column alignment="center" valignment="top">
41088 <row>
41089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41090 \begin_inset Text
41091
41092 \begin_layout Plain Layout
41093 unité
41094 \end_layout
41095
41096 \end_inset
41097 </cell>
41098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41099 \begin_inset Text
41100
41101 \begin_layout Plain Layout
41102 nom/description
41103 \end_layout
41104
41105 \end_inset
41106 </cell>
41107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41108 \begin_inset Text
41109
41110 \begin_layout Plain Layout
41111 commande \SpecialChar LaTeX
41112
41113 \end_layout
41114
41115 \end_inset
41116 </cell>
41117 </row>
41118 <row>
41119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41120 \begin_inset Text
41121
41122 \begin_layout Plain Layout
41123 mm
41124 \end_layout
41125
41126 \end_inset
41127 </cell>
41128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41129 \begin_inset Text
41130
41131 \begin_layout Plain Layout
41132 millimètre
41133 \end_layout
41134
41135 \end_inset
41136 </cell>
41137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41138 \begin_inset Text
41139
41140 \begin_layout Plain Layout
41141 -
41142 \end_layout
41143
41144 \end_inset
41145 </cell>
41146 </row>
41147 <row>
41148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41149 \begin_inset Text
41150
41151 \begin_layout Plain Layout
41152 cm
41153 \end_layout
41154
41155 \end_inset
41156 </cell>
41157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41158 \begin_inset Text
41159
41160 \begin_layout Plain Layout
41161 centimètre
41162 \end_layout
41163
41164 \end_inset
41165 </cell>
41166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 -
41171 \end_layout
41172
41173 \end_inset
41174 </cell>
41175 </row>
41176 <row>
41177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41178 \begin_inset Text
41179
41180 \begin_layout Plain Layout
41181 in
41182 \end_layout
41183
41184 \end_inset
41185 </cell>
41186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41187 \begin_inset Text
41188
41189 \begin_layout Plain Layout
41190 pouce (inch)
41191 \end_layout
41192
41193 \end_inset
41194 </cell>
41195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41196 \begin_inset Text
41197
41198 \begin_layout Plain Layout
41199 -
41200 \end_layout
41201
41202 \end_inset
41203 </cell>
41204 </row>
41205 <row>
41206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41207 \begin_inset Text
41208
41209 \begin_layout Plain Layout
41210 pt
41211 \end_layout
41212
41213 \end_inset
41214 </cell>
41215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41216 \begin_inset Text
41217
41218 \begin_layout Plain Layout
41219 point (72.27
41220 \begin_inset space \thinspace{}
41221 \end_inset
41222
41223 pt = 1
41224 \begin_inset space \thinspace{}
41225 \end_inset
41226
41227 in)
41228 \end_layout
41229
41230 \end_inset
41231 </cell>
41232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41233 \begin_inset Text
41234
41235 \begin_layout Plain Layout
41236 -
41237 \end_layout
41238
41239 \end_inset
41240 </cell>
41241 </row>
41242 <row>
41243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41244 \begin_inset Text
41245
41246 \begin_layout Plain Layout
41247 pc
41248 \end_layout
41249
41250 \end_inset
41251 </cell>
41252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41253 \begin_inset Text
41254
41255 \begin_layout Plain Layout
41256 pica (1
41257 \begin_inset space \thinspace{}
41258 \end_inset
41259
41260 pc = 12
41261 \begin_inset space \thinspace{}
41262 \end_inset
41263
41264 pt)
41265 \end_layout
41266
41267 \end_inset
41268 </cell>
41269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41270 \begin_inset Text
41271
41272 \begin_layout Plain Layout
41273 -
41274 \end_layout
41275
41276 \end_inset
41277 </cell>
41278 </row>
41279 <row>
41280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41281 \begin_inset Text
41282
41283 \begin_layout Plain Layout
41284 sp
41285 \end_layout
41286
41287 \end_inset
41288 </cell>
41289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41290 \begin_inset Text
41291
41292 \begin_layout Plain Layout
41293 scaled point (65536
41294 \begin_inset space \thinspace{}
41295 \end_inset
41296
41297 sp = 1
41298 \begin_inset space \thinspace{}
41299 \end_inset
41300
41301 pt)
41302 \end_layout
41303
41304 \end_inset
41305 </cell>
41306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41307 \begin_inset Text
41308
41309 \begin_layout Plain Layout
41310 -
41311 \end_layout
41312
41313 \end_inset
41314 </cell>
41315 </row>
41316 <row>
41317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41318 \begin_inset Text
41319
41320 \begin_layout Plain Layout
41321 bp
41322 \end_layout
41323
41324 \end_inset
41325 </cell>
41326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41327 \begin_inset Text
41328
41329 \begin_layout Plain Layout
41330 gros point (72
41331 \begin_inset space \thinspace{}
41332 \end_inset
41333
41334 bp = 1
41335 \begin_inset space \thinspace{}
41336 \end_inset
41337
41338 in)
41339 \end_layout
41340
41341 \end_inset
41342 </cell>
41343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41344 \begin_inset Text
41345
41346 \begin_layout Plain Layout
41347 -
41348 \end_layout
41349
41350 \end_inset
41351 </cell>
41352 </row>
41353 <row>
41354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41355 \begin_inset Text
41356
41357 \begin_layout Plain Layout
41358 dd
41359 \end_layout
41360
41361 \end_inset
41362 </cell>
41363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41364 \begin_inset Text
41365
41366 \begin_layout Plain Layout
41367 didot (72
41368 \begin_inset space \thinspace{}
41369 \end_inset
41370
41371 dd 
41372 \begin_inset Formula $\approx$
41373 \end_inset
41374
41375  37.6
41376 \begin_inset space \thinspace{}
41377 \end_inset
41378
41379 mm)
41380 \end_layout
41381
41382 \end_inset
41383 </cell>
41384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41385 \begin_inset Text
41386
41387 \begin_layout Plain Layout
41388 -
41389 \end_layout
41390
41391 \end_inset
41392 </cell>
41393 </row>
41394 <row>
41395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41396 \begin_inset Text
41397
41398 \begin_layout Plain Layout
41399 cc
41400 \end_layout
41401
41402 \end_inset
41403 </cell>
41404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41405 \begin_inset Text
41406
41407 \begin_layout Plain Layout
41408 cicero (1
41409 \begin_inset space \thinspace{}
41410 \end_inset
41411
41412 cc = 12
41413 \begin_inset space \thinspace{}
41414 \end_inset
41415
41416 dd)
41417 \end_layout
41418
41419 \end_inset
41420 </cell>
41421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41422 \begin_inset Text
41423
41424 \begin_layout Plain Layout
41425 -
41426 \end_layout
41427
41428 \end_inset
41429 </cell>
41430 </row>
41431 <row>
41432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41433 \begin_inset Text
41434
41435 \begin_layout Plain Layout
41436 Échelle graphique %
41437 \end_layout
41438
41439 \end_inset
41440 </cell>
41441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41442 \begin_inset Text
41443
41444 \begin_layout Plain Layout
41445 % de largeur originale de l'image
41446 \end_layout
41447
41448 \end_inset
41449 </cell>
41450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41451 \begin_inset Text
41452
41453 \begin_layout Plain Layout
41454
41455 \end_layout
41456
41457 \end_inset
41458 </cell>
41459 </row>
41460 <row>
41461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41462 \begin_inset Text
41463
41464 \begin_layout Plain Layout
41465 Largeur texte %
41466 \end_layout
41467
41468 \end_inset
41469 </cell>
41470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41471 \begin_inset Text
41472
41473 \begin_layout Plain Layout
41474 % de largeur du texte
41475 \end_layout
41476
41477 \end_inset
41478 </cell>
41479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41480 \begin_inset Text
41481
41482 \begin_layout Plain Layout
41483
41484 \backslash
41485 textwidth
41486 \end_layout
41487
41488 \end_inset
41489 </cell>
41490 </row>
41491 <row>
41492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41493 \begin_inset Text
41494
41495 \begin_layout Plain Layout
41496 Largeur colonne %
41497 \end_layout
41498
41499 \end_inset
41500 </cell>
41501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41502 \begin_inset Text
41503
41504 \begin_layout Plain Layout
41505 % de largeur de la colonne
41506 \end_layout
41507
41508 \end_inset
41509 </cell>
41510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41511 \begin_inset Text
41512
41513 \begin_layout Plain Layout
41514
41515 \backslash
41516 columnwidth
41517 \end_layout
41518
41519 \end_inset
41520 </cell>
41521 </row>
41522 <row>
41523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527 Largeur page %
41528 \end_layout
41529
41530 \end_inset
41531 </cell>
41532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41533 \begin_inset Text
41534
41535 \begin_layout Plain Layout
41536 % de largeur du papier
41537 \end_layout
41538
41539 \end_inset
41540 </cell>
41541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41542 \begin_inset Text
41543
41544 \begin_layout Plain Layout
41545
41546 \backslash
41547 paperwidth
41548 \end_layout
41549
41550 \end_inset
41551 </cell>
41552 </row>
41553 <row>
41554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41555 \begin_inset Text
41556
41557 \begin_layout Plain Layout
41558 Largeur ligne %
41559 \end_layout
41560
41561 \end_inset
41562 </cell>
41563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41564 \begin_inset Text
41565
41566 \begin_layout Plain Layout
41567 % de largeur de la ligne
41568 \end_layout
41569
41570 \end_inset
41571 </cell>
41572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41573 \begin_inset Text
41574
41575 \begin_layout Plain Layout
41576
41577 \backslash
41578 linewidth
41579 \end_layout
41580
41581 \end_inset
41582 </cell>
41583 </row>
41584 <row>
41585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589 Hauteur texte %
41590 \end_layout
41591
41592 \end_inset
41593 </cell>
41594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41595 \begin_inset Text
41596
41597 \begin_layout Plain Layout
41598 % de hauteur du texte
41599 \end_layout
41600
41601 \end_inset
41602 </cell>
41603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41604 \begin_inset Text
41605
41606 \begin_layout Plain Layout
41607
41608 \backslash
41609 textheight
41610 \end_layout
41611
41612 \end_inset
41613 </cell>
41614 </row>
41615 <row>
41616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41617 \begin_inset Text
41618
41619 \begin_layout Plain Layout
41620 Hauteur page %
41621 \end_layout
41622
41623 \end_inset
41624 </cell>
41625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41626 \begin_inset Text
41627
41628 \begin_layout Plain Layout
41629 % de hauteur du papier
41630 \end_layout
41631
41632 \end_inset
41633 </cell>
41634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41635 \begin_inset Text
41636
41637 \begin_layout Plain Layout
41638
41639 \backslash
41640 paperheight
41641 \end_layout
41642
41643 \end_inset
41644 </cell>
41645 </row>
41646 <row>
41647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41648 \begin_inset Text
41649
41650 \begin_layout Plain Layout
41651 ex
41652 \end_layout
41653
41654 \end_inset
41655 </cell>
41656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41657 \begin_inset Text
41658
41659 \begin_layout Plain Layout
41660 hauteur de lettre 
41661 \emph on
41662 x
41663 \emph default
41664  dans police courante
41665 \end_layout
41666
41667 \end_inset
41668 </cell>
41669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41670 \begin_inset Text
41671
41672 \begin_layout Plain Layout
41673 -
41674 \end_layout
41675
41676 \end_inset
41677 </cell>
41678 </row>
41679 <row>
41680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41681 \begin_inset Text
41682
41683 \begin_layout Plain Layout
41684 em
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41690 \begin_inset Text
41691
41692 \begin_layout Plain Layout
41693 largeur de lettre
41694 \emph on
41695  M
41696 \emph default
41697  dans police courante
41698 \end_layout
41699
41700 \end_inset
41701 </cell>
41702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 -
41707 \end_layout
41708
41709 \end_inset
41710 </cell>
41711 </row>
41712 <row>
41713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41714 \begin_inset Text
41715
41716 \begin_layout Plain Layout
41717 mu
41718 \end_layout
41719
41720 \end_inset
41721 </cell>
41722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41723 \begin_inset Text
41724
41725 \begin_layout Plain Layout
41726 unité mathématique (1
41727 \begin_inset space \thinspace{}
41728 \end_inset
41729
41730 mu = 1/18
41731 \begin_inset space \thinspace{}
41732 \end_inset
41733
41734 em)
41735 \end_layout
41736
41737 \end_inset
41738 </cell>
41739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41740 \begin_inset Text
41741
41742 \begin_layout Plain Layout
41743 -
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 </row>
41749 </lyxtabular>
41750
41751 \end_inset
41752
41753
41754 \end_layout
41755
41756 \end_inset
41757
41758
41759 \end_layout
41760
41761 \begin_layout Chapter
41762 Formats des fichiers de sortie graphiques
41763 \begin_inset CommandInset label
41764 LatexCommand label
41765 name "cha:Formats-fichiers-graphiques"
41766
41767 \end_inset
41768
41769
41770 \end_layout
41771
41772 \begin_layout Section
41773 DVI
41774 \begin_inset Index idx
41775 status collapsed
41776
41777 \begin_layout Plain Layout
41778 Formats de Fichiers! DVI
41779 \end_layout
41780
41781 \end_inset
41782
41783
41784 \begin_inset Index idx
41785 status collapsed
41786
41787 \begin_layout Plain Layout
41788 DVI|see
41789 \begin_inset ERT
41790 status collapsed
41791
41792 \begin_layout Plain Layout
41793
41794 {
41795 \end_layout
41796
41797 \end_inset
41798
41799 Formats de Fichiers
41800 \begin_inset ERT
41801 status collapsed
41802
41803 \begin_layout Plain Layout
41804
41805 }
41806 \end_layout
41807
41808 \end_inset
41809
41810
41811 \end_layout
41812
41813 \end_inset
41814
41815
41816 \end_layout
41817
41818 \begin_layout Standard
41819 Ce type de fichiers a l'extension 
41820 \begin_inset Quotes fld
41821 \end_inset
41822
41823
41824 \family typewriter
41825 .dvi
41826 \family default
41827
41828 \begin_inset Quotes frd
41829 \end_inset
41830
41831 .
41832  Il est appelé 
41833 \emph on
41834 indépendant de l'appareil
41835 \emph default
41836  ou 
41837 \begin_inset Quotes fld
41838 \end_inset
41839
41840 device independent (DVI)
41841 \begin_inset Quotes frd
41842 \end_inset
41843
41844 , car il est complètement portable ; vous pouvez les recopier d'une machine
41845  à l'autre sans avoir à faire de conversion.
41846  À l'époque où ce format a été développé, c'était loin d'être évident.
41847  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41848  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41849 \end_layout
41850
41851 \begin_layout Standard
41852 \begin_inset Note Greyedout
41853 status open
41854
41855 \begin_layout Plain Layout
41856
41857 \series bold
41858 Note:
41859 \series default
41860  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41861  au fichier.
41862  
41863 \end_layout
41864
41865 \end_inset
41866
41867  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41868  
41869 \family typewriter
41870 .dvi
41871 \family default
41872 .
41873  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41874 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41875  pour les rendre visibles quand vous faites défiler votre document.
41876  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41877  avec de nombreuses images.
41878 \end_layout
41879
41880 \begin_layout Standard
41881 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41882  menu 
41883 \family sans
41884 Fichier\SpecialChar menuseparator
41885 Exporter\SpecialChar menuseparator
41886 DVI.
41887
41888 \family default
41889  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41890 \family sans
41891 Visualiser
41892 \family default
41893 .
41894 \end_layout
41895
41896 \begin_layout Section
41897 PostScript
41898 \begin_inset Index idx
41899 status collapsed
41900
41901 \begin_layout Plain Layout
41902 Formats de Fichiers ! PostScript
41903 \end_layout
41904
41905 \end_inset
41906
41907
41908 \begin_inset Index idx
41909 status collapsed
41910
41911 \begin_layout Plain Layout
41912 PostScript|see
41913 \begin_inset ERT
41914 status collapsed
41915
41916 \begin_layout Plain Layout
41917
41918 {
41919 \end_layout
41920
41921 \end_inset
41922
41923 Formats de Fichiers
41924 \begin_inset ERT
41925 status collapsed
41926
41927 \begin_layout Plain Layout
41928
41929 }
41930 \end_layout
41931
41932 \end_inset
41933
41934
41935 \end_layout
41936
41937 \end_inset
41938
41939
41940 \end_layout
41941
41942 \begin_layout Standard
41943 Ce type de fichiers a l'extension 
41944 \begin_inset Quotes fld
41945 \end_inset
41946
41947
41948 \family typewriter
41949 .ps
41950 \family default
41951
41952 \begin_inset Quotes frd
41953 \end_inset
41954
41955 .
41956  PostScript a été développé par la société 
41957 \series bold
41958 Adobe
41959 \series default
41960  comme un langage pour les imprimantes.
41961  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41962  pour imprimer le document.
41963  PostScript peut être considéré comme un 
41964 \begin_inset Quotes fld
41965 \end_inset
41966
41967 langage de programmation
41968 \begin_inset Quotes frd
41969 \end_inset
41970
41971  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41972  images.
41973 \begin_inset Foot
41974 status collapsed
41975
41976 \begin_layout Plain Layout
41977 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41978  \SpecialChar LaTeX
41979  
41980 \series bold
41981 pstricks
41982 \series default
41983
41984 \begin_inset CommandInset citation
41985 LatexCommand cite
41986 key "pstricks"
41987
41988 \end_inset
41989
41990 .
41991 \end_layout
41992
41993 \end_inset
41994
41995  En partie à cause de toutes ces possibilités un fichier PostScript est
41996  souvent plus gros qu'un PDF.
41997 \end_layout
41998
41999 \begin_layout Standard
42000 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42001  plus gros qu'un PDF.
42002 \end_layout
42003
42004 \begin_layout Standard
42005 PostScript ne peut contenir que des images au format 
42006 \begin_inset Quotes fld
42007 \end_inset
42008
42009 PostScript Encapsulé
42010 \begin_inset Quotes frd
42011 \end_inset
42012
42013  (encapsulated PostScript ou EPS, d'extension 
42014 \family typewriter
42015 .eps
42016 \family default
42017 ).
42018  Comme \SpecialChar LyX
42019  vous permet n'importe quel format d'image connu dans votre document,
42020  il doit les convertir en interne en EPS.
42021  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42022  doit faire 50
42023  conversions à chaque fois que vous visualisez ou que vous exportez votre
42024  document.
42025  Cela risque de ralentir de façon importante votre rythme de travail.
42026  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42027  vos images directement en EPS pour éviter ce problème.
42028 \end_layout
42029
42030 \begin_layout Standard
42031 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42032  le menu 
42033 \family sans
42034 Fichier\SpecialChar menuseparator
42035 Exporter\SpecialChar menuseparator
42036 PostScript.
42037
42038 \family default
42039  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42040  
42041 \family sans
42042 Visualiser
42043 \family default
42044 .
42045 \end_layout
42046
42047 \begin_layout Section
42048 PDF
42049 \begin_inset Index idx
42050 status collapsed
42051
42052 \begin_layout Plain Layout
42053 Formats de Fichiers ! PDF
42054 \end_layout
42055
42056 \end_inset
42057
42058
42059 \begin_inset Index idx
42060 status collapsed
42061
42062 \begin_layout Plain Layout
42063 PDF
42064 \end_layout
42065
42066 \end_inset
42067
42068
42069 \end_layout
42070
42071 \begin_layout Standard
42072 Ce type de fichiers a l'extension 
42073 \begin_inset Quotes fld
42074 \end_inset
42075
42076
42077 \family typewriter
42078 .pdf
42079 \family default
42080
42081 \begin_inset Quotes frd
42082 \end_inset
42083
42084 .
42085  Ce 
42086 \begin_inset Quotes fld
42087 \end_inset
42088
42089 format de document portable
42090 \begin_inset Quotes frd
42091 \end_inset
42092
42093  (portable document format ou PDF) est développé par 
42094 \family typewriter
42095 Adobe
42096 \family default
42097  comme une évolution de PostScript.
42098  Il est plus comprimé et utilise moins de commandes que PostScript.
42099  Comme son nom l'indique, il est 
42100 \begin_inset Quotes fld
42101 \end_inset
42102
42103 portable
42104 \begin_inset Quotes frd
42105 \end_inset
42106
42107  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42108  aura exactement le même aspect.
42109 \end_layout
42110
42111 \begin_layout Standard
42112 PDF peut contenir des images dans son propre format PDF et dans les formats
42113  JPG (format du 
42114 \begin_inset Quotes fld
42115 \end_inset
42116
42117 Joint Photographic Expert Group
42118 \begin_inset Quotes frd
42119 \end_inset
42120
42121  avec comme extension 
42122 \family typewriter
42123 .jpg
42124 \family default
42125  ou 
42126 \family typewriter
42127 .jpeg
42128 \family default
42129 ) et PNG (
42130 \begin_inset Quotes fld
42131 \end_inset
42132
42133 Portable Network Graphics
42134 \begin_inset Quotes frd
42135 \end_inset
42136
42137  avec l'extension 
42138 \family typewriter
42139 .png
42140 \family default
42141 ).
42142  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42143  les convertit
42144  dans un de ces formats.
42145  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42146  vont ralentir votre travail.
42147  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42148 \end_layout
42149
42150 \begin_layout Standard
42151 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42152  menu 
42153 \family sans
42154 Fichier\SpecialChar menuseparator
42155 Exporter 
42156 \family default
42157 de trois façons différentes:
42158 \end_layout
42159
42160 \begin_layout Description
42161 PDF
42162 \begin_inset space ~
42163 \end_inset
42164
42165 (ps2pdf) Ceci utilise le programme 
42166 \family typewriter
42167 ps2pdf
42168 \family default
42169  qui créé un PDF à partir de la version PostScript de votre fichier.
42170  Cette dernière est produite par le programme 
42171 \family typewriter
42172 dvips
42173 \family default
42174  qui utilise une version DVI comme étape intermédiaire.
42175  Cette variante consiste donc en trois conversions.
42176 \end_layout
42177
42178 \begin_layout Description
42179 PDF
42180 \begin_inset space ~
42181 \end_inset
42182
42183 (dvipdfm) Ceci utilise le programme 
42184 \family typewriter
42185 dvipdfm
42186 \family default
42187  qui convertit votre fichier en DVI avant de le convertir en PDF.
42188 \end_layout
42189
42190 \begin_layout Description
42191 PDF
42192 \begin_inset space ~
42193 \end_inset
42194
42195 (pdflatex) Ceci utilise le programme 
42196 \family typewriter
42197 pdftex
42198 \family default
42199  qui convertit directement votre fichier en PDF.
42200 \end_layout
42201
42202 \begin_layout Standard
42203 Nous recommandons d'utiliser l'option 
42204 \family sans
42205 PDF
42206 \begin_inset space ~
42207 \end_inset
42208
42209 (pdflatex)
42210 \family default
42211  car 
42212 \family typewriter
42213 pdftex
42214 \family default
42215  accepte toutes les fonctionnalités des versions actuelles de PDF.
42216  Il est en plus rapide et stable.
42217  Le programme 
42218 \family typewriter
42219 dvipdfm
42220 \family default
42221  n'est plus développé est est donc un peu dépassé.
42222 \end_layout
42223
42224 \begin_layout Standard
42225 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42226 \family sans
42227 Visualiser
42228 \family default
42229  ou en utilisant un bouton de la barre d'outils.
42230 \end_layout
42231
42232 \begin_layout Chapter
42233 Liste de noms de couleur pour dvips
42234 \begin_inset CommandInset label
42235 LatexCommand label
42236 name "chap:Liste-de-noms-de-couleur-dvips"
42237
42238 \end_inset
42239
42240
42241 \end_layout
42242
42243 \begin_layout Standard
42244 \begin_inset Tabular
42245 <lyxtabular version="3" rows="17" columns="4">
42246 <features tabularvalignment="middle">
42247 <column alignment="left" valignment="top" width="0pt">
42248 <column alignment="left" valignment="top" width="0pt">
42249 <column alignment="left" valignment="top" width="0pt">
42250 <column alignment="left" valignment="top" width="0pt">
42251 <row>
42252 <cell alignment="left" valignment="top" usebox="none">
42253 \begin_inset Text
42254
42255 \begin_layout Plain Layout
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261
42262 \backslash
42263 fcolorbox{black}{
42264 \end_layout
42265
42266 \end_inset
42267
42268 white
42269 \begin_inset ERT
42270 status collapsed
42271
42272 \begin_layout Plain Layout
42273
42274 }{
42275 \end_layout
42276
42277 \end_inset
42278
42279 Couleur
42280 \begin_inset ERT
42281 status collapsed
42282
42283 \begin_layout Plain Layout
42284
42285 }
42286 \end_layout
42287
42288 \end_inset
42289
42290  Nom
42291 \end_layout
42292
42293 \end_inset
42294 </cell>
42295 <cell alignment="left" valignment="top" usebox="none">
42296 \begin_inset Text
42297
42298 \begin_layout Plain Layout
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304
42305 \backslash
42306 fcolorbox{black}{
42307 \end_layout
42308
42309 \end_inset
42310
42311 white
42312 \begin_inset ERT
42313 status collapsed
42314
42315 \begin_layout Plain Layout
42316
42317 }{
42318 \end_layout
42319
42320 \end_inset
42321
42322 Couleur
42323 \begin_inset ERT
42324 status collapsed
42325
42326 \begin_layout Plain Layout
42327
42328 }
42329 \end_layout
42330
42331 \end_inset
42332
42333  Nom
42334 \end_layout
42335
42336 \end_inset
42337 </cell>
42338 <cell alignment="left" valignment="top" usebox="none">
42339 \begin_inset Text
42340
42341 \begin_layout Plain Layout
42342 \begin_inset ERT
42343 status collapsed
42344
42345 \begin_layout Plain Layout
42346
42347
42348 \backslash
42349 fcolorbox{black}{
42350 \end_layout
42351
42352 \end_inset
42353
42354 white
42355 \begin_inset ERT
42356 status collapsed
42357
42358 \begin_layout Plain Layout
42359
42360 }{
42361 \end_layout
42362
42363 \end_inset
42364
42365 Couleur
42366 \begin_inset ERT
42367 status collapsed
42368
42369 \begin_layout Plain Layout
42370
42371 }
42372 \end_layout
42373
42374 \end_inset
42375
42376  Nom
42377 \end_layout
42378
42379 \end_inset
42380 </cell>
42381 <cell alignment="left" valignment="top" usebox="none">
42382 \begin_inset Text
42383
42384 \begin_layout Plain Layout
42385 \begin_inset ERT
42386 status collapsed
42387
42388 \begin_layout Plain Layout
42389
42390
42391 \backslash
42392 fcolorbox{black}{
42393 \end_layout
42394
42395 \end_inset
42396
42397 white
42398 \begin_inset ERT
42399 status collapsed
42400
42401 \begin_layout Plain Layout
42402
42403 }{
42404 \end_layout
42405
42406 \end_inset
42407
42408 Couleur
42409 \begin_inset ERT
42410 status collapsed
42411
42412 \begin_layout Plain Layout
42413
42414 }
42415 \end_layout
42416
42417 \end_inset
42418
42419  Nom
42420 \end_layout
42421
42422 \end_inset
42423 </cell>
42424 </row>
42425 <row>
42426 <cell alignment="center" valignment="top" usebox="none">
42427 \begin_inset Text
42428
42429 \begin_layout Plain Layout
42430 \begin_inset ERT
42431 status collapsed
42432
42433 \begin_layout Plain Layout
42434
42435
42436 \backslash
42437 fcolorbox{black}{
42438 \end_layout
42439
42440 \end_inset
42441
42442 Apricot
42443 \begin_inset ERT
42444 status collapsed
42445
42446 \begin_layout Plain Layout
42447
42448 }{
42449 \end_layout
42450
42451 \end_inset
42452
42453
42454 \begin_inset Phantom Phantom
42455 status open
42456
42457 \begin_layout Plain Layout
42458 W
42459 \end_layout
42460
42461 \end_inset
42462
42463
42464 \begin_inset ERT
42465 status collapsed
42466
42467 \begin_layout Plain Layout
42468
42469 }
42470 \end_layout
42471
42472 \end_inset
42473
42474  Apricot
42475 \end_layout
42476
42477 \end_inset
42478 </cell>
42479 <cell alignment="center" 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 Aquamarine
42496 \begin_inset ERT
42497 status collapsed
42498
42499 \begin_layout Plain Layout
42500
42501 }{
42502 \end_layout
42503
42504 \end_inset
42505
42506
42507 \begin_inset Phantom Phantom
42508 status open
42509
42510 \begin_layout Plain Layout
42511 W
42512 \end_layout
42513
42514 \end_inset
42515
42516
42517 \begin_inset ERT
42518 status collapsed
42519
42520 \begin_layout Plain Layout
42521
42522 }
42523 \end_layout
42524
42525 \end_inset
42526
42527  Aquamarine
42528 \end_layout
42529
42530 \end_inset
42531 </cell>
42532 <cell alignment="center" valignment="top" usebox="none">
42533 \begin_inset Text
42534
42535 \begin_layout Plain Layout
42536 \begin_inset ERT
42537 status collapsed
42538
42539 \begin_layout Plain Layout
42540
42541
42542 \backslash
42543 fcolorbox{black}{
42544 \end_layout
42545
42546 \end_inset
42547
42548 Bittersweet
42549 \begin_inset ERT
42550 status collapsed
42551
42552 \begin_layout Plain Layout
42553
42554 }{
42555 \end_layout
42556
42557 \end_inset
42558
42559
42560 \begin_inset Phantom Phantom
42561 status open
42562
42563 \begin_layout Plain Layout
42564 W
42565 \end_layout
42566
42567 \end_inset
42568
42569
42570 \begin_inset ERT
42571 status collapsed
42572
42573 \begin_layout Plain Layout
42574
42575 }
42576 \end_layout
42577
42578 \end_inset
42579
42580  Bittersweet
42581 \end_layout
42582
42583 \end_inset
42584 </cell>
42585 <cell alignment="center" valignment="top" usebox="none">
42586 \begin_inset Text
42587
42588 \begin_layout Plain Layout
42589 \begin_inset ERT
42590 status collapsed
42591
42592 \begin_layout Plain Layout
42593
42594
42595 \backslash
42596 fcolorbox{black}{
42597 \end_layout
42598
42599 \end_inset
42600
42601 BlueGreen
42602 \begin_inset ERT
42603 status collapsed
42604
42605 \begin_layout Plain Layout
42606
42607 }{
42608 \end_layout
42609
42610 \end_inset
42611
42612
42613 \begin_inset Phantom Phantom
42614 status open
42615
42616 \begin_layout Plain Layout
42617 W
42618 \end_layout
42619
42620 \end_inset
42621
42622
42623 \begin_inset ERT
42624 status collapsed
42625
42626 \begin_layout Plain Layout
42627
42628 }
42629 \end_layout
42630
42631 \end_inset
42632
42633  BlueGreen
42634 \end_layout
42635
42636 \end_inset
42637 </cell>
42638 </row>
42639 <row>
42640 <cell alignment="left" valignment="top" usebox="none">
42641 \begin_inset Text
42642
42643 \begin_layout Plain Layout
42644 \begin_inset ERT
42645 status collapsed
42646
42647 \begin_layout Plain Layout
42648
42649
42650 \backslash
42651 fcolorbox{black}{
42652 \end_layout
42653
42654 \end_inset
42655
42656 BlueViolet
42657 \begin_inset ERT
42658 status collapsed
42659
42660 \begin_layout Plain Layout
42661
42662 }{
42663 \end_layout
42664
42665 \end_inset
42666
42667
42668 \begin_inset Phantom Phantom
42669 status open
42670
42671 \begin_layout Plain Layout
42672 W
42673 \end_layout
42674
42675 \end_inset
42676
42677
42678 \begin_inset ERT
42679 status collapsed
42680
42681 \begin_layout Plain Layout
42682
42683 }
42684 \end_layout
42685
42686 \end_inset
42687
42688  BlueViolet
42689 \end_layout
42690
42691 \end_inset
42692 </cell>
42693 <cell alignment="left" valignment="top" usebox="none">
42694 \begin_inset Text
42695
42696 \begin_layout Plain Layout
42697 \begin_inset ERT
42698 status collapsed
42699
42700 \begin_layout Plain Layout
42701
42702
42703 \backslash
42704 fcolorbox{black}{
42705 \end_layout
42706
42707 \end_inset
42708
42709 BrickRed
42710 \begin_inset ERT
42711 status collapsed
42712
42713 \begin_layout Plain Layout
42714
42715 }{
42716 \end_layout
42717
42718 \end_inset
42719
42720
42721 \begin_inset Phantom Phantom
42722 status open
42723
42724 \begin_layout Plain Layout
42725 W
42726 \end_layout
42727
42728 \end_inset
42729
42730
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736 }
42737 \end_layout
42738
42739 \end_inset
42740
42741  BrickRed
42742 \end_layout
42743
42744 \end_inset
42745 </cell>
42746 <cell alignment="left" valignment="top" usebox="none">
42747 \begin_inset Text
42748
42749 \begin_layout Plain Layout
42750 \begin_inset ERT
42751 status collapsed
42752
42753 \begin_layout Plain Layout
42754
42755
42756 \backslash
42757 fcolorbox{black}{
42758 \end_layout
42759
42760 \end_inset
42761
42762 Brown
42763 \begin_inset ERT
42764 status collapsed
42765
42766 \begin_layout Plain Layout
42767
42768 }{
42769 \end_layout
42770
42771 \end_inset
42772
42773
42774 \begin_inset Phantom Phantom
42775 status open
42776
42777 \begin_layout Plain Layout
42778 W
42779 \end_layout
42780
42781 \end_inset
42782
42783
42784 \begin_inset ERT
42785 status collapsed
42786
42787 \begin_layout Plain Layout
42788
42789 }
42790 \end_layout
42791
42792 \end_inset
42793
42794  Brown
42795 \end_layout
42796
42797 \end_inset
42798 </cell>
42799 <cell alignment="left" valignment="top" usebox="none">
42800 \begin_inset Text
42801
42802 \begin_layout Plain Layout
42803 \begin_inset ERT
42804 status collapsed
42805
42806 \begin_layout Plain Layout
42807
42808
42809 \backslash
42810 fcolorbox{black}{
42811 \end_layout
42812
42813 \end_inset
42814
42815 BurntOrange
42816 \begin_inset ERT
42817 status collapsed
42818
42819 \begin_layout Plain Layout
42820
42821 }{
42822 \end_layout
42823
42824 \end_inset
42825
42826
42827 \begin_inset Phantom Phantom
42828 status open
42829
42830 \begin_layout Plain Layout
42831 W
42832 \end_layout
42833
42834 \end_inset
42835
42836
42837 \begin_inset ERT
42838 status collapsed
42839
42840 \begin_layout Plain Layout
42841
42842 }
42843 \end_layout
42844
42845 \end_inset
42846
42847  BurntOrange
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 </row>
42853 <row>
42854 <cell alignment="left" valignment="top" usebox="none">
42855 \begin_inset Text
42856
42857 \begin_layout Plain Layout
42858 \begin_inset ERT
42859 status collapsed
42860
42861 \begin_layout Plain Layout
42862
42863
42864 \backslash
42865 fcolorbox{black}{
42866 \end_layout
42867
42868 \end_inset
42869
42870 CadetBlue
42871 \begin_inset ERT
42872 status collapsed
42873
42874 \begin_layout Plain Layout
42875
42876 }{
42877 \end_layout
42878
42879 \end_inset
42880
42881
42882 \begin_inset Phantom Phantom
42883 status open
42884
42885 \begin_layout Plain Layout
42886 W
42887 \end_layout
42888
42889 \end_inset
42890
42891
42892 \begin_inset ERT
42893 status collapsed
42894
42895 \begin_layout Plain Layout
42896
42897 }
42898 \end_layout
42899
42900 \end_inset
42901
42902  CadetBlue
42903 \end_layout
42904
42905 \end_inset
42906 </cell>
42907 <cell alignment="left" valignment="top" usebox="none">
42908 \begin_inset Text
42909
42910 \begin_layout Plain Layout
42911 \begin_inset ERT
42912 status collapsed
42913
42914 \begin_layout Plain Layout
42915
42916
42917 \backslash
42918 fcolorbox{black}{
42919 \end_layout
42920
42921 \end_inset
42922
42923 CarnationPink
42924 \begin_inset ERT
42925 status collapsed
42926
42927 \begin_layout Plain Layout
42928
42929 }{
42930 \end_layout
42931
42932 \end_inset
42933
42934
42935 \begin_inset Phantom Phantom
42936 status open
42937
42938 \begin_layout Plain Layout
42939 W
42940 \end_layout
42941
42942 \end_inset
42943
42944
42945 \begin_inset ERT
42946 status collapsed
42947
42948 \begin_layout Plain Layout
42949
42950 }
42951 \end_layout
42952
42953 \end_inset
42954
42955  CarnationPink
42956 \end_layout
42957
42958 \end_inset
42959 </cell>
42960 <cell alignment="left" valignment="top" usebox="none">
42961 \begin_inset Text
42962
42963 \begin_layout Plain Layout
42964 \begin_inset ERT
42965 status collapsed
42966
42967 \begin_layout Plain Layout
42968
42969
42970 \backslash
42971 fcolorbox{black}{
42972 \end_layout
42973
42974 \end_inset
42975
42976 Cerulean
42977 \begin_inset ERT
42978 status collapsed
42979
42980 \begin_layout Plain Layout
42981
42982 }{
42983 \end_layout
42984
42985 \end_inset
42986
42987
42988 \begin_inset Phantom Phantom
42989 status open
42990
42991 \begin_layout Plain Layout
42992 W
42993 \end_layout
42994
42995 \end_inset
42996
42997
42998 \begin_inset ERT
42999 status collapsed
43000
43001 \begin_layout Plain Layout
43002
43003 }
43004 \end_layout
43005
43006 \end_inset
43007
43008  Cerulean
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 <cell alignment="left" valignment="top" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 \begin_inset ERT
43018 status collapsed
43019
43020 \begin_layout Plain Layout
43021
43022
43023 \backslash
43024 fcolorbox{black}{
43025 \end_layout
43026
43027 \end_inset
43028
43029 CornflowerBlue
43030 \begin_inset ERT
43031 status collapsed
43032
43033 \begin_layout Plain Layout
43034
43035 }{
43036 \end_layout
43037
43038 \end_inset
43039
43040
43041 \begin_inset Phantom Phantom
43042 status open
43043
43044 \begin_layout Plain Layout
43045 W
43046 \end_layout
43047
43048 \end_inset
43049
43050
43051 \begin_inset ERT
43052 status collapsed
43053
43054 \begin_layout Plain Layout
43055
43056 }
43057 \end_layout
43058
43059 \end_inset
43060
43061  CornflowerBlue
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 </row>
43067 <row>
43068 <cell alignment="left" valignment="top" usebox="none">
43069 \begin_inset Text
43070
43071 \begin_layout Plain Layout
43072 \begin_inset ERT
43073 status collapsed
43074
43075 \begin_layout Plain Layout
43076
43077
43078 \backslash
43079 fcolorbox{black}{
43080 \end_layout
43081
43082 \end_inset
43083
43084 Dandelion
43085 \begin_inset ERT
43086 status collapsed
43087
43088 \begin_layout Plain Layout
43089
43090 }{
43091 \end_layout
43092
43093 \end_inset
43094
43095
43096 \begin_inset Phantom Phantom
43097 status open
43098
43099 \begin_layout Plain Layout
43100 W
43101 \end_layout
43102
43103 \end_inset
43104
43105
43106 \begin_inset ERT
43107 status collapsed
43108
43109 \begin_layout Plain Layout
43110
43111 }
43112 \end_layout
43113
43114 \end_inset
43115
43116  Dandelion
43117 \end_layout
43118
43119 \end_inset
43120 </cell>
43121 <cell alignment="left" valignment="top" usebox="none">
43122 \begin_inset Text
43123
43124 \begin_layout Plain Layout
43125 \begin_inset ERT
43126 status collapsed
43127
43128 \begin_layout Plain Layout
43129
43130
43131 \backslash
43132 fcolorbox{black}{
43133 \end_layout
43134
43135 \end_inset
43136
43137 DarkOrchid
43138 \begin_inset ERT
43139 status collapsed
43140
43141 \begin_layout Plain Layout
43142
43143 }{
43144 \end_layout
43145
43146 \end_inset
43147
43148
43149 \begin_inset Phantom Phantom
43150 status open
43151
43152 \begin_layout Plain Layout
43153 W
43154 \end_layout
43155
43156 \end_inset
43157
43158
43159 \begin_inset ERT
43160 status collapsed
43161
43162 \begin_layout Plain Layout
43163
43164 }
43165 \end_layout
43166
43167 \end_inset
43168
43169  DarkOrchid
43170 \end_layout
43171
43172 \end_inset
43173 </cell>
43174 <cell alignment="left" valignment="top" usebox="none">
43175 \begin_inset Text
43176
43177 \begin_layout Plain Layout
43178 \begin_inset ERT
43179 status collapsed
43180
43181 \begin_layout Plain Layout
43182
43183
43184 \backslash
43185 fcolorbox{black}{
43186 \end_layout
43187
43188 \end_inset
43189
43190 Emerald
43191 \begin_inset ERT
43192 status collapsed
43193
43194 \begin_layout Plain Layout
43195
43196 }{
43197 \end_layout
43198
43199 \end_inset
43200
43201
43202 \begin_inset Phantom Phantom
43203 status open
43204
43205 \begin_layout Plain Layout
43206 W
43207 \end_layout
43208
43209 \end_inset
43210
43211
43212 \begin_inset ERT
43213 status collapsed
43214
43215 \begin_layout Plain Layout
43216
43217 }
43218 \end_layout
43219
43220 \end_inset
43221
43222  Emerald
43223 \end_layout
43224
43225 \end_inset
43226 </cell>
43227 <cell alignment="left" valignment="top" usebox="none">
43228 \begin_inset Text
43229
43230 \begin_layout Plain Layout
43231 \begin_inset ERT
43232 status collapsed
43233
43234 \begin_layout Plain Layout
43235
43236
43237 \backslash
43238 fcolorbox{black}{
43239 \end_layout
43240
43241 \end_inset
43242
43243 ForestGreen
43244 \begin_inset ERT
43245 status collapsed
43246
43247 \begin_layout Plain Layout
43248
43249 }{
43250 \end_layout
43251
43252 \end_inset
43253
43254
43255 \begin_inset Phantom Phantom
43256 status open
43257
43258 \begin_layout Plain Layout
43259 W
43260 \end_layout
43261
43262 \end_inset
43263
43264
43265 \begin_inset ERT
43266 status collapsed
43267
43268 \begin_layout Plain Layout
43269
43270 }
43271 \end_layout
43272
43273 \end_inset
43274
43275  ForestGreen
43276 \end_layout
43277
43278 \end_inset
43279 </cell>
43280 </row>
43281 <row>
43282 <cell alignment="left" valignment="top" usebox="none">
43283 \begin_inset Text
43284
43285 \begin_layout Plain Layout
43286 \begin_inset ERT
43287 status collapsed
43288
43289 \begin_layout Plain Layout
43290
43291
43292 \backslash
43293 fcolorbox{black}{
43294 \end_layout
43295
43296 \end_inset
43297
43298 Fuchsia
43299 \begin_inset ERT
43300 status collapsed
43301
43302 \begin_layout Plain Layout
43303
43304 }{
43305 \end_layout
43306
43307 \end_inset
43308
43309
43310 \begin_inset Phantom Phantom
43311 status open
43312
43313 \begin_layout Plain Layout
43314 W
43315 \end_layout
43316
43317 \end_inset
43318
43319
43320 \begin_inset ERT
43321 status collapsed
43322
43323 \begin_layout Plain Layout
43324
43325 }
43326 \end_layout
43327
43328 \end_inset
43329
43330  Fuchsia
43331 \end_layout
43332
43333 \end_inset
43334 </cell>
43335 <cell alignment="left" valignment="top" usebox="none">
43336 \begin_inset Text
43337
43338 \begin_layout Plain Layout
43339 \begin_inset ERT
43340 status collapsed
43341
43342 \begin_layout Plain Layout
43343
43344
43345 \backslash
43346 fcolorbox{black}{
43347 \end_layout
43348
43349 \end_inset
43350
43351 Goldenrod
43352 \begin_inset ERT
43353 status collapsed
43354
43355 \begin_layout Plain Layout
43356
43357 }{
43358 \end_layout
43359
43360 \end_inset
43361
43362
43363 \begin_inset Phantom Phantom
43364 status open
43365
43366 \begin_layout Plain Layout
43367 W
43368 \end_layout
43369
43370 \end_inset
43371
43372
43373 \begin_inset ERT
43374 status collapsed
43375
43376 \begin_layout Plain Layout
43377
43378 }
43379 \end_layout
43380
43381 \end_inset
43382
43383  Goldenrod
43384 \end_layout
43385
43386 \end_inset
43387 </cell>
43388 <cell alignment="left" valignment="top" usebox="none">
43389 \begin_inset Text
43390
43391 \begin_layout Plain Layout
43392 \begin_inset ERT
43393 status collapsed
43394
43395 \begin_layout Plain Layout
43396
43397
43398 \backslash
43399 fcolorbox{black}{
43400 \end_layout
43401
43402 \end_inset
43403
43404 Gray
43405 \begin_inset ERT
43406 status collapsed
43407
43408 \begin_layout Plain Layout
43409
43410 }{
43411 \end_layout
43412
43413 \end_inset
43414
43415
43416 \begin_inset Phantom Phantom
43417 status open
43418
43419 \begin_layout Plain Layout
43420 W
43421 \end_layout
43422
43423 \end_inset
43424
43425
43426 \begin_inset ERT
43427 status collapsed
43428
43429 \begin_layout Plain Layout
43430
43431 }
43432 \end_layout
43433
43434 \end_inset
43435
43436  Gray
43437 \end_layout
43438
43439 \end_inset
43440 </cell>
43441 <cell alignment="left" valignment="top" usebox="none">
43442 \begin_inset Text
43443
43444 \begin_layout Plain Layout
43445 \begin_inset ERT
43446 status collapsed
43447
43448 \begin_layout Plain Layout
43449
43450
43451 \backslash
43452 fcolorbox{black}{
43453 \end_layout
43454
43455 \end_inset
43456
43457 GreenYellow
43458 \begin_inset ERT
43459 status collapsed
43460
43461 \begin_layout Plain Layout
43462
43463 }{
43464 \end_layout
43465
43466 \end_inset
43467
43468
43469 \begin_inset Phantom Phantom
43470 status open
43471
43472 \begin_layout Plain Layout
43473 W
43474 \end_layout
43475
43476 \end_inset
43477
43478
43479 \begin_inset ERT
43480 status collapsed
43481
43482 \begin_layout Plain Layout
43483
43484 }
43485 \end_layout
43486
43487 \end_inset
43488
43489  GreenYellow
43490 \end_layout
43491
43492 \end_inset
43493 </cell>
43494 </row>
43495 <row>
43496 <cell alignment="center" valignment="top" usebox="none">
43497 \begin_inset Text
43498
43499 \begin_layout Plain Layout
43500 \begin_inset ERT
43501 status collapsed
43502
43503 \begin_layout Plain Layout
43504
43505
43506 \backslash
43507 fcolorbox{black}{
43508 \end_layout
43509
43510 \end_inset
43511
43512 JungleGreen
43513 \begin_inset ERT
43514 status collapsed
43515
43516 \begin_layout Plain Layout
43517
43518 }{
43519 \end_layout
43520
43521 \end_inset
43522
43523
43524 \begin_inset Phantom Phantom
43525 status open
43526
43527 \begin_layout Plain Layout
43528 W
43529 \end_layout
43530
43531 \end_inset
43532
43533
43534 \begin_inset ERT
43535 status collapsed
43536
43537 \begin_layout Plain Layout
43538
43539 }
43540 \end_layout
43541
43542 \end_inset
43543
43544  JungleGreen
43545 \end_layout
43546
43547 \end_inset
43548 </cell>
43549 <cell alignment="center" valignment="top" usebox="none">
43550 \begin_inset Text
43551
43552 \begin_layout Plain Layout
43553 \begin_inset ERT
43554 status collapsed
43555
43556 \begin_layout Plain Layout
43557
43558
43559 \backslash
43560 fcolorbox{black}{
43561 \end_layout
43562
43563 \end_inset
43564
43565 Lavender
43566 \begin_inset ERT
43567 status collapsed
43568
43569 \begin_layout Plain Layout
43570
43571 }{
43572 \end_layout
43573
43574 \end_inset
43575
43576
43577 \begin_inset Phantom Phantom
43578 status open
43579
43580 \begin_layout Plain Layout
43581 W
43582 \end_layout
43583
43584 \end_inset
43585
43586
43587 \begin_inset ERT
43588 status collapsed
43589
43590 \begin_layout Plain Layout
43591
43592 }
43593 \end_layout
43594
43595 \end_inset
43596
43597  Lavender
43598 \end_layout
43599
43600 \end_inset
43601 </cell>
43602 <cell alignment="center" valignment="top" usebox="none">
43603 \begin_inset Text
43604
43605 \begin_layout Plain Layout
43606 \begin_inset ERT
43607 status collapsed
43608
43609 \begin_layout Plain Layout
43610
43611
43612 \backslash
43613 fcolorbox{black}{
43614 \end_layout
43615
43616 \end_inset
43617
43618 LimeGreen
43619 \begin_inset ERT
43620 status collapsed
43621
43622 \begin_layout Plain Layout
43623
43624 }{
43625 \end_layout
43626
43627 \end_inset
43628
43629
43630 \begin_inset Phantom Phantom
43631 status open
43632
43633 \begin_layout Plain Layout
43634 W
43635 \end_layout
43636
43637 \end_inset
43638
43639
43640 \begin_inset ERT
43641 status collapsed
43642
43643 \begin_layout Plain Layout
43644
43645 }
43646 \end_layout
43647
43648 \end_inset
43649
43650  LimeGreen
43651 \end_layout
43652
43653 \end_inset
43654 </cell>
43655 <cell alignment="center" valignment="top" usebox="none">
43656 \begin_inset Text
43657
43658 \begin_layout Plain Layout
43659 \begin_inset ERT
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663
43664
43665 \backslash
43666 fcolorbox{black}{
43667 \end_layout
43668
43669 \end_inset
43670
43671 Mahogany
43672 \begin_inset ERT
43673 status collapsed
43674
43675 \begin_layout Plain Layout
43676
43677 }{
43678 \end_layout
43679
43680 \end_inset
43681
43682
43683 \begin_inset Phantom Phantom
43684 status open
43685
43686 \begin_layout Plain Layout
43687 W
43688 \end_layout
43689
43690 \end_inset
43691
43692
43693 \begin_inset ERT
43694 status collapsed
43695
43696 \begin_layout Plain Layout
43697
43698 }
43699 \end_layout
43700
43701 \end_inset
43702
43703  Mahogany
43704 \end_layout
43705
43706 \end_inset
43707 </cell>
43708 </row>
43709 <row>
43710 <cell alignment="left" valignment="top" usebox="none">
43711 \begin_inset Text
43712
43713 \begin_layout Plain Layout
43714 \begin_inset ERT
43715 status collapsed
43716
43717 \begin_layout Plain Layout
43718
43719
43720 \backslash
43721 fcolorbox{black}{
43722 \end_layout
43723
43724 \end_inset
43725
43726 Mahogany
43727 \begin_inset ERT
43728 status collapsed
43729
43730 \begin_layout Plain Layout
43731
43732 }{
43733 \end_layout
43734
43735 \end_inset
43736
43737
43738 \begin_inset Phantom Phantom
43739 status open
43740
43741 \begin_layout Plain Layout
43742 W
43743 \end_layout
43744
43745 \end_inset
43746
43747
43748 \begin_inset ERT
43749 status collapsed
43750
43751 \begin_layout Plain Layout
43752
43753 }
43754 \end_layout
43755
43756 \end_inset
43757
43758  Mahogany
43759 \end_layout
43760
43761 \end_inset
43762 </cell>
43763 <cell alignment="left" valignment="top" usebox="none">
43764 \begin_inset Text
43765
43766 \begin_layout Plain Layout
43767 \begin_inset ERT
43768 status collapsed
43769
43770 \begin_layout Plain Layout
43771
43772
43773 \backslash
43774 fcolorbox{black}{
43775 \end_layout
43776
43777 \end_inset
43778
43779 Maroon
43780 \begin_inset ERT
43781 status collapsed
43782
43783 \begin_layout Plain Layout
43784
43785 }{
43786 \end_layout
43787
43788 \end_inset
43789
43790
43791 \begin_inset Phantom Phantom
43792 status open
43793
43794 \begin_layout Plain Layout
43795 W
43796 \end_layout
43797
43798 \end_inset
43799
43800
43801 \begin_inset ERT
43802 status collapsed
43803
43804 \begin_layout Plain Layout
43805
43806 }
43807 \end_layout
43808
43809 \end_inset
43810
43811  Maroon
43812 \end_layout
43813
43814 \end_inset
43815 </cell>
43816 <cell alignment="left" valignment="top" usebox="none">
43817 \begin_inset Text
43818
43819 \begin_layout Plain Layout
43820 \begin_inset ERT
43821 status collapsed
43822
43823 \begin_layout Plain Layout
43824
43825
43826 \backslash
43827 fcolorbox{black}{
43828 \end_layout
43829
43830 \end_inset
43831
43832 Melon
43833 \begin_inset ERT
43834 status collapsed
43835
43836 \begin_layout Plain Layout
43837
43838 }{
43839 \end_layout
43840
43841 \end_inset
43842
43843
43844 \begin_inset Phantom Phantom
43845 status open
43846
43847 \begin_layout Plain Layout
43848 W
43849 \end_layout
43850
43851 \end_inset
43852
43853
43854 \begin_inset ERT
43855 status collapsed
43856
43857 \begin_layout Plain Layout
43858
43859 }
43860 \end_layout
43861
43862 \end_inset
43863
43864  Melon
43865 \end_layout
43866
43867 \end_inset
43868 </cell>
43869 <cell alignment="left" valignment="top" usebox="none">
43870 \begin_inset Text
43871
43872 \begin_layout Plain Layout
43873 \begin_inset ERT
43874 status collapsed
43875
43876 \begin_layout Plain Layout
43877
43878
43879 \backslash
43880 fcolorbox{black}{
43881 \end_layout
43882
43883 \end_inset
43884
43885 MidnightBlue
43886 \begin_inset ERT
43887 status collapsed
43888
43889 \begin_layout Plain Layout
43890
43891 }{
43892 \end_layout
43893
43894 \end_inset
43895
43896
43897 \begin_inset Phantom Phantom
43898 status open
43899
43900 \begin_layout Plain Layout
43901 W
43902 \end_layout
43903
43904 \end_inset
43905
43906
43907 \begin_inset ERT
43908 status collapsed
43909
43910 \begin_layout Plain Layout
43911
43912 }
43913 \end_layout
43914
43915 \end_inset
43916
43917  MidnightBlue
43918 \end_layout
43919
43920 \end_inset
43921 </cell>
43922 </row>
43923 <row>
43924 <cell alignment="left" valignment="top" usebox="none">
43925 \begin_inset Text
43926
43927 \begin_layout Plain Layout
43928 \begin_inset ERT
43929 status collapsed
43930
43931 \begin_layout Plain Layout
43932
43933
43934 \backslash
43935 fcolorbox{black}{
43936 \end_layout
43937
43938 \end_inset
43939
43940 Mulberry
43941 \begin_inset ERT
43942 status collapsed
43943
43944 \begin_layout Plain Layout
43945
43946 }{
43947 \end_layout
43948
43949 \end_inset
43950
43951
43952 \begin_inset Phantom Phantom
43953 status open
43954
43955 \begin_layout Plain Layout
43956 W
43957 \end_layout
43958
43959 \end_inset
43960
43961
43962 \begin_inset ERT
43963 status collapsed
43964
43965 \begin_layout Plain Layout
43966
43967 }
43968 \end_layout
43969
43970 \end_inset
43971
43972  Mulberry
43973 \end_layout
43974
43975 \end_inset
43976 </cell>
43977 <cell alignment="left" valignment="top" usebox="none">
43978 \begin_inset Text
43979
43980 \begin_layout Plain Layout
43981 \begin_inset ERT
43982 status collapsed
43983
43984 \begin_layout Plain Layout
43985
43986
43987 \backslash
43988 fcolorbox{black}{
43989 \end_layout
43990
43991 \end_inset
43992
43993 NavyBlue
43994 \begin_inset ERT
43995 status collapsed
43996
43997 \begin_layout Plain Layout
43998
43999 }{
44000 \end_layout
44001
44002 \end_inset
44003
44004
44005 \begin_inset Phantom Phantom
44006 status open
44007
44008 \begin_layout Plain Layout
44009 W
44010 \end_layout
44011
44012 \end_inset
44013
44014
44015 \begin_inset ERT
44016 status collapsed
44017
44018 \begin_layout Plain Layout
44019
44020 }
44021 \end_layout
44022
44023 \end_inset
44024
44025  NavyBlue
44026 \end_layout
44027
44028 \end_inset
44029 </cell>
44030 <cell alignment="left" valignment="top" usebox="none">
44031 \begin_inset Text
44032
44033 \begin_layout Plain Layout
44034 \begin_inset ERT
44035 status collapsed
44036
44037 \begin_layout Plain Layout
44038
44039
44040 \backslash
44041 fcolorbox{black}{
44042 \end_layout
44043
44044 \end_inset
44045
44046 OliveGreen
44047 \begin_inset ERT
44048 status collapsed
44049
44050 \begin_layout Plain Layout
44051
44052 }{
44053 \end_layout
44054
44055 \end_inset
44056
44057
44058 \begin_inset Phantom Phantom
44059 status open
44060
44061 \begin_layout Plain Layout
44062 W
44063 \end_layout
44064
44065 \end_inset
44066
44067
44068 \begin_inset ERT
44069 status collapsed
44070
44071 \begin_layout Plain Layout
44072
44073 }
44074 \end_layout
44075
44076 \end_inset
44077
44078  OliveGreen
44079 \end_layout
44080
44081 \end_inset
44082 </cell>
44083 <cell alignment="left" valignment="top" usebox="none">
44084 \begin_inset Text
44085
44086 \begin_layout Plain Layout
44087 \begin_inset ERT
44088 status collapsed
44089
44090 \begin_layout Plain Layout
44091
44092
44093 \backslash
44094 fcolorbox{black}{
44095 \end_layout
44096
44097 \end_inset
44098
44099 Orange
44100 \begin_inset ERT
44101 status collapsed
44102
44103 \begin_layout Plain Layout
44104
44105 }{
44106 \end_layout
44107
44108 \end_inset
44109
44110
44111 \begin_inset Phantom Phantom
44112 status open
44113
44114 \begin_layout Plain Layout
44115 W
44116 \end_layout
44117
44118 \end_inset
44119
44120
44121 \begin_inset ERT
44122 status collapsed
44123
44124 \begin_layout Plain Layout
44125
44126 }
44127 \end_layout
44128
44129 \end_inset
44130
44131  Orange
44132 \end_layout
44133
44134 \end_inset
44135 </cell>
44136 </row>
44137 <row>
44138 <cell alignment="left" valignment="top" usebox="none">
44139 \begin_inset Text
44140
44141 \begin_layout Plain Layout
44142 \begin_inset ERT
44143 status collapsed
44144
44145 \begin_layout Plain Layout
44146
44147
44148 \backslash
44149 fcolorbox{black}{
44150 \end_layout
44151
44152 \end_inset
44153
44154 OrangeRed
44155 \begin_inset ERT
44156 status collapsed
44157
44158 \begin_layout Plain Layout
44159
44160 }{
44161 \end_layout
44162
44163 \end_inset
44164
44165
44166 \begin_inset Phantom Phantom
44167 status open
44168
44169 \begin_layout Plain Layout
44170 W
44171 \end_layout
44172
44173 \end_inset
44174
44175
44176 \begin_inset ERT
44177 status collapsed
44178
44179 \begin_layout Plain Layout
44180
44181 }
44182 \end_layout
44183
44184 \end_inset
44185
44186  OrangeRed
44187 \end_layout
44188
44189 \end_inset
44190 </cell>
44191 <cell alignment="left" valignment="top" usebox="none">
44192 \begin_inset Text
44193
44194 \begin_layout Plain Layout
44195 \begin_inset ERT
44196 status collapsed
44197
44198 \begin_layout Plain Layout
44199
44200
44201 \backslash
44202 fcolorbox{black}{
44203 \end_layout
44204
44205 \end_inset
44206
44207 Orchid
44208 \begin_inset ERT
44209 status collapsed
44210
44211 \begin_layout Plain Layout
44212
44213 }{
44214 \end_layout
44215
44216 \end_inset
44217
44218
44219 \begin_inset Phantom Phantom
44220 status open
44221
44222 \begin_layout Plain Layout
44223 W
44224 \end_layout
44225
44226 \end_inset
44227
44228
44229 \begin_inset ERT
44230 status collapsed
44231
44232 \begin_layout Plain Layout
44233
44234 }
44235 \end_layout
44236
44237 \end_inset
44238
44239  Orchid
44240 \end_layout
44241
44242 \end_inset
44243 </cell>
44244 <cell alignment="left" valignment="top" usebox="none">
44245 \begin_inset Text
44246
44247 \begin_layout Plain Layout
44248 \begin_inset ERT
44249 status collapsed
44250
44251 \begin_layout Plain Layout
44252
44253
44254 \backslash
44255 fcolorbox{black}{
44256 \end_layout
44257
44258 \end_inset
44259
44260 Peach
44261 \begin_inset ERT
44262 status collapsed
44263
44264 \begin_layout Plain Layout
44265
44266 }{
44267 \end_layout
44268
44269 \end_inset
44270
44271
44272 \begin_inset Phantom Phantom
44273 status open
44274
44275 \begin_layout Plain Layout
44276 W
44277 \end_layout
44278
44279 \end_inset
44280
44281
44282 \begin_inset ERT
44283 status collapsed
44284
44285 \begin_layout Plain Layout
44286
44287 }
44288 \end_layout
44289
44290 \end_inset
44291
44292  Peach
44293 \end_layout
44294
44295 \end_inset
44296 </cell>
44297 <cell alignment="left" valignment="top" usebox="none">
44298 \begin_inset Text
44299
44300 \begin_layout Plain Layout
44301 \begin_inset ERT
44302 status collapsed
44303
44304 \begin_layout Plain Layout
44305
44306
44307 \backslash
44308 fcolorbox{black}{
44309 \end_layout
44310
44311 \end_inset
44312
44313 Periwinkle
44314 \begin_inset ERT
44315 status collapsed
44316
44317 \begin_layout Plain Layout
44318
44319 }{
44320 \end_layout
44321
44322 \end_inset
44323
44324
44325 \begin_inset Phantom Phantom
44326 status open
44327
44328 \begin_layout Plain Layout
44329 W
44330 \end_layout
44331
44332 \end_inset
44333
44334
44335 \begin_inset ERT
44336 status collapsed
44337
44338 \begin_layout Plain Layout
44339
44340 }
44341 \end_layout
44342
44343 \end_inset
44344
44345  Periwinkle
44346 \end_layout
44347
44348 \end_inset
44349 </cell>
44350 </row>
44351 <row>
44352 <cell alignment="left" valignment="top" usebox="none">
44353 \begin_inset Text
44354
44355 \begin_layout Plain Layout
44356 \begin_inset ERT
44357 status collapsed
44358
44359 \begin_layout Plain Layout
44360
44361
44362 \backslash
44363 fcolorbox{black}{
44364 \end_layout
44365
44366 \end_inset
44367
44368 PineGreen
44369 \begin_inset ERT
44370 status collapsed
44371
44372 \begin_layout Plain Layout
44373
44374 }{
44375 \end_layout
44376
44377 \end_inset
44378
44379
44380 \begin_inset Phantom Phantom
44381 status open
44382
44383 \begin_layout Plain Layout
44384 W
44385 \end_layout
44386
44387 \end_inset
44388
44389
44390 \begin_inset ERT
44391 status collapsed
44392
44393 \begin_layout Plain Layout
44394
44395 }
44396 \end_layout
44397
44398 \end_inset
44399
44400  PineGreen
44401 \end_layout
44402
44403 \end_inset
44404 </cell>
44405 <cell alignment="left" valignment="top" usebox="none">
44406 \begin_inset Text
44407
44408 \begin_layout Plain Layout
44409 \begin_inset ERT
44410 status collapsed
44411
44412 \begin_layout Plain Layout
44413
44414
44415 \backslash
44416 fcolorbox{black}{
44417 \end_layout
44418
44419 \end_inset
44420
44421 Plum
44422 \begin_inset ERT
44423 status collapsed
44424
44425 \begin_layout Plain Layout
44426
44427 }{
44428 \end_layout
44429
44430 \end_inset
44431
44432
44433 \begin_inset Phantom Phantom
44434 status open
44435
44436 \begin_layout Plain Layout
44437 W
44438 \end_layout
44439
44440 \end_inset
44441
44442
44443 \begin_inset ERT
44444 status collapsed
44445
44446 \begin_layout Plain Layout
44447
44448 }
44449 \end_layout
44450
44451 \end_inset
44452
44453  Plum
44454 \end_layout
44455
44456 \end_inset
44457 </cell>
44458 <cell alignment="left" valignment="top" usebox="none">
44459 \begin_inset Text
44460
44461 \begin_layout Plain Layout
44462 \begin_inset ERT
44463 status collapsed
44464
44465 \begin_layout Plain Layout
44466
44467
44468 \backslash
44469 fcolorbox{black}{
44470 \end_layout
44471
44472 \end_inset
44473
44474 ProcessBlue
44475 \begin_inset ERT
44476 status collapsed
44477
44478 \begin_layout Plain Layout
44479
44480 }{
44481 \end_layout
44482
44483 \end_inset
44484
44485
44486 \begin_inset Phantom Phantom
44487 status open
44488
44489 \begin_layout Plain Layout
44490 W
44491 \end_layout
44492
44493 \end_inset
44494
44495
44496 \begin_inset ERT
44497 status collapsed
44498
44499 \begin_layout Plain Layout
44500
44501 }
44502 \end_layout
44503
44504 \end_inset
44505
44506  ProcessBlue
44507 \end_layout
44508
44509 \end_inset
44510 </cell>
44511 <cell alignment="left" valignment="top" usebox="none">
44512 \begin_inset Text
44513
44514 \begin_layout Plain Layout
44515 \begin_inset ERT
44516 status collapsed
44517
44518 \begin_layout Plain Layout
44519
44520
44521 \backslash
44522 fcolorbox{black}{
44523 \end_layout
44524
44525 \end_inset
44526
44527 Purple
44528 \begin_inset ERT
44529 status collapsed
44530
44531 \begin_layout Plain Layout
44532
44533 }{
44534 \end_layout
44535
44536 \end_inset
44537
44538
44539 \begin_inset Phantom Phantom
44540 status open
44541
44542 \begin_layout Plain Layout
44543 W
44544 \end_layout
44545
44546 \end_inset
44547
44548
44549 \begin_inset ERT
44550 status collapsed
44551
44552 \begin_layout Plain Layout
44553
44554 }
44555 \end_layout
44556
44557 \end_inset
44558
44559  Purple
44560 \end_layout
44561
44562 \end_inset
44563 </cell>
44564 </row>
44565 <row>
44566 <cell alignment="left" valignment="top" usebox="none">
44567 \begin_inset Text
44568
44569 \begin_layout Plain Layout
44570 \begin_inset ERT
44571 status collapsed
44572
44573 \begin_layout Plain Layout
44574
44575
44576 \backslash
44577 fcolorbox{black}{
44578 \end_layout
44579
44580 \end_inset
44581
44582 RawSienna
44583 \begin_inset ERT
44584 status collapsed
44585
44586 \begin_layout Plain Layout
44587
44588 }{
44589 \end_layout
44590
44591 \end_inset
44592
44593
44594 \begin_inset Phantom Phantom
44595 status open
44596
44597 \begin_layout Plain Layout
44598 W
44599 \end_layout
44600
44601 \end_inset
44602
44603
44604 \begin_inset ERT
44605 status collapsed
44606
44607 \begin_layout Plain Layout
44608
44609 }
44610 \end_layout
44611
44612 \end_inset
44613
44614  RawSienna
44615 \end_layout
44616
44617 \end_inset
44618 </cell>
44619 <cell alignment="left" valignment="top" usebox="none">
44620 \begin_inset Text
44621
44622 \begin_layout Plain Layout
44623 \begin_inset ERT
44624 status collapsed
44625
44626 \begin_layout Plain Layout
44627
44628
44629 \backslash
44630 fcolorbox{black}{
44631 \end_layout
44632
44633 \end_inset
44634
44635 RedOrange
44636 \begin_inset ERT
44637 status collapsed
44638
44639 \begin_layout Plain Layout
44640
44641 }{
44642 \end_layout
44643
44644 \end_inset
44645
44646
44647 \begin_inset Phantom Phantom
44648 status open
44649
44650 \begin_layout Plain Layout
44651 W
44652 \end_layout
44653
44654 \end_inset
44655
44656
44657 \begin_inset ERT
44658 status collapsed
44659
44660 \begin_layout Plain Layout
44661
44662 }
44663 \end_layout
44664
44665 \end_inset
44666
44667  RedOrange
44668 \end_layout
44669
44670 \end_inset
44671 </cell>
44672 <cell alignment="left" valignment="top" usebox="none">
44673 \begin_inset Text
44674
44675 \begin_layout Plain Layout
44676 \begin_inset ERT
44677 status collapsed
44678
44679 \begin_layout Plain Layout
44680
44681
44682 \backslash
44683 fcolorbox{black}{
44684 \end_layout
44685
44686 \end_inset
44687
44688 RedViolet
44689 \begin_inset ERT
44690 status collapsed
44691
44692 \begin_layout Plain Layout
44693
44694 }{
44695 \end_layout
44696
44697 \end_inset
44698
44699
44700 \begin_inset Phantom Phantom
44701 status open
44702
44703 \begin_layout Plain Layout
44704 W
44705 \end_layout
44706
44707 \end_inset
44708
44709
44710 \begin_inset ERT
44711 status collapsed
44712
44713 \begin_layout Plain Layout
44714
44715 }
44716 \end_layout
44717
44718 \end_inset
44719
44720  RedViolet
44721 \end_layout
44722
44723 \end_inset
44724 </cell>
44725 <cell alignment="left" valignment="top" usebox="none">
44726 \begin_inset Text
44727
44728 \begin_layout Plain Layout
44729 \begin_inset ERT
44730 status collapsed
44731
44732 \begin_layout Plain Layout
44733
44734
44735 \backslash
44736 fcolorbox{black}{
44737 \end_layout
44738
44739 \end_inset
44740
44741 Rhodamine
44742 \begin_inset ERT
44743 status collapsed
44744
44745 \begin_layout Plain Layout
44746
44747 }{
44748 \end_layout
44749
44750 \end_inset
44751
44752
44753 \begin_inset Phantom Phantom
44754 status open
44755
44756 \begin_layout Plain Layout
44757 W
44758 \end_layout
44759
44760 \end_inset
44761
44762
44763 \begin_inset ERT
44764 status collapsed
44765
44766 \begin_layout Plain Layout
44767
44768 }
44769 \end_layout
44770
44771 \end_inset
44772
44773  Rhodamine
44774 \end_layout
44775
44776 \end_inset
44777 </cell>
44778 </row>
44779 <row>
44780 <cell alignment="left" valignment="top" usebox="none">
44781 \begin_inset Text
44782
44783 \begin_layout Plain Layout
44784 \begin_inset ERT
44785 status collapsed
44786
44787 \begin_layout Plain Layout
44788
44789
44790 \backslash
44791 fcolorbox{black}{
44792 \end_layout
44793
44794 \end_inset
44795
44796 RoyalBlue
44797 \begin_inset ERT
44798 status collapsed
44799
44800 \begin_layout Plain Layout
44801
44802 }{
44803 \end_layout
44804
44805 \end_inset
44806
44807
44808 \begin_inset Phantom Phantom
44809 status open
44810
44811 \begin_layout Plain Layout
44812 W
44813 \end_layout
44814
44815 \end_inset
44816
44817
44818 \begin_inset ERT
44819 status collapsed
44820
44821 \begin_layout Plain Layout
44822
44823 }
44824 \end_layout
44825
44826 \end_inset
44827
44828  RoyalBlue
44829 \end_layout
44830
44831 \end_inset
44832 </cell>
44833 <cell alignment="left" valignment="top" usebox="none">
44834 \begin_inset Text
44835
44836 \begin_layout Plain Layout
44837 \begin_inset ERT
44838 status collapsed
44839
44840 \begin_layout Plain Layout
44841
44842
44843 \backslash
44844 fcolorbox{black}{
44845 \end_layout
44846
44847 \end_inset
44848
44849 RoyalPurple
44850 \begin_inset ERT
44851 status collapsed
44852
44853 \begin_layout Plain Layout
44854
44855 }{
44856 \end_layout
44857
44858 \end_inset
44859
44860
44861 \begin_inset Phantom Phantom
44862 status open
44863
44864 \begin_layout Plain Layout
44865 W
44866 \end_layout
44867
44868 \end_inset
44869
44870
44871 \begin_inset ERT
44872 status collapsed
44873
44874 \begin_layout Plain Layout
44875
44876 }
44877 \end_layout
44878
44879 \end_inset
44880
44881  RoyalPurple
44882 \end_layout
44883
44884 \end_inset
44885 </cell>
44886 <cell alignment="left" valignment="top" usebox="none">
44887 \begin_inset Text
44888
44889 \begin_layout Plain Layout
44890 \begin_inset ERT
44891 status collapsed
44892
44893 \begin_layout Plain Layout
44894
44895
44896 \backslash
44897 fcolorbox{black}{
44898 \end_layout
44899
44900 \end_inset
44901
44902 RubineRed
44903 \begin_inset ERT
44904 status collapsed
44905
44906 \begin_layout Plain Layout
44907
44908 }{
44909 \end_layout
44910
44911 \end_inset
44912
44913
44914 \begin_inset Phantom Phantom
44915 status open
44916
44917 \begin_layout Plain Layout
44918 W
44919 \end_layout
44920
44921 \end_inset
44922
44923
44924 \begin_inset ERT
44925 status collapsed
44926
44927 \begin_layout Plain Layout
44928
44929 }
44930 \end_layout
44931
44932 \end_inset
44933
44934  RubineRed
44935 \end_layout
44936
44937 \end_inset
44938 </cell>
44939 <cell alignment="left" valignment="top" usebox="none">
44940 \begin_inset Text
44941
44942 \begin_layout Plain Layout
44943 \begin_inset ERT
44944 status collapsed
44945
44946 \begin_layout Plain Layout
44947
44948
44949 \backslash
44950 fcolorbox{black}{
44951 \end_layout
44952
44953 \end_inset
44954
44955 Salmon
44956 \begin_inset ERT
44957 status collapsed
44958
44959 \begin_layout Plain Layout
44960
44961 }{
44962 \end_layout
44963
44964 \end_inset
44965
44966
44967 \begin_inset Phantom Phantom
44968 status open
44969
44970 \begin_layout Plain Layout
44971 W
44972 \end_layout
44973
44974 \end_inset
44975
44976
44977 \begin_inset ERT
44978 status collapsed
44979
44980 \begin_layout Plain Layout
44981
44982 }
44983 \end_layout
44984
44985 \end_inset
44986
44987  Salmon
44988 \end_layout
44989
44990 \end_inset
44991 </cell>
44992 </row>
44993 <row>
44994 <cell alignment="left" valignment="top" usebox="none">
44995 \begin_inset Text
44996
44997 \begin_layout Plain Layout
44998 \begin_inset ERT
44999 status collapsed
45000
45001 \begin_layout Plain Layout
45002
45003
45004 \backslash
45005 fcolorbox{black}{
45006 \end_layout
45007
45008 \end_inset
45009
45010 SeaGreen
45011 \begin_inset ERT
45012 status collapsed
45013
45014 \begin_layout Plain Layout
45015
45016 }{
45017 \end_layout
45018
45019 \end_inset
45020
45021
45022 \begin_inset Phantom Phantom
45023 status open
45024
45025 \begin_layout Plain Layout
45026 W
45027 \end_layout
45028
45029 \end_inset
45030
45031
45032 \begin_inset ERT
45033 status collapsed
45034
45035 \begin_layout Plain Layout
45036
45037 }
45038 \end_layout
45039
45040 \end_inset
45041
45042  SeaGreen
45043 \end_layout
45044
45045 \end_inset
45046 </cell>
45047 <cell alignment="left" valignment="top" usebox="none">
45048 \begin_inset Text
45049
45050 \begin_layout Plain Layout
45051 \begin_inset ERT
45052 status collapsed
45053
45054 \begin_layout Plain Layout
45055
45056
45057 \backslash
45058 fcolorbox{black}{
45059 \end_layout
45060
45061 \end_inset
45062
45063 Sepia
45064 \begin_inset ERT
45065 status collapsed
45066
45067 \begin_layout Plain Layout
45068
45069 }{
45070 \end_layout
45071
45072 \end_inset
45073
45074
45075 \begin_inset Phantom Phantom
45076 status open
45077
45078 \begin_layout Plain Layout
45079 W
45080 \end_layout
45081
45082 \end_inset
45083
45084
45085 \begin_inset ERT
45086 status collapsed
45087
45088 \begin_layout Plain Layout
45089
45090 }
45091 \end_layout
45092
45093 \end_inset
45094
45095  Sepia
45096 \end_layout
45097
45098 \end_inset
45099 </cell>
45100 <cell alignment="left" valignment="top" usebox="none">
45101 \begin_inset Text
45102
45103 \begin_layout Plain Layout
45104 \begin_inset ERT
45105 status collapsed
45106
45107 \begin_layout Plain Layout
45108
45109
45110 \backslash
45111 fcolorbox{black}{
45112 \end_layout
45113
45114 \end_inset
45115
45116 SkyBlue
45117 \begin_inset ERT
45118 status collapsed
45119
45120 \begin_layout Plain Layout
45121
45122 }{
45123 \end_layout
45124
45125 \end_inset
45126
45127
45128 \begin_inset Phantom Phantom
45129 status open
45130
45131 \begin_layout Plain Layout
45132 W
45133 \end_layout
45134
45135 \end_inset
45136
45137
45138 \begin_inset ERT
45139 status collapsed
45140
45141 \begin_layout Plain Layout
45142
45143 }
45144 \end_layout
45145
45146 \end_inset
45147
45148  SkyBlue
45149 \end_layout
45150
45151 \end_inset
45152 </cell>
45153 <cell alignment="left" valignment="top" usebox="none">
45154 \begin_inset Text
45155
45156 \begin_layout Plain Layout
45157 \begin_inset ERT
45158 status collapsed
45159
45160 \begin_layout Plain Layout
45161
45162
45163 \backslash
45164 fcolorbox{black}{
45165 \end_layout
45166
45167 \end_inset
45168
45169 SpringGreen
45170 \begin_inset ERT
45171 status collapsed
45172
45173 \begin_layout Plain Layout
45174
45175 }{
45176 \end_layout
45177
45178 \end_inset
45179
45180
45181 \begin_inset Phantom Phantom
45182 status open
45183
45184 \begin_layout Plain Layout
45185 W
45186 \end_layout
45187
45188 \end_inset
45189
45190
45191 \begin_inset ERT
45192 status collapsed
45193
45194 \begin_layout Plain Layout
45195
45196 }
45197 \end_layout
45198
45199 \end_inset
45200
45201  SpringGreen
45202 \end_layout
45203
45204 \end_inset
45205 </cell>
45206 </row>
45207 <row>
45208 <cell alignment="left" valignment="top" usebox="none">
45209 \begin_inset Text
45210
45211 \begin_layout Plain Layout
45212 \begin_inset ERT
45213 status collapsed
45214
45215 \begin_layout Plain Layout
45216
45217
45218 \backslash
45219 fcolorbox{black}{
45220 \end_layout
45221
45222 \end_inset
45223
45224 Tan
45225 \begin_inset ERT
45226 status collapsed
45227
45228 \begin_layout Plain Layout
45229
45230 }{
45231 \end_layout
45232
45233 \end_inset
45234
45235
45236 \begin_inset Phantom Phantom
45237 status open
45238
45239 \begin_layout Plain Layout
45240 W
45241 \end_layout
45242
45243 \end_inset
45244
45245
45246 \begin_inset ERT
45247 status collapsed
45248
45249 \begin_layout Plain Layout
45250
45251 }
45252 \end_layout
45253
45254 \end_inset
45255
45256  Tan
45257 \end_layout
45258
45259 \end_inset
45260 </cell>
45261 <cell alignment="left" valignment="top" usebox="none">
45262 \begin_inset Text
45263
45264 \begin_layout Plain Layout
45265 \begin_inset ERT
45266 status collapsed
45267
45268 \begin_layout Plain Layout
45269
45270
45271 \backslash
45272 fcolorbox{black}{
45273 \end_layout
45274
45275 \end_inset
45276
45277 TealBlue
45278 \begin_inset ERT
45279 status collapsed
45280
45281 \begin_layout Plain Layout
45282
45283 }{
45284 \end_layout
45285
45286 \end_inset
45287
45288
45289 \begin_inset Phantom Phantom
45290 status open
45291
45292 \begin_layout Plain Layout
45293 W
45294 \end_layout
45295
45296 \end_inset
45297
45298
45299 \begin_inset ERT
45300 status collapsed
45301
45302 \begin_layout Plain Layout
45303
45304 }
45305 \end_layout
45306
45307 \end_inset
45308
45309  TealBlue
45310 \end_layout
45311
45312 \end_inset
45313 </cell>
45314 <cell alignment="left" valignment="top" usebox="none">
45315 \begin_inset Text
45316
45317 \begin_layout Plain Layout
45318 \begin_inset ERT
45319 status collapsed
45320
45321 \begin_layout Plain Layout
45322
45323
45324 \backslash
45325 fcolorbox{black}{
45326 \end_layout
45327
45328 \end_inset
45329
45330 Thistle
45331 \begin_inset ERT
45332 status collapsed
45333
45334 \begin_layout Plain Layout
45335
45336 }{
45337 \end_layout
45338
45339 \end_inset
45340
45341
45342 \begin_inset Phantom Phantom
45343 status open
45344
45345 \begin_layout Plain Layout
45346 W
45347 \end_layout
45348
45349 \end_inset
45350
45351
45352 \begin_inset ERT
45353 status collapsed
45354
45355 \begin_layout Plain Layout
45356
45357 }
45358 \end_layout
45359
45360 \end_inset
45361
45362  Thistle
45363 \end_layout
45364
45365 \end_inset
45366 </cell>
45367 <cell alignment="left" valignment="top" usebox="none">
45368 \begin_inset Text
45369
45370 \begin_layout Plain Layout
45371 \begin_inset ERT
45372 status collapsed
45373
45374 \begin_layout Plain Layout
45375
45376
45377 \backslash
45378 fcolorbox{black}{
45379 \end_layout
45380
45381 \end_inset
45382
45383 Turquoise
45384 \begin_inset ERT
45385 status collapsed
45386
45387 \begin_layout Plain Layout
45388
45389 }{
45390 \end_layout
45391
45392 \end_inset
45393
45394
45395 \begin_inset Phantom Phantom
45396 status open
45397
45398 \begin_layout Plain Layout
45399 W
45400 \end_layout
45401
45402 \end_inset
45403
45404
45405 \begin_inset ERT
45406 status collapsed
45407
45408 \begin_layout Plain Layout
45409
45410 }
45411 \end_layout
45412
45413 \end_inset
45414
45415  Turquoise
45416 \end_layout
45417
45418 \end_inset
45419 </cell>
45420 </row>
45421 <row>
45422 <cell alignment="left" valignment="top" usebox="none">
45423 \begin_inset Text
45424
45425 \begin_layout Plain Layout
45426 \begin_inset ERT
45427 status collapsed
45428
45429 \begin_layout Plain Layout
45430
45431
45432 \backslash
45433 fcolorbox{black}{
45434 \end_layout
45435
45436 \end_inset
45437
45438 Violet
45439 \begin_inset ERT
45440 status collapsed
45441
45442 \begin_layout Plain Layout
45443
45444 }{
45445 \end_layout
45446
45447 \end_inset
45448
45449
45450 \begin_inset Phantom Phantom
45451 status open
45452
45453 \begin_layout Plain Layout
45454 W
45455 \end_layout
45456
45457 \end_inset
45458
45459
45460 \begin_inset ERT
45461 status collapsed
45462
45463 \begin_layout Plain Layout
45464
45465 }
45466 \end_layout
45467
45468 \end_inset
45469
45470  Violet
45471 \end_layout
45472
45473 \end_inset
45474 </cell>
45475 <cell alignment="left" valignment="top" usebox="none">
45476 \begin_inset Text
45477
45478 \begin_layout Plain Layout
45479 \begin_inset ERT
45480 status collapsed
45481
45482 \begin_layout Plain Layout
45483
45484
45485 \backslash
45486 fcolorbox{black}{
45487 \end_layout
45488
45489 \end_inset
45490
45491 VioletRed
45492 \begin_inset ERT
45493 status collapsed
45494
45495 \begin_layout Plain Layout
45496
45497 }{
45498 \end_layout
45499
45500 \end_inset
45501
45502
45503 \begin_inset Phantom Phantom
45504 status open
45505
45506 \begin_layout Plain Layout
45507 W
45508 \end_layout
45509
45510 \end_inset
45511
45512
45513 \begin_inset ERT
45514 status collapsed
45515
45516 \begin_layout Plain Layout
45517
45518 }
45519 \end_layout
45520
45521 \end_inset
45522
45523  VioletRed
45524 \end_layout
45525
45526 \end_inset
45527 </cell>
45528 <cell alignment="left" valignment="top" usebox="none">
45529 \begin_inset Text
45530
45531 \begin_layout Plain Layout
45532 \begin_inset ERT
45533 status collapsed
45534
45535 \begin_layout Plain Layout
45536
45537
45538 \backslash
45539 fcolorbox{black}{
45540 \end_layout
45541
45542 \end_inset
45543
45544 WildStrawberry
45545 \begin_inset ERT
45546 status collapsed
45547
45548 \begin_layout Plain Layout
45549
45550 }{
45551 \end_layout
45552
45553 \end_inset
45554
45555
45556 \begin_inset Phantom Phantom
45557 status open
45558
45559 \begin_layout Plain Layout
45560 W
45561 \end_layout
45562
45563 \end_inset
45564
45565
45566 \begin_inset ERT
45567 status collapsed
45568
45569 \begin_layout Plain Layout
45570
45571 }
45572 \end_layout
45573
45574 \end_inset
45575
45576  WildStrawberry
45577 \end_layout
45578
45579 \end_inset
45580 </cell>
45581 <cell alignment="left" valignment="top" usebox="none">
45582 \begin_inset Text
45583
45584 \begin_layout Plain Layout
45585 \begin_inset ERT
45586 status collapsed
45587
45588 \begin_layout Plain Layout
45589
45590
45591 \backslash
45592 fcolorbox{black}{
45593 \end_layout
45594
45595 \end_inset
45596
45597 YellowGreen
45598 \begin_inset ERT
45599 status collapsed
45600
45601 \begin_layout Plain Layout
45602
45603 }{
45604 \end_layout
45605
45606 \end_inset
45607
45608
45609 \begin_inset Phantom Phantom
45610 status open
45611
45612 \begin_layout Plain Layout
45613 W
45614 \end_layout
45615
45616 \end_inset
45617
45618
45619 \begin_inset ERT
45620 status collapsed
45621
45622 \begin_layout Plain Layout
45623
45624 }
45625 \end_layout
45626
45627 \end_inset
45628
45629  YellowGreen
45630 \end_layout
45631
45632 \end_inset
45633 </cell>
45634 </row>
45635 <row>
45636 <cell alignment="left" valignment="top" usebox="none">
45637 \begin_inset Text
45638
45639 \begin_layout Plain Layout
45640 \begin_inset ERT
45641 status collapsed
45642
45643 \begin_layout Plain Layout
45644
45645
45646 \backslash
45647 fcolorbox{black}{
45648 \end_layout
45649
45650 \end_inset
45651
45652 YellowOrange
45653 \begin_inset ERT
45654 status collapsed
45655
45656 \begin_layout Plain Layout
45657
45658 }{
45659 \end_layout
45660
45661 \end_inset
45662
45663
45664 \begin_inset Phantom Phantom
45665 status open
45666
45667 \begin_layout Plain Layout
45668 W
45669 \end_layout
45670
45671 \end_inset
45672
45673
45674 \begin_inset ERT
45675 status collapsed
45676
45677 \begin_layout Plain Layout
45678
45679 }
45680 \end_layout
45681
45682 \end_inset
45683
45684  YellowOrange
45685 \end_layout
45686
45687 \end_inset
45688 </cell>
45689 <cell alignment="left" valignment="top" usebox="none">
45690 \begin_inset Text
45691
45692 \begin_layout Plain Layout
45693
45694 \end_layout
45695
45696 \end_inset
45697 </cell>
45698 <cell alignment="left" valignment="top" usebox="none">
45699 \begin_inset Text
45700
45701 \begin_layout Plain Layout
45702
45703 \end_layout
45704
45705 \end_inset
45706 </cell>
45707 <cell alignment="left" valignment="top" usebox="none">
45708 \begin_inset Text
45709
45710 \begin_layout Plain Layout
45711
45712 \end_layout
45713
45714 \end_inset
45715 </cell>
45716 </row>
45717 </lyxtabular>
45718
45719 \end_inset
45720
45721
45722 \end_layout
45723
45724 \begin_layout Chapter
45725 Explication de l' équation
45726 \begin_inset space ~
45727 \end_inset
45728
45729 (
45730 \begin_inset CommandInset ref
45731 LatexCommand ref
45732 reference "eq:Wgn"
45733
45734 \end_inset
45735
45736 )
45737 \begin_inset CommandInset label
45738 LatexCommand label
45739 name "cha:Explication-de-l'Equation"
45740
45741 \end_inset
45742
45743
45744 \end_layout
45745
45746 \begin_layout Standard
45747 La largeur totale de 
45748 \emph on
45749 n
45750 \emph default
45751  cellules de tableau 
45752 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45753 \end_inset
45754
45755  peut être calculée avec
45756 \begin_inset Formula 
45757 \begin{equation}
45758 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45759 \end{equation}
45760
45761 \end_inset
45762
45763
45764 \end_layout
45765
45766 \begin_layout Standard
45767 où 
45768 \begin_inset Formula $L_{g\,n}$
45769 \end_inset
45770
45771  est la largeur fixe de toutes les cellules.
45772  
45773 \series bold
45774
45775 \backslash
45776 tabcolsep
45777 \series default
45778  est la largeur utilisée par \SpecialChar LaTeX
45779  entre le texte de la cellule et la bordure,
45780  sa valeur implicite est 6
45781 \begin_inset space \thinspace{}
45782 \end_inset
45783
45784 pt.
45785  
45786 \series bold
45787
45788 \backslash
45789 arrayrulewidth
45790 \series default
45791  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45792 \begin_inset space \thinspace{}
45793 \end_inset
45794
45795 pt.
45796 \end_layout
45797
45798 \begin_layout Standard
45799 D'après l'équation
45800 \begin_inset space ~
45801 \end_inset
45802
45803
45804 \begin_inset CommandInset ref
45805 LatexCommand eqref
45806 reference "eq:Wtot_n"
45807
45808 \end_inset
45809
45810 , la largeur totale d'une multi-colonnes, 
45811 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45812 \end_inset
45813
45814  est
45815 \begin_inset Formula 
45816 \begin{equation}
45817 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45818 \end{equation}
45819
45820 \end_inset
45821
45822
45823 \end_layout
45824
45825 \begin_layout Standard
45826 En posant que les équations 
45827 \begin_inset space ~
45828 \end_inset
45829
45830
45831 \begin_inset CommandInset ref
45832 LatexCommand eqref
45833 reference "eq:Wtot_n"
45834
45835 \end_inset
45836
45837  et 
45838 \begin_inset CommandInset ref
45839 LatexCommand eqref
45840 reference "eq:Wtot_mult"
45841
45842 \end_inset
45843
45844  sont égales, on peut calculer la largeur nécessaire 
45845 \begin_inset Formula $L_{g\,n}$
45846 \end_inset
45847
45848  quand 
45849 \emph on
45850 n
45851 \emph default
45852  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45853  de 
45854 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45855 \end_inset
45856
45857 :
45858 \begin_inset Formula 
45859 \begin{equation}
45860 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45861 \end{equation}
45862
45863 \end_inset
45864
45865
45866 \end_layout
45867
45868 \begin_layout Bibliography
45869 \begin_inset CommandInset bibitem
45870 LatexCommand bibitem
45871 key "latexcompanion"
45872
45873 \end_inset
45874
45875 Frank Mittelbach and Michel Goossens: 
45876 \emph on
45877 The \SpecialChar LaTeX
45878  Companion Second Edition.
45879
45880 \emph default
45881  Addison-Wesley, 2004
45882 \end_layout
45883
45884 \begin_layout Bibliography
45885 \begin_inset CommandInset bibitem
45886 LatexCommand bibitem
45887 key "latexguide"
45888
45889 \end_inset
45890
45891 Helmut Kopka and Patrick W.
45892  Daly: 
45893 \emph on
45894 A Guide to \SpecialChar LaTeX
45895  Fourth Edition.
45896
45897 \emph default
45898  Addison-Wesley, 2003
45899 \end_layout
45900
45901 \begin_layout Bibliography
45902 \begin_inset CommandInset bibitem
45903 LatexCommand bibitem
45904 key "latexbook"
45905
45906 \end_inset
45907
45908 Leslie Lamport: 
45909 \emph on
45910 \SpecialChar LaTeX
45911 : A Document Preparation System.
45912
45913 \emph default
45914  Addison-Wesley, second edition, 1994
45915 \end_layout
45916
45917 \begin_layout Bibliography
45918 \begin_inset CommandInset bibitem
45919 LatexCommand bibitem
45920 key "arydshln"
45921
45922 \end_inset
45923
45924 Documentation du paquetage \SpecialChar LaTeX
45925
45926 \series bold
45927  
45928 \begin_inset CommandInset href
45929 LatexCommand href
45930 name "arydshln"
45931 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45932
45933 \end_inset
45934
45935
45936 \series default
45937
45938 \begin_inset Index idx
45939 status collapsed
45940
45941 \begin_layout Plain Layout
45942 Paquetages \SpecialChar LaTeX
45943  ! arydshln
45944 \end_layout
45945
45946 \end_inset
45947
45948
45949 \end_layout
45950
45951 \begin_layout Bibliography
45952 \begin_inset CommandInset bibitem
45953 LatexCommand bibitem
45954 key "booktabs"
45955
45956 \end_inset
45957
45958 Documentation du paquetage \SpecialChar LaTeX
45959  
45960 \series bold
45961
45962 \begin_inset CommandInset href
45963 LatexCommand href
45964 name "booktabs"
45965 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45966
45967 \end_inset
45968
45969
45970 \series default
45971
45972 \begin_inset Index idx
45973 status collapsed
45974
45975 \begin_layout Plain Layout
45976 Paquetages \SpecialChar LaTeX
45977  ! booktabs
45978 \end_layout
45979
45980 \end_inset
45981
45982
45983 \end_layout
45984
45985 \begin_layout Bibliography
45986 \begin_inset CommandInset bibitem
45987 LatexCommand bibitem
45988 key "caption"
45989
45990 \end_inset
45991
45992 Documentation du paquetage \SpecialChar LaTeX
45993  
45994 \series bold
45995
45996 \begin_inset CommandInset href
45997 LatexCommand href
45998 name "caption"
45999 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46000
46001 \end_inset
46002
46003
46004 \series default
46005
46006 \begin_inset Index idx
46007 status collapsed
46008
46009 \begin_layout Plain Layout
46010 Paquetages \SpecialChar LaTeX
46011  ! caption
46012 \end_layout
46013
46014 \end_inset
46015
46016
46017 \end_layout
46018
46019 \begin_layout Bibliography
46020 \begin_inset CommandInset bibitem
46021 LatexCommand bibitem
46022 key "diagbox"
46023
46024 \end_inset
46025
46026 Documentation du paquetage \SpecialChar LaTeX
46027  
46028 \series bold
46029
46030 \begin_inset CommandInset href
46031 LatexCommand href
46032 name "diagbox"
46033 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46034
46035 \end_inset
46036
46037
46038 \series default
46039
46040 \begin_inset Index idx
46041 status collapsed
46042
46043 \begin_layout Plain Layout
46044 Paquetages \SpecialChar LaTeX
46045  ! diagbox
46046 \end_layout
46047
46048 \end_inset
46049
46050
46051 \end_layout
46052
46053 \begin_layout Bibliography
46054 \begin_inset CommandInset bibitem
46055 LatexCommand bibitem
46056 key "endfloat"
46057
46058 \end_inset
46059
46060 Documentation du paquetage \SpecialChar LaTeX
46061  
46062 \series bold
46063
46064 \begin_inset CommandInset href
46065 LatexCommand href
46066 name "endfloat"
46067 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46068
46069 \end_inset
46070
46071
46072 \series default
46073
46074 \begin_inset Index idx
46075 status collapsed
46076
46077 \begin_layout Plain Layout
46078 Paquetages \SpecialChar LaTeX
46079  ! endfloat
46080 \end_layout
46081
46082 \end_inset
46083
46084
46085 \end_layout
46086
46087 \begin_layout Bibliography
46088 \begin_inset CommandInset bibitem
46089 LatexCommand bibitem
46090 key "footmisc"
46091
46092 \end_inset
46093
46094 Documentation du paquetage \SpecialChar LaTeX
46095  
46096 \series bold
46097
46098 \begin_inset CommandInset href
46099 LatexCommand href
46100 name "footmisc"
46101 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46102
46103 \end_inset
46104
46105
46106 \series default
46107
46108 \begin_inset Index idx
46109 status collapsed
46110
46111 \begin_layout Plain Layout
46112 Paquetages \SpecialChar LaTeX
46113  ! footmisc
46114 \end_layout
46115
46116 \end_inset
46117
46118
46119 \end_layout
46120
46121 \begin_layout Bibliography
46122 \begin_inset CommandInset bibitem
46123 LatexCommand bibitem
46124 key "hypcap"
46125
46126 \end_inset
46127
46128 Documentation du paquetage \SpecialChar LaTeX
46129  
46130 \series bold
46131
46132 \begin_inset CommandInset href
46133 LatexCommand href
46134 name "hypcap"
46135 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46136
46137 \end_inset
46138
46139
46140 \series default
46141
46142 \begin_inset Index idx
46143 status collapsed
46144
46145 \begin_layout Plain Layout
46146 Paquetages \SpecialChar LaTeX
46147  ! hyperref
46148 \end_layout
46149
46150 \end_inset
46151
46152
46153 \end_layout
46154
46155 \begin_layout Bibliography
46156 \begin_inset CommandInset bibitem
46157 LatexCommand bibitem
46158 key "hyperref"
46159
46160 \end_inset
46161
46162 Documentation du paquetage \SpecialChar LaTeX
46163  
46164 \series bold
46165
46166 \begin_inset CommandInset href
46167 LatexCommand href
46168 name "hyperref"
46169 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46170
46171 \end_inset
46172
46173
46174 \series default
46175
46176 \begin_inset Index idx
46177 status collapsed
46178
46179 \begin_layout Plain Layout
46180 Paquetages \SpecialChar LaTeX
46181  ! hyperref
46182 \end_layout
46183
46184 \end_inset
46185
46186
46187 \end_layout
46188
46189 \begin_layout Bibliography
46190 \begin_inset CommandInset bibitem
46191 LatexCommand bibitem
46192 key "KOMA-Script"
46193
46194 \end_inset
46195
46196 Documentation du paquetage \SpecialChar LaTeX
46197  
46198 \series bold
46199
46200 \begin_inset CommandInset href
46201 LatexCommand href
46202 name "KOMA-Script"
46203 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46204
46205 \end_inset
46206
46207
46208 \series default
46209
46210 \begin_inset Index idx
46211 status collapsed
46212
46213 \begin_layout Plain Layout
46214 Paquetages \SpecialChar LaTeX
46215  ! KOMA-Script
46216 \end_layout
46217
46218 \end_inset
46219
46220
46221 \end_layout
46222
46223 \begin_layout Bibliography
46224 \begin_inset CommandInset bibitem
46225 LatexCommand bibitem
46226 key "lettrine"
46227
46228 \end_inset
46229
46230 Documentation du paquetage \SpecialChar LaTeX
46231  
46232 \series bold
46233
46234 \begin_inset CommandInset href
46235 LatexCommand href
46236 name "lettrine"
46237 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46238
46239 \end_inset
46240
46241
46242 \series default
46243  et un 
46244 \begin_inset CommandInset href
46245 LatexCommand href
46246 name "exemple"
46247 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46248
46249 \end_inset
46250
46251
46252 \begin_inset Index idx
46253 status collapsed
46254
46255 \begin_layout Plain Layout
46256 Paquetages \SpecialChar LaTeX
46257  ! lettrine
46258 \end_layout
46259
46260 \end_inset
46261
46262
46263 \end_layout
46264
46265 \begin_layout Bibliography
46266 \begin_inset CommandInset bibitem
46267 LatexCommand bibitem
46268 key "listings"
46269
46270 \end_inset
46271
46272 Documentation du paquetage \SpecialChar LaTeX
46273  
46274 \series bold
46275
46276 \begin_inset CommandInset href
46277 LatexCommand href
46278 name "listings"
46279 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46280
46281 \end_inset
46282
46283
46284 \series default
46285
46286 \begin_inset Index idx
46287 status collapsed
46288
46289 \begin_layout Plain Layout
46290 Paquetages \SpecialChar LaTeX
46291  ! listings
46292 \end_layout
46293
46294 \end_inset
46295
46296
46297 \end_layout
46298
46299 \begin_layout Bibliography
46300 \begin_inset CommandInset bibitem
46301 LatexCommand bibitem
46302 key "marginnote"
46303
46304 \end_inset
46305
46306 Documentation du paquetage \SpecialChar LaTeX
46307  
46308 \series bold
46309
46310 \begin_inset CommandInset href
46311 LatexCommand href
46312 name "marginnote"
46313 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46314
46315 \end_inset
46316
46317
46318 \series default
46319
46320 \begin_inset Index idx
46321 status collapsed
46322
46323 \begin_layout Plain Layout
46324 Paquetages \SpecialChar LaTeX
46325  ! marginnote
46326 \end_layout
46327
46328 \end_inset
46329
46330
46331 \end_layout
46332
46333 \begin_layout Bibliography
46334 \begin_inset CommandInset bibitem
46335 LatexCommand bibitem
46336 key "pdfpages"
46337
46338 \end_inset
46339
46340 Documentation du paquetage \SpecialChar LaTeX
46341  
46342 \series bold
46343
46344 \begin_inset CommandInset href
46345 LatexCommand href
46346 name "pdfpages"
46347 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46348
46349 \end_inset
46350
46351
46352 \series default
46353
46354 \begin_inset Index idx
46355 status collapsed
46356
46357 \begin_layout Plain Layout
46358 Paquetages \SpecialChar LaTeX
46359  ! pdfpages
46360 \end_layout
46361
46362 \end_inset
46363
46364
46365 \end_layout
46366
46367 \begin_layout Bibliography
46368 \begin_inset CommandInset bibitem
46369 LatexCommand bibitem
46370 key "prettyref"
46371
46372 \end_inset
46373
46374 Documentation du paquetage \SpecialChar LaTeX
46375
46376 \series bold
46377  
46378 \begin_inset CommandInset href
46379 LatexCommand href
46380 name "prettyref"
46381 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46382
46383 \end_inset
46384
46385
46386 \series default
46387
46388 \begin_inset Index idx
46389 status collapsed
46390
46391 \begin_layout Plain Layout
46392 Paquetages \SpecialChar LaTeX
46393  ! prettyref
46394 \end_layout
46395
46396 \end_inset
46397
46398
46399 \end_layout
46400
46401 \begin_layout Bibliography
46402 \begin_inset CommandInset bibitem
46403 LatexCommand bibitem
46404 key "pstricks"
46405
46406 \end_inset
46407
46408 Page Web du paquetage \SpecialChar LaTeX
46409  
46410 \series bold
46411
46412 \begin_inset CommandInset href
46413 LatexCommand href
46414 name "PSTricks"
46415 target "http://tug.org/PSTricks/"
46416
46417 \end_inset
46418
46419
46420 \series default
46421
46422 \begin_inset Index idx
46423 status collapsed
46424
46425 \begin_layout Plain Layout
46426 Paquetages \SpecialChar LaTeX
46427  ! PSTricks
46428 \end_layout
46429
46430 \end_inset
46431
46432
46433 \end_layout
46434
46435 \begin_layout Bibliography
46436 \begin_inset CommandInset bibitem
46437 LatexCommand bibitem
46438 key "refstyle"
46439
46440 \end_inset
46441
46442 Documentation du paquetage \SpecialChar LaTeX
46443
46444 \series bold
46445  
46446 \begin_inset CommandInset href
46447 LatexCommand href
46448 name "refstyle"
46449 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46450
46451 \end_inset
46452
46453
46454 \series default
46455
46456 \begin_inset Index idx
46457 status collapsed
46458
46459 \begin_layout Plain Layout
46460 Paquetages \SpecialChar LaTeX
46461  ! refstyle
46462 \end_layout
46463
46464 \end_inset
46465
46466
46467 \end_layout
46468
46469 \begin_layout Bibliography
46470 \begin_inset CommandInset bibitem
46471 LatexCommand bibitem
46472 key "sidecap"
46473
46474 \end_inset
46475
46476 Documentation du paquetage \SpecialChar LaTeX
46477  
46478 \series bold
46479
46480 \begin_inset CommandInset href
46481 LatexCommand href
46482 name "sidecap"
46483 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46484
46485 \end_inset
46486
46487
46488 \series default
46489
46490 \begin_inset Index idx
46491 status collapsed
46492
46493 \begin_layout Plain Layout
46494 Paquetages \SpecialChar LaTeX
46495  ! sidecap
46496 \end_layout
46497
46498 \end_inset
46499
46500
46501 \end_layout
46502
46503 \begin_layout Bibliography
46504 \begin_inset CommandInset bibitem
46505 LatexCommand bibitem
46506 key "NewInLyX20"
46507
46508 \end_inset
46509
46510
46511 \begin_inset CommandInset href
46512 LatexCommand href
46513 name "Page Wiki"
46514 target "http://wiki.lyx.org/LyX/NewInLyX20"
46515
46516 \end_inset
46517
46518  au sujet des nouveautés de 
46519 \family sans
46520 \SpecialChar LyX
46521  2.0
46522 \family default
46523 .
46524 \end_layout
46525
46526 \begin_layout Standard
46527 \begin_inset CommandInset index_print
46528 LatexCommand printindex
46529 type "idx"
46530
46531 \end_inset
46532
46533
46534 \end_layout
46535
46536 \end_body
46537 \end_document