]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
French and Japanese EmbeddedObjects.lyx: forgot this issue in previous commit
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 504
3 \begin_document
4 \begin_header
5 \save_transient_properties true
6 \origin /systemlyxdir/doc/fr/
7 \textclass scrbook
8 \begin_preamble
9 % that links to image floats jumps
10 % to the beginning of the float and 
11 % not to its caption
12 \usepackage[figure]{hypcap}
13
14 % the pages of the TOC are numbered roman
15 % and a PDF-bookmark for the TOC is added
16 \let\myTOC\tableofcontents
17 \renewcommand\tableofcontents{%
18   \frontmatter
19   \pdfbookmark[1]{\contentsname}{}
20   \myTOC
21   \mainmatter }
22
23 % provides caption formatting
24 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
25
26 % provides commands to set caption
27 % beside tables/images
28 \newcommand{\TabBesBeg}[1][1.0]{%
29  \let\MyTable\table
30  \let\MyEndtable\endtable
31  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
32
33 \newcommand{\TabBesEnd}{%
34  \let\table\MyTable
35  \let\endtable\MyEndtable}
36
37 \newcommand{\FigBesBeg}[1][1.0]{%
38  \let\MyFigure\figure
39  \let\MyEndfigure\endfigure
40  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
41
42 \newcommand{\FigBesEnd}{%
43  \let\figure\MyFigure
44  \let\endfigure\MyEndfigure}
45
46 % enables calculation of values,
47 \usepackage{calc}
48
49 % increase the bottom float placement fraction
50 \renewcommand{\bottomfraction}{0.5}
51
52 % avoids that floats are placed before their
53 % corresponding section starts
54 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
55
56 % speed up the longtable calculation
57 \setcounter{LTchunksize}{100}
58
59 % used for colored tables
60 \@ifundefined{textcolor}
61  {\usepackage{color}}{}
62 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
63 \definecolor{lightgrey}{gray}{0.8}
64
65 % check for package colortbl
66 % used for colored table cells
67 \newboolean{colortbl}
68 \IfFileExists{colortbl.sty}
69  {\usepackage{colortbl}
70   \setboolean{colortbl}{true}}
71  {\setboolean{colortbl}{false}}
72
73 % used to have extra space in table cells
74 \@ifundefined{extrarowheight}
75  {\usepackage{array}}{}
76 \setlength{\extrarowheight}{2pt}
77
78 % used for customized tables
79 % ---
80 \newcolumntype{M}[1]
81  {>{\centering\hspace{0pt}}m{#1}}
82
83 \newcolumntype{S}[2]
84  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
85
86 \newcolumntype{K}[1]
87  {>{\columncolor{#1}\hspace{0pt}}c}
88
89 \newcolumntype{V}{!{\vrule width 1.5pt}}
90
91 \newcolumntype{W}{!{\color{green}\vline}}
92 % ---
93
94 % insert additional vertical space of
95 % 1.5 mm between footnotes
96 \let\myFoot\footnote
97 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
98
99 % number algorithm floats within chapters
100 \numberwithin{algorithm}{chapter}
101
102
103 % ------------------------------------
104 % used to check for needed LaTeX packages
105 \usepackage{ifthen}
106
107 % check for package arydshln
108 % used for tables with dashed lines
109 \newboolean{arydshln}
110 \IfFileExists{arydshln.sty}
111  {\usepackage{arydshln}
112   \setboolean{arydshln}{true}}
113  {\setboolean{arydshln}{false}}
114
115 % check for package marginnote
116 % used for margin notes
117 \newboolean{marginnote}
118 \IfFileExists{marginnote.sty}
119  {\usepackage{marginnote}
120   \let\marginpar\marginnote
121   \setboolean{marginnote}{true}}
122  {\setboolean{marginnote}{false}}
123
124 % check for package sidecap
125 % used for captions on the side
126 \newboolean{sidecap}
127 \IfFileExists{sidecap.sty}
128  {\usepackage{sidecap}
129   \setboolean{sidecap}{true}}
130  {\setboolean{sidecap}{false}}
131
132 % check for picinpar
133 % used for surrounded fixed objects
134 \newboolean{picinpar}
135 \IfFileExists{picinpar.sty}
136  {\usepackage{picinpar}
137   \setboolean{picinpar}{true}}
138  {\setboolean{picinpar}{false}}
139
140 % check for lettrine
141 \newboolean{lettrine}
142 \IfFileExists{lettrine.sty}
143  {\usepackage{lettrine}
144   \setboolean{lettrine}{true}}
145  {\setboolean{lettrine}{false}}
146
147 % check for diagbox
148 \newboolean{diagbox}
149 \IfFileExists{diagbox.sty}
150  {\usepackage{diagbox}
151   \setboolean{diagbox}{true}}
152  {\setboolean{diagbox}{false}}
153
154 % use normal list environments also in French documents
155 \@ifpackageloaded{babel}{%
156 \frenchbsetup{StandardLayout}
157 }{}
158 \end_preamble
159 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,dvipsnames,table
160 \use_default_options false
161 \begin_modules
162 initials
163 graphicboxes
164 \end_modules
165 \maintain_unincluded_children false
166 \language french
167 \language_package default
168 \inputencoding auto
169 \fontencoding global
170 \font_roman "lmodern" "default"
171 \font_sans "lmss" "default"
172 \font_typewriter "lmtt" "default"
173 \font_math "auto" "auto"
174 \font_default_family default
175 \use_non_tex_fonts false
176 \font_sc false
177 \font_osf false
178 \font_sf_scale 100 100
179 \font_tt_scale 100 100
180 \graphics default
181 \default_output_format pdf2
182 \output_sync 0
183 \bibtex_command default
184 \index_command default
185 \paperfontsize 12
186 \spacing single
187 \use_hyperref true
188 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
189 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
190 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
191 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
192 \pdf_bookmarks true
193 \pdf_bookmarksnumbered true
194 \pdf_bookmarksopen true
195 \pdf_bookmarksopenlevel 1
196 \pdf_breaklinks false
197 \pdf_pdfborder false
198 \pdf_colorlinks true
199 \pdf_backref false
200 \pdf_pdfusetitle false
201 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
202 \papersize default
203 \use_geometry false
204 \use_package amsmath 2
205 \use_package amssymb 2
206 \use_package cancel 0
207 \use_package esint 0
208 \use_package mathdots 1
209 \use_package mathtools 0
210 \use_package mhchem 1
211 \use_package stackrel 0
212 \use_package stmaryrd 0
213 \use_package undertilde 0
214 \cite_engine basic
215 \cite_engine_type default
216 \biblio_style plain
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \justification true
222 \use_refstyle 0
223 \notefontcolor #0000ff
224 \index Index
225 \shortcut idx
226 \color #008000
227 \end_index
228 \secnumdepth 3
229 \tocdepth 3
230 \paragraph_separation skip
231 \defskip medskip
232 \quotes_language french
233 \papercolumns 1
234 \papersides 2
235 \paperpagestyle default
236 \tracking_changes false
237 \output_changes false
238 \html_math_output 0
239 \html_css_as_file 0
240 \html_be_strict false
241 \end_header
242
243 \begin_body
244
245 \begin_layout Title
246 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
247  les boîtes et les objets externes de \SpecialChar LyX
248
249 \end_layout
250
251 \begin_layout Author
252 par l'Équipe \SpecialChar LyX
253
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
260  de la documentation de \SpecialChar LyX
261
262 \begin_inset CommandInset href
263 LatexCommand href
264 name "lyx-docs@lists.lyx.org"
265 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
266 type "mailto:"
267
268 \end_inset
269
270
271 \end_layout
272
273 \end_inset
274
275
276 \begin_inset Note Note
277 status collapsed
278
279 \begin_layout Plain Layout
280 auteur original : Uwe Stöhr
281 \end_layout
282
283 \begin_layout Plain Layout
284 Traduction française : Siegfried Meunier-Guttin-Cluzel
285 \end_layout
286
287 \begin_layout Plain Layout
288 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
289 n/Navigation, 31/10/2012, JPChrétien
290 \end_layout
291
292 \begin_layout Plain Layout
293 version initiale 2.1.x avril 2014, mise à jour J.P.
294  Chrétien
295 \end_layout
296
297 \begin_layout Plain Layout
298 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
299 \end_layout
300
301 \begin_layout Plain Layout
302 Mise à jour pour 2.2, 22 janvier 2016 (JPC)
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 Version 2.2.x
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
335  
336 \series bold
337 arydshln
338 \series default
339
340 \series bold
341 colortbl
342 \series default
343
344 \series bold
345 diagbox, lettrine, marginnote, picinpar
346 \series default
347 , et 
348 \series bold
349 sidecap
350 \series default
351  doivent être installés.
352  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
353  les sections qui nécessitent les paquetages en question n'apparaîtront
354  pas sur la sortie.
355 \end_layout
356
357 \begin_layout Plain Layout
358 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
359 \begin_inset Newline newline
360 \end_inset
361
362
363 \series bold
364 http://wiki.lyx.org/\SpecialChar LyX
365 /DocumentationDevelopment#EmbeddedObjects
366 \end_layout
367
368 \end_inset
369
370
371 \end_layout
372
373 \begin_layout Chapter
374 Figures
375 \begin_inset Index idx
376 status collapsed
377
378 \begin_layout Plain Layout
379 Figures
380 \end_layout
381
382 \end_inset
383
384
385 \begin_inset Index idx
386 status collapsed
387
388 \begin_layout Plain Layout
389 Graphiques|see
390 \begin_inset ERT
391 status collapsed
392
393 \begin_layout Plain Layout
394
395 {
396 \end_layout
397
398 \end_inset
399
400 Figures
401 \begin_inset ERT
402 status collapsed
403
404 \begin_layout Plain Layout
405
406 }
407 \end_layout
408
409 \end_inset
410
411
412 \end_layout
413
414 \end_inset
415
416
417 \end_layout
418
419 \begin_layout Section
420 La fenêtre de dialogue graphique
421 \begin_inset Index idx
422 status collapsed
423
424 \begin_layout Plain Layout
425 Figures ! Fenêtre de dialogue Graphique
426 \end_layout
427
428 \end_inset
429
430
431 \begin_inset CommandInset label
432 LatexCommand label
433 name "sec:Graphics-Dialog"
434
435 \end_inset
436
437
438 \end_layout
439
440 \begin_layout Standard
441 Pour placer une figure dans votre document, cliquez sur le bouton 
442 \begin_inset Info
443 type  "icon"
444 arg   "dialog-show-new-inset graphics"
445 \end_inset
446
447  dans la barre d'outils, ou faites 
448 \family sans
449 Insertion\SpecialChar menuseparator
450 Graphique
451 \family default
452 .
453  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
454  à charger.
455  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
456  dans le texte.
457 \end_layout
458
459 \begin_layout Standard
460 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
461  sur une image
462 \begin_inset Note Note
463 status collapsed
464
465 \begin_layout Plain Layout
466 Ça marche aussi avec le bouton gauche ! (NdT)
467 \end_layout
468
469 \end_inset
470
471 .
472  Cette fenêtre de dialogue possède trois onglets:
473 \end_layout
474
475 \begin_layout Description
476 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
477  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
478  Les unités de longueurs utilisées sont décrites dans l'annexe
479 \begin_inset space ~
480 \end_inset
481
482
483 \begin_inset CommandInset ref
484 LatexCommand ref
485 reference "cha:Unités-de-longueur"
486
487 \end_inset
488
489 .
490 \begin_inset Newline newline
491 \end_inset
492
493
494 \begin_inset Index idx
495 status collapsed
496
497 \begin_layout Plain Layout
498 Figures ! Pivotées
499 \end_layout
500
501 \end_inset
502
503 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
504  d'une montre, en donnant l'angle de rotation et la position du pivot.
505  L'image apparaîtra pivotée dans \SpecialChar LyX
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Figures ! Redimensionnées
516 \end_layout
517
518 \end_inset
519
520 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
521  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
522  sa largeur.
523  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
524  déterminée automatiquement.
525  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
526  éventuellement une distorsion.
527  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
528  
529 \family sans
530 Conserver
531 \begin_inset space ~
532 \end_inset
533
534 les
535 \begin_inset space ~
536 \end_inset
537
538 proportions
539 \family default
540 .
541  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
542  pas les valeurs fixées.
543  
544 \begin_inset Newline newline
545 \end_inset
546
547 Les images peuvent être modifiée en utilisant le programme de votre choix
548  en faisant un clic droit dessus et en choisissant 
549 \family sans
550 Éditer le fichier ailleurs
551 \family default
552  dans le menu contextuel qui apparaît.
553  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
554  
555 \family sans
556 Formats
557 \begin_inset space ~
558 \end_inset
559
560 de
561 \begin_inset space ~
562 \end_inset
563
564 fichiers
565 \family default
566  dans la fenêtre de dialogue de 
567 \family sans
568 Préférences
569 \family default
570  de \SpecialChar LyX
571 .
572 \end_layout
573
574 \begin_layout Description
575 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
576  la sortie finale est de modifier les coordonnées de la zone de l'image
577  qui est affichée.
578  Cette zone peut être calculée automatiquement à partir des données présentes
579  dans le fichier en appuyant sur le bouton 
580 \family sans
581 Valeurs
582 \begin_inset space ~
583 \end_inset
584
585 du
586 \begin_inset space ~
587 \end_inset
588
589 Fichier
590 \family default
591 .
592  Avec l'option 
593 \family sans
594 Couper
595 \begin_inset space ~
596 \end_inset
597
598 à
599 \begin_inset space ~
600 \end_inset
601
602 la
603 \begin_inset space ~
604 \end_inset
605
606 boîte
607 \begin_inset space ~
608 \end_inset
609
610 de
611 \begin_inset space ~
612 \end_inset
613
614 délimitation, 
615 \family default
616 seule la portion de l'image qui est dans la zone définie sera imprimée.
617  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
618  donc vous pouvez ignorer l'onglet 
619 \family sans
620 Rogner
621 \family default
622 .
623 \end_layout
624
625 \begin_layout Description
626
627 \family sans
628 Options
629 \begin_inset space ~
630 \end_inset
631
632 \SpecialChar LaTeX
633
634 \begin_inset space ~
635 \end_inset
636
637 et
638 \begin_inset space ~
639 \end_inset
640
641 \SpecialChar LyX
642
643 \family default
644  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
645  et les
646  experts ès-\SpecialChar LaTeX
647  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
648
649 \begin_inset Newline newline
650 \end_inset
651
652 L'option 
653 \family sans
654 Mode brouillon
655 \family default
656  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
657  avec la taille de l'image.
658 \begin_inset Newline newline
659 \end_inset
660
661 Dans la section 
662 \family sans
663 Groupe
664 \begin_inset space ~
665 \end_inset
666
667 de
668 \begin_inset space ~
669 \end_inset
670
671 graphiques
672 \family default
673  vous pouvez définir ou de choisir un groupe de paramètres d'image
674 \begin_inset Index idx
675 status collapsed
676
677 \begin_layout Plain Layout
678 Figures ! Groupes de paramétrisation
679 \end_layout
680
681 \end_inset
682
683 .
684  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
685  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
686  les autres soient automatiquement modifiées de la même manière.
687  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
688  avoir à modifier leur taille manuellement une par une.
689  On peut rattacher une image à un groupe existant en utilisant le menu contextue
690 l de l'image et en cochant le nom du groupe dans la liste
691 \begin_inset Foot
692 status collapsed
693
694 \begin_layout Plain Layout
695 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
696 \end_layout
697
698 \end_inset
699
700 .
701 \end_layout
702
703 \begin_layout Standard
704 \begin_inset VSpace bigskip
705 \end_inset
706
707
708 \end_layout
709
710 \begin_layout Standard
711 Voici un exemple d'image au format EPS
712 \begin_inset Foot
713 status collapsed
714
715 \begin_layout Plain Layout
716 Les format d'images sont décrits dans la section
717 \begin_inset space ~
718 \end_inset
719
720
721 \begin_inset CommandInset ref
722 LatexCommand ref
723 reference "sec:Image-Formats"
724
725 \end_inset
726
727 .
728 \end_layout
729
730 \end_inset
731
732  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
733 nt:
734 \begin_inset Separator parbreak
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 \align center
742 \begin_inset Graphics
743         filename ../clipart/mobius.eps
744         scale 70
745         scaleBeforeRotation
746         rotateOrigin center
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 Et voici la même image mais en mode brouillon:
755 \begin_inset Separator parbreak
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 \align center
763 \begin_inset Graphics
764         filename ../clipart/mobius.eps
765         scale 70
766         draft
767         scaleBeforeRotation
768         rotateOrigin center
769
770 \end_inset
771
772
773 \end_layout
774
775 \begin_layout Section
776 Figures flottantes
777 \begin_inset CommandInset label
778 LatexCommand label
779 name "sec:Figure-Floats"
780
781 \end_inset
782
783
784 \begin_inset Index idx
785 status collapsed
786
787 \begin_layout Plain Layout
788 Flottants ! Figures
789 \end_layout
790
791 \end_inset
792
793
794 \begin_inset Index idx
795 status collapsed
796
797 \begin_layout Plain Layout
798 Figures ! Flottants
799 \end_layout
800
801 \end_inset
802
803
804 \end_layout
805
806 \begin_layout Standard
807 Pour des explications d'ordre général concernant les flottants, jetez un
808  coup d'œil à la section
809 \begin_inset space ~
810 \end_inset
811
812
813 \begin_inset CommandInset ref
814 LatexCommand ref
815 reference "sec:Flottants-Introduction"
816
817 \end_inset
818
819 .
820 \end_layout
821
822 \begin_layout Standard
823 Le bouton 
824 \begin_inset Info
825 type  "icon"
826 arg   "float-insert figure"
827 \end_inset
828
829  de la barre d'outils et le menu 
830 \family sans
831 Insertion\SpecialChar menuseparator
832 Flottant\SpecialChar menuseparator
833 Figure
834 \family default
835  insèrent un flottant avec l'étiquette 
836 \begin_inset Quotes fld
837 \end_inset
838
839
840 \series bold
841 Figure
842 \begin_inset space ~
843 \end_inset
844
845 #:
846 \series default
847
848 \begin_inset Quotes frd
849 \end_inset
850
851  (# est le numéro réel de l'image).
852  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
853 \begin_inset space ~
854 \end_inset
855
856
857 \begin_inset CommandInset ref
858 LatexCommand ref
859 reference "fig:kill-plat"
860
861 \end_inset
862
863  ou en dessous de la légende comme pour la Figure
864 \begin_inset space ~
865 \end_inset
866
867
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "fig:escher"
871
872 \end_inset
873
874 .
875  Vous trouverez plus d'information sur le positionnement des légendes dans
876  la section
877 \begin_inset space ~
878 \end_inset
879
880
881 \begin_inset CommandInset ref
882 LatexCommand ref
883 reference "sec:Placement-légende"
884
885 \end_inset
886
887 .
888 \end_layout
889
890 \begin_layout Standard
891 \begin_inset Float figure
892 wide false
893 sideways false
894 status open
895
896 \begin_layout Plain Layout
897 \align center
898 \begin_inset Graphics
899         filename ../clipart/platypus.eps
900         width 50col%
901         scaleBeforeRotation
902         rotateOrigin center
903
904 \end_inset
905
906
907 \end_layout
908
909 \begin_layout Plain Layout
910 \begin_inset Caption Standard
911
912 \begin_layout Plain Layout
913 \begin_inset CommandInset label
914 LatexCommand label
915 name "fig:kill-plat"
916
917 \end_inset
918
919 Un ornithorynque sévèrement déformé dans un flottant de figure.
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \end_inset
928
929
930 \end_layout
931
932 \begin_layout Standard
933 \begin_inset Float figure
934 wide false
935 sideways false
936 status open
937
938 \begin_layout Plain Layout
939 \begin_inset Caption Standard
940
941 \begin_layout Plain Layout
942 \begin_inset CommandInset label
943 LatexCommand label
944 name "fig:escher"
945
946 \end_inset
947
948 M.C.
949  Escher sous LSD.
950 \end_layout
951
952 \end_inset
953
954
955 \end_layout
956
957 \begin_layout Plain Layout
958 \align center
959 \begin_inset Graphics
960         filename ../clipart/escher-lsd.eps
961         scale 80
962         scaleBeforeRotation
963         rotateOrigin center
964
965 \end_inset
966
967
968 \end_layout
969
970 \end_inset
971
972
973 \end_layout
974
975 \begin_layout Standard
976 \begin_inset Index idx
977 status collapsed
978
979 \begin_layout Plain Layout
980 References@Références ! à des Figures
981 \end_layout
982
983 \end_inset
984
985 Les figure
986 \begin_inset space ~
987 \end_inset
988
989
990 \begin_inset CommandInset ref
991 LatexCommand ref
992 reference "fig:kill-plat"
993
994 \end_inset
995
996  et 
997 \begin_inset CommandInset ref
998 LatexCommand ref
999 reference "fig:escher"
1000
1001 \end_inset
1002
1003  sont des exemples de figures référencées.
1004  Dans le texte, on fait référence à une figure en faisant référence à sa
1005  légende.
1006  On insère donc une étiquette dans la légende en utilisant le menu 
1007 \family sans
1008 Insertion
1009 \family default
1010 \SpecialChar menuseparator
1011
1012 \family sans
1013 Étiquette
1014 \family default
1015  ou le bouton 
1016 \begin_inset Info
1017 type  "icon"
1018 arg   "label-insert"
1019 \end_inset
1020
1021  de la barre d'outils.
1022  On peut alors faire référence à cette étiquette en utilisant le menu 
1023 \family sans
1024 Insertion\SpecialChar menuseparator
1025 Référence
1026 \begin_inset space ~
1027 \end_inset
1028
1029 croisée
1030 \family default
1031  ou le bouton 
1032 \begin_inset Info
1033 type  "icon"
1034 arg   "dialog-show-new-inset ref"
1035 \end_inset
1036
1037  de la barre d'outils.
1038  Il est important d'utiliser des références pour les flottants de figures
1039  plutôt que des locutions vagues du genre 
1040 \begin_inset Quotes fld
1041 \end_inset
1042
1043 la figure ci-dessous
1044 \begin_inset Quotes frd
1045 \end_inset
1046
1047 , puisque \SpecialChar LaTeX
1048  va repositionner la figure dans le document final.
1049  Votre figure risque de ne plus être ci-dessous du tout !
1050 \begin_inset Newline newline
1051 \end_inset
1052
1053 Le référencement est expliqué plus en détail dans la section
1054 \begin_inset space ~
1055 \end_inset
1056
1057
1058 \begin_inset CommandInset ref
1059 LatexCommand ref
1060 reference "sec:Referencer-les-Flottants"
1061
1062 \end_inset
1063
1064 .
1065 \end_layout
1066
1067 \begin_layout Standard
1068 En principe on met une seule figure dans un flottant, mais parfois vous
1069  pouvez vouloir deux figures avec chacune sa sous-légende.
1070  C'est possible en insérant des flottants d'image dans des flottants d'image
1071  existants.
1072  Notez que seule la légende principale des flottants est reprise dans la
1073  liste des figures.
1074  La figure
1075 \begin_inset space ~
1076 \end_inset
1077
1078
1079 \begin_inset CommandInset ref
1080 LatexCommand ref
1081 reference "fig:Deux-images-déformées"
1082
1083 \end_inset
1084
1085  est un exemple de flottant de figure avec deux images mises l'une à côté
1086  de l'autre.
1087  Vous pouvez aussi mettre les images les unes sous les autres.
1088  Les figures
1089 \begin_inset space ~
1090 \end_inset
1091
1092
1093 \begin_inset CommandInset ref
1094 LatexCommand ref
1095 reference "fig:Structure-indéfinissable"
1096
1097 \end_inset
1098
1099  et 
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:Un-ornithorynque"
1103
1104 \end_inset
1105
1106  sont des sous-figures.
1107 \end_layout
1108
1109 \begin_layout Standard
1110 \begin_inset Float figure
1111 wide false
1112 sideways false
1113 status open
1114
1115 \begin_layout Plain Layout
1116 \begin_inset space \hfill{}
1117 \end_inset
1118
1119
1120 \begin_inset Float figure
1121 wide false
1122 sideways false
1123 status open
1124
1125 \begin_layout Plain Layout
1126 \begin_inset Caption Standard
1127
1128 \begin_layout Plain Layout
1129 \begin_inset CommandInset label
1130 LatexCommand label
1131 name "fig:Structure-indéfinissable"
1132
1133 \end_inset
1134
1135 Structure indéfinissable
1136 \end_layout
1137
1138 \end_inset
1139
1140
1141 \end_layout
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Graphics
1145         filename ../clipart/escher-lsd.eps
1146         width 45col%
1147         scaleBeforeRotation
1148         groupId Déformés
1149
1150 \end_inset
1151
1152
1153 \end_layout
1154
1155 \end_inset
1156
1157
1158 \begin_inset space \hfill{}
1159 \end_inset
1160
1161
1162 \begin_inset Float figure
1163 wide false
1164 sideways false
1165 status open
1166
1167 \begin_layout Plain Layout
1168 \begin_inset Caption Standard
1169
1170 \begin_layout Plain Layout
1171 \begin_inset CommandInset label
1172 LatexCommand label
1173 name "fig:Un-ornithorynque"
1174
1175 \end_inset
1176
1177 Un ornithorynque
1178 \end_layout
1179
1180 \end_inset
1181
1182
1183 \end_layout
1184
1185 \begin_layout Plain Layout
1186 \begin_inset Graphics
1187         filename ../clipart/platypus.eps
1188         width 45col%
1189         scaleBeforeRotation
1190         groupId Déformés
1191
1192 \end_inset
1193
1194
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \begin_inset space \hfill{}
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \begin_layout Plain Layout
1207 \begin_inset Caption Standard
1208
1209 \begin_layout Plain Layout
1210 \begin_inset CommandInset label
1211 LatexCommand label
1212 name "fig:Deux-images-déformées"
1213
1214 \end_inset
1215
1216 Deux images déformées.
1217  Les deux images font partie du groupe de paramétrisation 
1218 \begin_inset Quotes fld
1219 \end_inset
1220
1221 déformés
1222 \begin_inset Quotes frd
1223 \end_inset
1224
1225 .
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \end_layout
1237
1238 \begin_layout Section
1239 Les formats d'images
1240 \begin_inset CommandInset label
1241 LatexCommand label
1242 name "sec:Image-Formats"
1243
1244 \end_inset
1245
1246
1247 \begin_inset Index idx
1248 status collapsed
1249
1250 \begin_layout Plain Layout
1251 Formats d' images
1252 \end_layout
1253
1254 \end_inset
1255
1256
1257 \begin_inset Index idx
1258 status collapsed
1259
1260 \begin_layout Plain Layout
1261 Figures ! Formats d'images
1262 \end_layout
1263
1264 \end_inset
1265
1266
1267 \end_layout
1268
1269 \begin_layout Standard
1270 Vous pouvez insérer des images dans n'importe quel format connu.
1271  Mais, comme nous l'avons expliqué dans l'annexe
1272 \begin_inset space ~
1273 \end_inset
1274
1275
1276 \begin_inset CommandInset ref
1277 LatexCommand ref
1278 reference "cha:Formats-fichiers-graphiques"
1279
1280 \end_inset
1281
1282 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1283  de formats d'images.
1284  Pour s'en sortir \SpecialChar LyX
1285  utilise le programme 
1286 \family typewriter
1287 ImageMagick
1288 \family default
1289  en arrière plan pour convertir les formats que vous utilisez dans un des
1290  formats acceptés par le format de sortie.
1291  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1292 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1293 \begin_inset space ~
1294 \end_inset
1295
1296
1297 \begin_inset CommandInset ref
1298 LatexCommand ref
1299 reference "cha:Formats-fichiers-graphiques"
1300
1301 \end_inset
1302
1303 .
1304 \end_layout
1305
1306 \begin_layout Standard
1307 Comme pour les polices de caractères, il y a deux grands types de formats
1308  d'images:
1309 \end_layout
1310
1311 \begin_layout Description
1312 Les
1313 \begin_inset space ~
1314 \end_inset
1315
1316 images
1317 \begin_inset space ~
1318 \end_inset
1319
1320 Matricielles
1321 \begin_inset space ~
1322 \end_inset
1323
1324 (ou
1325 \begin_inset space ~
1326 \end_inset
1327
1328 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1329  enregistrés sous un format compressé.
1330  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1331  petits carrés quand on utilise des agrandissements trop importants (aspect
1332  
1333 \begin_inset Quotes fld
1334 \end_inset
1335
1336 pixellisé
1337 \begin_inset Quotes frd
1338 \end_inset
1339
1340 ).
1341  Les formats matriciels les plus connus sont le GIF (
1342 \begin_inset Quotes fld
1343 \end_inset
1344
1345 Graphics Interchange Format
1346 \begin_inset Quotes frd
1347 \end_inset
1348
1349 , avec comme suffixe de fichier 
1350 \begin_inset Quotes fld
1351 \end_inset
1352
1353
1354 \family typewriter
1355 .gif
1356 \family default
1357
1358 \begin_inset Quotes frd
1359 \end_inset
1360
1361 )
1362 \begin_inset Index idx
1363 status collapsed
1364
1365 \begin_layout Plain Layout
1366 GIF|see
1367 \begin_inset ERT
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371
1372 {
1373 \end_layout
1374
1375 \end_inset
1376
1377 Format d'image
1378 \begin_inset ERT
1379 status collapsed
1380
1381 \begin_layout Plain Layout
1382
1383 }
1384 \end_layout
1385
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \end_inset
1392
1393 , le PNG (
1394 \begin_inset Quotes fld
1395 \end_inset
1396
1397 Portable Network Graphics
1398 \begin_inset Quotes frd
1399 \end_inset
1400
1401 , suffixe 
1402 \begin_inset Quotes fld
1403 \end_inset
1404
1405
1406 \family typewriter
1407 .png
1408 \family default
1409
1410 \begin_inset Quotes frd
1411 \end_inset
1412
1413 )
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 PNG|see
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 {
1425 \end_layout
1426
1427 \end_inset
1428
1429 Formats d'image
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 }
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \end_inset
1444
1445  et le JPG (
1446 \begin_inset Quotes fld
1447 \end_inset
1448
1449 Joint Photographic Expert Group
1450 \begin_inset Quotes frd
1451 \end_inset
1452
1453 , suffixe 
1454 \begin_inset Quotes fld
1455 \end_inset
1456
1457
1458 \family typewriter
1459 .jpg
1460 \family default
1461
1462 \begin_inset Quotes frd
1463 \end_inset
1464
1465  ou 
1466 \begin_inset Quotes fld
1467 \end_inset
1468
1469
1470 \family typewriter
1471 .jpeg
1472 \family default
1473
1474 \begin_inset Quotes frd
1475 \end_inset
1476
1477 )
1478 \begin_inset Index idx
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482 JPG|see
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 {
1489 \end_layout
1490
1491 \end_inset
1492
1493 Formats d'image
1494 \begin_inset ERT
1495 status collapsed
1496
1497 \begin_layout Plain Layout
1498
1499 }
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \end_inset
1508
1509 .
1510 \end_layout
1511
1512 \begin_layout Description
1513 Les
1514 \begin_inset space ~
1515 \end_inset
1516
1517 images
1518 \begin_inset space ~
1519 \end_inset
1520
1521 Vectorielles
1522 \begin_inset space ~
1523 \end_inset
1524
1525 (ou
1526 \begin_inset space ~
1527 \end_inset
1528
1529 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1530  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1531 nnée comme on le veut sans perte de précision.
1532  La possibilité de redimensionner les images est très utilisé pour les présentat
1533 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1534 nnement.
1535  Le redimensionnement permet aussi de présenter des documents en ligne où
1536  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1537  étudier les détails.
1538 \begin_inset Newline newline
1539 \end_inset
1540
1541 Les principaux formats vectoriels sont le SVG (
1542 \begin_inset Quotes fld
1543 \end_inset
1544
1545 Scalable Vector Graphics
1546 \begin_inset Quotes frd
1547 \end_inset
1548
1549 , suffixe 
1550 \begin_inset Quotes fld
1551 \end_inset
1552
1553
1554 \family typewriter
1555 .svg
1556 \family default
1557
1558 \begin_inset Quotes frd
1559 \end_inset
1560
1561 )
1562 \begin_inset Index idx
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566 SVG|see
1567 \begin_inset ERT
1568 status collapsed
1569
1570 \begin_layout Plain Layout
1571
1572 {
1573 \end_layout
1574
1575 \end_inset
1576
1577 Format d'image
1578 \begin_inset ERT
1579 status collapsed
1580
1581 \begin_layout Plain Layout
1582
1583 }
1584 \end_layout
1585
1586 \end_inset
1587
1588
1589 \end_layout
1590
1591 \end_inset
1592
1593 , l'EPS ( 
1594 \begin_inset Quotes fld
1595 \end_inset
1596
1597 encapsulated PostScript
1598 \begin_inset Quotes frd
1599 \end_inset
1600
1601 , suffixe 
1602 \begin_inset Quotes fld
1603 \end_inset
1604
1605
1606 \family typewriter
1607 .eps
1608 \family default
1609
1610 \begin_inset Quotes frd
1611 \end_inset
1612
1613 )
1614 \begin_inset Index idx
1615 status collapsed
1616
1617 \begin_layout Plain Layout
1618 EPS|see
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624 {
1625 \end_layout
1626
1627 \end_inset
1628
1629 Format d'image
1630 \begin_inset ERT
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634
1635 }
1636 \end_layout
1637
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644
1645 , le PDF (
1646 \begin_inset Quotes fld
1647 \end_inset
1648
1649 Portable Document Format
1650 \begin_inset Quotes frd
1651 \end_inset
1652
1653 , suffixe 
1654 \begin_inset Quotes fld
1655 \end_inset
1656
1657
1658 \family typewriter
1659 .pdf
1660 \family default
1661
1662 \begin_inset Quotes frd
1663 \end_inset
1664
1665 )
1666 \begin_inset Index idx
1667 status collapsed
1668
1669 \begin_layout Plain Layout
1670 PDF|see
1671 \begin_inset ERT
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675
1676 {
1677 \end_layout
1678
1679 \end_inset
1680
1681 Format d'image
1682 \begin_inset ERT
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686
1687 }
1688 \end_layout
1689
1690 \end_inset
1691
1692
1693 \end_layout
1694
1695 \end_inset
1696
1697  et le WMF (
1698 \begin_inset Quotes fld
1699 \end_inset
1700
1701 Windows Metafile
1702 \begin_inset Quotes frd
1703 \end_inset
1704
1705 , suffixe 
1706 \begin_inset Quotes fld
1707 \end_inset
1708
1709
1710 \family typewriter
1711 .wfm
1712 \family default
1713
1714 \begin_inset Quotes frd
1715 \end_inset
1716
1717  ou 
1718 \begin_inset Quotes fld
1719 \end_inset
1720
1721
1722 \family typewriter
1723 .emf
1724 \family default
1725
1726 \begin_inset Quotes frd
1727 \end_inset
1728
1729 )
1730 \begin_inset Index idx
1731 status collapsed
1732
1733 \begin_layout Plain Layout
1734 WMF|see
1735 \begin_inset ERT
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739
1740 {
1741 \end_layout
1742
1743 \end_inset
1744
1745 Formats d'images
1746 \begin_inset ERT
1747 status collapsed
1748
1749 \begin_layout Plain Layout
1750
1751 }
1752 \end_layout
1753
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760
1761 .
1762  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1763  en EPS, mais le résultat ne sera pas redimensionnable.
1764  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1765 \begin_inset Foot
1766 status collapsed
1767
1768 \begin_layout Plain Layout
1769 Dans le cas du PDF l'image initiale est aussi compressée.
1770 \end_layout
1771
1772 \end_inset
1773
1774
1775 \end_layout
1776
1777 \begin_layout Standard
1778 Les fichiers PDF générés par 
1779 \family typewriter
1780 Adobe Photoshop
1781 \family default
1782 , par exemple, sont des images matricielles.
1783 \end_layout
1784
1785 \begin_layout Standard
1786 En principe il est quasiment impossible de convertir une image matricielle
1787  en graphique vectoriel, seul le contraire est possible.
1788  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1789  dans respectivement un fichier de sortie PDF ou PostScript.
1790  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1791  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1792  WMF/SVG
1793 \begin_inset Formula $\to$
1794 \end_inset
1795
1796 PDF/EPS convenables.
1797 \end_layout
1798
1799 \begin_layout Chapter
1800 Tableaux
1801 \begin_inset Index idx
1802 status collapsed
1803
1804 \begin_layout Plain Layout
1805 Tableau
1806 \end_layout
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \begin_layout Section
1814 Introduction
1815 \begin_inset Index idx
1816 status collapsed
1817
1818 \begin_layout Plain Layout
1819 Tableau ! Introduction
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \begin_layout Standard
1828 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1829  
1830 \begin_inset Info
1831 type  "icon"
1832 arg   "tabular-insert"
1833 \end_inset
1834
1835  soit 
1836 \family sans
1837 Insertion\SpecialChar menuseparator
1838 Tableau
1839 \family default
1840 .
1841  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1842  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1843  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1844  sur un bouton de la souris pour valider votre choix.
1845  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1846  vous demandant le nombre de lignes et de colonnes.
1847 \begin_inset Newline newline
1848 \end_inset
1849
1850 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1851  une à droite de la colonne la plus à droite et une en bas de la rangée
1852  du bas, qui forment une boîte autour du tableau.
1853  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1854  apparaît séparée du reste du tableau.
1855  Voici un exemple :
1856 \begin_inset Separator parbreak
1857 \end_inset
1858
1859
1860 \end_layout
1861
1862 \begin_layout Standard
1863 \align center
1864 \begin_inset Tabular
1865 <lyxtabular version="3" rows="4" columns="4">
1866 <features tabularvalignment="middle">
1867 <column alignment="center" valignment="top">
1868 <column alignment="center" valignment="top">
1869 <column alignment="center" valignment="top">
1870 <column alignment="center" valignment="top">
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885 1
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 2
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903 3
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 </row>
1909 <row>
1910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1911 \begin_inset Text
1912
1913 \begin_layout Plain Layout
1914 A
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 </row>
1947 <row>
1948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1949 \begin_inset Text
1950
1951 \begin_layout Plain Layout
1952 B
1953 \end_layout
1954
1955 \end_inset
1956 </cell>
1957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1958 \begin_inset Text
1959
1960 \begin_layout Plain Layout
1961
1962 \end_layout
1963
1964 \end_inset
1965 </cell>
1966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1967 \begin_inset Text
1968
1969 \begin_layout Plain Layout
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Plain Layout
1979
1980 \end_layout
1981
1982 \end_inset
1983 </cell>
1984 </row>
1985 <row>
1986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1987 \begin_inset Text
1988
1989 \begin_layout Plain Layout
1990 C
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2005 \begin_inset Text
2006
2007 \begin_layout Plain Layout
2008
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2014 \begin_inset Text
2015
2016 \begin_layout Plain Layout
2017
2018 \end_layout
2019
2020 \end_inset
2021 </cell>
2022 </row>
2023 </lyxtabular>
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Section
2031 La fenêtre 
2032 \family sans
2033 tableau
2034 \family default
2035
2036 \begin_inset Index idx
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040 Tableau ! Fenêtre de dialogue
2041 \end_layout
2042
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2050  de la souris, qui ouvre le menu contextuel.
2051  A l'aide du choix de menu 
2052 \family sans
2053 Plus...
2054
2055 \family default
2056  vous pouvez modifier les réglages concernant la cellule, la colonne et
2057  la ligne dans laquelle le curseur se trouve.
2058  Le menu contextuel 
2059 \family sans
2060 Plus...\SpecialChar menuseparator
2061 Paramètres...
2062
2063 \family default
2064  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2065  sont possibles.
2066  La plupart des options peuvent s'appliquer à des sélections.
2067  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2068  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2069  votre sélection.
2070  Notez qu'il y a une différence entre sélectionner le 
2071 \emph on
2072 contenu 
2073 \emph default
2074 d'une cellule et sélectionner la cellule elle-même.
2075 \begin_inset Newline newline
2076 \end_inset
2077
2078 En cochant l'option 
2079 \family sans
2080 Application
2081 \begin_inset space ~
2082 \end_inset
2083
2084 immédiate
2085 \family default
2086  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2087  est appliquée directement.
2088  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2089  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2090  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2091  de dialogue, vous devez appuyer sur 
2092 \family sans
2093 Entrée
2094 \family default
2095  pour que la modification soit appliquée.
2096 \begin_inset Newline newline
2097 \end_inset
2098
2099 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2100  :
2101 \end_layout
2102
2103 \begin_layout Description
2104 Paramètres
2105 \begin_inset space ~
2106 \end_inset
2107
2108 du
2109 \begin_inset space ~
2110 \end_inset
2111
2112 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2113  la largeur de la colonne courante.
2114  L'alignement horizontal 
2115 \family sans
2116 Au
2117 \begin_inset space ~
2118 \end_inset
2119
2120 séparateur
2121 \begin_inset space ~
2122 \end_inset
2123
2124 décimal
2125 \family default
2126  est décrit dans la section
2127 \begin_inset space ~
2128 \end_inset
2129
2130
2131 \begin_inset CommandInset ref
2132 LatexCommand ref
2133 reference "subsec:Alignements-de-cellules"
2134
2135 \end_inset
2136
2137 .
2138  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2139  vertical de la ligne courante.
2140  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2141  et donc, plusieurs paragraphes de texte, voir la section
2142 \begin_inset space ~
2143 \end_inset
2144
2145
2146 \begin_inset CommandInset ref
2147 LatexCommand ref
2148 reference "subsec:Lignes-multiple-dans-cellule"
2149
2150 \end_inset
2151
2152 .
2153  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2154  pour accommoder le contenu de cellule le plus large.
2155 \begin_inset Newline newline
2156 \end_inset
2157
2158 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2159  un multi-colonnes, voir la section
2160 \begin_inset space ~
2161 \end_inset
2162
2163
2164 \begin_inset CommandInset ref
2165 LatexCommand ref
2166 reference "subsec:Multicolonnes"
2167
2168 \end_inset
2169
2170  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2171 \begin_inset space ~
2172 \end_inset
2173
2174
2175 \begin_inset CommandInset ref
2176 LatexCommand ref
2177 reference "subsec:Multi-lignes"
2178
2179 \end_inset
2180
2181 .
2182 \begin_inset Newline newline
2183 \end_inset
2184
2185 L'option 
2186 \family sans
2187 Tourner
2188 \begin_inset space ~
2189 \end_inset
2190
2191 la
2192 \begin_inset space ~
2193 \end_inset
2194
2195 case
2196 \begin_inset space ~
2197 \end_inset
2198
2199 de
2200 \begin_inset space ~
2201 \end_inset
2202
2203 90°
2204 \family default
2205  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2206  L'option 
2207 \family sans
2208 Tourner
2209 \begin_inset space ~
2210 \end_inset
2211
2212 le
2213 \begin_inset space ~
2214 \end_inset
2215
2216 tableau
2217 \begin_inset space ~
2218 \end_inset
2219
2220 de
2221 \begin_inset space ~
2222 \end_inset
2223
2224 90°
2225 \family default
2226  fait pivoter tout le tableau.
2227  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2228 , mais devraient l'être dans la
2229  sortie finale.
2230  Pour plus d'information voir la section
2231 \begin_inset space ~
2232 \end_inset
2233
2234
2235 \begin_inset CommandInset ref
2236 LatexCommand ref
2237 reference "sec:Pivotement-des-cellules"
2238
2239 \end_inset
2240
2241 .
2242 \begin_inset Newline newline
2243 \end_inset
2244
2245
2246 \begin_inset Note Greyedout
2247 status open
2248
2249 \begin_layout Plain Layout
2250
2251 \series bold
2252 Note:
2253 \series default
2254  La plupart des visualiseurs DVI ne sont 
2255 \emph on
2256 pas
2257 \emph default
2258  capables d'afficher ces rotations.
2259 \end_layout
2260
2261 \end_inset
2262
2263
2264 \begin_inset Newline newline
2265 \end_inset
2266
2267 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2268  qui sont incorporés dans une ligne de texte :
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272 Une ligne avec des tableaux alignés de différentes manières: 
2273 \begin_inset Tabular
2274 <lyxtabular version="3" rows="2" columns="2">
2275 <features tabularvalignment="top">
2276 <column alignment="center" valignment="top" width="0pt">
2277 <column alignment="center" valignment="top">
2278 <row>
2279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2280 \begin_inset Text
2281
2282 \begin_layout Plain Layout
2283
2284 \end_layout
2285
2286 \end_inset
2287 </cell>
2288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2289 \begin_inset Text
2290
2291 \begin_layout Plain Layout
2292 1
2293 \end_layout
2294
2295 \end_inset
2296 </cell>
2297 </row>
2298 <row>
2299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2300 \begin_inset Text
2301
2302 \begin_layout Plain Layout
2303 A
2304 \end_layout
2305
2306 \end_inset
2307 </cell>
2308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2309 \begin_inset Text
2310
2311 \begin_layout Plain Layout
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 </row>
2318 </lyxtabular>
2319
2320 \end_inset
2321
2322  
2323 \begin_inset Tabular
2324 <lyxtabular version="3" rows="2" columns="2">
2325 <features tabularvalignment="middle">
2326 <column alignment="center" valignment="top">
2327 <column alignment="center" valignment="top">
2328 <row>
2329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2330 \begin_inset Text
2331
2332 \begin_layout Plain Layout
2333
2334 \end_layout
2335
2336 \end_inset
2337 </cell>
2338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2339 \begin_inset Text
2340
2341 \begin_layout Plain Layout
2342 1
2343 \end_layout
2344
2345 \end_inset
2346 </cell>
2347 </row>
2348 <row>
2349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2350 \begin_inset Text
2351
2352 \begin_layout Plain Layout
2353 A
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362
2363 \end_layout
2364
2365 \end_inset
2366 </cell>
2367 </row>
2368 </lyxtabular>
2369
2370 \end_inset
2371
2372  
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="2" columns="2">
2375 <features tabularvalignment="bottom">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 1
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 </row>
2398 <row>
2399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2400 \begin_inset Text
2401
2402 \begin_layout Plain Layout
2403 A
2404 \end_layout
2405
2406 \end_inset
2407 </cell>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 </row>
2418 </lyxtabular>
2419
2420 \end_inset
2421
2422
2423 \begin_inset Newline newline
2424 \end_inset
2425
2426 On peut aussi entrer des paramètres \SpecialChar LaTeX
2427  pour obtenir des mise en formes spéciales
2428  pour le tableau, voir les sections
2429 \begin_inset space ~
2430 \end_inset
2431
2432
2433 \begin_inset CommandInset ref
2434 LatexCommand ref
2435 reference "subsec:Calculs-multicolonnes"
2436
2437 \end_inset
2438
2439  et 
2440 \begin_inset CommandInset ref
2441 LatexCommand ref
2442 reference "sec:Tableaux-Colorés"
2443
2444 \end_inset
2445
2446 .
2447 \end_layout
2448
2449 \begin_layout Description
2450
2451 \family sans
2452 Bordures
2453 \family default
2454  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2455  ou la colonne courante.
2456  
2457 \begin_inset Newline newline
2458 \end_inset
2459
2460 En utilisant le style 
2461 \family sans
2462 Formel
2463 \family default
2464  à la place du style par 
2465 \family sans
2466 Défaut
2467 \family default
2468 , on va convertir le tableau en tableau formel comme on le décrit dans la
2469  section
2470 \begin_inset space ~
2471 \end_inset
2472
2473
2474 \begin_inset CommandInset ref
2475 LatexCommand ref
2476 reference "sec:Tableaux-Formels"
2477
2478 \end_inset
2479
2480 .
2481 \begin_inset Newline newline
2482 \end_inset
2483
2484 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2485  dans les lignes du tableau comme c'est décrit dans la section
2486 \begin_inset space ~
2487 \end_inset
2488
2489
2490 \begin_inset CommandInset ref
2491 LatexCommand ref
2492 reference "subsec:Espacement-lignes"
2493
2494 \end_inset
2495
2496 .
2497 \end_layout
2498
2499 \begin_layout Description
2500 Tableau
2501 \begin_inset space ~
2502 \end_inset
2503
2504 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2505  un 
2506 \begin_inset Quotes fld
2507 \end_inset
2508
2509
2510 \emph on
2511 tableau long
2512 \emph default
2513
2514 \begin_inset Quotes frd
2515 \end_inset
2516
2517  qui peut continuer sur plusieurs pages.
2518  Les sections
2519 \begin_inset space ~
2520 \end_inset
2521
2522
2523 \begin_inset CommandInset ref
2524 LatexCommand ref
2525 reference "sec:Tableaux-longs"
2526
2527 \end_inset
2528
2529  et 
2530 \begin_inset CommandInset ref
2531 LatexCommand ref
2532 reference "sec:Questions-sur-tableaux-longs"
2533
2534 \end_inset
2535
2536  décrivent ces tableaux longs plus en détail.
2537 \end_layout
2538
2539 \begin_layout Section
2540 La barre d'outils tableau
2541 \begin_inset Index idx
2542 status collapsed
2543
2544 \begin_layout Plain Layout
2545 Tableau ! Barre d'outils
2546 \end_layout
2547
2548 \end_inset
2549
2550
2551 \end_layout
2552
2553 \begin_layout Standard
2554 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2555  permet de modifier plus rapidement les tableaux.
2556  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2557  quand le
2558  curseur se trouve à l'intérieur d'un tableau.
2559  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2560  au menu 
2561 \family sans
2562 Visualiser\SpecialChar menuseparator
2563 Barres
2564 \begin_inset space ~
2565 \end_inset
2566
2567 d'outils\SpecialChar menuseparator
2568 Tableau
2569 \family default
2570 .
2571 \end_layout
2572
2573 \begin_layout Standard
2574 La barre d'outils contient les icônes suivantes :
2575 \end_layout
2576
2577 \begin_layout Labeling
2578 \labelwidthstring 00.00.0000
2579 \begin_inset Info
2580 type  "icon"
2581 arg   "inset-modify tabular append-row"
2582 \end_inset
2583
2584  ajoute une ligne sous la cellule ou la sélection courante
2585 \end_layout
2586
2587 \begin_layout Labeling
2588 \labelwidthstring 00.00.0000
2589 \begin_inset Info
2590 type  "icon"
2591 arg   "inset-modify tabular append-column"
2592 \end_inset
2593
2594  ajoute une colonne à la droite de la cellule ou de la sélection courante
2595 \end_layout
2596
2597 \begin_layout Labeling
2598 \labelwidthstring 00.00.0000
2599 \begin_inset Info
2600 type  "icon"
2601 arg   "inset-modify tabular delete-row"
2602 \end_inset
2603
2604  supprime la ligne ou la sélection courante
2605 \end_layout
2606
2607 \begin_layout Labeling
2608 \labelwidthstring 00.00.0000
2609 \begin_inset Info
2610 type  "icon"
2611 arg   "inset-modify tabular delete-column"
2612 \end_inset
2613
2614  supprime la colonne ou la sélection courante
2615 \end_layout
2616
2617 \begin_layout Labeling
2618 \labelwidthstring 00.00.0000
2619 \begin_inset Info
2620 type  "icon"
2621 arg   "inset-modify tabular move-row-up"
2622 \end_inset
2623
2624  déplace la ligne vers le haut
2625 \end_layout
2626
2627 \begin_layout Labeling
2628 \labelwidthstring 00.00.0000
2629 \begin_inset Info
2630 type  "icon"
2631 arg   "inset-modify tabular move-column-left"
2632 \end_inset
2633
2634  déplace la colonne vers la gauche
2635 \end_layout
2636
2637 \begin_layout Labeling
2638 \labelwidthstring 00.00.0000
2639 \begin_inset Info
2640 type  "icon"
2641 arg   "inset-modify tabular move-row-down"
2642 \end_inset
2643
2644  déplace la ligne vers le bas
2645 \end_layout
2646
2647 \begin_layout Labeling
2648 \labelwidthstring 00.00.0000
2649 \begin_inset Info
2650 type  "icon"
2651 arg   "inset-modify tabular move-column-right"
2652 \end_inset
2653
2654  déplace la colonne vers la droite
2655 \end_layout
2656
2657 \begin_layout Labeling
2658 \labelwidthstring 00.00.0000
2659 \begin_inset Info
2660 type  "icon"
2661 arg   "inset-modify tabular toggle-line-top"
2662 \end_inset
2663
2664  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2665  courante
2666 \end_layout
2667
2668 \begin_layout Labeling
2669 \labelwidthstring 00.00.0000
2670 \begin_inset Info
2671 type  "icon"
2672 arg   "inset-modify tabular toggle-line-bottom"
2673 \end_inset
2674
2675  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2676 \end_layout
2677
2678 \begin_layout Labeling
2679 \labelwidthstring 00.00.0000
2680 \begin_inset Info
2681 type  "icon"
2682 arg   "inset-modify tabular toggle-line-left"
2683 \end_inset
2684
2685  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2686 \begin_inset Note Note
2687 status collapsed
2688
2689 \begin_layout Plain Layout
2690 ou colonne ?
2691 \end_layout
2692
2693 \end_inset
2694
2695  ou de la sélection courante
2696 \end_layout
2697
2698 \begin_layout Labeling
2699 \labelwidthstring 00.00.0000
2700 \begin_inset Info
2701 type  "icon"
2702 arg   "inset-modify tabular toggle-line-right"
2703 \end_inset
2704
2705  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2706 \begin_inset Note Note
2707 status collapsed
2708
2709 \begin_layout Plain Layout
2710 ou colonne ?
2711 \end_layout
2712
2713 \end_inset
2714
2715  ou de la sélection courante
2716 \end_layout
2717
2718 \begin_layout Labeling
2719 \labelwidthstring 00.00.0000
2720 \begin_inset Info
2721 type  "icon"
2722 arg   "inset-modify tabular set-all-lines"
2723 \end_inset
2724
2725  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2726  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2727  colonne et la ligne courante
2728 \end_layout
2729
2730 \begin_layout Labeling
2731 \labelwidthstring 00.00.0000
2732 \begin_inset Info
2733 type  "icon"
2734 arg   "inset-modify tabular unset-all-lines"
2735 \end_inset
2736
2737  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2738  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2739  aussi la colonne et la ligne courante
2740 \end_layout
2741
2742 \begin_layout Labeling
2743 \labelwidthstring 00.00.0000
2744 \begin_inset Info
2745 type  "icon"
2746 arg   "inset-modify tabular m-align-left"
2747 \end_inset
2748
2749  aligne à gauche le contenu de la cellule ou de la colonne courante
2750 \end_layout
2751
2752 \begin_layout Labeling
2753 \labelwidthstring 00.00.0000
2754 \begin_inset Info
2755 type  "icon"
2756 arg   "inset-modify tabular m-align-center"
2757 \end_inset
2758
2759  centre horizontalement le contenu de la cellule ou de la colonne courante
2760 \end_layout
2761
2762 \begin_layout Labeling
2763 \labelwidthstring 00.00.0000
2764 \begin_inset Info
2765 type  "icon"
2766 arg   "inset-modify tabular m-align-right"
2767 \end_inset
2768
2769  aligne à droite le contenu de la cellule ou de la colonne courante
2770 \end_layout
2771
2772 \begin_layout Labeling
2773 \labelwidthstring 00.00.0000
2774 \begin_inset Info
2775 type  "icon"
2776 arg   "inset-modify tabular align-decimal"
2777 \end_inset
2778
2779  aligne le contenu de la colonne courante sur un caractère
2780 \end_layout
2781
2782 \begin_layout Labeling
2783 \labelwidthstring 00.00.0000
2784 \begin_inset Info
2785 type  "icon"
2786 arg   "inset-modify tabular m-valign-top"
2787 \end_inset
2788
2789  aligne le contenu de la cellule courante verticalement vers le haut
2790 \end_layout
2791
2792 \begin_layout Labeling
2793 \labelwidthstring 00.00.0000
2794 \begin_inset Info
2795 type  "icon"
2796 arg   "inset-modify tabular m-valign-middle"
2797 \end_inset
2798
2799  centre verticalement le contenu de la cellule courante
2800 \end_layout
2801
2802 \begin_layout Labeling
2803 \labelwidthstring 00.00.0000
2804 \begin_inset Info
2805 type  "icon"
2806 arg   "inset-modify tabular m-valign-bottom"
2807 \end_inset
2808
2809  aligne le contenu de la cellule courante verticalement vers le bas
2810 \end_layout
2811
2812 \begin_layout Labeling
2813 \labelwidthstring 00.00.0000
2814 \begin_inset Info
2815 type  "icon"
2816 arg   "inset-modify tabular set-rotate-cell"
2817 \end_inset
2818
2819  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2820 re
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825 \begin_inset Info
2826 type  "icon"
2827 arg   "inset-modify tabular set-rotate-tabular"
2828 \end_inset
2829
2830  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2831 \end_layout
2832
2833 \begin_layout Labeling
2834 \labelwidthstring 00.00.0000
2835 \begin_inset Info
2836 type  "icon"
2837 arg   "inset-modify tabular multicolumn"
2838 \end_inset
2839
2840  transforme en multi-colonnes la cellule ou la sélection courante
2841 \end_layout
2842
2843 \begin_layout Labeling
2844 \labelwidthstring 00.00.0000
2845 \begin_inset Info
2846 type  "icon"
2847 arg   "inset-modify tabular multirow"
2848 \end_inset
2849
2850  transforme en multi-lignes la cellule ou la sélection courante
2851 \end_layout
2852
2853 \begin_layout Standard
2854 \begin_inset Note Greyedout
2855 status open
2856
2857 \begin_layout Plain Layout
2858
2859 \series bold
2860 Note :
2861 \series default
2862  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2863  est utilisé pour toutes les autres cellules de la ligne.
2864 \end_layout
2865
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \begin_layout Section
2872 Le menu Édition tableau
2873 \begin_inset Index idx
2874 status collapsed
2875
2876 \begin_layout Plain Layout
2877 Tableau ! Menu Édition
2878 \end_layout
2879
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \begin_layout Standard
2886 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2887  
2888 \family sans
2889 Édition\SpecialChar menuseparator
2890 Tableau
2891 \family default
2892  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2893  ou de la ligne courante et aussi de transformer la sélection courante en
2894  multi-colonnes.
2895  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2896 \end_layout
2897
2898 \begin_layout Section
2899 Flottant de tableau
2900 \begin_inset CommandInset label
2901 LatexCommand label
2902 name "sec:Table-Floats"
2903
2904 \end_inset
2905
2906
2907 \begin_inset Index idx
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911 Flottants ! Tableaux
2912 \end_layout
2913
2914 \end_inset
2915
2916
2917 \begin_inset Index idx
2918 status collapsed
2919
2920 \begin_layout Plain Layout
2921 Tableau ! Flottants
2922 \end_layout
2923
2924 \end_inset
2925
2926
2927 \end_layout
2928
2929 \begin_layout Standard
2930 Pour des explications générales sur les flottants, jetez un œil à la section
2931 \begin_inset space ~
2932 \end_inset
2933
2934
2935 \begin_inset CommandInset ref
2936 LatexCommand ref
2937 reference "sec:Flottants-Introduction"
2938
2939 \end_inset
2940
2941 .
2942 \end_layout
2943
2944 \begin_layout Standard
2945 \begin_inset Float table
2946 placement h
2947 wide false
2948 sideways false
2949 status open
2950
2951 \begin_layout Plain Layout
2952 \begin_inset Caption Standard
2953
2954 \begin_layout Plain Layout
2955 \begin_inset CommandInset label
2956 LatexCommand label
2957 name "tab:Flottant-de-tableau"
2958
2959 \end_inset
2960
2961 Un flottant de tableau.
2962 \end_layout
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \begin_layout Plain Layout
2970 \align center
2971 \begin_inset Tabular
2972 <lyxtabular version="3" rows="3" columns="3">
2973 <features tabularvalignment="middle">
2974 <column alignment="center" valignment="top" width="0pt">
2975 <column alignment="center" valignment="top" width="0pt">
2976 <column alignment="center" valignment="top" width="0pt">
2977 <row>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 1
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991 2
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 3
3001 \end_layout
3002
3003 \end_inset
3004 </cell>
3005 </row>
3006 <row>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 Jules
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020 Marie
3021 \end_layout
3022
3023 \end_inset
3024 </cell>
3025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3026 \begin_inset Text
3027
3028 \begin_layout Plain Layout
3029 Jean
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 <row>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040 \begin_inset Formula $\int x^{2}dx$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3049 \begin_inset Text
3050
3051 \begin_layout Plain Layout
3052 \begin_inset Formula $\left[\begin{array}{cc}
3053 a & b\\
3054 c & d
3055 \end{array}\right]$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067 \begin_inset Formula $1+1=2$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 </lyxtabular>
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \end_inset
3084
3085
3086 \end_layout
3087
3088 \begin_layout Standard
3089 Les flottants de tableau sont insérés en utilisant le menu 
3090 \family sans
3091 Insertion\SpecialChar menuseparator
3092 Flottant\SpecialChar menuseparator
3093 Tableau
3094 \family default
3095  ou le bouton 
3096 \begin_inset Info
3097 type  "icon"
3098 arg   "float-insert table"
3099 \end_inset
3100
3101  de la barre d'outils.
3102 \end_layout
3103
3104 \begin_layout Standard
3105 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3106  qui a comme étiquette 
3107 \begin_inset Quotes fld
3108 \end_inset
3109
3110 Tableau
3111 \begin_inset space ~
3112 \end_inset
3113
3114 #:
3115 \begin_inset Quotes frd
3116 \end_inset
3117
3118  (où # est le numéro du tableau).
3119  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3120 \end_layout
3121
3122 \begin_layout Standard
3123 Le tableau
3124 \begin_inset space ~
3125 \end_inset
3126
3127
3128 \begin_inset CommandInset ref
3129 LatexCommand ref
3130 reference "tab:Flottant-de-tableau"
3131
3132 \end_inset
3133
3134  est un exemple de tableau dans un flottant de tableau.
3135 \end_layout
3136
3137 \begin_layout Standard
3138 On met habituellement la légende au dessus des tableaux, mais cette règle
3139  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3140 .
3141  Cela signifie que si vous utilisez un document appartenant aux classes
3142  
3143 \family sans
3144 article
3145 \family default
3146
3147 \family sans
3148 book
3149 \family default
3150
3151 \family sans
3152 letter
3153 \family default
3154 , ou
3155 \family sans
3156  report
3157 \family default
3158  il n'y aura pas d'espace entre la légende et le tableau.
3159  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3160  la commande de chargement du paquetage \SpecialChar LaTeX
3161  
3162 \series bold
3163 caption
3164 \series default
3165
3166 \begin_inset Index idx
3167 status collapsed
3168
3169 \begin_layout Plain Layout
3170 Paquetages \SpecialChar LaTeX
3171  ! caption
3172 \end_layout
3173
3174 \end_inset
3175
3176  dans le préambule de votre document.
3177 \begin_inset Foot
3178 status collapsed
3179
3180 \begin_layout Plain Layout
3181 Pour plus d'information voyez la section
3182 \begin_inset space ~
3183 \end_inset
3184
3185
3186 \begin_inset CommandInset ref
3187 LatexCommand ref
3188 reference "sec:Placement-légende"
3189
3190 \end_inset
3191
3192 .
3193 \end_layout
3194
3195 \end_inset
3196
3197 :
3198 \end_layout
3199
3200 \begin_layout Standard
3201
3202 \series bold
3203 tableposition=top
3204 \end_layout
3205
3206 \begin_layout Standard
3207 Le paquetage 
3208 \series bold
3209 caption
3210 \series default
3211 , qui est décrit dans la section
3212 \begin_inset space ~
3213 \end_inset
3214
3215
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sec:Formatage-légende"
3219
3220 \end_inset
3221
3222 , est utilisé pour ajuster le format des légendes.
3223 \end_layout
3224
3225 \begin_layout Standard
3226 Dans le texte, on fait référence à un tableau
3227 \begin_inset Index idx
3228 status collapsed
3229
3230 \begin_layout Plain Layout
3231 References@Références ! à des Tableaux
3232 \end_layout
3233
3234 \end_inset
3235
3236  en faisant référence à sa légende.
3237  On insère donc une étiquette dans la légende en utilisant le menu 
3238 \family sans
3239 Insertion
3240 \family default
3241 \SpecialChar menuseparator
3242
3243 \family sans
3244 Étiquette
3245 \family default
3246  ou le bouton 
3247 \begin_inset Info
3248 type  "icon"
3249 arg   "label-insert"
3250 \end_inset
3251
3252  de la barre d'outils.
3253  On peut alors faire référence à cette étiquette en utilisant le menu 
3254 \family sans
3255 Insertion\SpecialChar menuseparator
3256 Référence
3257 \begin_inset space ~
3258 \end_inset
3259
3260 croisée
3261 \family default
3262  ou le bouton 
3263 \begin_inset Info
3264 type  "icon"
3265 arg   "dialog-show-new-inset ref"
3266 \end_inset
3267
3268  de la barre d'outils.
3269 \begin_inset Newline newline
3270 \end_inset
3271
3272 Les références croisées sont expliquées en détail dans la section
3273 \begin_inset space ~
3274 \end_inset
3275
3276
3277 \begin_inset CommandInset ref
3278 LatexCommand ref
3279 reference "sec:Referencer-les-Flottants"
3280
3281 \end_inset
3282
3283 .
3284 \end_layout
3285
3286 \begin_layout Section
3287 Tableaux Longs
3288 \begin_inset CommandInset label
3289 LatexCommand label
3290 name "sec:Tableaux-longs"
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Tableaux longs
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 Tableau ! Tableaux longs
3310 \end_layout
3311
3312 \end_inset
3313
3314
3315 \end_layout
3316
3317 \begin_layout Standard
3318 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3319  l'option 
3320 \family sans
3321 Utiliser
3322 \begin_inset space ~
3323 \end_inset
3324
3325 les
3326 \begin_inset space ~
3327 \end_inset
3328
3329 tableaux
3330 \begin_inset space ~
3331 \end_inset
3332
3333 longs
3334 \family default
3335  de l'onglet 
3336 \family sans
3337 Tableau
3338 \begin_inset space ~
3339 \end_inset
3340
3341 long
3342 \family default
3343  de la fenêtre 
3344 \family sans
3345 Paramètres
3346 \begin_inset space ~
3347 \end_inset
3348
3349 du
3350 \begin_inset space ~
3351 \end_inset
3352
3353 tableau
3354 \family default
3355  pour le répartir automatiquement sur plusieurs pages.
3356  En cochant cette option, vous activez les options suivantes:
3357 \end_layout
3358
3359 \begin_layout Description
3360 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3361  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3362  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3363  première page, si 
3364 \family sans
3365 Premier
3366 \begin_inset space ~
3367 \end_inset
3368
3369 en-tête
3370 \family default
3371  est défini.
3372  Ces lignes forment l'en-tête principal.
3373 \end_layout
3374
3375 \begin_layout Description
3376 Premier
3377 \begin_inset space ~
3378 \end_inset
3379
3380 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3381  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3382  d'en-tête utilisées pour la première page du tableau long.
3383 \end_layout
3384
3385 \begin_layout Description
3386 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3387  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3388  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3389  page si 
3390 \family sans
3391 Dernier
3392 \begin_inset space ~
3393 \end_inset
3394
3395 pied
3396 \family default
3397  est défini.
3398 \end_layout
3399
3400 \begin_layout Description
3401 Dernier
3402 \begin_inset space ~
3403 \end_inset
3404
3405 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3406  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3407  constituant le pied de la dernière page du tableau long.
3408 \end_layout
3409
3410 \begin_layout Description
3411 Légende La ligne courante contient la légende du tableau.
3412  La première ligne est transformée en une colonne unique et une légende
3413  est insérée.
3414  Vous trouverez d'autres explications sur les légendes pour les tableaux
3415  longs dans la section
3416 \begin_inset space ~
3417 \end_inset
3418
3419
3420 \begin_inset CommandInset ref
3421 LatexCommand ref
3422 reference "subsec:Tableaux-longs-légende"
3423
3424 \end_inset
3425
3426 .
3427 \end_layout
3428
3429 \begin_layout Standard
3430 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3431  Voyez le tableau long qui suit pour voir comment ça marche :
3432 \begin_inset Separator parbreak
3433 \end_inset
3434
3435
3436 \end_layout
3437
3438 \begin_layout Standard
3439 \align center
3440 \begin_inset Tabular
3441 <lyxtabular version="3" rows="69" columns="3">
3442 <features islongtable="true" longtabularalignment="center">
3443 <column alignment="left" valignment="top" width="0cm">
3444 <column alignment="left" valignment="top" width="0pt">
3445 <column alignment="center" valignment="top" width="0pt">
3446 <row endfirsthead="true">
3447 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451
3452 \series bold
3453 Exemple d'annuaire téléphonique (ignorez les noms)
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3459 \begin_inset Text
3460
3461 \begin_layout Plain Layout
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 </row>
3477 <row endfirsthead="true">
3478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3479 \begin_inset Text
3480
3481 \begin_layout Plain Layout
3482
3483 \series bold
3484 NOM
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3490 \begin_inset Text
3491
3492 \begin_layout Plain Layout
3493
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502
3503 \series bold
3504 TEL.
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row endhead="true">
3511 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Exemple d'annuaire téléphonique
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row endhead="true">
3542 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 NOM
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568 TEL.
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 </row>
3574 <row endfoot="true">
3575 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579  continue page suivante
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Annovi
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Silvia
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Bertoli
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Stefano
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Bozzi
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Walter
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Cachia
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Maria
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Cachia
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Maurizio
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Cinquemani
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Giusi
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Colin
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Bernard
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Concli
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Gianfranco
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Dal Bosco
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Carolina
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Dalpiaz
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Annamaria
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Feliciello
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Domenico
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Focarelli
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Paola
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Galletti
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Oreste
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Gasparini
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Franca
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Rizzardi
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Paola
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Lassini
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Giancarlo
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Malfatti
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Luciano
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Malfatti
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Valeriano
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166
4167 \series bold
4168 Meneguzzo
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 <cell alignment="center" valignment="top" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177 Roberto
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186 111
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 </row>
4192 <row>
4193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4194 \begin_inset Text
4195
4196 \begin_layout Plain Layout
4197
4198 \series bold
4199 Mezzadra
4200 \end_layout
4201
4202 \end_inset
4203 </cell>
4204 <cell alignment="center" valignment="top" usebox="none">
4205 \begin_inset Text
4206
4207 \begin_layout Plain Layout
4208 Roberto
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 111
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \series bold
4230 Pirpamer
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell alignment="center" valignment="top" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239 Erich
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 111
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 </row>
4254 <row>
4255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4256 \begin_inset Text
4257
4258 \begin_layout Plain Layout
4259
4260 \series bold
4261 Pochiesa
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 Paolo
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 111, 222
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 </row>
4285 <row>
4286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4287 \begin_inset Text
4288
4289 \begin_layout Plain Layout
4290
4291 \series bold
4292 Radina
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Claudio
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 111
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 </row>
4316 <row>
4317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4318 \begin_inset Text
4319
4320 \begin_layout Plain Layout
4321
4322 \series bold
4323 Stuffer
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 Oskar
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 111
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 </row>
4347 <row>
4348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352
4353 \series bold
4354 Tacchelli
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 Ugo
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 111
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 </row>
4378 <row>
4379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4380 \begin_inset Text
4381
4382 \begin_layout Plain Layout
4383
4384 \series bold
4385 Tezzele
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 Margit
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 111
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 </row>
4409 <row>
4410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4411 \begin_inset Text
4412
4413 \begin_layout Plain Layout
4414
4415 \series bold
4416 Unterkalmsteiner
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 Frieda
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 111
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 </row>
4440 <row>
4441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4442 \begin_inset Text
4443
4444 \begin_layout Plain Layout
4445
4446 \series bold
4447 Vieider
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 Hilde
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 111
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 </row>
4471 <row>
4472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4473 \begin_inset Text
4474
4475 \begin_layout Plain Layout
4476
4477 \series bold
4478 Vigna
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 Jürgen
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 111
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \series bold
4509 Weber
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 Maurizio
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 111
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 </row>
4533 <row>
4534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538
4539 \series bold
4540 Winkler
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 Franz
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 111
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 </row>
4564 <row>
4565 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4566 \begin_inset Text
4567
4568 \begin_layout Plain Layout
4569  
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Annovi
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Silvia
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Bertoli
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Stefano
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Bozzi
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Walter
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Cachia
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Maria
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Cachia
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Maurizio
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Cinquemani
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Giusi
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Colin
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Bernard
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Concli
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Gianfranco
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Dal Bosco
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Carolina
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Dalpiaz
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Annamaria
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Feliciello
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Domenico
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Focarelli
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Paola
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Galletti
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Oreste
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Gasparini
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Franca
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Rizzardi
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Paola
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Lassini
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Giancarlo
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 555
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Malfatti
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Luciano
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Malfatti
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Valeriano
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row>
5152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156
5157 \series bold
5158 Meneguzzo
5159 \end_layout
5160
5161 \end_inset
5162 </cell>
5163 <cell alignment="center" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 Roberto
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176 555
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 </row>
5182 <row>
5183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5184 \begin_inset Text
5185
5186 \begin_layout Plain Layout
5187
5188 \series bold
5189 Mezzadra
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 <cell alignment="center" valignment="top" usebox="none">
5195 \begin_inset Text
5196
5197 \begin_layout Plain Layout
5198 Roberto
5199 \end_layout
5200
5201 \end_inset
5202 </cell>
5203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5204 \begin_inset Text
5205
5206 \begin_layout Plain Layout
5207 555
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 </row>
5213 <row>
5214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5215 \begin_inset Text
5216
5217 \begin_layout Plain Layout
5218
5219 \series bold
5220 Pirpamer
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 Erich
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5235 \begin_inset Text
5236
5237 \begin_layout Plain Layout
5238 555
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 </row>
5244 <row>
5245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249
5250 \series bold
5251 Pochiesa
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 <cell alignment="center" valignment="top" usebox="none">
5257 \begin_inset Text
5258
5259 \begin_layout Plain Layout
5260 Paolo
5261 \end_layout
5262
5263 \end_inset
5264 </cell>
5265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5266 \begin_inset Text
5267
5268 \begin_layout Plain Layout
5269 555, 222
5270 \end_layout
5271
5272 \end_inset
5273 </cell>
5274 </row>
5275 <row>
5276 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5277 \begin_inset Text
5278
5279 \begin_layout Plain Layout
5280
5281 \series bold
5282 Radina
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 Claudio
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300 555
5301 \end_layout
5302
5303 \end_inset
5304 </cell>
5305 </row>
5306 <row>
5307 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5308 \begin_inset Text
5309
5310 \begin_layout Plain Layout
5311
5312 \series bold
5313 Stuffer
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 Oskar
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5328 \begin_inset Text
5329
5330 \begin_layout Plain Layout
5331 555
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \series bold
5344 Tacchelli
5345 \end_layout
5346
5347 \end_inset
5348 </cell>
5349 <cell alignment="center" valignment="top" usebox="none">
5350 \begin_inset Text
5351
5352 \begin_layout Plain Layout
5353 Ugo
5354 \end_layout
5355
5356 \end_inset
5357 </cell>
5358 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5359 \begin_inset Text
5360
5361 \begin_layout Plain Layout
5362 555
5363 \end_layout
5364
5365 \end_inset
5366 </cell>
5367 </row>
5368 <row>
5369 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5370 \begin_inset Text
5371
5372 \begin_layout Plain Layout
5373
5374 \series bold
5375 Tezzele
5376 \end_layout
5377
5378 \end_inset
5379 </cell>
5380 <cell alignment="center" valignment="top" usebox="none">
5381 \begin_inset Text
5382
5383 \begin_layout Plain Layout
5384 Margit
5385 \end_layout
5386
5387 \end_inset
5388 </cell>
5389 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5390 \begin_inset Text
5391
5392 \begin_layout Plain Layout
5393 555
5394 \end_layout
5395
5396 \end_inset
5397 </cell>
5398 </row>
5399 <row>
5400 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404
5405 \series bold
5406 Unterkalmsteiner
5407 \end_layout
5408
5409 \end_inset
5410 </cell>
5411 <cell alignment="center" valignment="top" usebox="none">
5412 \begin_inset Text
5413
5414 \begin_layout Plain Layout
5415 Frieda
5416 \end_layout
5417
5418 \end_inset
5419 </cell>
5420 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5421 \begin_inset Text
5422
5423 \begin_layout Plain Layout
5424 555
5425 \end_layout
5426
5427 \end_inset
5428 </cell>
5429 </row>
5430 <row>
5431 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5432 \begin_inset Text
5433
5434 \begin_layout Plain Layout
5435
5436 \series bold
5437 Vieider
5438 \end_layout
5439
5440 \end_inset
5441 </cell>
5442 <cell alignment="center" valignment="top" usebox="none">
5443 \begin_inset Text
5444
5445 \begin_layout Plain Layout
5446 Hilde
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 555
5456 \end_layout
5457
5458 \end_inset
5459 </cell>
5460 </row>
5461 <row>
5462 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466
5467 \series bold
5468 Vigna
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Jürgen
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 999
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 </row>
5492 <row>
5493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497
5498 \series bold
5499 Weber
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 Maurizio
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 555
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 </row>
5523 <row>
5524 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528
5529 \series bold
5530 Winkler
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539 Franz
5540 \end_layout
5541
5542 \end_inset
5543 </cell>
5544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5545 \begin_inset Text
5546
5547 \begin_layout Plain Layout
5548 555
5549 \end_layout
5550
5551 \end_inset
5552 </cell>
5553 </row>
5554 <row endlastfoot="true">
5555 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 Fin
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset ERT
5589 status collapsed
5590
5591 \begin_layout Plain Layout
5592
5593
5594 \backslash
5595 addtocounter{table}{-1}
5596 \end_layout
5597
5598 \end_inset
5599
5600
5601 \begin_inset Note Note
5602 status collapsed
5603
5604 \begin_layout Plain Layout
5605 Voyez la première note grisée de la section
5606 \begin_inset space ~
5607 \end_inset
5608
5609
5610 \begin_inset CommandInset ref
5611 LatexCommand ref
5612 reference "subsec:Tableaux-longs-légende"
5613
5614 \end_inset
5615
5616  pour une explication de cette commande.
5617 \end_layout
5618
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \begin_layout Subsection
5625 Notes de bas de page dans les tableaux longs
5626 \begin_inset CommandInset label
5627 LatexCommand label
5628 name "subsec:Notes-dans-tableau-long"
5629
5630 \end_inset
5631
5632
5633 \begin_inset Index idx
5634 status collapsed
5635
5636 \begin_layout Plain Layout
5637 Tableaux longs ! Notes de bas de page
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \end_layout
5644
5645 \begin_layout Standard
5646 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5647  long.
5648  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5649  contenant la note.
5650  Par exemple le tableau
5651 \begin_inset space ~
5652 \end_inset
5653
5654
5655 \begin_inset CommandInset ref
5656 LatexCommand ref
5657 reference "tab:Légendes-tableau-différentes"
5658
5659 \end_inset
5660
5661  a une note de bas de page.
5662 \end_layout
5663
5664 \begin_layout Subsection
5665 Alignement des tableaux longs
5666 \begin_inset Index idx
5667 status collapsed
5668
5669 \begin_layout Plain Layout
5670 Tableaux longs ! Alignement
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \begin_layout Standard
5679 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5680  de dialogue des paramètres de tableau.
5681  Pour les alignements à droite et à gauche, le tableau sera directement
5682  au bord de la page.
5683  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5684  l'alignement centré et modifier les valeurs des longueurs 
5685 \series bold
5686
5687 \backslash
5688 LTleft 
5689 \series default
5690 et 
5691 \series bold
5692
5693 \backslash
5694 LTright
5695 \series default
5696  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5697  avant le tableau long
5698  concerné :
5699 \end_layout
5700
5701 \begin_layout Standard
5702
5703 \series bold
5704
5705 \backslash
5706 setlength{
5707 \backslash
5708 LTleft}{valeur}
5709 \end_layout
5710
5711 \begin_layout Standard
5712 Où 
5713 \series bold
5714 valeur
5715 \series default
5716  peut avoir n'importe laquelle des unités listées dans le tableau
5717 \begin_inset space ~
5718 \end_inset
5719
5720
5721 \begin_inset CommandInset ref
5722 LatexCommand ref
5723 reference "cha:Unités-de-longueur"
5724
5725 \end_inset
5726
5727 .
5728  
5729 \series bold
5730
5731 \backslash
5732 LTleft
5733 \series default
5734  contrôle la distance horizontale entre le bord gauche de la page et le
5735  tableau, et
5736 \series bold
5737  
5738 \backslash
5739 LTright
5740 \series default
5741  la distance au bord droit.
5742  La valeur implicite des ces deux distances est 
5743 \series bold
5744
5745 \backslash
5746 fill
5747 \series default
5748 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5749 .
5750 \end_layout
5751
5752 \begin_layout Standard
5753 Le tableau long suivant a été centrée en mettant 
5754 \series bold
5755
5756 \backslash
5757 LTleft
5758 \series default
5759  à 
5760 \family sans
5761 0.1
5762 \backslash
5763 columnwidth
5764 \family default
5765 :
5766 \begin_inset ERT
5767 status collapsed
5768
5769 \begin_layout Plain Layout
5770
5771
5772 \backslash
5773 setlength{
5774 \backslash
5775 LTleft}{0.1
5776 \backslash
5777 columnwidth}
5778 \end_layout
5779
5780 \end_inset
5781
5782
5783 \end_layout
5784
5785 \begin_layout Standard
5786 \begin_inset Tabular
5787 <lyxtabular version="3" rows="5" columns="5">
5788 <features islongtable="true" longtabularalignment="center">
5789 <column alignment="center" valignment="top">
5790 <column alignment="center" valignment="top">
5791 <column alignment="center" valignment="top">
5792 <column alignment="center" valignment="top">
5793 <column alignment="center" valignment="top">
5794 <row>
5795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 1
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 2
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 3
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 4
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 5
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 asd
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 s
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 s
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 asd
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 s
5903 \end_layout
5904
5905 \end_inset
5906 </cell>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 s
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 asd
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 </row>
5935 <row>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 asd
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949 s
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 s
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 asd
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 </row>
5982 <row>
5983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996 asd
5997 \end_layout
5998
5999 \end_inset
6000 </cell>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 </row>
6029 </lyxtabular>
6030
6031 \end_inset
6032
6033
6034 \begin_inset ERT
6035 status collapsed
6036
6037 \begin_layout Plain Layout
6038
6039
6040 \backslash
6041 setlength{
6042 \backslash
6043 LTleft}{
6044 \backslash
6045 fill}
6046 \end_layout
6047
6048 \end_inset
6049
6050
6051 \begin_inset ERT
6052 status collapsed
6053
6054 \begin_layout Plain Layout
6055
6056
6057 \backslash
6058 addtocounter{table}{-1}
6059 \end_layout
6060
6061 \end_inset
6062
6063
6064 \begin_inset Note Note
6065 status collapsed
6066
6067 \begin_layout Plain Layout
6068 Voyez la première note grisée de la section
6069 \begin_inset space ~
6070 \end_inset
6071
6072
6073 \begin_inset CommandInset ref
6074 LatexCommand ref
6075 reference "subsec:Tableaux-longs-légende"
6076
6077 \end_inset
6078
6079  pour une explication de cette commande.
6080 \end_layout
6081
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \begin_layout Subsection
6088 Légendes et tableaux longs
6089 \begin_inset Index idx
6090 status collapsed
6091
6092 \begin_layout Plain Layout
6093 Tableaux longs ! Legendes@Légendes
6094 \end_layout
6095
6096 \end_inset
6097
6098
6099 \begin_inset CommandInset label
6100 LatexCommand label
6101 name "subsec:Tableaux-longs-légende"
6102
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \begin_layout Standard
6109 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6110  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6111  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6112  longs quand on utilise pour une ligne l'option de tableau long 
6113 \family sans
6114 Légende
6115 \family default
6116 , comme c'est expliqué dans la section
6117 \begin_inset space ~
6118 \end_inset
6119
6120
6121 \begin_inset CommandInset ref
6122 LatexCommand ref
6123 reference "sec:Tableaux-longs"
6124
6125 \end_inset
6126
6127 .
6128 \end_layout
6129
6130 \begin_layout Standard
6131 Voici un petit Tableau long pour voir comment ça marche :
6132 \end_layout
6133
6134 \begin_layout Standard
6135 \begin_inset Tabular
6136 <lyxtabular version="3" rows="6" columns="5">
6137 <features islongtable="true" longtabularalignment="center">
6138 <column alignment="center" valignment="top">
6139 <column alignment="center" valignment="top">
6140 <column alignment="center" valignment="top">
6141 <column alignment="center" valignment="top">
6142 <column alignment="center" valignment="top">
6143 <row endfirsthead="true" caption="true">
6144 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Caption Standard
6149
6150 \begin_layout Plain Layout
6151 Tableau long avec une légende
6152 \begin_inset Argument 1
6153 status open
6154
6155 \begin_layout Plain Layout
6156 Tableau long
6157 \end_layout
6158
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175
6176 \end_layout
6177
6178 \end_inset
6179 </cell>
6180 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193
6194 \end_layout
6195
6196 \end_inset
6197 </cell>
6198 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6199 \begin_inset Text
6200
6201 \begin_layout Plain Layout
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 1
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 2
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6228 \begin_inset Text
6229
6230 \begin_layout Plain Layout
6231 3
6232 \end_layout
6233
6234 \end_inset
6235 </cell>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240 4
6241 \end_layout
6242
6243 \end_inset
6244 </cell>
6245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6246 \begin_inset Text
6247
6248 \begin_layout Plain Layout
6249 5
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 <row>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 asd
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 s
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 s
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6284 \begin_inset Text
6285
6286 \begin_layout Plain Layout
6287 s
6288 \end_layout
6289
6290 \end_inset
6291 </cell>
6292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6293 \begin_inset Text
6294
6295 \begin_layout Plain Layout
6296 asd
6297 \end_layout
6298
6299 \end_inset
6300 </cell>
6301 </row>
6302 <row>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 asd
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 s
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 s
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 s
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 asd
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 asd
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 s
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 s
6373 \end_layout
6374
6375 \end_inset
6376 </cell>
6377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6378 \begin_inset Text
6379
6380 \begin_layout Plain Layout
6381 s
6382 \end_layout
6383
6384 \end_inset
6385 </cell>
6386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6387 \begin_inset Text
6388
6389 \begin_layout Plain Layout
6390 asd
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 </row>
6396 <row>
6397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 asd
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 asd
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428 asd
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437 asd
6438 \end_layout
6439
6440 \end_inset
6441 </cell>
6442 </row>
6443 </lyxtabular>
6444
6445 \end_inset
6446
6447
6448 \end_layout
6449
6450 \begin_layout Standard
6451 \begin_inset VSpace medskip
6452 \end_inset
6453
6454
6455 \begin_inset Note Greyedout
6456 status open
6457
6458 \begin_layout Plain Layout
6459
6460 \series bold
6461 Note
6462 \begin_inset space ~
6463 \end_inset
6464
6465 1:
6466 \series default
6467  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6468  n'avez pas prévu de légende.
6469  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6470 \begin_inset space ~
6471 \end_inset
6472
6473 2.4 suit le tableau
6474 \begin_inset space ~
6475 \end_inset
6476
6477 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6478  sans légende.
6479  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6480  après
6481  chaque tableau long sans légende :
6482 \end_layout
6483
6484 \begin_layout Plain Layout
6485
6486 \series bold
6487
6488 \backslash
6489 addtocounter{table}{-1}
6490 \end_layout
6491
6492 \begin_layout Plain Layout
6493 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6494  et que vous ajoutez le code suivant dans le préambule du document :
6495 \end_layout
6496
6497 \begin_layout Plain Layout
6498
6499 \series bold
6500
6501 \backslash
6502 let
6503 \backslash
6504 myEnd
6505 \backslash
6506 endlongtable
6507 \begin_inset Newline newline
6508 \end_inset
6509
6510
6511 \backslash
6512 renewcommand{
6513 \backslash
6514 endlongtable}{
6515 \backslash
6516 myEnd
6517 \backslash
6518 addtocounter{table}{-1}}
6519 \end_layout
6520
6521 \end_inset
6522
6523
6524 \end_layout
6525
6526 \begin_layout Standard
6527 \begin_inset Note Greyedout
6528 status open
6529
6530 \begin_layout Plain Layout
6531
6532 \series bold
6533 Note
6534 \begin_inset space ~
6535 \end_inset
6536
6537 2:
6538 \series default
6539  Si vous utilisez 
6540 \series bold
6541 hyperref
6542 \series default
6543
6544 \begin_inset Index idx
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548 Paquetages \SpecialChar LaTeX
6549  ! hyperref
6550 \end_layout
6551
6552 \end_inset
6553
6554  dans les 
6555 \family sans
6556 Paramètres du document
6557 \family default
6558  rubrique 
6559 \family sans
6560 Propriétés
6561 \begin_inset space ~
6562 \end_inset
6563
6564 du
6565 \begin_inset space ~
6566 \end_inset
6567
6568 PDF
6569 \family default
6570 , pour transformer vos références croisées en liens cliquables, le lien
6571  vers un tableau long pointera toujours sur le début du document.
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Subsubsection
6580 Références à des tableaux longs
6581 \begin_inset Index idx
6582 status collapsed
6583
6584 \begin_layout Plain Layout
6585 Tableaux longs ! Références
6586 \end_layout
6587
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \begin_layout Standard
6594 \begin_inset Tabular
6595 <lyxtabular version="3" rows="6" columns="5">
6596 <features islongtable="true" longtabularalignment="center">
6597 <column alignment="center" valignment="top">
6598 <column alignment="center" valignment="top">
6599 <column alignment="center" valignment="top">
6600 <column alignment="center" valignment="top">
6601 <column alignment="center" valignment="top">
6602 <row endfirsthead="true" caption="true">
6603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 \begin_inset Caption Standard
6608
6609 \begin_layout Plain Layout
6610 Tableau long référencé
6611 \begin_inset CommandInset label
6612 LatexCommand label
6613 name "tab:RefExemple"
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \end_inset
6621
6622
6623 \end_layout
6624
6625 \end_inset
6626 </cell>
6627 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6628 \begin_inset Text
6629
6630 \begin_layout Plain Layout
6631
6632 \end_layout
6633
6634 \end_inset
6635 </cell>
6636 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6637 \begin_inset Text
6638
6639 \begin_layout Plain Layout
6640
6641 \end_layout
6642
6643 \end_inset
6644 </cell>
6645 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 <row>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669 1
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678 2
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6684 \begin_inset Text
6685
6686 \begin_layout Plain Layout
6687 3
6688 \end_layout
6689
6690 \end_inset
6691 </cell>
6692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6693 \begin_inset Text
6694
6695 \begin_layout Plain Layout
6696 4
6697 \end_layout
6698
6699 \end_inset
6700 </cell>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 5
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 </row>
6711 <row>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 asd
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 s
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6731 \begin_inset Text
6732
6733 \begin_layout Plain Layout
6734 s
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6740 \begin_inset Text
6741
6742 \begin_layout Plain Layout
6743 s
6744 \end_layout
6745
6746 \end_inset
6747 </cell>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 </row>
6758 <row>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 asd
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 s
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6778 \begin_inset Text
6779
6780 \begin_layout Plain Layout
6781 s
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 s
6791 \end_layout
6792
6793 \end_inset
6794 </cell>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 </row>
6805 <row>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 asd
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 s
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6825 \begin_inset Text
6826
6827 \begin_layout Plain Layout
6828 s
6829 \end_layout
6830
6831 \end_inset
6832 </cell>
6833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6834 \begin_inset Text
6835
6836 \begin_layout Plain Layout
6837 s
6838 \end_layout
6839
6840 \end_inset
6841 </cell>
6842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 </row>
6852 <row>
6853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 asd
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 sad
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6872 \begin_inset Text
6873
6874 \begin_layout Plain Layout
6875 asd
6876 \end_layout
6877
6878 \end_inset
6879 </cell>
6880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6881 \begin_inset Text
6882
6883 \begin_layout Plain Layout
6884 asd
6885 \end_layout
6886
6887 \end_inset
6888 </cell>
6889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6890 \begin_inset Text
6891
6892 \begin_layout Plain Layout
6893 asd
6894 \end_layout
6895
6896 \end_inset
6897 </cell>
6898 </row>
6899 </lyxtabular>
6900
6901 \end_inset
6902
6903
6904 \end_layout
6905
6906 \begin_layout Standard
6907 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6908  dans sa légende.
6909 \end_layout
6910
6911 \begin_layout Standard
6912 Ceci est une référence au tableau
6913 \begin_inset space ~
6914 \end_inset
6915
6916
6917 \begin_inset CommandInset ref
6918 LatexCommand ref
6919 reference "tab:RefExemple"
6920
6921 \end_inset
6922
6923 .
6924 \end_layout
6925
6926 \begin_layout Standard
6927 La mise en forme de la légende peut être ajustée avec celle de toutes les
6928  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6929  
6930 \series bold
6931 caption
6932 \series default
6933
6934 \begin_inset Index idx
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938 Paquetages \SpecialChar LaTeX
6939  ! caption
6940 \end_layout
6941
6942 \end_inset
6943
6944 , voir la section
6945 \begin_inset space ~
6946 \end_inset
6947
6948
6949 \begin_inset CommandInset ref
6950 LatexCommand ref
6951 reference "sec:Formatage-légende"
6952
6953 \end_inset
6954
6955 .
6956 \end_layout
6957
6958 \begin_layout Subsubsection
6959 Largeur de la légende
6960 \begin_inset Index idx
6961 status collapsed
6962
6963 \begin_layout Plain Layout
6964 Tableaux longs ! Largeur de la légende
6965 \end_layout
6966
6967 \end_inset
6968
6969
6970 \end_layout
6971
6972 \begin_layout Standard
6973 La largeur maximale des lignes de légende est définie par la longueur 
6974 \series bold
6975
6976 \backslash
6977 LTcapwidth
6978 \series default
6979 .
6980  Sa valeur implicite est 4
6981 \begin_inset space \thinspace{}
6982 \end_inset
6983
6984 in.
6985  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6986  de votre document ou en tant que code \SpecialChar TeX
6987  directement dans votre document
6988  avant le tableau qui doit être affectée.
6989 \end_layout
6990
6991 \begin_layout Standard
6992
6993 \series bold
6994
6995 \backslash
6996 setlength{
6997 \backslash
6998 LTcapwidth}{largeur}
6999 \end_layout
7000
7001 \begin_layout Standard
7002 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7003 \begin_inset space ~
7004 \end_inset
7005
7006
7007 \begin_inset CommandInset ref
7008 LatexCommand ref
7009 reference "cha:Unités-de-longueur"
7010
7011 \end_inset
7012
7013 .
7014 \end_layout
7015
7016 \begin_layout Standard
7017 Les tableaux suivants montrent la différence :
7018 \end_layout
7019
7020 \begin_layout Standard
7021 \begin_inset Tabular
7022 <lyxtabular version="3" rows="6" columns="5">
7023 <features islongtable="true" longtabularalignment="center">
7024 <column alignment="center" valignment="top">
7025 <column alignment="center" valignment="top">
7026 <column alignment="center" valignment="top">
7027 <column alignment="center" valignment="top">
7028 <column alignment="center" valignment="top">
7029 <row endfirsthead="true" caption="true">
7030 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7031 \begin_inset Text
7032
7033 \begin_layout Plain Layout
7034 \begin_inset Caption Standard
7035
7036 \begin_layout Plain Layout
7037 long titre complet avec la largeur implicite long titre complet avec la
7038  largeur implicite long titre complet avec la largeur implicite
7039 \begin_inset Argument 1
7040 status open
7041
7042 \begin_layout Plain Layout
7043 Légende avec largeur implicite
7044 \end_layout
7045
7046 \end_inset
7047
7048
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 </row>
7095 <row>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 1
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 2
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 3
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 4
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 5
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 asd
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 s
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7180 \begin_inset Text
7181
7182 \begin_layout Plain Layout
7183 asd
7184 \end_layout
7185
7186 \end_inset
7187 </cell>
7188 </row>
7189 <row>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 asd
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 s
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7227 \begin_inset Text
7228
7229 \begin_layout Plain Layout
7230 asd
7231 \end_layout
7232
7233 \end_inset
7234 </cell>
7235 </row>
7236 <row>
7237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 asd
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 s
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 s
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 s
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7274 \begin_inset Text
7275
7276 \begin_layout Plain Layout
7277 asd
7278 \end_layout
7279
7280 \end_inset
7281 </cell>
7282 </row>
7283 <row>
7284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7285 \begin_inset Text
7286
7287 \begin_layout Plain Layout
7288 asd
7289 \end_layout
7290
7291 \end_inset
7292 </cell>
7293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 sad
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 asd
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 asd
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7321 \begin_inset Text
7322
7323 \begin_layout Plain Layout
7324 asd
7325 \end_layout
7326
7327 \end_inset
7328 </cell>
7329 </row>
7330 </lyxtabular>
7331
7332 \end_inset
7333
7334
7335 \end_layout
7336
7337 \begin_layout Standard
7338 \begin_inset ERT
7339 status collapsed
7340
7341 \begin_layout Plain Layout
7342
7343
7344 \backslash
7345 setlength{
7346 \backslash
7347 LTcapwidth}{5cm}
7348 \end_layout
7349
7350 \end_inset
7351
7352
7353 \begin_inset Tabular
7354 <lyxtabular version="3" rows="6" columns="5">
7355 <features islongtable="true" longtabularalignment="center">
7356 <column alignment="center" valignment="top">
7357 <column alignment="center" valignment="top">
7358 <column alignment="center" valignment="top">
7359 <column alignment="center" valignment="top">
7360 <column alignment="center" valignment="top">
7361 <row endfirsthead="true" caption="true">
7362 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7363 \begin_inset Text
7364
7365 \begin_layout Plain Layout
7366 \begin_inset Caption Standard
7367
7368 \begin_layout Plain Layout
7369 long titre complet avec la largeur réglée à 5
7370 \begin_inset space \thinspace{}
7371 \end_inset
7372
7373 cm long titre complet avec la largeur réglée à 5
7374 \begin_inset space \thinspace{}
7375 \end_inset
7376
7377 cm long titre complet avec la largeur réglée à 5
7378 \begin_inset space \thinspace{}
7379 \end_inset
7380
7381 cm
7382 \begin_inset Argument 1
7383 status open
7384
7385 \begin_layout Plain Layout
7386 Légende avec largeur à
7387 \begin_inset space \thinspace{}
7388 \end_inset
7389
7390 =
7391 \begin_inset space \thinspace{}
7392 \end_inset
7393
7394 5
7395 \begin_inset space \thinspace{}
7396 \end_inset
7397
7398 cm
7399 \end_layout
7400
7401 \end_inset
7402
7403
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \end_layout
7410
7411 \end_inset
7412 </cell>
7413 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Plain Layout
7435
7436 \end_layout
7437
7438 \end_inset
7439 </cell>
7440 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7441 \begin_inset Text
7442
7443 \begin_layout Plain Layout
7444
7445 \end_layout
7446
7447 \end_inset
7448 </cell>
7449 </row>
7450 <row>
7451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455 1
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464 2
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473 3
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482 4
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491 5
7492 \end_layout
7493
7494 \end_inset
7495 </cell>
7496 </row>
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 asd
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 s
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 s
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 s
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538 asd
7539 \end_layout
7540
7541 \end_inset
7542 </cell>
7543 </row>
7544 <row>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549 asd
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 s
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 s
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 s
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585 asd
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 asd
7597 \end_layout
7598
7599 \end_inset
7600 </cell>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605 s
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7611 \begin_inset Text
7612
7613 \begin_layout Plain Layout
7614 s
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 s
7624 \end_layout
7625
7626 \end_inset
7627 </cell>
7628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7629 \begin_inset Text
7630
7631 \begin_layout Plain Layout
7632 asd
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643 asd
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 sad
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 asd
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 asd
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 asd
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 </lyxtabular>
7686
7687 \end_inset
7688
7689
7690 \end_layout
7691
7692 \begin_layout Standard
7693 \begin_inset ERT
7694 status collapsed
7695
7696 \begin_layout Plain Layout
7697
7698
7699 \backslash
7700 setlength{
7701 \backslash
7702 LTcapwidth}{4in}
7703 \end_layout
7704
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \begin_layout Standard
7711 \begin_inset Note Greyedout
7712 status open
7713
7714 \begin_layout Plain Layout
7715
7716 \series bold
7717 Note:
7718 \series default
7719  Quand on utilise la paquetage \SpecialChar LaTeX
7720  
7721 \series bold
7722 caption
7723 \series default
7724
7725 \begin_inset Index idx
7726 status collapsed
7727
7728 \begin_layout Plain Layout
7729 Paquetages \SpecialChar LaTeX
7730  ! caption
7731 \end_layout
7732
7733 \end_inset
7734
7735  , comme c'est les cas dans ce document, la légende prend toute la largeur
7736  de la page quand on utilise la largeur implicite de 4
7737 \begin_inset space \thinspace{}
7738 \end_inset
7739
7740 in pour 
7741 \series bold
7742
7743 \backslash
7744 LTcapwidth
7745 \series default
7746 .
7747  Pour avoir dans ce cas une légende qui fasse exactement 4
7748 \begin_inset space \thinspace{}
7749 \end_inset
7750
7751 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7752  comme par exemple 3.99
7753 \begin_inset space \thinspace{}
7754 \end_inset
7755
7756 in, soit utiliser la commande \SpecialChar LaTeX
7757  
7758 \series bold
7759
7760 \backslash
7761 captionsetup{width=valeur}
7762 \series default
7763  qui est disponible dans le paquetage 
7764 \series bold
7765 caption
7766 \series default
7767 .
7768 \end_layout
7769
7770 \end_inset
7771
7772
7773 \end_layout
7774
7775 \begin_layout Subsubsection
7776 Des légendes différentes sur chaque page d'un tableau
7777 \begin_inset Argument 1
7778 status collapsed
7779
7780 \begin_layout Plain Layout
7781 Légendes différentes
7782 \end_layout
7783
7784 \end_inset
7785
7786
7787 \begin_inset Index idx
7788 status collapsed
7789
7790 \begin_layout Plain Layout
7791 Tableaux longs ! Legendes@Légendes différentes par page
7792 \end_layout
7793
7794 \end_inset
7795
7796
7797 \end_layout
7798
7799 \begin_layout Standard
7800 Quand la légende du tableau pour les pages suivantes doit être différente
7801  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7802  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7803  dans le menu contextuel
7804 \family sans
7805  Légende (TableauLongSansNuméro)
7806 \family default
7807 .
7808  Le tableau
7809 \begin_inset space ~
7810 \end_inset
7811
7812
7813 \begin_inset CommandInset ref
7814 LatexCommand ref
7815 reference "tab:Légendes-tableau-différentes"
7816
7817 \end_inset
7818
7819  est un exemple de tableau long avec des légendes différentes et où la seconde
7820  légende ne contient pas le numéro du tableau.
7821 \begin_inset Separator parbreak
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \begin_layout Standard
7828 \align center
7829 \begin_inset Tabular
7830 <lyxtabular version="3" rows="59" columns="3">
7831 <features islongtable="true" longtabularalignment="center">
7832 <column alignment="left" valignment="top" width="0pt">
7833 <column alignment="left" valignment="top" width="0pt">
7834 <column alignment="center" valignment="top" width="0pt">
7835 <row endfirsthead="true" caption="true">
7836 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 \begin_inset Caption Standard
7841
7842 \begin_layout Plain Layout
7843 Exemple d'annuaire téléphonique
7844 \begin_inset CommandInset label
7845 LatexCommand label
7846 name "tab:Légendes-tableau-différentes"
7847
7848 \end_inset
7849
7850
7851 \begin_inset Argument 1
7852 status collapsed
7853
7854 \begin_layout Plain Layout
7855 Exemple Annuaire 
7856 \end_layout
7857
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864
7865
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7880 \begin_inset Text
7881
7882 \begin_layout Plain Layout
7883
7884 \end_layout
7885
7886 \end_inset
7887 </cell>
7888 </row>
7889 <row endfirsthead="true">
7890 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894
7895 \series bold
7896 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7911 \begin_inset Text
7912
7913 \begin_layout Plain Layout
7914
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 </row>
7920 <row endfirsthead="true">
7921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925
7926 \series bold
7927 NOM
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \series bold
7947 TÉL.
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 </row>
7953 <row endhead="true" caption="true">
7954 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset Caption LongTableNoNumber
7959
7960 \begin_layout Plain Layout
7961 Suite de l'exemple d'annuaire téléphonique
7962 \end_layout
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row endhead="true">
7991 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Exemple d'annuaire téléphonique
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row endhead="true">
8022 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 NOM
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \series bold
8048 TÉL.
8049 \end_layout
8050
8051 \end_inset
8052 </cell>
8053 </row>
8054 <row endfoot="true">
8055 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8056 \begin_inset Text
8057
8058 \begin_layout Plain Layout
8059 suite page suivante\SpecialChar ldots
8060
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8066 \begin_inset Text
8067
8068 \begin_layout Plain Layout
8069
8070 \end_layout
8071
8072 \end_inset
8073 </cell>
8074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8075 \begin_inset Text
8076
8077 \begin_layout Plain Layout
8078
8079 \end_layout
8080
8081 \end_inset
8082 </cell>
8083 </row>
8084 <row>
8085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089
8090 \series bold
8091 Annovi
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100 Silvia
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109 111
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 </row>
8115 <row>
8116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120
8121 \series bold
8122 Bertoli
8123 \end_layout
8124
8125 \end_inset
8126 </cell>
8127 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131 Stefano
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 111
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \series bold
8153 Bozzi
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 Walter
8163 \end_layout
8164
8165 \end_inset
8166 </cell>
8167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 111
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \series bold
8184 Cachia
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 Maria
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 111
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 </row>
8208 <row>
8209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213
8214 \series bold
8215 Cachia
8216 \end_layout
8217
8218 \end_inset
8219 </cell>
8220 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224 Maurizio
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 111
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 </row>
8239 <row>
8240 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244
8245 \series bold
8246 Cinquemani
8247 \end_layout
8248
8249 \end_inset
8250 </cell>
8251 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255 Giusi
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8261 \begin_inset Text
8262
8263 \begin_layout Plain Layout
8264 111
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \series bold
8277 Colin
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 Bernard
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 111
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \series bold
8308 Concli
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 Gianfranco
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 111
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 </row>
8332 <row>
8333 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337
8338 \series bold
8339 Dal Bosco
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 Carolina
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Plain Layout
8357 111
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 </row>
8363 <row>
8364 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368
8369 \series bold
8370 Dalpiaz
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 Annamaria
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 111
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \series bold
8401 Feliciello
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 Domenico
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8416 \begin_inset Text
8417
8418 \begin_layout Plain Layout
8419 111
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 </row>
8425 <row>
8426 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430
8431 \series bold
8432 Focarelli
8433 \end_layout
8434
8435 \end_inset
8436 </cell>
8437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441 Paola
8442 \end_layout
8443
8444 \end_inset
8445 </cell>
8446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450 111
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 </row>
8456 <row>
8457 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461
8462 \series bold
8463 Galletti
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472 Oreste
8473 \end_layout
8474
8475 \end_inset
8476 </cell>
8477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8478 \begin_inset Text
8479
8480 \begin_layout Plain Layout
8481 111
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \series bold
8494 Gasparini
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 Franca
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 111
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 </row>
8518 <row>
8519 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523
8524 \series bold
8525 Rizzardi
8526 \series default
8527
8528 \begin_inset Foot
8529 status open
8530
8531 \begin_layout Plain Layout
8532 Exemple de note de bas de page
8533 \end_layout
8534
8535 \end_inset
8536
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 Paola
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8552 \begin_inset Text
8553
8554 \begin_layout Plain Layout
8555 111
8556 \end_layout
8557
8558 \end_inset
8559 </cell>
8560 </row>
8561 <row>
8562 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8563 \begin_inset Text
8564
8565 \begin_layout Plain Layout
8566
8567 \series bold
8568 Lassini
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8574 \begin_inset Text
8575
8576 \begin_layout Plain Layout
8577 Giancarlo
8578 \end_layout
8579
8580 \end_inset
8581 </cell>
8582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8583 \begin_inset Text
8584
8585 \begin_layout Plain Layout
8586 111
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 </row>
8592 <row>
8593 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8594 \begin_inset Text
8595
8596 \begin_layout Plain Layout
8597
8598 \series bold
8599 Malfatti
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8605 \begin_inset Text
8606
8607 \begin_layout Plain Layout
8608 Luciano
8609 \end_layout
8610
8611 \end_inset
8612 </cell>
8613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617 111
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 </row>
8623 <row>
8624 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628
8629 \series bold
8630 Malfatti
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639 Valeriano
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648 111
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 </row>
8654 <row>
8655 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \series bold
8661 Meneguzzo
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670 Roberto
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679 111
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Mezzadra
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Roberto
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 111
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Pirpamer
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Erich
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 111
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Pochiesa
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Paolo
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 111, 222
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Radina
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Claudio
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 111
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Stuffer
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Oskar
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 111
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Tacchelli
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Ugo
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 111
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Tezzele
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Margit
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 111
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Unterkalmsteiner
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Frieda
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 111
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Vieider
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Hilde
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 111
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Vigna
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Jürgen
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 111
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Weber
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Maurizio
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 111
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Winkler
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Franz
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 111
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062  
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \end_layout
9073
9074 \end_inset
9075 </cell>
9076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \end_layout
9082
9083 \end_inset
9084 </cell>
9085 </row>
9086 <row>
9087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091
9092 \series bold
9093 Annovi
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102 Silvia
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 555
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 </row>
9117 <row>
9118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122
9123 \series bold
9124 Bertoli
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133 Stefano
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142 555
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 </row>
9148 <row>
9149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153
9154 \series bold
9155 Bozzi
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Walter
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 555
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \series bold
9186 Cachia
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 Maria
9196 \end_layout
9197
9198 \end_inset
9199 </cell>
9200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9201 \begin_inset Text
9202
9203 \begin_layout Plain Layout
9204 555
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 </row>
9210 <row>
9211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9212 \begin_inset Text
9213
9214 \begin_layout Plain Layout
9215
9216 \series bold
9217 Cachia
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226 Maurizio
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 555
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \series bold
9248 Cinquemani
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9254 \begin_inset Text
9255
9256 \begin_layout Plain Layout
9257 Giusi
9258 \end_layout
9259
9260 \end_inset
9261 </cell>
9262 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266 555
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 </row>
9272 <row>
9273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277
9278 \series bold
9279 Colin
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288 Bernard
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297 555
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 </row>
9303 <row>
9304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \series bold
9310 Concli
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 Gianfranco
9320 \end_layout
9321
9322 \end_inset
9323 </cell>
9324 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9325 \begin_inset Text
9326
9327 \begin_layout Plain Layout
9328 555
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \series bold
9341 Dal Bosco
9342 \end_layout
9343
9344 \end_inset
9345 </cell>
9346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350 Carolina
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359 555
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \series bold
9372 Dalpiaz
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381 Annamaria
9382 \end_layout
9383
9384 \end_inset
9385 </cell>
9386 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9387 \begin_inset Text
9388
9389 \begin_layout Plain Layout
9390 555
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 </row>
9396 <row>
9397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9398 \begin_inset Text
9399
9400 \begin_layout Plain Layout
9401
9402 \series bold
9403 Feliciello
9404 \end_layout
9405
9406 \end_inset
9407 </cell>
9408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9409 \begin_inset Text
9410
9411 \begin_layout Plain Layout
9412 Domenico
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 555
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 </row>
9427 <row>
9428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432
9433 \series bold
9434 Focarelli
9435 \end_layout
9436
9437 \end_inset
9438 </cell>
9439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443 Paola
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9449 \begin_inset Text
9450
9451 \begin_layout Plain Layout
9452 555
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 </row>
9458 <row>
9459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463
9464 \series bold
9465 Galletti
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9471 \begin_inset Text
9472
9473 \begin_layout Plain Layout
9474 Oreste
9475 \end_layout
9476
9477 \end_inset
9478 </cell>
9479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9480 \begin_inset Text
9481
9482 \begin_layout Plain Layout
9483 555
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 </row>
9489 <row>
9490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9491 \begin_inset Text
9492
9493 \begin_layout Plain Layout
9494
9495 \series bold
9496 Gasparini
9497 \end_layout
9498
9499 \end_inset
9500 </cell>
9501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9502 \begin_inset Text
9503
9504 \begin_layout Plain Layout
9505 Franca
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 555
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \series bold
9527 Rizzardi
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 Paola
9537 \end_layout
9538
9539 \end_inset
9540 </cell>
9541 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9542 \begin_inset Text
9543
9544 \begin_layout Plain Layout
9545 555
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 </row>
9551 <row>
9552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9553 \begin_inset Text
9554
9555 \begin_layout Plain Layout
9556
9557 \series bold
9558 Lassini
9559 \end_layout
9560
9561 \end_inset
9562 </cell>
9563 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9564 \begin_inset Text
9565
9566 \begin_layout Plain Layout
9567 Giancarlo
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9573 \begin_inset Text
9574
9575 \begin_layout Plain Layout
9576 555
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 </row>
9582 <row>
9583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9584 \begin_inset Text
9585
9586 \begin_layout Plain Layout
9587
9588 \series bold
9589 Malfatti
9590 \end_layout
9591
9592 \end_inset
9593 </cell>
9594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9595 \begin_inset Text
9596
9597 \begin_layout Plain Layout
9598 Luciano
9599 \end_layout
9600
9601 \end_inset
9602 </cell>
9603 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607 555
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 </row>
9613 <row>
9614 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9615 \begin_inset Text
9616
9617 \begin_layout Plain Layout
9618
9619 \series bold
9620 Malfatti
9621 \end_layout
9622
9623 \end_inset
9624 </cell>
9625 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 Valeriano
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638 555
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 </row>
9644 <row>
9645 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9646 \begin_inset Text
9647
9648 \begin_layout Plain Layout
9649
9650 \series bold
9651 Meneguzzo
9652 \end_layout
9653
9654 \end_inset
9655 </cell>
9656 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9657 \begin_inset Text
9658
9659 \begin_layout Plain Layout
9660 Roberto
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669 555
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \series bold
9682 Mezzadra
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 Roberto
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 555
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 </row>
9706 </lyxtabular>
9707
9708 \end_inset
9709
9710
9711 \end_layout
9712
9713 \begin_layout Section
9714 Questions particulières concernant les tableaux longs
9715 \begin_inset Argument 1
9716 status collapsed
9717
9718 \begin_layout Plain Layout
9719 Questions sur les tableaux longs
9720 \end_layout
9721
9722 \end_inset
9723
9724
9725 \begin_inset CommandInset label
9726 LatexCommand label
9727 name "sec:Questions-sur-tableaux-longs"
9728
9729 \end_inset
9730
9731
9732 \end_layout
9733
9734 \begin_layout Subsection
9735 Calculs des pages des tableaux longs
9736 \begin_inset Index idx
9737 status collapsed
9738
9739 \begin_layout Plain Layout
9740 Tableaux longs ! Calculs
9741 \end_layout
9742
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \begin_layout Standard
9749 \SpecialChar LaTeX
9750  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9751  utilisant des blocs (chunks).
9752  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9753  mémoire de \SpecialChar LaTeX
9754 .
9755  La valeur implicite est fixée pour des raisons historiques à seulement
9756  20 lignes de tableau.
9757  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9758  peut ralentir la création de votre document.
9759  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9760  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9761  préambule de votre document :
9762 \end_layout
9763
9764 \begin_layout Standard
9765
9766 \series bold
9767
9768 \backslash
9769 setcounter{LTchunksize}{100}
9770 \end_layout
9771
9772 \begin_layout Subsection
9773 Les flottants et les tableaux longs
9774 \begin_inset Index idx
9775 status collapsed
9776
9777 \begin_layout Plain Layout
9778 Tableaux longs ! Flottants
9779 \end_layout
9780
9781 \end_inset
9782
9783
9784 \end_layout
9785
9786 \begin_layout Standard
9787 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9788  commence un tableau long.
9789  Pour éviter une telle situation, insérez un saut de page (menu 
9790 \family sans
9791 Insertion\SpecialChar menuseparator
9792 Typographie
9793 \begin_inset space ~
9794 \end_inset
9795
9796 spéciale\SpecialChar menuseparator
9797 Saut de page (vide le tampon)
9798 \family default
9799
9800 \begin_inset space \thinspace{}
9801 \end_inset
9802
9803 ) juste avant votre tableau long.
9804 \end_layout
9805
9806 \begin_layout Subsection
9807 Sauts de pages forcés
9808 \begin_inset Index idx
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812 Tableaux longs ! Sauts de pages forcés
9813 \end_layout
9814
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \begin_layout Standard
9821 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9822  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9823  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9824  de
9825  saut de ligne 
9826 \begin_inset Quotes fld
9827 \end_inset
9828
9829
9830 \backslash
9831
9832 \backslash
9833
9834 \begin_inset Quotes frd
9835 \end_inset
9836
9837  en code \SpecialChar TeX
9838  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9839  Avant la commande 
9840 \begin_inset Quotes fld
9841 \end_inset
9842
9843
9844 \backslash
9845
9846 \backslash
9847
9848 \begin_inset Quotes frd
9849 \end_inset
9850
9851 , vous devez insérer en code \SpecialChar TeX
9852 , autant de caractères 
9853 \begin_inset Quotes fld
9854 \end_inset
9855
9856 &
9857 \begin_inset Quotes frd
9858 \end_inset
9859
9860  qu'il y a de colonnes après la cellule concernée.
9861  Le caractère 
9862 \begin_inset Quotes fld
9863 \end_inset
9864
9865 &
9866 \begin_inset Quotes frd
9867 \end_inset
9868
9869  sert à séparer les colonnes d'un tableau.
9870  Écrivez en code-\SpecialChar TeX
9871 , après chaque 
9872 \begin_inset Quotes fld
9873 \end_inset
9874
9875 &
9876 \begin_inset Quotes frd
9877 \end_inset
9878
9879  le contenu des cellules correspondantes et en même temps supprimez le contenu
9880  de ces cellules dans le texte normal.
9881  
9882 \begin_inset Newline newline
9883 \end_inset
9884
9885 Après la commande 
9886 \backslash
9887
9888 \backslash
9889 , insérez autant de caractères 
9890 \begin_inset Quotes fld
9891 \end_inset
9892
9893 &
9894 \begin_inset Quotes frd
9895 \end_inset
9896
9897  qu'il y a de colonnes avant la colonne traitée.
9898  Dans le tableau
9899 \begin_inset space ~
9900 \end_inset
9901
9902
9903 \begin_inset CommandInset ref
9904 LatexCommand ref
9905 reference "tab:Tableau-saut-de-page"
9906
9907 \end_inset
9908
9909  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9910  suivie par une autre colonne.
9911  La commande suivante a donc été insérée en code \SpecialChar TeX
9912  dans la cellule après
9913  le mot 
9914 \begin_inset Quotes fld
9915 \end_inset
9916
9917
9918 \emph on
9919 Castelchiodato,
9920 \emph default
9921
9922 \begin_inset Quotes frd
9923 \end_inset
9924
9925 :
9926 \end_layout
9927
9928 \begin_layout Standard
9929
9930 \series bold
9931 & 111
9932 \backslash
9933
9934 \backslash
9935  
9936 \backslash
9937 newpage
9938 \begin_inset Newline newline
9939 \end_inset
9940
9941 &
9942 \end_layout
9943
9944 \begin_layout Standard
9945 Le 
9946 \begin_inset Quotes fld
9947 \end_inset
9948
9949 111
9950 \begin_inset Quotes frd
9951 \end_inset
9952
9953  dans la troisième colonne de la ligne a été supprimé.
9954  
9955 \series bold
9956
9957 \backslash
9958 newpage
9959 \series default
9960  est nécessaire seulement quand un saut de page doit impérativement avoir
9961  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9962  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9963  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9964  est coupée, utilisez cette commande à la place de la précédente :
9965 \end_layout
9966
9967 \begin_layout Standard
9968
9969 \series bold
9970 & 111
9971 \backslash
9972
9973 \backslash
9974
9975 \begin_inset Newline newline
9976 \end_inset
9977
9978
9979 \backslash
9980 hline &
9981 \end_layout
9982
9983 \begin_layout Standard
9984 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9985  insérer la commande
9986 \end_layout
9987
9988 \begin_layout Standard
9989
9990 \series bold
9991
9992 \backslash
9993 setlength{
9994 \backslash
9995 parfillskip}{0pt}
9996 \end_layout
9997
9998 \begin_layout Standard
9999 au début de la cellule.
10000  Cela assure que la portion de la cellule qui va se trouver affichée sur
10001  la page suivante le sera avec toute la largeur de la cellule.
10002 \begin_inset Separator parbreak
10003 \end_inset
10004
10005
10006 \end_layout
10007
10008 \begin_layout Standard
10009 \align center
10010 \begin_inset Tabular
10011 <lyxtabular version="3" rows="38" columns="3">
10012 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10013 <column alignment="left" valignment="top" width="0cm">
10014 <column alignment="left" valignment="top" width="3cm">
10015 <column alignment="center" valignment="top" width="0pt">
10016 <row endfirsthead="true" caption="true">
10017 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Caption Standard
10022
10023 \begin_layout Plain Layout
10024 Tableau avec un saut de page forcé dans une cellule
10025 \begin_inset CommandInset label
10026 LatexCommand label
10027 name "tab:Tableau-saut-de-page"
10028
10029 \end_inset
10030
10031
10032 \begin_inset Argument 1
10033 status collapsed
10034
10035 \begin_layout Plain Layout
10036 Tableau avec un saut de page forcé dans une cellule
10037 \end_layout
10038
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 <row endfirsthead="true">
10071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075
10076 \series bold
10077 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 <row endfirsthead="true">
10102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106
10107 \series bold
10108 NOM
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126
10127 \series bold
10128 TÉL.
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row endhead="true">
10135 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139 \begin_inset ERT
10140 status collapsed
10141
10142 \begin_layout Plain Layout
10143
10144
10145 \backslash
10146 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10147 \backslash
10148
10149 \backslash
10150 %
10151 \end_layout
10152
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173
10174 \end_layout
10175
10176 \end_inset
10177 </cell>
10178 </row>
10179 <row endhead="true">
10180 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184  
10185 \series bold
10186 Exemple d'annuaire téléphonique
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row endhead="true">
10211 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215
10216 \series bold
10217 NOM
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10232 \begin_inset Text
10233
10234 \begin_layout Plain Layout
10235
10236 \series bold
10237 TÉL.
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row endfoot="true">
10244 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 suite page suivante\SpecialChar ldots
10249
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10255 \begin_inset Text
10256
10257 \begin_layout Plain Layout
10258
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 </row>
10273 <row>
10274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278
10279 \series bold
10280 Annovi
10281 \end_layout
10282
10283 \end_inset
10284 </cell>
10285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10286 \begin_inset Text
10287
10288 \begin_layout Plain Layout
10289 Silvia
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 111
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 </row>
10304 <row>
10305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309
10310 \series bold
10311 Bertoli
10312 \end_layout
10313
10314 \end_inset
10315 </cell>
10316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10317 \begin_inset Text
10318
10319 \begin_layout Plain Layout
10320 Stefano
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 111
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \series bold
10342 Bozzi
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10348 \begin_inset Text
10349
10350 \begin_layout Plain Layout
10351 Walter
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 111
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \series bold
10373 Cachia
10374 \end_layout
10375
10376 \end_inset
10377 </cell>
10378 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10379 \begin_inset Text
10380
10381 \begin_layout Plain Layout
10382 Maria
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 111
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 </row>
10397 <row>
10398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402
10403 \series bold
10404 Cachia
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 Maurizio
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 111
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 </row>
10428 <row>
10429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10430 \begin_inset Text
10431
10432 \begin_layout Plain Layout
10433
10434 \series bold
10435 Cinquemani
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 Giusi
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 111
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \series bold
10466 Colin
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Bernard
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 111
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 <row>
10491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10492 \begin_inset Text
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497 Concli
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10503 \begin_inset Text
10504
10505 \begin_layout Plain Layout
10506 Gianfranco
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 111
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \series bold
10528 Dal Bosco
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 Carolina
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10543 \begin_inset Text
10544
10545 \begin_layout Plain Layout
10546 111
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \series bold
10559 Dalpiaz
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 Annamaria
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 111
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \series bold
10590 Feliciello
10591 \end_layout
10592
10593 \end_inset
10594 </cell>
10595 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10596 \begin_inset Text
10597
10598 \begin_layout Plain Layout
10599 Domenico
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 111
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 </row>
10614 <row>
10615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10616 \begin_inset Text
10617
10618 \begin_layout Plain Layout
10619
10620 \series bold
10621 Focarelli
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 Paola
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 111
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \series bold
10652 Galletti
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Oreste
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 111
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \series bold
10683 Gasparini
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Franca
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 111
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 <row>
10708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10709 \begin_inset Text
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714 Lassini
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10720 \begin_inset Text
10721
10722 \begin_layout Plain Layout
10723 Giancarlo
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 111
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 </row>
10738 <row>
10739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10740 \begin_inset Text
10741
10742 \begin_layout Plain Layout
10743
10744 \series bold
10745 Malfatti
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10751 \begin_inset Text
10752
10753 \begin_layout Plain Layout
10754 Luciano
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 111
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \series bold
10776 Malfatti
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 Valeriano
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 111
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 </row>
10800 <row>
10801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10802 \begin_inset Text
10803
10804 \begin_layout Plain Layout
10805
10806 \series bold
10807 Meneguzzo
10808 \end_layout
10809
10810 \end_inset
10811 </cell>
10812 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10813 \begin_inset Text
10814
10815 \begin_layout Plain Layout
10816 Roberto
10817 \end_layout
10818
10819 \end_inset
10820 </cell>
10821 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10822 \begin_inset Text
10823
10824 \begin_layout Plain Layout
10825 111
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 <row>
10832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836
10837 \series bold
10838 Mezzadra
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 Roberto
10848 \end_layout
10849
10850 \end_inset
10851 </cell>
10852 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10853 \begin_inset Text
10854
10855 \begin_layout Plain Layout
10856 111
10857 \end_layout
10858
10859 \end_inset
10860 </cell>
10861 </row>
10862 <row>
10863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867
10868 \series bold
10869 Pirpamer
10870 \end_layout
10871
10872 \end_inset
10873 </cell>
10874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10875 \begin_inset Text
10876
10877 \begin_layout Plain Layout
10878 Erich
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 111
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 </row>
10893 <row>
10894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898
10899 \series bold
10900 Pochiesa
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Paolo
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 111, 222
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929
10930 \series bold
10931 Radina
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 Claudio
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 111
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 </row>
10955 <row>
10956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960
10961 \series bold
10962 Rizzardi
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10968 \begin_inset Text
10969
10970 \begin_layout Plain Layout
10971 Giancarlo, 11.
10972  Fürst von Montecompatri, 11.
10973  Fürst von Sulmona und Vivaro, 10.
10974  Fürst von Rossano, 5.
10975  Herzog von Canemorte, 11.
10976  Herzog von Palombara, 5.
10977  Herzog von Castelchiodato,
10978 \begin_inset ERT
10979 status open
10980
10981 \begin_layout Plain Layout
10982
10983 & 111
10984 \backslash
10985
10986 \backslash
10987  
10988 \backslash
10989 newpage
10990 \end_layout
10991
10992 \begin_layout Plain Layout
10993
10994 &
10995 \end_layout
10996
10997 \end_inset
10998
10999  11.
11000  Herzog von Poggionativo, 11.
11001  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11002  Graf von Valinfreda, 11.
11003  Baron von Cropalati, 11.
11004  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11005 \end_layout
11006
11007 \end_inset
11008 </cell>
11009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11010 \begin_inset Text
11011
11012 \begin_layout Plain Layout
11013
11014 \end_layout
11015
11016 \end_inset
11017 </cell>
11018 </row>
11019 <row>
11020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11021 \begin_inset Text
11022
11023 \begin_layout Plain Layout
11024
11025 \series bold
11026 Stuffer
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035 Oskar
11036 \end_layout
11037
11038 \end_inset
11039 </cell>
11040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11041 \begin_inset Text
11042
11043 \begin_layout Plain Layout
11044 111
11045 \end_layout
11046
11047 \end_inset
11048 </cell>
11049 </row>
11050 <row>
11051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11052 \begin_inset Text
11053
11054 \begin_layout Plain Layout
11055
11056 \series bold
11057 Tacchelli
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Ugo
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 111
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 </row>
11081 <row>
11082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086
11087 \series bold
11088 Tezzele
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 Margit
11098 \end_layout
11099
11100 \end_inset
11101 </cell>
11102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11103 \begin_inset Text
11104
11105 \begin_layout Plain Layout
11106 111
11107 \end_layout
11108
11109 \end_inset
11110 </cell>
11111 </row>
11112 <row>
11113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117
11118 \series bold
11119 Unterkalmsteiner
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 Frieda
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 111
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 </row>
11143 <row>
11144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148
11149 \series bold
11150 Vieider
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 Hilde
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 111
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 </row>
11174 <row>
11175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179
11180 \series bold
11181 Vigna
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11187 \begin_inset Text
11188
11189 \begin_layout Plain Layout
11190 Jürgen
11191 \end_layout
11192
11193 \end_inset
11194 </cell>
11195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11196 \begin_inset Text
11197
11198 \begin_layout Plain Layout
11199 111
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 </row>
11205 <row>
11206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210
11211 \series bold
11212 Weber
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 Maurizio
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 111
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 </row>
11236 <row>
11237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241
11242 \series bold
11243 Winkler
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 Franz
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 111
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 </lyxtabular>
11268
11269 \end_inset
11270
11271
11272 \end_layout
11273
11274 \begin_layout Section
11275 Colonnes et lignes à lignes multiples
11276 \end_layout
11277
11278 \begin_layout Subsection
11279 Lignes multiples dans une cellule de tableau
11280 \begin_inset CommandInset label
11281 LatexCommand label
11282 name "subsec:Lignes-multiple-dans-cellule"
11283
11284 \end_inset
11285
11286
11287 \begin_inset Index idx
11288 status collapsed
11289
11290 \begin_layout Plain Layout
11291 Plusieurs lignes dans une case de tableau
11292 \end_layout
11293
11294 \end_inset
11295
11296
11297 \begin_inset Index idx
11298 status collapsed
11299
11300 \begin_layout Plain Layout
11301 Tableau ! Saut de ligne
11302 \end_layout
11303
11304 \end_inset
11305
11306
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \noindent
11311 \begin_inset Float table
11312 placement H
11313 wide false
11314 sideways false
11315 status open
11316
11317 \begin_layout Plain Layout
11318 \begin_inset Caption Standard
11319
11320 \begin_layout Plain Layout
11321 \begin_inset CommandInset label
11322 LatexCommand label
11323 name "tab:Tableau-avec-plusieurs-lignes"
11324
11325 \end_inset
11326
11327 Tableau avec des lignes multiples dans une cellule
11328 \end_layout
11329
11330 \end_inset
11331
11332
11333 \end_layout
11334
11335 \begin_layout Plain Layout
11336 \align center
11337 \begin_inset Tabular
11338 <lyxtabular version="3" rows="3" columns="3">
11339 <features tabularvalignment="middle">
11340 <column alignment="center" valignment="middle" width="2.5cm">
11341 <column alignment="center" valignment="middle">
11342 <column alignment="center" valignment="middle">
11343 <row>
11344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11345 \begin_inset Text
11346
11347 \begin_layout Plain Layout
11348 Lignes
11349 \begin_inset Newline linebreak
11350 \end_inset
11351
11352 multiples
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 b
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 c
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 </row>
11376 <row>
11377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 d
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 e
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 f
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 g
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 h
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 i
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \end_inset
11442
11443
11444 \end_layout
11445
11446 \begin_layout Standard
11447 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11448  d'un paragraphe avec des sauts de lignes et des césures.
11449 \end_layout
11450
11451 \begin_layout Standard
11452 Pour obtenir le tableau
11453 \begin_inset space ~
11454 \end_inset
11455
11456
11457 \begin_inset CommandInset ref
11458 LatexCommand ref
11459 reference "tab:Tableau-avec-plusieurs-lignes"
11460
11461 \end_inset
11462
11463 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11464  droit dessus.
11465  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11466  2.5
11467 \begin_inset space \thinspace{}
11468 \end_inset
11469
11470 cm et choisissez les alignements vertical et horizontal centrés.
11471  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11472  Comme notre texte est plus petit que 2.5
11473 \begin_inset space \thinspace{}
11474 \end_inset
11475
11476 cm, une seule ligne va apparaître.
11477  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11478  
11479 \family sans
11480 Ctrl-Shift-Entrée
11481 \family default
11482 ).
11483  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11484 ement découpé en plusieurs lignes.
11485 \end_layout
11486
11487 \begin_layout Standard
11488 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11489  ne peut pas
11490  effectuer de césure si c'est le premier élément de la cellule.
11491  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11492  premier élément : Ajoutez un espace horizontal de 0
11493 \begin_inset space \thinspace{}
11494 \end_inset
11495
11496 pt juste avant votre mot.
11497  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11498  Le tableau
11499 \begin_inset space ~
11500 \end_inset
11501
11502
11503 \begin_inset CommandInset ref
11504 LatexCommand ref
11505 reference "tab:Tableau-césure"
11506
11507 \end_inset
11508
11509  montre l'effet de cette insertion.
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \begin_inset Float table
11514 placement h
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption Standard
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Tableau-césure"
11526
11527 \end_inset
11528
11529 Tableau avec et sans césure.
11530 \end_layout
11531
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Plain Layout
11538 \begin_inset space \hfill{}
11539 \end_inset
11540
11541
11542 \begin_inset Tabular
11543 <lyxtabular version="3" rows="3" columns="3">
11544 <features tabularvalignment="middle">
11545 <column alignment="center" valignment="middle" width="2.5cm">
11546 <column alignment="center" valignment="middle">
11547 <column alignment="center" valignment="middle">
11548 <row>
11549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 mottrèslongdansunecellule
11554 \end_layout
11555
11556 \end_inset
11557 </cell>
11558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11559 \begin_inset Text
11560
11561 \begin_layout Plain Layout
11562 b
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Plain Layout
11571 c
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 </row>
11577 <row>
11578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 d
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 e
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11597 \begin_inset Text
11598
11599 \begin_layout Plain Layout
11600 f
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 g
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11617 \begin_inset Text
11618
11619 \begin_layout Plain Layout
11620 h
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Plain Layout
11629 i
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 </lyxtabular>
11636
11637 \end_inset
11638
11639
11640 \begin_inset space \hfill{}
11641 \end_inset
11642
11643
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="3">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="middle" width="2.5cm">
11648 <column alignment="center" valignment="middle">
11649 <column alignment="center" valignment="middle">
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 \begin_inset space \hspace{}
11656 \length 0pt
11657 \end_inset
11658
11659 mottrèslongdansunecellule
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 b
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11674 \begin_inset Text
11675
11676 \begin_layout Plain Layout
11677 c
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 </row>
11683 <row>
11684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 d
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 e
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 f
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 </row>
11712 <row>
11713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 g
11718 \end_layout
11719
11720 \end_inset
11721 </cell>
11722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11723 \begin_inset Text
11724
11725 \begin_layout Plain Layout
11726 h
11727 \end_layout
11728
11729 \end_inset
11730 </cell>
11731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11732 \begin_inset Text
11733
11734 \begin_layout Plain Layout
11735 i
11736 \end_layout
11737
11738 \end_inset
11739 </cell>
11740 </row>
11741 </lyxtabular>
11742
11743 \end_inset
11744
11745
11746 \begin_inset space \hfill{}
11747 \end_inset
11748
11749
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \end_layout
11756
11757 \begin_layout Subsection
11758 Multi-colonnes
11759 \begin_inset CommandInset label
11760 LatexCommand label
11761 name "subsec:Multicolonnes"
11762
11763 \end_inset
11764
11765
11766 \begin_inset Index idx
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770 Multi-colonnes
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Tableau ! Multi-colonnes
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \begin_layout Subsubsection
11789 Les bases des multi-colonnes
11790 \end_layout
11791
11792 \begin_layout Standard
11793 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11794  qu'elle doit couvrir et utilisez soit le bouton 
11795 \begin_inset Info
11796 type  "icon"
11797 arg   "inset-modify tabular multicolumn"
11798 \end_inset
11799
11800  de la barre d'outils tableau, ou le menu 
11801 \family sans
11802 Édition\SpecialChar menuseparator
11803 Tableau\SpecialChar menuseparator
11804 Multi-colonnes
11805 \family default
11806 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11807  
11808 \family sans
11809 Multi-colonnes
11810 \family default
11811 .
11812 \end_layout
11813
11814 \begin_layout Standard
11815 Les multi-colonnes ont leurs propres paramètres de cellule.
11816  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11817  de la cellule, cela n'affecte que la cellule multi-colonnes.
11818  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11819  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11820 \begin_inset Separator parbreak
11821 \end_inset
11822
11823
11824 \end_layout
11825
11826 \begin_layout Standard
11827 \align center
11828 \begin_inset Tabular
11829 <lyxtabular version="3" rows="3" columns="4">
11830 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11831 <column alignment="center" valignment="top" width="0pt">
11832 <column alignment="center" valignment="middle">
11833 <column alignment="center" valignment="top" width="0in">
11834 <column alignment="center" valignment="top" width="0pt">
11835 <row>
11836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840 abc
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 def ghi
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 jkl
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 <row>
11874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 A
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 B
11888 \end_layout
11889
11890 \end_inset
11891 </cell>
11892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 C
11897 \end_layout
11898
11899 \end_inset
11900 </cell>
11901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11902 \begin_inset Text
11903
11904 \begin_layout Plain Layout
11905 D
11906 \end_layout
11907
11908 \end_inset
11909 </cell>
11910 </row>
11911 <row>
11912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11913 \begin_inset Text
11914
11915 \begin_layout Plain Layout
11916 1
11917 \end_layout
11918
11919 \end_inset
11920 </cell>
11921 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11922 \begin_inset Text
11923
11924 \begin_layout Plain Layout
11925 2
11926 \end_layout
11927
11928 \end_inset
11929 </cell>
11930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 3
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 4
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 </row>
11949 </lyxtabular>
11950
11951 \end_inset
11952
11953
11954 \end_layout
11955
11956 \begin_layout Subsubsection
11957 Calculs avec les multi-colonnes
11958 \begin_inset CommandInset label
11959 LatexCommand label
11960 name "subsec:Calculs-multicolonnes"
11961
11962 \end_inset
11963
11964
11965 \begin_inset Index idx
11966 status collapsed
11967
11968 \begin_layout Plain Layout
11969 Multi-colonnes ! Calculs
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 \SpecialChar LyX
11979  gère directement les multi-colonnes, mais nous devons faire attention à
11980  la largeur des cellules couvertes par la cellule multi-colonnes.
11981 \end_layout
11982
11983 \begin_layout Standard
11984 \begin_inset Float table
11985 placement h
11986 wide false
11987 sideways false
11988 status open
11989
11990 \begin_layout Plain Layout
11991 \begin_inset Caption Standard
11992
11993 \begin_layout Plain Layout
11994 \begin_inset CommandInset label
11995 LatexCommand label
11996 name "tab:Tableau-multicolonne-parfaite"
11997
11998 \end_inset
11999
12000 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12001  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12002 \begin_inset Argument 1
12003 status open
12004
12005 \begin_layout Plain Layout
12006 Tableau avec multi-colonnes parfaite
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \end_inset
12015
12016
12017 \end_layout
12018
12019 \begin_layout Plain Layout
12020 \align center
12021 \begin_inset Tabular
12022 <lyxtabular version="3" rows="3" columns="3">
12023 <features tabularvalignment="middle">
12024 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12025 <column alignment="center" valignment="middle">
12026 <column alignment="center" valignment="top">
12027 <row>
12028 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12029 \begin_inset Text
12030
12031 \begin_layout Plain Layout
12032 multi-colonnes sur plusieurs lignes
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050 c
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 </row>
12056 <row>
12057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12058 \begin_inset Text
12059
12060 \begin_layout Plain Layout
12061 d
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12067 \begin_inset Text
12068
12069 \begin_layout Plain Layout
12070 e
12071 \end_layout
12072
12073 \end_inset
12074 </cell>
12075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 f
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 <row>
12086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 g
12091 \end_layout
12092
12093 \end_inset
12094 </cell>
12095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 h
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108 i
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 </row>
12114 </lyxtabular>
12115
12116 \end_inset
12117
12118
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \begin_layout Standard
12127 Par exemple, pour créer le tableau
12128 \begin_inset space ~
12129 \end_inset
12130
12131
12132 \begin_inset CommandInset ref
12133 LatexCommand ref
12134 reference "tab:Tableau-multicolonne-parfaite"
12135
12136 \end_inset
12137
12138 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12139  3×3 et faites un clic droit dessus.
12140  Ensuite choisissez pour cette cellule
12141 \emph on
12142 ,
12143 \emph default
12144  dans la fenêtre de dialogue de tableau, 
12145 \emph on
12146 multi-colonnes
12147 \emph default
12148
12149 \emph on
12150 alignement
12151 \begin_inset space ~
12152 \end_inset
12153
12154 horizontal
12155 \begin_inset space ~
12156 \end_inset
12157
12158 centré
12159 \emph default
12160  et une largeur de 2.5
12161 \begin_inset space \thinspace{}
12162 \end_inset
12163
12164 cm.
12165  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12166  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 cm pour la première colonne.
12171  La deuxième colonne aura alors automatiquement une largeur de 1.25
12172 \begin_inset space \thinspace{}
12173 \end_inset
12174
12175 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12176  C'est ce qui a été fait pour le tableau
12177 \begin_inset space ~
12178 \end_inset
12179
12180
12181 \begin_inset CommandInset ref
12182 LatexCommand ref
12183 reference "tab:Tableau-multicolonne-imparfait"
12184
12185 \end_inset
12186
12187 .
12188 \end_layout
12189
12190 \begin_layout Standard
12191 \begin_inset Float table
12192 wide false
12193 sideways false
12194 status open
12195
12196 \begin_layout Plain Layout
12197 \begin_inset Caption Standard
12198
12199 \begin_layout Plain Layout
12200 \begin_inset CommandInset label
12201 LatexCommand label
12202 name "tab:Tableau-multicolonne-imparfait"
12203
12204 \end_inset
12205
12206 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12207  de la largeur de la cellule multi-colonnes.
12208 \begin_inset Argument 1
12209 status open
12210
12211 \begin_layout Plain Layout
12212 Tableau avec multi-colonnes pas parfaite
12213 \end_layout
12214
12215 \end_inset
12216
12217
12218 \end_layout
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \begin_layout Plain Layout
12226 \align center
12227 \begin_inset Tabular
12228 <lyxtabular version="3" rows="3" columns="3">
12229 <features tabularvalignment="middle">
12230 <column alignment="center" valignment="top" width="1.25cm">
12231 <column alignment="center" valignment="top">
12232 <column alignment="center" valignment="top">
12233 <row>
12234 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 multi-colonnes sur plusieurs lignes
12239 \end_layout
12240
12241 \end_inset
12242 </cell>
12243 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12244 \begin_inset Text
12245
12246 \begin_layout Plain Layout
12247
12248 \end_layout
12249
12250 \end_inset
12251 </cell>
12252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12253 \begin_inset Text
12254
12255 \begin_layout Plain Layout
12256 c
12257 \end_layout
12258
12259 \end_inset
12260 </cell>
12261 </row>
12262 <row>
12263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12264 \begin_inset Text
12265
12266 \begin_layout Plain Layout
12267 d
12268 \end_layout
12269
12270 \end_inset
12271 </cell>
12272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12273 \begin_inset Text
12274
12275 \begin_layout Plain Layout
12276 e
12277 \end_layout
12278
12279 \end_inset
12280 </cell>
12281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12282 \begin_inset Text
12283
12284 \begin_layout Plain Layout
12285 f
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 <row>
12292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296 g
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 h
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 i
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 </row>
12320 </lyxtabular>
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \end_inset
12328
12329
12330 \end_layout
12331
12332 \begin_layout Standard
12333 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12334  de la cellule multi-colonnes, elle est un peu plus large.
12335  La raison est que la taille que l'on donne à une cellule, 
12336 \begin_inset Formula $W_{g}$
12337 \end_inset
12338
12339  n'est pas sa taille totale, 
12340 \begin_inset Formula $W_{\mathrm{tot}}$
12341 \end_inset
12342
12343  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12344  lui donne.
12345  L'annexe
12346 \begin_inset space ~
12347 \end_inset
12348
12349
12350 \begin_inset CommandInset ref
12351 LatexCommand ref
12352 reference "cha:Explication-de-l'Equation"
12353
12354 \end_inset
12355
12356  explique pourquoi en détail.
12357 \end_layout
12358
12359 \begin_layout Standard
12360 La largeur nécessaire 
12361 \begin_inset Formula $W_{g\,n}$
12362 \end_inset
12363
12364  quand 
12365 \emph on
12366 n
12367 \emph default
12368  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12369  ait une largeur totale de 
12370 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12371 \end_inset
12372
12373 :
12374 \begin_inset Formula 
12375 \begin{equation}
12376 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12377 \end{equation}
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Dans notre cas nous avons 
12386 \begin_inset Formula $n=2$
12387 \end_inset
12388
12389
12390 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12391 \end_inset
12392
12393 cm et les valeurs implicites pour les autres longueurs, l'équation
12394 \begin_inset space ~
12395 \end_inset
12396
12397
12398 \begin_inset CommandInset ref
12399 LatexCommand ref
12400 reference "eq:Wgn"
12401
12402 \end_inset
12403
12404  devient
12405 \begin_inset Formula 
12406 \begin{equation}
12407 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12408 \end{equation}
12409
12410 \end_inset
12411
12412
12413 \end_layout
12414
12415 \begin_layout Standard
12416 Pour permettre des calculs avec \SpecialChar LaTeX
12417 , vous devez charger le paquetage \SpecialChar LaTeX
12418  
12419 \series bold
12420 calc
12421 \series default
12422  avec la ligne suivante dans le préambule du document
12423 \begin_inset Index idx
12424 status collapsed
12425
12426 \begin_layout Plain Layout
12427 Paquetages \SpecialChar LaTeX
12428  ! calc
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 usepackage{calc}
12442 \end_layout
12443
12444 \begin_layout Standard
12445 \SpecialChar LyX
12446  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12447  de dialogue.
12448  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12449  dans la
12450  fenêtre de dialogue.
12451  Voici un aperçu de ces paramètres :
12452 \end_layout
12453
12454 \begin_layout Itemize
12455
12456 \series bold
12457 p{largeur}
12458 \series default
12459  crée une cellule de taille donnée, le texte est aligné verticalement en
12460  haut.
12461 \end_layout
12462
12463 \begin_layout Itemize
12464
12465 \series bold
12466 m{largeur}
12467 \series default
12468  crée une cellule de taille donnée, le texte est aligné verticalement au
12469  centre
12470 \end_layout
12471
12472 \begin_layout Itemize
12473
12474 \series bold
12475 b{largeur}
12476 \series default
12477  crée une cellule de taille donnée, le texte est aligné verticalement en
12478  bas
12479 \end_layout
12480
12481 \begin_layout Standard
12482 En entrant un paramètre \SpecialChar LaTeX
12483 , tous les réglages de cellule donnés dans la fenêtre
12484  de dialogue sont ignorés.
12485 \end_layout
12486
12487 \begin_layout Standard
12488 \begin_inset Note Greyedout
12489 status open
12490
12491 \begin_layout Plain Layout
12492
12493 \series bold
12494 Note:
12495 \series default
12496  À cause d'un bug, \SpecialChar LyX
12497  affiche quand même les réglages qui ne sont pas pris
12498  en compte.
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507 Comme le texte doit être centré horizontalement, on ajoute la commande 
12508 \series bold
12509
12510 \backslash
12511 centering
12512 \series default
12513 .
12514  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12515  suivant pour la première des
12516  colonnes recouvertes :
12517 \end_layout
12518
12519 \begin_layout Standard
12520
12521 \series bold
12522 >{
12523 \backslash
12524 centering}m{1.25cm-6.2pt}
12525 \end_layout
12526
12527 \begin_layout Standard
12528 La commande 
12529 \series bold
12530 >{ }
12531 \series default
12532  signifie que les commandes qui se trouvent entre les accolades doivent
12533  être appliquées avant que la cellule ne soit créée.
12534 \end_layout
12535
12536 \begin_layout Standard
12537 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12538  multi-colonnes, il est toujours aligné à gauche.
12539  Cela vient du fait que \SpecialChar LyX
12540  applique l'alignement seulement à des colonnes
12541  isolées.
12542  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12543  suivant pour la multi-colonnes
12544 \end_layout
12545
12546 \begin_layout Standard
12547
12548 \series bold
12549 >{
12550 \backslash
12551 centering}m{2.5cm}
12552 \end_layout
12553
12554 \begin_layout Subsection
12555 Multi-lignes
12556 \begin_inset CommandInset label
12557 LatexCommand label
12558 name "subsec:Multi-lignes"
12559
12560 \end_inset
12561
12562
12563 \begin_inset Index idx
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 Multi-lignes
12568 \end_layout
12569
12570 \end_inset
12571
12572
12573 \begin_inset Index idx
12574 status collapsed
12575
12576 \begin_layout Plain Layout
12577 Tableau ! multi-lignes
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \end_layout
12584
12585 \begin_layout Standard
12586 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12587  qu'elle doit couvrir et utilisez soit le bouton 
12588 \begin_inset Info
12589 type  "icon"
12590 arg   "inset-modify tabular multirow"
12591 \end_inset
12592
12593  de la barre d'outils tableau, ou le menu 
12594 \family sans
12595 Édition\SpecialChar menuseparator
12596 Tableau\SpecialChar menuseparator
12597 Multi-lignes
12598 \family default
12599 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12600  
12601 \family sans
12602 Multi-lignes
12603 \family default
12604 .
12605 \end_layout
12606
12607 \begin_layout Standard
12608 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12609 \begin_inset Separator parbreak
12610 \end_inset
12611
12612
12613 \end_layout
12614
12615 \begin_layout Standard
12616 \align center
12617 \begin_inset Tabular
12618 <lyxtabular version="3" rows="3" columns="3">
12619 <features tabularvalignment="middle">
12620 <column alignment="center" valignment="top" width="0pt">
12621 <column alignment="center" valignment="top">
12622 <column alignment="center" valignment="top">
12623 <row>
12624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 un contenu long
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 b
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 c
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 <row>
12653 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 multi-lignes
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 e
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 f
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 </row>
12681 <row>
12682 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 h
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 i
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 </lyxtabular>
12711
12712 \end_inset
12713
12714
12715 \end_layout
12716
12717 \begin_layout Standard
12718 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12719  la colonne.
12720  L'
12721 \family sans
12722 Espacement
12723 \begin_inset space ~
12724 \end_inset
12725
12726 vertical
12727 \family default
12728  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12729  est positive ou négative.
12730 \end_layout
12731
12732 \begin_layout Standard
12733 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12734  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12735  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12736  implicite, vous devez redéfinir la commande 
12737 \series bold
12738
12739 \backslash
12740 multirowsetup
12741 \series default
12742  avec la commande
12743 \end_layout
12744
12745 \begin_layout Standard
12746
12747 \series bold
12748
12749 \backslash
12750 renewcommand{
12751 \backslash
12752 multirowsetup}{
12753 \backslash
12754 centering}
12755 \end_layout
12756
12757 \begin_layout Standard
12758 dans le préambule du document.
12759  Après ça, tous les contenus de cellules multi-lignes du document seront
12760  centrés.
12761  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12762  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12763  juste
12764  avant le tableau concerné, plutôt que dans le préambule.
12765  Si le texte doit être aligné à droite, remplacez 
12766 \series bold
12767
12768 \backslash
12769 centering
12770 \series default
12771  par 
12772 \series bold
12773
12774 \backslash
12775 raggedleft
12776 \series default
12777 .
12778  Pour revenir à l'alignement à gauche utilisez 
12779 \series bold
12780
12781 \backslash
12782 raggedright
12783 \series default
12784 .
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12789  avec un décalage vertical de -4
12790 \begin_inset space \thinspace{}
12791 \end_inset
12792
12793 mm dans une colonne de 3
12794 \begin_inset space \thinspace{}
12795 \end_inset
12796
12797 cm de large
12798 \begin_inset space ~
12799 \end_inset
12800
12801 :
12802 \begin_inset Separator parbreak
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 \noindent
12810 \align center
12811 \begin_inset ERT
12812 status collapsed
12813
12814 \begin_layout Plain Layout
12815
12816
12817 \backslash
12818 renewcommand{
12819 \backslash
12820 multirowsetup}{
12821 \backslash
12822 raggedleft}
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \begin_inset Tabular
12829 <lyxtabular version="3" rows="4" columns="3">
12830 <features tabularvalignment="middle">
12831 <column alignment="center" valignment="top" width="3cm">
12832 <column alignment="center" valignment="top">
12833 <column alignment="center" valignment="top">
12834 <row>
12835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 un contenu long
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 b
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 c
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 </row>
12863 <row>
12864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12865 \begin_inset Text
12866
12867 \begin_layout Plain Layout
12868 t
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877 n
12878 \end_layout
12879
12880 \end_inset
12881 </cell>
12882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12883 \begin_inset Text
12884
12885 \begin_layout Plain Layout
12886 m
12887 \end_layout
12888
12889 \end_inset
12890 </cell>
12891 </row>
12892 <row>
12893 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12894 \begin_inset Text
12895
12896 \begin_layout Plain Layout
12897 multi-lignes
12898 \end_layout
12899
12900 \end_inset
12901 </cell>
12902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12903 \begin_inset Text
12904
12905 \begin_layout Plain Layout
12906 e
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 f
12916 \end_layout
12917
12918 \end_inset
12919 </cell>
12920 </row>
12921 <row>
12922 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12923 \begin_inset Text
12924
12925 \begin_layout Plain Layout
12926
12927 \end_layout
12928
12929 \end_inset
12930 </cell>
12931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12932 \begin_inset Text
12933
12934 \begin_layout Plain Layout
12935 h
12936 \end_layout
12937
12938 \end_inset
12939 </cell>
12940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12941 \begin_inset Text
12942
12943 \begin_layout Plain Layout
12944 i
12945 \end_layout
12946
12947 \end_inset
12948 </cell>
12949 </row>
12950 </lyxtabular>
12951
12952 \end_inset
12953
12954
12955 \begin_inset ERT
12956 status collapsed
12957
12958 \begin_layout Plain Layout
12959
12960
12961 \backslash
12962 renewcommand{
12963 \backslash
12964 multirowsetup}{
12965 \backslash
12966 raggedright}
12967 \end_layout
12968
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \begin_layout Standard
12975 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12976  utiliser un saut de ligne forcé (
12977 \begin_inset space ~
12978 \end_inset
12979
12980 raccourci 
12981 \family sans
12982 Ctrl+Entrée
12983 \family default
12984
12985 \begin_inset space ~
12986 \end_inset
12987
12988 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12989  on le voit dans ce tableau :
12990 \begin_inset Separator parbreak
12991 \end_inset
12992
12993
12994 \end_layout
12995
12996 \begin_layout Standard
12997 \noindent
12998 \align center
12999 \begin_inset Tabular
13000 <lyxtabular version="3" rows="3" columns="2">
13001 <features tabularvalignment="middle">
13002 <column alignment="left" valignment="middle" width="2cm">
13003 <column alignment="center" valignment="top">
13004 <row>
13005 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13006 \begin_inset Text
13007
13008 \begin_layout Plain Layout
13009 aaa
13010 \begin_inset Newline newline
13011 \end_inset
13012
13013 aaa
13014 \begin_inset Newline newline
13015 \end_inset
13016
13017 mauvaise cellule
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 ccc
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row>
13033 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037
13038 \end_layout
13039
13040 \end_inset
13041 </cell>
13042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13043 \begin_inset Text
13044
13045 \begin_layout Plain Layout
13046 ddd
13047 \end_layout
13048
13049 \end_inset
13050 </cell>
13051 </row>
13052 <row>
13053 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Plain Layout
13057 bbb
13058 \end_layout
13059
13060 \end_inset
13061 </cell>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 eee
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 </row>
13072 </lyxtabular>
13073
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \begin_layout Standard
13080 Vous devez donc faire attention avec les saut de lignes forcés.
13081 \end_layout
13082
13083 \begin_layout Subsection
13084 Cellules avec ligne(s) diagonale(s)
13085 \end_layout
13086
13087 \begin_layout Standard
13088 Pour instruire le lecteur de la signification ds titres de lignes et de
13089  colonnes dans un tableau, il est pratique de partager le première cellule
13090  du tableau à l'aide d'une ou deux lignes diagonales.
13091  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13092  \SpecialChar LaTeX
13093
13094 \series bold
13095 \lang english
13096  diagbox
13097 \series default
13098 \lang french
13099
13100 \begin_inset Index idx
13101 status collapsed
13102
13103 \begin_layout Plain Layout
13104 Paquetages \SpecialChar LaTeX
13105  ! diagbox
13106 \end_layout
13107
13108 \end_inset
13109
13110 .
13111  Ce paquetage inclut la commande 
13112 \series bold
13113 \lang english
13114
13115 \backslash
13116 diagbox
13117 \series default
13118 \lang french
13119  que l'on peut insérer en mode \SpecialChar TeX
13120  et qui peut avoir 2 ou 3 arguments:
13121 \end_layout
13122
13123 \begin_layout Standard
13124
13125 \series bold
13126 \lang english
13127
13128 \backslash
13129 diagbox[options]
13130 \lang french
13131 {inférieur gauche}{supérieur droit}
13132 \end_layout
13133
13134 \begin_layout Standard
13135
13136 \series bold
13137 \lang english
13138
13139 \backslash
13140 diagbox[options]
13141 \lang french
13142 {inférieur gauche}{supérieur gauche}{supérieur droit}
13143 \end_layout
13144
13145 \begin_layout Standard
13146 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13147  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13148  Dans le second cas, la cellule est partagée par deux lignes.
13149 \end_layout
13150
13151 \begin_layout Standard
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 ifdiagbox
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \begin_inset Note Note
13166 status open
13167
13168 \begin_layout Plain Layout
13169 La section suivante ne s'affichera que si vous avez installé le paquetage
13170  \SpecialChar LaTeX
13171  
13172 \series bold
13173 diagbox
13174 \series default
13175 .
13176 \end_layout
13177
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 Voici un exemple de tableau où 
13185 \series bold
13186 \lang english
13187
13188 \backslash
13189 diagbox
13190 \lang french
13191  
13192 \series default
13193 est utilisé avec 2 arguments
13194 \begin_inset space ~
13195 \end_inset
13196
13197 dans la première cellule:
13198 \lang english
13199
13200 \begin_inset VSpace medskip
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Standard
13207 \noindent
13208
13209 \lang english
13210 \begin_inset Tabular
13211 <lyxtabular version="3" rows="4" columns="4">
13212 <features tabularvalignment="middle">
13213 <column alignment="center" valignment="top">
13214 <column alignment="center" valignment="top">
13215 <column alignment="center" valignment="top">
13216 <column alignment="center" valignment="top">
13217 <row>
13218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13219 \begin_inset Text
13220
13221 \begin_layout Plain Layout
13222 \begin_inset ERT
13223 status collapsed
13224
13225 \begin_layout Plain Layout
13226
13227
13228 \backslash
13229 diagbox{
13230 \end_layout
13231
13232 \end_inset
13233
13234 Nom
13235 \begin_inset ERT
13236 status collapsed
13237
13238 \begin_layout Plain Layout
13239
13240 }{
13241 \end_layout
13242
13243 \end_inset
13244
13245 Paramètre
13246 \begin_inset ERT
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250
13251 }
13252 \end_layout
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Épaisseur en nm
13266 \end_layout
13267
13268 \end_inset
13269 </cell>
13270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274 Transparence en %
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Dureté en MPa
13284 \end_layout
13285
13286 \end_inset
13287 </cell>
13288 </row>
13289 <row>
13290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13291 \begin_inset Text
13292
13293 \begin_layout Plain Layout
13294 Vert parfait
13295 \end_layout
13296
13297 \end_inset
13298 </cell>
13299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13300 \begin_inset Text
13301
13302 \begin_layout Plain Layout
13303 45
13304 \end_layout
13305
13306 \end_inset
13307 </cell>
13308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 80
13313 \end_layout
13314
13315 \end_inset
13316 </cell>
13317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 504
13322 \end_layout
13323
13324 \end_inset
13325 </cell>
13326 </row>
13327 <row>
13328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13329 \begin_inset Text
13330
13331 \begin_layout Plain Layout
13332 Multi-P foncé
13333 \end_layout
13334
13335 \end_inset
13336 </cell>
13337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13338 \begin_inset Text
13339
13340 \begin_layout Plain Layout
13341 60
13342 \end_layout
13343
13344 \end_inset
13345 </cell>
13346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13347 \begin_inset Text
13348
13349 \begin_layout Plain Layout
13350 72
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359 982
13360 \end_layout
13361
13362 \end_inset
13363 </cell>
13364 </row>
13365 <row>
13366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370 Pro transparent
13371 \end_layout
13372
13373 \end_inset
13374 </cell>
13375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13376 \begin_inset Text
13377
13378 \begin_layout Plain Layout
13379 18
13380 \end_layout
13381
13382 \end_inset
13383 </cell>
13384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13385 \begin_inset Text
13386
13387 \begin_layout Plain Layout
13388 86
13389 \end_layout
13390
13391 \end_inset
13392 </cell>
13393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13394 \begin_inset Text
13395
13396 \begin_layout Plain Layout
13397 374
13398 \end_layout
13399
13400 \end_inset
13401 </cell>
13402 </row>
13403 </lyxtabular>
13404
13405 \end_inset
13406
13407
13408 \begin_inset VSpace medskip
13409 \end_inset
13410
13411
13412 \end_layout
13413
13414 \begin_layout Standard
13415 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13416  sport ou les distances:
13417 \begin_inset Separator parbreak
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \begin_layout Standard
13424 \noindent
13425 \align center
13426 \begin_inset Tabular
13427 <lyxtabular version="3" rows="4" columns="4">
13428 <features tabularvalignment="middle">
13429 <column alignment="center" valignment="top" width="0pt">
13430 <column alignment="center" valignment="top">
13431 <column alignment="center" valignment="top">
13432 <column alignment="center" valignment="top">
13433 <row>
13434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 \begin_inset ERT
13439 status collapsed
13440
13441 \begin_layout Plain Layout
13442
13443
13444 \backslash
13445 diagbox{
13446 \end_layout
13447
13448 \end_inset
13449
13450 À domicile
13451 \begin_inset ERT
13452 status collapsed
13453
13454 \begin_layout Plain Layout
13455
13456 }{
13457 \end_layout
13458
13459 \end_inset
13460
13461 Résultat
13462 \begin_inset ERT
13463 status open
13464
13465 \begin_layout Plain Layout
13466
13467 }{
13468 \end_layout
13469
13470 \end_inset
13471
13472 À l'extérieur
13473 \begin_inset ERT
13474 status collapsed
13475
13476 \begin_layout Plain Layout
13477
13478 }
13479 \end_layout
13480
13481 \end_inset
13482
13483
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13489 \begin_inset Text
13490
13491 \begin_layout Plain Layout
13492 Tigres
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Plain Layout
13501 Panthères
13502 \end_layout
13503
13504 \end_inset
13505 </cell>
13506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13507 \begin_inset Text
13508
13509 \begin_layout Plain Layout
13510 Faucons
13511 \end_layout
13512
13513 \end_inset
13514 </cell>
13515 </row>
13516 <row>
13517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13518 \begin_inset Text
13519
13520 \begin_layout Plain Layout
13521 Tigres
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 1:3
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 0:1
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 Panthères
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 3:1
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 0:0
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 <row>
13593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 Faucons
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 1:0
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 0:0
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 </lyxtabular>
13631
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \begin_layout Standard
13638 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13639  2 coins ou plus du tableau comme ici:
13640 \begin_inset Separator parbreak
13641 \end_inset
13642
13643
13644 \end_layout
13645
13646 \begin_layout Standard
13647 \noindent
13648 \align center
13649 \begin_inset Tabular
13650 <lyxtabular version="3" rows="5" columns="5">
13651 <features tabularvalignment="middle">
13652 <column alignment="center" valignment="top" width="0pt">
13653 <column alignment="center" valignment="top">
13654 <column alignment="center" valignment="top">
13655 <column alignment="center" valignment="top">
13656 <column alignment="center" valignment="top">
13657 <row>
13658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13659 \begin_inset Text
13660
13661 \begin_layout Plain Layout
13662 \begin_inset ERT
13663 status open
13664
13665 \begin_layout Plain Layout
13666
13667
13668 \backslash
13669 diagbox{
13670 \end_layout
13671
13672 \end_inset
13673
13674 À domicile}{Résultat
13675 \begin_inset ERT
13676 status collapsed
13677
13678 \begin_layout Plain Layout
13679
13680 }{
13681 \end_layout
13682
13683 \end_inset
13684
13685 À l'extérieur
13686 \begin_inset ERT
13687 status open
13688
13689 \begin_layout Plain Layout
13690
13691 }
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 Tigres
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714 Panthères
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723 Faucons
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732 \begin_inset ERT
13733 status open
13734
13735 \begin_layout Plain Layout
13736
13737
13738 \backslash
13739 diagbox[dir=NE]{
13740 \end_layout
13741
13742 \end_inset
13743
13744 À domicile
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 Résultat
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }{
13762 \end_layout
13763
13764 \end_inset
13765
13766 À l'extérieur
13767 \begin_inset ERT
13768 status collapsed
13769
13770 \begin_layout Plain Layout
13771
13772 }
13773 \end_layout
13774
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 Tigres
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 1:3
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Plain Layout
13815 0:1
13816 \end_layout
13817
13818 \end_inset
13819 </cell>
13820 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 Tigres
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 Panthères
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844 3:1
13845 \end_layout
13846
13847 \end_inset
13848 </cell>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 0:0
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 Panthères
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 Faucons
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 1:0
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 0:0
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13906 \begin_inset Text
13907
13908 \begin_layout Plain Layout
13909
13910 \end_layout
13911
13912 \end_inset
13913 </cell>
13914 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 Faucons
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 </row>
13924 <row>
13925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13926 \begin_inset Text
13927
13928 \begin_layout Plain Layout
13929 \begin_inset ERT
13930 status open
13931
13932 \begin_layout Plain Layout
13933
13934
13935 \backslash
13936 diagbox[dir=SW]{
13937 \end_layout
13938
13939 \end_inset
13940
13941 À domicile
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947 }{
13948 \end_layout
13949
13950 \end_inset
13951
13952 Résultat
13953 \begin_inset ERT
13954 status collapsed
13955
13956 \begin_layout Plain Layout
13957
13958 }{
13959 \end_layout
13960
13961 \end_inset
13962
13963 À l'extérieur
13964 \begin_inset ERT
13965 status open
13966
13967 \begin_layout Plain Layout
13968
13969 }
13970 \end_layout
13971
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \end_inset
13978 </cell>
13979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13980 \begin_inset Text
13981
13982 \begin_layout Plain Layout
13983 Tigres
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 Panthères
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 Faucons
14002 \end_layout
14003
14004 \end_inset
14005 </cell>
14006 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010 \begin_inset ERT
14011 status open
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 diagbox[dir=SE]{
14018 \end_layout
14019
14020 \end_inset
14021
14022 À domicile
14023 \begin_inset ERT
14024 status collapsed
14025
14026 \begin_layout Plain Layout
14027
14028 }{
14029 \end_layout
14030
14031 \end_inset
14032
14033 Résultat
14034 \begin_inset ERT
14035 status open
14036
14037 \begin_layout Plain Layout
14038
14039 }{
14040 \end_layout
14041
14042 \end_inset
14043
14044 À l'extérieur
14045 \begin_inset ERT
14046 status collapsed
14047
14048 \begin_layout Plain Layout
14049
14050 }
14051 \end_layout
14052
14053 \end_inset
14054
14055
14056 \end_layout
14057
14058 \end_inset
14059 </cell>
14060 </row>
14061 </lyxtabular>
14062
14063 \end_inset
14064
14065
14066 \end_layout
14067
14068 \begin_layout Standard
14069 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14070  
14071 \series bold
14072 dir=direction
14073 \series default
14074
14075 \emph on
14076 direction
14077 \emph default
14078  est à choisir parmi 
14079 \series bold
14080 NE
14081 \series default
14082
14083 \series bold
14084 SE
14085 \series default
14086
14087 \series bold
14088 SW
14089 \series default
14090  et 
14091 \series bold
14092 NW
14093 \series default
14094  comme sur une rose des vents.
14095  
14096 \series bold
14097 SW
14098 \series default
14099  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14100  du tableau ci-dessus, désigné via la commande:
14101 \end_layout
14102
14103 \begin_layout Standard
14104
14105 \series bold
14106 \lang english
14107
14108 \backslash
14109 diagbox[dir=SW]{
14110 \series default
14111 \lang french
14112 À domicile
14113 \series bold
14114 \lang english
14115 }{
14116 \series default
14117 \lang french
14118 Résultat
14119 \series bold
14120 \lang english
14121 }{
14122 \series default
14123 \lang french
14124 À l'extérieur
14125 \series bold
14126 \lang english
14127 }
14128 \series default
14129 \lang french
14130 .
14131  
14132 \end_layout
14133
14134 \begin_layout Standard
14135 Si aucune direction n'est spécifiée, elle est implicitement NW.
14136 \end_layout
14137
14138 \begin_layout Standard
14139 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14140  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14141  le contenu de la cellule va déborder:
14142 \begin_inset Separator parbreak
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \noindent
14150 \align center
14151 \begin_inset Tabular
14152 <lyxtabular version="3" rows="2" columns="2">
14153 <features tabularvalignment="middle">
14154 <column alignment="center" valignment="top" width="3cm">
14155 <column alignment="center" valignment="top">
14156 <row>
14157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 \begin_inset ERT
14162 status collapsed
14163
14164 \begin_layout Plain Layout
14165
14166
14167 \backslash
14168 diagbox{
14169 \end_layout
14170
14171 \end_inset
14172
14173 Nom
14174 \begin_inset ERT
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178
14179 }{
14180 \end_layout
14181
14182 \end_inset
14183
14184 Paramètre
14185 \begin_inset ERT
14186 status collapsed
14187
14188 \begin_layout Plain Layout
14189
14190 }
14191 \end_layout
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \end_inset
14199 </cell>
14200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14201 \begin_inset Text
14202
14203 \begin_layout Plain Layout
14204 Épaisseur en nm
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 </row>
14210 <row>
14211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 Vert parfait
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 45
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 </lyxtabular>
14231
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \begin_layout Standard
14238 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14239  cellule partagée, utilisez l'option de commande 
14240 \series bold
14241 \lang english
14242 width=3cm
14243 \series default
14244 \lang french
14245  (remplacez 
14246 \begin_inset Quotes fld
14247 \end_inset
14248
14249 3cm
14250 \begin_inset Quotes frd
14251 \end_inset
14252
14253 par la largeur désirée).
14254  Dans le tableau qui suit, la largeur de la première colonne est réglée
14255  à 4cm.
14256  Pour 
14257 \series bold
14258 \lang english
14259
14260 \backslash
14261 diagbox
14262 \series default
14263 \lang french
14264  une largeur de 4
14265 \begin_inset space \thinspace{}
14266 \end_inset
14267
14268 cm + 2
14269 \begin_inset space \thinspace{}
14270 \end_inset
14271
14272
14273 \backslash
14274 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14275  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14276  de la cellule.
14277  Le calcul de la largeur ne peut pas être fait directement dans l'option
14278  de la commande 
14279 \series bold
14280 \lang english
14281
14282 \backslash
14283 diagbox
14284 \series default
14285 \lang french
14286 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14287  la suite.
14288  Ceci se fait via les commandes en code \SpecialChar TeX
14289 :
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \series bold
14295
14296 \backslash
14297 newlength{
14298 \backslash
14299 diagtest}
14300 \begin_inset Newline newline
14301 \end_inset
14302
14303
14304 \backslash
14305 setlength{
14306 \backslash
14307 diagtest}{4cm+2
14308 \backslash
14309 tabcolsep}
14310 \end_layout
14311
14312 \begin_layout Standard
14313 \begin_inset ERT
14314 status collapsed
14315
14316 \begin_layout Plain Layout
14317
14318
14319 \backslash
14320 newlength{
14321 \backslash
14322 diagtest}
14323 \end_layout
14324
14325 \begin_layout Plain Layout
14326
14327
14328 \backslash
14329 setlength{
14330 \backslash
14331 diagtest}{4cm+2
14332 \backslash
14333 tabcolsep}
14334 \end_layout
14335
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 Pour permettre les calculs en \SpecialChar LaTeX
14343 , il faut charger dans le préambule du document
14344  le paquetage 
14345 \series bold
14346 calc
14347 \series default
14348
14349 \begin_inset Index idx
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353 Paquetages \SpecialChar LaTeX
14354  ! calc
14355 \end_layout
14356
14357 \end_inset
14358
14359 .
14360 \end_layout
14361
14362 \begin_layout Standard
14363 Dans le tableau vous pouvez maintenant utiliser la commande
14364 \end_layout
14365
14366 \begin_layout Standard
14367
14368 \series bold
14369
14370 \backslash
14371 diagbox[width=
14372 \backslash
14373 diagtest]{A}{B}
14374 \end_layout
14375
14376 \begin_layout Standard
14377 dans la première cellule:
14378 \begin_inset Separator parbreak
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \begin_layout Standard
14385 \noindent
14386 \align center
14387 \begin_inset Tabular
14388 <lyxtabular version="3" rows="2" columns="2">
14389 <features tabularvalignment="middle">
14390 <column alignment="center" valignment="top" width="4cm">
14391 <column alignment="center" valignment="top">
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397 \begin_inset ERT
14398 status open
14399
14400 \begin_layout Plain Layout
14401
14402
14403 \backslash
14404 diagbox[width=
14405 \backslash
14406 diagtest]{
14407 \end_layout
14408
14409 \end_inset
14410
14411 A
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417 }{
14418 \end_layout
14419
14420 \end_inset
14421
14422 B
14423 \begin_inset ERT
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427
14428 }
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \end_inset
14437 </cell>
14438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442 Épaisseur en nm
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 </row>
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 Vert parfait
14454 \end_layout
14455
14456 \end_inset
14457 </cell>
14458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14459 \begin_inset Text
14460
14461 \begin_layout Plain Layout
14462 45
14463 \end_layout
14464
14465 \end_inset
14466 </cell>
14467 </row>
14468 </lyxtabular>
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \begin_layout Standard
14476 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14477  la longueur de la diagonale ne peut pas être calculée correctement comme
14478  dans ce tableau:
14479 \begin_inset Separator parbreak
14480 \end_inset
14481
14482
14483 \end_layout
14484
14485 \begin_layout Standard
14486 \noindent
14487 \align center
14488 \begin_inset Tabular
14489 <lyxtabular version="3" rows="2" columns="2">
14490 <features tabularvalignment="middle">
14491 <column alignment="center" valignment="top" width="0pt">
14492 <column alignment="center" valignment="top">
14493 <row>
14494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14495 \begin_inset Text
14496
14497 \begin_layout Plain Layout
14498 \begin_inset ERT
14499 status collapsed
14500
14501 \begin_layout Plain Layout
14502
14503
14504 \backslash
14505 diagbox{
14506 \end_layout
14507
14508 \end_inset
14509
14510 A
14511 \begin_inset ERT
14512 status collapsed
14513
14514 \begin_layout Plain Layout
14515
14516 }{
14517 \end_layout
14518
14519 \end_inset
14520
14521 B
14522 \begin_inset ERT
14523 status collapsed
14524
14525 \begin_layout Plain Layout
14526
14527 }
14528 \end_layout
14529
14530 \end_inset
14531
14532
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 Épaisseur en nm
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 </row>
14547 <row>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 Vert parfait
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14558 \begin_inset Text
14559
14560 \begin_layout Plain Layout
14561 45
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 </row>
14567 </lyxtabular>
14568
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \begin_layout Standard
14575 Dans ce cas, vous pouvez utiliser directement
14576 \series bold
14577  
14578 \lang english
14579 width
14580 \series default
14581 \lang french
14582  dans l'option de 
14583 \series bold
14584 \lang english
14585
14586 \backslash
14587 diagbox
14588 \series default
14589 \lang french
14590 , il n'est plus nécessaire d’ajouter 2
14591 \backslash
14592 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14593  colonne.
14594  Ici une largeur de 3cm est utilisée:
14595 \begin_inset Separator parbreak
14596 \end_inset
14597
14598
14599 \end_layout
14600
14601 \begin_layout Standard
14602 \noindent
14603 \align center
14604 \begin_inset Tabular
14605 <lyxtabular version="3" rows="2" columns="2">
14606 <features tabularvalignment="middle">
14607 <column alignment="center" valignment="top" width="0pt">
14608 <column alignment="center" valignment="top">
14609 <row>
14610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614 \begin_inset ERT
14615 status open
14616
14617 \begin_layout Plain Layout
14618
14619
14620 \backslash
14621 diagbox[width=3cm]{
14622 \end_layout
14623
14624 \end_inset
14625
14626 A
14627 \begin_inset ERT
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631
14632 }{
14633 \end_layout
14634
14635 \end_inset
14636
14637 B
14638 \begin_inset ERT
14639 status collapsed
14640
14641 \begin_layout Plain Layout
14642
14643 }
14644 \end_layout
14645
14646 \end_inset
14647
14648
14649 \end_layout
14650
14651 \end_inset
14652 </cell>
14653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14654 \begin_inset Text
14655
14656 \begin_layout Plain Layout
14657 Épaisseur en nm
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 </row>
14663 <row>
14664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 Vert parfait
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 45
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 </lyxtabular>
14684
14685 \end_inset
14686
14687
14688 \end_layout
14689
14690 \begin_layout Standard
14691 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14692  supplémentaire pour placer le texte dans la cellule.
14693  Ceci peut être obtenu avec l'option
14694 \series bold
14695  
14696 \lang english
14697 height
14698 \lang french
14699 =3cm
14700 \series default
14701  de la commande 
14702 \series bold
14703 \lang english
14704
14705 \backslash
14706 diagbox
14707 \series default
14708 \lang french
14709  (remplacer « 3cm » par la hauteur désirée).
14710  Dans le tableau qui suit, la commande
14711 \end_layout
14712
14713 \begin_layout Standard
14714
14715 \series bold
14716
14717 \backslash
14718 diagbox[width=3cm,height=1.4cm]{A
14719 \backslash
14720
14721 \backslash
14722 B}{C
14723 \backslash
14724
14725 \backslash
14726 D}
14727 \end_layout
14728
14729 \begin_layout Standard
14730 est utilisée dans la première cellule.
14731  La commande 
14732 \backslash
14733
14734 \backslash
14735  crée le saut de ligne
14736 \begin_inset Foot
14737 status open
14738
14739 \begin_layout Plain Layout
14740 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14741  largeur fixée.
14742 \end_layout
14743
14744 \end_inset
14745
14746 .
14747 \begin_inset Separator parbreak
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \begin_layout Standard
14754 \noindent
14755 \align center
14756 \begin_inset Tabular
14757 <lyxtabular version="3" rows="2" columns="2">
14758 <features tabularvalignment="middle">
14759 <column alignment="center" valignment="top">
14760 <column alignment="center" valignment="top">
14761 <row>
14762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766 \begin_inset ERT
14767 status open
14768
14769 \begin_layout Plain Layout
14770
14771
14772 \backslash
14773 diagbox[width=3cm,height=1.4cm]{
14774 \end_layout
14775
14776 \end_inset
14777
14778 A
14779 \begin_inset ERT
14780 status collapsed
14781
14782 \begin_layout Plain Layout
14783
14784
14785 \backslash
14786
14787 \backslash
14788
14789 \end_layout
14790
14791 \end_inset
14792
14793 B
14794 \begin_inset ERT
14795 status collapsed
14796
14797 \begin_layout Plain Layout
14798
14799 }{
14800 \end_layout
14801
14802 \end_inset
14803
14804 C
14805 \begin_inset ERT
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809
14810
14811 \backslash
14812
14813 \backslash
14814
14815 \end_layout
14816
14817 \end_inset
14818
14819 D
14820 \begin_inset ERT
14821 status collapsed
14822
14823 \begin_layout Plain Layout
14824
14825 }
14826 \end_layout
14827
14828 \end_inset
14829
14830
14831 \end_layout
14832
14833 \end_inset
14834 </cell>
14835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14836 \begin_inset Text
14837
14838 \begin_layout Plain Layout
14839 Épaisseur en nm
14840 \end_layout
14841
14842 \end_inset
14843 </cell>
14844 </row>
14845 <row>
14846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14847 \begin_inset Text
14848
14849 \begin_layout Plain Layout
14850 Vert parfait
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14856 \begin_inset Text
14857
14858 \begin_layout Plain Layout
14859 45
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 </row>
14865 </lyxtabular>
14866
14867 \end_inset
14868
14869
14870 \end_layout
14871
14872 \begin_layout Standard
14873 \begin_inset ERT
14874 status collapsed
14875
14876 \begin_layout Plain Layout
14877
14878
14879 \backslash
14880 else
14881 \end_layout
14882
14883 \end_inset
14884
14885
14886 \begin_inset Note Note
14887 status open
14888
14889 \begin_layout Plain Layout
14890 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14891  
14892 \series bold
14893 diagbox
14894 \series default
14895  n'est pas installé :
14896 \end_layout
14897
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \begin_layout Standard
14904 Vous devez installer le paquetage \SpecialChar LaTeX
14905  
14906 \series bold
14907 diagbox
14908 \series default
14909  pour voir le contenu de cette section dans la sortie imprimée.
14910 \end_layout
14911
14912 \begin_layout Standard
14913 \begin_inset ERT
14914 status collapsed
14915
14916 \begin_layout Plain Layout
14917
14918
14919 \backslash
14920 fi
14921 \end_layout
14922
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \begin_layout Standard
14929 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14930  
14931 \series bold
14932 \lang english
14933 diagbox
14934 \series default
14935 \lang french
14936 , voir sa documentation, 
14937 \begin_inset CommandInset citation
14938 LatexCommand cite
14939 key "diagbox"
14940
14941 \end_inset
14942
14943 .
14944 \end_layout
14945
14946 \begin_layout Section
14947 Les tableaux formels
14948 \begin_inset CommandInset label
14949 LatexCommand label
14950 name "sec:Tableaux-Formels"
14951
14952 \end_inset
14953
14954
14955 \begin_inset Index idx
14956 status collapsed
14957
14958 \begin_layout Plain Layout
14959 Tableau ! Formel
14960 \end_layout
14961
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \begin_layout Standard
14968 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14969  à celle du tableau
14970 \begin_inset space ~
14971 \end_inset
14972
14973
14974 \begin_inset CommandInset ref
14975 LatexCommand ref
14976 reference "tab:Exemple-tableau-booktabs"
14977
14978 \end_inset
14979
14980 .
14981  Ce genre de tableau est appelé 
14982 \begin_inset Quotes fld
14983 \end_inset
14984
14985
14986 \emph on
14987 formel
14988 \emph default
14989
14990 \begin_inset Quotes frd
14991 \end_inset
14992
14993 .
14994  Pour transformer un tableau en tableau formel, utilisez l'option 
14995 \family sans
14996 Formel
14997 \family default
14998  de l'onglet 
14999 \family sans
15000 Bordures
15001 \family default
15002  de la fenêtre de dialogue 
15003 \family sans
15004 Paramètres
15005 \begin_inset space ~
15006 \end_inset
15007
15008 du
15009 \begin_inset space ~
15010 \end_inset
15011
15012 tableau
15013 \family default
15014 .
15015 \end_layout
15016
15017 \begin_layout Standard
15018 \begin_inset Float table
15019 placement h
15020 wide false
15021 sideways false
15022 status open
15023
15024 \begin_layout Plain Layout
15025 \begin_inset Caption Standard
15026
15027 \begin_layout Plain Layout
15028 \begin_inset CommandInset label
15029 LatexCommand label
15030 name "tab:Exemple-tableau-booktabs"
15031
15032 \end_inset
15033
15034 Exemple de tableau formel
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Plain Layout
15043 \align center
15044 \begin_inset Tabular
15045 <lyxtabular version="3" rows="8" columns="4">
15046 <features booktabs="true" tabularvalignment="middle">
15047 <column alignment="center" valignment="top">
15048 <column alignment="center" valignment="top">
15049 <column alignment="center" valignment="top">
15050 <column alignment="center" valignment="top">
15051 <row>
15052 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15053 \begin_inset Text
15054
15055 \begin_layout Plain Layout
15056 Système
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 <cell alignment="center" valignment="top" topline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 Chip
15066 \begin_inset space \thinspace{}
15067 \end_inset
15068
15069 1
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078 Chip
15079 \begin_inset space \thinspace{}
15080 \end_inset
15081
15082 2
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15088 \begin_inset Text
15089
15090 \begin_layout Plain Layout
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 <row>
15098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102 \begin_inset ERT
15103 status collapsed
15104
15105 \begin_layout Plain Layout
15106
15107
15108 \backslash
15109 cmidrule(r){2-2}
15110 \end_layout
15111
15112 \end_inset
15113
15114
15115 \begin_inset ERT
15116 status collapsed
15117
15118 \begin_layout Plain Layout
15119
15120
15121 \backslash
15122 cmidrule(l){3-4}
15123 \end_layout
15124
15125 \end_inset
15126
15127 Épaisseur du capteur en µm
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 300
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145 300
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154 700
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165 Angle du biseau en °
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" topline="true" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174 3.55
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" topline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 2.71
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 7.99
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row topspace="default">
15199 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 Résolution spatiale en µm
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 <cell alignment="center" valignment="top" usebox="none">
15209 \begin_inset Text
15210
15211 \begin_layout Plain Layout
15212 4.26
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 10.17
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230 10.56
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row topspace="default">
15237 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241 MTF à 
15242 \begin_inset Formula $f_{\mathrm{max}}$
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254 0.53
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 0.37
15264 \end_layout
15265
15266 \end_inset
15267 </cell>
15268 <cell alignment="center" valignment="top" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272 0.39
15273 \end_layout
15274
15275 \end_inset
15276 </cell>
15277 </row>
15278 <row topspace="default">
15279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset ERT
15284 status collapsed
15285
15286 \begin_layout Plain Layout
15287
15288
15289 \backslash
15290 cmidrule[2pt](l{10pt}){1-1}
15291 \end_layout
15292
15293 \end_inset
15294
15295 résolution spatiale LSF
15296 \end_layout
15297
15298 \end_inset
15299 </cell>
15300 <cell alignment="center" valignment="top" usebox="none">
15301 \begin_inset Text
15302
15303 \begin_layout Plain Layout
15304
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313
15314 \end_layout
15315
15316 \end_inset
15317 </cell>
15318 <cell alignment="center" valignment="top" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 </row>
15328 <row>
15329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 en µm
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 <cell alignment="center" valignment="top" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342 129.7
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 <cell alignment="center" valignment="top" usebox="none">
15348 \begin_inset Text
15349
15350 \begin_layout Plain Layout
15351 52.75
15352 \end_layout
15353
15354 \end_inset
15355 </cell>
15356 <cell alignment="center" valignment="top" usebox="none">
15357 \begin_inset Text
15358
15359 \begin_layout Plain Layout
15360 50.78
15361 \end_layout
15362
15363 \end_inset
15364 </cell>
15365 </row>
15366 <row>
15367 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15368 \begin_inset Text
15369
15370 \begin_layout Plain Layout
15371 en % de la taille des pixels
15372 \end_layout
15373
15374 \end_inset
15375 </cell>
15376 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15377 \begin_inset Text
15378
15379 \begin_layout Plain Layout
15380 76.3
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 95.9
15390 \end_layout
15391
15392 \end_inset
15393 </cell>
15394 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 92.3
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 </row>
15404 </lyxtabular>
15405
15406 \end_inset
15407
15408
15409 \end_layout
15410
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \begin_layout Standard
15417 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15418  
15419 \family sans
15420 Bordures
15421 \family default
15422  de la fenêtre de dialogue 
15423 \family sans
15424 Paramètres
15425 \begin_inset space ~
15426 \end_inset
15427
15428 du
15429 \begin_inset space ~
15430 \end_inset
15431
15432 tableau
15433 \family default
15434  comme c'est décrit dans la section
15435 \begin_inset space ~
15436 \end_inset
15437
15438
15439 \begin_inset CommandInset ref
15440 LatexCommand ref
15441 reference "subsec:Espacement-lignes"
15442
15443 \end_inset
15444
15445 .
15446 \end_layout
15447
15448 \begin_layout Standard
15449 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15450  verticales.
15451  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15452  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15453  sortie imprimée :
15454 \begin_inset Newline newline
15455 \end_inset
15456
15457 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15458 \begin_inset space \thinspace{}
15459 \end_inset
15460
15461 em alors que les autres lignes ont implicite une épaisseur de 0.05
15462 \begin_inset space \thinspace{}
15463 \end_inset
15464
15465 em.
15466 \end_layout
15467
15468 \begin_layout Standard
15469 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15470  les lignes de préambule suivantes :
15471 \end_layout
15472
15473 \begin_layout Standard
15474
15475 \series bold
15476
15477 \backslash
15478 let
15479 \backslash
15480 mytoprule
15481 \backslash
15482 toprule
15483 \begin_inset Newline newline
15484 \end_inset
15485
15486
15487 \backslash
15488 renewcommand{
15489 \backslash
15490 toprule}{
15491 \backslash
15492 mytoprule[width]}
15493 \end_layout
15494
15495 \begin_layout Standard
15496 Cet exemple concerne la première ligne, appelée 
15497 \series bold
15498 toprule
15499 \series default
15500 .
15501  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15502 \series bold
15503 toprule
15504 \series default
15505  par 
15506 \series bold
15507 bottomrule
15508 \series default
15509 .
15510  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15511  
15512 \series bold
15513 toprule
15514 \series default
15515  par 
15516 \series bold
15517 midrule
15518 \series default
15519 .
15520  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15521 \begin_inset space ~
15522 \end_inset
15523
15524
15525 \begin_inset CommandInset ref
15526 LatexCommand ref
15527 reference "cha:Unités-de-longueur"
15528
15529 \end_inset
15530
15531  pour préciser l'épaisseur voulue.
15532 \end_layout
15533
15534 \begin_layout Standard
15535 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15536  en mettant une ligne pour une cellule multi-colonnes.
15537  \SpecialChar LyX
15538  va utiliser en interne la commande 
15539 \series bold
15540
15541 \backslash
15542 cmidrule
15543 \series default
15544  pour créer cette ligne.
15545  Sa syntaxe complète est :
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 cmidrule[largeur](rognage){colDépart-colFin}
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Les options de la commande 
15558 \series bold
15559
15560 \backslash
15561 cmidrule
15562 \series default
15563  ne sont pas actuellement gérées par \SpecialChar LyX
15564 , vous devez donc utiliser du code
15565  \SpecialChar TeX
15566  pour pouvoir les utiliser.
15567  On peut créer manuellement des lignes 
15568 \series bold
15569
15570 \backslash
15571 mitrales
15572 \series default
15573  en insérant la commande en code \SpecialChar TeX
15574  comme le premier élément de la première
15575  cellule de la ligne.
15576  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15577  en question.
15578 \end_layout
15579
15580 \begin_layout Standard
15581 La valeur 
15582 \series bold
15583 largeur
15584 \series default
15585  pour l'épaisseur des lignes est de 0.03
15586 \begin_inset space \thinspace{}
15587 \end_inset
15588
15589 em.
15590  
15591 \series bold
15592 colDépart
15593 \series default
15594  est le numéro de la colonne dans laquelle la ligne commence et 
15595 \series bold
15596 colFin
15597 \series default
15598  est le numéro de la colonne dans laquelle elle se termine.
15599  La valeur de 
15600 \series bold
15601 colFin
15602 \series default
15603  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15604  Le paramètre optionnel 
15605 \series bold
15606 rognage
15607 \series default
15608  peut être soit 
15609 \emph on
15610 l{largeurRognage}
15611 \emph default
15612 , ou 
15613 \emph on
15614 r{largeurRognage}
15615 \emph default
15616  où les valeurs de
15617 \emph on
15618  largeurRognage
15619 \emph default
15620  sont aussi optionnelles.
15621  En utilisant par exemple la valeur 
15622 \emph on
15623 l{2pt}
15624 \emph default
15625  pour ce paramètre, la ligne va être rognée de 2
15626 \begin_inset space \thinspace{}
15627 \end_inset
15628
15629 pt à son extrémité gauche.
15630  Si vous ne spécifiez pas de valeur pour 
15631 \emph on
15632 largeurRognage
15633 \emph default
15634  les lignes sont implicitement rognées de 0.5
15635 \begin_inset space \thinspace{}
15636 \end_inset
15637
15638 em.
15639 \end_layout
15640
15641 \begin_layout Standard
15642 \begin_inset VSpace bigskip
15643 \end_inset
15644
15645 Le tableau
15646 \begin_inset space ~
15647 \end_inset
15648
15649
15650 \begin_inset CommandInset ref
15651 LatexCommand ref
15652 reference "tab:Exemple-tableau-booktabs"
15653
15654 \end_inset
15655
15656  a été créé en utilisant les commandes
15657 \end_layout
15658
15659 \begin_layout Standard
15660
15661 \series bold
15662
15663 \backslash
15664 cmidrule(r){2-2}
15665 \backslash
15666 cmidrule(l){3-4}
15667 \end_layout
15668
15669 \begin_layout Standard
15670 au début de la deuxième ligne et
15671 \end_layout
15672
15673 \begin_layout Standard
15674
15675 \series bold
15676
15677 \backslash
15678 cmidrule[2pt](l{10pt}){1-1}
15679 \end_layout
15680
15681 \begin_layout Standard
15682 au début de la sixième ligne.
15683 \end_layout
15684
15685 \begin_layout Standard
15686 \begin_inset VSpace bigskip
15687 \end_inset
15688
15689
15690 \end_layout
15691
15692 \begin_layout Standard
15693 Vous pouvez vouloir des commandes 
15694 \series bold
15695
15696 \backslash
15697 cmidrule
15698 \series default
15699 s qui se recouvrent comme pour le tableau
15700 \begin_inset space ~
15701 \end_inset
15702
15703
15704 \begin_inset CommandInset ref
15705 LatexCommand ref
15706 reference "tab:Tableau-booktabs-special"
15707
15708 \end_inset
15709
15710 .
15711  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15712
15713 \end_layout
15714
15715 \begin_layout Standard
15716
15717 \series bold
15718
15719 \backslash
15720 morecmidrules
15721 \end_layout
15722
15723 \begin_layout Standard
15724 La commande qui a été utilisée pour la deuxième ligne du tableau
15725 \begin_inset space ~
15726 \end_inset
15727
15728
15729 \begin_inset CommandInset ref
15730 LatexCommand ref
15731 reference "tab:Tableau-booktabs-special"
15732
15733 \end_inset
15734
15735  est
15736 \end_layout
15737
15738 \begin_layout Standard
15739
15740 \series bold
15741
15742 \backslash
15743 cmidrule(r){2-2}
15744 \backslash
15745 cmidrule(l){3-4}
15746 \backslash
15747 morecmidrules
15748 \backslash
15749 cmidrule{2-4}
15750 \end_layout
15751
15752 \begin_layout Standard
15753 La commande pour la sixième ligne est
15754 \end_layout
15755
15756 \begin_layout Standard
15757
15758 \series bold
15759
15760 \backslash
15761 midrule
15762 \backslash
15763 morecmidrules
15764 \backslash
15765 cmidrule{3-4}
15766 \end_layout
15767
15768 \begin_layout Standard
15769 \begin_inset VSpace bigskip
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \begin_layout Standard
15776 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15777 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15778  font toute la largeur du tableau :
15779 \end_layout
15780
15781 \begin_layout Standard
15782
15783 \series bold
15784
15785 \backslash
15786 specialrule{largeur}{espace au dessus}{espace en dessous}
15787 \end_layout
15788
15789 \begin_layout Standard
15790 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15791  du paquetage \SpecialChar LaTeX
15792  
15793 \series bold
15794 booktabs
15795 \series default
15796  
15797 \begin_inset CommandInset citation
15798 LatexCommand cite
15799 key "booktabs"
15800
15801 \end_inset
15802
15803 .
15804 \begin_inset Index idx
15805 status collapsed
15806
15807 \begin_layout Plain Layout
15808 Paquetages \SpecialChar LaTeX
15809  ! booktabs
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \begin_layout Standard
15818 \begin_inset Float table
15819 placement h
15820 wide false
15821 sideways false
15822 status open
15823
15824 \begin_layout Plain Layout
15825 \begin_inset Caption Standard
15826
15827 \begin_layout Plain Layout
15828 \begin_inset CommandInset label
15829 LatexCommand label
15830 name "tab:Tableau-booktabs-special"
15831
15832 \end_inset
15833
15834 Tableau formel spécial
15835 \end_layout
15836
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \begin_layout Plain Layout
15843 \align center
15844 \begin_inset Tabular
15845 <lyxtabular version="3" rows="8" columns="4">
15846 <features booktabs="true" tabularvalignment="middle">
15847 <column alignment="center" valignment="top">
15848 <column alignment="center" valignment="top">
15849 <column alignment="center" valignment="top">
15850 <column alignment="center" valignment="top">
15851 <row>
15852 <cell alignment="center" valignment="top" topline="true" usebox="none">
15853 \begin_inset Text
15854
15855 \begin_layout Plain Layout
15856 Système
15857 \end_layout
15858
15859 \end_inset
15860 </cell>
15861 <cell alignment="center" valignment="top" topline="true" usebox="none">
15862 \begin_inset Text
15863
15864 \begin_layout Plain Layout
15865 Chip
15866 \begin_inset space \thinspace{}
15867 \end_inset
15868
15869 1
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878 Chip
15879 \begin_inset space \thinspace{}
15880 \end_inset
15881
15882 2
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 <row>
15898 <cell alignment="center" valignment="top" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 \begin_inset ERT
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906
15907
15908 \backslash
15909 cmidrule(r){2-2}
15910 \end_layout
15911
15912 \end_inset
15913
15914
15915 \begin_inset ERT
15916 status collapsed
15917
15918 \begin_layout Plain Layout
15919
15920
15921 \backslash
15922 cmidrule(l){3-4}
15923 \end_layout
15924
15925 \end_inset
15926
15927
15928 \begin_inset ERT
15929 status collapsed
15930
15931 \begin_layout Plain Layout
15932
15933
15934 \backslash
15935 morecmidrules 
15936 \end_layout
15937
15938 \end_inset
15939
15940
15941 \begin_inset ERT
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945
15946
15947 \backslash
15948 cmidrule{2-4}
15949 \end_layout
15950
15951 \end_inset
15952
15953 Epaisseur du capteur en µm
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 300
15963 \end_layout
15964
15965 \end_inset
15966 </cell>
15967 <cell alignment="center" valignment="top" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971 300
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 700
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 Angle biseau en °
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 3.55
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 <cell alignment="center" valignment="top" topline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009 2.71
16010 \end_layout
16011
16012 \end_inset
16013 </cell>
16014 <cell alignment="center" valignment="top" topline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 7.99
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 </row>
16024 <row topspace="default">
16025 <cell alignment="center" valignment="top" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 Résolution spatiale en µm
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 4.26
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 10.17
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 <cell alignment="center" valignment="top" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056 10.56
16057 \end_layout
16058
16059 \end_inset
16060 </cell>
16061 </row>
16062 <row topspace="default">
16063 <cell alignment="center" valignment="top" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 MTF à 
16068 \begin_inset Formula $f_{\mathrm{max}}$
16069 \end_inset
16070
16071
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 0.53
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 <cell alignment="center" valignment="top" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 0.37
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 0.39
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row>
16105 <cell alignment="center" valignment="top" topline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 \begin_inset ERT
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113
16114
16115 \backslash
16116 morecmidrules 
16117 \end_layout
16118
16119 \end_inset
16120
16121
16122 \begin_inset ERT
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126
16127
16128 \backslash
16129 cmidrule{3-4}
16130 \end_layout
16131
16132 \end_inset
16133
16134 résolution spatiale LSF
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 <cell alignment="center" valignment="top" topline="true" usebox="none">
16149 \begin_inset Text
16150
16151 \begin_layout Plain Layout
16152
16153 \end_layout
16154
16155 \end_inset
16156 </cell>
16157 <cell alignment="center" valignment="top" topline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row>
16168 <cell alignment="center" valignment="top" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 en µm
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 <cell alignment="center" valignment="top" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181 129.7
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 52.75
16191 \end_layout
16192
16193 \end_inset
16194 </cell>
16195 <cell alignment="center" valignment="top" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 50.78
16200 \end_layout
16201
16202 \end_inset
16203 </cell>
16204 </row>
16205 <row>
16206 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16207 \begin_inset Text
16208
16209 \begin_layout Plain Layout
16210 en % de la taille des pixels
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 76.3
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 95.9
16229 \end_layout
16230
16231 \end_inset
16232 </cell>
16233 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16234 \begin_inset Text
16235
16236 \begin_layout Plain Layout
16237 92.3
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 </lyxtabular>
16244
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \begin_layout Section
16256 Alignement vertical des tableaux
16257 \begin_inset Index idx
16258 status collapsed
16259
16260 \begin_layout Plain Layout
16261 Tableau ! Alignement
16262 \end_layout
16263
16264 \end_inset
16265
16266
16267 \end_layout
16268
16269 \begin_layout Standard
16270 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16271  doit être à l'intérieur d'une boîte.
16272  La boîte peut alors être alignée comme c'est décrit dans la 
16273 \begin_inset space ~
16274 \end_inset
16275
16276
16277 \begin_inset CommandInset ref
16278 LatexCommand ref
16279 reference "sec:Boîte-Dialogue"
16280
16281 \end_inset
16282
16283 .
16284 \end_layout
16285
16286 \begin_layout Standard
16287 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16288  minipage
16289 \begin_inset Foot
16290 status open
16291
16292 \begin_layout Plain Layout
16293 Les minipages son décrites dans la section
16294 \begin_inset space ~
16295 \end_inset
16296
16297
16298 \begin_inset CommandInset ref
16299 LatexCommand ref
16300 reference "sec:Minipages"
16301
16302 \end_inset
16303
16304 .
16305 \end_layout
16306
16307 \end_inset
16308
16309  dont la largeur est de 15
16310 \begin_inset space \thinspace{}
16311 \end_inset
16312
16313 col% :
16314 \end_layout
16315
16316 \begin_layout Itemize
16317 test 
16318 \begin_inset Box Frameless
16319 position "t"
16320 hor_pos "c"
16321 has_inner_box 1
16322 inner_pos "c"
16323 use_parbox 0
16324 use_makebox 0
16325 width "15col%"
16326 special "none"
16327 height "1in"
16328 height_special "totalheight"
16329 thickness "0.4pt"
16330 separation "3pt"
16331 shadowsize "4pt"
16332 framecolor "black"
16333 backgroundcolor "none"
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337 \begin_inset Tabular
16338 <lyxtabular version="3" rows="3" columns="3">
16339 <features tabularvalignment="middle">
16340 <column alignment="center" valignment="top">
16341 <column alignment="center" valignment="top">
16342 <column alignment="center" valignment="top">
16343 <row>
16344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16345 \begin_inset Text
16346
16347 \begin_layout Plain Layout
16348 a
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 d
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16363 \begin_inset Text
16364
16365 \begin_layout Plain Layout
16366 g
16367 \end_layout
16368
16369 \end_inset
16370 </cell>
16371 </row>
16372 <row>
16373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16374 \begin_inset Text
16375
16376 \begin_layout Plain Layout
16377 b
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16383 \begin_inset Text
16384
16385 \begin_layout Plain Layout
16386 e
16387 \end_layout
16388
16389 \end_inset
16390 </cell>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395 h
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 c
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415 f
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 i
16425 \end_layout
16426
16427 \end_inset
16428 </cell>
16429 </row>
16430 </lyxtabular>
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438
16439  test 
16440 \begin_inset ERT
16441 status collapsed
16442
16443 \begin_layout Plain Layout
16444
16445
16446 \backslash
16447 raisebox{0.85
16448 \backslash
16449 baselineskip}{
16450 \end_layout
16451
16452 \end_inset
16453
16454
16455 \begin_inset Box Frameless
16456 position "t"
16457 hor_pos "c"
16458 has_inner_box 1
16459 inner_pos "c"
16460 use_parbox 0
16461 use_makebox 0
16462 width "15col%"
16463 special "none"
16464 height "1in"
16465 height_special "totalheight"
16466 thickness "0.4pt"
16467 separation "3pt"
16468 shadowsize "4pt"
16469 framecolor "black"
16470 backgroundcolor "none"
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Tabular
16475 <lyxtabular version="3" rows="3" columns="3">
16476 <features tabularvalignment="middle">
16477 <column alignment="center" valignment="top">
16478 <column alignment="center" valignment="top">
16479 <column alignment="center" valignment="top">
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 a
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 d
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 g
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 b
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16520 \begin_inset Text
16521
16522 \begin_layout Plain Layout
16523 e
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 h
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543 c
16544 \end_layout
16545
16546 \end_inset
16547 </cell>
16548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 f
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 i
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 </lyxtabular>
16568
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \end_inset
16575
16576
16577 \begin_inset ERT
16578 status collapsed
16579
16580 \begin_layout Plain Layout
16581
16582 }
16583 \end_layout
16584
16585 \end_inset
16586
16587
16588 \end_layout
16589
16590 \begin_layout Itemize
16591 test 
16592 \begin_inset Box Frameless
16593 position "c"
16594 hor_pos "c"
16595 has_inner_box 1
16596 inner_pos "c"
16597 use_parbox 0
16598 use_makebox 0
16599 width "15col%"
16600 special "none"
16601 height "1in"
16602 height_special "totalheight"
16603 thickness "0.4pt"
16604 separation "3pt"
16605 shadowsize "4pt"
16606 framecolor "black"
16607 backgroundcolor "none"
16608 status collapsed
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Tabular
16612 <lyxtabular version="3" rows="3" columns="3">
16613 <features tabularvalignment="middle">
16614 <column alignment="center" valignment="top">
16615 <column alignment="center" valignment="top">
16616 <column alignment="center" valignment="top">
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 a
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16628 \begin_inset Text
16629
16630 \begin_layout Plain Layout
16631 d
16632 \end_layout
16633
16634 \end_inset
16635 </cell>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 g
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 </row>
16646 <row>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 b
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 e
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 h
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 c
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 f
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 i
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 </lyxtabular>
16705
16706 \end_inset
16707
16708
16709 \end_layout
16710
16711 \end_inset
16712
16713
16714 \end_layout
16715
16716 \begin_layout Itemize
16717 test 
16718 \begin_inset Box Frameless
16719 position "b"
16720 hor_pos "c"
16721 has_inner_box 1
16722 inner_pos "c"
16723 use_parbox 0
16724 use_makebox 0
16725 width "15col%"
16726 special "none"
16727 height "1in"
16728 height_special "totalheight"
16729 thickness "0.4pt"
16730 separation "3pt"
16731 shadowsize "4pt"
16732 framecolor "black"
16733 backgroundcolor "none"
16734 status collapsed
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Tabular
16738 <lyxtabular version="3" rows="3" columns="3">
16739 <features tabularvalignment="middle">
16740 <column alignment="center" valignment="top">
16741 <column alignment="center" valignment="top">
16742 <column alignment="center" valignment="top">
16743 <row>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 a
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 d
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 g
16767 \end_layout
16768
16769 \end_inset
16770 </cell>
16771 </row>
16772 <row>
16773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16774 \begin_inset Text
16775
16776 \begin_layout Plain Layout
16777 b
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786 e
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795 h
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 <row>
16802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 c
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815 f
16816 \end_layout
16817
16818 \end_inset
16819 </cell>
16820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16821 \begin_inset Text
16822
16823 \begin_layout Plain Layout
16824 i
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 </lyxtabular>
16831
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838
16839  test 
16840 \begin_inset ERT
16841 status collapsed
16842
16843 \begin_layout Plain Layout
16844
16845
16846 \backslash
16847 raisebox{-0.32
16848 \backslash
16849 baselineskip}{
16850 \end_layout
16851
16852 \end_inset
16853
16854
16855 \begin_inset Box Frameless
16856 position "b"
16857 hor_pos "c"
16858 has_inner_box 1
16859 inner_pos "c"
16860 use_parbox 0
16861 use_makebox 0
16862 width "15col%"
16863 special "none"
16864 height "1in"
16865 height_special "totalheight"
16866 thickness "0.4pt"
16867 separation "3pt"
16868 shadowsize "4pt"
16869 framecolor "black"
16870 backgroundcolor "none"
16871 status collapsed
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Tabular
16875 <lyxtabular version="3" rows="3" columns="3">
16876 <features tabularvalignment="middle">
16877 <column alignment="center" valignment="top">
16878 <column alignment="center" valignment="top">
16879 <column alignment="center" valignment="top">
16880 <row>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 a
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 d
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903 g
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 b
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 e
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 h
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 </row>
16938 <row>
16939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 c
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 f
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961 i
16962 \end_layout
16963
16964 \end_inset
16965 </cell>
16966 </row>
16967 </lyxtabular>
16968
16969 \end_inset
16970
16971
16972 \end_layout
16973
16974 \end_inset
16975
16976
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982 }
16983 \end_layout
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \begin_layout Standard
16991 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16992  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16993  la ligne dans laquelle le tableau est inséré.
16994  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16995  boîte élévatrice (raisebox)
16996 \begin_inset Foot
16997 status collapsed
16998
16999 \begin_layout Plain Layout
17000 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17001 \begin_inset space ~
17002 \end_inset
17003
17004
17005 \begin_inset CommandInset ref
17006 LatexCommand ref
17007 reference "subsec:Alignement-Vertical"
17008
17009 \end_inset
17010
17011 .
17012 \end_layout
17013
17014 \end_inset
17015
17016 .
17017  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17018  aligné en utilisant la commande en code \SpecialChar TeX
17019  suivante 
17020 \end_layout
17021
17022 \begin_layout Standard
17023
17024 \series bold
17025
17026 \backslash
17027 raisebox{0.85
17028 \backslash
17029 baselineskip}{
17030 \end_layout
17031
17032 \begin_layout Standard
17033 placée juste avant la boîte minipage.
17034  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17035 .
17036  Pour le deuxième tableau de la dernière ligne, la commande 
17037 \end_layout
17038
17039 \begin_layout Standard
17040
17041 \series bold
17042
17043 \backslash
17044 raisebox{-0.32
17045 \backslash
17046 baselineskip}{
17047 \end_layout
17048
17049 \begin_layout Standard
17050 est utilisée.
17051 \end_layout
17052
17053 \begin_layout Standard
17054 \begin_inset Note Greyedout
17055 status open
17056
17057 \begin_layout Plain Layout
17058
17059 \series bold
17060 Note:
17061 \series default
17062  L'alignement entre le contenu de la ligne du tableau et le texte de la
17063  ligne qui l'entoure ne peut pas être parfait.
17064  Le facteur utilisé dans la commande 
17065 \series bold
17066
17067 \backslash
17068 raisebox
17069 \series default
17070  pour obtenir cet alignement dépend de la police de caractères du document,
17071  de la taille de la police et de l'épaisseur des lignes du tableau.
17072 \end_layout
17073
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \begin_layout Section
17080 Tableaux colorés
17081 \begin_inset CommandInset label
17082 LatexCommand label
17083 name "sec:Tableaux-Colorés"
17084
17085 \end_inset
17086
17087
17088 \begin_inset Index idx
17089 status collapsed
17090
17091 \begin_layout Plain Layout
17092 Tableau ! Coloré
17093 \end_layout
17094
17095 \end_inset
17096
17097
17098 \end_layout
17099
17100 \begin_layout Subsection
17101 Cellules colorées
17102 \begin_inset Index idx
17103 status collapsed
17104
17105 \begin_layout Plain Layout
17106 Couleur des tableaux ! Pour les cellules
17107 \end_layout
17108
17109 \end_inset
17110
17111
17112 \begin_inset Index idx
17113 status collapsed
17114
17115 \begin_layout Plain Layout
17116 Couleur ! Pour les cellules de tableau
17117 \end_layout
17118
17119 \end_inset
17120
17121
17122 \end_layout
17123
17124 \begin_layout Standard
17125 \begin_inset Float table
17126 placement h
17127 wide false
17128 sideways false
17129 status open
17130
17131 \begin_layout Plain Layout
17132 \begin_inset Caption Standard
17133
17134 \begin_layout Plain Layout
17135 \begin_inset CommandInset label
17136 LatexCommand label
17137 name "tab:Tableau-coloré-sans-colortbl"
17138
17139 \end_inset
17140
17141 Tableau coloré sans utiliser le paquetage  
17142 \series bold
17143 colortbl
17144 \series default
17145
17146 \begin_inset Argument 1
17147 status open
17148
17149 \begin_layout Plain Layout
17150 Tableau sans colortbl
17151 \end_layout
17152
17153 \end_inset
17154
17155
17156 \end_layout
17157
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \begin_layout Plain Layout
17164 \align center
17165 \begin_inset Tabular
17166 <lyxtabular version="3" rows="3" columns="3">
17167 <features tabularvalignment="middle">
17168 <column alignment="center" valignment="top">
17169 <column alignment="center" valignment="top">
17170 <column alignment="center" valignment="top">
17171 <row>
17172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17173 \begin_inset Text
17174
17175 \begin_layout Plain Layout
17176
17177 \color green
17178 a
17179 \end_layout
17180
17181 \end_inset
17182 </cell>
17183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17184 \begin_inset Text
17185
17186 \begin_layout Plain Layout
17187
17188 \color red
17189 b
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \color red
17200 c
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 </row>
17206 <row>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211
17212 \color green
17213 d
17214 \end_layout
17215
17216 \end_inset
17217 </cell>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \color blue
17224 e
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233
17234 \color blue
17235 f
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \color green
17248 g
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257
17258 \color blue
17259 h
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268
17269 \color blue
17270 i
17271 \end_layout
17272
17273 \end_inset
17274 </cell>
17275 </row>
17276 </lyxtabular>
17277
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \begin_layout Standard
17289 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17290  et choisissez une couleur dans le menu 
17291 \family sans
17292 Édition\SpecialChar menuseparator
17293 Style
17294 \begin_inset space ~
17295 \end_inset
17296
17297 de
17298 \begin_inset space ~
17299 \end_inset
17300
17301 Texte
17302 \family default
17303 .
17304  C'est ce qui a été utilisé pour créer le tableau
17305 \begin_inset space ~
17306 \end_inset
17307
17308
17309 \begin_inset CommandInset ref
17310 LatexCommand ref
17311 reference "tab:Tableau-coloré-sans-colortbl"
17312
17313 \end_inset
17314
17315 .
17316  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17317  
17318 \series bold
17319 colortbl
17320 \series default
17321 .
17322 \begin_inset Index idx
17323 status collapsed
17324
17325 \begin_layout Plain Layout
17326 Paquetages \SpecialChar LaTeX
17327  ! colortbl
17328 \end_layout
17329
17330 \end_inset
17331
17332
17333 \end_layout
17334
17335 \begin_layout Standard
17336 \begin_inset ERT
17337 status collapsed
17338
17339 \begin_layout Plain Layout
17340
17341
17342 \backslash
17343 ifcolortbl
17344 \end_layout
17345
17346 \end_inset
17347
17348
17349 \begin_inset Note Note
17350 status open
17351
17352 \begin_layout Plain Layout
17353 La section qui suit ne sera affichée que si vous avez installé le paquetage
17354  \SpecialChar LaTeX
17355  
17356 \series bold
17357 colortbl
17358 \series default
17359 .
17360 \end_layout
17361
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \begin_layout Standard
17368 Pour créer des tableaux colorés, vous devez charger le paquetage
17369 \series bold
17370  colortbl
17371 \series default
17372  dans le préambule avec la ligne
17373 \end_layout
17374
17375 \begin_layout Standard
17376
17377 \series bold
17378
17379 \backslash
17380 usepackage{colortbl}
17381 \end_layout
17382
17383 \begin_layout Standard
17384 On choisit la couleur d'une colonne avec la commande 
17385 \end_layout
17386
17387 \begin_layout Standard
17388
17389 \series bold
17390
17391 \backslash
17392 columncolor{nom de couleur}
17393 \end_layout
17394
17395 \begin_layout Standard
17396 à l'intérieur d'une commande 
17397 \series bold
17398 >{ }
17399 \series default
17400 .
17401  Vous trouverez plus d'information sur la commande 
17402 \series bold
17403 >{}
17404 \series default
17405  dans la section
17406 \begin_inset space ~
17407 \end_inset
17408
17409
17410 \begin_inset CommandInset ref
17411 LatexCommand ref
17412 reference "subsec:Calculs-multicolonnes"
17413
17414 \end_inset
17415
17416 .
17417 \end_layout
17418
17419 \begin_layout Standard
17420 Les noms de couleurs suivants sont prédéfinis :
17421 \end_layout
17422
17423 \begin_layout Standard
17424
17425 \family sans
17426 red
17427 \family default
17428  (rouge), 
17429 \family sans
17430 green
17431 \family default
17432  (vert), 
17433 \family sans
17434 yellow
17435 \family default
17436  (jaune), 
17437 \family sans
17438 blue
17439 \family default
17440  (bleu), 
17441 \family sans
17442 cyan
17443 \family default
17444
17445 \family sans
17446 magenta
17447 \family default
17448
17449 \family sans
17450 black 
17451 \family default
17452 (noir) et 
17453 \family sans
17454 white 
17455 \family default
17456 (blanc)
17457 \end_layout
17458
17459 \begin_layout Standard
17460 \begin_inset VSpace medskip
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Standard
17467 Si vous ajoutez l'option
17468 \end_layout
17469
17470 \begin_layout Standard
17471
17472 \series bold
17473 dvipsname
17474 \end_layout
17475
17476 \begin_layout Standard
17477 aux options de la classe de document dans les paramètres du document, vous
17478  pouvez utiliser 61
17479 \begin_inset space ~
17480 \end_inset
17481
17482 couleurs supplémentaires.
17483  Ces couleurs sont listées dans l'annexe
17484 \begin_inset space ~
17485 \end_inset
17486
17487
17488 \begin_inset CommandInset ref
17489 LatexCommand ref
17490 reference "chap:Liste-de-noms-de-couleur-dvips"
17491
17492 \end_inset
17493
17494 .
17495  Une de ces couleurs, 
17496 \family sans
17497 Maroon
17498 \family default
17499 , est utilisée comme exemple dans le tableau
17500 \begin_inset space ~
17501 \end_inset
17502
17503
17504 \begin_inset CommandInset ref
17505 LatexCommand ref
17506 reference "tab:Tableau-coloré-avec-colortbl"
17507
17508 \end_inset
17509
17510 .
17511 \end_layout
17512
17513 \begin_layout Standard
17514 \begin_inset VSpace medskip
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \begin_layout Standard
17521 Vous pouvez aussi définir votre propre couleur avec la commande
17522 \end_layout
17523
17524 \begin_layout Standard
17525
17526 \series bold
17527
17528 \backslash
17529 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17530 \end_layout
17531
17532 \begin_layout Standard
17533 Le modèle de couleur peut être
17534 \end_layout
17535
17536 \begin_layout Labeling
17537 \labelwidthstring 00.00.0000
17538 cmyk
17539 \begin_inset space ~
17540 \end_inset
17541
17542 : cyan, magenta, jaune (yellow), noir (black)
17543 \end_layout
17544
17545 \begin_layout Labeling
17546 \labelwidthstring 00.00.0000
17547 rgb
17548 \begin_inset space ~
17549 \end_inset
17550
17551 : rouge (red), vert (green), bleu (blue)
17552 \end_layout
17553
17554 \begin_layout Labeling
17555 \labelwidthstring 00.00.0000
17556 gray
17557 \begin_inset space ~
17558 \end_inset
17559
17560 : dégradé de gris (gray)
17561 \end_layout
17562
17563 \begin_layout Standard
17564 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17565  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17566 \end_layout
17567
17568 \begin_layout Standard
17569 Vous pouvez par exemple définir la couleur 
17570 \begin_inset Quotes fld
17571 \end_inset
17572
17573
17574 \emph on
17575 vertfonce
17576 \begin_inset Quotes frd
17577 \end_inset
17578
17579  dans le préambule avec la ligne
17580 \end_layout
17581
17582 \begin_layout Standard
17583
17584 \series bold
17585
17586 \backslash
17587 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17588 \end_layout
17589
17590 \begin_layout Standard
17591 et la couleur 
17592 \emph on
17593
17594 \begin_inset Quotes fld
17595 \end_inset
17596
17597 grisclair
17598 \emph default
17599
17600 \begin_inset Quotes frd
17601 \end_inset
17602
17603  avec
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 definecolor{grisclair}{gray}{0.8}
17612 \end_layout
17613
17614 \begin_layout Standard
17615 \begin_inset VSpace medskip
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 Les lignes sont colorées avec la commande
17623 \end_layout
17624
17625 \begin_layout Standard
17626
17627 \series bold
17628
17629 \backslash
17630 rowcolor{nom de la couleur}
17631 \end_layout
17632
17633 \begin_layout Standard
17634 et les cellules sont colorées avec la commande
17635 \end_layout
17636
17637 \begin_layout Standard
17638
17639 \series bold
17640
17641 \backslash
17642 cellcolor{nom de la couleur}
17643 \end_layout
17644
17645 \begin_layout Standard
17646 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17647 .
17648 \end_layout
17649
17650 \begin_layout Standard
17651 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17652  choisissez une couleur dans le menu 
17653 \family sans
17654 Édition\SpecialChar menuseparator
17655 Style
17656 \begin_inset space ~
17657 \end_inset
17658
17659 de
17660 \begin_inset space ~
17661 \end_inset
17662
17663 Texte
17664 \family default
17665 .
17666  Si une cellule contient du code \SpecialChar TeX
17667 , faites bien attention à ne colorer que
17668  le texte, sinon le code \SpecialChar TeX
17669  coloré provoquera des erreurs \SpecialChar LaTeX
17670 .
17671 \end_layout
17672
17673 \begin_layout Standard
17674 \begin_inset Note Greyedout
17675 status open
17676
17677 \begin_layout Plain Layout
17678
17679 \series bold
17680 Note:
17681 \series default
17682  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17683  définies par l'utilisateur.
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \begin_layout Standard
17692 \begin_inset VSpace bigskip
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Standard
17699 Pour créer le tableau
17700 \begin_inset space ~
17701 \end_inset
17702
17703
17704 \begin_inset CommandInset ref
17705 LatexCommand ref
17706 reference "tab:Tableau-coloré-avec-colortbl"
17707
17708 \end_inset
17709
17710  faites ce qui suit : La couleur de la première colonne doit être 
17711 \emph on
17712 vertfonce
17713 \emph default
17714 .
17715  On insère donc la commande
17716 \end_layout
17717
17718 \begin_layout Standard
17719
17720 \series bold
17721 >{
17722 \backslash
17723 columncolor{vertfonce}
17724 \backslash
17725 centering}c
17726 \end_layout
17727
17728 \begin_layout Standard
17729 en code \SpecialChar TeX
17730  pour cette colonne.
17731  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17732
17733 \end_layout
17734
17735 \begin_layout Standard
17736
17737 \series bold
17738
17739 \backslash
17740 rowcolor{cyan}
17741 \end_layout
17742
17743 \begin_layout Standard
17744 qui est insérée dans la première cellule de cette ligne.
17745  Notez que cela annule la couleur de colonne pour la première cellule.
17746  La dernière cellule de la dernière ligne est colorée en marron
17747 \series bold
17748  
17749 \series default
17750 en insérant en code \SpecialChar TeX
17751  la commande
17752 \end_layout
17753
17754 \begin_layout Standard
17755
17756 \series bold
17757
17758 \backslash
17759 cellcolor{Maroon}
17760 \end_layout
17761
17762 \begin_layout Standard
17763 Les caractères peuvent maintenant être colorés en utilisant le menu 
17764 \family sans
17765 Édition\SpecialChar menuseparator
17766 Style
17767 \begin_inset space ~
17768 \end_inset
17769
17770 de
17771 \begin_inset space ~
17772 \end_inset
17773
17774 Texte
17775 \family default
17776 .
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \begin_inset Float table
17781 placement h
17782 wide false
17783 sideways false
17784 status open
17785
17786 \begin_layout Plain Layout
17787 \begin_inset Caption Standard
17788
17789 \begin_layout Plain Layout
17790 \begin_inset CommandInset label
17791 LatexCommand label
17792 name "tab:Tableau-coloré-avec-colortbl"
17793
17794 \end_inset
17795
17796 Tableau coloré en utilisant le paquetage 
17797 \series bold
17798 colortbl
17799 \series default
17800
17801 \begin_inset Argument 1
17802 status collapsed
17803
17804 \begin_layout Plain Layout
17805 Tableau avec colortbl
17806 \end_layout
17807
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \begin_layout Plain Layout
17819 \align center
17820 \begin_inset Tabular
17821 <lyxtabular version="3" rows="3" columns="3">
17822 <features tabularvalignment="middle">
17823 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17824 <column alignment="center" valignment="top">
17825 <column alignment="center" valignment="top">
17826 <row>
17827 <cell alignment="center" valignment="top" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset ERT
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835
17836
17837 \backslash
17838 rowcolor{cyan}
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \color magenta
17845 a
17846 \end_layout
17847
17848 \end_inset
17849 </cell>
17850 <cell alignment="center" valignment="top" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \color red
17856 b
17857 \end_layout
17858
17859 \end_inset
17860 </cell>
17861 <cell alignment="center" valignment="top" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865
17866 \color red
17867 c
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 </row>
17873 <row>
17874 <cell alignment="center" valignment="top" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878
17879 \color yellow
17880 d
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell alignment="center" valignment="top" usebox="none">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889
17890 \color blue
17891 e
17892 \end_layout
17893
17894 \end_inset
17895 </cell>
17896 <cell alignment="center" valignment="top" usebox="none">
17897 \begin_inset Text
17898
17899 \begin_layout Plain Layout
17900
17901 \color blue
17902 f
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \color yellow
17915 g
17916 \end_layout
17917
17918 \end_inset
17919 </cell>
17920 <cell alignment="center" valignment="top" usebox="none">
17921 \begin_inset Text
17922
17923 \begin_layout Plain Layout
17924
17925 \color blue
17926 h
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 \begin_inset ERT
17936 status collapsed
17937
17938 \begin_layout Plain Layout
17939
17940
17941 \backslash
17942 cellcolor{Maroon}
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \color green
17949 i
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 </row>
17955 </lyxtabular>
17956
17957 \end_inset
17958
17959
17960 \end_layout
17961
17962 \end_inset
17963
17964
17965 \end_layout
17966
17967 \begin_layout Standard
17968 \begin_inset ERT
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972
17973
17974 \backslash
17975 else
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \begin_inset Note Note
17982 status open
17983
17984 \begin_layout Plain Layout
17985 Ce qui suit sera affiché si le paquetage 
17986 \series bold
17987 colortbl
17988 \series default
17989  n'est pas installé :
17990 \end_layout
17991
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \begin_layout Standard
17998 Vous devez installer le paquetage 
17999 \series bold
18000 colortbl
18001 \series default
18002  pour voir le contenu des cette section dans la sortie imprimée.
18003 \end_layout
18004
18005 \begin_layout Standard
18006 \begin_inset ERT
18007 status collapsed
18008
18009 \begin_layout Plain Layout
18010
18011
18012 \backslash
18013 fi
18014 \end_layout
18015
18016 \end_inset
18017
18018
18019 \end_layout
18020
18021 \begin_layout Subsection
18022 Lignes colorées
18023 \begin_inset Index idx
18024 status collapsed
18025
18026 \begin_layout Plain Layout
18027 Tableau Coloré ! Pour les lignes
18028 \end_layout
18029
18030 \end_inset
18031
18032
18033 \begin_inset Index idx
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037 Couleur ! Pour les lignes de tableau
18038 \end_layout
18039
18040 \end_inset
18041
18042
18043 \end_layout
18044
18045 \begin_layout Standard
18046 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18047  alternative à la méthode décrite dans le paragraphe précédent: il faut
18048  charger le paquetage 
18049 \series bold
18050 xcolor
18051 \series default
18052
18053 \begin_inset Index idx
18054 status collapsed
18055
18056 \begin_layout Plain Layout
18057 Paquetages \SpecialChar LaTeX
18058  ! xcolor
18059 \begin_inset ERT
18060 status collapsed
18061
18062 \begin_layout Plain Layout
18063
18064
18065 \backslash
18066 vspace{4mm}
18067 \end_layout
18068
18069 \end_inset
18070
18071
18072 \end_layout
18073
18074 \end_inset
18075
18076  dans le préambule du document avec la commande
18077 \end_layout
18078
18079 \begin_layout Standard
18080
18081 \series bold
18082
18083 \backslash
18084 usepackage[table]{xcolor}
18085 \end_layout
18086
18087 \begin_layout Standard
18088
18089 \series bold
18090 xcolor
18091 \series default
18092  charge automatiquement le paquetage 
18093 \series bold
18094 colortbl
18095 \series default
18096
18097 \begin_inset Index idx
18098 status collapsed
18099
18100 \begin_layout Plain Layout
18101 Paquetages \SpecialChar LaTeX
18102  ! colortbl
18103 \end_layout
18104
18105 \end_inset
18106
18107 , il faut donc que
18108 \series bold
18109  colortbl
18110 \series default
18111  existe dans votre distribution \SpecialChar LaTeX
18112 , sinon vous aurez des erreurs.
18113 \end_layout
18114
18115 \begin_layout Standard
18116 \begin_inset ERT
18117 status collapsed
18118
18119 \begin_layout Plain Layout
18120
18121
18122 \backslash
18123 ifcolortbl
18124 \end_layout
18125
18126 \end_inset
18127
18128
18129 \begin_inset Note Note
18130 status open
18131
18132 \begin_layout Plain Layout
18133 La section qui suit ne sera affichée que si vous avez installé le paquetage
18134  \SpecialChar LaTeX
18135  
18136 \series bold
18137 colortbl
18138 \series default
18139 .
18140 \end_layout
18141
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \begin_layout Standard
18148 Les lignes de tableau sont colorées par la commande
18149 \end_layout
18150
18151 \begin_layout Standard
18152
18153 \series bold
18154
18155 \backslash
18156 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18157  paire}
18158 \end_layout
18159
18160 \begin_layout Standard
18161 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18162  avant le premier
18163  tableau nécessitant la coloration alternative des lignes.
18164  
18165 \series bold
18166 numéro de ligne
18167 \series default
18168  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18169  
18170 \series bold
18171 commandes
18172 \series default
18173 \emph on
18174  
18175 \emph default
18176 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18177  Par exemple la commande
18178 \end_layout
18179
18180 \begin_layout Standard
18181
18182 \series bold
18183
18184 \backslash
18185 rowcolors{1}{white}{lightgray}
18186 \end_layout
18187
18188 \begin_layout Standard
18189 donne le schéma de couleurs du tableau
18190 \begin_inset space ~
18191 \end_inset
18192
18193
18194 \begin_inset CommandInset ref
18195 LatexCommand ref
18196 reference "tab:Table-rowcolors"
18197
18198 \end_inset
18199
18200 .
18201  La commande
18202 \end_layout
18203
18204 \begin_layout Standard
18205
18206 \series bold
18207
18208 \backslash
18209 rowcolors[
18210 \backslash
18211 hline]{1}{lightgray}{cyan}
18212 \end_layout
18213
18214 \begin_layout Standard
18215 donne le schéma de couleurs du tableau
18216 \begin_inset space ~
18217 \end_inset
18218
18219
18220 \begin_inset CommandInset ref
18221 LatexCommand ref
18222 reference "tab:Table-rowcolors-2"
18223
18224 \end_inset
18225
18226 .
18227  Si 
18228 \series bold
18229 couleur ligne impaire
18230 \series default
18231  ou 
18232 \series bold
18233 couleur ligne paire
18234 \series default
18235  est vide, aucune couleur n'est utilisée, donc la commande
18236 \end_layout
18237
18238 \begin_layout Standard
18239
18240 \series bold
18241
18242 \backslash
18243 rowcolors{1}{}{}
18244 \end_layout
18245
18246 \begin_layout Standard
18247 supprime toutes les couleurs.
18248  
18249 \series bold
18250
18251 \backslash
18252 rowcolors
18253 \series default
18254  s'applique aux tableaux qui suivent cette commande.
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \begin_inset ERT
18259 status open
18260
18261 \begin_layout Plain Layout
18262
18263
18264 \backslash
18265 rowcolors{1}{white}{lightgray}
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \begin_layout Standard
18274 \begin_inset Float table
18275 placement h
18276 wide false
18277 sideways false
18278 status open
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Caption Standard
18282
18283 \begin_layout Plain Layout
18284
18285 \lang english
18286 \begin_inset CommandInset label
18287 LatexCommand label
18288 name "tab:Table-rowcolors"
18289
18290 \end_inset
18291
18292
18293 \lang french
18294 Tableau avec une colonne sur deux en gris clair.
18295 \end_layout
18296
18297 \end_inset
18298
18299
18300 \end_layout
18301
18302 \begin_layout Plain Layout
18303 \align center
18304 \begin_inset Tabular
18305 <lyxtabular version="3" rows="4" columns="3">
18306 <features tabularvalignment="middle">
18307 <column alignment="center" valignment="top">
18308 <column alignment="center" valignment="top" width="0pt">
18309 <column alignment="center" valignment="top" width="0pt">
18310 <row>
18311 <cell alignment="center" valignment="top" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315 X
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 Y
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 Z
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="center" valignment="top" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 1
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353 2
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 3
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 <row>
18369 <cell alignment="center" valignment="top" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373 4
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 <cell alignment="center" valignment="top" usebox="none">
18379 \begin_inset Text
18380
18381 \begin_layout Plain Layout
18382 5
18383 \end_layout
18384
18385 \end_inset
18386 </cell>
18387 <cell alignment="center" valignment="top" usebox="none">
18388 \begin_inset Text
18389
18390 \begin_layout Plain Layout
18391 6
18392 \end_layout
18393
18394 \end_inset
18395 </cell>
18396 </row>
18397 <row>
18398 <cell alignment="center" valignment="top" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 7
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 8
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420 9
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 </lyxtabular>
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \end_inset
18434
18435
18436 \end_layout
18437
18438 \begin_layout Standard
18439 \begin_inset ERT
18440 status open
18441
18442 \begin_layout Plain Layout
18443
18444
18445 \backslash
18446 rowcolors[
18447 \backslash
18448 hline]{1}{lightgray}{cyan}
18449 \end_layout
18450
18451 \end_inset
18452
18453
18454 \end_layout
18455
18456 \begin_layout Standard
18457 \begin_inset Float table
18458 placement h
18459 wide false
18460 sideways false
18461 status open
18462
18463 \begin_layout Plain Layout
18464 \begin_inset Caption Standard
18465
18466 \begin_layout Plain Layout
18467
18468 \lang english
18469 \begin_inset CommandInset label
18470 LatexCommand label
18471 name "tab:Table-rowcolors-2"
18472
18473 \end_inset
18474
18475
18476 \lang french
18477 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18478  ligne
18479 \end_layout
18480
18481 \end_inset
18482
18483
18484 \end_layout
18485
18486 \begin_layout Plain Layout
18487 \align center
18488 \begin_inset Tabular
18489 <lyxtabular version="3" rows="4" columns="3">
18490 <features tabularvalignment="middle">
18491 <column alignment="center" valignment="top">
18492 <column alignment="center" valignment="top">
18493 <column alignment="center" valignment="top" width="0pt">
18494 <row>
18495 <cell alignment="center" valignment="top" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 X
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 Y
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 <cell alignment="center" valignment="top" usebox="none">
18514 \begin_inset Text
18515
18516 \begin_layout Plain Layout
18517 Z
18518 \end_layout
18519
18520 \end_inset
18521 </cell>
18522 </row>
18523 <row>
18524 <cell alignment="center" valignment="top" usebox="none">
18525 \begin_inset Text
18526
18527 \begin_layout Plain Layout
18528 1
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 2
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 <cell alignment="center" valignment="top" usebox="none">
18543 \begin_inset Text
18544
18545 \begin_layout Plain Layout
18546 3
18547 \end_layout
18548
18549 \end_inset
18550 </cell>
18551 </row>
18552 <row>
18553 <cell alignment="center" valignment="top" usebox="none">
18554 \begin_inset Text
18555
18556 \begin_layout Plain Layout
18557 4
18558 \end_layout
18559
18560 \end_inset
18561 </cell>
18562 <cell alignment="center" valignment="top" usebox="none">
18563 \begin_inset Text
18564
18565 \begin_layout Plain Layout
18566 5
18567 \end_layout
18568
18569 \end_inset
18570 </cell>
18571 <cell alignment="center" valignment="top" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575 6
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 </row>
18581 <row>
18582 <cell alignment="center" valignment="top" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 7
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 8
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 9
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 </lyxtabular>
18611
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \end_layout
18621
18622 \begin_layout Standard
18623 \begin_inset ERT
18624 status collapsed
18625
18626 \begin_layout Plain Layout
18627
18628
18629 \backslash
18630 rowcolors{1}{}{}
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \begin_inset Note Note
18637 status collapsed
18638
18639 \begin_layout Plain Layout
18640
18641 \lang english
18642 turns off the row coloring
18643 \end_layout
18644
18645 \end_inset
18646
18647
18648 \end_layout
18649
18650 \begin_layout Standard
18651 \begin_inset ERT
18652 status collapsed
18653
18654 \begin_layout Plain Layout
18655
18656
18657 \backslash
18658 else
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \begin_inset Note Note
18665 status open
18666
18667 \begin_layout Plain Layout
18668 Ce qui suit sera affiché si le paquetage 
18669 \series bold
18670 colortbl
18671 \series default
18672  n'est pas installé :
18673 \end_layout
18674
18675 \end_inset
18676
18677
18678 \end_layout
18679
18680 \begin_layout Standard
18681 Vous devez installer le paquetage 
18682 \series bold
18683 colortbl
18684 \series default
18685  pour voir le contenu des cette section dans la sortie imprimée.
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset ERT
18690 status collapsed
18691
18692 \begin_layout Plain Layout
18693
18694
18695 \backslash
18696 fi
18697 \end_layout
18698
18699 \end_inset
18700
18701
18702 \end_layout
18703
18704 \begin_layout Subsection
18705 Les filets colorés
18706 \begin_inset Index idx
18707 status open
18708
18709 \begin_layout Plain Layout
18710 Tableau Coloré ! Pour les filets
18711 \end_layout
18712
18713 \end_inset
18714
18715
18716 \begin_inset Index idx
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720 Couleur ! Pour les filets des tableaux
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Note Note
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730 on parle de filets plutôt que de lignes pour les tableaux
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \end_layout
18737
18738 \begin_layout Standard
18739 Comme c'est décrit dans la section
18740 \begin_inset space ~
18741 \end_inset
18742
18743
18744 \begin_inset CommandInset ref
18745 LatexCommand ref
18746 reference "subsec:Epaisseur-filets"
18747
18748 \end_inset
18749
18750 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18751  variable 
18752 \series bold
18753
18754 \backslash
18755 arrayrulewidth
18756 \series default
18757 .
18758  Elle est mise à 1.5
18759 \begin_inset space \thinspace{}
18760 \end_inset
18761
18762 pt pour tous les tableaux de cette section.
18763 \begin_inset ERT
18764 status collapsed
18765
18766 \begin_layout Plain Layout
18767
18768
18769 \backslash
18770 setlength{
18771 \backslash
18772 arrayrulewidth}{1.5pt}
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 Pour colorer les filets verticaux, par exemple en vert, créez le format
18782  de colonne suivant dans le préambule du document, en suivant la description
18783  de la section
18784 \begin_inset space ~
18785 \end_inset
18786
18787
18788 \begin_inset CommandInset ref
18789 LatexCommand ref
18790 reference "subsec:Formats-personnalisés"
18791
18792 \end_inset
18793
18794 :
18795 \end_layout
18796
18797 \begin_layout Standard
18798
18799 \series bold
18800
18801 \backslash
18802 newcolumntype{W}{!{
18803 \backslash
18804 color{green}
18805 \backslash
18806 vline}}
18807 \end_layout
18808
18809 \begin_layout Standard
18810 Pour le tableau
18811 \begin_inset space ~
18812 \end_inset
18813
18814
18815 \begin_inset CommandInset ref
18816 LatexCommand ref
18817 reference "tab:Tableau-filets-verticaux-colorés"
18818
18819 \end_inset
18820
18821  le paramètre \SpecialChar LaTeX
18822
18823 \series bold
18824  WcW
18825 \series default
18826  a été utilisé pour la dernière colonne et
18827 \series bold
18828  Wc
18829 \series default
18830  pour les autres colonnes.
18831 \end_layout
18832
18833 \begin_layout Standard
18834 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18835 \end_layout
18836
18837 \begin_layout Standard
18838 \begin_inset Float table
18839 placement h
18840 wide false
18841 sideways false
18842 status open
18843
18844 \begin_layout Plain Layout
18845 \begin_inset Caption Standard
18846
18847 \begin_layout Plain Layout
18848 \begin_inset CommandInset label
18849 LatexCommand label
18850 name "tab:Tableau-filets-verticaux-colorés"
18851
18852 \end_inset
18853
18854 Tableau avec filets verticaux colorés
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Plain Layout
18863 \align center
18864 \begin_inset Tabular
18865 <lyxtabular version="3" rows="3" columns="3">
18866 <features tabularvalignment="middle">
18867 <column alignment="center" valignment="top" special="Wc">
18868 <column alignment="center" valignment="top" special="Wc">
18869 <column alignment="center" valignment="top" special="WcW">
18870 <row>
18871 <cell alignment="center" valignment="top" topline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 sd
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 sd
18914 \end_layout
18915
18916 \end_inset
18917 </cell>
18918 <cell alignment="center" valignment="top" topline="true" usebox="none">
18919 \begin_inset Text
18920
18921 \begin_layout Plain Layout
18922
18923 \end_layout
18924
18925 \end_inset
18926 </cell>
18927 </row>
18928 <row>
18929 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 sd
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 </lyxtabular>
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \begin_layout Standard
18970 \begin_inset VSpace bigskip
18971 \end_inset
18972
18973 Pour colorer les filets horizontaux en rouge comme pour le tableau
18974 \begin_inset space ~
18975 \end_inset
18976
18977
18978 \begin_inset CommandInset ref
18979 LatexCommand ref
18980 reference "tab:Tableau-filet-horizontaux-colorés"
18981
18982 \end_inset
18983
18984 , insérez les commandes suivantes en code \SpecialChar TeX
18985  juste avant le tableau ou le
18986  flottant de tableau :
18987 \end_layout
18988
18989 \begin_layout Standard
18990
18991 \series bold
18992
18993 \backslash
18994 let
18995 \backslash
18996 myHlineC
18997 \backslash
18998 hline
18999 \begin_inset Newline newline
19000 \end_inset
19001
19002
19003 \backslash
19004 renewcommand{
19005 \backslash
19006 hline}
19007 \begin_inset Newline newline
19008 \end_inset
19009
19010
19011 \begin_inset Phantom HPhantom
19012 status open
19013
19014 \begin_layout Plain Layout
19015
19016 \series bold
19017 \begin_inset space ~
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024
19025 {
19026 \backslash
19027 arrayrulecolor{red}
19028 \backslash
19029 myHlineC
19030 \backslash
19031 arrayrulecolor{black}}
19032 \end_layout
19033
19034 \begin_layout Standard
19035 \begin_inset ERT
19036 status collapsed
19037
19038 \begin_layout Plain Layout
19039
19040
19041 \backslash
19042 let
19043 \backslash
19044 myHlineC
19045 \backslash
19046 hline
19047 \end_layout
19048
19049 \begin_layout Plain Layout
19050
19051
19052 \backslash
19053 renewcommand{
19054 \backslash
19055 hline}
19056 \end_layout
19057
19058 \begin_layout Plain Layout
19059
19060  {
19061 \backslash
19062 arrayrulecolor{red}
19063 \backslash
19064 myHlineC
19065 \backslash
19066 arrayrulecolor{black}}
19067 \end_layout
19068
19069 \end_inset
19070
19071
19072 \begin_inset Float table
19073 placement h
19074 wide false
19075 sideways false
19076 status open
19077
19078 \begin_layout Plain Layout
19079 \begin_inset Caption Standard
19080
19081 \begin_layout Plain Layout
19082 \begin_inset CommandInset label
19083 LatexCommand label
19084 name "tab:Tableau-filet-horizontaux-colorés"
19085
19086 \end_inset
19087
19088 Tableau avec filets horizontaux colorés
19089 \end_layout
19090
19091 \end_inset
19092
19093
19094 \end_layout
19095
19096 \begin_layout Plain Layout
19097 \align center
19098 \begin_inset Tabular
19099 <lyxtabular version="3" rows="3" columns="3">
19100 <features tabularvalignment="middle">
19101 <column alignment="center" valignment="top">
19102 <column alignment="center" valignment="top">
19103 <column alignment="center" valignment="top">
19104 <row>
19105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19106 \begin_inset Text
19107
19108 \begin_layout Plain Layout
19109 sd
19110 \end_layout
19111
19112 \end_inset
19113 </cell>
19114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row>
19134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 sd
19148 \end_layout
19149
19150 \end_inset
19151 </cell>
19152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19153 \begin_inset Text
19154
19155 \begin_layout Plain Layout
19156
19157 \end_layout
19158
19159 \end_inset
19160 </cell>
19161 </row>
19162 <row>
19163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19164 \begin_inset Text
19165
19166 \begin_layout Plain Layout
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 sd
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 </lyxtabular>
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \begin_layout Standard
19204 Pour revenir à la couleur noire implicite, insérez la commande suivante
19205  en code \SpecialChar TeX
19206 , juste après le tableau ou le flottant de tableau :
19207 \end_layout
19208
19209 \begin_layout Standard
19210
19211 \series bold
19212
19213 \backslash
19214 renewcommand{
19215 \backslash
19216 hline}{
19217 \backslash
19218 myHlineC}
19219 \end_layout
19220
19221 \begin_layout Standard
19222 Le tableau
19223 \begin_inset space ~
19224 \end_inset
19225
19226
19227 \begin_inset CommandInset ref
19228 LatexCommand ref
19229 reference "tab:Tableau-avec-filets-colorés"
19230
19231 \end_inset
19232
19233  est un exemple avec des filets horizontaux et verticaux colorés.
19234 \end_layout
19235
19236 \begin_layout Standard
19237 \begin_inset Float table
19238 placement h
19239 wide false
19240 sideways false
19241 status open
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Caption Standard
19245
19246 \begin_layout Plain Layout
19247 \begin_inset CommandInset label
19248 LatexCommand label
19249 name "tab:Tableau-avec-filets-colorés"
19250
19251 \end_inset
19252
19253 Tableau avec filets horizontaux et verticaux colorés
19254 \end_layout
19255
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \begin_layout Plain Layout
19262 \align center
19263 \begin_inset Tabular
19264 <lyxtabular version="3" rows="3" columns="3">
19265 <features tabularvalignment="middle">
19266 <column alignment="center" valignment="top" special="Wc">
19267 <column alignment="center" valignment="top" special="Wc">
19268 <column alignment="center" valignment="top" special="WcW">
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 sd
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 <cell alignment="center" valignment="top" topline="true" usebox="none">
19289 \begin_inset Text
19290
19291 \begin_layout Plain Layout
19292
19293 \end_layout
19294
19295 \end_inset
19296 </cell>
19297 </row>
19298 <row>
19299 <cell alignment="center" valignment="top" topline="true" usebox="none">
19300 \begin_inset Text
19301
19302 \begin_layout Plain Layout
19303
19304 \end_layout
19305
19306 \end_inset
19307 </cell>
19308 <cell alignment="center" valignment="top" topline="true" usebox="none">
19309 \begin_inset Text
19310
19311 \begin_layout Plain Layout
19312 sd
19313 \end_layout
19314
19315 \end_inset
19316 </cell>
19317 <cell alignment="center" valignment="top" topline="true" usebox="none">
19318 \begin_inset Text
19319
19320 \begin_layout Plain Layout
19321
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 </row>
19327 <row topspace="default">
19328 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19329 \begin_inset Text
19330
19331 \begin_layout Plain Layout
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 sd
19351 \end_layout
19352
19353 \end_inset
19354 </cell>
19355 </row>
19356 </lyxtabular>
19357
19358 \end_inset
19359
19360
19361 \end_layout
19362
19363 \end_inset
19364
19365
19366 \end_layout
19367
19368 \begin_layout Standard
19369 \begin_inset ERT
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373
19374
19375 \backslash
19376 renewcommand{
19377 \backslash
19378 hline}{
19379 \backslash
19380 myHlineC}
19381 \end_layout
19382
19383 \end_inset
19384
19385
19386 \end_layout
19387
19388 \begin_layout Standard
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 setlength{
19397 \backslash
19398 arrayrulewidth}{0.4pt}
19399 \end_layout
19400
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \begin_layout Section
19407 Pivotement des cellules
19408 \begin_inset CommandInset label
19409 LatexCommand label
19410 name "sec:Pivotement-des-cellules"
19411
19412 \end_inset
19413
19414
19415 \begin_inset Index idx
19416 status collapsed
19417
19418 \begin_layout Plain Layout
19419 Tableau ! Pivotement des cellules
19420 \end_layout
19421
19422 \end_inset
19423
19424
19425 \begin_inset Index idx
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429 Pivoter des objets
19430 \end_layout
19431
19432 \end_inset
19433
19434
19435 \end_layout
19436
19437 \begin_layout Standard
19438 \begin_inset Note Greyedout
19439 status open
19440
19441 \begin_layout Plain Layout
19442
19443 \series bold
19444 Nota:
19445 \series default
19446  toutes les visionneuses DVI n'affichent pas les rotations.
19447 \end_layout
19448
19449 \end_inset
19450
19451
19452 \end_layout
19453
19454 \begin_layout Standard
19455 Le tableau
19456 \begin_inset space ~
19457 \end_inset
19458
19459
19460 \begin_inset CommandInset ref
19461 LatexCommand ref
19462 reference "tab:Tableau-incluant-des"
19463
19464 \end_inset
19465
19466  est un exemple dans lequel 3 cellules pivotent de 45
19467 \begin_inset space \thinspace{}
19468 \end_inset
19469
19470 °.
19471 \end_layout
19472
19473 \begin_layout Standard
19474 \begin_inset Float table
19475 placement h
19476 wide false
19477 sideways false
19478 status open
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Caption Standard
19482
19483 \begin_layout Plain Layout
19484 \begin_inset CommandInset label
19485 LatexCommand label
19486 name "tab:Tableau-incluant-des"
19487
19488 \end_inset
19489
19490 Tableau incluant des cellules pivotées dans la première ligne.
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Plain Layout
19499 \noindent
19500 \align center
19501 \begin_inset Tabular
19502 <lyxtabular version="3" rows="2" columns="3">
19503 <features tabularvalignment="middle">
19504 <column alignment="center" valignment="top" width="0pt">
19505 <column alignment="center" valignment="top" width="0pt">
19506 <column alignment="center" valignment="top" width="0pt">
19507 <row>
19508 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512 soucoupes
19513 \end_layout
19514
19515 \end_inset
19516 </cell>
19517 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521 assiettes
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19527 \begin_inset Text
19528
19529 \begin_layout Plain Layout
19530 plats
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 </row>
19536 <row>
19537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19538 \begin_inset Text
19539
19540 \begin_layout Plain Layout
19541 45
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19547 \begin_inset Text
19548
19549 \begin_layout Plain Layout
19550 33
19551 \end_layout
19552
19553 \end_inset
19554 </cell>
19555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559 21
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 </row>
19565 </lyxtabular>
19566
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \end_layout
19576
19577 \begin_layout Standard
19578 \begin_inset Note Greyedout
19579 status open
19580
19581 \begin_layout Plain Layout
19582
19583 \series bold
19584 Nota:
19585 \series default
19586  les ruptures de ligne (raccourci 
19587 \begin_inset Info
19588 type  "shortcut"
19589 arg   "newline-insert newline"
19590 \end_inset
19591
19592 ) ne sont pas autorisées dans les cellules pivotées
19593 \end_layout
19594
19595 \end_inset
19596
19597
19598 \end_layout
19599
19600 \begin_layout Standard
19601 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19602  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19603 \begin_inset Foot
19604 status collapsed
19605
19606 \begin_layout Plain Layout
19607 Pour en savoir plus sur ces boîtes, voir les sections
19608 \begin_inset space ~
19609 \end_inset
19610
19611
19612 \begin_inset CommandInset ref
19613 LatexCommand ref
19614 reference "sec:Minipages"
19615
19616 \end_inset
19617
19618  et 
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "sec:Parboxes"
19622
19623 \end_inset
19624
19625 .
19626 \end_layout
19627
19628 \end_inset
19629
19630  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19631  la hauteur de la cellule.
19632  Le tableau
19633 \begin_inset space ~
19634 \end_inset
19635
19636
19637 \begin_inset CommandInset ref
19638 LatexCommand ref
19639 reference "tab:Tableau-incluant-une"
19640
19641 \end_inset
19642
19643  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19644  réglée à 3
19645 \begin_inset space \thinspace{}
19646 \end_inset
19647
19648 cm.
19649 \end_layout
19650
19651 \begin_layout Standard
19652 \begin_inset Float table
19653 placement h
19654 wide false
19655 sideways false
19656 status open
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Caption Standard
19660
19661 \begin_layout Plain Layout
19662 \begin_inset CommandInset label
19663 LatexCommand label
19664 name "tab:Tableau-incluant-une"
19665
19666 \end_inset
19667
19668 Tableau incluant une cellule multi-lignes pivotée.
19669 \end_layout
19670
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \begin_layout Plain Layout
19677 \noindent
19678 \align center
19679 \begin_inset Tabular
19680 <lyxtabular version="3" rows="2" columns="3">
19681 <features tabularvalignment="middle">
19682 <column alignment="center" valignment="top">
19683 <column alignment="center" valignment="top" width="0pt">
19684 <column alignment="center" valignment="top">
19685 <row>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 a
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699 \begin_inset Box Frameless
19700 position "t"
19701 hor_pos "c"
19702 has_inner_box 1
19703 inner_pos "t"
19704 use_parbox 0
19705 use_makebox 0
19706 width "3cm"
19707 special "none"
19708 height "1in"
19709 height_special "totalheight"
19710 thickness "0.4pt"
19711 separation "3pt"
19712 shadowsize "4pt"
19713 framecolor "black"
19714 backgroundcolor "none"
19715 status open
19716
19717 \begin_layout Plain Layout
19718 cellule pivotée
19719 \begin_inset Newline newline
19720 \end_inset
19721
19722 avec saut de ligne
19723 \end_layout
19724
19725 \end_inset
19726
19727
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 e
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 </row>
19742 <row>
19743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 b
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 c
19757 \end_layout
19758
19759 \end_inset
19760 </cell>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 d
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 </row>
19771 </lyxtabular>
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \begin_layout Section
19784 Calcul de la largeur du tableau
19785 \begin_inset CommandInset label
19786 LatexCommand label
19787 name "sec:Table-Width-Calculation"
19788
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \begin_layout Standard
19795 Pour les tableaux un peu larges il est parfois difficile de garantir que
19796  le tableau ne déborde pas dans la marge.
19797  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19798  la valeur à donner à chacune?
19799 \end_layout
19800
19801 \begin_layout Standard
19802 La largeur du tableau 
19803 \begin_inset Formula $L_{\mathrm{tableau}}$
19804 \end_inset
19805
19806  peut se calculer précisément: chaque colonne contribue pour sa largeur
19807  propre 
19808 \begin_inset Formula $L_{\mathrm{colonne}}$
19809 \end_inset
19810
19811  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19812  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19813
19814 \series bold
19815  
19816 \backslash
19817 tabcolsep
19818 \series default
19819 , implicitement 6
19820 \begin_inset space \thinspace{}
19821 \end_inset
19822
19823 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19824  
19825 \series bold
19826
19827 \backslash
19828 arrayrulewidth
19829 \series default
19830 , implicitement 0.4
19831 \begin_inset space \thinspace{}
19832 \end_inset
19833
19834 pt).
19835  Donc si les 
19836 \begin_inset Formula $n$
19837 \end_inset
19838
19839
19840 \begin_inset space ~
19841 \end_inset
19842
19843 colonnes ont la même largeur, la largeur du tableau est
19844 \begin_inset Formula 
19845 \begin{equation}
19846 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19847 \end{equation}
19848
19849 \end_inset
19850
19851
19852 \end_layout
19853
19854 \begin_layout Standard
19855 La largeur disponible pour placer un tableau est la distance entre les marges
19856  de la page ou la largeur de la colonne de texte (pour un document présenté
19857  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19858  
19859 \series bold
19860
19861 \backslash
19862 columnwidth
19863 \series default
19864 .
19865  Si toutes le colonnes ont la même largeur et que 
19866 \begin_inset Formula $L_{\mathrm{tableau}}$
19867 \end_inset
19868
19869  doit valoir 1
19870 \begin_inset space \thinspace{}
19871 \end_inset
19872
19873
19874 \backslash
19875 columnwidth, 
19876 \begin_inset Formula $L_{\mathrm{colonne}}$
19877 \end_inset
19878
19879  se calcule facilement.
19880 \end_layout
19881
19882 \begin_layout Standard
19883 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19884  
19885 \series bold
19886 calc
19887 \series default
19888
19889 \begin_inset Index idx
19890 status collapsed
19891
19892 \begin_layout Plain Layout
19893 Paquetages \SpecialChar LaTeX
19894  ! calc
19895 \end_layout
19896
19897 \end_inset
19898
19899  dans le préambule du document.
19900  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19901  il faut utiliser le champ
19902 \family sans
19903  Argument \SpecialChar LaTeX
19904
19905 \family default
19906 .
19907  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19908  qui est expliqué dans la section
19909 \begin_inset space ~
19910 \end_inset
19911
19912
19913 \begin_inset CommandInset ref
19914 LatexCommand ref
19915 reference "subsec:Calculs-multicolonnes"
19916
19917 \end_inset
19918
19919 .
19920  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19921  saisir pour chaque colonne la commande
19922 \end_layout
19923
19924 \begin_layout Standard
19925
19926 \series bold
19927 >{
19928 \backslash
19929 centering}p{(1
19930 \backslash
19931 columnwidth-62.4pt)/5}
19932 \end_layout
19933
19934 \begin_layout Standard
19935 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19936 \begin_inset space ~
19937 \end_inset
19938
19939 fois celle des 3 autres, le calcul est le suivant:
19940 \end_layout
19941
19942 \begin_layout Standard
19943 \begin_inset Formula 
19944 \begin{align}
19945 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19946  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19947  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19948 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19949 \end{align}
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 Par conséquent, dans le tableau, la commande
19958 \end_layout
19959
19960 \begin_layout Standard
19961
19962 \series bold
19963 >{
19964 \backslash
19965 centering}p{(1
19966 \backslash
19967 columnwidth-62.4pt)/
19968 \backslash
19969 real{4.5}}
19970 \end_layout
19971
19972 \begin_layout Standard
19973 est utilisée pour les colonnes les plus larges, et la commande
19974 \end_layout
19975
19976 \begin_layout Standard
19977
19978 \series bold
19979 >{
19980 \backslash
19981 centering}p{(1
19982 \backslash
19983 columnwidth-62.4pt)/
19984 \backslash
19985 real{4.5}*
19986 \backslash
19987 real{0.75}}
19988 \end_layout
19989
19990 \begin_layout Standard
19991 est utilisée pour les plus étroites:
19992 \end_layout
19993
19994 \begin_layout Standard
19995 \begin_inset Tabular
19996 <lyxtabular version="3" rows="2" columns="5">
19997 <features tabularvalignment="middle">
19998 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19999 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20000 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20001 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20002 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 1
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 2
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 3
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20032 \begin_inset Text
20033
20034 \begin_layout Plain Layout
20035 4
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 5
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 </row>
20050 <row>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 111111 1111111 111111 111111111 11111 11111 1111
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 2222 22222 222222 222222222 2222222 22 22222
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20079 \begin_inset Text
20080
20081 \begin_layout Plain Layout
20082
20083 \end_layout
20084
20085 \end_inset
20086 </cell>
20087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091 333333 333333 333333 33333 3333333 333
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 </lyxtabular>
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Section
20105 Personnalisation des tableaux
20106 \begin_inset Index idx
20107 status collapsed
20108
20109 \begin_layout Plain Layout
20110 Tableau ! Personnalisation
20111 \end_layout
20112
20113 \end_inset
20114
20115
20116 \begin_inset Index idx
20117 status collapsed
20118
20119 \begin_layout Plain Layout
20120 Personnalisation des tableaux
20121 \end_layout
20122
20123 \end_inset
20124
20125
20126 \end_layout
20127
20128 \begin_layout Subsection
20129 Espacement des lignes
20130 \begin_inset CommandInset label
20131 LatexCommand label
20132 name "subsec:Espacement-lignes"
20133
20134 \end_inset
20135
20136
20137 \begin_inset Index idx
20138 status collapsed
20139
20140 \begin_layout Plain Layout
20141 Personnalisation des tableaux ! Espacement des lignes
20142 \end_layout
20143
20144 \end_inset
20145
20146
20147 \end_layout
20148
20149 \begin_layout Standard
20150 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20151  l'onglet 
20152 \family sans
20153 Bordures
20154 \family default
20155  de la fenêtre de dialogue 
20156 \family sans
20157 Paramètres
20158 \begin_inset space ~
20159 \end_inset
20160
20161 du
20162 \begin_inset space ~
20163 \end_inset
20164
20165 tableau
20166 \family default
20167 .
20168  Vous y trouverez trois possibilités :
20169 \end_layout
20170
20171 \begin_layout Description
20172 Haut
20173 \begin_inset space ~
20174 \end_inset
20175
20176 de
20177 \begin_inset space ~
20178 \end_inset
20179
20180 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20181  Si le tableau est un tableau formel
20182 \begin_inset Foot
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 Les tableaux formels sont décrits dans la section
20187 \begin_inset space ~
20188 \end_inset
20189
20190
20191 \begin_inset CommandInset ref
20192 LatexCommand ref
20193 reference "sec:Tableaux-Formels"
20194
20195 \end_inset
20196
20197 .
20198 \end_layout
20199
20200 \end_inset
20201
20202  \SpecialChar LyX
20203  va insérer implicitement un espace de 0.5
20204 \begin_inset space \thinspace{}
20205 \end_inset
20206
20207 em.
20208  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20209  les filets verticaux comme dans le tableau suivant :
20210 \begin_inset VSpace medskip
20211 \end_inset
20212
20213
20214 \begin_inset Newline newline
20215 \end_inset
20216
20217
20218 \begin_inset space \hspace*{}
20219 \length 0pt
20220 \end_inset
20221
20222
20223 \begin_inset space \hfill{}
20224 \end_inset
20225
20226
20227 \begin_inset Tabular
20228 <lyxtabular version="3" rows="3" columns="1">
20229 <features tabularvalignment="middle">
20230 <column alignment="center" valignment="top">
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236 A
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row topspace="3mm">
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 espace de 3
20248 \begin_inset space \thinspace{}
20249 \end_inset
20250
20251 mm en haut de la ligne
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262 C
20263 \end_layout
20264
20265 \end_inset
20266 </cell>
20267 </row>
20268 </lyxtabular>
20269
20270 \end_inset
20271
20272
20273 \begin_inset space \hfill{}
20274 \end_inset
20275
20276
20277 \begin_inset space \hspace*{}
20278 \length 0pt
20279 \end_inset
20280
20281
20282 \begin_inset VSpace medskip
20283 \end_inset
20284
20285
20286 \begin_inset Newline newline
20287 \end_inset
20288
20289 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20290  pas de filets verticaux.
20291 \end_layout
20292
20293 \begin_layout Description
20294 Bas
20295 \begin_inset space ~
20296 \end_inset
20297
20298 de
20299 \begin_inset space ~
20300 \end_inset
20301
20302 ligne va ajouter de l'espace sous les caractères de la ligne.
20303  Si le tableau est un tableau formel \SpecialChar LyX
20304  va insérer implicitement un espace
20305  de 0.5
20306 \begin_inset space \thinspace{}
20307 \end_inset
20308
20309 em, pour les tableaux normaux, l'espace implicite est de 2
20310 \begin_inset space \thinspace{}
20311 \end_inset
20312
20313 pt.
20314 \end_layout
20315
20316 \begin_layout Description
20317 Entre
20318 \begin_inset space ~
20319 \end_inset
20320
20321 les
20322 \begin_inset space ~
20323 \end_inset
20324
20325 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20326  Si le tableau est un tableau formel \SpecialChar LyX
20327  va insérer implicitement un espace
20328  de 0.5
20329 \begin_inset space \thinspace{}
20330 \end_inset
20331
20332 em.
20333  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20334  les filets verticaux comme dans le tableau suivant :
20335 \begin_inset VSpace medskip
20336 \end_inset
20337
20338
20339 \begin_inset Newline newline
20340 \end_inset
20341
20342
20343 \begin_inset space \hspace*{}
20344 \length 0pt
20345 \end_inset
20346
20347
20348 \begin_inset space \hfill{}
20349 \end_inset
20350
20351
20352 \begin_inset Tabular
20353 <lyxtabular version="3" rows="3" columns="1">
20354 <features tabularvalignment="middle">
20355 <column alignment="center" valignment="top">
20356 <row>
20357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20358 \begin_inset Text
20359
20360 \begin_layout Plain Layout
20361 A
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row interlinespace="3mm">
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372 \begin_inset Formula $\downarrow$
20373 \end_inset
20374
20375  espace de 3
20376 \begin_inset space \thinspace{}
20377 \end_inset
20378
20379 mm entre les lignes 
20380 \begin_inset Formula $\downarrow$
20381 \end_inset
20382
20383
20384 \end_layout
20385
20386 \end_inset
20387 </cell>
20388 </row>
20389 <row>
20390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20391 \begin_inset Text
20392
20393 \begin_layout Plain Layout
20394 \begin_inset Formula $\uparrow$
20395 \end_inset
20396
20397  espace de 3
20398 \begin_inset space \thinspace{}
20399 \end_inset
20400
20401 mm entre les lignes 
20402 \begin_inset Formula $\uparrow$
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 </row>
20411 </lyxtabular>
20412
20413 \end_inset
20414
20415
20416 \begin_inset space \hfill{}
20417 \end_inset
20418
20419
20420 \begin_inset space \hspace*{}
20421 \length 0pt
20422 \end_inset
20423
20424
20425 \begin_inset VSpace medskip
20426 \end_inset
20427
20428
20429 \begin_inset Newline newline
20430 \end_inset
20431
20432 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20433  pas de filets verticaux.
20434 \end_layout
20435
20436 \begin_layout Standard
20437 \begin_inset VSpace bigskip
20438 \end_inset
20439
20440 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20441  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20442  dans le préambule :
20443 \end_layout
20444
20445 \begin_layout Standard
20446
20447 \series bold
20448
20449 \backslash
20450 @ifundefined{extrarowheight}
20451 \begin_inset Newline newline
20452 \end_inset
20453
20454
20455 \begin_inset Phantom HPhantom
20456 status open
20457
20458 \begin_layout Plain Layout
20459
20460 \series bold
20461 \begin_inset space ~
20462 \end_inset
20463
20464
20465 \end_layout
20466
20467 \end_inset
20468
20469 {
20470 \backslash
20471 usepackage{array}}{}
20472 \begin_inset Newline newline
20473 \end_inset
20474
20475
20476 \backslash
20477 setlength{
20478 \backslash
20479 extrarowheight}{height}
20480 \end_layout
20481
20482 \begin_layout Standard
20483 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20484  plus exactement centré verticalement.
20485  (le paquetage 
20486 \series bold
20487 array 
20488 \series default
20489 sera chargé automatiquement par \SpecialChar LyX
20490  quand vous utilisez des formats de tableaux
20491  auto-définis.
20492  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20493  
20494 \series bold
20495
20496 \backslash
20497 @ifundefined
20498 \series default
20499  dans la commande précédente.)
20500 \end_layout
20501
20502 \begin_layout Standard
20503 Si vous utilisez des polices de taille plus grande que la taille normale,
20504  les bordures des tableaux sont souvent trop proches du texte.
20505  On peut corriger ce problème en insérant la commande 
20506 \series bold
20507
20508 \begin_inset space \space{}
20509 \end_inset
20510
20511
20512 \backslash
20513 strut
20514 \series default
20515  en code \SpecialChar TeX
20516  au debut d'une ligne du tableau.
20517  Le tableau
20518 \begin_inset space ~
20519 \end_inset
20520
20521
20522 \begin_inset CommandInset ref
20523 LatexCommand ref
20524 reference "tab:Alignement-vertical"
20525
20526 \end_inset
20527
20528  montre l'effet de cette commande.
20529 \end_layout
20530
20531 \begin_layout Standard
20532 \noindent
20533 \begin_inset Float table
20534 placement h
20535 wide false
20536 sideways false
20537 status open
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Caption Standard
20541
20542 \begin_layout Plain Layout
20543 \begin_inset CommandInset label
20544 LatexCommand label
20545 name "tab:Alignement-vertical"
20546
20547 \end_inset
20548
20549 Alignement vertical d'un texte avec une police de grande taille.
20550 \end_layout
20551
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \begin_layout Plain Layout
20558 \begin_inset space \hfill{}
20559 \end_inset
20560
20561
20562 \begin_inset Float table
20563 wide false
20564 sideways false
20565 status collapsed
20566
20567 \begin_layout Plain Layout
20568 \begin_inset Caption Standard
20569
20570 \begin_layout Plain Layout
20571 Tableau normal.
20572 \end_layout
20573
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \begin_layout Plain Layout
20580 \noindent
20581 \align center
20582 \begin_inset Tabular
20583 <lyxtabular version="3" rows="6" columns="1">
20584 <features tabularvalignment="middle">
20585 <column alignment="left" valignment="top">
20586 <row>
20587 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591 Normal, g
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602
20603 \size large
20604 Large
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \size larger
20617 Larger
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \size largest
20630 Largest
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \size huge
20643 Huge
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 </row>
20649 <row>
20650 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654
20655 \size huge
20656 Huger
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 </lyxtabular>
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670
20671
20672 \begin_inset space \hfill{}
20673 \end_inset
20674
20675
20676 \begin_inset Float table
20677 wide false
20678 sideways false
20679 status collapsed
20680
20681 \begin_layout Plain Layout
20682 \begin_inset Caption Standard
20683
20684 \begin_layout Plain Layout
20685 Tableau utilisant la commande 
20686 \series bold
20687
20688 \backslash
20689 strut
20690 \series default
20691 .
20692 \end_layout
20693
20694 \end_inset
20695
20696
20697 \end_layout
20698
20699 \begin_layout Plain Layout
20700 \noindent
20701 \align center
20702 \begin_inset Tabular
20703 <lyxtabular version="3" rows="6" columns="1">
20704 <features tabularvalignment="middle">
20705 <column alignment="left" valignment="top">
20706 <row>
20707 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20708 \begin_inset Text
20709
20710 \begin_layout Plain Layout
20711 Normal, g
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \size large
20724 \begin_inset ERT
20725 status collapsed
20726
20727 \begin_layout Plain Layout
20728
20729
20730 \backslash
20731 strut 
20732 \end_layout
20733
20734 \end_inset
20735
20736 Large
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \size larger
20749 \begin_inset ERT
20750 status collapsed
20751
20752 \begin_layout Plain Layout
20753
20754
20755 \backslash
20756 strut 
20757 \end_layout
20758
20759 \end_inset
20760
20761 Larger
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 <row>
20768 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \size largest
20774 \begin_inset ERT
20775 status collapsed
20776
20777 \begin_layout Plain Layout
20778
20779
20780 \backslash
20781 strut 
20782 \end_layout
20783
20784 \end_inset
20785
20786 Largest
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 <row>
20793 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \size huge
20799 \begin_inset ERT
20800 status collapsed
20801
20802 \begin_layout Plain Layout
20803
20804
20805 \backslash
20806 strut 
20807 \end_layout
20808
20809 \end_inset
20810
20811 Huge
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 </row>
20817 <row>
20818 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822
20823 \size giant
20824 \begin_inset ERT
20825 status collapsed
20826
20827 \begin_layout Plain Layout
20828
20829
20830 \backslash
20831 strut 
20832 \end_layout
20833
20834 \end_inset
20835
20836
20837 \size huge
20838 Huger
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 </row>
20844 </lyxtabular>
20845
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \begin_inset space \hfill{}
20855 \end_inset
20856
20857
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \begin_layout Standard
20866 \begin_inset Newpage newpage
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Subsection
20873 Alignements de cellules spéciaux
20874 \begin_inset CommandInset label
20875 LatexCommand label
20876 name "subsec:Alignements-de-cellules"
20877
20878 \end_inset
20879
20880
20881 \begin_inset Index idx
20882 status collapsed
20883
20884 \begin_layout Plain Layout
20885 Personnalisation des tableaux ! Alignement de cellules spéciaux
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \begin_layout Standard
20894 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20895  cellules sur un caractère donné, par exemple le séparateur décimal comme
20896  dans le tableau
20897 \begin_inset space ~
20898 \end_inset
20899
20900
20901 \begin_inset CommandInset ref
20902 LatexCommand ref
20903 reference "tab:Tableau-centré-sur-séparateur-1"
20904
20905 \end_inset
20906
20907 .
20908  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20909  soit en appuyant sur le bouton 
20910 \begin_inset Info
20911 type  "icon"
20912 arg   "inset-modify tabular align-decimal"
20913 \end_inset
20914
20915  de la barre d'outils ou en modifiant le paramètre 
20916 \family sans
20917 Alignement horizontal
20918 \family default
20919  à 
20920 \family sans
20921 Au séparateur décimal
20922 \family default
20923 .
20924  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20925  dans les paramètres du tableau.
20926 \end_layout
20927
20928 \begin_layout Standard
20929 \begin_inset Float table
20930 placement h
20931 wide false
20932 sideways false
20933 status open
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Caption Standard
20937
20938 \begin_layout Plain Layout
20939 \begin_inset CommandInset label
20940 LatexCommand label
20941 name "tab:Tableau-centré-sur-séparateur-1"
20942
20943 \end_inset
20944
20945 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20946 \end_layout
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Plain Layout
20954 \align center
20955 \begin_inset Tabular
20956 <lyxtabular version="3" rows="4" columns="1">
20957 <features booktabs="true" tabularvalignment="middle">
20958 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20959 <row>
20960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20961 \begin_inset Text
20962
20963 \begin_layout Plain Layout
20964 en-tête
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975 12,6
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 </row>
20981 <row>
20982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 0,68
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 -123,0
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 </row>
21003 </lyxtabular>
21004
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \begin_layout Standard
21016 \begin_inset Float table
21017 placement h
21018 wide false
21019 sideways false
21020 status open
21021
21022 \begin_layout Plain Layout
21023 \begin_inset Caption Standard
21024
21025 \begin_layout Plain Layout
21026 \begin_inset CommandInset label
21027 LatexCommand label
21028 name "tab:Tableau-centré-sur-séparateur-2"
21029
21030 \end_inset
21031
21032 Les cellules d'une colonnes sont centrées sur les opérateurs.
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \begin_layout Plain Layout
21041 \align center
21042 \begin_inset Tabular
21043 <lyxtabular version="3" rows="4" columns="2">
21044 <features booktabs="true" tabularvalignment="middle">
21045 <column alignment="right" valignment="top" width="0pt">
21046 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21047 <row>
21048 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052 en-tête
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \end_layout
21063
21064 \end_inset
21065 </cell>
21066 </row>
21067 <row>
21068 <cell alignment="center" valignment="top" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $12\,+$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\,6$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 \begin_inset Formula $0\,-$
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\,68$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 \begin_inset Formula $-123\,/$
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \end_inset
21131 </cell>
21132 <cell alignment="center" valignment="top" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136 \begin_inset Formula $\,0$
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \end_inset
21143 </cell>
21144 </row>
21145 </lyxtabular>
21146
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \end_inset
21153
21154
21155 \end_layout
21156
21157 \begin_layout Standard
21158 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21159  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21160  formules.
21161  Dans ce cas on doit utiliser la méthode du tableau
21162 \begin_inset space ~
21163 \end_inset
21164
21165
21166 \begin_inset CommandInset ref
21167 LatexCommand ref
21168 reference "tab:Tableau-centré-sur-séparateur-2"
21169
21170 \end_inset
21171
21172 .
21173  Ce tableau a été créé comme un tableau 4×2.
21174  L'en-tête est une cellule multi-colonnes centrée.
21175  La première colonne est alignée à droite et contient la première partie
21176  et inclue l'opérateur.
21177  La seconde colonne contient le reste de la cellule aligné à gauche.
21178  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21179  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21180  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21181  tableau, le paramètre \SpecialChar LaTeX
21182  suivant a été utilisé pour la deuxième colonne :
21183 \end_layout
21184
21185 \begin_layout Standard
21186
21187 \series bold
21188 @{}l
21189 \end_layout
21190
21191 \begin_layout Standard
21192 Le tableau
21193 \begin_inset space ~
21194 \end_inset
21195
21196
21197 \begin_inset CommandInset ref
21198 LatexCommand ref
21199 reference "tab:Plusieurs-exemples-alignements"
21200
21201 \end_inset
21202
21203  montre quelques exemples d'alignements.
21204  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21205  comme pour la deuxième colonne du tableau
21206 \begin_inset space ~
21207 \end_inset
21208
21209
21210 \begin_inset CommandInset ref
21211 LatexCommand ref
21212 reference "tab:Tableau-centré-sur-séparateur-2"
21213
21214 \end_inset
21215
21216 .
21217 \end_layout
21218
21219 \begin_layout Standard
21220 \begin_inset Float table
21221 wide false
21222 sideways false
21223 status open
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Caption Standard
21227
21228 \begin_layout Plain Layout
21229 \begin_inset CommandInset label
21230 LatexCommand label
21231 name "tab:Plusieurs-exemples-alignements"
21232
21233 \end_inset
21234
21235 Plusieurs exemples d'alignement de cellules.
21236 \end_layout
21237
21238 \end_inset
21239
21240
21241 \end_layout
21242
21243 \begin_layout Plain Layout
21244 \align center
21245 \begin_inset Tabular
21246 <lyxtabular version="3" rows="4" columns="6">
21247 <features tabularvalignment="middle">
21248 <column alignment="right" valignment="top">
21249 <column alignment="left" valignment="top" special="@{}l">
21250 <column alignment="right" valignment="top">
21251 <column alignment="left" valignment="top" special="@{}l">
21252 <column alignment="right" valignment="top">
21253 <column alignment="left" valignment="top" special="@{}l">
21254 <row>
21255 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21256 \begin_inset Text
21257
21258 \begin_layout Plain Layout
21259 unités
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268
21269 \end_layout
21270
21271 \end_inset
21272 </cell>
21273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277 exposants
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 relations
21296 \end_layout
21297
21298 \end_inset
21299 </cell>
21300 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21301 \begin_inset Text
21302
21303 \begin_layout Plain Layout
21304
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 </row>
21310 <row>
21311 <cell alignment="center" valignment="top" usebox="none">
21312 \begin_inset Text
21313
21314 \begin_layout Plain Layout
21315 12×
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 24
21325 \begin_inset space \thinspace{}
21326 \end_inset
21327
21328 bouteilles
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 <cell alignment="center" valignment="top" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 \begin_inset Formula $10\cdot$
21338 \end_inset
21339
21340
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Formula $10^{\mbox{-}17}$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\Gamma(t)\propto$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\:\Upsilon(t)$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387 1024×
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 768
21397 \begin_inset space \thinspace{}
21398 \end_inset
21399
21400 Pixels
21401 \end_layout
21402
21403 \end_inset
21404 </cell>
21405 <cell alignment="center" valignment="top" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409 \begin_inset Formula $5.78\cdot$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 \begin_inset Formula $10^{7}$
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 <cell alignment="center" valignment="top" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 \begin_inset Formula $A\ne$
21434 \end_inset
21435
21436
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\:B_{\mathrm{red}}$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 32×
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 6
21469 \begin_inset space \thinspace{}
21470 \end_inset
21471
21472 cm
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 -
21482 \begin_inset Formula $33.5\cdot$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $10^{4}$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\sin(\alpha)\ge$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\:\sin(\beta)$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 </lyxtabular>
21528
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535
21536
21537 \end_layout
21538
21539 \begin_layout Subsection
21540 Formats de cellule et de colonne personnalisés
21541 \begin_inset CommandInset label
21542 LatexCommand label
21543 name "subsec:Formats-personnalisés"
21544
21545 \end_inset
21546
21547
21548 \begin_inset Index idx
21549 status collapsed
21550
21551 \begin_layout Plain Layout
21552 Personnalisation des tableaux !  Format de cellule/colonne
21553 \end_layout
21554
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \begin_layout Standard
21561 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21562 \begin_inset space ~
21563 \end_inset
21564
21565
21566 \begin_inset CommandInset ref
21567 LatexCommand ref
21568 reference "sec:Table-Width-Calculation"
21569
21570 \end_inset
21571
21572  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21573  la section
21574 \begin_inset space ~
21575 \end_inset
21576
21577
21578 \begin_inset CommandInset ref
21579 LatexCommand ref
21580 reference "subsec:Calculs-multicolonnes"
21581
21582 \end_inset
21583
21584  peut devenir très pénible si vous avez plusieurs tableaux.
21585  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21586  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21587  du document.
21588  Le format est défini avec la commande
21589 \end_layout
21590
21591 \begin_layout Standard
21592
21593 \series bold
21594
21595 \backslash
21596 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21597 \end_layout
21598
21599 \begin_layout Standard
21600 Le nom du format peut n'avoir qu'une lettre.
21601  Les lettres 
21602 \emph on
21603 b
21604 \emph default
21605
21606 \emph on
21607 c
21608 \emph default
21609
21610 \emph on
21611 l
21612 \emph default
21613
21614 \emph on
21615 m
21616 \emph default
21617
21618 \emph on
21619 p
21620 \emph default
21621  et 
21622 \emph on
21623 r
21624 \emph default
21625  sont prédéfinies et donc ne peuvent être utilisées.
21626  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21627 \end_layout
21628
21629 \begin_layout Standard
21630 \begin_inset VSpace medskip
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \begin_layout Standard
21637 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21638  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21639  :
21640 \end_layout
21641
21642 \begin_layout Standard
21643
21644 \series bold
21645
21646 \backslash
21647 newcolumntype{M}[1]{>{
21648 \backslash
21649 centering
21650 \backslash
21651 hspace{0pt}}m{#1}}
21652 \end_layout
21653
21654 \begin_layout Standard
21655 Où le 
21656 \series bold
21657
21658 \backslash
21659 hspace{0pt}
21660 \series default
21661  évite le problème de césure du premier mot, comme c'est décrit en section
21662 \begin_inset space ~
21663 \end_inset
21664
21665
21666 \begin_inset CommandInset ref
21667 LatexCommand ref
21668 reference "subsec:Lignes-multiple-dans-cellule"
21669
21670 \end_inset
21671
21672 .
21673  Ensuite, vous pouvez entrer
21674 \end_layout
21675
21676 \begin_layout Standard
21677
21678 \series bold
21679 M{width}
21680 \end_layout
21681
21682 \begin_layout Standard
21683 comme paramètre \SpecialChar LaTeX
21684  dans la fenêtre de dialogue de tableau pour créer une multi-col
21685 onnes.
21686 \end_layout
21687
21688 \begin_layout Standard
21689 \begin_inset VSpace bigskip
21690 \end_inset
21691
21692
21693 \end_layout
21694
21695 \begin_layout Standard
21696 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21697  pouvez définir le format
21698 \end_layout
21699
21700 \begin_layout Standard
21701
21702 \series bold
21703
21704 \backslash
21705 newcolumntype{S}[2]{>{
21706 \backslash
21707 centering
21708 \backslash
21709 hspace{0pt}}
21710 \begin_inset Newline newline
21711 \end_inset
21712
21713
21714 \begin_inset Phantom HPhantom
21715 status open
21716
21717 \begin_layout Plain Layout
21718
21719 \series bold
21720
21721 \backslash
21722 newcolumntype{S}[2]
21723 \end_layout
21724
21725 \end_inset
21726
21727 m{(#1+(2
21728 \backslash
21729 tabcolsep+
21730 \backslash
21731 arrayrulewidth)*(1-#2))/#2}}
21732 \end_layout
21733
21734 \begin_layout Standard
21735 Ce format utilise l'équation
21736 \begin_inset space ~
21737 \end_inset
21738
21739
21740 \begin_inset CommandInset ref
21741 LatexCommand eqref
21742 reference "eq:Wgn"
21743
21744 \end_inset
21745
21746  pour calculer la largeur que doit avoir chacune des cellules couverte par
21747  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21748 \end_layout
21749
21750 \begin_layout Standard
21751 Ensuite, vous pouvez entrer
21752 \end_layout
21753
21754 \begin_layout Standard
21755
21756 \series bold
21757 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21758 \end_layout
21759
21760 \begin_layout Standard
21761 comme paramètre \SpecialChar LaTeX
21762  de la colonne.
21763 \end_layout
21764
21765 \begin_layout Standard
21766 \begin_inset VSpace bigskip
21767 \end_inset
21768
21769
21770 \end_layout
21771
21772 \begin_layout Standard
21773 Pour des colonnes colorées, vous pouvez définir
21774 \end_layout
21775
21776 \begin_layout Standard
21777
21778 \series bold
21779
21780 \backslash
21781 newcolumntype{K}[1]{>{
21782 \backslash
21783 columncolor{#1}
21784 \backslash
21785 hspace{0pt}}c}
21786 \end_layout
21787
21788 \begin_layout Standard
21789 Le 
21790 \begin_inset Quotes fld
21791 \end_inset
21792
21793 c
21794 \begin_inset Quotes frd
21795 \end_inset
21796
21797  à la fin crée une colonne de largeur variable dont le texte est centré
21798  horizontalement.
21799  Vous pouvez maintenant entrer
21800 \end_layout
21801
21802 \begin_layout Standard
21803
21804 \series bold
21805 K{nom de couleur}
21806 \end_layout
21807
21808 \begin_layout Standard
21809 comme paramètre \SpecialChar LaTeX
21810 .
21811 \end_layout
21812
21813 \begin_layout Standard
21814 \begin_inset VSpace bigskip
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \begin_layout Standard
21821 Pour créer le tableau
21822 \begin_inset space ~
21823 \end_inset
21824
21825
21826 \begin_inset CommandInset ref
21827 LatexCommand ref
21828 reference "tab:Tableau-formats-personnalisés"
21829
21830 \end_inset
21831
21832  utilisez les paramètres \SpecialChar LaTeX
21833
21834 \end_layout
21835
21836 \begin_layout Standard
21837
21838 \series bold
21839 M{2.5cm}
21840 \end_layout
21841
21842 \begin_layout Standard
21843 pour la première colonne et la multi-colonnes,
21844 \end_layout
21845
21846 \begin_layout Standard
21847
21848 \series bold
21849 K{red}
21850 \end_layout
21851
21852 \begin_layout Standard
21853 pour la dernière colonne, et
21854 \end_layout
21855
21856 \begin_layout Standard
21857
21858 \series bold
21859 S{2.5cm}{2}
21860 \end_layout
21861
21862 \begin_layout Standard
21863 pour les cellules de la deuxième colonne.
21864 \end_layout
21865
21866 \begin_layout Standard
21867 \begin_inset Float table
21868 placement h
21869 wide false
21870 sideways false
21871 status open
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Caption Standard
21875
21876 \begin_layout Plain Layout
21877 \begin_inset CommandInset label
21878 LatexCommand label
21879 name "tab:Tableau-formats-personnalisés"
21880
21881 \end_inset
21882
21883 Tableau utilisant des formats personnalisés
21884 \end_layout
21885
21886 \end_inset
21887
21888
21889 \end_layout
21890
21891 \begin_layout Plain Layout
21892 \align center
21893 \begin_inset Tabular
21894 <lyxtabular version="3" rows="3" columns="4">
21895 <features tabularvalignment="middle">
21896 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21897 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21898 <column alignment="center" valignment="middle">
21899 <column alignment="center" valignment="middle" special="K{red}">
21900 <row>
21901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 motTrèsLongDansUneCellule
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 multi-colonnes avec multi-lignes
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21920 \begin_inset Text
21921
21922 \begin_layout Plain Layout
21923
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 c
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 </row>
21938 <row>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 d
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 e
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 f
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 g
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 h
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990 i
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 j
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008 k
22009 \end_layout
22010
22011 \end_inset
22012 </cell>
22013 </row>
22014 </lyxtabular>
22015
22016 \end_inset
22017
22018
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Subsection
22027 Épaisseur des filets
22028 \begin_inset CommandInset label
22029 LatexCommand label
22030 name "subsec:Epaisseur-filets"
22031
22032 \end_inset
22033
22034
22035 \begin_inset Index idx
22036 status collapsed
22037
22038 \begin_layout Plain Layout
22039 Personnalisation des tableaux ! Épaisseur filets
22040 \end_layout
22041
22042 \end_inset
22043
22044
22045 \end_layout
22046
22047 \begin_layout Standard
22048 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22049  
22050 \series bold
22051
22052 \backslash
22053 arrayrulewidth
22054 \series default
22055 .
22056  Pour mettre, par exemple, une épaisseur de filet de 1.5
22057 \begin_inset space \thinspace{}
22058 \end_inset
22059
22060 pt, comme pour le tableau
22061 \begin_inset space ~
22062 \end_inset
22063
22064
22065 \begin_inset CommandInset ref
22066 LatexCommand ref
22067 reference "tab:Tableau-filets-1.5pt"
22068
22069 \end_inset
22070
22071 , insérez la commande
22072 \end_layout
22073
22074 \begin_layout Standard
22075
22076 \series bold
22077
22078 \backslash
22079 setlength{
22080 \backslash
22081 arrayrulewidth}{1.5pt}
22082 \end_layout
22083
22084 \begin_layout Standard
22085 en code \SpecialChar TeX
22086  avant le tableau ou le flottant de tableau.
22087  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22088  suivent.
22089  pour revenir aux valeurs implicites, mettez 
22090 \series bold
22091
22092 \backslash
22093 arrayrulewidth
22094 \series default
22095  à 0.4
22096 \begin_inset space \thinspace{}
22097 \end_inset
22098
22099 pt en utilisant du code \SpecialChar LaTeX
22100  après le tableau ou le flottant de tableau.
22101 \end_layout
22102
22103 \begin_layout Standard
22104 \begin_inset ERT
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108
22109
22110 \backslash
22111 setlength{
22112 \backslash
22113 arrayrulewidth}{1.5pt}
22114 \end_layout
22115
22116 \end_inset
22117
22118
22119 \begin_inset Float table
22120 wide false
22121 sideways false
22122 status open
22123
22124 \begin_layout Plain Layout
22125 \begin_inset Caption Standard
22126
22127 \begin_layout Plain Layout
22128 \begin_inset CommandInset label
22129 LatexCommand label
22130 name "tab:Tableau-filets-1.5pt"
22131
22132 \end_inset
22133
22134 Tableau avec des filets de 1.5
22135 \begin_inset space \thinspace{}
22136 \end_inset
22137
22138 pt
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Plain Layout
22147 \align center
22148 \begin_inset Tabular
22149 <lyxtabular version="3" rows="3" columns="3">
22150 <features tabularvalignment="middle">
22151 <column alignment="center" valignment="top">
22152 <column alignment="center" valignment="top">
22153 <column alignment="center" valignment="top">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 sd
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177
22178 \end_layout
22179
22180 \end_inset
22181 </cell>
22182 </row>
22183 <row>
22184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22185 \begin_inset Text
22186
22187 \begin_layout Plain Layout
22188
22189 \end_layout
22190
22191 \end_inset
22192 </cell>
22193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22194 \begin_inset Text
22195
22196 \begin_layout Plain Layout
22197 sd
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \end_layout
22208
22209 \end_inset
22210 </cell>
22211 </row>
22212 <row>
22213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \end_layout
22228
22229 \end_inset
22230 </cell>
22231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22232 \begin_inset Text
22233
22234 \begin_layout Plain Layout
22235 sd
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 </row>
22241 </lyxtabular>
22242
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249
22250
22251 \begin_inset ERT
22252 status collapsed
22253
22254 \begin_layout Plain Layout
22255
22256
22257 \backslash
22258 setlength{
22259 \backslash
22260 arrayrulewidth}{0.4pt}
22261 \end_layout
22262
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset VSpace bigskip
22270 \end_inset
22271
22272 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22273 \begin_inset space \thinspace{}
22274 \end_inset
22275
22276 pt, comme dans le tableau
22277 \begin_inset space ~
22278 \end_inset
22279
22280
22281 \begin_inset CommandInset ref
22282 LatexCommand ref
22283 reference "tab:Tableau-filets-horizontaux-1.5pt"
22284
22285 \end_inset
22286
22287 , insérez les commandes suivantes en code \SpecialChar TeX
22288  avant le tableau ou le flottant
22289  de tableau :
22290 \end_layout
22291
22292 \begin_layout Standard
22293
22294 \series bold
22295
22296 \backslash
22297 let
22298 \backslash
22299 myHline
22300 \backslash
22301 hline
22302 \begin_inset Newline newline
22303 \end_inset
22304
22305
22306 \backslash
22307 renewcommand{
22308 \backslash
22309 hline}
22310 \begin_inset Newline newline
22311 \end_inset
22312
22313  {
22314 \backslash
22315 noalign{
22316 \backslash
22317 global
22318 \backslash
22319 arrayrulewidth 1.5pt}
22320 \begin_inset Newline newline
22321 \end_inset
22322
22323  
22324 \backslash
22325 myHline
22326 \backslash
22327 noalign{
22328 \backslash
22329 global
22330 \backslash
22331 arrayrulewidth 0.4pt}}
22332 \end_layout
22333
22334 \begin_layout Standard
22335 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22336  en code \SpecialChar TeX
22337  après le tableau ou le flottant de tableau :
22338 \end_layout
22339
22340 \begin_layout Standard
22341
22342 \series bold
22343
22344 \backslash
22345 renewcommand{
22346 \backslash
22347 hline}{
22348 \backslash
22349 myHline}
22350 \end_layout
22351
22352 \begin_layout Standard
22353 \begin_inset ERT
22354 status collapsed
22355
22356 \begin_layout Plain Layout
22357
22358
22359 \backslash
22360 let
22361 \backslash
22362 myHline
22363 \backslash
22364 hline
22365 \end_layout
22366
22367 \begin_layout Plain Layout
22368
22369
22370 \backslash
22371 renewcommand{
22372 \backslash
22373 hline}
22374 \end_layout
22375
22376 \begin_layout Plain Layout
22377
22378  {
22379 \backslash
22380 noalign{
22381 \backslash
22382 global
22383 \backslash
22384 arrayrulewidth 1.5pt}
22385 \end_layout
22386
22387 \begin_layout Plain Layout
22388
22389   
22390 \backslash
22391 myHline
22392 \backslash
22393 noalign{
22394 \backslash
22395 global
22396 \backslash
22397 arrayrulewidth 0.4pt}}
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \begin_inset Float table
22404 wide false
22405 sideways false
22406 status open
22407
22408 \begin_layout Plain Layout
22409 \begin_inset Caption Standard
22410
22411 \begin_layout Plain Layout
22412 \begin_inset CommandInset label
22413 LatexCommand label
22414 name "tab:Tableau-filets-horizontaux-1.5pt"
22415
22416 \end_inset
22417
22418 Tableau avec des filets horizontaux de 1.5
22419 \begin_inset space \thinspace{}
22420 \end_inset
22421
22422 pt
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Plain Layout
22431 \align center
22432 \begin_inset Tabular
22433 <lyxtabular version="3" rows="3" columns="3">
22434 <features tabularvalignment="middle">
22435 <column alignment="center" valignment="top">
22436 <column alignment="center" valignment="top">
22437 <column alignment="center" valignment="top">
22438 <row>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 sd
22444 \end_layout
22445
22446 \end_inset
22447 </cell>
22448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22449 \begin_inset Text
22450
22451 \begin_layout Plain Layout
22452
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 </row>
22467 <row>
22468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22469 \begin_inset Text
22470
22471 \begin_layout Plain Layout
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 sd
22482 \end_layout
22483
22484 \end_inset
22485 </cell>
22486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22487 \begin_inset Text
22488
22489 \begin_layout Plain Layout
22490
22491 \end_layout
22492
22493 \end_inset
22494 </cell>
22495 </row>
22496 <row>
22497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 sd
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 </lyxtabular>
22526
22527 \end_inset
22528
22529
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539
22540
22541 \backslash
22542 renewcommand{
22543 \backslash
22544 hline}{
22545 \backslash
22546 myHline}
22547 \end_layout
22548
22549 \end_inset
22550
22551
22552 \end_layout
22553
22554 \begin_layout Standard
22555 \begin_inset VSpace bigskip
22556 \end_inset
22557
22558 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22559 \begin_inset space \thinspace{}
22560 \end_inset
22561
22562 pt, créez le format de colonne suivant dans le préambule, en suivant la
22563  description de la section
22564 \begin_inset space ~
22565 \end_inset
22566
22567
22568 \begin_inset CommandInset ref
22569 LatexCommand ref
22570 reference "subsec:Formats-personnalisés"
22571
22572 \end_inset
22573
22574 :
22575 \end_layout
22576
22577 \begin_layout Standard
22578
22579 \series bold
22580
22581 \backslash
22582 newcolumntype{V}{!{
22583 \backslash
22584 vrule width 1.5pt}}
22585 \end_layout
22586
22587 \begin_layout Standard
22588 Pour le tableau
22589 \begin_inset space ~
22590 \end_inset
22591
22592
22593 \begin_inset CommandInset ref
22594 LatexCommand ref
22595 reference "tab:Tableau-filets-verticaux-1.5pt"
22596
22597 \end_inset
22598
22599  le paramètre \SpecialChar LaTeX
22600  
22601 \end_layout
22602
22603 \begin_layout Standard
22604
22605 \series bold
22606 VcV
22607 \end_layout
22608
22609 \begin_layout Standard
22610 a été utilisé pour la dernière colonne et
22611 \end_layout
22612
22613 \begin_layout Standard
22614
22615 \series bold
22616 Vc
22617 \end_layout
22618
22619 \begin_layout Standard
22620 pour les autres colonnes.
22621 \end_layout
22622
22623 \begin_layout Standard
22624 \begin_inset Float table
22625 wide false
22626 sideways false
22627 status open
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Caption Standard
22631
22632 \begin_layout Plain Layout
22633 \begin_inset CommandInset label
22634 LatexCommand label
22635 name "tab:Tableau-filets-verticaux-1.5pt"
22636
22637 \end_inset
22638
22639 Tableau avec des filets verticaux de 1.5
22640 \begin_inset space \thinspace{}
22641 \end_inset
22642
22643 pt 
22644 \end_layout
22645
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \begin_layout Plain Layout
22652 \align center
22653 \begin_inset Tabular
22654 <lyxtabular version="3" rows="3" columns="3">
22655 <features tabularvalignment="middle">
22656 <column alignment="center" valignment="top" special="Vc">
22657 <column alignment="center" valignment="top" special="Vc">
22658 <column alignment="center" valignment="top" special="VcV">
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 sd
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 sd
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \end_layout
22724
22725 \end_inset
22726 </cell>
22727 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22728 \begin_inset Text
22729
22730 \begin_layout Plain Layout
22731
22732 \end_layout
22733
22734 \end_inset
22735 </cell>
22736 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740 sd
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 </row>
22746 </lyxtabular>
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \end_layout
22757
22758 \begin_layout Subsection
22759 Filets à traits interrompus
22760 \begin_inset Index idx
22761 status collapsed
22762
22763 \begin_layout Plain Layout
22764 Personnalisation des tableaux ! Filets à traits interrompus
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \end_layout
22771
22772 \begin_layout Standard
22773 \begin_inset ERT
22774 status collapsed
22775
22776 \begin_layout Plain Layout
22777
22778
22779 \backslash
22780 ifarydshln
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \begin_inset Note Note
22787 status open
22788
22789 \begin_layout Plain Layout
22790 La section suivante ne s'affichera que si vous avez installé le paquetage
22791  \SpecialChar LaTeX
22792  
22793 \series bold
22794 arydshln
22795 \series default
22796 .
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 \begin_inset Float table
22806 placement H
22807 wide false
22808 sideways false
22809 status open
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Caption Standard
22813
22814 \begin_layout Plain Layout
22815 \begin_inset CommandInset label
22816 LatexCommand label
22817 name "tab:Tableau-filets-tirets"
22818
22819 \end_inset
22820
22821 Tableau avec des filets à traits interrompus
22822 \end_layout
22823
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \begin_layout Plain Layout
22830 \align center
22831 \begin_inset Tabular
22832 <lyxtabular version="3" rows="5" columns="5">
22833 <features tabularvalignment="middle">
22834 <column alignment="center" valignment="top">
22835 <column alignment="center" valignment="top">
22836 <column alignment="center" valignment="top" special=":c">
22837 <column alignment="center" valignment="top">
22838 <column alignment="center" valignment="top">
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 a
22845 \end_layout
22846
22847 \end_inset
22848 </cell>
22849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853 b
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862 c
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 d
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 e
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 </row>
22886 <row>
22887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 f
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 g
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 h
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 i
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22924 \begin_inset Text
22925
22926 \begin_layout Plain Layout
22927 j
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 <row>
22934 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 \begin_inset ERT
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942
22943
22944 \backslash
22945 hdashline 
22946 \end_layout
22947
22948 \end_inset
22949
22950 k
22951 \end_layout
22952
22953 \end_inset
22954 </cell>
22955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22956 \begin_inset Text
22957
22958 \begin_layout Plain Layout
22959 l
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 m
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22974 \begin_inset Text
22975
22976 \begin_layout Plain Layout
22977 n
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 o
22987 \end_layout
22988
22989 \end_inset
22990 </cell>
22991 </row>
22992 <row>
22993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 cdashline{4-5}
23005 \end_layout
23006
23007 \end_inset
23008
23009 p
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 q
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 r
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 s
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 </row>
23051 <row>
23052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 t
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 u
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 v
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 w
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 x
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 </lyxtabular>
23099
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Standard
23111 \SpecialChar LyX
23112  ne gère pas de façon native les filets à lignes interrompues, vous devez
23113  donc employer du code \SpecialChar TeX
23114 .
23115  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23116  
23117 \series bold
23118 arydshln
23119 \series default
23120
23121 \begin_inset Index idx
23122 status collapsed
23123
23124 \begin_layout Plain Layout
23125 Paquetages \SpecialChar LaTeX
23126  ! arydshln
23127 \end_layout
23128
23129 \end_inset
23130
23131  dans le préambule du document avec la commande 
23132 \end_layout
23133
23134 \begin_layout Standard
23135
23136 \series bold
23137
23138 \backslash
23139 usepackage{arydshln}
23140 \end_layout
23141
23142 \begin_layout Standard
23143 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23144  
23145 \begin_inset Quotes fld
23146 \end_inset
23147
23148 :
23149 \begin_inset Quotes frd
23150 \end_inset
23151
23152  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23153  dans
23154  la fenêtre de dialogue de paramètre du tableau.
23155 \end_layout
23156
23157 \begin_layout Standard
23158 Pour un trait horizontal interrompu, ajoutez la commande
23159 \end_layout
23160
23161 \begin_layout Standard
23162
23163 \series bold
23164
23165 \backslash
23166 hdashline
23167 \end_layout
23168
23169 \begin_layout Standard
23170 en code \SpecialChar TeX
23171  comme premier élément de la première cellule de la ligne de tableau.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23176  commande 
23177 \end_layout
23178
23179 \begin_layout Standard
23180
23181 \series bold
23182
23183 \backslash
23184 cdashline{
23185 \series default
23186 numéros de colonnes}
23187 \end_layout
23188
23189 \begin_layout Standard
23190 en code \SpecialChar TeX
23191  comme premier élément de la première cellule de la ligne.
23192  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23193  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23194 \end_layout
23195
23196 \begin_layout Standard
23197
23198 \series bold
23199
23200 \backslash
23201 cdashline{2-4}
23202 \end_layout
23203
23204 \begin_layout Standard
23205 comme premier élément de la première cellule de la ligne contenant la multi-colo
23206 nnes.
23207 \end_layout
23208
23209 \begin_layout Standard
23210 \begin_inset VSpace bigskip
23211 \end_inset
23212
23213
23214 \end_layout
23215
23216 \begin_layout Standard
23217 Le tableau
23218 \begin_inset space ~
23219 \end_inset
23220
23221
23222 \begin_inset CommandInset ref
23223 LatexCommand ref
23224 reference "tab:Tableau-filets-tirets"
23225
23226 \end_inset
23227
23228  a été créé en utilisant 
23229 \begin_inset Quotes fld
23230 \end_inset
23231
23232
23233 \series bold
23234 :c
23235 \series default
23236
23237 \begin_inset Quotes frd
23238 \end_inset
23239
23240  comme paramètre \SpecialChar LaTeX
23241  pour la troisième colonne.
23242  La commande en code \SpecialChar TeX
23243  
23244 \series bold
23245
23246 \backslash
23247 hdashline
23248 \series default
23249  a été insérée dans la première cellule de la troisième ligne et la commande
23250  en code \SpecialChar TeX
23251  
23252 \series bold
23253
23254 \backslash
23255 cdashline{4-5}
23256 \series default
23257  a été insérée dans la première cellule de la quatrième ligne.
23258 \end_layout
23259
23260 \begin_layout Standard
23261 \begin_inset VSpace bigskip
23262 \end_inset
23263
23264 Les filets interrompus peuvent également colorés comme indiqué tableau
23265 \begin_inset space ~
23266 \end_inset
23267
23268
23269 \begin_inset CommandInset ref
23270 LatexCommand ref
23271 reference "tab:Colored-table-with"
23272
23273 \end_inset
23274
23275 .
23276 \end_layout
23277
23278 \begin_layout Standard
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284
23285 \backslash
23286 setlength{
23287 \backslash
23288 arrayrulewidth}{1pt}
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Note Note
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298 filets épaissis pour un meilleur affichage de la couleur du file
23299 \lang english
23300 t
23301 \end_layout
23302
23303 \end_inset
23304
23305
23306 \end_layout
23307
23308 \begin_layout Standard
23309 \begin_inset ERT
23310 status collapsed
23311
23312 \begin_layout Plain Layout
23313
23314
23315 \backslash
23316 dashgapcolor{green}
23317 \end_layout
23318
23319 \end_inset
23320
23321
23322 \begin_inset Note Note
23323 status collapsed
23324
23325 \begin_layout Plain Layout
23326 espaces entre les tirets en vert
23327 \end_layout
23328
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \begin_layout Standard
23335 \begin_inset ERT
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339
23340
23341 \backslash
23342 let
23343 \backslash
23344 myHdashline
23345 \backslash
23346 hdashline
23347 \end_layout
23348
23349 \begin_layout Plain Layout
23350
23351
23352 \backslash
23353 renewcommand{
23354 \backslash
23355 hdashline}
23356 \end_layout
23357
23358 \begin_layout Plain Layout
23359
23360  {
23361 \backslash
23362 arrayrulecolor{red}
23363 \backslash
23364 myHdashline
23365 \backslash
23366 arrayrulecolor{black}}
23367 \end_layout
23368
23369 \end_inset
23370
23371
23372 \begin_inset Note Note
23373 status collapsed
23374
23375 \begin_layout Plain Layout
23376 filets interrompus horizontaux en rouge
23377 \end_layout
23378
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \begin_layout Standard
23385 \begin_inset ERT
23386 status collapsed
23387
23388 \begin_layout Plain Layout
23389
23390
23391 \backslash
23392 let
23393 \backslash
23394 myCdashline
23395 \backslash
23396 cdashline
23397 \end_layout
23398
23399 \begin_layout Plain Layout
23400
23401
23402 \backslash
23403 renewcommand{
23404 \backslash
23405 cdashline}[1]
23406 \end_layout
23407
23408 \begin_layout Plain Layout
23409
23410  {
23411 \backslash
23412 arrayrulecolor{yellow}
23413 \backslash
23414 myCdashline{#1}
23415 \backslash
23416 arrayrulecolor{black}}
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \begin_inset Note Note
23423 status collapsed
23424
23425 \begin_layout Plain Layout
23426 filets interrompus horizontaux en jaune, partiellement
23427 \end_layout
23428
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \begin_layout Standard
23435 \begin_inset Float table
23436 placement h
23437 wide false
23438 sideways false
23439 status open
23440
23441 \begin_layout Plain Layout
23442 \begin_inset Caption Standard
23443
23444 \begin_layout Plain Layout
23445 \begin_inset CommandInset label
23446 LatexCommand label
23447 name "tab:Colored-table-with"
23448
23449 \end_inset
23450
23451 Tableau coloré avec filets interropus
23452 \end_layout
23453
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \begin_layout Plain Layout
23460 \align center
23461 \begin_inset Tabular
23462 <lyxtabular version="3" rows="5" columns="5">
23463 <features tabularvalignment="middle">
23464 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23465 <column alignment="center" valignment="top" width="0pt">
23466 <column alignment="center" valignment="top" width="0pt" special=":c">
23467 <column alignment="center" valignment="top">
23468 <column alignment="center" valignment="top">
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474 a
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 <cell alignment="center" valignment="top" topline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483 b
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 <cell alignment="center" valignment="top" topline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492 c
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 d
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 e
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 </row>
23516 <row>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 f
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 g
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 h
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23545 \begin_inset Text
23546
23547 \begin_layout Plain Layout
23548 i
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557 j
23558 \end_layout
23559
23560 \end_inset
23561 </cell>
23562 </row>
23563 <row>
23564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset ERT
23569 status collapsed
23570
23571 \begin_layout Plain Layout
23572
23573
23574 \backslash
23575 hdashline 
23576 \end_layout
23577
23578 \end_inset
23579
23580
23581 \begin_inset ERT
23582 status collapsed
23583
23584 \begin_layout Plain Layout
23585
23586
23587 \backslash
23588 rowcolor{Gray}
23589 \end_layout
23590
23591 \end_inset
23592
23593 k
23594 \end_layout
23595
23596 \end_inset
23597 </cell>
23598 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23599 \begin_inset Text
23600
23601 \begin_layout Plain Layout
23602 l
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 m
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 n
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 o
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 \begin_inset ERT
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644
23645
23646 \backslash
23647 cdashline{4-5}
23648 \end_layout
23649
23650 \end_inset
23651
23652 p
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661 q
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 r
23671 \end_layout
23672
23673 \end_inset
23674 </cell>
23675 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23676 \begin_inset Text
23677
23678 \begin_layout Plain Layout
23679 s
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23685 \begin_inset Text
23686
23687 \begin_layout Plain Layout
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 t
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 u
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717 v
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 w
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset ERT
23736 status collapsed
23737
23738 \begin_layout Plain Layout
23739
23740
23741 \backslash
23742 cellcolor{Maroon}
23743 \end_layout
23744
23745 \end_inset
23746
23747 i
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 </lyxtabular>
23754
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 \begin_inset ERT
23767 status collapsed
23768
23769 \begin_layout Plain Layout
23770
23771
23772 \backslash
23773 renewcommand{
23774 \backslash
23775 hdashline}{
23776 \backslash
23777 myHdashline}
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \lang english
23784
23785 \begin_inset Note Note
23786 status collapsed
23787
23788 \begin_layout Plain Layout
23789 retour à la valeur implicite
23790 \end_layout
23791
23792 \end_inset
23793
23794
23795 \end_layout
23796
23797 \begin_layout Standard
23798 \begin_inset ERT
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802
23803
23804 \backslash
23805 renewcommand{
23806 \backslash
23807 cdashline}{
23808 \backslash
23809 myCdashline}
23810 \end_layout
23811
23812 \end_inset
23813
23814
23815 \lang english
23816
23817 \begin_inset Note Note
23818 status collapsed
23819
23820 \begin_layout Plain Layout
23821 retour à la valeur implicite
23822 \end_layout
23823
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \begin_layout Standard
23830 \begin_inset ERT
23831 status collapsed
23832
23833 \begin_layout Plain Layout
23834
23835
23836 \backslash
23837 nodashgapcolor
23838 \end_layout
23839
23840 \end_inset
23841
23842
23843 \lang english
23844
23845 \begin_inset Note Note
23846 status collapsed
23847
23848 \begin_layout Plain Layout
23849 retour à la valeur implicite
23850 \end_layout
23851
23852 \end_inset
23853
23854
23855 \end_layout
23856
23857 \begin_layout Standard
23858 \begin_inset ERT
23859 status collapsed
23860
23861 \begin_layout Plain Layout
23862
23863
23864 \backslash
23865 setlength{
23866 \backslash
23867 arrayrulewidth}{0.4pt}
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \lang english
23874
23875 \begin_inset Note Note
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879 retour à la valeur implicite
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 La coloration des lignes, des colonnes et des filets fonctionne comme il
23889  est décrit section
23890 \begin_inset space ~
23891 \end_inset
23892
23893
23894 \begin_inset CommandInset ref
23895 LatexCommand ref
23896 reference "sec:Tableaux-Colorés"
23897
23898 \end_inset
23899
23900 .
23901  Coloret les filets horizontaux fonctionne de manière analogue comme il
23902  est décrit ici, il suffit de remplacer la commande 
23903 \series bold
23904
23905 \backslash
23906 myHlineC
23907 \series default
23908  par 
23909 \series bold
23910
23911 \backslash
23912 myHdashline
23913 \series default
23914  et la commande 
23915 \backslash
23916
23917 \series bold
23918 hlinepar
23919 \series default
23920  
23921 \series bold
23922
23923 \backslash
23924 hdashline
23925 \series default
23926 .
23927  On utilise donc les commandes:
23928 \end_layout
23929
23930 \begin_layout Standard
23931
23932 \series bold
23933
23934 \backslash
23935 let
23936 \backslash
23937 myHdashline
23938 \backslash
23939 hdashline
23940 \begin_inset Newline newline
23941 \end_inset
23942
23943
23944 \backslash
23945 renewcommand{
23946 \backslash
23947 hdashline}
23948 \begin_inset Newline newline
23949 \end_inset
23950
23951
23952 \begin_inset Phantom HPhantom
23953 status open
23954
23955 \begin_layout Plain Layout
23956 \begin_inset space ~
23957 \end_inset
23958
23959
23960 \end_layout
23961
23962 \end_inset
23963
23964 {
23965 \backslash
23966 arrayrulecolor{red}
23967 \backslash
23968 myHdashline
23969 \backslash
23970 arrayrulecolor{black}}
23971 \end_layout
23972
23973 \begin_layout Standard
23974 Pour colorer 
23975 \series bold
23976
23977 \backslash
23978 cdashline
23979 \series default
23980 , la commande est:
23981 \end_layout
23982
23983 \begin_layout Standard
23984
23985 \series bold
23986
23987 \backslash
23988 let
23989 \backslash
23990 myCdashline
23991 \backslash
23992 cdashline
23993 \begin_inset Newline newline
23994 \end_inset
23995
23996
23997 \backslash
23998 renewcommand{
23999 \backslash
24000 cdashline}[1]
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset Phantom HPhantom
24006 status open
24007
24008 \begin_layout Plain Layout
24009 \begin_inset space ~
24010 \end_inset
24011
24012
24013 \end_layout
24014
24015 \end_inset
24016
24017 {
24018 \backslash
24019 arrayrulecolor{red}
24020 \backslash
24021 myCdashline{#1}
24022 \backslash
24023 arrayrulecolor{black}}
24024 \end_layout
24025
24026 \begin_layout Standard
24027 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24028  code \SpecialChar TeX
24029  après le tableau,
24030 \end_layout
24031
24032 \begin_layout Standard
24033 pour 
24034 \series bold
24035
24036 \backslash
24037 hdashline:
24038 \end_layout
24039
24040 \begin_layout Standard
24041
24042 \series bold
24043
24044 \backslash
24045 renewcommand{
24046 \backslash
24047 hdashline}{
24048 \backslash
24049 myHdashline}
24050 \end_layout
24051
24052 \begin_layout Standard
24053 et pour 
24054 \series bold
24055
24056 \backslash
24057 cdashline
24058 \end_layout
24059
24060 \begin_layout Standard
24061
24062 \series bold
24063
24064 \backslash
24065 renewcommand{
24066 \backslash
24067 cdashline}{
24068 \backslash
24069 myCdashline}
24070 \end_layout
24071
24072 \begin_layout Standard
24073 Pour colorer les espaces entre les tirets la commande
24074 \end_layout
24075
24076 \begin_layout Standard
24077
24078 \series bold
24079
24080 \backslash
24081 dashgapcolor{couleur}
24082 \end_layout
24083
24084 \begin_layout Standard
24085 peut être insérée en code \SpecialChar TeX
24086  avant un tableau.
24087  
24088 \series bold
24089 couleur
24090 \series default
24091  est ici le nom d'une couleur définie précédemment.
24092  La commande
24093 \end_layout
24094
24095 \begin_layout Standard
24096
24097 \series bold
24098
24099 \backslash
24100 nodashgapcolor
24101 \end_layout
24102
24103 \begin_layout Standard
24104 annule les changements induits par 
24105 \series bold
24106
24107 \backslash
24108 dashgapcolor
24109 \series default
24110 .
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset Note Greyedout
24115 status open
24116
24117 \begin_layout Plain Layout
24118
24119 \series bold
24120 Not
24121 \series default
24122 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24123  de 
24124 \series bold
24125 arydshln
24126 \series default
24127  en premier.
24128  Donc dans la cellule 
24129 \emph on
24130 k
24131 \emph default
24132  du tableau
24133 \begin_inset space ~
24134 \end_inset
24135
24136
24137 \begin_inset CommandInset ref
24138 LatexCommand ref
24139 reference "tab:Colored-table-with"
24140
24141 \end_inset
24142
24143  , la commande 
24144 \series bold
24145
24146 \backslash
24147 hdashline
24148 \series default
24149  est placée avant 
24150 \series bold
24151
24152 \backslash
24153 rowcolor
24154 \series default
24155 .
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \begin_layout Standard
24164 \begin_inset Note Greyedout
24165 status open
24166
24167 \begin_layout Plain Layout
24168
24169 \series bold
24170 Nota:
24171 \series default
24172  le paquetage \SpecialChar LaTeX
24173  
24174 \series bold
24175 arydshln
24176 \series default
24177  doit être chargé dans le préambule 
24178 \emph on
24179 avant
24180 \emph default
24181  le paquetage 
24182 \series bold
24183 colortbl
24184 \series default
24185
24186 \begin_inset Index idx
24187 status collapsed
24188
24189 \begin_layout Plain Layout
24190 Paquetages \SpecialChar LaTeX
24191  ! colortbl
24192 \end_layout
24193
24194 \end_inset
24195
24196 .
24197 \end_layout
24198
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \begin_layout Standard
24205 \begin_inset ERT
24206 status collapsed
24207
24208 \begin_layout Plain Layout
24209
24210
24211 \backslash
24212 else
24213 \end_layout
24214
24215 \end_inset
24216
24217
24218 \begin_inset Note Note
24219 status open
24220
24221 \begin_layout Plain Layout
24222 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24223  
24224 \series bold
24225 arydshln
24226 \series default
24227  n'est pas installé :
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Standard
24236 Vous devez installer le paquetage \SpecialChar LaTeX
24237  
24238 \series bold
24239 arydshln
24240 \series default
24241  pour voir le contenu des cette section dans la sortie imprimée.
24242 \end_layout
24243
24244 \begin_layout Standard
24245 \begin_inset ERT
24246 status collapsed
24247
24248 \begin_layout Plain Layout
24249
24250
24251 \backslash
24252 fi
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \end_layout
24259
24260 \begin_layout Standard
24261 Pour les détails concernant les filets colorés, voir la documentation du
24262  paquetage 
24263 \series bold
24264 arydshln
24265 \series default
24266
24267 \begin_inset CommandInset citation
24268 LatexCommand cite
24269 key "arydshln"
24270
24271 \end_inset
24272
24273 .
24274 \end_layout
24275
24276 \begin_layout Chapter
24277 Flottants
24278 \begin_inset CommandInset label
24279 LatexCommand label
24280 name "chap:Flottants"
24281
24282 \end_inset
24283
24284
24285 \begin_inset Index idx
24286 status collapsed
24287
24288 \begin_layout Plain Layout
24289 Flottants
24290 \end_layout
24291
24292 \end_inset
24293
24294
24295 \end_layout
24296
24297 \begin_layout Section
24298 Introduction
24299 \begin_inset CommandInset label
24300 LatexCommand label
24301 name "sec:Flottants-Introduction"
24302
24303 \end_inset
24304
24305
24306 \begin_inset Index idx
24307 status collapsed
24308
24309 \begin_layout Plain Layout
24310 Flottants ! Introduction
24311 \end_layout
24312
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \begin_layout Standard
24319 Un flottant est une portion de document, qui peut être associé à une étiquette
24320  et dont la position n'est pas fixée.
24321  Il peut 
24322 \begin_inset Quotes fld
24323 \end_inset
24324
24325 flotter
24326 \begin_inset Quotes frd
24327 \end_inset
24328
24329  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24330  plus approprié.
24331  Les 
24332 \family sans
24333 Notes
24334 \begin_inset space ~
24335 \end_inset
24336
24337 en
24338 \begin_inset space ~
24339 \end_inset
24340
24341 Bas
24342 \begin_inset space ~
24343 \end_inset
24344
24345 de
24346 \begin_inset space ~
24347 \end_inset
24348
24349 Page
24350 \family default
24351  et le 
24352 \family sans
24353 Notes
24354 \begin_inset space ~
24355 \end_inset
24356
24357 en
24358 \begin_inset space ~
24359 \end_inset
24360
24361 Marge
24362 \family default
24363  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24364  sur la page suivante quand il y a trop de notes sur la page courante.
24365 \end_layout
24366
24367 \begin_layout Standard
24368 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24369  très grande qualité.
24370  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24371  éviter des lignes blanches ou des pages sans texte.
24372  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24373  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24374  le texte.
24375  Les flottants sont donc numérotés.
24376  Les références croisées sont décrites dans la section
24377 \begin_inset space ~
24378 \end_inset
24379
24380
24381 \begin_inset CommandInset ref
24382 LatexCommand ref
24383 reference "sec:Referencer-les-Flottants"
24384
24385 \end_inset
24386
24387 .
24388 \end_layout
24389
24390 \begin_layout Standard
24391 Pour insérer un flottant, on utilise un des sous menus du menu 
24392 \family sans
24393 Insertion\SpecialChar menuseparator
24394 Flottant
24395 \family default
24396  (barre d'outils 
24397 \begin_inset Info
24398 type  "icon"
24399 arg   "float-insert figure"
24400 \end_inset
24401
24402  ou 
24403 \begin_inset Info
24404 type  "icon"
24405 arg   "float-insert table"
24406 \end_inset
24407
24408 ).
24409  Une boîte va être insérée dans votre document avec par exemple une étiquette
24410  du genre 
24411 \begin_inset Quotes fld
24412 \end_inset
24413
24414 Figure
24415 \begin_inset space ~
24416 \end_inset
24417
24418 #:
24419 \begin_inset Quotes frd
24420 \end_inset
24421
24422  (où # est un numéro).
24423  L'étiquette est automatiquement traduite dans la langue du document dans
24424  la sortie finale.
24425  Après l'étiquette vous pouvez insérer du texte comme légende.
24426  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24427  séparé, à l'intérieur du flottant.
24428  Vous trouverez plus de détails sur le positionnement des légendes dans
24429  la section
24430 \begin_inset space ~
24431 \end_inset
24432
24433
24434 \begin_inset CommandInset ref
24435 LatexCommand ref
24436 reference "sec:Placement-légende"
24437
24438 \end_inset
24439
24440 .
24441  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24442 , vous pouvez fermer
24443  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24444  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24445  Une boîte de flottant fermée ressemble à ceci : 
24446 \begin_inset Graphics
24447         filename clipart/float.png
24448         scale 60
24449
24450 \end_inset
24451
24452  – une case grise avec un texte rouge.
24453 \end_layout
24454
24455 \begin_layout Standard
24456 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24457  pour éviter des erreurs avec \SpecialChar LaTeX
24458 , quand le texte qui entoure le flottant est
24459  formaté de façon particulière.
24460 \end_layout
24461
24462 \begin_layout Section
24463 Les types de flottants
24464 \end_layout
24465
24466 \begin_layout Standard
24467 En plus des flottants de figures et de tableau qui sont décrits respectivement
24468  dans les sections
24469 \begin_inset space ~
24470 \end_inset
24471
24472
24473 \begin_inset CommandInset ref
24474 LatexCommand ref
24475 reference "sec:Figure-Floats"
24476
24477 \end_inset
24478
24479  et 
24480 \begin_inset CommandInset ref
24481 LatexCommand ref
24482 reference "sec:Table-Floats"
24483
24484 \end_inset
24485
24486 , \SpecialChar LyX
24487  offre aussi les types 
24488 \family sans
24489 Algorithme
24490 \family default
24491  et 
24492 \family sans
24493 Enrobage
24494 \family default
24495 .
24496  Ces derniers sont expliques dans la section
24497 \begin_inset space \thinspace{}
24498 \end_inset
24499
24500
24501 \begin_inset CommandInset ref
24502 LatexCommand ref
24503 reference "sec:Flottant-d'enrobage"
24504
24505 \end_inset
24506
24507 .
24508 \end_layout
24509
24510 \begin_layout Subsection
24511 Flottant d'algorithme
24512 \begin_inset Index idx
24513 status collapsed
24514
24515 \begin_layout Plain Layout
24516 Flottants ! Algorithmes
24517 \end_layout
24518
24519 \end_inset
24520
24521
24522 \end_layout
24523
24524 \begin_layout Standard
24525 \begin_inset Float algorithm
24526 placement h
24527 wide false
24528 sideways false
24529 status open
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Caption Standard
24533
24534 \begin_layout Plain Layout
24535 \begin_inset CommandInset label
24536 LatexCommand label
24537 name "alg:Exemple-Flottant-Algorithme"
24538
24539 \end_inset
24540
24541 Exemple de flottant d'algorithme
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout LyX-Code
24550 for I in 1..N loop
24551 \begin_inset Newline newline
24552 \end_inset
24553
24554  Sum:= Sum + A(I); /*comment*/
24555 \begin_inset Newline newline
24556 \end_inset
24557
24558 end loop
24559 \begin_inset VSpace -4mm
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566
24567
24568 \end_layout
24569
24570 \begin_layout Standard
24571 Ce type de flottant est inséré à l'aide du menu 
24572 \family sans
24573 Insertion\SpecialChar menuseparator
24574 Flottant\SpecialChar menuseparator
24575 Algorithme
24576 \family default
24577 .
24578  Il peut être utilisé pour des morceaux de code source ou des descriptions
24579  d'algorithmes et peut être utilisé comme une alternative au listing de
24580  code source qui est décrit au chapitre
24581 \begin_inset space ~
24582 \end_inset
24583
24584
24585 \begin_inset CommandInset ref
24586 LatexCommand ref
24587 reference "cha:Program-Code-Listings"
24588
24589 \end_inset
24590
24591 .
24592  Vous pouvez par exemple utiliser l'environnement Code
24593 \begin_inset space ~
24594 \end_inset
24595
24596 \SpecialChar LyX
24597  qui est décrit dans le 
24598 \emph on
24599 Guide
24600 \emph default
24601
24602 \begin_inset space ~
24603 \end_inset
24604
24605
24606 \emph on
24607 de
24608 \begin_inset space ~
24609 \end_inset
24610
24611 l'Utilisateur
24612 \emph default
24613  de \SpecialChar LyX
24614 .
24615  l'algorithme
24616 \begin_inset space ~
24617 \end_inset
24618
24619
24620 \begin_inset CommandInset ref
24621 LatexCommand ref
24622 reference "alg:Exemple-Flottant-Algorithme"
24623
24624 \end_inset
24625
24626  est un exemple de flottant d'algorithme où un espace vertical de -4
24627 \begin_inset space \thinspace{}
24628 \end_inset
24629
24630 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24631  soit placée exactement sous le texte de la dernière ligne.
24632 \end_layout
24633
24634 \begin_layout Standard
24635 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24636  du document.
24637  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24638 ent en ajoutant la ligne suivante dans le préambule de votre document :
24639 \end_layout
24640
24641 \begin_layout Standard
24642
24643 \series bold
24644
24645 \backslash
24646 floatname{algorithm}{votre
24647 \begin_inset space ~
24648 \end_inset
24649
24650 nom}
24651 \end_layout
24652
24653 \begin_layout Standard
24654
24655 \family sans
24656  votre
24657 \begin_inset space ~
24658 \end_inset
24659
24660 nom
24661 \family default
24662  est le mot 
24663 \begin_inset Quotes fld
24664 \end_inset
24665
24666
24667 \emph on
24668 algorithme
24669 \emph default
24670
24671 \begin_inset Quotes frd
24672 \end_inset
24673
24674  dans votre langue.
24675 \end_layout
24676
24677 \begin_layout Standard
24678 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24679 \family sans
24680 Insertion\SpecialChar menuseparator
24681 Listes
24682 \begin_inset space ~
24683 \end_inset
24684
24685 &
24686 \begin_inset space ~
24687 \end_inset
24688
24689 TdM\SpecialChar menuseparator
24690 Liste
24691 \begin_inset space ~
24692 \end_inset
24693
24694 des
24695 \begin_inset space ~
24696 \end_inset
24697
24698 algorithmes
24699 \family default
24700  si votre document est en la même langue que les menus de \SpecialChar LyX
24701 .
24702  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24703  en code \SpecialChar TeX
24704  à la place:
24705 \end_layout
24706
24707 \begin_layout Standard
24708
24709 \series bold
24710
24711 \backslash
24712 listof{algorithm}{votre
24713 \begin_inset space ~
24714 \end_inset
24715
24716 nom}
24717 \end_layout
24718
24719 \begin_layout Standard
24720 où 
24721 \family sans
24722 votre
24723 \begin_inset space ~
24724 \end_inset
24725
24726 nom
24727 \family default
24728  est la traduction de 
24729 \begin_inset Quotes fld
24730 \end_inset
24731
24732
24733 \emph on
24734 List of Algorithm
24735 \emph default
24736 s
24737 \begin_inset Quotes frd
24738 \end_inset
24739
24740  dans votre langue.
24741 \end_layout
24742
24743 \begin_layout Standard
24744 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24745  le schéma 
24746 \begin_inset Quotes fld
24747 \end_inset
24748
24749 chapitre.algorithme
24750 \begin_inset Quotes frd
24751 \end_inset
24752
24753  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24754  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24755  commande dans le préambule de votre document :
24756 \end_layout
24757
24758 \begin_layout Standard
24759
24760 \series bold
24761
24762 \backslash
24763 numberwithin{algorithm}{chapter}
24764 \end_layout
24765
24766 \begin_layout Standard
24767 Pour pouvoir utiliser la commande 
24768 \series bold
24769
24770 \backslash
24771 numberwithin
24772 \series default
24773 , activez l'option 
24774 \family sans
24775 Utiliser
24776 \begin_inset space ~
24777 \end_inset
24778
24779 le
24780 \begin_inset space ~
24781 \end_inset
24782
24783 paquetage
24784 \begin_inset space ~
24785 \end_inset
24786
24787 AMS
24788 \begin_inset space ~
24789 \end_inset
24790
24791 math
24792 \family default
24793  dans la rubrique 
24794 \family sans
24795 Options
24796 \begin_inset space ~
24797 \end_inset
24798
24799 des
24800 \begin_inset space ~
24801 \end_inset
24802
24803 Maths
24804 \family default
24805  de la fenêtre de dialogue 
24806 \family sans
24807 Paramètres
24808 \begin_inset space ~
24809 \end_inset
24810
24811 du
24812 \begin_inset space ~
24813 \end_inset
24814
24815 Document
24816 \family default
24817 .
24818 \end_layout
24819
24820 \begin_layout Section
24821 Numérotation des flottants
24822 \begin_inset Index idx
24823 status collapsed
24824
24825 \begin_layout Plain Layout
24826 Flottants ! Numérotation
24827 \end_layout
24828
24829 \end_inset
24830
24831
24832 \end_layout
24833
24834 \begin_layout Standard
24835 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24836  ils se trouvent, soit en utilisant un format du genre 
24837 \begin_inset Quotes fld
24838 \end_inset
24839
24840 chapitre.numéro
24841 \begin_inset Quotes frd
24842 \end_inset
24843
24844  ou 
24845 \begin_inset Quotes fld
24846 \end_inset
24847
24848 section.numéro
24849 \begin_inset Quotes frd
24850 \end_inset
24851
24852 .
24853  Cela dépend de la classe de document utilisée.
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Pour changer le format de la numérotation qui ne dépend pas de la section
24858  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24859  le préambule du document :
24860 \end_layout
24861
24862 \begin_layout Standard
24863
24864 \series bold
24865
24866 \backslash
24867 renewcommand{
24868 \backslash
24869 thetable}{
24870 \backslash
24871 roman{table}}
24872 \end_layout
24873
24874 \begin_layout Standard
24875
24876 \series bold
24877
24878 \backslash
24879 thetable
24880 \series default
24881  est la commande qui imprime le numéro du tableau, pour les figures, la
24882  commande serait 
24883 \series bold
24884
24885 \backslash
24886 thefigure
24887 \series default
24888 .
24889  La commande 
24890 \series bold
24891
24892 \backslash
24893 roman
24894 \series default
24895  utilisée dans la commande précédente, imprime le numéro du tableau sous
24896  forme de petits chiffres romains.
24897 \end_layout
24898
24899 \begin_layout Standard
24900 Pour changer le type de numérotation pour par exemple 
24901 \begin_inset Quotes fld
24902 \end_inset
24903
24904 sous-section.numéro
24905 \begin_inset Quotes frd
24906 \end_inset
24907
24908 , utilisez la commande suivante dans le préambule du document :
24909 \end_layout
24910
24911 \begin_layout Standard
24912
24913 \series bold
24914
24915 \backslash
24916 numberwithin{table}{subsection}
24917 \end_layout
24918
24919 \begin_layout Standard
24920 Pour pouvoir utiliser la commande 
24921 \series bold
24922
24923 \backslash
24924 numberwithin
24925 \series default
24926 , vous devez activer l'option 
24927 \family sans
24928 Utiliser
24929 \begin_inset space ~
24930 \end_inset
24931
24932 le
24933 \begin_inset space ~
24934 \end_inset
24935
24936 paquetage
24937 \begin_inset space ~
24938 \end_inset
24939
24940 maths
24941 \begin_inset space ~
24942 \end_inset
24943
24944 AMS
24945 \family default
24946  dans la rubrique 
24947 \family sans
24948 Options
24949 \begin_inset space ~
24950 \end_inset
24951
24952 des
24953 \begin_inset space ~
24954 \end_inset
24955
24956 Maths
24957 \family default
24958  de la fenêtre de dialogue 
24959 \family sans
24960 Paramètres
24961 \family default
24962  du document.
24963 \end_layout
24964
24965 \begin_layout Standard
24966 Veuillez aussi jeter un coup d'œil à la section
24967 \begin_inset space ~
24968 \end_inset
24969
24970
24971 \begin_inset CommandInset ref
24972 LatexCommand ref
24973 reference "subsec:Numerotation-notes-bas-de-page"
24974
24975 \end_inset
24976
24977  pour plus de détails et des notes importantes sur les commandes de numérotation.
24978 \end_layout
24979
24980 \begin_layout Section
24981 Faire référence à des flottants
24982 \begin_inset CommandInset label
24983 LatexCommand label
24984 name "sec:Referencer-les-Flottants"
24985
24986 \end_inset
24987
24988
24989 \begin_inset Index idx
24990 status collapsed
24991
24992 \begin_layout Plain Layout
24993 Flottants ! Références
24994 \end_layout
24995
24996 \end_inset
24997
24998
24999 \begin_inset Index idx
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003 References@Références ! à des Flottants 
25004 \end_layout
25005
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \begin_layout Standard
25012 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25013  en utilisant le menu 
25014 \family sans
25015 Insertion\SpecialChar menuseparator
25016 Étiquette
25017 \family default
25018  ou le bouton 
25019 \begin_inset Info
25020 type  "icon"
25021 arg   "label-insert"
25022 \end_inset
25023
25024  de la barre d'outils.
25025  Une boîte grise de ce genre : 
25026 \begin_inset Graphics
25027         filename clipart/label.png
25028         lyxscale 85
25029         scale 85
25030         scaleBeforeRotation
25031
25032 \end_inset
25033
25034  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25035  de saisir le texte de l'étiquette.
25036  \SpecialChar LyX
25037  propose comme texte pour l'étiquette les premiers mots de la légendes
25038  précédés d'un préfixe.
25039  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25040  préfixe sera 
25041 \begin_inset Quotes fld
25042 \end_inset
25043
25044
25045 \family sans
25046 fig:
25047 \family default
25048
25049 \begin_inset Quotes frd
25050 \end_inset
25051
25052 .
25053 \end_layout
25054
25055 \begin_layout Standard
25056 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25057  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25058 \family sans
25059 Insertion\SpecialChar menuseparator
25060 Référence
25061 \begin_inset space ~
25062 \end_inset
25063
25064 Croisée
25065 \family default
25066  ou le bouton 
25067 \begin_inset Info
25068 type  "icon"
25069 arg   "dialog-show-new-inset ref"
25070 \end_inset
25071
25072  de la barre d'outils.
25073  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25074  définies dans votre document.
25075  Si vous avez plusieurs documents \SpecialChar LyX
25076  ouverts, vous pouvez choisir celui que
25077  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25078  la fenêtre de dialogue.
25079  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25080  une.
25081  Une boîte grise de référence croisée comme celle-ci : 
25082 \begin_inset Graphics
25083         filename ../clipart/reference.png
25084         scale 85
25085         scaleBeforeRotation
25086
25087 \end_inset
25088
25089  va être insérée.
25090  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25091  de la référence croisée.
25092 \end_layout
25093
25094 \begin_layout Standard
25095 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25096  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25097  les deux.
25098  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25099  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25100  du numéro de la référence.
25101 \end_layout
25102
25103 \begin_layout Standard
25104 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25105  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25106  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25107  pas à vous en préoccuper.
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Le bouton 
25112 \family sans
25113 Aller
25114 \begin_inset space ~
25115 \end_inset
25116
25117 à
25118 \begin_inset space ~
25119 \end_inset
25120
25121 l'étiquette
25122 \family default
25123  dans la fenêtre de référence croisée va positionner le curseur juste devant
25124  l'étiquette à laquelle on fait référence.
25125  Le nom du bouton bouton 
25126 \family sans
25127 Revenir
25128 \family default
25129  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25130 \end_layout
25131
25132 \begin_layout Subsection
25133 Formats de références croisées
25134 \begin_inset CommandInset label
25135 LatexCommand label
25136 name "subsec:Formats-Références-Croisées"
25137
25138 \end_inset
25139
25140
25141 \begin_inset Index idx
25142 status collapsed
25143
25144 \begin_layout Plain Layout
25145 References@Références ! Formats
25146 \end_layout
25147
25148 \end_inset
25149
25150
25151 \end_layout
25152
25153 \begin_layout Standard
25154 Il y a six types de références croisées :
25155 \end_layout
25156
25157 \begin_layout Description
25158 <référence>
25159 \begin_inset space ~
25160 \end_inset
25161
25162 : affiche le numéro de l'élément, c'est le choix implicite : 
25163 \begin_inset CommandInset ref
25164 LatexCommand ref
25165 reference "fig:Deux-images-déformées"
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Description
25173 (<référence>)
25174 \begin_inset space ~
25175 \end_inset
25176
25177 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25178  normalement pour faire référence à des formules mathématiques, en particulier
25179  quand le mot 
25180 \begin_inset Quotes fld
25181 \end_inset
25182
25183 Équation
25184 \begin_inset Quotes frd
25185 \end_inset
25186
25187  est omis : 
25188 \begin_inset CommandInset ref
25189 LatexCommand eqref
25190 reference "eq:Wgn"
25191
25192 \end_inset
25193
25194
25195 \end_layout
25196
25197 \begin_layout Description
25198 <page>
25199 \begin_inset space ~
25200 \end_inset
25201
25202 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25203 \begin_inset space ~
25204 \end_inset
25205
25206
25207 \begin_inset CommandInset ref
25208 LatexCommand pageref
25209 reference "fig:Deux-images-déformées"
25210
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \begin_layout Description
25217 Sur
25218 \begin_inset space ~
25219 \end_inset
25220
25221 la
25222 \begin_inset space ~
25223 \end_inset
25224
25225 page
25226 \begin_inset space ~
25227 \end_inset
25228
25229 <page>
25230 \begin_inset space ~
25231 \end_inset
25232
25233 : affiche le mot 
25234 \begin_inset Quotes fld
25235 \end_inset
25236
25237 page
25238 \begin_inset Quotes frd
25239 \end_inset
25240
25241  suivi du numéro de la page sur laquelle se trouve l'élément : 
25242 \begin_inset CommandInset ref
25243 LatexCommand vpageref
25244 reference "fig:Deux-images-déformées"
25245
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \begin_layout Description
25252 <référence>
25253 \begin_inset space ~
25254 \end_inset
25255
25256 page
25257 \begin_inset space ~
25258 \end_inset
25259
25260 <page>
25261 \begin_inset space ~
25262 \end_inset
25263
25264 : affiche le numéro de l'élément, le mot 
25265 \begin_inset Quotes fld
25266 \end_inset
25267
25268 page
25269 \begin_inset Quotes frd
25270 \end_inset
25271
25272  et le numéro de la page : 
25273 \begin_inset CommandInset ref
25274 LatexCommand vref
25275 reference "fig:Deux-images-déformées"
25276
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \begin_layout Description
25283 Référence
25284 \begin_inset space ~
25285 \end_inset
25286
25287 mise
25288 \begin_inset space ~
25289 \end_inset
25290
25291 en
25292 \begin_inset space ~
25293 \end_inset
25294
25295 forme
25296 \begin_inset space ~
25297 \end_inset
25298
25299 : affiche une référence croisée qui définit son propre format.
25300 \begin_inset Newline newline
25301 \end_inset
25302
25303
25304 \begin_inset Note Greyedout
25305 status open
25306
25307 \begin_layout Plain Layout
25308
25309 \series bold
25310 Note:
25311 \series default
25312  Ce type de référence croisée n'est disponible que si vous avez installé
25313  le paquetage \SpecialChar LaTeX
25314  
25315 \series bold
25316 prettyref
25317 \series default
25318  ou 
25319 \series bold
25320 refstyle
25321 \series default
25322
25323 \begin_inset Index idx
25324 status collapsed
25325
25326 \begin_layout Plain Layout
25327 Paquetages \SpecialChar LaTeX
25328  ! prettyref
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \begin_inset Index idx
25335 status collapsed
25336
25337 \begin_layout Plain Layout
25338 Paquetages \SpecialChar LaTeX
25339  ! refstyle
25340 \end_layout
25341
25342 \end_inset
25343
25344 .
25345 \end_layout
25346
25347 \end_inset
25348
25349
25350 \begin_inset Newline newline
25351 \end_inset
25352
25353 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25354  qui doit être utilisé pour cette fonction
25355  en utilisant l'option 
25356 \family sans
25357 Utiliser refstyle (à la place de prettyref) pour les références croisées
25358 \family default
25359  dans le menu 
25360 \family sans
25361 Document\SpecialChar menuseparator
25362 Paramètres\SpecialChar menuseparator
25363 Classe de document
25364 \family default
25365 .
25366  Le format est précisé en ajoutant la commande 
25367 \series bold
25368
25369 \backslash
25370 newrefformat
25371 \series default
25372  (prettyref) ou 
25373 \series bold
25374
25375 \backslash
25376 newref
25377 \series default
25378  (refstyle) au préambule du document.
25379  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25380  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25381 \begin_inset space ~
25382 \end_inset
25383
25384 :
25385 \begin_inset Newline newline
25386 \end_inset
25387
25388
25389 \series bold
25390
25391 \backslash
25392 newref{fig}{refcmd={Image sur la page 
25393 \backslash
25394 pageref{#1}}}
25395 \series default
25396
25397 \begin_inset Newline newline
25398 \end_inset
25399
25400 Pour plus d'information sur le format, jetez un œil sur la documentation
25401  du paquetage, 
25402 \begin_inset CommandInset citation
25403 LatexCommand cite
25404 key "prettyref,refstyle"
25405
25406 \end_inset
25407
25408 .
25409 \end_layout
25410
25411 \begin_layout Description
25412 Référence
25413 \begin_inset space ~
25414 \end_inset
25415
25416 textuelle: affiche la légende de la référence
25417 \begin_inset space ~
25418 \end_inset
25419
25420
25421 \begin_inset CommandInset ref
25422 LatexCommand nameref
25423 reference "fig:Deux-images-déformées"
25424
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431
25432 \family sans
25433 <page>
25434 \family default
25435  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25436  précédente, la même page ou la page suivante.
25437  Vous verrez par exemple un texte du genre 
25438 \begin_inset Quotes fld
25439 \end_inset
25440
25441
25442 \family sans
25443 sur cette page
25444 \family default
25445
25446 \begin_inset Quotes frd
25447 \end_inset
25448
25449  à la place.
25450  Le style 
25451 \family sans
25452 <référence>
25453 \begin_inset space ~
25454 \end_inset
25455
25456 page
25457 \begin_inset space ~
25458 \end_inset
25459
25460 <page> 
25461 \family default
25462 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25463  page.
25464 \end_layout
25465
25466 \begin_layout Standard
25467 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25468  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25469 .
25470  Vous choisissez une des six variétés de références dans le champ Format
25471  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25472  boîte de la référence croisée.
25473 \end_layout
25474
25475 \begin_layout Standard
25476 \begin_inset Note Greyedout
25477 status open
25478
25479 \begin_layout Plain Layout
25480
25481 \series bold
25482 Note:
25483 \series default
25484  L'utilisation du paquetage \SpecialChar LaTeX
25485  
25486 \series bold
25487 refstyle
25488 \series default
25489
25490 \begin_inset Index idx
25491 status collapsed
25492
25493 \begin_layout Plain Layout
25494 Paquetages \SpecialChar LaTeX
25495  ! refstyle
25496 \end_layout
25497
25498 \end_inset
25499
25500  est recommandée parce que 
25501 \series bold
25502 prettyref
25503 \series default
25504
25505 \begin_inset Index idx
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509 Paquetages \SpecialChar LaTeX
25510  ! prettyref
25511 \end_layout
25512
25513 \end_inset
25514
25515  ne connaît pas tous les raccourcis possibles pour les étiquettes
25516 \begin_inset Foot
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520 \begin_inset Quotes fld
25521 \end_inset
25522
25523 fig:
25524 \begin_inset Quotes frd
25525 \end_inset
25526
25527  est par exemple le raccourci \SpecialChar LyX
25528  pour les étiquettes dans les légendes de
25529  figures,.
25530 \end_layout
25531
25532 \end_inset
25533
25534  et n'est pas internationalisé.
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Subsection
25543 Nommage automatique des références croisées
25544 \begin_inset Index idx
25545 status collapsed
25546
25547 \begin_layout Plain Layout
25548 References@Références ! Nommage automatique
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \begin_layout Standard
25557 Le paquetage \SpecialChar LaTeX
25558  
25559 \series bold
25560 hyperref
25561 \series default
25562
25563 \begin_inset Index idx
25564 status collapsed
25565
25566 \begin_layout Plain Layout
25567 Paquetages \SpecialChar LaTeX
25568  ! hyperref
25569 \end_layout
25570
25571 \end_inset
25572
25573
25574 \series bold
25575
25576 \series default
25577 qui est activé dans la rubrique 
25578 \family sans
25579 Propriétés du PDF
25580 \family default
25581  de la fenêtre de dialogue 
25582 \family sans
25583 Paramètres du document
25584 \family default
25585  fournit une fonction très utile pour automatiser la création des références
25586  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25587  une section).
25588  Par exemple pour vous éviter de devoir écrire le mot 
25589 \begin_inset Quotes fld
25590 \end_inset
25591
25592 Figure
25593 \begin_inset Quotes frd
25594 \end_inset
25595
25596  devant chaque référence à une figure.
25597  Pour profiter de ce nommage automatique des références croisées, vous devez
25598  activer 
25599 \series bold
25600 hyperref
25601 \series default
25602  et insérer la ligne suivante dans le préambule du document :
25603 \end_layout
25604
25605 \begin_layout Standard
25606
25607 \series bold
25608
25609 \backslash
25610 AtBeginDocument{
25611 \backslash
25612 renewcommand{
25613 \backslash
25614 ref}[1]{
25615 \backslash
25616 mbox{
25617 \backslash
25618 autoref{#1}}}}
25619 \end_layout
25620
25621 \begin_layout Standard
25622 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25623  défaut, par exemple vous préférez le nom 
25624 \begin_inset Quotes fld
25625 \end_inset
25626
25627 sec.
25628 \begin_inset Quotes frd
25629 \end_inset
25630
25631  plutôt que 
25632 \begin_inset Quotes fld
25633 \end_inset
25634
25635 section
25636 \begin_inset Quotes frd
25637 \end_inset
25638
25639 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25640 \end_layout
25641
25642 \begin_layout Standard
25643
25644 \series bold
25645
25646 \backslash
25647 addto
25648 \backslash
25649 extrasfrench{
25650 \backslash
25651 renewcommand{
25652 \backslash
25653 sectionautorefname}
25654 \begin_inset Newline newline
25655 \end_inset
25656
25657
25658 \begin_inset Phantom HPhantom
25659 status open
25660
25661 \begin_layout Plain Layout
25662
25663 \series bold
25664 \begin_inset space ~
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671
25672 {sec.
25673 \backslash
25674 negthinspace}}
25675 \end_layout
25676
25677 \begin_layout Standard
25678 Si vous utilisez une autre langue que le français, remplacez 
25679 \series bold
25680
25681 \backslash
25682 extrasfrench
25683 \series default
25684  par 
25685 \series bold
25686
25687 \backslash
25688 extras***
25689 \series default
25690 , où *** est le nom de la langue que vous utilisez.
25691
25692 \series bold
25693  
25694 \end_layout
25695
25696 \begin_layout Standard
25697 Pour avoir des noms automatiques, mais pas pour certains types de références,
25698  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25699 \end_layout
25700
25701 \begin_layout Standard
25702
25703 \series bold
25704
25705 \backslash
25706 addto
25707 \backslash
25708 extrasfrench{
25709 \backslash
25710 renewcommand*{
25711 \backslash
25712 equationautorefname}[1]{}}
25713 \end_layout
25714
25715 \begin_layout Standard
25716 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25717  de 
25718 \series bold
25719 hyperref
25720 \series default
25721  
25722 \begin_inset CommandInset citation
25723 LatexCommand cite
25724 key "hyperref"
25725
25726 \end_inset
25727
25728 .
25729 \end_layout
25730
25731 \begin_layout Standard
25732 \begin_inset Note Greyedout
25733 status open
25734
25735 \begin_layout Plain Layout
25736
25737 \series bold
25738 Note:
25739 \series default
25740  Le nommage automatique de références ne peut être utilisé si vous avez
25741  choisi le style de référence 
25742 \family sans
25743 Référence
25744 \begin_inset space ~
25745 \end_inset
25746
25747 mise
25748 \begin_inset space ~
25749 \end_inset
25750
25751 en
25752 \begin_inset space ~
25753 \end_inset
25754
25755 forme
25756 \family default
25757  décrit dans la section
25758 \begin_inset space ~
25759 \end_inset
25760
25761
25762 \begin_inset CommandInset ref
25763 LatexCommand ref
25764 reference "subsec:Formats-Références-Croisées"
25765
25766 \end_inset
25767
25768 .
25769 \end_layout
25770
25771 \end_inset
25772
25773
25774 \end_layout
25775
25776 \begin_layout Standard
25777 Le manuel 
25778 \emph on
25779 Math
25780 \emph default
25781  est un exemple dans lequel on a utilisé le référencement automatique.
25782 \end_layout
25783
25784 \begin_layout Subsection
25785 Positionnement des références 
25786 \begin_inset CommandInset label
25787 LatexCommand label
25788 name "subsec:Reference-Position"
25789
25790 \end_inset
25791
25792
25793 \begin_inset Index idx
25794 status collapsed
25795
25796 \begin_layout Plain Layout
25797 References@Références ! Positionnement
25798 \end_layout
25799
25800 \end_inset
25801
25802
25803 \end_layout
25804
25805 \begin_layout Standard
25806 Si vous utilisez le paquetage 
25807 \series bold
25808 hyperref, 
25809 \series default
25810 qui est activé dans la rubrique 
25811 \family sans
25812 Propriétés du PDF
25813 \family default
25814  de la fenêtre de dialogue 
25815 \family sans
25816 Paramètres du document,
25817 \family default
25818  pour lier vos références croisées dans la sortie finale, vous verrez que
25819  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25820  l'image.
25821  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25822  pourrez voir l'image sans faire défiler le texte.
25823  Ce problème vient du fait que le point d'ancrage de la référence se situe
25824  à l'endroit de l'étiquette.
25825  En utilisant le paquetage \SpecialChar LaTeX
25826  
25827 \series bold
25828 hypcap
25829 \series default
25830
25831 \begin_inset Index idx
25832 status collapsed
25833
25834 \begin_layout Plain Layout
25835 Paquetages \SpecialChar LaTeX
25836  ! hypcap
25837 \end_layout
25838
25839 \end_inset
25840
25841 , qui fait partie du paquetage \SpecialChar LaTeX
25842  
25843 \series bold
25844 oberdiek
25845 \series default
25846
25847 \begin_inset Index idx
25848 status collapsed
25849
25850 \begin_layout Plain Layout
25851 Paquetages \SpecialChar LaTeX
25852  ! oberdiek
25853 \end_layout
25854
25855 \end_inset
25856
25857 , le point d'ancrage d'un lien est place en haut du flottant.
25858  Pour utiliser cette fonction avec les flottants de figure, chargez 
25859 \series bold
25860 hypcap
25861 \series default
25862  dans l'entête du document avec la ligne
25863 \end_layout
25864
25865 \begin_layout Standard
25866
25867 \series bold
25868
25869 \backslash
25870 usepackage[figure]{hypcap}
25871 \end_layout
25872
25873 \begin_layout Standard
25874 Vous pouvez aussi utiliser 
25875 \series bold
25876 hypcap
25877 \series default
25878  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25879  raisons de stabilité.
25880  Pour plus d'information, jetez un coup d'œil au manuel d' 
25881 \series bold
25882 hypcap
25883 \series default
25884  
25885 \begin_inset CommandInset citation
25886 LatexCommand cite
25887 key "hypcap"
25888
25889 \end_inset
25890
25891 .
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset Note Greyedout
25896 status open
25897
25898 \begin_layout Plain Layout
25899
25900 \series bold
25901 Note:
25902 \series default
25903  
25904 \series bold
25905 hypcap
25906 \series default
25907  n'a aucun effet pour les références à des sous-figures.
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \begin_layout Section
25916 Placement des flottants
25917 \begin_inset CommandInset label
25918 LatexCommand label
25919 name "sec:Placement-flottants"
25920
25921 \end_inset
25922
25923
25924 \begin_inset Index idx
25925 status collapsed
25926
25927 \begin_layout Plain Layout
25928 Flottants ! Placement
25929 \end_layout
25930
25931 \end_inset
25932
25933
25934 \end_layout
25935
25936 \begin_layout Standard
25937 En faisant un clic droit sur la boîte d'un flottant et 
25938 \lang english
25939 clicking on 
25940 \family sans
25941 Settings
25942 \family default
25943 \lang french
25944  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25945  paramètres de placement que \SpecialChar LaTeX
25946  utilise pour déterminer où placer le flottant.
25947 \begin_inset Newline newline
25948 \end_inset
25949
25950 L'option 
25951 \family sans
25952 Plusieurs
25953 \begin_inset space ~
25954 \end_inset
25955
25956 colonnes
25957 \family default
25958  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25959  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25960  confiné sur une seule colonne.
25961 \begin_inset Newline newline
25962 \end_inset
25963
25964 L'option 
25965 \family sans
25966 Rotation
25967 \begin_inset space ~
25968 \end_inset
25969
25970 90°
25971 \family default
25972  est utilisée pour faire tourner les flottants, voyez la section
25973 \begin_inset space ~
25974 \end_inset
25975
25976
25977 \begin_inset CommandInset ref
25978 LatexCommand ref
25979 reference "sec:Flottants-renversés"
25980
25981 \end_inset
25982
25983 .
25984 \end_layout
25985
25986 \begin_layout Standard
25987 En désactivant l'option 
25988 \family sans
25989 Utilise
25990 \begin_inset space ~
25991 \end_inset
25992
25993 le
25994 \begin_inset space ~
25995 \end_inset
25996
25997 placement
25998 \begin_inset space ~
25999 \end_inset
26000
26001 par
26002 \begin_inset space ~
26003 \end_inset
26004
26005 défaut
26006 \family default
26007  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26008  le placement du flottant:
26009 \end_layout
26010
26011 \begin_layout Description
26012 Ici,
26013 \begin_inset space ~
26014 \end_inset
26015
26016 si
26017 \begin_inset space ~
26018 \end_inset
26019
26020 possible: essaie de placer le flottant à la position où il a été inséré
26021  dans \SpecialChar LyX
26022
26023 \end_layout
26024
26025 \begin_layout Description
26026 Haut
26027 \begin_inset space ~
26028 \end_inset
26029
26030 de
26031 \begin_inset space ~
26032 \end_inset
26033
26034 la
26035 \begin_inset space ~
26036 \end_inset
26037
26038 page: essaie de placer le flottant en haut de la page courante
26039 \end_layout
26040
26041 \begin_layout Description
26042 Bas
26043 \begin_inset space ~
26044 \end_inset
26045
26046 de
26047 \begin_inset space ~
26048 \end_inset
26049
26050 la
26051 \begin_inset space ~
26052 \end_inset
26053
26054 page: essaie de placer le flottant en bas de la page courante
26055 \end_layout
26056
26057 \begin_layout Description
26058 Page
26059 \begin_inset space ~
26060 \end_inset
26061
26062 de
26063 \begin_inset space ~
26064 \end_inset
26065
26066 flottants: essaie de placer le flottant sur une page à part, éventuellement
26067  avec d'autres flottants 
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \SpecialChar LaTeX
26072  utilise
26073 \emph on
26074  toujours 
26075 \emph default
26076 les options dans l'ordre donné ci-dessus.
26077  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26078  va d'abord
26079  essayer 
26080 \family sans
26081 Ici
26082 \begin_inset space ~
26083 \end_inset
26084
26085 si
26086 \begin_inset space ~
26087 \end_inset
26088
26089 possible
26090 \family default
26091 , ensuite 
26092 \family sans
26093 Haut
26094 \begin_inset space ~
26095 \end_inset
26096
26097 de
26098 \begin_inset space ~
26099 \end_inset
26100
26101 la
26102 \begin_inset space ~
26103 \end_inset
26104
26105 page
26106 \family default
26107 , et ainsi de suite.
26108  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26109  va essayer les options
26110  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26111  Si aucune des quatre options de placement n'est possible, la procédure
26112  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26113 \end_layout
26114
26115 \begin_layout Standard
26116 Implicitement, chaque option a ses propres règles d'application:
26117 \end_layout
26118
26119 \begin_layout Standard
26120
26121 \family sans
26122 Haut
26123 \begin_inset space ~
26124 \end_inset
26125
26126 de
26127 \begin_inset space ~
26128 \end_inset
26129
26130 la
26131 \begin_inset space ~
26132 \end_inset
26133
26134 page
26135 \family default
26136  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26137  en haut de page (
26138 \series bold
26139
26140 \backslash
26141 topfraction
26142 \series default
26143 ).
26144 \end_layout
26145
26146 \begin_layout Standard
26147
26148 \family sans
26149 Bas
26150 \begin_inset space ~
26151 \end_inset
26152
26153 de
26154 \begin_inset space ~
26155 \end_inset
26156
26157 la
26158 \begin_inset space ~
26159 \end_inset
26160
26161 page
26162 \family default
26163  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26164  en bas de page (
26165 \series bold
26166
26167 \backslash
26168 bottomfraction
26169 \series default
26170 ).
26171 \end_layout
26172
26173 \begin_layout Standard
26174
26175 \family sans
26176 Page
26177 \begin_inset space ~
26178 \end_inset
26179
26180 de
26181 \begin_inset space ~
26182 \end_inset
26183
26184 flottants
26185 \family default
26186  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26187  si ils occupent plus de 50% de celle-ci (
26188 \series bold
26189
26190 \backslash
26191 floatpagefraction
26192 \series default
26193 ).
26194 \end_layout
26195
26196 \begin_layout Standard
26197 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26198  supplémentaire 
26199 \family sans
26200 Ignorer
26201 \begin_inset space ~
26202 \end_inset
26203
26204 les
26205 \begin_inset space ~
26206 \end_inset
26207
26208 règles
26209 \begin_inset space ~
26210 \end_inset
26211
26212 \SpecialChar LaTeX
26213
26214 \family default
26215 \lang english
26216 .
26217 \begin_inset Newline newline
26218 \end_inset
26219
26220
26221 \lang french
26222 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26223  qui sont données
26224  entre parenthèses après les descriptions des règles données ci-dessus.
26225  Par exemple, pour augmenter à 50
26226 \begin_inset space \thinspace{}
26227 \end_inset
26228
26229 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26230  trop petite, ajoutez cette ligne au préambule de votre document :
26231 \end_layout
26232
26233 \begin_layout Standard
26234
26235 \series bold
26236
26237 \backslash
26238 renewcommand{
26239 \backslash
26240 bottomfraction}{0.5}
26241 \end_layout
26242
26243 \begin_layout Standard
26244 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26245  exactement à l'endroit où vous l'avez inséré.
26246  dans ce cas utilisez l'option 
26247 \family sans
26248 Ici
26249 \begin_inset space ~
26250 \end_inset
26251
26252 à
26253 \begin_inset space ~
26254 \end_inset
26255
26256 tout
26257 \begin_inset space ~
26258 \end_inset
26259
26260 Prix
26261 \family default
26262 .
26263  Utilisez cette option le moins souvent possible et seulement quand le document
26264  est presque prêt à être imprimé.
26265  En effet, le flottant n'est plus capable de 
26266 \begin_inset Quotes fld
26267 \end_inset
26268
26269 flotter
26270 \begin_inset Quotes frd
26271 \end_inset
26272
26273 , ce qui peut perturber toutes les mises en page.
26274 \end_layout
26275
26276 \begin_layout Standard
26277 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26278  sont toujours entourés par le texte d'un paragraphe donné.
26279 \begin_inset VSpace bigskip
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 On peut parfois se trouver dans la situation où un flottant est placé en
26287  haut d'une page alors que la section concernée ne commence qu'au milieu
26288  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26289  la section précédente.
26290  On peut utiliser la commande \SpecialChar LaTeX
26291  
26292 \series bold
26293
26294 \backslash
26295 suppressfloats
26296 \series default
26297  pour éviter ce cas.
26298  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26299  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26300  soit placé avant que la section commence.
26301  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26302  votre document :
26303 \end_layout
26304
26305 \begin_layout Standard
26306
26307 \series bold
26308
26309 \backslash
26310 let
26311 \backslash
26312 mySection
26313 \backslash
26314 section
26315 \begin_inset Newline newline
26316 \end_inset
26317
26318
26319 \backslash
26320 renewcommand{
26321 \backslash
26322 section}{
26323 \backslash
26324 suppressfloats[t]
26325 \backslash
26326 mySection}
26327 \end_layout
26328
26329 \begin_layout Standard
26330 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26331  comme les chapitres et les sous-sections.
26332  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26333  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26334  pourrait ensuite
26335  avoir du mal à trouver un positionnement correct.
26336 \end_layout
26337
26338 \begin_layout Standard
26339 \begin_inset VSpace bigskip
26340 \end_inset
26341
26342 Dans certains cas il est demandé de placer toutes les figures et tous les
26343  tableaux à la fin du document.
26344  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26345  
26346 \series bold
26347 endfloat
26348 \series default
26349
26350 \begin_inset Index idx
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 Paquetages \SpecialChar LaTeX
26355  ! endfloat
26356 \end_layout
26357
26358 \end_inset
26359
26360  a été développé.
26361  Il met en effet tous les flottants de figures et de tableaux à la fin du
26362  document dans leurs propres sections.
26363  À la position d'origine du flottant, une indication textuelle du genre
26364  
26365 \begin_inset Quotes fld
26366 \end_inset
26367
26368
26369 \family sans
26370 [Figure
26371 \begin_inset space ~
26372 \end_inset
26373
26374 3.2 
26375 \lang english
26376 about here.
26377 \lang french
26378 ]
26379 \family default
26380
26381 \begin_inset Quotes frd
26382 \end_inset
26383
26384  est insérée.
26385  Le paquetage 
26386 \series bold
26387 endfloat
26388 \series default
26389  est chargé dans le préambule avec la ligne suivante 
26390 \end_layout
26391
26392 \begin_layout Standard
26393
26394 \series bold
26395
26396 \backslash
26397 usepackage[options]{endfloat}
26398 \end_layout
26399
26400 \begin_layout Standard
26401 Il y a aussi de nombreuses options de paquetage pour modifier le format
26402  des sections de figures ou de tableau qui sont créées.
26403  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26404  
26405 \series bold
26406 endfloa
26407 \series default
26408
26409 \begin_inset CommandInset citation
26410 LatexCommand cite
26411 key "endfloat"
26412
26413 \end_inset
26414
26415 .
26416 \begin_inset Newline newline
26417 \end_inset
26418
26419
26420 \begin_inset Note Greyedout
26421 status open
26422
26423 \begin_layout Plain Layout
26424
26425 \series bold
26426 Note: endfloat
26427 \series default
26428  ne fournit pas de traduction automatique de l'indication textuelle, vous
26429  devez donc le faire manuellement, voyez la section
26430 \begin_inset space ~
26431 \end_inset
26432
26433 4 de 
26434 \begin_inset CommandInset citation
26435 LatexCommand cite
26436 key "endfloat"
26437
26438 \end_inset
26439
26440 .
26441 \end_layout
26442
26443 \end_inset
26444
26445
26446 \begin_inset Newline newline
26447 \end_inset
26448
26449
26450 \begin_inset Note Greyedout
26451 status open
26452
26453 \begin_layout Plain Layout
26454
26455 \series bold
26456 Note:
26457 \series default
26458  Il y a actuellement un bug dans le paquetage 
26459 \series bold
26460 endfloat
26461 \series default
26462  quand la légende contient un 
26463 \begin_inset Quotes fld
26464 \end_inset
26465
26466 ß
26467 \begin_inset Quotes frd
26468 \end_inset
26469
26470  allemand.
26471  Utilisez dans ce cas la commande 
26472 \begin_inset Quotes fld
26473 \end_inset
26474
26475
26476 \series bold
26477
26478 \backslash
26479 ss
26480 \series default
26481
26482 \begin_inset Quotes frd
26483 \end_inset
26484
26485  en code \SpecialChar TeX
26486  à la place du 
26487 \begin_inset Quotes fld
26488 \end_inset
26489
26490 ß
26491 \begin_inset Quotes frd
26492 \end_inset
26493
26494 .
26495 \end_layout
26496
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \begin_layout Standard
26503 \begin_inset VSpace bigskip
26504 \end_inset
26505
26506 Pour plus d'information sur les manières de placer les flottants, jetez
26507  un coup d'œil aux livres sur \SpecialChar LaTeX
26508
26509 \begin_inset CommandInset citation
26510 LatexCommand cite
26511 key "latexcompanion,latexguide,latexbook"
26512
26513 \end_inset
26514
26515 .
26516 \end_layout
26517
26518 \begin_layout Section
26519 Rotation des flottants
26520 \begin_inset CommandInset label
26521 LatexCommand label
26522 name "sec:Flottants-renversés"
26523
26524 \end_inset
26525
26526
26527 \begin_inset Index idx
26528 status collapsed
26529
26530 \begin_layout Plain Layout
26531 Flottants ! Renversés
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \begin_layout Standard
26540 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26541  tableaux très larges.
26542  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26543  un clic droit sur la boîte du flottant et utilisez l'option 
26544 \family sans
26545 Rotation
26546 \begin_inset space ~
26547 \end_inset
26548
26549 90°
26550 \family default
26551 .
26552 \end_layout
26553
26554 \begin_layout Standard
26555 Les flottants pivotés sont systématiquement placés sur leur propre page
26556  (ou colonne, si vous avez un document sur deux colonnes).
26557  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26558  
26559 \family sans
26560 Plusieurs
26561 \begin_inset space ~
26562 \end_inset
26563
26564 colonnes
26565 \family default
26566  dans les paramètres du flottant.
26567  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26568  du côté de la marge externe.
26569  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26570  ajouter soit l'option 
26571 \series bold
26572 figuresleft
26573 \series default
26574  soit l'option 
26575 \series bold
26576 figuresright
26577 \series default
26578  aux options de la classe de document.
26579 \end_layout
26580
26581 \begin_layout Standard
26582 Faire référence à un flottant pivoté se fait de la même manière que pour
26583  un flottant normal, la mise en forme de la légende est aussi identique
26584  : Le tableau
26585 \begin_inset space ~
26586 \end_inset
26587
26588
26589 \begin_inset CommandInset ref
26590 LatexCommand ref
26591 reference "tab:Tableau-pivoté"
26592
26593 \end_inset
26594
26595  est un exemple de flottant de tableau pivoté.
26596 \end_layout
26597
26598 \begin_layout Standard
26599 \begin_inset Note Greyedout
26600 status open
26601
26602 \begin_layout Plain Layout
26603
26604 \series bold
26605 Note:
26606 \series default
26607  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26608  DVI.
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 \begin_inset Float table
26618 wide false
26619 sideways true
26620 status open
26621
26622 \begin_layout Plain Layout
26623 \begin_inset Caption Standard
26624
26625 \begin_layout Plain Layout
26626 \begin_inset CommandInset label
26627 LatexCommand label
26628 name "tab:Tableau-pivoté"
26629
26630 \end_inset
26631
26632  Tableau pivoté
26633 \end_layout
26634
26635 \end_inset
26636
26637
26638 \end_layout
26639
26640 \begin_layout Plain Layout
26641 \align center
26642 \begin_inset Tabular
26643 <lyxtabular version="3" rows="1" columns="5">
26644 <features tabularvalignment="middle">
26645 <column alignment="center" valignment="top">
26646 <column alignment="center" valignment="top">
26647 <column alignment="center" valignment="top">
26648 <column alignment="center" valignment="top">
26649 <column alignment="center" valignment="top">
26650 <row>
26651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26652 \begin_inset Text
26653
26654 \begin_layout Plain Layout
26655 test
26656 \end_layout
26657
26658 \end_inset
26659 </cell>
26660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26661 \begin_inset Text
26662
26663 \begin_layout Plain Layout
26664 b
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 c
26674 \end_layout
26675
26676 \end_inset
26677 </cell>
26678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26679 \begin_inset Text
26680
26681 \begin_layout Plain Layout
26682 d
26683 \end_layout
26684
26685 \end_inset
26686 </cell>
26687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26688 \begin_inset Text
26689
26690 \begin_layout Plain Layout
26691 e
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 </row>
26697 </lyxtabular>
26698
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Section
26710 Sous-flottants
26711 \begin_inset Index idx
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715 Flottants ! Sous-flottants
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \begin_layout Standard
26724 Un exemple de sous-flottant : une figure composée de plusieurs images.
26725  On les crée en insérant un flottant dans un flottant existant.
26726  Le positionnement des sous-flottants peut être contrôlé comme pour les
26727  paragraphes comme on le voit avec les tableaux
26728 \begin_inset space ~
26729 \end_inset
26730
26731
26732 \begin_inset CommandInset ref
26733 LatexCommand ref
26734 reference "tab:Deux-sous-tableaux-cote-a-cote"
26735
26736 \end_inset
26737
26738  et 
26739 \begin_inset CommandInset ref
26740 LatexCommand ref
26741 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26742
26743 \end_inset
26744
26745 .
26746 \end_layout
26747
26748 \begin_layout Standard
26749 On fait référence à des sous-flottants comme on le ferait avec des flottants
26750  normaux : Les tableaux
26751 \begin_inset space ~
26752 \end_inset
26753
26754
26755 \begin_inset CommandInset ref
26756 LatexCommand ref
26757 reference "tab:Le-sous-tableau-a"
26758
26759 \end_inset
26760
26761  et 
26762 \begin_inset CommandInset ref
26763 LatexCommand ref
26764 reference "tab:Le-sous-tableau-b"
26765
26766 \end_inset
26767
26768  sont des sous-tableaux du tableau
26769 \begin_inset space ~
26770 \end_inset
26771
26772
26773 \begin_inset CommandInset ref
26774 LatexCommand ref
26775 reference "tab:Deux-sous-tableaux-cote-a-cote"
26776
26777 \end_inset
26778
26779 .
26780 \end_layout
26781
26782 \begin_layout Standard
26783 \begin_inset Float table
26784 wide false
26785 sideways false
26786 status open
26787
26788 \begin_layout Plain Layout
26789 \begin_inset Caption Standard
26790
26791 \begin_layout Plain Layout
26792 \begin_inset CommandInset label
26793 LatexCommand label
26794 name "tab:Deux-sous-tableaux-cote-a-cote"
26795
26796 \end_inset
26797
26798 Deux sous-tableaux placés côte-à-côte.
26799 \end_layout
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Plain Layout
26807 \align center
26808 \begin_inset space \hfill{}
26809 \end_inset
26810
26811
26812 \begin_inset Float table
26813 wide false
26814 sideways false
26815 status collapsed
26816
26817 \begin_layout Plain Layout
26818 \begin_inset Caption Standard
26819
26820 \begin_layout Plain Layout
26821 \begin_inset CommandInset label
26822 LatexCommand label
26823 name "tab:Le-sous-tableau-a"
26824
26825 \end_inset
26826
26827 Le sous-tableau a
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Plain Layout
26836 \align center
26837 \begin_inset Tabular
26838 <lyxtabular version="3" rows="1" columns="5">
26839 <features tabularvalignment="middle">
26840 <column alignment="center" valignment="top">
26841 <column alignment="center" valignment="top">
26842 <column alignment="center" valignment="top">
26843 <column alignment="center" valignment="top">
26844 <column alignment="center" valignment="top">
26845 <row>
26846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850 test
26851 \end_layout
26852
26853 \end_inset
26854 </cell>
26855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26856 \begin_inset Text
26857
26858 \begin_layout Plain Layout
26859 b
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26865 \begin_inset Text
26866
26867 \begin_layout Plain Layout
26868 c
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26874 \begin_inset Text
26875
26876 \begin_layout Plain Layout
26877 d
26878 \end_layout
26879
26880 \end_inset
26881 </cell>
26882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26883 \begin_inset Text
26884
26885 \begin_layout Plain Layout
26886 e
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 </lyxtabular>
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \begin_inset space \hfill{}
26903 \end_inset
26904
26905
26906 \begin_inset Float table
26907 wide false
26908 sideways false
26909 status collapsed
26910
26911 \begin_layout Plain Layout
26912 \begin_inset Caption Standard
26913
26914 \begin_layout Plain Layout
26915 \begin_inset CommandInset label
26916 LatexCommand label
26917 name "tab:Le-sous-tableau-b"
26918
26919 \end_inset
26920
26921 Le sous-tableau b.
26922 \end_layout
26923
26924 \end_inset
26925
26926
26927 \end_layout
26928
26929 \begin_layout Plain Layout
26930 \align center
26931 \begin_inset Tabular
26932 <lyxtabular version="3" rows="1" columns="5">
26933 <features tabularvalignment="middle">
26934 <column alignment="center" valignment="top">
26935 <column alignment="center" valignment="top">
26936 <column alignment="center" valignment="top">
26937 <column alignment="center" valignment="top">
26938 <column alignment="center" valignment="top">
26939 <row>
26940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26941 \begin_inset Text
26942
26943 \begin_layout Plain Layout
26944 e
26945 \end_layout
26946
26947 \end_inset
26948 </cell>
26949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953 d
26954 \end_layout
26955
26956 \end_inset
26957 </cell>
26958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26959 \begin_inset Text
26960
26961 \begin_layout Plain Layout
26962 c
26963 \end_layout
26964
26965 \end_inset
26966 </cell>
26967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26968 \begin_inset Text
26969
26970 \begin_layout Plain Layout
26971 b
26972 \end_layout
26973
26974 \end_inset
26975 </cell>
26976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980 test
26981 \end_layout
26982
26983 \end_inset
26984 </cell>
26985 </row>
26986 </lyxtabular>
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \begin_inset space \hfill{}
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \end_inset
27003
27004
27005 \end_layout
27006
27007 \begin_layout Standard
27008 \begin_inset Float table
27009 wide false
27010 sideways false
27011 status open
27012
27013 \begin_layout Plain Layout
27014 \begin_inset Caption Standard
27015
27016 \begin_layout Plain Layout
27017 \begin_inset CommandInset label
27018 LatexCommand label
27019 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27020
27021 \end_inset
27022
27023 Deux sous-tableaux placés l'un sur l'autre.
27024  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27025 \end_layout
27026
27027 \end_inset
27028
27029
27030 \end_layout
27031
27032 \begin_layout Plain Layout
27033 \align center
27034 \begin_inset Float table
27035 wide false
27036 sideways false
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040 \begin_inset Caption Standard
27041
27042 \begin_layout Plain Layout
27043
27044 \end_layout
27045
27046 \end_inset
27047
27048
27049 \end_layout
27050
27051 \begin_layout Plain Layout
27052 \align center
27053 \begin_inset Tabular
27054 <lyxtabular version="3" rows="1" columns="4">
27055 <features tabularvalignment="middle">
27056 <column alignment="center" valignment="top">
27057 <column alignment="center" valignment="top">
27058 <column alignment="center" valignment="top">
27059 <column alignment="center" valignment="top">
27060 <row>
27061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27062 \begin_inset Text
27063
27064 \begin_layout Plain Layout
27065 test
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074 test
27075 \end_layout
27076
27077 \end_inset
27078 </cell>
27079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083 test
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27089 \begin_inset Text
27090
27091 \begin_layout Plain Layout
27092 test
27093 \end_layout
27094
27095 \end_inset
27096 </cell>
27097 </row>
27098 </lyxtabular>
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Plain Layout
27111 \align center
27112 \begin_inset Float table
27113 wide false
27114 sideways false
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 \begin_inset Caption Standard
27119
27120 \begin_layout Plain Layout
27121
27122 \end_layout
27123
27124 \end_inset
27125
27126
27127 \end_layout
27128
27129 \begin_layout Plain Layout
27130 \align center
27131 \begin_inset Tabular
27132 <lyxtabular version="3" rows="1" columns="5">
27133 <features tabularvalignment="middle">
27134 <column alignment="center" valignment="top">
27135 <column alignment="center" valignment="top">
27136 <column alignment="center" valignment="top">
27137 <column alignment="center" valignment="top">
27138 <column alignment="center" valignment="top">
27139 <row>
27140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144 a
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 b
27154 \end_layout
27155
27156 \end_inset
27157 </cell>
27158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27159 \begin_inset Text
27160
27161 \begin_layout Plain Layout
27162 c
27163 \end_layout
27164
27165 \end_inset
27166 </cell>
27167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27168 \begin_inset Text
27169
27170 \begin_layout Plain Layout
27171 d
27172 \end_layout
27173
27174 \end_inset
27175 </cell>
27176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27177 \begin_inset Text
27178
27179 \begin_layout Plain Layout
27180 e
27181 \end_layout
27182
27183 \end_inset
27184 </cell>
27185 </row>
27186 </lyxtabular>
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \end_inset
27199
27200
27201 \end_layout
27202
27203 \begin_layout Section
27204 Flottants côte-à-côte
27205 \begin_inset Index idx
27206 status collapsed
27207
27208 \begin_layout Plain Layout
27209 Flottants ! côte-à-côte
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \end_layout
27216
27217 \begin_layout Standard
27218 Pour placer des flottants côte-à-côte, comme pour la figure
27219 \begin_inset space ~
27220 \end_inset
27221
27222
27223 \begin_inset CommandInset ref
27224 LatexCommand ref
27225 reference "fig:Flottant-gauche"
27226
27227 \end_inset
27228
27229  et 
27230 \begin_inset CommandInset ref
27231 LatexCommand ref
27232 reference "fig:Flottant-droit"
27233
27234 \end_inset
27235
27236 , on n'utilise 
27237 \emph on
27238 qu'un seul 
27239 \emph default
27240 flottant.
27241  On y insère deux boîtes de minipages.
27242 \begin_inset Foot
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 Les minipages sont décrites dans la section
27247 \begin_inset space ~
27248 \end_inset
27249
27250
27251 \begin_inset CommandInset ref
27252 LatexCommand ref
27253 reference "sec:Minipages"
27254
27255 \end_inset
27256
27257 .
27258 \end_layout
27259
27260 \end_inset
27261
27262  La largeur est mise à 45
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 -50
27267 \begin_inset space \thinspace{}
27268 \end_inset
27269
27270 column% et l'alignement de la boîte à 
27271 \family sans
27272 Bas
27273 \family default
27274  pour chaque minipage.
27275  Les boîtes minipages contiennent l'image et la légende exactement comme
27276  avec un flottant.
27277  La seule différence est que l'unité de longueur 
27278 \family sans
27279 Largeur
27280 \begin_inset space ~
27281 \end_inset
27282
27283 colonne
27284 \begin_inset space ~
27285 \end_inset
27286
27287 %
27288 \family default
27289  utilisée pour l'image est maintenant définie par rapport à la largeur des
27290  boîtes minipages.
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset Float figure
27295 wide false
27296 sideways false
27297 status open
27298
27299 \begin_layout Plain Layout
27300 \begin_inset Box Frameless
27301 position "b"
27302 hor_pos "c"
27303 has_inner_box 1
27304 inner_pos "t"
27305 use_parbox 0
27306 use_makebox 0
27307 width "45col%"
27308 special "none"
27309 height "1in"
27310 height_special "totalheight"
27311 thickness "0.4pt"
27312 separation "3pt"
27313 shadowsize "4pt"
27314 framecolor "black"
27315 backgroundcolor "none"
27316 status open
27317
27318 \begin_layout Plain Layout
27319 \align center
27320 \begin_inset Graphics
27321         filename ../clipart/mobius.eps
27322         lyxscale 50
27323         width 100col%
27324         scaleBeforeRotation
27325
27326 \end_inset
27327
27328
27329 \end_layout
27330
27331 \begin_layout Plain Layout
27332 \begin_inset Caption Standard
27333
27334 \begin_layout Plain Layout
27335 \begin_inset CommandInset label
27336 LatexCommand label
27337 name "fig:Flottant-gauche"
27338
27339 \end_inset
27340
27341 Flottant du côté gauche.
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \end_inset
27350
27351
27352 \begin_inset space \hfill{}
27353 \end_inset
27354
27355
27356 \begin_inset Box Frameless
27357 position "b"
27358 hor_pos "c"
27359 has_inner_box 1
27360 inner_pos "t"
27361 use_parbox 0
27362 use_makebox 0
27363 width "45col%"
27364 special "none"
27365 height "1in"
27366 height_special "totalheight"
27367 thickness "0.4pt"
27368 separation "3pt"
27369 shadowsize "4pt"
27370 framecolor "black"
27371 backgroundcolor "none"
27372 status open
27373
27374 \begin_layout Plain Layout
27375 \align center
27376 \begin_inset Graphics
27377         filename ../clipart/platypus.eps
27378         lyxscale 50
27379         width 100col%
27380         scaleBeforeRotation
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \begin_layout Plain Layout
27388 \begin_inset Caption Standard
27389
27390 \begin_layout Plain Layout
27391 \begin_inset CommandInset label
27392 LatexCommand label
27393 name "fig:Flottant-droit"
27394
27395 \end_inset
27396
27397 Flottant du côté droit.
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406
27407
27408 \end_layout
27409
27410 \end_inset
27411
27412
27413 \end_layout
27414
27415 \begin_layout Standard
27416 Une solution alternative plus simple consiste à utiliser le module 
27417 \family sans
27418 Minipages à largeur variable
27419 \family default
27420 , voir la section
27421 \begin_inset space \thinspace{}
27422 \end_inset
27423
27424
27425 \begin_inset CommandInset ref
27426 LatexCommand ref
27427 reference "sec:Minipages"
27428
27429 \end_inset
27430
27431 .
27432  Les minipages à largeur variable s’adaptent automatiquement à la largeur
27433  des figures et des tableaux.
27434  Il n'est pas nécessaire de spécifier explicitement une largeur, et elles
27435  améliorent l'alignement horizontal des figures.
27436  Le fichier du répertoire des exemples 
27437 \emph on
27438 varwidth-floats-side-by-side
27439 \emph default
27440  donnes des exemples d'utilisation du module.
27441 \end_layout
27442
27443 \begin_layout Section
27444 Mise en forme de la légende
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 Légende ! Mise en forme
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \begin_inset Index idx
27456 status collapsed
27457
27458 \begin_layout Plain Layout
27459 Flottants ! Mise en forme de la Légende
27460 \end_layout
27461
27462 \end_inset
27463
27464
27465 \begin_inset CommandInset label
27466 LatexCommand label
27467 name "sec:Formatage-légende"
27468
27469 \end_inset
27470
27471
27472 \end_layout
27473
27474 \begin_layout Standard
27475 L'environnement 
27476 \family sans
27477 Légende
27478 \family default
27479  est l'environnement de paragraphe implicite pour les 
27480 \family sans
27481 flottants
27482 \family default
27483 .
27484  Dans la fenêtre de \SpecialChar LyX
27485  les légendes apparaissent comme une étiquette comme
27486  par exemple 
27487 \begin_inset Quotes fld
27488 \end_inset
27489
27490
27491 \family sans
27492 Figure #:
27493 \family default
27494
27495 \begin_inset Quotes frd
27496 \end_inset
27497
27498  suivi par le texte de la légende.
27499  Le 
27500 \begin_inset Quotes fld
27501 \end_inset
27502
27503 #
27504 \begin_inset Quotes frd
27505 \end_inset
27506
27507  étant remplacé par le numéro de référence réel.
27508  implicitement l'étiquette et le numéro sont dans la même police de caractères
27509  que le texte de la légende et deux points suivent le numéro pour séparer
27510  l'étiquette du texte.
27511  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27512 \end_layout
27513
27514 \begin_layout Standard
27515 Pour modifier le format implicite des légendes, il faut charger le paquetage
27516  \SpecialChar LaTeX
27517  
27518 \series bold
27519 caption
27520 \series default
27521
27522 \begin_inset Index idx
27523 status collapsed
27524
27525 \begin_layout Plain Layout
27526 Paquetages \SpecialChar LaTeX
27527  ! caption
27528 \end_layout
27529
27530 \end_inset
27531
27532  dans le préambule de votre document avec la ligne suivante :
27533 \end_layout
27534
27535 \begin_layout Standard
27536
27537 \series bold
27538
27539 \backslash
27540 usepackage[format definition]{caption}
27541 \end_layout
27542
27543 \begin_layout Standard
27544 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27545  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27546  dans ce document, utilisez les commandes suivantes :
27547 \end_layout
27548
27549 \begin_layout Standard
27550
27551 \series bold
27552
27553 \backslash
27554 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27555 \end_layout
27556
27557 \begin_layout Standard
27558 Vous pouvez aussi définir des formats de légendes différents pour les différents
27559  types de flottants.
27560  Dans ce cas chargez le paquetage 
27561 \series bold
27562 caption 
27563 \series default
27564 sans option de format spécifique et définissez les différents formats à
27565  l'aide de la commande 
27566 \end_layout
27567
27568 \begin_layout Standard
27569
27570 \series bold
27571
27572 \backslash
27573 captionsetup[type de flottant]{définition du format}
27574 \end_layout
27575
27576 \begin_layout Standard
27577 dans le préambule du document.
27578  Par exemple les formats de légende de la Figure
27579 \begin_inset space ~
27580 \end_inset
27581
27582
27583 \begin_inset CommandInset ref
27584 LatexCommand ref
27585 reference "fig:Legende-de-fig"
27586
27587 \end_inset
27588
27589  et du Tableau
27590 \begin_inset space ~
27591 \end_inset
27592
27593
27594 \begin_inset CommandInset ref
27595 LatexCommand ref
27596 reference "tab:Légende-de-tab"
27597
27598 \end_inset
27599
27600  peuvent être créés en utilisant les commandes suivantes dans le préambule
27601  :
27602 \end_layout
27603
27604 \begin_layout Standard
27605
27606 \series bold
27607
27608 \backslash
27609 usepackage[tableposition=top]{caption}
27610 \series default
27611
27612 \begin_inset Newline newline
27613 \end_inset
27614
27615
27616 \series bold
27617
27618 \backslash
27619 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27620 \begin_inset Newline newline
27621 \end_inset
27622
27623
27624 \begin_inset Phantom HPhantom
27625 status open
27626
27627 \begin_layout Plain Layout
27628
27629 \series bold
27630
27631 \backslash
27632 captionsetup[figure]{
27633 \end_layout
27634
27635 \end_inset
27636
27637 labelsep=period}
27638 \begin_inset Newline newline
27639 \end_inset
27640
27641
27642 \backslash
27643 captionsetup[table]{labelfont={bf,sf}}
27644 \end_layout
27645
27646 \begin_layout Standard
27647 \begin_inset Note Greyedout
27648 status open
27649
27650 \begin_layout Plain Layout
27651
27652 \series bold
27653 Note:
27654 \series default
27655  L'option 
27656 \series bold
27657 tableposition=top
27658 \series default
27659  n'a pas d'effet quand on utilise un document de classe 
27660 \series bold
27661 KOMA-Script
27662 \series default
27663
27664 \begin_inset Index idx
27665 status collapsed
27666
27667 \begin_layout Plain Layout
27668 Paquetages \SpecialChar LaTeX
27669  ! KOMA-Script
27670 \end_layout
27671
27672 \end_inset
27673
27674 .
27675  Dans ce cas on doit utiliser l'option 
27676 \series bold
27677 captions=tableheading
27678 \series default
27679  de la classe de document.
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Standard
27688 Pour plus d'information sur le paquetage 
27689 \series bold
27690 caption
27691 \series default
27692  nous vous renvoyons à sa documentation 
27693 \begin_inset CommandInset citation
27694 LatexCommand cite
27695 key "caption"
27696
27697 \end_inset
27698
27699 .
27700 \end_layout
27701
27702 \begin_layout Standard
27703 Pour changer le nom de l'étiquette, par exemple de 
27704 \begin_inset Quotes fld
27705 \end_inset
27706
27707 Figure
27708 \begin_inset Quotes frd
27709 \end_inset
27710
27711  à 
27712 \begin_inset Quotes fld
27713 \end_inset
27714
27715 Image
27716 \begin_inset Quotes frd
27717 \end_inset
27718
27719 , utilisez la commande suivante dans le préambule :
27720 \end_layout
27721
27722 \begin_layout Standard
27723
27724 \series bold
27725
27726 \backslash
27727 renewcommand{
27728 \backslash
27729 fnum@figure}{Image~
27730 \backslash
27731 thefigure}
27732 \end_layout
27733
27734 \begin_layout Standard
27735 où 
27736 \series bold
27737
27738 \backslash
27739 thefigure
27740 \series default
27741  insère le numéro de la figure et
27742 \series bold
27743  
27744 \begin_inset Quotes fld
27745 \end_inset
27746
27747 ~
27748 \series default
27749
27750 \begin_inset Quotes frd
27751 \end_inset
27752
27753  ajoute une espace insécable.
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset VSpace bigskip
27758 \end_inset
27759
27760 Si vous utilisez un document de classe 
27761 \series bold
27762 KOMA-Script
27763 \series default
27764
27765 \begin_inset Index idx
27766 status collapsed
27767
27768 \begin_layout Plain Layout
27769 Paquetages \SpecialChar LaTeX
27770  ! KOMA-Script
27771 \end_layout
27772
27773 \end_inset
27774
27775  (
27776 \family sans
27777 article (KOMA-Script)
27778 \family default
27779
27780 \family sans
27781 book (KOMA-Script)
27782 \family default
27783
27784 \family sans
27785 letter (KOMA-Script)
27786 \family default
27787 , ou 
27788 \family sans
27789 report (KOMA-Script)
27790 \family default
27791
27792 \begin_inset space \thinspace{}
27793 \end_inset
27794
27795 ), Vous pouvez utiliser la commande incorporée 
27796 \series bold
27797
27798 \backslash
27799 setkomafont 
27800 \series default
27801 du paquetage
27802 \series bold
27803  KOMA-Script 
27804 \series default
27805 à la place du paquetage
27806 \series bold
27807  caption.
27808  
27809 \series default
27810 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27811  suivante au préambule de votre document :
27812 \end_layout
27813
27814 \begin_layout Standard
27815
27816 \series bold
27817
27818 \backslash
27819 setkomafont{captionlabel}{
27820 \backslash
27821 bfseries}
27822 \end_layout
27823
27824 \begin_layout Standard
27825 Pour plus d'information au sujet de 
27826 \series bold
27827
27828 \backslash
27829 setkomafont
27830 \series default
27831  nous vous renvoyons à la documentation du paquetage 
27832 \series bold
27833 KOMA-Script
27834 \series default
27835  
27836 \begin_inset CommandInset citation
27837 LatexCommand cite
27838 key "KOMA-Script"
27839
27840 \end_inset
27841
27842 .
27843 \end_layout
27844
27845 \begin_layout Standard
27846 \begin_inset ERT
27847 status collapsed
27848
27849 \begin_layout Plain Layout
27850
27851
27852 \backslash
27853 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27854 }
27855 \end_layout
27856
27857 \end_inset
27858
27859
27860 \begin_inset Note Note
27861 status open
27862
27863 \begin_layout Plain Layout
27864 Le format de la légende n'est modifié que pour cet exemple.
27865 \end_layout
27866
27867 \end_inset
27868
27869
27870 \end_layout
27871
27872 \begin_layout Standard
27873 \begin_inset Float figure
27874 placement !p
27875 wide false
27876 sideways false
27877 status open
27878
27879 \begin_layout Plain Layout
27880 \align center
27881 \begin_inset Graphics
27882         filename ../clipart/mobius.eps
27883         lyxscale 50
27884         scale 50
27885         scaleBeforeRotation
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \begin_layout Plain Layout
27893 \begin_inset Caption Standard
27894
27895 \begin_layout Plain Layout
27896 \begin_inset CommandInset label
27897 LatexCommand label
27898 name "fig:Legende-de-fig"
27899
27900 \end_inset
27901
27902 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27903  pour montrer les différents types de formats de légendes.
27904  Ici on a utilisé un format de légende personnalisé.
27905 \end_layout
27906
27907 \end_inset
27908
27909
27910 \end_layout
27911
27912 \end_inset
27913
27914
27915 \end_layout
27916
27917 \begin_layout Standard
27918 \begin_inset ERT
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922
27923
27924 \backslash
27925 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27926 on}
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \begin_layout Standard
27935 \begin_inset Float table
27936 placement !p
27937 wide false
27938 sideways false
27939 status open
27940
27941 \begin_layout Plain Layout
27942 \begin_inset Caption Standard
27943
27944 \begin_layout Plain Layout
27945 \begin_inset CommandInset label
27946 LatexCommand label
27947 name "tab:Légende-de-tab"
27948
27949 \end_inset
27950
27951 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27952  pour montrer les différents types de formats de légendes.
27953  Ici on a utilisé le format de légende implicite.
27954 \end_layout
27955
27956 \end_inset
27957
27958
27959 \end_layout
27960
27961 \begin_layout Plain Layout
27962 \align center
27963 \begin_inset Tabular
27964 <lyxtabular version="3" rows="1" columns="5">
27965 <features tabularvalignment="middle">
27966 <column alignment="center" valignment="top">
27967 <column alignment="center" valignment="top">
27968 <column alignment="center" valignment="top">
27969 <column alignment="center" valignment="top">
27970 <column alignment="center" valignment="top">
27971 <row>
27972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27973 \begin_inset Text
27974
27975 \begin_layout Plain Layout
27976 a
27977 \end_layout
27978
27979 \end_inset
27980 </cell>
27981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27982 \begin_inset Text
27983
27984 \begin_layout Plain Layout
27985 b
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 c
27995 \end_layout
27996
27997 \end_inset
27998 </cell>
27999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28000 \begin_inset Text
28001
28002 \begin_layout Plain Layout
28003 d
28004 \end_layout
28005
28006 \end_inset
28007 </cell>
28008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28009 \begin_inset Text
28010
28011 \begin_layout Plain Layout
28012 e
28013 \end_layout
28014
28015 \end_inset
28016 </cell>
28017 </row>
28018 </lyxtabular>
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \end_inset
28026
28027
28028 \end_layout
28029
28030 \begin_layout Section
28031 Positionnement de la Légende
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Légende ! Placement
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \begin_inset Index idx
28043 status collapsed
28044
28045 \begin_layout Plain Layout
28046 Flottants ! Placement de la légende
28047 \end_layout
28048
28049 \end_inset
28050
28051
28052 \begin_inset CommandInset label
28053 LatexCommand label
28054 name "sec:Placement-légende"
28055
28056 \end_inset
28057
28058
28059 \end_layout
28060
28061 \begin_layout Standard
28062 La règle habituelle pour placer la légende est :
28063 \end_layout
28064
28065 \begin_layout Description
28066 Figure
28067 \begin_inset space ~
28068 \end_inset
28069
28070 : La légende est placée en dessous de la figure
28071 \end_layout
28072
28073 \begin_layout Description
28074 Tableau
28075 \begin_inset space ~
28076 \end_inset
28077
28078 : La légende est placée au dessus du tableau
28079 \end_layout
28080
28081 \begin_layout Standard
28082 Malheureusement les classes standard de \SpecialChar LaTeX
28083  ne gèrent pas les légendes au dessus
28084  des tableaux.
28085  Ce qui fait que si vous utilisez une des classes de document 
28086 \family sans
28087 article
28088 \family default
28089
28090 \family sans
28091 book
28092 \family default
28093
28094 \family sans
28095 letter
28096 \family default
28097 , ou 
28098 \family sans
28099 report
28100 \family default
28101  il n'y aura pas d'espace libre entre la légende et le tableau.
28102  Pour insérer l'espace nécessaire, 
28103 \lang english
28104 load
28105 \lang french
28106  le paquetage \SpecialChar LaTeX
28107  
28108 \series bold
28109 caption
28110 \series default
28111
28112 \begin_inset Index idx
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116 Paquetages \SpecialChar LaTeX
28117  ! caption
28118 \end_layout
28119
28120 \end_inset
28121
28122  dans le préambule de votre document avec l'option
28123 \begin_inset Foot
28124 status collapsed
28125
28126 \begin_layout Plain Layout
28127 Voir la section
28128 \begin_inset space ~
28129 \end_inset
28130
28131
28132 \begin_inset CommandInset ref
28133 LatexCommand ref
28134 reference "sec:Formatage-légende"
28135
28136 \end_inset
28137
28138  pour plus d'information sur le paquetage 
28139 \series bold
28140 caption
28141 \series default
28142 .
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Standard
28151
28152 \series bold
28153 tableposition=top
28154 \end_layout
28155
28156 \begin_layout Standard
28157 Si vous utilisez une classe de document 
28158 \series bold
28159 KOMA-Script
28160 \series default
28161
28162 \begin_inset Index idx
28163 status collapsed
28164
28165 \begin_layout Plain Layout
28166 Paquetages \SpecialChar LaTeX
28167  ! KOMA-Script
28168 \end_layout
28169
28170 \end_inset
28171
28172  (
28173 \family sans
28174 article (KOMA-Script)
28175 \family default
28176
28177 \family sans
28178 book (KOMA-Script)
28179 \family default
28180
28181 \family sans
28182 letter (KOMA-Script)
28183 \family default
28184 , ou 
28185 \family sans
28186 report (KOMA-Script)
28187 \family default
28188
28189 \begin_inset space \thinspace{}
28190 \end_inset
28191
28192 ), vous pouvez utiliser à la place du paquetage 
28193 \series bold
28194 caption
28195 \series default
28196  l'option
28197 \end_layout
28198
28199 \begin_layout Standard
28200
28201 \series bold
28202 captions=tableheading
28203 \end_layout
28204
28205 \begin_layout Standard
28206 de la classe de document.
28207 \begin_inset Foot
28208 status open
28209
28210 \begin_layout Plain Layout
28211 Cette option est utilisée dans le document
28212 \end_layout
28213
28214 \end_inset
28215
28216
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28221  le menu contextuel dans une légende avec un clic droit et indiquer si la
28222  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28223  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28224  pour certaines d'entre elles.
28225  Le tableau
28226 \begin_inset space ~
28227 \end_inset
28228
28229
28230 \begin_inset CommandInset ref
28231 LatexCommand ref
28232 reference "tab:A-caption-marked"
28233
28234 \end_inset
28235
28236  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28237  alors qu'elle est insérée au-dessus.
28238  Par comparaison, la légende du tableau
28239 \begin_inset space ~
28240 \end_inset
28241
28242
28243 \begin_inset CommandInset ref
28244 LatexCommand ref
28245 reference "tab:A-standard-table"
28246
28247 \end_inset
28248
28249  n'est pas repositionnée.
28250 \end_layout
28251
28252 \begin_layout Standard
28253 \begin_inset Float table
28254 wide false
28255 sideways false
28256 status open
28257
28258 \begin_layout Plain Layout
28259 \begin_inset Caption Below
28260
28261 \begin_layout Plain Layout
28262 \begin_inset CommandInset label
28263 LatexCommand label
28264 name "tab:A-caption-marked"
28265
28266 \end_inset
28267
28268 Une légende positionnée sous le tableau par le menu contextuel
28269 \lang english
28270 .
28271 \end_layout
28272
28273 \end_inset
28274
28275
28276 \end_layout
28277
28278 \begin_layout Plain Layout
28279 \align center
28280 \begin_inset Tabular
28281 <lyxtabular version="3" rows="3" columns="3">
28282 <features tabularvalignment="middle">
28283 <column alignment="center" valignment="top" width="0pt">
28284 <column alignment="center" valignment="top" width="0pt">
28285 <column alignment="center" valignment="top" width="0pt">
28286 <row>
28287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28288 \begin_inset Text
28289
28290 \begin_layout Plain Layout
28291 1
28292 \end_layout
28293
28294 \end_inset
28295 </cell>
28296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28297 \begin_inset Text
28298
28299 \begin_layout Plain Layout
28300 2
28301 \end_layout
28302
28303 \end_inset
28304 </cell>
28305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28306 \begin_inset Text
28307
28308 \begin_layout Plain Layout
28309 3
28310 \end_layout
28311
28312 \end_inset
28313 </cell>
28314 </row>
28315 <row>
28316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28317 \begin_inset Text
28318
28319 \begin_layout Plain Layout
28320 Jean
28321 \end_layout
28322
28323 \end_inset
28324 </cell>
28325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28326 \begin_inset Text
28327
28328 \begin_layout Plain Layout
28329 Marie
28330 \end_layout
28331
28332 \end_inset
28333 </cell>
28334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28335 \begin_inset Text
28336
28337 \begin_layout Plain Layout
28338 Pierre
28339 \end_layout
28340
28341 \end_inset
28342 </cell>
28343 </row>
28344 <row>
28345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28346 \begin_inset Text
28347
28348 \begin_layout Plain Layout
28349 \begin_inset Formula $\int x^{2}dx$
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \end_inset
28356 </cell>
28357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28358 \begin_inset Text
28359
28360 \begin_layout Plain Layout
28361 \begin_inset Formula $\left[\begin{array}{cc}
28362 a & b\\
28363 c & d
28364 \end{array}\right]$
28365 \end_inset
28366
28367
28368 \end_layout
28369
28370 \end_inset
28371 </cell>
28372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28373 \begin_inset Text
28374
28375 \begin_layout Plain Layout
28376 \begin_inset Formula $1+1=2$
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \end_inset
28383 </cell>
28384 </row>
28385 </lyxtabular>
28386
28387 \end_inset
28388
28389
28390 \end_layout
28391
28392 \end_inset
28393
28394
28395 \end_layout
28396
28397 \begin_layout Standard
28398 \begin_inset Float table
28399 wide false
28400 sideways false
28401 status open
28402
28403 \begin_layout Plain Layout
28404 \begin_inset Caption Standard
28405
28406 \begin_layout Plain Layout
28407 \begin_inset CommandInset label
28408 LatexCommand label
28409 name "tab:A-standard-table"
28410
28411 \end_inset
28412
28413 Une légende de tableau standard
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Plain Layout
28422 \align center
28423 \begin_inset Tabular
28424 <lyxtabular version="3" rows="3" columns="3">
28425 <features tabularvalignment="middle">
28426 <column alignment="center" valignment="top" width="0pt">
28427 <column alignment="center" valignment="top" width="0pt">
28428 <column alignment="center" valignment="top" width="0pt">
28429 <row>
28430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Plain Layout
28434 1
28435 \end_layout
28436
28437 \end_inset
28438 </cell>
28439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28440 \begin_inset Text
28441
28442 \begin_layout Plain Layout
28443 2
28444 \end_layout
28445
28446 \end_inset
28447 </cell>
28448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Plain Layout
28452 3
28453 \end_layout
28454
28455 \end_inset
28456 </cell>
28457 </row>
28458 <row>
28459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28460 \begin_inset Text
28461
28462 \begin_layout Plain Layout
28463 Jean
28464 \end_layout
28465
28466 \end_inset
28467 </cell>
28468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28469 \begin_inset Text
28470
28471 \begin_layout Plain Layout
28472 Marie
28473 \end_layout
28474
28475 \end_inset
28476 </cell>
28477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28478 \begin_inset Text
28479
28480 \begin_layout Plain Layout
28481 Pierre
28482 \end_layout
28483
28484 \end_inset
28485 </cell>
28486 </row>
28487 <row>
28488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28489 \begin_inset Text
28490
28491 \begin_layout Plain Layout
28492 \begin_inset Formula $\int x^{2}dx$
28493 \end_inset
28494
28495
28496 \end_layout
28497
28498 \end_inset
28499 </cell>
28500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28501 \begin_inset Text
28502
28503 \begin_layout Plain Layout
28504 \begin_inset Formula $\left[\begin{array}{cc}
28505 a & b\\
28506 c & d
28507 \end{array}\right]$
28508 \end_inset
28509
28510
28511 \end_layout
28512
28513 \end_inset
28514 </cell>
28515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28516 \begin_inset Text
28517
28518 \begin_layout Plain Layout
28519 \begin_inset Formula $1+1=2$
28520 \end_inset
28521
28522
28523 \end_layout
28524
28525 \end_inset
28526 </cell>
28527 </row>
28528 </lyxtabular>
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \begin_layout Standard
28541 \begin_inset VSpace bigskip
28542 \end_inset
28543
28544 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28545  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28546  
28547 \series bold
28548 sidecap
28549 \series default
28550
28551 \begin_inset Index idx
28552 status collapsed
28553
28554 \begin_layout Plain Layout
28555 Paquetages \SpecialChar LaTeX
28556  ! sidecap
28557 \end_layout
28558
28559 \end_inset
28560
28561  dans le préambule de votre document avec la ligne de commande suivante
28562 \end_layout
28563
28564 \begin_layout Standard
28565
28566 \series bold
28567
28568 \backslash
28569 usepackage[option]{sidecap}
28570 \end_layout
28571
28572 \begin_layout Standard
28573 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28574  extérieure – à droite sur les pages impaires et à gauche sur les pages
28575  paires.
28576  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28577  
28578 \series bold
28579 innercaption
28580 \series default
28581 .
28582  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28583  
28584 \series bold
28585 rightcaption
28586 \series default
28587  ou 
28588 \series bold
28589 leftcaption
28590 \series default
28591 .
28592 \end_layout
28593
28594 \begin_layout Standard
28595 \begin_inset ERT
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599
28600
28601 \backslash
28602 ifsidecap
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \begin_inset Note Note
28609 status open
28610
28611 \begin_layout Plain Layout
28612 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28613  
28614 \series bold
28615 sidecap
28616 \series default
28617  a été installé.
28618 \end_layout
28619
28620 \end_inset
28621
28622
28623 \end_layout
28624
28625 \begin_layout Standard
28626 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28627  ajouter ces commandes dans le préambule de votre document :
28628 \end_layout
28629
28630 \begin_layout Standard
28631 \noindent
28632 \begin_inset CommandInset line
28633 LatexCommand rule
28634 offset "0.5ex"
28635 width "100line%"
28636 height "1pt"
28637
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \begin_layout Standard
28644
28645 \series bold
28646
28647 \backslash
28648 newcommand{
28649 \backslash
28650 TabBesBeg}[1][1.0]{%
28651 \begin_inset Newline newline
28652 \end_inset
28653
28654
28655 \begin_inset Phantom HPhantom
28656 status open
28657
28658 \begin_layout Plain Layout
28659 \begin_inset space ~
28660 \end_inset
28661
28662
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \backslash
28669 let
28670 \backslash
28671 MyTable
28672 \backslash
28673 table
28674 \begin_inset Newline newline
28675 \end_inset
28676
28677
28678 \begin_inset Phantom HPhantom
28679 status open
28680
28681 \begin_layout Plain Layout
28682
28683 \series medium
28684 \begin_inset space ~
28685 \end_inset
28686
28687
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \backslash
28694 let
28695 \backslash
28696 MyEndtable
28697 \backslash
28698 endtable
28699 \begin_inset Newline newline
28700 \end_inset
28701
28702
28703 \begin_inset Phantom HPhantom
28704 status open
28705
28706 \begin_layout Plain Layout
28707
28708 \series medium
28709 \begin_inset space ~
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \end_inset
28716
28717
28718 \backslash
28719 renewenvironment{table}[1]{
28720 \backslash
28721 begin{SCtable}[#1]##1}{
28722 \backslash
28723 end{SCtable}}}
28724 \end_layout
28725
28726 \begin_layout Standard
28727
28728 \series bold
28729
28730 \backslash
28731 newcommand{
28732 \backslash
28733 TabBesEnd}{%
28734 \begin_inset Newline newline
28735 \end_inset
28736
28737
28738 \begin_inset Phantom HPhantom
28739 status open
28740
28741 \begin_layout Plain Layout
28742 \begin_inset space ~
28743 \end_inset
28744
28745
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \backslash
28752 let
28753 \backslash
28754 table
28755 \backslash
28756 MyTable
28757 \begin_inset Newline newline
28758 \end_inset
28759
28760
28761 \begin_inset Phantom HPhantom
28762 status open
28763
28764 \begin_layout Plain Layout
28765 \begin_inset space ~
28766 \end_inset
28767
28768
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \backslash
28775 let
28776 \backslash
28777 endtable
28778 \backslash
28779 MyEndtable
28780 \end_layout
28781
28782 \begin_layout Standard
28783
28784 \series bold
28785
28786 \backslash
28787 newcommand{
28788 \backslash
28789 FigBesBeg}[1][1.0]{%
28790 \begin_inset Newline newline
28791 \end_inset
28792
28793
28794 \begin_inset Phantom HPhantom
28795 status open
28796
28797 \begin_layout Plain Layout
28798 \begin_inset space ~
28799 \end_inset
28800
28801
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \backslash
28808 let
28809 \backslash
28810 MyFigure
28811 \backslash
28812 figure
28813 \begin_inset Newline newline
28814 \end_inset
28815
28816
28817 \begin_inset Phantom HPhantom
28818 status open
28819
28820 \begin_layout Plain Layout
28821 \begin_inset space ~
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \backslash
28831 let
28832 \backslash
28833 MyEndfigure
28834 \backslash
28835 endfigure
28836 \begin_inset Newline newline
28837 \end_inset
28838
28839
28840 \begin_inset Phantom HPhantom
28841 status open
28842
28843 \begin_layout Plain Layout
28844 \begin_inset space ~
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \backslash
28854 renewenvironment{figure}[1]{
28855 \backslash
28856 begin{SCfigure}[#1]##1}{
28857 \backslash
28858 end{SCfigure}}}
28859 \end_layout
28860
28861 \begin_layout Standard
28862
28863 \series bold
28864
28865 \backslash
28866 newcommand{
28867 \backslash
28868 FigBesEnd}{%
28869 \begin_inset Newline newline
28870 \end_inset
28871
28872
28873 \begin_inset Phantom HPhantom
28874 status open
28875
28876 \begin_layout Plain Layout
28877 \begin_inset space ~
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \backslash
28887 let
28888 \backslash
28889 figure
28890 \backslash
28891 MyFigure
28892 \begin_inset Newline newline
28893 \end_inset
28894
28895
28896 \begin_inset Phantom HPhantom
28897 status open
28898
28899 \begin_layout Plain Layout
28900 \begin_inset space ~
28901 \end_inset
28902
28903
28904 \end_layout
28905
28906 \end_inset
28907
28908
28909 \backslash
28910 let
28911 \backslash
28912 endfigure
28913 \backslash
28914 MyEndfigure}
28915 \end_layout
28916
28917 \begin_layout Standard
28918 \noindent
28919 \begin_inset CommandInset line
28920 LatexCommand rule
28921 offset "0.5ex"
28922 width "100line%"
28923 height "1pt"
28924
28925 \end_inset
28926
28927
28928 \end_layout
28929
28930 \begin_layout Standard
28931 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28932  la légende se place sur le côté.
28933  Pour les flottants de figure, utilisez la commande
28934 \end_layout
28935
28936 \begin_layout Standard
28937
28938 \series bold
28939
28940 \backslash
28941 FigBesBeg
28942 \end_layout
28943
28944 \begin_layout Standard
28945 en code \SpecialChar TeX
28946  avant le flottant.
28947  Et insérez la commande
28948 \end_layout
28949
28950 \begin_layout Standard
28951
28952 \series bold
28953
28954 \backslash
28955 FigBesEnd
28956 \end_layout
28957
28958 \begin_layout Standard
28959 en code \SpecialChar TeX
28960  à l'endroit où vous voulez revenir à la définition originale du
28961  flottant.
28962 \end_layout
28963
28964 \begin_layout Standard
28965 Pour les flottants de tableau, utilisez les commandes correspondantes
28966 \end_layout
28967
28968 \begin_layout Standard
28969
28970 \series bold
28971
28972 \backslash
28973 TabBesBeg
28974 \series default
28975  et 
28976 \series bold
28977
28978 \backslash
28979 TabBesEnd
28980 \end_layout
28981
28982 \begin_layout Standard
28983 La figure
28984 \begin_inset space ~
28985 \end_inset
28986
28987
28988 \begin_inset CommandInset ref
28989 LatexCommand ref
28990 reference "fig:legende-a-coté-fig"
28991
28992 \end_inset
28993
28994  et le tableau
28995 \begin_inset space ~
28996 \end_inset
28997
28998
28999 \begin_inset CommandInset ref
29000 LatexCommand ref
29001 reference "tab:legende-à-coté-tableau"
29002
29003 \end_inset
29004
29005  sont des exemples où la légende a été mises sur le coté.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29010  pour les flottants de tableau et vers le bas pour les flottants de figure.
29011  Pour changer ce comportement, vous pouvez utiliser les commandes
29012 \end_layout
29013
29014 \begin_layout Standard
29015
29016 \series bold
29017
29018 \backslash
29019 sidecaptionvpos{type flottant}{placement}
29020 \end_layout
29021
29022 \begin_layout Standard
29023 dans le préambule du document ou en code \SpecialChar TeX
29024  juste avant le flottant visé.
29025  Le type du flottant est soit 
29026 \family sans
29027 figure
29028 \family default
29029  soit 
29030 \family sans
29031 table
29032 \family default
29033 , le placement peut être 
29034 \begin_inset Quotes fld
29035 \end_inset
29036
29037
29038 \family sans
29039 t
29040 \family default
29041
29042 \begin_inset Quotes frd
29043 \end_inset
29044
29045  pour haut (top), 
29046 \begin_inset Quotes fld
29047 \end_inset
29048
29049
29050 \family sans
29051 c
29052 \family default
29053
29054 \begin_inset Quotes frd
29055 \end_inset
29056
29057
29058 \begin_inset Quotes erd
29059 \end_inset
29060
29061  pour centre (center), ou 
29062 \begin_inset Quotes fld
29063 \end_inset
29064
29065
29066 \family sans
29067 b
29068 \family default
29069
29070 \begin_inset Quotes frd
29071 \end_inset
29072
29073  pour bas (bottom).
29074  Pour que, par exemple, les légendes des flottants de figure soient centrés
29075  verticalement, utilisez la commande
29076 \end_layout
29077
29078 \begin_layout Standard
29079
29080 \series bold
29081
29082 \backslash
29083 sidecaptionvpos{figure}{c}
29084 \end_layout
29085
29086 \begin_layout Standard
29087 C'est ce qui a été utilisé pour la figure
29088 \begin_inset space ~
29089 \end_inset
29090
29091
29092 \begin_inset CommandInset ref
29093 LatexCommand ref
29094 reference "fig:legende-à-coté-fig-2"
29095
29096 \end_inset
29097
29098 .
29099 \end_layout
29100
29101 \begin_layout Standard
29102 \begin_inset VSpace medskip
29103 \end_inset
29104
29105
29106 \end_layout
29107
29108 \begin_layout Standard
29109 La largeur de légende par défaut est celle de l'image ou du tableau.
29110  Pour des images ou des tableaux étroits, comme le tableau
29111 \begin_inset space ~
29112 \end_inset
29113
29114
29115 \begin_inset CommandInset ref
29116 LatexCommand ref
29117 reference "tab:legende-à-coté-tableau"
29118
29119 \end_inset
29120
29121 , cela donne des légendes trop étroites.
29122  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29123  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29124  La largeur de la légende sera automatiquement recalculée dans le cas où
29125  cette dernière déborderait dans la marge de la page ou de la colonne à
29126  cause de la largeur indiquée.
29127  Le 
29128 \emph on
29129 facteur 
29130 \emph default
29131 peut soit être donné comme argument pour 
29132 \series bold
29133
29134 \backslash
29135 FigBesBeg
29136 \series default
29137 :
29138 \end_layout
29139
29140 \begin_layout Standard
29141
29142 \series bold
29143
29144 \backslash
29145 FigBesBeg[facteur]
29146 \end_layout
29147
29148 \begin_layout Standard
29149 ou dans la définition de 
29150 \series bold
29151
29152 \backslash
29153 FigBesBeg 
29154 \series default
29155 en remplaçant le
29156 \series bold
29157  1.0 
29158 \series default
29159 par une autre valeur.
29160  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29161  façon implicite quand  
29162 \series bold
29163
29164 \backslash
29165 FigBesBeg
29166 \series default
29167  est utilisé sans argument.
29168  Pour le tableau
29169 \begin_inset space ~
29170 \end_inset
29171
29172
29173 \begin_inset CommandInset ref
29174 LatexCommand ref
29175 reference "tab:cap-beside-tab-wider"
29176
29177 \end_inset
29178
29179  on a utilisé 5 comme facteur.
29180 \end_layout
29181
29182 \begin_layout Standard
29183
29184 \lang english
29185 \begin_inset Note Greyedout
29186 status open
29187
29188 \begin_layout Plain Layout
29189
29190 \series bold
29191 Note:
29192 \series default
29193  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29194  utiliser l'option de placement, 
29195 \family sans
29196 Ici
29197 \begin_inset space ~
29198 \end_inset
29199
29200 à
29201 \begin_inset space ~
29202 \end_inset
29203
29204 tout
29205 \begin_inset space ~
29206 \end_inset
29207
29208 prix
29209 \family default
29210  parce qu'elle n'est pas gérée par 
29211 \series bold
29212 sidecap
29213 \series default
29214 .
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset VSpace medskip
29224 \end_inset
29225
29226 Pour plus d'information sur le paquetage 
29227 \series bold
29228 sidecap
29229 \series default
29230  nous vous renvoyons à sa documentation 
29231 \begin_inset CommandInset citation
29232 LatexCommand cite
29233 key "sidecap"
29234
29235 \end_inset
29236
29237 .
29238 \end_layout
29239
29240 \begin_layout Standard
29241 \begin_inset Note Greyedout
29242 status open
29243
29244 \begin_layout Plain Layout
29245
29246 \series bold
29247 Note:
29248 \series default
29249  Le paquetage \SpecialChar LaTeX
29250  
29251 \series bold
29252 hypcap
29253 \series default
29254
29255 \begin_inset Index idx
29256 status collapsed
29257
29258 \begin_layout Plain Layout
29259 Paquetages \SpecialChar LaTeX
29260  ! hypcap
29261 \end_layout
29262
29263 \end_inset
29264
29265 , qui est décrit dans la section
29266 \begin_inset space ~
29267 \end_inset
29268
29269
29270 \begin_inset CommandInset ref
29271 LatexCommand ref
29272 reference "subsec:Reference-Position"
29273
29274 \end_inset
29275
29276 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 \begin_inset ERT
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289
29290
29291 \backslash
29292 FigBesBeg 
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 \begin_inset Float figure
29302 wide false
29303 sideways false
29304 status open
29305
29306 \begin_layout Plain Layout
29307 \begin_inset Graphics
29308         filename ../clipart/escher-lsd.eps
29309         scale 75
29310         scaleBeforeRotation
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \begin_layout Plain Layout
29318 \begin_inset Caption Standard
29319
29320 \begin_layout Plain Layout
29321 \begin_inset CommandInset label
29322 LatexCommand label
29323 name "fig:legende-a-coté-fig"
29324
29325 \end_inset
29326
29327 Une légende à côté d'une figure.
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \end_inset
29336
29337
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset ERT
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345
29346
29347 \backslash
29348 FigBesEnd
29349 \end_layout
29350
29351 \end_inset
29352
29353
29354 \end_layout
29355
29356 \begin_layout Standard
29357 \begin_inset ERT
29358 status collapsed
29359
29360 \begin_layout Plain Layout
29361
29362
29363 \backslash
29364 TabBesBeg 
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 \begin_inset Float table
29374 wide false
29375 sideways false
29376 status open
29377
29378 \begin_layout Plain Layout
29379 \begin_inset Caption Standard
29380
29381 \begin_layout Plain Layout
29382 \begin_inset CommandInset label
29383 LatexCommand label
29384 name "tab:legende-à-coté-tableau"
29385
29386 \end_inset
29387
29388 Une légende à côté d'un tableau.
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Plain Layout
29397 \begin_inset Tabular
29398 <lyxtabular version="3" rows="4" columns="5">
29399 <features tabularvalignment="middle">
29400 <column alignment="center" valignment="top">
29401 <column alignment="center" valignment="top">
29402 <column alignment="center" valignment="top">
29403 <column alignment="center" valignment="top">
29404 <column alignment="center" valignment="top">
29405 <row>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410 a
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29425 \begin_inset Text
29426
29427 \begin_layout Plain Layout
29428 b
29429 \end_layout
29430
29431 \end_inset
29432 </cell>
29433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29434 \begin_inset Text
29435
29436 \begin_layout Plain Layout
29437
29438 \end_layout
29439
29440 \end_inset
29441 </cell>
29442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29443 \begin_inset Text
29444
29445 \begin_layout Plain Layout
29446 c
29447 \end_layout
29448
29449 \end_inset
29450 </cell>
29451 </row>
29452 <row>
29453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29463 \begin_inset Text
29464
29465 \begin_layout Plain Layout
29466 d
29467 \end_layout
29468
29469 \end_inset
29470 </cell>
29471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29472 \begin_inset Text
29473
29474 \begin_layout Plain Layout
29475
29476 \end_layout
29477
29478 \end_inset
29479 </cell>
29480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29481 \begin_inset Text
29482
29483 \begin_layout Plain Layout
29484 e
29485 \end_layout
29486
29487 \end_inset
29488 </cell>
29489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29490 \begin_inset Text
29491
29492 \begin_layout Plain Layout
29493
29494 \end_layout
29495
29496 \end_inset
29497 </cell>
29498 </row>
29499 <row>
29500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Plain Layout
29504 f
29505 \end_layout
29506
29507 \end_inset
29508 </cell>
29509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29510 \begin_inset Text
29511
29512 \begin_layout Plain Layout
29513
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29519 \begin_inset Text
29520
29521 \begin_layout Plain Layout
29522 g
29523 \end_layout
29524
29525 \end_inset
29526 </cell>
29527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29528 \begin_inset Text
29529
29530 \begin_layout Plain Layout
29531
29532 \end_layout
29533
29534 \end_inset
29535 </cell>
29536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29537 \begin_inset Text
29538
29539 \begin_layout Plain Layout
29540 h
29541 \end_layout
29542
29543 \end_inset
29544 </cell>
29545 </row>
29546 <row>
29547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29548 \begin_inset Text
29549
29550 \begin_layout Plain Layout
29551
29552 \end_layout
29553
29554 \end_inset
29555 </cell>
29556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Plain Layout
29560 i
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29566 \begin_inset Text
29567
29568 \begin_layout Plain Layout
29569
29570 \end_layout
29571
29572 \end_inset
29573 </cell>
29574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29575 \begin_inset Text
29576
29577 \begin_layout Plain Layout
29578 j
29579 \end_layout
29580
29581 \end_inset
29582 </cell>
29583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29584 \begin_inset Text
29585
29586 \begin_layout Plain Layout
29587
29588 \end_layout
29589
29590 \end_inset
29591 </cell>
29592 </row>
29593 </lyxtabular>
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Standard
29606 \begin_inset ERT
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610
29611
29612 \backslash
29613 TabBesEnd
29614 \end_layout
29615
29616 \end_inset
29617
29618
29619 \end_layout
29620
29621 \begin_layout Standard
29622 \begin_inset ERT
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626
29627
29628 \backslash
29629 FigBesBeg 
29630 \end_layout
29631
29632 \end_inset
29633
29634
29635 \end_layout
29636
29637 \begin_layout Standard
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643
29644 \backslash
29645 sidecaptionvpos{figure}{c}
29646 \end_layout
29647
29648 \end_inset
29649
29650
29651 \begin_inset Float figure
29652 wide false
29653 sideways false
29654 status open
29655
29656 \begin_layout Plain Layout
29657 \begin_inset Graphics
29658         filename ../clipart/escher-lsd.eps
29659         scale 75
29660         scaleBeforeRotation
29661
29662 \end_inset
29663
29664
29665 \end_layout
29666
29667 \begin_layout Plain Layout
29668 \begin_inset Caption Standard
29669
29670 \begin_layout Plain Layout
29671 \begin_inset CommandInset label
29672 LatexCommand label
29673 name "fig:legende-à-coté-fig-2"
29674
29675 \end_inset
29676
29677 Une légende centrée verticalement à côté d'une figure.
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 \begin_inset ERT
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695
29696
29697 \backslash
29698 FigBesEnd
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \end_layout
29705
29706 \begin_layout Standard
29707 \begin_inset ERT
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711
29712
29713 \backslash
29714 TabBesBeg[5]
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Standard
29723 \begin_inset Float table
29724 wide false
29725 sideways false
29726 status open
29727
29728 \begin_layout Plain Layout
29729 \begin_inset Caption Standard
29730
29731 \begin_layout Plain Layout
29732
29733 \lang english
29734 \begin_inset CommandInset label
29735 LatexCommand label
29736 name "tab:cap-beside-tab-wider"
29737
29738 \end_inset
29739
29740 This is a caption is wider than the one in
29741 \lang french
29742  tableau
29743 \begin_inset space ~
29744 \end_inset
29745
29746
29747 \begin_inset CommandInset ref
29748 LatexCommand ref
29749 reference "tab:legende-à-coté-tableau"
29750
29751 \end_inset
29752
29753 .
29754 \end_layout
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \begin_layout Plain Layout
29762 \begin_inset Tabular
29763 <lyxtabular version="3" rows="4" columns="5">
29764 <features tabularvalignment="middle">
29765 <column alignment="center" valignment="top">
29766 <column alignment="center" valignment="top">
29767 <column alignment="center" valignment="top">
29768 <column alignment="center" valignment="top">
29769 <column alignment="center" valignment="top">
29770 <row>
29771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Plain Layout
29775 a
29776 \end_layout
29777
29778 \end_inset
29779 </cell>
29780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout Plain Layout
29784
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29790 \begin_inset Text
29791
29792 \begin_layout Plain Layout
29793 b
29794 \end_layout
29795
29796 \end_inset
29797 </cell>
29798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29799 \begin_inset Text
29800
29801 \begin_layout Plain Layout
29802
29803 \end_layout
29804
29805 \end_inset
29806 </cell>
29807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29808 \begin_inset Text
29809
29810 \begin_layout Plain Layout
29811 c
29812 \end_layout
29813
29814 \end_inset
29815 </cell>
29816 </row>
29817 <row>
29818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Plain Layout
29831 d
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29837 \begin_inset Text
29838
29839 \begin_layout Plain Layout
29840
29841 \end_layout
29842
29843 \end_inset
29844 </cell>
29845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29846 \begin_inset Text
29847
29848 \begin_layout Plain Layout
29849 e
29850 \end_layout
29851
29852 \end_inset
29853 </cell>
29854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29855 \begin_inset Text
29856
29857 \begin_layout Plain Layout
29858
29859 \end_layout
29860
29861 \end_inset
29862 </cell>
29863 </row>
29864 <row>
29865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29866 \begin_inset Text
29867
29868 \begin_layout Plain Layout
29869 f
29870 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Plain Layout
29878
29879 \end_layout
29880
29881 \end_inset
29882 </cell>
29883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29884 \begin_inset Text
29885
29886 \begin_layout Plain Layout
29887 g
29888 \end_layout
29889
29890 \end_inset
29891 </cell>
29892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29893 \begin_inset Text
29894
29895 \begin_layout Plain Layout
29896
29897 \end_layout
29898
29899 \end_inset
29900 </cell>
29901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29902 \begin_inset Text
29903
29904 \begin_layout Plain Layout
29905 h
29906 \end_layout
29907
29908 \end_inset
29909 </cell>
29910 </row>
29911 <row>
29912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29913 \begin_inset Text
29914
29915 \begin_layout Plain Layout
29916
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925 i
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29931 \begin_inset Text
29932
29933 \begin_layout Plain Layout
29934
29935 \end_layout
29936
29937 \end_inset
29938 </cell>
29939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29940 \begin_inset Text
29941
29942 \begin_layout Plain Layout
29943 j
29944 \end_layout
29945
29946 \end_inset
29947 </cell>
29948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29949 \begin_inset Text
29950
29951 \begin_layout Plain Layout
29952
29953 \end_layout
29954
29955 \end_inset
29956 </cell>
29957 </row>
29958 </lyxtabular>
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \end_layout
29969
29970 \begin_layout Standard
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976
29977 \backslash
29978 TabBesEnd
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 \begin_inset ERT
29988 status collapsed
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 else
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \begin_inset Note Note
30001 status open
30002
30003 \begin_layout Plain Layout
30004 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
30005  
30006 \series bold
30007 sidecap
30008 \series default
30009  n'est pas installé :
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Standard
30018 Vous devez installer le paquetage \SpecialChar LaTeX
30019  
30020 \series bold
30021 sidecap
30022 \series default
30023  pour voir la suite de cette section dans la sortie imprimée.
30024 \end_layout
30025
30026 \begin_layout Standard
30027 \begin_inset ERT
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031
30032
30033 \backslash
30034 fi
30035 \end_layout
30036
30037 \end_inset
30038
30039
30040 \end_layout
30041
30042 \begin_layout Section
30043 Les listes de flottants
30044 \begin_inset Index idx
30045 status collapsed
30046
30047 \begin_layout Plain Layout
30048 Flottants ! Listes de Flottants
30049 \end_layout
30050
30051 \end_inset
30052
30053
30054 \end_layout
30055
30056 \begin_layout Standard
30057 De la même façon que la table des matières fait la liste des sections du
30058  document, il y a des listes pour tous les types de flottants, comme par
30059  exemple pour les figures du document.
30060  Vous pouvez les insérer en utilisant le menu 
30061 \family sans
30062 Insertion\SpecialChar menuseparator
30063 Listes
30064 \begin_inset space ~
30065 \end_inset
30066
30067 &
30068 \begin_inset space ~
30069 \end_inset
30070
30071 TdM
30072 \family default
30073 .
30074 \end_layout
30075
30076 \begin_layout Standard
30077 Les entrées de la liste sont la légende du flottant ou éventuellement le
30078  titre court, le numéro du flottant, et le numéro de la page où le flottant
30079  apparaît dans le document.
30080 \end_layout
30081
30082 \begin_layout Standard
30083 Vous trouverez à la fin de ce document une liste des figures et une liste
30084  des tableaux.
30085 \end_layout
30086
30087 \begin_layout Chapter
30088 Notes
30089 \end_layout
30090
30091 \begin_layout Section
30092 Les notes de \SpecialChar LyX
30093
30094 \begin_inset Index idx
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Notes ! Notes \SpecialChar LyX
30099  
30100 \end_layout
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \begin_layout Standard
30108 On peut insérer une note en utilisant le bouton 
30109 \begin_inset Info
30110 type  "icon"
30111 arg   "note-insert"
30112 \end_inset
30113
30114  de la barre d'outils ou avec le menu 
30115 \family sans
30116 Insertion\SpecialChar menuseparator
30117 Note
30118 \family default
30119 .
30120  Il y a trois types de notes :
30121 \end_layout
30122
30123 \begin_layout Description
30124 Note
30125 \begin_inset space ~
30126 \end_inset
30127
30128 \SpecialChar LyX
30129  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30130  La boîte de cette note ressemble à ceci :
30131 \begin_inset Newline newline
30132 \end_inset
30133
30134
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138
30139 \begin_inset Graphics
30140         filename clipart/LyXNoteImage.png
30141         display false
30142         scale 90
30143         scaleBeforeRotation
30144
30145 \end_inset
30146
30147  
30148 \begin_inset Note Note
30149 status open
30150
30151 \begin_layout Plain Layout
30152 Le texte de cette note n'apparaîtra pas à l'impression.
30153 \end_layout
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Description
30161 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30162  il est inséré comme un commentaire \SpecialChar LaTeX
30163  quand vous exportez votre document
30164  vers un fichier au format \SpecialChar LaTeX
30165  avec le menu 
30166 \family sans
30167 Fichier\SpecialChar menuseparator
30168 Exporter\SpecialChar menuseparator
30169 LaTeX
30170 \begin_inset space ~
30171 \end_inset
30172
30173 (pdflatex) / (plain)
30174 \family default
30175 .
30176  La boîte de cette note ressemble à ceci :
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \begin_inset Newline newline
30182 \end_inset
30183
30184
30185 \begin_inset Graphics
30186         filename clipart/CommentNoteImage.png
30187         display false
30188         scale 90
30189         scaleBeforeRotation
30190
30191 \end_inset
30192
30193  
30194 \begin_inset Note Comment
30195 status open
30196
30197 \begin_layout Plain Layout
30198 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30199  \SpecialChar LaTeX
30200 .
30201 \end_layout
30202
30203 \end_inset
30204
30205
30206 \end_layout
30207
30208 \begin_layout Description
30209 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30210  La boîte de cette note ressemble à ceci :
30211 \begin_inset Newline newline
30212 \end_inset
30213
30214
30215 \begin_inset Newline newline
30216 \end_inset
30217
30218
30219 \begin_inset Graphics
30220         filename clipart/GreyedOutNoteImage.png
30221         lyxscale 80
30222         display false
30223         scale 90
30224         scaleBeforeRotation
30225
30226 \end_inset
30227
30228
30229 \begin_inset Newline newline
30230 \end_inset
30231
30232
30233 \begin_inset ERT
30234 status collapsed
30235
30236 \begin_layout Plain Layout
30237
30238
30239 \backslash
30240 renewenvironment{lyxgreyedout}
30241 \end_layout
30242
30243 \begin_layout Plain Layout
30244
30245 {
30246 \backslash
30247 textcolor[gray]{0.8}
30248 \backslash
30249 bgroup}{
30250 \backslash
30251 egroup}
30252 \end_layout
30253
30254 \end_inset
30255
30256
30257 \begin_inset Note Greyedout
30258 status open
30259
30260 \begin_layout Plain Layout
30261 Le texte de ce commentaire apparaîtra à l'impression sous forme de texte
30262  grisé.
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273
30274 \backslash
30275 renewenvironment{lyxgreyedout}
30276 \end_layout
30277
30278 \begin_layout Plain Layout
30279
30280 {
30281 \backslash
30282 textcolor{blue}
30283 \backslash
30284 bgroup}{
30285 \backslash
30286 egroup}
30287 \end_layout
30288
30289 \end_inset
30290
30291
30292 \begin_inset Note Note
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30297  originale qu'elle a dans \SpecialChar LyX
30298 .
30299  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30300  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30301 \end_layout
30302
30303 \end_inset
30304
30305
30306 \begin_inset Newline newline
30307 \end_inset
30308
30309
30310 \begin_inset Newline newline
30311 \end_inset
30312
30313 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30314  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset VSpace bigskip
30319 \end_inset
30320
30321 Quand vous utilisez le bouton 
30322 \begin_inset Info
30323 type  "icon"
30324 arg   "note-insert"
30325 \end_inset
30326
30327  de la barre d'outils, vous insérez une 
30328 \family sans
30329 Note
30330 \begin_inset space ~
30331 \end_inset
30332
30333 \SpecialChar LyX
30334
30335 \family default
30336 .
30337  Vous pouvez commuter entre les trois types de note avec un clic droit sur
30338  la boîte.
30339  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30340 la et cliquez sur le bouton d'insertion de note.
30341  Pour retransformer une note en texte, appuyez sur la touche 
30342 \family sans
30343 backspace
30344 \family default
30345  quand le curseur est au tout début de la note ou appuyez sur la touche
30346  
30347 \family sans
30348 Suppr.
30349
30350 \family default
30351  quand le curseur se trouve à la fin de la note.
30352 \end_layout
30353
30354 \begin_layout Standard
30355 \begin_inset VSpace bigskip
30356 \end_inset
30357
30358
30359 \end_layout
30360
30361 \begin_layout Standard
30362 Vous pouvez changer la couleur des notes grisées dans le menu 
30363 \family sans
30364 Document\SpecialChar menuseparator
30365 Paramètres\SpecialChar menuseparator
30366 Couleurs
30367 \family default
30368 .
30369 \end_layout
30370
30371 \begin_layout Section
30372 Notes en bas de page
30373 \begin_inset CommandInset label
30374 LatexCommand label
30375 name "sec:Notes-bas-de-page"
30376
30377 \end_inset
30378
30379
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Notes ! Notes de bas de page
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \begin_inset Index idx
30391 status collapsed
30392
30393 \begin_layout Plain Layout
30394 Notes de bas de page
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Standard
30403 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30404  
30405 \begin_inset Info
30406 type  "icon"
30407 arg   "footnote-insert"
30408 \end_inset
30409
30410  de la barre d'outils, soit en utilisant le menu 
30411 \family sans
30412 Insertion\SpecialChar menuseparator
30413 Note
30414 \begin_inset space ~
30415 \end_inset
30416
30417 en
30418 \begin_inset space ~
30419 \end_inset
30420
30421 Bas
30422 \begin_inset space ~
30423 \end_inset
30424
30425 de
30426 \begin_inset space ~
30427 \end_inset
30428
30429 Page
30430 \family default
30431 .
30432  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30433  rouge 
30434 \begin_inset Quotes fld
30435 \end_inset
30436
30437 bas
30438 \begin_inset Quotes frd
30439 \end_inset
30440
30441  qui ressemble à ceci : 
30442 \begin_inset Graphics
30443         filename clipart/footnote.png
30444         scale 80
30445         scaleBeforeRotation
30446
30447 \end_inset
30448
30449  Vous pouvez y entrer votre texte.
30450  Si vous voulez transformer du texte déjà existant en note en bas de page,
30451  sélectionnez-le et cliquez sur le bouton 
30452 \family sans
30453 Note
30454 \begin_inset space ~
30455 \end_inset
30456
30457 en
30458 \begin_inset space ~
30459 \end_inset
30460
30461 Bas
30462 \begin_inset space ~
30463 \end_inset
30464
30465 de
30466 \begin_inset space ~
30467 \end_inset
30468
30469 Page
30470 \family default
30471  de la barre d'outils.
30472  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30473  
30474 \family sans
30475 Backspace
30476 \family default
30477  quand le curseur est au tout début de la note ou appuyez sur la touche
30478  
30479 \family sans
30480 Suppr.
30481
30482 \family default
30483  quand le curseur se trouve à la fin de la note.
30484 \end_layout
30485
30486 \begin_layout Standard
30487 Voici un exemple de note en bas de page:
30488 \begin_inset Foot
30489 status open
30490
30491 \begin_layout Plain Layout
30492 \begin_inset CommandInset label
30493 LatexCommand label
30494 name "fn:Note-en-bas"
30495
30496 \end_inset
30497
30498 Ceci est un exemple de note en bas de page.
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \begin_inset ERT
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508
30509
30510 \backslash
30511 newcounter{MyRepeatFoot}
30512 \end_layout
30513
30514 \begin_layout Plain Layout
30515
30516
30517 \backslash
30518 setcounter{MyRepeatFoot}{
30519 \backslash
30520 thefootnote}
30521 \end_layout
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \begin_layout Standard
30529 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30530  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30531  de note.
30532  Le texte de la note est placé en bas de la page courante.
30533  Le numéro de note est calculé par \SpecialChar LaTeX
30534 , et les numéros se suivent.
30535  Selon votre classe de document les numéros de notes pourront être réinitialisés
30536  à chaque nouveau chapitre.
30537 \end_layout
30538
30539 \begin_layout Standard
30540 On peut faire référence à une note en bas de page comme on le fait avec
30541  les flottants : Insérez une étiquette dans la note et faites une référence
30542  croisée vers cette étiquette comme c'est décrit dans la
30543 \begin_inset space ~
30544 \end_inset
30545
30546
30547 \begin_inset CommandInset ref
30548 LatexCommand ref
30549 reference "sec:Referencer-les-Flottants"
30550
30551 \end_inset
30552
30553 .
30554 \begin_inset Newline newline
30555 \end_inset
30556
30557 Voici une référence à une note de bas de page :
30558 \begin_inset space ~
30559 \end_inset
30560
30561
30562 \begin_inset CommandInset ref
30563 LatexCommand ref
30564 reference "fn:Note-en-bas"
30565
30566 \end_inset
30567
30568 .
30569 \end_layout
30570
30571 \begin_layout Standard
30572 \begin_inset VSpace defskip
30573 \end_inset
30574
30575
30576 \lang english
30577 Footnotes in title environments are usually not numbered with symbols and
30578  they cannot contain several paragraphs.
30579  See for example the footnote in the titling of this document.
30580 \end_layout
30581
30582 \begin_layout Standard
30583 \begin_inset VSpace defskip
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \begin_layout Standard
30590 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30591  par \SpecialChar LaTeX
30592  pour des raisons techniques.
30593  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30594  
30595 \series bold
30596
30597 \backslash
30598 footnotemark{}
30599 \series default
30600  en code \SpecialChar TeX
30601  à la place de la note de bas de page.
30602  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30603  
30604 \series bold
30605
30606 \backslash
30607 footnotetext
30608 \series default
30609  après le tableau.
30610 \begin_inset Newline newline
30611 \end_inset
30612
30613 C'est ce qui a été fait pour le tableau qui suit avec la commande
30614 \end_layout
30615
30616 \begin_layout Standard
30617
30618 \series bold
30619
30620 \backslash
30621 footnotetext{
30622 \series default
30623 Note de bas de page de tableau imprimée.
30624 \series bold
30625 }
30626 \end_layout
30627
30628 \begin_layout Standard
30629
30630 \lang english
30631 \begin_inset Tabular
30632 <lyxtabular version="3" rows="2" columns="1">
30633 <features tabularvalignment="middle">
30634 <column alignment="center" valignment="top">
30635 <row>
30636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30637 \begin_inset Text
30638
30639 \begin_layout Plain Layout
30640 Un exemple de texte
30641 \begin_inset Foot
30642 status open
30643
30644 \begin_layout Plain Layout
30645 Cette note ne sera pas imprimée
30646 \begin_inset space ~
30647 \end_inset
30648
30649 !
30650 \end_layout
30651
30652 \end_inset
30653
30654
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 </row>
30660 <row>
30661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30662 \begin_inset Text
30663
30664 \begin_layout Plain Layout
30665 Un autre exemple de texte
30666 \begin_inset ERT
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670
30671
30672 \backslash
30673 footnotemark{}
30674 \end_layout
30675
30676 \end_inset
30677
30678
30679 \end_layout
30680
30681 \end_inset
30682 </cell>
30683 </row>
30684 </lyxtabular>
30685
30686 \end_inset
30687
30688
30689 \begin_inset ERT
30690 status collapsed
30691
30692 \begin_layout Plain Layout
30693
30694
30695 \backslash
30696 footnotetext{
30697 \end_layout
30698
30699 \end_inset
30700
30701
30702 \lang french
30703 Note de bas de page de tableau imprimée.
30704 \lang english
30705
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711 }
30712 \end_layout
30713
30714 \end_inset
30715
30716
30717 \end_layout
30718
30719 \begin_layout Standard
30720 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30721 \begin_inset space ~
30722 \end_inset
30723
30724
30725 \begin_inset CommandInset ref
30726 LatexCommand ref
30727 reference "subsec:Notes-dans-tableau-long"
30728
30729 \end_inset
30730
30731 .
30732 \end_layout
30733
30734 \begin_layout Standard
30735 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30736  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30737 e, vu que la minipage est considérée comme une page se trouvant dans une
30738  autre page.
30739  Pour plus d'information sur les minipages, voyez la section
30740 \begin_inset space ~
30741 \end_inset
30742
30743
30744 \begin_inset CommandInset ref
30745 LatexCommand ref
30746 reference "sec:Minipages"
30747
30748 \end_inset
30749
30750 .
30751  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30752  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30753  la méthode utilisant les commandes 
30754 \series bold
30755
30756 \backslash
30757 footnotemark{}
30758 \series default
30759  et 
30760 \series bold
30761
30762 \backslash
30763 footnotetext
30764 \series default
30765 .
30766 \end_layout
30767
30768 \begin_layout Standard
30769 \begin_inset Box Frameless
30770 position "t"
30771 hor_pos "c"
30772 has_inner_box 1
30773 inner_pos "t"
30774 use_parbox 0
30775 use_makebox 0
30776 width "100col%"
30777 special "none"
30778 height "1in"
30779 height_special "totalheight"
30780 thickness "0.4pt"
30781 separation "3pt"
30782 shadowsize "4pt"
30783 framecolor "black"
30784 backgroundcolor "none"
30785 status open
30786
30787 \begin_layout Plain Layout
30788 Un exemple de texte dans une minipage.
30789 \begin_inset Foot
30790 status open
30791
30792 \begin_layout Plain Layout
30793 Note de bas de page dans la minipage.
30794 \end_layout
30795
30796 \end_inset
30797
30798
30799 \end_layout
30800
30801 \begin_layout Plain Layout
30802 Un autre exemple de texte dans une minipage.
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808
30809 \backslash
30810 footnotemark{}
30811 \end_layout
30812
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819
30820
30821 \end_layout
30822
30823 \begin_layout Standard
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829
30830 \backslash
30831 footnotetext{
30832 \end_layout
30833
30834 \end_inset
30835
30836 Note de bas de page en dehors de la minipage.
30837 \begin_inset ERT
30838 status collapsed
30839
30840 \begin_layout Plain Layout
30841
30842 }
30843 \end_layout
30844
30845 \end_inset
30846
30847
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset VSpace defskip
30852 \end_inset
30853
30854
30855 \end_layout
30856
30857 \begin_layout Standard
30858 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30859  utilisez la commande 
30860 \series bold
30861
30862 \backslash
30863 footnotemark[number]
30864 \series default
30865  en code \SpecialChar TeX
30866 .
30867 \begin_inset Newline newline
30868 \end_inset
30869
30870 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30871  votre texte, vous devez enregistrer son numéro.
30872  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30873  ont été insérées en code \SpecialChar TeX
30874  après la note
30875 \begin_inset space ~
30876 \end_inset
30877
30878
30879 \begin_inset CommandInset ref
30880 LatexCommand ref
30881 reference "fn:Note-en-bas"
30882
30883 \end_inset
30884
30885  pour enregistrer son numéro
30886 \begin_inset space ~
30887 \end_inset
30888
30889 :
30890 \end_layout
30891
30892 \begin_layout Standard
30893
30894 \series bold
30895
30896 \backslash
30897 newcounter{MaNoteDupliquee}
30898 \begin_inset Newline newline
30899 \end_inset
30900
30901
30902 \backslash
30903 setcounter{MaNoteDupliquee}{
30904 \backslash
30905 thefootnote}
30906 \end_layout
30907
30908 \begin_layout Standard
30909 La note de bas de page a été créée avec la commande
30910 \begin_inset space ~
30911 \end_inset
30912
30913 :
30914 \end_layout
30915
30916 \begin_layout Standard
30917
30918 \series bold
30919
30920 \backslash
30921 footnotemark[
30922 \backslash
30923 MaNoteDupliquee]
30924 \end_layout
30925
30926 \begin_layout Standard
30927 Voici une note de bas de page dupliquée
30928 \begin_inset space ~
30929 \end_inset
30930
30931 :
30932 \begin_inset ERT
30933 status collapsed
30934
30935 \begin_layout Plain Layout
30936
30937
30938 \backslash
30939 footnotemark[
30940 \backslash
30941 theMyRepeatFoot]
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \end_layout
30948
30949 \begin_layout Standard
30950 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30951 t du numéro de note et juste utiliser la commande suivante
30952 \end_layout
30953
30954 \begin_layout Standard
30955
30956 \series bold
30957
30958 \backslash
30959 footnotemark[
30960 \backslash
30961 thefootnote]
30962 \end_layout
30963
30964 \begin_layout Standard
30965 Voici une autre note de bas de page dupliquée
30966 \begin_inset space ~
30967 \end_inset
30968
30969 :
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975
30976 \backslash
30977 footnotemark[
30978 \backslash
30979 thefootnote]
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \end_layout
30986
30987 \begin_layout Subsection
30988 Numérotation de notes de bas de page
30989 \begin_inset CommandInset label
30990 LatexCommand label
30991 name "subsec:Numerotation-notes-bas-de-page"
30992
30993 \end_inset
30994
30995
30996 \begin_inset Index idx
30997 status collapsed
30998
30999 \begin_layout Plain Layout
31000 Notes de bas de page ! Numérotation
31001 \end_layout
31002
31003 \end_inset
31004
31005
31006 \end_layout
31007
31008 \begin_layout Standard
31009 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31010  ajoutez cette commande dans le préambule de votre document :
31011 \end_layout
31012
31013 \begin_layout Standard
31014
31015 \series bold
31016
31017 \backslash
31018 @addtoreset{footnote}{section}
31019 \end_layout
31020
31021 \begin_layout Standard
31022 \begin_inset VSpace bigskip
31023 \end_inset
31024
31025 La commande de préambule suivante change le style de numérotation des notes
31026  en petits chiffres romains :
31027 \end_layout
31028
31029 \begin_layout Standard
31030
31031 \series bold
31032
31033 \backslash
31034 renewcommand{
31035 \backslash
31036 thefootnote}{
31037 \backslash
31038 roman{footnote}}
31039 \end_layout
31040
31041 \begin_layout Standard
31042 \begin_inset ERT
31043 status collapsed
31044
31045 \begin_layout Plain Layout
31046
31047
31048 \backslash
31049 renewcommand{
31050 \backslash
31051 thefootnote}{
31052 \backslash
31053 roman{footnote}}
31054 \end_layout
31055
31056 \end_inset
31057
31058  Cette note de bas de page utilise une numérotation en chiffres romains
31059  :
31060 \begin_inset Foot
31061 status open
31062
31063 \begin_layout Plain Layout
31064 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31065  romains.
31066 \end_layout
31067
31068 \end_inset
31069
31070
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31075  la commande précédente 
31076 \series bold
31077
31078 \backslash
31079 roman
31080 \series default
31081  par 
31082 \series bold
31083
31084 \backslash
31085 Roman
31086 \series default
31087 .
31088  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31089  utilisez respectivement soit 
31090 \series bold
31091
31092 \backslash
31093 Alph
31094 \series default
31095  soit 
31096 \series bold
31097
31098 \backslash
31099 alph
31100 \series default
31101 .
31102  Pour les 
31103 \begin_inset Quotes fld
31104 \end_inset
31105
31106 numéroter
31107 \begin_inset Quotes frd
31108 \end_inset
31109
31110  avec des symboles, utilisez 
31111 \series bold
31112
31113 \backslash
31114 fnsymbol
31115 \series default
31116 .
31117 \end_layout
31118
31119 \begin_layout Standard
31120 \begin_inset Note Greyedout
31121 status open
31122
31123 \begin_layout Plain Layout
31124
31125 \series bold
31126 Note:
31127 \series default
31128  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31129  puisque cette numérotation est limitée à des lettres seules.
31130 \end_layout
31131
31132 \end_inset
31133
31134
31135 \begin_inset Newline newline
31136 \end_inset
31137
31138
31139 \begin_inset Note Greyedout
31140 status open
31141
31142 \begin_layout Plain Layout
31143
31144 \series bold
31145 Note:
31146 \series default
31147  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31148 \end_layout
31149
31150 \end_inset
31151
31152
31153 \end_layout
31154
31155 \begin_layout Standard
31156 Pour revenir au style de numérotation implicite quand vous en avez changé,
31157  utilisez 
31158 \series bold
31159
31160 \backslash
31161 arabic
31162 \series default
31163  à la place de 
31164 \series bold
31165
31166 \backslash
31167 roman
31168 \series default
31169  dans la commande précédente.
31170 \begin_inset ERT
31171 status collapsed
31172
31173 \begin_layout Plain Layout
31174
31175
31176 \backslash
31177 renewcommand{
31178 \backslash
31179 thefootnote}{
31180 \backslash
31181 arabic{footnote}}
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 \begin_inset VSpace bigskip
31191 \end_inset
31192
31193
31194 \end_layout
31195
31196 \begin_layout Standard
31197 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31198  le schéma 
31199 \begin_inset Quotes fld
31200 \end_inset
31201
31202 chapitre.note
31203 \begin_inset Quotes frd
31204 \end_inset
31205
31206 , ajoutez la commande suivante au préambule de votre document :
31207 \end_layout
31208
31209 \begin_layout Standard
31210
31211 \series bold
31212
31213 \backslash
31214 numberwithin{footnote}{chapter}
31215 \end_layout
31216
31217 \begin_layout Standard
31218 Pour pouvoir utiliser la commande 
31219 \series bold
31220
31221 \backslash
31222 numberwithin
31223 \series default
31224 , activez dans la rubrique 
31225 \family sans
31226 Options
31227 \begin_inset space ~
31228 \end_inset
31229
31230 des
31231 \begin_inset space ~
31232 \end_inset
31233
31234 Maths
31235 \family default
31236  dans les paramètres du document, l'option 
31237 \family sans
31238 Utiliser
31239 \begin_inset space ~
31240 \end_inset
31241
31242 le
31243 \begin_inset space ~
31244 \end_inset
31245
31246 paquetage
31247 \begin_inset space ~
31248 \end_inset
31249
31250 maths
31251 \begin_inset space ~
31252 \end_inset
31253
31254 AMS
31255 \family default
31256 .
31257 \end_layout
31258
31259 \begin_layout Standard
31260 \begin_inset ERT
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264
31265
31266 \backslash
31267 numberwithin{footnote}{chapter}
31268 \end_layout
31269
31270 \end_inset
31271
31272 Ceci est un autre exemple de note de bas de page:
31273 \series bold
31274
31275 \begin_inset Foot
31276 status open
31277
31278 \begin_layout Plain Layout
31279 Cette note est numérotée en suivant le schéma 
31280 \begin_inset Quotes fld
31281 \end_inset
31282
31283 chapitre.note
31284 \begin_inset Quotes frd
31285 \end_inset
31286
31287 .
31288 \end_layout
31289
31290 \end_inset
31291
31292
31293 \series default
31294
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 renewcommand{
31303 \backslash
31304 thefootnote}{
31305 \backslash
31306 arabic{footnote}}
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset Note Greyedout
31316 status open
31317
31318 \begin_layout Plain Layout
31319
31320 \series bold
31321 Note:
31322 \series default
31323  
31324 \series bold
31325
31326 \backslash
31327 numberwithin
31328 \series default
31329  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31330  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31331  prises en compte.
31332  
31333 \end_layout
31334
31335 \end_inset
31336
31337
31338 \end_layout
31339
31340 \begin_layout Standard
31341 Donc pour avoir par exemple le schéma 
31342 \begin_inset Quotes fld
31343 \end_inset
31344
31345 chapitre.
31346 \backslash
31347 Roman{note}
31348 \begin_inset Quotes frd
31349 \end_inset
31350
31351 , utilisez la commande suivante plutôt que 
31352 \series bold
31353
31354 \backslash
31355 numberwithin
31356 \series default
31357  :
31358 \end_layout
31359
31360 \begin_layout Standard
31361
31362 \series bold
31363
31364 \backslash
31365 renewcommand{
31366 \backslash
31367 thefootnote}{
31368 \backslash
31369 thechapter.
31370 \backslash
31371 Roman{footnote}}
31372 \end_layout
31373
31374 \begin_layout Subsection
31375 Positionnement de notes de bas de page
31376 \begin_inset Index idx
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 Notes de bas de page ! Positionnement
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31390  vertical entre elles en bas de la page.
31391  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31392  de 1.5
31393 \begin_inset space \thinspace{}
31394 \end_inset
31395
31396 mm avec la commande suivante dans le préambule :
31397 \end_layout
31398
31399 \begin_layout Standard
31400
31401 \series bold
31402
31403 \backslash
31404 let
31405 \backslash
31406 myFoot
31407 \backslash
31408 footnote
31409 \begin_inset Newline newline
31410 \end_inset
31411
31412
31413 \backslash
31414 renewcommand{
31415 \backslash
31416 footnote}[1]{
31417 \backslash
31418 myFoot{#1
31419 \backslash
31420 vspace{1.5mm}}}
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \begin_inset VSpace bigskip
31425 \end_inset
31426
31427 Dans un document à deux colonnes les notes de bas de page apparaissent en
31428  bas de chaque colonne, comme sur la Figure
31429 \begin_inset space ~
31430 \end_inset
31431
31432
31433 \begin_inset CommandInset ref
31434 LatexCommand ref
31435 reference "fig:Position-standard-note-bas-de-page"
31436
31437 \end_inset
31438
31439 .
31440  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31441  sur la Figure
31442 \begin_inset space ~
31443 \end_inset
31444
31445
31446 \begin_inset CommandInset ref
31447 LatexCommand ref
31448 reference "fig:Position-note-avec-ftnright"
31449
31450 \end_inset
31451
31452 , utilisez le paquetage \SpecialChar LaTeX
31453  
31454 \series bold
31455 ftnright
31456 \series default
31457
31458 \begin_inset Index idx
31459 status collapsed
31460
31461 \begin_layout Plain Layout
31462 Paquetages \SpecialChar LaTeX
31463  ! ftnright
31464 \end_layout
31465
31466 \end_inset
31467
31468  avec cette commande dans le préambule du document:
31469 \end_layout
31470
31471 \begin_layout Standard
31472
31473 \series bold
31474
31475 \backslash
31476 usepackage{ftnright}
31477 \end_layout
31478
31479 \begin_layout Standard
31480 \begin_inset Float figure
31481 placement !h
31482 wide false
31483 sideways false
31484 status open
31485
31486 \begin_layout Plain Layout
31487 \begin_inset ERT
31488 status collapsed
31489
31490 \begin_layout Plain Layout
31491
31492
31493 \backslash
31494 framebox{
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Graphics
31501         filename ../clipart/without_fntright.pdf
31502         width 100col%
31503         scaleBeforeRotation
31504
31505 \end_inset
31506
31507
31508 \begin_inset ERT
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512
31513 }
31514 \end_layout
31515
31516 \end_inset
31517
31518
31519 \end_layout
31520
31521 \begin_layout Plain Layout
31522 \begin_inset Caption Standard
31523
31524 \begin_layout Plain Layout
31525 \begin_inset CommandInset label
31526 LatexCommand label
31527 name "fig:Position-standard-note-bas-de-page"
31528
31529 \end_inset
31530
31531 Positionnement standard des notes de bas de page dans un document à deux
31532  colonnes.
31533 \end_layout
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Standard
31546 \begin_inset Float figure
31547 placement !h
31548 wide false
31549 sideways false
31550 status open
31551
31552 \begin_layout Plain Layout
31553 \begin_inset ERT
31554 status collapsed
31555
31556 \begin_layout Plain Layout
31557
31558
31559 \backslash
31560 framebox{
31561 \end_layout
31562
31563 \end_inset
31564
31565
31566 \begin_inset Graphics
31567         filename ../clipart/with_fntright.pdf
31568         width 100col%
31569         scaleBeforeRotation
31570
31571 \end_inset
31572
31573
31574 \begin_inset ERT
31575 status collapsed
31576
31577 \begin_layout Plain Layout
31578
31579 }
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Plain Layout
31588 \begin_inset Caption Standard
31589
31590 \begin_layout Plain Layout
31591 \begin_inset CommandInset label
31592 LatexCommand label
31593 name "fig:Position-note-avec-ftnright"
31594
31595 \end_inset
31596
31597 Positionnement de notes de bas de page dans un document à deux colonnes
31598  en utilisant le paquetage \SpecialChar LaTeX
31599  
31600 \series bold
31601 ftnright
31602 \series default
31603 .
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \end_inset
31612
31613
31614 \end_layout
31615
31616 \begin_layout Standard
31617 \begin_inset VSpace bigskip
31618 \end_inset
31619
31620 Dans certaines publications scientifiques, il est courant de rassembler
31621  les notes de bas de page et de les imprimer dans un paragraphe particulier
31622  à la fin de la section, comme sur la Figure
31623 \begin_inset space ~
31624 \end_inset
31625
31626
31627 \begin_inset CommandInset ref
31628 LatexCommand ref
31629 reference "fig:Notes-de-fin"
31630
31631 \end_inset
31632
31633 .
31634  On les appelle 
31635 \begin_inset Quotes fld
31636 \end_inset
31637
31638 notes de fin
31639 \begin_inset Quotes frd
31640 \end_inset
31641
31642 .
31643 \begin_inset Index idx
31644 status collapsed
31645
31646 \begin_layout Plain Layout
31647 Notes de fin
31648 \end_layout
31649
31650 \end_inset
31651
31652  Pour utiliser des notes de fin à la place des notes de bas de page dans
31653  votre document, charger le module 
31654 \family sans
31655 Note de bas de page en fin de document
31656 \family default
31657  à partir de 
31658 \family sans
31659 Document\SpecialChar menuseparator
31660 Paramètres\SpecialChar menuseparator
31661 Modules
31662 \family default
31663 .
31664  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31665 \end_layout
31666
31667 \begin_layout Standard
31668
31669 \series bold
31670
31671 \backslash
31672 theendnotes
31673 \end_layout
31674
31675 \begin_layout Standard
31676 en code \SpecialChar TeX
31677  à la fin d'une section ou d'un chapitre.
31678 \end_layout
31679
31680 \begin_layout Standard
31681 \begin_inset Float figure
31682 wide false
31683 sideways false
31684 status open
31685
31686 \begin_layout Plain Layout
31687 \align center
31688 \begin_inset ERT
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692
31693
31694 \backslash
31695 framebox{
31696 \end_layout
31697
31698 \end_inset
31699
31700
31701 \begin_inset Graphics
31702         filename ../clipart/endnotes.pdf
31703         scaleBeforeRotation
31704
31705 \end_inset
31706
31707
31708 \begin_inset ERT
31709 status collapsed
31710
31711 \begin_layout Plain Layout
31712
31713 }
31714 \end_layout
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Plain Layout
31722 \begin_inset Caption Standard
31723
31724 \begin_layout Plain Layout
31725 \begin_inset CommandInset label
31726 LatexCommand label
31727 name "fig:Notes-de-fin"
31728
31729 \end_inset
31730
31731 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31732  séparé à la fin des sections ou des chapitres.
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \end_layout
31739
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \begin_layout Standard
31746 \begin_inset VSpace medskip
31747 \end_inset
31748
31749 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31750  dans la langue du document, cela doit être fait manuellement.
31751  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31752  
31753 \begin_inset Quotes fld
31754 \end_inset
31755
31756 Notes
31757 \begin_inset Quotes frd
31758 \end_inset
31759
31760  en sa traduction Allemande
31761 \begin_inset Foot
31762 status collapsed
31763
31764 \begin_layout Plain Layout
31765 En français, 
31766 \begin_inset Quotes fld
31767 \end_inset
31768
31769 Notes
31770 \begin_inset Quotes frd
31771 \end_inset
31772
31773  peut être conservé.
31774 \end_layout
31775
31776 \end_inset
31777
31778  
31779 \begin_inset Quotes fld
31780 \end_inset
31781
31782 Anmerkungen
31783 \begin_inset Quotes frd
31784 \end_inset
31785
31786  :
31787 \end_layout
31788
31789 \begin_layout Standard
31790
31791 \series bold
31792
31793 \backslash
31794 renewcommand{
31795 \backslash
31796 notesname}{Anmerkungen}
31797 \end_layout
31798
31799 \begin_layout Standard
31800 \begin_inset VSpace medskip
31801 \end_inset
31802
31803 La numérotation des notes de fin peut être modifiée comme celle des notes
31804  de bas de page comme c'est décrit dans la section
31805 \begin_inset space ~
31806 \end_inset
31807
31808
31809 \begin_inset CommandInset ref
31810 LatexCommand ref
31811 reference "subsec:Numerotation-notes-bas-de-page"
31812
31813 \end_inset
31814
31815  ; remplacez juste la commande 
31816 \series bold
31817
31818 \backslash
31819 thefootnote
31820 \series default
31821  par 
31822 \series bold
31823
31824 \backslash
31825 theendnote
31826 \series default
31827 .
31828  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31829 \series bold
31830
31831 \backslash
31832 @addtoreset
31833 \series default
31834  comme c'est décrit dans la section
31835 \begin_inset space ~
31836 \end_inset
31837
31838
31839 \begin_inset CommandInset ref
31840 LatexCommand ref
31841 reference "subsec:Numerotation-notes-bas-de-page"
31842
31843 \end_inset
31844
31845  et remplacez le paramètre de commande 
31846 \series bold
31847 footnote
31848 \series default
31849  par 
31850 \series bold
31851 endnote
31852 \series default
31853 .
31854 \end_layout
31855
31856 \begin_layout Standard
31857 Pour les notes de fin, il y a la commande 
31858 \series bold
31859
31860 \backslash
31861 endnotemark[numéro]
31862 \series default
31863  qui est semblable à 
31864 \series bold
31865
31866 \backslash
31867 footnotemark
31868 \series default
31869 , décrite dans la section
31870 \begin_inset space ~
31871 \end_inset
31872
31873
31874 \begin_inset CommandInset ref
31875 LatexCommand ref
31876 reference "sec:Notes-bas-de-page"
31877
31878 \end_inset
31879
31880 .
31881 \end_layout
31882
31883 \begin_layout Standard
31884 \begin_inset VSpace bigskip
31885 \end_inset
31886
31887  Les notes de bas de page peuvent être mise dans la marge de la page et
31888  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31889
31890  
31891 \series bold
31892 footmisc
31893 \series default
31894
31895 \begin_inset Index idx
31896 status collapsed
31897
31898 \begin_layout Plain Layout
31899 Paquetages \SpecialChar LaTeX
31900  ! footmisc
31901 \end_layout
31902
31903 \end_inset
31904
31905
31906 \begin_inset CommandInset citation
31907 LatexCommand cite
31908 key "footmisc"
31909
31910 \end_inset
31911
31912  pour plus d'information à ce sujet.
31913 \end_layout
31914
31915 \begin_layout Standard
31916 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31917  voyez les livres sur \SpecialChar LaTeX
31918
31919 \begin_inset CommandInset citation
31920 LatexCommand cite
31921 key "latexcompanion,latexguide,latexbook"
31922
31923 \end_inset
31924
31925 .
31926  Si vous utilisez une classe de document  
31927 \series bold
31928 KOMA-Script
31929 \series default
31930
31931 \begin_inset Index idx
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935 Paquetages \SpecialChar LaTeX
31936  ! KOMA-Script
31937 \end_layout
31938
31939 \end_inset
31940
31941 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31942  des commandes spécifiques à la classe de document utilisée, voyez 
31943 \begin_inset CommandInset citation
31944 LatexCommand cite
31945 key "KOMA-Script"
31946
31947 \end_inset
31948
31949 .
31950 \end_layout
31951
31952 \begin_layout Section
31953 Notes en marge
31954 \begin_inset Index idx
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 Notes ! Notes en Marge
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \end_layout
31965
31966 \begin_layout Standard
31967 Les notes en marge dans \SpecialChar LyX
31968  ressemblent aux notes en bas de page et se comportent
31969  de la même façon.
31970  Quand vous insérez une note en marge avec 
31971 \family sans
31972 Insertion\SpecialChar menuseparator
31973 Note
31974 \begin_inset space ~
31975 \end_inset
31976
31977 en
31978 \begin_inset space ~
31979 \end_inset
31980
31981 Marge
31982 \family default
31983  ou avec le bouton 
31984 \begin_inset Info
31985 type  "icon"
31986 arg   "marginalnote-insert"
31987 \end_inset
31988
31989  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31990  grise avec une étiquette rouge 
31991 \begin_inset Quotes fld
31992 \end_inset
31993
31994 marge
31995 \begin_inset Quotes frd
31996 \end_inset
31997
31998 .
31999  
32000 \begin_inset Marginal
32001 status collapsed
32002
32003 \begin_layout Plain Layout
32004 C'est une note en marge.
32005 \end_layout
32006
32007 \end_inset
32008
32009  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32010 .
32011  Vous pouvez y entrer votre texte.
32012 \end_layout
32013
32014 \begin_layout Standard
32015 Les notes en marge apparaissent dans la marge de droite dans les documents
32016  imprimées sur une seule face.
32017  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32018  
32019 \begin_inset Quotes fld
32020 \end_inset
32021
32022 extérieure
32023 \begin_inset Quotes frd
32024 \end_inset
32025
32026  – la gauche sur les pages paires et la droite sur les pages impaires.
32027  Le texte de la note en marge est aligné à l'opposé de la marge externe
32028  – aligné à droite quand la note apparaît dans la marge de gauche.
32029  La première ligne de la note apparaît à la hauteur de la ligne de texte
32030  où la note a été insérée dans le document.
32031 \end_layout
32032
32033 \begin_layout Standard
32034 \begin_inset VSpace bigskip
32035 \end_inset
32036
32037 Pour placer une note dans la marge interne, ajoutez la commande suivante
32038  :
32039 \end_layout
32040
32041 \begin_layout Standard
32042
32043 \series bold
32044
32045 \backslash
32046 reversemarginpar
32047 \end_layout
32048
32049 \begin_layout Standard
32050 sous forme de code \SpecialChar TeX
32051  avant votre note de marge.
32052  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32053  qui suivent 
32054 \begin_inset ERT
32055 status collapsed
32056
32057 \begin_layout Plain Layout
32058
32059
32060 \backslash
32061 reversemarginpar 
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \begin_inset Marginal
32068 status open
32069
32070 \begin_layout Plain Layout
32071 Cette note en marge est dans la marge interne.
32072 \end_layout
32073
32074 \end_inset
32075
32076
32077 \series bold
32078
32079 \begin_inset Newline newline
32080 \end_inset
32081
32082
32083 \series default
32084
32085 \begin_inset Note Greyedout
32086 status open
32087
32088 \begin_layout Plain Layout
32089
32090 \series bold
32091 Note:
32092 \series default
32093  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32094  les notes sont souvent mal mises en formes dans la sortie imprimée.
32095 \end_layout
32096
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \begin_layout Standard
32103 Pour revenir au positionnement implicite, ajoutez la commande :
32104 \end_layout
32105
32106 \begin_layout Standard
32107
32108 \series bold
32109
32110 \backslash
32111 normalmarginpar
32112 \end_layout
32113
32114 \begin_layout Standard
32115 sous forme de code \SpecialChar TeX
32116 .
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 normalmarginpar 
32125 \end_layout
32126
32127 \end_inset
32128
32129
32130 \begin_inset Newline newline
32131 \end_inset
32132
32133  
32134 \begin_inset Note Greyedout
32135 status open
32136
32137 \begin_layout Plain Layout
32138
32139 \series bold
32140 Note:
32141 \series default
32142  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32143  
32144 \series bold
32145
32146 \backslash
32147 reversemarginpar
32148 \series default
32149  est aussi utilisée.
32150 \end_layout
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 \begin_inset VSpace bigskip
32159 \end_inset
32160
32161
32162 \begin_inset Marginal
32163 status open
32164
32165 \begin_layout Plain Layout
32166 UnTrèsLongMotEnMarge sans césure.
32167 \end_layout
32168
32169 \end_inset
32170
32171  Comme dans le cas décrit dans la section
32172 \begin_inset space ~
32173 \end_inset
32174
32175
32176 \begin_inset CommandInset ref
32177 LatexCommand ref
32178 reference "subsec:Lignes-multiple-dans-cellule"
32179
32180 \end_inset
32181
32182 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32183  mot d'une note en marge.
32184  Pour éviter ce problème, insérez un espacement horizontal de 0
32185 \begin_inset space \thinspace{}
32186 \end_inset
32187
32188 pt avant le mot en question: 
32189 \begin_inset Marginal
32190 status open
32191
32192 \begin_layout Plain Layout
32193 \begin_inset space \hspace{}
32194 \length 0pt
32195 \end_inset
32196
32197 UnMotTrèsLongEnMarge avec une césure.
32198 \end_layout
32199
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset VSpace bigskip
32207 \end_inset
32208
32209
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \begin_inset Note Greyedout
32214 status open
32215
32216 \begin_layout Plain Layout
32217
32218 \series bold
32219 Note:
32220 \series default
32221  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32222  tableaux, des flottants et des notes de bas de page.
32223 \end_layout
32224
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Standard
32231 \begin_inset VSpace bigskip
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 \begin_inset ERT
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242
32243
32244 \backslash
32245 ifmarginnote
32246 \end_layout
32247
32248 \end_inset
32249
32250
32251 \begin_inset Note Note
32252 status open
32253
32254 \begin_layout Plain Layout
32255 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32256  
32257 \series bold
32258 marginnote
32259 \series default
32260  a été installé.
32261 \end_layout
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \begin_layout Standard
32269 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32270  
32271 \series bold
32272 marginnote
32273 \series default
32274
32275 \begin_inset Index idx
32276 status collapsed
32277
32278 \begin_layout Plain Layout
32279 Paquetages \SpecialChar LaTeX
32280  ! marginnote
32281 \end_layout
32282
32283 \end_inset
32284
32285 .
32286  En ajoutant les deux lignes suivantes au préambule de votre document, la
32287  commande que \SpecialChar LyX
32288  utilise pour les notes de marge est redéfinie pour utiliser
32289  la commande fournie par le paquetage 
32290 \series bold
32291 marginnote
32292 \series default
32293  :
32294 \end_layout
32295
32296 \begin_layout Standard
32297
32298 \series bold
32299
32300 \backslash
32301 usepackage{marginnote}
32302 \begin_inset Newline newline
32303 \end_inset
32304
32305
32306 \backslash
32307 let
32308 \backslash
32309 marginpar
32310 \backslash
32311 marginnote
32312 \end_layout
32313
32314 \begin_layout Standard
32315 Ce paquetage est aussi utilisé dans ce document parce que 
32316 \series bold
32317 marginnote
32318 \series default
32319  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32320  vertical pour une note.
32321  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32322  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32323  en page.
32324  Le décalage est inséré dans \SpecialChar LyX
32325  sous forme de code \SpecialChar TeX
32326  directement après la note
32327  sous la forme
32328 \end_layout
32329
32330 \begin_layout Standard
32331
32332 \series bold
32333 [offset]
32334 \end_layout
32335
32336 \begin_layout Standard
32337 où l'offset utilise l'une des unités listées dans le tableau
32338 \begin_inset space ~
32339 \end_inset
32340
32341
32342 \begin_inset CommandInset ref
32343 LatexCommand ref
32344 reference "cha:Unités-de-longueur"
32345
32346 \end_inset
32347
32348 .
32349  Une valeur négative déplace la note vers le haut, une valeur positive la
32350  déplace vers le bas.
32351  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32352  vers le haut de 1.5
32353 \begin_inset space \thinspace{}
32354 \end_inset
32355
32356 cm avec la commande en code \SpecialChar TeX
32357  
32358 \begin_inset Quotes fld
32359 \end_inset
32360
32361
32362 \series bold
32363 [-1.5cm]
32364 \series default
32365
32366 \begin_inset Quotes frd
32367 \end_inset
32368
32369
32370 \begin_inset Marginal
32371 status collapsed
32372
32373 \begin_layout Plain Layout
32374 Cette note en marge est décalée vers le haut de 1.5
32375 \begin_inset space \thinspace{}
32376 \end_inset
32377
32378 cm par rapport à sa position d'origine.
32379 \end_layout
32380
32381 \end_inset
32382
32383
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389 [-1.5cm]
32390 \end_layout
32391
32392 \end_inset
32393
32394
32395 \end_layout
32396
32397 \begin_layout Standard
32398 \begin_inset VSpace medskip
32399 \end_inset
32400
32401 Avec le paquetage 
32402 \series bold
32403 marginnote
32404 \series default
32405  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32406  Par exemple les commandes 
32407 \end_layout
32408
32409 \begin_layout Standard
32410
32411 \series bold
32412
32413 \backslash
32414 renewcommand*{
32415 \backslash
32416 raggedleftmarginnote}{
32417 \backslash
32418 centering}
32419 \begin_inset Newline newline
32420 \end_inset
32421
32422
32423 \backslash
32424 renewcommand*{
32425 \backslash
32426 raggedrightmarginnote}{
32427 \backslash
32428 centering}
32429 \end_layout
32430
32431 \begin_layout Standard
32432 donnent un alignement centré.
32433  
32434 \series bold
32435
32436 \backslash
32437 raggedleftmarginnote
32438 \series default
32439  indique une note qui apparaît dans la marge de gauche.
32440 \begin_inset ERT
32441 status collapsed
32442
32443 \begin_layout Plain Layout
32444
32445
32446 \backslash
32447 renewcommand*{
32448 \backslash
32449 raggedleftmarginnote}{
32450 \backslash
32451 centering}
32452 \end_layout
32453
32454 \begin_layout Plain Layout
32455
32456
32457 \backslash
32458 renewcommand*{
32459 \backslash
32460 raggedrightmarginnote}{
32461 \backslash
32462 centering}
32463 \end_layout
32464
32465 \end_inset
32466
32467
32468 \begin_inset Marginal
32469 status collapsed
32470
32471 \begin_layout Plain Layout
32472 Le texte de cette note en marge est centré.
32473 \end_layout
32474
32475 \end_inset
32476
32477 .
32478  Le comportement implicite est donné par
32479 \end_layout
32480
32481 \begin_layout Standard
32482
32483 \series bold
32484
32485 \backslash
32486 renewcommand*{
32487 \backslash
32488 raggedleftmarginnote}{
32489 \backslash
32490 raggedleft}
32491 \begin_inset Newline newline
32492 \end_inset
32493
32494
32495 \backslash
32496 renewcommand*{
32497 \backslash
32498 raggedrightmarginnote}{
32499 \backslash
32500 raggedright}
32501 \series default
32502
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508
32509 \backslash
32510 renewcommand*{
32511 \backslash
32512 raggedleftmarginnote}{
32513 \backslash
32514 raggedleft}
32515 \end_layout
32516
32517 \begin_layout Plain Layout
32518
32519
32520 \backslash
32521 renewcommand*{
32522 \backslash
32523 raggedrightmarginnote}{
32524 \backslash
32525 raggedright}
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 \begin_inset VSpace medskip
32535 \end_inset
32536
32537 Pour les autre fonctions du paquetage 
32538 \series bold
32539 marginnote
32540 \series default
32541  nous vous renvoyons à sa documentation 
32542 \begin_inset CommandInset citation
32543 LatexCommand cite
32544 key "marginnote"
32545
32546 \end_inset
32547
32548 .
32549 \end_layout
32550
32551 \begin_layout Standard
32552 \begin_inset VSpace bigskip
32553 \end_inset
32554
32555 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32556  définition.
32557  Pour créer par exemple une entête pour toutes les notes en marge avec le
32558  texte 
32559 \begin_inset Quotes fld
32560 \end_inset
32561
32562
32563 \family sans
32564 \series bold
32565 \bar under
32566 Attention!
32567 \family default
32568 \series default
32569 \bar default
32570
32571 \begin_inset Quotes frd
32572 \end_inset
32573
32574  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32575  de votre document :
32576 \end_layout
32577
32578 \begin_layout Standard
32579
32580 \series bold
32581
32582 \backslash
32583 let
32584 \backslash
32585 myMarginpar
32586 \backslash
32587 marginpar
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \backslash
32593 renewcommand{
32594 \backslash
32595 marginpar}[1]{
32596 \backslash
32597 myMarginpar{%
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Phantom HPhantom
32603 status open
32604
32605 \begin_layout Plain Layout
32606
32607 \series bold
32608 \begin_inset space ~
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \backslash
32618 hspace{0pt}
32619 \backslash
32620 textsf{
32621 \backslash
32622 textbf{
32623 \backslash
32624 underbar{Attention!}}}%
32625 \begin_inset Newline newline
32626 \end_inset
32627
32628
32629 \begin_inset Phantom HPhantom
32630 status open
32631
32632 \begin_layout Plain Layout
32633
32634 \series bold
32635 \begin_inset space ~
32636 \end_inset
32637
32638
32639 \end_layout
32640
32641 \end_inset
32642
32643
32644 \backslash
32645 vspace{1.5mm}
32646 \backslash
32647
32648 \backslash
32649 #1}}
32650 \end_layout
32651
32652 \begin_layout Standard
32653 \begin_inset ERT
32654 status collapsed
32655
32656 \begin_layout Plain Layout
32657
32658
32659 \backslash
32660 let
32661 \backslash
32662 myMarginpar
32663 \backslash
32664 marginpar
32665 \end_layout
32666
32667 \begin_layout Plain Layout
32668
32669
32670 \backslash
32671 renewcommand{
32672 \backslash
32673 marginpar}[1]{
32674 \backslash
32675 myMarginpar{%
32676 \end_layout
32677
32678 \begin_layout Plain Layout
32679
32680    
32681 \backslash
32682 textsf{
32683 \backslash
32684 textbf{
32685 \backslash
32686 underbar{Attention!}}}%
32687 \end_layout
32688
32689 \begin_layout Plain Layout
32690
32691    
32692 \backslash
32693 vspace{1.5mm}
32694 \backslash
32695
32696 \backslash
32697 #1}}
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset Marginal
32704 status open
32705
32706 \begin_layout Plain Layout
32707 Ceci est une note en marge avec une en-tête prédéfinie.
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \begin_inset ERT
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717
32718 [-1.5cm]
32719 \end_layout
32720
32721 \end_inset
32722
32723
32724 \begin_inset ERT
32725 status collapsed
32726
32727 \begin_layout Plain Layout
32728
32729
32730 \backslash
32731 renewcommand{
32732 \backslash
32733 marginpar}[1]{
32734 \backslash
32735 myMarginpar{#1}}
32736 \end_layout
32737
32738 \end_inset
32739
32740
32741 \begin_inset Note Note
32742 status collapsed
32743
32744 \begin_layout Plain Layout
32745
32746 \lang english
32747 The margin note format is changed only for this example.
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 else
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \begin_inset Note Note
32770 status open
32771
32772 \begin_layout Plain Layout
32773 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32774  
32775 \series bold
32776 marginnote
32777 \series default
32778  n'est pas installé :
32779 \end_layout
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Standard
32787 Vous devez installer le paquetage \SpecialChar LaTeX
32788  
32789 \series bold
32790 marginnote
32791 \series default
32792  pour voir la suite de cette section dans la sortie imprimée.
32793 \end_layout
32794
32795 \begin_layout Standard
32796 \begin_inset ERT
32797 status collapsed
32798
32799 \begin_layout Plain Layout
32800
32801
32802 \backslash
32803 fi
32804 \end_layout
32805
32806 \end_inset
32807
32808
32809 \end_layout
32810
32811 \begin_layout Chapter
32812 Boîtes
32813 \end_layout
32814
32815 \begin_layout Section
32816 Introduction
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 Boîtes ! Introduction
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \begin_layout Standard
32830 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32831  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32832  voir la section
32833 \begin_inset space ~
32834 \end_inset
32835
32836
32837 \begin_inset CommandInset ref
32838 LatexCommand ref
32839 reference "sec:Minipages"
32840
32841 \end_inset
32842
32843 , pour encadrer des portions de texte, voir la section
32844 \begin_inset space ~
32845 \end_inset
32846
32847
32848 \begin_inset CommandInset ref
32849 LatexCommand ref
32850 reference "sec:Décorations"
32851
32852 \end_inset
32853
32854 , pour empêcher que des mots subissent une césure, voir la section
32855 \begin_inset space ~
32856 \end_inset
32857
32858
32859 \begin_inset CommandInset ref
32860 LatexCommand ref
32861 reference "sec:Empêcher-césure"
32862
32863 \end_inset
32864
32865 , pour aligner du texte, voir la section
32866 \begin_inset space ~
32867 \end_inset
32868
32869
32870 \begin_inset CommandInset ref
32871 LatexCommand ref
32872 reference "subsec:Alignement-Vertical"
32873
32874 \end_inset
32875
32876 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32877 \begin_inset space ~
32878 \end_inset
32879
32880
32881 \begin_inset CommandInset ref
32882 LatexCommand ref
32883 reference "sec:Boîtes-colorées"
32884
32885 \end_inset
32886
32887 .
32888 \end_layout
32889
32890 \begin_layout Standard
32891 On peut insérer une boîte en utilisant le menu 
32892 \family sans
32893 Insertion\SpecialChar menuseparator
32894 Boîte
32895 \family default
32896  ou avec le bouton 
32897 \begin_inset Info
32898 type  "icon"
32899 arg   "box-insert Frameless"
32900 \end_inset
32901
32902  de la barre d'outils.
32903  Une boîte grise avec une étiquette 
32904 \family sans
32905 Boîte
32906 \begin_inset space ~
32907 \end_inset
32908
32909 (Minipage)
32910 \family default
32911
32912 \begin_inset Graphics
32913         filename clipart/BoxInsetDefault.png
32914         scale 65
32915         scaleBeforeRotation
32916
32917 \end_inset
32918
32919  est alors insérée.
32920  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32921  et en choisissant 
32922 \family sans
32923 Paramètres
32924 \family default
32925  .
32926  La fenêtre de dialogue qui apparaît donne accès aux types de
32927 \family sans
32928  Boîte
32929 \begin_inset space ~
32930 \end_inset
32931
32932 Intérieure
32933 \family default
32934  
32935 \family sans
32936 Makebox, Parbox
32937 \family default
32938  et 
32939 \family sans
32940 Minipage
32941 \family default
32942 .
32943  Le type 
32944 \family sans
32945 Minipage
32946 \family default
32947  est le type implicite pour les boîtes nouvellement créées et il est décrit
32948  dans la section
32949 \begin_inset space ~
32950 \end_inset
32951
32952
32953 \begin_inset CommandInset ref
32954 LatexCommand ref
32955 reference "sec:Minipages"
32956
32957 \end_inset
32958
32959 ; le type 
32960 \family sans
32961 Parbox
32962 \family default
32963  est décrit dans la section
32964 \begin_inset space ~
32965 \end_inset
32966
32967
32968 \begin_inset CommandInset ref
32969 LatexCommand ref
32970 reference "sec:Parboxes"
32971
32972 \end_inset
32973
32974  et le type 
32975 \family sans
32976 Makebox
32977 \family default
32978  est décrit dans la section
32979 \begin_inset space ~
32980 \end_inset
32981
32982
32983 \begin_inset CommandInset ref
32984 LatexCommand ref
32985 reference "sec:Empêcher-césure"
32986
32987 \end_inset
32988
32989 .
32990 \end_layout
32991
32992 \begin_layout Standard
32993 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32994  comme les flottants ou les notes de bas de page.
32995 \end_layout
32996
32997 \begin_layout Standard
32998 \begin_inset Note Greyedout
32999 status open
33000
33001 \begin_layout Plain Layout
33002
33003 \series bold
33004 Note:
33005 \series default
33006  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33007  de type 
33008 \family sans
33009 Liste
33010 \family default
33011  ou 
33012 \family sans
33013 Description
33014 \family default
33015 .
33016 \end_layout
33017
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 \begin_inset Note Greyedout
33025 status open
33026
33027 \begin_layout Plain Layout
33028
33029 \series bold
33030 Note:
33031 \series default
33032  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33033 \family sans
33034 Boîte
33035 \begin_inset space ~
33036 \end_inset
33037
33038 Intérieure
33039 \family default
33040  à 
33041 \family sans
33042 Aucune
33043 \family default
33044  que quand vous utilisez une boîte encadrée.
33045  Les boîtes sans 
33046 \family sans
33047 Boîte
33048 \begin_inset space ~
33049 \end_inset
33050
33051 Intérieure
33052 \family default
33053  et sans cadre sont expliquées dans la section
33054 \begin_inset space ~
33055 \end_inset
33056
33057
33058 \begin_inset CommandInset ref
33059 LatexCommand ref
33060 reference "sec:Empêcher-césure"
33061
33062 \end_inset
33063
33064 .
33065 \end_layout
33066
33067 \end_inset
33068
33069
33070 \end_layout
33071
33072 \begin_layout Section
33073 La fenêtre de dialogue Boîte
33074 \begin_inset CommandInset label
33075 LatexCommand label
33076 name "sec:Boîte-Dialogue"
33077
33078 \end_inset
33079
33080
33081 \begin_inset Index idx
33082 status collapsed
33083
33084 \begin_layout Plain Layout
33085 Boîtes ! Fenêtre de dialogue Boîte
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \end_layout
33092
33093 \begin_layout Subsection
33094 Taille
33095 \begin_inset Index idx
33096 status collapsed
33097
33098 \begin_layout Plain Layout
33099 Boîtes ! Taille
33100 \end_layout
33101
33102 \end_inset
33103
33104
33105 \end_layout
33106
33107 \begin_layout Standard
33108 Dans la fenêtre de dialogue 
33109 \family sans
33110 Paramètres
33111 \begin_inset space ~
33112 \end_inset
33113
33114 de
33115 \begin_inset space ~
33116 \end_inset
33117
33118 Boîte
33119 \family default
33120  vous pouvez modifier la géométrie de la boîte avec les champs 
33121 \family sans
33122 Largeur
33123 \family default
33124  et 
33125 \family sans
33126 Hauteur
33127 \family default
33128 .
33129  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33130  dans le tableau
33131 \begin_inset space ~
33132 \end_inset
33133
33134
33135 \begin_inset CommandInset ref
33136 LatexCommand ref
33137 reference "tab:Unités"
33138
33139 \end_inset
33140
33141 .
33142  Le champ 
33143 \family sans
33144 Hauteur
33145 \family default
33146  offre en plus les spécifications de taille suivantes :
33147 \end_layout
33148
33149 \begin_layout Description
33150 Profondeur C'est simplement la 
33151 \begin_inset Quotes fld
33152 \end_inset
33153
33154 hauteur
33155 \begin_inset Quotes frd
33156 \end_inset
33157
33158  du texte.
33159  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33160  lignes de texte dans la boîte.
33161 \begin_inset Newline newline
33162 \end_inset
33163
33164
33165 \begin_inset Newline newline
33166 \end_inset
33167
33168
33169 \begin_inset Newline newline
33170 \end_inset
33171
33172
33173 \begin_inset Box Boxed
33174 position "c"
33175 hor_pos "c"
33176 has_inner_box 1
33177 inner_pos "c"
33178 use_parbox 0
33179 use_makebox 0
33180 width "12col%"
33181 special "none"
33182 height "1in"
33183 height_special "depth"
33184 thickness "0.4pt"
33185 separation "3pt"
33186 shadowsize "4pt"
33187 framecolor "black"
33188 backgroundcolor "none"
33189 status open
33190
33191 \begin_layout Plain Layout
33192 \align center
33193 Boîte dont la hauteur est égale à 1
33194 \begin_inset space \thinspace{}
33195 \end_inset
33196
33197 Profondeur
33198 \end_layout
33199
33200 \end_inset
33201
33202
33203 \begin_inset Newline newline
33204 \end_inset
33205
33206
33207 \begin_inset Newline newline
33208 \end_inset
33209
33210
33211 \end_layout
33212
33213 \begin_layout Description
33214 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33215  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33216  est deux fois plus haute que le texte : 
33217 \begin_inset Box Boxed
33218 position "c"
33219 hor_pos "c"
33220 has_inner_box 1
33221 inner_pos "c"
33222 use_parbox 0
33223 use_makebox 0
33224 width "20col%"
33225 special "none"
33226 height "2in"
33227 height_special "height"
33228 thickness "0.4pt"
33229 separation "3pt"
33230 shadowsize "4pt"
33231 framecolor "black"
33232 backgroundcolor "none"
33233 status open
33234
33235 \begin_layout Plain Layout
33236 \align center
33237 Boîte dont la hauteur est 2
33238 \begin_inset space \thinspace{}
33239 \end_inset
33240
33241 Hauteur
33242 \end_layout
33243
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \begin_layout Description
33250 Hauteur
33251 \begin_inset space ~
33252 \end_inset
33253
33254 Totale C'est égal à Hauteur
33255 \begin_inset space \thinspace{}
33256 \end_inset
33257
33258 +
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262 Profondeur : 
33263 \begin_inset Box Boxed
33264 position "c"
33265 hor_pos "c"
33266 has_inner_box 1
33267 inner_pos "c"
33268 use_parbox 0
33269 use_makebox 0
33270 width "20col%"
33271 special "none"
33272 height "1in"
33273 height_special "totalheight"
33274 thickness "0.4pt"
33275 separation "3pt"
33276 shadowsize "4pt"
33277 framecolor "black"
33278 backgroundcolor "none"
33279 status open
33280
33281 \begin_layout Plain Layout
33282 \align center
33283 Boîte dont la hauteur est 1
33284 \begin_inset space \thinspace{}
33285 \end_inset
33286
33287 Hauteur
33288 \begin_inset space ~
33289 \end_inset
33290
33291 Totale
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Description
33300 Largeur On prend la largeur de la boîte comme hauteur : 
33301 \begin_inset Box Boxed
33302 position "c"
33303 hor_pos "c"
33304 has_inner_box 1
33305 inner_pos "c"
33306 use_parbox 0
33307 use_makebox 0
33308 width "12col%"
33309 special "none"
33310 height "1in"
33311 height_special "width"
33312 thickness "0.4pt"
33313 separation "3pt"
33314 shadowsize "4pt"
33315 framecolor "black"
33316 backgroundcolor "none"
33317 status open
33318
33319 \begin_layout Plain Layout
33320 \align center
33321 Boîte dont la hauteur est 1
33322 \begin_inset space \thinspace{}
33323 \end_inset
33324
33325 Largeur
33326 \end_layout
33327
33328 \end_inset
33329
33330
33331 \end_layout
33332
33333 \begin_layout Subsection
33334 Alignement
33335 \begin_inset Index idx
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339 Boîtes ! Alignement
33340 \end_layout
33341
33342 \end_inset
33343
33344
33345 \end_layout
33346
33347 \begin_layout Standard
33348 Quand vous avez choisi une 
33349 \family sans
33350 Boîte
33351 \begin_inset space ~
33352 \end_inset
33353
33354 Intérieure
33355 \family default
33356 , l'alignement vertical de la boîte peut être :
33357 \end_layout
33358
33359 \begin_layout Description
33360 Haut Ceci est un exemple de texte.
33361  
33362 \begin_inset Box Boxed
33363 position "t"
33364 hor_pos "c"
33365 has_inner_box 1
33366 inner_pos "c"
33367 use_parbox 0
33368 use_makebox 0
33369 width "12col%"
33370 special "none"
33371 height "1in"
33372 height_special "totalheight"
33373 thickness "0.4pt"
33374 separation "3pt"
33375 shadowsize "4pt"
33376 framecolor "black"
33377 backgroundcolor "none"
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381 \align center
33382 Cette boîte est alignée sur le haut.
33383 \end_layout
33384
33385 \end_inset
33386
33387  Ceci est un exemple de texte.
33388 \end_layout
33389
33390 \begin_layout Description
33391 Milieu Ceci est un exemple de texte.
33392  
33393 \begin_inset Box Boxed
33394 position "c"
33395 hor_pos "c"
33396 has_inner_box 1
33397 inner_pos "c"
33398 use_parbox 0
33399 use_makebox 0
33400 width "12col%"
33401 special "none"
33402 height "1in"
33403 height_special "totalheight"
33404 thickness "0.4pt"
33405 separation "3pt"
33406 shadowsize "4pt"
33407 framecolor "black"
33408 backgroundcolor "none"
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412 \align center
33413 Cette boîte est alignée au centre.
33414 \end_layout
33415
33416 \end_inset
33417
33418  Ceci est un exemple de texte.
33419 \end_layout
33420
33421 \begin_layout Description
33422 Bas Ceci est un exemple de texte.
33423  
33424 \begin_inset Box Boxed
33425 position "b"
33426 hor_pos "c"
33427 has_inner_box 1
33428 inner_pos "c"
33429 use_parbox 0
33430 use_makebox 0
33431 width "12col%"
33432 special "none"
33433 height "1in"
33434 height_special "totalheight"
33435 thickness "0.4pt"
33436 separation "3pt"
33437 shadowsize "4pt"
33438 framecolor "black"
33439 backgroundcolor "none"
33440 status collapsed
33441
33442 \begin_layout Plain Layout
33443 \align center
33444 Cette boîte est alignée sur le bas.
33445 \end_layout
33446
33447 \end_inset
33448
33449  Ceci est un exemple de texte.
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset Note Greyedout
33454 status open
33455
33456 \begin_layout Plain Layout
33457
33458 \series bold
33459 Note:
33460 \series default
33461  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33462  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33463  l'autre non.
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Standard
33472 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33473  paragraphe grâce à la fenêtre de dialogue 
33474 \family sans
33475 Paramètres
33476 \begin_inset space ~
33477 \end_inset
33478
33479 de
33480 \begin_inset space ~
33481 \end_inset
33482
33483 Boîte
33484 \family default
33485 .
33486 \end_layout
33487
33488 \begin_layout Standard
33489 \begin_inset VSpace bigskip
33490 \end_inset
33491
33492 Quand vous avez choisi une 
33493 \family sans
33494 Boîte
33495 \begin_inset space ~
33496 \end_inset
33497
33498 Intérieure
33499 \family default
33500 , l'alignement vertical du contenu de la boîte peut être :
33501 \end_layout
33502
33503 \begin_layout Description
33504 haut Ceci est un exemple de texte.
33505 \begin_inset Box Boxed
33506 position "c"
33507 hor_pos "c"
33508 has_inner_box 1
33509 inner_pos "t"
33510 use_parbox 0
33511 use_makebox 0
33512 width "12col%"
33513 special "none"
33514 height "1.5in"
33515 height_special "totalheight"
33516 thickness "0.4pt"
33517 separation "3pt"
33518 shadowsize "4pt"
33519 framecolor "black"
33520 backgroundcolor "none"
33521 status collapsed
33522
33523 \begin_layout Plain Layout
33524 \align center
33525 Le texte de cette boîte est aligné sur le haut.
33526 \end_layout
33527
33528 \end_inset
33529
33530  Ceci est un exemple de texte.
33531 \end_layout
33532
33533 \begin_layout Description
33534 milieu Ceci est un exemple de texte.
33535  
33536 \begin_inset Box Boxed
33537 position "c"
33538 hor_pos "c"
33539 has_inner_box 1
33540 inner_pos "c"
33541 use_parbox 0
33542 use_makebox 0
33543 width "12col%"
33544 special "none"
33545 height "1.5in"
33546 height_special "totalheight"
33547 thickness "0.4pt"
33548 separation "3pt"
33549 shadowsize "4pt"
33550 framecolor "black"
33551 backgroundcolor "none"
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555 \align center
33556 Le texte de cette boîte est aligné au centre
33557 \end_layout
33558
33559 \end_inset
33560
33561  Ceci est un exemple de texte.
33562 \end_layout
33563
33564 \begin_layout Description
33565 bas Ceci est un exemple de texte.
33566  
33567 \begin_inset Box Boxed
33568 position "c"
33569 hor_pos "c"
33570 has_inner_box 1
33571 inner_pos "b"
33572 use_parbox 0
33573 use_makebox 0
33574 width "12col%"
33575 special "none"
33576 height "1.5in"
33577 height_special "totalheight"
33578 thickness "0.4pt"
33579 separation "3pt"
33580 shadowsize "4pt"
33581 framecolor "black"
33582 backgroundcolor "none"
33583 status collapsed
33584
33585 \begin_layout Plain Layout
33586 \align center
33587 Le texte de cette boîte est aligné en bas.
33588 \end_layout
33589
33590 \end_inset
33591
33592  Ceci est un exemple de texte.
33593 \end_layout
33594
33595 \begin_layout Description
33596 élongation Ceci est un exemple de texte.
33597  
33598 \begin_inset Box Boxed
33599 position "c"
33600 hor_pos "c"
33601 has_inner_box 1
33602 inner_pos "s"
33603 use_parbox 0
33604 use_makebox 0
33605 width "12col%"
33606 special "none"
33607 height "1.5in"
33608 height_special "totalheight"
33609 thickness "0.4pt"
33610 separation "3pt"
33611 shadowsize "4pt"
33612 framecolor "black"
33613 backgroundcolor "none"
33614 status collapsed
33615
33616 \begin_layout Plain Layout
33617 \align center
33618 Le texte 
33619 \end_layout
33620
33621 \begin_layout Plain Layout
33622 \align center
33623 de cette
33624 \end_layout
33625
33626 \begin_layout Plain Layout
33627 \align center
33628 boîte est
33629 \end_layout
33630
33631 \begin_layout Plain Layout
33632 \align center
33633 allongé.
33634 \end_layout
33635
33636 \end_inset
33637
33638  Ceci est un exemple de texte.
33639 \end_layout
33640
33641 \begin_layout Standard
33642 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33643  paragraphe.
33644  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33645 \end_layout
33646
33647 \begin_layout Standard
33648 \begin_inset VSpace bigskip
33649 \end_inset
33650
33651 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33652  la fenêtre de dialogue 
33653 \family sans
33654 Paramètres
33655 \begin_inset space ~
33656 \end_inset
33657
33658 de
33659 \begin_inset space ~
33660 \end_inset
33661
33662 paragraphe
33663 \family default
33664  quand vous avez choisi une 
33665 \family sans
33666 Boîte
33667 \begin_inset space ~
33668 \end_inset
33669
33670 Intérieure
33671 \family default
33672 .
33673 \end_layout
33674
33675 \begin_layout Standard
33676 \align center
33677 \begin_inset Box Boxed
33678 position "c"
33679 hor_pos "c"
33680 has_inner_box 1
33681 inner_pos "s"
33682 use_parbox 0
33683 use_makebox 0
33684 width "15col%"
33685 special "none"
33686 height "1.25in"
33687 height_special "totalheight"
33688 thickness "0.4pt"
33689 separation "3pt"
33690 shadowsize "4pt"
33691 framecolor "black"
33692 backgroundcolor "none"
33693 status open
33694
33695 \begin_layout Plain Layout
33696 \align left
33697 Le texte de 
33698 \end_layout
33699
33700 \begin_layout Plain Layout
33701 \align left
33702 cette boîte
33703 \end_layout
33704
33705 \begin_layout Plain Layout
33706 \align right
33707 est allongé.
33708 \end_layout
33709
33710 \end_inset
33711
33712
33713 \end_layout
33714
33715 \begin_layout Standard
33716 Si vous n'avez pas choisi une 
33717 \family sans
33718 Boîte
33719 \begin_inset space ~
33720 \end_inset
33721
33722 Intérieure
33723 \family default
33724 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33725  de dialogue de boîte.
33726 \begin_inset Separator parbreak
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Standard
33733 \align center
33734 \begin_inset Box Boxed
33735 position "c"
33736 hor_pos "s"
33737 has_inner_box 0
33738 inner_pos "s"
33739 use_parbox 0
33740 use_makebox 0
33741 width "90col%"
33742 special "none"
33743 height "1.25in"
33744 height_special "totalheight"
33745 thickness "0.4pt"
33746 separation "3pt"
33747 shadowsize "4pt"
33748 framecolor "black"
33749 backgroundcolor "none"
33750 status open
33751
33752 \begin_layout Plain Layout
33753 Le texte de cette boîte est allongé horizontalement.
33754 \end_layout
33755
33756 \end_inset
33757
33758
33759 \end_layout
33760
33761 \begin_layout Subsection
33762 Décorations
33763 \begin_inset CommandInset label
33764 LatexCommand label
33765 name "sec:Décorations"
33766
33767 \end_inset
33768
33769
33770 \begin_inset Index idx
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 Boîtes ! Décorations
33775 \end_layout
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 On peut spécifier le style de la boîte en utilisant la liste déroulante
33784  
33785 \family sans
33786 Décoration
33787 \family default
33788 .
33789  Les possibilités sont les suivantes :
33790 \end_layout
33791
33792 \begin_layout Description
33793 Aucun
33794 \begin_inset space ~
33795 \end_inset
33796
33797 cadre
33798 \begin_inset space ~
33799 \end_inset
33800
33801 tracé Rien n'est tracé
33802 \end_layout
33803
33804 \begin_layout Description
33805 Cadre
33806 \begin_inset space ~
33807 \end_inset
33808
33809 rectangulaire
33810 \begin_inset space ~
33811 \end_inset
33812
33813 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33814  L'épaisseur du trait de ce cadre peut être précisé.
33815 \begin_inset Newline newline
33816 \end_inset
33817
33818
33819 \begin_inset Box Boxed
33820 position "c"
33821 hor_pos "c"
33822 has_inner_box 1
33823 inner_pos "c"
33824 use_parbox 0
33825 use_makebox 0
33826 width "20col%"
33827 special "none"
33828 height "1in"
33829 height_special "totalheight"
33830 thickness "0.4pt"
33831 separation "3pt"
33832 shadowsize "4pt"
33833 framecolor "black"
33834 backgroundcolor "none"
33835 status open
33836
33837 \begin_layout Plain Layout
33838 \align center
33839 Boîte rectangulaire
33840 \end_layout
33841
33842 \end_inset
33843
33844
33845 \end_layout
33846
33847 \begin_layout Description
33848 Cadre
33849 \begin_inset space ~
33850 \end_inset
33851
33852 oval,
33853 \begin_inset space ~
33854 \end_inset
33855
33856 fin Ceci dessine un cadre ovalisée autour de la boîte.
33857  L'épaisseur du trait de ce cadre est de  0.4
33858 \begin_inset space \thinspace{}
33859 \end_inset
33860
33861 pt.
33862  
33863 \begin_inset Box ovalbox
33864 position "c"
33865 hor_pos "c"
33866 has_inner_box 1
33867 inner_pos "c"
33868 use_parbox 0
33869 use_makebox 0
33870 width "20col%"
33871 special "none"
33872 height "1in"
33873 height_special "totalheight"
33874 thickness "0.4pt"
33875 separation "3pt"
33876 shadowsize "4pt"
33877 framecolor "black"
33878 backgroundcolor "none"
33879 status open
33880
33881 \begin_layout Plain Layout
33882 \align center
33883 Boîte ovalisée, fine
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Description
33892 Cadre
33893 \begin_inset space ~
33894 \end_inset
33895
33896 oval,
33897 \begin_inset space ~
33898 \end_inset
33899
33900 épais Ceci dessine un cadre ovalisée autour de la boîte.
33901  L'épaisseur du trait de ce cadre est de   0.8
33902 \begin_inset space \thinspace{}
33903 \end_inset
33904
33905 pt.
33906  
33907 \begin_inset Box Ovalbox
33908 position "c"
33909 hor_pos "c"
33910 has_inner_box 1
33911 inner_pos "c"
33912 use_parbox 0
33913 use_makebox 0
33914 width "20col%"
33915 special "none"
33916 height "1in"
33917 height_special "totalheight"
33918 thickness "0.4pt"
33919 separation "3pt"
33920 shadowsize "4pt"
33921 framecolor "black"
33922 backgroundcolor "none"
33923 status open
33924
33925 \begin_layout Plain Layout
33926 \align center
33927 Boîte ovalisée, épaisse
33928 \end_layout
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Description
33936 Ombre
33937 \begin_inset space ~
33938 \end_inset
33939
33940 en
33941 \begin_inset space ~
33942 \end_inset
33943
33944 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33945  L'épaisseur du trait de ce cadre et l'ombre peut être précisé.
33946  
33947 \begin_inset Box Shadowbox
33948 position "c"
33949 hor_pos "c"
33950 has_inner_box 1
33951 inner_pos "c"
33952 use_parbox 0
33953 use_makebox 0
33954 width "20col%"
33955 special "none"
33956 height "1in"
33957 height_special "totalheight"
33958 thickness "0.4pt"
33959 separation "3pt"
33960 shadowsize "4pt"
33961 framecolor "black"
33962 backgroundcolor "none"
33963 status open
33964
33965 \begin_layout Plain Layout
33966 \align center
33967 Boîte ombrée
33968 \end_layout
33969
33970 \end_inset
33971
33972
33973 \end_layout
33974
33975 \begin_layout Description
33976 Fond
33977 \begin_inset space ~
33978 \end_inset
33979
33980 ombré Ceci dessine une boîte avec un arrière plan rouge.
33981  Contrairement aux boîtes coloriées
33982 \begin_inset Foot
33983 status collapsed
33984
33985 \begin_layout Plain Layout
33986 Voir la section
33987 \begin_inset space ~
33988 \end_inset
33989
33990
33991 \begin_inset CommandInset ref
33992 LatexCommand ref
33993 reference "sec:Boîtes-colorées"
33994
33995 \end_inset
33996
33997 .
33998 \end_layout
33999
34000 \end_inset
34001
34002 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34003  son propre paragraphe.
34004 \begin_inset Box Shaded
34005 position "t"
34006 hor_pos "c"
34007 has_inner_box 0
34008 inner_pos "t"
34009 use_parbox 0
34010 use_makebox 0
34011 width "50col%"
34012 special "none"
34013 height "1in"
34014 height_special "totalheight"
34015 thickness "0.4pt"
34016 separation "3pt"
34017 shadowsize "4pt"
34018 framecolor "black"
34019 backgroundcolor "none"
34020 status open
34021
34022 \begin_layout Plain Layout
34023 Boîte avec fond ombré
34024 \end_layout
34025
34026 \end_inset
34027
34028
34029 \end_layout
34030
34031 \begin_layout Description
34032 Cadre
34033 \begin_inset space ~
34034 \end_inset
34035
34036 rectangulaire
34037 \begin_inset space ~
34038 \end_inset
34039
34040 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34041  boîte.
34042  L'épaisseur du trait du cadre interne est de 0.75
34043 \begin_inset space \thinspace{}
34044 \end_inset
34045
34046 épaisseur
34047 \begin_inset space ~
34048 \end_inset
34049
34050 du
34051 \begin_inset space ~
34052 \end_inset
34053
34054 trait, l'épaisseur du trait du cadre externe est de 1.5
34055 \begin_inset space \thinspace{}
34056 \end_inset
34057
34058 épaisseur
34059 \begin_inset space ~
34060 \end_inset
34061
34062 du
34063 \begin_inset space ~
34064 \end_inset
34065
34066 trait.
34067  La distance entre les deux cadres est de 1.5
34068 \begin_inset space \thinspace{}
34069 \end_inset
34070
34071 épaisseur
34072 \begin_inset space ~
34073 \end_inset
34074
34075 du
34076 \begin_inset space ~
34077 \end_inset
34078
34079 trait
34080 \begin_inset space \thinspace{}
34081 \end_inset
34082
34083 +
34084 \begin_inset space \thinspace{}
34085 \end_inset
34086
34087 0.5
34088 \begin_inset space \thinspace{}
34089 \end_inset
34090
34091 pt.
34092  
34093 \begin_inset Box Doublebox
34094 position "c"
34095 hor_pos "c"
34096 has_inner_box 1
34097 inner_pos "c"
34098 use_parbox 0
34099 use_makebox 0
34100 width "20col%"
34101 special "none"
34102 height "1in"
34103 height_special "totalheight"
34104 thickness "0.4pt"
34105 separation "3pt"
34106 shadowsize "4pt"
34107 framecolor "black"
34108 backgroundcolor "none"
34109 status open
34110
34111 \begin_layout Plain Layout
34112 \align center
34113 Boîte double
34114 \end_layout
34115
34116 \end_inset
34117
34118
34119 \end_layout
34120
34121 \begin_layout Standard
34122 \begin_inset VSpace bigskip
34123 \end_inset
34124
34125 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34126  s'adapte pour montrer le style
34127  de boîte utilisé.
34128  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34129  le paquetage \SpecialChar LaTeX
34130  
34131 \series bold
34132 fancybox
34133 \series default
34134
34135 \begin_inset Index idx
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 Paquetages \SpecialChar LaTeX
34140  ! fancybox
34141 \end_layout
34142
34143 \end_inset
34144
34145 .
34146 \end_layout
34147
34148 \begin_layout Standard
34149 \begin_inset VSpace bigskip
34150 \end_inset
34151
34152 Quand vous utilisez le style de décoration 
34153 \family sans
34154 cadre rectangulaire simple
34155 \family default
34156  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34157  de la boîte.
34158  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34159  prendra toute la largeur de la colonne et la boîte sera considérée comme
34160  son propre paragraphe: 
34161 \begin_inset Box Framed
34162 position "t"
34163 hor_pos "c"
34164 has_inner_box 0
34165 inner_pos "t"
34166 use_parbox 0
34167 use_makebox 0
34168 width "100col%"
34169 special "none"
34170 height "1in"
34171 height_special "totalheight"
34172 thickness "0.4pt"
34173 separation "3pt"
34174 shadowsize "4pt"
34175 framecolor "black"
34176 backgroundcolor "none"
34177 status collapsed
34178
34179 \begin_layout Plain Layout
34180 Boîte avec cadre simple et sauts de page
34181 \end_layout
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Section
34189 Personnalisation des boîtes
34190 \begin_inset Index idx
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 Boîtes! Personnalisation
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Standard
34203 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34204  la commande 
34205 \series bold
34206
34207 \backslash
34208 cornersize
34209 \series default
34210 .
34211  Par exemple, la commande
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217
34218 \backslash
34219 cornersize*{1cm}
34220 \end_layout
34221
34222 \begin_layout Standard
34223 donne un diamètre de 1
34224 \begin_inset space \thinspace{}
34225 \end_inset
34226
34227 cm.
34228  La commande
34229 \end_layout
34230
34231 \begin_layout Standard
34232
34233 \series bold
34234
34235 \backslash
34236 cornersize{num}
34237 \end_layout
34238
34239 \begin_layout Standard
34240 fixe le diamètre à 
34241 \family sans
34242 num
34243 \begin_inset space \thinspace{}
34244 \end_inset
34245
34246 ×
34247 \begin_inset space \thinspace{}
34248 \end_inset
34249
34250 minimum(largeur et hauteur de la boîte)
34251 \family default
34252 .
34253  La valeur implicite est 
34254 \series bold
34255
34256 \backslash
34257 cornersize{0.5}
34258 \series default
34259 .
34260 \end_layout
34261
34262 \begin_layout Standard
34263 \begin_inset ERT
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267
34268
34269 \backslash
34270 cornersize*{1.5cm}
34271 \end_layout
34272
34273 \end_inset
34274
34275
34276 \begin_inset Box Ovalbox
34277 position "c"
34278 hor_pos "c"
34279 has_inner_box 1
34280 inner_pos "c"
34281 use_parbox 0
34282 use_makebox 0
34283 width "25col%"
34284 special "none"
34285 height "1in"
34286 height_special "totalheight"
34287 thickness "0.4pt"
34288 separation "3pt"
34289 shadowsize "4pt"
34290 framecolor "black"
34291 backgroundcolor "none"
34292 status open
34293
34294 \begin_layout Plain Layout
34295 \align center
34296 Boîte ovale avec 
34297 \series bold
34298
34299 \backslash
34300 cornersize
34301 \series default
34302
34303 \begin_inset space \thinspace{}
34304 \end_inset
34305
34306 =
34307 \begin_inset space \thinspace{}
34308 \end_inset
34309
34310 1.5
34311 \begin_inset space \thinspace{}
34312 \end_inset
34313
34314 cm
34315 \end_layout
34316
34317 \end_inset
34318
34319
34320 \begin_inset ERT
34321 status collapsed
34322
34323 \begin_layout Plain Layout
34324
34325
34326 \backslash
34327 cornersize{0.5}
34328 \end_layout
34329
34330 \end_inset
34331
34332
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset VSpace bigskip
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Standard
34343 La couleur rouge utilisée implicitement pour les boîtes à 
34344 \family sans
34345 Fond
34346 \begin_inset space ~
34347 \end_inset
34348
34349 ombré
34350 \family default
34351  peut soit être modifiée localement avec la commande 
34352 \series bold
34353
34354 \backslash
34355 definecolor{shadecolor}
34356 \series default
34357 , soit globalement avec le menu 
34358 \family sans
34359 Outils\SpecialChar menuseparator
34360 Préférences
34361 \family default
34362 \SpecialChar menuseparator
34363
34364 \family sans
34365 Couleurs\SpecialChar menuseparator
34366 boîte
34367 \begin_inset space ~
34368 \end_inset
34369
34370 ombrée
34371 \family default
34372 .
34373  La syntaxe de la commande 
34374 \series bold
34375
34376 \backslash
34377 definecolor
34378 \series default
34379  est expliquée dans la section
34380 \begin_inset space ~
34381 \end_inset
34382
34383
34384 \begin_inset CommandInset ref
34385 LatexCommand ref
34386 reference "sec:Tableaux-Colorés"
34387
34388 \end_inset
34389
34390 .
34391 \begin_inset Foot
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395 Notez que l'utilisation de 
34396 \series bold
34397
34398 \backslash
34399 definecolor
34400 \series default
34401  ne peut se faire sans le paquetage \SpecialChar LaTeX
34402  
34403 \series bold
34404 color
34405 \series default
34406  dans le préambule, voir la section
34407 \begin_inset space ~
34408 \end_inset
34409
34410
34411 \begin_inset CommandInset ref
34412 LatexCommand ref
34413 reference "sec:Boîtes-colorées"
34414
34415 \end_inset
34416
34417 .
34418  
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Standard
34427 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34428  le commande en code \SpecialChar TeX
34429  suivantes
34430 \end_layout
34431
34432 \begin_layout Standard
34433
34434 \series bold
34435
34436 \backslash
34437 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34438 \end_layout
34439
34440 \begin_layout Standard
34441 \begin_inset ERT
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445
34446
34447 \backslash
34448 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34449 \end_layout
34450
34451 \end_inset
34452
34453
34454 \begin_inset Box Shaded
34455 position "t"
34456 hor_pos "c"
34457 has_inner_box 0
34458 inner_pos "t"
34459 use_parbox 0
34460 use_makebox 0
34461 width "100col%"
34462 special "none"
34463 height "1in"
34464 height_special "totalheight"
34465 thickness "0.4pt"
34466 separation "3pt"
34467 shadowsize "4pt"
34468 framecolor "black"
34469 backgroundcolor "none"
34470 status open
34471
34472 \begin_layout Plain Layout
34473
34474 \color yellow
34475 Ceci est un texte jaune dans une boîte à 
34476 \family sans
34477 Fond
34478 \begin_inset space ~
34479 \end_inset
34480
34481 ombré
34482 \family default
34483 \color inherit
34484  
34485 \color yellow
34486 avec un fond vert foncé.
34487 \end_layout
34488
34489 \end_inset
34490
34491
34492 \begin_inset ERT
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496
34497
34498 \backslash
34499 definecolor{shadecolor}{rgb}{1,0,0}
34500 \end_layout
34501
34502 \end_inset
34503
34504
34505 \end_layout
34506
34507 \begin_layout Standard
34508 \begin_inset VSpace bigskip
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34516  boîtes qui suivent la commandes qui les a changées.
34517 \end_layout
34518
34519 \begin_layout Section
34520 Minipages
34521 \begin_inset CommandInset label
34522 LatexCommand label
34523 name "sec:Minipages"
34524
34525 \end_inset
34526
34527
34528 \begin_inset Index idx
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 Boîtes ! Minipages
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Standard
34541 \SpecialChar LaTeX
34542  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34543  d'une page.
34544  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34545  règles d'indentation, de saut de ligne, etc.
34546  s'appliquent.
34547 \end_layout
34548
34549 \begin_layout Standard
34550 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34551  langues.
34552 \end_layout
34553
34554 \begin_layout Standard
34555 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34556  Leur largeur est fixée à 45
34557 \begin_inset space \thinspace{}
34558 \end_inset
34559
34560 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34561  via le menu 
34562 \family sans
34563 Insertion\SpecialChar menuseparator
34564 Typographie
34565 \begin_inset space ~
34566 \end_inset
34567
34568 spéciale\SpecialChar menuseparator
34569 Ressort
34570 \begin_inset space ~
34571 \end_inset
34572
34573 Horizontal
34574 \family default
34575 .
34576 \end_layout
34577
34578 \begin_layout Standard
34579 \begin_inset Box Frameless
34580 position "t"
34581 hor_pos "c"
34582 has_inner_box 1
34583 inner_pos "c"
34584 use_parbox 0
34585 use_makebox 0
34586 width "45col%"
34587 special "none"
34588 height "1in"
34589 height_special "totalheight"
34590 thickness "0.4pt"
34591 separation "3pt"
34592 shadowsize "4pt"
34593 framecolor "black"
34594 backgroundcolor "none"
34595 status open
34596
34597 \begin_layout Plain Layout
34598 Ceci est un texte en français.
34599  Ceci est un texte en français.
34600  Ceci est un texte en français.
34601  Ceci est un texte en français.
34602  Ceci est un texte en français.
34603  Ceci est un texte en français.
34604  Ceci est un texte en français.
34605  Ceci est un texte en français.Ceci est un texte en français.
34606  Ceci est un texte en français.
34607  Ceci est un texte en français.
34608  Ceci est un texte en français
34609 \begin_inset Foot
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613 Ceci est une note de bas de page en français.
34614 \end_layout
34615
34616 \end_inset
34617
34618 .Ceci est un texte en français
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \begin_inset space \hfill{}
34625 \end_inset
34626
34627
34628 \begin_inset Box Frameless
34629 position "t"
34630 hor_pos "c"
34631 has_inner_box 1
34632 inner_pos "c"
34633 use_parbox 0
34634 use_makebox 0
34635 width "45col%"
34636 special "none"
34637 height "1in"
34638 height_special "totalheight"
34639 thickness "0.4pt"
34640 separation "3pt"
34641 shadowsize "4pt"
34642 framecolor "black"
34643 backgroundcolor "none"
34644 status open
34645
34646 \begin_layout Plain Layout
34647
34648 \lang english
34649 This is an English Text.
34650  This is an English Text.
34651  This is an English Text.
34652  This is an English Text.
34653  This is an English Text.
34654  This is an English Text.
34655  This is an English Text.
34656  This is an English Text.
34657  This is an English Text.
34658  This is an English Text.
34659  This is an English Text.
34660  This is an English Text.
34661  This is an English Text.
34662  This is an English Text.
34663  This is an English Text.
34664  This is an English Text.
34665 \begin_inset Foot
34666 status collapsed
34667
34668 \begin_layout Plain Layout
34669
34670 \lang english
34671 This is an English footnote.
34672 \end_layout
34673
34674 \end_inset
34675
34676  This is an English Text.
34677 \end_layout
34678
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \begin_layout Standard
34685 \begin_inset VSpace bigskip
34686 \end_inset
34687
34688 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34689  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34690  minipages, même si vous les avez mis par exemple à 
34691 \family sans
34692 Moyen
34693 \family default
34694  dans les paramètres du document.
34695 \end_layout
34696
34697 \begin_layout Standard
34698 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34699  portion de texte, voyez la section
34700 \begin_inset space ~
34701 \end_inset
34702
34703
34704 \begin_inset CommandInset ref
34705 LatexCommand ref
34706 reference "sec:Boîtes-colorées"
34707
34708 \end_inset
34709
34710 .
34711 \end_layout
34712
34713 \begin_layout Standard
34714 \begin_inset Note Greyedout
34715 status open
34716
34717 \begin_layout Plain Layout
34718
34719 \series bold
34720 Note:
34721 \series default
34722  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34723  mais les minipages peuvent être utilisées dans un tableau, un flottant
34724  ou une autre boîte.
34725 \end_layout
34726
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Standard
34733 \begin_inset VSpace bigskip
34734 \end_inset
34735
34736
34737 \end_layout
34738
34739 \begin_layout Standard
34740 \SpecialChar LyX
34741  propose également une fonctionnalité de base pour des minipages dont la
34742  taille est automatiquement déterminée par la largeur de leur contenu, via
34743  le module 
34744 \family sans
34745 Minipages de largeur variable
34746 \family default
34747 .
34748  Le fichier du répertoire des exemples \SpecialChar LyX
34749  
34750 \emph on
34751 varwidth-floats-side-by-side
34752 \emph default
34753  illustre l'utilisation de minipages de largeur variable pour placer deux
34754  flottants côte à côte.
34755 \end_layout
34756
34757 \begin_layout Section
34758 Les parboxes
34759 \begin_inset CommandInset label
34760 LatexCommand label
34761 name "sec:Parboxes"
34762
34763 \end_inset
34764
34765
34766 \begin_inset Index idx
34767 status collapsed
34768
34769 \begin_layout Plain Layout
34770 Boîtes ! Parboxes
34771 \end_layout
34772
34773 \end_inset
34774
34775
34776 \end_layout
34777
34778 \begin_layout Standard
34779 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34780  ne peuvent avoir de note de bas de page.
34781 \begin_inset Separator parbreak
34782 \end_inset
34783
34784
34785 \end_layout
34786
34787 \begin_layout Standard
34788 \align center
34789 \begin_inset Box Frameless
34790 position "t"
34791 hor_pos "c"
34792 has_inner_box 1
34793 inner_pos "t"
34794 use_parbox 1
34795 use_makebox 0
34796 width "33col%"
34797 special "none"
34798 height "1in"
34799 height_special "totalheight"
34800 thickness "0.4pt"
34801 separation "3pt"
34802 shadowsize "4pt"
34803 framecolor "black"
34804 backgroundcolor "none"
34805 status open
34806
34807 \begin_layout Plain Layout
34808 Ceci est un texte à l'intérieur d'une parbox.
34809  Ceci est un texte à l'intérieur d'une parbox.
34810 \end_layout
34811
34812 \begin_layout Plain Layout
34813 Cette note de bas de page ne devrait pas apparaître :
34814 \begin_inset Foot
34815 status open
34816
34817 \begin_layout Plain Layout
34818 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34819  pas.
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \end_layout
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Section
34833 Des boîtes pour les mots et les caractères
34834 \begin_inset Index idx
34835 status collapsed
34836
34837 \begin_layout Plain Layout
34838 Boîtes ! Pour les caractères
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Subsection
34847 Empêcher la césure
34848 \begin_inset CommandInset label
34849 LatexCommand label
34850 name "sec:Empêcher-césure"
34851
34852 \end_inset
34853
34854
34855 \begin_inset Index idx
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859 Boîtes ! Pour empêcher la césure
34860 \end_layout
34861
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \begin_layout Standard
34868 Vous pouvez utiliser une boîte de type 
34869 \family sans
34870 Makebox
34871 \family default
34872  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34873 \begin_inset Newline newline
34874 \end_inset
34875
34876 Voici un exemple de texte :
34877 \end_layout
34878
34879 \begin_layout Standard
34880 Cette ligne est un exemple comment vous pouvez empêcher une césure
34881 \begin_inset space ~
34882 \end_inset
34883
34884
34885 \begin_inset Quotes fld
34886 \end_inset
34887
34888 motTrèsTrèsLong
34889 \begin_inset Quotes frd
34890 \end_inset
34891
34892
34893 \end_layout
34894
34895 \begin_layout Standard
34896 Pour empêcher que le mot 
34897 \begin_inset Quotes fld
34898 \end_inset
34899
34900 motTrèsTrèsLong
34901 \begin_inset Quotes frd
34902 \end_inset
34903
34904  soit coupé, mettez le mot dans une boîte, mettez 
34905 \family sans
34906 Boîte
34907 \begin_inset space ~
34908 \end_inset
34909
34910 intérieure
34911 \family default
34912  à 
34913 \family sans
34914 Makebox
34915 \family default
34916  sans spécifier de largeur.
34917 \end_layout
34918
34919 \begin_layout Standard
34920 Voici le résultat :
34921 \end_layout
34922
34923 \begin_layout Standard
34924 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34925  
34926 \begin_inset Box Frameless
34927 position "t"
34928 hor_pos "c"
34929 has_inner_box 1
34930 inner_pos "t"
34931 use_parbox 0
34932 use_makebox 1
34933 width ""
34934 special "none"
34935 height "1in"
34936 height_special "totalheight"
34937 thickness "0.4pt"
34938 separation "3pt"
34939 shadowsize "4pt"
34940 framecolor "black"
34941 backgroundcolor "none"
34942 status open
34943
34944 \begin_layout Plain Layout
34945 \begin_inset Quotes fld
34946 \end_inset
34947
34948 motTrèsTrèsLong
34949 \begin_inset Quotes frd
34950 \end_inset
34951
34952
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Standard
34961 Une autre méthode consiste à mettre la commande 
34962 \series bold
34963
34964 \begin_inset Quotes fld
34965 \end_inset
34966
34967
34968 \backslash
34969 -
34970 \series default
34971
34972 \begin_inset Quotes frd
34973 \end_inset
34974
34975  en code \SpecialChar TeX
34976 , juste avant le mot :
34977 \end_layout
34978
34979 \begin_layout Standard
34980 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34981  
34982 \begin_inset Quotes fld
34983 \end_inset
34984
34985
34986 \begin_inset ERT
34987 status collapsed
34988
34989 \begin_layout Plain Layout
34990
34991
34992 \backslash
34993 -
34994 \end_layout
34995
34996 \end_inset
34997
34998 motTrèsTrèsLong
34999 \begin_inset Quotes frd
35000 \end_inset
35001
35002
35003 \end_layout
35004
35005 \begin_layout Standard
35006 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35007  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35008 \family sans
35009 Insertion\SpecialChar menuseparator
35010 Typographie
35011 \begin_inset space ~
35012 \end_inset
35013
35014 spéciale\SpecialChar menuseparator
35015 Passage
35016 \begin_inset space ~
35017 \end_inset
35018
35019 à
35020 \begin_inset space ~
35021 \end_inset
35022
35023 la
35024 \begin_inset space ~
35025 \end_inset
35026
35027 Ligne
35028 \family default
35029  (raccourci 
35030 \family sans
35031 Ctrl-Entrée
35032 \family default
35033 ) :
35034 \end_layout
35035
35036 \begin_layout Standard
35037 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35038 \begin_inset Newline newline
35039 \end_inset
35040
35041
35042 \begin_inset Box Frameless
35043 position "t"
35044 hor_pos "c"
35045 has_inner_box 1
35046 inner_pos "t"
35047 use_parbox 0
35048 use_makebox 1
35049 width ""
35050 special "none"
35051 height "1in"
35052 height_special "totalheight"
35053 thickness "0.4pt"
35054 separation "3pt"
35055 shadowsize "4pt"
35056 framecolor "black"
35057 backgroundcolor "none"
35058 status open
35059
35060 \begin_layout Plain Layout
35061 \begin_inset Quotes fld
35062 \end_inset
35063
35064 motTrèsTrèsLong
35065 \begin_inset Quotes frd
35066 \end_inset
35067
35068
35069 \end_layout
35070
35071 \end_inset
35072
35073
35074 \end_layout
35075
35076 \begin_layout Subsection
35077 Alignement vertical
35078 \begin_inset CommandInset label
35079 LatexCommand label
35080 name "subsec:Alignement-Vertical"
35081
35082 \end_inset
35083
35084
35085 \begin_inset Index idx
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089 Boîtes ! Pour l'alignement vertical
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \begin_inset Index idx
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099 Boîtes ! Boîtes élévatrices
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \begin_inset Index idx
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109 Raisebox|see
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115 {
35116 \end_layout
35117
35118 \end_inset
35119
35120 Boîtes élévatrices
35121 \begin_inset ERT
35122 status collapsed
35123
35124 \begin_layout Plain Layout
35125
35126 }
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 Avec la commande 
35141 \series bold
35142
35143 \backslash
35144 raisebox
35145 \series default
35146  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35147  par rapport au texte qui l'entoure.
35148  La commande
35149 \series bold
35150  
35151 \backslash
35152 raisebox
35153 \series default
35154  s'utilise en suivant la syntaxe suivante :
35155 \end_layout
35156
35157 \begin_layout Standard
35158
35159 \series bold
35160
35161 \backslash
35162 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35163 \end_layout
35164
35165 \begin_layout Standard
35166 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35167  pour l'abaisser.
35168 \end_layout
35169
35170 \begin_layout Standard
35171 Pour aligner le mot 
35172 \begin_inset Quotes fld
35173 \end_inset
35174
35175 empêcher
35176 \begin_inset Quotes frd
35177 \end_inset
35178
35179  de façon à ce que le point le plus bas du caractère le plus 
35180 \begin_inset Quotes fld
35181 \end_inset
35182
35183 profond
35184 \begin_inset Quotes frd
35185 \end_inset
35186
35187 , le 
35188 \begin_inset Quotes fld
35189 \end_inset
35190
35191 p
35192 \begin_inset Quotes frd
35193 \end_inset
35194
35195 , soit au niveau de la ligne de base, insérez la commande 
35196 \end_layout
35197
35198 \begin_layout Standard
35199
35200 \series bold
35201
35202 \backslash
35203 raisebox{
35204 \backslash
35205 depth}{
35206 \end_layout
35207
35208 \begin_layout Standard
35209 en code \SpecialChar TeX
35210  avant le mot.
35211  Insérez après le mot l'accolade fermante 
35212 \begin_inset Quotes fld
35213 \end_inset
35214
35215
35216 \series bold
35217 }
35218 \series default
35219
35220 \begin_inset Quotes frd
35221 \end_inset
35222
35223  en code \SpecialChar TeX
35224 .
35225 \begin_inset Newline newline
35226 \end_inset
35227
35228 Voici le résultat :
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Cette ligne de texte contient le mot 
35233 \begin_inset ERT
35234 status open
35235
35236 \begin_layout Plain Layout
35237
35238
35239 \backslash
35240 raisebox{
35241 \backslash
35242 depth}{
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \begin_inset Quotes fld
35249 \end_inset
35250
35251 empêcher
35252 \begin_inset Quotes frd
35253 \end_inset
35254
35255
35256 \begin_inset ERT
35257 status collapsed
35258
35259 \begin_layout Plain Layout
35260
35261 }
35262 \end_layout
35263
35264 \end_inset
35265
35266  comme mot élevé.
35267 \end_layout
35268
35269 \begin_layout Standard
35270 \begin_inset VSpace bigskip
35271 \end_inset
35272
35273 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35274  entre les lignes va être agrandie :
35275 \end_layout
35276
35277 \begin_layout Standard
35278 Cette ligne de texte contient le mot
35279 \begin_inset ERT
35280 status collapsed
35281
35282 \begin_layout Plain Layout
35283
35284
35285 \backslash
35286 raisebox{-
35287 \backslash
35288 depth}{
35289 \end_layout
35290
35291 \end_inset
35292
35293
35294 \begin_inset Quotes fld
35295 \end_inset
35296
35297 empêcher
35298 \begin_inset Quotes frd
35299 \end_inset
35300
35301
35302 \begin_inset ERT
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306
35307 }
35308 \end_layout
35309
35310 \end_inset
35311
35312  comme mot abaissé.
35313 \begin_inset Newline newline
35314 \end_inset
35315
35316 Cette ligne de texte contient le mot 
35317 \begin_inset ERT
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321
35322
35323 \backslash
35324 raisebox{0.5cm}{
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset Quotes fld
35331 \end_inset
35332
35333 tester
35334 \begin_inset Quotes frd
35335 \end_inset
35336
35337
35338 \begin_inset ERT
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342
35343 }
35344 \end_layout
35345
35346 \end_inset
35347
35348  comme mot élevé.
35349 \end_layout
35350
35351 \begin_layout Standard
35352 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35353  mettez la hauteur de la boîte à zéro.
35354  Par exemple utilisez
35355 \end_layout
35356
35357 \begin_layout Standard
35358
35359 \series bold
35360
35361 \backslash
35362 raisebox{-
35363 \backslash
35364 depth}[0pt]{
35365 \end_layout
35366
35367 \begin_layout Standard
35368 Cette ligne de texte contient le mot
35369 \begin_inset ERT
35370 status collapsed
35371
35372 \begin_layout Plain Layout
35373
35374
35375 \backslash
35376 raisebox{-
35377 \backslash
35378 depth}[0pt]{
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \begin_inset Quotes fld
35385 \end_inset
35386
35387 empêcher
35388 \begin_inset Quotes frd
35389 \end_inset
35390
35391
35392 \begin_inset ERT
35393 status collapsed
35394
35395 \begin_layout Plain Layout
35396
35397 }
35398 \end_layout
35399
35400 \end_inset
35401
35402  comme mot abaissé.
35403 \begin_inset Newline newline
35404 \end_inset
35405
35406
35407 \begin_inset Newline newline
35408 \end_inset
35409
35410 Cette ligne de texte contient le mot 
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416
35417 \backslash
35418 raisebox{0.5cm}[0pt]{
35419 \end_layout
35420
35421 \end_inset
35422
35423
35424 \begin_inset Quotes fld
35425 \end_inset
35426
35427 tester
35428 \begin_inset Quotes frd
35429 \end_inset
35430
35431
35432 \begin_inset ERT
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436
35437 }
35438 \end_layout
35439
35440 \end_inset
35441
35442  comme mot élevé.
35443 \end_layout
35444
35445 \begin_layout Section
35446 Boîtes colorées
35447 \begin_inset CommandInset label
35448 LatexCommand label
35449 name "sec:Boîtes-colorées"
35450
35451 \end_inset
35452
35453
35454 \begin_inset Index idx
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458 Boîtes ! Couleur
35459 \end_layout
35460
35461 \end_inset
35462
35463
35464 \end_layout
35465
35466 \begin_layout Standard
35467 Pour mettre le fond d'une boîte en couleurs, il suffit de sélectionner la
35468  couleur désirée dans la fenêtre de dialogue de la boîte.
35469  Voici par exemple une boîte avec un fond orangé:
35470 \lang english
35471  
35472 \begin_inset Box Frameless
35473 position "t"
35474 hor_pos "c"
35475 has_inner_box 1
35476 inner_pos "t"
35477 use_parbox 0
35478 use_makebox 1
35479 width ""
35480 special "none"
35481 height "1in"
35482 height_special "totalheight"
35483 thickness "0.4pt"
35484 separation "3pt"
35485 shadowsize "4pt"
35486 framecolor "black"
35487 backgroundcolor "orange"
35488 status open
35489
35490 \begin_layout Plain Layout
35491 Boîte avec un fond orangé
35492 \end_layout
35493
35494 \end_inset
35495
35496
35497 \end_layout
35498
35499 \begin_layout Standard
35500 Si vous utilisez la décoration 
35501 \family sans
35502 Cadre
35503 \begin_inset space ~
35504 \end_inset
35505
35506 rectangulaire
35507 \begin_inset space ~
35508 \end_inset
35509
35510 simple
35511 \family default
35512 , vous pouvez colorer le cadre.
35513  Dans ce cas vous devez colorer également le fond (\SpecialChar LyX
35514  le met implicitement
35515  en blanc).
35516  voici un exemple: 
35517 \begin_inset Box Boxed
35518 position "t"
35519 hor_pos "c"
35520 has_inner_box 0
35521 inner_pos "t"
35522 use_parbox 0
35523 use_makebox 0
35524 width ""
35525 special "none"
35526 height "1in"
35527 height_special "totalheight"
35528 thickness "0.4pt"
35529 separation "3pt"
35530 shadowsize "4pt"
35531 framecolor "teal"
35532 backgroundcolor "yellow"
35533 status open
35534
35535 \begin_layout Plain Layout
35536 Box with teal frame color and yellow background color
35537 \end_layout
35538
35539 \end_inset
35540
35541
35542 \end_layout
35543
35544 \begin_layout Standard
35545 \begin_inset VSpace bigskip
35546 \end_inset
35547
35548 Vous pouvez bien sûr obtenir du texte coloré dans une boîte dont le fond
35549  est en couleurs:
35550 \begin_inset Newline newline
35551 \end_inset
35552
35553
35554 \begin_inset Box Boxed
35555 position "t"
35556 hor_pos "c"
35557 has_inner_box 0
35558 inner_pos "t"
35559 use_parbox 0
35560 use_makebox 0
35561 width ""
35562 special "none"
35563 height "1in"
35564 height_special "totalheight"
35565 thickness "0.4pt"
35566 separation "3pt"
35567 shadowsize "4pt"
35568 framecolor "cyan"
35569 backgroundcolor "magenta"
35570 status open
35571
35572 \begin_layout Plain Layout
35573
35574 \color yellow
35575 Ce texte est coloré dans une boîte colorée et encadrée.
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 \begin_inset VSpace bigskip
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \begin_layout Standard
35591 S'il vous faut une couleur autre que celles qui sont prédéfinies, vous pouvez
35592  définir vos propres couleurs comme c'est décrit dans la section
35593 \begin_inset space ~
35594 \end_inset
35595
35596
35597 \begin_inset CommandInset ref
35598 LatexCommand ref
35599 reference "sec:Tableaux-Colorés"
35600
35601 \end_inset
35602
35603 .
35604  Pour cela vous devez saisir la boîte ne code TeX.
35605 \end_layout
35606
35607 \begin_layout Standard
35608 Les boîtes à fond coloré sont créées par la commande 
35609 \series bold
35610
35611 \backslash
35612 colorbox
35613 \series default
35614 .
35615  Elle est utilisée avec la syntaxe suivante :
35616 \end_layout
35617
35618 \begin_layout Standard
35619
35620 \series bold
35621
35622 \backslash
35623 colorbox{couleur}{contenu de la boîte}
35624 \end_layout
35625
35626 \begin_layout Standard
35627 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35628  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35629  un mot sur fond 
35630 \emph on
35631 vertfonce
35632 \emph default
35633 , insérez la commande 
35634 \end_layout
35635
35636 \begin_layout Standard
35637
35638 \series bold
35639
35640 \backslash
35641 colorbox{vertfonce}{
35642 \end_layout
35643
35644 \begin_layout Standard
35645 avant le mot en code \SpecialChar TeX
35646 .
35647  Insérez l'accolade fermante 
35648 \begin_inset Quotes fld
35649 \end_inset
35650
35651 }
35652 \begin_inset Quotes frd
35653 \end_inset
35654
35655  après le mot, en code \SpecialChar TeX
35656 .
35657 \begin_inset Newline newline
35658 \end_inset
35659
35660 Voici le résultat :
35661 \end_layout
35662
35663 \begin_layout Standard
35664 Cette ligne de texte contient le mot
35665 \begin_inset ERT
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670
35671 \backslash
35672 colorbox{vertfonce}{
35673 \end_layout
35674
35675 \end_inset
35676
35677
35678 \begin_inset Quotes fld
35679 \end_inset
35680
35681 Attention!
35682 \begin_inset Quotes frd
35683 \end_inset
35684
35685
35686 \begin_inset ERT
35687 status collapsed
35688
35689 \begin_layout Plain Layout
35690
35691 }
35692 \end_layout
35693
35694 \end_inset
35695
35696  sur fond vertfonce.
35697 \end_layout
35698
35699 \begin_layout Standard
35700 Les boîtes avec fond et cadre colorés sont créées via la commande 
35701 \series bold
35702
35703 \backslash
35704 fcolorbox
35705 \series default
35706  avec la syntaxe suivante :
35707 \end_layout
35708
35709 \begin_layout Standard
35710
35711 \series bold
35712
35713 \backslash
35714 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35715 \end_layout
35716
35717 \begin_layout Section
35718 Boîtes pivotées et redimensionnées
35719 \end_layout
35720
35721 \begin_layout Standard
35722 Pour pouvoir utiliser les boîtes décrites ci-après, le module 
35723 \family sans
35724 BoîtesGraphiques
35725 \family default
35726  oit être vchargé via les paramètres du document.
35727 \end_layout
35728
35729 \begin_layout Standard
35730 \begin_inset Note Greyedout
35731 status open
35732
35733 \begin_layout Plain Layout
35734
35735 \series bold
35736 Note:
35737 \series default
35738  La plupart des visualiseurs DVI ne sont 
35739 \emph on
35740 pas
35741 \emph default
35742  capables d'afficher des rotations ou des redimensionnements.
35743 \end_layout
35744
35745 \end_inset
35746
35747
35748 \end_layout
35749
35750 \begin_layout Standard
35751 \begin_inset Note Greyedout
35752 status open
35753
35754 \begin_layout Plain Layout
35755
35756 \series bold
35757 Note:
35758 \series default
35759  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35760  redimensionnée.
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \end_layout
35767
35768 \begin_layout Subsection
35769 Boîtes pivotées
35770 \begin_inset Index idx
35771 status collapsed
35772
35773 \begin_layout Plain Layout
35774 Boîtes ! pivotées
35775 \end_layout
35776
35777 \end_inset
35778
35779
35780 \begin_inset Index idx
35781 status collapsed
35782
35783 \begin_layout Plain Layout
35784 Pivoter des objets
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \end_layout
35791
35792 \begin_layout Standard
35793 Pour faire tourner des objets, vous pouvez les mettre dans une 
35794 \family sans
35795 BoîtePivotée
35796 \family default
35797 .
35798  Une telle boîte est insérée via le menu 
35799 \family sans
35800 Insertion\SpecialChar menuseparator
35801 Inserts personnalisables\SpecialChar menuseparator
35802 BoîtePivotée
35803 \family default
35804 .
35805 \end_layout
35806
35807 \begin_layout Standard
35808 La position du pivot peut être précisée via l'insert 
35809 \family sans
35810 Origine
35811 \family default
35812  (menu 
35813 \family sans
35814 Insertion\SpecialChar menuseparator
35815 Origine
35816 \family default
35817 ) sous la forme 
35818 \series bold
35819 origin=position
35820 \series default
35821 .
35822  Les valeurs suivantes sont possibles pour la position: 
35823 \emph on
35824 c
35825 \emph default
35826  (centre), 
35827 \emph on
35828 l
35829 \emph default
35830  (gauche/
35831 \lang english
35832 left
35833 \lang french
35834 ), 
35835 \emph on
35836 r
35837 \emph default
35838  (droite/
35839 \lang english
35840 right
35841 \lang french
35842 ), 
35843 \emph on
35844 b
35845 \emph default
35846  (bas/
35847 \lang english
35848 bottom
35849 \lang french
35850 ), 
35851 \emph on
35852 t
35853 \emph default
35854  (haut/
35855 \lang english
35856 top
35857 \lang french
35858 ), et aussi des combinaisons des quatre positions de base.
35859  Par exemple 
35860 \emph on
35861 lt
35862 \emph default
35863  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35864  Quand on ne donne pas d'origine, la position 
35865 \emph on
35866 l
35867 \emph default
35868  est utilisée.
35869  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35870  ou négatif.
35871  Le sens positif de rotation est anti-horaire.
35872 \end_layout
35873
35874 \begin_layout Standard
35875 Dans l'exemple qui suit, 
35876 \series bold
35877 origin=c
35878 \series default
35879  a été saisi dans l'insert 
35880 \family sans
35881 Origin
35882 \family default
35883  et 
35884 \series bold
35885 60
35886 \series default
35887  a été saisi dans l'insert 
35888 \family sans
35889 Angle
35890 \family default
35891 .
35892 \end_layout
35893
35894 \begin_layout Standard
35895 Voici une ligne avec du 
35896 \begin_inset Flex Rotatebox
35897 status open
35898
35899 \begin_layout Plain Layout
35900 \begin_inset Argument 1
35901 status open
35902
35903 \begin_layout Plain Layout
35904 origin=c
35905 \end_layout
35906
35907 \end_inset
35908
35909
35910 \begin_inset Argument 2
35911 status open
35912
35913 \begin_layout Plain Layout
35914 60
35915 \end_layout
35916
35917 \end_inset
35918
35919 texte pivoté
35920 \end_layout
35921
35922 \end_inset
35923
35924 .
35925 \end_layout
35926
35927 \begin_layout Standard
35928 La boîte peut contenir une autre boîte ou une formule en ligne :
35929 \end_layout
35930
35931 \begin_layout Standard
35932 Voici une ligne avec du 
35933 \begin_inset Flex Rotatebox
35934 status open
35935
35936 \begin_layout Plain Layout
35937 \begin_inset Argument 1
35938 status open
35939
35940 \begin_layout Plain Layout
35941 origin=r
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \begin_inset Argument 2
35948 status open
35949
35950 \begin_layout Plain Layout
35951 -60
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \begin_inset Box Doublebox
35958 position "c"
35959 hor_pos "c"
35960 has_inner_box 0
35961 inner_pos "c"
35962 use_parbox 0
35963 use_makebox 0
35964 width "1in"
35965 special "width"
35966 height "1in"
35967 height_special "totalheight"
35968 thickness "0.4pt"
35969 separation "3pt"
35970 shadowsize "4pt"
35971 framecolor "black"
35972 backgroundcolor "none"
35973 status collapsed
35974
35975 \begin_layout Plain Layout
35976 texte pivoté
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \end_layout
35983
35984 \end_inset
35985
35986  et encadré 
35987 \begin_inset Flex Rotatebox
35988 status open
35989
35990 \begin_layout Plain Layout
35991 \begin_inset Argument 1
35992 status open
35993
35994 \begin_layout Plain Layout
35995 origin=lb
35996 \end_layout
35997
35998 \end_inset
35999
36000
36001 \begin_inset Argument 2
36002 status open
36003
36004 \begin_layout Plain Layout
36005 60
36006 \end_layout
36007
36008 \end_inset
36009
36010
36011 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \end_inset
36018
36019  et une formule.
36020 \end_layout
36021
36022 \begin_layout Standard
36023 ou encore une figure ou un tableau :
36024 \end_layout
36025
36026 \begin_layout Standard
36027 Voici une ligne 
36028 \begin_inset Flex Rotatebox
36029 status open
36030
36031 \begin_layout Plain Layout
36032 \begin_inset Argument 1
36033 status open
36034
36035 \begin_layout Plain Layout
36036 origin=lb
36037 \end_layout
36038
36039 \end_inset
36040
36041
36042 \begin_inset Argument 2
36043 status open
36044
36045 \begin_layout Plain Layout
36046 90
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \begin_inset Graphics
36053         filename ../clipart/platypus.eps
36054         lyxscale 50
36055         width 25col%
36056
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \end_inset
36063
36064  avec une image pivotée de 90° 
36065 \begin_inset Flex Rotatebox
36066 status open
36067
36068 \begin_layout Plain Layout
36069 \begin_inset Argument 2
36070 status open
36071
36072 \begin_layout Plain Layout
36073 -90
36074 \end_layout
36075
36076 \end_inset
36077
36078
36079 \begin_inset Tabular
36080 <lyxtabular version="3" rows="2" columns="2">
36081 <features tabularvalignment="middle">
36082 <column alignment="center" valignment="top">
36083 <column alignment="center" valignment="top">
36084 <row>
36085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Plain Layout
36089 q
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 w
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109 e
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 r
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 </lyxtabular>
36125
36126 \end_inset
36127
36128
36129 \end_layout
36130
36131 \end_inset
36132
36133  et un tableau.
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 Figures ! Pivotées
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \begin_inset Index idx
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 Tableau ! Pivoter
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \end_layout
36155
36156 \begin_layout Standard
36157
36158 \lang english
36159 \begin_inset Note Greyedout
36160 status open
36161
36162 \begin_layout Plain Layout
36163
36164 \series bold
36165 Nota:
36166 \series default
36167  si l'insert 
36168 \family sans
36169 Angle
36170 \family default
36171  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36172  \SpecialChar LaTeX
36173  à l'affichage ou l'exportation du document.
36174 \end_layout
36175
36176 \end_inset
36177
36178
36179 \end_layout
36180
36181 \begin_layout Subsection
36182 Les boîtes redimensionnées
36183 \begin_inset Index idx
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187 Boîtes ! Redimensionnées
36188 \end_layout
36189
36190 \end_inset
36191
36192
36193 \begin_inset Index idx
36194 status collapsed
36195
36196 \begin_layout Plain Layout
36197 Redimensionner des objets
36198 \end_layout
36199
36200 \end_inset
36201
36202
36203 \end_layout
36204
36205 \begin_layout Standard
36206 Pour redimensionner des objets, il faut les insérer dans une 
36207 \family sans
36208 BoîteÉchelle
36209 \family default
36210 , et pour cela utiliser le menu 
36211 \family sans
36212 Insertion\SpecialChar menuseparator
36213 Inserts personnalisables\SpecialChar menuseparator
36214 BoîteÉchelle
36215 \family default
36216 .
36217 \end_layout
36218
36219 \begin_layout Standard
36220 L'insert 
36221 \family sans
36222 BoîteÉchelle
36223 \family default
36224  comporte un insert obligatoire 
36225 \family sans
36226 Facteur-H 
36227 \family default
36228 et un insert facultatif 
36229 \family sans
36230 Facteur-V
36231 \family default
36232  (ouvert via le menu 
36233 \family sans
36234 Insertion\SpecialChar menuseparator
36235 Facteur-V)
36236 \family default
36237 .
36238  Saisir dans ceux-ci les facteurs d'échelle respectivement horizontal et
36239  vertical.
36240  Si aucun facteur vertical n'est spécifié, le facteur horizontal sera utilisé
36241  comme facteur vertical.
36242 \end_layout
36243
36244 \begin_layout Standard
36245 Pour doubler la taille du texte par rapport à la taille de texte du document,
36246  saisir 
36247 \series bold
36248 2
36249 \series default
36250  dans l'insert 
36251 \family sans
36252 Facteur-H:
36253 \family default
36254  
36255 \begin_inset Flex Scalebox
36256 status open
36257
36258 \begin_layout Plain Layout
36259 \begin_inset Argument 1
36260 status open
36261
36262 \begin_layout Plain Layout
36263 2
36264 \end_layout
36265
36266 \end_inset
36267
36268 Bonjour
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \end_layout
36275
36276 \begin_layout Standard
36277
36278 \series bold
36279 2
36280 \series default
36281  comme 
36282 \family sans
36283 Facteur-H
36284 \family default
36285  et 
36286 \series bold
36287 1
36288 \series default
36289  comme
36290 \family sans
36291  Facteur-V
36292 \family default
36293  déforme le texte: 
36294 \begin_inset Flex Scalebox
36295 status open
36296
36297 \begin_layout Plain Layout
36298 \begin_inset Argument 1
36299 status open
36300
36301 \begin_layout Plain Layout
36302 2
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \begin_inset Argument 2
36309 status open
36310
36311 \begin_layout Plain Layout
36312 1
36313 \end_layout
36314
36315 \end_inset
36316
36317 Bonjour
36318 \end_layout
36319
36320 \end_inset
36321
36322 .
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Si le facteur d'échelle est négatif, le contenu de la boîte sera en miroir.
36327  par conséquent 
36328 \series bold
36329 -1
36330 \series default
36331  comme
36332 \family sans
36333  Facteur-H
36334 \family default
36335  et 
36336 \series bold
36337 1
36338 \series default
36339  comme
36340 \family sans
36341  Facteur-V 
36342 \family default
36343 permet de créer de l'écriture en miroir: 
36344 \begin_inset Flex Scalebox
36345 status open
36346
36347 \begin_layout Plain Layout
36348 \begin_inset Argument 1
36349 status open
36350
36351 \begin_layout Plain Layout
36352 -1
36353 \end_layout
36354
36355 \end_inset
36356
36357
36358 \begin_inset Argument 2
36359 status open
36360
36361 \begin_layout Plain Layout
36362 1
36363 \end_layout
36364
36365 \end_inset
36366
36367 Bonjour
36368 \end_layout
36369
36370 \end_inset
36371
36372
36373 \end_layout
36374
36375 \begin_layout Standard
36376
36377 \series bold
36378 1
36379 \series default
36380  comme
36381 \family sans
36382  Facteur-H
36383 \family default
36384  et 
36385 \series bold
36386 -1
36387 \series default
36388  comme
36389 \family sans
36390  Facteur-V
36391 \family default
36392  réfléchit le texte 
36393 \begin_inset Flex Scalebox
36394 status open
36395
36396 \begin_layout Plain Layout
36397 \begin_inset Argument 1
36398 status open
36399
36400 \begin_layout Plain Layout
36401 1
36402 \end_layout
36403
36404 \end_inset
36405
36406
36407 \begin_inset Argument 2
36408 status open
36409
36410 \begin_layout Plain Layout
36411 -1
36412 \end_layout
36413
36414 \end_inset
36415
36416 Bonjour
36417 \end_layout
36418
36419 \end_inset
36420
36421  sous la ligne de base.
36422 \end_layout
36423
36424 \begin_layout Standard
36425 La 
36426 \family sans
36427 BoîteMiroir
36428 \family default
36429  (menu 
36430 \family sans
36431 Insertion\SpecialChar menuseparator
36432 Inserts personnalisables\SpecialChar menuseparator
36433 BoîteMiroir)
36434 \family default
36435  est équivalente à 
36436 \series bold
36437 -1
36438 \series default
36439  comme
36440 \family sans
36441  Facteur-H
36442 \family default
36443  et 
36444 \series bold
36445 1
36446 \series default
36447  comme
36448 \family sans
36449  Facteur-V
36450 \family default
36451  pour une 
36452 \family sans
36453 BoîteÉchelle
36454 \family default
36455 .
36456 \end_layout
36457
36458 \begin_layout Standard
36459
36460 \lang english
36461 \begin_inset Note Greyedout
36462 status open
36463
36464 \begin_layout Plain Layout
36465
36466 \series bold
36467 Nota:
36468 \series default
36469  si l'insert 
36470 \family sans
36471 Facteur-H
36472 \family default
36473  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36474  \SpecialChar LaTeX
36475  à l'affichage ou l'exportation du document.
36476 \end_layout
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \begin_layout Standard
36484 \begin_inset VSpace bigskip
36485 \end_inset
36486
36487 La 
36488 \family sans
36489 BoîteRetaillée
36490 \family default
36491  (menu 
36492 \family sans
36493 Insertion\SpecialChar menuseparator
36494 Inserts personnalisables\SpecialChar menuseparator
36495 BoîteRetaillée
36496 \family default
36497 ) est utilisée pour redimensionner le contenu à une hauteur et largeur définie.
36498  L'insert 
36499 \family sans
36500 BoîteRetaillée
36501 \family default
36502  comporte un insert obligatoire 
36503 \family sans
36504 Largeur
36505 \family default
36506  et un insert facultatif 
36507 \family sans
36508 Hauteur
36509 \family default
36510  (obtenu via 
36511 \family sans
36512 Insertion\SpecialChar menuseparator
36513 Hauteur)
36514 \family default
36515 .
36516  Saisir respectivement la largeur et la hauteur comme un nombre doté d'une
36517  unité.
36518  Le tableau
36519 \begin_inset space ~
36520 \end_inset
36521
36522  
36523 \begin_inset CommandInset ref
36524 LatexCommand ref
36525 reference "tab:Unités"
36526
36527 \end_inset
36528
36529  énumère les unités possibles.
36530  S'il y a un point d'exclamation 
36531 \series bold
36532 !
36533 \series default
36534  dans un des deux inserts, la taille est ajustée pour conserver le rapport
36535  d'aspect de la boîte.
36536  S'il n'y a pas d'insert 
36537 \family sans
36538 Hauteur
36539 \family default
36540 , un point d'exclamation sera introduit de manière interne en tant que hauteur.
36541  
36542 \end_layout
36543
36544 \begin_layout Standard
36545
36546 \series bold
36547 2cm
36548 \series default
36549  comme 
36550 \family sans
36551 Largeur
36552 \family default
36553  et 
36554 \series bold
36555 1cm
36556 \series default
36557  comme 
36558 \family sans
36559 Hauteur
36560 \family default
36561  produit: 
36562 \begin_inset Flex Resizebox
36563 status open
36564
36565 \begin_layout Plain Layout
36566 \begin_inset Argument 1
36567 status open
36568
36569 \begin_layout Plain Layout
36570 2cm
36571 \end_layout
36572
36573 \end_inset
36574
36575
36576 \begin_inset Argument 2
36577 status open
36578
36579 \begin_layout Plain Layout
36580 1cm
36581 \end_layout
36582
36583 \end_inset
36584
36585 Bonjour
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \begin_inset Newline newline
36592 \end_inset
36593
36594
36595 \series bold
36596 2cm
36597 \series default
36598  comme 
36599 \family sans
36600 Largeur
36601 \family default
36602  et 
36603 \series bold
36604 !
36605 \series default
36606  comme 
36607 \family sans
36608 Hauteur
36609 \family default
36610  (ou aucune
36611 \family sans
36612  Hauteur
36613 \family default
36614 ) produit: 
36615 \begin_inset Flex Resizebox
36616 status open
36617
36618 \begin_layout Plain Layout
36619 \begin_inset Argument 1
36620 status open
36621
36622 \begin_layout Plain Layout
36623 2cm
36624 \end_layout
36625
36626 \end_inset
36627
36628
36629 \begin_inset Argument 2
36630 status open
36631
36632 \begin_layout Plain Layout
36633 !
36634 \end_layout
36635
36636 \end_inset
36637
36638 Bonjour
36639 \end_layout
36640
36641 \end_inset
36642
36643
36644 \end_layout
36645
36646 \begin_layout Standard
36647 \begin_inset Note Greyedout
36648 status open
36649
36650 \begin_layout Plain Layout
36651
36652 \series bold
36653 Nota:
36654 \series default
36655  si l'insert 
36656 \family sans
36657 Largeur
36658 \family default
36659  est vide ou contient autre chose que des nombres, vous aurez des erreurs
36660  \SpecialChar LaTeX
36661  à l'affichage ou l'exportation du document.
36662 \end_layout
36663
36664 \end_inset
36665
36666
36667 \end_layout
36668
36669 \begin_layout Standard
36670 \begin_inset VSpace bigskip
36671 \end_inset
36672
36673
36674 \end_layout
36675
36676 \begin_layout Standard
36677 Les boîtes peuvent être combinée dans n'importe quel ordre.
36678  Par exemple voici une
36679 \family sans
36680  BoîteMiroir
36681 \family default
36682  
36683 \family sans
36684 dans une BoîteRetaillée 
36685 \family default
36686 qui est à son tour dans une 
36687 \family sans
36688 BoîtePivotée
36689 \family default
36690 :
36691 \end_layout
36692
36693 \begin_layout Standard
36694 \noindent
36695 \align center
36696 \begin_inset Flex Rotatebox
36697 status open
36698
36699 \begin_layout Plain Layout
36700 \begin_inset Argument 1
36701 status open
36702
36703 \begin_layout Plain Layout
36704 origin=c
36705 \end_layout
36706
36707 \end_inset
36708
36709
36710 \begin_inset Argument 2
36711 status open
36712
36713 \begin_layout Plain Layout
36714 -45
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \begin_inset Flex Resizebox
36721 status open
36722
36723 \begin_layout Plain Layout
36724 \begin_inset Argument 1
36725 status open
36726
36727 \begin_layout Plain Layout
36728 2cm
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset Flex Reflectbox
36735 status open
36736
36737 \begin_layout Plain Layout
36738 Bonjour
36739 \end_layout
36740
36741 \end_inset
36742
36743
36744 \end_layout
36745
36746 \end_inset
36747
36748
36749 \end_layout
36750
36751 \end_inset
36752
36753
36754 \end_layout
36755
36756 \begin_layout Standard
36757 \noindent
36758 Les images, les tableaux et les formules sont autorisées comme contenu de
36759  boîte :
36760 \end_layout
36761
36762 \begin_layout Standard
36763 \noindent
36764 \align center
36765 \begin_inset Flex Resizebox
36766 status open
36767
36768 \begin_layout Plain Layout
36769 \begin_inset Argument 1
36770 status open
36771
36772 \begin_layout Plain Layout
36773 2cm
36774 \end_layout
36775
36776 \end_inset
36777
36778
36779 \begin_inset Flex Reflectbox
36780 status open
36781
36782 \begin_layout Plain Layout
36783 \begin_inset Graphics
36784         filename ../clipart/platypus.eps
36785         lyxscale 50
36786         width 25col%
36787
36788 \end_inset
36789
36790
36791 \end_layout
36792
36793 \end_inset
36794
36795
36796 \end_layout
36797
36798 \end_inset
36799
36800  
36801 \begin_inset Flex Resizebox
36802 status open
36803
36804 \begin_layout Plain Layout
36805 \begin_inset Argument 1
36806 status open
36807
36808 \begin_layout Plain Layout
36809 2cm
36810 \end_layout
36811
36812 \end_inset
36813
36814
36815 \begin_inset Flex Reflectbox
36816 status open
36817
36818 \begin_layout Plain Layout
36819 \begin_inset Tabular
36820 <lyxtabular version="3" rows="2" columns="2">
36821 <features tabularvalignment="middle">
36822 <column alignment="center" valignment="top">
36823 <column alignment="center" valignment="top">
36824 <row>
36825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36826 \begin_inset Text
36827
36828 \begin_layout Plain Layout
36829 q
36830 \end_layout
36831
36832 \end_inset
36833 </cell>
36834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36835 \begin_inset Text
36836
36837 \begin_layout Plain Layout
36838 w
36839 \end_layout
36840
36841 \end_inset
36842 </cell>
36843 </row>
36844 <row>
36845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36846 \begin_inset Text
36847
36848 \begin_layout Plain Layout
36849 e
36850 \end_layout
36851
36852 \end_inset
36853 </cell>
36854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858 r
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 </row>
36864 </lyxtabular>
36865
36866 \end_inset
36867
36868
36869 \end_layout
36870
36871 \end_inset
36872
36873
36874 \end_layout
36875
36876 \end_inset
36877
36878  
36879 \begin_inset Flex Resizebox
36880 status open
36881
36882 \begin_layout Plain Layout
36883 \begin_inset Argument 1
36884 status open
36885
36886 \begin_layout Plain Layout
36887 3cm
36888 \end_layout
36889
36890 \end_inset
36891
36892
36893 \begin_inset Flex Reflectbox
36894 status open
36895
36896 \begin_layout Plain Layout
36897 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36898 \end_inset
36899
36900
36901 \end_layout
36902
36903 \end_inset
36904
36905
36906 \end_layout
36907
36908 \end_inset
36909
36910
36911 \begin_inset Index idx
36912 status collapsed
36913
36914 \begin_layout Plain Layout
36915 Figures ! Redimensionnées
36916 \end_layout
36917
36918 \end_inset
36919
36920
36921 \begin_inset Index idx
36922 status collapsed
36923
36924 \begin_layout Plain Layout
36925 Tableau ! Redimensionner
36926 \end_layout
36927
36928 \end_inset
36929
36930
36931 \end_layout
36932
36933 \begin_layout Standard
36934 Quand on utilise le style global de formule 
36935 \series bold
36936 fleqn
36937 \series default
36938  dans le document
36939 \begin_inset Foot
36940 status collapsed
36941
36942 \begin_layout Plain Layout
36943 Quand 
36944 \begin_inset Quotes fld
36945 \end_inset
36946
36947 fleqn
36948 \begin_inset Quotes frd
36949 \end_inset
36950
36951  est ajouté aux options de la classe de document.
36952 \end_layout
36953
36954 \end_inset
36955
36956 , les formules hors texte peuvent aussi être redimensionnées.
36957 \end_layout
36958
36959 \begin_layout Chapter
36960 Objets entourés par du texte
36961 \begin_inset Index idx
36962 status collapsed
36963
36964 \begin_layout Plain Layout
36965 Entourés par du texte
36966 \end_layout
36967
36968 \end_inset
36969
36970
36971 \end_layout
36972
36973 \begin_layout Section
36974 Flottant d'enrobage
36975 \begin_inset CommandInset label
36976 LatexCommand label
36977 name "sec:Flottant-d'enrobage"
36978
36979 \end_inset
36980
36981
36982 \begin_inset Index idx
36983 status collapsed
36984
36985 \begin_layout Plain Layout
36986 Flottants ! Flottants d'enrobage
36987 \end_layout
36988
36989 \end_inset
36990
36991
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 Entourés par du texte ! Flottants d'enrobage
36997 \end_layout
36998
36999 \end_inset
37000
37001
37002 \end_layout
37003
37004 \begin_layout Standard
37005 \begin_inset Wrap figure
37006 lines 0
37007 placement l
37008 overhang 1cm
37009 width "40col%"
37010 status open
37011
37012 \begin_layout Plain Layout
37013 \begin_inset Graphics
37014         filename ../clipart/mobius.eps
37015         width 40col%
37016         scaleBeforeRotation
37017         rotateOrigin center
37018
37019 \end_inset
37020
37021
37022 \end_layout
37023
37024 \begin_layout Plain Layout
37025 \begin_inset Caption Standard
37026
37027 \begin_layout Plain Layout
37028 \begin_inset CommandInset label
37029 LatexCommand label
37030 name "fig:Figure-enrobée"
37031
37032 \end_inset
37033
37034 Ceci est une figure habillée.
37035 \end_layout
37036
37037 \end_inset
37038
37039
37040 \end_layout
37041
37042 \end_inset
37043
37044  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37045  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37046  Vous pouvez en insérer un en utilisant le menu 
37047 \family sans
37048 Insertion\SpecialChar menuseparator
37049 Flottant\SpecialChar menuseparator
37050 Flottant
37051 \begin_inset space ~
37052 \end_inset
37053
37054 d'enrobage
37055 \family default
37056  à la condition que le paquetage \SpecialChar LaTeX
37057  
37058 \series bold
37059 wrapfig
37060 \series default
37061
37062 \begin_inset Index idx
37063 status collapsed
37064
37065 \begin_layout Plain Layout
37066 Paquetages \SpecialChar LaTeX
37067  ! wrapfig
37068 \end_layout
37069
37070 \end_inset
37071
37072  soit installé.
37073 \begin_inset Foot
37074 status collapsed
37075
37076 \begin_layout Plain Layout
37077 Voyez dans la manuel 
37078 \emph on
37079 Configuration
37080 \begin_inset space ~
37081 \end_inset
37082
37083 \SpecialChar LaTeX
37084  
37085 \emph default
37086 comment installer des paquetages \SpecialChar LaTeX
37087 .
37088 \end_layout
37089
37090 \end_inset
37091
37092  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37093  sur la boîte du flottant.
37094  Les paramètres obligatoires sont l'
37095 \family sans
37096 Emplacement
37097 \family default
37098  et la 
37099 \family sans
37100 Largeur
37101 \family default
37102 .
37103  Les paramètres facultatifs sont le 
37104 \family sans
37105 Débordement
37106 \family default
37107  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37108  de la page et la 
37109 \family sans
37110 Porté de la ligne
37111 \family default
37112  qui précise le nombre approximatif de lignes dont le flottant va avoir
37113  besoin.
37114  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37115  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37116  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37117  à faire flotter le flottant
37118  à l'intérieur du paragraphe ou vers les autres paragraphes.
37119  La figure
37120 \begin_inset space ~
37121 \end_inset
37122
37123
37124 \begin_inset CommandInset ref
37125 LatexCommand ref
37126 reference "fig:Figure-enrobée"
37127
37128 \end_inset
37129
37130  est un exemple de flottant d'enrobage avec une largeur de 40
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 col%, un débordement de 1
37135 \begin_inset space \thinspace{}
37136 \end_inset
37137
37138 cm et placé à gauche.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 \begin_inset Note Greyedout
37143 status open
37144
37145 \begin_layout Plain Layout
37146
37147 \series bold
37148 Note:
37149 \series default
37150  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37151  figure trop près du bas de page peut tout chambouler et faire que le flottant
37152  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37153  de texte.
37154 \end_layout
37155
37156 \end_inset
37157
37158
37159 \end_layout
37160
37161 \begin_layout Standard
37162 En général:
37163 \end_layout
37164
37165 \begin_layout Itemize
37166 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37167  qui risquent de passer à la page suivante.
37168  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37169  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37170  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37171  de page.
37172 \end_layout
37173
37174 \begin_layout Itemize
37175 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37176  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37177 e.
37178 \end_layout
37179
37180 \begin_layout Itemize
37181 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37182  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37183  texte entre les deux, comme séparateur.
37184 \end_layout
37185
37186 \begin_layout Itemize
37187 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37188  ou les tableaux.
37189 \end_layout
37190
37191 \begin_layout Itemize
37192 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37193  chapitre
37194 \begin_inset space ~
37195 \end_inset
37196
37197
37198 \begin_inset CommandInset ref
37199 LatexCommand ref
37200 reference "chap:Flottants"
37201
37202 \end_inset
37203
37204 .
37205 \end_layout
37206
37207 \begin_layout Section
37208 Objets fixes entourés par du texte
37209 \begin_inset Index idx
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213 Entouré par du texte ! Objets fixes
37214 \end_layout
37215
37216 \end_inset
37217
37218
37219 \end_layout
37220
37221 \begin_layout Standard
37222 Les flottants d'enrobage décrits dans la section
37223 \begin_inset space \thinspace{}
37224 \end_inset
37225
37226
37227 \begin_inset CommandInset ref
37228 LatexCommand ref
37229 reference "sec:Flottant-d'enrobage"
37230
37231 \end_inset
37232
37233  prennent les positions suivantes dans le paragraphe :
37234 \begin_inset Separator parbreak
37235 \end_inset
37236
37237
37238 \end_layout
37239
37240 \begin_layout Standard
37241 \noindent
37242 \align center
37243 \begin_inset Tabular
37244 <lyxtabular version="3" rows="2" columns="2">
37245 <features tabularvalignment="middle">
37246 <column alignment="center" valignment="top">
37247 <column alignment="center" valignment="top">
37248 <row>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253 \begin_inset Info
37254 type  "icon"
37255 arg   "dialog-show-new-inset graphics"
37256 \end_inset
37257
37258
37259 \end_layout
37260
37261 \end_inset
37262 </cell>
37263 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37264 \begin_inset Text
37265
37266 \begin_layout Plain Layout
37267 texte
37268 \end_layout
37269
37270 \end_inset
37271 </cell>
37272 </row>
37273 <row>
37274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37275 \begin_inset Text
37276
37277 \begin_layout Plain Layout
37278 texte
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287 texte
37288 \end_layout
37289
37290 \end_inset
37291 </cell>
37292 </row>
37293 </lyxtabular>
37294
37295 \end_inset
37296
37297  ou 
37298 \begin_inset Tabular
37299 <lyxtabular version="3" rows="2" columns="2">
37300 <features tabularvalignment="middle">
37301 <column alignment="center" valignment="top">
37302 <column alignment="center" valignment="top">
37303 <row>
37304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308 texte
37309 \end_layout
37310
37311 \end_inset
37312 </cell>
37313 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37314 \begin_inset Text
37315
37316 \begin_layout Plain Layout
37317 \begin_inset Info
37318 type  "icon"
37319 arg   "dialog-show-new-inset graphics"
37320 \end_inset
37321
37322
37323 \end_layout
37324
37325 \end_inset
37326 </cell>
37327 </row>
37328 <row>
37329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37330 \begin_inset Text
37331
37332 \begin_layout Plain Layout
37333 texte
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37339 \begin_inset Text
37340
37341 \begin_layout Plain Layout
37342 texte
37343 \end_layout
37344
37345 \end_inset
37346 </cell>
37347 </row>
37348 </lyxtabular>
37349
37350 \end_inset
37351
37352
37353 \end_layout
37354
37355 \begin_layout Standard
37356 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37357  par exemple pour avoir une de ces positions :
37358 \begin_inset VSpace defskip
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \begin_layout Standard
37365 \noindent
37366 \align center
37367 \begin_inset Tabular
37368 <lyxtabular version="3" rows="2" columns="2">
37369 <features tabularvalignment="middle">
37370 <column alignment="center" valignment="top">
37371 <column alignment="center" valignment="top">
37372 <row>
37373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37374 \begin_inset Text
37375
37376 \begin_layout Plain Layout
37377 texte
37378 \end_layout
37379
37380 \end_inset
37381 </cell>
37382 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37383 \begin_inset Text
37384
37385 \begin_layout Plain Layout
37386 texte
37387 \end_layout
37388
37389 \end_inset
37390 </cell>
37391 </row>
37392 <row>
37393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37394 \begin_inset Text
37395
37396 \begin_layout Plain Layout
37397 \begin_inset Info
37398 type  "icon"
37399 arg   "dialog-show-new-inset graphics"
37400 \end_inset
37401
37402
37403 \end_layout
37404
37405 \end_inset
37406 </cell>
37407 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37408 \begin_inset Text
37409
37410 \begin_layout Plain Layout
37411 texte
37412 \end_layout
37413
37414 \end_inset
37415 </cell>
37416 </row>
37417 </lyxtabular>
37418
37419 \end_inset
37420
37421  
37422 \begin_inset Tabular
37423 <lyxtabular version="3" rows="2" columns="2">
37424 <features tabularvalignment="middle">
37425 <column alignment="center" valignment="top">
37426 <column alignment="center" valignment="top">
37427 <row>
37428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432 texte
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 texte
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 </row>
37447 <row>
37448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37449 \begin_inset Text
37450
37451 \begin_layout Plain Layout
37452 texte
37453 \end_layout
37454
37455 \end_inset
37456 </cell>
37457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37458 \begin_inset Text
37459
37460 \begin_layout Plain Layout
37461 \begin_inset Info
37462 type  "icon"
37463 arg   "dialog-show-new-inset graphics"
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470 </cell>
37471 </row>
37472 </lyxtabular>
37473
37474 \end_inset
37475
37476  
37477 \begin_inset Tabular
37478 <lyxtabular version="3" rows="2" columns="3">
37479 <features tabularvalignment="middle">
37480 <column alignment="center" valignment="top">
37481 <column alignment="center" valignment="top">
37482 <column alignment="center" valignment="top">
37483 <row>
37484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37485 \begin_inset Text
37486
37487 \begin_layout Plain Layout
37488 texte
37489 \end_layout
37490
37491 \end_inset
37492 </cell>
37493 <cell alignment="center" valignment="top" topline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497 \begin_inset Info
37498 type  "icon"
37499 arg   "dialog-show-new-inset graphics"
37500 \end_inset
37501
37502
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37508 \begin_inset Text
37509
37510 \begin_layout Plain Layout
37511 texte
37512 \end_layout
37513
37514 \end_inset
37515 </cell>
37516 </row>
37517 <row>
37518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37519 \begin_inset Text
37520
37521 \begin_layout Plain Layout
37522 texte
37523 \end_layout
37524
37525 \end_inset
37526 </cell>
37527 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37528 \begin_inset Text
37529
37530 \begin_layout Plain Layout
37531 texte
37532 \end_layout
37533
37534 \end_inset
37535 </cell>
37536 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37537 \begin_inset Text
37538
37539 \begin_layout Plain Layout
37540 texte
37541 \end_layout
37542
37543 \end_inset
37544 </cell>
37545 </row>
37546 </lyxtabular>
37547
37548 \end_inset
37549
37550  
37551 \begin_inset Tabular
37552 <lyxtabular version="3" rows="2" columns="3">
37553 <features tabularvalignment="middle">
37554 <column alignment="center" valignment="top">
37555 <column alignment="center" valignment="top">
37556 <column alignment="center" valignment="top">
37557 <row>
37558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37559 \begin_inset Text
37560
37561 \begin_layout Plain Layout
37562 texte
37563 \end_layout
37564
37565 \end_inset
37566 </cell>
37567 <cell alignment="center" valignment="top" topline="true" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571 texte
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37577 \begin_inset Text
37578
37579 \begin_layout Plain Layout
37580 texte
37581 \end_layout
37582
37583 \end_inset
37584 </cell>
37585 </row>
37586 <row>
37587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37588 \begin_inset Text
37589
37590 \begin_layout Plain Layout
37591 texte
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600 \begin_inset Info
37601 type  "icon"
37602 arg   "dialog-show-new-inset graphics"
37603 \end_inset
37604
37605
37606 \end_layout
37607
37608 \end_inset
37609 </cell>
37610 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614 texte
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 </row>
37620 </lyxtabular>
37621
37622 \end_inset
37623
37624
37625 \end_layout
37626
37627 \begin_layout Standard
37628 \noindent
37629 \align center
37630 \begin_inset Tabular
37631 <lyxtabular version="3" rows="3" columns="2">
37632 <features tabularvalignment="middle">
37633 <column alignment="center" valignment="top">
37634 <column alignment="center" valignment="top">
37635 <row>
37636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640 texte
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37646 \begin_inset Text
37647
37648 \begin_layout Plain Layout
37649 texte
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 </row>
37655 <row>
37656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660 \begin_inset Info
37661 type  "icon"
37662 arg   "dialog-show-new-inset graphics"
37663 \end_inset
37664
37665
37666 \end_layout
37667
37668 \end_inset
37669 </cell>
37670 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37671 \begin_inset Text
37672
37673 \begin_layout Plain Layout
37674 texte
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 </row>
37680 <row>
37681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37682 \begin_inset Text
37683
37684 \begin_layout Plain Layout
37685 texte
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37691 \begin_inset Text
37692
37693 \begin_layout Plain Layout
37694 texte
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 </row>
37700 </lyxtabular>
37701
37702 \end_inset
37703
37704  
37705 \begin_inset Tabular
37706 <lyxtabular version="3" rows="3" columns="3">
37707 <features tabularvalignment="middle">
37708 <column alignment="center" valignment="top">
37709 <column alignment="center" valignment="top">
37710 <column alignment="center" valignment="top">
37711 <row>
37712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37713 \begin_inset Text
37714
37715 \begin_layout Plain Layout
37716 texte
37717 \end_layout
37718
37719 \end_inset
37720 </cell>
37721 <cell alignment="center" valignment="top" topline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 texte
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 texte
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 <row>
37741 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 texte
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 <cell alignment="center" valignment="top" usebox="none">
37751 \begin_inset Text
37752
37753 \begin_layout Plain Layout
37754 \begin_inset Info
37755 type  "icon"
37756 arg   "dialog-show-new-inset graphics"
37757 \end_inset
37758
37759
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 texte
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 </row>
37774 <row>
37775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37776 \begin_inset Text
37777
37778 \begin_layout Plain Layout
37779 texte
37780 \end_layout
37781
37782 \end_inset
37783 </cell>
37784 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788 texte
37789 \end_layout
37790
37791 \end_inset
37792 </cell>
37793 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37794 \begin_inset Text
37795
37796 \begin_layout Plain Layout
37797 texte
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 </row>
37803 </lyxtabular>
37804
37805 \end_inset
37806
37807  
37808 \begin_inset Tabular
37809 <lyxtabular version="3" rows="3" columns="2">
37810 <features tabularvalignment="middle">
37811 <column alignment="center" valignment="top">
37812 <column alignment="center" valignment="top">
37813 <row>
37814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 texte
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37824 \begin_inset Text
37825
37826 \begin_layout Plain Layout
37827 texte
37828 \end_layout
37829
37830 \end_inset
37831 </cell>
37832 </row>
37833 <row>
37834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37835 \begin_inset Text
37836
37837 \begin_layout Plain Layout
37838 texte
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847 \begin_inset Info
37848 type  "icon"
37849 arg   "dialog-show-new-inset graphics"
37850 \end_inset
37851
37852
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 <row>
37859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863 texte
37864 \end_layout
37865
37866 \end_inset
37867 </cell>
37868 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872 texte
37873 \end_layout
37874
37875 \end_inset
37876 </cell>
37877 </row>
37878 </lyxtabular>
37879
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \begin_layout Standard
37886 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37887  
37888 \end_layout
37889
37890 \begin_layout Standard
37891 \noindent
37892
37893 \series bold
37894 picinpar
37895 \series default
37896
37897 \begin_inset Index idx
37898 status collapsed
37899
37900 \begin_layout Plain Layout
37901 Paquetages \SpecialChar LaTeX
37902  ! picinpar
37903 \end_layout
37904
37905 \end_inset
37906
37907 .
37908  Voici un exemple :
37909 \end_layout
37910
37911 \begin_layout Standard
37912 \begin_inset ERT
37913 status collapsed
37914
37915 \begin_layout Plain Layout
37916
37917
37918 \backslash
37919 ifpicinpar
37920 \end_layout
37921
37922 \end_inset
37923
37924
37925 \begin_inset Note Note
37926 status open
37927
37928 \begin_layout Plain Layout
37929 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37930  
37931 \series bold
37932 picinpar
37933 \series default
37934  a été installé.
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \end_layout
37941
37942 \begin_layout Standard
37943 \begin_inset ERT
37944 status collapsed
37945
37946 \begin_layout Plain Layout
37947
37948
37949 \backslash
37950 begin{window}[2,c,{
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \begin_inset Graphics
37957         filename ../clipart/mobius.eps
37958         lyxscale 60
37959         width 40col%
37960         scaleBeforeRotation
37961         rotateOrigin center
37962
37963 \end_inset
37964
37965
37966 \begin_inset ERT
37967 status collapsed
37968
37969 \begin_layout Plain Layout
37970
37971 },]
37972 \end_layout
37973
37974 \begin_layout Plain Layout
37975
37976 {}
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \size small
37983 \lang english
37984 It was in the spring of the year 1894 that all London was interested, and
37985  the fashionable world dismayed, by the murder of the Honourable Ronald
37986  Adair under most unusual and inexplicable circumstances.
37987  The public has already learned those particulars of the crime which
37988 \size default
37989
37990 \begin_inset ERT
37991 status collapsed
37992
37993 \begin_layout Plain Layout
37994
37995
37996 \backslash
37997 footnotemark{}
37998 \end_layout
37999
38000 \end_inset
38001
38002
38003 \size small
38004  came out in the police investigation, but a good deal was suppressed upon
38005  that occasion, since the case for the prosecution was so overwhelmingly
38006  strong that it was not necessary to bring forward all the facts.
38007  Only now, at the end of nearly ten years, am I allowed to supply those
38008  missing links which make up the whole of that remarkable chain
38009 \lang french
38010 .
38011 \size default
38012
38013 \begin_inset ERT
38014 status collapsed
38015
38016 \begin_layout Plain Layout
38017
38018
38019 \backslash
38020 end{window}
38021 \end_layout
38022
38023 \end_inset
38024
38025
38026 \end_layout
38027
38028 \begin_layout Standard
38029 \begin_inset ERT
38030 status collapsed
38031
38032 \begin_layout Plain Layout
38033
38034
38035 \backslash
38036 footnotetext{
38037 \end_layout
38038
38039 \end_inset
38040
38041 Note de pied de page du paragraphe avec objet fixe.
38042 \begin_inset ERT
38043 status collapsed
38044
38045 \begin_layout Plain Layout
38046
38047 }
38048 \end_layout
38049
38050 \end_inset
38051
38052
38053 \end_layout
38054
38055 \begin_layout Standard
38056 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38057  d'eux et leur position est déterminée par le nombre de lignes de texte
38058  situées audessus d'eux.
38059  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38060  numérotée.
38061 \end_layout
38062
38063 \begin_layout Standard
38064 Un objet fixe enrobé est inséré en ajoutant la commande
38065 \end_layout
38066
38067 \begin_layout Standard
38068
38069 \series bold
38070
38071 \backslash
38072 begin{window}[2,c,{
38073 \end_layout
38074
38075 \begin_layout Standard
38076 en code \SpecialChar TeX
38077  au debut du paragraphe.
38078  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38079  dessus de l'objet, le second, ici 'c', la position de l'objet.
38080  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38081  ) sont possibles.
38082  Après la commande, vous insérez votre objet.
38083  Dans cet exemple, c'est une image avec une largeur de 40
38084 \begin_inset space \thinspace{}
38085 \end_inset
38086
38087 % de la colonne de texte qui a été insérée.
38088  L'objet peut aussi être un tableau, une boîte ou une équation.
38089  Après l'objet, on insère la commande
38090 \end_layout
38091
38092 \begin_layout Standard
38093
38094 \series bold
38095 },texte de description ]
38096 \begin_inset Newline newline
38097 \end_inset
38098
38099 {}
38100 \end_layout
38101
38102 \begin_layout Standard
38103 Notez que le 
38104 \begin_inset Quotes fld
38105 \end_inset
38106
38107
38108 \series bold
38109 {}
38110 \series default
38111
38112 \begin_inset Quotes frd
38113 \end_inset
38114
38115  est sur la deuxième ligne.
38116  Le texte de description est facultatif.
38117  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38118  il doit donc commence juste après le 
38119 \series bold
38120 {}
38121 \series default
38122 .
38123  A la fin du paragraphe on insère la commande :
38124 \end_layout
38125
38126 \begin_layout Standard
38127
38128 \series bold
38129
38130 \backslash
38131 end{window}
38132 \end_layout
38133
38134 \begin_layout Standard
38135 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38136  ajouter des notes de pied de page de la façon habituelle.
38137  Vous devez utiliser la commande 
38138 \series bold
38139
38140 \backslash
38141 footnotemark
38142 \series default
38143  à l'intérieur du paragraphe et la commande 
38144 \series bold
38145
38146 \backslash
38147 footnotetext
38148 \series default
38149  à l'extérieur, comme décrit dans la section
38150 \begin_inset space \thinspace{}
38151 \end_inset
38152
38153
38154 \begin_inset CommandInset ref
38155 LatexCommand ref
38156 reference "sec:Notes-bas-de-page"
38157
38158 \end_inset
38159
38160 .
38161 \end_layout
38162
38163 \begin_layout Standard
38164 \begin_inset ERT
38165 status collapsed
38166
38167 \begin_layout Plain Layout
38168
38169
38170 \backslash
38171 else
38172 \end_layout
38173
38174 \end_inset
38175
38176
38177 \begin_inset Note Note
38178 status open
38179
38180 \begin_layout Plain Layout
38181 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38182  
38183 \series bold
38184 picinpar
38185 \series default
38186  n'est pas installé :
38187 \end_layout
38188
38189 \end_inset
38190
38191
38192 \end_layout
38193
38194 \begin_layout Standard
38195 Vous devez installer le paquetage \SpecialChar LaTeX
38196  
38197 \series bold
38198 picinpar
38199 \series default
38200  pour voir la suite de cette section dans la sortie imprimée.
38201 \end_layout
38202
38203 \begin_layout Standard
38204 \begin_inset ERT
38205 status collapsed
38206
38207 \begin_layout Plain Layout
38208
38209
38210 \backslash
38211 fi
38212 \end_layout
38213
38214 \end_inset
38215
38216
38217 \end_layout
38218
38219 \begin_layout Section
38220 Lettrines
38221 \begin_inset Index idx
38222 status collapsed
38223
38224 \begin_layout Plain Layout
38225 Lettrines
38226 \end_layout
38227
38228 \end_inset
38229
38230
38231 \begin_inset Index idx
38232 status collapsed
38233
38234 \begin_layout Plain Layout
38235 Entouré par du texte ! Lettrines
38236 \end_layout
38237
38238 \end_inset
38239
38240
38241 \end_layout
38242
38243 \begin_layout Standard
38244 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38245  
38246 \series bold
38247 lettrine
38248 \series default
38249
38250 \begin_inset Index idx
38251 status collapsed
38252
38253 \begin_layout Plain Layout
38254 Paquetages \SpecialChar LaTeX
38255  ! lettrine
38256 \end_layout
38257
38258 \end_inset
38259
38260  doit être installé et vous devez utiliser le module Initiales (
38261 \begin_inset space ~
38262 \end_inset
38263
38264 menu 
38265 \family sans
38266 Document\SpecialChar menuseparator
38267 Paramètres\SpecialChar menuseparator
38268 Modules
38269 \family default
38270
38271 \begin_inset space ~
38272 \end_inset
38273
38274 ).
38275  Pour insérer une lettrine, utilisez le style 
38276 \family sans
38277 Initial
38278 \family default
38279 .
38280  Les paramètres sont insérés avec le menu 
38281 \family sans
38282 Insertion
38283 \family default
38284 .
38285  Le paramètre obligatoire 
38286 \family sans
38287 \lang english
38288 Initial
38289 \family default
38290 \lang french
38291  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38292 \family sans
38293 \lang english
38294 Rest
38295 \begin_inset space ~
38296 \end_inset
38297
38298 of
38299 \begin_inset space ~
38300 \end_inset
38301
38302 Initial
38303 \family default
38304  
38305 \lang french
38306 contient
38307 \lang english
38308  the rest of the word or text of the initial letter(s)
38309 \lang french
38310 .
38311  Le paramètre 
38312 \family sans
38313 \lang english
38314 Options
38315 \family default
38316 \lang french
38317  contient paramètres pour modifier la lettrine.
38318  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38319  du paquetage 
38320 \series bold
38321 lettrine
38322 \series default
38323
38324 \begin_inset CommandInset citation
38325 LatexCommand cite
38326 key "lettrine"
38327
38328 \end_inset
38329
38330 .
38331  Le style lui-même contient le texte qui doit entourer la lettrine.
38332  Le style habituel est par conséquent que le mot dont la première lettre
38333  est l'initiale soit en 
38334 \shape smallcaps
38335 petites capitales
38336 \shape default
38337 .
38338 \end_layout
38339
38340 \begin_layout Standard
38341 \begin_inset Newpage pagebreak
38342 \end_inset
38343
38344
38345 \end_layout
38346
38347 \begin_layout Standard
38348 Voici quelques exemples
38349 \begin_inset space ~
38350 \end_inset
38351
38352 :
38353 \end_layout
38354
38355 \begin_layout Standard
38356 \begin_inset ERT
38357 status collapsed
38358
38359 \begin_layout Plain Layout
38360
38361
38362 \backslash
38363 iflettrine
38364 \end_layout
38365
38366 \end_inset
38367
38368
38369 \begin_inset Note Note
38370 status open
38371
38372 \begin_layout Plain Layout
38373 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38374  
38375 \series bold
38376 lettrine
38377 \series default
38378  a été installé.
38379 \end_layout
38380
38381 \end_inset
38382
38383
38384 \end_layout
38385
38386 \begin_layout Enumerate
38387 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38388  mathématique 
38389 \begin_inset Formula $\mathfrak{Fraktur}$
38390 \end_inset
38391
38392 :
38393 \begin_inset Separator parbreak
38394 \end_inset
38395
38396
38397 \end_layout
38398
38399 \begin_deeper
38400 \begin_layout Initial
38401 \begin_inset Argument 2
38402 status open
38403
38404 \begin_layout Plain Layout
38405 \begin_inset Formula $\mathfrak{I}$
38406 \end_inset
38407
38408
38409 \end_layout
38410
38411 \end_inset
38412
38413
38414 \begin_inset Argument 3
38415 status open
38416
38417 \begin_layout Plain Layout
38418 t
38419 \end_layout
38420
38421 \end_inset
38422
38423  
38424 \lang english
38425 was in the spring of the year 1894 that all London was interested, and the
38426  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38427  under most unusual and inexplicable circumstances.
38428  The public has already learned those particulars of the crime which came
38429  out in the police investigation, but a good deal was suppressed upon that
38430  occasion, since the case for the prosecution was so overwhelmingly strong
38431  that it was not necessary to bring forward all the facts.
38432 \end_layout
38433
38434 \end_deeper
38435 \begin_layout Enumerate
38436 L'initiale est entourée par une seule ligne et est formée de deux lettres
38437  dans la police standard ; aucun texte n'est écrit en petites capitales
38438 \begin_inset space ~
38439 \end_inset
38440
38441 :
38442 \begin_inset Separator parbreak
38443 \end_inset
38444
38445
38446 \end_layout
38447
38448 \begin_deeper
38449 \begin_layout Initial
38450 \begin_inset Argument 1
38451 status open
38452
38453 \begin_layout Plain Layout
38454 lines=1
38455 \end_layout
38456
38457 \end_inset
38458
38459
38460 \begin_inset Argument 2
38461 status open
38462
38463 \begin_layout Plain Layout
38464 It
38465 \end_layout
38466
38467 \end_inset
38468
38469  
38470 \lang english
38471 was in the spring of the year 1894 that all London was interested, and the
38472  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38473  under most unusual and inexplicable circumstances.
38474  The public has already learned those particulars of the crime which came
38475  out in the police investigation, but a good deal was suppressed upon that
38476  occasion, since the case for the prosecution was so overwhelmingly strong
38477  that it was not necessary to bring forward all the facts.
38478 \end_layout
38479
38480 \end_deeper
38481 \begin_layout Enumerate
38482 Initiale descendante sur 3
38483 \begin_inset space ~
38484 \end_inset
38485
38486 lignes en magenta en police mathématique
38487 \begin_inset Newline newline
38488 \end_inset
38489
38490
38491 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38492 \end_inset
38493
38494 , le texte 
38495 \begin_inset Quotes fld
38496 \end_inset
38497
38498
38499 \lang english
38500 t was in the spring
38501 \lang french
38502
38503 \begin_inset Quotes frd
38504 \end_inset
38505
38506  est en 
38507 \shape smallcaps
38508 petites capitales
38509 \shape default
38510  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38511  avant l'initiale
38512 \begin_inset space ~
38513 \end_inset
38514
38515 :
38516 \begin_inset Newline newline
38517 \end_inset
38518
38519
38520 \series bold
38521
38522 \backslash
38523 renewcommand{
38524 \backslash
38525 LettrineFontHook}{
38526 \backslash
38527 color{couleur}}
38528 \series default
38529
38530 \begin_inset Newline newline
38531 \end_inset
38532
38533 où la 
38534 \emph on
38535 couleur
38536 \emph default
38537  peut être 
38538 \begin_inset Quotes fld
38539 \end_inset
38540
38541 red
38542 \begin_inset Quotes frd
38543 \end_inset
38544
38545
38546 \begin_inset Quotes fld
38547 \end_inset
38548
38549 blue
38550 \begin_inset Quotes frd
38551 \end_inset
38552
38553
38554 \begin_inset Quotes fld
38555 \end_inset
38556
38557 green
38558 \begin_inset Quotes frd
38559 \end_inset
38560
38561
38562 \begin_inset Quotes fld
38563 \end_inset
38564
38565 yellow
38566 \begin_inset Quotes frd
38567 \end_inset
38568
38569
38570 \begin_inset Quotes fld
38571 \end_inset
38572
38573 cyan
38574 \begin_inset Quotes frd
38575 \end_inset
38576
38577
38578 \begin_inset Quotes fld
38579 \end_inset
38580
38581 magenta
38582 \begin_inset Quotes frd
38583 \end_inset
38584
38585
38586 \begin_inset Quotes fld
38587 \end_inset
38588
38589 black
38590 \begin_inset Quotes frd
38591 \end_inset
38592
38593  ou 
38594 \begin_inset Quotes fld
38595 \end_inset
38596
38597 white
38598 \begin_inset Quotes frd
38599 \end_inset
38600
38601 .
38602  On doit aussi ajouter la commande suivante au préambule du document
38603 \begin_inset space ~
38604 \end_inset
38605
38606 :
38607 \begin_inset Newline newline
38608 \end_inset
38609
38610
38611 \series bold
38612
38613 \backslash
38614 @ifundefined{textcolor}
38615 \begin_inset Newline newline
38616 \end_inset
38617
38618
38619 \begin_inset space ~
38620 \end_inset
38621
38622 {
38623 \backslash
38624 usepackage{color}}{}
38625 \series default
38626
38627 \begin_inset Separator parbreak
38628 \end_inset
38629
38630
38631 \end_layout
38632
38633 \begin_deeper
38634 \begin_layout Standard
38635 \begin_inset ERT
38636 status collapsed
38637
38638 \begin_layout Plain Layout
38639
38640
38641 \backslash
38642 renewcommand{
38643 \backslash
38644 LettrineFontHook}{
38645 \backslash
38646 color{magenta}}
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \begin_inset Note Note
38653 status collapsed
38654
38655 \begin_layout Plain Layout
38656 colore la lettrine en magenta
38657 \end_layout
38658
38659 \end_inset
38660
38661
38662 \end_layout
38663
38664 \begin_layout Initial
38665 \begin_inset Argument 1
38666 status open
38667
38668 \begin_layout Plain Layout
38669 lines=3, lhang=0.33, loversize=0.25
38670 \end_layout
38671
38672 \end_inset
38673
38674
38675 \begin_inset Argument 2
38676 status open
38677
38678 \begin_layout Plain Layout
38679 \begin_inset Formula $\mathcal{I}$
38680 \end_inset
38681
38682
38683 \end_layout
38684
38685 \end_inset
38686
38687
38688 \begin_inset Argument 3
38689 status open
38690
38691 \begin_layout Plain Layout
38692
38693 \lang english
38694 t was in the spring
38695 \end_layout
38696
38697 \end_inset
38698
38699
38700 \lang english
38701  of the year 1894 that all London was interested, and the fashionable world
38702  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38703  and inexplicable circumstances.
38704  The public has already learned those particulars of the crime which came
38705  out in the police investigation, but a good deal was suppressed upon that
38706  occasion, since the case for the prosecution was so overwhelmingly strong
38707  that it was not necessary to bring forward all the facts.
38708 \end_layout
38709
38710 \end_deeper
38711 \begin_layout Standard
38712 \begin_inset ERT
38713 status collapsed
38714
38715 \begin_layout Plain Layout
38716
38717
38718 \backslash
38719 else
38720 \end_layout
38721
38722 \end_inset
38723
38724
38725 \begin_inset Note Note
38726 status open
38727
38728 \begin_layout Plain Layout
38729 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38730  
38731 \series bold
38732 lettrine
38733 \series default
38734  n'est pas installé :
38735 \end_layout
38736
38737 \end_inset
38738
38739
38740 \end_layout
38741
38742 \begin_layout Standard
38743 Vous devez installer le paquetage \SpecialChar LaTeX
38744  
38745 \series bold
38746 lettrine
38747 \series default
38748  pour voir la suite de cette section dans la sortie imprimée.
38749 \end_layout
38750
38751 \begin_layout Standard
38752 \begin_inset ERT
38753 status collapsed
38754
38755 \begin_layout Plain Layout
38756
38757
38758 \backslash
38759 fi
38760 \end_layout
38761
38762 \end_inset
38763
38764
38765 \end_layout
38766
38767 \begin_layout Chapter
38768 Trucs externes
38769 \begin_inset Index idx
38770 status collapsed
38771
38772 \begin_layout Plain Layout
38773 Trucs externes
38774 \end_layout
38775
38776 \end_inset
38777
38778
38779 \end_layout
38780
38781 \begin_layout Standard
38782 Avec le menu 
38783 \family sans
38784 Insertion\SpecialChar menuseparator
38785 Fichier
38786 \family default
38787  vous pouvez insérer un contenu externe à votre document.
38788  Ce contenu peut être :
38789 \end_layout
38790
38791 \begin_layout Description
38792 Document
38793 \begin_inset space ~
38794 \end_inset
38795
38796 \SpecialChar LyX
38797  Un autre document \SpecialChar LyX
38798  ; son contenu est directement inséré dans votre document.
38799 \end_layout
38800
38801 \begin_layout Description
38802 Texte
38803 \begin_inset space ~
38804 \end_inset
38805
38806 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38807 e.
38808 \end_layout
38809
38810 \begin_layout Description
38811 Texte
38812 \begin_inset space ~
38813 \end_inset
38814
38815 Brut
38816 \begin_inset space ~
38817 \end_inset
38818
38819 par
38820 \begin_inset space ~
38821 \end_inset
38822
38823 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38824  Les lignes vides créent un nouveau paragraphe dans votre document.
38825 \end_layout
38826
38827 \begin_layout Description
38828 Objet
38829 \begin_inset space ~
38830 \end_inset
38831
38832 Externe Fichiers de formats variés.
38833 \end_layout
38834
38835 \begin_layout Description
38836 Sous-document Documents \SpecialChar LyX
38837  ou \SpecialChar LaTeX
38838 .
38839 \end_layout
38840
38841 \begin_layout Section
38842 Objets externes 
38843 \begin_inset Index idx
38844 status collapsed
38845
38846 \begin_layout Plain Layout
38847 Trucs externes ! Objets Externes
38848 \end_layout
38849
38850 \end_inset
38851
38852
38853 \end_layout
38854
38855 \begin_layout Standard
38856 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38857  de fichiers dans votre document sans avoir à convertir ces derniers en
38858  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38859
38860  qui va s'occuper des conversions.
38861  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38862  \SpecialChar LyX
38863  des images dans des formats divers.
38864  Quand vous avez activé 
38865 \family sans
38866 Aperçu
38867 \begin_inset space ~
38868 \end_inset
38869
38870 sur
38871 \begin_inset space ~
38872 \end_inset
38873
38874 le
38875 \begin_inset space ~
38876 \end_inset
38877
38878 vif
38879 \family default
38880  dans le menu des préférences de \SpecialChar LyX
38881 , dans la rubrique 
38882 \family sans
38883 Apparence\SpecialChar menuseparator
38884 Graphiques
38885 \family default
38886 , les objets externes de type Dia et Xfig sont affichés directement dans
38887  \SpecialChar LyX
38888 .
38889 \end_layout
38890
38891 \begin_layout Standard
38892 On insère des objets externes en utilisant la fenêtre de dialogue 
38893 \family sans
38894 Objet
38895 \begin_inset space ~
38896 \end_inset
38897
38898 Externe
38899 \family default
38900  qui est accessible via le menu 
38901 \family sans
38902 Insertion\SpecialChar menuseparator
38903 Fichiers\SpecialChar menuseparator
38904 Objet
38905 \begin_inset space ~
38906 \end_inset
38907
38908 Externe
38909 \family default
38910 .
38911  Actuellement les types de fichiers (
38912 \family sans
38913 Modèles
38914 \family default
38915 ) suivants sont autorisés :
38916 \end_layout
38917
38918 \begin_layout Description
38919 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38920  par le programme 
38921 \series bold
38922
38923 \begin_inset CommandInset href
38924 LatexCommand href
38925 name "XBoard"
38926 target "http://fr.wikipedia.org/wiki/XBoard"
38927
38928 \end_inset
38929
38930
38931 \series default
38932 .
38933 \end_layout
38934
38935 \begin_layout Description
38936 Date Ce modèle insère la date sous la forme 
38937 \emph on
38938 Jour-Mois-Année
38939 \emph default
38940 .
38941  Voici un exemple de date insérée comme objet externe : 
38942 \begin_inset External
38943         template Date
38944         filename .
38945
38946 \end_inset
38947
38948
38949 \begin_inset space ~
38950 \end_inset
38951
38952
38953 \begin_inset Note Note
38954 status collapsed
38955
38956 \begin_layout Plain Layout
38957 Retirer l'espace protégé quand le bug 4398 sera résolu !
38958 \end_layout
38959
38960 \end_inset
38961
38962
38963 \begin_inset Newline newline
38964 \end_inset
38965
38966 La date n'apparaîtra pas dans \SpecialChar LyX
38967 , mais seulement dans la sortie imprimée.
38968  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38969 \family sans
38970 Insertion\SpecialChar menuseparator
38971 Date
38972 \family default
38973  et avec la commande \SpecialChar LaTeX
38974  
38975 \series bold
38976
38977 \backslash
38978 today
38979 \series default
38980  entrée comme code \SpecialChar TeX
38981 .
38982  Ces différentes méthodes sont comparée dans le tableau
38983 \begin_inset space ~
38984 \end_inset
38985
38986
38987 \begin_inset CommandInset ref
38988 LatexCommand ref
38989 reference "tab:Comparaison-des-dates"
38990
38991 \end_inset
38992
38993 .
38994 \end_layout
38995
38996 \begin_layout Description
38997 Diagramme
38998 \begin_inset space ~
38999 \end_inset
39000
39001 Dia Ce modèle accepte les diagrammes créés avec le programme 
39002 \series bold
39003
39004 \begin_inset CommandInset href
39005 LatexCommand href
39006 name "Dia"
39007 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39008
39009 \end_inset
39010
39011
39012 \series default
39013 .
39014 \end_layout
39015
39016 \begin_layout Description
39017 Tableur Avec ce modèle vous pouvez insérer des feuilles de calcul ou des
39018  tableaux dans le format de 
39019 \series bold
39020
39021 \begin_inset CommandInset href
39022 LatexCommand href
39023 name "Gnumeric"
39024 target "http://fr.wikipedia.org/wiki/Gnumeric"
39025
39026 \end_inset
39027
39028
39029 \series default
39030
39031 \begin_inset CommandInset href
39032 LatexCommand href
39033 name "OpenDocument"
39034 target "http://fr.wikipedia.org/wiki/OpenDocument"
39035
39036 \end_inset
39037
39038
39039 \begin_inset CommandInset href
39040 LatexCommand href
39041 name "Microsoft Office XML"
39042 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39043
39044 \end_inset
39045
39046  et 
39047 \begin_inset CommandInset href
39048 LatexCommand href
39049 name "Office Open XML"
39050 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39051
39052 \end_inset
39053
39054 .
39055  Pour cette fonction, \SpecialChar LyX
39056  doit pouvoir trouver le programme 
39057 \family typewriter
39058 ssconvert
39059 \family default
39060  au cours de sa configuration.
39061  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39062  même si vous n'avez pas de tableaux au format gnumeric.
39063  Pour des exemples et les limitations possibles, jetez un œil au fichier
39064  \SpecialChar LyX
39065  d'exemple, 
39066 \emph on
39067 spreadsheet.lyx
39068 \emph default
39069 .
39070 \end_layout
39071
39072 \begin_layout Description
39073 Musique
39074 \begin_inset space ~
39075 \end_inset
39076
39077 mise
39078 \begin_inset space ~
39079 \end_inset
39080
39081 en
39082 \begin_inset space ~
39083 \end_inset
39084
39085 forme
39086 \begin_inset space ~
39087 \end_inset
39088
39089 avec
39090 \begin_inset space ~
39091 \end_inset
39092
39093 Lilypond Ce modèle est utilisé avec des partitions musicales mises en forme
39094  par le programme 
39095 \series bold
39096
39097 \begin_inset CommandInset href
39098 LatexCommand href
39099 name "LilyPond"
39100 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39101
39102 \end_inset
39103
39104
39105 \series default
39106 .
39107  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39108  au fichier \SpecialChar LyX
39109  d'exemple 
39110 \emph on
39111 lilypond.lyx
39112 \emph default
39113 .
39114 \end_layout
39115
39116 \begin_layout Description
39117 Pages
39118 \begin_inset space ~
39119 \end_inset
39120
39121 PDF Ce modèle permet d'insérer des documents en PDF dans votre document.
39122  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39123  
39124 \emph on
39125 pages
39126 \emph default
39127  dans le champ 
39128 \family sans
39129 Option
39130 \family default
39131  dans l'onglet 
39132 \family sans
39133 Options \SpecialChar LaTeX
39134  et \SpecialChar LyX
39135
39136 \family default
39137 .
39138  L'argument de cette option est une liste d'éléments séparés par des virgules,
39139  contenant des numéros de pages (
39140 \begin_inset space ~
39141 \end_inset
39142
39143 insérez comme option 
39144 \series bold
39145 pages={3,5,6,8}
39146 \series default
39147
39148 \begin_inset space ~
39149 \end_inset
39150
39151 ), des plages de numéros de pages (
39152 \series bold
39153
39154 \begin_inset space ~
39155 \end_inset
39156
39157 pages={4-9}
39158 \series default
39159
39160 \begin_inset space ~
39161 \end_inset
39162
39163 ) ou n'importe quelle combinaison des deux.
39164  Pour insérer des pages vides, utilisez 
39165 \series bold
39166 {}
39167 \series default
39168 .
39169  Par exemple 
39170 \begin_inset space ~
39171 \end_inset
39172
39173
39174 \series bold
39175 pages={3,{},8-11,15}
39176 \series default
39177  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39178  15.
39179  Les plages de pages sont décrites avec la syntaxe 
39180 \emph on
39181 début-fin
39182 \emph default
39183  qui sélectionne toutes les pages de 
39184 \emph on
39185 début
39186 \emph default
39187  jusqu'à 
39188 \emph on
39189 fin
39190 \emph default
39191 .
39192  Si on omet 
39193 \emph on
39194 début
39195 \emph default
39196 , on commence implicitement à la première page ; de même, omettre 
39197 \emph on
39198 fin
39199 \emph default
39200  termine implicitement à la dernière page du document.
39201  La dernière page du document peut aussi être désignée par le mot-clé 
39202 \series bold
39203 last
39204 \series default
39205  (
39206 \begin_inset space ~
39207 \end_inset
39208
39209 ce dernier n'est accepté que pour une plage de pages
39210 \begin_inset space ~
39211 \end_inset
39212
39213 ).
39214  Donc 
39215 \series bold
39216 pages=-
39217 \series default
39218  va insérer toutes les pages du document et 
39219 \series bold
39220 pages=last-1
39221 \series default
39222  va insérer toutes les pages dans l'ordre inverse.
39223  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39224 \begin_inset Newline newline
39225 \end_inset
39226
39227 L'option 
39228 \series bold
39229 noautoscale
39230 \series default
39231  insère les pages avec leur taille d'origine, si cette option n'est pas
39232  donnée, les pages seront redimensionnées
39233 \begin_inset space \space{}
39234 \end_inset
39235
39236 pour tenir dans la largeur de page de votre document.
39237  Dans l'onglet 
39238 \family sans
39239 Taille
39240 \begin_inset space ~
39241 \end_inset
39242
39243 et
39244 \begin_inset space ~
39245 \end_inset
39246
39247 rotation
39248 \family default
39249  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39250  qu'une éventuelle rotation.
39251  Si vous utilisez une autre largeur que 100
39252 \begin_inset space \thinspace{}
39253 \end_inset
39254
39255 Échelle%, l'option 
39256 \series bold
39257 noautoscale
39258 \series default
39259  sera neutralisée.
39260  Pour plus d'information sur les options possibles, jetez un œil sur la
39261  documentation du paquetage \SpecialChar LaTeX
39262  
39263 \series bold
39264 pdfpages
39265 \series default
39266  
39267 \begin_inset CommandInset citation
39268 LatexCommand cite
39269 key "pdfpages"
39270
39271 \end_inset
39272
39273 .
39274 \begin_inset Index idx
39275 status collapsed
39276
39277 \begin_layout Plain Layout
39278 Paquetages \SpecialChar LaTeX
39279  ! pdfpages
39280 \end_layout
39281
39282 \end_inset
39283
39284
39285 \begin_inset Newline newline
39286 \end_inset
39287
39288 Pour utiliser ce modèle dans une présentation 
39289 \family sans
39290 Beamer
39291 \family default
39292  vous devez d'abord insérer un environnement 
39293 \family sans
39294 FinCadre
39295 \family default
39296  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39297  contenant la commande
39298  
39299 \series bold
39300
39301 \backslash
39302 setbeamertemplate{background canvas}{}
39303 \series default
39304 .
39305  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39306  que vous voulez.
39307  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39308  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39309  section.
39310  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39311  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39312  le modèle.
39313 \begin_inset Newline newline
39314 \end_inset
39315
39316 Voici un PDF incorporé basculé de -5°
39317 \begin_inset space ~
39318 \end_inset
39319
39320 °: 
39321 \begin_inset External
39322         template PDFPages
39323         filename ../clipart/Abstract.pdf
39324         extra LaTeX "noautoscale, pages=-"
39325         rotateAngle -5
39326         rotateOrigin bottomleft
39327
39328 \end_inset
39329
39330
39331 \end_layout
39332
39333 \begin_layout Description
39334 Image
39335 \begin_inset space ~
39336 \end_inset
39337
39338 tramée Ce modèle peut être utilisé pour les images matricielles (bitmap).
39339  Les images peuvent être traitées dans la fenêtre de dialogue 
39340 \family sans
39341 Objet
39342 \begin_inset space ~
39343 \end_inset
39344
39345 Externe
39346 \family default
39347  comme les images qui sont habituellement incorporées en utilisant le menu
39348  
39349 \family sans
39350 Insertion\SpecialChar menuseparator
39351 Graphique
39352 \family default
39353 , comme c'est décrit dans la section
39354 \begin_inset space ~
39355 \end_inset
39356
39357
39358 \begin_inset CommandInset ref
39359 LatexCommand ref
39360 reference "sec:Graphics-Dialog"
39361
39362 \end_inset
39363
39364 .
39365  Voici un exemple d'insertion d'image matricielle
39366 \begin_inset space ~
39367 \end_inset
39368
39369
39370 \begin_inset External
39371         template RasterImage
39372         filename ../clipart/ToolbarEnvBox.png
39373
39374 \end_inset
39375
39376
39377 \end_layout
39378
39379 \begin_layout Description
39380 Graphiques
39381 \begin_inset space ~
39382 \end_inset
39383
39384 vectoriels 
39385 \lang english
39386 This can be used for
39387 \lang french
39388  graphiques
39389 \begin_inset space ~
39390 \end_inset
39391
39392 vectoriels.
39393  Les graphiques peuvent être traitées dans la fenêtre de dialogue 
39394 \family sans
39395 Objet
39396 \begin_inset space ~
39397 \end_inset
39398
39399 Externe
39400 \family default
39401  comme les images qui sont habituellement incorporées en utilisant le menu
39402  
39403 \family sans
39404 Insertion\SpecialChar menuseparator
39405 Graphique
39406 \family default
39407 , comme c'est décrit dans la section
39408 \begin_inset space ~
39409 \end_inset
39410
39411
39412 \begin_inset CommandInset ref
39413 LatexCommand ref
39414 reference "sec:Graphics-Dialog"
39415
39416 \end_inset
39417
39418 .
39419  
39420 \lang english
39421 Here is an inserted vector graphics
39422 \lang french
39423
39424 \begin_inset External
39425         template VectorGraphics
39426         filename ../clipart/banner.svgz
39427         scale 50
39428
39429 \end_inset
39430
39431
39432 \end_layout
39433
39434 \begin_layout Description
39435 Figure
39436 \begin_inset space ~
39437 \end_inset
39438
39439 Xfig Ce modèle accepte les images créées avec le programme 
39440 \series bold
39441
39442 \begin_inset CommandInset href
39443 LatexCommand href
39444 name "Xfig"
39445 target "http://fr.wikipedia.org/wiki/Xfig"
39446
39447 \end_inset
39448
39449
39450 \series default
39451 .
39452 \end_layout
39453
39454 \begin_layout Standard
39455 \begin_inset Float table
39456 placement !h
39457 wide false
39458 sideways false
39459 status open
39460
39461 \begin_layout Plain Layout
39462 \begin_inset Caption Standard
39463
39464 \begin_layout Plain Layout
39465 \begin_inset CommandInset label
39466 LatexCommand label
39467 name "tab:Comparaison-des-dates"
39468
39469 \end_inset
39470
39471 Comparaison des méthodes d'insertion de la date.
39472 \end_layout
39473
39474 \end_inset
39475
39476
39477 \end_layout
39478
39479 \begin_layout Plain Layout
39480 \align center
39481 \begin_inset Tabular
39482 <lyxtabular version="3" rows="4" columns="4">
39483 <features tabularvalignment="middle">
39484 <column alignment="center" valignment="top">
39485 <column alignment="center" valignment="top">
39486 <column alignment="center" valignment="top">
39487 <column alignment="center" valignment="top">
39488 <row>
39489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39490 \begin_inset Text
39491
39492 \begin_layout Plain Layout
39493 Format du document
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
39503 \family sans
39504 Objet
39505 \begin_inset space ~
39506 \end_inset
39507
39508 Externe\SpecialChar menuseparator
39509 Date
39510 \end_layout
39511
39512 \end_inset
39513 </cell>
39514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39515 \begin_inset Text
39516
39517 \begin_layout Plain Layout
39518
39519 \family sans
39520 Insertion\SpecialChar menuseparator
39521 Date
39522 \end_layout
39523
39524 \end_inset
39525 </cell>
39526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39527 \begin_inset Text
39528
39529 \begin_layout Plain Layout
39530 commande 
39531 \series bold
39532
39533 \backslash
39534 today
39535 \end_layout
39536
39537 \end_inset
39538 </cell>
39539 </row>
39540 <row>
39541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39542 \begin_inset Text
39543
39544 \begin_layout Plain Layout
39545 \SpecialChar LyX
39546
39547 \end_layout
39548
39549 \end_inset
39550 </cell>
39551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39552 \begin_inset Text
39553
39554 \begin_layout Plain Layout
39555 comme boîte d'insert
39556 \end_layout
39557
39558 \end_inset
39559 </cell>
39560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39561 \begin_inset Text
39562
39563 \begin_layout Plain Layout
39564 comme date
39565 \end_layout
39566
39567 \end_inset
39568 </cell>
39569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39570 \begin_inset Text
39571
39572 \begin_layout Plain Layout
39573 comme boîte de code \SpecialChar TeX
39574
39575 \end_layout
39576
39577 \end_inset
39578 </cell>
39579 </row>
39580 <row>
39581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39582 \begin_inset Text
39583
39584 \begin_layout Plain Layout
39585 \SpecialChar LaTeX
39586
39587 \end_layout
39588
39589 \end_inset
39590 </cell>
39591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39592 \begin_inset Text
39593
39594 \begin_layout Plain Layout
39595 comme date
39596 \end_layout
39597
39598 \end_inset
39599 </cell>
39600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39601 \begin_inset Text
39602
39603 \begin_layout Plain Layout
39604 comme date
39605 \end_layout
39606
39607 \end_inset
39608 </cell>
39609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39610 \begin_inset Text
39611
39612 \begin_layout Plain Layout
39613 comme commande
39614 \end_layout
39615
39616 \end_inset
39617 </cell>
39618 </row>
39619 <row>
39620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39621 \begin_inset Text
39622
39623 \begin_layout Plain Layout
39624 DVI, PDF, PS
39625 \end_layout
39626
39627 \end_inset
39628 </cell>
39629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39630 \begin_inset Text
39631
39632 \begin_layout Plain Layout
39633 comme date
39634 \end_layout
39635
39636 \end_inset
39637 </cell>
39638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39639 \begin_inset Text
39640
39641 \begin_layout Plain Layout
39642 comme date
39643 \end_layout
39644
39645 \end_inset
39646 </cell>
39647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39648 \begin_inset Text
39649
39650 \begin_layout Plain Layout
39651 comme date date
39652 \end_layout
39653
39654 \end_inset
39655 </cell>
39656 </row>
39657 </lyxtabular>
39658
39659 \end_inset
39660
39661
39662 \end_layout
39663
39664 \end_inset
39665
39666
39667 \end_layout
39668
39669 \begin_layout Standard
39670 Quand vous activez l'option 
39671 \family sans
39672 Brouillon
39673 \family default
39674  de l'onglet 
39675 \family sans
39676 Fichier
39677 \family default
39678  de la fenêtre de dialogue 
39679 \family sans
39680 Objet
39681 \begin_inset space ~
39682 \end_inset
39683
39684 Externe
39685 \family default
39686 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39687 \begin_inset Newline newline
39688 \end_inset
39689
39690 Les objets externes apparaissent dans \SpecialChar LyX
39691 , soit comme une boîte comme celle-ci
39692  : 
39693 \begin_inset Graphics
39694         filename ../clipart/ExternalMaterial.png
39695         scale 75
39696         scaleBeforeRotation
39697
39698 \end_inset
39699
39700  soit comme une image, selon que vous avez ou non activé l'option 
39701 \family sans
39702 Afficher
39703 \begin_inset space ~
39704 \end_inset
39705
39706 dans
39707 \begin_inset space ~
39708 \end_inset
39709
39710 \SpecialChar LyX
39711
39712 \family default
39713  de l'onglet 
39714 \family sans
39715 Options \SpecialChar LaTeX
39716  et \SpecialChar LyX
39717
39718 \family default
39719  de la fenêtre de dialogue.
39720 \end_layout
39721
39722 \begin_layout Standard
39723 Le manuel 
39724 \family sans
39725 \emph on
39726 Personnalisation
39727 \family default
39728 \emph default
39729  explique comment vous pouvez créer vos propres modèles.
39730 \end_layout
39731
39732 \begin_layout Section
39733 Sous-documents
39734 \begin_inset CommandInset label
39735 LatexCommand label
39736 name "sec:Sous-documents"
39737
39738 \end_inset
39739
39740
39741 \begin_inset Index idx
39742 status collapsed
39743
39744 \begin_layout Plain Layout
39745 Trucs externes ! Sous-documents
39746 \end_layout
39747
39748 \end_inset
39749
39750
39751 \begin_inset Index idx
39752 status collapsed
39753
39754 \begin_layout Plain Layout
39755 Fichiers ! Insertion
39756 \end_layout
39757
39758 \end_inset
39759
39760
39761 \end_layout
39762
39763 \begin_layout Standard
39764 Les sous-documents sont utilisés quand on a un document très long qui peut
39765  être décomposé en plusieurs parties ou sections plus petites.
39766  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39767  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39768  Les différents documents sont ce que l'on appelle les sous-documents et
39769  un document maître les relie pour imprimer le document complet ou seulement
39770  une partie de celui-ci.
39771  Un sous-document hérite du contenu de son maître, par exemple le préambule
39772  \SpecialChar LaTeX
39773 , la bibliographie, et les étiquettes pour les références croisées.
39774 \end_layout
39775
39776 \begin_layout Standard
39777 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39778  maître, précisez dans le sous-document le document maître dans le menu
39779  
39780 \family sans
39781 Document\SpecialChar menuseparator
39782 Paramètres\SpecialChar menuseparator
39783 Classe de document
39784 \family default
39785 .
39786  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39787  à chaque
39788  fois que vous modifierez le sous-document.
39789 \end_layout
39790
39791 \begin_layout Standard
39792 Les documents inclus sont visualisés dans \SpecialChar LyX
39793  sous la forme d'une boîte comme
39794  celle-ci : 
39795 \begin_inset Graphics
39796         filename clipart/SousDocument.png
39797         scaleBeforeRotation
39798
39799 \end_inset
39800
39801  Pour inclure des sous-documents dans un document maître , on utilise le
39802  menu 
39803 \family sans
39804 Insertion\SpecialChar menuseparator
39805 Fichier\SpecialChar menuseparator
39806 Sous-document
39807 \family default
39808 .
39809  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39810  des quatre méthodes d'inclusion :
39811 \end_layout
39812
39813 \begin_layout Description
39814 Inclus
39815 \begin_inset space ~
39816 \end_inset
39817
39818 (include) Vous pouvez inclure des documents \SpecialChar LyX
39819  et \SpecialChar LaTeX
39820 .
39821  Quand vous cliquez sur le bouton 
39822 \family sans
39823 Modifier
39824 \family default
39825  dans la fenêtre de dialogue 
39826 \family sans
39827 Sous-document
39828 \family default
39829 , le document inclus est ouvert dans \SpecialChar LyX
39830  dans un nouvel onglet pour que vous
39831  puissiez le modifier.
39832 \begin_inset Newline newline
39833 \end_inset
39834
39835
39836 \end_layout
39837
39838 \begin_layout Standard
39839 Voici un sous-document inséré avec la méthode 
39840 \family sans
39841 Inclus
39842 \family default
39843  : 
39844 \begin_inset CommandInset include
39845 LatexCommand include
39846 filename "DocumentBidon1.lyx"
39847
39848 \end_inset
39849
39850
39851 \end_layout
39852
39853 \begin_layout Standard
39854 La numérotation des sections va prendre en compte les sections des fichiers
39855  incorporés dans l'ordre où ils sont insérés dans le document maître.
39856  Le document qui est inclus comme exemple possède une sous-section qui sera
39857  numérotée comme sous-section de la section actuelle.
39858  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39859  : la sous-section
39860 \begin_inset space ~
39861 \end_inset
39862
39863
39864 \begin_inset CommandInset ref
39865 LatexCommand ref
39866 reference "subsec:Sous-section-externe-1"
39867
39868 \end_inset
39869
39870  est dans le fichier inclus.
39871 \end_layout
39872
39873 \begin_layout Standard
39874 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39875  du document maître est utilisé.
39876  Les branches présentes dans le sous-document seront ignorées par le document
39877  maître si celui-ci ne possède pas une branche avec le même nom.
39878  Les documents inclus sont insérés en commençant une nouvelle page et sont
39879  suivis par un saut de page.
39880 \end_layout
39881
39882 \begin_layout Standard
39883 \begin_inset Note Greyedout
39884 status open
39885
39886 \begin_layout Plain Layout
39887
39888 \series bold
39889 Note:
39890 \series default
39891  Quand vous avez inclus un fichier \SpecialChar LyX
39892  ou \SpecialChar LaTeX
39893 , et que ce dernier utilise une classe
39894  de document différente de celle du document maître, vous recevez un avertisseme
39895 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39896  produire des résultats inattendus sur la sortie imprimée.
39897 \end_layout
39898
39899 \end_inset
39900
39901
39902 \end_layout
39903
39904 \begin_layout Description
39905 Incorporé
39906 \begin_inset space ~
39907 \end_inset
39908
39909 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39910  sont :
39911 \begin_inset Separator parbreak
39912 \end_inset
39913
39914
39915 \end_layout
39916
39917 \begin_deeper
39918 \begin_layout Itemize
39919 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39920  par un saut de page.
39921 \end_layout
39922
39923 \begin_layout Itemize
39924 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39925  quand l'option
39926  
39927 \family sans
39928 Aperçu
39929 \begin_inset space ~
39930 \end_inset
39931
39932 sur
39933 \begin_inset space ~
39934 \end_inset
39935
39936 le
39937 \begin_inset space ~
39938 \end_inset
39939
39940 vif
39941 \family default
39942  est activée dans les préférences dans la rubrique 
39943 \family sans
39944 Apparence\SpecialChar menuseparator
39945 Graphique
39946 \family default
39947 .
39948 \end_layout
39949
39950 \begin_layout Itemize
39951 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39952 \family sans
39953 Document\SpecialChar menuseparator
39954 Paramètres\SpecialChar menuseparator
39955 Sous-documents
39956 \family default
39957 .
39958 \end_layout
39959
39960 \end_deeper
39961 \begin_layout Standard
39962 Voici un sous document inséré en utilisant la méthode 
39963 \family sans
39964 Incorporé
39965 \family default
39966  : 
39967 \begin_inset CommandInset include
39968 LatexCommand input
39969 preview true
39970 filename "DocumentBidon2.lyx"
39971
39972 \end_inset
39973
39974
39975 \end_layout
39976
39977 \begin_layout Standard
39978 Voici un sous-document
39979 \emph on
39980 input
39981 \emph default
39982  comme \SpecialChar LaTeX
39983  source:
39984 \end_layout
39985
39986 \begin_layout Quote
39987 \begin_inset CommandInset include
39988 LatexCommand input
39989 filename "DocumentTexteBidon.txt"
39990
39991 \end_inset
39992
39993
39994 \end_layout
39995
39996 \begin_layout Description
39997 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39998  Si c'est un fichier \SpecialChar LyX
39999  ou \SpecialChar LaTeX
40000 , le contenu sera affiché dans la sortie sous forme
40001  de code source et aucune des commandes éventuellement présentes ne sera
40002  exécutée.
40003  Vous pouvez utiliser l'option 
40004 \family sans
40005 Marquer
40006 \begin_inset space ~
40007 \end_inset
40008
40009 les
40010 \begin_inset space ~
40011 \end_inset
40012
40013 espaces
40014 \family default
40015  qui matérialise chaque espace présente dans le code source par un caractère
40016  
40017 \begin_inset Quotes fld
40018 \end_inset
40019
40020
40021 \begin_inset ERT
40022 status collapsed
40023
40024 \begin_layout Plain Layout
40025
40026
40027 \backslash
40028 textvisiblespace 
40029 \end_layout
40030
40031 \end_inset
40032
40033
40034 \begin_inset Quotes frd
40035 \end_inset
40036
40037  .
40038  La différence avec la méthode qui consiste à utiliser le menu 
40039 \family sans
40040 Insertion\SpecialChar menuseparator
40041 Fichier\SpecialChar menuseparator
40042 Texte
40043 \begin_inset space ~
40044 \end_inset
40045
40046 brut
40047 \family default
40048  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
40049 .
40050 \end_layout
40051
40052 \begin_layout Standard
40053 Voici un sous-document inclus en utilisant la méthode 
40054 \family sans
40055 verbatim
40056 \family default
40057  : 
40058 \begin_inset CommandInset include
40059 LatexCommand verbatiminput
40060 filename "DocumentTexteBidon.txt"
40061
40062 \end_inset
40063
40064
40065 \begin_inset VSpace bigskip
40066 \end_inset
40067
40068 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40069  l'option 
40070 \family sans
40071 Marquer
40072 \begin_inset space ~
40073 \end_inset
40074
40075 les
40076 \begin_inset space ~
40077 \end_inset
40078
40079 espaces :
40080 \family default
40081  
40082 \begin_inset CommandInset include
40083 LatexCommand verbatiminput*
40084 filename "DocumentTexteBidon.txt"
40085
40086 \end_inset
40087
40088
40089 \end_layout
40090
40091 \begin_layout Standard
40092 \begin_inset VSpace bigskip
40093 \end_inset
40094
40095
40096 \end_layout
40097
40098 \begin_layout Standard
40099 \begin_inset Note Greyedout
40100 status open
40101
40102 \begin_layout Plain Layout
40103
40104 \series bold
40105 Note:
40106 \series default
40107  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40108  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40109 \end_layout
40110
40111 \end_inset
40112
40113
40114 \end_layout
40115
40116 \begin_layout Description
40117 Listings Ce type d'inclusion est décrit dans le chapitre
40118 \begin_inset space ~
40119 \end_inset
40120
40121
40122 \begin_inset CommandInset ref
40123 LatexCommand ref
40124 reference "cha:Program-Code-Listings"
40125
40126 \end_inset
40127
40128 .
40129 \end_layout
40130
40131 \begin_layout Standard
40132 \begin_inset Note Greyedout
40133 status open
40134
40135 \begin_layout Plain Layout
40136
40137 \series bold
40138 Note:
40139 \series default
40140  Inclure le même document deux fois dans un même document peut poser des
40141  problèmes avec \SpecialChar LaTeX
40142 .
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \end_layout
40149
40150 \begin_layout Standard
40151 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40152  de votre document maître, que ce soit pour diminuer les temps de compilation
40153  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40154  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40155  la sortie en utilisant le menu 
40156 \family sans
40157 Document\SpecialChar menuseparator
40158 Paramètres\SpecialChar menuseparator
40159 Sous-documents
40160 \family default
40161 .
40162  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40163  sur la ligne correspondant dans la colonne 
40164 \family sans
40165 Inclus dans le résultat
40166 \family default
40167  de la liste (
40168 \begin_inset space ~
40169 \end_inset
40170
40171 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40172  
40173 \begin_inset Quotes fld
40174 \end_inset
40175
40176 inclus
40177 \begin_inset Quotes frd
40178 \end_inset
40179
40180  et pas la méthode 
40181 \begin_inset Quotes fld
40182 \end_inset
40183
40184 incorporé
40185 \begin_inset Quotes frd
40186 \end_inset
40187
40188
40189 \begin_inset space ~
40190 \end_inset
40191
40192 ).
40193  Si on active l'option 
40194 \family sans
40195 Assurer la cohérence des compteurs et des références
40196 \family default
40197 , \SpecialChar LyX
40198  va s'assurer que tous les numéros de pages, références etc...
40199  sont corrects comme si tous le document avait été traité.
40200  C'est utile si vous voulez que les sous-documents choisis aient exactement
40201  le même aspect que s'il étaient dans le document complet.
40202  Pour réaliser cette condition, il faut que \SpecialChar LyX
40203  traite de façon silencieuse
40204  la totalité du document.
40205  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40206  les compteurs et autres références n'ont pas à être à tout prix valides,
40207  vous devez impérativement désactiver cette option.
40208  
40209 \end_layout
40210
40211 \begin_layout Standard
40212 Une autre solution consiste à inclure chaque fichier dans une branche
40213 \begin_inset Foot
40214 status collapsed
40215
40216 \begin_layout Plain Layout
40217 Les branches sont décrites dans la section 
40218 \emph on
40219 Branches
40220 \emph default
40221  du 
40222 \emph on
40223 Guide de l'utilisateur
40224 \emph default
40225  de \SpecialChar LyX
40226 .
40227 \end_layout
40228
40229 \end_inset
40230
40231 .
40232  En activant ou désactivant une branche, vous pouvez décider les fichiers
40233  inclus qui doivent apparaître dans la sortie imprimée.
40234  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40235  
40236 \begin_inset Quotes fld
40237 \end_inset
40238
40239 incorporés
40240 \begin_inset Quotes frd
40241 \end_inset
40242
40243 .
40244  Le défaut est que les compteurs et autres références ne sont pas conservés
40245  avec cette approche.
40246 \end_layout
40247
40248 \begin_layout Chapter
40249 Listings de code source
40250 \begin_inset CommandInset label
40251 LatexCommand label
40252 name "cha:Program-Code-Listings"
40253
40254 \end_inset
40255
40256
40257 \begin_inset Index idx
40258 status collapsed
40259
40260 \begin_layout Plain Layout
40261 Listings
40262 \end_layout
40263
40264 \end_inset
40265
40266
40267 \begin_inset Index idx
40268 status collapsed
40269
40270 \begin_layout Plain Layout
40271 Code Source
40272 \end_layout
40273
40274 \end_inset
40275
40276
40277 \begin_inset Index idx
40278 status collapsed
40279
40280 \begin_layout Plain Layout
40281 Flottants ! Listings
40282 \end_layout
40283
40284 \end_inset
40285
40286
40287 \end_layout
40288
40289 \begin_layout Standard
40290 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40291  un insert 
40292 \family sans
40293 Listings
40294 \family default
40295  qui peut être créé grâce au menu 
40296 \family sans
40297 Insertion
40298 \family default
40299 \SpecialChar menuseparator
40300
40301 \family sans
40302 Listing
40303 \begin_inset space ~
40304 \end_inset
40305
40306 de
40307 \begin_inset space ~
40308 \end_inset
40309
40310 Code
40311 \begin_inset space ~
40312 \end_inset
40313
40314 Source
40315 \family default
40316 .
40317  Le paquetage \SpecialChar LaTeX
40318  
40319 \series bold
40320 listings
40321 \series default
40322
40323 \begin_inset Index idx
40324 status collapsed
40325
40326 \begin_layout Plain Layout
40327 Paquetages \SpecialChar LaTeX
40328  ! listings
40329 \end_layout
40330
40331 \end_inset
40332
40333  fournit un moyen puissant et flexible d'insérer des listings de code source
40334  dans votre document.
40335  
40336 \end_layout
40337
40338 \begin_layout Standard
40339 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40340  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40341 \end_layout
40342
40343 \begin_layout Standard
40344 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40345  imprimée.
40346  L'option d'emplacement 
40347 \family sans
40348 Listing
40349 \begin_inset space ~
40350 \end_inset
40351
40352 en
40353 \begin_inset space ~
40354 \end_inset
40355
40356 Ligne
40357 \family default
40358  imprime le listing dans la ligne comme ceci : 
40359 \begin_inset listings
40360 lstparams "language={C++}"
40361 inline true
40362 status open
40363
40364 \begin_layout Plain Layout
40365
40366 int a=5;
40367 \end_layout
40368
40369 \end_inset
40370
40371
40372 \begin_inset Newline newline
40373 \end_inset
40374
40375 L'option 
40376 \family sans
40377 Flottant
40378 \family default
40379  crée un flottant de listing pour lequel vous pouvez préciser les options
40380  classiques d'emplacement : 
40381 \begin_inset Quotes fld
40382 \end_inset
40383
40384
40385 \family sans
40386 h
40387 \family default
40388
40389 \begin_inset Quotes frd
40390 \end_inset
40391
40392
40393 \begin_inset Quotes fld
40394 \end_inset
40395
40396
40397 \family sans
40398 t
40399 \family default
40400
40401 \begin_inset Quotes frd
40402 \end_inset
40403
40404
40405 \begin_inset Quotes fld
40406 \end_inset
40407
40408
40409 \family sans
40410 b
40411 \family default
40412
40413 \begin_inset Quotes frd
40414 \end_inset
40415
40416 , et 
40417 \begin_inset Quotes fld
40418 \end_inset
40419
40420
40421 \family sans
40422 p
40423 \family default
40424
40425 \begin_inset Quotes frd
40426 \end_inset
40427
40428  correspondant aux emplacement décrits dans la section
40429 \begin_inset space ~
40430 \end_inset
40431
40432
40433 \begin_inset CommandInset ref
40434 LatexCommand ref
40435 reference "sec:Placement-flottants"
40436
40437 \end_inset
40438
40439 .
40440  Les options de positionnement peuvent être mélangées et doivent être saisies
40441  sans séparation, par exemple, on peut taper 
40442 \begin_inset Quotes fld
40443 \end_inset
40444
40445
40446 \family sans
40447 htbp
40448 \family default
40449
40450 \begin_inset Quotes frd
40451 \end_inset
40452
40453 .
40454  L'option 
40455 \begin_inset Quotes fld
40456 \end_inset
40457
40458 h
40459 \begin_inset Quotes frd
40460 \end_inset
40461
40462  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40463  
40464 \family sans
40465 Flottant
40466 \family default
40467  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40468  légende et être référencés.
40469 \end_layout
40470
40471 \begin_layout Standard
40472 Vous pouvez ajouter une légende à un listing avec le menu 
40473 \family sans
40474 Insertion\SpecialChar menuseparator
40475 Légende
40476 \family default
40477 .
40478  On peut référencer les listings de la même façon que les flottants :Voir
40479  le listing
40480 \begin_inset space ~
40481 \end_inset
40482
40483
40484 \begin_inset CommandInset ref
40485 LatexCommand ref
40486 reference "lst:Listing-exemple"
40487
40488 \end_inset
40489
40490 .
40491  Une liste des listings qui contient tous les listings légendés peut être
40492  créée par le menu 
40493 \family sans
40494 Insertion\SpecialChar menuseparator
40495 Listes
40496 \begin_inset space ~
40497 \end_inset
40498
40499 &
40500 \begin_inset space ~
40501 \end_inset
40502
40503 TdM\SpecialChar menuseparator
40504 Liste des listings
40505 \family default
40506 .
40507  Les éléments de la liste sont les légendes et le numéro de listing.
40508 \end_layout
40509
40510 \begin_layout Standard
40511 \begin_inset listings
40512 lstparams "language=Python"
40513 inline false
40514 status open
40515
40516 \begin_layout Plain Layout
40517
40518 \begin_inset Caption Standard
40519
40520 \begin_layout Plain Layout
40521 \begin_inset CommandInset label
40522 LatexCommand label
40523 name "lst:Listing-exemple"
40524
40525 \end_inset
40526
40527 Exemple de listing flottant
40528 \end_layout
40529
40530 \end_inset
40531
40532 # Exemple de listing flottant
40533 \end_layout
40534
40535 \begin_layout Plain Layout
40536
40537 def func(param):
40538 \end_layout
40539
40540 \begin_layout Plain Layout
40541
40542     'ceci est une fonction python'
40543 \end_layout
40544
40545 \begin_layout Plain Layout
40546
40547     pass
40548 \end_layout
40549
40550 \end_inset
40551
40552
40553 \end_layout
40554
40555 \begin_layout Standard
40556 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40557  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40558  de manière particulière dans la sortie imprimée.
40559  Dans l'exemple de listing, le mot clé Python 
40560 \begin_inset Quotes fld
40561 \end_inset
40562
40563 def
40564 \begin_inset Quotes frd
40565 \end_inset
40566
40567  est reconnu et imprimé en caractères gras dans la sortie.
40568 \end_layout
40569
40570 \begin_layout Standard
40571 \begin_inset Note Greyedout
40572 status open
40573
40574 \begin_layout Plain Layout
40575
40576 \series bold
40577 Note:
40578 \series default
40579  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40580  une police de caractères à 
40581 \family typewriter
40582 chasse fixe
40583 \family default
40584 , c'est que votre police ne contient probablement pas de série grasse.
40585  Dans ce cas choisissez une police différente dans le menu 
40586 \family sans
40587 Document\SpecialChar menuseparator
40588 Paramètres\SpecialChar menuseparator
40589 Polices
40590 \family default
40591 .
40592  (Les polices 
40593 \emph on
40594 LuxiMono, BeraMono
40595 \emph default
40596  et 
40597 \emph on
40598 Courier
40599 \emph default
40600  contiennent une série grasse.)
40601 \end_layout
40602
40603 \end_inset
40604
40605
40606 \end_layout
40607
40608 \begin_layout Standard
40609 Dans la rubrique 
40610 \family sans
40611 Numérotation
40612 \begin_inset space ~
40613 \end_inset
40614
40615 des
40616 \begin_inset space ~
40617 \end_inset
40618
40619 Lignes
40620 \family default
40621  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40622 n des lignes.
40623  Vous pouvez mettre un nombre dans le champ 
40624 \family sans
40625 Pas
40626 \family default
40627  pour désigner les lignes qui seront numérotées.
40628  Par exemple, si vous mettez 
40629 \begin_inset Quotes fld
40630 \end_inset
40631
40632 3
40633 \begin_inset Quotes frd
40634 \end_inset
40635
40636 , seule une ligne sur trois sera numérotée.
40637 \end_layout
40638
40639 \begin_layout Standard
40640 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40641  apparaîtront dans la sortie.
40642  Vous devez utiliser l'option 
40643 \family sans
40644 Table
40645 \begin_inset space ~
40646 \end_inset
40647
40648 de
40649 \begin_inset space ~
40650 \end_inset
40651
40652 Caractères
40653 \begin_inset space ~
40654 \end_inset
40655
40656 Étendue
40657 \family default
40658  quand vous employez des caractères spécifiques à une langue donnée comme
40659  les umlauts Allemands dans votre listing.
40660 \begin_inset Newline newline
40661 \end_inset
40662
40663 Voici un exemple de listing avec la numérotation des lignes à gauche par
40664  pas de 3, en langage Python, avec les options 
40665 \begin_inset Quotes fld
40666 \end_inset
40667
40668 Table
40669 \begin_inset space ~
40670 \end_inset
40671
40672 de
40673 \begin_inset space ~
40674 \end_inset
40675
40676 caractères
40677 \begin_inset space ~
40678 \end_inset
40679
40680 étendue
40681 \begin_inset Quotes frd
40682 \end_inset
40683
40684  et 
40685 \begin_inset Quotes fld
40686 \end_inset
40687
40688 Espace
40689 \begin_inset space ~
40690 \end_inset
40691
40692 représenté
40693 \begin_inset space ~
40694 \end_inset
40695
40696 par
40697 \begin_inset space ~
40698 \end_inset
40699
40700 un
40701 \begin_inset space ~
40702 \end_inset
40703
40704 symbole
40705 \begin_inset Quotes frd
40706 \end_inset
40707
40708 , l'intervalle de ligne étant 3
40709 \begin_inset space \thinspace{}
40710 \end_inset
40711
40712 -
40713 \begin_inset space \thinspace{}
40714 \end_inset
40715
40716 8:
40717 \end_layout
40718
40719 \begin_layout Standard
40720 \begin_inset listings
40721 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40722 inline false
40723 status open
40724
40725 \begin_layout Plain Layout
40726
40727 def func(param):
40728 \end_layout
40729
40730 \begin_layout Plain Layout
40731
40732     'ceci est une fonction Python'
40733 \end_layout
40734
40735 \begin_layout Plain Layout
40736
40737     pass
40738 \end_layout
40739
40740 \begin_layout Plain Layout
40741
40742 def func(param):
40743 \end_layout
40744
40745 \begin_layout Plain Layout
40746
40747 'Ça, c'est un mot Allemand : Tschüß'
40748 \end_layout
40749
40750 \begin_layout Plain Layout
40751
40752 pass
40753 \end_layout
40754
40755 \begin_layout Plain Layout
40756
40757 def func(param):
40758 \end_layout
40759
40760 \begin_layout Plain Layout
40761
40762 'ceci est une fonction Python'
40763 \end_layout
40764
40765 \begin_layout Plain Layout
40766
40767 pass
40768 \end_layout
40769
40770 \end_inset
40771
40772
40773 \end_layout
40774
40775 \begin_layout Standard
40776 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40777  nombre de caractères que doit représenter une tabulation dans le champ
40778  
40779 \family sans
40780 Taille du tabulateur
40781 \family default
40782 .
40783 \end_layout
40784
40785 \begin_layout Standard
40786 \begin_inset Note Greyedout
40787 status open
40788
40789 \begin_layout Plain Layout
40790
40791 \series bold
40792 Note:
40793 \series default
40794  À cause d'un bug dans le paquetage 
40795 \series bold
40796 listings
40797 \series default
40798  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40799  listing.
40800  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40801  les lignes 3 et 6.
40802 \end_layout
40803
40804 \end_inset
40805
40806
40807 \end_layout
40808
40809 \begin_layout Standard
40810 \begin_inset VSpace bigskip
40811 \end_inset
40812
40813
40814 \end_layout
40815
40816 \begin_layout Standard
40817 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40818  listing.
40819  Pour le faire, il suffit d'utiliser le menu 
40820 \family sans
40821 Insertion\SpecialChar menuseparator
40822 Fichier\SpecialChar menuseparator
40823 Sous-document
40824 \family default
40825  et de choisir le type 
40826 \family sans
40827 Listing
40828 \family default
40829
40830 \begin_inset space ~
40831 \end_inset
40832
40833
40834 \family sans
40835 de
40836 \begin_inset space ~
40837 \end_inset
40838
40839 Code
40840 \begin_inset space ~
40841 \end_inset
40842
40843 source
40844 \family default
40845 .
40846 \begin_inset Foot
40847 status collapsed
40848
40849 \begin_layout Plain Layout
40850 Les autres types de sous-documents sont décrits dans la section
40851 \begin_inset space ~
40852 \end_inset
40853
40854
40855 \begin_inset CommandInset ref
40856 LatexCommand ref
40857 reference "sec:Sous-documents"
40858
40859 \end_inset
40860
40861 .
40862 \end_layout
40863
40864 \end_inset
40865
40866  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40867  à utiliser pour le listing dans une zone de texte.
40868  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40869  
40870 \begin_inset Quotes fld
40871 \end_inset
40872
40873 ?
40874 \begin_inset Quotes frd
40875 \end_inset
40876
40877  dans la zone de texte.
40878 \end_layout
40879
40880 \begin_layout Standard
40881 Pour faire référence à un sous-document de type listing, tapez une étiquette
40882  dans le champ correspondant de la fenêtre de dialogue.
40883  On peut alors faire référence à cette étiquette en utilisant le menu 
40884 \family sans
40885 Insertion\SpecialChar menuseparator
40886 Référence
40887 \begin_inset space ~
40888 \end_inset
40889
40890 Croisée
40891 \family default
40892 .
40893 \end_layout
40894
40895 \begin_layout Standard
40896 Le listing
40897 \begin_inset space ~
40898 \end_inset
40899
40900
40901 \begin_inset CommandInset ref
40902 LatexCommand ref
40903 reference "lst:listing-fichier"
40904
40905 \end_inset
40906
40907  est un exemple de listing issu d'un fichier ; ici les lignes 10
40908 \begin_inset space \thinspace{}
40909 \end_inset
40910
40911 -
40912 \begin_inset space \thinspace{}
40913 \end_inset
40914
40915 15 de ce fichier \SpecialChar LyX
40916  sont listées.
40917 \end_layout
40918
40919 \begin_layout Standard
40920 \begin_inset Newpage pagebreak
40921 \end_inset
40922
40923
40924 \end_layout
40925
40926 \begin_layout Standard
40927 \begin_inset CommandInset include
40928 LatexCommand lstinputlisting
40929 filename "EmbeddedObjects.lyx"
40930 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40931
40932 \end_inset
40933
40934
40935 \end_layout
40936
40937 \begin_layout Standard
40938 \begin_inset VSpace bigskip
40939 \end_inset
40940
40941
40942 \end_layout
40943
40944 \begin_layout Standard
40945 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40946 \begin_inset space ~
40947 \end_inset
40948
40949 :
40950 \end_layout
40951
40952 \begin_layout Enumerate
40953 Ouvrez la fenêtre de dialogue listings et ajoutez
40954 \begin_inset Newline newline
40955 \end_inset
40956
40957
40958 \family sans
40959 mathescape=true
40960 \family default
40961
40962 \begin_inset Newline newline
40963 \end_inset
40964
40965 dans le champ de l'onglet 
40966 \family sans
40967 Avancé
40968 \family default
40969 .
40970 \end_layout
40971
40972 \begin_layout Enumerate
40973 Créez la formule en dehors du listing.
40974 \end_layout
40975
40976 \begin_layout Enumerate
40977 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40978  (raccourci 
40979 \begin_inset Info
40980 type  "shortcut"
40981 arg   "copy"
40982 \end_inset
40983
40984 )
40985 \end_layout
40986
40987 \begin_layout Enumerate
40988 Dans le listing écrivez 
40989 \begin_inset Quotes fld
40990 \end_inset
40991
40992
40993 \family sans
40994 $$
40995 \family default
40996
40997 \begin_inset Quotes frd
40998 \end_inset
40999
41000  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41001  
41002 \begin_inset Info
41003 type  "shortcut"
41004 arg   "paste"
41005 \end_inset
41006
41007 )
41008 \end_layout
41009
41010 \begin_layout Standard
41011 \begin_inset listings
41012 lstparams "language=Python,mathescape=true"
41013 inline false
41014 status open
41015
41016 \begin_layout Plain Layout
41017
41018 \begin_inset Caption Standard
41019
41020 \begin_layout Plain Layout
41021 Exemple de listing flottant contenant une formule
41022 \end_layout
41023
41024 \end_inset
41025
41026 # Exemple de listing flottant
41027 \end_layout
41028
41029 \begin_layout Plain Layout
41030
41031 def func(param):
41032 \end_layout
41033
41034 \begin_layout Plain Layout
41035
41036     # $
41037 \backslash
41038 prod_{n=1}^{
41039 \backslash
41040 infty}
41041 \backslash
41042 ,
41043 \backslash
41044 frac{1}{x^{2}}$
41045 \end_layout
41046
41047 \begin_layout Plain Layout
41048
41049     pass
41050 \end_layout
41051
41052 \end_inset
41053
41054
41055 \end_layout
41056
41057 \begin_layout Standard
41058 \begin_inset VSpace bigskip
41059 \end_inset
41060
41061
41062 \end_layout
41063
41064 \begin_layout Standard
41065 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41066  de dialogue 
41067 \family sans
41068 Document\SpecialChar menuseparator
41069 Paramètres\SpecialChar menuseparator
41070 Listings
41071 \family default
41072 .
41073  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41074  
41075 \begin_inset Quotes fld
41076 \end_inset
41077
41078 ?
41079 \begin_inset Quotes frd
41080 \end_inset
41081
41082  dans le champ.
41083 \end_layout
41084
41085 \begin_layout Standard
41086 Pour plus d'information sur le paquetage 
41087 \series bold
41088 listings
41089 \series default
41090 , nous vous renvoyons à sa documentation 
41091 \begin_inset CommandInset citation
41092 LatexCommand cite
41093 key "listings"
41094
41095 \end_inset
41096
41097 .
41098 \end_layout
41099
41100 \begin_layout Standard
41101 \begin_inset Newpage newpage
41102 \end_inset
41103
41104
41105 \end_layout
41106
41107 \begin_layout Chapter
41108 \start_of_appendix
41109 Unités de longueur utilisables avec \SpecialChar LyX
41110
41111 \begin_inset Argument 1
41112 status collapsed
41113
41114 \begin_layout Plain Layout
41115 Unités de longueur
41116 \end_layout
41117
41118 \end_inset
41119
41120
41121 \begin_inset Index idx
41122 status collapsed
41123
41124 \begin_layout Plain Layout
41125 Unités
41126 \end_layout
41127
41128 \end_inset
41129
41130
41131 \begin_inset CommandInset label
41132 LatexCommand label
41133 name "cha:Unités-de-longueur"
41134
41135 \end_inset
41136
41137
41138 \end_layout
41139
41140 \begin_layout Standard
41141 Pour comprendre les unités de longueur utilisées dans cette documentation,
41142  le tableau
41143 \begin_inset space ~
41144 \end_inset
41145
41146
41147 \begin_inset CommandInset ref
41148 LatexCommand ref
41149 reference "tab:Unités"
41150
41151 \end_inset
41152
41153 décrit les unités utilisées par \SpecialChar LyX
41154 .
41155 \begin_inset Float table
41156 placement h
41157 wide false
41158 sideways false
41159 status open
41160
41161 \begin_layout Plain Layout
41162 \begin_inset Caption Standard
41163
41164 \begin_layout Plain Layout
41165 \begin_inset CommandInset label
41166 LatexCommand label
41167 name "tab:Unités"
41168
41169 \end_inset
41170
41171 Unités de longueur
41172 \end_layout
41173
41174 \end_inset
41175
41176
41177 \end_layout
41178
41179 \begin_layout Plain Layout
41180 \begin_inset VSpace medskip
41181 \end_inset
41182
41183
41184 \end_layout
41185
41186 \begin_layout Plain Layout
41187 \align center
41188 \begin_inset Tabular
41189 <lyxtabular version="3" rows="20" columns="3">
41190 <features tabularvalignment="middle">
41191 <column alignment="center" valignment="top">
41192 <column alignment="center" valignment="top">
41193 <column alignment="center" valignment="top">
41194 <row>
41195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41196 \begin_inset Text
41197
41198 \begin_layout Plain Layout
41199 unité
41200 \end_layout
41201
41202 \end_inset
41203 </cell>
41204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41205 \begin_inset Text
41206
41207 \begin_layout Plain Layout
41208 nom/description
41209 \end_layout
41210
41211 \end_inset
41212 </cell>
41213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41214 \begin_inset Text
41215
41216 \begin_layout Plain Layout
41217 commande \SpecialChar LaTeX
41218
41219 \end_layout
41220
41221 \end_inset
41222 </cell>
41223 </row>
41224 <row>
41225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41226 \begin_inset Text
41227
41228 \begin_layout Plain Layout
41229 mm
41230 \end_layout
41231
41232 \end_inset
41233 </cell>
41234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41235 \begin_inset Text
41236
41237 \begin_layout Plain Layout
41238 millimètre
41239 \end_layout
41240
41241 \end_inset
41242 </cell>
41243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41244 \begin_inset Text
41245
41246 \begin_layout Plain Layout
41247 -
41248 \end_layout
41249
41250 \end_inset
41251 </cell>
41252 </row>
41253 <row>
41254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41255 \begin_inset Text
41256
41257 \begin_layout Plain Layout
41258 cm
41259 \end_layout
41260
41261 \end_inset
41262 </cell>
41263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41264 \begin_inset Text
41265
41266 \begin_layout Plain Layout
41267 centimètre
41268 \end_layout
41269
41270 \end_inset
41271 </cell>
41272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41273 \begin_inset Text
41274
41275 \begin_layout Plain Layout
41276 -
41277 \end_layout
41278
41279 \end_inset
41280 </cell>
41281 </row>
41282 <row>
41283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41284 \begin_inset Text
41285
41286 \begin_layout Plain Layout
41287 in
41288 \end_layout
41289
41290 \end_inset
41291 </cell>
41292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41293 \begin_inset Text
41294
41295 \begin_layout Plain Layout
41296 pouce (inch)
41297 \end_layout
41298
41299 \end_inset
41300 </cell>
41301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41302 \begin_inset Text
41303
41304 \begin_layout Plain Layout
41305 -
41306 \end_layout
41307
41308 \end_inset
41309 </cell>
41310 </row>
41311 <row>
41312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41313 \begin_inset Text
41314
41315 \begin_layout Plain Layout
41316 pt
41317 \end_layout
41318
41319 \end_inset
41320 </cell>
41321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41322 \begin_inset Text
41323
41324 \begin_layout Plain Layout
41325 point (72.27
41326 \begin_inset space \thinspace{}
41327 \end_inset
41328
41329 pt = 1
41330 \begin_inset space \thinspace{}
41331 \end_inset
41332
41333 in)
41334 \end_layout
41335
41336 \end_inset
41337 </cell>
41338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41339 \begin_inset Text
41340
41341 \begin_layout Plain Layout
41342 -
41343 \end_layout
41344
41345 \end_inset
41346 </cell>
41347 </row>
41348 <row>
41349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41350 \begin_inset Text
41351
41352 \begin_layout Plain Layout
41353 pc
41354 \end_layout
41355
41356 \end_inset
41357 </cell>
41358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41359 \begin_inset Text
41360
41361 \begin_layout Plain Layout
41362 pica (1
41363 \begin_inset space \thinspace{}
41364 \end_inset
41365
41366 pc = 12
41367 \begin_inset space \thinspace{}
41368 \end_inset
41369
41370 pt)
41371 \end_layout
41372
41373 \end_inset
41374 </cell>
41375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41376 \begin_inset Text
41377
41378 \begin_layout Plain Layout
41379 -
41380 \end_layout
41381
41382 \end_inset
41383 </cell>
41384 </row>
41385 <row>
41386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41387 \begin_inset Text
41388
41389 \begin_layout Plain Layout
41390 sp
41391 \end_layout
41392
41393 \end_inset
41394 </cell>
41395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41396 \begin_inset Text
41397
41398 \begin_layout Plain Layout
41399 scaled point (65536
41400 \begin_inset space \thinspace{}
41401 \end_inset
41402
41403 sp = 1
41404 \begin_inset space \thinspace{}
41405 \end_inset
41406
41407 pt)
41408 \end_layout
41409
41410 \end_inset
41411 </cell>
41412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41413 \begin_inset Text
41414
41415 \begin_layout Plain Layout
41416 -
41417 \end_layout
41418
41419 \end_inset
41420 </cell>
41421 </row>
41422 <row>
41423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41424 \begin_inset Text
41425
41426 \begin_layout Plain Layout
41427 bp
41428 \end_layout
41429
41430 \end_inset
41431 </cell>
41432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41433 \begin_inset Text
41434
41435 \begin_layout Plain Layout
41436 gros point (72
41437 \begin_inset space \thinspace{}
41438 \end_inset
41439
41440 bp = 1
41441 \begin_inset space \thinspace{}
41442 \end_inset
41443
41444 in)
41445 \end_layout
41446
41447 \end_inset
41448 </cell>
41449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41450 \begin_inset Text
41451
41452 \begin_layout Plain Layout
41453 -
41454 \end_layout
41455
41456 \end_inset
41457 </cell>
41458 </row>
41459 <row>
41460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41461 \begin_inset Text
41462
41463 \begin_layout Plain Layout
41464 dd
41465 \end_layout
41466
41467 \end_inset
41468 </cell>
41469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41470 \begin_inset Text
41471
41472 \begin_layout Plain Layout
41473 didot (72
41474 \begin_inset space \thinspace{}
41475 \end_inset
41476
41477 dd 
41478 \begin_inset Formula $\approx$
41479 \end_inset
41480
41481  37.6
41482 \begin_inset space \thinspace{}
41483 \end_inset
41484
41485 mm)
41486 \end_layout
41487
41488 \end_inset
41489 </cell>
41490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41491 \begin_inset Text
41492
41493 \begin_layout Plain Layout
41494 -
41495 \end_layout
41496
41497 \end_inset
41498 </cell>
41499 </row>
41500 <row>
41501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41502 \begin_inset Text
41503
41504 \begin_layout Plain Layout
41505 cc
41506 \end_layout
41507
41508 \end_inset
41509 </cell>
41510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41511 \begin_inset Text
41512
41513 \begin_layout Plain Layout
41514 cicero (1
41515 \begin_inset space \thinspace{}
41516 \end_inset
41517
41518 cc = 12
41519 \begin_inset space \thinspace{}
41520 \end_inset
41521
41522 dd)
41523 \end_layout
41524
41525 \end_inset
41526 </cell>
41527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41528 \begin_inset Text
41529
41530 \begin_layout Plain Layout
41531 -
41532 \end_layout
41533
41534 \end_inset
41535 </cell>
41536 </row>
41537 <row>
41538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41539 \begin_inset Text
41540
41541 \begin_layout Plain Layout
41542 Échelle graphique %
41543 \end_layout
41544
41545 \end_inset
41546 </cell>
41547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 % de largeur originale de l'image
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560
41561 \end_layout
41562
41563 \end_inset
41564 </cell>
41565 </row>
41566 <row>
41567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41568 \begin_inset Text
41569
41570 \begin_layout Plain Layout
41571 Largeur texte %
41572 \end_layout
41573
41574 \end_inset
41575 </cell>
41576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41577 \begin_inset Text
41578
41579 \begin_layout Plain Layout
41580 % de largeur du texte
41581 \end_layout
41582
41583 \end_inset
41584 </cell>
41585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41586 \begin_inset Text
41587
41588 \begin_layout Plain Layout
41589
41590 \backslash
41591 textwidth
41592 \end_layout
41593
41594 \end_inset
41595 </cell>
41596 </row>
41597 <row>
41598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41599 \begin_inset Text
41600
41601 \begin_layout Plain Layout
41602 Largeur colonne %
41603 \end_layout
41604
41605 \end_inset
41606 </cell>
41607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41608 \begin_inset Text
41609
41610 \begin_layout Plain Layout
41611 % de largeur de la colonne
41612 \end_layout
41613
41614 \end_inset
41615 </cell>
41616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41617 \begin_inset Text
41618
41619 \begin_layout Plain Layout
41620
41621 \backslash
41622 columnwidth
41623 \end_layout
41624
41625 \end_inset
41626 </cell>
41627 </row>
41628 <row>
41629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41630 \begin_inset Text
41631
41632 \begin_layout Plain Layout
41633 Largeur page %
41634 \end_layout
41635
41636 \end_inset
41637 </cell>
41638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41639 \begin_inset Text
41640
41641 \begin_layout Plain Layout
41642 % de largeur du papier
41643 \end_layout
41644
41645 \end_inset
41646 </cell>
41647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41648 \begin_inset Text
41649
41650 \begin_layout Plain Layout
41651
41652 \backslash
41653 paperwidth
41654 \end_layout
41655
41656 \end_inset
41657 </cell>
41658 </row>
41659 <row>
41660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41661 \begin_inset Text
41662
41663 \begin_layout Plain Layout
41664 Largeur ligne %
41665 \end_layout
41666
41667 \end_inset
41668 </cell>
41669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41670 \begin_inset Text
41671
41672 \begin_layout Plain Layout
41673 % de largeur de la ligne
41674 \end_layout
41675
41676 \end_inset
41677 </cell>
41678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41679 \begin_inset Text
41680
41681 \begin_layout Plain Layout
41682
41683 \backslash
41684 linewidth
41685 \end_layout
41686
41687 \end_inset
41688 </cell>
41689 </row>
41690 <row>
41691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41692 \begin_inset Text
41693
41694 \begin_layout Plain Layout
41695 Hauteur texte %
41696 \end_layout
41697
41698 \end_inset
41699 </cell>
41700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41701 \begin_inset Text
41702
41703 \begin_layout Plain Layout
41704 % de hauteur du texte
41705 \end_layout
41706
41707 \end_inset
41708 </cell>
41709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41710 \begin_inset Text
41711
41712 \begin_layout Plain Layout
41713
41714 \backslash
41715 textheight
41716 \end_layout
41717
41718 \end_inset
41719 </cell>
41720 </row>
41721 <row>
41722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41723 \begin_inset Text
41724
41725 \begin_layout Plain Layout
41726 Hauteur page %
41727 \end_layout
41728
41729 \end_inset
41730 </cell>
41731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 % de hauteur du papier
41736 \end_layout
41737
41738 \end_inset
41739 </cell>
41740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41741 \begin_inset Text
41742
41743 \begin_layout Plain Layout
41744
41745 \backslash
41746 paperheight
41747 \end_layout
41748
41749 \end_inset
41750 </cell>
41751 </row>
41752 <row>
41753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41754 \begin_inset Text
41755
41756 \begin_layout Plain Layout
41757 ex
41758 \end_layout
41759
41760 \end_inset
41761 </cell>
41762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41763 \begin_inset Text
41764
41765 \begin_layout Plain Layout
41766 hauteur de lettre 
41767 \emph on
41768 x
41769 \emph default
41770  dans police courante
41771 \end_layout
41772
41773 \end_inset
41774 </cell>
41775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41776 \begin_inset Text
41777
41778 \begin_layout Plain Layout
41779 -
41780 \end_layout
41781
41782 \end_inset
41783 </cell>
41784 </row>
41785 <row>
41786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41787 \begin_inset Text
41788
41789 \begin_layout Plain Layout
41790 em
41791 \end_layout
41792
41793 \end_inset
41794 </cell>
41795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41796 \begin_inset Text
41797
41798 \begin_layout Plain Layout
41799 largeur de lettre
41800 \emph on
41801  M
41802 \emph default
41803  dans police courante
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41809 \begin_inset Text
41810
41811 \begin_layout Plain Layout
41812 -
41813 \end_layout
41814
41815 \end_inset
41816 </cell>
41817 </row>
41818 <row>
41819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 mu
41824 \end_layout
41825
41826 \end_inset
41827 </cell>
41828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41829 \begin_inset Text
41830
41831 \begin_layout Plain Layout
41832 unité mathématique (1
41833 \begin_inset space \thinspace{}
41834 \end_inset
41835
41836 mu = 1/18
41837 \begin_inset space \thinspace{}
41838 \end_inset
41839
41840 em)
41841 \end_layout
41842
41843 \end_inset
41844 </cell>
41845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41846 \begin_inset Text
41847
41848 \begin_layout Plain Layout
41849 -
41850 \end_layout
41851
41852 \end_inset
41853 </cell>
41854 </row>
41855 </lyxtabular>
41856
41857 \end_inset
41858
41859
41860 \end_layout
41861
41862 \end_inset
41863
41864
41865 \end_layout
41866
41867 \begin_layout Chapter
41868 Formats des fichiers de sortie graphiques
41869 \begin_inset CommandInset label
41870 LatexCommand label
41871 name "cha:Formats-fichiers-graphiques"
41872
41873 \end_inset
41874
41875
41876 \end_layout
41877
41878 \begin_layout Section
41879 DVI
41880 \begin_inset Index idx
41881 status collapsed
41882
41883 \begin_layout Plain Layout
41884 Formats de Fichiers! DVI
41885 \end_layout
41886
41887 \end_inset
41888
41889
41890 \begin_inset Index idx
41891 status collapsed
41892
41893 \begin_layout Plain Layout
41894 DVI|see
41895 \begin_inset ERT
41896 status collapsed
41897
41898 \begin_layout Plain Layout
41899
41900 {
41901 \end_layout
41902
41903 \end_inset
41904
41905 Formats de Fichiers
41906 \begin_inset ERT
41907 status collapsed
41908
41909 \begin_layout Plain Layout
41910
41911 }
41912 \end_layout
41913
41914 \end_inset
41915
41916
41917 \end_layout
41918
41919 \end_inset
41920
41921
41922 \end_layout
41923
41924 \begin_layout Standard
41925 Ce type de fichiers a l'extension 
41926 \begin_inset Quotes fld
41927 \end_inset
41928
41929
41930 \family typewriter
41931 .dvi
41932 \family default
41933
41934 \begin_inset Quotes frd
41935 \end_inset
41936
41937 .
41938  Il est appelé 
41939 \emph on
41940 indépendant de l'appareil
41941 \emph default
41942  ou 
41943 \begin_inset Quotes fld
41944 \end_inset
41945
41946 device independent (DVI)
41947 \begin_inset Quotes frd
41948 \end_inset
41949
41950 , car il est complètement portable ; vous pouvez les recopier d'une machine
41951  à l'autre sans avoir à faire de conversion.
41952  À l'époque où ce format a été développé, c'était loin d'être évident.
41953  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41954  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41955 \end_layout
41956
41957 \begin_layout Standard
41958 \begin_inset Note Greyedout
41959 status open
41960
41961 \begin_layout Plain Layout
41962
41963 \series bold
41964 Note:
41965 \series default
41966  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41967  au fichier.
41968  
41969 \end_layout
41970
41971 \end_inset
41972
41973  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41974  
41975 \family typewriter
41976 .dvi
41977 \family default
41978 .
41979  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41980 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41981  pour les rendre visibles quand vous faites défiler votre document.
41982  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41983  avec de nombreuses images.
41984 \end_layout
41985
41986 \begin_layout Standard
41987 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41988  menu 
41989 \family sans
41990 Fichier\SpecialChar menuseparator
41991 Exporter\SpecialChar menuseparator
41992 DVI.
41993
41994 \family default
41995  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41996 \family sans
41997 Visualiser
41998 \family default
41999 .
42000 \end_layout
42001
42002 \begin_layout Section
42003 PostScript
42004 \begin_inset Index idx
42005 status collapsed
42006
42007 \begin_layout Plain Layout
42008 Formats de Fichiers ! PostScript
42009 \end_layout
42010
42011 \end_inset
42012
42013
42014 \begin_inset Index idx
42015 status collapsed
42016
42017 \begin_layout Plain Layout
42018 PostScript|see
42019 \begin_inset ERT
42020 status collapsed
42021
42022 \begin_layout Plain Layout
42023
42024 {
42025 \end_layout
42026
42027 \end_inset
42028
42029 Formats de Fichiers
42030 \begin_inset ERT
42031 status collapsed
42032
42033 \begin_layout Plain Layout
42034
42035 }
42036 \end_layout
42037
42038 \end_inset
42039
42040
42041 \end_layout
42042
42043 \end_inset
42044
42045
42046 \end_layout
42047
42048 \begin_layout Standard
42049 Ce type de fichiers a l'extension 
42050 \begin_inset Quotes fld
42051 \end_inset
42052
42053
42054 \family typewriter
42055 .ps
42056 \family default
42057
42058 \begin_inset Quotes frd
42059 \end_inset
42060
42061 .
42062  PostScript a été développé par la société 
42063 \series bold
42064 Adobe
42065 \series default
42066  comme un langage pour les imprimantes.
42067  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42068  pour imprimer le document.
42069  PostScript peut être considéré comme un 
42070 \begin_inset Quotes fld
42071 \end_inset
42072
42073 langage de programmation
42074 \begin_inset Quotes frd
42075 \end_inset
42076
42077  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42078  images.
42079 \begin_inset Foot
42080 status collapsed
42081
42082 \begin_layout Plain Layout
42083 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42084  \SpecialChar LaTeX
42085  
42086 \series bold
42087 pstricks
42088 \series default
42089
42090 \begin_inset CommandInset citation
42091 LatexCommand cite
42092 key "pstricks"
42093
42094 \end_inset
42095
42096 .
42097 \end_layout
42098
42099 \end_inset
42100
42101  En partie à cause de toutes ces possibilités un fichier PostScript est
42102  souvent plus gros qu'un PDF.
42103 \end_layout
42104
42105 \begin_layout Standard
42106 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42107  plus gros qu'un PDF.
42108 \end_layout
42109
42110 \begin_layout Standard
42111 PostScript ne peut contenir que des images au format 
42112 \begin_inset Quotes fld
42113 \end_inset
42114
42115 PostScript Encapsulé
42116 \begin_inset Quotes frd
42117 \end_inset
42118
42119  (encapsulated PostScript ou EPS, d'extension 
42120 \family typewriter
42121 .eps
42122 \family default
42123 ).
42124  Comme \SpecialChar LyX
42125  vous permet n'importe quel format d'image connu dans votre document,
42126  il doit les convertir en interne en EPS.
42127  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
42128  doit faire 50
42129  conversions à chaque fois que vous visualisez ou que vous exportez votre
42130  document.
42131  Cela risque de ralentir de façon importante votre rythme de travail.
42132  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42133  vos images directement en EPS pour éviter ce problème.
42134 \end_layout
42135
42136 \begin_layout Standard
42137 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42138  le menu 
42139 \family sans
42140 Fichier\SpecialChar menuseparator
42141 Exporter\SpecialChar menuseparator
42142 PostScript.
42143
42144 \family default
42145  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42146  
42147 \family sans
42148 Visualiser
42149 \family default
42150 .
42151 \end_layout
42152
42153 \begin_layout Section
42154 PDF
42155 \begin_inset Index idx
42156 status collapsed
42157
42158 \begin_layout Plain Layout
42159 Formats de Fichiers ! PDF
42160 \end_layout
42161
42162 \end_inset
42163
42164
42165 \begin_inset Index idx
42166 status collapsed
42167
42168 \begin_layout Plain Layout
42169 PDF
42170 \end_layout
42171
42172 \end_inset
42173
42174
42175 \end_layout
42176
42177 \begin_layout Standard
42178 Ce type de fichiers a l'extension 
42179 \begin_inset Quotes fld
42180 \end_inset
42181
42182
42183 \family typewriter
42184 .pdf
42185 \family default
42186
42187 \begin_inset Quotes frd
42188 \end_inset
42189
42190 .
42191  Ce 
42192 \begin_inset Quotes fld
42193 \end_inset
42194
42195 format de document portable
42196 \begin_inset Quotes frd
42197 \end_inset
42198
42199  (portable document format ou PDF) est développé par 
42200 \family typewriter
42201 Adobe
42202 \family default
42203  comme une évolution de PostScript.
42204  Il est plus comprimé et utilise moins de commandes que PostScript.
42205  Comme son nom l'indique, il est 
42206 \begin_inset Quotes fld
42207 \end_inset
42208
42209 portable
42210 \begin_inset Quotes frd
42211 \end_inset
42212
42213  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42214  aura exactement le même aspect.
42215 \end_layout
42216
42217 \begin_layout Standard
42218 PDF peut contenir des images dans son propre format PDF et dans les formats
42219  JPG (format du 
42220 \begin_inset Quotes fld
42221 \end_inset
42222
42223 Joint Photographic Expert Group
42224 \begin_inset Quotes frd
42225 \end_inset
42226
42227  avec comme extension 
42228 \family typewriter
42229 .jpg
42230 \family default
42231  ou 
42232 \family typewriter
42233 .jpeg
42234 \family default
42235 ) et PNG (
42236 \begin_inset Quotes fld
42237 \end_inset
42238
42239 Portable Network Graphics
42240 \begin_inset Quotes frd
42241 \end_inset
42242
42243  avec l'extension 
42244 \family typewriter
42245 .png
42246 \family default
42247 ).
42248  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42249  les convertit
42250  dans un de ces formats.
42251  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42252  vont ralentir votre travail.
42253  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42254 \end_layout
42255
42256 \begin_layout Standard
42257 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42258  menu 
42259 \family sans
42260 Fichier\SpecialChar menuseparator
42261 Exporter 
42262 \family default
42263 de trois façons différentes:
42264 \end_layout
42265
42266 \begin_layout Description
42267 PDF
42268 \begin_inset space ~
42269 \end_inset
42270
42271 (ps2pdf) Ceci utilise le programme 
42272 \family typewriter
42273 ps2pdf
42274 \family default
42275  qui créé un PDF à partir de la version PostScript de votre fichier.
42276  Cette dernière est produite par le programme 
42277 \family typewriter
42278 dvips
42279 \family default
42280  qui utilise une version DVI comme étape intermédiaire.
42281  Cette variante consiste donc en trois conversions.
42282 \end_layout
42283
42284 \begin_layout Description
42285 PDF
42286 \begin_inset space ~
42287 \end_inset
42288
42289 (dvipdfm) Ceci utilise le programme 
42290 \family typewriter
42291 dvipdfm
42292 \family default
42293  qui convertit votre fichier en DVI avant de le convertir en PDF.
42294 \end_layout
42295
42296 \begin_layout Description
42297 PDF
42298 \begin_inset space ~
42299 \end_inset
42300
42301 (pdflatex) Ceci utilise le programme 
42302 \family typewriter
42303 pdftex
42304 \family default
42305  qui convertit directement votre fichier en PDF.
42306 \end_layout
42307
42308 \begin_layout Standard
42309 Nous recommandons d'utiliser l'option 
42310 \family sans
42311 PDF
42312 \begin_inset space ~
42313 \end_inset
42314
42315 (pdflatex)
42316 \family default
42317  car 
42318 \family typewriter
42319 pdftex
42320 \family default
42321  accepte toutes les fonctionnalités des versions actuelles de PDF.
42322  Il est en plus rapide et stable.
42323  Le programme 
42324 \family typewriter
42325 dvipdfm
42326 \family default
42327  n'est plus développé est est donc un peu dépassé.
42328 \end_layout
42329
42330 \begin_layout Standard
42331 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42332 \family sans
42333 Visualiser
42334 \family default
42335  ou en utilisant un bouton de la barre d'outils.
42336 \end_layout
42337
42338 \begin_layout Chapter
42339 Liste de noms de couleur pour dvips
42340 \begin_inset CommandInset label
42341 LatexCommand label
42342 name "chap:Liste-de-noms-de-couleur-dvips"
42343
42344 \end_inset
42345
42346
42347 \end_layout
42348
42349 \begin_layout Standard
42350 \begin_inset Tabular
42351 <lyxtabular version="3" rows="17" columns="4">
42352 <features tabularvalignment="middle">
42353 <column alignment="left" valignment="top" width="0pt">
42354 <column alignment="left" valignment="top" width="0pt">
42355 <column alignment="left" valignment="top" width="0pt">
42356 <column alignment="left" valignment="top" width="0pt">
42357 <row>
42358 <cell alignment="left" valignment="top" usebox="none">
42359 \begin_inset Text
42360
42361 \begin_layout Plain Layout
42362 \begin_inset ERT
42363 status collapsed
42364
42365 \begin_layout Plain Layout
42366
42367
42368 \backslash
42369 fcolorbox{black}{
42370 \end_layout
42371
42372 \end_inset
42373
42374 white
42375 \begin_inset ERT
42376 status collapsed
42377
42378 \begin_layout Plain Layout
42379
42380 }{
42381 \end_layout
42382
42383 \end_inset
42384
42385 Couleur
42386 \begin_inset ERT
42387 status collapsed
42388
42389 \begin_layout Plain Layout
42390
42391 }
42392 \end_layout
42393
42394 \end_inset
42395
42396  Nom
42397 \end_layout
42398
42399 \end_inset
42400 </cell>
42401 <cell alignment="left" valignment="top" usebox="none">
42402 \begin_inset Text
42403
42404 \begin_layout Plain Layout
42405 \begin_inset ERT
42406 status collapsed
42407
42408 \begin_layout Plain Layout
42409
42410
42411 \backslash
42412 fcolorbox{black}{
42413 \end_layout
42414
42415 \end_inset
42416
42417 white
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }{
42424 \end_layout
42425
42426 \end_inset
42427
42428 Couleur
42429 \begin_inset ERT
42430 status collapsed
42431
42432 \begin_layout Plain Layout
42433
42434 }
42435 \end_layout
42436
42437 \end_inset
42438
42439  Nom
42440 \end_layout
42441
42442 \end_inset
42443 </cell>
42444 <cell alignment="left" valignment="top" usebox="none">
42445 \begin_inset Text
42446
42447 \begin_layout Plain Layout
42448 \begin_inset ERT
42449 status collapsed
42450
42451 \begin_layout Plain Layout
42452
42453
42454 \backslash
42455 fcolorbox{black}{
42456 \end_layout
42457
42458 \end_inset
42459
42460 white
42461 \begin_inset ERT
42462 status collapsed
42463
42464 \begin_layout Plain Layout
42465
42466 }{
42467 \end_layout
42468
42469 \end_inset
42470
42471 Couleur
42472 \begin_inset ERT
42473 status collapsed
42474
42475 \begin_layout Plain Layout
42476
42477 }
42478 \end_layout
42479
42480 \end_inset
42481
42482  Nom
42483 \end_layout
42484
42485 \end_inset
42486 </cell>
42487 <cell alignment="left" valignment="top" usebox="none">
42488 \begin_inset Text
42489
42490 \begin_layout Plain Layout
42491 \begin_inset ERT
42492 status collapsed
42493
42494 \begin_layout Plain Layout
42495
42496
42497 \backslash
42498 fcolorbox{black}{
42499 \end_layout
42500
42501 \end_inset
42502
42503 white
42504 \begin_inset ERT
42505 status collapsed
42506
42507 \begin_layout Plain Layout
42508
42509 }{
42510 \end_layout
42511
42512 \end_inset
42513
42514 Couleur
42515 \begin_inset ERT
42516 status collapsed
42517
42518 \begin_layout Plain Layout
42519
42520 }
42521 \end_layout
42522
42523 \end_inset
42524
42525  Nom
42526 \end_layout
42527
42528 \end_inset
42529 </cell>
42530 </row>
42531 <row>
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 Apricot
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  Apricot
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 Aquamarine
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  Aquamarine
42634 \end_layout
42635
42636 \end_inset
42637 </cell>
42638 <cell alignment="center" valignment="top" usebox="none">
42639 \begin_inset Text
42640
42641 \begin_layout Plain Layout
42642 \begin_inset ERT
42643 status collapsed
42644
42645 \begin_layout Plain Layout
42646
42647
42648 \backslash
42649 fcolorbox{black}{
42650 \end_layout
42651
42652 \end_inset
42653
42654 Bittersweet
42655 \begin_inset ERT
42656 status collapsed
42657
42658 \begin_layout Plain Layout
42659
42660 }{
42661 \end_layout
42662
42663 \end_inset
42664
42665
42666 \begin_inset Phantom Phantom
42667 status open
42668
42669 \begin_layout Plain Layout
42670 W
42671 \end_layout
42672
42673 \end_inset
42674
42675
42676 \begin_inset ERT
42677 status collapsed
42678
42679 \begin_layout Plain Layout
42680
42681 }
42682 \end_layout
42683
42684 \end_inset
42685
42686  Bittersweet
42687 \end_layout
42688
42689 \end_inset
42690 </cell>
42691 <cell alignment="center" valignment="top" usebox="none">
42692 \begin_inset Text
42693
42694 \begin_layout Plain Layout
42695 \begin_inset ERT
42696 status collapsed
42697
42698 \begin_layout Plain Layout
42699
42700
42701 \backslash
42702 fcolorbox{black}{
42703 \end_layout
42704
42705 \end_inset
42706
42707 BlueGreen
42708 \begin_inset ERT
42709 status collapsed
42710
42711 \begin_layout Plain Layout
42712
42713 }{
42714 \end_layout
42715
42716 \end_inset
42717
42718
42719 \begin_inset Phantom Phantom
42720 status open
42721
42722 \begin_layout Plain Layout
42723 W
42724 \end_layout
42725
42726 \end_inset
42727
42728
42729 \begin_inset ERT
42730 status collapsed
42731
42732 \begin_layout Plain Layout
42733
42734 }
42735 \end_layout
42736
42737 \end_inset
42738
42739  BlueGreen
42740 \end_layout
42741
42742 \end_inset
42743 </cell>
42744 </row>
42745 <row>
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 BlueViolet
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  BlueViolet
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 BrickRed
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  BrickRed
42848 \end_layout
42849
42850 \end_inset
42851 </cell>
42852 <cell alignment="left" valignment="top" usebox="none">
42853 \begin_inset Text
42854
42855 \begin_layout Plain Layout
42856 \begin_inset ERT
42857 status collapsed
42858
42859 \begin_layout Plain Layout
42860
42861
42862 \backslash
42863 fcolorbox{black}{
42864 \end_layout
42865
42866 \end_inset
42867
42868 Brown
42869 \begin_inset ERT
42870 status collapsed
42871
42872 \begin_layout Plain Layout
42873
42874 }{
42875 \end_layout
42876
42877 \end_inset
42878
42879
42880 \begin_inset Phantom Phantom
42881 status open
42882
42883 \begin_layout Plain Layout
42884 W
42885 \end_layout
42886
42887 \end_inset
42888
42889
42890 \begin_inset ERT
42891 status collapsed
42892
42893 \begin_layout Plain Layout
42894
42895 }
42896 \end_layout
42897
42898 \end_inset
42899
42900  Brown
42901 \end_layout
42902
42903 \end_inset
42904 </cell>
42905 <cell alignment="left" valignment="top" usebox="none">
42906 \begin_inset Text
42907
42908 \begin_layout Plain Layout
42909 \begin_inset ERT
42910 status collapsed
42911
42912 \begin_layout Plain Layout
42913
42914
42915 \backslash
42916 fcolorbox{black}{
42917 \end_layout
42918
42919 \end_inset
42920
42921 BurntOrange
42922 \begin_inset ERT
42923 status collapsed
42924
42925 \begin_layout Plain Layout
42926
42927 }{
42928 \end_layout
42929
42930 \end_inset
42931
42932
42933 \begin_inset Phantom Phantom
42934 status open
42935
42936 \begin_layout Plain Layout
42937 W
42938 \end_layout
42939
42940 \end_inset
42941
42942
42943 \begin_inset ERT
42944 status collapsed
42945
42946 \begin_layout Plain Layout
42947
42948 }
42949 \end_layout
42950
42951 \end_inset
42952
42953  BurntOrange
42954 \end_layout
42955
42956 \end_inset
42957 </cell>
42958 </row>
42959 <row>
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 CadetBlue
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  CadetBlue
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 CarnationPink
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  CarnationPink
43062 \end_layout
43063
43064 \end_inset
43065 </cell>
43066 <cell alignment="left" valignment="top" usebox="none">
43067 \begin_inset Text
43068
43069 \begin_layout Plain Layout
43070 \begin_inset ERT
43071 status collapsed
43072
43073 \begin_layout Plain Layout
43074
43075
43076 \backslash
43077 fcolorbox{black}{
43078 \end_layout
43079
43080 \end_inset
43081
43082 Cerulean
43083 \begin_inset ERT
43084 status collapsed
43085
43086 \begin_layout Plain Layout
43087
43088 }{
43089 \end_layout
43090
43091 \end_inset
43092
43093
43094 \begin_inset Phantom Phantom
43095 status open
43096
43097 \begin_layout Plain Layout
43098 W
43099 \end_layout
43100
43101 \end_inset
43102
43103
43104 \begin_inset ERT
43105 status collapsed
43106
43107 \begin_layout Plain Layout
43108
43109 }
43110 \end_layout
43111
43112 \end_inset
43113
43114  Cerulean
43115 \end_layout
43116
43117 \end_inset
43118 </cell>
43119 <cell alignment="left" valignment="top" usebox="none">
43120 \begin_inset Text
43121
43122 \begin_layout Plain Layout
43123 \begin_inset ERT
43124 status collapsed
43125
43126 \begin_layout Plain Layout
43127
43128
43129 \backslash
43130 fcolorbox{black}{
43131 \end_layout
43132
43133 \end_inset
43134
43135 CornflowerBlue
43136 \begin_inset ERT
43137 status collapsed
43138
43139 \begin_layout Plain Layout
43140
43141 }{
43142 \end_layout
43143
43144 \end_inset
43145
43146
43147 \begin_inset Phantom Phantom
43148 status open
43149
43150 \begin_layout Plain Layout
43151 W
43152 \end_layout
43153
43154 \end_inset
43155
43156
43157 \begin_inset ERT
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161
43162 }
43163 \end_layout
43164
43165 \end_inset
43166
43167  CornflowerBlue
43168 \end_layout
43169
43170 \end_inset
43171 </cell>
43172 </row>
43173 <row>
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 Dandelion
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  Dandelion
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 DarkOrchid
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  DarkOrchid
43276 \end_layout
43277
43278 \end_inset
43279 </cell>
43280 <cell alignment="left" valignment="top" usebox="none">
43281 \begin_inset Text
43282
43283 \begin_layout Plain Layout
43284 \begin_inset ERT
43285 status collapsed
43286
43287 \begin_layout Plain Layout
43288
43289
43290 \backslash
43291 fcolorbox{black}{
43292 \end_layout
43293
43294 \end_inset
43295
43296 Emerald
43297 \begin_inset ERT
43298 status collapsed
43299
43300 \begin_layout Plain Layout
43301
43302 }{
43303 \end_layout
43304
43305 \end_inset
43306
43307
43308 \begin_inset Phantom Phantom
43309 status open
43310
43311 \begin_layout Plain Layout
43312 W
43313 \end_layout
43314
43315 \end_inset
43316
43317
43318 \begin_inset ERT
43319 status collapsed
43320
43321 \begin_layout Plain Layout
43322
43323 }
43324 \end_layout
43325
43326 \end_inset
43327
43328  Emerald
43329 \end_layout
43330
43331 \end_inset
43332 </cell>
43333 <cell alignment="left" valignment="top" usebox="none">
43334 \begin_inset Text
43335
43336 \begin_layout Plain Layout
43337 \begin_inset ERT
43338 status collapsed
43339
43340 \begin_layout Plain Layout
43341
43342
43343 \backslash
43344 fcolorbox{black}{
43345 \end_layout
43346
43347 \end_inset
43348
43349 ForestGreen
43350 \begin_inset ERT
43351 status collapsed
43352
43353 \begin_layout Plain Layout
43354
43355 }{
43356 \end_layout
43357
43358 \end_inset
43359
43360
43361 \begin_inset Phantom Phantom
43362 status open
43363
43364 \begin_layout Plain Layout
43365 W
43366 \end_layout
43367
43368 \end_inset
43369
43370
43371 \begin_inset ERT
43372 status collapsed
43373
43374 \begin_layout Plain Layout
43375
43376 }
43377 \end_layout
43378
43379 \end_inset
43380
43381  ForestGreen
43382 \end_layout
43383
43384 \end_inset
43385 </cell>
43386 </row>
43387 <row>
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 Fuchsia
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  Fuchsia
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 Goldenrod
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  Goldenrod
43490 \end_layout
43491
43492 \end_inset
43493 </cell>
43494 <cell alignment="left" valignment="top" usebox="none">
43495 \begin_inset Text
43496
43497 \begin_layout Plain Layout
43498 \begin_inset ERT
43499 status collapsed
43500
43501 \begin_layout Plain Layout
43502
43503
43504 \backslash
43505 fcolorbox{black}{
43506 \end_layout
43507
43508 \end_inset
43509
43510 Gray
43511 \begin_inset ERT
43512 status collapsed
43513
43514 \begin_layout Plain Layout
43515
43516 }{
43517 \end_layout
43518
43519 \end_inset
43520
43521
43522 \begin_inset Phantom Phantom
43523 status open
43524
43525 \begin_layout Plain Layout
43526 W
43527 \end_layout
43528
43529 \end_inset
43530
43531
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537 }
43538 \end_layout
43539
43540 \end_inset
43541
43542  Gray
43543 \end_layout
43544
43545 \end_inset
43546 </cell>
43547 <cell alignment="left" valignment="top" usebox="none">
43548 \begin_inset Text
43549
43550 \begin_layout Plain Layout
43551 \begin_inset ERT
43552 status collapsed
43553
43554 \begin_layout Plain Layout
43555
43556
43557 \backslash
43558 fcolorbox{black}{
43559 \end_layout
43560
43561 \end_inset
43562
43563 GreenYellow
43564 \begin_inset ERT
43565 status collapsed
43566
43567 \begin_layout Plain Layout
43568
43569 }{
43570 \end_layout
43571
43572 \end_inset
43573
43574
43575 \begin_inset Phantom Phantom
43576 status open
43577
43578 \begin_layout Plain Layout
43579 W
43580 \end_layout
43581
43582 \end_inset
43583
43584
43585 \begin_inset ERT
43586 status collapsed
43587
43588 \begin_layout Plain Layout
43589
43590 }
43591 \end_layout
43592
43593 \end_inset
43594
43595  GreenYellow
43596 \end_layout
43597
43598 \end_inset
43599 </cell>
43600 </row>
43601 <row>
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 JungleGreen
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  JungleGreen
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 Lavender
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  Lavender
43704 \end_layout
43705
43706 \end_inset
43707 </cell>
43708 <cell alignment="center" valignment="top" usebox="none">
43709 \begin_inset Text
43710
43711 \begin_layout Plain Layout
43712 \begin_inset ERT
43713 status collapsed
43714
43715 \begin_layout Plain Layout
43716
43717
43718 \backslash
43719 fcolorbox{black}{
43720 \end_layout
43721
43722 \end_inset
43723
43724 LimeGreen
43725 \begin_inset ERT
43726 status collapsed
43727
43728 \begin_layout Plain Layout
43729
43730 }{
43731 \end_layout
43732
43733 \end_inset
43734
43735
43736 \begin_inset Phantom Phantom
43737 status open
43738
43739 \begin_layout Plain Layout
43740 W
43741 \end_layout
43742
43743 \end_inset
43744
43745
43746 \begin_inset ERT
43747 status collapsed
43748
43749 \begin_layout Plain Layout
43750
43751 }
43752 \end_layout
43753
43754 \end_inset
43755
43756  LimeGreen
43757 \end_layout
43758
43759 \end_inset
43760 </cell>
43761 <cell alignment="center" valignment="top" usebox="none">
43762 \begin_inset Text
43763
43764 \begin_layout Plain Layout
43765 \begin_inset ERT
43766 status collapsed
43767
43768 \begin_layout Plain Layout
43769
43770
43771 \backslash
43772 fcolorbox{black}{
43773 \end_layout
43774
43775 \end_inset
43776
43777 Mahogany
43778 \begin_inset ERT
43779 status collapsed
43780
43781 \begin_layout Plain Layout
43782
43783 }{
43784 \end_layout
43785
43786 \end_inset
43787
43788
43789 \begin_inset Phantom Phantom
43790 status open
43791
43792 \begin_layout Plain Layout
43793 W
43794 \end_layout
43795
43796 \end_inset
43797
43798
43799 \begin_inset ERT
43800 status collapsed
43801
43802 \begin_layout Plain Layout
43803
43804 }
43805 \end_layout
43806
43807 \end_inset
43808
43809  Mahogany
43810 \end_layout
43811
43812 \end_inset
43813 </cell>
43814 </row>
43815 <row>
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 Mahogany
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  Mahogany
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 Maroon
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  Maroon
43918 \end_layout
43919
43920 \end_inset
43921 </cell>
43922 <cell alignment="left" valignment="top" usebox="none">
43923 \begin_inset Text
43924
43925 \begin_layout Plain Layout
43926 \begin_inset ERT
43927 status collapsed
43928
43929 \begin_layout Plain Layout
43930
43931
43932 \backslash
43933 fcolorbox{black}{
43934 \end_layout
43935
43936 \end_inset
43937
43938 Melon
43939 \begin_inset ERT
43940 status collapsed
43941
43942 \begin_layout Plain Layout
43943
43944 }{
43945 \end_layout
43946
43947 \end_inset
43948
43949
43950 \begin_inset Phantom Phantom
43951 status open
43952
43953 \begin_layout Plain Layout
43954 W
43955 \end_layout
43956
43957 \end_inset
43958
43959
43960 \begin_inset ERT
43961 status collapsed
43962
43963 \begin_layout Plain Layout
43964
43965 }
43966 \end_layout
43967
43968 \end_inset
43969
43970  Melon
43971 \end_layout
43972
43973 \end_inset
43974 </cell>
43975 <cell alignment="left" valignment="top" usebox="none">
43976 \begin_inset Text
43977
43978 \begin_layout Plain Layout
43979 \begin_inset ERT
43980 status collapsed
43981
43982 \begin_layout Plain Layout
43983
43984
43985 \backslash
43986 fcolorbox{black}{
43987 \end_layout
43988
43989 \end_inset
43990
43991 MidnightBlue
43992 \begin_inset ERT
43993 status collapsed
43994
43995 \begin_layout Plain Layout
43996
43997 }{
43998 \end_layout
43999
44000 \end_inset
44001
44002
44003 \begin_inset Phantom Phantom
44004 status open
44005
44006 \begin_layout Plain Layout
44007 W
44008 \end_layout
44009
44010 \end_inset
44011
44012
44013 \begin_inset ERT
44014 status collapsed
44015
44016 \begin_layout Plain Layout
44017
44018 }
44019 \end_layout
44020
44021 \end_inset
44022
44023  MidnightBlue
44024 \end_layout
44025
44026 \end_inset
44027 </cell>
44028 </row>
44029 <row>
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 Mulberry
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  Mulberry
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 NavyBlue
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  NavyBlue
44132 \end_layout
44133
44134 \end_inset
44135 </cell>
44136 <cell alignment="left" valignment="top" usebox="none">
44137 \begin_inset Text
44138
44139 \begin_layout Plain Layout
44140 \begin_inset ERT
44141 status collapsed
44142
44143 \begin_layout Plain Layout
44144
44145
44146 \backslash
44147 fcolorbox{black}{
44148 \end_layout
44149
44150 \end_inset
44151
44152 OliveGreen
44153 \begin_inset ERT
44154 status collapsed
44155
44156 \begin_layout Plain Layout
44157
44158 }{
44159 \end_layout
44160
44161 \end_inset
44162
44163
44164 \begin_inset Phantom Phantom
44165 status open
44166
44167 \begin_layout Plain Layout
44168 W
44169 \end_layout
44170
44171 \end_inset
44172
44173
44174 \begin_inset ERT
44175 status collapsed
44176
44177 \begin_layout Plain Layout
44178
44179 }
44180 \end_layout
44181
44182 \end_inset
44183
44184  OliveGreen
44185 \end_layout
44186
44187 \end_inset
44188 </cell>
44189 <cell alignment="left" valignment="top" usebox="none">
44190 \begin_inset Text
44191
44192 \begin_layout Plain Layout
44193 \begin_inset ERT
44194 status collapsed
44195
44196 \begin_layout Plain Layout
44197
44198
44199 \backslash
44200 fcolorbox{black}{
44201 \end_layout
44202
44203 \end_inset
44204
44205 Orange
44206 \begin_inset ERT
44207 status collapsed
44208
44209 \begin_layout Plain Layout
44210
44211 }{
44212 \end_layout
44213
44214 \end_inset
44215
44216
44217 \begin_inset Phantom Phantom
44218 status open
44219
44220 \begin_layout Plain Layout
44221 W
44222 \end_layout
44223
44224 \end_inset
44225
44226
44227 \begin_inset ERT
44228 status collapsed
44229
44230 \begin_layout Plain Layout
44231
44232 }
44233 \end_layout
44234
44235 \end_inset
44236
44237  Orange
44238 \end_layout
44239
44240 \end_inset
44241 </cell>
44242 </row>
44243 <row>
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 OrangeRed
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  OrangeRed
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 Orchid
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  Orchid
44346 \end_layout
44347
44348 \end_inset
44349 </cell>
44350 <cell alignment="left" valignment="top" usebox="none">
44351 \begin_inset Text
44352
44353 \begin_layout Plain Layout
44354 \begin_inset ERT
44355 status collapsed
44356
44357 \begin_layout Plain Layout
44358
44359
44360 \backslash
44361 fcolorbox{black}{
44362 \end_layout
44363
44364 \end_inset
44365
44366 Peach
44367 \begin_inset ERT
44368 status collapsed
44369
44370 \begin_layout Plain Layout
44371
44372 }{
44373 \end_layout
44374
44375 \end_inset
44376
44377
44378 \begin_inset Phantom Phantom
44379 status open
44380
44381 \begin_layout Plain Layout
44382 W
44383 \end_layout
44384
44385 \end_inset
44386
44387
44388 \begin_inset ERT
44389 status collapsed
44390
44391 \begin_layout Plain Layout
44392
44393 }
44394 \end_layout
44395
44396 \end_inset
44397
44398  Peach
44399 \end_layout
44400
44401 \end_inset
44402 </cell>
44403 <cell alignment="left" valignment="top" usebox="none">
44404 \begin_inset Text
44405
44406 \begin_layout Plain Layout
44407 \begin_inset ERT
44408 status collapsed
44409
44410 \begin_layout Plain Layout
44411
44412
44413 \backslash
44414 fcolorbox{black}{
44415 \end_layout
44416
44417 \end_inset
44418
44419 Periwinkle
44420 \begin_inset ERT
44421 status collapsed
44422
44423 \begin_layout Plain Layout
44424
44425 }{
44426 \end_layout
44427
44428 \end_inset
44429
44430
44431 \begin_inset Phantom Phantom
44432 status open
44433
44434 \begin_layout Plain Layout
44435 W
44436 \end_layout
44437
44438 \end_inset
44439
44440
44441 \begin_inset ERT
44442 status collapsed
44443
44444 \begin_layout Plain Layout
44445
44446 }
44447 \end_layout
44448
44449 \end_inset
44450
44451  Periwinkle
44452 \end_layout
44453
44454 \end_inset
44455 </cell>
44456 </row>
44457 <row>
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 PineGreen
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  PineGreen
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 Plum
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  Plum
44560 \end_layout
44561
44562 \end_inset
44563 </cell>
44564 <cell alignment="left" valignment="top" usebox="none">
44565 \begin_inset Text
44566
44567 \begin_layout Plain Layout
44568 \begin_inset ERT
44569 status collapsed
44570
44571 \begin_layout Plain Layout
44572
44573
44574 \backslash
44575 fcolorbox{black}{
44576 \end_layout
44577
44578 \end_inset
44579
44580 ProcessBlue
44581 \begin_inset ERT
44582 status collapsed
44583
44584 \begin_layout Plain Layout
44585
44586 }{
44587 \end_layout
44588
44589 \end_inset
44590
44591
44592 \begin_inset Phantom Phantom
44593 status open
44594
44595 \begin_layout Plain Layout
44596 W
44597 \end_layout
44598
44599 \end_inset
44600
44601
44602 \begin_inset ERT
44603 status collapsed
44604
44605 \begin_layout Plain Layout
44606
44607 }
44608 \end_layout
44609
44610 \end_inset
44611
44612  ProcessBlue
44613 \end_layout
44614
44615 \end_inset
44616 </cell>
44617 <cell alignment="left" valignment="top" usebox="none">
44618 \begin_inset Text
44619
44620 \begin_layout Plain Layout
44621 \begin_inset ERT
44622 status collapsed
44623
44624 \begin_layout Plain Layout
44625
44626
44627 \backslash
44628 fcolorbox{black}{
44629 \end_layout
44630
44631 \end_inset
44632
44633 Purple
44634 \begin_inset ERT
44635 status collapsed
44636
44637 \begin_layout Plain Layout
44638
44639 }{
44640 \end_layout
44641
44642 \end_inset
44643
44644
44645 \begin_inset Phantom Phantom
44646 status open
44647
44648 \begin_layout Plain Layout
44649 W
44650 \end_layout
44651
44652 \end_inset
44653
44654
44655 \begin_inset ERT
44656 status collapsed
44657
44658 \begin_layout Plain Layout
44659
44660 }
44661 \end_layout
44662
44663 \end_inset
44664
44665  Purple
44666 \end_layout
44667
44668 \end_inset
44669 </cell>
44670 </row>
44671 <row>
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 RawSienna
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  RawSienna
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 RedOrange
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  RedOrange
44774 \end_layout
44775
44776 \end_inset
44777 </cell>
44778 <cell alignment="left" valignment="top" usebox="none">
44779 \begin_inset Text
44780
44781 \begin_layout Plain Layout
44782 \begin_inset ERT
44783 status collapsed
44784
44785 \begin_layout Plain Layout
44786
44787
44788 \backslash
44789 fcolorbox{black}{
44790 \end_layout
44791
44792 \end_inset
44793
44794 RedViolet
44795 \begin_inset ERT
44796 status collapsed
44797
44798 \begin_layout Plain Layout
44799
44800 }{
44801 \end_layout
44802
44803 \end_inset
44804
44805
44806 \begin_inset Phantom Phantom
44807 status open
44808
44809 \begin_layout Plain Layout
44810 W
44811 \end_layout
44812
44813 \end_inset
44814
44815
44816 \begin_inset ERT
44817 status collapsed
44818
44819 \begin_layout Plain Layout
44820
44821 }
44822 \end_layout
44823
44824 \end_inset
44825
44826  RedViolet
44827 \end_layout
44828
44829 \end_inset
44830 </cell>
44831 <cell alignment="left" valignment="top" usebox="none">
44832 \begin_inset Text
44833
44834 \begin_layout Plain Layout
44835 \begin_inset ERT
44836 status collapsed
44837
44838 \begin_layout Plain Layout
44839
44840
44841 \backslash
44842 fcolorbox{black}{
44843 \end_layout
44844
44845 \end_inset
44846
44847 Rhodamine
44848 \begin_inset ERT
44849 status collapsed
44850
44851 \begin_layout Plain Layout
44852
44853 }{
44854 \end_layout
44855
44856 \end_inset
44857
44858
44859 \begin_inset Phantom Phantom
44860 status open
44861
44862 \begin_layout Plain Layout
44863 W
44864 \end_layout
44865
44866 \end_inset
44867
44868
44869 \begin_inset ERT
44870 status collapsed
44871
44872 \begin_layout Plain Layout
44873
44874 }
44875 \end_layout
44876
44877 \end_inset
44878
44879  Rhodamine
44880 \end_layout
44881
44882 \end_inset
44883 </cell>
44884 </row>
44885 <row>
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 RoyalBlue
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  RoyalBlue
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 RoyalPurple
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  RoyalPurple
44988 \end_layout
44989
44990 \end_inset
44991 </cell>
44992 <cell alignment="left" valignment="top" usebox="none">
44993 \begin_inset Text
44994
44995 \begin_layout Plain Layout
44996 \begin_inset ERT
44997 status collapsed
44998
44999 \begin_layout Plain Layout
45000
45001
45002 \backslash
45003 fcolorbox{black}{
45004 \end_layout
45005
45006 \end_inset
45007
45008 RubineRed
45009 \begin_inset ERT
45010 status collapsed
45011
45012 \begin_layout Plain Layout
45013
45014 }{
45015 \end_layout
45016
45017 \end_inset
45018
45019
45020 \begin_inset Phantom Phantom
45021 status open
45022
45023 \begin_layout Plain Layout
45024 W
45025 \end_layout
45026
45027 \end_inset
45028
45029
45030 \begin_inset ERT
45031 status collapsed
45032
45033 \begin_layout Plain Layout
45034
45035 }
45036 \end_layout
45037
45038 \end_inset
45039
45040  RubineRed
45041 \end_layout
45042
45043 \end_inset
45044 </cell>
45045 <cell alignment="left" valignment="top" usebox="none">
45046 \begin_inset Text
45047
45048 \begin_layout Plain Layout
45049 \begin_inset ERT
45050 status collapsed
45051
45052 \begin_layout Plain Layout
45053
45054
45055 \backslash
45056 fcolorbox{black}{
45057 \end_layout
45058
45059 \end_inset
45060
45061 Salmon
45062 \begin_inset ERT
45063 status collapsed
45064
45065 \begin_layout Plain Layout
45066
45067 }{
45068 \end_layout
45069
45070 \end_inset
45071
45072
45073 \begin_inset Phantom Phantom
45074 status open
45075
45076 \begin_layout Plain Layout
45077 W
45078 \end_layout
45079
45080 \end_inset
45081
45082
45083 \begin_inset ERT
45084 status collapsed
45085
45086 \begin_layout Plain Layout
45087
45088 }
45089 \end_layout
45090
45091 \end_inset
45092
45093  Salmon
45094 \end_layout
45095
45096 \end_inset
45097 </cell>
45098 </row>
45099 <row>
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 SeaGreen
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  SeaGreen
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 Sepia
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  Sepia
45202 \end_layout
45203
45204 \end_inset
45205 </cell>
45206 <cell alignment="left" valignment="top" usebox="none">
45207 \begin_inset Text
45208
45209 \begin_layout Plain Layout
45210 \begin_inset ERT
45211 status collapsed
45212
45213 \begin_layout Plain Layout
45214
45215
45216 \backslash
45217 fcolorbox{black}{
45218 \end_layout
45219
45220 \end_inset
45221
45222 SkyBlue
45223 \begin_inset ERT
45224 status collapsed
45225
45226 \begin_layout Plain Layout
45227
45228 }{
45229 \end_layout
45230
45231 \end_inset
45232
45233
45234 \begin_inset Phantom Phantom
45235 status open
45236
45237 \begin_layout Plain Layout
45238 W
45239 \end_layout
45240
45241 \end_inset
45242
45243
45244 \begin_inset ERT
45245 status collapsed
45246
45247 \begin_layout Plain Layout
45248
45249 }
45250 \end_layout
45251
45252 \end_inset
45253
45254  SkyBlue
45255 \end_layout
45256
45257 \end_inset
45258 </cell>
45259 <cell alignment="left" valignment="top" usebox="none">
45260 \begin_inset Text
45261
45262 \begin_layout Plain Layout
45263 \begin_inset ERT
45264 status collapsed
45265
45266 \begin_layout Plain Layout
45267
45268
45269 \backslash
45270 fcolorbox{black}{
45271 \end_layout
45272
45273 \end_inset
45274
45275 SpringGreen
45276 \begin_inset ERT
45277 status collapsed
45278
45279 \begin_layout Plain Layout
45280
45281 }{
45282 \end_layout
45283
45284 \end_inset
45285
45286
45287 \begin_inset Phantom Phantom
45288 status open
45289
45290 \begin_layout Plain Layout
45291 W
45292 \end_layout
45293
45294 \end_inset
45295
45296
45297 \begin_inset ERT
45298 status collapsed
45299
45300 \begin_layout Plain Layout
45301
45302 }
45303 \end_layout
45304
45305 \end_inset
45306
45307  SpringGreen
45308 \end_layout
45309
45310 \end_inset
45311 </cell>
45312 </row>
45313 <row>
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 Tan
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  Tan
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 TealBlue
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  TealBlue
45416 \end_layout
45417
45418 \end_inset
45419 </cell>
45420 <cell alignment="left" valignment="top" usebox="none">
45421 \begin_inset Text
45422
45423 \begin_layout Plain Layout
45424 \begin_inset ERT
45425 status collapsed
45426
45427 \begin_layout Plain Layout
45428
45429
45430 \backslash
45431 fcolorbox{black}{
45432 \end_layout
45433
45434 \end_inset
45435
45436 Thistle
45437 \begin_inset ERT
45438 status collapsed
45439
45440 \begin_layout Plain Layout
45441
45442 }{
45443 \end_layout
45444
45445 \end_inset
45446
45447
45448 \begin_inset Phantom Phantom
45449 status open
45450
45451 \begin_layout Plain Layout
45452 W
45453 \end_layout
45454
45455 \end_inset
45456
45457
45458 \begin_inset ERT
45459 status collapsed
45460
45461 \begin_layout Plain Layout
45462
45463 }
45464 \end_layout
45465
45466 \end_inset
45467
45468  Thistle
45469 \end_layout
45470
45471 \end_inset
45472 </cell>
45473 <cell alignment="left" valignment="top" usebox="none">
45474 \begin_inset Text
45475
45476 \begin_layout Plain Layout
45477 \begin_inset ERT
45478 status collapsed
45479
45480 \begin_layout Plain Layout
45481
45482
45483 \backslash
45484 fcolorbox{black}{
45485 \end_layout
45486
45487 \end_inset
45488
45489 Turquoise
45490 \begin_inset ERT
45491 status collapsed
45492
45493 \begin_layout Plain Layout
45494
45495 }{
45496 \end_layout
45497
45498 \end_inset
45499
45500
45501 \begin_inset Phantom Phantom
45502 status open
45503
45504 \begin_layout Plain Layout
45505 W
45506 \end_layout
45507
45508 \end_inset
45509
45510
45511 \begin_inset ERT
45512 status collapsed
45513
45514 \begin_layout Plain Layout
45515
45516 }
45517 \end_layout
45518
45519 \end_inset
45520
45521  Turquoise
45522 \end_layout
45523
45524 \end_inset
45525 </cell>
45526 </row>
45527 <row>
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 Violet
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  Violet
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 VioletRed
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  VioletRed
45630 \end_layout
45631
45632 \end_inset
45633 </cell>
45634 <cell alignment="left" valignment="top" usebox="none">
45635 \begin_inset Text
45636
45637 \begin_layout Plain Layout
45638 \begin_inset ERT
45639 status collapsed
45640
45641 \begin_layout Plain Layout
45642
45643
45644 \backslash
45645 fcolorbox{black}{
45646 \end_layout
45647
45648 \end_inset
45649
45650 WildStrawberry
45651 \begin_inset ERT
45652 status collapsed
45653
45654 \begin_layout Plain Layout
45655
45656 }{
45657 \end_layout
45658
45659 \end_inset
45660
45661
45662 \begin_inset Phantom Phantom
45663 status open
45664
45665 \begin_layout Plain Layout
45666 W
45667 \end_layout
45668
45669 \end_inset
45670
45671
45672 \begin_inset ERT
45673 status collapsed
45674
45675 \begin_layout Plain Layout
45676
45677 }
45678 \end_layout
45679
45680 \end_inset
45681
45682  WildStrawberry
45683 \end_layout
45684
45685 \end_inset
45686 </cell>
45687 <cell alignment="left" valignment="top" usebox="none">
45688 \begin_inset Text
45689
45690 \begin_layout Plain Layout
45691 \begin_inset ERT
45692 status collapsed
45693
45694 \begin_layout Plain Layout
45695
45696
45697 \backslash
45698 fcolorbox{black}{
45699 \end_layout
45700
45701 \end_inset
45702
45703 YellowGreen
45704 \begin_inset ERT
45705 status collapsed
45706
45707 \begin_layout Plain Layout
45708
45709 }{
45710 \end_layout
45711
45712 \end_inset
45713
45714
45715 \begin_inset Phantom Phantom
45716 status open
45717
45718 \begin_layout Plain Layout
45719 W
45720 \end_layout
45721
45722 \end_inset
45723
45724
45725 \begin_inset ERT
45726 status collapsed
45727
45728 \begin_layout Plain Layout
45729
45730 }
45731 \end_layout
45732
45733 \end_inset
45734
45735  YellowGreen
45736 \end_layout
45737
45738 \end_inset
45739 </cell>
45740 </row>
45741 <row>
45742 <cell alignment="left" valignment="top" usebox="none">
45743 \begin_inset Text
45744
45745 \begin_layout Plain Layout
45746 \begin_inset ERT
45747 status collapsed
45748
45749 \begin_layout Plain Layout
45750
45751
45752 \backslash
45753 fcolorbox{black}{
45754 \end_layout
45755
45756 \end_inset
45757
45758 YellowOrange
45759 \begin_inset ERT
45760 status collapsed
45761
45762 \begin_layout Plain Layout
45763
45764 }{
45765 \end_layout
45766
45767 \end_inset
45768
45769
45770 \begin_inset Phantom Phantom
45771 status open
45772
45773 \begin_layout Plain Layout
45774 W
45775 \end_layout
45776
45777 \end_inset
45778
45779
45780 \begin_inset ERT
45781 status collapsed
45782
45783 \begin_layout Plain Layout
45784
45785 }
45786 \end_layout
45787
45788 \end_inset
45789
45790  YellowOrange
45791 \end_layout
45792
45793 \end_inset
45794 </cell>
45795 <cell alignment="left" valignment="top" usebox="none">
45796 \begin_inset Text
45797
45798 \begin_layout Plain Layout
45799
45800 \end_layout
45801
45802 \end_inset
45803 </cell>
45804 <cell alignment="left" valignment="top" usebox="none">
45805 \begin_inset Text
45806
45807 \begin_layout Plain Layout
45808
45809 \end_layout
45810
45811 \end_inset
45812 </cell>
45813 <cell alignment="left" valignment="top" usebox="none">
45814 \begin_inset Text
45815
45816 \begin_layout Plain Layout
45817
45818 \end_layout
45819
45820 \end_inset
45821 </cell>
45822 </row>
45823 </lyxtabular>
45824
45825 \end_inset
45826
45827
45828 \end_layout
45829
45830 \begin_layout Chapter
45831 Explication de l' équation
45832 \begin_inset space ~
45833 \end_inset
45834
45835 (
45836 \begin_inset CommandInset ref
45837 LatexCommand ref
45838 reference "eq:Wgn"
45839
45840 \end_inset
45841
45842 )
45843 \begin_inset CommandInset label
45844 LatexCommand label
45845 name "cha:Explication-de-l'Equation"
45846
45847 \end_inset
45848
45849
45850 \end_layout
45851
45852 \begin_layout Standard
45853 La largeur totale de 
45854 \emph on
45855 n
45856 \emph default
45857  cellules de tableau 
45858 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45859 \end_inset
45860
45861  peut être calculée avec
45862 \begin_inset Formula 
45863 \begin{equation}
45864 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45865 \end{equation}
45866
45867 \end_inset
45868
45869
45870 \end_layout
45871
45872 \begin_layout Standard
45873 où 
45874 \begin_inset Formula $L_{g\,n}$
45875 \end_inset
45876
45877  est la largeur fixe de toutes les cellules.
45878  
45879 \series bold
45880
45881 \backslash
45882 tabcolsep
45883 \series default
45884  est la largeur utilisée par \SpecialChar LaTeX
45885  entre le texte de la cellule et la bordure,
45886  sa valeur implicite est 6
45887 \begin_inset space \thinspace{}
45888 \end_inset
45889
45890 pt.
45891  
45892 \series bold
45893
45894 \backslash
45895 arrayrulewidth
45896 \series default
45897  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45898 \begin_inset space \thinspace{}
45899 \end_inset
45900
45901 pt.
45902 \end_layout
45903
45904 \begin_layout Standard
45905 D'après l'équation
45906 \begin_inset space ~
45907 \end_inset
45908
45909
45910 \begin_inset CommandInset ref
45911 LatexCommand eqref
45912 reference "eq:Wtot_n"
45913
45914 \end_inset
45915
45916 , la largeur totale d'une multi-colonnes, 
45917 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45918 \end_inset
45919
45920  est
45921 \begin_inset Formula 
45922 \begin{equation}
45923 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45924 \end{equation}
45925
45926 \end_inset
45927
45928
45929 \end_layout
45930
45931 \begin_layout Standard
45932 En posant que les équations 
45933 \begin_inset space ~
45934 \end_inset
45935
45936
45937 \begin_inset CommandInset ref
45938 LatexCommand eqref
45939 reference "eq:Wtot_n"
45940
45941 \end_inset
45942
45943  et 
45944 \begin_inset CommandInset ref
45945 LatexCommand eqref
45946 reference "eq:Wtot_mult"
45947
45948 \end_inset
45949
45950  sont égales, on peut calculer la largeur nécessaire 
45951 \begin_inset Formula $L_{g\,n}$
45952 \end_inset
45953
45954  quand 
45955 \emph on
45956 n
45957 \emph default
45958  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45959  de 
45960 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45961 \end_inset
45962
45963 :
45964 \begin_inset Formula 
45965 \begin{equation}
45966 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45967 \end{equation}
45968
45969 \end_inset
45970
45971
45972 \end_layout
45973
45974 \begin_layout Bibliography
45975 \begin_inset CommandInset bibitem
45976 LatexCommand bibitem
45977 key "latexcompanion"
45978
45979 \end_inset
45980
45981 Frank Mittelbach and Michel Goossens: 
45982 \emph on
45983 The \SpecialChar LaTeX
45984  Companion Second Edition.
45985
45986 \emph default
45987  Addison-Wesley, 2004
45988 \end_layout
45989
45990 \begin_layout Bibliography
45991 \begin_inset CommandInset bibitem
45992 LatexCommand bibitem
45993 key "latexguide"
45994
45995 \end_inset
45996
45997 Helmut Kopka and Patrick W.
45998  Daly: 
45999 \emph on
46000 A Guide to \SpecialChar LaTeX
46001  Fourth Edition.
46002
46003 \emph default
46004  Addison-Wesley, 2003
46005 \end_layout
46006
46007 \begin_layout Bibliography
46008 \begin_inset CommandInset bibitem
46009 LatexCommand bibitem
46010 key "latexbook"
46011
46012 \end_inset
46013
46014 Leslie Lamport: 
46015 \emph on
46016 \SpecialChar LaTeX
46017 : A Document Preparation System.
46018
46019 \emph default
46020  Addison-Wesley, second edition, 1994
46021 \end_layout
46022
46023 \begin_layout Bibliography
46024 \begin_inset CommandInset bibitem
46025 LatexCommand bibitem
46026 key "arydshln"
46027
46028 \end_inset
46029
46030 Documentation du paquetage \SpecialChar LaTeX
46031
46032 \series bold
46033  
46034 \begin_inset CommandInset href
46035 LatexCommand href
46036 name "arydshln"
46037 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46038
46039 \end_inset
46040
46041
46042 \series default
46043
46044 \begin_inset Index idx
46045 status collapsed
46046
46047 \begin_layout Plain Layout
46048 Paquetages \SpecialChar LaTeX
46049  ! arydshln
46050 \end_layout
46051
46052 \end_inset
46053
46054
46055 \end_layout
46056
46057 \begin_layout Bibliography
46058 \begin_inset CommandInset bibitem
46059 LatexCommand bibitem
46060 key "booktabs"
46061
46062 \end_inset
46063
46064 Documentation du paquetage \SpecialChar LaTeX
46065  
46066 \series bold
46067
46068 \begin_inset CommandInset href
46069 LatexCommand href
46070 name "booktabs"
46071 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46072
46073 \end_inset
46074
46075
46076 \series default
46077
46078 \begin_inset Index idx
46079 status collapsed
46080
46081 \begin_layout Plain Layout
46082 Paquetages \SpecialChar LaTeX
46083  ! booktabs
46084 \end_layout
46085
46086 \end_inset
46087
46088
46089 \end_layout
46090
46091 \begin_layout Bibliography
46092 \begin_inset CommandInset bibitem
46093 LatexCommand bibitem
46094 key "caption"
46095
46096 \end_inset
46097
46098 Documentation du paquetage \SpecialChar LaTeX
46099  
46100 \series bold
46101
46102 \begin_inset CommandInset href
46103 LatexCommand href
46104 name "caption"
46105 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46106
46107 \end_inset
46108
46109
46110 \series default
46111
46112 \begin_inset Index idx
46113 status collapsed
46114
46115 \begin_layout Plain Layout
46116 Paquetages \SpecialChar LaTeX
46117  ! caption
46118 \end_layout
46119
46120 \end_inset
46121
46122
46123 \end_layout
46124
46125 \begin_layout Bibliography
46126 \begin_inset CommandInset bibitem
46127 LatexCommand bibitem
46128 key "diagbox"
46129
46130 \end_inset
46131
46132 Documentation du paquetage \SpecialChar LaTeX
46133  
46134 \series bold
46135
46136 \begin_inset CommandInset href
46137 LatexCommand href
46138 name "diagbox"
46139 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46140
46141 \end_inset
46142
46143
46144 \series default
46145
46146 \begin_inset Index idx
46147 status collapsed
46148
46149 \begin_layout Plain Layout
46150 Paquetages \SpecialChar LaTeX
46151  ! diagbox
46152 \end_layout
46153
46154 \end_inset
46155
46156
46157 \end_layout
46158
46159 \begin_layout Bibliography
46160 \begin_inset CommandInset bibitem
46161 LatexCommand bibitem
46162 key "endfloat"
46163
46164 \end_inset
46165
46166 Documentation du paquetage \SpecialChar LaTeX
46167  
46168 \series bold
46169
46170 \begin_inset CommandInset href
46171 LatexCommand href
46172 name "endfloat"
46173 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46174
46175 \end_inset
46176
46177
46178 \series default
46179
46180 \begin_inset Index idx
46181 status collapsed
46182
46183 \begin_layout Plain Layout
46184 Paquetages \SpecialChar LaTeX
46185  ! endfloat
46186 \end_layout
46187
46188 \end_inset
46189
46190
46191 \end_layout
46192
46193 \begin_layout Bibliography
46194 \begin_inset CommandInset bibitem
46195 LatexCommand bibitem
46196 key "footmisc"
46197
46198 \end_inset
46199
46200 Documentation du paquetage \SpecialChar LaTeX
46201  
46202 \series bold
46203
46204 \begin_inset CommandInset href
46205 LatexCommand href
46206 name "footmisc"
46207 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46208
46209 \end_inset
46210
46211
46212 \series default
46213
46214 \begin_inset Index idx
46215 status collapsed
46216
46217 \begin_layout Plain Layout
46218 Paquetages \SpecialChar LaTeX
46219  ! footmisc
46220 \end_layout
46221
46222 \end_inset
46223
46224
46225 \end_layout
46226
46227 \begin_layout Bibliography
46228 \begin_inset CommandInset bibitem
46229 LatexCommand bibitem
46230 key "hypcap"
46231
46232 \end_inset
46233
46234 Documentation du paquetage \SpecialChar LaTeX
46235  
46236 \series bold
46237
46238 \begin_inset CommandInset href
46239 LatexCommand href
46240 name "hypcap"
46241 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46242
46243 \end_inset
46244
46245
46246 \series default
46247
46248 \begin_inset Index idx
46249 status collapsed
46250
46251 \begin_layout Plain Layout
46252 Paquetages \SpecialChar LaTeX
46253  ! hyperref
46254 \end_layout
46255
46256 \end_inset
46257
46258
46259 \end_layout
46260
46261 \begin_layout Bibliography
46262 \begin_inset CommandInset bibitem
46263 LatexCommand bibitem
46264 key "hyperref"
46265
46266 \end_inset
46267
46268 Documentation du paquetage \SpecialChar LaTeX
46269  
46270 \series bold
46271
46272 \begin_inset CommandInset href
46273 LatexCommand href
46274 name "hyperref"
46275 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46276
46277 \end_inset
46278
46279
46280 \series default
46281
46282 \begin_inset Index idx
46283 status collapsed
46284
46285 \begin_layout Plain Layout
46286 Paquetages \SpecialChar LaTeX
46287  ! hyperref
46288 \end_layout
46289
46290 \end_inset
46291
46292
46293 \end_layout
46294
46295 \begin_layout Bibliography
46296 \begin_inset CommandInset bibitem
46297 LatexCommand bibitem
46298 key "KOMA-Script"
46299
46300 \end_inset
46301
46302 Documentation du paquetage \SpecialChar LaTeX
46303  
46304 \series bold
46305
46306 \begin_inset CommandInset href
46307 LatexCommand href
46308 name "KOMA-Script"
46309 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46310
46311 \end_inset
46312
46313
46314 \series default
46315
46316 \begin_inset Index idx
46317 status collapsed
46318
46319 \begin_layout Plain Layout
46320 Paquetages \SpecialChar LaTeX
46321  ! KOMA-Script
46322 \end_layout
46323
46324 \end_inset
46325
46326
46327 \end_layout
46328
46329 \begin_layout Bibliography
46330 \begin_inset CommandInset bibitem
46331 LatexCommand bibitem
46332 key "lettrine"
46333
46334 \end_inset
46335
46336 Documentation du paquetage \SpecialChar LaTeX
46337  
46338 \series bold
46339
46340 \begin_inset CommandInset href
46341 LatexCommand href
46342 name "lettrine"
46343 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46344
46345 \end_inset
46346
46347
46348 \series default
46349  et un 
46350 \begin_inset CommandInset href
46351 LatexCommand href
46352 name "exemple"
46353 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46354
46355 \end_inset
46356
46357
46358 \begin_inset Index idx
46359 status collapsed
46360
46361 \begin_layout Plain Layout
46362 Paquetages \SpecialChar LaTeX
46363  ! lettrine
46364 \end_layout
46365
46366 \end_inset
46367
46368
46369 \end_layout
46370
46371 \begin_layout Bibliography
46372 \begin_inset CommandInset bibitem
46373 LatexCommand bibitem
46374 key "listings"
46375
46376 \end_inset
46377
46378 Documentation du paquetage \SpecialChar LaTeX
46379  
46380 \series bold
46381
46382 \begin_inset CommandInset href
46383 LatexCommand href
46384 name "listings"
46385 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46386
46387 \end_inset
46388
46389
46390 \series default
46391
46392 \begin_inset Index idx
46393 status collapsed
46394
46395 \begin_layout Plain Layout
46396 Paquetages \SpecialChar LaTeX
46397  ! listings
46398 \end_layout
46399
46400 \end_inset
46401
46402
46403 \end_layout
46404
46405 \begin_layout Bibliography
46406 \begin_inset CommandInset bibitem
46407 LatexCommand bibitem
46408 key "marginnote"
46409
46410 \end_inset
46411
46412 Documentation du paquetage \SpecialChar LaTeX
46413  
46414 \series bold
46415
46416 \begin_inset CommandInset href
46417 LatexCommand href
46418 name "marginnote"
46419 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46420
46421 \end_inset
46422
46423
46424 \series default
46425
46426 \begin_inset Index idx
46427 status collapsed
46428
46429 \begin_layout Plain Layout
46430 Paquetages \SpecialChar LaTeX
46431  ! marginnote
46432 \end_layout
46433
46434 \end_inset
46435
46436
46437 \end_layout
46438
46439 \begin_layout Bibliography
46440 \begin_inset CommandInset bibitem
46441 LatexCommand bibitem
46442 key "pdfpages"
46443
46444 \end_inset
46445
46446 Documentation du paquetage \SpecialChar LaTeX
46447  
46448 \series bold
46449
46450 \begin_inset CommandInset href
46451 LatexCommand href
46452 name "pdfpages"
46453 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46454
46455 \end_inset
46456
46457
46458 \series default
46459
46460 \begin_inset Index idx
46461 status collapsed
46462
46463 \begin_layout Plain Layout
46464 Paquetages \SpecialChar LaTeX
46465  ! pdfpages
46466 \end_layout
46467
46468 \end_inset
46469
46470
46471 \end_layout
46472
46473 \begin_layout Bibliography
46474 \begin_inset CommandInset bibitem
46475 LatexCommand bibitem
46476 key "prettyref"
46477
46478 \end_inset
46479
46480 Documentation du paquetage \SpecialChar LaTeX
46481
46482 \series bold
46483  
46484 \begin_inset CommandInset href
46485 LatexCommand href
46486 name "prettyref"
46487 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46488
46489 \end_inset
46490
46491
46492 \series default
46493
46494 \begin_inset Index idx
46495 status collapsed
46496
46497 \begin_layout Plain Layout
46498 Paquetages \SpecialChar LaTeX
46499  ! prettyref
46500 \end_layout
46501
46502 \end_inset
46503
46504
46505 \end_layout
46506
46507 \begin_layout Bibliography
46508 \begin_inset CommandInset bibitem
46509 LatexCommand bibitem
46510 key "pstricks"
46511
46512 \end_inset
46513
46514 Page Web du paquetage \SpecialChar LaTeX
46515  
46516 \series bold
46517
46518 \begin_inset CommandInset href
46519 LatexCommand href
46520 name "PSTricks"
46521 target "http://tug.org/PSTricks/"
46522
46523 \end_inset
46524
46525
46526 \series default
46527
46528 \begin_inset Index idx
46529 status collapsed
46530
46531 \begin_layout Plain Layout
46532 Paquetages \SpecialChar LaTeX
46533  ! PSTricks
46534 \end_layout
46535
46536 \end_inset
46537
46538
46539 \end_layout
46540
46541 \begin_layout Bibliography
46542 \begin_inset CommandInset bibitem
46543 LatexCommand bibitem
46544 key "refstyle"
46545
46546 \end_inset
46547
46548 Documentation du paquetage \SpecialChar LaTeX
46549
46550 \series bold
46551  
46552 \begin_inset CommandInset href
46553 LatexCommand href
46554 name "refstyle"
46555 target "http://www.ctan.org/tex-archive/macros/latex/contrib/refstyle/refstyle.pdf"
46556
46557 \end_inset
46558
46559
46560 \series default
46561
46562 \begin_inset Index idx
46563 status collapsed
46564
46565 \begin_layout Plain Layout
46566 Paquetages \SpecialChar LaTeX
46567  ! refstyle
46568 \end_layout
46569
46570 \end_inset
46571
46572
46573 \end_layout
46574
46575 \begin_layout Bibliography
46576 \begin_inset CommandInset bibitem
46577 LatexCommand bibitem
46578 key "sidecap"
46579
46580 \end_inset
46581
46582 Documentation du paquetage \SpecialChar LaTeX
46583  
46584 \series bold
46585
46586 \begin_inset CommandInset href
46587 LatexCommand href
46588 name "sidecap"
46589 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46590
46591 \end_inset
46592
46593
46594 \series default
46595
46596 \begin_inset Index idx
46597 status collapsed
46598
46599 \begin_layout Plain Layout
46600 Paquetages \SpecialChar LaTeX
46601  ! sidecap
46602 \end_layout
46603
46604 \end_inset
46605
46606
46607 \end_layout
46608
46609 \begin_layout Bibliography
46610 \begin_inset CommandInset bibitem
46611 LatexCommand bibitem
46612 key "NewInLyX20"
46613
46614 \end_inset
46615
46616
46617 \begin_inset CommandInset href
46618 LatexCommand href
46619 name "Page Wiki"
46620 target "http://wiki.lyx.org/LyX/NewInLyX20"
46621
46622 \end_inset
46623
46624  au sujet des nouveautés de 
46625 \family sans
46626 \SpecialChar LyX
46627  2.0
46628 \family default
46629 .
46630 \end_layout
46631
46632 \begin_layout Standard
46633 \begin_inset CommandInset index_print
46634 LatexCommand printindex
46635 type "idx"
46636
46637 \end_inset
46638
46639
46640 \end_layout
46641
46642 \end_body
46643 \end_document