]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
EmbeddedObjects.lyx; port recent changes to master
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used for colored table rows
85 \usepackage[table]{xcolor}
86
87 % used to have extra space in table cells
88 \@ifundefined{extrarowheight}
89  {\usepackage{array}}{}
90 \setlength{\extrarowheight}{2pt}
91
92 % used for customized tables
93 % ---
94 \newcolumntype{M}[1]
95  {>{\centering\hspace{0pt}}m{#1}}
96
97 \newcolumntype{S}[2]
98  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
99
100 \newcolumntype{K}[1]
101  {>{\columncolor{#1}\hspace{0pt}}c}
102
103 \newcolumntype{V}{!{\vrule width 1.5pt}}
104
105 \newcolumntype{W}{!{\color{green}\vline}}
106 % ---
107
108 % insert additional vertical space of
109 % 1.5 mm between footnotes
110 \let\myFoot\footnote
111 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
112
113 % number algorithm floats within chapters
114 \numberwithin{algorithm}{chapter}
115
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % check for package arydshln
122 % used for tables with dashed lines
123 \newboolean{arydshln}
124 \IfFileExists{arydshln.sty}
125  {\usepackage{arydshln}
126   \setboolean{arydshln}{true}}
127  {\setboolean{arydshln}{false}}
128
129 % check for package marginnote
130 % used for margin notes
131 \newboolean{marginnote}
132 \IfFileExists{marginnote.sty}
133  {\usepackage{marginnote}
134   \let\marginpar\marginnote
135   \setboolean{marginnote}{true}}
136  {\setboolean{marginnote}{false}}
137
138 % check for package sidecap
139 % used for captions on the side
140 \newboolean{sidecap}
141 \IfFileExists{sidecap.sty}
142  {\usepackage{sidecap}
143   \setboolean{sidecap}{true}}
144  {\setboolean{sidecap}{false}}
145
146 % check for picinpar
147 % used for surrounded fixed objects
148 \newboolean{picinpar}
149 \IfFileExists{picinpar.sty}
150  {\usepackage{picinpar}
151   \setboolean{picinpar}{true}}
152  {\setboolean{picinpar}{false}}
153
154 % check for lettrine
155 \newboolean{lettrine}
156 \IfFileExists{lettrine.sty}
157  {\usepackage{lettrine}
158   \setboolean{lettrine}{true}}
159  {\setboolean{lettrine}{false}}
160
161 % check for diagbox
162 \newboolean{diagbox}
163 \IfFileExists{diagbox.sty}
164  {\usepackage{diagbox}
165   \setboolean{diagbox}{true}}
166  {\setboolean{diagbox}{false}}
167
168 % use normal list environments also in French documents
169 \frenchbsetup{StandardLayout}
170 \end_preamble
171 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language french
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_math auto
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_package amsmath 2
216 \use_package amssymb 2
217 \use_package cancel 0
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type default
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Index
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language french
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \tracking_changes false
248 \output_changes false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
258  les boîtes et les objets externes de LyX
259 \end_layout
260
261 \begin_layout Author
262 par l'Équipe LyX
263 \begin_inset Foot
264 status collapsed
265
266 \begin_layout Plain Layout
267 \noindent
268 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
269  de la documentation de LyX: 
270 \begin_inset CommandInset href
271 LatexCommand href
272 name "lyx-docs@lists.lyx.org"
273 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
274 type "mailto:"
275
276 \end_inset
277
278
279 \end_layout
280
281 \end_inset
282
283
284 \begin_inset Note Note
285 status collapsed
286
287 \begin_layout Plain Layout
288 auteur original : Uwe Stöhr
289 \end_layout
290
291 \begin_layout Plain Layout
292 Traduction française : Siegfried Meunier-Guttin-Cluzel
293 \end_layout
294
295 \begin_layout Plain Layout
296 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
297 n/Navigation, 31/10/2012, JPChrétien
298 \end_layout
299
300 \begin_layout Plain Layout
301 version initiale 2.1.x avril 2014, mise à jour J.P.
302  Chrétien
303 \end_layout
304
305 \begin_layout Plain Layout
306 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
307 \end_layout
308
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \begin_inset Newline newline
317 \end_inset
318
319
320 \family sans
321 Version 2.1.x
322 \end_layout
323
324 \begin_layout Standard
325 \begin_inset CommandInset toc
326 LatexCommand tableofcontents
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Standard
334 \begin_inset Note Note
335 status open
336
337 \begin_layout Plain Layout
338 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
339  
340 \series bold
341 arydshln
342 \series default
343
344 \series bold
345 colortbl
346 \series default
347
348 \series bold
349 diagbox, lettrine, marginnote, picinpar
350 \series default
351 , et 
352 \series bold
353 sidecap
354 \series default
355  doivent être installés.
356  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
357  les sections qui nécessitent les paquetages en question n'apparaîtront
358  pas sur la sortie.
359 \end_layout
360
361 \begin_layout Plain Layout
362 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
363 \begin_inset Newline newline
364 \end_inset
365
366
367 \series bold
368 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
369 \end_layout
370
371 \end_inset
372
373
374 \end_layout
375
376 \begin_layout Chapter
377 Figures
378 \begin_inset Index idx
379 status collapsed
380
381 \begin_layout Plain Layout
382 Figures
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset Index idx
389 status collapsed
390
391 \begin_layout Plain Layout
392 Graphiques|see
393 \begin_inset ERT
394 status collapsed
395
396 \begin_layout Plain Layout
397
398 {
399 \end_layout
400
401 \end_inset
402
403 Figures
404 \begin_inset ERT
405 status collapsed
406
407 \begin_layout Plain Layout
408
409 }
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \end_inset
418
419
420 \end_layout
421
422 \begin_layout Section
423 La fenêtre de dialogue graphique
424 \begin_inset Index idx
425 status collapsed
426
427 \begin_layout Plain Layout
428 Figures ! Fenêtre de dialogue Graphique
429 \end_layout
430
431 \end_inset
432
433
434 \begin_inset CommandInset label
435 LatexCommand label
436 name "sec:Graphics-Dialog"
437
438 \end_inset
439
440
441 \end_layout
442
443 \begin_layout Standard
444 Pour placer une figure dans votre document, cliquez sur le bouton 
445 \begin_inset Info
446 type  "icon"
447 arg   "dialog-show-new-inset graphics"
448 \end_inset
449
450  dans la barre d'outils, ou faites 
451 \family sans
452 Insertion\SpecialChar \menuseparator
453 Graphique
454 \family default
455 .
456  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
457  à charger.
458  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
459  dans le texte.
460 \end_layout
461
462 \begin_layout Standard
463 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
464  sur une image
465 \begin_inset Note Note
466 status collapsed
467
468 \begin_layout Plain Layout
469 Ça marche aussi avec le bouton gauche ! (NdT)
470 \end_layout
471
472 \end_inset
473
474 .
475  Cette fenêtre de dialogue possède trois onglets:
476 \end_layout
477
478 \begin_layout Description
479 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
480  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
481  Les unités de longueurs utilisées sont décrites dans l'annexe
482 \begin_inset space ~
483 \end_inset
484
485
486 \begin_inset CommandInset ref
487 LatexCommand ref
488 reference "cha:Unités-de-longueur"
489
490 \end_inset
491
492 .
493 \begin_inset Newline newline
494 \end_inset
495
496
497 \begin_inset Index idx
498 status collapsed
499
500 \begin_layout Plain Layout
501 Figures ! Pivotées
502 \end_layout
503
504 \end_inset
505
506 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
507  d'une montre, en donnant l'angle de rotation et la position du pivot.
508  L'image apparaîtra pivotée dans LyX.
509 \begin_inset Newline newline
510 \end_inset
511
512
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 Figures ! Redimensionnées
518 \end_layout
519
520 \end_inset
521
522 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
523  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
524  sa largeur.
525  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
526  déterminée automatiquement.
527  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
528  éventuellement une distorsion.
529  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
530  
531 \family sans
532 Conserver
533 \begin_inset space ~
534 \end_inset
535
536 les
537 \begin_inset space ~
538 \end_inset
539
540 proportions
541 \family default
542 .
543  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
544  pas les valeurs fixées.
545  
546 \begin_inset Newline newline
547 \end_inset
548
549 Les images peuvent être modifiée en utilisant le programme de votre choix
550  en faisant un clic droit dessus et en choisissant 
551 \family sans
552 Éditer le fichier ailleurs
553 \family default
554  dans le menu contextuel qui apparaît.
555  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
556  
557 \family sans
558 Formats
559 \begin_inset space ~
560 \end_inset
561
562 de
563 \begin_inset space ~
564 \end_inset
565
566 fichiers
567 \family default
568  dans la fenêtre de dialogue de 
569 \family sans
570 Préférences
571 \family default
572  de LyX.
573 \end_layout
574
575 \begin_layout Description
576 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
577  la sortie finale est de modifier les coordonnées de la zone de l'image
578  qui est affichée.
579  Cette zone peut être calculée automatiquement à partir des données présentes
580  dans le fichier en appuyant sur le bouton 
581 \family sans
582 Valeurs
583 \begin_inset space ~
584 \end_inset
585
586 du
587 \begin_inset space ~
588 \end_inset
589
590 Fichier
591 \family default
592 .
593  Avec l'option 
594 \family sans
595 Couper
596 \begin_inset space ~
597 \end_inset
598
599 à
600 \begin_inset space ~
601 \end_inset
602
603 la
604 \begin_inset space ~
605 \end_inset
606
607 boîte
608 \begin_inset space ~
609 \end_inset
610
611 de
612 \begin_inset space ~
613 \end_inset
614
615 délimitation, 
616 \family default
617 seule la portion de l'image qui est dans la zone définie sera imprimée.
618  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
619  donc vous pouvez ignorer l'onglet 
620 \family sans
621 Rogner
622 \family default
623 .
624 \end_layout
625
626 \begin_layout Description
627
628 \family sans
629 Options
630 \begin_inset space ~
631 \end_inset
632
633 LaTeX
634 \begin_inset space ~
635 \end_inset
636
637 et
638 \begin_inset space ~
639 \end_inset
640
641 LyX
642 \family default
643  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
644  les experts ès-LaTeX pourront fournir des options supplémentaires pour
645  LaTeX
646 \begin_inset Newline newline
647 \end_inset
648
649 L'option 
650 \family sans
651 Mode brouillon
652 \family default
653  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
654  avec la taille de l'image.
655 \begin_inset Newline newline
656 \end_inset
657
658 L'option 
659 \family sans
660 Ne
661 \begin_inset space ~
662 \end_inset
663
664 pas
665 \begin_inset space ~
666 \end_inset
667
668 décompresser
669 \begin_inset space ~
670 \end_inset
671
672 à
673 \begin_inset space ~
674 \end_inset
675
676 l'exportation
677 \family default
678  n'affectera que les graphiques EPS zippés, par exemple 
679 \family typewriter
680 x.eps.gz
681 \family default
682 .
683  Quand cette option est activée, les images ne sont pas décompressées à
684  l'exportation, vu que LaTeX peut les traiter telles-quelles
685 \begin_inset Newline newline
686 \end_inset
687
688 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
689  disques quand on utilise PostScript comme format de sortie, voir l'annexe
690 \begin_inset space ~
691 \end_inset
692
693
694 \begin_inset CommandInset ref
695 LatexCommand ref
696 reference "sec:PostScript"
697
698 \end_inset
699
700 .
701  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
702  terminal UNIX ou une console Windows:
703 \begin_inset Newline newline
704 \end_inset
705
706
707 \series bold
708 gzip x.eps
709 \series default
710
711 \begin_inset Newline newline
712 \end_inset
713
714
715 \series bold
716 zgrep %%Bounding x.eps.gz > x.eps.bb
717 \series default
718
719 \begin_inset Newline newline
720 \end_inset
721
722 La seconde commande va créer le fichier contenant la description de la boîte
723  de délimitation 
724 \begin_inset Quotes fld
725 \end_inset
726
727
728 \family typewriter
729 x.eps.bb
730 \family default
731
732 \begin_inset Quotes frd
733 \end_inset
734
735  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
736 \begin_inset Newline newline
737 \end_inset
738
739 Dans la section 
740 \family sans
741 Groupe
742 \begin_inset space ~
743 \end_inset
744
745 de
746 \begin_inset space ~
747 \end_inset
748
749 graphiques
750 \family default
751  vous pouvez définir ou de choisir un groupe de paramètres d'image
752 \begin_inset Index idx
753 status collapsed
754
755 \begin_layout Plain Layout
756 Figures ! Groupes de paramétrisation
757 \end_layout
758
759 \end_inset
760
761 .
762  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
763  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
764  les autres soient automatiquement modifiées de la même manière.
765  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
766  avoir à modifier leur taille manuellement une par une.
767  On peut rattacher une image à un groupe existant en utilisant le menu contextue
768 l de l'image et en cochant le nom du groupe dans la liste
769 \begin_inset Foot
770 status collapsed
771
772 \begin_layout Plain Layout
773 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
774 \end_layout
775
776 \end_inset
777
778 .
779 \end_layout
780
781 \begin_layout Standard
782 \begin_inset VSpace bigskip
783 \end_inset
784
785
786 \end_layout
787
788 \begin_layout Standard
789 Voici un exemple d'image au format EPS
790 \begin_inset Foot
791 status collapsed
792
793 \begin_layout Plain Layout
794 Les format d'images sont décrits dans la section
795 \begin_inset space ~
796 \end_inset
797
798
799 \begin_inset CommandInset ref
800 LatexCommand ref
801 reference "sec:Image-Formats"
802
803 \end_inset
804
805 .
806 \end_layout
807
808 \end_inset
809
810  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
811 nt:
812 \end_layout
813
814 \begin_layout Standard
815 \align center
816 \begin_inset Graphics
817         filename ../clipart/mobius.eps
818         scale 70
819         scaleBeforeRotation
820         rotateOrigin center
821
822 \end_inset
823
824
825 \end_layout
826
827 \begin_layout Standard
828 Et voici la même image mais en mode brouillon:
829 \end_layout
830
831 \begin_layout Standard
832 \align center
833 \begin_inset Graphics
834         filename ../clipart/mobius.eps
835         scale 70
836         draft
837         scaleBeforeRotation
838         rotateOrigin center
839
840 \end_inset
841
842
843 \end_layout
844
845 \begin_layout Section
846 Figures flottantes
847 \begin_inset CommandInset label
848 LatexCommand label
849 name "sec:Figure-Floats"
850
851 \end_inset
852
853
854 \begin_inset Index idx
855 status collapsed
856
857 \begin_layout Plain Layout
858 Flottants ! Figures
859 \end_layout
860
861 \end_inset
862
863
864 \begin_inset Index idx
865 status collapsed
866
867 \begin_layout Plain Layout
868 Figures ! Flottants
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \begin_layout Standard
877 Pour des explications d'ordre général concernant les flottants, jetez un
878  coup d'œil à la section
879 \begin_inset space ~
880 \end_inset
881
882
883 \begin_inset CommandInset ref
884 LatexCommand ref
885 reference "sec:Flottants-Introduction"
886
887 \end_inset
888
889 .
890 \end_layout
891
892 \begin_layout Standard
893 Le bouton 
894 \begin_inset Info
895 type  "icon"
896 arg   "float-insert figure"
897 \end_inset
898
899  de la barre d'outils et le menu 
900 \family sans
901 Insertion\SpecialChar \menuseparator
902 Flottant\SpecialChar \menuseparator
903 Figure
904 \family default
905  insèrent un flottant avec l'étiquette 
906 \begin_inset Quotes fld
907 \end_inset
908
909
910 \series bold
911 Figure
912 \begin_inset space ~
913 \end_inset
914
915 #:
916 \series default
917
918 \begin_inset Quotes frd
919 \end_inset
920
921  (# est le numéro réel de l'image).
922  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
923 \begin_inset space ~
924 \end_inset
925
926
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "fig:kill-plat"
930
931 \end_inset
932
933  ou en dessous de la légende comme pour la Figure
934 \begin_inset space ~
935 \end_inset
936
937
938 \begin_inset CommandInset ref
939 LatexCommand ref
940 reference "fig:escher"
941
942 \end_inset
943
944 .
945  Vous trouverez plus d'information sur le positionnement des légendes dans
946  la section
947 \begin_inset space ~
948 \end_inset
949
950
951 \begin_inset CommandInset ref
952 LatexCommand ref
953 reference "sec:Placement-légende"
954
955 \end_inset
956
957 .
958 \end_layout
959
960 \begin_layout Standard
961 \begin_inset Float figure
962 wide false
963 sideways false
964 status open
965
966 \begin_layout Plain Layout
967 \align center
968 \begin_inset Graphics
969         filename ../clipart/platypus.eps
970         width 50col%
971         scaleBeforeRotation
972         rotateOrigin center
973
974 \end_inset
975
976
977 \end_layout
978
979 \begin_layout Plain Layout
980 \begin_inset Caption Standard
981
982 \begin_layout Plain Layout
983 \begin_inset CommandInset label
984 LatexCommand label
985 name "fig:kill-plat"
986
987 \end_inset
988
989 Un ornithorynque sévèrement déformé dans un flottant de figure.
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \begin_layout Standard
1003 \begin_inset Float figure
1004 wide false
1005 sideways false
1006 status open
1007
1008 \begin_layout Plain Layout
1009 \begin_inset Caption Standard
1010
1011 \begin_layout Plain Layout
1012 \begin_inset CommandInset label
1013 LatexCommand label
1014 name "fig:escher"
1015
1016 \end_inset
1017
1018 M.C.
1019  Escher sous LSD.
1020 \end_layout
1021
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \begin_layout Plain Layout
1028 \align center
1029 \begin_inset Graphics
1030         filename ../clipart/escher-lsd.eps
1031         scale 80
1032         scaleBeforeRotation
1033         rotateOrigin center
1034
1035 \end_inset
1036
1037
1038 \end_layout
1039
1040 \end_inset
1041
1042
1043 \end_layout
1044
1045 \begin_layout Standard
1046 \begin_inset Index idx
1047 status collapsed
1048
1049 \begin_layout Plain Layout
1050 References@Références ! à des Figures
1051 \end_layout
1052
1053 \end_inset
1054
1055 Les figure
1056 \begin_inset space ~
1057 \end_inset
1058
1059
1060 \begin_inset CommandInset ref
1061 LatexCommand ref
1062 reference "fig:kill-plat"
1063
1064 \end_inset
1065
1066  et 
1067 \begin_inset CommandInset ref
1068 LatexCommand ref
1069 reference "fig:escher"
1070
1071 \end_inset
1072
1073  sont des exemples de figures référencées.
1074  Dans le texte, on fait référence à une figure en faisant référence à sa
1075  légende.
1076  On insère donc une étiquette dans la légende en utilisant le menu 
1077 \family sans
1078 Insertion
1079 \family default
1080 \SpecialChar \menuseparator
1081
1082 \family sans
1083 Étiquette
1084 \family default
1085  ou le bouton 
1086 \begin_inset Info
1087 type  "icon"
1088 arg   "label-insert"
1089 \end_inset
1090
1091  de la barre d'outils.
1092  On peut alors faire référence à cette étiquette en utilisant le menu 
1093 \family sans
1094 Insertion\SpecialChar \menuseparator
1095 Référence
1096 \begin_inset space ~
1097 \end_inset
1098
1099 croisée
1100 \family default
1101  ou le bouton 
1102 \begin_inset Info
1103 type  "icon"
1104 arg   "dialog-show-new-inset ref"
1105 \end_inset
1106
1107  de la barre d'outils.
1108  Il est important d'utiliser des références pour les flottants de figures
1109  plutôt que des locutions vagues du genre 
1110 \begin_inset Quotes fld
1111 \end_inset
1112
1113 la figure ci-dessous
1114 \begin_inset Quotes frd
1115 \end_inset
1116
1117 , puisque LaTeX va repositionner la figure dans le document final.
1118  Votre figure risque de ne plus être ci-dessous du tout !
1119 \begin_inset Newline newline
1120 \end_inset
1121
1122 Le référencement est expliqué plus en détail dans la section
1123 \begin_inset space ~
1124 \end_inset
1125
1126
1127 \begin_inset CommandInset ref
1128 LatexCommand ref
1129 reference "sec:Referencer-les-Flottants"
1130
1131 \end_inset
1132
1133 .
1134 \end_layout
1135
1136 \begin_layout Standard
1137 En principe on met une seule figure dans un flottant, mais parfois vous
1138  pouvez vouloir deux figures avec chacune sa sous-légende.
1139  C'est possible en insérant des flottants d'image dans des flottants d'image
1140  existants.
1141  Notez que seule la légende principale des flottants est reprise dans la
1142  liste des figures.
1143  La figure
1144 \begin_inset space ~
1145 \end_inset
1146
1147
1148 \begin_inset CommandInset ref
1149 LatexCommand ref
1150 reference "fig:Deux-images-déformées"
1151
1152 \end_inset
1153
1154  est un exemple de flottant de figure avec deux images mises l'une à côté
1155  de l'autre.
1156  Vous pouvez aussi mettre les images les unes sous les autres.
1157  Les figures
1158 \begin_inset space ~
1159 \end_inset
1160
1161
1162 \begin_inset CommandInset ref
1163 LatexCommand ref
1164 reference "fig:Structure-indéfinissable"
1165
1166 \end_inset
1167
1168  et 
1169 \begin_inset CommandInset ref
1170 LatexCommand ref
1171 reference "fig:Un-ornithorynque"
1172
1173 \end_inset
1174
1175  sont des sous-figures.
1176 \end_layout
1177
1178 \begin_layout Standard
1179 \begin_inset Float figure
1180 wide false
1181 sideways false
1182 status open
1183
1184 \begin_layout Plain Layout
1185 \begin_inset space \hfill{}
1186 \end_inset
1187
1188
1189 \begin_inset Float figure
1190 wide false
1191 sideways false
1192 status open
1193
1194 \begin_layout Plain Layout
1195 \begin_inset Caption Standard
1196
1197 \begin_layout Plain Layout
1198 \begin_inset CommandInset label
1199 LatexCommand label
1200 name "fig:Structure-indéfinissable"
1201
1202 \end_inset
1203
1204 Structure indéfinissable
1205 \end_layout
1206
1207 \end_inset
1208
1209
1210 \end_layout
1211
1212 \begin_layout Plain Layout
1213 \begin_inset Graphics
1214         filename ../clipart/escher-lsd.eps
1215         width 45col%
1216         scaleBeforeRotation
1217         groupId Déformés
1218
1219 \end_inset
1220
1221
1222 \end_layout
1223
1224 \end_inset
1225
1226
1227 \begin_inset space \hfill{}
1228 \end_inset
1229
1230
1231 \begin_inset Float figure
1232 wide false
1233 sideways false
1234 status open
1235
1236 \begin_layout Plain Layout
1237 \begin_inset Caption Standard
1238
1239 \begin_layout Plain Layout
1240 \begin_inset CommandInset label
1241 LatexCommand label
1242 name "fig:Un-ornithorynque"
1243
1244 \end_inset
1245
1246 Un ornithorynque
1247 \end_layout
1248
1249 \end_inset
1250
1251
1252 \end_layout
1253
1254 \begin_layout Plain Layout
1255 \begin_inset Graphics
1256         filename ../clipart/platypus.eps
1257         width 45col%
1258         scaleBeforeRotation
1259         groupId Déformés
1260
1261 \end_inset
1262
1263
1264 \end_layout
1265
1266 \end_inset
1267
1268
1269 \begin_inset space \hfill{}
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \begin_layout Plain Layout
1276 \begin_inset Caption Standard
1277
1278 \begin_layout Plain Layout
1279 \begin_inset CommandInset label
1280 LatexCommand label
1281 name "fig:Deux-images-déformées"
1282
1283 \end_inset
1284
1285 Deux images déformées.
1286  Les deux images font partie du groupe de paramétrisation 
1287 \begin_inset Quotes fld
1288 \end_inset
1289
1290 déformés
1291 \begin_inset Quotes frd
1292 \end_inset
1293
1294 .
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \end_layout
1301
1302 \end_inset
1303
1304
1305 \end_layout
1306
1307 \begin_layout Section
1308 Les formats d'images
1309 \begin_inset CommandInset label
1310 LatexCommand label
1311 name "sec:Image-Formats"
1312
1313 \end_inset
1314
1315
1316 \begin_inset Index idx
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 Formats d' images
1321 \end_layout
1322
1323 \end_inset
1324
1325
1326 \begin_inset Index idx
1327 status collapsed
1328
1329 \begin_layout Plain Layout
1330 Figures ! Formats d'images
1331 \end_layout
1332
1333 \end_inset
1334
1335
1336 \end_layout
1337
1338 \begin_layout Standard
1339 Vous pouvez insérer des images dans n'importe quel format connu.
1340  Mais, comme nous l'avons expliqué dans l'annexe
1341 \begin_inset space ~
1342 \end_inset
1343
1344
1345 \begin_inset CommandInset ref
1346 LatexCommand ref
1347 reference "cha:Formats-fichiers-graphiques"
1348
1349 \end_inset
1350
1351 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1352  de formats d'images.
1353  Pour s'en sortir LyX utilise le programme 
1354 \family typewriter
1355 ImageMagick
1356 \family default
1357  en arrière plan pour convertir les formats que vous utilisez dans un des
1358  formats acceptés par le format de sortie.
1359  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1360 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1361 \begin_inset space ~
1362 \end_inset
1363
1364
1365 \begin_inset CommandInset ref
1366 LatexCommand ref
1367 reference "cha:Formats-fichiers-graphiques"
1368
1369 \end_inset
1370
1371 .
1372 \end_layout
1373
1374 \begin_layout Standard
1375 Comme pour les polices de caractères, il y a deux grands types de formats
1376  d'images:
1377 \end_layout
1378
1379 \begin_layout Description
1380 Les
1381 \begin_inset space ~
1382 \end_inset
1383
1384 images
1385 \begin_inset space ~
1386 \end_inset
1387
1388 Matricielles
1389 \begin_inset space ~
1390 \end_inset
1391
1392 (ou
1393 \begin_inset space ~
1394 \end_inset
1395
1396 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1397  enregistrés sous un format compressé.
1398  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1399  petits carrés quand on utilise des agrandissements trop importants (aspect
1400  
1401 \begin_inset Quotes fld
1402 \end_inset
1403
1404 pixellisé
1405 \begin_inset Quotes frd
1406 \end_inset
1407
1408 ).
1409  Les formats matriciels les plus connus sont le GIF (
1410 \begin_inset Quotes fld
1411 \end_inset
1412
1413 Graphics Interchange Format
1414 \begin_inset Quotes frd
1415 \end_inset
1416
1417 , avec comme suffixe de fichier 
1418 \begin_inset Quotes fld
1419 \end_inset
1420
1421
1422 \family typewriter
1423 .gif
1424 \family default
1425
1426 \begin_inset Quotes frd
1427 \end_inset
1428
1429 )
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 GIF|see
1435 \begin_inset ERT
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439
1440 {
1441 \end_layout
1442
1443 \end_inset
1444
1445 Format d'image
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 }
1452 \end_layout
1453
1454 \end_inset
1455
1456
1457 \end_layout
1458
1459 \end_inset
1460
1461 , le PNG (
1462 \begin_inset Quotes fld
1463 \end_inset
1464
1465 Portable Network Graphics
1466 \begin_inset Quotes frd
1467 \end_inset
1468
1469 , suffixe 
1470 \begin_inset Quotes fld
1471 \end_inset
1472
1473
1474 \family typewriter
1475 .png
1476 \family default
1477
1478 \begin_inset Quotes frd
1479 \end_inset
1480
1481 )
1482 \begin_inset Index idx
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486 PNG|see
1487 \begin_inset ERT
1488 status collapsed
1489
1490 \begin_layout Plain Layout
1491
1492 {
1493 \end_layout
1494
1495 \end_inset
1496
1497 Formats d'image
1498 \begin_inset ERT
1499 status collapsed
1500
1501 \begin_layout Plain Layout
1502
1503 }
1504 \end_layout
1505
1506 \end_inset
1507
1508
1509 \end_layout
1510
1511 \end_inset
1512
1513  et le JPG (
1514 \begin_inset Quotes fld
1515 \end_inset
1516
1517 Joint Photographic Expert Group
1518 \begin_inset Quotes frd
1519 \end_inset
1520
1521 , suffixe 
1522 \begin_inset Quotes fld
1523 \end_inset
1524
1525
1526 \family typewriter
1527 .jpg
1528 \family default
1529
1530 \begin_inset Quotes frd
1531 \end_inset
1532
1533  ou 
1534 \begin_inset Quotes fld
1535 \end_inset
1536
1537
1538 \family typewriter
1539 .jpeg
1540 \family default
1541
1542 \begin_inset Quotes frd
1543 \end_inset
1544
1545 )
1546 \begin_inset Index idx
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550 JPG|see
1551 \begin_inset ERT
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555
1556 {
1557 \end_layout
1558
1559 \end_inset
1560
1561 Formats d'image
1562 \begin_inset ERT
1563 status collapsed
1564
1565 \begin_layout Plain Layout
1566
1567 }
1568 \end_layout
1569
1570 \end_inset
1571
1572
1573 \end_layout
1574
1575 \end_inset
1576
1577 .
1578 \end_layout
1579
1580 \begin_layout Description
1581 Les
1582 \begin_inset space ~
1583 \end_inset
1584
1585 images
1586 \begin_inset space ~
1587 \end_inset
1588
1589 Vectorielles
1590 \begin_inset space ~
1591 \end_inset
1592
1593 (ou
1594 \begin_inset space ~
1595 \end_inset
1596
1597 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1598  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1599 nnée comme on le veut sans perte de précision.
1600  La possibilité de redimensionner les images est très utilisé pour les présentat
1601 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1602 nnement.
1603  Le redimensionnement permet aussi de présenter des documents en ligne où
1604  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1605  étudier les détails.
1606 \begin_inset Newline newline
1607 \end_inset
1608
1609 Les principaux formats vectoriels sont le SVG (
1610 \begin_inset Quotes fld
1611 \end_inset
1612
1613 Scalable Vector Graphics
1614 \begin_inset Quotes frd
1615 \end_inset
1616
1617 , suffixe 
1618 \begin_inset Quotes fld
1619 \end_inset
1620
1621
1622 \family typewriter
1623 .svg
1624 \family default
1625
1626 \begin_inset Quotes frd
1627 \end_inset
1628
1629 )
1630 \begin_inset Index idx
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634 SVG|see
1635 \begin_inset ERT
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639
1640 {
1641 \end_layout
1642
1643 \end_inset
1644
1645 Format d'image
1646 \begin_inset ERT
1647 status collapsed
1648
1649 \begin_layout Plain Layout
1650
1651 }
1652 \end_layout
1653
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \end_inset
1660
1661 , l'EPS ( 
1662 \begin_inset Quotes fld
1663 \end_inset
1664
1665 encapsulated PostScript
1666 \begin_inset Quotes frd
1667 \end_inset
1668
1669 , suffixe 
1670 \begin_inset Quotes fld
1671 \end_inset
1672
1673
1674 \family typewriter
1675 .eps
1676 \family default
1677
1678 \begin_inset Quotes frd
1679 \end_inset
1680
1681 )
1682 \begin_inset Index idx
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 EPS|see
1687 \begin_inset ERT
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691
1692 {
1693 \end_layout
1694
1695 \end_inset
1696
1697 Format d'image
1698 \begin_inset ERT
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702
1703 }
1704 \end_layout
1705
1706 \end_inset
1707
1708
1709 \end_layout
1710
1711 \end_inset
1712
1713 , le PDF (
1714 \begin_inset Quotes fld
1715 \end_inset
1716
1717 Portable Document Format
1718 \begin_inset Quotes frd
1719 \end_inset
1720
1721 , suffixe 
1722 \begin_inset Quotes fld
1723 \end_inset
1724
1725
1726 \family typewriter
1727 .pdf
1728 \family default
1729
1730 \begin_inset Quotes frd
1731 \end_inset
1732
1733 )
1734 \begin_inset Index idx
1735 status collapsed
1736
1737 \begin_layout Plain Layout
1738 PDF|see
1739 \begin_inset ERT
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743
1744 {
1745 \end_layout
1746
1747 \end_inset
1748
1749 Format d'image
1750 \begin_inset ERT
1751 status collapsed
1752
1753 \begin_layout Plain Layout
1754
1755 }
1756 \end_layout
1757
1758 \end_inset
1759
1760
1761 \end_layout
1762
1763 \end_inset
1764
1765  et le WMF (
1766 \begin_inset Quotes fld
1767 \end_inset
1768
1769 Windows Metafile
1770 \begin_inset Quotes frd
1771 \end_inset
1772
1773 , suffixe 
1774 \begin_inset Quotes fld
1775 \end_inset
1776
1777
1778 \family typewriter
1779 .wfm
1780 \family default
1781
1782 \begin_inset Quotes frd
1783 \end_inset
1784
1785  ou 
1786 \begin_inset Quotes fld
1787 \end_inset
1788
1789
1790 \family typewriter
1791 .emf
1792 \family default
1793
1794 \begin_inset Quotes frd
1795 \end_inset
1796
1797 )
1798 \begin_inset Index idx
1799 status collapsed
1800
1801 \begin_layout Plain Layout
1802 WMF|see
1803 \begin_inset ERT
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 {
1809 \end_layout
1810
1811 \end_inset
1812
1813 Formats d'images
1814 \begin_inset ERT
1815 status collapsed
1816
1817 \begin_layout Plain Layout
1818
1819 }
1820 \end_layout
1821
1822 \end_inset
1823
1824
1825 \end_layout
1826
1827 \end_inset
1828
1829 .
1830  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1831  en EPS, mais le résultat ne sera pas redimensionnable.
1832  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1833 \begin_inset Foot
1834 status collapsed
1835
1836 \begin_layout Plain Layout
1837 Dans le cas du PDF l'image initiale est aussi compressée.
1838 \end_layout
1839
1840 \end_inset
1841
1842
1843 \end_layout
1844
1845 \begin_layout Standard
1846 Les fichiers PDF générés par 
1847 \family typewriter
1848 Adobe Photoshop
1849 \family default
1850 , par exemple, sont des images matricielles.
1851 \end_layout
1852
1853 \begin_layout Standard
1854 En principe il est quasiment impossible de convertir une image matricielle
1855  en graphique vectoriel, seul le contraire est possible.
1856  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1857  dans respectivement un fichier de sortie PDF ou PostScript.
1858  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1859  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1860  WMF/SVG
1861 \begin_inset Formula $\to$
1862 \end_inset
1863
1864 PDF/EPS convenables.
1865 \end_layout
1866
1867 \begin_layout Chapter
1868 Tableaux
1869 \begin_inset Index idx
1870 status collapsed
1871
1872 \begin_layout Plain Layout
1873 Tableau
1874 \end_layout
1875
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \begin_layout Section
1882 Introduction
1883 \begin_inset Index idx
1884 status collapsed
1885
1886 \begin_layout Plain Layout
1887 Tableau ! Introduction
1888 \end_layout
1889
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \begin_layout Standard
1896 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1897  
1898 \begin_inset Info
1899 type  "icon"
1900 arg   "tabular-insert"
1901 \end_inset
1902
1903  soit 
1904 \family sans
1905 Insertion\SpecialChar \menuseparator
1906 Tableau
1907 \family default
1908 .
1909  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1910  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1911  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1912  sur un bouton de la souris pour valider votre choix.
1913  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1914  vous demandant le nombre de lignes et de colonnes.
1915 \begin_inset Newline newline
1916 \end_inset
1917
1918 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1919  une à droite de la colonne la plus à droite et une en bas de la rangée
1920  du bas, qui forment une boîte autour du tableau.
1921  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1922  apparaît séparée du reste du tableau.
1923  Voici un exemple :
1924 \end_layout
1925
1926 \begin_layout Standard
1927 \align center
1928 \begin_inset Tabular
1929 <lyxtabular version="3" rows="4" columns="4">
1930 <features rotate="0" tabularvalignment="middle">
1931 <column alignment="center" valignment="top">
1932 <column alignment="center" valignment="top">
1933 <column alignment="center" valignment="top">
1934 <column alignment="center" valignment="top">
1935 <row>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949 1
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958 2
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 3
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 </row>
1973 <row>
1974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1975 \begin_inset Text
1976
1977 \begin_layout Plain Layout
1978 A
1979 \end_layout
1980
1981 \end_inset
1982 </cell>
1983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1984 \begin_inset Text
1985
1986 \begin_layout Plain Layout
1987
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 </row>
2011 <row>
2012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2013 \begin_inset Text
2014
2015 \begin_layout Plain Layout
2016 B
2017 \end_layout
2018
2019 \end_inset
2020 </cell>
2021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2022 \begin_inset Text
2023
2024 \begin_layout Plain Layout
2025
2026 \end_layout
2027
2028 \end_inset
2029 </cell>
2030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2031 \begin_inset Text
2032
2033 \begin_layout Plain Layout
2034
2035 \end_layout
2036
2037 \end_inset
2038 </cell>
2039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Plain Layout
2043
2044 \end_layout
2045
2046 \end_inset
2047 </cell>
2048 </row>
2049 <row>
2050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2051 \begin_inset Text
2052
2053 \begin_layout Plain Layout
2054 C
2055 \end_layout
2056
2057 \end_inset
2058 </cell>
2059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2060 \begin_inset Text
2061
2062 \begin_layout Plain Layout
2063
2064 \end_layout
2065
2066 \end_inset
2067 </cell>
2068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2069 \begin_inset Text
2070
2071 \begin_layout Plain Layout
2072
2073 \end_layout
2074
2075 \end_inset
2076 </cell>
2077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2078 \begin_inset Text
2079
2080 \begin_layout Plain Layout
2081
2082 \end_layout
2083
2084 \end_inset
2085 </cell>
2086 </row>
2087 </lyxtabular>
2088
2089 \end_inset
2090
2091
2092 \end_layout
2093
2094 \begin_layout Section
2095 La fenêtre 
2096 \family sans
2097 tableau
2098 \family default
2099
2100 \begin_inset Index idx
2101 status collapsed
2102
2103 \begin_layout Plain Layout
2104 Tableau ! Fenêtre de dialogue
2105 \end_layout
2106
2107 \end_inset
2108
2109
2110 \end_layout
2111
2112 \begin_layout Standard
2113 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2114  de la souris, qui ouvre le menu contextuel.
2115  A l'aide du choix de menu 
2116 \family sans
2117 Plus...
2118
2119 \family default
2120  vous pouvez modifier les réglages concernant la cellule, la colonne et
2121  la ligne dans laquelle le curseur se trouve.
2122  Le menu contextuel 
2123 \family sans
2124 Plus...\SpecialChar \menuseparator
2125 Paramètres...
2126
2127 \family default
2128  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2129  sont possibles.
2130  La plupart des options peuvent s'appliquer à des sélections.
2131  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2132  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2133  votre sélection.
2134  Notez qu'il y a une différence entre sélectionner le 
2135 \emph on
2136 contenu 
2137 \emph default
2138 d'une cellule et sélectionner la cellule elle-même.
2139 \begin_inset Newline newline
2140 \end_inset
2141
2142 En cochant l'option 
2143 \family sans
2144 Application
2145 \begin_inset space ~
2146 \end_inset
2147
2148 immédiate
2149 \family default
2150  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2151  est appliquée directement.
2152  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2153  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2154  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2155  de dialogue, vous devez appuyer sur 
2156 \family sans
2157 Entrée
2158 \family default
2159  pour que la modification soit appliquée.
2160 \begin_inset Newline newline
2161 \end_inset
2162
2163 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2164  :
2165 \end_layout
2166
2167 \begin_layout Description
2168 Paramètres
2169 \begin_inset space ~
2170 \end_inset
2171
2172 du
2173 \begin_inset space ~
2174 \end_inset
2175
2176 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2177  la largeur de la colonne courante.
2178  L'alignement horizontal 
2179 \family sans
2180 Au
2181 \begin_inset space ~
2182 \end_inset
2183
2184 séparateur
2185 \begin_inset space ~
2186 \end_inset
2187
2188 décimal
2189 \family default
2190  est décrit dans la section
2191 \begin_inset space ~
2192 \end_inset
2193
2194
2195 \begin_inset CommandInset ref
2196 LatexCommand ref
2197 reference "sub:Alignements-de-cellules"
2198
2199 \end_inset
2200
2201 .
2202  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2203  vertical de la ligne courante.
2204  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2205  et donc, plusieurs paragraphes de texte, voir la section
2206 \begin_inset space ~
2207 \end_inset
2208
2209
2210 \begin_inset CommandInset ref
2211 LatexCommand ref
2212 reference "sub:Lignes-multiple-dans-cellule"
2213
2214 \end_inset
2215
2216 .
2217  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2218  pour accommoder le contenu de cellule le plus large.
2219 \begin_inset Newline newline
2220 \end_inset
2221
2222 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2223  un multi-colonnes, voir la section
2224 \begin_inset space ~
2225 \end_inset
2226
2227
2228 \begin_inset CommandInset ref
2229 LatexCommand ref
2230 reference "sub:Multicolonnes"
2231
2232 \end_inset
2233
2234  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2235 \begin_inset space ~
2236 \end_inset
2237
2238
2239 \begin_inset CommandInset ref
2240 LatexCommand ref
2241 reference "sub:Multi-lignes"
2242
2243 \end_inset
2244
2245 .
2246 \begin_inset Newline newline
2247 \end_inset
2248
2249 L'option 
2250 \family sans
2251 Tourner
2252 \begin_inset space ~
2253 \end_inset
2254
2255 la
2256 \begin_inset space ~
2257 \end_inset
2258
2259 case
2260 \begin_inset space ~
2261 \end_inset
2262
2263 de
2264 \begin_inset space ~
2265 \end_inset
2266
2267 90°
2268 \family default
2269  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2270  L'option 
2271 \family sans
2272 Tourner
2273 \begin_inset space ~
2274 \end_inset
2275
2276 le
2277 \begin_inset space ~
2278 \end_inset
2279
2280 tableau
2281 \begin_inset space ~
2282 \end_inset
2283
2284 de
2285 \begin_inset space ~
2286 \end_inset
2287
2288 90°
2289 \family default
2290  fait pivoter tout le tableau.
2291  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2292  la sortie finale.
2293  Pour plus d'information voir la section
2294 \begin_inset space ~
2295 \end_inset
2296
2297
2298 \begin_inset CommandInset ref
2299 LatexCommand ref
2300 reference "sec:Rotated-Table-Cells"
2301
2302 \end_inset
2303
2304 .
2305 \begin_inset Newline newline
2306 \end_inset
2307
2308
2309 \begin_inset Note Greyedout
2310 status open
2311
2312 \begin_layout Plain Layout
2313
2314 \series bold
2315 Note:
2316 \series default
2317  La plupart des visualiseurs DVI ne sont 
2318 \emph on
2319 pas
2320 \emph default
2321  capables d'afficher ces rotations.
2322 \end_layout
2323
2324 \end_inset
2325
2326
2327 \begin_inset Newline newline
2328 \end_inset
2329
2330 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2331  qui sont incorporés dans une ligne de texte :
2332 \begin_inset Newline newline
2333 \end_inset
2334
2335 Une ligne avec des tableaux alignés de différentes manières: 
2336 \begin_inset Tabular
2337 <lyxtabular version="3" rows="2" columns="2">
2338 <features rotate="0" tabularvalignment="top">
2339 <column alignment="center" valignment="top" width="0pt">
2340 <column alignment="center" valignment="top">
2341 <row>
2342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2343 \begin_inset Text
2344
2345 \begin_layout Plain Layout
2346
2347 \end_layout
2348
2349 \end_inset
2350 </cell>
2351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2352 \begin_inset Text
2353
2354 \begin_layout Plain Layout
2355 1
2356 \end_layout
2357
2358 \end_inset
2359 </cell>
2360 </row>
2361 <row>
2362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2363 \begin_inset Text
2364
2365 \begin_layout Plain Layout
2366 A
2367 \end_layout
2368
2369 \end_inset
2370 </cell>
2371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2372 \begin_inset Text
2373
2374 \begin_layout Plain Layout
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 </lyxtabular>
2382
2383 \end_inset
2384
2385  
2386 \begin_inset Tabular
2387 <lyxtabular version="3" rows="2" columns="2">
2388 <features rotate="0" tabularvalignment="middle">
2389 <column alignment="center" valignment="top">
2390 <column alignment="center" valignment="top">
2391 <row>
2392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405 1
2406 \end_layout
2407
2408 \end_inset
2409 </cell>
2410 </row>
2411 <row>
2412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2413 \begin_inset Text
2414
2415 \begin_layout Plain Layout
2416 A
2417 \end_layout
2418
2419 \end_inset
2420 </cell>
2421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 </row>
2431 </lyxtabular>
2432
2433 \end_inset
2434
2435  
2436 \begin_inset Tabular
2437 <lyxtabular version="3" rows="2" columns="2">
2438 <features rotate="0" tabularvalignment="bottom">
2439 <column alignment="center" valignment="top" width="0pt">
2440 <column alignment="center" valignment="top">
2441 <row>
2442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446
2447 \end_layout
2448
2449 \end_inset
2450 </cell>
2451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2452 \begin_inset Text
2453
2454 \begin_layout Plain Layout
2455 1
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 </row>
2461 <row>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466 A
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Plain Layout
2475
2476 \end_layout
2477
2478 \end_inset
2479 </cell>
2480 </row>
2481 </lyxtabular>
2482
2483 \end_inset
2484
2485
2486 \begin_inset Newline newline
2487 \end_inset
2488
2489 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2490  spéciales pour le tableau, voir les sections
2491 \begin_inset space ~
2492 \end_inset
2493
2494
2495 \begin_inset CommandInset ref
2496 LatexCommand ref
2497 reference "sub:Calculs-multicolonnes"
2498
2499 \end_inset
2500
2501  et 
2502 \begin_inset CommandInset ref
2503 LatexCommand ref
2504 reference "sec:Tableaux-Colorés"
2505
2506 \end_inset
2507
2508 .
2509 \end_layout
2510
2511 \begin_layout Description
2512
2513 \family sans
2514 Bordures
2515 \family default
2516  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2517  ou la colonne courante.
2518  
2519 \begin_inset Newline newline
2520 \end_inset
2521
2522 En utilisant le style 
2523 \family sans
2524 Formel
2525 \family default
2526  à la place du style par 
2527 \family sans
2528 Défaut
2529 \family default
2530 , on va convertir le tableau en tableau formel comme on le décrit dans la
2531  section
2532 \begin_inset space ~
2533 \end_inset
2534
2535
2536 \begin_inset CommandInset ref
2537 LatexCommand ref
2538 reference "sec:Tableaux-Formels"
2539
2540 \end_inset
2541
2542 .
2543 \begin_inset Newline newline
2544 \end_inset
2545
2546 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2547  dans les lignes du tableau comme c'est décrit dans la section
2548 \begin_inset space ~
2549 \end_inset
2550
2551
2552 \begin_inset CommandInset ref
2553 LatexCommand ref
2554 reference "sub:Espacement-lignes"
2555
2556 \end_inset
2557
2558 .
2559 \end_layout
2560
2561 \begin_layout Description
2562 Tableau
2563 \begin_inset space ~
2564 \end_inset
2565
2566 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2567  un 
2568 \begin_inset Quotes fld
2569 \end_inset
2570
2571
2572 \emph on
2573 tableau long
2574 \emph default
2575
2576 \begin_inset Quotes frd
2577 \end_inset
2578
2579  qui peut continuer sur plusieurs pages.
2580  Les sections
2581 \begin_inset space ~
2582 \end_inset
2583
2584
2585 \begin_inset CommandInset ref
2586 LatexCommand ref
2587 reference "sec:Tableaux-longs"
2588
2589 \end_inset
2590
2591  et 
2592 \begin_inset CommandInset ref
2593 LatexCommand ref
2594 reference "sec:Questions-sur-tableaux-longs"
2595
2596 \end_inset
2597
2598  décrivent ces tableaux longs plus en détail.
2599 \end_layout
2600
2601 \begin_layout Section
2602 La barre d'outils tableau
2603 \begin_inset Index idx
2604 status collapsed
2605
2606 \begin_layout Plain Layout
2607 Tableau ! Barre d'outils
2608 \end_layout
2609
2610 \end_inset
2611
2612
2613 \end_layout
2614
2615 \begin_layout Standard
2616 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2617  permet de modifier plus rapidement les tableaux.
2618  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2619  le curseur se trouve à l'intérieur d'un tableau.
2620  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2621  au menu 
2622 \family sans
2623 Visualiser\SpecialChar \menuseparator
2624 Barres
2625 \begin_inset space ~
2626 \end_inset
2627
2628 d'outils\SpecialChar \menuseparator
2629 Tableau
2630 \family default
2631 .
2632 \end_layout
2633
2634 \begin_layout Standard
2635 La barre d'outils contient les icônes suivantes :
2636 \end_layout
2637
2638 \begin_layout Labeling
2639 \labelwidthstring 00.00.0000
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "inset-modify tabular append-row"
2643 \end_inset
2644
2645  ajoute une ligne sous la cellule ou la sélection courante
2646 \end_layout
2647
2648 \begin_layout Labeling
2649 \labelwidthstring 00.00.0000
2650 \begin_inset Info
2651 type  "icon"
2652 arg   "inset-modify tabular append-column"
2653 \end_inset
2654
2655  ajoute une colonne à la droite de la cellule ou de la sélection courante
2656 \end_layout
2657
2658 \begin_layout Labeling
2659 \labelwidthstring 00.00.0000
2660 \begin_inset Info
2661 type  "icon"
2662 arg   "inset-modify tabular delete-row"
2663 \end_inset
2664
2665  supprime la ligne ou la sélection 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 delete-column"
2673 \end_inset
2674
2675  supprime la colonne ou 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 move-row-up"
2683 \end_inset
2684
2685  déplace la ligne vers le haut
2686 \end_layout
2687
2688 \begin_layout Labeling
2689 \labelwidthstring 00.00.0000
2690 \begin_inset Info
2691 type  "icon"
2692 arg   "inset-modify tabular move-column-left"
2693 \end_inset
2694
2695  déplace la colonne vers la gauche
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 move-row-down"
2703 \end_inset
2704
2705  déplace la ligne vers le bas
2706 \end_layout
2707
2708 \begin_layout Labeling
2709 \labelwidthstring 00.00.0000
2710 \begin_inset Info
2711 type  "icon"
2712 arg   "inset-modify tabular move-column-right"
2713 \end_inset
2714
2715  déplace la colonne vers la droite
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 toggle-line-top"
2723 \end_inset
2724
2725  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2726  courante
2727 \end_layout
2728
2729 \begin_layout Labeling
2730 \labelwidthstring 00.00.0000
2731 \begin_inset Info
2732 type  "icon"
2733 arg   "inset-modify tabular toggle-line-bottom"
2734 \end_inset
2735
2736  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2737 \end_layout
2738
2739 \begin_layout Labeling
2740 \labelwidthstring 00.00.0000
2741 \begin_inset Info
2742 type  "icon"
2743 arg   "inset-modify tabular toggle-line-left"
2744 \end_inset
2745
2746  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2747 \begin_inset Note Note
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 ou colonne ?
2752 \end_layout
2753
2754 \end_inset
2755
2756  ou de la sélection courante
2757 \end_layout
2758
2759 \begin_layout Labeling
2760 \labelwidthstring 00.00.0000
2761 \begin_inset Info
2762 type  "icon"
2763 arg   "inset-modify tabular toggle-line-right"
2764 \end_inset
2765
2766  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2767 \begin_inset Note Note
2768 status collapsed
2769
2770 \begin_layout Plain Layout
2771 ou colonne ?
2772 \end_layout
2773
2774 \end_inset
2775
2776  ou de la sélection courante
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781 \begin_inset Info
2782 type  "icon"
2783 arg   "inset-modify tabular set-all-lines"
2784 \end_inset
2785
2786  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2787  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2788  colonne et la ligne courante
2789 \end_layout
2790
2791 \begin_layout Labeling
2792 \labelwidthstring 00.00.0000
2793 \begin_inset Info
2794 type  "icon"
2795 arg   "inset-modify tabular unset-all-lines"
2796 \end_inset
2797
2798  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2799  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2800  aussi la colonne et la ligne courante
2801 \end_layout
2802
2803 \begin_layout Labeling
2804 \labelwidthstring 00.00.0000
2805 \begin_inset Info
2806 type  "icon"
2807 arg   "inset-modify tabular m-align-left"
2808 \end_inset
2809
2810  aligne à gauche le contenu de la cellule ou de la colonne courante
2811 \end_layout
2812
2813 \begin_layout Labeling
2814 \labelwidthstring 00.00.0000
2815 \begin_inset Info
2816 type  "icon"
2817 arg   "inset-modify tabular m-align-center"
2818 \end_inset
2819
2820  centre horizontalement le contenu de la cellule ou de la colonne courante
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 m-align-right"
2828 \end_inset
2829
2830  aligne à droite le contenu de la cellule ou de la colonne courante
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 align-decimal"
2838 \end_inset
2839
2840  aligne le contenu de la colonne courante sur un caractère
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 m-valign-top"
2848 \end_inset
2849
2850  aligne le contenu de la cellule courante verticalement vers le haut
2851 \end_layout
2852
2853 \begin_layout Labeling
2854 \labelwidthstring 00.00.0000
2855 \begin_inset Info
2856 type  "icon"
2857 arg   "inset-modify tabular m-valign-middle"
2858 \end_inset
2859
2860  centre verticalement le contenu de la cellule courante
2861 \end_layout
2862
2863 \begin_layout Labeling
2864 \labelwidthstring 00.00.0000
2865 \begin_inset Info
2866 type  "icon"
2867 arg   "inset-modify tabular m-valign-bottom"
2868 \end_inset
2869
2870  aligne le contenu de la cellule courante verticalement vers le bas
2871 \end_layout
2872
2873 \begin_layout Labeling
2874 \labelwidthstring 00.00.0000
2875 \begin_inset Info
2876 type  "icon"
2877 arg   "inset-modify tabular set-rotate-cell"
2878 \end_inset
2879
2880  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2881 re
2882 \end_layout
2883
2884 \begin_layout Labeling
2885 \labelwidthstring 00.00.0000
2886 \begin_inset Info
2887 type  "icon"
2888 arg   "inset-modify tabular set-rotate-tabular"
2889 \end_inset
2890
2891  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2892 \end_layout
2893
2894 \begin_layout Labeling
2895 \labelwidthstring 00.00.0000
2896 \begin_inset Info
2897 type  "icon"
2898 arg   "inset-modify tabular multicolumn"
2899 \end_inset
2900
2901  transforme en multi-colonnes la cellule ou la sélection courante
2902 \end_layout
2903
2904 \begin_layout Labeling
2905 \labelwidthstring 00.00.0000
2906 \begin_inset Info
2907 type  "icon"
2908 arg   "inset-modify tabular multirow"
2909 \end_inset
2910
2911  transforme en multi-lignes la cellule ou la sélection courante
2912 \end_layout
2913
2914 \begin_layout Standard
2915 \begin_inset Note Greyedout
2916 status open
2917
2918 \begin_layout Plain Layout
2919
2920 \series bold
2921 Note :
2922 \series default
2923  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2924  est utilisé pour toutes les autres cellules de la ligne.
2925 \end_layout
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Section
2933 Le menu Édition tableau
2934 \begin_inset Index idx
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938 Tableau ! Menu Édition
2939 \end_layout
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Standard
2947 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2948  
2949 \family sans
2950 Édition\SpecialChar \menuseparator
2951 Tableau
2952 \family default
2953  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2954  ou de la ligne courante et aussi de transformer la sélection courante en
2955  multi-colonnes.
2956  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2957 \end_layout
2958
2959 \begin_layout Section
2960 Flottant de tableau
2961 \begin_inset CommandInset label
2962 LatexCommand label
2963 name "sec:Table-Floats"
2964
2965 \end_inset
2966
2967
2968 \begin_inset Index idx
2969 status collapsed
2970
2971 \begin_layout Plain Layout
2972 Flottants ! Tableaux
2973 \end_layout
2974
2975 \end_inset
2976
2977
2978 \begin_inset Index idx
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982 Tableau ! Flottants
2983 \end_layout
2984
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \begin_layout Standard
2991 Pour des explications générales sur les flottants, jetez un œil à la section
2992 \begin_inset space ~
2993 \end_inset
2994
2995
2996 \begin_inset CommandInset ref
2997 LatexCommand ref
2998 reference "sec:Flottants-Introduction"
2999
3000 \end_inset
3001
3002 .
3003 \end_layout
3004
3005 \begin_layout Standard
3006 \begin_inset Float table
3007 placement h
3008 wide false
3009 sideways false
3010 status open
3011
3012 \begin_layout Plain Layout
3013 \begin_inset Caption Standard
3014
3015 \begin_layout Plain Layout
3016 \begin_inset CommandInset label
3017 LatexCommand label
3018 name "tab:Flottant-de-tableau"
3019
3020 \end_inset
3021
3022 Un flottant de tableau.
3023 \end_layout
3024
3025 \end_inset
3026
3027
3028 \end_layout
3029
3030 \begin_layout Plain Layout
3031 \align center
3032 \begin_inset Tabular
3033 <lyxtabular version="3" rows="3" columns="3">
3034 <features rotate="0" tabularvalignment="middle">
3035 <column alignment="center" valignment="top" width="0pt">
3036 <column alignment="center" valignment="top" width="0pt">
3037 <column alignment="center" valignment="top" width="0pt">
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043 1
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 2
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061 3
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 <row>
3068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 Jules
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081 Marie
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090 Jean
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row>
3097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 \begin_inset Formula $\int x^{2}dx$
3102 \end_inset
3103
3104
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 \begin_inset Formula $\left[\begin{array}{cc}
3114 a & b\\
3115 c & d
3116 \end{array}\right]$
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 \begin_inset Formula $1+1=2$
3129 \end_inset
3130
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 </row>
3137 </lyxtabular>
3138
3139 \end_inset
3140
3141
3142 \end_layout
3143
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Standard
3150 Les flottants de tableau sont insérés en utilisant le menu 
3151 \family sans
3152 Insertion\SpecialChar \menuseparator
3153 Flottant\SpecialChar \menuseparator
3154 Tableau
3155 \family default
3156  ou le bouton 
3157 \begin_inset Info
3158 type  "icon"
3159 arg   "float-insert table"
3160 \end_inset
3161
3162  de la barre d'outils.
3163 \end_layout
3164
3165 \begin_layout Standard
3166 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3167  qui a comme étiquette 
3168 \begin_inset Quotes fld
3169 \end_inset
3170
3171 Tableau
3172 \begin_inset space ~
3173 \end_inset
3174
3175 #:
3176 \begin_inset Quotes frd
3177 \end_inset
3178
3179  (où # est le numéro du tableau).
3180  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3181 \end_layout
3182
3183 \begin_layout Standard
3184 Le tableau
3185 \begin_inset space ~
3186 \end_inset
3187
3188
3189 \begin_inset CommandInset ref
3190 LatexCommand ref
3191 reference "tab:Flottant-de-tableau"
3192
3193 \end_inset
3194
3195  est un exemple de tableau dans un flottant de tableau.
3196 \end_layout
3197
3198 \begin_layout Standard
3199 On met habituellement la légende au dessus des tableaux, mais cette règle
3200  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3201  Cela signifie que si vous utilisez un document appartenant aux classes
3202  
3203 \family sans
3204 article
3205 \family default
3206
3207 \family sans
3208 book
3209 \family default
3210
3211 \family sans
3212 letter
3213 \family default
3214 , ou
3215 \family sans
3216  report
3217 \family default
3218  il n'y aura pas d'espace entre la légende et le tableau.
3219  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3220  la commande de chargement du paquetage LaTeX 
3221 \series bold
3222 caption
3223 \series default
3224
3225 \begin_inset Index idx
3226 status collapsed
3227
3228 \begin_layout Plain Layout
3229 Paquetages LaTeX ! caption
3230 \end_layout
3231
3232 \end_inset
3233
3234  dans le préambule de votre document.
3235 \begin_inset Foot
3236 status collapsed
3237
3238 \begin_layout Plain Layout
3239 Pour plus d'information voyez la section
3240 \begin_inset space ~
3241 \end_inset
3242
3243
3244 \begin_inset CommandInset ref
3245 LatexCommand ref
3246 reference "sec:Placement-légende"
3247
3248 \end_inset
3249
3250 .
3251 \end_layout
3252
3253 \end_inset
3254
3255 :
3256 \end_layout
3257
3258 \begin_layout Standard
3259
3260 \series bold
3261 tableposition=top
3262 \end_layout
3263
3264 \begin_layout Standard
3265 Le paquetage 
3266 \series bold
3267 caption
3268 \series default
3269 , qui est décrit dans la section
3270 \begin_inset space ~
3271 \end_inset
3272
3273
3274 \begin_inset CommandInset ref
3275 LatexCommand ref
3276 reference "sec:Formatage-légende"
3277
3278 \end_inset
3279
3280 , est utilisé pour ajuster le format des légendes.
3281 \end_layout
3282
3283 \begin_layout Standard
3284 Dans le texte, on fait référence à un tableau
3285 \begin_inset Index idx
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289 References@Références ! à des Tableaux
3290 \end_layout
3291
3292 \end_inset
3293
3294  en faisant référence à sa légende.
3295  On insère donc une étiquette dans la légende en utilisant le menu 
3296 \family sans
3297 Insertion
3298 \family default
3299 \SpecialChar \menuseparator
3300
3301 \family sans
3302 Étiquette
3303 \family default
3304  ou le bouton 
3305 \begin_inset Info
3306 type  "icon"
3307 arg   "label-insert"
3308 \end_inset
3309
3310  de la barre d'outils.
3311  On peut alors faire référence à cette étiquette en utilisant le menu 
3312 \family sans
3313 Insertion\SpecialChar \menuseparator
3314 Référence
3315 \begin_inset space ~
3316 \end_inset
3317
3318 croisée
3319 \family default
3320  ou le bouton 
3321 \begin_inset Info
3322 type  "icon"
3323 arg   "dialog-show-new-inset ref"
3324 \end_inset
3325
3326  de la barre d'outils.
3327 \begin_inset Newline newline
3328 \end_inset
3329
3330 Les références croisées sont expliquées en détail dans la section
3331 \begin_inset space ~
3332 \end_inset
3333
3334
3335 \begin_inset CommandInset ref
3336 LatexCommand ref
3337 reference "sec:Referencer-les-Flottants"
3338
3339 \end_inset
3340
3341 .
3342 \end_layout
3343
3344 \begin_layout Section
3345 Tableaux Longs
3346 \begin_inset CommandInset label
3347 LatexCommand label
3348 name "sec:Tableaux-longs"
3349
3350 \end_inset
3351
3352
3353 \begin_inset Index idx
3354 status collapsed
3355
3356 \begin_layout Plain Layout
3357 Tableaux longs
3358 \end_layout
3359
3360 \end_inset
3361
3362
3363 \begin_inset Index idx
3364 status collapsed
3365
3366 \begin_layout Plain Layout
3367 Tableau ! Tableaux longs
3368 \end_layout
3369
3370 \end_inset
3371
3372
3373 \end_layout
3374
3375 \begin_layout Standard
3376 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3377  l'option 
3378 \family sans
3379 Utiliser
3380 \begin_inset space ~
3381 \end_inset
3382
3383 les
3384 \begin_inset space ~
3385 \end_inset
3386
3387 tableaux
3388 \begin_inset space ~
3389 \end_inset
3390
3391 longs
3392 \family default
3393  de l'onglet 
3394 \family sans
3395 Tableau
3396 \begin_inset space ~
3397 \end_inset
3398
3399 long
3400 \family default
3401  de la fenêtre 
3402 \family sans
3403 Paramètres
3404 \begin_inset space ~
3405 \end_inset
3406
3407 du
3408 \begin_inset space ~
3409 \end_inset
3410
3411 tableau
3412 \family default
3413  pour le répartir automatiquement sur plusieurs pages.
3414  En cochant cette option, vous activez les options suivantes:
3415 \end_layout
3416
3417 \begin_layout Description
3418 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3419  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3420  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3421  première page, si 
3422 \family sans
3423 Premier
3424 \begin_inset space ~
3425 \end_inset
3426
3427 en-tête
3428 \family default
3429  est défini.
3430  Ces lignes forment l'en-tête principal.
3431 \end_layout
3432
3433 \begin_layout Description
3434 Premier
3435 \begin_inset space ~
3436 \end_inset
3437
3438 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3439  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3440  d'en-tête utilisées pour la première page du tableau long.
3441 \end_layout
3442
3443 \begin_layout Description
3444 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3445  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3446  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3447  page si 
3448 \family sans
3449 Dernier
3450 \begin_inset space ~
3451 \end_inset
3452
3453 pied
3454 \family default
3455  est défini.
3456 \end_layout
3457
3458 \begin_layout Description
3459 Dernier
3460 \begin_inset space ~
3461 \end_inset
3462
3463 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3464  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3465  constituant le pied de la dernière page du tableau long.
3466 \end_layout
3467
3468 \begin_layout Description
3469 Légende La ligne courante contient la légende du tableau.
3470  La première ligne est transformée en une colonne unique et une légende
3471  est insérée.
3472  Vous trouverez d'autres explications sur les légendes pour les tableaux
3473  longs dans la section
3474 \begin_inset space ~
3475 \end_inset
3476
3477
3478 \begin_inset CommandInset ref
3479 LatexCommand ref
3480 reference "sub:Tableaux-longs-légende"
3481
3482 \end_inset
3483
3484 .
3485 \end_layout
3486
3487 \begin_layout Standard
3488 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3489  Voyez le tableau long qui suit pour voir comment ça marche :
3490 \end_layout
3491
3492 \begin_layout Standard
3493 \align center
3494 \begin_inset Tabular
3495 <lyxtabular version="3" rows="69" columns="3">
3496 <features rotate="0" islongtable="true" longtabularalignment="center">
3497 <column alignment="left" valignment="top" width="0cm">
3498 <column alignment="left" valignment="top" width="0pt">
3499 <column alignment="center" valignment="top" width="0pt">
3500 <row endfirsthead="true">
3501 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505
3506 \series bold
3507 Exemple d'annuaire téléphonique (ignorez les noms)
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 </row>
3531 <row endfirsthead="true">
3532 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \series bold
3538 NOM
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 TEL.
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row endhead="true">
3565 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569
3570 \series bold
3571 Exemple d'annuaire téléphonique
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3577 \begin_inset Text
3578
3579 \begin_layout Plain Layout
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 <row endhead="true">
3596 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \series bold
3602 NOM
3603 \end_layout
3604
3605 \end_inset
3606 </cell>
3607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3608 \begin_inset Text
3609
3610 \begin_layout Plain Layout
3611
3612 \end_layout
3613
3614 \end_inset
3615 </cell>
3616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 TEL.
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 </row>
3628 <row endfoot="true">
3629 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633  continue page suivante
3634 \end_layout
3635
3636 \end_inset
3637 </cell>
3638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \end_layout
3653
3654 \end_inset
3655 </cell>
3656 </row>
3657 <row>
3658 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \series bold
3664 Annovi
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Plain Layout
3673 Silvia
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 111
3683 \end_layout
3684
3685 \end_inset
3686 </cell>
3687 </row>
3688 <row>
3689 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693
3694 \series bold
3695 Bertoli
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Stefano
3705 \end_layout
3706
3707 \end_inset
3708 </cell>
3709 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713 111
3714 \end_layout
3715
3716 \end_inset
3717 </cell>
3718 </row>
3719 <row>
3720 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724
3725 \series bold
3726 Bozzi
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 <cell alignment="center" valignment="top" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Walter
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 111
3745 \end_layout
3746
3747 \end_inset
3748 </cell>
3749 </row>
3750 <row>
3751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755
3756 \series bold
3757 Cachia
3758 \end_layout
3759
3760 \end_inset
3761 </cell>
3762 <cell alignment="center" valignment="top" usebox="none">
3763 \begin_inset Text
3764
3765 \begin_layout Plain Layout
3766 Maria
3767 \end_layout
3768
3769 \end_inset
3770 </cell>
3771 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775 111
3776 \end_layout
3777
3778 \end_inset
3779 </cell>
3780 </row>
3781 <row>
3782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786
3787 \series bold
3788 Cachia
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 <cell alignment="center" valignment="top" usebox="none">
3794 \begin_inset Text
3795
3796 \begin_layout Plain Layout
3797 Maurizio
3798 \end_layout
3799
3800 \end_inset
3801 </cell>
3802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806 111
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817
3818 \series bold
3819 Cinquemani
3820 \end_layout
3821
3822 \end_inset
3823 </cell>
3824 <cell alignment="center" valignment="top" usebox="none">
3825 \begin_inset Text
3826
3827 \begin_layout Plain Layout
3828 Giusi
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837 111
3838 \end_layout
3839
3840 \end_inset
3841 </cell>
3842 </row>
3843 <row>
3844 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848
3849 \series bold
3850 Colin
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Plain Layout
3859 Bernard
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868 111
3869 \end_layout
3870
3871 \end_inset
3872 </cell>
3873 </row>
3874 <row>
3875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879
3880 \series bold
3881 Concli
3882 \end_layout
3883
3884 \end_inset
3885 </cell>
3886 <cell alignment="center" valignment="top" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Gianfranco
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 111
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 </row>
3905 <row>
3906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910
3911 \series bold
3912 Dal Bosco
3913 \end_layout
3914
3915 \end_inset
3916 </cell>
3917 <cell alignment="center" valignment="top" usebox="none">
3918 \begin_inset Text
3919
3920 \begin_layout Plain Layout
3921 Carolina
3922 \end_layout
3923
3924 \end_inset
3925 </cell>
3926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930 111
3931 \end_layout
3932
3933 \end_inset
3934 </cell>
3935 </row>
3936 <row>
3937 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941
3942 \series bold
3943 Dalpiaz
3944 \end_layout
3945
3946 \end_inset
3947 </cell>
3948 <cell alignment="center" valignment="top" usebox="none">
3949 \begin_inset Text
3950
3951 \begin_layout Plain Layout
3952 Annamaria
3953 \end_layout
3954
3955 \end_inset
3956 </cell>
3957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 111
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 </row>
3967 <row>
3968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972
3973 \series bold
3974 Feliciello
3975 \end_layout
3976
3977 \end_inset
3978 </cell>
3979 <cell alignment="center" valignment="top" usebox="none">
3980 \begin_inset Text
3981
3982 \begin_layout Plain Layout
3983 Domenico
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 111
3993 \end_layout
3994
3995 \end_inset
3996 </cell>
3997 </row>
3998 <row>
3999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003
4004 \series bold
4005 Focarelli
4006 \end_layout
4007
4008 \end_inset
4009 </cell>
4010 <cell alignment="center" valignment="top" usebox="none">
4011 \begin_inset Text
4012
4013 \begin_layout Plain Layout
4014 Paola
4015 \end_layout
4016
4017 \end_inset
4018 </cell>
4019 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023 111
4024 \end_layout
4025
4026 \end_inset
4027 </cell>
4028 </row>
4029 <row>
4030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034
4035 \series bold
4036 Galletti
4037 \end_layout
4038
4039 \end_inset
4040 </cell>
4041 <cell alignment="center" valignment="top" usebox="none">
4042 \begin_inset Text
4043
4044 \begin_layout Plain Layout
4045 Oreste
4046 \end_layout
4047
4048 \end_inset
4049 </cell>
4050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054 111
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 </row>
4060 <row>
4061 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065
4066 \series bold
4067 Gasparini
4068 \end_layout
4069
4070 \end_inset
4071 </cell>
4072 <cell alignment="center" valignment="top" usebox="none">
4073 \begin_inset Text
4074
4075 \begin_layout Plain Layout
4076 Franca
4077 \end_layout
4078
4079 \end_inset
4080 </cell>
4081 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085 111
4086 \end_layout
4087
4088 \end_inset
4089 </cell>
4090 </row>
4091 <row>
4092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096
4097 \series bold
4098 Rizzardi
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 <cell alignment="center" valignment="top" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Paola
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 111
4117 \end_layout
4118
4119 \end_inset
4120 </cell>
4121 </row>
4122 <row>
4123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127
4128 \series bold
4129 Lassini
4130 \end_layout
4131
4132 \end_inset
4133 </cell>
4134 <cell alignment="center" valignment="top" usebox="none">
4135 \begin_inset Text
4136
4137 \begin_layout Plain Layout
4138 Giancarlo
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147 111
4148 \end_layout
4149
4150 \end_inset
4151 </cell>
4152 </row>
4153 <row>
4154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160 Malfatti
4161 \end_layout
4162
4163 \end_inset
4164 </cell>
4165 <cell alignment="center" valignment="top" usebox="none">
4166 \begin_inset Text
4167
4168 \begin_layout Plain Layout
4169 Luciano
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178 111
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 </row>
4184 <row>
4185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189
4190 \series bold
4191 Malfatti
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 Valeriano
4201 \end_layout
4202
4203 \end_inset
4204 </cell>
4205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209 111
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 </row>
4215 <row>
4216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220
4221 \series bold
4222 Meneguzzo
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 <cell alignment="center" valignment="top" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231 Roberto
4232 \end_layout
4233
4234 \end_inset
4235 </cell>
4236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240 111
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 </row>
4246 <row>
4247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251
4252 \series bold
4253 Mezzadra
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 <cell alignment="center" valignment="top" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262 Roberto
4263 \end_layout
4264
4265 \end_inset
4266 </cell>
4267 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271 111
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 </row>
4277 <row>
4278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282
4283 \series bold
4284 Pirpamer
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 <cell alignment="center" valignment="top" usebox="none">
4290 \begin_inset Text
4291
4292 \begin_layout Plain Layout
4293 Erich
4294 \end_layout
4295
4296 \end_inset
4297 </cell>
4298 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302 111
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \series bold
4315 Pochiesa
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 <cell alignment="center" valignment="top" usebox="none">
4321 \begin_inset Text
4322
4323 \begin_layout Plain Layout
4324 Paolo
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333 111, 222
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 </row>
4339 <row>
4340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344
4345 \series bold
4346 Radina
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 <cell alignment="center" valignment="top" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 Claudio
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 111
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375
4376 \series bold
4377 Stuffer
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 Oskar
4387 \end_layout
4388
4389 \end_inset
4390 </cell>
4391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395 111
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406
4407 \series bold
4408 Tacchelli
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 <cell alignment="center" valignment="top" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 Ugo
4418 \end_layout
4419
4420 \end_inset
4421 </cell>
4422 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426 111
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 </row>
4432 <row>
4433 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437
4438 \series bold
4439 Tezzele
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 <cell alignment="center" valignment="top" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448 Margit
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 111
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 </row>
4463 <row>
4464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468
4469 \series bold
4470 Unterkalmsteiner
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 <cell alignment="center" valignment="top" usebox="none">
4476 \begin_inset Text
4477
4478 \begin_layout Plain Layout
4479 Frieda
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 111
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \series bold
4501 Vieider
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 Hilde
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 111
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 <row>
4526 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530
4531 \series bold
4532 Vigna
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 Jürgen
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 111
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 </row>
4556 <row>
4557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561
4562 \series bold
4563 Weber
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 <cell alignment="center" valignment="top" usebox="none">
4569 \begin_inset Text
4570
4571 \begin_layout Plain Layout
4572 Maurizio
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 111
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 </row>
4587 <row>
4588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592
4593 \series bold
4594 Winkler
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 Franz
4604 \end_layout
4605
4606 \end_inset
4607 </cell>
4608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612 111
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 </row>
4618 <row>
4619 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623  
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \end_layout
4643
4644 \end_inset
4645 </cell>
4646 </row>
4647 <row>
4648 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \series bold
4654 Annovi
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Plain Layout
4663 Silvia
4664 \end_layout
4665
4666 \end_inset
4667 </cell>
4668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672 555
4673 \end_layout
4674
4675 \end_inset
4676 </cell>
4677 </row>
4678 <row>
4679 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683
4684 \series bold
4685 Bertoli
4686 \end_layout
4687
4688 \end_inset
4689 </cell>
4690 <cell alignment="center" valignment="top" usebox="none">
4691 \begin_inset Text
4692
4693 \begin_layout Plain Layout
4694 Stefano
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703 555
4704 \end_layout
4705
4706 \end_inset
4707 </cell>
4708 </row>
4709 <row>
4710 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714
4715 \series bold
4716 Bozzi
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 <cell alignment="center" valignment="top" usebox="none">
4722 \begin_inset Text
4723
4724 \begin_layout Plain Layout
4725 Walter
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 555
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 </row>
4740 <row>
4741 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745
4746 \series bold
4747 Cachia
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 <cell alignment="center" valignment="top" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 Maria
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 555
4766 \end_layout
4767
4768 \end_inset
4769 </cell>
4770 </row>
4771 <row>
4772 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776
4777 \series bold
4778 Cachia
4779 \end_layout
4780
4781 \end_inset
4782 </cell>
4783 <cell alignment="center" valignment="top" usebox="none">
4784 \begin_inset Text
4785
4786 \begin_layout Plain Layout
4787 Maurizio
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796 555
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \series bold
4809 Cinquemani
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 Giusi
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827 555
4828 \end_layout
4829
4830 \end_inset
4831 </cell>
4832 </row>
4833 <row>
4834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838
4839 \series bold
4840 Colin
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Plain Layout
4849 Bernard
4850 \end_layout
4851
4852 \end_inset
4853 </cell>
4854 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858 555
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 </row>
4864 <row>
4865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869
4870 \series bold
4871 Concli
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 <cell alignment="center" valignment="top" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880 Gianfranco
4881 \end_layout
4882
4883 \end_inset
4884 </cell>
4885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889 555
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 </row>
4895 <row>
4896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900
4901 \series bold
4902 Dal Bosco
4903 \end_layout
4904
4905 \end_inset
4906 </cell>
4907 <cell alignment="center" valignment="top" usebox="none">
4908 \begin_inset Text
4909
4910 \begin_layout Plain Layout
4911 Carolina
4912 \end_layout
4913
4914 \end_inset
4915 </cell>
4916 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920 555
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \series bold
4933 Dalpiaz
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 Annamaria
4943 \end_layout
4944
4945 \end_inset
4946 </cell>
4947 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951 555
4952 \end_layout
4953
4954 \end_inset
4955 </cell>
4956 </row>
4957 <row>
4958 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962
4963 \series bold
4964 Feliciello
4965 \end_layout
4966
4967 \end_inset
4968 </cell>
4969 <cell alignment="center" valignment="top" usebox="none">
4970 \begin_inset Text
4971
4972 \begin_layout Plain Layout
4973 Domenico
4974 \end_layout
4975
4976 \end_inset
4977 </cell>
4978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982 555
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 <row>
4989 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993
4994 \series bold
4995 Focarelli
4996 \end_layout
4997
4998 \end_inset
4999 </cell>
5000 <cell alignment="center" valignment="top" usebox="none">
5001 \begin_inset Text
5002
5003 \begin_layout Plain Layout
5004 Paola
5005 \end_layout
5006
5007 \end_inset
5008 </cell>
5009 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013 555
5014 \end_layout
5015
5016 \end_inset
5017 </cell>
5018 </row>
5019 <row>
5020 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024
5025 \series bold
5026 Galletti
5027 \end_layout
5028
5029 \end_inset
5030 </cell>
5031 <cell alignment="center" valignment="top" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Plain Layout
5035 Oreste
5036 \end_layout
5037
5038 \end_inset
5039 </cell>
5040 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044 555
5045 \end_layout
5046
5047 \end_inset
5048 </cell>
5049 </row>
5050 <row>
5051 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055
5056 \series bold
5057 Gasparini
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 <cell alignment="center" valignment="top" usebox="none">
5063 \begin_inset Text
5064
5065 \begin_layout Plain Layout
5066 Franca
5067 \end_layout
5068
5069 \end_inset
5070 </cell>
5071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075 555
5076 \end_layout
5077
5078 \end_inset
5079 </cell>
5080 </row>
5081 <row>
5082 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086
5087 \series bold
5088 Rizzardi
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 Paola
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106 555
5107 \end_layout
5108
5109 \end_inset
5110 </cell>
5111 </row>
5112 <row>
5113 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117
5118 \series bold
5119 Lassini
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 Giancarlo
5129 \end_layout
5130
5131 \end_inset
5132 </cell>
5133 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137 555
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \series bold
5150 Malfatti
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 <cell alignment="center" valignment="top" usebox="none">
5156 \begin_inset Text
5157
5158 \begin_layout Plain Layout
5159 Luciano
5160 \end_layout
5161
5162 \end_inset
5163 </cell>
5164 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 555
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 </row>
5174 <row>
5175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179
5180 \series bold
5181 Malfatti
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 <cell alignment="center" valignment="top" usebox="none">
5187 \begin_inset Text
5188
5189 \begin_layout Plain Layout
5190 Valeriano
5191 \end_layout
5192
5193 \end_inset
5194 </cell>
5195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199 555
5200 \end_layout
5201
5202 \end_inset
5203 </cell>
5204 </row>
5205 <row>
5206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210
5211 \series bold
5212 Meneguzzo
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 Roberto
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230 555
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 </row>
5236 <row>
5237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241
5242 \series bold
5243 Mezzadra
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 <cell alignment="center" valignment="top" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 Roberto
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 555
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \series bold
5274 Pirpamer
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 Erich
5284 \end_layout
5285
5286 \end_inset
5287 </cell>
5288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292 555
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \series bold
5305 Pochiesa
5306 \end_layout
5307
5308 \end_inset
5309 </cell>
5310 <cell alignment="center" valignment="top" usebox="none">
5311 \begin_inset Text
5312
5313 \begin_layout Plain Layout
5314 Paolo
5315 \end_layout
5316
5317 \end_inset
5318 </cell>
5319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323 555, 222
5324 \end_layout
5325
5326 \end_inset
5327 </cell>
5328 </row>
5329 <row>
5330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334
5335 \series bold
5336 Radina
5337 \end_layout
5338
5339 \end_inset
5340 </cell>
5341 <cell alignment="center" valignment="top" usebox="none">
5342 \begin_inset Text
5343
5344 \begin_layout Plain Layout
5345 Claudio
5346 \end_layout
5347
5348 \end_inset
5349 </cell>
5350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354 555
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 </row>
5360 <row>
5361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365
5366 \series bold
5367 Stuffer
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 <cell alignment="center" valignment="top" usebox="none">
5373 \begin_inset Text
5374
5375 \begin_layout Plain Layout
5376 Oskar
5377 \end_layout
5378
5379 \end_inset
5380 </cell>
5381 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385 555
5386 \end_layout
5387
5388 \end_inset
5389 </cell>
5390 </row>
5391 <row>
5392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396
5397 \series bold
5398 Tacchelli
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 Ugo
5408 \end_layout
5409
5410 \end_inset
5411 </cell>
5412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416 555
5417 \end_layout
5418
5419 \end_inset
5420 </cell>
5421 </row>
5422 <row>
5423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427
5428 \series bold
5429 Tezzele
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 Margit
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 555
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 </row>
5453 <row>
5454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458
5459 \series bold
5460 Unterkalmsteiner
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 Frieda
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 555
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489
5490 \series bold
5491 Vieider
5492 \end_layout
5493
5494 \end_inset
5495 </cell>
5496 <cell alignment="center" valignment="top" usebox="none">
5497 \begin_inset Text
5498
5499 \begin_layout Plain Layout
5500 Hilde
5501 \end_layout
5502
5503 \end_inset
5504 </cell>
5505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509 555
5510 \end_layout
5511
5512 \end_inset
5513 </cell>
5514 </row>
5515 <row>
5516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520
5521 \series bold
5522 Vigna
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Plain Layout
5531 Jürgen
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 999
5541 \end_layout
5542
5543 \end_inset
5544 </cell>
5545 </row>
5546 <row>
5547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551
5552 \series bold
5553 Weber
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 Maurizio
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 555
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582
5583 \series bold
5584 Winkler
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 Franz
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 555
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 </row>
5608 <row endlastfoot="true">
5609 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 Fin
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631
5632 \end_layout
5633
5634 \end_inset
5635 </cell>
5636 </row>
5637 </lyxtabular>
5638
5639 \end_inset
5640
5641
5642 \begin_inset ERT
5643 status collapsed
5644
5645 \begin_layout Plain Layout
5646
5647
5648 \backslash
5649 addtocounter{table}{-1}
5650 \end_layout
5651
5652 \end_inset
5653
5654
5655 \begin_inset Note Note
5656 status collapsed
5657
5658 \begin_layout Plain Layout
5659 Voyez la première note grisée de la section
5660 \begin_inset space ~
5661 \end_inset
5662
5663
5664 \begin_inset CommandInset ref
5665 LatexCommand ref
5666 reference "sub:Tableaux-longs-légende"
5667
5668 \end_inset
5669
5670  pour une explication de cette commande.
5671 \end_layout
5672
5673 \end_inset
5674
5675
5676 \end_layout
5677
5678 \begin_layout Subsection
5679 Notes de bas de page dans les tableaux longs
5680 \begin_inset CommandInset label
5681 LatexCommand label
5682 name "sub:Notes-dans-tableau-long"
5683
5684 \end_inset
5685
5686
5687 \begin_inset Index idx
5688 status collapsed
5689
5690 \begin_layout Plain Layout
5691 Tableaux longs ! Notes de bas de page
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \end_layout
5698
5699 \begin_layout Standard
5700 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5701  long.
5702  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5703  contenant la note.
5704  Par exemple le tableau
5705 \begin_inset space ~
5706 \end_inset
5707
5708
5709 \begin_inset CommandInset ref
5710 LatexCommand ref
5711 reference "tab:Légendes-tableau-différentes"
5712
5713 \end_inset
5714
5715  a une note de bas de page.
5716 \end_layout
5717
5718 \begin_layout Subsection
5719 Alignement des tableaux longs
5720 \begin_inset Index idx
5721 status collapsed
5722
5723 \begin_layout Plain Layout
5724 Tableaux longs ! Alignement
5725 \end_layout
5726
5727 \end_inset
5728
5729
5730 \end_layout
5731
5732 \begin_layout Standard
5733 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5734  de dialogue des paramètres de tableau.
5735  Pour les alignements à droite et à gauche, le tableau sera directement
5736  au bord de la page.
5737  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5738  l'alignement centré et modifier les valeurs des longueurs 
5739 \series bold
5740
5741 \backslash
5742 LTleft 
5743 \series default
5744 et 
5745 \series bold
5746
5747 \backslash
5748 LTright
5749 \series default
5750  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5751  concerné :
5752 \end_layout
5753
5754 \begin_layout Standard
5755
5756 \series bold
5757
5758 \backslash
5759 setlength{
5760 \backslash
5761 LTleft}{valeur}
5762 \end_layout
5763
5764 \begin_layout Standard
5765 Où 
5766 \series bold
5767 valeur
5768 \series default
5769  peut avoir n'importe laquelle des unités listées dans le tableau
5770 \begin_inset space ~
5771 \end_inset
5772
5773
5774 \begin_inset CommandInset ref
5775 LatexCommand ref
5776 reference "cha:Unités-de-longueur"
5777
5778 \end_inset
5779
5780 .
5781  
5782 \series bold
5783
5784 \backslash
5785 LTleft
5786 \series default
5787  contrôle la distance horizontale entre le bord gauche de la page et le
5788  tableau, et
5789 \series bold
5790  
5791 \backslash
5792 LTright
5793 \series default
5794  la distance au bord droit.
5795  La valeur implicite des ces deux distances est 
5796 \series bold
5797
5798 \backslash
5799 fill
5800 \series default
5801 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5802 \end_layout
5803
5804 \begin_layout Standard
5805 Le tableau long suivant a été centrée en mettant 
5806 \series bold
5807
5808 \backslash
5809 LTleft
5810 \series default
5811  à 
5812 \family sans
5813 0.1
5814 \backslash
5815 columnwidth
5816 \family default
5817 :
5818 \begin_inset ERT
5819 status collapsed
5820
5821 \begin_layout Plain Layout
5822
5823
5824 \backslash
5825 setlength{
5826 \backslash
5827 LTleft}{0.1
5828 \backslash
5829 columnwidth}
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \begin_layout Standard
5838 \begin_inset Tabular
5839 <lyxtabular version="3" rows="5" columns="5">
5840 <features rotate="0" islongtable="true" longtabularalignment="center">
5841 <column alignment="center" valignment="top">
5842 <column alignment="center" valignment="top">
5843 <column alignment="center" valignment="top">
5844 <column alignment="center" valignment="top">
5845 <column alignment="center" valignment="top">
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 1
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 2
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5866 \begin_inset Text
5867
5868 \begin_layout Plain Layout
5869 3
5870 \end_layout
5871
5872 \end_inset
5873 </cell>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 4
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 5
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 asd
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 s
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916 s
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 s
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 asd
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 </row>
5940 <row>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 asd
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 s
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 asd
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 </row>
5987 <row>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 asd
5993 \end_layout
5994
5995 \end_inset
5996 </cell>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 s
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 s
6011 \end_layout
6012
6013 \end_inset
6014 </cell>
6015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 s
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 asd
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 asd
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 asd
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 asd
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 </lyxtabular>
6082
6083 \end_inset
6084
6085
6086 \begin_inset ERT
6087 status collapsed
6088
6089 \begin_layout Plain Layout
6090
6091
6092 \backslash
6093 setlength{
6094 \backslash
6095 LTleft}{
6096 \backslash
6097 fill}
6098 \end_layout
6099
6100 \end_inset
6101
6102
6103 \begin_inset ERT
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107
6108
6109 \backslash
6110 addtocounter{table}{-1}
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \begin_inset Note Note
6117 status collapsed
6118
6119 \begin_layout Plain Layout
6120 Voyez la première note grisée de la section
6121 \begin_inset space ~
6122 \end_inset
6123
6124
6125 \begin_inset CommandInset ref
6126 LatexCommand ref
6127 reference "sub:Tableaux-longs-légende"
6128
6129 \end_inset
6130
6131  pour une explication de cette commande.
6132 \end_layout
6133
6134 \end_inset
6135
6136
6137 \end_layout
6138
6139 \begin_layout Subsection
6140 Légendes et tableaux longs
6141 \begin_inset Index idx
6142 status collapsed
6143
6144 \begin_layout Plain Layout
6145 Tableaux longs ! Legendes@Légendes
6146 \end_layout
6147
6148 \end_inset
6149
6150
6151 \begin_inset CommandInset label
6152 LatexCommand label
6153 name "sub:Tableaux-longs-légende"
6154
6155 \end_inset
6156
6157
6158 \end_layout
6159
6160 \begin_layout Standard
6161 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6162  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6163  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6164  longs quand on utilise pour une ligne l'option de tableau long 
6165 \family sans
6166 Légende
6167 \family default
6168 , comme c'est expliqué dans la section
6169 \begin_inset space ~
6170 \end_inset
6171
6172
6173 \begin_inset CommandInset ref
6174 LatexCommand ref
6175 reference "sec:Tableaux-longs"
6176
6177 \end_inset
6178
6179 .
6180 \end_layout
6181
6182 \begin_layout Standard
6183 Voici un petit Tableau long pour voir comment ça marche :
6184 \end_layout
6185
6186 \begin_layout Standard
6187 \begin_inset Tabular
6188 <lyxtabular version="3" rows="6" columns="5">
6189 <features rotate="0" islongtable="true" longtabularalignment="center">
6190 <column alignment="center" valignment="top">
6191 <column alignment="center" valignment="top">
6192 <column alignment="center" valignment="top">
6193 <column alignment="center" valignment="top">
6194 <column alignment="center" valignment="top">
6195 <row endfirsthead="true" caption="true">
6196 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Caption Standard
6201
6202 \begin_layout Plain Layout
6203 Tableau long avec une légende
6204 \begin_inset Argument 1
6205 status open
6206
6207 \begin_layout Plain Layout
6208 Tableau long
6209 \end_layout
6210
6211 \end_inset
6212
6213
6214 \end_layout
6215
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 1
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 2
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 3
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292 4
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6298 \begin_inset Text
6299
6300 \begin_layout Plain Layout
6301 5
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 asd
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 s
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6327 \begin_inset Text
6328
6329 \begin_layout Plain Layout
6330 s
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 s
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 asd
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 asd
6360 \end_layout
6361
6362 \end_inset
6363 </cell>
6364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 s
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 s
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 s
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 asd
6396 \end_layout
6397
6398 \end_inset
6399 </cell>
6400 </row>
6401 <row>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 asd
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 s
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 s
6425 \end_layout
6426
6427 \end_inset
6428 </cell>
6429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 s
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6439 \begin_inset Text
6440
6441 \begin_layout Plain Layout
6442 asd
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 </row>
6448 <row>
6449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 asd
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 asd
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 asd
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 asd
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6486 \begin_inset Text
6487
6488 \begin_layout Plain Layout
6489 asd
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 </lyxtabular>
6496
6497 \end_inset
6498
6499
6500 \end_layout
6501
6502 \begin_layout Standard
6503 \begin_inset VSpace medskip
6504 \end_inset
6505
6506
6507 \begin_inset Note Greyedout
6508 status open
6509
6510 \begin_layout Plain Layout
6511
6512 \series bold
6513 Note
6514 \begin_inset space ~
6515 \end_inset
6516
6517 1:
6518 \series default
6519  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6520  n'avez pas prévu de légende.
6521  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6522 \begin_inset space ~
6523 \end_inset
6524
6525 2.4 suit le tableau
6526 \begin_inset space ~
6527 \end_inset
6528
6529 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6530  sans légende.
6531  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6532  après chaque tableau long sans légende :
6533 \end_layout
6534
6535 \begin_layout Plain Layout
6536
6537 \series bold
6538
6539 \backslash
6540 addtocounter{table}{-1}
6541 \end_layout
6542
6543 \begin_layout Plain Layout
6544 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6545  et que vous ajoutez le code suivant dans le préambule du document :
6546 \end_layout
6547
6548 \begin_layout Plain Layout
6549
6550 \series bold
6551
6552 \backslash
6553 let
6554 \backslash
6555 myEnd
6556 \backslash
6557 endlongtable
6558 \begin_inset Newline newline
6559 \end_inset
6560
6561
6562 \backslash
6563 renewcommand{
6564 \backslash
6565 endlongtable}{
6566 \backslash
6567 myEnd
6568 \backslash
6569 addtocounter{table}{-1}}
6570 \end_layout
6571
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \begin_layout Standard
6578 \begin_inset Note Greyedout
6579 status open
6580
6581 \begin_layout Plain Layout
6582
6583 \series bold
6584 Note
6585 \begin_inset space ~
6586 \end_inset
6587
6588 2:
6589 \series default
6590  Si vous utilisez 
6591 \series bold
6592 hyperref
6593 \series default
6594
6595 \begin_inset Index idx
6596 status collapsed
6597
6598 \begin_layout Plain Layout
6599 Paquetages LaTeX ! hyperref
6600 \end_layout
6601
6602 \end_inset
6603
6604  dans les 
6605 \family sans
6606 Paramètres du document
6607 \family default
6608  rubrique 
6609 \family sans
6610 Propriétés
6611 \begin_inset space ~
6612 \end_inset
6613
6614 du
6615 \begin_inset space ~
6616 \end_inset
6617
6618 PDF
6619 \family default
6620 , pour transformer vos références croisées en liens cliquables, le lien
6621  vers un tableau long pointera toujours sur le début du document.
6622 \end_layout
6623
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \begin_layout Subsubsection
6630 Références à des tableaux longs
6631 \begin_inset Index idx
6632 status collapsed
6633
6634 \begin_layout Plain Layout
6635 Tableaux longs ! Références
6636 \end_layout
6637
6638 \end_inset
6639
6640
6641 \end_layout
6642
6643 \begin_layout Standard
6644 \begin_inset Tabular
6645 <lyxtabular version="3" rows="6" columns="5">
6646 <features rotate="0" islongtable="true" longtabularalignment="center">
6647 <column alignment="center" valignment="top">
6648 <column alignment="center" valignment="top">
6649 <column alignment="center" valignment="top">
6650 <column alignment="center" valignment="top">
6651 <column alignment="center" valignment="top">
6652 <row endfirsthead="true" caption="true">
6653 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 \begin_inset Caption Standard
6658
6659 \begin_layout Plain Layout
6660 Tableau long référencé
6661 \begin_inset CommandInset label
6662 LatexCommand label
6663 name "tab:RefExemple"
6664
6665 \end_inset
6666
6667
6668 \end_layout
6669
6670 \end_inset
6671
6672
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681
6682 \end_layout
6683
6684 \end_inset
6685 </cell>
6686 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6687 \begin_inset Text
6688
6689 \begin_layout Plain Layout
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \end_layout
6701
6702 \end_inset
6703 </cell>
6704 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6705 \begin_inset Text
6706
6707 \begin_layout Plain Layout
6708
6709 \end_layout
6710
6711 \end_inset
6712 </cell>
6713 </row>
6714 <row>
6715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719 1
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728 2
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 3
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 4
6747 \end_layout
6748
6749 \end_inset
6750 </cell>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Plain Layout
6755 5
6756 \end_layout
6757
6758 \end_inset
6759 </cell>
6760 </row>
6761 <row>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 asd
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 s
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6781 \begin_inset Text
6782
6783 \begin_layout Plain Layout
6784 s
6785 \end_layout
6786
6787 \end_inset
6788 </cell>
6789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6790 \begin_inset Text
6791
6792 \begin_layout Plain Layout
6793 s
6794 \end_layout
6795
6796 \end_inset
6797 </cell>
6798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6799 \begin_inset Text
6800
6801 \begin_layout Plain Layout
6802 asd
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 </row>
6808 <row>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 asd
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 s
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6828 \begin_inset Text
6829
6830 \begin_layout Plain Layout
6831 s
6832 \end_layout
6833
6834 \end_inset
6835 </cell>
6836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6837 \begin_inset Text
6838
6839 \begin_layout Plain Layout
6840 s
6841 \end_layout
6842
6843 \end_inset
6844 </cell>
6845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6846 \begin_inset Text
6847
6848 \begin_layout Plain Layout
6849 asd
6850 \end_layout
6851
6852 \end_inset
6853 </cell>
6854 </row>
6855 <row>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 asd
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 s
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6875 \begin_inset Text
6876
6877 \begin_layout Plain Layout
6878 s
6879 \end_layout
6880
6881 \end_inset
6882 </cell>
6883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 s
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 asd
6897 \end_layout
6898
6899 \end_inset
6900 </cell>
6901 </row>
6902 <row>
6903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 asd
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 sad
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 asd
6926 \end_layout
6927
6928 \end_inset
6929 </cell>
6930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6931 \begin_inset Text
6932
6933 \begin_layout Plain Layout
6934 asd
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6940 \begin_inset Text
6941
6942 \begin_layout Plain Layout
6943 asd
6944 \end_layout
6945
6946 \end_inset
6947 </cell>
6948 </row>
6949 </lyxtabular>
6950
6951 \end_inset
6952
6953
6954 \end_layout
6955
6956 \begin_layout Standard
6957 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6958  dans sa légende.
6959 \end_layout
6960
6961 \begin_layout Standard
6962 Ceci est une référence au tableau
6963 \begin_inset space ~
6964 \end_inset
6965
6966
6967 \begin_inset CommandInset ref
6968 LatexCommand ref
6969 reference "tab:RefExemple"
6970
6971 \end_inset
6972
6973 .
6974 \end_layout
6975
6976 \begin_layout Standard
6977 La mise en forme de la légende peut être ajustée avec celle de toutes les
6978  autres légendes de votre document en utilisant le paquetage LaTeX 
6979 \series bold
6980 caption
6981 \series default
6982
6983 \begin_inset Index idx
6984 status collapsed
6985
6986 \begin_layout Plain Layout
6987 Paquetages LaTeX ! caption
6988 \end_layout
6989
6990 \end_inset
6991
6992 , voir la section
6993 \begin_inset space ~
6994 \end_inset
6995
6996
6997 \begin_inset CommandInset ref
6998 LatexCommand ref
6999 reference "sec:Formatage-légende"
7000
7001 \end_inset
7002
7003 .
7004 \end_layout
7005
7006 \begin_layout Subsubsection
7007 Largeur de la légende
7008 \begin_inset Index idx
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012 Tableaux longs ! Largeur de la légende
7013 \end_layout
7014
7015 \end_inset
7016
7017
7018 \end_layout
7019
7020 \begin_layout Standard
7021 La largeur maximale des lignes de légende est définie par la longueur 
7022 \series bold
7023
7024 \backslash
7025 LTcapwidth
7026 \series default
7027 .
7028  Sa valeur implicite est 4
7029 \begin_inset space \thinspace{}
7030 \end_inset
7031
7032 in.
7033  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7034  de votre document ou en tant que code TeX directement dans votre document
7035  avant le tableau qui doit être affectée.
7036 \end_layout
7037
7038 \begin_layout Standard
7039
7040 \series bold
7041
7042 \backslash
7043 setlength{
7044 \backslash
7045 LTcapwidth}{largeur}
7046 \end_layout
7047
7048 \begin_layout Standard
7049 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7050 \begin_inset space ~
7051 \end_inset
7052
7053
7054 \begin_inset CommandInset ref
7055 LatexCommand ref
7056 reference "cha:Unités-de-longueur"
7057
7058 \end_inset
7059
7060 .
7061 \end_layout
7062
7063 \begin_layout Standard
7064 Les tableaux suivants montrent la différence :
7065 \end_layout
7066
7067 \begin_layout Standard
7068 \begin_inset Tabular
7069 <lyxtabular version="3" rows="6" columns="5">
7070 <features rotate="0" islongtable="true" longtabularalignment="center">
7071 <column alignment="center" valignment="top">
7072 <column alignment="center" valignment="top">
7073 <column alignment="center" valignment="top">
7074 <column alignment="center" valignment="top">
7075 <column alignment="center" valignment="top">
7076 <row endfirsthead="true" caption="true">
7077 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7078 \begin_inset Text
7079
7080 \begin_layout Plain Layout
7081 \begin_inset Caption Standard
7082
7083 \begin_layout Plain Layout
7084 long titre complet avec la largeur implicite long titre complet avec la
7085  largeur implicite long titre complet avec la largeur implicite
7086 \begin_inset Argument 1
7087 status open
7088
7089 \begin_layout Plain Layout
7090 Légende avec largeur implicite
7091 \end_layout
7092
7093 \end_inset
7094
7095
7096 \end_layout
7097
7098 \end_inset
7099
7100
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136
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 1
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 2
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 3
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 4
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 5
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" 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" leftline="true" usebox="none">
7294 \begin_inset Text
7295
7296 \begin_layout Plain Layout
7297 s
7298 \end_layout
7299
7300 \end_inset
7301 </cell>
7302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7303 \begin_inset Text
7304
7305 \begin_layout Plain Layout
7306 s
7307 \end_layout
7308
7309 \end_inset
7310 </cell>
7311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7312 \begin_inset Text
7313
7314 \begin_layout Plain Layout
7315 s
7316 \end_layout
7317
7318 \end_inset
7319 </cell>
7320 <cell alignment="center" valignment="top" topline="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 <row>
7331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Plain Layout
7335 asd
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 sad
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 asd
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7359 \begin_inset Text
7360
7361 \begin_layout Plain Layout
7362 asd
7363 \end_layout
7364
7365 \end_inset
7366 </cell>
7367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7368 \begin_inset Text
7369
7370 \begin_layout Plain Layout
7371 asd
7372 \end_layout
7373
7374 \end_inset
7375 </cell>
7376 </row>
7377 </lyxtabular>
7378
7379 \end_inset
7380
7381
7382 \end_layout
7383
7384 \begin_layout Standard
7385 \begin_inset ERT
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389
7390
7391 \backslash
7392 setlength{
7393 \backslash
7394 LTcapwidth}{5cm}
7395 \end_layout
7396
7397 \end_inset
7398
7399
7400 \begin_inset Tabular
7401 <lyxtabular version="3" rows="6" columns="5">
7402 <features rotate="0" islongtable="true" longtabularalignment="center">
7403 <column alignment="center" valignment="top">
7404 <column alignment="center" valignment="top">
7405 <column alignment="center" valignment="top">
7406 <column alignment="center" valignment="top">
7407 <column alignment="center" valignment="top">
7408 <row endfirsthead="true" caption="true">
7409 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7410 \begin_inset Text
7411
7412 \begin_layout Plain Layout
7413 \begin_inset Caption Standard
7414
7415 \begin_layout Plain Layout
7416 long titre complet avec la largeur réglée à 5
7417 \begin_inset space \thinspace{}
7418 \end_inset
7419
7420 cm long titre complet avec la largeur réglée à 5
7421 \begin_inset space \thinspace{}
7422 \end_inset
7423
7424 cm long titre complet avec la largeur réglée à 5
7425 \begin_inset space \thinspace{}
7426 \end_inset
7427
7428 cm
7429 \begin_inset Argument 1
7430 status open
7431
7432 \begin_layout Plain Layout
7433 Légende avec largeur à
7434 \begin_inset space \thinspace{}
7435 \end_inset
7436
7437 =
7438 \begin_inset space \thinspace{}
7439 \end_inset
7440
7441 5
7442 \begin_inset space \thinspace{}
7443 \end_inset
7444
7445 cm
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7461 \begin_inset Text
7462
7463 \begin_layout Plain Layout
7464
7465 \end_layout
7466
7467 \end_inset
7468 </cell>
7469 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7470 \begin_inset Text
7471
7472 \begin_layout Plain Layout
7473
7474 \end_layout
7475
7476 \end_inset
7477 </cell>
7478 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Plain Layout
7491
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 1
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 2
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 3
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 4
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 5
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" 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" leftline="true" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 s
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Plain Layout
7661 s
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670 s
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" topline="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 <row>
7686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 asd
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 sad
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 asd
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 asd
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 asd
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 </row>
7732 </lyxtabular>
7733
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \begin_layout Standard
7740 \begin_inset ERT
7741 status collapsed
7742
7743 \begin_layout Plain Layout
7744
7745
7746 \backslash
7747 setlength{
7748 \backslash
7749 LTcapwidth}{4in}
7750 \end_layout
7751
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \begin_layout Standard
7758 \begin_inset Note Greyedout
7759 status open
7760
7761 \begin_layout Plain Layout
7762
7763 \series bold
7764 Note:
7765 \series default
7766  Quand on utilise la paquetage LaTeX 
7767 \series bold
7768 caption
7769 \series default
7770
7771 \begin_inset Index idx
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775 Paquetages LaTeX ! caption
7776 \end_layout
7777
7778 \end_inset
7779
7780  , comme c'est les cas dans ce document, la légende prend toute la largeur
7781  de la page quand on utilise la largeur implicite de 4
7782 \begin_inset space \thinspace{}
7783 \end_inset
7784
7785 in pour 
7786 \series bold
7787
7788 \backslash
7789 LTcapwidth
7790 \series default
7791 .
7792  Pour avoir dans ce cas une légende qui fasse exactement 4
7793 \begin_inset space \thinspace{}
7794 \end_inset
7795
7796 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7797  comme par exemple 3.99
7798 \begin_inset space \thinspace{}
7799 \end_inset
7800
7801 in, soit utiliser la commande LaTeX 
7802 \series bold
7803
7804 \backslash
7805 captionsetup{width=valeur}
7806 \series default
7807  qui est disponible dans le paquetage 
7808 \series bold
7809 caption
7810 \series default
7811 .
7812 \end_layout
7813
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \begin_layout Subsubsection
7820 Des légendes différentes sur chaque page d'un tableau
7821 \begin_inset Argument 1
7822 status collapsed
7823
7824 \begin_layout Plain Layout
7825 Légendes différentes
7826 \end_layout
7827
7828 \end_inset
7829
7830
7831 \begin_inset Index idx
7832 status collapsed
7833
7834 \begin_layout Plain Layout
7835 Tableaux longs ! Legendes@Légendes différentes par page
7836 \end_layout
7837
7838 \end_inset
7839
7840
7841 \end_layout
7842
7843 \begin_layout Standard
7844 Quand la légende du tableau pour les pages suivantes doit être différente
7845  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7846  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7847  dans le menu contextuel
7848 \family sans
7849  Légende (TableauLongSansNuméro)
7850 \family default
7851 .
7852  Le tableau
7853 \begin_inset space ~
7854 \end_inset
7855
7856
7857 \begin_inset CommandInset ref
7858 LatexCommand ref
7859 reference "tab:Légendes-tableau-différentes"
7860
7861 \end_inset
7862
7863  est un exemple de tableau long avec des légendes différentes et où la seconde
7864  légende ne contient pas le numéro du tableau.
7865 \end_layout
7866
7867 \begin_layout Standard
7868 \align center
7869 \begin_inset Tabular
7870 <lyxtabular version="3" rows="59" columns="3">
7871 <features rotate="0" islongtable="true" longtabularalignment="center">
7872 <column alignment="left" valignment="top" width="0pt">
7873 <column alignment="left" valignment="top" width="0pt">
7874 <column alignment="center" valignment="top" width="0pt">
7875 <row endfirsthead="true" caption="true">
7876 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7877 \begin_inset Text
7878
7879 \begin_layout Plain Layout
7880 \begin_inset Caption Standard
7881
7882 \begin_layout Plain Layout
7883 Exemple d'annuaire téléphonique
7884 \begin_inset CommandInset label
7885 LatexCommand label
7886 name "tab:Légendes-tableau-différentes"
7887
7888 \end_inset
7889
7890
7891 \begin_inset Argument 1
7892 status collapsed
7893
7894 \begin_layout Plain Layout
7895 Exemple Annuaire 
7896 \end_layout
7897
7898 \end_inset
7899
7900
7901 \end_layout
7902
7903 \end_inset
7904
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 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 </row>
7929 <row endfirsthead="true">
7930 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934
7935 \series bold
7936 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row endfirsthead="true">
7961 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \series bold
7967 NOM
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7982 \begin_inset Text
7983
7984 \begin_layout Plain Layout
7985
7986 \series bold
7987 TÉL.
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row endhead="true" caption="true">
7994 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 \begin_inset Caption LongTableNoNumber
7999
8000 \begin_layout Plain Layout
8001 Suite de l'exemple d'annuaire téléphonique
8002 \end_layout
8003
8004 \end_inset
8005
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell multicolumn="2" alignment="center" valignment="top" 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 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8021 \begin_inset Text
8022
8023 \begin_layout Plain Layout
8024
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 </row>
8030 <row endhead="true">
8031 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 Exemple d'annuaire téléphonique
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row endhead="true">
8062 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066
8067 \series bold
8068 NOM
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \series bold
8088 TÉL.
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 </row>
8094 <row endfoot="true">
8095 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 suite page suivante\SpecialChar \ldots{}
8100
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \series bold
8131 Annovi
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 Silvia
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 111
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 </row>
8155 <row>
8156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8157 \begin_inset Text
8158
8159 \begin_layout Plain Layout
8160
8161 \series bold
8162 Bertoli
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 Stefano
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 111
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \series bold
8193 Bozzi
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 Walter
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 111
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \series bold
8224 Cachia
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 Maria
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 111
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 </row>
8248 <row>
8249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253
8254 \series bold
8255 Cachia
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 Maurizio
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 111
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \series bold
8286 Cinquemani
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 Giusi
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 111
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \series bold
8317 Colin
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 Bernard
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 111
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 </row>
8341 <row>
8342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8343 \begin_inset Text
8344
8345 \begin_layout Plain Layout
8346
8347 \series bold
8348 Concli
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 Gianfranco
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 111
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377
8378 \series bold
8379 Dal Bosco
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 Carolina
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 111
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 </row>
8403 <row>
8404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8405 \begin_inset Text
8406
8407 \begin_layout Plain Layout
8408
8409 \series bold
8410 Dalpiaz
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 Annamaria
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 111
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 </row>
8434 <row>
8435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8436 \begin_inset Text
8437
8438 \begin_layout Plain Layout
8439
8440 \series bold
8441 Feliciello
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 Domenico
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 111
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 </row>
8465 <row>
8466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470
8471 \series bold
8472 Focarelli
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 Paola
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 111
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 Galletti
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 Oreste
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 111
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \series bold
8534 Gasparini
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 Franca
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 111
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 </row>
8558 <row>
8559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8560 \begin_inset Text
8561
8562 \begin_layout Plain Layout
8563
8564 \series bold
8565 Rizzardi
8566 \series default
8567
8568 \begin_inset Foot
8569 status open
8570
8571 \begin_layout Plain Layout
8572 Exemple de note de bas de page
8573 \end_layout
8574
8575 \end_inset
8576
8577
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 Paola
8587 \end_layout
8588
8589 \end_inset
8590 </cell>
8591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 111
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 </row>
8601 <row>
8602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606
8607 \series bold
8608 Lassini
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 Giancarlo
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 111
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 <row>
8633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637
8638 \series bold
8639 Malfatti
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 Luciano
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 111
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 </row>
8663 <row>
8664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8665 \begin_inset Text
8666
8667 \begin_layout Plain Layout
8668
8669 \series bold
8670 Malfatti
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 Valeriano
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 111
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 </row>
8694 <row>
8695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699
8700 \series bold
8701 Meneguzzo
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 Roberto
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 111
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \series bold
8732 Mezzadra
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 Roberto
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 111
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 </row>
8756 <row>
8757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8758 \begin_inset Text
8759
8760 \begin_layout Plain Layout
8761
8762 \series bold
8763 Pirpamer
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 Erich
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 111
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 </row>
8787 <row>
8788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792
8793 \series bold
8794 Pochiesa
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 Paolo
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 111, 222
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 </row>
8818 <row>
8819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8820 \begin_inset Text
8821
8822 \begin_layout Plain Layout
8823
8824 \series bold
8825 Radina
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 Claudio
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 111
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \series bold
8856 Stuffer
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 Oskar
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 111
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 </row>
8880 <row>
8881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887 Tacchelli
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 Ugo
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 111
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 </row>
8911 <row>
8912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916
8917 \series bold
8918 Tezzele
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 Margit
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 111
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 </row>
8942 <row>
8943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947
8948 \series bold
8949 Unterkalmsteiner
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 Frieda
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 111
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 </row>
8973 <row>
8974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978
8979 \series bold
8980 Vieider
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 Hilde
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 111
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 </row>
9004 <row>
9005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9006 \begin_inset Text
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011 Vigna
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 Jürgen
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 111
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 </row>
9035 <row>
9036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9037 \begin_inset Text
9038
9039 \begin_layout Plain Layout
9040
9041 \series bold
9042 Weber
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 Maurizio
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 111
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 </row>
9066 <row>
9067 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071
9072 \series bold
9073 Winkler
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 Franz
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 111
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 </row>
9097 <row>
9098 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9099 \begin_inset Text
9100
9101 \begin_layout Plain Layout
9102  
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \end_layout
9113
9114 \end_inset
9115 </cell>
9116 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \series bold
9133 Annovi
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 Silvia
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151 555
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \series bold
9164 Bertoli
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 Stefano
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 555
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 </row>
9188 <row>
9189 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193
9194 \series bold
9195 Bozzi
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 Walter
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 555
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \series bold
9226 Cachia
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 Maria
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 555
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 </row>
9250 <row>
9251 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255
9256 \series bold
9257 Cachia
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 Maurizio
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 555
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 </row>
9281 <row>
9282 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286
9287 \series bold
9288 Cinquemani
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 Giusi
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 555
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \series bold
9319 Colin
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 Bernard
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 555
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 </row>
9343 <row>
9344 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350 Concli
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 Gianfranco
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 555
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 <row>
9375 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379
9380 \series bold
9381 Dal Bosco
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 Carolina
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 555
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \series bold
9412 Dalpiaz
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 Annamaria
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 555
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 </row>
9436 <row>
9437 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9438 \begin_inset Text
9439
9440 \begin_layout Plain Layout
9441
9442 \series bold
9443 Feliciello
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 Domenico
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 555
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 </row>
9467 <row>
9468 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9469 \begin_inset Text
9470
9471 \begin_layout Plain Layout
9472
9473 \series bold
9474 Focarelli
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 Paola
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 555
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 </row>
9498 <row>
9499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9500 \begin_inset Text
9501
9502 \begin_layout Plain Layout
9503
9504 \series bold
9505 Galletti
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 Oreste
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 555
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 </row>
9529 <row>
9530 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9531 \begin_inset Text
9532
9533 \begin_layout Plain Layout
9534
9535 \series bold
9536 Gasparini
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 Franca
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 555
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 </row>
9560 <row>
9561 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9562 \begin_inset Text
9563
9564 \begin_layout Plain Layout
9565
9566 \series bold
9567 Rizzardi
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 Paola
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 555
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 </row>
9591 <row>
9592 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9593 \begin_inset Text
9594
9595 \begin_layout Plain Layout
9596
9597 \series bold
9598 Lassini
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 Giancarlo
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 555
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 </row>
9622 <row>
9623 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Plain Layout
9627
9628 \series bold
9629 Malfatti
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 Luciano
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 555
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 </row>
9653 <row>
9654 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9655 \begin_inset Text
9656
9657 \begin_layout Plain Layout
9658
9659 \series bold
9660 Malfatti
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 Valeriano
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 555
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 </row>
9684 <row>
9685 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689
9690 \series bold
9691 Meneguzzo
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 Roberto
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 555
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 <row>
9716 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \series bold
9722 Mezzadra
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 Roberto
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 555
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 </row>
9746 </lyxtabular>
9747
9748 \end_inset
9749
9750
9751 \end_layout
9752
9753 \begin_layout Section
9754 Questions particulières concernant les tableaux longs
9755 \begin_inset Argument 1
9756 status collapsed
9757
9758 \begin_layout Plain Layout
9759 Questions sur les tableaux longs
9760 \end_layout
9761
9762 \end_inset
9763
9764
9765 \begin_inset CommandInset label
9766 LatexCommand label
9767 name "sec:Questions-sur-tableaux-longs"
9768
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \begin_layout Subsection
9775 Calculs des pages des tableaux longs
9776 \begin_inset Index idx
9777 status collapsed
9778
9779 \begin_layout Plain Layout
9780 Tableaux longs ! Calculs
9781 \end_layout
9782
9783 \end_inset
9784
9785
9786 \end_layout
9787
9788 \begin_layout Standard
9789 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9790  en utilisant des blocs (chunks).
9791  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9792  mémoire de LaTeX.
9793  La valeur implicite est fixée pour des raisons historiques à seulement
9794  20 lignes de tableau.
9795  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9796  peut ralentir la création de votre document.
9797  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9798  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9799  préambule de votre document :
9800 \end_layout
9801
9802 \begin_layout Standard
9803
9804 \series bold
9805
9806 \backslash
9807 setcounter{LTchunksize}{100}
9808 \end_layout
9809
9810 \begin_layout Subsection
9811 Les flottants et les tableaux longs
9812 \begin_inset Index idx
9813 status collapsed
9814
9815 \begin_layout Plain Layout
9816 Tableaux longs ! Flottants
9817 \end_layout
9818
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \begin_layout Standard
9825 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9826  commence un tableau long.
9827  Pour éviter une telle situation, insérez un saut de page (menu 
9828 \family sans
9829 Insertion\SpecialChar \menuseparator
9830 Typographie
9831 \begin_inset space ~
9832 \end_inset
9833
9834 spéciale\SpecialChar \menuseparator
9835 Saut de page (vide le tampon)
9836 \family default
9837
9838 \begin_inset space \thinspace{}
9839 \end_inset
9840
9841 ) juste avant votre tableau long.
9842 \end_layout
9843
9844 \begin_layout Subsection
9845 Sauts de pages forcés
9846 \begin_inset Index idx
9847 status collapsed
9848
9849 \begin_layout Plain Layout
9850 Tableaux longs ! Sauts de pages forcés
9851 \end_layout
9852
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \begin_layout Standard
9859 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9860  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9861  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9862  de saut de ligne 
9863 \begin_inset Quotes fld
9864 \end_inset
9865
9866
9867 \backslash
9868
9869 \backslash
9870
9871 \begin_inset Quotes frd
9872 \end_inset
9873
9874  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9875  Avant la commande 
9876 \begin_inset Quotes fld
9877 \end_inset
9878
9879
9880 \backslash
9881
9882 \backslash
9883
9884 \begin_inset Quotes frd
9885 \end_inset
9886
9887 , vous devez insérer en code TeX, autant de caractères 
9888 \begin_inset Quotes fld
9889 \end_inset
9890
9891 &
9892 \begin_inset Quotes frd
9893 \end_inset
9894
9895  qu'il y a de colonnes après la cellule concernée.
9896  Le caractère 
9897 \begin_inset Quotes fld
9898 \end_inset
9899
9900 &
9901 \begin_inset Quotes frd
9902 \end_inset
9903
9904  sert à séparer les colonnes d'un tableau.
9905  Écrivez en code-TeX, après chaque 
9906 \begin_inset Quotes fld
9907 \end_inset
9908
9909 &
9910 \begin_inset Quotes frd
9911 \end_inset
9912
9913  le contenu des cellules correspondantes et en même temps supprimez le contenu
9914  de ces cellules dans le texte normal.
9915  
9916 \begin_inset Newline newline
9917 \end_inset
9918
9919 Après la commande 
9920 \backslash
9921
9922 \backslash
9923 , insérez autant de caractères 
9924 \begin_inset Quotes fld
9925 \end_inset
9926
9927 &
9928 \begin_inset Quotes frd
9929 \end_inset
9930
9931  qu'il y a de colonnes avant la colonne traitée.
9932  Dans le tableau
9933 \begin_inset space ~
9934 \end_inset
9935
9936
9937 \begin_inset CommandInset ref
9938 LatexCommand ref
9939 reference "tab:Tableau-saut-de-page"
9940
9941 \end_inset
9942
9943  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9944  suivie par une autre colonne.
9945  La commande suivante a donc été insérée en code TeX dans la cellule après
9946  le mot 
9947 \begin_inset Quotes fld
9948 \end_inset
9949
9950
9951 \emph on
9952 Castelchiodato,
9953 \emph default
9954
9955 \begin_inset Quotes frd
9956 \end_inset
9957
9958 :
9959 \end_layout
9960
9961 \begin_layout Standard
9962
9963 \series bold
9964 & 111
9965 \backslash
9966
9967 \backslash
9968  
9969 \backslash
9970 newpage
9971 \begin_inset Newline newline
9972 \end_inset
9973
9974 &
9975 \end_layout
9976
9977 \begin_layout Standard
9978 Le 
9979 \begin_inset Quotes fld
9980 \end_inset
9981
9982 111
9983 \begin_inset Quotes frd
9984 \end_inset
9985
9986  dans la troisième colonne de la ligne a été supprimé.
9987  
9988 \series bold
9989
9990 \backslash
9991 newpage
9992 \series default
9993  est nécessaire seulement quand un saut de page doit impérativement avoir
9994  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9995  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9996  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9997  est coupée, utilisez cette commande à la place de la précédente :
9998 \end_layout
9999
10000 \begin_layout Standard
10001
10002 \series bold
10003 & 111
10004 \backslash
10005
10006 \backslash
10007
10008 \begin_inset Newline newline
10009 \end_inset
10010
10011
10012 \backslash
10013 hline &
10014 \end_layout
10015
10016 \begin_layout Standard
10017 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10018  insérer la commande
10019 \end_layout
10020
10021 \begin_layout Standard
10022
10023 \series bold
10024
10025 \backslash
10026 setlength{
10027 \backslash
10028 parfillskip}{0pt}
10029 \end_layout
10030
10031 \begin_layout Standard
10032 au début de la cellule.
10033  Cela assure que la portion de la cellule qui va se trouver affichée sur
10034  la page suivante le sera avec toute la largeur de la cellule.
10035 \end_layout
10036
10037 \begin_layout Standard
10038 \align center
10039 \begin_inset Tabular
10040 <lyxtabular version="3" rows="38" columns="3">
10041 <features rotate="0" islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10042 <column alignment="left" valignment="top" width="0cm">
10043 <column alignment="left" valignment="top" width="3cm">
10044 <column alignment="center" valignment="top" width="0pt">
10045 <row endfirsthead="true" caption="true">
10046 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Caption Standard
10051
10052 \begin_layout Plain Layout
10053 Tableau avec un saut de page forcé dans une cellule
10054 \begin_inset CommandInset label
10055 LatexCommand label
10056 name "tab:Tableau-saut-de-page"
10057
10058 \end_inset
10059
10060
10061 \begin_inset Argument 1
10062 status collapsed
10063
10064 \begin_layout Plain Layout
10065 Tableau avec un saut de page forcé dans une cellule
10066 \end_layout
10067
10068 \end_inset
10069
10070
10071 \end_layout
10072
10073 \end_inset
10074
10075
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row endfirsthead="true">
10100 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \series bold
10106 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 </row>
10130 <row endfirsthead="true">
10131 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135
10136 \series bold
10137 NOM
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \series bold
10157 TÉL.
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 </row>
10163 <row endhead="true">
10164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 \begin_inset ERT
10169 status collapsed
10170
10171 \begin_layout Plain Layout
10172
10173
10174 \backslash
10175 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10176 \backslash
10177
10178 \backslash
10179 %
10180 \end_layout
10181
10182 \end_inset
10183
10184
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10190 \begin_inset Text
10191
10192 \begin_layout Plain Layout
10193
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 <row endhead="true">
10209 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213  
10214 \series bold
10215 Exemple d'annuaire téléphonique
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10221 \begin_inset Text
10222
10223 \begin_layout Plain Layout
10224
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 </row>
10239 <row endhead="true">
10240 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10241 \begin_inset Text
10242
10243 \begin_layout Plain Layout
10244
10245 \series bold
10246 NOM
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \series bold
10266 TÉL.
10267 \end_layout
10268
10269 \end_inset
10270 </cell>
10271 </row>
10272 <row endfoot="true">
10273 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 suite page suivante\SpecialChar \ldots{}
10278
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \series bold
10309 Annovi
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318 Silvia
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 111
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \series bold
10340 Bertoli
10341 \end_layout
10342
10343 \end_inset
10344 </cell>
10345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349 Stefano
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 111
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 </row>
10364 <row>
10365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369
10370 \series bold
10371 Bozzi
10372 \end_layout
10373
10374 \end_inset
10375 </cell>
10376 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380 Walter
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 111
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \series bold
10402 Cachia
10403 \end_layout
10404
10405 \end_inset
10406 </cell>
10407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411 Maria
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 111
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 </row>
10426 <row>
10427 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431
10432 \series bold
10433 Cachia
10434 \end_layout
10435
10436 \end_inset
10437 </cell>
10438 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442 Maurizio
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 111
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 </row>
10457 <row>
10458 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462
10463 \series bold
10464 Cinquemani
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Giusi
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 111
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 </row>
10488 <row>
10489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493
10494 \series bold
10495 Colin
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 Bernard
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 111
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 </row>
10519 <row>
10520 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524
10525 \series bold
10526 Concli
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 Gianfranco
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 111
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \series bold
10557 Dal Bosco
10558 \end_layout
10559
10560 \end_inset
10561 </cell>
10562 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566 Carolina
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 111
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 </row>
10581 <row>
10582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586
10587 \series bold
10588 Dalpiaz
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 Annamaria
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 111
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 <row>
10613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617
10618 \series bold
10619 Feliciello
10620 \end_layout
10621
10622 \end_inset
10623 </cell>
10624 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 Domenico
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 111
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \series bold
10650 Focarelli
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659 Paola
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 111
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 </row>
10674 <row>
10675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679
10680 \series bold
10681 Galletti
10682 \end_layout
10683
10684 \end_inset
10685 </cell>
10686 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690 Oreste
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 111
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 <row>
10706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710
10711 \series bold
10712 Gasparini
10713 \end_layout
10714
10715 \end_inset
10716 </cell>
10717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721 Franca
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 111
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \series bold
10743 Lassini
10744 \end_layout
10745
10746 \end_inset
10747 </cell>
10748 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752 Giancarlo
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 111
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \series bold
10774 Malfatti
10775 \end_layout
10776
10777 \end_inset
10778 </cell>
10779 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783 Luciano
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 111
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 </row>
10798 <row>
10799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803
10804 \series bold
10805 Malfatti
10806 \end_layout
10807
10808 \end_inset
10809 </cell>
10810 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814 Valeriano
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 111
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 <row>
10830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834
10835 \series bold
10836 Meneguzzo
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 Roberto
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 111
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 </row>
10860 <row>
10861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10862 \begin_inset Text
10863
10864 \begin_layout Plain Layout
10865
10866 \series bold
10867 Mezzadra
10868 \end_layout
10869
10870 \end_inset
10871 </cell>
10872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10873 \begin_inset Text
10874
10875 \begin_layout Plain Layout
10876 Roberto
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 111
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 </row>
10891 <row>
10892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896
10897 \series bold
10898 Pirpamer
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 Erich
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 111
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 </row>
10922 <row>
10923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927
10928 \series bold
10929 Pochiesa
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 Paolo
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 111, 222
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \series bold
10960 Radina
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 Claudio
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 111
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989
10990 \series bold
10991 Rizzardi
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10997 \begin_inset Text
10998
10999 \begin_layout Plain Layout
11000 Giancarlo, 11.
11001  Fürst von Montecompatri, 11.
11002  Fürst von Sulmona und Vivaro, 10.
11003  Fürst von Rossano, 5.
11004  Herzog von Canemorte, 11.
11005  Herzog von Palombara, 5.
11006  Herzog von Castelchiodato,
11007 \begin_inset ERT
11008 status open
11009
11010 \begin_layout Plain Layout
11011
11012 & 111
11013 \backslash
11014
11015 \backslash
11016  
11017 \backslash
11018 newpage
11019 \end_layout
11020
11021 \begin_layout Plain Layout
11022
11023 &
11024 \end_layout
11025
11026 \end_inset
11027
11028  11.
11029  Herzog von Poggionativo, 11.
11030  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11031  Graf von Valinfreda, 11.
11032  Baron von Cropalati, 11.
11033  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 </row>
11048 <row>
11049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11050 \begin_inset Text
11051
11052 \begin_layout Plain Layout
11053
11054 \series bold
11055 Stuffer
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11061 \begin_inset Text
11062
11063 \begin_layout Plain Layout
11064 Oskar
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 111
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 </row>
11079 <row>
11080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084
11085 \series bold
11086 Tacchelli
11087 \end_layout
11088
11089 \end_inset
11090 </cell>
11091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 Ugo
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 111
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 </row>
11110 <row>
11111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11112 \begin_inset Text
11113
11114 \begin_layout Plain Layout
11115
11116 \series bold
11117 Tezzele
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 Margit
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 111
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 </row>
11141 <row>
11142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146
11147 \series bold
11148 Unterkalmsteiner
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 Frieda
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 111
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row>
11173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \series bold
11179 Vieider
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 Hilde
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 111
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 </row>
11203 <row>
11204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208
11209 \series bold
11210 Vigna
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 Jürgen
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 111
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 </row>
11234 <row>
11235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239
11240 \series bold
11241 Weber
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 Maurizio
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 111
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 </row>
11265 <row>
11266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270
11271 \series bold
11272 Winkler
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 Franz
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 111
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 </lyxtabular>
11297
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \begin_layout Section
11304 Colonnes et lignes à lignes multiples
11305 \end_layout
11306
11307 \begin_layout Subsection
11308 Lignes multiples dans une cellule de tableau
11309 \begin_inset CommandInset label
11310 LatexCommand label
11311 name "sub:Lignes-multiple-dans-cellule"
11312
11313 \end_inset
11314
11315
11316 \begin_inset Index idx
11317 status collapsed
11318
11319 \begin_layout Plain Layout
11320 Plusieurs lignes dans une case de tableau
11321 \end_layout
11322
11323 \end_inset
11324
11325
11326 \begin_inset Index idx
11327 status collapsed
11328
11329 \begin_layout Plain Layout
11330 Tableau ! Saut de ligne
11331 \end_layout
11332
11333 \end_inset
11334
11335
11336 \end_layout
11337
11338 \begin_layout Standard
11339 \noindent
11340 \begin_inset Float table
11341 placement H
11342 wide false
11343 sideways false
11344 status open
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Caption Standard
11348
11349 \begin_layout Plain Layout
11350 \begin_inset CommandInset label
11351 LatexCommand label
11352 name "tab:Tableau-avec-plusieurs-lignes"
11353
11354 \end_inset
11355
11356 Tableau avec des lignes multiples dans une cellule
11357 \end_layout
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Plain Layout
11365 \align center
11366 \begin_inset Tabular
11367 <lyxtabular version="3" rows="3" columns="3">
11368 <features rotate="0" tabularvalignment="middle">
11369 <column alignment="center" valignment="middle" width="2.5cm">
11370 <column alignment="center" valignment="middle">
11371 <column alignment="center" valignment="middle">
11372 <row>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 Lignes
11378 \begin_inset Newline linebreak
11379 \end_inset
11380
11381 multiples
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 b
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 c
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 d
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 e
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 f
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 <row>
11435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 g
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 h
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 i
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 </row>
11463 </lyxtabular>
11464
11465 \end_inset
11466
11467
11468 \end_layout
11469
11470 \end_inset
11471
11472
11473 \end_layout
11474
11475 \begin_layout Standard
11476 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11477  d'un paragraphe avec des sauts de lignes et des césures.
11478 \end_layout
11479
11480 \begin_layout Standard
11481 Pour obtenir le tableau
11482 \begin_inset space ~
11483 \end_inset
11484
11485
11486 \begin_inset CommandInset ref
11487 LatexCommand ref
11488 reference "tab:Tableau-avec-plusieurs-lignes"
11489
11490 \end_inset
11491
11492 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11493  droit dessus.
11494  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11495  2.5
11496 \begin_inset space \thinspace{}
11497 \end_inset
11498
11499 cm et choisissez les alignements vertical et horizontal centrés.
11500  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11501  Comme notre texte est plus petit que 2.5
11502 \begin_inset space \thinspace{}
11503 \end_inset
11504
11505 cm, une seule ligne va apparaître.
11506  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11507  
11508 \family sans
11509 Ctrl-Shift-Entrée
11510 \family default
11511 ).
11512  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11513 ement découpé en plusieurs lignes.
11514 \end_layout
11515
11516 \begin_layout Standard
11517 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11518  pas effectuer de césure si c'est le premier élément de la cellule.
11519  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11520  premier élément : Ajoutez un espace horizontal de 0
11521 \begin_inset space \thinspace{}
11522 \end_inset
11523
11524 pt juste avant votre mot.
11525  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11526  Le tableau
11527 \begin_inset space ~
11528 \end_inset
11529
11530
11531 \begin_inset CommandInset ref
11532 LatexCommand ref
11533 reference "tab:Tableau-césure"
11534
11535 \end_inset
11536
11537  montre l'effet de cette insertion.
11538 \end_layout
11539
11540 \begin_layout Standard
11541 \begin_inset Float table
11542 placement h
11543 wide false
11544 sideways false
11545 status open
11546
11547 \begin_layout Plain Layout
11548 \begin_inset Caption Standard
11549
11550 \begin_layout Plain Layout
11551 \begin_inset CommandInset label
11552 LatexCommand label
11553 name "tab:Tableau-césure"
11554
11555 \end_inset
11556
11557 Tableau avec et sans césure.
11558 \end_layout
11559
11560 \end_inset
11561
11562
11563 \end_layout
11564
11565 \begin_layout Plain Layout
11566 \begin_inset space \hfill{}
11567 \end_inset
11568
11569
11570 \begin_inset Tabular
11571 <lyxtabular version="3" rows="3" columns="3">
11572 <features rotate="0" tabularvalignment="middle">
11573 <column alignment="center" valignment="middle" width="2.5cm">
11574 <column alignment="center" valignment="middle">
11575 <column alignment="center" valignment="middle">
11576 <row>
11577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 mottrèslongdansunecellule
11582 \end_layout
11583
11584 \end_inset
11585 </cell>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 b
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 c
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 </row>
11605 <row>
11606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11607 \begin_inset Text
11608
11609 \begin_layout Plain Layout
11610 d
11611 \end_layout
11612
11613 \end_inset
11614 </cell>
11615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 e
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 f
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 </row>
11634 <row>
11635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 g
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11645 \begin_inset Text
11646
11647 \begin_layout Plain Layout
11648 h
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 i
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 </row>
11663 </lyxtabular>
11664
11665 \end_inset
11666
11667
11668 \begin_inset space \hfill{}
11669 \end_inset
11670
11671
11672 \begin_inset Tabular
11673 <lyxtabular version="3" rows="3" columns="3">
11674 <features rotate="0" tabularvalignment="middle">
11675 <column alignment="center" valignment="middle" width="2.5cm">
11676 <column alignment="center" valignment="middle">
11677 <column alignment="center" valignment="middle">
11678 <row>
11679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11680 \begin_inset Text
11681
11682 \begin_layout Plain Layout
11683 \begin_inset space \hspace{}
11684 \length 0pt
11685 \end_inset
11686
11687 mottrèslongdansunecellule
11688 \end_layout
11689
11690 \end_inset
11691 </cell>
11692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 b
11697 \end_layout
11698
11699 \end_inset
11700 </cell>
11701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11702 \begin_inset Text
11703
11704 \begin_layout Plain Layout
11705 c
11706 \end_layout
11707
11708 \end_inset
11709 </cell>
11710 </row>
11711 <row>
11712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 d
11717 \end_layout
11718
11719 \end_inset
11720 </cell>
11721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11722 \begin_inset Text
11723
11724 \begin_layout Plain Layout
11725 e
11726 \end_layout
11727
11728 \end_inset
11729 </cell>
11730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11731 \begin_inset Text
11732
11733 \begin_layout Plain Layout
11734 f
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 </row>
11740 <row>
11741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 g
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11751 \begin_inset Text
11752
11753 \begin_layout Plain Layout
11754 h
11755 \end_layout
11756
11757 \end_inset
11758 </cell>
11759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11760 \begin_inset Text
11761
11762 \begin_layout Plain Layout
11763 i
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 </lyxtabular>
11770
11771 \end_inset
11772
11773
11774 \begin_inset space \hfill{}
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Subsection
11786 Multi-colonnes
11787 \begin_inset CommandInset label
11788 LatexCommand label
11789 name "sub:Multicolonnes"
11790
11791 \end_inset
11792
11793
11794 \begin_inset Index idx
11795 status collapsed
11796
11797 \begin_layout Plain Layout
11798 Multi-colonnes
11799 \end_layout
11800
11801 \end_inset
11802
11803
11804 \begin_inset Index idx
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808 Tableau ! Multi-colonnes
11809 \end_layout
11810
11811 \end_inset
11812
11813
11814 \end_layout
11815
11816 \begin_layout Subsubsection
11817 Les bases des multi-colonnes
11818 \end_layout
11819
11820 \begin_layout Standard
11821 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11822  qu'elle doit couvrir et utilisez soit le bouton 
11823 \begin_inset Info
11824 type  "icon"
11825 arg   "inset-modify tabular multicolumn"
11826 \end_inset
11827
11828  de la barre d'outils tableau, ou le menu 
11829 \family sans
11830 Édition\SpecialChar \menuseparator
11831 Tableau\SpecialChar \menuseparator
11832 Multi-colonnes
11833 \family default
11834 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11835  
11836 \family sans
11837 Multi-colonnes
11838 \family default
11839 .
11840 \end_layout
11841
11842 \begin_layout Standard
11843 Les multi-colonnes ont leurs propres paramètres de cellule.
11844  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11845  de la cellule, cela n'affecte que la cellule multi-colonnes.
11846  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11847  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11848 \end_layout
11849
11850 \begin_layout Standard
11851 \align center
11852 \begin_inset Tabular
11853 <lyxtabular version="3" rows="3" columns="4">
11854 <features rotate="0" firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11855 <column alignment="center" valignment="top" width="0pt">
11856 <column alignment="center" valignment="middle">
11857 <column alignment="center" valignment="top" width="0in">
11858 <column alignment="center" valignment="top" width="0pt">
11859 <row>
11860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11861 \begin_inset Text
11862
11863 \begin_layout Plain Layout
11864 abc
11865 \end_layout
11866
11867 \end_inset
11868 </cell>
11869 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Plain Layout
11873 def ghi
11874 \end_layout
11875
11876 \end_inset
11877 </cell>
11878 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11879 \begin_inset Text
11880
11881 \begin_layout Plain Layout
11882
11883 \end_layout
11884
11885 \end_inset
11886 </cell>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 jkl
11892 \end_layout
11893
11894 \end_inset
11895 </cell>
11896 </row>
11897 <row>
11898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11899 \begin_inset Text
11900
11901 \begin_layout Plain Layout
11902 A
11903 \end_layout
11904
11905 \end_inset
11906 </cell>
11907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11908 \begin_inset Text
11909
11910 \begin_layout Plain Layout
11911 B
11912 \end_layout
11913
11914 \end_inset
11915 </cell>
11916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11917 \begin_inset Text
11918
11919 \begin_layout Plain Layout
11920 C
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Plain Layout
11929 D
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 </row>
11935 <row>
11936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11937 \begin_inset Text
11938
11939 \begin_layout Plain Layout
11940 1
11941 \end_layout
11942
11943 \end_inset
11944 </cell>
11945 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11946 \begin_inset Text
11947
11948 \begin_layout Plain Layout
11949 2
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 3
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 4
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 </row>
11973 </lyxtabular>
11974
11975 \end_inset
11976
11977
11978 \end_layout
11979
11980 \begin_layout Subsubsection
11981 Calculs avec les multi-colonnes
11982 \begin_inset CommandInset label
11983 LatexCommand label
11984 name "sub:Calculs-multicolonnes"
11985
11986 \end_inset
11987
11988
11989 \begin_inset Index idx
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993 Multi-colonnes ! Calculs
11994 \end_layout
11995
11996 \end_inset
11997
11998
11999 \end_layout
12000
12001 \begin_layout Standard
12002 LyX gère directement les multi-colonnes, mais nous devons faire attention
12003  à la largeur des cellules couvertes par la cellule multi-colonnes.
12004 \end_layout
12005
12006 \begin_layout Standard
12007 \begin_inset Float table
12008 placement h
12009 wide false
12010 sideways false
12011 status open
12012
12013 \begin_layout Plain Layout
12014 \begin_inset Caption Standard
12015
12016 \begin_layout Plain Layout
12017 \begin_inset CommandInset label
12018 LatexCommand label
12019 name "tab:Tableau-multicolonne-parfaite"
12020
12021 \end_inset
12022
12023 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12024  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12025 \begin_inset Argument 1
12026 status open
12027
12028 \begin_layout Plain Layout
12029 Tableau avec multi-colonnes parfaite
12030 \end_layout
12031
12032 \end_inset
12033
12034
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \begin_layout Plain Layout
12043 \align center
12044 \begin_inset Tabular
12045 <lyxtabular version="3" rows="3" columns="3">
12046 <features rotate="0" tabularvalignment="middle">
12047 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12048 <column alignment="center" valignment="middle">
12049 <column alignment="center" valignment="top">
12050 <row>
12051 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 multi-colonnes sur plusieurs lignes
12056 \end_layout
12057
12058 \end_inset
12059 </cell>
12060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12061 \begin_inset Text
12062
12063 \begin_layout Plain Layout
12064
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Plain Layout
12073 c
12074 \end_layout
12075
12076 \end_inset
12077 </cell>
12078 </row>
12079 <row>
12080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12081 \begin_inset Text
12082
12083 \begin_layout Plain Layout
12084 d
12085 \end_layout
12086
12087 \end_inset
12088 </cell>
12089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12090 \begin_inset Text
12091
12092 \begin_layout Plain Layout
12093 e
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12099 \begin_inset Text
12100
12101 \begin_layout Plain Layout
12102 f
12103 \end_layout
12104
12105 \end_inset
12106 </cell>
12107 </row>
12108 <row>
12109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12110 \begin_inset Text
12111
12112 \begin_layout Plain Layout
12113 g
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 h
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131 i
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 </row>
12137 </lyxtabular>
12138
12139 \end_inset
12140
12141
12142 \end_layout
12143
12144 \end_inset
12145
12146
12147 \end_layout
12148
12149 \begin_layout Standard
12150 Par exemple, pour créer le tableau
12151 \begin_inset space ~
12152 \end_inset
12153
12154
12155 \begin_inset CommandInset ref
12156 LatexCommand ref
12157 reference "tab:Tableau-multicolonne-parfaite"
12158
12159 \end_inset
12160
12161 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12162  3×3 et faites un clic droit dessus.
12163  Ensuite choisissez pour cette cellule
12164 \emph on
12165 ,
12166 \emph default
12167  dans la fenêtre de dialogue de tableau, 
12168 \emph on
12169 multi-colonnes
12170 \emph default
12171
12172 \emph on
12173 alignement
12174 \begin_inset space ~
12175 \end_inset
12176
12177 horizontal
12178 \begin_inset space ~
12179 \end_inset
12180
12181 centré
12182 \emph default
12183  et une largeur de 2.5
12184 \begin_inset space \thinspace{}
12185 \end_inset
12186
12187 cm.
12188  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12189  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12190 \begin_inset space \thinspace{}
12191 \end_inset
12192
12193 cm pour la première colonne.
12194  La deuxième colonne aura alors automatiquement une largeur de 1.25
12195 \begin_inset space \thinspace{}
12196 \end_inset
12197
12198 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12199  C'est ce qui a été fait pour le tableau
12200 \begin_inset space ~
12201 \end_inset
12202
12203
12204 \begin_inset CommandInset ref
12205 LatexCommand ref
12206 reference "tab:Tableau-multicolonne-imparfait"
12207
12208 \end_inset
12209
12210 .
12211 \end_layout
12212
12213 \begin_layout Standard
12214 \begin_inset Float table
12215 wide false
12216 sideways false
12217 status open
12218
12219 \begin_layout Plain Layout
12220 \begin_inset Caption Standard
12221
12222 \begin_layout Plain Layout
12223 \begin_inset CommandInset label
12224 LatexCommand label
12225 name "tab:Tableau-multicolonne-imparfait"
12226
12227 \end_inset
12228
12229 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12230  de la largeur de la cellule multi-colonnes.
12231 \begin_inset Argument 1
12232 status open
12233
12234 \begin_layout Plain Layout
12235 Tableau avec multi-colonnes pas parfaite
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \end_layout
12242
12243 \end_inset
12244
12245
12246 \end_layout
12247
12248 \begin_layout Plain Layout
12249 \align center
12250 \begin_inset Tabular
12251 <lyxtabular version="3" rows="3" columns="3">
12252 <features rotate="0" tabularvalignment="middle">
12253 <column alignment="center" valignment="top" width="1.25cm">
12254 <column alignment="center" valignment="top">
12255 <column alignment="center" valignment="top">
12256 <row>
12257 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261 multi-colonnes sur plusieurs lignes
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 c
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 <row>
12286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12287 \begin_inset Text
12288
12289 \begin_layout Plain Layout
12290 d
12291 \end_layout
12292
12293 \end_inset
12294 </cell>
12295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12296 \begin_inset Text
12297
12298 \begin_layout Plain Layout
12299 e
12300 \end_layout
12301
12302 \end_inset
12303 </cell>
12304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12305 \begin_inset Text
12306
12307 \begin_layout Plain Layout
12308 f
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 <row>
12315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 g
12320 \end_layout
12321
12322 \end_inset
12323 </cell>
12324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 h
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337 i
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 </row>
12343 </lyxtabular>
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \begin_layout Standard
12356 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12357  de la cellule multi-colonnes, elle est un peu plus large.
12358  La raison est que la taille que l'on donne à une cellule, 
12359 \begin_inset Formula $W_{g}$
12360 \end_inset
12361
12362  n'est pas sa taille totale, 
12363 \begin_inset Formula $W_{\mathrm{tot}}$
12364 \end_inset
12365
12366  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12367  lui donne.
12368  L'annexe
12369 \begin_inset space ~
12370 \end_inset
12371
12372
12373 \begin_inset CommandInset ref
12374 LatexCommand ref
12375 reference "cha:Explication-de-l'Equation"
12376
12377 \end_inset
12378
12379  explique pourquoi en détail.
12380 \end_layout
12381
12382 \begin_layout Standard
12383 La largeur nécessaire 
12384 \begin_inset Formula $W_{g\,n}$
12385 \end_inset
12386
12387  quand 
12388 \emph on
12389 n
12390 \emph default
12391  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12392  ait une largeur totale de 
12393 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12394 \end_inset
12395
12396 :
12397 \begin_inset Formula 
12398 \begin{equation}
12399 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12400 \end{equation}
12401
12402 \end_inset
12403
12404
12405 \end_layout
12406
12407 \begin_layout Standard
12408 Dans notre cas nous avons 
12409 \begin_inset Formula $n=2$
12410 \end_inset
12411
12412
12413 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12414 \end_inset
12415
12416 cm et les valeurs implicites pour les autres longueurs, l'équation
12417 \begin_inset space ~
12418 \end_inset
12419
12420
12421 \begin_inset CommandInset ref
12422 LatexCommand ref
12423 reference "eq:Wgn"
12424
12425 \end_inset
12426
12427  devient
12428 \begin_inset Formula 
12429 \begin{equation}
12430 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12431 \end{equation}
12432
12433 \end_inset
12434
12435
12436 \end_layout
12437
12438 \begin_layout Standard
12439 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12440  
12441 \series bold
12442 calc
12443 \series default
12444  avec la ligne suivante dans le préambule du document
12445 \begin_inset Index idx
12446 status collapsed
12447
12448 \begin_layout Plain Layout
12449 Paquetages LaTeX ! calc
12450 \end_layout
12451
12452 \end_inset
12453
12454
12455 \end_layout
12456
12457 \begin_layout Standard
12458
12459 \series bold
12460
12461 \backslash
12462 usepackage{calc}
12463 \end_layout
12464
12465 \begin_layout Standard
12466 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12467  de dialogue.
12468  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12469  la fenêtre de dialogue.
12470  Voici un aperçu de ces paramètres :
12471 \end_layout
12472
12473 \begin_layout Itemize
12474
12475 \series bold
12476 p{largeur}
12477 \series default
12478  crée une cellule de taille donnée, le texte est aligné verticalement en
12479  haut.
12480 \end_layout
12481
12482 \begin_layout Itemize
12483
12484 \series bold
12485 m{largeur}
12486 \series default
12487  crée une cellule de taille donnée, le texte est aligné verticalement au
12488  centre
12489 \end_layout
12490
12491 \begin_layout Itemize
12492
12493 \series bold
12494 b{largeur}
12495 \series default
12496  crée une cellule de taille donnée, le texte est aligné verticalement en
12497  bas
12498 \end_layout
12499
12500 \begin_layout Standard
12501 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12502  la fenêtre de dialogue sont ignorés.
12503 \end_layout
12504
12505 \begin_layout Standard
12506 \begin_inset Note Greyedout
12507 status open
12508
12509 \begin_layout Plain Layout
12510
12511 \series bold
12512 Note:
12513 \series default
12514  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12515  en compte.
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 Comme le texte doit être centré horizontalement, on ajoute la commande 
12525 \series bold
12526
12527 \backslash
12528 centering
12529 \series default
12530 .
12531  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12532  des colonnes recouvertes :
12533 \end_layout
12534
12535 \begin_layout Standard
12536
12537 \series bold
12538 >{
12539 \backslash
12540 centering}m{1.25cm-6.2pt}
12541 \end_layout
12542
12543 \begin_layout Standard
12544 La commande 
12545 \series bold
12546 >{ }
12547 \series default
12548  signifie que les commandes qui se trouvent entre les accolades doivent
12549  être appliquées avant que la cellule ne soit créée.
12550 \end_layout
12551
12552 \begin_layout Standard
12553 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12554  multi-colonnes, il est toujours aligné à gauche.
12555  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12556  isolées.
12557  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonnes
12558 \end_layout
12559
12560 \begin_layout Standard
12561
12562 \series bold
12563 >{
12564 \backslash
12565 centering}m{2.5cm}
12566 \end_layout
12567
12568 \begin_layout Subsection
12569 Multi-lignes
12570 \begin_inset CommandInset label
12571 LatexCommand label
12572 name "sub:Multi-lignes"
12573
12574 \end_inset
12575
12576
12577 \begin_inset Index idx
12578 status collapsed
12579
12580 \begin_layout Plain Layout
12581 Multi-lignes
12582 \end_layout
12583
12584 \end_inset
12585
12586
12587 \begin_inset Index idx
12588 status collapsed
12589
12590 \begin_layout Plain Layout
12591 Tableau ! multi-lignes
12592 \end_layout
12593
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \begin_layout Standard
12600 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12601  qu'elle doit couvrir et utilisez soit le bouton 
12602 \begin_inset Info
12603 type  "icon"
12604 arg   "inset-modify tabular multirow"
12605 \end_inset
12606
12607  de la barre d'outils tableau, ou le menu 
12608 \family sans
12609 Édition\SpecialChar \menuseparator
12610 Tableau\SpecialChar \menuseparator
12611 Multi-lignes
12612 \family default
12613 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12614  
12615 \family sans
12616 Multi-lignes
12617 \family default
12618 .
12619 \end_layout
12620
12621 \begin_layout Standard
12622 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12623 \end_layout
12624
12625 \begin_layout Standard
12626 \align center
12627 \begin_inset Tabular
12628 <lyxtabular version="3" rows="3" columns="3">
12629 <features rotate="0" tabularvalignment="middle">
12630 <column alignment="center" valignment="top" width="0pt">
12631 <column alignment="center" valignment="top">
12632 <column alignment="center" valignment="top">
12633 <row>
12634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12635 \begin_inset Text
12636
12637 \begin_layout Plain Layout
12638 un contenu long
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Plain Layout
12647 b
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 c
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 </row>
12662 <row>
12663 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 multi-lignes
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 e
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 f
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696
12697 \end_layout
12698
12699 \end_inset
12700 </cell>
12701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12702 \begin_inset Text
12703
12704 \begin_layout Plain Layout
12705 h
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 i
12715 \end_layout
12716
12717 \end_inset
12718 </cell>
12719 </row>
12720 </lyxtabular>
12721
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \begin_layout Standard
12728 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12729  la colonne.
12730  L'
12731 \family sans
12732 Espacement
12733 \begin_inset space ~
12734 \end_inset
12735
12736 vertical
12737 \family default
12738  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12739  est positive ou négative.
12740 \end_layout
12741
12742 \begin_layout Standard
12743 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12744  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12745  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12746  implicite, vous devez redéfinir la commande 
12747 \series bold
12748
12749 \backslash
12750 multirowsetup
12751 \series default
12752  avec la commande
12753 \end_layout
12754
12755 \begin_layout Standard
12756
12757 \series bold
12758
12759 \backslash
12760 renewcommand{
12761 \backslash
12762 multirowsetup}{
12763 \backslash
12764 centering}
12765 \end_layout
12766
12767 \begin_layout Standard
12768 dans le préambule du document.
12769  Après ça, tous les contenus de cellules multi-lignes du document seront
12770  centrés.
12771  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12772  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12773  juste avant le tableau concerné, plutôt que dans le préambule.
12774  Si le texte doit être aligné à droite, remplacez 
12775 \series bold
12776
12777 \backslash
12778 centering
12779 \series default
12780  par 
12781 \series bold
12782
12783 \backslash
12784 raggedleft
12785 \series default
12786 .
12787  Pour revenir à l'alignement à gauche utilisez 
12788 \series bold
12789
12790 \backslash
12791 raggedright
12792 \series default
12793 .
12794 \end_layout
12795
12796 \begin_layout Standard
12797 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12798  avec un décalage vertical de -4
12799 \begin_inset space \thinspace{}
12800 \end_inset
12801
12802 mm dans une colonne de 3
12803 \begin_inset space \thinspace{}
12804 \end_inset
12805
12806 cm de large
12807 \begin_inset space ~
12808 \end_inset
12809
12810 :
12811 \end_layout
12812
12813 \begin_layout Standard
12814 \noindent
12815 \align center
12816 \begin_inset ERT
12817 status collapsed
12818
12819 \begin_layout Plain Layout
12820
12821
12822 \backslash
12823 renewcommand{
12824 \backslash
12825 multirowsetup}{
12826 \backslash
12827 raggedleft}
12828 \end_layout
12829
12830 \end_inset
12831
12832
12833 \begin_inset Tabular
12834 <lyxtabular version="3" rows="4" columns="3">
12835 <features rotate="0" tabularvalignment="middle">
12836 <column alignment="center" valignment="top" width="3cm">
12837 <column alignment="center" valignment="top">
12838 <column alignment="center" valignment="top">
12839 <row>
12840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12841 \begin_inset Text
12842
12843 \begin_layout Plain Layout
12844 un contenu long
12845 \end_layout
12846
12847 \end_inset
12848 </cell>
12849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12850 \begin_inset Text
12851
12852 \begin_layout Plain Layout
12853 b
12854 \end_layout
12855
12856 \end_inset
12857 </cell>
12858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12859 \begin_inset Text
12860
12861 \begin_layout Plain Layout
12862 c
12863 \end_layout
12864
12865 \end_inset
12866 </cell>
12867 </row>
12868 <row>
12869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12870 \begin_inset Text
12871
12872 \begin_layout Plain Layout
12873 t
12874 \end_layout
12875
12876 \end_inset
12877 </cell>
12878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12879 \begin_inset Text
12880
12881 \begin_layout Plain Layout
12882 n
12883 \end_layout
12884
12885 \end_inset
12886 </cell>
12887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12888 \begin_inset Text
12889
12890 \begin_layout Plain Layout
12891 m
12892 \end_layout
12893
12894 \end_inset
12895 </cell>
12896 </row>
12897 <row>
12898 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12899 \begin_inset Text
12900
12901 \begin_layout Plain Layout
12902 multi-lignes
12903 \end_layout
12904
12905 \end_inset
12906 </cell>
12907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12908 \begin_inset Text
12909
12910 \begin_layout Plain Layout
12911 e
12912 \end_layout
12913
12914 \end_inset
12915 </cell>
12916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12917 \begin_inset Text
12918
12919 \begin_layout Plain Layout
12920 f
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row>
12927 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931
12932 \end_layout
12933
12934 \end_inset
12935 </cell>
12936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12937 \begin_inset Text
12938
12939 \begin_layout Plain Layout
12940 h
12941 \end_layout
12942
12943 \end_inset
12944 </cell>
12945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12946 \begin_inset Text
12947
12948 \begin_layout Plain Layout
12949 i
12950 \end_layout
12951
12952 \end_inset
12953 </cell>
12954 </row>
12955 </lyxtabular>
12956
12957 \end_inset
12958
12959
12960 \begin_inset ERT
12961 status collapsed
12962
12963 \begin_layout Plain Layout
12964
12965
12966 \backslash
12967 renewcommand{
12968 \backslash
12969 multirowsetup}{
12970 \backslash
12971 raggedright}
12972 \end_layout
12973
12974 \end_inset
12975
12976
12977 \end_layout
12978
12979 \begin_layout Standard
12980 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12981  utiliser un saut de ligne forcé (
12982 \begin_inset space ~
12983 \end_inset
12984
12985 raccourci 
12986 \family sans
12987 Ctrl+Entrée
12988 \family default
12989
12990 \begin_inset space ~
12991 \end_inset
12992
12993 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12994  on le voit dans ce tableau :
12995 \end_layout
12996
12997 \begin_layout Standard
12998 \noindent
12999 \align center
13000 \begin_inset Tabular
13001 <lyxtabular version="3" rows="3" columns="2">
13002 <features rotate="0" tabularvalignment="middle">
13003 <column alignment="left" valignment="middle" width="2cm">
13004 <column alignment="center" valignment="top">
13005 <row>
13006 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 aaa
13011 \begin_inset Newline newline
13012 \end_inset
13013
13014 aaa
13015 \begin_inset Newline newline
13016 \end_inset
13017
13018 mauvaise cellule
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Plain Layout
13027 ccc
13028 \end_layout
13029
13030 \end_inset
13031 </cell>
13032 </row>
13033 <row>
13034 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13035 \begin_inset Text
13036
13037 \begin_layout Plain Layout
13038
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 ddd
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 </row>
13053 <row>
13054 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 bbb
13059 \end_layout
13060
13061 \end_inset
13062 </cell>
13063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 eee
13068 \end_layout
13069
13070 \end_inset
13071 </cell>
13072 </row>
13073 </lyxtabular>
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 Vous devez donc faire attention avec les saut de lignes forcés.
13082 \end_layout
13083
13084 \begin_layout Subsection
13085 Cellules avec ligne(s) diagonale(s)
13086 \end_layout
13087
13088 \begin_layout Standard
13089 Pour instruire le lecteur de la signification ds titres de lignes et de
13090  colonnes dans un tableau, il est pratique de partager le première cellule
13091  du tableau à l'aide d'une ou deux lignes diagonales.
13092  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13093  LaTeX
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 LaTeX ! diagbox
13105 \end_layout
13106
13107 \end_inset
13108
13109 .
13110  Ce paquetage inclut la commande 
13111 \series bold
13112 \lang english
13113
13114 \backslash
13115 diagbox
13116 \series default
13117 \lang french
13118  que l'on peut insérer en mode TeX et qui peut avoir 2 ou 3 arguments:
13119 \end_layout
13120
13121 \begin_layout Standard
13122
13123 \series bold
13124 \lang english
13125
13126 \backslash
13127 diagbox[options]
13128 \lang french
13129 {inférieur gauche}{supérieur droit}
13130 \end_layout
13131
13132 \begin_layout Standard
13133
13134 \series bold
13135 \lang english
13136
13137 \backslash
13138 diagbox[options]
13139 \lang french
13140 {inférieur gauche}{supérieur gauche}{supérieur droit}
13141 \end_layout
13142
13143 \begin_layout Standard
13144 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13145  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13146  Dans le second cas, la cellule est partagée par deux lignes.
13147 \end_layout
13148
13149 \begin_layout Standard
13150 \begin_inset ERT
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154
13155
13156 \backslash
13157 ifdiagbox
13158 \end_layout
13159
13160 \end_inset
13161
13162
13163 \begin_inset Note Note
13164 status open
13165
13166 \begin_layout Plain Layout
13167 La section suivante ne s'affichera que si vous avez installé le paquetage
13168  LaTeX 
13169 \series bold
13170 diagbox
13171 \series default
13172 .
13173 \end_layout
13174
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \begin_layout Standard
13181 Voici un exemple de tableau où 
13182 \series bold
13183 \lang english
13184
13185 \backslash
13186 diagbox
13187 \lang french
13188  
13189 \series default
13190 est utilisé avec 2 arguments
13191 \begin_inset space ~
13192 \end_inset
13193
13194 dans la première cellule:
13195 \lang english
13196
13197 \begin_inset VSpace medskip
13198 \end_inset
13199
13200
13201 \end_layout
13202
13203 \begin_layout Standard
13204 \noindent
13205
13206 \lang english
13207 \begin_inset Tabular
13208 <lyxtabular version="3" rows="4" columns="4">
13209 <features rotate="0" tabularvalignment="middle">
13210 <column alignment="center" valignment="top">
13211 <column alignment="center" valignment="top">
13212 <column alignment="center" valignment="top">
13213 <column alignment="center" valignment="top">
13214 <row>
13215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13216 \begin_inset Text
13217
13218 \begin_layout Plain Layout
13219 \begin_inset ERT
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223
13224
13225 \backslash
13226 diagbox{
13227 \end_layout
13228
13229 \end_inset
13230
13231 Nom
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237 }{
13238 \end_layout
13239
13240 \end_inset
13241
13242 Paramètre
13243 \begin_inset ERT
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247
13248 }
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \end_inset
13257 </cell>
13258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13259 \begin_inset Text
13260
13261 \begin_layout Plain Layout
13262 Épaisseur en nm
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Plain Layout
13271 Transparence en %
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280 Dureté en MPa
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 Vert parfait
13292 \end_layout
13293
13294 \end_inset
13295 </cell>
13296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13297 \begin_inset Text
13298
13299 \begin_layout Plain Layout
13300 45
13301 \end_layout
13302
13303 \end_inset
13304 </cell>
13305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 80
13310 \end_layout
13311
13312 \end_inset
13313 </cell>
13314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13315 \begin_inset Text
13316
13317 \begin_layout Plain Layout
13318 504
13319 \end_layout
13320
13321 \end_inset
13322 </cell>
13323 </row>
13324 <row>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Plain Layout
13329 Multi-P foncé
13330 \end_layout
13331
13332 \end_inset
13333 </cell>
13334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13335 \begin_inset Text
13336
13337 \begin_layout Plain Layout
13338 60
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 72
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 982
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 </row>
13362 <row>
13363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 Pro transparent
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 18
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 86
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 374
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 </row>
13400 </lyxtabular>
13401
13402 \end_inset
13403
13404
13405 \begin_inset VSpace medskip
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \begin_layout Standard
13412 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13413  sport ou les distances:
13414 \end_layout
13415
13416 \begin_layout Standard
13417 \noindent
13418 \align center
13419 \begin_inset Tabular
13420 <lyxtabular version="3" rows="4" columns="4">
13421 <features rotate="0" tabularvalignment="middle">
13422 <column alignment="center" valignment="top" width="0pt">
13423 <column alignment="center" valignment="top">
13424 <column alignment="center" valignment="top">
13425 <column alignment="center" valignment="top">
13426 <row>
13427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 \begin_inset ERT
13432 status collapsed
13433
13434 \begin_layout Plain Layout
13435
13436
13437 \backslash
13438 diagbox{
13439 \end_layout
13440
13441 \end_inset
13442
13443 À domicile
13444 \begin_inset ERT
13445 status collapsed
13446
13447 \begin_layout Plain Layout
13448
13449 }{
13450 \end_layout
13451
13452 \end_inset
13453
13454 Résultat
13455 \begin_inset ERT
13456 status open
13457
13458 \begin_layout Plain Layout
13459
13460 }{
13461 \end_layout
13462
13463 \end_inset
13464
13465 À l'extérieur
13466 \begin_inset ERT
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470
13471 }
13472 \end_layout
13473
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 Tigres
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 Panthères
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 Faucons
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 </row>
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 Tigres
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13520 \begin_inset Text
13521
13522 \begin_layout Plain Layout
13523 ---
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 1:3
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 0:1
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 </row>
13547 <row>
13548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 Panthères
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 3:1
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 ---
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 0:0
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 </row>
13585 <row>
13586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 Faucons
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 1:0
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 0:0
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 ---
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 </row>
13623 </lyxtabular>
13624
13625 \end_inset
13626
13627
13628 \end_layout
13629
13630 \begin_layout Standard
13631 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13632  2 coins ou plus du tableau comme ici:
13633 \end_layout
13634
13635 \begin_layout Standard
13636 \noindent
13637 \align center
13638 \begin_inset Tabular
13639 <lyxtabular version="3" rows="5" columns="5">
13640 <features rotate="0" tabularvalignment="middle">
13641 <column alignment="center" valignment="top" width="0pt">
13642 <column alignment="center" valignment="top">
13643 <column alignment="center" valignment="top">
13644 <column alignment="center" valignment="top">
13645 <column alignment="center" valignment="top">
13646 <row>
13647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13648 \begin_inset Text
13649
13650 \begin_layout Plain Layout
13651 \begin_inset ERT
13652 status open
13653
13654 \begin_layout Plain Layout
13655
13656
13657 \backslash
13658 diagbox{
13659 \end_layout
13660
13661 \end_inset
13662
13663 À domicile}{Résultat
13664 \begin_inset ERT
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668
13669 }{
13670 \end_layout
13671
13672 \end_inset
13673
13674 À l'extérieur
13675 \begin_inset ERT
13676 status open
13677
13678 \begin_layout Plain Layout
13679
13680 }
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \end_layout
13687
13688 \end_inset
13689 </cell>
13690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13691 \begin_inset Text
13692
13693 \begin_layout Plain Layout
13694 Tigres
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 Panthères
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Faucons
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721 \begin_inset ERT
13722 status open
13723
13724 \begin_layout Plain Layout
13725
13726
13727 \backslash
13728 diagbox[dir=NE]{
13729 \end_layout
13730
13731 \end_inset
13732
13733 À domicile
13734 \begin_inset ERT
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738
13739 }{
13740 \end_layout
13741
13742 \end_inset
13743
13744 Résultat
13745 \begin_inset ERT
13746 status collapsed
13747
13748 \begin_layout Plain Layout
13749
13750 }{
13751 \end_layout
13752
13753 \end_inset
13754
13755 À l'extérieur
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 }
13762 \end_layout
13763
13764 \end_inset
13765
13766
13767 \end_layout
13768
13769 \end_inset
13770 </cell>
13771 </row>
13772 <row>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 Tigres
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13783 \begin_inset Text
13784
13785 \begin_layout Plain Layout
13786 ---
13787 \end_layout
13788
13789 \end_inset
13790 </cell>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 1:3
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 0:1
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 Tigres
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 </row>
13819 <row>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 Panthères
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 3:1
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 ---
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 0:0
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 Panthères
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 </row>
13866 <row>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 Faucons
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 1:0
13881 \end_layout
13882
13883 \end_inset
13884 </cell>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 0:0
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 ---
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 Faucons
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 </row>
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 \begin_inset ERT
13919 status open
13920
13921 \begin_layout Plain Layout
13922
13923
13924 \backslash
13925 diagbox[dir=SW]{
13926 \end_layout
13927
13928 \end_inset
13929
13930 À domicile
13931 \begin_inset ERT
13932 status collapsed
13933
13934 \begin_layout Plain Layout
13935
13936 }{
13937 \end_layout
13938
13939 \end_inset
13940
13941 Résultat
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947 }{
13948 \end_layout
13949
13950 \end_inset
13951
13952 À l'extérieur
13953 \begin_inset ERT
13954 status open
13955
13956 \begin_layout Plain Layout
13957
13958 }
13959 \end_layout
13960
13961 \end_inset
13962
13963
13964 \end_layout
13965
13966 \end_inset
13967 </cell>
13968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 Tigres
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 Panthères
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 Faucons
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 \begin_inset ERT
14000 status open
14001
14002 \begin_layout Plain Layout
14003
14004
14005 \backslash
14006 diagbox[dir=SE]{
14007 \end_layout
14008
14009 \end_inset
14010
14011 À domicile
14012 \begin_inset ERT
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016
14017 }{
14018 \end_layout
14019
14020 \end_inset
14021
14022 Résultat
14023 \begin_inset ERT
14024 status open
14025
14026 \begin_layout Plain Layout
14027
14028 }{
14029 \end_layout
14030
14031 \end_inset
14032
14033 À l'extérieur
14034 \begin_inset ERT
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038
14039 }
14040 \end_layout
14041
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 </row>
14050 </lyxtabular>
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \begin_layout Standard
14058 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14059  
14060 \series bold
14061 dir=direction
14062 \series default
14063
14064 \emph on
14065 direction
14066 \emph default
14067  est à choisir parmi 
14068 \series bold
14069 NE
14070 \series default
14071
14072 \series bold
14073 SE
14074 \series default
14075
14076 \series bold
14077 SW
14078 \series default
14079  et 
14080 \series bold
14081 NW
14082 \series default
14083  comme sur une rose des vents.
14084  
14085 \series bold
14086 SW
14087 \series default
14088  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14089  du tableau ci-dessus, désigné via la commande:
14090 \end_layout
14091
14092 \begin_layout Standard
14093
14094 \series bold
14095 \lang english
14096
14097 \backslash
14098 diagbox[dir=SW]{
14099 \series default
14100 \lang french
14101 À domicile
14102 \series bold
14103 \lang english
14104 }{
14105 \series default
14106 \lang french
14107 Résultat
14108 \series bold
14109 \lang english
14110 }{
14111 \series default
14112 \lang french
14113 À l'extérieur
14114 \series bold
14115 \lang english
14116 }
14117 \series default
14118 \lang french
14119 .
14120  
14121 \end_layout
14122
14123 \begin_layout Standard
14124 Si aucune direction n'est spécifiée, elle est implicitement NW.
14125 \end_layout
14126
14127 \begin_layout Standard
14128 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14129  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14130  le contenu de la cellule va déborder:
14131 \end_layout
14132
14133 \begin_layout Standard
14134 \noindent
14135 \align center
14136 \begin_inset Tabular
14137 <lyxtabular version="3" rows="2" columns="2">
14138 <features rotate="0" tabularvalignment="middle">
14139 <column alignment="center" valignment="top" width="3cm">
14140 <column alignment="center" valignment="top">
14141 <row>
14142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146 \begin_inset ERT
14147 status collapsed
14148
14149 \begin_layout Plain Layout
14150
14151
14152 \backslash
14153 diagbox{
14154 \end_layout
14155
14156 \end_inset
14157
14158 Nom
14159 \begin_inset ERT
14160 status collapsed
14161
14162 \begin_layout Plain Layout
14163
14164 }{
14165 \end_layout
14166
14167 \end_inset
14168
14169 Paramètre
14170 \begin_inset ERT
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174
14175 }
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Plain Layout
14189 Épaisseur en nm
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 <row>
14196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200 Vert parfait
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14206 \begin_inset Text
14207
14208 \begin_layout Plain Layout
14209 45
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 </lyxtabular>
14216
14217 \end_inset
14218
14219
14220 \end_layout
14221
14222 \begin_layout Standard
14223 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14224  cellule partagée, utilisez l'option de commande 
14225 \series bold
14226 \lang english
14227 width=3cm
14228 \series default
14229 \lang french
14230  (remplacez 
14231 \begin_inset Quotes fld
14232 \end_inset
14233
14234 3cm
14235 \begin_inset Quotes frd
14236 \end_inset
14237
14238 par la largeur désirée).
14239  Dans le tableau qui suit, la largeur de la première colonne est réglée
14240  à 4cm.
14241  Pour 
14242 \series bold
14243 \lang english
14244
14245 \backslash
14246 diagbox
14247 \series default
14248 \lang french
14249  une largeur de 4
14250 \begin_inset space \thinspace{}
14251 \end_inset
14252
14253 cm + 2
14254 \begin_inset space \thinspace{}
14255 \end_inset
14256
14257
14258 \backslash
14259 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14260  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14261  de la cellule.
14262  Le calcul de la largeur ne peut pas être fait directement dans l'option
14263  de la commande 
14264 \series bold
14265 \lang english
14266
14267 \backslash
14268 diagbox
14269 \series default
14270 \lang french
14271 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14272  la suite.
14273  Ceci se fait via les commandes en code TeX:
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279
14280 \backslash
14281 newlength{
14282 \backslash
14283 diagtest}
14284 \begin_inset Newline newline
14285 \end_inset
14286
14287
14288 \backslash
14289 setlength{
14290 \backslash
14291 diagtest}{4cm+2
14292 \backslash
14293 tabcolsep}
14294 \end_layout
14295
14296 \begin_layout Standard
14297 \begin_inset ERT
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301
14302
14303 \backslash
14304 newlength{
14305 \backslash
14306 diagtest}
14307 \end_layout
14308
14309 \begin_layout Plain Layout
14310
14311
14312 \backslash
14313 setlength{
14314 \backslash
14315 diagtest}{4cm+2
14316 \backslash
14317 tabcolsep}
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \begin_layout Standard
14326 Pour permettre les calculs en LaTeX, il faut charger dans le préambule du
14327  document le paquetage 
14328 \series bold
14329 calc
14330 \series default
14331
14332 \begin_inset Index idx
14333 status collapsed
14334
14335 \begin_layout Plain Layout
14336 Paquetages LaTeX ! calc
14337 \end_layout
14338
14339 \end_inset
14340
14341 .
14342 \end_layout
14343
14344 \begin_layout Standard
14345 Dans le tableau vous pouvez maintenant utiliser la commande
14346 \end_layout
14347
14348 \begin_layout Standard
14349
14350 \series bold
14351
14352 \backslash
14353 diagbox[width=
14354 \backslash
14355 diagtest]{A}{B}
14356 \end_layout
14357
14358 \begin_layout Standard
14359 dans la première cellule:
14360 \end_layout
14361
14362 \begin_layout Standard
14363 \noindent
14364 \align center
14365 \begin_inset Tabular
14366 <lyxtabular version="3" rows="2" columns="2">
14367 <features rotate="0" tabularvalignment="middle">
14368 <column alignment="center" valignment="top" width="4cm">
14369 <column alignment="center" valignment="top">
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375 \begin_inset ERT
14376 status open
14377
14378 \begin_layout Plain Layout
14379
14380
14381 \backslash
14382 diagbox[width=
14383 \backslash
14384 diagtest]{
14385 \end_layout
14386
14387 \end_inset
14388
14389 A
14390 \begin_inset ERT
14391 status collapsed
14392
14393 \begin_layout Plain Layout
14394
14395 }{
14396 \end_layout
14397
14398 \end_inset
14399
14400 B
14401 \begin_inset ERT
14402 status collapsed
14403
14404 \begin_layout Plain Layout
14405
14406 }
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 Épaisseur en nm
14421 \end_layout
14422
14423 \end_inset
14424 </cell>
14425 </row>
14426 <row>
14427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14428 \begin_inset Text
14429
14430 \begin_layout Plain Layout
14431 Vert parfait
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 45
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 </row>
14446 </lyxtabular>
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \begin_layout Standard
14454 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14455  la longueur de la diagonale ne peut pas être calculée correctement comme
14456  dans ce tableau:
14457 \end_layout
14458
14459 \begin_layout Standard
14460 \noindent
14461 \align center
14462 \begin_inset Tabular
14463 <lyxtabular version="3" rows="2" columns="2">
14464 <features rotate="0" tabularvalignment="middle">
14465 <column alignment="center" valignment="top" width="0pt">
14466 <column alignment="center" valignment="top">
14467 <row>
14468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14469 \begin_inset Text
14470
14471 \begin_layout Plain Layout
14472 \begin_inset ERT
14473 status collapsed
14474
14475 \begin_layout Plain Layout
14476
14477
14478 \backslash
14479 diagbox{
14480 \end_layout
14481
14482 \end_inset
14483
14484 A
14485 \begin_inset ERT
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489
14490 }{
14491 \end_layout
14492
14493 \end_inset
14494
14495 B
14496 \begin_inset ERT
14497 status collapsed
14498
14499 \begin_layout Plain Layout
14500
14501 }
14502 \end_layout
14503
14504 \end_inset
14505
14506
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515 Épaisseur en nm
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 </row>
14521 <row>
14522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526 Vert parfait
14527 \end_layout
14528
14529 \end_inset
14530 </cell>
14531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14532 \begin_inset Text
14533
14534 \begin_layout Plain Layout
14535 45
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 </row>
14541 </lyxtabular>
14542
14543 \end_inset
14544
14545
14546 \end_layout
14547
14548 \begin_layout Standard
14549 Dans ce cas, vous pouvez utiliser directement
14550 \series bold
14551  
14552 \lang english
14553 width
14554 \series default
14555 \lang french
14556  dans l'option de 
14557 \series bold
14558 \lang english
14559
14560 \backslash
14561 diagbox
14562 \series default
14563 \lang french
14564 , il n'est plus nécessaire d’ajouter 2
14565 \backslash
14566 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14567  colonne.
14568  Ici une largeur de 3cm est utilisée:
14569 \end_layout
14570
14571 \begin_layout Standard
14572 \noindent
14573 \align center
14574 \begin_inset Tabular
14575 <lyxtabular version="3" rows="2" columns="2">
14576 <features rotate="0" tabularvalignment="middle">
14577 <column alignment="center" valignment="top" width="0pt">
14578 <column alignment="center" valignment="top">
14579 <row>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584 \begin_inset ERT
14585 status open
14586
14587 \begin_layout Plain Layout
14588
14589
14590 \backslash
14591 diagbox[width=3cm]{
14592 \end_layout
14593
14594 \end_inset
14595
14596 A
14597 \begin_inset ERT
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601
14602 }{
14603 \end_layout
14604
14605 \end_inset
14606
14607 B
14608 \begin_inset ERT
14609 status collapsed
14610
14611 \begin_layout Plain Layout
14612
14613 }
14614 \end_layout
14615
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627 Épaisseur en nm
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 <row>
14634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638 Vert parfait
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 45
14648 \end_layout
14649
14650 \end_inset
14651 </cell>
14652 </row>
14653 </lyxtabular>
14654
14655 \end_inset
14656
14657
14658 \end_layout
14659
14660 \begin_layout Standard
14661 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14662  supplémentaire pour placer le texte dans la cellule.
14663  Ceci peut être obtenu avec l'option
14664 \series bold
14665  
14666 \lang english
14667 height
14668 \lang french
14669 =3cm
14670 \series default
14671  de la commande 
14672 \series bold
14673 \lang english
14674
14675 \backslash
14676 diagbox
14677 \series default
14678 \lang french
14679  (remplacer « 3cm » par la hauteur désirée).
14680  Dans le tableau qui suit, la commande
14681 \end_layout
14682
14683 \begin_layout Standard
14684
14685 \series bold
14686
14687 \backslash
14688 diagbox[width=3cm,height=1.4cm]{A
14689 \backslash
14690
14691 \backslash
14692 B}{C
14693 \backslash
14694
14695 \backslash
14696 D}
14697 \end_layout
14698
14699 \begin_layout Standard
14700 est utilisée dans la première cellule.
14701  La commande 
14702 \backslash
14703
14704 \backslash
14705  crée le saut de ligne
14706 \begin_inset Foot
14707 status open
14708
14709 \begin_layout Plain Layout
14710 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14711  largeur fixée.
14712 \end_layout
14713
14714 \end_inset
14715
14716 .
14717 \end_layout
14718
14719 \begin_layout Standard
14720 \noindent
14721 \align center
14722 \begin_inset Tabular
14723 <lyxtabular version="3" rows="2" columns="2">
14724 <features rotate="0" tabularvalignment="middle">
14725 <column alignment="center" valignment="top">
14726 <column alignment="center" valignment="top">
14727 <row>
14728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732 \begin_inset ERT
14733 status open
14734
14735 \begin_layout Plain Layout
14736
14737
14738 \backslash
14739 diagbox[width=3cm,height=1.4cm]{
14740 \end_layout
14741
14742 \end_inset
14743
14744 A
14745 \begin_inset ERT
14746 status collapsed
14747
14748 \begin_layout Plain Layout
14749
14750
14751 \backslash
14752
14753 \backslash
14754
14755 \end_layout
14756
14757 \end_inset
14758
14759 B
14760 \begin_inset ERT
14761 status collapsed
14762
14763 \begin_layout Plain Layout
14764
14765 }{
14766 \end_layout
14767
14768 \end_inset
14769
14770 C
14771 \begin_inset ERT
14772 status collapsed
14773
14774 \begin_layout Plain Layout
14775
14776
14777 \backslash
14778
14779 \backslash
14780
14781 \end_layout
14782
14783 \end_inset
14784
14785 D
14786 \begin_inset ERT
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790
14791 }
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 Épaisseur en nm
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 </row>
14811 <row>
14812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816 Vert parfait
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825 45
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 </lyxtabular>
14832
14833 \end_inset
14834
14835
14836 \end_layout
14837
14838 \begin_layout Standard
14839 \begin_inset ERT
14840 status collapsed
14841
14842 \begin_layout Plain Layout
14843
14844
14845 \backslash
14846 else
14847 \end_layout
14848
14849 \end_inset
14850
14851
14852 \begin_inset Note Note
14853 status open
14854
14855 \begin_layout Plain Layout
14856 Ce qui suit sera affiché si le paquetage LaTeX 
14857 \series bold
14858 diagbox
14859 \series default
14860  n'est pas installé :
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \begin_layout Standard
14869 Vous devez installer le paquetage LaTeX 
14870 \series bold
14871 diagbox
14872 \series default
14873  pour voir le contenu de cette section dans la sortie imprimée.
14874 \end_layout
14875
14876 \begin_layout Standard
14877 \begin_inset ERT
14878 status collapsed
14879
14880 \begin_layout Plain Layout
14881
14882
14883 \backslash
14884 fi
14885 \end_layout
14886
14887 \end_inset
14888
14889
14890 \end_layout
14891
14892 \begin_layout Standard
14893 Pour en savoir plus sur le paquetage LaTeX 
14894 \series bold
14895 \lang english
14896 diagbox
14897 \series default
14898 \lang french
14899 , voir sa documentation, 
14900 \begin_inset CommandInset citation
14901 LatexCommand cite
14902 key "diagbox"
14903
14904 \end_inset
14905
14906 .
14907 \end_layout
14908
14909 \begin_layout Section
14910 Les tableaux formels
14911 \begin_inset CommandInset label
14912 LatexCommand label
14913 name "sec:Tableaux-Formels"
14914
14915 \end_inset
14916
14917
14918 \begin_inset Index idx
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922 Tableau ! Formel
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Standard
14931 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14932  à celle du tableau
14933 \begin_inset space ~
14934 \end_inset
14935
14936
14937 \begin_inset CommandInset ref
14938 LatexCommand ref
14939 reference "tab:Exemple-tableau-booktabs"
14940
14941 \end_inset
14942
14943 .
14944  Ce genre de tableau est appelé 
14945 \begin_inset Quotes fld
14946 \end_inset
14947
14948
14949 \emph on
14950 formel
14951 \emph default
14952
14953 \begin_inset Quotes frd
14954 \end_inset
14955
14956 .
14957  Pour transformer un tableau en tableau formel, utilisez l'option 
14958 \family sans
14959 Formel
14960 \family default
14961  de l'onglet 
14962 \family sans
14963 Bordures
14964 \family default
14965  de la fenêtre de dialogue 
14966 \family sans
14967 Paramètres
14968 \begin_inset space ~
14969 \end_inset
14970
14971 du
14972 \begin_inset space ~
14973 \end_inset
14974
14975 tableau
14976 \family default
14977 .
14978 \end_layout
14979
14980 \begin_layout Standard
14981 \begin_inset Float table
14982 placement h
14983 wide false
14984 sideways false
14985 status open
14986
14987 \begin_layout Plain Layout
14988 \begin_inset Caption Standard
14989
14990 \begin_layout Plain Layout
14991 \begin_inset CommandInset label
14992 LatexCommand label
14993 name "tab:Exemple-tableau-booktabs"
14994
14995 \end_inset
14996
14997 Exemple de tableau formel
14998 \end_layout
14999
15000 \end_inset
15001
15002
15003 \end_layout
15004
15005 \begin_layout Plain Layout
15006 \align center
15007 \begin_inset Tabular
15008 <lyxtabular version="3" rows="8" columns="4">
15009 <features rotate="0" booktabs="true" tabularvalignment="middle">
15010 <column alignment="center" valignment="top">
15011 <column alignment="center" valignment="top">
15012 <column alignment="center" valignment="top">
15013 <column alignment="center" valignment="top">
15014 <row>
15015 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15016 \begin_inset Text
15017
15018 \begin_layout Plain Layout
15019 Système
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 Chip
15029 \begin_inset space \thinspace{}
15030 \end_inset
15031
15032 1
15033 \end_layout
15034
15035 \end_inset
15036 </cell>
15037 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041 Chip
15042 \begin_inset space \thinspace{}
15043 \end_inset
15044
15045 2
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15051 \begin_inset Text
15052
15053 \begin_layout Plain Layout
15054
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 </row>
15060 <row>
15061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065 \begin_inset ERT
15066 status collapsed
15067
15068 \begin_layout Plain Layout
15069
15070
15071 \backslash
15072 cmidrule(r){2-2}
15073 \end_layout
15074
15075 \end_inset
15076
15077
15078 \begin_inset ERT
15079 status collapsed
15080
15081 \begin_layout Plain Layout
15082
15083
15084 \backslash
15085 cmidrule(l){3-4}
15086 \end_layout
15087
15088 \end_inset
15089
15090 Épaisseur du capteur en µm
15091 \end_layout
15092
15093 \end_inset
15094 </cell>
15095 <cell alignment="center" valignment="top" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099 300
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 300
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 700
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 </row>
15123 <row>
15124 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 Angle du biseau en °
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" topline="true" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137 3.55
15138 \end_layout
15139
15140 \end_inset
15141 </cell>
15142 <cell alignment="center" valignment="top" topline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 2.71
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 7.99
15156 \end_layout
15157
15158 \end_inset
15159 </cell>
15160 </row>
15161 <row topspace="default">
15162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15163 \begin_inset Text
15164
15165 \begin_layout Plain Layout
15166 Résolution spatiale en µm
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 4.26
15176 \end_layout
15177
15178 \end_inset
15179 </cell>
15180 <cell alignment="center" valignment="top" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 10.17
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 10.56
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row topspace="default">
15200 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204 MTF à 
15205 \begin_inset Formula $f_{\mathrm{max}}$
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 <cell alignment="center" valignment="top" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217 0.53
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 0.37
15227 \end_layout
15228
15229 \end_inset
15230 </cell>
15231 <cell alignment="center" valignment="top" usebox="none">
15232 \begin_inset Text
15233
15234 \begin_layout Plain Layout
15235 0.39
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 <row topspace="default">
15242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15243 \begin_inset Text
15244
15245 \begin_layout Plain Layout
15246 \begin_inset ERT
15247 status collapsed
15248
15249 \begin_layout Plain Layout
15250
15251
15252 \backslash
15253 cmidrule(l{10pt}){1-1}
15254 \end_layout
15255
15256 \end_inset
15257
15258 résolution spatiale LSF
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 <cell alignment="center" valignment="top" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276
15277 \end_layout
15278
15279 \end_inset
15280 </cell>
15281 <cell alignment="center" valignment="top" usebox="none">
15282 \begin_inset Text
15283
15284 \begin_layout Plain Layout
15285
15286 \end_layout
15287
15288 \end_inset
15289 </cell>
15290 </row>
15291 <row>
15292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15293 \begin_inset Text
15294
15295 \begin_layout Plain Layout
15296 en µm
15297 \end_layout
15298
15299 \end_inset
15300 </cell>
15301 <cell alignment="center" valignment="top" usebox="none">
15302 \begin_inset Text
15303
15304 \begin_layout Plain Layout
15305 129.7
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 52.75
15315 \end_layout
15316
15317 \end_inset
15318 </cell>
15319 <cell alignment="center" valignment="top" usebox="none">
15320 \begin_inset Text
15321
15322 \begin_layout Plain Layout
15323 50.78
15324 \end_layout
15325
15326 \end_inset
15327 </cell>
15328 </row>
15329 <row>
15330 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15331 \begin_inset Text
15332
15333 \begin_layout Plain Layout
15334 en % de la taille des pixels
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15340 \begin_inset Text
15341
15342 \begin_layout Plain Layout
15343 76.3
15344 \end_layout
15345
15346 \end_inset
15347 </cell>
15348 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352 95.9
15353 \end_layout
15354
15355 \end_inset
15356 </cell>
15357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 92.3
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 </lyxtabular>
15368
15369 \end_inset
15370
15371
15372 \end_layout
15373
15374 \end_inset
15375
15376
15377 \end_layout
15378
15379 \begin_layout Standard
15380 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15381  
15382 \family sans
15383 Bordures
15384 \family default
15385  de la fenêtre de dialogue 
15386 \family sans
15387 Paramètres
15388 \begin_inset space ~
15389 \end_inset
15390
15391 du
15392 \begin_inset space ~
15393 \end_inset
15394
15395 tableau
15396 \family default
15397  comme c'est décrit dans la section
15398 \begin_inset space ~
15399 \end_inset
15400
15401
15402 \begin_inset CommandInset ref
15403 LatexCommand ref
15404 reference "sub:Espacement-lignes"
15405
15406 \end_inset
15407
15408 .
15409 \end_layout
15410
15411 \begin_layout Standard
15412 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15413  verticales.
15414  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15415  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15416  sortie imprimée :
15417 \begin_inset Newline newline
15418 \end_inset
15419
15420 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15421 \begin_inset space \thinspace{}
15422 \end_inset
15423
15424 em alors que les autres lignes ont implicite une épaisseur de 0.05
15425 \begin_inset space \thinspace{}
15426 \end_inset
15427
15428 em.
15429 \end_layout
15430
15431 \begin_layout Standard
15432 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15433  les lignes de préambule suivantes :
15434 \end_layout
15435
15436 \begin_layout Standard
15437
15438 \series bold
15439
15440 \backslash
15441 let
15442 \backslash
15443 mytoprule
15444 \backslash
15445 toprule
15446 \begin_inset Newline newline
15447 \end_inset
15448
15449
15450 \backslash
15451 renewcommand{
15452 \backslash
15453 toprule}{
15454 \backslash
15455 mytoprule[width]}
15456 \end_layout
15457
15458 \begin_layout Standard
15459 Cet exemple concerne la première ligne, appelée 
15460 \series bold
15461 toprule
15462 \series default
15463 .
15464  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15465 \series bold
15466 toprule
15467 \series default
15468  par 
15469 \series bold
15470 bottomrule
15471 \series default
15472 .
15473  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15474  
15475 \series bold
15476 toprule
15477 \series default
15478  par 
15479 \series bold
15480 midrule
15481 \series default
15482 .
15483  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15484 \begin_inset space ~
15485 \end_inset
15486
15487
15488 \begin_inset CommandInset ref
15489 LatexCommand ref
15490 reference "cha:Unités-de-longueur"
15491
15492 \end_inset
15493
15494  pour préciser l'épaisseur voulue.
15495 \end_layout
15496
15497 \begin_layout Standard
15498 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15499  en mettant une ligne pour une cellule multi-colonnes.
15500  LyX va utiliser en interne la commande 
15501 \series bold
15502
15503 \backslash
15504 cmidrule
15505 \series default
15506  pour créer cette ligne.
15507  Sa syntaxe complète est :
15508 \end_layout
15509
15510 \begin_layout Standard
15511
15512 \series bold
15513
15514 \backslash
15515 cmidrule[largeur](rognage){colDépart-colFin}
15516 \end_layout
15517
15518 \begin_layout Standard
15519 Les options de la commande 
15520 \series bold
15521
15522 \backslash
15523 cmidrule
15524 \series default
15525  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15526  TeX pour pouvoir les utiliser.
15527  On peut créer manuellement des lignes 
15528 \series bold
15529
15530 \backslash
15531 mitrales
15532 \series default
15533  en insérant la commande en code TeX comme le premier élément de la première
15534  cellule de la ligne.
15535  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15536  en question.
15537 \end_layout
15538
15539 \begin_layout Standard
15540 La valeur implicite pour l'épaisseur des lignes est de 0.03
15541 \begin_inset space \thinspace{}
15542 \end_inset
15543
15544 em.
15545  
15546 \series bold
15547 colDépart
15548 \series default
15549  est le numéro de la colonne dans laquelle la ligne commence et 
15550 \series bold
15551 colFin
15552 \series default
15553  est le numéro de la colonne dans laquelle elle se termine.
15554  La valeur de 
15555 \series bold
15556 colFin
15557 \series default
15558  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15559  Le paramètre optionnel 
15560 \series bold
15561 rognage
15562 \series default
15563  peut être soit 
15564 \emph on
15565 l{largeurRognage}
15566 \emph default
15567 , ou 
15568 \emph on
15569 r{largeurRognage}
15570 \emph default
15571  où les valeurs de
15572 \emph on
15573  largeurRognage
15574 \emph default
15575  sont aussi optionnelles.
15576  En utilisant par exemple la valeur 
15577 \emph on
15578 l{2pt}
15579 \emph default
15580  pour ce paramètre, la ligne va être rognée de 2
15581 \begin_inset space \thinspace{}
15582 \end_inset
15583
15584 pt à son extrémité gauche.
15585  Si vous ne spécifiez pas de valeur pour 
15586 \emph on
15587 largeurRognage
15588 \emph default
15589  les lignes sont implicitement rognées de 0.5
15590 \begin_inset space \thinspace{}
15591 \end_inset
15592
15593 em.
15594 \end_layout
15595
15596 \begin_layout Standard
15597 \begin_inset VSpace bigskip
15598 \end_inset
15599
15600 Le tableau
15601 \begin_inset space ~
15602 \end_inset
15603
15604
15605 \begin_inset CommandInset ref
15606 LatexCommand ref
15607 reference "tab:Exemple-tableau-booktabs"
15608
15609 \end_inset
15610
15611  a été créé en utilisant les commandes
15612 \end_layout
15613
15614 \begin_layout Standard
15615
15616 \series bold
15617
15618 \backslash
15619 cmidrule(r){2-2}
15620 \backslash
15621 cmidrule(l){3-4}
15622 \end_layout
15623
15624 \begin_layout Standard
15625 au début de la deuxième ligne et
15626 \end_layout
15627
15628 \begin_layout Standard
15629
15630 \series bold
15631
15632 \backslash
15633 cmidrule(l{10pt}){1-1}
15634 \end_layout
15635
15636 \begin_layout Standard
15637 au début de la sixième ligne.
15638 \end_layout
15639
15640 \begin_layout Standard
15641 \begin_inset VSpace bigskip
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \begin_layout Standard
15648 Vous pouvez vouloir des commandes 
15649 \series bold
15650
15651 \backslash
15652 cmidrule
15653 \series default
15654 s qui se recouvrent comme pour le tableau
15655 \begin_inset space ~
15656 \end_inset
15657
15658
15659 \begin_inset CommandInset ref
15660 LatexCommand ref
15661 reference "tab:Tableau-booktabs-special"
15662
15663 \end_inset
15664
15665 .
15666  On obtient ce résultat en utilisant la commande suivante en code TeX
15667 \end_layout
15668
15669 \begin_layout Standard
15670
15671 \series bold
15672
15673 \backslash
15674 morecmidrules
15675 \end_layout
15676
15677 \begin_layout Standard
15678 La commande qui a été utilisée pour la deuxième ligne du tableau
15679 \begin_inset space ~
15680 \end_inset
15681
15682
15683 \begin_inset CommandInset ref
15684 LatexCommand ref
15685 reference "tab:Tableau-booktabs-special"
15686
15687 \end_inset
15688
15689  est
15690 \end_layout
15691
15692 \begin_layout Standard
15693
15694 \series bold
15695
15696 \backslash
15697 cmidrule(r){2-2}
15698 \backslash
15699 cmidrule(l){3-4}
15700 \backslash
15701 morecmidrules
15702 \backslash
15703 cmidrule{2-4}
15704 \end_layout
15705
15706 \begin_layout Standard
15707 La commande pour la sixième ligne est
15708 \end_layout
15709
15710 \begin_layout Standard
15711
15712 \series bold
15713
15714 \backslash
15715 midrule
15716 \backslash
15717 morecmidrules
15718 \backslash
15719 cmidrule{3-4}
15720 \end_layout
15721
15722 \begin_layout Standard
15723 \begin_inset VSpace bigskip
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Standard
15730 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15731 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15732  font toute la largeur du tableau :
15733 \end_layout
15734
15735 \begin_layout Standard
15736
15737 \series bold
15738
15739 \backslash
15740 specialrule{largeur}{espace au dessus}{espace en dessous}
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15745  du paquetage LaTeX 
15746 \series bold
15747 booktabs
15748 \series default
15749  
15750 \begin_inset CommandInset citation
15751 LatexCommand cite
15752 key "booktabs"
15753
15754 \end_inset
15755
15756 .
15757 \begin_inset Index idx
15758 status collapsed
15759
15760 \begin_layout Plain Layout
15761 Paquetages LaTeX ! booktabs
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Standard
15770 \begin_inset Float table
15771 placement h
15772 wide false
15773 sideways false
15774 status open
15775
15776 \begin_layout Plain Layout
15777 \begin_inset Caption Standard
15778
15779 \begin_layout Plain Layout
15780 \begin_inset CommandInset label
15781 LatexCommand label
15782 name "tab:Tableau-booktabs-special"
15783
15784 \end_inset
15785
15786 Tableau formel spécial
15787 \end_layout
15788
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \begin_layout Plain Layout
15795 \align center
15796 \begin_inset Tabular
15797 <lyxtabular version="3" rows="8" columns="4">
15798 <features rotate="0" booktabs="true" tabularvalignment="middle">
15799 <column alignment="center" valignment="top">
15800 <column alignment="center" valignment="top">
15801 <column alignment="center" valignment="top">
15802 <column alignment="center" valignment="top">
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808 Système
15809 \end_layout
15810
15811 \end_inset
15812 </cell>
15813 <cell alignment="center" valignment="top" topline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 Chip
15818 \begin_inset space \thinspace{}
15819 \end_inset
15820
15821 1
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 Chip
15831 \begin_inset space \thinspace{}
15832 \end_inset
15833
15834 2
15835 \end_layout
15836
15837 \end_inset
15838 </cell>
15839 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 </row>
15849 <row>
15850 <cell alignment="center" valignment="top" usebox="none">
15851 \begin_inset Text
15852
15853 \begin_layout Plain Layout
15854 \begin_inset ERT
15855 status collapsed
15856
15857 \begin_layout Plain Layout
15858
15859
15860 \backslash
15861 cmidrule(r){2-2}
15862 \end_layout
15863
15864 \end_inset
15865
15866
15867 \begin_inset ERT
15868 status collapsed
15869
15870 \begin_layout Plain Layout
15871
15872
15873 \backslash
15874 cmidrule(l){3-4}
15875 \end_layout
15876
15877 \end_inset
15878
15879
15880 \begin_inset ERT
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884
15885
15886 \backslash
15887 morecmidrules 
15888 \end_layout
15889
15890 \end_inset
15891
15892
15893 \begin_inset ERT
15894 status collapsed
15895
15896 \begin_layout Plain Layout
15897
15898
15899 \backslash
15900 cmidrule{2-4}
15901 \end_layout
15902
15903 \end_inset
15904
15905 Epaisseur du capteur en µm
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 300
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 300
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 700
15933 \end_layout
15934
15935 \end_inset
15936 </cell>
15937 </row>
15938 <row>
15939 <cell alignment="center" valignment="top" topline="true" usebox="none">
15940 \begin_inset Text
15941
15942 \begin_layout Plain Layout
15943 Angle biseau en °
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 3.55
15953 \end_layout
15954
15955 \end_inset
15956 </cell>
15957 <cell alignment="center" valignment="top" topline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 2.71
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 7.99
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 </row>
15976 <row topspace="default">
15977 <cell alignment="center" valignment="top" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981 Résolution spatiale en µm
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 <cell alignment="center" valignment="top" usebox="none">
15987 \begin_inset Text
15988
15989 \begin_layout Plain Layout
15990 4.26
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 <cell alignment="center" valignment="top" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999 10.17
16000 \end_layout
16001
16002 \end_inset
16003 </cell>
16004 <cell alignment="center" valignment="top" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008 10.56
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 <row topspace="default">
16015 <cell alignment="center" valignment="top" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 MTF à 
16020 \begin_inset Formula $f_{\mathrm{max}}$
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 0.53
16033 \end_layout
16034
16035 \end_inset
16036 </cell>
16037 <cell alignment="center" valignment="top" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 0.37
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 0.39
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 \begin_inset ERT
16062 status collapsed
16063
16064 \begin_layout Plain Layout
16065
16066
16067 \backslash
16068 morecmidrules 
16069 \end_layout
16070
16071 \end_inset
16072
16073
16074 \begin_inset ERT
16075 status collapsed
16076
16077 \begin_layout Plain Layout
16078
16079
16080 \backslash
16081 cmidrule{3-4}
16082 \end_layout
16083
16084 \end_inset
16085
16086 résolution spatiale LSF
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 <cell alignment="center" valignment="top" topline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 <cell alignment="center" valignment="top" topline="true" usebox="none">
16110 \begin_inset Text
16111
16112 \begin_layout Plain Layout
16113
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 <row>
16120 <cell alignment="center" valignment="top" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 en µm
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 <cell alignment="center" valignment="top" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133 129.7
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 52.75
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 50.78
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 </row>
16157 <row>
16158 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16159 \begin_inset Text
16160
16161 \begin_layout Plain Layout
16162 en % de la taille des pixels
16163 \end_layout
16164
16165 \end_inset
16166 </cell>
16167 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16168 \begin_inset Text
16169
16170 \begin_layout Plain Layout
16171 76.3
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16177 \begin_inset Text
16178
16179 \begin_layout Plain Layout
16180 95.9
16181 \end_layout
16182
16183 \end_inset
16184 </cell>
16185 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 92.3
16190 \end_layout
16191
16192 \end_inset
16193 </cell>
16194 </row>
16195 </lyxtabular>
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \begin_layout Section
16208 Alignement vertical des tableaux
16209 \begin_inset Index idx
16210 status collapsed
16211
16212 \begin_layout Plain Layout
16213 Tableau ! Alignement
16214 \end_layout
16215
16216 \end_inset
16217
16218
16219 \end_layout
16220
16221 \begin_layout Standard
16222 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16223  doit être à l'intérieur d'une boîte.
16224  La boîte peut alors être alignée comme c'est décrit dans la 
16225 \begin_inset space ~
16226 \end_inset
16227
16228
16229 \begin_inset CommandInset ref
16230 LatexCommand ref
16231 reference "sec:Boîte-Dialogue"
16232
16233 \end_inset
16234
16235 .
16236 \end_layout
16237
16238 \begin_layout Standard
16239 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16240  minipage
16241 \begin_inset Foot
16242 status open
16243
16244 \begin_layout Plain Layout
16245 Les minipages son décrites dans la section
16246 \begin_inset space ~
16247 \end_inset
16248
16249
16250 \begin_inset CommandInset ref
16251 LatexCommand ref
16252 reference "sec:Minipages"
16253
16254 \end_inset
16255
16256 .
16257 \end_layout
16258
16259 \end_inset
16260
16261  dont la largeur est de 15
16262 \begin_inset space \thinspace{}
16263 \end_inset
16264
16265 col% :
16266 \end_layout
16267
16268 \begin_layout Itemize
16269 test 
16270 \begin_inset Box Frameless
16271 position "t"
16272 hor_pos "c"
16273 has_inner_box 1
16274 inner_pos "c"
16275 use_parbox 0
16276 use_makebox 0
16277 width "15col%"
16278 special "none"
16279 height "1in"
16280 height_special "totalheight"
16281 status collapsed
16282
16283 \begin_layout Plain Layout
16284 \begin_inset Tabular
16285 <lyxtabular version="3" rows="3" columns="3">
16286 <features rotate="0" tabularvalignment="middle">
16287 <column alignment="center" valignment="top">
16288 <column alignment="center" valignment="top">
16289 <column alignment="center" valignment="top">
16290 <row>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 a
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 d
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313 g
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 </row>
16319 <row>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 b
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333 e
16334 \end_layout
16335
16336 \end_inset
16337 </cell>
16338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 h
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 </row>
16348 <row>
16349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16350 \begin_inset Text
16351
16352 \begin_layout Plain Layout
16353 c
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 f
16363 \end_layout
16364
16365 \end_inset
16366 </cell>
16367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 i
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 </row>
16377 </lyxtabular>
16378
16379 \end_inset
16380
16381
16382 \end_layout
16383
16384 \end_inset
16385
16386  test 
16387 \begin_inset ERT
16388 status collapsed
16389
16390 \begin_layout Plain Layout
16391
16392
16393 \backslash
16394 raisebox{0.85
16395 \backslash
16396 baselineskip}{
16397 \end_layout
16398
16399 \end_inset
16400
16401
16402 \begin_inset Box Frameless
16403 position "t"
16404 hor_pos "c"
16405 has_inner_box 1
16406 inner_pos "c"
16407 use_parbox 0
16408 use_makebox 0
16409 width "15col%"
16410 special "none"
16411 height "1in"
16412 height_special "totalheight"
16413 status collapsed
16414
16415 \begin_layout Plain Layout
16416 \begin_inset Tabular
16417 <lyxtabular version="3" rows="3" columns="3">
16418 <features rotate="0" tabularvalignment="middle">
16419 <column alignment="center" valignment="top">
16420 <column alignment="center" valignment="top">
16421 <column alignment="center" valignment="top">
16422 <row>
16423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427 a
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436 d
16437 \end_layout
16438
16439 \end_inset
16440 </cell>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 g
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 b
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 e
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 h
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 c
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 f
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16500 \begin_inset Text
16501
16502 \begin_layout Plain Layout
16503 i
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 </lyxtabular>
16510
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517
16518
16519 \begin_inset ERT
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523
16524 }
16525 \end_layout
16526
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \begin_layout Itemize
16533 test 
16534 \begin_inset Box Frameless
16535 position "c"
16536 hor_pos "c"
16537 has_inner_box 1
16538 inner_pos "c"
16539 use_parbox 0
16540 use_makebox 0
16541 width "15col%"
16542 special "none"
16543 height "1in"
16544 height_special "totalheight"
16545 status collapsed
16546
16547 \begin_layout Plain Layout
16548 \begin_inset Tabular
16549 <lyxtabular version="3" rows="3" columns="3">
16550 <features rotate="0" tabularvalignment="middle">
16551 <column alignment="center" valignment="top">
16552 <column alignment="center" valignment="top">
16553 <column alignment="center" valignment="top">
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 a
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 d
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 g
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 </row>
16583 <row>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 b
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 e
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 h
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 c
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 f
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 i
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 </row>
16641 </lyxtabular>
16642
16643 \end_inset
16644
16645
16646 \end_layout
16647
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \begin_layout Itemize
16654 test 
16655 \begin_inset Box Frameless
16656 position "b"
16657 hor_pos "c"
16658 has_inner_box 1
16659 inner_pos "c"
16660 use_parbox 0
16661 use_makebox 0
16662 width "15col%"
16663 special "none"
16664 height "1in"
16665 height_special "totalheight"
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Tabular
16670 <lyxtabular version="3" rows="3" columns="3">
16671 <features rotate="0" tabularvalignment="middle">
16672 <column alignment="center" valignment="top">
16673 <column alignment="center" valignment="top">
16674 <column alignment="center" valignment="top">
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 a
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 d
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16695 \begin_inset Text
16696
16697 \begin_layout Plain Layout
16698 g
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 </row>
16704 <row>
16705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16706 \begin_inset Text
16707
16708 \begin_layout Plain Layout
16709 b
16710 \end_layout
16711
16712 \end_inset
16713 </cell>
16714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16715 \begin_inset Text
16716
16717 \begin_layout Plain Layout
16718 e
16719 \end_layout
16720
16721 \end_inset
16722 </cell>
16723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 h
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 c
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 f
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 i
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 </lyxtabular>
16763
16764 \end_inset
16765
16766
16767 \end_layout
16768
16769 \end_inset
16770
16771  test 
16772 \begin_inset ERT
16773 status collapsed
16774
16775 \begin_layout Plain Layout
16776
16777
16778 \backslash
16779 raisebox{-0.32
16780 \backslash
16781 baselineskip}{
16782 \end_layout
16783
16784 \end_inset
16785
16786
16787 \begin_inset Box Frameless
16788 position "b"
16789 hor_pos "c"
16790 has_inner_box 1
16791 inner_pos "c"
16792 use_parbox 0
16793 use_makebox 0
16794 width "15col%"
16795 special "none"
16796 height "1in"
16797 height_special "totalheight"
16798 status collapsed
16799
16800 \begin_layout Plain Layout
16801 \begin_inset Tabular
16802 <lyxtabular version="3" rows="3" columns="3">
16803 <features rotate="0" tabularvalignment="middle">
16804 <column alignment="center" valignment="top">
16805 <column alignment="center" valignment="top">
16806 <column alignment="center" valignment="top">
16807 <row>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 a
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 d
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 g
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841 b
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 e
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859 h
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 c
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 f
16880 \end_layout
16881
16882 \end_inset
16883 </cell>
16884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888 i
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 </row>
16894 </lyxtabular>
16895
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \end_inset
16902
16903
16904 \begin_inset ERT
16905 status collapsed
16906
16907 \begin_layout Plain Layout
16908
16909 }
16910 \end_layout
16911
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \begin_layout Standard
16918 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16919  et de la dernière ligne, n'est pas correctement aligné avec le texte de
16920  la ligne dans laquelle le tableau est inséré.
16921  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
16922  boîte élévatrice (raisebox)
16923 \begin_inset Foot
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
16928 \begin_inset space ~
16929 \end_inset
16930
16931
16932 \begin_inset CommandInset ref
16933 LatexCommand ref
16934 reference "sub:Alignement-Vertical"
16935
16936 \end_inset
16937
16938 .
16939 \end_layout
16940
16941 \end_inset
16942
16943 .
16944  Dans l'exemple précédent, le deuxième tableau de la première ligne est
16945  aligné en utilisant la commande en code TeX suivante 
16946 \end_layout
16947
16948 \begin_layout Standard
16949
16950 \series bold
16951
16952 \backslash
16953 raisebox{0.85
16954 \backslash
16955 baselineskip}{
16956 \end_layout
16957
16958 \begin_layout Standard
16959 placée juste avant la boîte minipage.
16960  Après la boîte on insère l'accolade fermante en code TeX.
16961  Pour le deuxième tableau de la dernière ligne, la commande 
16962 \end_layout
16963
16964 \begin_layout Standard
16965
16966 \series bold
16967
16968 \backslash
16969 raisebox{-0.32
16970 \backslash
16971 baselineskip}{
16972 \end_layout
16973
16974 \begin_layout Standard
16975 est utilisée.
16976 \end_layout
16977
16978 \begin_layout Standard
16979 \begin_inset Note Greyedout
16980 status open
16981
16982 \begin_layout Plain Layout
16983
16984 \series bold
16985 Note:
16986 \series default
16987  L'alignement entre le contenu de la ligne du tableau et le texte de la
16988  ligne qui l'entoure ne peut pas être parfait.
16989  Le facteur utilisé dans la commande 
16990 \series bold
16991
16992 \backslash
16993 raisebox
16994 \series default
16995  pour obtenir cet alignement dépend de la police de caractères du document,
16996  de la taille de la police et de l'épaisseur des lignes du tableau.
16997 \end_layout
16998
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \begin_layout Section
17005 Tableaux colorés
17006 \begin_inset CommandInset label
17007 LatexCommand label
17008 name "sec:Tableaux-Colorés"
17009
17010 \end_inset
17011
17012
17013 \begin_inset Index idx
17014 status collapsed
17015
17016 \begin_layout Plain Layout
17017 Tableau ! Coloré
17018 \end_layout
17019
17020 \end_inset
17021
17022
17023 \end_layout
17024
17025 \begin_layout Subsection
17026 Cellules colorées
17027 \begin_inset Index idx
17028 status collapsed
17029
17030 \begin_layout Plain Layout
17031 Couleur des tableaux ! Pour les cellules
17032 \end_layout
17033
17034 \end_inset
17035
17036
17037 \begin_inset Index idx
17038 status collapsed
17039
17040 \begin_layout Plain Layout
17041 Couleur ! Pour les cellules de tableau
17042 \end_layout
17043
17044 \end_inset
17045
17046
17047 \end_layout
17048
17049 \begin_layout Standard
17050 \begin_inset Float table
17051 placement h
17052 wide false
17053 sideways false
17054 status open
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Caption Standard
17058
17059 \begin_layout Plain Layout
17060 \begin_inset CommandInset label
17061 LatexCommand label
17062 name "tab:Tableau-coloré-sans-colortbl"
17063
17064 \end_inset
17065
17066 Tableau coloré sans utiliser le paquetage  
17067 \series bold
17068 colortbl
17069 \series default
17070
17071 \begin_inset Argument 1
17072 status open
17073
17074 \begin_layout Plain Layout
17075 Tableau sans colortbl
17076 \end_layout
17077
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \begin_layout Plain Layout
17089 \align center
17090 \begin_inset Tabular
17091 <lyxtabular version="3" rows="3" columns="3">
17092 <features rotate="0" tabularvalignment="middle">
17093 <column alignment="center" valignment="top">
17094 <column alignment="center" valignment="top">
17095 <column alignment="center" valignment="top">
17096 <row>
17097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101
17102 \color green
17103 a
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112
17113 \color red
17114 b
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \color red
17125 c
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 </row>
17131 <row>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136
17137 \color green
17138 d
17139 \end_layout
17140
17141 \end_inset
17142 </cell>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \color blue
17149 e
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158
17159 \color blue
17160 f
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \color green
17173 g
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182
17183 \color blue
17184 h
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \color blue
17195 i
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 </row>
17201 </lyxtabular>
17202
17203 \end_inset
17204
17205
17206 \end_layout
17207
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \begin_layout Standard
17214 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17215  et choisissez une couleur dans le menu 
17216 \family sans
17217 Édition\SpecialChar \menuseparator
17218 Style
17219 \begin_inset space ~
17220 \end_inset
17221
17222 de
17223 \begin_inset space ~
17224 \end_inset
17225
17226 Texte
17227 \family default
17228 .
17229  C'est ce qui a été utilisé pour créer le tableau
17230 \begin_inset space ~
17231 \end_inset
17232
17233
17234 \begin_inset CommandInset ref
17235 LatexCommand ref
17236 reference "tab:Tableau-coloré-sans-colortbl"
17237
17238 \end_inset
17239
17240 .
17241  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17242 \series bold
17243 colortbl
17244 \series default
17245 .
17246 \begin_inset Index idx
17247 status collapsed
17248
17249 \begin_layout Plain Layout
17250 Paquetages LaTeX ! colortbl
17251 \end_layout
17252
17253 \end_inset
17254
17255
17256 \end_layout
17257
17258 \begin_layout Standard
17259 \begin_inset ERT
17260 status collapsed
17261
17262 \begin_layout Plain Layout
17263
17264
17265 \backslash
17266 ifcolortbl
17267 \end_layout
17268
17269 \end_inset
17270
17271
17272 \begin_inset Note Note
17273 status open
17274
17275 \begin_layout Plain Layout
17276 La section qui suit ne sera affichée que si vous avez installé le paquetage
17277  LaTeX 
17278 \series bold
17279 colortbl
17280 \series default
17281 .
17282 \end_layout
17283
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \begin_layout Standard
17290 Pour créer des tableaux colorés, vous devez charger le paquetage
17291 \series bold
17292  colortbl
17293 \series default
17294  dans le préambule avec la ligne
17295 \end_layout
17296
17297 \begin_layout Standard
17298
17299 \series bold
17300
17301 \backslash
17302 usepackage{colortbl}
17303 \end_layout
17304
17305 \begin_layout Standard
17306 On choisit la couleur d'une colonne avec la commande 
17307 \end_layout
17308
17309 \begin_layout Standard
17310
17311 \series bold
17312
17313 \backslash
17314 columncolor{nom de couleur}
17315 \end_layout
17316
17317 \begin_layout Standard
17318 à l'intérieur d'une commande 
17319 \series bold
17320 >{ }
17321 \series default
17322 .
17323  Vous trouverez plus d'information sur la commande 
17324 \series bold
17325 >{}
17326 \series default
17327  dans la section
17328 \begin_inset space ~
17329 \end_inset
17330
17331
17332 \begin_inset CommandInset ref
17333 LatexCommand ref
17334 reference "sub:Calculs-multicolonnes"
17335
17336 \end_inset
17337
17338 .
17339 \end_layout
17340
17341 \begin_layout Standard
17342 Les noms de couleurs suivants sont prédéfinis :
17343 \end_layout
17344
17345 \begin_layout Standard
17346
17347 \family sans
17348 red
17349 \family default
17350  (rouge), 
17351 \family sans
17352 green
17353 \family default
17354  (vert), 
17355 \family sans
17356 yellow
17357 \family default
17358  (jaune), 
17359 \family sans
17360 blue
17361 \family default
17362  (bleu), 
17363 \family sans
17364 cyan
17365 \family default
17366
17367 \family sans
17368 magenta
17369 \family default
17370
17371 \family sans
17372 black 
17373 \family default
17374 (noir) et 
17375 \family sans
17376 white 
17377 \family default
17378 (blanc)
17379 \end_layout
17380
17381 \begin_layout Standard
17382 \begin_inset VSpace medskip
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \begin_layout Standard
17389 Si vous ajoutez les options
17390 \end_layout
17391
17392 \begin_layout Standard
17393
17394 \series bold
17395 usenames,dvipsnames
17396 \end_layout
17397
17398 \begin_layout Standard
17399 aux options de la classe de document dans les paramètres du document, vous
17400  pouvez utiliser 61
17401 \begin_inset space ~
17402 \end_inset
17403
17404 couleurs supplémentaires.
17405  Ces couleurs sont listées dans l'annexe
17406 \begin_inset space ~
17407 \end_inset
17408
17409
17410 \begin_inset CommandInset ref
17411 LatexCommand ref
17412 reference "chap:Liste-de-noms-de-couleur-dvips"
17413
17414 \end_inset
17415
17416 .
17417  Une de ces couleurs, 
17418 \family sans
17419 Maroon
17420 \family default
17421 , est utilisée comme exemple dans le tableau
17422 \begin_inset space ~
17423 \end_inset
17424
17425
17426 \begin_inset CommandInset ref
17427 LatexCommand ref
17428 reference "tab:Tableau-coloré-avec-colortbl"
17429
17430 \end_inset
17431
17432 .
17433 \end_layout
17434
17435 \begin_layout Standard
17436 \begin_inset VSpace medskip
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \begin_layout Standard
17443 Vous pouvez aussi définir votre propre couleur avec la commande
17444 \end_layout
17445
17446 \begin_layout Standard
17447
17448 \series bold
17449
17450 \backslash
17451 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17452 \end_layout
17453
17454 \begin_layout Standard
17455 Le modèle de couleur peut être
17456 \end_layout
17457
17458 \begin_layout Labeling
17459 \labelwidthstring 00.00.0000
17460 cmyk
17461 \begin_inset space ~
17462 \end_inset
17463
17464 : cyan, magenta, jaune (yellow), noir (black)
17465 \end_layout
17466
17467 \begin_layout Labeling
17468 \labelwidthstring 00.00.0000
17469 rgb
17470 \begin_inset space ~
17471 \end_inset
17472
17473 : rouge (red), vert (green), bleu (blue)
17474 \end_layout
17475
17476 \begin_layout Labeling
17477 \labelwidthstring 00.00.0000
17478 gray
17479 \begin_inset space ~
17480 \end_inset
17481
17482 : dégradé de gris (gray)
17483 \end_layout
17484
17485 \begin_layout Standard
17486 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17487  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17488 \end_layout
17489
17490 \begin_layout Standard
17491 Vous pouvez par exemple définir la couleur 
17492 \begin_inset Quotes fld
17493 \end_inset
17494
17495
17496 \emph on
17497 vertfonce
17498 \begin_inset Quotes frd
17499 \end_inset
17500
17501  dans le préambule avec la ligne
17502 \end_layout
17503
17504 \begin_layout Standard
17505
17506 \series bold
17507
17508 \backslash
17509 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17510 \end_layout
17511
17512 \begin_layout Standard
17513 et la couleur 
17514 \emph on
17515
17516 \begin_inset Quotes fld
17517 \end_inset
17518
17519 grisclair
17520 \emph default
17521
17522 \begin_inset Quotes frd
17523 \end_inset
17524
17525  avec
17526 \end_layout
17527
17528 \begin_layout Standard
17529
17530 \series bold
17531
17532 \backslash
17533 definecolor{grisclair}{gray}{0.8}
17534 \end_layout
17535
17536 \begin_layout Standard
17537 \begin_inset VSpace medskip
17538 \end_inset
17539
17540
17541 \end_layout
17542
17543 \begin_layout Standard
17544 Les lignes sont colorées avec la commande
17545 \end_layout
17546
17547 \begin_layout Standard
17548
17549 \series bold
17550
17551 \backslash
17552 rowcolor{nom de la couleur}
17553 \end_layout
17554
17555 \begin_layout Standard
17556 et les cellules sont colorées avec la commande
17557 \end_layout
17558
17559 \begin_layout Standard
17560
17561 \series bold
17562
17563 \backslash
17564 cellcolor{nom de la couleur}
17565 \end_layout
17566
17567 \begin_layout Standard
17568 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17569 \end_layout
17570
17571 \begin_layout Standard
17572 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17573  choisissez une couleur dans le menu 
17574 \family sans
17575 Édition\SpecialChar \menuseparator
17576 Style
17577 \begin_inset space ~
17578 \end_inset
17579
17580 de
17581 \begin_inset space ~
17582 \end_inset
17583
17584 Texte
17585 \family default
17586 .
17587  Si une cellule contient du code TeX, faites bien attention à ne colorer
17588  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17589 \end_layout
17590
17591 \begin_layout Standard
17592 \begin_inset Note Greyedout
17593 status open
17594
17595 \begin_layout Plain Layout
17596
17597 \series bold
17598 Note:
17599 \series default
17600  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17601  définies par l'utilisateur.
17602 \end_layout
17603
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \begin_layout Standard
17610 \begin_inset VSpace bigskip
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Standard
17617 Pour créer le tableau
17618 \begin_inset space ~
17619 \end_inset
17620
17621
17622 \begin_inset CommandInset ref
17623 LatexCommand ref
17624 reference "tab:Tableau-coloré-avec-colortbl"
17625
17626 \end_inset
17627
17628  faites ce qui suit : La couleur de la première colonne doit être 
17629 \emph on
17630 vertfonce
17631 \emph default
17632 .
17633  On insère donc la commande
17634 \end_layout
17635
17636 \begin_layout Standard
17637
17638 \series bold
17639 >{
17640 \backslash
17641 columncolor{vertfonce}
17642 \backslash
17643 centering}c
17644 \end_layout
17645
17646 \begin_layout Standard
17647 en code TeX pour cette colonne.
17648  La première ligne doit être bleue clair, d'où la commande en code TeX
17649 \end_layout
17650
17651 \begin_layout Standard
17652
17653 \series bold
17654
17655 \backslash
17656 rowcolor{cyan}
17657 \end_layout
17658
17659 \begin_layout Standard
17660 qui est insérée dans la première cellule de cette ligne.
17661  Notez que cela annule la couleur de colonne pour la première cellule.
17662  La dernière cellule de la dernière ligne est colorée en marron
17663 \series bold
17664  
17665 \series default
17666 en insérant en code TeX la commande
17667 \end_layout
17668
17669 \begin_layout Standard
17670
17671 \series bold
17672
17673 \backslash
17674 cellcolor{Maroon}
17675 \end_layout
17676
17677 \begin_layout Standard
17678 Les caractères peuvent maintenant être colorés en utilisant le menu 
17679 \family sans
17680 Édition\SpecialChar \menuseparator
17681 Style
17682 \begin_inset space ~
17683 \end_inset
17684
17685 de
17686 \begin_inset space ~
17687 \end_inset
17688
17689 Texte
17690 \family default
17691 .
17692 \end_layout
17693
17694 \begin_layout Standard
17695 \begin_inset Float table
17696 placement h
17697 wide false
17698 sideways false
17699 status open
17700
17701 \begin_layout Plain Layout
17702 \begin_inset Caption Standard
17703
17704 \begin_layout Plain Layout
17705 \begin_inset CommandInset label
17706 LatexCommand label
17707 name "tab:Tableau-coloré-avec-colortbl"
17708
17709 \end_inset
17710
17711 Tableau coloré en utilisant le paquetage 
17712 \series bold
17713 colortbl
17714 \series default
17715
17716 \begin_inset Argument 1
17717 status collapsed
17718
17719 \begin_layout Plain Layout
17720 Tableau avec colortbl
17721 \end_layout
17722
17723 \end_inset
17724
17725
17726 \end_layout
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Plain Layout
17734 \align center
17735 \begin_inset Tabular
17736 <lyxtabular version="3" rows="3" columns="3">
17737 <features rotate="0" tabularvalignment="middle">
17738 <column alignment="center" valignment="top" special=">{\columncolor{darkgreen}\centering}c">
17739 <column alignment="center" valignment="top">
17740 <column alignment="center" valignment="top">
17741 <row>
17742 <cell alignment="center" valignment="top" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746 \begin_inset ERT
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750
17751
17752 \backslash
17753 rowcolor{cyan}
17754 \end_layout
17755
17756 \end_inset
17757
17758
17759 \color magenta
17760 a
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \color red
17771 b
17772 \end_layout
17773
17774 \end_inset
17775 </cell>
17776 <cell alignment="center" valignment="top" usebox="none">
17777 \begin_inset Text
17778
17779 \begin_layout Plain Layout
17780
17781 \color red
17782 c
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 </row>
17788 <row>
17789 <cell alignment="center" valignment="top" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \color yellow
17795 d
17796 \end_layout
17797
17798 \end_inset
17799 </cell>
17800 <cell alignment="center" valignment="top" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \color blue
17806 e
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \color blue
17817 f
17818 \end_layout
17819
17820 \end_inset
17821 </cell>
17822 </row>
17823 <row>
17824 <cell alignment="center" valignment="top" usebox="none">
17825 \begin_inset Text
17826
17827 \begin_layout Plain Layout
17828
17829 \color yellow
17830 g
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 <cell alignment="center" valignment="top" usebox="none">
17836 \begin_inset Text
17837
17838 \begin_layout Plain Layout
17839
17840 \color blue
17841 h
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850 \begin_inset ERT
17851 status collapsed
17852
17853 \begin_layout Plain Layout
17854
17855
17856 \backslash
17857 cellcolor{Maroon}
17858 \end_layout
17859
17860 \end_inset
17861
17862
17863 \color green
17864 i
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 </row>
17870 </lyxtabular>
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \end_inset
17878
17879
17880 \end_layout
17881
17882 \begin_layout Standard
17883 \begin_inset ERT
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887
17888
17889 \backslash
17890 else
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \begin_inset Note Note
17897 status open
17898
17899 \begin_layout Plain Layout
17900 Ce qui suit sera affiché si le paquetage 
17901 \series bold
17902 colortbl
17903 \series default
17904  n'est pas installé :
17905 \end_layout
17906
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \begin_layout Standard
17913 Vous devez installer le paquetage 
17914 \series bold
17915 colortbl
17916 \series default
17917  pour voir le contenu des cette section dans la sortie imprimée.
17918 \end_layout
17919
17920 \begin_layout Standard
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926
17927 \backslash
17928 fi
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Subsection
17937 Lignes colorées
17938 \begin_inset Index idx
17939 status collapsed
17940
17941 \begin_layout Plain Layout
17942 Tableau Coloré ! Pour les lignes
17943 \end_layout
17944
17945 \end_inset
17946
17947
17948 \begin_inset Index idx
17949 status collapsed
17950
17951 \begin_layout Plain Layout
17952 Couleur ! Pour les lignes de tableau
17953 \end_layout
17954
17955 \end_inset
17956
17957
17958 \end_layout
17959
17960 \begin_layout Standard
17961 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
17962  alternative à la méthode décrite dans le paragraphe précédent: il faut
17963  charger le paquetage 
17964 \series bold
17965 xcolor
17966 \series default
17967
17968 \begin_inset Index idx
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972 Paquetages LaTeX ! xcolor
17973 \begin_inset ERT
17974 status collapsed
17975
17976 \begin_layout Plain Layout
17977
17978
17979 \backslash
17980 vspace{4mm}
17981 \end_layout
17982
17983 \end_inset
17984
17985
17986 \end_layout
17987
17988 \end_inset
17989
17990  dans le préambule du document avec la commande
17991 \end_layout
17992
17993 \begin_layout Standard
17994
17995 \series bold
17996
17997 \backslash
17998 usepackage[table]{xcolor}
17999 \end_layout
18000
18001 \begin_layout Standard
18002
18003 \series bold
18004 xcolor
18005 \series default
18006  charge automatiquement le paquetage 
18007 \series bold
18008 colortbl
18009 \series default
18010
18011 \begin_inset Index idx
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015 Paquetages LaTeX ! colortbl
18016 \end_layout
18017
18018 \end_inset
18019
18020 , il faut donc que
18021 \series bold
18022  colortbl
18023 \series default
18024  existe dans votre distribution LaTeX, sinon vous aurez des erreurs.
18025 \end_layout
18026
18027 \begin_layout Standard
18028 \begin_inset ERT
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032
18033
18034 \backslash
18035 ifcolortbl
18036 \end_layout
18037
18038 \end_inset
18039
18040
18041 \begin_inset Note Note
18042 status open
18043
18044 \begin_layout Plain Layout
18045 La section qui suit ne sera affichée que si vous avez installé le paquetage
18046  LaTeX 
18047 \series bold
18048 colortbl
18049 \series default
18050 .
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \end_layout
18057
18058 \begin_layout Standard
18059 Les lignes de tableau sont colorées par la commande
18060 \end_layout
18061
18062 \begin_layout Standard
18063
18064 \series bold
18065
18066 \backslash
18067 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18068  paire}
18069 \end_layout
18070
18071 \begin_layout Standard
18072 insérée soit dans le préambule du document, soit en code TeX avant le premier
18073  tableau nécessitant la coloration alternative des lignes.
18074  
18075 \series bold
18076 numéro de ligne
18077 \series default
18078  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18079  
18080 \series bold
18081 commandes
18082 \series default
18083 \emph on
18084  
18085 \emph default
18086 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18087  Par exemple la commande
18088 \end_layout
18089
18090 \begin_layout Standard
18091
18092 \series bold
18093
18094 \backslash
18095 rowcolors{1}{white}{lightgray}
18096 \end_layout
18097
18098 \begin_layout Standard
18099 donne le schéma de couleurs du tableau
18100 \begin_inset space ~
18101 \end_inset
18102
18103
18104 \begin_inset CommandInset ref
18105 LatexCommand ref
18106 reference "tab:Table-rowcolors"
18107
18108 \end_inset
18109
18110 .
18111  La commande
18112 \end_layout
18113
18114 \begin_layout Standard
18115
18116 \series bold
18117
18118 \backslash
18119 rowcolors[
18120 \backslash
18121 hline]{1}{lightgray}{cyan}
18122 \end_layout
18123
18124 \begin_layout Standard
18125 donne le schéma de couleurs du tableau
18126 \begin_inset space ~
18127 \end_inset
18128
18129
18130 \begin_inset CommandInset ref
18131 LatexCommand ref
18132 reference "tab:Table-rowcolors-2"
18133
18134 \end_inset
18135
18136 .
18137  Si 
18138 \series bold
18139 couleur ligne impaire
18140 \series default
18141  ou 
18142 \series bold
18143 couleur ligne paire
18144 \series default
18145  est vide, aucune couleur n'est utilisée, donc la commande
18146 \end_layout
18147
18148 \begin_layout Standard
18149
18150 \series bold
18151
18152 \backslash
18153 rowcolors{1}{}{}
18154 \end_layout
18155
18156 \begin_layout Standard
18157 supprime toutes les couleurs.
18158  
18159 \series bold
18160
18161 \backslash
18162 rowcolors
18163 \series default
18164  s'applique aux tableaux qui suivent cette commande.
18165 \end_layout
18166
18167 \begin_layout Standard
18168 \begin_inset ERT
18169 status open
18170
18171 \begin_layout Plain Layout
18172
18173
18174 \backslash
18175 rowcolors{1}{white}{lightgray}
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 \begin_inset Float table
18185 placement h
18186 wide false
18187 sideways false
18188 status open
18189
18190 \begin_layout Plain Layout
18191 \begin_inset Caption Standard
18192
18193 \begin_layout Plain Layout
18194
18195 \lang english
18196 \begin_inset CommandInset label
18197 LatexCommand label
18198 name "tab:Table-rowcolors"
18199
18200 \end_inset
18201
18202
18203 \lang french
18204 Tableau avec une colonne sur deux en gris clair.
18205 \end_layout
18206
18207 \end_inset
18208
18209
18210 \end_layout
18211
18212 \begin_layout Plain Layout
18213 \align center
18214 \begin_inset Tabular
18215 <lyxtabular version="3" rows="4" columns="3">
18216 <features rotate="0" tabularvalignment="middle">
18217 <column alignment="center" valignment="top">
18218 <column alignment="center" valignment="top" width="0pt">
18219 <column alignment="center" valignment="top" width="0pt">
18220 <row>
18221 <cell alignment="center" valignment="top" usebox="none">
18222 \begin_inset Text
18223
18224 \begin_layout Plain Layout
18225 X
18226 \end_layout
18227
18228 \end_inset
18229 </cell>
18230 <cell alignment="center" valignment="top" usebox="none">
18231 \begin_inset Text
18232
18233 \begin_layout Plain Layout
18234 Y
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 <cell alignment="center" valignment="top" usebox="none">
18240 \begin_inset Text
18241
18242 \begin_layout Plain Layout
18243 Z
18244 \end_layout
18245
18246 \end_inset
18247 </cell>
18248 </row>
18249 <row>
18250 <cell alignment="center" valignment="top" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 1
18255 \end_layout
18256
18257 \end_inset
18258 </cell>
18259 <cell alignment="center" valignment="top" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263 2
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 3
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283 4
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 5
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 6
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 </row>
18307 <row>
18308 <cell alignment="center" valignment="top" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 7
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 8
18322 \end_layout
18323
18324 \end_inset
18325 </cell>
18326 <cell alignment="center" valignment="top" usebox="none">
18327 \begin_inset Text
18328
18329 \begin_layout Plain Layout
18330 9
18331 \end_layout
18332
18333 \end_inset
18334 </cell>
18335 </row>
18336 </lyxtabular>
18337
18338 \end_inset
18339
18340
18341 \end_layout
18342
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \begin_layout Standard
18349 \begin_inset ERT
18350 status open
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 rowcolors[
18357 \backslash
18358 hline]{1}{lightgray}{cyan}
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \end_layout
18365
18366 \begin_layout Standard
18367 \begin_inset Float table
18368 placement h
18369 wide false
18370 sideways false
18371 status open
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Caption Standard
18375
18376 \begin_layout Plain Layout
18377
18378 \lang english
18379 \begin_inset CommandInset label
18380 LatexCommand label
18381 name "tab:Table-rowcolors-2"
18382
18383 \end_inset
18384
18385
18386 \lang french
18387 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18388  ligne
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Plain Layout
18397 \align center
18398 \begin_inset Tabular
18399 <lyxtabular version="3" rows="4" columns="3">
18400 <features rotate="0" tabularvalignment="middle">
18401 <column alignment="center" valignment="top">
18402 <column alignment="center" valignment="top">
18403 <column alignment="center" valignment="top" width="0pt">
18404 <row>
18405 <cell alignment="center" valignment="top" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 X
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 Y
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 Z
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 </row>
18433 <row>
18434 <cell alignment="center" valignment="top" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 1
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 2
18448 \end_layout
18449
18450 \end_inset
18451 </cell>
18452 <cell alignment="center" valignment="top" usebox="none">
18453 \begin_inset Text
18454
18455 \begin_layout Plain Layout
18456 3
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 </row>
18462 <row>
18463 <cell alignment="center" valignment="top" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 4
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 5
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 6
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 </row>
18491 <row>
18492 <cell alignment="center" valignment="top" usebox="none">
18493 \begin_inset Text
18494
18495 \begin_layout Plain Layout
18496 7
18497 \end_layout
18498
18499 \end_inset
18500 </cell>
18501 <cell alignment="center" valignment="top" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505 8
18506 \end_layout
18507
18508 \end_inset
18509 </cell>
18510 <cell alignment="center" valignment="top" usebox="none">
18511 \begin_inset Text
18512
18513 \begin_layout Plain Layout
18514 9
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 </lyxtabular>
18521
18522 \end_inset
18523
18524
18525 \end_layout
18526
18527 \end_inset
18528
18529
18530 \end_layout
18531
18532 \begin_layout Standard
18533 \begin_inset ERT
18534 status collapsed
18535
18536 \begin_layout Plain Layout
18537
18538
18539 \backslash
18540 rowcolors{1}{}{}
18541 \end_layout
18542
18543 \end_inset
18544
18545
18546 \begin_inset Note Note
18547 status collapsed
18548
18549 \begin_layout Plain Layout
18550
18551 \lang english
18552 turns off the row coloring
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset ERT
18562 status collapsed
18563
18564 \begin_layout Plain Layout
18565
18566
18567 \backslash
18568 else
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \begin_inset Note Note
18575 status open
18576
18577 \begin_layout Plain Layout
18578 Ce qui suit sera affiché si le paquetage 
18579 \series bold
18580 colortbl
18581 \series default
18582  n'est pas installé :
18583 \end_layout
18584
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \begin_layout Standard
18591 Vous devez installer le paquetage 
18592 \series bold
18593 colortbl
18594 \series default
18595  pour voir le contenu des cette section dans la sortie imprimée.
18596 \end_layout
18597
18598 \begin_layout Standard
18599 \begin_inset ERT
18600 status collapsed
18601
18602 \begin_layout Plain Layout
18603
18604
18605 \backslash
18606 fi
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \begin_layout Subsection
18615 Les filets colorés
18616 \begin_inset Index idx
18617 status open
18618
18619 \begin_layout Plain Layout
18620 Tableau Coloré ! Pour les filets
18621 \end_layout
18622
18623 \end_inset
18624
18625
18626 \begin_inset Index idx
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630 Couleur ! Pour les filets des tableaux
18631 \end_layout
18632
18633 \end_inset
18634
18635
18636 \begin_inset Note Note
18637 status collapsed
18638
18639 \begin_layout Plain Layout
18640 on parle de filets plutôt que de lignes pour les tableaux
18641 \end_layout
18642
18643 \end_inset
18644
18645
18646 \end_layout
18647
18648 \begin_layout Standard
18649 Comme c'est décrit dans la section
18650 \begin_inset space ~
18651 \end_inset
18652
18653
18654 \begin_inset CommandInset ref
18655 LatexCommand ref
18656 reference "sub:Epaisseur-filets"
18657
18658 \end_inset
18659
18660 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18661  variable 
18662 \series bold
18663
18664 \backslash
18665 arrayrulewidth
18666 \series default
18667 .
18668  Elle est mise à 1.5
18669 \begin_inset space \thinspace{}
18670 \end_inset
18671
18672 pt pour tous les tableaux de cette section.
18673 \begin_inset ERT
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677
18678
18679 \backslash
18680 setlength{
18681 \backslash
18682 arrayrulewidth}{1.5pt}
18683 \end_layout
18684
18685 \end_inset
18686
18687
18688 \end_layout
18689
18690 \begin_layout Standard
18691 Pour colorer les filets verticaux, par exemple en vert, créez le format
18692  de colonne suivant dans le préambule du document, en suivant la description
18693  de la section
18694 \begin_inset space ~
18695 \end_inset
18696
18697
18698 \begin_inset CommandInset ref
18699 LatexCommand ref
18700 reference "sub:Formats-personnalisés"
18701
18702 \end_inset
18703
18704 :
18705 \end_layout
18706
18707 \begin_layout Standard
18708
18709 \series bold
18710
18711 \backslash
18712 newcolumntype{W}{!{
18713 \backslash
18714 color{green}
18715 \backslash
18716 vline}}
18717 \end_layout
18718
18719 \begin_layout Standard
18720 Pour le tableau
18721 \begin_inset space ~
18722 \end_inset
18723
18724
18725 \begin_inset CommandInset ref
18726 LatexCommand ref
18727 reference "tab:Tableau-filets-verticaux-colorés"
18728
18729 \end_inset
18730
18731  le paramètre LaTeX
18732 \series bold
18733  WcW
18734 \series default
18735  a été utilisé pour la dernière colonne et
18736 \series bold
18737  Wc
18738 \series default
18739  pour les autres colonnes.
18740 \end_layout
18741
18742 \begin_layout Standard
18743 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18744 \end_layout
18745
18746 \begin_layout Standard
18747 \begin_inset Float table
18748 placement h
18749 wide false
18750 sideways false
18751 status open
18752
18753 \begin_layout Plain Layout
18754 \begin_inset Caption Standard
18755
18756 \begin_layout Plain Layout
18757 \begin_inset CommandInset label
18758 LatexCommand label
18759 name "tab:Tableau-filets-verticaux-colorés"
18760
18761 \end_inset
18762
18763 Tableau avec filets verticaux colorés
18764 \end_layout
18765
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \begin_layout Plain Layout
18772 \align center
18773 \begin_inset Tabular
18774 <lyxtabular version="3" rows="3" columns="3">
18775 <features rotate="0" tabularvalignment="middle">
18776 <column alignment="center" valignment="top" special="Wc">
18777 <column alignment="center" valignment="top" special="Wc">
18778 <column alignment="center" valignment="top" special="WcW">
18779 <row>
18780 <cell alignment="center" valignment="top" topline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784 sd
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 <cell alignment="center" valignment="top" topline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 </row>
18808 <row>
18809 <cell alignment="center" valignment="top" topline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 sd
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 </row>
18837 <row>
18838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 sd
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 </row>
18866 </lyxtabular>
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Standard
18879 \begin_inset VSpace bigskip
18880 \end_inset
18881
18882 Pour colorer les filets horizontaux en rouge comme pour le tableau
18883 \begin_inset space ~
18884 \end_inset
18885
18886
18887 \begin_inset CommandInset ref
18888 LatexCommand ref
18889 reference "tab:Tableau-filet-horizontaux-colorés"
18890
18891 \end_inset
18892
18893 , insérez les commandes suivantes en code TeX juste avant le tableau ou
18894  le flottant de tableau :
18895 \end_layout
18896
18897 \begin_layout Standard
18898
18899 \series bold
18900
18901 \backslash
18902 let
18903 \backslash
18904 myHlineC
18905 \backslash
18906 hline
18907 \begin_inset Newline newline
18908 \end_inset
18909
18910
18911 \backslash
18912 renewcommand{
18913 \backslash
18914 hline}
18915 \begin_inset Newline newline
18916 \end_inset
18917
18918
18919 \begin_inset Phantom HPhantom
18920 status open
18921
18922 \begin_layout Plain Layout
18923
18924 \series bold
18925 \begin_inset space ~
18926 \end_inset
18927
18928
18929 \end_layout
18930
18931 \end_inset
18932
18933 {
18934 \backslash
18935 arrayrulecolor{red}
18936 \backslash
18937 myHlineC
18938 \backslash
18939 arrayrulecolor{black}}
18940 \end_layout
18941
18942 \begin_layout Standard
18943 \begin_inset ERT
18944 status collapsed
18945
18946 \begin_layout Plain Layout
18947
18948
18949 \backslash
18950 let
18951 \backslash
18952 myHlineC
18953 \backslash
18954 hline
18955 \end_layout
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 renewcommand{
18962 \backslash
18963 hline}
18964 \end_layout
18965
18966 \begin_layout Plain Layout
18967
18968  {
18969 \backslash
18970 arrayrulecolor{red}
18971 \backslash
18972 myHlineC
18973 \backslash
18974 arrayrulecolor{black}}
18975 \end_layout
18976
18977 \end_inset
18978
18979
18980 \begin_inset Float table
18981 placement h
18982 wide false
18983 sideways false
18984 status open
18985
18986 \begin_layout Plain Layout
18987 \begin_inset Caption Standard
18988
18989 \begin_layout Plain Layout
18990 \begin_inset CommandInset label
18991 LatexCommand label
18992 name "tab:Tableau-filet-horizontaux-colorés"
18993
18994 \end_inset
18995
18996 Tableau avec filets horizontaux colorés
18997 \end_layout
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \begin_layout Plain Layout
19005 \align center
19006 \begin_inset Tabular
19007 <lyxtabular version="3" rows="3" columns="3">
19008 <features rotate="0" tabularvalignment="middle">
19009 <column alignment="center" valignment="top">
19010 <column alignment="center" valignment="top">
19011 <column alignment="center" valignment="top">
19012 <row>
19013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 sd
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19032 \begin_inset Text
19033
19034 \begin_layout Plain Layout
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \end_layout
19048
19049 \end_inset
19050 </cell>
19051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19052 \begin_inset Text
19053
19054 \begin_layout Plain Layout
19055 sd
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 </row>
19070 <row>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19081 \begin_inset Text
19082
19083 \begin_layout Plain Layout
19084
19085 \end_layout
19086
19087 \end_inset
19088 </cell>
19089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19090 \begin_inset Text
19091
19092 \begin_layout Plain Layout
19093 sd
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 </row>
19099 </lyxtabular>
19100
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107
19108
19109 \end_layout
19110
19111 \begin_layout Standard
19112 Pour revenir à la couleur noire implicite, insérez la commande suivante
19113  en code TeX, juste après le tableau ou le flottant de tableau :
19114 \end_layout
19115
19116 \begin_layout Standard
19117
19118 \series bold
19119
19120 \backslash
19121 renewcommand{
19122 \backslash
19123 hline}{
19124 \backslash
19125 myHlineC}
19126 \end_layout
19127
19128 \begin_layout Standard
19129 Le tableau
19130 \begin_inset space ~
19131 \end_inset
19132
19133
19134 \begin_inset CommandInset ref
19135 LatexCommand ref
19136 reference "tab:Tableau-avec-filets-colorés"
19137
19138 \end_inset
19139
19140  est un exemple avec des filets horizontaux et verticaux colorés.
19141 \end_layout
19142
19143 \begin_layout Standard
19144 \begin_inset Float table
19145 placement h
19146 wide false
19147 sideways false
19148 status open
19149
19150 \begin_layout Plain Layout
19151 \begin_inset Caption Standard
19152
19153 \begin_layout Plain Layout
19154 \begin_inset CommandInset label
19155 LatexCommand label
19156 name "tab:Tableau-avec-filets-colorés"
19157
19158 \end_inset
19159
19160 Tableau avec filets horizontaux et verticaux colorés
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Plain Layout
19169 \align center
19170 \begin_inset Tabular
19171 <lyxtabular version="3" rows="3" columns="3">
19172 <features rotate="0" tabularvalignment="middle">
19173 <column alignment="center" valignment="top" special="Wc">
19174 <column alignment="center" valignment="top" special="Wc">
19175 <column alignment="center" valignment="top" special="WcW">
19176 <row>
19177 <cell alignment="center" valignment="top" topline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 sd
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell alignment="center" valignment="top" topline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 </row>
19205 <row>
19206 <cell alignment="center" valignment="top" topline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210
19211 \end_layout
19212
19213 \end_inset
19214 </cell>
19215 <cell alignment="center" valignment="top" topline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219 sd
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 <cell alignment="center" valignment="top" topline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 <row topspace="default">
19235 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \end_layout
19241
19242 \end_inset
19243 </cell>
19244 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19245 \begin_inset Text
19246
19247 \begin_layout Plain Layout
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257 sd
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 </row>
19263 </lyxtabular>
19264
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \begin_layout Standard
19276 \begin_inset ERT
19277 status collapsed
19278
19279 \begin_layout Plain Layout
19280
19281
19282 \backslash
19283 renewcommand{
19284 \backslash
19285 hline}{
19286 \backslash
19287 myHlineC}
19288 \end_layout
19289
19290 \end_inset
19291
19292
19293 \end_layout
19294
19295 \begin_layout Standard
19296 \begin_inset ERT
19297 status collapsed
19298
19299 \begin_layout Plain Layout
19300
19301
19302 \backslash
19303 setlength{
19304 \backslash
19305 arrayrulewidth}{0.4pt}
19306 \end_layout
19307
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \begin_layout Section
19314 Pivotement des cellules
19315 \begin_inset CommandInset label
19316 LatexCommand label
19317 name "sec:Rotated-Table-Cells"
19318
19319 \end_inset
19320
19321
19322 \begin_inset Index idx
19323 status open
19324
19325 \begin_layout Plain Layout
19326 Tableau ! Pivotement des cellules
19327 \end_layout
19328
19329 \end_inset
19330
19331
19332 \begin_inset Index idx
19333 status open
19334
19335 \begin_layout Plain Layout
19336 Pivoter des objets
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \begin_layout Standard
19345 \begin_inset Note Greyedout
19346 status open
19347
19348 \begin_layout Plain Layout
19349
19350 \series bold
19351 Nota:
19352 \series default
19353  toutes les visionneuses DVI n'affichent pas les rotations.
19354 \end_layout
19355
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \begin_layout Standard
19362 Actuellement LyX ne propose de rotations des cellules que de 90° dans le
19363  sens anti-horaire.
19364  Pour obtenir des rotations d'un angle quelconque, il faut ajouter dans
19365  le préambule:
19366 \end_layout
19367
19368 \begin_layout Standard
19369
19370 \series bold
19371
19372 \backslash
19373 @ifundefined{turnbox}{
19374 \backslash
19375 usepackage{rotating}}{}
19376 \end_layout
19377
19378 \begin_layout Standard
19379 Dans la cellule du tableau qui doit pivoter, ajouter au début en code TeX:
19380 \end_layout
19381
19382 \begin_layout Standard
19383
19384 \series bold
19385
19386 \backslash
19387 begin{turn}{angle}
19388 \end_layout
19389
19390 \begin_layout Standard
19391 où 
19392 \series bold
19393 angle
19394 \series default
19395  est l'angle de rotation en degrés.
19396  À la fin de la cellule la commande
19397 \end_layout
19398
19399 \begin_layout Standard
19400
19401 \series bold
19402
19403 \backslash
19404 end{turn}
19405 \end_layout
19406
19407 \begin_layout Standard
19408 doit être insérée en code TeX.
19409 \end_layout
19410
19411 \begin_layout Standard
19412 Le tableau
19413 \begin_inset space ~
19414 \end_inset
19415
19416
19417 \begin_inset CommandInset ref
19418 LatexCommand ref
19419 reference "tab:Table-with-rotated-multi"
19420
19421 \end_inset
19422
19423  est un exemple dans lequel 3 cellules pivotent de 45
19424 \begin_inset space \thinspace{}
19425 \end_inset
19426
19427 °.
19428 \end_layout
19429
19430 \begin_layout Standard
19431
19432 \lang english
19433 \begin_inset Float table
19434 placement h
19435 wide false
19436 sideways false
19437 status open
19438
19439 \begin_layout Plain Layout
19440
19441 \lang english
19442 \begin_inset Caption Standard
19443
19444 \begin_layout Plain Layout
19445
19446 \lang english
19447 \begin_inset CommandInset label
19448 LatexCommand label
19449 name "tab:Table-with-rotated"
19450
19451 \end_inset
19452
19453
19454 \lang french
19455 Tableau incluant des cellules pivotées dans la première ligne.
19456 \end_layout
19457
19458 \end_inset
19459
19460
19461 \end_layout
19462
19463 \begin_layout Plain Layout
19464 \noindent
19465 \align center
19466 \begin_inset Tabular
19467 <lyxtabular version="3" rows="2" columns="3">
19468 <features rotate="0" tabularvalignment="middle">
19469 <column alignment="center" valignment="top">
19470 <column alignment="center" valignment="top" width="0pt">
19471 <column alignment="center" valignment="top">
19472 <row>
19473 <cell alignment="center" valignment="top" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477 \begin_inset ERT
19478 status collapsed
19479
19480 \begin_layout Plain Layout
19481
19482
19483 \backslash
19484 begin{turn}{45}
19485 \end_layout
19486
19487 \end_inset
19488
19489 soucoupes
19490 \begin_inset ERT
19491 status collapsed
19492
19493 \begin_layout Plain Layout
19494
19495
19496 \backslash
19497 end{turn}
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 <cell alignment="center" valignment="top" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511 \begin_inset ERT
19512 status collapsed
19513
19514 \begin_layout Plain Layout
19515
19516
19517 \backslash
19518 begin{turn}{45}
19519 \end_layout
19520
19521 \end_inset
19522
19523 assiettes
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 end{turn}
19532 \end_layout
19533
19534 \end_inset
19535
19536
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 \begin_inset ERT
19546 status collapsed
19547
19548 \begin_layout Plain Layout
19549
19550
19551 \backslash
19552 begin{turn}{45}
19553 \end_layout
19554
19555 \end_inset
19556
19557 plats
19558 \begin_inset ERT
19559 status collapsed
19560
19561 \begin_layout Plain Layout
19562
19563
19564 \backslash
19565 end{turn}
19566 \end_layout
19567
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581 45
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 33
19591 \end_layout
19592
19593 \end_inset
19594 </cell>
19595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599 21
19600 \end_layout
19601
19602 \end_inset
19603 </cell>
19604 </row>
19605 </lyxtabular>
19606
19607 \end_inset
19608
19609
19610 \end_layout
19611
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Standard
19618
19619 \lang english
19620 \begin_inset Note Greyedout
19621 status open
19622
19623 \begin_layout Plain Layout
19624
19625 \series bold
19626 Nota:
19627 \series default
19628  les ruptures de ligne (raccourci 
19629 \begin_inset Info
19630 type  "shortcut"
19631 arg   "newline-insert newline"
19632 \end_inset
19633
19634 ) ne sont pas autorisées dans les cellules pivotées
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19644  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19645 \begin_inset Foot
19646 status open
19647
19648 \begin_layout Plain Layout
19649 Pour en savoir plus sur ces boîtes, voir les sections
19650 \begin_inset space ~
19651 \end_inset
19652
19653
19654 \begin_inset CommandInset ref
19655 LatexCommand ref
19656 reference "sec:Minipages"
19657
19658 \end_inset
19659
19660  et 
19661 \begin_inset CommandInset ref
19662 LatexCommand ref
19663 reference "sec:Parboxes"
19664
19665 \end_inset
19666
19667 .
19668 \end_layout
19669
19670 \end_inset
19671
19672  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19673  la hauteur de la cellule.
19674  Le tableau
19675 \begin_inset space ~
19676 \end_inset
19677
19678
19679 \begin_inset CommandInset ref
19680 LatexCommand ref
19681 reference "tab:Table-with-rotated-multi"
19682
19683 \end_inset
19684
19685  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19686  réglée à 3
19687 \begin_inset space \thinspace{}
19688 \end_inset
19689
19690 cm.
19691 \end_layout
19692
19693 \begin_layout Standard
19694
19695 \lang english
19696 \begin_inset Float table
19697 placement h
19698 wide false
19699 sideways false
19700 status open
19701
19702 \begin_layout Plain Layout
19703
19704 \lang english
19705 \begin_inset Caption Standard
19706
19707 \begin_layout Plain Layout
19708
19709 \lang english
19710 \begin_inset CommandInset label
19711 LatexCommand label
19712 name "tab:Table-with-rotated-multi"
19713
19714 \end_inset
19715
19716
19717 \lang french
19718 Tableau incluant une cellule multi-lignes pivotée.
19719 \end_layout
19720
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \begin_layout Plain Layout
19727 \noindent
19728 \align center
19729
19730 \lang english
19731 \begin_inset Tabular
19732 <lyxtabular version="3" rows="2" columns="3">
19733 <features rotate="0" tabularvalignment="middle">
19734 <column alignment="center" valignment="top">
19735 <column alignment="center" valignment="top" width="0pt">
19736 <column alignment="center" valignment="top">
19737 <row>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742
19743 \lang english
19744 a
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19750 \begin_inset Text
19751
19752 \begin_layout Plain Layout
19753
19754 \lang english
19755 \begin_inset Box Frameless
19756 position "t"
19757 hor_pos "c"
19758 has_inner_box 1
19759 inner_pos "t"
19760 use_parbox 0
19761 use_makebox 0
19762 width "3cm"
19763 special "none"
19764 height "1in"
19765 height_special "totalheight"
19766 status open
19767
19768 \begin_layout Plain Layout
19769 cellule pivotée
19770 \begin_inset Newline newline
19771 \end_inset
19772
19773 avec saut de ligne
19774 \end_layout
19775
19776 \end_inset
19777
19778
19779 \end_layout
19780
19781 \end_inset
19782 </cell>
19783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19784 \begin_inset Text
19785
19786 \begin_layout Plain Layout
19787
19788 \lang english
19789 e
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \lang english
19802 b
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \lang english
19813 c
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \lang english
19824 d
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 </lyxtabular>
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Section
19843 Calcul de la largeur du tableau
19844 \begin_inset CommandInset label
19845 LatexCommand label
19846 name "sec:Table-Width-Calculation"
19847
19848 \end_inset
19849
19850
19851 \end_layout
19852
19853 \begin_layout Standard
19854 Pour les tableaux un peu larges il est parfois difficile de garantir que
19855  le tableau ne déborde pas dans la marge.
19856  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19857  la valeur à donner à chacune?
19858 \end_layout
19859
19860 \begin_layout Standard
19861 La largeur du tableau 
19862 \begin_inset Formula $L_{\mathrm{tableau}}$
19863 \end_inset
19864
19865  peut se calculer précisément: chaque colonne contribue pour sa largeur
19866  propre 
19867 \begin_inset Formula $L_{\mathrm{colonne}}$
19868 \end_inset
19869
19870  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19871  séparation entre le contenu de la colonne et sa bordure (la longueur LaTeX
19872 \series bold
19873  
19874 \backslash
19875 tabcolsep
19876 \series default
19877 , implicitement 6
19878 \begin_inset space \thinspace{}
19879 \end_inset
19880
19881 pt), plus la largeur du filet de bordure (la longueur LaTeX 
19882 \series bold
19883
19884 \backslash
19885 arrayrulewidth
19886 \series default
19887 , implicitement 0.4
19888 \begin_inset space \thinspace{}
19889 \end_inset
19890
19891 pt).
19892  Donc si les 
19893 \begin_inset Formula $n$
19894 \end_inset
19895
19896
19897 \begin_inset space ~
19898 \end_inset
19899
19900 colonnes ont la même largeur, la largeur du tableau est
19901 \begin_inset Formula 
19902 \begin{equation}
19903 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19904 \end{equation}
19905
19906 \end_inset
19907
19908
19909 \end_layout
19910
19911 \begin_layout Standard
19912 La largeur disponible pour placer un tableau est la distance entre les marges
19913  de la page ou la largeur de la colonne de texte (pour un document présenté
19914  sur 2 colonnes), c'est-à-dire la longueur LaTeX 
19915 \series bold
19916
19917 \backslash
19918 columnwidth
19919 \series default
19920 .
19921  Si toutes le colonnes ont la même largeur et que 
19922 \begin_inset Formula $L_{\mathrm{tableau}}$
19923 \end_inset
19924
19925  doit valoir 1
19926 \begin_inset space \thinspace{}
19927 \end_inset
19928
19929
19930 \backslash
19931 columnwidth, 
19932 \begin_inset Formula $L_{\mathrm{colonne}}$
19933 \end_inset
19934
19935  se calcule facilement.
19936 \end_layout
19937
19938 \begin_layout Standard
19939 Pour pouvoir faire des calculs, il faut charger le paquetage LaTeX 
19940 \series bold
19941 calc
19942 \series default
19943
19944 \begin_inset Index idx
19945 status collapsed
19946
19947 \begin_layout Plain Layout
19948 Paquetages LaTeX ! calc
19949 \end_layout
19950
19951 \end_inset
19952
19953  dans le préambule du document.
19954  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19955  il faut utiliser le champ
19956 \family sans
19957  Argument LaTeX
19958 \family default
19959 .
19960  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19961  qui est expliqué dans la section
19962 \begin_inset space ~
19963 \end_inset
19964
19965
19966 \begin_inset CommandInset ref
19967 LatexCommand ref
19968 reference "sub:Calculs-multicolonnes"
19969
19970 \end_inset
19971
19972 .
19973  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19974  saisir pour chaque colonne la commande
19975 \end_layout
19976
19977 \begin_layout Standard
19978
19979 \series bold
19980 >{
19981 \backslash
19982 centering}p{(1
19983 \backslash
19984 columnwidth-62.4pt)/5}
19985 \end_layout
19986
19987 \begin_layout Standard
19988 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19989 \begin_inset space ~
19990 \end_inset
19991
19992 fois celle des 3 autres, le calcul est le suivant:
19993 \end_layout
19994
19995 \begin_layout Standard
19996 \begin_inset Formula 
19997 \begin{align}
19998 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19999  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20000  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
20001 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20002 \end{align}
20003
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \begin_layout Standard
20010 Par conséquent, dans le tableau, la commande
20011 \end_layout
20012
20013 \begin_layout Standard
20014
20015 \series bold
20016 >{
20017 \backslash
20018 centering}p{(1
20019 \backslash
20020 columnwidth-62.4pt)/
20021 \backslash
20022 real{4.5}}
20023 \end_layout
20024
20025 \begin_layout Standard
20026 est utilisée pour les colonnes les plus larges, et la commande
20027 \end_layout
20028
20029 \begin_layout Standard
20030
20031 \series bold
20032 >{
20033 \backslash
20034 centering}p{(1
20035 \backslash
20036 columnwidth-62.4pt)/
20037 \backslash
20038 real{4.5}*
20039 \backslash
20040 real{0.75}}
20041 \end_layout
20042
20043 \begin_layout Standard
20044 est utilisée pour les plus étroites:
20045 \end_layout
20046
20047 \begin_layout Standard
20048 \begin_inset Tabular
20049 <lyxtabular version="3" rows="2" columns="5">
20050 <features rotate="0" tabularvalignment="middle">
20051 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20052 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20053 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20054 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20055 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20056 <row>
20057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20058 \begin_inset Text
20059
20060 \begin_layout Plain Layout
20061 1
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 2
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20076 \begin_inset Text
20077
20078 \begin_layout Plain Layout
20079 3
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 4
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 5
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 111111 1111111 111111 111111111 11111 11111 1111
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 2222 22222 222222 222222222 2222222 22 22222
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 333333 333333 333333 33333 3333333 333
20145 \end_layout
20146
20147 \end_inset
20148 </cell>
20149 </row>
20150 </lyxtabular>
20151
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \begin_layout Section
20158 Personnalisation des tableaux
20159 \begin_inset Index idx
20160 status collapsed
20161
20162 \begin_layout Plain Layout
20163 Tableau ! Personnalisation
20164 \end_layout
20165
20166 \end_inset
20167
20168
20169 \begin_inset Index idx
20170 status collapsed
20171
20172 \begin_layout Plain Layout
20173 Personnalisation des tableaux
20174 \end_layout
20175
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \begin_layout Subsection
20182 Espacement des lignes
20183 \begin_inset CommandInset label
20184 LatexCommand label
20185 name "sub:Espacement-lignes"
20186
20187 \end_inset
20188
20189
20190 \begin_inset Index idx
20191 status collapsed
20192
20193 \begin_layout Plain Layout
20194 Personnalisation des tableaux ! Espacement des lignes
20195 \end_layout
20196
20197 \end_inset
20198
20199
20200 \end_layout
20201
20202 \begin_layout Standard
20203 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20204  l'onglet 
20205 \family sans
20206 Bordures
20207 \family default
20208  de la fenêtre de dialogue 
20209 \family sans
20210 Paramètres
20211 \begin_inset space ~
20212 \end_inset
20213
20214 du
20215 \begin_inset space ~
20216 \end_inset
20217
20218 tableau
20219 \family default
20220 .
20221  Vous y trouverez trois possibilités :
20222 \end_layout
20223
20224 \begin_layout Description
20225 Haut
20226 \begin_inset space ~
20227 \end_inset
20228
20229 de
20230 \begin_inset space ~
20231 \end_inset
20232
20233 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20234  Si le tableau est un tableau formel
20235 \begin_inset Foot
20236 status collapsed
20237
20238 \begin_layout Plain Layout
20239 Les tableaux formels sont décrits dans la section
20240 \begin_inset space ~
20241 \end_inset
20242
20243
20244 \begin_inset CommandInset ref
20245 LatexCommand ref
20246 reference "sec:Tableaux-Formels"
20247
20248 \end_inset
20249
20250 .
20251 \end_layout
20252
20253 \end_inset
20254
20255  LyX va insérer implicitement un espace de 0.5
20256 \begin_inset space \thinspace{}
20257 \end_inset
20258
20259 em.
20260  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20261  les filets verticaux comme dans le tableau suivant :
20262 \begin_inset VSpace medskip
20263 \end_inset
20264
20265
20266 \begin_inset Newline newline
20267 \end_inset
20268
20269
20270 \begin_inset space \hspace*{}
20271 \length 0pt
20272 \end_inset
20273
20274
20275 \begin_inset space \hfill{}
20276 \end_inset
20277
20278
20279 \begin_inset Tabular
20280 <lyxtabular version="3" rows="3" columns="1">
20281 <features rotate="0" tabularvalignment="middle">
20282 <column alignment="center" valignment="top">
20283 <row>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 A
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row topspace="3mm">
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299 espace de 3
20300 \begin_inset space \thinspace{}
20301 \end_inset
20302
20303 mm en haut de la ligne
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 </row>
20309 <row>
20310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20311 \begin_inset Text
20312
20313 \begin_layout Plain Layout
20314 C
20315 \end_layout
20316
20317 \end_inset
20318 </cell>
20319 </row>
20320 </lyxtabular>
20321
20322 \end_inset
20323
20324
20325 \begin_inset space \hfill{}
20326 \end_inset
20327
20328
20329 \begin_inset space \hspace*{}
20330 \length 0pt
20331 \end_inset
20332
20333
20334 \begin_inset VSpace medskip
20335 \end_inset
20336
20337
20338 \begin_inset Newline newline
20339 \end_inset
20340
20341 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20342  pas de filets verticaux.
20343 \end_layout
20344
20345 \begin_layout Description
20346 Bas
20347 \begin_inset space ~
20348 \end_inset
20349
20350 de
20351 \begin_inset space ~
20352 \end_inset
20353
20354 ligne va ajouter de l'espace sous les caractères de la ligne.
20355  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20356  de 0.5
20357 \begin_inset space \thinspace{}
20358 \end_inset
20359
20360 em, pour les tableaux normaux, l'espace implicite est de 2
20361 \begin_inset space \thinspace{}
20362 \end_inset
20363
20364 pt.
20365 \end_layout
20366
20367 \begin_layout Description
20368 Entre
20369 \begin_inset space ~
20370 \end_inset
20371
20372 les
20373 \begin_inset space ~
20374 \end_inset
20375
20376 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20377  Si le tableau est un tableau formel LyX va insérer implicitement un espace
20378  de 0.5
20379 \begin_inset space \thinspace{}
20380 \end_inset
20381
20382 em.
20383  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20384  les filets verticaux comme dans le tableau suivant :
20385 \begin_inset VSpace medskip
20386 \end_inset
20387
20388
20389 \begin_inset Newline newline
20390 \end_inset
20391
20392
20393 \begin_inset space \hspace*{}
20394 \length 0pt
20395 \end_inset
20396
20397
20398 \begin_inset space \hfill{}
20399 \end_inset
20400
20401
20402 \begin_inset Tabular
20403 <lyxtabular version="3" rows="3" columns="1">
20404 <features rotate="0" tabularvalignment="middle">
20405 <column alignment="center" valignment="top">
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 A
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row interlinespace="3mm">
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 \begin_inset Formula $\downarrow$
20423 \end_inset
20424
20425  espace de 3
20426 \begin_inset space \thinspace{}
20427 \end_inset
20428
20429 mm entre les lignes 
20430 \begin_inset Formula $\downarrow$
20431 \end_inset
20432
20433
20434 \end_layout
20435
20436 \end_inset
20437 </cell>
20438 </row>
20439 <row>
20440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20441 \begin_inset Text
20442
20443 \begin_layout Plain Layout
20444 \begin_inset Formula $\uparrow$
20445 \end_inset
20446
20447  espace de 3
20448 \begin_inset space \thinspace{}
20449 \end_inset
20450
20451 mm entre les lignes 
20452 \begin_inset Formula $\uparrow$
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 </lyxtabular>
20462
20463 \end_inset
20464
20465
20466 \begin_inset space \hfill{}
20467 \end_inset
20468
20469
20470 \begin_inset space \hspace*{}
20471 \length 0pt
20472 \end_inset
20473
20474
20475 \begin_inset VSpace medskip
20476 \end_inset
20477
20478
20479 \begin_inset Newline newline
20480 \end_inset
20481
20482 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20483  pas de filets verticaux.
20484 \end_layout
20485
20486 \begin_layout Standard
20487 \begin_inset VSpace bigskip
20488 \end_inset
20489
20490 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20491  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20492  dans le préambule :
20493 \end_layout
20494
20495 \begin_layout Standard
20496
20497 \series bold
20498
20499 \backslash
20500 @ifundefined{extrarowheight}
20501 \begin_inset Newline newline
20502 \end_inset
20503
20504
20505 \begin_inset Phantom HPhantom
20506 status open
20507
20508 \begin_layout Plain Layout
20509
20510 \series bold
20511 \begin_inset space ~
20512 \end_inset
20513
20514
20515 \end_layout
20516
20517 \end_inset
20518
20519 {
20520 \backslash
20521 usepackage{array}}{}
20522 \begin_inset Newline newline
20523 \end_inset
20524
20525
20526 \backslash
20527 setlength{
20528 \backslash
20529 extrarowheight}{height}
20530 \end_layout
20531
20532 \begin_layout Standard
20533 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20534  plus exactement centré verticalement.
20535  (le paquetage 
20536 \series bold
20537 array 
20538 \series default
20539 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
20540  auto-définis.
20541  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20542  
20543 \series bold
20544
20545 \backslash
20546 @ifundefined
20547 \series default
20548  dans la commande précédente.)
20549 \end_layout
20550
20551 \begin_layout Standard
20552 Si vous utilisez des polices de taille plus grande que la taille normale,
20553  les bordures des tableaux sont souvent trop proches du texte.
20554  On peut corriger ce problème en insérant la commande 
20555 \series bold
20556
20557 \begin_inset space \space{}
20558 \end_inset
20559
20560
20561 \backslash
20562 strut
20563 \series default
20564  en code TeX au debut d'une ligne du tableau.
20565  Le tableau
20566 \begin_inset space ~
20567 \end_inset
20568
20569
20570 \begin_inset CommandInset ref
20571 LatexCommand ref
20572 reference "tab:Alignement-vertical"
20573
20574 \end_inset
20575
20576  montre l'effet de cette commande.
20577 \end_layout
20578
20579 \begin_layout Standard
20580 \noindent
20581 \begin_inset Float table
20582 placement h
20583 wide false
20584 sideways false
20585 status open
20586
20587 \begin_layout Plain Layout
20588 \begin_inset Caption Standard
20589
20590 \begin_layout Plain Layout
20591 \begin_inset CommandInset label
20592 LatexCommand label
20593 name "tab:Alignement-vertical"
20594
20595 \end_inset
20596
20597 Alignement vertical d'un texte avec une police de grande taille.
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Plain Layout
20606 \begin_inset space \hfill{}
20607 \end_inset
20608
20609
20610 \begin_inset Float table
20611 wide false
20612 sideways false
20613 status collapsed
20614
20615 \begin_layout Plain Layout
20616 \begin_inset Caption Standard
20617
20618 \begin_layout Plain Layout
20619 Tableau normal.
20620 \end_layout
20621
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \begin_layout Plain Layout
20628 \noindent
20629 \align center
20630 \begin_inset Tabular
20631 <lyxtabular version="3" rows="6" columns="1">
20632 <features rotate="0" tabularvalignment="middle">
20633 <column alignment="left" valignment="top">
20634 <row>
20635 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 Normal, g
20640 \end_layout
20641
20642 \end_inset
20643 </cell>
20644 </row>
20645 <row>
20646 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650
20651 \size large
20652 Large
20653 \end_layout
20654
20655 \end_inset
20656 </cell>
20657 </row>
20658 <row>
20659 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20660 \begin_inset Text
20661
20662 \begin_layout Plain Layout
20663
20664 \size larger
20665 Larger
20666 \end_layout
20667
20668 \end_inset
20669 </cell>
20670 </row>
20671 <row>
20672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676
20677 \size largest
20678 Largest
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 <row>
20685 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689
20690 \size huge
20691 Huge
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \size huge
20704 Huger
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 </lyxtabular>
20711
20712 \end_inset
20713
20714
20715 \end_layout
20716
20717 \end_inset
20718
20719
20720 \begin_inset space \hfill{}
20721 \end_inset
20722
20723
20724 \begin_inset Float table
20725 wide false
20726 sideways false
20727 status collapsed
20728
20729 \begin_layout Plain Layout
20730 \begin_inset Caption Standard
20731
20732 \begin_layout Plain Layout
20733 Tableau utilisant la commande 
20734 \series bold
20735
20736 \backslash
20737 strut
20738 \series default
20739 .
20740 \end_layout
20741
20742 \end_inset
20743
20744
20745 \end_layout
20746
20747 \begin_layout Plain Layout
20748 \noindent
20749 \align center
20750 \begin_inset Tabular
20751 <lyxtabular version="3" rows="6" columns="1">
20752 <features rotate="0" tabularvalignment="middle">
20753 <column alignment="left" valignment="top">
20754 <row>
20755 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 Normal, g
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770
20771 \size large
20772 \begin_inset ERT
20773 status collapsed
20774
20775 \begin_layout Plain Layout
20776
20777
20778 \backslash
20779 strut 
20780 \end_layout
20781
20782 \end_inset
20783
20784 Large
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \size larger
20797 \begin_inset ERT
20798 status collapsed
20799
20800 \begin_layout Plain Layout
20801
20802
20803 \backslash
20804 strut 
20805 \end_layout
20806
20807 \end_inset
20808
20809 Larger
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \size largest
20822 \begin_inset ERT
20823 status collapsed
20824
20825 \begin_layout Plain Layout
20826
20827
20828 \backslash
20829 strut 
20830 \end_layout
20831
20832 \end_inset
20833
20834 Largest
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 </row>
20840 <row>
20841 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845
20846 \size huge
20847 \begin_inset ERT
20848 status collapsed
20849
20850 \begin_layout Plain Layout
20851
20852
20853 \backslash
20854 strut 
20855 \end_layout
20856
20857 \end_inset
20858
20859 Huge
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \size giant
20872 \begin_inset ERT
20873 status collapsed
20874
20875 \begin_layout Plain Layout
20876
20877
20878 \backslash
20879 strut 
20880 \end_layout
20881
20882 \end_inset
20883
20884
20885 \size huge
20886 Huger
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 </row>
20892 </lyxtabular>
20893
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900
20901
20902 \begin_inset space \hfill{}
20903 \end_inset
20904
20905
20906 \end_layout
20907
20908 \end_inset
20909
20910
20911 \end_layout
20912
20913 \begin_layout Standard
20914 \begin_inset Newpage newpage
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \begin_layout Subsection
20921 Alignements de cellules spéciaux
20922 \begin_inset CommandInset label
20923 LatexCommand label
20924 name "sub:Alignements-de-cellules"
20925
20926 \end_inset
20927
20928
20929 \begin_inset Index idx
20930 status collapsed
20931
20932 \begin_layout Plain Layout
20933 Personnalisation des tableaux ! Alignement de cellules spéciaux
20934 \end_layout
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \begin_layout Standard
20942 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20943  cellules sur un caractère donné, par exemple le séparateur décimal comme
20944  dans le tableau
20945 \begin_inset space ~
20946 \end_inset
20947
20948
20949 \begin_inset CommandInset ref
20950 LatexCommand ref
20951 reference "tab:Tableau-centré-sur-séparateur-1"
20952
20953 \end_inset
20954
20955 .
20956  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20957  soit en appuyant sur le bouton 
20958 \begin_inset Info
20959 type  "icon"
20960 arg   "inset-modify tabular align-decimal"
20961 \end_inset
20962
20963  de la barre d'outils ou en modifiant le paramètre 
20964 \family sans
20965 Alignement horizontal
20966 \family default
20967  à 
20968 \family sans
20969 Au séparateur décimal
20970 \family default
20971 .
20972  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20973  dans les paramètres du tableau.
20974 \end_layout
20975
20976 \begin_layout Standard
20977 \begin_inset Float table
20978 placement h
20979 wide false
20980 sideways false
20981 status open
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Caption Standard
20985
20986 \begin_layout Plain Layout
20987 \begin_inset CommandInset label
20988 LatexCommand label
20989 name "tab:Tableau-centré-sur-séparateur-1"
20990
20991 \end_inset
20992
20993 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20994 \end_layout
20995
20996 \end_inset
20997
20998
20999 \end_layout
21000
21001 \begin_layout Plain Layout
21002 \align center
21003 \begin_inset Tabular
21004 <lyxtabular version="3" rows="4" columns="1">
21005 <features rotate="0" booktabs="true" tabularvalignment="middle">
21006 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21007 <row>
21008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21009 \begin_inset Text
21010
21011 \begin_layout Plain Layout
21012 en-tête
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 </row>
21018 <row>
21019 <cell alignment="center" valignment="top" topline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023 12,6
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 <row>
21030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 0,68
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045 -123,0
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 </lyxtabular>
21052
21053 \end_inset
21054
21055
21056 \end_layout
21057
21058 \end_inset
21059
21060
21061 \end_layout
21062
21063 \begin_layout Standard
21064 \begin_inset Float table
21065 placement h
21066 wide false
21067 sideways false
21068 status open
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Caption Standard
21072
21073 \begin_layout Plain Layout
21074 \begin_inset CommandInset label
21075 LatexCommand label
21076 name "tab:Tableau-centré-sur-séparateur-2"
21077
21078 \end_inset
21079
21080 Les cellules d'une colonnes sont centrées sur les opérateurs.
21081 \end_layout
21082
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \begin_layout Plain Layout
21089 \align center
21090 \begin_inset Tabular
21091 <lyxtabular version="3" rows="4" columns="2">
21092 <features rotate="0" booktabs="true" tabularvalignment="middle">
21093 <column alignment="right" valignment="top" width="0pt">
21094 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21095 <row>
21096 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 en-tête
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120 \begin_inset Formula $12\,+$
21121 \end_inset
21122
21123
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 \begin_inset Formula $\,6$
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 </row>
21141 <row>
21142 <cell alignment="center" valignment="top" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 \begin_inset Formula $0\,-$
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 <cell alignment="center" valignment="top" usebox="none">
21155 \begin_inset Text
21156
21157 \begin_layout Plain Layout
21158 \begin_inset Formula $\,68$
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \end_inset
21165 </cell>
21166 </row>
21167 <row>
21168 <cell alignment="center" valignment="top" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $-123\,/$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 \begin_inset Formula $\,0$
21185 \end_inset
21186
21187
21188 \end_layout
21189
21190 \end_inset
21191 </cell>
21192 </row>
21193 </lyxtabular>
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \end_inset
21201
21202
21203 \end_layout
21204
21205 \begin_layout Standard
21206 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21207  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21208  formules.
21209  Dans ce cas on doit utiliser la méthode du tableau
21210 \begin_inset space ~
21211 \end_inset
21212
21213
21214 \begin_inset CommandInset ref
21215 LatexCommand ref
21216 reference "tab:Tableau-centré-sur-séparateur-2"
21217
21218 \end_inset
21219
21220 .
21221  Ce tableau a été créé comme un tableau 4×2.
21222  L'en-tête est une cellule multi-colonnes centrée.
21223  La première colonne est alignée à droite et contient la première partie
21224  et inclue l'opérateur.
21225  La seconde colonne contient le reste de la cellule aligné à gauche.
21226  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21227  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21228  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21229  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
21230  :
21231 \end_layout
21232
21233 \begin_layout Standard
21234
21235 \series bold
21236 @{}l
21237 \end_layout
21238
21239 \begin_layout Standard
21240 Le tableau
21241 \begin_inset space ~
21242 \end_inset
21243
21244
21245 \begin_inset CommandInset ref
21246 LatexCommand ref
21247 reference "tab:Plusieurs-exemples-alignements"
21248
21249 \end_inset
21250
21251  montre quelques exemples d'alignements.
21252  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21253  comme pour la deuxième colonne du tableau
21254 \begin_inset space ~
21255 \end_inset
21256
21257
21258 \begin_inset CommandInset ref
21259 LatexCommand ref
21260 reference "tab:Tableau-centré-sur-séparateur-2"
21261
21262 \end_inset
21263
21264 .
21265 \end_layout
21266
21267 \begin_layout Standard
21268 \begin_inset Float table
21269 wide false
21270 sideways false
21271 status open
21272
21273 \begin_layout Plain Layout
21274 \begin_inset Caption Standard
21275
21276 \begin_layout Plain Layout
21277 \begin_inset CommandInset label
21278 LatexCommand label
21279 name "tab:Plusieurs-exemples-alignements"
21280
21281 \end_inset
21282
21283 Plusieurs exemples d'alignement de cellules.
21284 \end_layout
21285
21286 \end_inset
21287
21288
21289 \end_layout
21290
21291 \begin_layout Plain Layout
21292 \align center
21293 \begin_inset Tabular
21294 <lyxtabular version="3" rows="4" columns="6">
21295 <features rotate="0" tabularvalignment="middle">
21296 <column alignment="right" valignment="top">
21297 <column alignment="left" valignment="top" special="@{}l">
21298 <column alignment="right" valignment="top">
21299 <column alignment="left" valignment="top" special="@{}l">
21300 <column alignment="right" valignment="top">
21301 <column alignment="left" valignment="top" special="@{}l">
21302 <row>
21303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307 unités
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 exposants
21326 \end_layout
21327
21328 \end_inset
21329 </cell>
21330 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 relations
21344 \end_layout
21345
21346 \end_inset
21347 </cell>
21348 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 </row>
21358 <row>
21359 <cell alignment="center" valignment="top" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 12×
21364 \end_layout
21365
21366 \end_inset
21367 </cell>
21368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21369 \begin_inset Text
21370
21371 \begin_layout Plain Layout
21372 24
21373 \begin_inset space \thinspace{}
21374 \end_inset
21375
21376 bouteilles
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell alignment="center" valignment="top" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 \begin_inset Formula $10\cdot$
21386 \end_inset
21387
21388
21389 \end_layout
21390
21391 \end_inset
21392 </cell>
21393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21394 \begin_inset Text
21395
21396 \begin_layout Plain Layout
21397 \begin_inset Formula $10^{\mbox{-}17}$
21398 \end_inset
21399
21400
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 $\Gamma(t)\propto$
21410 \end_inset
21411
21412
21413 \end_layout
21414
21415 \end_inset
21416 </cell>
21417 <cell alignment="center" valignment="top" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421 \begin_inset Formula $\:\Upsilon(t)$
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \end_inset
21428 </cell>
21429 </row>
21430 <row>
21431 <cell alignment="center" valignment="top" usebox="none">
21432 \begin_inset Text
21433
21434 \begin_layout Plain Layout
21435 1024×
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 768
21445 \begin_inset space \thinspace{}
21446 \end_inset
21447
21448 Pixels
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $5.78\cdot$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $10^{7}$
21470 \end_inset
21471
21472
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 \begin_inset Formula $A\ne$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\:B_{\mathrm{red}}$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 32×
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 6
21517 \begin_inset space \thinspace{}
21518 \end_inset
21519
21520 cm
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 <cell alignment="center" valignment="top" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529 -
21530 \begin_inset Formula $33.5\cdot$
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $10^{4}$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 <cell alignment="center" valignment="top" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554 \begin_inset Formula $\sin(\alpha)\ge$
21555 \end_inset
21556
21557
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 \begin_inset Formula $\:\sin(\beta)$
21567 \end_inset
21568
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 </lyxtabular>
21576
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \begin_layout Subsection
21588 Formats de cellule et de colonne personnalisés
21589 \begin_inset CommandInset label
21590 LatexCommand label
21591 name "sub:Formats-personnalisés"
21592
21593 \end_inset
21594
21595
21596 \begin_inset Index idx
21597 status collapsed
21598
21599 \begin_layout Plain Layout
21600 Personnalisation des tableaux !  Format de cellule/colonne
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21610 \begin_inset space ~
21611 \end_inset
21612
21613
21614 \begin_inset CommandInset ref
21615 LatexCommand ref
21616 reference "sec:Table-Width-Calculation"
21617
21618 \end_inset
21619
21620  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21621  la section
21622 \begin_inset space ~
21623 \end_inset
21624
21625
21626 \begin_inset CommandInset ref
21627 LatexCommand ref
21628 reference "sub:Calculs-multicolonnes"
21629
21630 \end_inset
21631
21632  peut devenir très pénible si vous avez plusieurs tableaux.
21633  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21634  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21635  du document.
21636  Le format est défini avec la commande
21637 \end_layout
21638
21639 \begin_layout Standard
21640
21641 \series bold
21642
21643 \backslash
21644 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21645 \end_layout
21646
21647 \begin_layout Standard
21648 Le nom du format peut n'avoir qu'une lettre.
21649  Les lettres 
21650 \emph on
21651 b
21652 \emph default
21653
21654 \emph on
21655 c
21656 \emph default
21657
21658 \emph on
21659 l
21660 \emph default
21661
21662 \emph on
21663 m
21664 \emph default
21665
21666 \emph on
21667 p
21668 \emph default
21669  et 
21670 \emph on
21671 r
21672 \emph default
21673  sont prédéfinies et donc ne peuvent être utilisées.
21674  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset VSpace medskip
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \begin_layout Standard
21685 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21686  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21687  :
21688 \end_layout
21689
21690 \begin_layout Standard
21691
21692 \series bold
21693
21694 \backslash
21695 newcolumntype{M}[1]{>{
21696 \backslash
21697 centering
21698 \backslash
21699 hspace{0pt}}m{#1}}
21700 \end_layout
21701
21702 \begin_layout Standard
21703 Où le 
21704 \series bold
21705
21706 \backslash
21707 hspace{0pt}
21708 \series default
21709  évite le problème de césure du premier mot, comme c'est décrit en section
21710 \begin_inset space ~
21711 \end_inset
21712
21713
21714 \begin_inset CommandInset ref
21715 LatexCommand ref
21716 reference "sub:Lignes-multiple-dans-cellule"
21717
21718 \end_inset
21719
21720 .
21721  Ensuite, vous pouvez entrer
21722 \end_layout
21723
21724 \begin_layout Standard
21725
21726 \series bold
21727 M{width}
21728 \end_layout
21729
21730 \begin_layout Standard
21731 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
21732  une multi-colonnes.
21733 \end_layout
21734
21735 \begin_layout Standard
21736 \begin_inset VSpace bigskip
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \begin_layout Standard
21743 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21744  pouvez définir le format
21745 \end_layout
21746
21747 \begin_layout Standard
21748
21749 \series bold
21750
21751 \backslash
21752 newcolumntype{S}[2]{>{
21753 \backslash
21754 centering
21755 \backslash
21756 hspace{0pt}}
21757 \begin_inset Newline newline
21758 \end_inset
21759
21760
21761 \begin_inset Phantom HPhantom
21762 status open
21763
21764 \begin_layout Plain Layout
21765
21766 \series bold
21767
21768 \backslash
21769 newcolumntype{S}[2]
21770 \end_layout
21771
21772 \end_inset
21773
21774 m{(#1+(2
21775 \backslash
21776 tabcolsep+
21777 \backslash
21778 arrayrulewidth)*(1-#2))/#2}}
21779 \end_layout
21780
21781 \begin_layout Standard
21782 Ce format utilise l'équation
21783 \begin_inset space ~
21784 \end_inset
21785
21786
21787 \begin_inset CommandInset ref
21788 LatexCommand eqref
21789 reference "eq:Wgn"
21790
21791 \end_inset
21792
21793  pour calculer la largeur que doit avoir chacune des cellules couverte par
21794  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21795 \end_layout
21796
21797 \begin_layout Standard
21798 Ensuite, vous pouvez entrer
21799 \end_layout
21800
21801 \begin_layout Standard
21802
21803 \series bold
21804 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21805 \end_layout
21806
21807 \begin_layout Standard
21808 comme paramètre LaTeX de la colonne.
21809 \end_layout
21810
21811 \begin_layout Standard
21812 \begin_inset VSpace bigskip
21813 \end_inset
21814
21815
21816 \end_layout
21817
21818 \begin_layout Standard
21819 Pour des colonnes colorées, vous pouvez définir
21820 \end_layout
21821
21822 \begin_layout Standard
21823
21824 \series bold
21825
21826 \backslash
21827 newcolumntype{K}[1]{>{
21828 \backslash
21829 columncolor{#1}
21830 \backslash
21831 hspace{0pt}}c}
21832 \end_layout
21833
21834 \begin_layout Standard
21835 Le 
21836 \begin_inset Quotes fld
21837 \end_inset
21838
21839 c
21840 \begin_inset Quotes frd
21841 \end_inset
21842
21843  à la fin crée une colonne de largeur variable dont le texte est centré
21844  horizontalement.
21845  Vous pouvez maintenant entrer
21846 \end_layout
21847
21848 \begin_layout Standard
21849
21850 \series bold
21851 K{nom de couleur}
21852 \end_layout
21853
21854 \begin_layout Standard
21855 comme paramètre LaTeX.
21856 \end_layout
21857
21858 \begin_layout Standard
21859 \begin_inset VSpace bigskip
21860 \end_inset
21861
21862
21863 \end_layout
21864
21865 \begin_layout Standard
21866 Pour créer le tableau
21867 \begin_inset space ~
21868 \end_inset
21869
21870
21871 \begin_inset CommandInset ref
21872 LatexCommand ref
21873 reference "tab:Tableau-formats-personnalisés"
21874
21875 \end_inset
21876
21877  utilisez les paramètres LaTeX
21878 \end_layout
21879
21880 \begin_layout Standard
21881
21882 \series bold
21883 M{2.5cm}
21884 \end_layout
21885
21886 \begin_layout Standard
21887 pour la première colonne et la multi-colonnes,
21888 \end_layout
21889
21890 \begin_layout Standard
21891
21892 \series bold
21893 K{red}
21894 \end_layout
21895
21896 \begin_layout Standard
21897 pour la dernière colonne, et
21898 \end_layout
21899
21900 \begin_layout Standard
21901
21902 \series bold
21903 S{2.5cm}{2}
21904 \end_layout
21905
21906 \begin_layout Standard
21907 pour les cellules de la deuxième colonne.
21908 \end_layout
21909
21910 \begin_layout Standard
21911 \begin_inset Float table
21912 placement h
21913 wide false
21914 sideways false
21915 status open
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Caption Standard
21919
21920 \begin_layout Plain Layout
21921 \begin_inset CommandInset label
21922 LatexCommand label
21923 name "tab:Tableau-formats-personnalisés"
21924
21925 \end_inset
21926
21927 Tableau utilisant des formats personnalisés
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Plain Layout
21936 \align center
21937 \begin_inset Tabular
21938 <lyxtabular version="3" rows="3" columns="4">
21939 <features rotate="0" tabularvalignment="middle">
21940 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21941 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21942 <column alignment="center" valignment="middle">
21943 <column alignment="center" valignment="middle" special="K{red}">
21944 <row>
21945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 motTrèsLongDansUneCellule
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958 multi-colonnes avec multi-lignes
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21964 \begin_inset Text
21965
21966 \begin_layout Plain Layout
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 c
21977 \end_layout
21978
21979 \end_inset
21980 </cell>
21981 </row>
21982 <row>
21983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 d
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 e
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005 f
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014 g
22015 \end_layout
22016
22017 \end_inset
22018 </cell>
22019 </row>
22020 <row>
22021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 h
22026 \end_layout
22027
22028 \end_inset
22029 </cell>
22030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 i
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 j
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 k
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 </row>
22058 </lyxtabular>
22059
22060 \end_inset
22061
22062
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \begin_layout Subsection
22071 Épaisseur des filets
22072 \begin_inset CommandInset label
22073 LatexCommand label
22074 name "sub:Epaisseur-filets"
22075
22076 \end_inset
22077
22078
22079 \begin_inset Index idx
22080 status collapsed
22081
22082 \begin_layout Plain Layout
22083 Personnalisation des tableaux ! Épaisseur filets
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \begin_layout Standard
22092 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22093  
22094 \series bold
22095
22096 \backslash
22097 arrayrulewidth
22098 \series default
22099 .
22100  Pour mettre, par exemple, une épaisseur de filet de 1.5
22101 \begin_inset space \thinspace{}
22102 \end_inset
22103
22104 pt, comme pour le tableau
22105 \begin_inset space ~
22106 \end_inset
22107
22108
22109 \begin_inset CommandInset ref
22110 LatexCommand ref
22111 reference "tab:Tableau-filets-1.5pt"
22112
22113 \end_inset
22114
22115 , insérez la commande
22116 \end_layout
22117
22118 \begin_layout Standard
22119
22120 \series bold
22121
22122 \backslash
22123 setlength{
22124 \backslash
22125 arrayrulewidth}{1.5pt}
22126 \end_layout
22127
22128 \begin_layout Standard
22129 en code TeX avant le tableau ou le flottant de tableau.
22130  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22131  suivent.
22132  pour revenir aux valeurs implicites, mettez 
22133 \series bold
22134
22135 \backslash
22136 arrayrulewidth
22137 \series default
22138  à 0.4
22139 \begin_inset space \thinspace{}
22140 \end_inset
22141
22142 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
22143 \end_layout
22144
22145 \begin_layout Standard
22146 \begin_inset ERT
22147 status collapsed
22148
22149 \begin_layout Plain Layout
22150
22151
22152 \backslash
22153 setlength{
22154 \backslash
22155 arrayrulewidth}{1.5pt}
22156 \end_layout
22157
22158 \end_inset
22159
22160
22161 \begin_inset Float table
22162 wide false
22163 sideways false
22164 status open
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Caption Standard
22168
22169 \begin_layout Plain Layout
22170 \begin_inset CommandInset label
22171 LatexCommand label
22172 name "tab:Tableau-filets-1.5pt"
22173
22174 \end_inset
22175
22176 Tableau avec des filets de 1.5
22177 \begin_inset space \thinspace{}
22178 \end_inset
22179
22180 pt
22181 \end_layout
22182
22183 \end_inset
22184
22185
22186 \end_layout
22187
22188 \begin_layout Plain Layout
22189 \align center
22190 \begin_inset Tabular
22191 <lyxtabular version="3" rows="3" columns="3">
22192 <features rotate="0" tabularvalignment="middle">
22193 <column alignment="center" valignment="top">
22194 <column alignment="center" valignment="top">
22195 <column alignment="center" valignment="top">
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 sd
22202 \end_layout
22203
22204 \end_inset
22205 </cell>
22206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22207 \begin_inset Text
22208
22209 \begin_layout Plain Layout
22210
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 sd
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \end_layout
22270
22271 \end_inset
22272 </cell>
22273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22274 \begin_inset Text
22275
22276 \begin_layout Plain Layout
22277 sd
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 </row>
22283 </lyxtabular>
22284
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \begin_inset ERT
22294 status collapsed
22295
22296 \begin_layout Plain Layout
22297
22298
22299 \backslash
22300 setlength{
22301 \backslash
22302 arrayrulewidth}{0.4pt}
22303 \end_layout
22304
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \begin_layout Standard
22311 \begin_inset VSpace bigskip
22312 \end_inset
22313
22314 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22315 \begin_inset space \thinspace{}
22316 \end_inset
22317
22318 pt, comme dans le tableau
22319 \begin_inset space ~
22320 \end_inset
22321
22322
22323 \begin_inset CommandInset ref
22324 LatexCommand ref
22325 reference "tab:Tableau-filets-horizontaux-1.5pt"
22326
22327 \end_inset
22328
22329 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
22330  de tableau :
22331 \end_layout
22332
22333 \begin_layout Standard
22334
22335 \series bold
22336
22337 \backslash
22338 let
22339 \backslash
22340 myHline
22341 \backslash
22342 hline
22343 \begin_inset Newline newline
22344 \end_inset
22345
22346
22347 \backslash
22348 renewcommand{
22349 \backslash
22350 hline}
22351 \begin_inset Newline newline
22352 \end_inset
22353
22354  {
22355 \backslash
22356 noalign{
22357 \backslash
22358 global
22359 \backslash
22360 arrayrulewidth 1.5pt}
22361 \begin_inset Newline newline
22362 \end_inset
22363
22364  
22365 \backslash
22366 myHline
22367 \backslash
22368 noalign{
22369 \backslash
22370 global
22371 \backslash
22372 arrayrulewidth 0.4pt}}
22373 \end_layout
22374
22375 \begin_layout Standard
22376 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22377  en code TeX après le tableau ou le flottant de tableau :
22378 \end_layout
22379
22380 \begin_layout Standard
22381
22382 \series bold
22383
22384 \backslash
22385 renewcommand{
22386 \backslash
22387 hline}{
22388 \backslash
22389 myHline}
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 let
22401 \backslash
22402 myHline
22403 \backslash
22404 hline
22405 \end_layout
22406
22407 \begin_layout Plain Layout
22408
22409
22410 \backslash
22411 renewcommand{
22412 \backslash
22413 hline}
22414 \end_layout
22415
22416 \begin_layout Plain Layout
22417
22418  {
22419 \backslash
22420 noalign{
22421 \backslash
22422 global
22423 \backslash
22424 arrayrulewidth 1.5pt}
22425 \end_layout
22426
22427 \begin_layout Plain Layout
22428
22429   
22430 \backslash
22431 myHline
22432 \backslash
22433 noalign{
22434 \backslash
22435 global
22436 \backslash
22437 arrayrulewidth 0.4pt}}
22438 \end_layout
22439
22440 \end_inset
22441
22442
22443 \begin_inset Float table
22444 wide false
22445 sideways false
22446 status open
22447
22448 \begin_layout Plain Layout
22449 \begin_inset Caption Standard
22450
22451 \begin_layout Plain Layout
22452 \begin_inset CommandInset label
22453 LatexCommand label
22454 name "tab:Tableau-filets-horizontaux-1.5pt"
22455
22456 \end_inset
22457
22458 Tableau avec des filets horizontaux de 1.5
22459 \begin_inset space \thinspace{}
22460 \end_inset
22461
22462 pt
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Plain Layout
22471 \align center
22472 \begin_inset Tabular
22473 <lyxtabular version="3" rows="3" columns="3">
22474 <features rotate="0" tabularvalignment="middle">
22475 <column alignment="center" valignment="top">
22476 <column alignment="center" valignment="top">
22477 <column alignment="center" valignment="top">
22478 <row>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483 sd
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22498 \begin_inset Text
22499
22500 \begin_layout Plain Layout
22501
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 </row>
22507 <row>
22508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 sd
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 </row>
22536 <row>
22537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \end_layout
22552
22553 \end_inset
22554 </cell>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559 sd
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 </row>
22565 </lyxtabular>
22566
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573
22574
22575 \begin_inset ERT
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579
22580
22581 \backslash
22582 renewcommand{
22583 \backslash
22584 hline}{
22585 \backslash
22586 myHline}
22587 \end_layout
22588
22589 \end_inset
22590
22591
22592 \end_layout
22593
22594 \begin_layout Standard
22595 \begin_inset VSpace bigskip
22596 \end_inset
22597
22598 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22599 \begin_inset space \thinspace{}
22600 \end_inset
22601
22602 pt, créez le format de colonne suivant dans le préambule, en suivant la
22603  description de la section
22604 \begin_inset space ~
22605 \end_inset
22606
22607
22608 \begin_inset CommandInset ref
22609 LatexCommand ref
22610 reference "sub:Formats-personnalisés"
22611
22612 \end_inset
22613
22614 :
22615 \end_layout
22616
22617 \begin_layout Standard
22618
22619 \series bold
22620
22621 \backslash
22622 newcolumntype{V}{!{
22623 \backslash
22624 vrule width 1.5pt}}
22625 \end_layout
22626
22627 \begin_layout Standard
22628 Pour le tableau
22629 \begin_inset space ~
22630 \end_inset
22631
22632
22633 \begin_inset CommandInset ref
22634 LatexCommand ref
22635 reference "tab:Tableau-filets-verticaux-1.5pt"
22636
22637 \end_inset
22638
22639  le paramètre LaTeX 
22640 \end_layout
22641
22642 \begin_layout Standard
22643
22644 \series bold
22645 VcV
22646 \end_layout
22647
22648 \begin_layout Standard
22649 a été utilisé pour la dernière colonne et
22650 \end_layout
22651
22652 \begin_layout Standard
22653
22654 \series bold
22655 Vc
22656 \end_layout
22657
22658 \begin_layout Standard
22659 pour les autres colonnes.
22660 \end_layout
22661
22662 \begin_layout Standard
22663 \begin_inset Float table
22664 wide false
22665 sideways false
22666 status open
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Caption Standard
22670
22671 \begin_layout Plain Layout
22672 \begin_inset CommandInset label
22673 LatexCommand label
22674 name "tab:Tableau-filets-verticaux-1.5pt"
22675
22676 \end_inset
22677
22678 Tableau avec des filets verticaux de 1.5
22679 \begin_inset space \thinspace{}
22680 \end_inset
22681
22682 pt 
22683 \end_layout
22684
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \begin_layout Plain Layout
22691 \align center
22692 \begin_inset Tabular
22693 <lyxtabular version="3" rows="3" columns="3">
22694 <features rotate="0" tabularvalignment="middle">
22695 <column alignment="center" valignment="top" special="Vc">
22696 <column alignment="center" valignment="top" special="Vc">
22697 <column alignment="center" valignment="top" special="VcV">
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 sd
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" topline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 <cell alignment="center" valignment="top" topline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741 sd
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 </row>
22756 <row>
22757 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22767 \begin_inset Text
22768
22769 \begin_layout Plain Layout
22770
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 sd
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 </lyxtabular>
22786
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793
22794
22795 \end_layout
22796
22797 \begin_layout Subsection
22798 Filets à traits interrompus
22799 \begin_inset Index idx
22800 status collapsed
22801
22802 \begin_layout Plain Layout
22803 Personnalisation des tableaux ! Filets à traits interrompus
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \begin_layout Standard
22812 \begin_inset ERT
22813 status collapsed
22814
22815 \begin_layout Plain Layout
22816
22817
22818 \backslash
22819 ifarydshln
22820 \end_layout
22821
22822 \end_inset
22823
22824
22825 \begin_inset Note Note
22826 status open
22827
22828 \begin_layout Plain Layout
22829 La section suivante ne s'affichera que si vous avez installé le paquetage
22830  LaTeX 
22831 \series bold
22832 arydshln
22833 \series default
22834 .
22835 \end_layout
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Standard
22843 \begin_inset Float table
22844 placement H
22845 wide false
22846 sideways false
22847 status open
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Caption Standard
22851
22852 \begin_layout Plain Layout
22853 \begin_inset CommandInset label
22854 LatexCommand label
22855 name "tab:Tableau-filets-tirets"
22856
22857 \end_inset
22858
22859 Tableau avec des filets à traits interrompus
22860 \end_layout
22861
22862 \end_inset
22863
22864
22865 \end_layout
22866
22867 \begin_layout Plain Layout
22868 \align center
22869 \begin_inset Tabular
22870 <lyxtabular version="3" rows="5" columns="5">
22871 <features rotate="0" tabularvalignment="middle">
22872 <column alignment="center" valignment="top">
22873 <column alignment="center" valignment="top">
22874 <column alignment="center" valignment="top" special=":c">
22875 <column alignment="center" valignment="top">
22876 <column alignment="center" valignment="top">
22877 <row>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 a
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22888 \begin_inset Text
22889
22890 \begin_layout Plain Layout
22891 b
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 c
22901 \end_layout
22902
22903 \end_inset
22904 </cell>
22905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22906 \begin_inset Text
22907
22908 \begin_layout Plain Layout
22909 d
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 e
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 f
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22935 \begin_inset Text
22936
22937 \begin_layout Plain Layout
22938 g
22939 \end_layout
22940
22941 \end_inset
22942 </cell>
22943 <cell alignment="center" valignment="top" topline="true" usebox="none">
22944 \begin_inset Text
22945
22946 \begin_layout Plain Layout
22947 h
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 i
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 j
22966 \end_layout
22967
22968 \end_inset
22969 </cell>
22970 </row>
22971 <row>
22972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976 \begin_inset ERT
22977 status collapsed
22978
22979 \begin_layout Plain Layout
22980
22981
22982 \backslash
22983 hdashline 
22984 \end_layout
22985
22986 \end_inset
22987
22988 k
22989 \end_layout
22990
22991 \end_inset
22992 </cell>
22993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22994 \begin_inset Text
22995
22996 \begin_layout Plain Layout
22997 l
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 m
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 n
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024 o
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035 \begin_inset ERT
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039
23040
23041 \backslash
23042 cdashline{4-5}
23043 \end_layout
23044
23045 \end_inset
23046
23047 p
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 q
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 r
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 s
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 </row>
23089 <row>
23090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094 t
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 u
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 v
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 w
23122 \end_layout
23123
23124 \end_inset
23125 </cell>
23126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23127 \begin_inset Text
23128
23129 \begin_layout Plain Layout
23130 x
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 </row>
23136 </lyxtabular>
23137
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144
23145
23146 \end_layout
23147
23148 \begin_layout Standard
23149 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
23150  donc employer du code TeX.
23151  Mais avant il faut charger le paquetage LaTeX 
23152 \series bold
23153 arydshln
23154 \series default
23155
23156 \begin_inset Index idx
23157 status collapsed
23158
23159 \begin_layout Plain Layout
23160 Paquetages LaTeX ! arydshln
23161 \end_layout
23162
23163 \end_inset
23164
23165  dans le préambule du document avec la commande 
23166 \end_layout
23167
23168 \begin_layout Standard
23169
23170 \series bold
23171
23172 \backslash
23173 usepackage{arydshln}
23174 \end_layout
23175
23176 \begin_layout Standard
23177 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23178  
23179 \begin_inset Quotes fld
23180 \end_inset
23181
23182 :
23183 \begin_inset Quotes frd
23184 \end_inset
23185
23186  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
23187  dans la fenêtre de dialogue de paramètre du tableau.
23188 \end_layout
23189
23190 \begin_layout Standard
23191 Pour un trait horizontal interrompu, ajoutez la commande
23192 \end_layout
23193
23194 \begin_layout Standard
23195
23196 \series bold
23197
23198 \backslash
23199 hdashline
23200 \end_layout
23201
23202 \begin_layout Standard
23203 en code TeX comme premier élément de la première cellule de la ligne de
23204  tableau.
23205 \end_layout
23206
23207 \begin_layout Standard
23208 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23209  commande 
23210 \end_layout
23211
23212 \begin_layout Standard
23213
23214 \series bold
23215
23216 \backslash
23217 cdashline{
23218 \series default
23219 numéros de colonnes}
23220 \end_layout
23221
23222 \begin_layout Standard
23223 en code TeX comme premier élément de la première cellule de la ligne.
23224  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23225  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23226 \end_layout
23227
23228 \begin_layout Standard
23229
23230 \series bold
23231
23232 \backslash
23233 cdashline{2-4}
23234 \end_layout
23235
23236 \begin_layout Standard
23237 comme premier élément de la première cellule de la ligne contenant la multi-colo
23238 nnes.
23239 \end_layout
23240
23241 \begin_layout Standard
23242 \begin_inset VSpace bigskip
23243 \end_inset
23244
23245
23246 \end_layout
23247
23248 \begin_layout Standard
23249 Le tableau
23250 \begin_inset space ~
23251 \end_inset
23252
23253
23254 \begin_inset CommandInset ref
23255 LatexCommand ref
23256 reference "tab:Tableau-filets-tirets"
23257
23258 \end_inset
23259
23260  a été créé en utilisant 
23261 \begin_inset Quotes fld
23262 \end_inset
23263
23264
23265 \series bold
23266 :c
23267 \series default
23268
23269 \begin_inset Quotes frd
23270 \end_inset
23271
23272  comme paramètre LaTeX pour la troisième colonne.
23273  La commande en code TeX 
23274 \series bold
23275
23276 \backslash
23277 hdashline
23278 \series default
23279  a été insérée dans la première cellule de la troisième ligne et la commande
23280  en code TeX 
23281 \series bold
23282
23283 \backslash
23284 cdashline{4-5}
23285 \series default
23286  a été insérée dans la première cellule de la quatrième ligne.
23287 \end_layout
23288
23289 \begin_layout Standard
23290 \begin_inset VSpace bigskip
23291 \end_inset
23292
23293 Les filets interrompus peuvent également colorés comme indiqué tableau
23294 \begin_inset space ~
23295 \end_inset
23296
23297
23298 \begin_inset CommandInset ref
23299 LatexCommand ref
23300 reference "tab:Colored-table-with"
23301
23302 \end_inset
23303
23304 .
23305 \end_layout
23306
23307 \begin_layout Standard
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 setlength{
23316 \backslash
23317 arrayrulewidth}{1pt}
23318 \end_layout
23319
23320 \end_inset
23321
23322
23323 \begin_inset Note Note
23324 status collapsed
23325
23326 \begin_layout Plain Layout
23327 filets épaissis pour un meilleur affichage de la couleur du file
23328 \lang english
23329 t
23330 \end_layout
23331
23332 \end_inset
23333
23334
23335 \end_layout
23336
23337 \begin_layout Standard
23338 \begin_inset ERT
23339 status collapsed
23340
23341 \begin_layout Plain Layout
23342
23343
23344 \backslash
23345 dashgapcolor{green}
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \begin_inset Note Note
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355 espaces entre les tirets en vert
23356 \end_layout
23357
23358 \end_inset
23359
23360
23361 \end_layout
23362
23363 \begin_layout Standard
23364 \begin_inset ERT
23365 status collapsed
23366
23367 \begin_layout Plain Layout
23368
23369
23370 \backslash
23371 let
23372 \backslash
23373 myHdashline
23374 \backslash
23375 hdashline
23376 \end_layout
23377
23378 \begin_layout Plain Layout
23379
23380
23381 \backslash
23382 renewcommand{
23383 \backslash
23384 hdashline}
23385 \end_layout
23386
23387 \begin_layout Plain Layout
23388
23389  {
23390 \backslash
23391 arrayrulecolor{red}
23392 \backslash
23393 myHdashline
23394 \backslash
23395 arrayrulecolor{black}}
23396 \end_layout
23397
23398 \end_inset
23399
23400
23401 \begin_inset Note Note
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405 filets interrompus horizontaux en rouge
23406 \end_layout
23407
23408 \end_inset
23409
23410
23411 \end_layout
23412
23413 \begin_layout Standard
23414 \begin_inset ERT
23415 status collapsed
23416
23417 \begin_layout Plain Layout
23418
23419
23420 \backslash
23421 let
23422 \backslash
23423 myCdashline
23424 \backslash
23425 cdashline
23426 \end_layout
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 renewcommand{
23433 \backslash
23434 cdashline}[1]
23435 \end_layout
23436
23437 \begin_layout Plain Layout
23438
23439  {
23440 \backslash
23441 arrayrulecolor{yellow}
23442 \backslash
23443 myCdashline{#1}
23444 \backslash
23445 arrayrulecolor{black}}
23446 \end_layout
23447
23448 \end_inset
23449
23450
23451 \begin_inset Note Note
23452 status collapsed
23453
23454 \begin_layout Plain Layout
23455 filets interrompus horizontaux en jaune, partiellement
23456 \end_layout
23457
23458 \end_inset
23459
23460
23461 \end_layout
23462
23463 \begin_layout Standard
23464 \begin_inset Float table
23465 placement h
23466 wide false
23467 sideways false
23468 status open
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Caption Standard
23472
23473 \begin_layout Plain Layout
23474 \begin_inset CommandInset label
23475 LatexCommand label
23476 name "tab:Colored-table-with"
23477
23478 \end_inset
23479
23480 Tableau coloré avec filets interropus
23481 \end_layout
23482
23483 \end_inset
23484
23485
23486 \end_layout
23487
23488 \begin_layout Plain Layout
23489 \align center
23490 \begin_inset Tabular
23491 <lyxtabular version="3" rows="5" columns="5">
23492 <features rotate="0" tabularvalignment="middle">
23493 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
23494 <column alignment="center" valignment="top" width="0pt">
23495 <column alignment="center" valignment="top" width="0pt" special=":c">
23496 <column alignment="center" valignment="top">
23497 <column alignment="center" valignment="top">
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 a
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 <cell alignment="center" valignment="top" topline="true" usebox="none">
23509 \begin_inset Text
23510
23511 \begin_layout Plain Layout
23512 b
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 c
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 d
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 e
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 </row>
23545 <row>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 f
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 <cell alignment="center" valignment="top" topline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559 g
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 h
23569 \end_layout
23570
23571 \end_inset
23572 </cell>
23573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23574 \begin_inset Text
23575
23576 \begin_layout Plain Layout
23577 i
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 j
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 </row>
23592 <row>
23593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset ERT
23598 status collapsed
23599
23600 \begin_layout Plain Layout
23601
23602
23603 \backslash
23604 hdashline 
23605 \end_layout
23606
23607 \end_inset
23608
23609
23610 \begin_inset ERT
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614
23615
23616 \backslash
23617 rowcolor{Gray}
23618 \end_layout
23619
23620 \end_inset
23621
23622 k
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23628 \begin_inset Text
23629
23630 \begin_layout Plain Layout
23631 l
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 <cell alignment="center" valignment="top" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640 m
23641 \end_layout
23642
23643 \end_inset
23644 </cell>
23645 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649 n
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 o
23659 \end_layout
23660
23661 \end_inset
23662 </cell>
23663 </row>
23664 <row>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset ERT
23670 status collapsed
23671
23672 \begin_layout Plain Layout
23673
23674
23675 \backslash
23676 cdashline{4-5}
23677 \end_layout
23678
23679 \end_inset
23680
23681 p
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690 q
23691 \end_layout
23692
23693 \end_inset
23694 </cell>
23695 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699 r
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708 s
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 </row>
23723 <row>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 t
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23734 \begin_inset Text
23735
23736 \begin_layout Plain Layout
23737 u
23738 \end_layout
23739
23740 \end_inset
23741 </cell>
23742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746 v
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 w
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 \begin_inset ERT
23765 status collapsed
23766
23767 \begin_layout Plain Layout
23768
23769
23770 \backslash
23771 cellcolor{Maroon}
23772 \end_layout
23773
23774 \end_inset
23775
23776 i
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 </lyxtabular>
23783
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790
23791
23792 \end_layout
23793
23794 \begin_layout Standard
23795 \begin_inset ERT
23796 status collapsed
23797
23798 \begin_layout Plain Layout
23799
23800
23801 \backslash
23802 renewcommand{
23803 \backslash
23804 hdashline}{
23805 \backslash
23806 myHdashline}
23807 \end_layout
23808
23809 \end_inset
23810
23811
23812 \lang english
23813
23814 \begin_inset Note Note
23815 status collapsed
23816
23817 \begin_layout Plain Layout
23818 retour à la valeur implicite
23819 \end_layout
23820
23821 \end_inset
23822
23823
23824 \end_layout
23825
23826 \begin_layout Standard
23827 \begin_inset ERT
23828 status collapsed
23829
23830 \begin_layout Plain Layout
23831
23832
23833 \backslash
23834 renewcommand{
23835 \backslash
23836 cdashline}{
23837 \backslash
23838 myCdashline}
23839 \end_layout
23840
23841 \end_inset
23842
23843
23844 \lang english
23845
23846 \begin_inset Note Note
23847 status collapsed
23848
23849 \begin_layout Plain Layout
23850 retour à la valeur implicite
23851 \end_layout
23852
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \begin_layout Standard
23859 \begin_inset ERT
23860 status collapsed
23861
23862 \begin_layout Plain Layout
23863
23864
23865 \backslash
23866 nodashgapcolor
23867 \end_layout
23868
23869 \end_inset
23870
23871
23872 \lang english
23873
23874 \begin_inset Note Note
23875 status collapsed
23876
23877 \begin_layout Plain Layout
23878 retour à la valeur implicite
23879 \end_layout
23880
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \begin_layout Standard
23887 \begin_inset ERT
23888 status collapsed
23889
23890 \begin_layout Plain Layout
23891
23892
23893 \backslash
23894 setlength{
23895 \backslash
23896 arrayrulewidth}{0.4pt}
23897 \end_layout
23898
23899 \end_inset
23900
23901
23902 \lang english
23903
23904 \begin_inset Note Note
23905 status collapsed
23906
23907 \begin_layout Plain Layout
23908 retour à la valeur implicite
23909 \end_layout
23910
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \begin_layout Standard
23917 La coloration des lignes, des colonnes et des filets fonctionne comme il
23918  est décrit section
23919 \begin_inset space ~
23920 \end_inset
23921
23922
23923 \begin_inset CommandInset ref
23924 LatexCommand ref
23925 reference "sec:Tableaux-Colorés"
23926
23927 \end_inset
23928
23929 .
23930  Coloret les filets horizontaux fonctionne de manière analogue comme il
23931  est décrit ici, il suffit de remplacer la commande 
23932 \series bold
23933
23934 \backslash
23935 myHlineC
23936 \series default
23937  par 
23938 \series bold
23939
23940 \backslash
23941 myHdashline
23942 \series default
23943  et la commande 
23944 \backslash
23945
23946 \series bold
23947 hlinepar
23948 \series default
23949  
23950 \series bold
23951
23952 \backslash
23953 hdashline
23954 \series default
23955 .
23956  On utilise donc les commandes:
23957 \end_layout
23958
23959 \begin_layout Standard
23960
23961 \series bold
23962
23963 \backslash
23964 let
23965 \backslash
23966 myHdashline
23967 \backslash
23968 hdashline
23969 \begin_inset Newline newline
23970 \end_inset
23971
23972
23973 \backslash
23974 renewcommand{
23975 \backslash
23976 hdashline}
23977 \begin_inset Newline newline
23978 \end_inset
23979
23980
23981 \begin_inset Phantom HPhantom
23982 status open
23983
23984 \begin_layout Plain Layout
23985 \begin_inset space ~
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \end_inset
23992
23993 {
23994 \backslash
23995 arrayrulecolor{red}
23996 \backslash
23997 myHdashline
23998 \backslash
23999 arrayrulecolor{black}}
24000 \end_layout
24001
24002 \begin_layout Standard
24003 Pour colorer 
24004 \series bold
24005
24006 \backslash
24007 cdashline
24008 \series default
24009 , la commande est:
24010 \end_layout
24011
24012 \begin_layout Standard
24013
24014 \series bold
24015
24016 \backslash
24017 let
24018 \backslash
24019 myCdashline
24020 \backslash
24021 cdashline
24022 \begin_inset Newline newline
24023 \end_inset
24024
24025
24026 \backslash
24027 renewcommand{
24028 \backslash
24029 cdashline}[1]
24030 \begin_inset Newline newline
24031 \end_inset
24032
24033
24034 \begin_inset Phantom HPhantom
24035 status open
24036
24037 \begin_layout Plain Layout
24038 \begin_inset space ~
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045
24046 {
24047 \backslash
24048 arrayrulecolor{red}
24049 \backslash
24050 myCdashline{#1}
24051 \backslash
24052 arrayrulecolor{black}}
24053 \end_layout
24054
24055 \begin_layout Standard
24056 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24057  code TeX après le tableau,
24058 \end_layout
24059
24060 \begin_layout Standard
24061 pour 
24062 \series bold
24063
24064 \backslash
24065 hdashline:
24066 \end_layout
24067
24068 \begin_layout Standard
24069
24070 \series bold
24071
24072 \backslash
24073 renewcommand{
24074 \backslash
24075 hdashline}{
24076 \backslash
24077 myHdashline}
24078 \end_layout
24079
24080 \begin_layout Standard
24081 et pour 
24082 \series bold
24083
24084 \backslash
24085 cdashline
24086 \end_layout
24087
24088 \begin_layout Standard
24089
24090 \series bold
24091
24092 \backslash
24093 renewcommand{
24094 \backslash
24095 cdashline}{
24096 \backslash
24097 myCdashline}
24098 \end_layout
24099
24100 \begin_layout Standard
24101 Pour colorer les espaces entre les tirets la commande
24102 \end_layout
24103
24104 \begin_layout Standard
24105
24106 \series bold
24107
24108 \backslash
24109 dashgapcolor{couleur}
24110 \end_layout
24111
24112 \begin_layout Standard
24113 peut être insérée en code TeX avant un tableau.
24114  
24115 \series bold
24116 couleur
24117 \series default
24118  est ici le nom d'une couleur définie précédemment.
24119  La commande
24120 \end_layout
24121
24122 \begin_layout Standard
24123
24124 \series bold
24125
24126 \backslash
24127 nodashgapcolor
24128 \end_layout
24129
24130 \begin_layout Standard
24131 annule les changements induits par 
24132 \series bold
24133
24134 \backslash
24135 dashgapcolor
24136 \series default
24137 .
24138 \end_layout
24139
24140 \begin_layout Standard
24141 \begin_inset Note Greyedout
24142 status open
24143
24144 \begin_layout Plain Layout
24145
24146 \series bold
24147 Not
24148 \series default
24149 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24150  de 
24151 \series bold
24152 arydshln
24153 \series default
24154  en premier.
24155  Donc dans la cellule 
24156 \emph on
24157 k
24158 \emph default
24159  du tableau
24160 \begin_inset space ~
24161 \end_inset
24162
24163
24164 \begin_inset CommandInset ref
24165 LatexCommand ref
24166 reference "tab:Colored-table-with"
24167
24168 \end_inset
24169
24170  , la commande 
24171 \series bold
24172
24173 \backslash
24174 hdashline
24175 \series default
24176  est placée avant 
24177 \series bold
24178
24179 \backslash
24180 rowcolor
24181 \series default
24182 .
24183 \end_layout
24184
24185 \end_inset
24186
24187
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset Note Greyedout
24192 status open
24193
24194 \begin_layout Plain Layout
24195
24196 \series bold
24197 Nota:
24198 \series default
24199  le paquetage LaTeX 
24200 \series bold
24201 arydshln
24202 \series default
24203  doit être chargé dans le préambule 
24204 \emph on
24205 avant
24206 \emph default
24207  le paquetage 
24208 \series bold
24209 colortbl
24210 \series default
24211
24212 \begin_inset Index idx
24213 status collapsed
24214
24215 \begin_layout Plain Layout
24216 Paquetages LaTeX ! colortbl
24217 \end_layout
24218
24219 \end_inset
24220
24221 .
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Standard
24230 \begin_inset ERT
24231 status collapsed
24232
24233 \begin_layout Plain Layout
24234
24235
24236 \backslash
24237 else
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \begin_inset Note Note
24244 status open
24245
24246 \begin_layout Plain Layout
24247 Ce qui suit sera affiché si le paquetage LaTeX 
24248 \series bold
24249 arydshln
24250 \series default
24251  n'est pas installé :
24252 \end_layout
24253
24254 \end_inset
24255
24256
24257 \end_layout
24258
24259 \begin_layout Standard
24260 Vous devez installer le paquetage LaTeX 
24261 \series bold
24262 arydshln
24263 \series default
24264  pour voir le contenu des cette section dans la sortie imprimée.
24265 \end_layout
24266
24267 \begin_layout Standard
24268 \begin_inset ERT
24269 status collapsed
24270
24271 \begin_layout Plain Layout
24272
24273
24274 \backslash
24275 fi
24276 \end_layout
24277
24278 \end_inset
24279
24280
24281 \end_layout
24282
24283 \begin_layout Standard
24284 Pour les détails concernant les filets colorés, voir la documentation du
24285  paquetage 
24286 \series bold
24287 arydshln
24288 \series default
24289
24290 \begin_inset CommandInset citation
24291 LatexCommand cite
24292 key "arydshln"
24293
24294 \end_inset
24295
24296 .
24297 \end_layout
24298
24299 \begin_layout Chapter
24300 Flottants
24301 \begin_inset CommandInset label
24302 LatexCommand label
24303 name "chap:Flottants"
24304
24305 \end_inset
24306
24307
24308 \begin_inset Index idx
24309 status collapsed
24310
24311 \begin_layout Plain Layout
24312 Flottants
24313 \end_layout
24314
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \begin_layout Section
24321 Introduction
24322 \begin_inset CommandInset label
24323 LatexCommand label
24324 name "sec:Flottants-Introduction"
24325
24326 \end_inset
24327
24328
24329 \begin_inset Index idx
24330 status collapsed
24331
24332 \begin_layout Plain Layout
24333 Flottants ! Introduction
24334 \end_layout
24335
24336 \end_inset
24337
24338
24339 \end_layout
24340
24341 \begin_layout Standard
24342 Un flottant est une portion de document, qui peut être associé à une étiquette
24343  et dont la position n'est pas fixée.
24344  Il peut 
24345 \begin_inset Quotes fld
24346 \end_inset
24347
24348 flotter
24349 \begin_inset Quotes frd
24350 \end_inset
24351
24352  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24353  plus approprié.
24354  Les 
24355 \family sans
24356 Notes
24357 \begin_inset space ~
24358 \end_inset
24359
24360 en
24361 \begin_inset space ~
24362 \end_inset
24363
24364 Bas
24365 \begin_inset space ~
24366 \end_inset
24367
24368 de
24369 \begin_inset space ~
24370 \end_inset
24371
24372 Page
24373 \family default
24374  et le 
24375 \family sans
24376 Notes
24377 \begin_inset space ~
24378 \end_inset
24379
24380 en
24381 \begin_inset space ~
24382 \end_inset
24383
24384 Marge
24385 \family default
24386  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24387  sur la page suivante quand il y a trop de notes sur la page courante.
24388 \end_layout
24389
24390 \begin_layout Standard
24391 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24392  très grande qualité.
24393  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24394  éviter des lignes blanches ou des pages sans texte.
24395  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24396  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24397  le texte.
24398  Les flottants sont donc numérotés.
24399  Les références croisées sont décrites dans la section
24400 \begin_inset space ~
24401 \end_inset
24402
24403
24404 \begin_inset CommandInset ref
24405 LatexCommand ref
24406 reference "sec:Referencer-les-Flottants"
24407
24408 \end_inset
24409
24410 .
24411 \end_layout
24412
24413 \begin_layout Standard
24414 Pour insérer un flottant, on utilise un des sous menus du menu 
24415 \family sans
24416 Insertion\SpecialChar \menuseparator
24417 Flottant
24418 \family default
24419  (barre d'outils 
24420 \begin_inset Info
24421 type  "icon"
24422 arg   "float-insert figure"
24423 \end_inset
24424
24425  ou 
24426 \begin_inset Info
24427 type  "icon"
24428 arg   "float-insert table"
24429 \end_inset
24430
24431 ).
24432  Une boîte va être insérée dans votre document avec par exemple une étiquette
24433  du genre 
24434 \begin_inset Quotes fld
24435 \end_inset
24436
24437 Figure
24438 \begin_inset space ~
24439 \end_inset
24440
24441 #:
24442 \begin_inset Quotes frd
24443 \end_inset
24444
24445  (où # est un numéro).
24446  L'étiquette est automatiquement traduite dans la langue du document dans
24447  la sortie finale.
24448  Après l'étiquette vous pouvez insérer du texte comme légende.
24449  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24450  séparé, à l'intérieur du flottant.
24451  Vous trouverez plus de détails sur le positionnement des légendes dans
24452  la section
24453 \begin_inset space ~
24454 \end_inset
24455
24456
24457 \begin_inset CommandInset ref
24458 LatexCommand ref
24459 reference "sec:Placement-légende"
24460
24461 \end_inset
24462
24463 .
24464  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
24465  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24466  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24467  Une boîte de flottant fermée ressemble à ceci : 
24468 \begin_inset Graphics
24469         filename clipart/floatQt4.png
24470         scale 60
24471
24472 \end_inset
24473
24474  – une case grise avec un texte rouge.
24475 \end_layout
24476
24477 \begin_layout Standard
24478 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24479  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
24480  est formaté de façon particulière.
24481 \end_layout
24482
24483 \begin_layout Section
24484 Les types de flottants
24485 \end_layout
24486
24487 \begin_layout Standard
24488 En plus des flottants de figures et de tableau qui sont décrits respectivement
24489  dans les sections
24490 \begin_inset space ~
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "sec:Figure-Floats"
24497
24498 \end_inset
24499
24500  et 
24501 \begin_inset CommandInset ref
24502 LatexCommand ref
24503 reference "sec:Table-Floats"
24504
24505 \end_inset
24506
24507 , LyX offre aussi les types 
24508 \family sans
24509 Algorithme
24510 \family default
24511  et 
24512 \family sans
24513 Enrobage
24514 \family default
24515 .
24516  Ces derniers sont expliques dans la section
24517 \begin_inset space \thinspace{}
24518 \end_inset
24519
24520
24521 \begin_inset CommandInset ref
24522 LatexCommand ref
24523 reference "sec:Flottant-d'enrobage"
24524
24525 \end_inset
24526
24527 .
24528 \end_layout
24529
24530 \begin_layout Subsection
24531 Flottant d'algorithme
24532 \begin_inset Index idx
24533 status collapsed
24534
24535 \begin_layout Plain Layout
24536 Flottants ! Algorithmes
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \begin_inset CommandInset label
24543 LatexCommand label
24544 name "sub:Flottant-d'Algorithme"
24545
24546 \end_inset
24547
24548
24549 \end_layout
24550
24551 \begin_layout Standard
24552 \begin_inset Float algorithm
24553 placement h
24554 wide false
24555 sideways false
24556 status open
24557
24558 \begin_layout Plain Layout
24559 \begin_inset Caption Standard
24560
24561 \begin_layout Plain Layout
24562 \begin_inset CommandInset label
24563 LatexCommand label
24564 name "alg:Exemple-Flottant-Algorithme"
24565
24566 \end_inset
24567
24568 Exemple de flottant d'algorithme
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout LyX-Code
24577 for I in 1..N loop
24578 \begin_inset Newline newline
24579 \end_inset
24580
24581  Sum:= Sum + A(I); /*comment*/
24582 \begin_inset Newline newline
24583 \end_inset
24584
24585 end loop
24586 \begin_inset VSpace -4mm
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \end_inset
24593
24594
24595 \end_layout
24596
24597 \begin_layout Standard
24598 Ce type de flottant est inséré à l'aide du menu 
24599 \family sans
24600 Insertion\SpecialChar \menuseparator
24601 Flottant\SpecialChar \menuseparator
24602 Algorithme
24603 \family default
24604 .
24605  Il peut être utilisé pour des morceaux de code source ou des descriptions
24606  d'algorithmes et peut être utilisé comme une alternative au listing de
24607  code source qui est décrit au chapitre
24608 \begin_inset space ~
24609 \end_inset
24610
24611
24612 \begin_inset CommandInset ref
24613 LatexCommand ref
24614 reference "cha:Program-Code-Listings"
24615
24616 \end_inset
24617
24618 .
24619  Vous pouvez par exemple utiliser l'environnement Code
24620 \begin_inset space ~
24621 \end_inset
24622
24623 LyX qui est décrit dans le 
24624 \emph on
24625 Guide
24626 \emph default
24627
24628 \begin_inset space ~
24629 \end_inset
24630
24631
24632 \emph on
24633 de
24634 \begin_inset space ~
24635 \end_inset
24636
24637 l'Utilisateur
24638 \emph default
24639  de LyX.
24640  l'algorithme
24641 \begin_inset space ~
24642 \end_inset
24643
24644
24645 \begin_inset CommandInset ref
24646 LatexCommand ref
24647 reference "alg:Exemple-Flottant-Algorithme"
24648
24649 \end_inset
24650
24651  est un exemple de flottant d'algorithme où un espace vertical de -4
24652 \begin_inset space \thinspace{}
24653 \end_inset
24654
24655 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24656  soit placée exactement sous le texte de la dernière ligne.
24657 \end_layout
24658
24659 \begin_layout Standard
24660 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24661  du document.
24662  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24663 ent en ajoutant la ligne suivante dans le préambule de votre document :
24664 \end_layout
24665
24666 \begin_layout Standard
24667
24668 \series bold
24669
24670 \backslash
24671 floatname{algorithm}{votre
24672 \begin_inset space ~
24673 \end_inset
24674
24675 nom}
24676 \end_layout
24677
24678 \begin_layout Standard
24679
24680 \family sans
24681  votre
24682 \begin_inset space ~
24683 \end_inset
24684
24685 nom
24686 \family default
24687  est le mot 
24688 \begin_inset Quotes fld
24689 \end_inset
24690
24691
24692 \emph on
24693 algorithme
24694 \emph default
24695
24696 \begin_inset Quotes frd
24697 \end_inset
24698
24699  dans votre langue.
24700 \end_layout
24701
24702 \begin_layout Standard
24703 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24704 \family sans
24705 Insertion\SpecialChar \menuseparator
24706 Listes
24707 \begin_inset space ~
24708 \end_inset
24709
24710 &
24711 \begin_inset space ~
24712 \end_inset
24713
24714 TdM\SpecialChar \menuseparator
24715 Liste
24716 \begin_inset space ~
24717 \end_inset
24718
24719 des
24720 \begin_inset space ~
24721 \end_inset
24722
24723 algorithmes
24724 \family default
24725  si votre document est en la même langue que les menus de LyX.
24726  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24727  en code TeX à la place:
24728 \end_layout
24729
24730 \begin_layout Standard
24731
24732 \series bold
24733
24734 \backslash
24735 listof{algorithm}{votre
24736 \begin_inset space ~
24737 \end_inset
24738
24739 nom}
24740 \end_layout
24741
24742 \begin_layout Standard
24743 où 
24744 \family sans
24745 votre
24746 \begin_inset space ~
24747 \end_inset
24748
24749 nom
24750 \family default
24751  est la traduction de 
24752 \begin_inset Quotes fld
24753 \end_inset
24754
24755
24756 \emph on
24757 List of Algorithm
24758 \emph default
24759 s
24760 \begin_inset Quotes frd
24761 \end_inset
24762
24763  dans votre langue.
24764 \end_layout
24765
24766 \begin_layout Standard
24767 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24768  le schéma 
24769 \begin_inset Quotes fld
24770 \end_inset
24771
24772 chapitre.algorithme
24773 \begin_inset Quotes frd
24774 \end_inset
24775
24776  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24777  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24778  commande dans le préambule de votre document :
24779 \end_layout
24780
24781 \begin_layout Standard
24782
24783 \series bold
24784
24785 \backslash
24786 numberwithin{algorithm}{chapter}
24787 \end_layout
24788
24789 \begin_layout Standard
24790 Pour pouvoir utiliser la commande 
24791 \series bold
24792
24793 \backslash
24794 numberwithin
24795 \series default
24796 , activez l'option 
24797 \family sans
24798 Utiliser
24799 \begin_inset space ~
24800 \end_inset
24801
24802 le
24803 \begin_inset space ~
24804 \end_inset
24805
24806 paquetage
24807 \begin_inset space ~
24808 \end_inset
24809
24810 AMS
24811 \begin_inset space ~
24812 \end_inset
24813
24814 math
24815 \family default
24816  dans la rubrique 
24817 \family sans
24818 Options
24819 \begin_inset space ~
24820 \end_inset
24821
24822 des
24823 \begin_inset space ~
24824 \end_inset
24825
24826 Maths
24827 \family default
24828  de la fenêtre de dialogue 
24829 \family sans
24830 Paramètres
24831 \begin_inset space ~
24832 \end_inset
24833
24834 du
24835 \begin_inset space ~
24836 \end_inset
24837
24838 Document
24839 \family default
24840 .
24841 \end_layout
24842
24843 \begin_layout Section
24844 Numérotation des flottants
24845 \begin_inset Index idx
24846 status collapsed
24847
24848 \begin_layout Plain Layout
24849 Flottants ! Numérotation
24850 \end_layout
24851
24852 \end_inset
24853
24854
24855 \end_layout
24856
24857 \begin_layout Standard
24858 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24859  ils se trouvent, soit en utilisant un format du genre 
24860 \begin_inset Quotes fld
24861 \end_inset
24862
24863 chapitre.numéro
24864 \begin_inset Quotes frd
24865 \end_inset
24866
24867  ou 
24868 \begin_inset Quotes fld
24869 \end_inset
24870
24871 section.numéro
24872 \begin_inset Quotes frd
24873 \end_inset
24874
24875 .
24876  Cela dépend de la classe de document utilisée.
24877 \end_layout
24878
24879 \begin_layout Standard
24880 Pour changer le format de la numérotation qui ne dépend pas de la section
24881  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24882  le préambule du document :
24883 \end_layout
24884
24885 \begin_layout Standard
24886
24887 \series bold
24888
24889 \backslash
24890 renewcommand{
24891 \backslash
24892 thetable}{
24893 \backslash
24894 roman{table}}
24895 \end_layout
24896
24897 \begin_layout Standard
24898
24899 \series bold
24900
24901 \backslash
24902 thetable
24903 \series default
24904  est la commande qui imprime le numéro du tableau, pour les figures, la
24905  commande serait 
24906 \series bold
24907
24908 \backslash
24909 thefigure
24910 \series default
24911 .
24912  La commande 
24913 \series bold
24914
24915 \backslash
24916 roman
24917 \series default
24918  utilisée dans la commande précédente, imprime le numéro du tableau sous
24919  forme de petits chiffres romains.
24920 \end_layout
24921
24922 \begin_layout Standard
24923 Pour changer le type de numérotation pour par exemple 
24924 \begin_inset Quotes fld
24925 \end_inset
24926
24927 sous-section.numéro
24928 \begin_inset Quotes frd
24929 \end_inset
24930
24931 , utilisez la commande suivante dans le préambule du document :
24932 \end_layout
24933
24934 \begin_layout Standard
24935
24936 \series bold
24937
24938 \backslash
24939 numberwithin{table}{subsection}
24940 \end_layout
24941
24942 \begin_layout Standard
24943 Pour pouvoir utiliser la commande 
24944 \series bold
24945
24946 \backslash
24947 numberwithin
24948 \series default
24949 , vous devez activer l'option 
24950 \family sans
24951 Utiliser
24952 \begin_inset space ~
24953 \end_inset
24954
24955 le
24956 \begin_inset space ~
24957 \end_inset
24958
24959 paquetage
24960 \begin_inset space ~
24961 \end_inset
24962
24963 maths
24964 \begin_inset space ~
24965 \end_inset
24966
24967 AMS
24968 \family default
24969  dans la rubrique 
24970 \family sans
24971 Options
24972 \begin_inset space ~
24973 \end_inset
24974
24975 des
24976 \begin_inset space ~
24977 \end_inset
24978
24979 Maths
24980 \family default
24981  de la fenêtre de dialogue 
24982 \family sans
24983 Paramètres
24984 \family default
24985  du document.
24986 \end_layout
24987
24988 \begin_layout Standard
24989 Veuillez aussi jeter un coup d'œil à la section
24990 \begin_inset space ~
24991 \end_inset
24992
24993
24994 \begin_inset CommandInset ref
24995 LatexCommand ref
24996 reference "sub:Numerotation-notes-bas-de-page"
24997
24998 \end_inset
24999
25000  pour plus de détails et des notes importantes sur les commandes de numérotation.
25001 \end_layout
25002
25003 \begin_layout Section
25004 Faire référence à des flottants
25005 \begin_inset CommandInset label
25006 LatexCommand label
25007 name "sec:Referencer-les-Flottants"
25008
25009 \end_inset
25010
25011
25012 \begin_inset Index idx
25013 status collapsed
25014
25015 \begin_layout Plain Layout
25016 Flottants ! Références
25017 \end_layout
25018
25019 \end_inset
25020
25021
25022 \begin_inset Index idx
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026 References@Références ! à des Flottants 
25027 \end_layout
25028
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25036  en utilisant le menu 
25037 \family sans
25038 Insertion\SpecialChar \menuseparator
25039 Étiquette
25040 \family default
25041  ou le bouton 
25042 \begin_inset Info
25043 type  "icon"
25044 arg   "label-insert"
25045 \end_inset
25046
25047  de la barre d'outils.
25048  Une boîte grise de ce genre : 
25049 \begin_inset Graphics
25050         filename clipart/labelQt4.png
25051         lyxscale 85
25052         scale 85
25053         scaleBeforeRotation
25054
25055 \end_inset
25056
25057  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25058  de saisir le texte de l'étiquette.
25059  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
25060  précédés d'un préfixe.
25061  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25062  préfixe sera 
25063 \begin_inset Quotes fld
25064 \end_inset
25065
25066
25067 \family sans
25068 fig:
25069 \family default
25070
25071 \begin_inset Quotes frd
25072 \end_inset
25073
25074 .
25075 \end_layout
25076
25077 \begin_layout Standard
25078 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25079  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25080 \family sans
25081 Insertion\SpecialChar \menuseparator
25082 Référence
25083 \begin_inset space ~
25084 \end_inset
25085
25086 Croisée
25087 \family default
25088  ou le bouton 
25089 \begin_inset Info
25090 type  "icon"
25091 arg   "dialog-show-new-inset ref"
25092 \end_inset
25093
25094  de la barre d'outils.
25095  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25096  définies dans votre document.
25097  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
25098  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
25099  de la fenêtre de dialogue.
25100  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25101  une.
25102  Une boîte grise de référence croisée comme celle-ci : 
25103 \begin_inset Graphics
25104         filename ../clipart/referenceQt4.png
25105         scale 85
25106         scaleBeforeRotation
25107
25108 \end_inset
25109
25110  va être insérée.
25111  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25112  de la référence croisée.
25113 \end_layout
25114
25115 \begin_layout Standard
25116 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25117  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25118  les deux.
25119  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25120  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25121  du numéro de la référence.
25122 \end_layout
25123
25124 \begin_layout Standard
25125 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25126  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25127  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25128  pas à vous en préoccuper.
25129 \end_layout
25130
25131 \begin_layout Standard
25132 Le bouton 
25133 \family sans
25134 Aller
25135 \begin_inset space ~
25136 \end_inset
25137
25138 à
25139 \begin_inset space ~
25140 \end_inset
25141
25142 l'étiquette
25143 \family default
25144  dans la fenêtre de référence croisée va positionner le curseur juste devant
25145  l'étiquette à laquelle on fait référence.
25146  Le nom du bouton bouton 
25147 \family sans
25148 Revenir
25149 \family default
25150  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25151 \end_layout
25152
25153 \begin_layout Subsection
25154 Formats de références croisées
25155 \begin_inset CommandInset label
25156 LatexCommand label
25157 name "sub:Formats-Références-Croisées"
25158
25159 \end_inset
25160
25161
25162 \begin_inset Index idx
25163 status collapsed
25164
25165 \begin_layout Plain Layout
25166 References@Références ! Formats
25167 \end_layout
25168
25169 \end_inset
25170
25171
25172 \end_layout
25173
25174 \begin_layout Standard
25175 Il y a six types de références croisées :
25176 \end_layout
25177
25178 \begin_layout Description
25179 <référence>
25180 \begin_inset space ~
25181 \end_inset
25182
25183 : affiche le numéro de l'élément, c'est le choix implicite : 
25184 \begin_inset CommandInset ref
25185 LatexCommand ref
25186 reference "fig:Deux-images-déformées"
25187
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \begin_layout Description
25194 (<référence>)
25195 \begin_inset space ~
25196 \end_inset
25197
25198 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25199  normalement pour faire référence à des formules mathématiques, en particulier
25200  quand le mot 
25201 \begin_inset Quotes fld
25202 \end_inset
25203
25204 Équation
25205 \begin_inset Quotes frd
25206 \end_inset
25207
25208  est omis : 
25209 \begin_inset CommandInset ref
25210 LatexCommand eqref
25211 reference "eq:Wgn"
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Description
25219 <page>
25220 \begin_inset space ~
25221 \end_inset
25222
25223 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25224 \begin_inset space ~
25225 \end_inset
25226
25227
25228 \begin_inset CommandInset ref
25229 LatexCommand pageref
25230 reference "fig:Deux-images-déformées"
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \begin_layout Description
25238 Sur
25239 \begin_inset space ~
25240 \end_inset
25241
25242 la
25243 \begin_inset space ~
25244 \end_inset
25245
25246 page
25247 \begin_inset space ~
25248 \end_inset
25249
25250 <page>
25251 \begin_inset space ~
25252 \end_inset
25253
25254 : affiche le mot 
25255 \begin_inset Quotes fld
25256 \end_inset
25257
25258 page
25259 \begin_inset Quotes frd
25260 \end_inset
25261
25262  suivi du numéro de la page sur laquelle se trouve l'élément : 
25263 \begin_inset CommandInset ref
25264 LatexCommand vpageref
25265 reference "fig:Deux-images-déformées"
25266
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \begin_layout Description
25273 <référence>
25274 \begin_inset space ~
25275 \end_inset
25276
25277 page
25278 \begin_inset space ~
25279 \end_inset
25280
25281 <page>
25282 \begin_inset space ~
25283 \end_inset
25284
25285 : affiche le numéro de l'élément, le mot 
25286 \begin_inset Quotes fld
25287 \end_inset
25288
25289 page
25290 \begin_inset Quotes frd
25291 \end_inset
25292
25293  et le numéro de la page : 
25294 \begin_inset CommandInset ref
25295 LatexCommand vref
25296 reference "fig:Deux-images-déformées"
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Description
25304 Référence
25305 \begin_inset space ~
25306 \end_inset
25307
25308 mise
25309 \begin_inset space ~
25310 \end_inset
25311
25312 en
25313 \begin_inset space ~
25314 \end_inset
25315
25316 forme
25317 \begin_inset space ~
25318 \end_inset
25319
25320 : affiche une référence croisée qui définit son propre format.
25321 \begin_inset Newline newline
25322 \end_inset
25323
25324
25325 \begin_inset Note Greyedout
25326 status open
25327
25328 \begin_layout Plain Layout
25329
25330 \series bold
25331 Note:
25332 \series default
25333  Ce type de référence croisée n'est disponible que si vous avez installé
25334  le paquetage LaTeX 
25335 \series bold
25336 prettyref
25337 \series default
25338  ou 
25339 \series bold
25340 refstyle
25341 \series default
25342
25343 \begin_inset Index idx
25344 status collapsed
25345
25346 \begin_layout Plain Layout
25347 Paquetages LaTeX ! prettyref
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset Index idx
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357 Paquetages LaTeX ! refstyle
25358 \end_layout
25359
25360 \end_inset
25361
25362 .
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \begin_inset Newline newline
25369 \end_inset
25370
25371 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
25372  fonction en utilisant l'option 
25373 \family sans
25374 Utiliser refstyle (à la place de prettyref) pour les références croisées
25375 \family default
25376  dans le menu 
25377 \family sans
25378 Document\SpecialChar \menuseparator
25379 Paramètres\SpecialChar \menuseparator
25380 Classe de document
25381 \family default
25382 .
25383  Le format est précisé en ajoutant la commande 
25384 \series bold
25385
25386 \backslash
25387 newrefformat
25388 \series default
25389  (prettyref) ou 
25390 \series bold
25391
25392 \backslash
25393 newref
25394 \series default
25395  (refstyle) au préambule du document.
25396  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25397  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25398 \begin_inset space ~
25399 \end_inset
25400
25401 :
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405
25406 \series bold
25407
25408 \backslash
25409 newref{fig}{refcmd={Image sur la page 
25410 \backslash
25411 pageref{#1}}}
25412 \series default
25413
25414 \begin_inset Newline newline
25415 \end_inset
25416
25417 Pour plus d'information sur le format, jetez un œil sur la documentation
25418  du paquetage, 
25419 \begin_inset CommandInset citation
25420 LatexCommand cite
25421 key "prettyref,refstyle"
25422
25423 \end_inset
25424
25425 .
25426 \end_layout
25427
25428 \begin_layout Description
25429 Référence
25430 \begin_inset space ~
25431 \end_inset
25432
25433 textuelle: affiche la légende de la référence
25434 \begin_inset space ~
25435 \end_inset
25436
25437
25438 \begin_inset CommandInset ref
25439 LatexCommand nameref
25440 reference "fig:Deux-images-déformées"
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Standard
25448
25449 \family sans
25450 <page>
25451 \family default
25452  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25453  précédente, la même page ou la page suivante.
25454  Vous verrez par exemple un texte du genre 
25455 \begin_inset Quotes fld
25456 \end_inset
25457
25458
25459 \family sans
25460 sur cette page
25461 \family default
25462
25463 \begin_inset Quotes frd
25464 \end_inset
25465
25466  à la place.
25467  Le style 
25468 \family sans
25469 <référence>
25470 \begin_inset space ~
25471 \end_inset
25472
25473 page
25474 \begin_inset space ~
25475 \end_inset
25476
25477 <page> 
25478 \family default
25479 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25480  page.
25481 \end_layout
25482
25483 \begin_layout Standard
25484 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25485  se trouve sont calculés automatiquement par LaTeX.
25486  Vous choisissez une des six variétés de références dans le champ Format
25487  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25488  boîte de la référence croisée.
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \begin_inset Note Greyedout
25493 status open
25494
25495 \begin_layout Plain Layout
25496
25497 \series bold
25498 Note:
25499 \series default
25500  L'utilisation du paquetage LaTeX 
25501 \series bold
25502 refstyle
25503 \series default
25504
25505 \begin_inset Index idx
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509 Paquetages LaTeX ! refstyle
25510 \end_layout
25511
25512 \end_inset
25513
25514  est recommandée parce que 
25515 \series bold
25516 prettyref
25517 \series default
25518
25519 \begin_inset Index idx
25520 status collapsed
25521
25522 \begin_layout Plain Layout
25523 Paquetages LaTeX ! prettyref
25524 \end_layout
25525
25526 \end_inset
25527
25528  ne connaît pas tous les raccourcis possibles pour les étiquettes
25529 \begin_inset Foot
25530 status collapsed
25531
25532 \begin_layout Plain Layout
25533 \begin_inset Quotes fld
25534 \end_inset
25535
25536 fig:
25537 \begin_inset Quotes frd
25538 \end_inset
25539
25540  est par exemple le raccourci LyX pour les étiquettes dans les légendes
25541  de figures,.
25542 \end_layout
25543
25544 \end_inset
25545
25546  et n'est pas internationalisé.
25547 \end_layout
25548
25549 \end_inset
25550
25551
25552 \end_layout
25553
25554 \begin_layout Standard
25555 \begin_inset Note Greyedout
25556 status open
25557
25558 \begin_layout Plain Layout
25559
25560 \series bold
25561 Note:
25562 \series default
25563  Du fait d'un bogue dans la paquetage LaTeX 
25564 \series bold
25565 varioref
25566 \series default
25567  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
25568  si la langue du document est le français.
25569  Pour contourner ce bogue, voir
25570 \begin_inset Newline newline
25571 \end_inset
25572
25573
25574 \begin_inset CommandInset href
25575 LatexCommand href
25576 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25577
25578 \end_inset
25579
25580 .
25581 \end_layout
25582
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \begin_layout Subsection
25589 Nommage automatique des références croisées
25590 \begin_inset Index idx
25591 status collapsed
25592
25593 \begin_layout Plain Layout
25594 References@Références ! Nommage automatique
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \begin_layout Standard
25603 Le paquetage LaTeX 
25604 \series bold
25605 hyperref
25606 \series default
25607
25608 \begin_inset Index idx
25609 status collapsed
25610
25611 \begin_layout Plain Layout
25612 Paquetages LaTeX ! hyperref
25613 \end_layout
25614
25615 \end_inset
25616
25617
25618 \series bold
25619
25620 \series default
25621 qui est activé dans la rubrique 
25622 \family sans
25623 Propriétés du PDF
25624 \family default
25625  de la fenêtre de dialogue 
25626 \family sans
25627 Paramètres du document
25628 \family default
25629  fournit une fonction très utile pour automatiser la création des références
25630  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25631  une section).
25632  Par exemple pour vous éviter de devoir écrire le mot 
25633 \begin_inset Quotes fld
25634 \end_inset
25635
25636 Figure
25637 \begin_inset Quotes frd
25638 \end_inset
25639
25640  devant chaque référence à une figure.
25641  Pour profiter de ce nommage automatique des références croisées, vous devez
25642  activer 
25643 \series bold
25644 hyperref
25645 \series default
25646  et insérer la ligne suivante dans le préambule du document :
25647 \end_layout
25648
25649 \begin_layout Standard
25650
25651 \series bold
25652
25653 \backslash
25654 AtBeginDocument{
25655 \backslash
25656 renewcommand{
25657 \backslash
25658 ref}[1]{
25659 \backslash
25660 mbox{
25661 \backslash
25662 autoref{#1}}}}
25663 \end_layout
25664
25665 \begin_layout Standard
25666 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25667  défaut, par exemple vous préférez le nom 
25668 \begin_inset Quotes fld
25669 \end_inset
25670
25671 sec.
25672 \begin_inset Quotes frd
25673 \end_inset
25674
25675  plutôt que 
25676 \begin_inset Quotes fld
25677 \end_inset
25678
25679 section
25680 \begin_inset Quotes frd
25681 \end_inset
25682
25683 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25684 \end_layout
25685
25686 \begin_layout Standard
25687
25688 \series bold
25689
25690 \backslash
25691 addto
25692 \backslash
25693 extrasfrench{
25694 \backslash
25695 renewcommand{
25696 \backslash
25697 sectionautorefname}
25698 \begin_inset Newline newline
25699 \end_inset
25700
25701
25702 \begin_inset Phantom HPhantom
25703 status open
25704
25705 \begin_layout Plain Layout
25706
25707 \series bold
25708 \begin_inset space ~
25709 \end_inset
25710
25711
25712 \end_layout
25713
25714 \end_inset
25715
25716 {sec.
25717 \backslash
25718 negthinspace}}
25719 \end_layout
25720
25721 \begin_layout Standard
25722 Si vous utilisez une autre langue que le français, remplacez 
25723 \series bold
25724
25725 \backslash
25726 extrasfrench
25727 \series default
25728  par 
25729 \series bold
25730
25731 \backslash
25732 extras***
25733 \series default
25734 , où *** est le nom de la langue que vous utilisez.
25735
25736 \series bold
25737  
25738 \end_layout
25739
25740 \begin_layout Standard
25741 Pour avoir des noms automatiques, mais pas pour certains types de références,
25742  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25743 \end_layout
25744
25745 \begin_layout Standard
25746
25747 \series bold
25748
25749 \backslash
25750 addto
25751 \backslash
25752 extrasfrench{
25753 \backslash
25754 renewcommand*{
25755 \backslash
25756 equationautorefname}[1]{}}
25757 \end_layout
25758
25759 \begin_layout Standard
25760 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25761  de 
25762 \series bold
25763 hyperref
25764 \series default
25765  
25766 \begin_inset CommandInset citation
25767 LatexCommand cite
25768 key "hyperref"
25769
25770 \end_inset
25771
25772 .
25773 \end_layout
25774
25775 \begin_layout Standard
25776 \begin_inset Note Greyedout
25777 status open
25778
25779 \begin_layout Plain Layout
25780
25781 \series bold
25782 Note:
25783 \series default
25784  Le nommage automatique de références ne peut être utilisé si vous avez
25785  choisi le style de référence 
25786 \family sans
25787 Référence
25788 \begin_inset space ~
25789 \end_inset
25790
25791 mise
25792 \begin_inset space ~
25793 \end_inset
25794
25795 en
25796 \begin_inset space ~
25797 \end_inset
25798
25799 forme
25800 \family default
25801  décrit dans la section
25802 \begin_inset space ~
25803 \end_inset
25804
25805
25806 \begin_inset CommandInset ref
25807 LatexCommand ref
25808 reference "sub:Formats-Références-Croisées"
25809
25810 \end_inset
25811
25812 .
25813 \end_layout
25814
25815 \end_inset
25816
25817
25818 \end_layout
25819
25820 \begin_layout Standard
25821 Le manuel 
25822 \emph on
25823 Math
25824 \emph default
25825  est un exemple dans lequel on a utilisé le référencement automatique.
25826 \end_layout
25827
25828 \begin_layout Subsection
25829 Positionnement des références 
25830 \begin_inset CommandInset label
25831 LatexCommand label
25832 name "sub:Reference-Position"
25833
25834 \end_inset
25835
25836
25837 \begin_inset Index idx
25838 status collapsed
25839
25840 \begin_layout Plain Layout
25841 References@Références ! Positionnement
25842 \end_layout
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \begin_layout Standard
25850 Si vous utilisez le paquetage 
25851 \series bold
25852 hyperref, 
25853 \series default
25854 qui est activé dans la rubrique 
25855 \family sans
25856 Propriétés du PDF
25857 \family default
25858  de la fenêtre de dialogue 
25859 \family sans
25860 Paramètres du document,
25861 \family default
25862  pour lier vos références croisées dans la sortie finale, vous verrez que
25863  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25864  l'image.
25865  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25866  pourrez voir l'image sans faire défiler le texte.
25867  Ce problème vient du fait que le point d'ancrage de la référence se situe
25868  à l'endroit de l'étiquette.
25869  En utilisant le paquetage LaTeX 
25870 \series bold
25871 hypcap
25872 \series default
25873
25874 \begin_inset Index idx
25875 status collapsed
25876
25877 \begin_layout Plain Layout
25878 Paquetages LaTeX ! hypcap
25879 \end_layout
25880
25881 \end_inset
25882
25883 , qui fait partie du paquetage LaTeX 
25884 \series bold
25885 oberdiek
25886 \series default
25887
25888 \begin_inset Index idx
25889 status collapsed
25890
25891 \begin_layout Plain Layout
25892 Paquetages LaTeX ! oberdiek
25893 \end_layout
25894
25895 \end_inset
25896
25897 , le point d'ancrage d'un lien est place en haut du flottant.
25898  Pour utiliser cette fonction avec les flottants de figure, chargez 
25899 \series bold
25900 hypcap
25901 \series default
25902  dans l'entête du document avec la ligne
25903 \end_layout
25904
25905 \begin_layout Standard
25906
25907 \series bold
25908
25909 \backslash
25910 usepackage[figure]{hypcap}
25911 \end_layout
25912
25913 \begin_layout Standard
25914 Vous pouvez aussi utiliser 
25915 \series bold
25916 hypcap
25917 \series default
25918  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25919  raisons de stabilité.
25920  Pour plus d'information, jetez un coup d'œil au manuel d' 
25921 \series bold
25922 hypcap
25923 \series default
25924  
25925 \begin_inset CommandInset citation
25926 LatexCommand cite
25927 key "hypcap"
25928
25929 \end_inset
25930
25931 .
25932 \end_layout
25933
25934 \begin_layout Standard
25935 \begin_inset Note Greyedout
25936 status open
25937
25938 \begin_layout Plain Layout
25939
25940 \series bold
25941 Note:
25942 \series default
25943  
25944 \series bold
25945 hypcap
25946 \series default
25947  n'a aucun effet pour les références à des sous-figures.
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \begin_layout Section
25956 Placement des flottants
25957 \begin_inset CommandInset label
25958 LatexCommand label
25959 name "sec:Placement-flottants"
25960
25961 \end_inset
25962
25963
25964 \begin_inset Index idx
25965 status collapsed
25966
25967 \begin_layout Plain Layout
25968 Flottants ! Placement
25969 \end_layout
25970
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \begin_layout Standard
25977 En faisant un clic droit sur la boîte d'un flottant et 
25978 \lang english
25979 clicking on 
25980 \family sans
25981 Settings
25982 \family default
25983 \lang french
25984  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25985  paramètres de placement que LaTeX utilise pour déterminer où placer le
25986  flottant.
25987 \begin_inset Newline newline
25988 \end_inset
25989
25990 L'option 
25991 \family sans
25992 Plusieurs
25993 \begin_inset space ~
25994 \end_inset
25995
25996 colonnes
25997 \family default
25998  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25999  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26000  confiné sur une seule colonne.
26001 \begin_inset Newline newline
26002 \end_inset
26003
26004 L'option 
26005 \family sans
26006 Rotation
26007 \begin_inset space ~
26008 \end_inset
26009
26010 90°
26011 \family default
26012  est utilisée pour faire tourner les flottants, voyez la section
26013 \begin_inset space ~
26014 \end_inset
26015
26016
26017 \begin_inset CommandInset ref
26018 LatexCommand ref
26019 reference "sec:Flottants-renversés"
26020
26021 \end_inset
26022
26023 .
26024 \end_layout
26025
26026 \begin_layout Standard
26027 En désactivant l'option 
26028 \family sans
26029 Utilise
26030 \begin_inset space ~
26031 \end_inset
26032
26033 le
26034 \begin_inset space ~
26035 \end_inset
26036
26037 placement
26038 \begin_inset space ~
26039 \end_inset
26040
26041 par
26042 \begin_inset space ~
26043 \end_inset
26044
26045 défaut
26046 \family default
26047  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26048  le placement du flottant:
26049 \end_layout
26050
26051 \begin_layout Description
26052 Ici,
26053 \begin_inset space ~
26054 \end_inset
26055
26056 si
26057 \begin_inset space ~
26058 \end_inset
26059
26060 possible: essaie de placer le flottant à la position où il a été inséré
26061  dans LyX
26062 \end_layout
26063
26064 \begin_layout Description
26065 Haut
26066 \begin_inset space ~
26067 \end_inset
26068
26069 de
26070 \begin_inset space ~
26071 \end_inset
26072
26073 la
26074 \begin_inset space ~
26075 \end_inset
26076
26077 page: essaie de placer le flottant en haut de la page courante
26078 \end_layout
26079
26080 \begin_layout Description
26081 Bas
26082 \begin_inset space ~
26083 \end_inset
26084
26085 de
26086 \begin_inset space ~
26087 \end_inset
26088
26089 la
26090 \begin_inset space ~
26091 \end_inset
26092
26093 page: essaie de placer le flottant en bas de la page courante
26094 \end_layout
26095
26096 \begin_layout Description
26097 Page
26098 \begin_inset space ~
26099 \end_inset
26100
26101 de
26102 \begin_inset space ~
26103 \end_inset
26104
26105 flottants: essaie de placer le flottant sur une page à part, éventuellement
26106  avec d'autres flottants 
26107 \end_layout
26108
26109 \begin_layout Standard
26110 LaTeX utilise
26111 \emph on
26112  toujours 
26113 \emph default
26114 les options dans l'ordre donné ci-dessus.
26115  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
26116  d'abord essayer 
26117 \family sans
26118 Ici
26119 \begin_inset space ~
26120 \end_inset
26121
26122 si
26123 \begin_inset space ~
26124 \end_inset
26125
26126 possible
26127 \family default
26128 , ensuite 
26129 \family sans
26130 Haut
26131 \begin_inset space ~
26132 \end_inset
26133
26134 de
26135 \begin_inset space ~
26136 \end_inset
26137
26138 la
26139 \begin_inset space ~
26140 \end_inset
26141
26142 page
26143 \family default
26144 , et ainsi de suite.
26145  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
26146  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26147  Si aucune des quatre options de placement n'est possible, la procédure
26148  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26149 \end_layout
26150
26151 \begin_layout Standard
26152 Implicitement, chaque option a ses propres règles d'application:
26153 \end_layout
26154
26155 \begin_layout Standard
26156
26157 \family sans
26158 Haut
26159 \begin_inset space ~
26160 \end_inset
26161
26162 de
26163 \begin_inset space ~
26164 \end_inset
26165
26166 la
26167 \begin_inset space ~
26168 \end_inset
26169
26170 page
26171 \family default
26172  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26173  en haut de page (
26174 \series bold
26175
26176 \backslash
26177 topfraction
26178 \series default
26179 ).
26180 \end_layout
26181
26182 \begin_layout Standard
26183
26184 \family sans
26185 Bas
26186 \begin_inset space ~
26187 \end_inset
26188
26189 de
26190 \begin_inset space ~
26191 \end_inset
26192
26193 la
26194 \begin_inset space ~
26195 \end_inset
26196
26197 page
26198 \family default
26199  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26200  en bas de page (
26201 \series bold
26202
26203 \backslash
26204 bottomfraction
26205 \series default
26206 ).
26207 \end_layout
26208
26209 \begin_layout Standard
26210
26211 \family sans
26212 Page
26213 \begin_inset space ~
26214 \end_inset
26215
26216 de
26217 \begin_inset space ~
26218 \end_inset
26219
26220 flottants
26221 \family default
26222  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26223  si ils occupent plus de 50% de celle-ci (
26224 \series bold
26225
26226 \backslash
26227 floatpagefraction
26228 \series default
26229 ).
26230 \end_layout
26231
26232 \begin_layout Standard
26233 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26234  supplémentaire 
26235 \family sans
26236 Ignorer
26237 \begin_inset space ~
26238 \end_inset
26239
26240 les
26241 \begin_inset space ~
26242 \end_inset
26243
26244 règles
26245 \begin_inset space ~
26246 \end_inset
26247
26248 LaTeX
26249 \family default
26250 \lang english
26251 .
26252 \begin_inset Newline newline
26253 \end_inset
26254
26255
26256 \lang french
26257 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
26258  données entre parenthèses après les descriptions des règles données ci-dessus.
26259  Par exemple, pour augmenter à 50
26260 \begin_inset space \thinspace{}
26261 \end_inset
26262
26263 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26264  trop petite, ajoutez cette ligne au préambule de votre document :
26265 \end_layout
26266
26267 \begin_layout Standard
26268
26269 \series bold
26270
26271 \backslash
26272 renewcommand{
26273 \backslash
26274 bottomfraction}{0.5}
26275 \end_layout
26276
26277 \begin_layout Standard
26278 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26279  exactement à l'endroit où vous l'avez inséré.
26280  dans ce cas utilisez l'option 
26281 \family sans
26282 Ici
26283 \begin_inset space ~
26284 \end_inset
26285
26286 à
26287 \begin_inset space ~
26288 \end_inset
26289
26290 tout
26291 \begin_inset space ~
26292 \end_inset
26293
26294 Prix
26295 \family default
26296 .
26297  Utilisez cette option le moins souvent possible et seulement quand le document
26298  est presque prêt à être imprimé.
26299  En effet, le flottant n'est plus capable de 
26300 \begin_inset Quotes fld
26301 \end_inset
26302
26303 flotter
26304 \begin_inset Quotes frd
26305 \end_inset
26306
26307 , ce qui peut perturber toutes les mises en page.
26308 \end_layout
26309
26310 \begin_layout Standard
26311 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26312  sont toujours entourés par le texte d'un paragraphe donné.
26313 \begin_inset VSpace bigskip
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \begin_layout Standard
26320 On peut parfois se trouver dans la situation où un flottant est placé en
26321  haut d'une page alors que la section concernée ne commence qu'au milieu
26322  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26323  la section précédente.
26324  On peut utiliser la commande LaTeX 
26325 \series bold
26326
26327 \backslash
26328 suppressfloats
26329 \series default
26330  pour éviter ce cas.
26331  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26332  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26333  soit placé avant que la section commence.
26334  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26335  votre document :
26336 \end_layout
26337
26338 \begin_layout Standard
26339
26340 \series bold
26341
26342 \backslash
26343 let
26344 \backslash
26345 mySection
26346 \backslash
26347 section
26348 \begin_inset Newline newline
26349 \end_inset
26350
26351
26352 \backslash
26353 renewcommand{
26354 \backslash
26355 section}{
26356 \backslash
26357 suppressfloats[t]
26358 \backslash
26359 mySection}
26360 \end_layout
26361
26362 \begin_layout Standard
26363 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26364  comme les chapitres et les sous-sections.
26365  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26366  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
26367  ensuite avoir du mal à trouver un positionnement correct.
26368 \end_layout
26369
26370 \begin_layout Standard
26371 \begin_inset VSpace bigskip
26372 \end_inset
26373
26374 Dans certains cas il est demandé de placer toutes les figures et tous les
26375  tableaux à la fin du document.
26376  C'est pour de telles situations que le paquetage LaTeX 
26377 \series bold
26378 endfloat
26379 \series default
26380
26381 \begin_inset Index idx
26382 status collapsed
26383
26384 \begin_layout Plain Layout
26385 Paquetages LaTeX ! endfloat
26386 \end_layout
26387
26388 \end_inset
26389
26390  a été développé.
26391  Il met en effet tous les flottants de figures et de tableaux à la fin du
26392  document dans leurs propres sections.
26393  À la position d'origine du flottant, une indication textuelle du genre
26394  
26395 \begin_inset Quotes fld
26396 \end_inset
26397
26398
26399 \family sans
26400 [Figure
26401 \begin_inset space ~
26402 \end_inset
26403
26404 3.2 
26405 \lang english
26406 about here.
26407 \lang french
26408 ]
26409 \family default
26410
26411 \begin_inset Quotes frd
26412 \end_inset
26413
26414  est insérée.
26415  Le paquetage 
26416 \series bold
26417 endfloat
26418 \series default
26419  est chargé dans le préambule avec la ligne suivante 
26420 \end_layout
26421
26422 \begin_layout Standard
26423
26424 \series bold
26425
26426 \backslash
26427 usepackage[options]{endfloat}
26428 \end_layout
26429
26430 \begin_layout Standard
26431 Il y a aussi de nombreuses options de paquetage pour modifier le format
26432  des sections de figures ou de tableau qui sont créées.
26433  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26434  
26435 \series bold
26436 endfloa
26437 \series default
26438
26439 \begin_inset CommandInset citation
26440 LatexCommand cite
26441 key "endfloat"
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: endfloat
26457 \series default
26458  ne fournit pas de traduction automatique de l'indication textuelle, vous
26459  devez donc le faire manuellement, voyez la section
26460 \begin_inset space ~
26461 \end_inset
26462
26463 4 de 
26464 \begin_inset CommandInset citation
26465 LatexCommand cite
26466 key "endfloat"
26467
26468 \end_inset
26469
26470 .
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \begin_inset Newline newline
26477 \end_inset
26478
26479
26480 \begin_inset Note Greyedout
26481 status open
26482
26483 \begin_layout Plain Layout
26484
26485 \series bold
26486 Note:
26487 \series default
26488  Il y a actuellement un bug dans le paquetage 
26489 \series bold
26490 endfloat
26491 \series default
26492  quand la légende contient un 
26493 \begin_inset Quotes fld
26494 \end_inset
26495
26496 ß
26497 \begin_inset Quotes frd
26498 \end_inset
26499
26500  allemand.
26501  Utilisez dans ce cas la commande 
26502 \begin_inset Quotes fld
26503 \end_inset
26504
26505
26506 \series bold
26507
26508 \backslash
26509 ss
26510 \series default
26511
26512 \begin_inset Quotes frd
26513 \end_inset
26514
26515  en code TeX à la place du 
26516 \begin_inset Quotes fld
26517 \end_inset
26518
26519 ß
26520 \begin_inset Quotes frd
26521 \end_inset
26522
26523 .
26524 \end_layout
26525
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \begin_layout Standard
26532 \begin_inset VSpace bigskip
26533 \end_inset
26534
26535 Pour plus d'information sur les manières de placer les flottants, jetez
26536  un coup d'œil aux livres sur LaTeX, 
26537 \begin_inset CommandInset citation
26538 LatexCommand cite
26539 key "latexcompanion,latexguide,latexbook"
26540
26541 \end_inset
26542
26543 .
26544 \end_layout
26545
26546 \begin_layout Section
26547 Flottants renversés
26548 \begin_inset CommandInset label
26549 LatexCommand label
26550 name "sec:Flottants-renversés"
26551
26552 \end_inset
26553
26554
26555 \begin_inset Index idx
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559 Flottants ! Renversés
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \begin_layout Standard
26568 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26569  tableaux très larges.
26570  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26571  un clic droit sur la boîte du flottant et utilisez l'option 
26572 \family sans
26573 Rotation
26574 \begin_inset space ~
26575 \end_inset
26576
26577 90°
26578 \family default
26579 .
26580 \end_layout
26581
26582 \begin_layout Standard
26583 Les flottants renversés sont systématiquement placés sur leur propre page
26584  ( ou colonne, si vous avez un document sur deux colonnes ).
26585  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26586  
26587 \family sans
26588 Plusieurs
26589 \begin_inset space ~
26590 \end_inset
26591
26592 colonnes
26593 \family default
26594  dans les paramètres du flottant.
26595  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26596  du côté de la marge externe.
26597  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26598  ajouter soit l'option 
26599 \series bold
26600 figuresleft
26601 \series default
26602  soit l'option 
26603 \series bold
26604 figuresright
26605 \series default
26606  aux options de la classe de document.
26607 \end_layout
26608
26609 \begin_layout Standard
26610 Faire référence à un flottant renversé se fait de la même manière que pour
26611  un flottant normal, la mise en forme de la légende est aussi identique
26612  : Le tableau
26613 \begin_inset space ~
26614 \end_inset
26615
26616
26617 \begin_inset CommandInset ref
26618 LatexCommand ref
26619 reference "tab:Tableau-pivoté"
26620
26621 \end_inset
26622
26623  est un exemple de flottant de tableau renversé.
26624 \end_layout
26625
26626 \begin_layout Standard
26627 \begin_inset Note Greyedout
26628 status open
26629
26630 \begin_layout Plain Layout
26631
26632 \series bold
26633 Note:
26634 \series default
26635  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26636  DVI.
26637 \end_layout
26638
26639 \end_inset
26640
26641
26642 \end_layout
26643
26644 \begin_layout Standard
26645 \begin_inset Float table
26646 wide false
26647 sideways true
26648 status open
26649
26650 \begin_layout Plain Layout
26651 \begin_inset Caption Standard
26652
26653 \begin_layout Plain Layout
26654 \begin_inset CommandInset label
26655 LatexCommand label
26656 name "tab:Tableau-pivoté"
26657
26658 \end_inset
26659
26660  Tableau pivoté
26661 \end_layout
26662
26663 \end_inset
26664
26665
26666 \end_layout
26667
26668 \begin_layout Plain Layout
26669 \align center
26670 \begin_inset Tabular
26671 <lyxtabular version="3" rows="1" columns="5">
26672 <features rotate="0" tabularvalignment="middle">
26673 <column alignment="center" valignment="top">
26674 <column alignment="center" valignment="top">
26675 <column alignment="center" valignment="top">
26676 <column alignment="center" valignment="top">
26677 <column alignment="center" valignment="top">
26678 <row>
26679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26680 \begin_inset Text
26681
26682 \begin_layout Plain Layout
26683 test
26684 \end_layout
26685
26686 \end_inset
26687 </cell>
26688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692 b
26693 \end_layout
26694
26695 \end_inset
26696 </cell>
26697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701 c
26702 \end_layout
26703
26704 \end_inset
26705 </cell>
26706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26707 \begin_inset Text
26708
26709 \begin_layout Plain Layout
26710 d
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 e
26720 \end_layout
26721
26722 \end_inset
26723 </cell>
26724 </row>
26725 </lyxtabular>
26726
26727 \end_inset
26728
26729
26730 \end_layout
26731
26732 \end_inset
26733
26734
26735 \end_layout
26736
26737 \begin_layout Section
26738 Sous-flottants
26739 \begin_inset Index idx
26740 status collapsed
26741
26742 \begin_layout Plain Layout
26743 Flottants ! Sous-flottants
26744 \end_layout
26745
26746 \end_inset
26747
26748
26749 \end_layout
26750
26751 \begin_layout Standard
26752 Un exemple de sous-flottant : une figure composée de plusieurs images.
26753  On les crée en insérant un flottant dans un flottant existant.
26754  Le positionnement des sous-flottants peut être contrôlé comme pour les
26755  paragraphes comme on le voit avec les tableaux
26756 \begin_inset space ~
26757 \end_inset
26758
26759
26760 \begin_inset CommandInset ref
26761 LatexCommand ref
26762 reference "tab:Deux-sous-tableaux-cote-a-cote"
26763
26764 \end_inset
26765
26766  et 
26767 \begin_inset CommandInset ref
26768 LatexCommand ref
26769 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26770
26771 \end_inset
26772
26773 .
26774 \end_layout
26775
26776 \begin_layout Standard
26777 On fait référence à des sous-flottants comme on le ferait avec des flottants
26778  normaux : Les tableaux
26779 \begin_inset space ~
26780 \end_inset
26781
26782
26783 \begin_inset CommandInset ref
26784 LatexCommand ref
26785 reference "tab:Le-sous-tableau-a"
26786
26787 \end_inset
26788
26789  et 
26790 \begin_inset CommandInset ref
26791 LatexCommand ref
26792 reference "tab:Le-sous-tableau-b"
26793
26794 \end_inset
26795
26796  sont des sous-tableaux du tableau
26797 \begin_inset space ~
26798 \end_inset
26799
26800
26801 \begin_inset CommandInset ref
26802 LatexCommand ref
26803 reference "tab:Deux-sous-tableaux-cote-a-cote"
26804
26805 \end_inset
26806
26807 .
26808 \end_layout
26809
26810 \begin_layout Standard
26811 \begin_inset Float table
26812 wide false
26813 sideways false
26814 status open
26815
26816 \begin_layout Plain Layout
26817 \begin_inset Caption Standard
26818
26819 \begin_layout Plain Layout
26820 \begin_inset CommandInset label
26821 LatexCommand label
26822 name "tab:Deux-sous-tableaux-cote-a-cote"
26823
26824 \end_inset
26825
26826 Deux sous-tableaux placés côte-à-côte.
26827 \end_layout
26828
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \begin_layout Plain Layout
26835 \align center
26836 \begin_inset space \hfill{}
26837 \end_inset
26838
26839
26840 \begin_inset Float table
26841 wide false
26842 sideways false
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846 \begin_inset Caption Standard
26847
26848 \begin_layout Plain Layout
26849 \begin_inset CommandInset label
26850 LatexCommand label
26851 name "tab:Le-sous-tableau-a"
26852
26853 \end_inset
26854
26855 Le sous-tableau a
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \begin_layout Plain Layout
26864 \align center
26865 \begin_inset Tabular
26866 <lyxtabular version="3" rows="1" columns="5">
26867 <features rotate="0" tabularvalignment="middle">
26868 <column alignment="center" valignment="top">
26869 <column alignment="center" valignment="top">
26870 <column alignment="center" valignment="top">
26871 <column alignment="center" valignment="top">
26872 <column alignment="center" valignment="top">
26873 <row>
26874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 test
26879 \end_layout
26880
26881 \end_inset
26882 </cell>
26883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26884 \begin_inset Text
26885
26886 \begin_layout Plain Layout
26887 b
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Plain Layout
26896 c
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26902 \begin_inset Text
26903
26904 \begin_layout Plain Layout
26905 d
26906 \end_layout
26907
26908 \end_inset
26909 </cell>
26910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Plain Layout
26914 e
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 </row>
26920 </lyxtabular>
26921
26922 \end_inset
26923
26924
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \begin_inset space \hfill{}
26931 \end_inset
26932
26933
26934 \begin_inset Float table
26935 wide false
26936 sideways false
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 \begin_inset Caption Standard
26941
26942 \begin_layout Plain Layout
26943 \begin_inset CommandInset label
26944 LatexCommand label
26945 name "tab:Le-sous-tableau-b"
26946
26947 \end_inset
26948
26949 Le sous-tableau b.
26950 \end_layout
26951
26952 \end_inset
26953
26954
26955 \end_layout
26956
26957 \begin_layout Plain Layout
26958 \align center
26959 \begin_inset Tabular
26960 <lyxtabular version="3" rows="1" columns="5">
26961 <features rotate="0" tabularvalignment="middle">
26962 <column alignment="center" valignment="top">
26963 <column alignment="center" valignment="top">
26964 <column alignment="center" valignment="top">
26965 <column alignment="center" valignment="top">
26966 <column alignment="center" valignment="top">
26967 <row>
26968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 e
26973 \end_layout
26974
26975 \end_inset
26976 </cell>
26977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26978 \begin_inset Text
26979
26980 \begin_layout Plain Layout
26981 d
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 c
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999 b
27000 \end_layout
27001
27002 \end_inset
27003 </cell>
27004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27005 \begin_inset Text
27006
27007 \begin_layout Plain Layout
27008 test
27009 \end_layout
27010
27011 \end_inset
27012 </cell>
27013 </row>
27014 </lyxtabular>
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022
27023
27024 \begin_inset space \hfill{}
27025 \end_inset
27026
27027
27028 \end_layout
27029
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 \begin_inset Float table
27037 wide false
27038 sideways false
27039 status open
27040
27041 \begin_layout Plain Layout
27042 \begin_inset Caption Standard
27043
27044 \begin_layout Plain Layout
27045 \begin_inset CommandInset label
27046 LatexCommand label
27047 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27048
27049 \end_inset
27050
27051 Deux sous-tableaux placés l'un sur l'autre.
27052  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27053 \end_layout
27054
27055 \end_inset
27056
27057
27058 \end_layout
27059
27060 \begin_layout Plain Layout
27061 \align center
27062 \begin_inset Float table
27063 wide false
27064 sideways false
27065 status collapsed
27066
27067 \begin_layout Plain Layout
27068 \begin_inset Caption Standard
27069
27070 \begin_layout Plain Layout
27071
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \end_layout
27078
27079 \begin_layout Plain Layout
27080 \align center
27081 \begin_inset Tabular
27082 <lyxtabular version="3" rows="1" columns="4">
27083 <features rotate="0" tabularvalignment="middle">
27084 <column alignment="center" valignment="top">
27085 <column alignment="center" valignment="top">
27086 <column alignment="center" valignment="top">
27087 <column alignment="center" valignment="top">
27088 <row>
27089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093 test
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27099 \begin_inset Text
27100
27101 \begin_layout Plain Layout
27102 test
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27108 \begin_inset Text
27109
27110 \begin_layout Plain Layout
27111 test
27112 \end_layout
27113
27114 \end_inset
27115 </cell>
27116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27117 \begin_inset Text
27118
27119 \begin_layout Plain Layout
27120 test
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 </row>
27126 </lyxtabular>
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \end_inset
27134
27135
27136 \end_layout
27137
27138 \begin_layout Plain Layout
27139 \align center
27140 \begin_inset Float table
27141 wide false
27142 sideways false
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 \begin_inset Caption Standard
27147
27148 \begin_layout Plain Layout
27149
27150 \end_layout
27151
27152 \end_inset
27153
27154
27155 \end_layout
27156
27157 \begin_layout Plain Layout
27158 \align center
27159 \begin_inset Tabular
27160 <lyxtabular version="3" rows="1" columns="5">
27161 <features rotate="0" tabularvalignment="middle">
27162 <column alignment="center" valignment="top">
27163 <column alignment="center" valignment="top">
27164 <column alignment="center" valignment="top">
27165 <column alignment="center" valignment="top">
27166 <column alignment="center" valignment="top">
27167 <row>
27168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27169 \begin_inset Text
27170
27171 \begin_layout Plain Layout
27172 a
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27178 \begin_inset Text
27179
27180 \begin_layout Plain Layout
27181 b
27182 \end_layout
27183
27184 \end_inset
27185 </cell>
27186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27187 \begin_inset Text
27188
27189 \begin_layout Plain Layout
27190 c
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199 d
27200 \end_layout
27201
27202 \end_inset
27203 </cell>
27204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Plain Layout
27208 e
27209 \end_layout
27210
27211 \end_inset
27212 </cell>
27213 </row>
27214 </lyxtabular>
27215
27216 \end_inset
27217
27218
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \begin_layout Section
27232 Flottants côte-à-côte
27233 \begin_inset Index idx
27234 status collapsed
27235
27236 \begin_layout Plain Layout
27237 Flottants ! côte-à-côte
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \begin_layout Standard
27246 Pour placer des flottants côte-à-côte, comme pour la figure
27247 \begin_inset space ~
27248 \end_inset
27249
27250
27251 \begin_inset CommandInset ref
27252 LatexCommand ref
27253 reference "fig:Flottant-gauche"
27254
27255 \end_inset
27256
27257  et 
27258 \begin_inset CommandInset ref
27259 LatexCommand ref
27260 reference "fig:Flottant-droit"
27261
27262 \end_inset
27263
27264 , on n'utilise 
27265 \emph on
27266 qu'un seul 
27267 \emph default
27268 flottant.
27269  On y insère deux boîtes de minipages.
27270 \begin_inset Foot
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 Les minipages sont décrites dans la section
27275 \begin_inset space ~
27276 \end_inset
27277
27278
27279 \begin_inset CommandInset ref
27280 LatexCommand ref
27281 reference "sec:Minipages"
27282
27283 \end_inset
27284
27285 .
27286 \end_layout
27287
27288 \end_inset
27289
27290  La largeur est mise à 45
27291 \begin_inset space \thinspace{}
27292 \end_inset
27293
27294 -50
27295 \begin_inset space \thinspace{}
27296 \end_inset
27297
27298 column% et l'alignement de la boîte à 
27299 \family sans
27300 Bas
27301 \family default
27302  pour chaque minipage.
27303  Les boîtes minipages contiennent l'image et la légende exactement comme
27304  avec un flottant.
27305  La seule différence est que l'unité de longueur 
27306 \family sans
27307 Largeur
27308 \begin_inset space ~
27309 \end_inset
27310
27311 colonne
27312 \begin_inset space ~
27313 \end_inset
27314
27315 %
27316 \family default
27317  utilisée pour l'image est maintenant définie par rapport à la largeur des
27318  boîtes minipages.
27319 \end_layout
27320
27321 \begin_layout Standard
27322 \begin_inset Float figure
27323 wide false
27324 sideways false
27325 status open
27326
27327 \begin_layout Plain Layout
27328 \begin_inset Box Frameless
27329 position "b"
27330 hor_pos "c"
27331 has_inner_box 1
27332 inner_pos "t"
27333 use_parbox 0
27334 use_makebox 0
27335 width "45col%"
27336 special "none"
27337 height "1in"
27338 height_special "totalheight"
27339 status open
27340
27341 \begin_layout Plain Layout
27342 \align center
27343 \begin_inset Graphics
27344         filename ../clipart/mobius.eps
27345         lyxscale 50
27346         width 100col%
27347         scaleBeforeRotation
27348
27349 \end_inset
27350
27351
27352 \end_layout
27353
27354 \begin_layout Plain Layout
27355 \begin_inset Caption Standard
27356
27357 \begin_layout Plain Layout
27358 \begin_inset CommandInset label
27359 LatexCommand label
27360 name "fig:Flottant-gauche"
27361
27362 \end_inset
27363
27364 Flottant du côté gauche.
27365 \end_layout
27366
27367 \end_inset
27368
27369
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \begin_inset space \hfill{}
27376 \end_inset
27377
27378
27379 \begin_inset Box Frameless
27380 position "b"
27381 hor_pos "c"
27382 has_inner_box 1
27383 inner_pos "t"
27384 use_parbox 0
27385 use_makebox 0
27386 width "45col%"
27387 special "none"
27388 height "1in"
27389 height_special "totalheight"
27390 status open
27391
27392 \begin_layout Plain Layout
27393 \align center
27394 \begin_inset Graphics
27395         filename ../clipart/platypus.eps
27396         lyxscale 50
27397         width 100col%
27398         scaleBeforeRotation
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \begin_layout Plain Layout
27406 \begin_inset Caption Standard
27407
27408 \begin_layout Plain Layout
27409 \begin_inset CommandInset label
27410 LatexCommand label
27411 name "fig:Flottant-droit"
27412
27413 \end_inset
27414
27415 Flottant du côté droit.
27416 \end_layout
27417
27418 \end_inset
27419
27420
27421 \end_layout
27422
27423 \end_inset
27424
27425
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \end_layout
27432
27433 \begin_layout Section
27434 Mise en forme de la légende
27435 \begin_inset Index idx
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439 Légende ! Mise en forme
27440 \end_layout
27441
27442 \end_inset
27443
27444
27445 \begin_inset Index idx
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449 Flottants ! Mise en forme de la Légende
27450 \end_layout
27451
27452 \end_inset
27453
27454
27455 \begin_inset CommandInset label
27456 LatexCommand label
27457 name "sec:Formatage-légende"
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \begin_layout Standard
27465 L'environnement 
27466 \family sans
27467 Légende
27468 \family default
27469  est l'environnement de paragraphe implicite pour les 
27470 \family sans
27471 flottants
27472 \family default
27473 .
27474  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
27475  par exemple 
27476 \begin_inset Quotes fld
27477 \end_inset
27478
27479
27480 \family sans
27481 Figure #:
27482 \family default
27483
27484 \begin_inset Quotes frd
27485 \end_inset
27486
27487  suivi par le texte de la légende.
27488  Le 
27489 \begin_inset Quotes fld
27490 \end_inset
27491
27492 #
27493 \begin_inset Quotes frd
27494 \end_inset
27495
27496  étant remplacé par le numéro de référence réel.
27497  implicitement l'étiquette et le numéro sont dans la même police de caractères
27498  que le texte de la légende et deux points suivent le numéro pour séparer
27499  l'étiquette du texte.
27500  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27501 \end_layout
27502
27503 \begin_layout Standard
27504 Pour modifier le format implicite des légendes, il faut charger le paquetage
27505  LaTeX 
27506 \series bold
27507 caption
27508 \series default
27509
27510 \begin_inset Index idx
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Paquetages LaTeX ! caption
27515 \end_layout
27516
27517 \end_inset
27518
27519  dans le préambule de votre document avec la ligne suivante :
27520 \end_layout
27521
27522 \begin_layout Standard
27523
27524 \series bold
27525
27526 \backslash
27527 usepackage[format definition]{caption}
27528 \end_layout
27529
27530 \begin_layout Standard
27531 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27532  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27533  dans ce document, utilisez les commandes suivantes :
27534 \end_layout
27535
27536 \begin_layout Standard
27537
27538 \series bold
27539
27540 \backslash
27541 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27542 \end_layout
27543
27544 \begin_layout Standard
27545 Vous pouvez aussi définir des formats de légendes différents pour les différents
27546  types de flottants.
27547  Dans ce cas chargez le paquetage 
27548 \series bold
27549 caption 
27550 \series default
27551 sans option de format spécifique et définissez les différents formats à
27552  l'aide de la commande 
27553 \end_layout
27554
27555 \begin_layout Standard
27556
27557 \series bold
27558
27559 \backslash
27560 captionsetup[type de flottant]{définition du format}
27561 \end_layout
27562
27563 \begin_layout Standard
27564 dans le préambule du document.
27565  Par exemple les formats de légende de la Figure
27566 \begin_inset space ~
27567 \end_inset
27568
27569
27570 \begin_inset CommandInset ref
27571 LatexCommand ref
27572 reference "fig:Legende-de-fig"
27573
27574 \end_inset
27575
27576  et du Tableau
27577 \begin_inset space ~
27578 \end_inset
27579
27580
27581 \begin_inset CommandInset ref
27582 LatexCommand ref
27583 reference "tab:Légende-de-tab"
27584
27585 \end_inset
27586
27587  peuvent être créés en utilisant les commandes suivantes dans le préambule
27588  :
27589 \end_layout
27590
27591 \begin_layout Standard
27592
27593 \series bold
27594
27595 \backslash
27596 usepackage[tableposition=top]{caption}
27597 \series default
27598
27599 \begin_inset Newline newline
27600 \end_inset
27601
27602
27603 \series bold
27604
27605 \backslash
27606 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27607 \begin_inset Newline newline
27608 \end_inset
27609
27610
27611 \begin_inset Phantom HPhantom
27612 status open
27613
27614 \begin_layout Plain Layout
27615
27616 \series bold
27617
27618 \backslash
27619 captionsetup[figure]{
27620 \end_layout
27621
27622 \end_inset
27623
27624 labelsep=period}
27625 \begin_inset Newline newline
27626 \end_inset
27627
27628
27629 \backslash
27630 captionsetup[table]{labelfont={bf,sf}}
27631 \end_layout
27632
27633 \begin_layout Standard
27634 \begin_inset Note Greyedout
27635 status open
27636
27637 \begin_layout Plain Layout
27638
27639 \series bold
27640 Note:
27641 \series default
27642  L'option 
27643 \series bold
27644 tableposition=top
27645 \series default
27646  n'a pas d'effet quand on utilise un document de classe 
27647 \series bold
27648 KOMA-Script
27649 \series default
27650
27651 \begin_inset Index idx
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 Paquetages LaTeX ! KOMA-Script
27656 \end_layout
27657
27658 \end_inset
27659
27660 .
27661  Dans ce cas on doit utiliser l'option 
27662 \series bold
27663 captions=tableheading
27664 \series default
27665  de la classe de document.
27666 \end_layout
27667
27668 \end_inset
27669
27670
27671 \end_layout
27672
27673 \begin_layout Standard
27674 Pour plus d'information sur le paquetage 
27675 \series bold
27676 caption
27677 \series default
27678  nous vous renvoyons à sa documentation 
27679 \begin_inset CommandInset citation
27680 LatexCommand cite
27681 key "caption"
27682
27683 \end_inset
27684
27685 .
27686 \end_layout
27687
27688 \begin_layout Standard
27689 Pour changer le nom de l'étiquette, par exemple de 
27690 \begin_inset Quotes fld
27691 \end_inset
27692
27693 Figure
27694 \begin_inset Quotes frd
27695 \end_inset
27696
27697  à 
27698 \begin_inset Quotes fld
27699 \end_inset
27700
27701 Image
27702 \begin_inset Quotes frd
27703 \end_inset
27704
27705 , utilisez la commande suivante dans le préambule :
27706 \end_layout
27707
27708 \begin_layout Standard
27709
27710 \series bold
27711
27712 \backslash
27713 renewcommand{
27714 \backslash
27715 fnum@figure}{Image~
27716 \backslash
27717 thefigure}
27718 \end_layout
27719
27720 \begin_layout Standard
27721 où 
27722 \series bold
27723
27724 \backslash
27725 thefigure
27726 \series default
27727  insère le numéro de la figure et
27728 \series bold
27729  
27730 \begin_inset Quotes fld
27731 \end_inset
27732
27733 ~
27734 \series default
27735
27736 \begin_inset Quotes frd
27737 \end_inset
27738
27739  ajoute une espace insécable.
27740 \end_layout
27741
27742 \begin_layout Standard
27743 \begin_inset VSpace bigskip
27744 \end_inset
27745
27746 Si vous utilisez un document de classe 
27747 \series bold
27748 KOMA-Script
27749 \series default
27750
27751 \begin_inset Index idx
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 Paquetages LaTeX ! KOMA-Script
27756 \end_layout
27757
27758 \end_inset
27759
27760  (
27761 \family sans
27762 article (KOMA-Script)
27763 \family default
27764
27765 \family sans
27766 book (KOMA-Script)
27767 \family default
27768
27769 \family sans
27770 letter (KOMA-Script)
27771 \family default
27772 , ou 
27773 \family sans
27774 report (KOMA-Script)
27775 \family default
27776
27777 \begin_inset space \thinspace{}
27778 \end_inset
27779
27780 ), Vous pouvez utiliser la commande incorporée 
27781 \series bold
27782
27783 \backslash
27784 setkomafont 
27785 \series default
27786 du paquetage
27787 \series bold
27788  KOMA-Script 
27789 \series default
27790 à la place du paquetage
27791 \series bold
27792  caption.
27793  
27794 \series default
27795 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27796  suivante au préambule de votre document :
27797 \end_layout
27798
27799 \begin_layout Standard
27800
27801 \series bold
27802
27803 \backslash
27804 setkomafont{captionlabel}{
27805 \backslash
27806 bfseries}
27807 \end_layout
27808
27809 \begin_layout Standard
27810 Pour plus d'information au sujet de 
27811 \series bold
27812
27813 \backslash
27814 setkomafont
27815 \series default
27816  nous vous renvoyons à la documentation du paquetage 
27817 \series bold
27818 KOMA-Script
27819 \series default
27820  
27821 \begin_inset CommandInset citation
27822 LatexCommand cite
27823 key "KOMA-Script"
27824
27825 \end_inset
27826
27827 .
27828 \end_layout
27829
27830 \begin_layout Standard
27831 \begin_inset ERT
27832 status collapsed
27833
27834 \begin_layout Plain Layout
27835
27836
27837 \backslash
27838 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27839 }
27840 \end_layout
27841
27842 \end_inset
27843
27844
27845 \begin_inset Note Note
27846 status open
27847
27848 \begin_layout Plain Layout
27849 Le format de la légende n'est modifié que pour cet exemple.
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \begin_layout Standard
27858 \begin_inset Float figure
27859 placement !p
27860 wide false
27861 sideways false
27862 status open
27863
27864 \begin_layout Plain Layout
27865 \align center
27866 \begin_inset Graphics
27867         filename ../clipart/mobius.eps
27868         lyxscale 50
27869         scale 50
27870         scaleBeforeRotation
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \begin_layout Plain Layout
27878 \begin_inset Caption Standard
27879
27880 \begin_layout Plain Layout
27881 \begin_inset CommandInset label
27882 LatexCommand label
27883 name "fig:Legende-de-fig"
27884
27885 \end_inset
27886
27887 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27888  pour montrer les différents types de formats de légendes.
27889  Ici on a utilisé un format de légende personnalisé.
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \end_inset
27898
27899
27900 \end_layout
27901
27902 \begin_layout Standard
27903 \begin_inset ERT
27904 status collapsed
27905
27906 \begin_layout Plain Layout
27907
27908
27909 \backslash
27910 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27911 on}
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Standard
27920 \begin_inset Float table
27921 placement !p
27922 wide false
27923 sideways false
27924 status open
27925
27926 \begin_layout Plain Layout
27927 \begin_inset Caption Standard
27928
27929 \begin_layout Plain Layout
27930 \begin_inset CommandInset label
27931 LatexCommand label
27932 name "tab:Légende-de-tab"
27933
27934 \end_inset
27935
27936 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27937  pour montrer les différents types de formats de légendes.
27938  Ici on a utilisé le format de légende implicite.
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Plain Layout
27947 \align center
27948 \begin_inset Tabular
27949 <lyxtabular version="3" rows="1" columns="5">
27950 <features rotate="0" tabularvalignment="middle">
27951 <column alignment="center" valignment="top">
27952 <column alignment="center" valignment="top">
27953 <column alignment="center" valignment="top">
27954 <column alignment="center" valignment="top">
27955 <column alignment="center" valignment="top">
27956 <row>
27957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27958 \begin_inset Text
27959
27960 \begin_layout Plain Layout
27961 a
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 b
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 c
27980 \end_layout
27981
27982 \end_inset
27983 </cell>
27984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27985 \begin_inset Text
27986
27987 \begin_layout Plain Layout
27988 d
27989 \end_layout
27990
27991 \end_inset
27992 </cell>
27993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27994 \begin_inset Text
27995
27996 \begin_layout Plain Layout
27997 e
27998 \end_layout
27999
28000 \end_inset
28001 </cell>
28002 </row>
28003 </lyxtabular>
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Section
28016 Positionnement de la Légende
28017 \begin_inset Index idx
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021 Légende ! Placement
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \begin_inset Index idx
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 Flottants ! Placement de la légende
28032 \end_layout
28033
28034 \end_inset
28035
28036
28037 \begin_inset CommandInset label
28038 LatexCommand label
28039 name "sec:Placement-légende"
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047 La règle habituelle pour placer la légende est :
28048 \end_layout
28049
28050 \begin_layout Description
28051 Figure
28052 \begin_inset space ~
28053 \end_inset
28054
28055 : La légende est placée en dessous de la figure
28056 \end_layout
28057
28058 \begin_layout Description
28059 Tableau
28060 \begin_inset space ~
28061 \end_inset
28062
28063 : La légende est placée au dessus du tableau
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
28068  au dessus des tableaux.
28069  Ce qui fait que si vous utilisez une des classes de document 
28070 \family sans
28071 article
28072 \family default
28073
28074 \family sans
28075 book
28076 \family default
28077
28078 \family sans
28079 letter
28080 \family default
28081 , ou 
28082 \family sans
28083 report
28084 \family default
28085  il n'y aura pas d'espace libre entre la légende et le tableau.
28086  Pour insérer l'espace nécessaire, 
28087 \lang english
28088 load
28089 \lang french
28090  le paquetage LaTeX 
28091 \series bold
28092 caption
28093 \series default
28094
28095 \begin_inset Index idx
28096 status collapsed
28097
28098 \begin_layout Plain Layout
28099 Paquetages LaTeX ! caption
28100 \end_layout
28101
28102 \end_inset
28103
28104  dans le préambule de votre document avec l'option
28105 \begin_inset Foot
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109 Voir la section
28110 \begin_inset space ~
28111 \end_inset
28112
28113
28114 \begin_inset CommandInset ref
28115 LatexCommand ref
28116 reference "sec:Formatage-légende"
28117
28118 \end_inset
28119
28120  pour plus d'information sur le paquetage 
28121 \series bold
28122 caption
28123 \series default
28124 .
28125 \end_layout
28126
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \begin_layout Standard
28133
28134 \series bold
28135 tableposition=top
28136 \end_layout
28137
28138 \begin_layout Standard
28139 Si vous utilisez une classe de document 
28140 \series bold
28141 KOMA-Script
28142 \series default
28143
28144 \begin_inset Index idx
28145 status collapsed
28146
28147 \begin_layout Plain Layout
28148 Paquetages LaTeX ! KOMA-Script
28149 \end_layout
28150
28151 \end_inset
28152
28153  (
28154 \family sans
28155 article (KOMA-Script)
28156 \family default
28157
28158 \family sans
28159 book (KOMA-Script)
28160 \family default
28161
28162 \family sans
28163 letter (KOMA-Script)
28164 \family default
28165 , ou 
28166 \family sans
28167 report (KOMA-Script)
28168 \family default
28169
28170 \begin_inset space \thinspace{}
28171 \end_inset
28172
28173 ), vous pouvez utiliser à la place du paquetage 
28174 \series bold
28175 caption
28176 \series default
28177  l'option
28178 \end_layout
28179
28180 \begin_layout Standard
28181
28182 \series bold
28183 captions=tableheading
28184 \end_layout
28185
28186 \begin_layout Standard
28187 de la classe de document.
28188 \begin_inset Foot
28189 status open
28190
28191 \begin_layout Plain Layout
28192 Cette option est utilisée dans le document
28193 \end_layout
28194
28195 \end_inset
28196
28197
28198 \end_layout
28199
28200 \begin_layout Standard
28201 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28202  le menu contextuel dans une légende avec un clic droit et indiquer si la
28203  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28204  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28205  pour certaines d'entre elles.
28206  Le tableau
28207 \begin_inset space ~
28208 \end_inset
28209
28210
28211 \begin_inset CommandInset ref
28212 LatexCommand ref
28213 reference "tab:A-caption-marked"
28214
28215 \end_inset
28216
28217  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28218  alors qu'elle est insérée au-dessus.
28219  Par comparaison, la légende du tableau
28220 \begin_inset space ~
28221 \end_inset
28222
28223
28224 \begin_inset CommandInset ref
28225 LatexCommand ref
28226 reference "tab:A-standard-table"
28227
28228 \end_inset
28229
28230  n'est pas repositionnée.
28231 \end_layout
28232
28233 \begin_layout Standard
28234 \begin_inset Float table
28235 wide false
28236 sideways false
28237 status open
28238
28239 \begin_layout Plain Layout
28240 \begin_inset Caption Below
28241
28242 \begin_layout Plain Layout
28243 \begin_inset CommandInset label
28244 LatexCommand label
28245 name "tab:A-caption-marked"
28246
28247 \end_inset
28248
28249 Une légende positionnée sous le tableau par le menu contextuel
28250 \lang english
28251 .
28252 \end_layout
28253
28254 \end_inset
28255
28256
28257 \end_layout
28258
28259 \begin_layout Plain Layout
28260 \align center
28261 \begin_inset Tabular
28262 <lyxtabular version="3" rows="3" columns="3">
28263 <features rotate="0" tabularvalignment="middle">
28264 <column alignment="center" valignment="top" width="0pt">
28265 <column alignment="center" valignment="top" width="0pt">
28266 <column alignment="center" valignment="top" width="0pt">
28267 <row>
28268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28269 \begin_inset Text
28270
28271 \begin_layout Plain Layout
28272 1
28273 \end_layout
28274
28275 \end_inset
28276 </cell>
28277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28278 \begin_inset Text
28279
28280 \begin_layout Plain Layout
28281 2
28282 \end_layout
28283
28284 \end_inset
28285 </cell>
28286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28287 \begin_inset Text
28288
28289 \begin_layout Plain Layout
28290 3
28291 \end_layout
28292
28293 \end_inset
28294 </cell>
28295 </row>
28296 <row>
28297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28298 \begin_inset Text
28299
28300 \begin_layout Plain Layout
28301 Jean
28302 \end_layout
28303
28304 \end_inset
28305 </cell>
28306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28307 \begin_inset Text
28308
28309 \begin_layout Plain Layout
28310 Marie
28311 \end_layout
28312
28313 \end_inset
28314 </cell>
28315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28316 \begin_inset Text
28317
28318 \begin_layout Plain Layout
28319 Pierre
28320 \end_layout
28321
28322 \end_inset
28323 </cell>
28324 </row>
28325 <row>
28326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28327 \begin_inset Text
28328
28329 \begin_layout Plain Layout
28330 \begin_inset Formula $\int x^{2}dx$
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \end_inset
28337 </cell>
28338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28339 \begin_inset Text
28340
28341 \begin_layout Plain Layout
28342 \begin_inset Formula $\left[\begin{array}{cc}
28343 a & b\\
28344 c & d
28345 \end{array}\right]$
28346 \end_inset
28347
28348
28349 \end_layout
28350
28351 \end_inset
28352 </cell>
28353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28354 \begin_inset Text
28355
28356 \begin_layout Plain Layout
28357 \begin_inset Formula $1+1=2$
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \end_inset
28364 </cell>
28365 </row>
28366 </lyxtabular>
28367
28368 \end_inset
28369
28370
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \end_layout
28377
28378 \begin_layout Standard
28379 \begin_inset Float table
28380 wide false
28381 sideways false
28382 status open
28383
28384 \begin_layout Plain Layout
28385 \begin_inset Caption Standard
28386
28387 \begin_layout Plain Layout
28388 \begin_inset CommandInset label
28389 LatexCommand label
28390 name "tab:A-standard-table"
28391
28392 \end_inset
28393
28394 Une légende de tableau standard
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Plain Layout
28403 \align center
28404 \begin_inset Tabular
28405 <lyxtabular version="3" rows="3" columns="3">
28406 <features rotate="0" tabularvalignment="middle">
28407 <column alignment="center" valignment="top" width="0pt">
28408 <column alignment="center" valignment="top" width="0pt">
28409 <column alignment="center" valignment="top" width="0pt">
28410 <row>
28411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28412 \begin_inset Text
28413
28414 \begin_layout Plain Layout
28415 1
28416 \end_layout
28417
28418 \end_inset
28419 </cell>
28420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28421 \begin_inset Text
28422
28423 \begin_layout Plain Layout
28424 2
28425 \end_layout
28426
28427 \end_inset
28428 </cell>
28429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28430 \begin_inset Text
28431
28432 \begin_layout Plain Layout
28433 3
28434 \end_layout
28435
28436 \end_inset
28437 </cell>
28438 </row>
28439 <row>
28440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28441 \begin_inset Text
28442
28443 \begin_layout Plain Layout
28444 Jean
28445 \end_layout
28446
28447 \end_inset
28448 </cell>
28449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28450 \begin_inset Text
28451
28452 \begin_layout Plain Layout
28453 Marie
28454 \end_layout
28455
28456 \end_inset
28457 </cell>
28458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28459 \begin_inset Text
28460
28461 \begin_layout Plain Layout
28462 Pierre
28463 \end_layout
28464
28465 \end_inset
28466 </cell>
28467 </row>
28468 <row>
28469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28470 \begin_inset Text
28471
28472 \begin_layout Plain Layout
28473 \begin_inset Formula $\int x^{2}dx$
28474 \end_inset
28475
28476
28477 \end_layout
28478
28479 \end_inset
28480 </cell>
28481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28482 \begin_inset Text
28483
28484 \begin_layout Plain Layout
28485 \begin_inset Formula $\left[\begin{array}{cc}
28486 a & b\\
28487 c & d
28488 \end{array}\right]$
28489 \end_inset
28490
28491
28492 \end_layout
28493
28494 \end_inset
28495 </cell>
28496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28497 \begin_inset Text
28498
28499 \begin_layout Plain Layout
28500 \begin_inset Formula $1+1=2$
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \end_inset
28507 </cell>
28508 </row>
28509 </lyxtabular>
28510
28511 \end_inset
28512
28513
28514 \end_layout
28515
28516 \end_inset
28517
28518
28519 \end_layout
28520
28521 \begin_layout Standard
28522 \begin_inset VSpace bigskip
28523 \end_inset
28524
28525 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28526  Pour cela, vous devez charger le paquetage LaTeX 
28527 \series bold
28528 sidecap
28529 \series default
28530
28531 \begin_inset Index idx
28532 status collapsed
28533
28534 \begin_layout Plain Layout
28535 Paquetages LaTeX ! sidecap
28536 \end_layout
28537
28538 \end_inset
28539
28540  dans le préambule de votre document avec la ligne de commande suivante
28541 \end_layout
28542
28543 \begin_layout Standard
28544
28545 \series bold
28546
28547 \backslash
28548 usepackage[option]{sidecap}
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28553  extérieure – à droite sur les pages impaires et à gauche sur les pages
28554  paires.
28555  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28556  
28557 \series bold
28558 innercaption
28559 \series default
28560 .
28561  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28562  
28563 \series bold
28564 rightcaption
28565 \series default
28566  ou 
28567 \series bold
28568 leftcaption
28569 \series default
28570 .
28571 \end_layout
28572
28573 \begin_layout Standard
28574 \begin_inset ERT
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578
28579
28580 \backslash
28581 ifsidecap
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \begin_inset Note Note
28588 status open
28589
28590 \begin_layout Plain Layout
28591 La section suivante ne sera affichée que si le paquetage LaTeX 
28592 \series bold
28593 sidecap
28594 \series default
28595  a été installé.
28596 \end_layout
28597
28598 \end_inset
28599
28600
28601 \end_layout
28602
28603 \begin_layout Standard
28604 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28605  ajouter ces commandes dans le préambule de votre document :
28606 \end_layout
28607
28608 \begin_layout Standard
28609 \noindent
28610 \begin_inset CommandInset line
28611 LatexCommand rule
28612 offset "0.5ex"
28613 width "100line%"
28614 height "1pt"
28615
28616 \end_inset
28617
28618
28619 \end_layout
28620
28621 \begin_layout Standard
28622
28623 \series bold
28624
28625 \backslash
28626 newcommand{
28627 \backslash
28628 TabBesBeg}[1][1.0]{%
28629 \begin_inset Newline newline
28630 \end_inset
28631
28632
28633 \begin_inset Phantom HPhantom
28634 status open
28635
28636 \begin_layout Plain Layout
28637 \begin_inset space ~
28638 \end_inset
28639
28640
28641 \end_layout
28642
28643 \end_inset
28644
28645
28646 \backslash
28647 let
28648 \backslash
28649 MyTable
28650 \backslash
28651 table
28652 \begin_inset Newline newline
28653 \end_inset
28654
28655
28656 \begin_inset Phantom HPhantom
28657 status open
28658
28659 \begin_layout Plain Layout
28660
28661 \series medium
28662 \begin_inset space ~
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \end_inset
28669
28670
28671 \backslash
28672 let
28673 \backslash
28674 MyEndtable
28675 \backslash
28676 endtable
28677 \begin_inset Newline newline
28678 \end_inset
28679
28680
28681 \begin_inset Phantom HPhantom
28682 status open
28683
28684 \begin_layout Plain Layout
28685
28686 \series medium
28687 \begin_inset space ~
28688 \end_inset
28689
28690
28691 \end_layout
28692
28693 \end_inset
28694
28695
28696 \backslash
28697 renewenvironment{table}[1]{
28698 \backslash
28699 begin{SCtable}[#1]##1}{
28700 \backslash
28701 end{SCtable}}}
28702 \end_layout
28703
28704 \begin_layout Standard
28705
28706 \series bold
28707
28708 \backslash
28709 newcommand{
28710 \backslash
28711 TabBesEnd}{%
28712 \begin_inset Newline newline
28713 \end_inset
28714
28715
28716 \begin_inset Phantom HPhantom
28717 status open
28718
28719 \begin_layout Plain Layout
28720 \begin_inset space ~
28721 \end_inset
28722
28723
28724 \end_layout
28725
28726 \end_inset
28727
28728
28729 \backslash
28730 let
28731 \backslash
28732 table
28733 \backslash
28734 MyTable
28735 \begin_inset Newline newline
28736 \end_inset
28737
28738
28739 \begin_inset Phantom HPhantom
28740 status open
28741
28742 \begin_layout Plain Layout
28743 \begin_inset space ~
28744 \end_inset
28745
28746
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \backslash
28753 let
28754 \backslash
28755 endtable
28756 \backslash
28757 MyEndtable
28758 \end_layout
28759
28760 \begin_layout Standard
28761
28762 \series bold
28763
28764 \backslash
28765 newcommand{
28766 \backslash
28767 FigBesBeg}[1][1.0]{%
28768 \begin_inset Newline newline
28769 \end_inset
28770
28771
28772 \begin_inset Phantom HPhantom
28773 status open
28774
28775 \begin_layout Plain Layout
28776 \begin_inset space ~
28777 \end_inset
28778
28779
28780 \end_layout
28781
28782 \end_inset
28783
28784
28785 \backslash
28786 let
28787 \backslash
28788 MyFigure
28789 \backslash
28790 figure
28791 \begin_inset Newline newline
28792 \end_inset
28793
28794
28795 \begin_inset Phantom HPhantom
28796 status open
28797
28798 \begin_layout Plain Layout
28799 \begin_inset space ~
28800 \end_inset
28801
28802
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \backslash
28809 let
28810 \backslash
28811 MyEndfigure
28812 \backslash
28813 endfigure
28814 \begin_inset Newline newline
28815 \end_inset
28816
28817
28818 \begin_inset Phantom HPhantom
28819 status open
28820
28821 \begin_layout Plain Layout
28822 \begin_inset space ~
28823 \end_inset
28824
28825
28826 \end_layout
28827
28828 \end_inset
28829
28830
28831 \backslash
28832 renewenvironment{figure}[1]{
28833 \backslash
28834 begin{SCfigure}[#1]##1}{
28835 \backslash
28836 end{SCfigure}}}
28837 \end_layout
28838
28839 \begin_layout Standard
28840
28841 \series bold
28842
28843 \backslash
28844 newcommand{
28845 \backslash
28846 FigBesEnd}{%
28847 \begin_inset Newline newline
28848 \end_inset
28849
28850
28851 \begin_inset Phantom HPhantom
28852 status open
28853
28854 \begin_layout Plain Layout
28855 \begin_inset space ~
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \backslash
28865 let
28866 \backslash
28867 figure
28868 \backslash
28869 MyFigure
28870 \begin_inset Newline newline
28871 \end_inset
28872
28873
28874 \begin_inset Phantom HPhantom
28875 status open
28876
28877 \begin_layout Plain Layout
28878 \begin_inset space ~
28879 \end_inset
28880
28881
28882 \end_layout
28883
28884 \end_inset
28885
28886
28887 \backslash
28888 let
28889 \backslash
28890 endfigure
28891 \backslash
28892 MyEndfigure}
28893 \end_layout
28894
28895 \begin_layout Standard
28896 \noindent
28897 \begin_inset CommandInset line
28898 LatexCommand rule
28899 offset "0.5ex"
28900 width "100line%"
28901 height "1pt"
28902
28903 \end_inset
28904
28905
28906 \end_layout
28907
28908 \begin_layout Standard
28909 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28910  la légende se place sur le côté.
28911  Pour les flottants de figure, utilisez la commande
28912 \end_layout
28913
28914 \begin_layout Standard
28915
28916 \series bold
28917
28918 \backslash
28919 FigBesBeg
28920 \end_layout
28921
28922 \begin_layout Standard
28923 en code TeX avant le flottant.
28924  Et insérez la commande
28925 \end_layout
28926
28927 \begin_layout Standard
28928
28929 \series bold
28930
28931 \backslash
28932 FigBesEnd
28933 \end_layout
28934
28935 \begin_layout Standard
28936 en code TeX à l'endroit où vous voulez revenir à la définition originale
28937  du flottant.
28938 \end_layout
28939
28940 \begin_layout Standard
28941 Pour les flottants de tableau, utilisez les commandes correspondantes
28942 \end_layout
28943
28944 \begin_layout Standard
28945
28946 \series bold
28947
28948 \backslash
28949 TabBesBeg
28950 \series default
28951  et 
28952 \series bold
28953
28954 \backslash
28955 TabBesEnd
28956 \end_layout
28957
28958 \begin_layout Standard
28959 La figure
28960 \begin_inset space ~
28961 \end_inset
28962
28963
28964 \begin_inset CommandInset ref
28965 LatexCommand ref
28966 reference "fig:legende-a-coté-fig"
28967
28968 \end_inset
28969
28970  et le tableau
28971 \begin_inset space ~
28972 \end_inset
28973
28974
28975 \begin_inset CommandInset ref
28976 LatexCommand ref
28977 reference "tab:legende-à-coté-tableau"
28978
28979 \end_inset
28980
28981  sont des exemples où la légende a été mises sur le coté.
28982 \end_layout
28983
28984 \begin_layout Standard
28985 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28986  pour les flottants de tableau et vers le bas pour les flottants de figure.
28987  Pour changer ce comportement, vous pouvez utiliser les commandes
28988 \end_layout
28989
28990 \begin_layout Standard
28991
28992 \series bold
28993
28994 \backslash
28995 sidecaptionvpos{type flottant}{placement}
28996 \end_layout
28997
28998 \begin_layout Standard
28999 dans le préambule du document ou en code TeX juste avant le flottant visé.
29000  Le type du flottant est soit 
29001 \family sans
29002 figure
29003 \family default
29004  soit 
29005 \family sans
29006 table
29007 \family default
29008 , le placement peut être 
29009 \begin_inset Quotes fld
29010 \end_inset
29011
29012
29013 \family sans
29014 t
29015 \family default
29016
29017 \begin_inset Quotes frd
29018 \end_inset
29019
29020  pour haut (top), 
29021 \begin_inset Quotes fld
29022 \end_inset
29023
29024
29025 \family sans
29026 c
29027 \family default
29028
29029 \begin_inset Quotes frd
29030 \end_inset
29031
29032
29033 \begin_inset Quotes erd
29034 \end_inset
29035
29036  pour centre (center), ou 
29037 \begin_inset Quotes fld
29038 \end_inset
29039
29040
29041 \family sans
29042 b
29043 \family default
29044
29045 \begin_inset Quotes frd
29046 \end_inset
29047
29048  pour bas (bottom).
29049  Pour que, par exemple, les légendes des flottants de figure soient centrés
29050  verticalement, utilisez la commande
29051 \end_layout
29052
29053 \begin_layout Standard
29054
29055 \series bold
29056
29057 \backslash
29058 sidecaptionvpos{figure}{c}
29059 \end_layout
29060
29061 \begin_layout Standard
29062 C'est ce qui a été utilisé pour la figure
29063 \begin_inset space ~
29064 \end_inset
29065
29066
29067 \begin_inset CommandInset ref
29068 LatexCommand ref
29069 reference "fig:legende-à-coté-fig-2"
29070
29071 \end_inset
29072
29073 .
29074 \end_layout
29075
29076 \begin_layout Standard
29077 \begin_inset VSpace medskip
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Standard
29084 La largeur de légende par défaut est celle de l'image ou du tableau.
29085  Pour des images ou des tableaux étroits, comme le tableau
29086 \begin_inset space ~
29087 \end_inset
29088
29089
29090 \begin_inset CommandInset ref
29091 LatexCommand ref
29092 reference "tab:legende-à-coté-tableau"
29093
29094 \end_inset
29095
29096 , cela donne des légendes trop étroites.
29097  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29098  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29099  La largeur de la légende sera automatiquement recalculée dans le cas où
29100  cette dernière déborderait dans la marge de la page ou de la colonne à
29101  cause de la largeur indiquée.
29102  Le 
29103 \emph on
29104 facteur 
29105 \emph default
29106 peut soit être donné comme argument pour 
29107 \series bold
29108
29109 \backslash
29110 FigBesBeg
29111 \series default
29112 :
29113 \end_layout
29114
29115 \begin_layout Standard
29116
29117 \series bold
29118
29119 \backslash
29120 FigBesBeg[facteur]
29121 \end_layout
29122
29123 \begin_layout Standard
29124 ou dans la définition de 
29125 \series bold
29126
29127 \backslash
29128 FigBesBeg 
29129 \series default
29130 en remplaçant le
29131 \series bold
29132  1.0 
29133 \series default
29134 par une autre valeur.
29135  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29136  façon implicite quand  
29137 \series bold
29138
29139 \backslash
29140 FigBesBeg
29141 \series default
29142  est utilisé sans argument.
29143  Pour le tableau
29144 \begin_inset space ~
29145 \end_inset
29146
29147
29148 \begin_inset CommandInset ref
29149 LatexCommand ref
29150 reference "tab:cap-beside-tab-wider"
29151
29152 \end_inset
29153
29154  on a utilisé 5 comme facteur.
29155 \end_layout
29156
29157 \begin_layout Standard
29158
29159 \lang english
29160 \begin_inset Note Greyedout
29161 status open
29162
29163 \begin_layout Plain Layout
29164
29165 \series bold
29166 Note:
29167 \series default
29168  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29169  utiliser l'option de placement, 
29170 \family sans
29171 Ici
29172 \begin_inset space ~
29173 \end_inset
29174
29175 à
29176 \begin_inset space ~
29177 \end_inset
29178
29179 tout
29180 \begin_inset space ~
29181 \end_inset
29182
29183 prix
29184 \family default
29185  parce qu'elle n'est pas gérée par 
29186 \series bold
29187 sidecap
29188 \series default
29189 .
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \begin_layout Standard
29198 \begin_inset VSpace medskip
29199 \end_inset
29200
29201 Pour plus d'information sur le paquetage 
29202 \series bold
29203 sidecap
29204 \series default
29205  nous vous renvoyons à sa documentation 
29206 \begin_inset CommandInset citation
29207 LatexCommand cite
29208 key "sidecap"
29209
29210 \end_inset
29211
29212 .
29213 \end_layout
29214
29215 \begin_layout Standard
29216 \begin_inset Note Greyedout
29217 status open
29218
29219 \begin_layout Plain Layout
29220
29221 \series bold
29222 Note:
29223 \series default
29224  Le paquetage LaTeX 
29225 \series bold
29226 hypcap
29227 \series default
29228
29229 \begin_inset Index idx
29230 status collapsed
29231
29232 \begin_layout Plain Layout
29233 Paquetages LaTeX ! hypcap
29234 \end_layout
29235
29236 \end_inset
29237
29238 , qui est décrit dans la section
29239 \begin_inset space ~
29240 \end_inset
29241
29242
29243 \begin_inset CommandInset ref
29244 LatexCommand ref
29245 reference "sub:Reference-Position"
29246
29247 \end_inset
29248
29249 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \end_layout
29256
29257 \begin_layout Standard
29258 \begin_inset ERT
29259 status collapsed
29260
29261 \begin_layout Plain Layout
29262
29263
29264 \backslash
29265 FigBesBeg 
29266 \end_layout
29267
29268 \end_inset
29269
29270
29271 \end_layout
29272
29273 \begin_layout Standard
29274 \begin_inset Float figure
29275 wide false
29276 sideways false
29277 status open
29278
29279 \begin_layout Plain Layout
29280 \begin_inset Graphics
29281         filename ../clipart/escher-lsd.eps
29282         scale 75
29283         scaleBeforeRotation
29284
29285 \end_inset
29286
29287
29288 \end_layout
29289
29290 \begin_layout Plain Layout
29291 \begin_inset Caption Standard
29292
29293 \begin_layout Plain Layout
29294 \begin_inset CommandInset label
29295 LatexCommand label
29296 name "fig:legende-a-coté-fig"
29297
29298 \end_inset
29299
29300 Une légende à côté d'une figure.
29301 \end_layout
29302
29303 \end_inset
29304
29305
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \end_layout
29312
29313 \begin_layout Standard
29314 \begin_inset ERT
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318
29319
29320 \backslash
29321 FigBesEnd
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Standard
29330 \begin_inset ERT
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334
29335
29336 \backslash
29337 TabBesBeg 
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \begin_layout Standard
29346 \begin_inset Float table
29347 wide false
29348 sideways false
29349 status open
29350
29351 \begin_layout Plain Layout
29352 \begin_inset Caption Standard
29353
29354 \begin_layout Plain Layout
29355 \begin_inset CommandInset label
29356 LatexCommand label
29357 name "tab:legende-à-coté-tableau"
29358
29359 \end_inset
29360
29361 Une légende à côté d'un tableau.
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \end_layout
29368
29369 \begin_layout Plain Layout
29370 \begin_inset Tabular
29371 <lyxtabular version="3" rows="4" columns="5">
29372 <features rotate="0" tabularvalignment="middle">
29373 <column alignment="center" valignment="top">
29374 <column alignment="center" valignment="top">
29375 <column alignment="center" valignment="top">
29376 <column alignment="center" valignment="top">
29377 <column alignment="center" valignment="top">
29378 <row>
29379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29380 \begin_inset Text
29381
29382 \begin_layout Plain Layout
29383 a
29384 \end_layout
29385
29386 \end_inset
29387 </cell>
29388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29389 \begin_inset Text
29390
29391 \begin_layout Plain Layout
29392
29393 \end_layout
29394
29395 \end_inset
29396 </cell>
29397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29398 \begin_inset Text
29399
29400 \begin_layout Plain Layout
29401 b
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29407 \begin_inset Text
29408
29409 \begin_layout Plain Layout
29410
29411 \end_layout
29412
29413 \end_inset
29414 </cell>
29415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29416 \begin_inset Text
29417
29418 \begin_layout Plain Layout
29419 c
29420 \end_layout
29421
29422 \end_inset
29423 </cell>
29424 </row>
29425 <row>
29426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29427 \begin_inset Text
29428
29429 \begin_layout Plain Layout
29430
29431 \end_layout
29432
29433 \end_inset
29434 </cell>
29435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29436 \begin_inset Text
29437
29438 \begin_layout Plain Layout
29439 d
29440 \end_layout
29441
29442 \end_inset
29443 </cell>
29444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29445 \begin_inset Text
29446
29447 \begin_layout Plain Layout
29448
29449 \end_layout
29450
29451 \end_inset
29452 </cell>
29453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29454 \begin_inset Text
29455
29456 \begin_layout Plain Layout
29457 e
29458 \end_layout
29459
29460 \end_inset
29461 </cell>
29462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29463 \begin_inset Text
29464
29465 \begin_layout Plain Layout
29466
29467 \end_layout
29468
29469 \end_inset
29470 </cell>
29471 </row>
29472 <row>
29473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29474 \begin_inset Text
29475
29476 \begin_layout Plain Layout
29477 f
29478 \end_layout
29479
29480 \end_inset
29481 </cell>
29482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Plain Layout
29486
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Plain Layout
29495 g
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Plain Layout
29504
29505 \end_layout
29506
29507 \end_inset
29508 </cell>
29509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29510 \begin_inset Text
29511
29512 \begin_layout Plain Layout
29513 h
29514 \end_layout
29515
29516 \end_inset
29517 </cell>
29518 </row>
29519 <row>
29520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29521 \begin_inset Text
29522
29523 \begin_layout Plain Layout
29524
29525 \end_layout
29526
29527 \end_inset
29528 </cell>
29529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29530 \begin_inset Text
29531
29532 \begin_layout Plain Layout
29533 i
29534 \end_layout
29535
29536 \end_inset
29537 </cell>
29538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29539 \begin_inset Text
29540
29541 \begin_layout Plain Layout
29542
29543 \end_layout
29544
29545 \end_inset
29546 </cell>
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 j
29552 \end_layout
29553
29554 \end_inset
29555 </cell>
29556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Plain Layout
29560
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 </row>
29566 </lyxtabular>
29567
29568 \end_inset
29569
29570
29571 \end_layout
29572
29573 \end_inset
29574
29575
29576 \end_layout
29577
29578 \begin_layout Standard
29579 \begin_inset ERT
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583
29584
29585 \backslash
29586 TabBesEnd
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Standard
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 FigBesBeg 
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \end_layout
29609
29610 \begin_layout Standard
29611 \begin_inset ERT
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615
29616
29617 \backslash
29618 sidecaptionvpos{figure}{c}
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \begin_inset Float figure
29625 wide false
29626 sideways false
29627 status open
29628
29629 \begin_layout Plain Layout
29630 \begin_inset Graphics
29631         filename ../clipart/escher-lsd.eps
29632         scale 75
29633         scaleBeforeRotation
29634
29635 \end_inset
29636
29637
29638 \end_layout
29639
29640 \begin_layout Plain Layout
29641 \begin_inset Caption Standard
29642
29643 \begin_layout Plain Layout
29644 \begin_inset CommandInset label
29645 LatexCommand label
29646 name "fig:legende-à-coté-fig-2"
29647
29648 \end_inset
29649
29650 Une légende centrée verticalement à côté d'une figure.
29651 \end_layout
29652
29653 \end_inset
29654
29655
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \end_layout
29662
29663 \begin_layout Standard
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669
29670 \backslash
29671 FigBesEnd
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \end_layout
29678
29679 \begin_layout Standard
29680 \begin_inset ERT
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684
29685
29686 \backslash
29687 TabBesBeg[5]
29688 \end_layout
29689
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Standard
29696 \begin_inset Float table
29697 wide false
29698 sideways false
29699 status open
29700
29701 \begin_layout Plain Layout
29702 \begin_inset Caption Standard
29703
29704 \begin_layout Plain Layout
29705
29706 \lang english
29707 \begin_inset CommandInset label
29708 LatexCommand label
29709 name "tab:cap-beside-tab-wider"
29710
29711 \end_inset
29712
29713 This is a caption is wider than the one in
29714 \lang french
29715  tableau
29716 \begin_inset space ~
29717 \end_inset
29718
29719
29720 \begin_inset CommandInset ref
29721 LatexCommand ref
29722 reference "tab:legende-à-coté-tableau"
29723
29724 \end_inset
29725
29726 .
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Plain Layout
29735 \begin_inset Tabular
29736 <lyxtabular version="3" rows="4" columns="5">
29737 <features rotate="0" tabularvalignment="middle">
29738 <column alignment="center" valignment="top">
29739 <column alignment="center" valignment="top">
29740 <column alignment="center" valignment="top">
29741 <column alignment="center" valignment="top">
29742 <column alignment="center" valignment="top">
29743 <row>
29744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29745 \begin_inset Text
29746
29747 \begin_layout Plain Layout
29748 a
29749 \end_layout
29750
29751 \end_inset
29752 </cell>
29753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29754 \begin_inset Text
29755
29756 \begin_layout Plain Layout
29757
29758 \end_layout
29759
29760 \end_inset
29761 </cell>
29762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29763 \begin_inset Text
29764
29765 \begin_layout Plain Layout
29766 b
29767 \end_layout
29768
29769 \end_inset
29770 </cell>
29771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29772 \begin_inset Text
29773
29774 \begin_layout Plain Layout
29775
29776 \end_layout
29777
29778 \end_inset
29779 </cell>
29780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29781 \begin_inset Text
29782
29783 \begin_layout Plain Layout
29784 c
29785 \end_layout
29786
29787 \end_inset
29788 </cell>
29789 </row>
29790 <row>
29791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29792 \begin_inset Text
29793
29794 \begin_layout Plain Layout
29795
29796 \end_layout
29797
29798 \end_inset
29799 </cell>
29800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29801 \begin_inset Text
29802
29803 \begin_layout Plain Layout
29804 d
29805 \end_layout
29806
29807 \end_inset
29808 </cell>
29809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29810 \begin_inset Text
29811
29812 \begin_layout Plain Layout
29813
29814 \end_layout
29815
29816 \end_inset
29817 </cell>
29818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29819 \begin_inset Text
29820
29821 \begin_layout Plain Layout
29822 e
29823 \end_layout
29824
29825 \end_inset
29826 </cell>
29827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29828 \begin_inset Text
29829
29830 \begin_layout Plain Layout
29831
29832 \end_layout
29833
29834 \end_inset
29835 </cell>
29836 </row>
29837 <row>
29838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29839 \begin_inset Text
29840
29841 \begin_layout Plain Layout
29842 f
29843 \end_layout
29844
29845 \end_inset
29846 </cell>
29847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29848 \begin_inset Text
29849
29850 \begin_layout Plain Layout
29851
29852 \end_layout
29853
29854 \end_inset
29855 </cell>
29856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29857 \begin_inset Text
29858
29859 \begin_layout Plain Layout
29860 g
29861 \end_layout
29862
29863 \end_inset
29864 </cell>
29865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29866 \begin_inset Text
29867
29868 \begin_layout Plain Layout
29869
29870 \end_layout
29871
29872 \end_inset
29873 </cell>
29874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29875 \begin_inset Text
29876
29877 \begin_layout Plain Layout
29878 h
29879 \end_layout
29880
29881 \end_inset
29882 </cell>
29883 </row>
29884 <row>
29885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Plain Layout
29889
29890 \end_layout
29891
29892 \end_inset
29893 </cell>
29894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29895 \begin_inset Text
29896
29897 \begin_layout Plain Layout
29898 i
29899 \end_layout
29900
29901 \end_inset
29902 </cell>
29903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29904 \begin_inset Text
29905
29906 \begin_layout Plain Layout
29907
29908 \end_layout
29909
29910 \end_inset
29911 </cell>
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 j
29917 \end_layout
29918
29919 \end_inset
29920 </cell>
29921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29922 \begin_inset Text
29923
29924 \begin_layout Plain Layout
29925
29926 \end_layout
29927
29928 \end_inset
29929 </cell>
29930 </row>
29931 </lyxtabular>
29932
29933 \end_inset
29934
29935
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \end_layout
29942
29943 \begin_layout Standard
29944 \begin_inset ERT
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948
29949
29950 \backslash
29951 TabBesEnd
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \end_layout
29958
29959 \begin_layout Standard
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 else
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset Note Note
29974 status open
29975
29976 \begin_layout Plain Layout
29977 Ce qui suit sera affiché si le paquetage LaTeX 
29978 \series bold
29979 sidecap
29980 \series default
29981  n'est pas installé :
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \end_layout
29988
29989 \begin_layout Standard
29990 Vous devez installer le paquetage LaTeX 
29991 \series bold
29992 sidecap
29993 \series default
29994  pour voir la suite de cette section dans la sortie imprimée.
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \begin_inset ERT
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002
30003
30004 \backslash
30005 fi
30006 \end_layout
30007
30008 \end_inset
30009
30010
30011 \end_layout
30012
30013 \begin_layout Section
30014 Les listes de flottants
30015 \begin_inset Index idx
30016 status collapsed
30017
30018 \begin_layout Plain Layout
30019 Flottants ! Listes de Flottants
30020 \end_layout
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 De la même façon que la table des matières fait la liste des sections du
30029  document, il y a des listes pour tous les types de flottants, comme par
30030  exemple pour les figures du document.
30031  Vous pouvez les insérer en utilisant le menu 
30032 \family sans
30033 Insertion\SpecialChar \menuseparator
30034 Listes
30035 \begin_inset space ~
30036 \end_inset
30037
30038 &
30039 \begin_inset space ~
30040 \end_inset
30041
30042 TdM
30043 \family default
30044 .
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Les entrées de la liste sont la légende du flottant ou éventuellement le
30049  titre court, le numéro du flottant, et le numéro de la page où le flottant
30050  apparaît dans le document.
30051 \end_layout
30052
30053 \begin_layout Standard
30054 Vous trouverez à la fin de ce document une liste des figures et une liste
30055  des tableaux.
30056 \end_layout
30057
30058 \begin_layout Chapter
30059 Notes
30060 \end_layout
30061
30062 \begin_layout Section
30063 Les notes de LyX
30064 \begin_inset Index idx
30065 status collapsed
30066
30067 \begin_layout Plain Layout
30068 Notes ! Notes LyX 
30069 \end_layout
30070
30071 \end_inset
30072
30073
30074 \end_layout
30075
30076 \begin_layout Standard
30077 On peut insérer une note en utilisant le bouton 
30078 \begin_inset Info
30079 type  "icon"
30080 arg   "note-insert"
30081 \end_inset
30082
30083  de la barre d'outils ou avec le menu 
30084 \family sans
30085 Insertion\SpecialChar \menuseparator
30086 Note
30087 \family default
30088 .
30089  Il y a trois types de notes :
30090 \end_layout
30091
30092 \begin_layout Description
30093 Note
30094 \begin_inset space ~
30095 \end_inset
30096
30097 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
30098  finale.
30099  La boîte de cette note ressemble à ceci :
30100 \begin_inset Newline newline
30101 \end_inset
30102
30103
30104 \begin_inset Newline newline
30105 \end_inset
30106
30107
30108 \begin_inset Graphics
30109         filename clipart/LyXNoteImageQt4.png
30110         display false
30111         scale 65
30112         scaleBeforeRotation
30113
30114 \end_inset
30115
30116  
30117 \begin_inset Note Note
30118 status open
30119
30120 \begin_layout Plain Layout
30121 Le texte de cette note n'apparaîtra pas à l'impression.
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Description
30130 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30131  il est inséré comme un commentaire LaTeX quand vous exportez votre document
30132  vers un fichier au format LaTeX avec le menu 
30133 \family sans
30134 Fichier\SpecialChar \menuseparator
30135 Exporter\SpecialChar \menuseparator
30136 LaTeX (pdflatex) / (plain)
30137 \family default
30138 .
30139  La boîte de cette note ressemble à ceci :
30140 \begin_inset Newline newline
30141 \end_inset
30142
30143
30144 \begin_inset Newline newline
30145 \end_inset
30146
30147
30148 \begin_inset Graphics
30149         filename clipart/CommentNoteImageQt4.png
30150         display false
30151         scale 55
30152         scaleBeforeRotation
30153
30154 \end_inset
30155
30156  
30157 \begin_inset Note Comment
30158 status open
30159
30160 \begin_layout Plain Layout
30161 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30162  LaTeX.
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Description
30171 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30172  La boîte de cette note ressemble à ceci :
30173 \begin_inset Newline newline
30174 \end_inset
30175
30176
30177 \begin_inset Newline newline
30178 \end_inset
30179
30180
30181 \begin_inset Graphics
30182         filename clipart/GreyedOutNoteImageQt4.png
30183         lyxscale 80
30184         display false
30185         scale 55
30186         scaleBeforeRotation
30187
30188 \end_inset
30189
30190
30191 \begin_inset Newline newline
30192 \end_inset
30193
30194
30195 \begin_inset ERT
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199
30200
30201 \backslash
30202 renewenvironment{lyxgreyedout}
30203 \end_layout
30204
30205 \begin_layout Plain Layout
30206
30207 {
30208 \backslash
30209 textcolor[gray]{0.8}
30210 \backslash
30211 bgroup}{
30212 \backslash
30213 egroup}
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \begin_inset Note Greyedout
30220 status open
30221
30222 \begin_layout Plain Layout
30223 Le texte
30224 \begin_inset Foot
30225 status collapsed
30226
30227 \begin_layout Plain Layout
30228 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30229  grisé.
30230  
30231 \end_layout
30232
30233 \end_inset
30234
30235  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \begin_inset ERT
30242 status collapsed
30243
30244 \begin_layout Plain Layout
30245
30246
30247 \backslash
30248 renewenvironment{lyxgreyedout}
30249 \end_layout
30250
30251 \begin_layout Plain Layout
30252
30253 {
30254 \backslash
30255 textcolor{blue}
30256 \backslash
30257 bgroup}{
30258 \backslash
30259 egroup}
30260 \end_layout
30261
30262 \end_inset
30263
30264
30265 \begin_inset Note Note
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30270  originale qu'elle a dans LyX.
30271  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30272  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \begin_inset Newline newline
30279 \end_inset
30280
30281
30282 \begin_inset Newline newline
30283 \end_inset
30284
30285 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30286  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30287 \end_layout
30288
30289 \begin_layout Standard
30290 \begin_inset VSpace bigskip
30291 \end_inset
30292
30293 Quand vous utilisez le bouton 
30294 \begin_inset Info
30295 type  "icon"
30296 arg   "note-insert"
30297 \end_inset
30298
30299  de la barre d'outils, vous insérez une 
30300 \family sans
30301 Note
30302 \begin_inset space ~
30303 \end_inset
30304
30305 LyX
30306 \family default
30307 .
30308  
30309 \lang english
30310 You can switch between the three note types by right-clicking on the note-box.
30311
30312 \lang french
30313  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30314 la et cliquez sur le bouton d'insertion de note.
30315  Pour retransformer une note en texte, appuyez sur la touche 
30316 \family sans
30317 backspace
30318 \family default
30319  quand le curseur est au tout début de la note ou appuyez sur la touche
30320  
30321 \family sans
30322 Suppr.
30323
30324 \family default
30325  quand le curseur se trouve à la fin de la note.
30326 \end_layout
30327
30328 \begin_layout Standard
30329 \begin_inset VSpace bigskip
30330 \end_inset
30331
30332
30333 \end_layout
30334
30335 \begin_layout Standard
30336 Vous pouvez changer la couleur des notes grisées dans le menu 
30337 \family sans
30338 Document\SpecialChar \menuseparator
30339 Paramètres\SpecialChar \menuseparator
30340 Couleurs
30341 \family default
30342 .
30343 \end_layout
30344
30345 \begin_layout Section
30346 Notes en bas de page
30347 \begin_inset CommandInset label
30348 LatexCommand label
30349 name "sec:Notes-bas-de-page"
30350
30351 \end_inset
30352
30353
30354 \begin_inset Index idx
30355 status collapsed
30356
30357 \begin_layout Plain Layout
30358 Notes ! Notes de bas de page
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \begin_inset Index idx
30365 status collapsed
30366
30367 \begin_layout Plain Layout
30368 Notes de bas de page
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \end_layout
30375
30376 \begin_layout Standard
30377 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30378  
30379 \begin_inset Info
30380 type  "icon"
30381 arg   "footnote-insert"
30382 \end_inset
30383
30384  de la barre d'outils, soit en utilisant le menu 
30385 \family sans
30386 Insertion\SpecialChar \menuseparator
30387 Note
30388 \begin_inset space ~
30389 \end_inset
30390
30391 en
30392 \begin_inset space ~
30393 \end_inset
30394
30395 Bas
30396 \begin_inset space ~
30397 \end_inset
30398
30399 de
30400 \begin_inset space ~
30401 \end_inset
30402
30403 Page
30404 \family default
30405 .
30406  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30407  rouge 
30408 \begin_inset Quotes fld
30409 \end_inset
30410
30411 bas
30412 \begin_inset Quotes frd
30413 \end_inset
30414
30415  qui ressemble à ceci : 
30416 \begin_inset Graphics
30417         filename clipart/footnoteQt4.png
30418         scale 80
30419         scaleBeforeRotation
30420
30421 \end_inset
30422
30423  Vous pouvez y entrer votre texte.
30424  Si vous voulez transformer du texte déjà existant en note en bas de page,
30425  sélectionnez-le et cliquez sur le bouton 
30426 \family sans
30427 Note
30428 \begin_inset space ~
30429 \end_inset
30430
30431 en
30432 \begin_inset space ~
30433 \end_inset
30434
30435 Bas
30436 \begin_inset space ~
30437 \end_inset
30438
30439 de
30440 \begin_inset space ~
30441 \end_inset
30442
30443 Page
30444 \family default
30445  de la barre d'outils.
30446  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30447  
30448 \family sans
30449 Backspace
30450 \family default
30451  quand le curseur est au tout début de la note ou appuyez sur la touche
30452  
30453 \family sans
30454 Suppr.
30455
30456 \family default
30457  quand le curseur se trouve à la fin de la note.
30458 \end_layout
30459
30460 \begin_layout Standard
30461 Voici un exemple de note en bas de page:
30462 \begin_inset Foot
30463 status open
30464
30465 \begin_layout Plain Layout
30466 \begin_inset CommandInset label
30467 LatexCommand label
30468 name "fn:Note-en-bas"
30469
30470 \end_inset
30471
30472 Ceci est un exemple de note en bas de page.
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483
30484 \backslash
30485 newcounter{MyRepeatFoot}
30486 \end_layout
30487
30488 \begin_layout Plain Layout
30489
30490
30491 \backslash
30492 setcounter{MyRepeatFoot}{
30493 \backslash
30494 thefootnote}
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Standard
30503 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30504  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30505  de note.
30506  Le texte de la note est placé en bas de la page courante.
30507  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
30508  Selon votre classe de document les numéros de notes pourront être réinitialisés
30509  à chaque nouveau chapitre.
30510 \end_layout
30511
30512 \begin_layout Standard
30513 On peut faire référence à une note en bas de page comme on le fait avec
30514  les flottants : Insérez une étiquette dans la note et faites une référence
30515  croisée vers cette étiquette comme c'est décrit dans la
30516 \begin_inset space ~
30517 \end_inset
30518
30519
30520 \begin_inset CommandInset ref
30521 LatexCommand ref
30522 reference "sec:Referencer-les-Flottants"
30523
30524 \end_inset
30525
30526 .
30527 \begin_inset Newline newline
30528 \end_inset
30529
30530 Voici une référence à une note de bas de page :
30531 \begin_inset space ~
30532 \end_inset
30533
30534
30535 \begin_inset CommandInset ref
30536 LatexCommand ref
30537 reference "fn:Note-en-bas"
30538
30539 \end_inset
30540
30541 .
30542 \end_layout
30543
30544 \begin_layout Standard
30545 \begin_inset VSpace defskip
30546 \end_inset
30547
30548
30549 \lang english
30550 Footnotes in title environments are usually not numbered with symbols and
30551  they cannot contain several paragraphs.
30552  See for example the footnote in the titling of this document.
30553 \end_layout
30554
30555 \begin_layout Standard
30556 \begin_inset VSpace defskip
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Standard
30563 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30564  par LaTeX pour des raisons techniques.
30565  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30566  
30567 \series bold
30568
30569 \backslash
30570 footnotemark{}
30571 \series default
30572  en code TeX à la place de la note de bas de page.
30573  Le texte de la note est mis en argument de la commande TeX 
30574 \series bold
30575
30576 \backslash
30577 footnotetext
30578 \series default
30579  après le tableau.
30580 \begin_inset Newline newline
30581 \end_inset
30582
30583 C'est ce qui a été fait pour le tableau qui suit avec la commande
30584 \end_layout
30585
30586 \begin_layout Standard
30587
30588 \series bold
30589
30590 \backslash
30591 footnotetext{
30592 \series default
30593 Note de bas de page de tableau imprimée.
30594 \series bold
30595 }
30596 \end_layout
30597
30598 \begin_layout Standard
30599
30600 \lang english
30601 \begin_inset Tabular
30602 <lyxtabular version="3" rows="2" columns="1">
30603 <features rotate="0" tabularvalignment="middle">
30604 <column alignment="center" valignment="top">
30605 <row>
30606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30607 \begin_inset Text
30608
30609 \begin_layout Plain Layout
30610 Un exemple de texte
30611 \begin_inset Foot
30612 status open
30613
30614 \begin_layout Plain Layout
30615 Cette note ne sera pas imprimée
30616 \begin_inset space ~
30617 \end_inset
30618
30619 !
30620 \end_layout
30621
30622 \end_inset
30623
30624
30625 \end_layout
30626
30627 \end_inset
30628 </cell>
30629 </row>
30630 <row>
30631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30632 \begin_inset Text
30633
30634 \begin_layout Plain Layout
30635 Un autre exemple de texte
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641
30642 \backslash
30643 footnotemark{}
30644 \end_layout
30645
30646 \end_inset
30647
30648
30649 \end_layout
30650
30651 \end_inset
30652 </cell>
30653 </row>
30654 </lyxtabular>
30655
30656 \end_inset
30657
30658
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664
30665 \backslash
30666 footnotetext{
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \lang french
30673 Note de bas de page de tableau imprimée.
30674 \lang english
30675
30676 \begin_inset ERT
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681 }
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \end_layout
30688
30689 \begin_layout Standard
30690 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30691 \begin_inset space ~
30692 \end_inset
30693
30694
30695 \begin_inset CommandInset ref
30696 LatexCommand ref
30697 reference "sub:Notes-dans-tableau-long"
30698
30699 \end_inset
30700
30701 .
30702 \end_layout
30703
30704 \begin_layout Standard
30705 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30706  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30707 e, vu que la minipage est considérée comme une page se trouvant dans une
30708  autre page.
30709  Pour plus d'information sur les minipages, voyez la section
30710 \begin_inset space ~
30711 \end_inset
30712
30713
30714 \begin_inset CommandInset ref
30715 LatexCommand ref
30716 reference "sec:Minipages"
30717
30718 \end_inset
30719
30720 .
30721  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30722  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30723  la méthode utilisant les commandes 
30724 \series bold
30725
30726 \backslash
30727 footnotemark{}
30728 \series default
30729  et 
30730 \series bold
30731
30732 \backslash
30733 footnotetext
30734 \series default
30735 .
30736 \end_layout
30737
30738 \begin_layout Standard
30739 \begin_inset Box Frameless
30740 position "t"
30741 hor_pos "c"
30742 has_inner_box 1
30743 inner_pos "t"
30744 use_parbox 0
30745 use_makebox 0
30746 width "100col%"
30747 special "none"
30748 height "1in"
30749 height_special "totalheight"
30750 status open
30751
30752 \begin_layout Plain Layout
30753 Un exemple de texte dans une minipage.
30754 \begin_inset Foot
30755 status open
30756
30757 \begin_layout Plain Layout
30758 Note de bas de page dans la minipage.
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \begin_layout Plain Layout
30767 Un autre exemple de texte dans une minipage.
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773
30774 \backslash
30775 footnotemark{}
30776 \end_layout
30777
30778 \end_inset
30779
30780
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \begin_layout Standard
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794
30795 \backslash
30796 footnotetext{
30797 \end_layout
30798
30799 \end_inset
30800
30801 Note de bas de page en dehors de la minipage.
30802 \begin_inset ERT
30803 status collapsed
30804
30805 \begin_layout Plain Layout
30806
30807 }
30808 \end_layout
30809
30810 \end_inset
30811
30812
30813 \end_layout
30814
30815 \begin_layout Standard
30816 \begin_inset VSpace defskip
30817 \end_inset
30818
30819
30820 \end_layout
30821
30822 \begin_layout Standard
30823 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30824  utilisez la commande 
30825 \series bold
30826
30827 \backslash
30828 footnotemark[number]
30829 \series default
30830  en code TeX.
30831 \begin_inset Newline newline
30832 \end_inset
30833
30834 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30835  votre texte, vous devez enregistrer son numéro.
30836  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30837  ont été insérées en code TeX après la note
30838 \begin_inset space ~
30839 \end_inset
30840
30841
30842 \begin_inset CommandInset ref
30843 LatexCommand ref
30844 reference "fn:Note-en-bas"
30845
30846 \end_inset
30847
30848  pour enregistrer son numéro
30849 \begin_inset space ~
30850 \end_inset
30851
30852 :
30853 \end_layout
30854
30855 \begin_layout Standard
30856
30857 \series bold
30858
30859 \backslash
30860 newcounter{MaNoteDupliquee}
30861 \begin_inset Newline newline
30862 \end_inset
30863
30864
30865 \backslash
30866 setcounter{MaNoteDupliquee}{
30867 \backslash
30868 thefootnote}
30869 \end_layout
30870
30871 \begin_layout Standard
30872 La note de bas de page a été créée avec la commande
30873 \begin_inset space ~
30874 \end_inset
30875
30876 :
30877 \end_layout
30878
30879 \begin_layout Standard
30880
30881 \series bold
30882
30883 \backslash
30884 footnotemark[
30885 \backslash
30886 MaNoteDupliquee]
30887 \end_layout
30888
30889 \begin_layout Standard
30890 Voici une note de bas de page dupliquée
30891 \begin_inset space ~
30892 \end_inset
30893
30894 :
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900
30901 \backslash
30902 footnotemark[
30903 \backslash
30904 theMyRepeatFoot]
30905 \end_layout
30906
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Standard
30913 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30914 t du numéro de note et juste utiliser la commande suivante
30915 \end_layout
30916
30917 \begin_layout Standard
30918
30919 \series bold
30920
30921 \backslash
30922 footnotemark[
30923 \backslash
30924 thefootnote]
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Voici une autre note de bas de page dupliquée
30929 \begin_inset space ~
30930 \end_inset
30931
30932 :
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 footnotemark[
30941 \backslash
30942 thefootnote]
30943 \end_layout
30944
30945 \end_inset
30946
30947
30948 \end_layout
30949
30950 \begin_layout Subsection
30951 Numérotation de notes de bas de page
30952 \begin_inset CommandInset label
30953 LatexCommand label
30954 name "sub:Numerotation-notes-bas-de-page"
30955
30956 \end_inset
30957
30958
30959 \begin_inset Index idx
30960 status collapsed
30961
30962 \begin_layout Plain Layout
30963 Notes de bas de page ! Numérotation
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Standard
30972 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
30973  ajoutez cette commande dans le préambule de votre document :
30974 \end_layout
30975
30976 \begin_layout Standard
30977
30978 \series bold
30979
30980 \backslash
30981 @addtoreset{footnote}{section}
30982 \end_layout
30983
30984 \begin_layout Standard
30985 \begin_inset VSpace bigskip
30986 \end_inset
30987
30988 La commande de préambule suivante change le style de numérotation des notes
30989  en petits chiffres romains :
30990 \end_layout
30991
30992 \begin_layout Standard
30993
30994 \series bold
30995
30996 \backslash
30997 renewcommand{
30998 \backslash
30999 thefootnote}{
31000 \backslash
31001 roman{footnote}}
31002 \end_layout
31003
31004 \begin_layout Standard
31005 \begin_inset ERT
31006 status collapsed
31007
31008 \begin_layout Plain Layout
31009
31010
31011 \backslash
31012 renewcommand{
31013 \backslash
31014 thefootnote}{
31015 \backslash
31016 roman{footnote}}
31017 \end_layout
31018
31019 \end_inset
31020
31021  Cette note de bas de page utilise une numérotation en chiffres romains
31022  :
31023 \begin_inset Foot
31024 status open
31025
31026 \begin_layout Plain Layout
31027 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31028  romains.
31029 \end_layout
31030
31031 \end_inset
31032
31033
31034 \end_layout
31035
31036 \begin_layout Standard
31037 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31038  la commande précédente 
31039 \series bold
31040
31041 \backslash
31042 roman
31043 \series default
31044  par 
31045 \series bold
31046
31047 \backslash
31048 Roman
31049 \series default
31050 .
31051  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31052  utilisez respectivement soit 
31053 \series bold
31054
31055 \backslash
31056 Alph
31057 \series default
31058  soit 
31059 \series bold
31060
31061 \backslash
31062 alph
31063 \series default
31064 .
31065  Pour les 
31066 \begin_inset Quotes fld
31067 \end_inset
31068
31069 numéroter
31070 \begin_inset Quotes frd
31071 \end_inset
31072
31073  avec des symboles, utilisez 
31074 \series bold
31075
31076 \backslash
31077 fnsymbol
31078 \series default
31079 .
31080 \end_layout
31081
31082 \begin_layout Standard
31083 \begin_inset Note Greyedout
31084 status open
31085
31086 \begin_layout Plain Layout
31087
31088 \series bold
31089 Note:
31090 \series default
31091  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31092  puisque cette numérotation est limitée à des lettres seules.
31093 \end_layout
31094
31095 \end_inset
31096
31097
31098 \begin_inset Newline newline
31099 \end_inset
31100
31101
31102 \begin_inset Note Greyedout
31103 status open
31104
31105 \begin_layout Plain Layout
31106
31107 \series bold
31108 Note:
31109 \series default
31110  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31111 \end_layout
31112
31113 \end_inset
31114
31115
31116 \end_layout
31117
31118 \begin_layout Standard
31119 Pour revenir au style de numérotation implicite quand vous en avez changé,
31120  utilisez 
31121 \series bold
31122
31123 \backslash
31124 arabic
31125 \series default
31126  à la place de 
31127 \series bold
31128
31129 \backslash
31130 roman
31131 \series default
31132  dans la commande précédente.
31133 \begin_inset ERT
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137
31138
31139 \backslash
31140 renewcommand{
31141 \backslash
31142 thefootnote}{
31143 \backslash
31144 arabic{footnote}}
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Standard
31153 \begin_inset VSpace bigskip
31154 \end_inset
31155
31156
31157 \end_layout
31158
31159 \begin_layout Standard
31160 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31161  le schéma 
31162 \begin_inset Quotes fld
31163 \end_inset
31164
31165 chapitre.note
31166 \begin_inset Quotes frd
31167 \end_inset
31168
31169 , ajoutez la commande suivante au préambule de votre document :
31170 \end_layout
31171
31172 \begin_layout Standard
31173
31174 \series bold
31175
31176 \backslash
31177 numberwithin{footnote}{chapter}
31178 \end_layout
31179
31180 \begin_layout Standard
31181 Pour pouvoir utiliser la commande 
31182 \series bold
31183
31184 \backslash
31185 numberwithin
31186 \series default
31187 , activez dans la rubrique 
31188 \family sans
31189 Options
31190 \begin_inset space ~
31191 \end_inset
31192
31193 des
31194 \begin_inset space ~
31195 \end_inset
31196
31197 Maths
31198 \family default
31199  dans les paramètres du document, l'option 
31200 \family sans
31201 Utiliser
31202 \begin_inset space ~
31203 \end_inset
31204
31205 le
31206 \begin_inset space ~
31207 \end_inset
31208
31209 paquetage
31210 \begin_inset space ~
31211 \end_inset
31212
31213 maths
31214 \begin_inset space ~
31215 \end_inset
31216
31217 AMS
31218 \family default
31219 .
31220 \end_layout
31221
31222 \begin_layout Standard
31223 \begin_inset ERT
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227
31228
31229 \backslash
31230 numberwithin{footnote}{chapter}
31231 \end_layout
31232
31233 \end_inset
31234
31235 Ceci est un autre exemple de note de bas de page:
31236 \series bold
31237
31238 \begin_inset Foot
31239 status open
31240
31241 \begin_layout Plain Layout
31242 Cette note est numérotée en suivant le schéma 
31243 \begin_inset Quotes fld
31244 \end_inset
31245
31246 chapitre.note
31247 \begin_inset Quotes frd
31248 \end_inset
31249
31250 .
31251 \end_layout
31252
31253 \end_inset
31254
31255
31256 \series default
31257
31258 \begin_inset ERT
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262
31263
31264 \backslash
31265 renewcommand{
31266 \backslash
31267 thefootnote}{
31268 \backslash
31269 arabic{footnote}}
31270 \end_layout
31271
31272 \end_inset
31273
31274
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset Note Greyedout
31279 status open
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 Note:
31285 \series default
31286  
31287 \series bold
31288
31289 \backslash
31290 numberwithin
31291 \series default
31292  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31293  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31294  prises en compte.
31295  
31296 \end_layout
31297
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \begin_layout Standard
31304 Donc pour avoir par exemple le schéma 
31305 \begin_inset Quotes fld
31306 \end_inset
31307
31308 chapitre.
31309 \backslash
31310 Roman{note}
31311 \begin_inset Quotes frd
31312 \end_inset
31313
31314 , utilisez la commande suivante plutôt que 
31315 \series bold
31316
31317 \backslash
31318 numberwithin
31319 \series default
31320  :
31321 \end_layout
31322
31323 \begin_layout Standard
31324
31325 \series bold
31326
31327 \backslash
31328 renewcommand{
31329 \backslash
31330 thefootnote}{
31331 \backslash
31332 thechapter.
31333 \backslash
31334 Roman{footnote}}
31335 \end_layout
31336
31337 \begin_layout Subsection
31338 Positionnement de notes de bas de page
31339 \begin_inset Index idx
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343 Notes de bas de page ! Positionnement
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31353  vertical entre elles en bas de la page.
31354  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31355  de 1.5
31356 \begin_inset space \thinspace{}
31357 \end_inset
31358
31359 mm avec la commande suivante dans le préambule :
31360 \end_layout
31361
31362 \begin_layout Standard
31363
31364 \series bold
31365
31366 \backslash
31367 let
31368 \backslash
31369 myFoot
31370 \backslash
31371 footnote
31372 \begin_inset Newline newline
31373 \end_inset
31374
31375
31376 \backslash
31377 renewcommand{
31378 \backslash
31379 footnote}[1]{
31380 \backslash
31381 myFoot{#1
31382 \backslash
31383 vspace{1.5mm}}}
31384 \end_layout
31385
31386 \begin_layout Standard
31387 \begin_inset VSpace bigskip
31388 \end_inset
31389
31390 Dans un document à deux colonnes les notes de bas de page apparaissent en
31391  bas de chaque colonne, comme sur la Figure
31392 \begin_inset space ~
31393 \end_inset
31394
31395
31396 \begin_inset CommandInset ref
31397 LatexCommand ref
31398 reference "fig:Position-standard-note-bas-de-page"
31399
31400 \end_inset
31401
31402 .
31403  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31404  sur la Figure
31405 \begin_inset space ~
31406 \end_inset
31407
31408
31409 \begin_inset CommandInset ref
31410 LatexCommand ref
31411 reference "fig:Position-note-avec-ftnright"
31412
31413 \end_inset
31414
31415 , utilisez le paquetage LaTeX 
31416 \series bold
31417 ftnright
31418 \series default
31419
31420 \begin_inset Index idx
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424 Paquetages LaTeX ! ftnright
31425 \end_layout
31426
31427 \end_inset
31428
31429  avec cette commande dans le préambule du document:
31430 \end_layout
31431
31432 \begin_layout Standard
31433
31434 \series bold
31435
31436 \backslash
31437 usepackage{ftnright}
31438 \end_layout
31439
31440 \begin_layout Standard
31441 \begin_inset Float figure
31442 placement !h
31443 wide false
31444 sideways false
31445 status open
31446
31447 \begin_layout Plain Layout
31448 \begin_inset ERT
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452
31453
31454 \backslash
31455 framebox{
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \begin_inset Graphics
31462         filename ../clipart/without_fntright.pdf
31463         width 100col%
31464         scaleBeforeRotation
31465
31466 \end_inset
31467
31468
31469 \begin_inset ERT
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473
31474 }
31475 \end_layout
31476
31477 \end_inset
31478
31479
31480 \end_layout
31481
31482 \begin_layout Plain Layout
31483 \begin_inset Caption Standard
31484
31485 \begin_layout Plain Layout
31486 \begin_inset CommandInset label
31487 LatexCommand label
31488 name "fig:Position-standard-note-bas-de-page"
31489
31490 \end_inset
31491
31492 Positionnement standard des notes de bas de page dans un document à deux
31493  colonnes.
31494 \end_layout
31495
31496 \end_inset
31497
31498
31499 \end_layout
31500
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \begin_layout Standard
31507 \begin_inset Float figure
31508 placement !h
31509 wide false
31510 sideways false
31511 status open
31512
31513 \begin_layout Plain Layout
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 framebox{
31522 \end_layout
31523
31524 \end_inset
31525
31526
31527 \begin_inset Graphics
31528         filename ../clipart/with_fntright.pdf
31529         width 100col%
31530         scaleBeforeRotation
31531
31532 \end_inset
31533
31534
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540 }
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \end_layout
31547
31548 \begin_layout Plain Layout
31549 \begin_inset Caption Standard
31550
31551 \begin_layout Plain Layout
31552 \begin_inset CommandInset label
31553 LatexCommand label
31554 name "fig:Position-note-avec-ftnright"
31555
31556 \end_inset
31557
31558 Positionnement de notes de bas de page dans un document à deux colonnes
31559  en utilisant le paquetage LaTeX 
31560 \series bold
31561 ftnright
31562 \series default
31563 .
31564 \end_layout
31565
31566 \end_inset
31567
31568
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Standard
31577 \begin_inset VSpace bigskip
31578 \end_inset
31579
31580 Dans certaines publications scientifiques, il est courant de rassembler
31581  les notes de bas de page et de les imprimer dans un paragraphe particulier
31582  à la fin de la section, comme sur la Figure
31583 \begin_inset space ~
31584 \end_inset
31585
31586
31587 \begin_inset CommandInset ref
31588 LatexCommand ref
31589 reference "fig:Notes-de-fin"
31590
31591 \end_inset
31592
31593 .
31594  On les appelle 
31595 \begin_inset Quotes fld
31596 \end_inset
31597
31598 notes de fin
31599 \begin_inset Quotes frd
31600 \end_inset
31601
31602 .
31603 \begin_inset Index idx
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Notes de fin
31608 \end_layout
31609
31610 \end_inset
31611
31612  Pour utiliser des notes de fin à la place des notes de bas de page dans
31613  votre document, charger le module 
31614 \family sans
31615 Note de bas de page en fin de document
31616 \family default
31617  à partir de 
31618 \family sans
31619 Document\SpecialChar \menuseparator
31620 Paramètres\SpecialChar \menuseparator
31621 Modules
31622 \family default
31623 .
31624  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31625 \end_layout
31626
31627 \begin_layout Standard
31628
31629 \series bold
31630
31631 \backslash
31632 theendnotes
31633 \end_layout
31634
31635 \begin_layout Standard
31636 en code TeX à la fin d'une section ou d'un chapitre.
31637 \end_layout
31638
31639 \begin_layout Standard
31640 \begin_inset Float figure
31641 wide false
31642 sideways false
31643 status open
31644
31645 \begin_layout Plain Layout
31646 \align center
31647 \begin_inset ERT
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651
31652
31653 \backslash
31654 framebox{
31655 \end_layout
31656
31657 \end_inset
31658
31659
31660 \begin_inset Graphics
31661         filename ../clipart/endnotes.pdf
31662         scaleBeforeRotation
31663
31664 \end_inset
31665
31666
31667 \begin_inset ERT
31668 status collapsed
31669
31670 \begin_layout Plain Layout
31671
31672 }
31673 \end_layout
31674
31675 \end_inset
31676
31677
31678 \end_layout
31679
31680 \begin_layout Plain Layout
31681 \begin_inset Caption Standard
31682
31683 \begin_layout Plain Layout
31684 \begin_inset CommandInset label
31685 LatexCommand label
31686 name "fig:Notes-de-fin"
31687
31688 \end_inset
31689
31690 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31691  séparé à la fin des sections ou des chapitres.
31692 \end_layout
31693
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \end_inset
31700
31701
31702 \end_layout
31703
31704 \begin_layout Standard
31705 \begin_inset VSpace medskip
31706 \end_inset
31707
31708 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31709  dans la langue du document, cela doit être fait manuellement.
31710  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31711  
31712 \begin_inset Quotes fld
31713 \end_inset
31714
31715 Notes
31716 \begin_inset Quotes frd
31717 \end_inset
31718
31719  en sa traduction Allemande
31720 \begin_inset Foot
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724 En français, 
31725 \begin_inset Quotes fld
31726 \end_inset
31727
31728 Notes
31729 \begin_inset Quotes frd
31730 \end_inset
31731
31732  peut être conservé.
31733 \end_layout
31734
31735 \end_inset
31736
31737  
31738 \begin_inset Quotes fld
31739 \end_inset
31740
31741 Anmerkungen
31742 \begin_inset Quotes frd
31743 \end_inset
31744
31745  :
31746 \end_layout
31747
31748 \begin_layout Standard
31749
31750 \series bold
31751
31752 \backslash
31753 renewcommand{
31754 \backslash
31755 notesname}{Anmerkungen}
31756 \end_layout
31757
31758 \begin_layout Standard
31759 \begin_inset VSpace medskip
31760 \end_inset
31761
31762 La numérotation des notes de fin peut être modifiée comme celle des notes
31763  de bas de page comme c'est décrit dans la section
31764 \begin_inset space ~
31765 \end_inset
31766
31767
31768 \begin_inset CommandInset ref
31769 LatexCommand ref
31770 reference "sub:Numerotation-notes-bas-de-page"
31771
31772 \end_inset
31773
31774  ; remplacez juste la commande 
31775 \series bold
31776
31777 \backslash
31778 thefootnote
31779 \series default
31780  par 
31781 \series bold
31782
31783 \backslash
31784 theendnote
31785 \series default
31786 .
31787  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31788 \series bold
31789
31790 \backslash
31791 @addtoreset
31792 \series default
31793  comme c'est décrit dans la section
31794 \begin_inset space ~
31795 \end_inset
31796
31797
31798 \begin_inset CommandInset ref
31799 LatexCommand ref
31800 reference "sub:Numerotation-notes-bas-de-page"
31801
31802 \end_inset
31803
31804  et remplacez le paramètre de commande 
31805 \series bold
31806 footnote
31807 \series default
31808  par 
31809 \series bold
31810 endnote
31811 \series default
31812 .
31813 \end_layout
31814
31815 \begin_layout Standard
31816 Pour les notes de fin, il y a la commande 
31817 \series bold
31818
31819 \backslash
31820 endnotemark[numéro]
31821 \series default
31822  qui est semblable à 
31823 \series bold
31824
31825 \backslash
31826 footnotemark
31827 \series default
31828 , décrite dans la section
31829 \begin_inset space ~
31830 \end_inset
31831
31832
31833 \begin_inset CommandInset ref
31834 LatexCommand ref
31835 reference "sec:Notes-bas-de-page"
31836
31837 \end_inset
31838
31839 .
31840 \end_layout
31841
31842 \begin_layout Standard
31843 \begin_inset VSpace bigskip
31844 \end_inset
31845
31846  Les notes de bas de page peuvent être mise dans la marge de la page et
31847  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
31848  
31849 \series bold
31850 footmisc
31851 \series default
31852
31853 \begin_inset Index idx
31854 status collapsed
31855
31856 \begin_layout Plain Layout
31857 Paquetages LaTeX ! footmisc
31858 \end_layout
31859
31860 \end_inset
31861
31862
31863 \begin_inset CommandInset citation
31864 LatexCommand cite
31865 key "footmisc"
31866
31867 \end_inset
31868
31869  pour plus d'information à ce sujet.
31870 \end_layout
31871
31872 \begin_layout Standard
31873 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31874  voyez les livres sur LaTeX, 
31875 \begin_inset CommandInset citation
31876 LatexCommand cite
31877 key "latexcompanion,latexguide,latexbook"
31878
31879 \end_inset
31880
31881 .
31882  Si vous utilisez une classe de document  
31883 \series bold
31884 KOMA-Script
31885 \series default
31886
31887 \begin_inset Index idx
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891 Paquetages LaTeX ! KOMA-Script
31892 \end_layout
31893
31894 \end_inset
31895
31896 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31897  des commandes spécifiques à la classe de document utilisée, voyez 
31898 \begin_inset CommandInset citation
31899 LatexCommand cite
31900 key "KOMA-Script"
31901
31902 \end_inset
31903
31904 .
31905 \end_layout
31906
31907 \begin_layout Section
31908 Notes en marge
31909 \begin_inset Index idx
31910 status collapsed
31911
31912 \begin_layout Plain Layout
31913 Notes ! Notes en Marge
31914 \end_layout
31915
31916 \end_inset
31917
31918
31919 \end_layout
31920
31921 \begin_layout Standard
31922 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
31923 t de la même façon.
31924  Quand vous insérez une note en marge avec 
31925 \family sans
31926 Insertion\SpecialChar \menuseparator
31927 Note
31928 \begin_inset space ~
31929 \end_inset
31930
31931 en
31932 \begin_inset space ~
31933 \end_inset
31934
31935 Marge
31936 \family default
31937  ou avec le bouton 
31938 \begin_inset Info
31939 type  "icon"
31940 arg   "marginalnote-insert"
31941 \end_inset
31942
31943  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31944  grise avec une étiquette rouge 
31945 \begin_inset Quotes fld
31946 \end_inset
31947
31948 marge
31949 \begin_inset Quotes frd
31950 \end_inset
31951
31952 .
31953  
31954 \begin_inset Marginal
31955 status collapsed
31956
31957 \begin_layout Plain Layout
31958 C'est une note en marge.
31959 \end_layout
31960
31961 \end_inset
31962
31963  Cette boîte est la représentation de votre note dans LyX.
31964  Vous pouvez y entrer votre texte.
31965 \end_layout
31966
31967 \begin_layout Standard
31968 Les notes en marge apparaissent dans la marge de droite dans les documents
31969  imprimées sur une seule face.
31970  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
31971  
31972 \begin_inset Quotes fld
31973 \end_inset
31974
31975 extérieure
31976 \begin_inset Quotes frd
31977 \end_inset
31978
31979  – la gauche sur les pages paires et la droite sur les pages impaires.
31980  Le texte de la note en marge est aligné à l'opposé de la marge externe
31981  – aligné à droite quand la note apparaît dans la marge de gauche.
31982  La première ligne de la note apparaît à la hauteur de la ligne de texte
31983  où la note a été insérée dans le document.
31984 \end_layout
31985
31986 \begin_layout Standard
31987 \begin_inset VSpace bigskip
31988 \end_inset
31989
31990 Pour placer une note dans la marge interne, ajoutez la commande suivante
31991  :
31992 \end_layout
31993
31994 \begin_layout Standard
31995
31996 \series bold
31997
31998 \backslash
31999 reversemarginpar
32000 \end_layout
32001
32002 \begin_layout Standard
32003 sous forme de code TeX avant votre note de marge.
32004  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32005  qui suivent 
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 reversemarginpar 
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \begin_inset Marginal
32020 status open
32021
32022 \begin_layout Plain Layout
32023 Cette note en marge est dans la marge interne.
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \series bold
32030
32031 \begin_inset Newline newline
32032 \end_inset
32033
32034
32035 \series default
32036
32037 \begin_inset Note Greyedout
32038 status open
32039
32040 \begin_layout Plain Layout
32041
32042 \series bold
32043 Note:
32044 \series default
32045  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32046  les notes sont souvent mal mises en formes dans la sortie imprimée.
32047 \end_layout
32048
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \begin_layout Standard
32055 Pour revenir au positionnement implicite, ajoutez la commande :
32056 \end_layout
32057
32058 \begin_layout Standard
32059
32060 \series bold
32061
32062 \backslash
32063 normalmarginpar
32064 \end_layout
32065
32066 \begin_layout Standard
32067 sous forme de code TeX.
32068 \begin_inset ERT
32069 status collapsed
32070
32071 \begin_layout Plain Layout
32072
32073
32074 \backslash
32075 normalmarginpar 
32076 \end_layout
32077
32078 \end_inset
32079
32080
32081 \begin_inset Newline newline
32082 \end_inset
32083
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  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32094  
32095 \series bold
32096
32097 \backslash
32098 reversemarginpar
32099 \series default
32100  est aussi utilisée.
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 \begin_inset VSpace bigskip
32110 \end_inset
32111
32112
32113 \begin_inset Marginal
32114 status open
32115
32116 \begin_layout Plain Layout
32117 UnTrèsLongMotEnMarge sans césure.
32118 \end_layout
32119
32120 \end_inset
32121
32122  Comme dans le cas décrit dans la section
32123 \begin_inset space ~
32124 \end_inset
32125
32126
32127 \begin_inset CommandInset ref
32128 LatexCommand ref
32129 reference "sub:Lignes-multiple-dans-cellule"
32130
32131 \end_inset
32132
32133 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32134  mot d'une note en marge.
32135  Pour éviter ce problème, insérez un espacement horizontal de 0
32136 \begin_inset space \thinspace{}
32137 \end_inset
32138
32139 pt avant le mot en question: 
32140 \begin_inset Marginal
32141 status open
32142
32143 \begin_layout Plain Layout
32144 \begin_inset space \hspace{}
32145 \length 0pt
32146 \end_inset
32147
32148 UnMotTrèsLongEnMarge avec une césure.
32149 \end_layout
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Standard
32157 \begin_inset VSpace bigskip
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Standard
32164 \begin_inset Note Greyedout
32165 status open
32166
32167 \begin_layout Plain Layout
32168
32169 \series bold
32170 Note:
32171 \series default
32172  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32173  tableaux, des flottants et des notes de bas de page.
32174 \end_layout
32175
32176 \end_inset
32177
32178
32179 \end_layout
32180
32181 \begin_layout Standard
32182 \begin_inset VSpace bigskip
32183 \end_inset
32184
32185
32186 \end_layout
32187
32188 \begin_layout Standard
32189 \begin_inset ERT
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193
32194
32195 \backslash
32196 ifmarginnote
32197 \end_layout
32198
32199 \end_inset
32200
32201
32202 \begin_inset Note Note
32203 status open
32204
32205 \begin_layout Plain Layout
32206 La section suivante ne sera affichée que si le paquetage LaTeX 
32207 \series bold
32208 marginnote
32209 \series default
32210  a été installé.
32211 \end_layout
32212
32213 \end_inset
32214
32215
32216 \end_layout
32217
32218 \begin_layout Standard
32219 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
32220 \series bold
32221 marginnote
32222 \series default
32223
32224 \begin_inset Index idx
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228 Paquetages LaTeX ! marginnote
32229 \end_layout
32230
32231 \end_inset
32232
32233 .
32234  En ajoutant les deux lignes suivantes au préambule de votre document, la
32235  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
32236  la commande fournie par le paquetage 
32237 \series bold
32238 marginnote
32239 \series default
32240  :
32241 \end_layout
32242
32243 \begin_layout Standard
32244
32245 \series bold
32246
32247 \backslash
32248 usepackage{marginnote}
32249 \begin_inset Newline newline
32250 \end_inset
32251
32252
32253 \backslash
32254 let
32255 \backslash
32256 marginpar
32257 \backslash
32258 marginnote
32259 \end_layout
32260
32261 \begin_layout Standard
32262 Ce paquetage est aussi utilisé dans ce document parce que 
32263 \series bold
32264 marginnote
32265 \series default
32266  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32267  vertical pour une note.
32268  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32269  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32270  en page.
32271  Le décalage est inséré dans LyX sous forme de code TeX directement après
32272  la note sous la forme
32273 \end_layout
32274
32275 \begin_layout Standard
32276
32277 \series bold
32278 [offset]
32279 \end_layout
32280
32281 \begin_layout Standard
32282 où l'offset utilise l'une des unités listées dans le tableau
32283 \begin_inset space ~
32284 \end_inset
32285
32286
32287 \begin_inset CommandInset ref
32288 LatexCommand ref
32289 reference "cha:Unités-de-longueur"
32290
32291 \end_inset
32292
32293 .
32294  Une valeur négative déplace la note vers le haut, une valeur positive la
32295  déplace vers le bas.
32296  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32297  vers le haut de 1.5
32298 \begin_inset space \thinspace{}
32299 \end_inset
32300
32301 cm avec la commande en code TeX 
32302 \begin_inset Quotes fld
32303 \end_inset
32304
32305
32306 \series bold
32307 [-1.5cm]
32308 \series default
32309
32310 \begin_inset Quotes frd
32311 \end_inset
32312
32313
32314 \begin_inset Marginal
32315 status collapsed
32316
32317 \begin_layout Plain Layout
32318 Cette note en marge est décalée vers le haut de 1.5
32319 \begin_inset space \thinspace{}
32320 \end_inset
32321
32322 cm par rapport à sa position d'origine.
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \begin_inset ERT
32329 status collapsed
32330
32331 \begin_layout Plain Layout
32332
32333 [-1.5cm]
32334 \end_layout
32335
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \begin_layout Standard
32342 \begin_inset VSpace medskip
32343 \end_inset
32344
32345 Avec le paquetage 
32346 \series bold
32347 marginnote
32348 \series default
32349  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32350  Par exemple les commandes 
32351 \end_layout
32352
32353 \begin_layout Standard
32354
32355 \series bold
32356
32357 \backslash
32358 renewcommand*{
32359 \backslash
32360 raggedleftmarginnote}{
32361 \backslash
32362 centering}
32363 \begin_inset Newline newline
32364 \end_inset
32365
32366
32367 \backslash
32368 renewcommand*{
32369 \backslash
32370 raggedrightmarginnote}{
32371 \backslash
32372 centering}
32373 \end_layout
32374
32375 \begin_layout Standard
32376 donnent un alignement centré.
32377  
32378 \series bold
32379
32380 \backslash
32381 raggedleftmarginnote
32382 \series default
32383  indique une note qui apparaît dans la marge de gauche.
32384 \begin_inset ERT
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388
32389
32390 \backslash
32391 renewcommand*{
32392 \backslash
32393 raggedleftmarginnote}{
32394 \backslash
32395 centering}
32396 \end_layout
32397
32398 \begin_layout Plain Layout
32399
32400
32401 \backslash
32402 renewcommand*{
32403 \backslash
32404 raggedrightmarginnote}{
32405 \backslash
32406 centering}
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \begin_inset Marginal
32413 status collapsed
32414
32415 \begin_layout Plain Layout
32416 Le texte de cette note en marge est centré.
32417 \end_layout
32418
32419 \end_inset
32420
32421 .
32422  Le comportement implicite est donné par
32423 \end_layout
32424
32425 \begin_layout Standard
32426
32427 \series bold
32428
32429 \backslash
32430 renewcommand*{
32431 \backslash
32432 raggedleftmarginnote}{
32433 \backslash
32434 raggedleft}
32435 \begin_inset Newline newline
32436 \end_inset
32437
32438
32439 \backslash
32440 renewcommand*{
32441 \backslash
32442 raggedrightmarginnote}{
32443 \backslash
32444 raggedright}
32445 \series default
32446
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452
32453 \backslash
32454 renewcommand*{
32455 \backslash
32456 raggedleftmarginnote}{
32457 \backslash
32458 raggedleft}
32459 \end_layout
32460
32461 \begin_layout Plain Layout
32462
32463
32464 \backslash
32465 renewcommand*{
32466 \backslash
32467 raggedrightmarginnote}{
32468 \backslash
32469 raggedright}
32470 \end_layout
32471
32472 \end_inset
32473
32474
32475 \end_layout
32476
32477 \begin_layout Standard
32478 \begin_inset VSpace medskip
32479 \end_inset
32480
32481 Pour les autre fonctions du paquetage 
32482 \series bold
32483 marginnote
32484 \series default
32485  nous vous renvoyons à sa documentation 
32486 \begin_inset CommandInset citation
32487 LatexCommand cite
32488 key "marginnote"
32489
32490 \end_inset
32491
32492 .
32493 \end_layout
32494
32495 \begin_layout Standard
32496 \begin_inset VSpace bigskip
32497 \end_inset
32498
32499 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32500  définition.
32501  Pour créer par exemple une entête pour toutes les notes en marge avec le
32502  texte 
32503 \begin_inset Quotes fld
32504 \end_inset
32505
32506
32507 \family sans
32508 \series bold
32509 \bar under
32510 Attention!
32511 \family default
32512 \series default
32513 \bar default
32514
32515 \begin_inset Quotes frd
32516 \end_inset
32517
32518  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32519  de votre document :
32520 \end_layout
32521
32522 \begin_layout Standard
32523
32524 \series bold
32525
32526 \backslash
32527 let
32528 \backslash
32529 myMarginpar
32530 \backslash
32531 marginpar
32532 \begin_inset Newline newline
32533 \end_inset
32534
32535
32536 \backslash
32537 renewcommand{
32538 \backslash
32539 marginpar}[1]{
32540 \backslash
32541 myMarginpar{%
32542 \begin_inset Newline newline
32543 \end_inset
32544
32545
32546 \begin_inset Phantom HPhantom
32547 status open
32548
32549 \begin_layout Plain Layout
32550
32551 \series bold
32552 \begin_inset space ~
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \backslash
32562 hspace{0pt}
32563 \backslash
32564 textsf{
32565 \backslash
32566 textbf{
32567 \backslash
32568 underbar{Attention!}}}%
32569 \begin_inset Newline newline
32570 \end_inset
32571
32572
32573 \begin_inset Phantom HPhantom
32574 status open
32575
32576 \begin_layout Plain Layout
32577
32578 \series bold
32579 \begin_inset space ~
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \end_inset
32586
32587
32588 \backslash
32589 vspace{1.5mm}
32590 \backslash
32591
32592 \backslash
32593 #1}}
32594 \end_layout
32595
32596 \begin_layout Standard
32597 \begin_inset ERT
32598 status collapsed
32599
32600 \begin_layout Plain Layout
32601
32602
32603 \backslash
32604 let
32605 \backslash
32606 myMarginpar
32607 \backslash
32608 marginpar
32609 \end_layout
32610
32611 \begin_layout Plain Layout
32612
32613
32614 \backslash
32615 renewcommand{
32616 \backslash
32617 marginpar}[1]{
32618 \backslash
32619 myMarginpar{%
32620 \end_layout
32621
32622 \begin_layout Plain Layout
32623
32624    
32625 \backslash
32626 textsf{
32627 \backslash
32628 textbf{
32629 \backslash
32630 underbar{Attention!}}}%
32631 \end_layout
32632
32633 \begin_layout Plain Layout
32634
32635    
32636 \backslash
32637 vspace{1.5mm}
32638 \backslash
32639
32640 \backslash
32641 #1}}
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \begin_inset Marginal
32648 status open
32649
32650 \begin_layout Plain Layout
32651 Ceci est une note en marge avec une en-tête prédéfinie.
32652 \end_layout
32653
32654 \end_inset
32655
32656
32657 \begin_inset ERT
32658 status collapsed
32659
32660 \begin_layout Plain Layout
32661
32662 [-1.5cm]
32663 \end_layout
32664
32665 \end_inset
32666
32667
32668 \begin_inset ERT
32669 status collapsed
32670
32671 \begin_layout Plain Layout
32672
32673
32674 \backslash
32675 renewcommand{
32676 \backslash
32677 marginpar}[1]{
32678 \backslash
32679 myMarginpar{#1}}
32680 \end_layout
32681
32682 \end_inset
32683
32684
32685 \begin_inset Note Note
32686 status collapsed
32687
32688 \begin_layout Plain Layout
32689
32690 \lang english
32691 The margin note format is changed only for this example.
32692 \end_layout
32693
32694 \end_inset
32695
32696
32697 \end_layout
32698
32699 \begin_layout Standard
32700 \begin_inset ERT
32701 status collapsed
32702
32703 \begin_layout Plain Layout
32704
32705
32706 \backslash
32707 else
32708 \end_layout
32709
32710 \end_inset
32711
32712
32713 \begin_inset Note Note
32714 status open
32715
32716 \begin_layout Plain Layout
32717 Ce qui suit sera affiché si le paquetage LaTeX 
32718 \series bold
32719 marginnote
32720 \series default
32721  n'est pas installé :
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \end_layout
32728
32729 \begin_layout Standard
32730 Vous devez installer le paquetage LaTeX 
32731 \series bold
32732 marginnote
32733 \series default
32734  pour voir la suite de cette section dans la sortie imprimée.
32735 \end_layout
32736
32737 \begin_layout Standard
32738 \begin_inset ERT
32739 status collapsed
32740
32741 \begin_layout Plain Layout
32742
32743
32744 \backslash
32745 fi
32746 \end_layout
32747
32748 \end_inset
32749
32750
32751 \end_layout
32752
32753 \begin_layout Chapter
32754 Boîtes
32755 \end_layout
32756
32757 \begin_layout Section
32758 Introduction
32759 \begin_inset Index idx
32760 status collapsed
32761
32762 \begin_layout Plain Layout
32763 Boîtes ! Introduction
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32773  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32774  voir la section
32775 \begin_inset space ~
32776 \end_inset
32777
32778
32779 \begin_inset CommandInset ref
32780 LatexCommand ref
32781 reference "sec:Minipages"
32782
32783 \end_inset
32784
32785 , pour encadrer des portions de texte, voir la section
32786 \begin_inset space ~
32787 \end_inset
32788
32789
32790 \begin_inset CommandInset ref
32791 LatexCommand ref
32792 reference "sec:Décorations"
32793
32794 \end_inset
32795
32796 , pour empêcher que des mots subissent une césure, voir la section
32797 \begin_inset space ~
32798 \end_inset
32799
32800
32801 \begin_inset CommandInset ref
32802 LatexCommand ref
32803 reference "sec:Empêcher-césure"
32804
32805 \end_inset
32806
32807 , pour aligner du texte, voir la section
32808 \begin_inset space ~
32809 \end_inset
32810
32811
32812 \begin_inset CommandInset ref
32813 LatexCommand ref
32814 reference "sub:Alignement-Vertical"
32815
32816 \end_inset
32817
32818 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32819 \begin_inset space ~
32820 \end_inset
32821
32822
32823 \begin_inset CommandInset ref
32824 LatexCommand ref
32825 reference "sec:Boîtes-colorées"
32826
32827 \end_inset
32828
32829 .
32830 \end_layout
32831
32832 \begin_layout Standard
32833 On peut insérer une boîte en utilisant le menu 
32834 \family sans
32835 Insertion\SpecialChar \menuseparator
32836 Boîte
32837 \family default
32838  ou avec le bouton 
32839 \begin_inset Info
32840 type  "icon"
32841 arg   "box-insert Frameless"
32842 \end_inset
32843
32844  de la barre d'outils.
32845  Une boîte grise avec une étiquette 
32846 \family sans
32847 Boîte
32848 \begin_inset space ~
32849 \end_inset
32850
32851 (Minipage)
32852 \family default
32853
32854 \begin_inset Graphics
32855         filename clipart/BoxInsetDefaultQt4.png
32856         scale 65
32857         scaleBeforeRotation
32858
32859 \end_inset
32860
32861  est alors insérée.
32862  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32863  et en choisissant 
32864 \family sans
32865 Paramètres
32866 \family default
32867  .
32868  La fenêtre de dialogue qui apparaît donne accès aux types de
32869 \family sans
32870  Boîte
32871 \begin_inset space ~
32872 \end_inset
32873
32874 Intérieure
32875 \family default
32876  
32877 \family sans
32878 Makebox, Parbox
32879 \family default
32880  et 
32881 \family sans
32882 Minipage
32883 \family default
32884 .
32885  Le type 
32886 \family sans
32887 Minipage
32888 \family default
32889  est le type implicite pour les boîtes nouvellement créées et il est décrit
32890  dans la section
32891 \begin_inset space ~
32892 \end_inset
32893
32894
32895 \begin_inset CommandInset ref
32896 LatexCommand ref
32897 reference "sec:Minipages"
32898
32899 \end_inset
32900
32901 ; le type 
32902 \family sans
32903 Parbox
32904 \family default
32905  est décrit dans la section
32906 \begin_inset space ~
32907 \end_inset
32908
32909
32910 \begin_inset CommandInset ref
32911 LatexCommand ref
32912 reference "sec:Parboxes"
32913
32914 \end_inset
32915
32916  et le type 
32917 \family sans
32918 Makebox
32919 \family default
32920  est décrit dans la section
32921 \begin_inset space ~
32922 \end_inset
32923
32924
32925 \begin_inset CommandInset ref
32926 LatexCommand ref
32927 reference "sec:Empêcher-césure"
32928
32929 \end_inset
32930
32931 .
32932 \end_layout
32933
32934 \begin_layout Standard
32935 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32936  comme les flottants ou les notes de bas de page.
32937 \end_layout
32938
32939 \begin_layout Standard
32940 \begin_inset Note Greyedout
32941 status open
32942
32943 \begin_layout Plain Layout
32944
32945 \series bold
32946 Note:
32947 \series default
32948  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32949  de type 
32950 \family sans
32951 Liste
32952 \family default
32953  ou 
32954 \family sans
32955 Description
32956 \family default
32957 .
32958 \end_layout
32959
32960 \end_inset
32961
32962
32963 \end_layout
32964
32965 \begin_layout Standard
32966 \begin_inset Note Greyedout
32967 status open
32968
32969 \begin_layout Plain Layout
32970
32971 \series bold
32972 Note:
32973 \series default
32974  Pour une raison inconnue, vous ne pouvez mettre le type de la 
32975 \family sans
32976 Boîte
32977 \begin_inset space ~
32978 \end_inset
32979
32980 Intérieure
32981 \family default
32982  à 
32983 \family sans
32984 Aucune
32985 \family default
32986  que quand vous utilisez une boîte encadrée.
32987  Les boîtes sans 
32988 \family sans
32989 Boîte
32990 \begin_inset space ~
32991 \end_inset
32992
32993 Intérieure
32994 \family default
32995  et sans cadre sont expliquées dans la section
32996 \begin_inset space ~
32997 \end_inset
32998
32999
33000 \begin_inset CommandInset ref
33001 LatexCommand ref
33002 reference "sec:Empêcher-césure"
33003
33004 \end_inset
33005
33006 .
33007 \end_layout
33008
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Section
33015 La fenêtre de dialogue Boîte
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "sec:Boîte-Dialogue"
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index idx
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Boîtes ! Fenêtre de dialogue Boîte
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \end_layout
33034
33035 \begin_layout Subsection
33036 Taille
33037 \begin_inset Index idx
33038 status collapsed
33039
33040 \begin_layout Plain Layout
33041 Boîtes ! Taille
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 Dans la fenêtre de dialogue 
33051 \family sans
33052 Paramètres
33053 \begin_inset space ~
33054 \end_inset
33055
33056 de
33057 \begin_inset space ~
33058 \end_inset
33059
33060 Boîte
33061 \family default
33062  vous pouvez modifier la géométrie de la boîte avec les champs 
33063 \family sans
33064 Largeur
33065 \family default
33066  et 
33067 \family sans
33068 Hauteur
33069 \family default
33070 .
33071  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33072  dans le tableau
33073 \begin_inset space ~
33074 \end_inset
33075
33076
33077 \begin_inset CommandInset ref
33078 LatexCommand ref
33079 reference "tab:Unités"
33080
33081 \end_inset
33082
33083 .
33084  Le champ 
33085 \family sans
33086 Hauteur
33087 \family default
33088  offre en plus les spécifications de taille suivantes :
33089 \end_layout
33090
33091 \begin_layout Description
33092 Profondeur C'est simplement la 
33093 \begin_inset Quotes fld
33094 \end_inset
33095
33096 hauteur
33097 \begin_inset Quotes frd
33098 \end_inset
33099
33100  du texte.
33101  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33102  lignes de texte dans la boîte.
33103 \begin_inset Newline newline
33104 \end_inset
33105
33106
33107 \begin_inset Newline newline
33108 \end_inset
33109
33110
33111 \begin_inset Newline newline
33112 \end_inset
33113
33114
33115 \begin_inset Box Boxed
33116 position "c"
33117 hor_pos "c"
33118 has_inner_box 1
33119 inner_pos "c"
33120 use_parbox 0
33121 use_makebox 0
33122 width "12col%"
33123 special "none"
33124 height "1in"
33125 height_special "depth"
33126 status open
33127
33128 \begin_layout Plain Layout
33129 \align center
33130 Boîte dont la hauteur est égale à 1
33131 \begin_inset space \thinspace{}
33132 \end_inset
33133
33134 Profondeur
33135 \end_layout
33136
33137 \end_inset
33138
33139
33140 \begin_inset Newline newline
33141 \end_inset
33142
33143
33144 \begin_inset Newline newline
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Description
33151 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33152  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33153  est deux fois plus haute que le texte : 
33154 \begin_inset Box Boxed
33155 position "c"
33156 hor_pos "c"
33157 has_inner_box 1
33158 inner_pos "c"
33159 use_parbox 0
33160 use_makebox 0
33161 width "20col%"
33162 special "none"
33163 height "2in"
33164 height_special "height"
33165 status open
33166
33167 \begin_layout Plain Layout
33168 \align center
33169 Boîte dont la hauteur est 2
33170 \begin_inset space \thinspace{}
33171 \end_inset
33172
33173 Hauteur
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Description
33182 Hauteur
33183 \begin_inset space ~
33184 \end_inset
33185
33186 Totale C'est égal à Hauteur
33187 \begin_inset space \thinspace{}
33188 \end_inset
33189
33190 +
33191 \begin_inset space \thinspace{}
33192 \end_inset
33193
33194 Profondeur : 
33195 \begin_inset Box Boxed
33196 position "c"
33197 hor_pos "c"
33198 has_inner_box 1
33199 inner_pos "c"
33200 use_parbox 0
33201 use_makebox 0
33202 width "20col%"
33203 special "none"
33204 height "1in"
33205 height_special "totalheight"
33206 status open
33207
33208 \begin_layout Plain Layout
33209 \align center
33210 Boîte dont la hauteur est 1
33211 \begin_inset space \thinspace{}
33212 \end_inset
33213
33214 Hauteur
33215 \begin_inset space ~
33216 \end_inset
33217
33218 Totale
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \end_layout
33225
33226 \begin_layout Description
33227 Largeur On prend la largeur de la boîte comme hauteur : 
33228 \begin_inset Box Boxed
33229 position "c"
33230 hor_pos "c"
33231 has_inner_box 1
33232 inner_pos "c"
33233 use_parbox 0
33234 use_makebox 0
33235 width "12col%"
33236 special "none"
33237 height "1in"
33238 height_special "width"
33239 status open
33240
33241 \begin_layout Plain Layout
33242 \align center
33243 Boîte dont la hauteur est 1
33244 \begin_inset space \thinspace{}
33245 \end_inset
33246
33247 Largeur
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Subsection
33256 Alignement
33257 \begin_inset Index idx
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261 Boîtes ! Alignement
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \begin_layout Standard
33270 Quand vous avez choisi une 
33271 \family sans
33272 Boîte
33273 \begin_inset space ~
33274 \end_inset
33275
33276 Intérieure
33277 \family default
33278 , l'alignement vertical de la boîte peut être :
33279 \end_layout
33280
33281 \begin_layout Description
33282 Haut Ceci est un exemple de texte.
33283  
33284 \begin_inset Box Boxed
33285 position "t"
33286 hor_pos "c"
33287 has_inner_box 1
33288 inner_pos "c"
33289 use_parbox 0
33290 use_makebox 0
33291 width "12col%"
33292 special "none"
33293 height "1in"
33294 height_special "totalheight"
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298 \align center
33299 Cette boîte est alignée sur le haut.
33300 \end_layout
33301
33302 \end_inset
33303
33304  Ceci est un exemple de texte.
33305 \end_layout
33306
33307 \begin_layout Description
33308 Milieu Ceci est un exemple de texte.
33309  
33310 \begin_inset Box Boxed
33311 position "c"
33312 hor_pos "c"
33313 has_inner_box 1
33314 inner_pos "c"
33315 use_parbox 0
33316 use_makebox 0
33317 width "12col%"
33318 special "none"
33319 height "1in"
33320 height_special "totalheight"
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 \align center
33325 Cette boîte est alignée au centre.
33326 \end_layout
33327
33328 \end_inset
33329
33330  Ceci est un exemple de texte.
33331 \end_layout
33332
33333 \begin_layout Description
33334 Bas Ceci est un exemple de texte.
33335  
33336 \begin_inset Box Boxed
33337 position "b"
33338 hor_pos "c"
33339 has_inner_box 1
33340 inner_pos "c"
33341 use_parbox 0
33342 use_makebox 0
33343 width "12col%"
33344 special "none"
33345 height "1in"
33346 height_special "totalheight"
33347 status collapsed
33348
33349 \begin_layout Plain Layout
33350 \align center
33351 Cette boîte est alignée sur le bas.
33352 \end_layout
33353
33354 \end_inset
33355
33356  Ceci est un exemple de texte.
33357 \end_layout
33358
33359 \begin_layout Standard
33360 \begin_inset Note Greyedout
33361 status open
33362
33363 \begin_layout Plain Layout
33364
33365 \series bold
33366 Note:
33367 \series default
33368  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33369  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33370  l'autre non.
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \begin_layout Standard
33379 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33380  paragraphe grâce à la fenêtre de dialogue 
33381 \family sans
33382 Paramètres
33383 \begin_inset space ~
33384 \end_inset
33385
33386 de
33387 \begin_inset space ~
33388 \end_inset
33389
33390 Boîte
33391 \family default
33392 .
33393 \end_layout
33394
33395 \begin_layout Standard
33396 \begin_inset VSpace bigskip
33397 \end_inset
33398
33399 Quand vous avez choisi une 
33400 \family sans
33401 Boîte
33402 \begin_inset space ~
33403 \end_inset
33404
33405 Intérieure
33406 \family default
33407 , l'alignement vertical du contenu de la boîte peut être :
33408 \end_layout
33409
33410 \begin_layout Description
33411 haut Ceci est un exemple de texte.
33412 \begin_inset Box Boxed
33413 position "c"
33414 hor_pos "c"
33415 has_inner_box 1
33416 inner_pos "t"
33417 use_parbox 0
33418 use_makebox 0
33419 width "12col%"
33420 special "none"
33421 height "1.5in"
33422 height_special "totalheight"
33423 status collapsed
33424
33425 \begin_layout Plain Layout
33426 \align center
33427 Le texte de cette boîte est aligné sur le haut.
33428 \end_layout
33429
33430 \end_inset
33431
33432  Ceci est un exemple de texte.
33433 \end_layout
33434
33435 \begin_layout Description
33436 milieu Ceci est un exemple de texte.
33437  
33438 \begin_inset Box Boxed
33439 position "c"
33440 hor_pos "c"
33441 has_inner_box 1
33442 inner_pos "c"
33443 use_parbox 0
33444 use_makebox 0
33445 width "12col%"
33446 special "none"
33447 height "1.5in"
33448 height_special "totalheight"
33449 status collapsed
33450
33451 \begin_layout Plain Layout
33452 \align center
33453 Le texte de cette boîte est aligné au centre
33454 \end_layout
33455
33456 \end_inset
33457
33458  Ceci est un exemple de texte.
33459 \end_layout
33460
33461 \begin_layout Description
33462 bas Ceci est un exemple de texte.
33463  
33464 \begin_inset Box Boxed
33465 position "c"
33466 hor_pos "c"
33467 has_inner_box 1
33468 inner_pos "b"
33469 use_parbox 0
33470 use_makebox 0
33471 width "12col%"
33472 special "none"
33473 height "1.5in"
33474 height_special "totalheight"
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478 \align center
33479 Le texte de cette boîte est aligné en bas.
33480 \end_layout
33481
33482 \end_inset
33483
33484  Ceci est un exemple de texte.
33485 \end_layout
33486
33487 \begin_layout Description
33488 élongation Ceci est un exemple de texte.
33489  
33490 \begin_inset Box Boxed
33491 position "c"
33492 hor_pos "c"
33493 has_inner_box 1
33494 inner_pos "s"
33495 use_parbox 0
33496 use_makebox 0
33497 width "12col%"
33498 special "none"
33499 height "1.5in"
33500 height_special "totalheight"
33501 status collapsed
33502
33503 \begin_layout Plain Layout
33504 \align center
33505 Le texte 
33506 \end_layout
33507
33508 \begin_layout Plain Layout
33509 \align center
33510 de cette
33511 \end_layout
33512
33513 \begin_layout Plain Layout
33514 \align center
33515 boîte est
33516 \end_layout
33517
33518 \begin_layout Plain Layout
33519 \align center
33520 allongé.
33521 \end_layout
33522
33523 \end_inset
33524
33525  Ceci est un exemple de texte.
33526 \end_layout
33527
33528 \begin_layout Standard
33529 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33530  paragraphe.
33531  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33532 \end_layout
33533
33534 \begin_layout Standard
33535 \begin_inset VSpace bigskip
33536 \end_inset
33537
33538 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33539  la fenêtre de dialogue 
33540 \family sans
33541 Paramètres
33542 \begin_inset space ~
33543 \end_inset
33544
33545 de
33546 \begin_inset space ~
33547 \end_inset
33548
33549 paragraphe
33550 \family default
33551  quand vous avez choisi une 
33552 \family sans
33553 Boîte
33554 \begin_inset space ~
33555 \end_inset
33556
33557 Intérieure
33558 \family default
33559 .
33560 \end_layout
33561
33562 \begin_layout Standard
33563 \align center
33564 \begin_inset Box Boxed
33565 position "c"
33566 hor_pos "c"
33567 has_inner_box 1
33568 inner_pos "s"
33569 use_parbox 0
33570 use_makebox 0
33571 width "15col%"
33572 special "none"
33573 height "1.25in"
33574 height_special "totalheight"
33575 status open
33576
33577 \begin_layout Plain Layout
33578 \align left
33579 Le texte de 
33580 \end_layout
33581
33582 \begin_layout Plain Layout
33583 \align left
33584 cette boîte
33585 \end_layout
33586
33587 \begin_layout Plain Layout
33588 \align right
33589 est allongé.
33590 \end_layout
33591
33592 \end_inset
33593
33594
33595 \end_layout
33596
33597 \begin_layout Standard
33598 Si vous n'avez pas choisi une 
33599 \family sans
33600 Boîte
33601 \begin_inset space ~
33602 \end_inset
33603
33604 Intérieure
33605 \family default
33606 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33607  de dialogue de boîte.
33608 \end_layout
33609
33610 \begin_layout Standard
33611 \align center
33612 \begin_inset Box Boxed
33613 position "c"
33614 hor_pos "s"
33615 has_inner_box 0
33616 inner_pos "s"
33617 use_parbox 0
33618 use_makebox 0
33619 width "90col%"
33620 special "none"
33621 height "1.25in"
33622 height_special "totalheight"
33623 status open
33624
33625 \begin_layout Plain Layout
33626 Le texte de cette boîte est allongé horizontalement.
33627 \end_layout
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \begin_layout Subsection
33635 Décorations
33636 \begin_inset CommandInset label
33637 LatexCommand label
33638 name "sec:Décorations"
33639
33640 \end_inset
33641
33642
33643 \begin_inset Index idx
33644 status collapsed
33645
33646 \begin_layout Plain Layout
33647 Boîtes ! Décorations
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \begin_layout Standard
33656 On peut spécifier le style de la boîte en utilisant la liste déroulante
33657  
33658 \family sans
33659 Décoration
33660 \family default
33661 .
33662  Les possibilités sont les suivantes :
33663 \end_layout
33664
33665 \begin_layout Description
33666 Aucun
33667 \begin_inset space ~
33668 \end_inset
33669
33670 cadre
33671 \begin_inset space ~
33672 \end_inset
33673
33674 tracé Rien n'est tracé
33675 \end_layout
33676
33677 \begin_layout Description
33678 Cadre
33679 \begin_inset space ~
33680 \end_inset
33681
33682 rectangulaire
33683 \begin_inset space ~
33684 \end_inset
33685
33686 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33687  L'épaisseur du trait de ce cadre est donnée par la variable  
33688 \series bold
33689
33690 \backslash
33691 fboxrule
33692 \series default
33693 .
33694 \begin_inset Newline newline
33695 \end_inset
33696
33697
33698 \begin_inset Box Boxed
33699 position "c"
33700 hor_pos "c"
33701 has_inner_box 1
33702 inner_pos "c"
33703 use_parbox 0
33704 use_makebox 0
33705 width "20col%"
33706 special "none"
33707 height "1in"
33708 height_special "totalheight"
33709 status open
33710
33711 \begin_layout Plain Layout
33712 \align center
33713 Boîte rectangulaire
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \begin_layout Description
33722 Cadre
33723 \begin_inset space ~
33724 \end_inset
33725
33726 oval,
33727 \begin_inset space ~
33728 \end_inset
33729
33730 fin Ceci dessine un cadre ovalisée autour de la boîte.
33731  L'épaisseur du trait de ce cadre est de  0.4
33732 \begin_inset space \thinspace{}
33733 \end_inset
33734
33735 pt.
33736  
33737 \begin_inset Box ovalbox
33738 position "c"
33739 hor_pos "c"
33740 has_inner_box 1
33741 inner_pos "c"
33742 use_parbox 0
33743 use_makebox 0
33744 width "20col%"
33745 special "none"
33746 height "1in"
33747 height_special "totalheight"
33748 status open
33749
33750 \begin_layout Plain Layout
33751 \align center
33752 Boîte ovalisée, fine
33753 \end_layout
33754
33755 \end_inset
33756
33757
33758 \end_layout
33759
33760 \begin_layout Description
33761 Cadre
33762 \begin_inset space ~
33763 \end_inset
33764
33765 oval,
33766 \begin_inset space ~
33767 \end_inset
33768
33769 épais Ceci dessine un cadre ovalisée autour de la boîte.
33770  L'épaisseur du trait de ce cadre est de   0.8
33771 \begin_inset space \thinspace{}
33772 \end_inset
33773
33774 pt.
33775  
33776 \begin_inset Box Ovalbox
33777 position "c"
33778 hor_pos "c"
33779 has_inner_box 1
33780 inner_pos "c"
33781 use_parbox 0
33782 use_makebox 0
33783 width "20col%"
33784 special "none"
33785 height "1in"
33786 height_special "totalheight"
33787 status open
33788
33789 \begin_layout Plain Layout
33790 \align center
33791 Boîte ovalisée, épaisse
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \end_layout
33798
33799 \begin_layout Description
33800 Ombre
33801 \begin_inset space ~
33802 \end_inset
33803
33804 en
33805 \begin_inset space ~
33806 \end_inset
33807
33808 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33809  L'épaisseur du trait de ce cadre est donnée par la variable  
33810 \series bold
33811
33812 \backslash
33813 fboxrule
33814 \series default
33815 , l'ombre a une épaisseur de  4
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 pt.
33820  
33821 \begin_inset Box Shadowbox
33822 position "c"
33823 hor_pos "c"
33824 has_inner_box 1
33825 inner_pos "c"
33826 use_parbox 0
33827 use_makebox 0
33828 width "20col%"
33829 special "none"
33830 height "1in"
33831 height_special "totalheight"
33832 status open
33833
33834 \begin_layout Plain Layout
33835 \align center
33836 Boîte ombrée
33837 \end_layout
33838
33839 \end_inset
33840
33841
33842 \end_layout
33843
33844 \begin_layout Description
33845 Fond
33846 \begin_inset space ~
33847 \end_inset
33848
33849 ombré Ceci dessine une boîte avec un arrière plan rouge.
33850  Contrairement aux boîtes coloriées
33851 \begin_inset Foot
33852 status collapsed
33853
33854 \begin_layout Plain Layout
33855 Voir la section
33856 \begin_inset space ~
33857 \end_inset
33858
33859
33860 \begin_inset CommandInset ref
33861 LatexCommand ref
33862 reference "sec:Boîtes-colorées"
33863
33864 \end_inset
33865
33866 .
33867 \end_layout
33868
33869 \end_inset
33870
33871 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
33872  son propre paragraphe.
33873 \begin_inset Box Shaded
33874 position "t"
33875 hor_pos "c"
33876 has_inner_box 0
33877 inner_pos "t"
33878 use_parbox 0
33879 use_makebox 0
33880 width "50col%"
33881 special "none"
33882 height "1in"
33883 height_special "totalheight"
33884 status open
33885
33886 \begin_layout Plain Layout
33887 Boîte avec fond ombré
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Description
33896 Cadre
33897 \begin_inset space ~
33898 \end_inset
33899
33900 rectangulaire
33901 \begin_inset space ~
33902 \end_inset
33903
33904 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
33905  boîte.
33906  L'épaisseur du trait du cadre interne est de 0.75
33907 \begin_inset space \thinspace{}
33908 \end_inset
33909
33910
33911 \series bold
33912
33913 \backslash
33914 fboxrule
33915 \series default
33916 , l'épaisseur du trait du cadre externe est de 1.5
33917 \begin_inset space \thinspace{}
33918 \end_inset
33919
33920
33921 \series bold
33922
33923 \backslash
33924 fboxrule
33925 \series default
33926 .
33927  La distance entre les deux cadres est de  1.5
33928 \begin_inset space \thinspace{}
33929 \end_inset
33930
33931
33932 \series bold
33933
33934 \backslash
33935 fboxrule
33936 \series default
33937
33938 \begin_inset space \thinspace{}
33939 \end_inset
33940
33941 +
33942 \begin_inset space \thinspace{}
33943 \end_inset
33944
33945 0.5
33946 \begin_inset space \thinspace{}
33947 \end_inset
33948
33949 pt.
33950  
33951 \begin_inset Box Doublebox
33952 position "c"
33953 hor_pos "c"
33954 has_inner_box 1
33955 inner_pos "c"
33956 use_parbox 0
33957 use_makebox 0
33958 width "20col%"
33959 special "none"
33960 height "1in"
33961 height_special "totalheight"
33962 status open
33963
33964 \begin_layout Plain Layout
33965 \align center
33966 Boîte double
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Standard
33975 \begin_inset VSpace bigskip
33976 \end_inset
33977
33978 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
33979  style de boîte utilisé.
33980  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
33981  le paquetage LaTeX 
33982 \series bold
33983 fancybox
33984 \series default
33985
33986 \begin_inset Index idx
33987 status collapsed
33988
33989 \begin_layout Plain Layout
33990 Paquetages LaTeX ! fancybox
33991 \end_layout
33992
33993 \end_inset
33994
33995 .
33996 \end_layout
33997
33998 \begin_layout Standard
33999 \begin_inset VSpace bigskip
34000 \end_inset
34001
34002 Quand vous utilisez le style de décoration 
34003 \family sans
34004 cadre rectangulaire simple
34005 \family default
34006  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34007  de la boîte.
34008  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34009  prendra toute la largeur de la colonne, la boîte sera considérée comme
34010  son propre paragraphe et 
34011 \series bold
34012
34013 \backslash
34014 fboxrule
34015 \series default
34016  et 
34017 \series bold
34018
34019 \backslash
34020 fboxsep
34021 \series default
34022  n'ont aucun effet sur ce type de boîte.
34023  L'épaisseur de la ligne du cadre a la valeur de 
34024 \series bold
34025
34026 \backslash
34027 FrameRule
34028 \series default
34029 .
34030  
34031 \begin_inset Box Framed
34032 position "t"
34033 hor_pos "c"
34034 has_inner_box 0
34035 inner_pos "t"
34036 use_parbox 0
34037 use_makebox 0
34038 width "100col%"
34039 special "none"
34040 height "1in"
34041 height_special "totalheight"
34042 status collapsed
34043
34044 \begin_layout Plain Layout
34045 Boîte avec cadre simple et sauts de page
34046 \end_layout
34047
34048 \end_inset
34049
34050
34051 \end_layout
34052
34053 \begin_layout Section
34054 Personnalisation des boîtes
34055 \begin_inset Index idx
34056 status collapsed
34057
34058 \begin_layout Plain Layout
34059 Boîtes! Personnalisation
34060 \end_layout
34061
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \begin_layout Standard
34068 La valeur implicite pour la variable 
34069 \series bold
34070
34071 \backslash
34072 fboxrule
34073 \series default
34074  est 0.4
34075 \begin_inset space \thinspace{}
34076 \end_inset
34077
34078 pt.
34079  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
34080  pour avoir 2
34081 \begin_inset space \thinspace{}
34082 \end_inset
34083
34084 pt :
34085 \end_layout
34086
34087 \begin_layout Standard
34088
34089 \series bold
34090
34091 \backslash
34092 setlength{
34093 \backslash
34094 fboxrule}{2pt}
34095 \end_layout
34096
34097 \begin_layout Standard
34098 \begin_inset ERT
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102
34103
34104 \backslash
34105 setlength{
34106 \backslash
34107 fboxrule}{2pt}
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \begin_inset Box Boxed
34114 position "c"
34115 hor_pos "c"
34116 has_inner_box 1
34117 inner_pos "c"
34118 use_parbox 0
34119 use_makebox 0
34120 width "25col%"
34121 special "none"
34122 height "1in"
34123 height_special "totalheight"
34124 status open
34125
34126 \begin_layout Plain Layout
34127 \align center
34128 Boîte rectangulaire avec 
34129 \series bold
34130
34131 \backslash
34132 fboxrule
34133 \series default
34134
34135 \begin_inset space \thinspace{}
34136 \end_inset
34137
34138 =
34139 \begin_inset space \thinspace{}
34140 \end_inset
34141
34142 2
34143 \begin_inset space \thinspace{}
34144 \end_inset
34145
34146 pt
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \begin_inset ERT
34153 status collapsed
34154
34155 \begin_layout Plain Layout
34156
34157
34158 \backslash
34159 setlength{
34160 \backslash
34161 fboxrule}{0.4pt}
34162 \end_layout
34163
34164 \end_inset
34165
34166
34167 \end_layout
34168
34169 \begin_layout Standard
34170 \begin_inset VSpace bigskip
34171 \end_inset
34172
34173 L'espace entre le cadre et le contenu de la boîte est le même pour tous
34174  les types de cadres, implicitement il est de 3
34175 \begin_inset space \thinspace{}
34176 \end_inset
34177
34178 pt.
34179  Vous pouvez le modifier en donnant une autre valeur à la variable 
34180 \series bold
34181
34182 \backslash
34183 fboxsep
34184 \series default
34185 .
34186  Par exemple la commande
34187 \end_layout
34188
34189 \begin_layout Standard
34190
34191 \series bold
34192
34193 \backslash
34194 setlength{
34195 \backslash
34196 fboxsep}{10pt}
34197 \end_layout
34198
34199 \begin_layout Standard
34200 met une valeur de 10
34201 \begin_inset space \thinspace{}
34202 \end_inset
34203
34204 pt, comme celle utilisée pour cette boîte :
34205 \end_layout
34206
34207 \begin_layout Standard
34208 \begin_inset ERT
34209 status collapsed
34210
34211 \begin_layout Plain Layout
34212
34213
34214 \backslash
34215 setlength{
34216 \backslash
34217 fboxsep}{10pt}
34218 \end_layout
34219
34220 \end_inset
34221
34222
34223 \begin_inset Box Boxed
34224 position "c"
34225 hor_pos "c"
34226 has_inner_box 1
34227 inner_pos "c"
34228 use_parbox 0
34229 use_makebox 0
34230 width "25col%"
34231 special "none"
34232 height "1in"
34233 height_special "totalheight"
34234 status open
34235
34236 \begin_layout Plain Layout
34237 \align center
34238 Boîte rectangulaire avec 
34239 \series bold
34240
34241 \backslash
34242 fboxsep
34243 \series default
34244
34245 \begin_inset space \thinspace{}
34246 \end_inset
34247
34248 =
34249 \begin_inset space \thinspace{}
34250 \end_inset
34251
34252 10
34253 \begin_inset space \thinspace{}
34254 \end_inset
34255
34256 pt
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \begin_inset ERT
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266
34267
34268 \backslash
34269 setlength{
34270 \backslash
34271 fboxsep}{3pt}
34272 \end_layout
34273
34274 \end_inset
34275
34276
34277 \end_layout
34278
34279 \begin_layout Standard
34280 \begin_inset VSpace bigskip
34281 \end_inset
34282
34283 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34284  la commande 
34285 \series bold
34286
34287 \backslash
34288 cornersize
34289 \series default
34290 .
34291  Par exemple, la commande
34292 \end_layout
34293
34294 \begin_layout Standard
34295
34296 \series bold
34297
34298 \backslash
34299 cornersize*{1cm}
34300 \end_layout
34301
34302 \begin_layout Standard
34303 donne un diamètre de 1
34304 \begin_inset space \thinspace{}
34305 \end_inset
34306
34307 cm.
34308  La commande
34309 \end_layout
34310
34311 \begin_layout Standard
34312
34313 \series bold
34314
34315 \backslash
34316 cornersize{num}
34317 \end_layout
34318
34319 \begin_layout Standard
34320 fixe le diamètre à 
34321 \family sans
34322 num
34323 \begin_inset space \thinspace{}
34324 \end_inset
34325
34326 ×
34327 \begin_inset space \thinspace{}
34328 \end_inset
34329
34330 minimum(largeur et hauteur de la boîte)
34331 \family default
34332 .
34333  La valeur implicite est 
34334 \series bold
34335
34336 \backslash
34337 cornersize{0.5}
34338 \series default
34339 .
34340 \end_layout
34341
34342 \begin_layout Standard
34343 \begin_inset ERT
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347
34348
34349 \backslash
34350 cornersize*{1.5cm}
34351 \end_layout
34352
34353 \end_inset
34354
34355
34356 \begin_inset Box Ovalbox
34357 position "c"
34358 hor_pos "c"
34359 has_inner_box 1
34360 inner_pos "c"
34361 use_parbox 0
34362 use_makebox 0
34363 width "25col%"
34364 special "none"
34365 height "1in"
34366 height_special "totalheight"
34367 status open
34368
34369 \begin_layout Plain Layout
34370 \align center
34371 Boîte ovale avec 
34372 \series bold
34373
34374 \backslash
34375 cornersize
34376 \series default
34377
34378 \begin_inset space \thinspace{}
34379 \end_inset
34380
34381 =
34382 \begin_inset space \thinspace{}
34383 \end_inset
34384
34385 1.5
34386 \begin_inset space \thinspace{}
34387 \end_inset
34388
34389 cm
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \begin_inset ERT
34396 status collapsed
34397
34398 \begin_layout Plain Layout
34399
34400
34401 \backslash
34402 cornersize{0.5}
34403 \end_layout
34404
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Standard
34411 \begin_inset VSpace bigskip
34412 \end_inset
34413
34414 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
34415  
34416 \series bold
34417
34418 \backslash
34419 shadowsize
34420 \series default
34421 .
34422  Elle est fixée à 2
34423 \begin_inset space \thinspace{}
34424 \end_inset
34425
34426 pt pour la boîte suivante par la commande :
34427 \end_layout
34428
34429 \begin_layout Standard
34430
34431 \series bold
34432
34433 \backslash
34434 setlength{
34435 \backslash
34436 shadowsize}{2pt}
34437 \end_layout
34438
34439 \begin_layout Standard
34440 \begin_inset ERT
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444
34445
34446 \backslash
34447 setlength{
34448 \backslash
34449 shadowsize}{2pt}
34450 \end_layout
34451
34452 \end_inset
34453
34454
34455 \begin_inset Box Shadowbox
34456 position "c"
34457 hor_pos "c"
34458 has_inner_box 1
34459 inner_pos "c"
34460 use_parbox 0
34461 use_makebox 0
34462 width "25col%"
34463 special "none"
34464 height "1in"
34465 height_special "totalheight"
34466 status open
34467
34468 \begin_layout Plain Layout
34469 \align center
34470 Boîte ombrée avec 
34471 \series bold
34472
34473 \backslash
34474 shadowsize
34475 \series default
34476
34477 \begin_inset space \thinspace{}
34478 \end_inset
34479
34480 =
34481 \begin_inset space \thinspace{}
34482 \end_inset
34483
34484 2
34485 \begin_inset space \thinspace{}
34486 \end_inset
34487
34488 pt
34489 \end_layout
34490
34491 \end_inset
34492
34493
34494 \begin_inset ERT
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498
34499
34500 \backslash
34501 setlength{
34502 \backslash
34503 shadowsize}{4pt}
34504 \end_layout
34505
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \begin_layout Standard
34512 \begin_inset VSpace bigskip
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Standard
34519 La valeur implicite pour la longueur 
34520 \series bold
34521
34522 \backslash
34523 FrameRule
34524 \series default
34525  est 0,4
34526 \begin_inset space \thinspace{}
34527 \end_inset
34528
34529 pt.
34530  L'espacement implicite entre le contenu de la note et le cadre est de 9
34531 \begin_inset space \thinspace{}
34532 \end_inset
34533
34534 pt et il peut être modifié en utilisant la valeur de 
34535 \series bold
34536
34537 \backslash
34538 FrameSep
34539 \series default
34540 .
34541  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
34542  suivantes en code TeX
34543 \end_layout
34544
34545 \begin_layout Standard
34546
34547 \series bold
34548
34549 \backslash
34550 setlength{
34551 \backslash
34552 FrameRule}{5pt}
34553 \begin_inset Newline newline
34554 \end_inset
34555
34556
34557 \backslash
34558 setlength{
34559 \backslash
34560 FrameSep}{0.5cm}
34561 \end_layout
34562
34563 \begin_layout Standard
34564 \begin_inset ERT
34565 status collapsed
34566
34567 \begin_layout Plain Layout
34568
34569
34570 \backslash
34571 setlength{
34572 \backslash
34573 FrameRule}{5pt}
34574 \end_layout
34575
34576 \begin_layout Plain Layout
34577
34578
34579 \backslash
34580 setlength{
34581 \backslash
34582 FrameSep}{0.5cm}
34583 \end_layout
34584
34585 \end_inset
34586
34587
34588 \begin_inset Box Framed
34589 position "t"
34590 hor_pos "c"
34591 has_inner_box 0
34592 inner_pos "t"
34593 use_parbox 0
34594 use_makebox 0
34595 width "100col%"
34596 special "none"
34597 height "1in"
34598 height_special "totalheight"
34599 status open
34600
34601 \begin_layout Plain Layout
34602 Ceci est un texte dans une boîte autorisant les 
34603 \family sans
34604 sauts de page
34605 \family default
34606 .
34607 \end_layout
34608
34609 \end_inset
34610
34611
34612 \begin_inset ERT
34613 status collapsed
34614
34615 \begin_layout Plain Layout
34616
34617
34618 \backslash
34619 setlength{
34620 \backslash
34621 FrameRule}{0.4pt}
34622 \end_layout
34623
34624 \begin_layout Plain Layout
34625
34626
34627 \backslash
34628 setlength{
34629 \backslash
34630 FrameSep}{9pt}
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 \begin_inset VSpace bigskip
34640 \end_inset
34641
34642
34643 \end_layout
34644
34645 \begin_layout Standard
34646 Pour les boîtes à 
34647 \family sans
34648 Fond
34649 \begin_inset space ~
34650 \end_inset
34651
34652 ombré
34653 \family default
34654 , l'espacement implicite entre le contenu de la boîte et son cadre est de
34655  3
34656 \begin_inset space \thinspace{}
34657 \end_inset
34658
34659 pt et il peut être modifié avec la valeur de 
34660 \series bold
34661
34662 \backslash
34663 fboxsep
34664 \series default
34665 .
34666  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
34667  localement avec la commande 
34668 \series bold
34669
34670 \backslash
34671 definecolor{shadecolor}
34672 \series default
34673 , soit globalement avec le menu 
34674 \family sans
34675 Outils\SpecialChar \menuseparator
34676 Préférences
34677 \family default
34678 \SpecialChar \menuseparator
34679
34680 \family sans
34681 Couleurs\SpecialChar \menuseparator
34682 boîte
34683 \begin_inset space ~
34684 \end_inset
34685
34686 ombrée
34687 \family default
34688 .
34689  La syntaxe de la commande 
34690 \series bold
34691
34692 \backslash
34693 definecolor
34694 \series default
34695  est expliquée dans la section
34696 \begin_inset space ~
34697 \end_inset
34698
34699
34700 \begin_inset CommandInset ref
34701 LatexCommand ref
34702 reference "sec:Tableaux-Colorés"
34703
34704 \end_inset
34705
34706
34707 \begin_inset Foot
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711 Notez que l'utilisation de 
34712 \series bold
34713
34714 \backslash
34715 definecolor
34716 \series default
34717  ne peut se faire sans le paquetage LaTeX 
34718 \series bold
34719 color
34720 \series default
34721  dans le préambule, voir la section
34722 \begin_inset space ~
34723 \end_inset
34724
34725
34726 \begin_inset CommandInset ref
34727 LatexCommand ref
34728 reference "sec:Boîtes-colorées"
34729
34730 \end_inset
34731
34732 .
34733  
34734 \end_layout
34735
34736 \end_inset
34737
34738 .
34739 \end_layout
34740
34741 \begin_layout Standard
34742 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34743  les commandes en code TeX suivantes
34744 \end_layout
34745
34746 \begin_layout Standard
34747
34748 \series bold
34749
34750 \backslash
34751 setlength{
34752 \backslash
34753 fboxsep}{0.5cm}
34754 \series default
34755
34756 \begin_inset Newline newline
34757 \end_inset
34758
34759
34760 \series bold
34761
34762 \backslash
34763 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34764 \end_layout
34765
34766 \begin_layout Standard
34767 \begin_inset ERT
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771
34772
34773 \backslash
34774 setlength{
34775 \backslash
34776 fboxsep}{0.5cm}
34777 \end_layout
34778
34779 \begin_layout Plain Layout
34780
34781
34782 \backslash
34783 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \begin_inset Box Shaded
34790 position "t"
34791 hor_pos "c"
34792 has_inner_box 0
34793 inner_pos "t"
34794 use_parbox 0
34795 use_makebox 0
34796 width "100col%"
34797 special "none"
34798 height "1in"
34799 height_special "totalheight"
34800 status open
34801
34802 \begin_layout Plain Layout
34803
34804 \color yellow
34805 Ceci est un texte jaune dans une boîte à 
34806 \family sans
34807 Fond
34808 \begin_inset space ~
34809 \end_inset
34810
34811 ombré
34812 \family default
34813 \color inherit
34814  
34815 \color yellow
34816 avec un fond vert foncé.
34817 \end_layout
34818
34819 \end_inset
34820
34821
34822 \begin_inset ERT
34823 status collapsed
34824
34825 \begin_layout Plain Layout
34826
34827
34828 \backslash
34829 setlength{
34830 \backslash
34831 fboxsep}{3pt}
34832 \end_layout
34833
34834 \begin_layout Plain Layout
34835
34836
34837 \backslash
34838 definecolor{shadecolor}{rgb}{1,0,0}
34839 \end_layout
34840
34841 \end_inset
34842
34843
34844 \end_layout
34845
34846 \begin_layout Standard
34847 \begin_inset VSpace bigskip
34848 \end_inset
34849
34850
34851 \end_layout
34852
34853 \begin_layout Standard
34854 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
34855  les boîtes qui suivent la commandes qui les a changées.
34856 \end_layout
34857
34858 \begin_layout Section
34859 Minipages
34860 \begin_inset CommandInset label
34861 LatexCommand label
34862 name "sec:Minipages"
34863
34864 \end_inset
34865
34866
34867 \begin_inset Index idx
34868 status collapsed
34869
34870 \begin_layout Plain Layout
34871 Boîtes ! Minipages
34872 \end_layout
34873
34874 \end_inset
34875
34876
34877 \end_layout
34878
34879 \begin_layout Standard
34880 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
34881 ur d'une page.
34882  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34883  règles d'indentation, de saut de ligne, etc.
34884  s'appliquent.
34885 \end_layout
34886
34887 \begin_layout Standard
34888 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34889  langues.
34890 \end_layout
34891
34892 \begin_layout Standard
34893 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34894  Leur largeur est fixée à 45
34895 \begin_inset space \thinspace{}
34896 \end_inset
34897
34898 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34899  via le menu 
34900 \family sans
34901 Insertion\SpecialChar \menuseparator
34902 Typographie
34903 \begin_inset space ~
34904 \end_inset
34905
34906 spéciale\SpecialChar \menuseparator
34907 Ressort
34908 \begin_inset space ~
34909 \end_inset
34910
34911 Horizontal
34912 \family default
34913 .
34914 \end_layout
34915
34916 \begin_layout Standard
34917 \begin_inset Box Frameless
34918 position "t"
34919 hor_pos "c"
34920 has_inner_box 1
34921 inner_pos "c"
34922 use_parbox 0
34923 use_makebox 0
34924 width "45col%"
34925 special "none"
34926 height "1in"
34927 height_special "totalheight"
34928 status open
34929
34930 \begin_layout Plain Layout
34931 Ceci est un texte en français.
34932  Ceci est un texte en français.
34933  Ceci est un texte en français.
34934  Ceci est un texte en français.
34935  Ceci est un texte en français.
34936  Ceci est un texte en français.
34937  Ceci est un texte en français.
34938  Ceci est un texte en français.Ceci est un texte en français.
34939  Ceci est un texte en français.
34940  Ceci est un texte en français.
34941  Ceci est un texte en français
34942 \begin_inset Foot
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946 Ceci est une note de bas de page en français.
34947 \end_layout
34948
34949 \end_inset
34950
34951 .Ceci est un texte en français
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \begin_inset space \hfill{}
34958 \end_inset
34959
34960
34961 \begin_inset Box Frameless
34962 position "t"
34963 hor_pos "c"
34964 has_inner_box 1
34965 inner_pos "c"
34966 use_parbox 0
34967 use_makebox 0
34968 width "45col%"
34969 special "none"
34970 height "1in"
34971 height_special "totalheight"
34972 status open
34973
34974 \begin_layout Plain Layout
34975
34976 \lang english
34977 This is an English Text.
34978  This is an English Text.
34979  This is an English Text.
34980  This is an English Text.
34981  This is an English Text.
34982  This is an English Text.
34983  This is an English Text.
34984  This is an English Text.
34985  This is an English Text.
34986  This is an English Text.
34987  This is an English Text.
34988  This is an English Text.
34989  This is an English Text.
34990  This is an English Text.
34991  This is an English Text.
34992  This is an English Text.
34993 \begin_inset Foot
34994 status collapsed
34995
34996 \begin_layout Plain Layout
34997
34998 \lang english
34999 This is an English footnote.
35000 \end_layout
35001
35002 \end_inset
35003
35004  This is an English Text.
35005 \end_layout
35006
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \begin_layout Standard
35013 \begin_inset VSpace bigskip
35014 \end_inset
35015
35016 Les paramètres globaux du document sont ignorés au sein d'une minipage.
35017  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
35018  minipages, même si vous les avez mis par exemple à 
35019 \family sans
35020 Moyen
35021 \family default
35022  dans les paramètres du document.
35023 \end_layout
35024
35025 \begin_layout Standard
35026 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
35027  portion de texte, voyez la section
35028 \begin_inset space ~
35029 \end_inset
35030
35031
35032 \begin_inset CommandInset ref
35033 LatexCommand ref
35034 reference "sub:Couleur-pour-les-Paragraphes"
35035
35036 \end_inset
35037
35038 .
35039 \end_layout
35040
35041 \begin_layout Standard
35042 \begin_inset Note Greyedout
35043 status open
35044
35045 \begin_layout Plain Layout
35046
35047 \series bold
35048 Note:
35049 \series default
35050  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
35051  mais les minipages peuvent être utilisées dans un tableau, un flottant
35052  ou une autre boîte.
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \begin_layout Section
35061 Les parboxes
35062 \begin_inset CommandInset label
35063 LatexCommand label
35064 name "sec:Parboxes"
35065
35066 \end_inset
35067
35068
35069 \begin_inset Index idx
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 Boîtes ! Parboxes
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
35083  ne peuvent avoir de note de bas de page.
35084 \end_layout
35085
35086 \begin_layout Standard
35087 \align center
35088 \begin_inset Box Frameless
35089 position "t"
35090 hor_pos "c"
35091 has_inner_box 1
35092 inner_pos "t"
35093 use_parbox 1
35094 use_makebox 0
35095 width "33col%"
35096 special "none"
35097 height "1in"
35098 height_special "totalheight"
35099 status open
35100
35101 \begin_layout Plain Layout
35102 Ceci est un texte à l'intérieur d'une parbox.
35103  Ceci est un texte à l'intérieur d'une parbox.
35104 \end_layout
35105
35106 \begin_layout Plain Layout
35107 Cette note de bas de page ne devrait pas apparaître :
35108 \begin_inset Foot
35109 status open
35110
35111 \begin_layout Plain Layout
35112 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
35113  pas.
35114 \end_layout
35115
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \end_inset
35122
35123
35124 \end_layout
35125
35126 \begin_layout Section
35127 Des boîtes pour les mots et les caractères
35128 \begin_inset Index idx
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 Boîtes ! Pour les caractères
35133 \end_layout
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Subsection
35141 Empêcher la césure
35142 \begin_inset CommandInset label
35143 LatexCommand label
35144 name "sec:Empêcher-césure"
35145
35146 \end_inset
35147
35148
35149 \begin_inset Index idx
35150 status collapsed
35151
35152 \begin_layout Plain Layout
35153 Boîtes ! Pour empêcher la césure
35154 \end_layout
35155
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \begin_layout Standard
35162 Vous pouvez utiliser une boîte de type 
35163 \family sans
35164 Makebox
35165 \family default
35166  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
35167 \begin_inset Newline newline
35168 \end_inset
35169
35170 Voici un exemple de texte :
35171 \end_layout
35172
35173 \begin_layout Standard
35174 Cette ligne est un exemple comment vous pouvez empêcher une césure
35175 \begin_inset space ~
35176 \end_inset
35177
35178
35179 \begin_inset Quotes fld
35180 \end_inset
35181
35182 motTrèsTrèsLong
35183 \begin_inset Quotes frd
35184 \end_inset
35185
35186
35187 \end_layout
35188
35189 \begin_layout Standard
35190 Pour empêcher que le mot 
35191 \begin_inset Quotes fld
35192 \end_inset
35193
35194 motTrèsTrèsLong
35195 \begin_inset Quotes frd
35196 \end_inset
35197
35198  soit coupé, mettez le mot dans une boîte, mettez 
35199 \family sans
35200 Boîte
35201 \begin_inset space ~
35202 \end_inset
35203
35204 intérieure
35205 \family default
35206  à 
35207 \family sans
35208 Makebox
35209 \family default
35210  sans spécifier de largeur.
35211 \end_layout
35212
35213 \begin_layout Standard
35214 Voici le résultat :
35215 \end_layout
35216
35217 \begin_layout Standard
35218 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35219  
35220 \begin_inset Box Frameless
35221 position "t"
35222 hor_pos "c"
35223 has_inner_box 1
35224 inner_pos "t"
35225 use_parbox 0
35226 use_makebox 1
35227 width ""
35228 special "none"
35229 height "1in"
35230 height_special "totalheight"
35231 status open
35232
35233 \begin_layout Plain Layout
35234 \begin_inset Quotes fld
35235 \end_inset
35236
35237 motTrèsTrèsLong
35238 \begin_inset Quotes frd
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \end_layout
35248
35249 \begin_layout Standard
35250 Une autre méthode consiste à mettre la commande 
35251 \series bold
35252
35253 \begin_inset Quotes fld
35254 \end_inset
35255
35256
35257 \backslash
35258 -
35259 \series default
35260
35261 \begin_inset Quotes frd
35262 \end_inset
35263
35264  en code TeX, juste avant le mot :
35265 \end_layout
35266
35267 \begin_layout Standard
35268 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35269  
35270 \begin_inset Quotes fld
35271 \end_inset
35272
35273
35274 \begin_inset ERT
35275 status collapsed
35276
35277 \begin_layout Plain Layout
35278
35279
35280 \backslash
35281 -
35282 \end_layout
35283
35284 \end_inset
35285
35286 motTrèsTrèsLong
35287 \begin_inset Quotes frd
35288 \end_inset
35289
35290
35291 \end_layout
35292
35293 \begin_layout Standard
35294 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35295  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35296 \family sans
35297 Insertion\SpecialChar \menuseparator
35298 Typographie
35299 \begin_inset space ~
35300 \end_inset
35301
35302 spéciale\SpecialChar \menuseparator
35303 Passage
35304 \begin_inset space ~
35305 \end_inset
35306
35307 à
35308 \begin_inset space ~
35309 \end_inset
35310
35311 la
35312 \begin_inset space ~
35313 \end_inset
35314
35315 Ligne
35316 \family default
35317  (raccourci 
35318 \family sans
35319 Ctrl-Entrée
35320 \family default
35321 ) :
35322 \end_layout
35323
35324 \begin_layout Standard
35325 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35326 \begin_inset Newline newline
35327 \end_inset
35328
35329
35330 \begin_inset Box Frameless
35331 position "t"
35332 hor_pos "c"
35333 has_inner_box 1
35334 inner_pos "t"
35335 use_parbox 0
35336 use_makebox 1
35337 width ""
35338 special "none"
35339 height "1in"
35340 height_special "totalheight"
35341 status open
35342
35343 \begin_layout Plain Layout
35344 \begin_inset Quotes fld
35345 \end_inset
35346
35347 motTrèsTrèsLong
35348 \begin_inset Quotes frd
35349 \end_inset
35350
35351
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \end_layout
35358
35359 \begin_layout Subsection
35360 Alignement vertical
35361 \begin_inset CommandInset label
35362 LatexCommand label
35363 name "sub:Alignement-Vertical"
35364
35365 \end_inset
35366
35367
35368 \begin_inset Index idx
35369 status collapsed
35370
35371 \begin_layout Plain Layout
35372 Boîtes ! Pour l'alignement vertical
35373 \end_layout
35374
35375 \end_inset
35376
35377
35378 \begin_inset Index idx
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382 Boîtes ! Boîtes élévatrices
35383 \end_layout
35384
35385 \end_inset
35386
35387
35388 \begin_inset Index idx
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 Raisebox|see
35393 \begin_inset ERT
35394 status collapsed
35395
35396 \begin_layout Plain Layout
35397
35398 {
35399 \end_layout
35400
35401 \end_inset
35402
35403 Boîtes élévatrices
35404 \begin_inset ERT
35405 status collapsed
35406
35407 \begin_layout Plain Layout
35408
35409 }
35410 \end_layout
35411
35412 \end_inset
35413
35414
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Standard
35423 Avec la commande 
35424 \series bold
35425
35426 \backslash
35427 raisebox
35428 \series default
35429  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35430  par rapport au texte qui l'entoure.
35431  La commande
35432 \series bold
35433  
35434 \backslash
35435 raisebox
35436 \series default
35437  s'utilise en suivant la syntaxe suivante :
35438 \end_layout
35439
35440 \begin_layout Standard
35441
35442 \series bold
35443
35444 \backslash
35445 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35446 \end_layout
35447
35448 \begin_layout Standard
35449 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35450  pour l'abaisser.
35451 \end_layout
35452
35453 \begin_layout Standard
35454 Pour aligner le mot 
35455 \begin_inset Quotes fld
35456 \end_inset
35457
35458 empêcher
35459 \begin_inset Quotes frd
35460 \end_inset
35461
35462  de façon à ce que le point le plus bas du caractère le plus 
35463 \begin_inset Quotes fld
35464 \end_inset
35465
35466 profond
35467 \begin_inset Quotes frd
35468 \end_inset
35469
35470 , le 
35471 \begin_inset Quotes fld
35472 \end_inset
35473
35474 p
35475 \begin_inset Quotes frd
35476 \end_inset
35477
35478 , soit au niveau de la ligne de base, insérez la commande 
35479 \end_layout
35480
35481 \begin_layout Standard
35482
35483 \series bold
35484
35485 \backslash
35486 raisebox{
35487 \backslash
35488 depth}{
35489 \end_layout
35490
35491 \begin_layout Standard
35492 en code TeX avant le mot.
35493  Insérez après le mot l'accolade fermante 
35494 \begin_inset Quotes fld
35495 \end_inset
35496
35497
35498 \series bold
35499 }
35500 \series default
35501
35502 \begin_inset Quotes frd
35503 \end_inset
35504
35505  en code TeX.
35506 \begin_inset Newline newline
35507 \end_inset
35508
35509 Voici le résultat :
35510 \end_layout
35511
35512 \begin_layout Standard
35513 Cette ligne de texte contient le mot 
35514 \begin_inset ERT
35515 status open
35516
35517 \begin_layout Plain Layout
35518
35519
35520 \backslash
35521 raisebox{
35522 \backslash
35523 depth}{
35524 \end_layout
35525
35526 \end_inset
35527
35528
35529 \begin_inset Quotes fld
35530 \end_inset
35531
35532 empêcher
35533 \begin_inset Quotes frd
35534 \end_inset
35535
35536
35537 \begin_inset ERT
35538 status collapsed
35539
35540 \begin_layout Plain Layout
35541
35542 }
35543 \end_layout
35544
35545 \end_inset
35546
35547  comme mot élevé.
35548 \end_layout
35549
35550 \begin_layout Standard
35551 \begin_inset VSpace bigskip
35552 \end_inset
35553
35554 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35555  entre les lignes va être agrandie :
35556 \end_layout
35557
35558 \begin_layout Standard
35559 Cette ligne de texte contient le mot
35560 \begin_inset ERT
35561 status collapsed
35562
35563 \begin_layout Plain Layout
35564
35565
35566 \backslash
35567 raisebox{-
35568 \backslash
35569 depth}{
35570 \end_layout
35571
35572 \end_inset
35573
35574
35575 \begin_inset Quotes fld
35576 \end_inset
35577
35578 empêcher
35579 \begin_inset Quotes frd
35580 \end_inset
35581
35582
35583 \begin_inset ERT
35584 status collapsed
35585
35586 \begin_layout Plain Layout
35587
35588 }
35589 \end_layout
35590
35591 \end_inset
35592
35593  comme mot abaissé.
35594 \begin_inset Newline newline
35595 \end_inset
35596
35597 Cette ligne de texte contient le mot 
35598 \begin_inset ERT
35599 status collapsed
35600
35601 \begin_layout Plain Layout
35602
35603
35604 \backslash
35605 raisebox{0.5cm}{
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \begin_inset Quotes fld
35612 \end_inset
35613
35614 tester
35615 \begin_inset Quotes frd
35616 \end_inset
35617
35618
35619 \begin_inset ERT
35620 status collapsed
35621
35622 \begin_layout Plain Layout
35623
35624 }
35625 \end_layout
35626
35627 \end_inset
35628
35629  comme mot élevé.
35630 \end_layout
35631
35632 \begin_layout Standard
35633 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35634  mettez la hauteur de la boîte à zéro.
35635  Par exemple utilisez
35636 \end_layout
35637
35638 \begin_layout Standard
35639
35640 \series bold
35641
35642 \backslash
35643 raisebox{-
35644 \backslash
35645 depth}[0pt]{
35646 \end_layout
35647
35648 \begin_layout Standard
35649 Cette ligne de texte contient le mot
35650 \begin_inset ERT
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654
35655
35656 \backslash
35657 raisebox{-
35658 \backslash
35659 depth}[0pt]{
35660 \end_layout
35661
35662 \end_inset
35663
35664
35665 \begin_inset Quotes fld
35666 \end_inset
35667
35668 empêcher
35669 \begin_inset Quotes frd
35670 \end_inset
35671
35672
35673 \begin_inset ERT
35674 status collapsed
35675
35676 \begin_layout Plain Layout
35677
35678 }
35679 \end_layout
35680
35681 \end_inset
35682
35683  comme mot abaissé.
35684 \begin_inset Newline newline
35685 \end_inset
35686
35687 Cette ligne de texte contient le mot 
35688 \begin_inset ERT
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692
35693
35694 \backslash
35695 raisebox{0.5cm}[0pt]{
35696 \end_layout
35697
35698 \end_inset
35699
35700
35701 \begin_inset Quotes fld
35702 \end_inset
35703
35704 tester
35705 \begin_inset Quotes frd
35706 \end_inset
35707
35708
35709 \begin_inset ERT
35710 status collapsed
35711
35712 \begin_layout Plain Layout
35713
35714 }
35715 \end_layout
35716
35717 \end_inset
35718
35719  comme mot élevé.
35720 \end_layout
35721
35722 \begin_layout Section
35723 Boîtes colorées
35724 \begin_inset CommandInset label
35725 LatexCommand label
35726 name "sec:Boîtes-colorées"
35727
35728 \end_inset
35729
35730
35731 \begin_inset Index idx
35732 status collapsed
35733
35734 \begin_layout Plain Layout
35735 Boîtes ! Couleur
35736 \end_layout
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Subsection
35744 De la couleur pour le texte
35745 \begin_inset Index idx
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749 Couleur ! Pour le texte
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
35759  une boîte appelée 
35760 \begin_inset Quotes fld
35761 \end_inset
35762
35763 colorbox
35764 \begin_inset Quotes frd
35765 \end_inset
35766
35767 .
35768  Cela demande que le paquetage LaTeX 
35769 \series bold
35770 color
35771 \series default
35772
35773 \begin_inset Index idx
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777 Paquetages LaTeX ! color
35778 \end_layout
35779
35780 \end_inset
35781
35782  soit chargé dans le préambule du document avec la commande
35783 \end_layout
35784
35785 \begin_layout Standard
35786
35787 \series bold
35788
35789 \backslash
35790 @ifundefined{textcolor}
35791 \begin_inset Newline newline
35792 \end_inset
35793
35794
35795 \begin_inset Phantom HPhantom
35796 status open
35797
35798 \begin_layout Plain Layout
35799
35800 \series bold
35801 \begin_inset space ~
35802 \end_inset
35803
35804
35805 \end_layout
35806
35807 \end_inset
35808
35809 {
35810 \backslash
35811 usepackage{color}}{}
35812 \end_layout
35813
35814 \begin_layout Standard
35815 Le paquetage 
35816 \series bold
35817 color
35818 \series default
35819  sera chargé automatiquement par LyX dès que vous colorez du texte.
35820 \begin_inset Foot
35821 status collapsed
35822
35823 \begin_layout Plain Layout
35824 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
35825  
35826 \series bold
35827
35828 \backslash
35829 @ifundefined
35830 \series default
35831 .
35832 \end_layout
35833
35834 \end_inset
35835
35836
35837 \end_layout
35838
35839 \begin_layout Standard
35840 \begin_inset VSpace medskip
35841 \end_inset
35842
35843 Les boîtes colorées sont créées par la commande 
35844 \series bold
35845
35846 \backslash
35847 colorbox
35848 \series default
35849 .
35850  Elle est utilisée avec la syntaxe suivante :
35851 \end_layout
35852
35853 \begin_layout Standard
35854
35855 \series bold
35856
35857 \backslash
35858 colorbox{couleur}{contenu de la boîte}
35859 \end_layout
35860
35861 \begin_layout Standard
35862 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35863  peuvent être placées à l'intérieur d'autres boîtes.
35864 \end_layout
35865
35866 \begin_layout Standard
35867 Les couleurs suivantes sont prédéfinies ::
35868 \begin_inset Newline newline
35869 \end_inset
35870
35871
35872 \family sans
35873 black
35874 \family default
35875  (noir), 
35876 \family sans
35877 blue
35878 \family default
35879  (bleu), 
35880 \family sans
35881 cyan
35882 \family default
35883 \series bold
35884 ,
35885 \series default
35886  
35887 \family sans
35888 green
35889 \family default
35890  (vert), 
35891 \family sans
35892 magenta
35893 \family default
35894
35895 \family sans
35896 red
35897 \family default
35898  (rouge), 
35899 \family sans
35900 white
35901 \family default
35902  (blanc), and 
35903 \family sans
35904 yellow
35905 \family default
35906  (jaune).
35907 \begin_inset Newline newline
35908 \end_inset
35909
35910 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
35911  section
35912 \begin_inset space ~
35913 \end_inset
35914
35915
35916 \begin_inset CommandInset ref
35917 LatexCommand ref
35918 reference "sec:Tableaux-Colorés"
35919
35920 \end_inset
35921
35922 .
35923 \end_layout
35924
35925 \begin_layout Standard
35926 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
35927 \end_layout
35928
35929 \begin_layout Standard
35930
35931 \series bold
35932
35933 \backslash
35934 colorbox{red}{
35935 \end_layout
35936
35937 \begin_layout Standard
35938 avant le mot en code TeX.
35939  Insérez l'accolade fermante 
35940 \begin_inset Quotes fld
35941 \end_inset
35942
35943 }
35944 \begin_inset Quotes frd
35945 \end_inset
35946
35947  après le mot, en code TeX.
35948 \begin_inset Newline newline
35949 \end_inset
35950
35951 Voici le résultat :
35952 \end_layout
35953
35954 \begin_layout Standard
35955 Cette ligne de texte contient le mot
35956 \begin_inset ERT
35957 status collapsed
35958
35959 \begin_layout Plain Layout
35960
35961
35962 \backslash
35963 colorbox{red}{
35964 \end_layout
35965
35966 \end_inset
35967
35968
35969 \begin_inset Quotes fld
35970 \end_inset
35971
35972 Attention!
35973 \begin_inset Quotes frd
35974 \end_inset
35975
35976
35977 \begin_inset ERT
35978 status collapsed
35979
35980 \begin_layout Plain Layout
35981
35982 }
35983 \end_layout
35984
35985 \end_inset
35986
35987  sur fond rouge.
35988 \end_layout
35989
35990 \begin_layout Standard
35991 \begin_inset VSpace bigskip
35992 \end_inset
35993
35994 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
35995  vous pouvez utiliser la commande 
35996 \series bold
35997
35998 \backslash
35999 fcolorbox
36000 \series default
36001  avec la syntaxe suivante :
36002 \end_layout
36003
36004 \begin_layout Standard
36005
36006 \series bold
36007
36008 \backslash
36009 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
36010 \end_layout
36011
36012 \begin_layout Standard
36013
36014 \series bold
36015
36016 \backslash
36017 fcolorbox
36018 \series default
36019  est une extension de 
36020 \series bold
36021
36022 \backslash
36023 colorbox
36024 \series default
36025 .
36026  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
36027  peuvent être modifiés avec les variables 
36028 \series bold
36029
36030 \backslash
36031 fboxrule
36032 \series default
36033  et 
36034 \series bold
36035
36036 \backslash
36037 fboxsep
36038 \series default
36039 , comme c'est décrit dans la section
36040 \begin_inset space ~
36041 \end_inset
36042
36043
36044 \begin_inset CommandInset ref
36045 LatexCommand ref
36046 reference "sec:Décorations"
36047
36048 \end_inset
36049
36050 .
36051 \end_layout
36052
36053 \begin_layout Standard
36054 Pour l'exemple suivant, on a utilisé la commande
36055 \end_layout
36056
36057 \begin_layout Standard
36058
36059 \series bold
36060
36061 \backslash
36062 fcolorbox{cyan}{magenta}{
36063 \end_layout
36064
36065 \begin_layout Standard
36066 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
36067 \begin_inset space \thinspace{}
36068 \end_inset
36069
36070 mm:
36071 \begin_inset Newline newline
36072 \end_inset
36073
36074
36075 \begin_inset ERT
36076 status collapsed
36077
36078 \begin_layout Plain Layout
36079
36080
36081 \backslash
36082 fboxrule 1mm 
36083 \backslash
36084 fboxsep 1mm
36085 \end_layout
36086
36087 \end_inset
36088
36089
36090 \begin_inset ERT
36091 status collapsed
36092
36093 \begin_layout Plain Layout
36094
36095
36096 \backslash
36097 fcolorbox{cyan}{magenta}{
36098 \end_layout
36099
36100 \end_inset
36101
36102 Ce texte est dans une boîte encadrée et colorée.
36103 \begin_inset ERT
36104 status collapsed
36105
36106 \begin_layout Plain Layout
36107
36108 }
36109 \end_layout
36110
36111 \end_inset
36112
36113
36114 \end_layout
36115
36116 \begin_layout Standard
36117 \begin_inset VSpace bigskip
36118 \end_inset
36119
36120 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
36121  les yeux ! - NdT) :
36122 \begin_inset Newline newline
36123 \end_inset
36124
36125
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131
36132 \backslash
36133 fcolorbox{cyan}{magenta}{
36134 \end_layout
36135
36136 \end_inset
36137
36138
36139 \color yellow
36140 Ce texte est coloré dans une boîte colorée et encadrée.
36141 \color inherit
36142
36143 \begin_inset ERT
36144 status collapsed
36145
36146 \begin_layout Plain Layout
36147
36148 }
36149 \end_layout
36150
36151 \end_inset
36152
36153
36154 \begin_inset ERT
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158
36159
36160 \backslash
36161 fboxrule 0.4pt 
36162 \backslash
36163 fboxsep 3pt
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172
36173 \series bold
36174 \begin_inset VSpace medskip
36175 \end_inset
36176
36177
36178 \end_layout
36179
36180 \begin_layout Standard
36181 \begin_inset Note Greyedout
36182 status open
36183
36184 \begin_layout Plain Layout
36185
36186 \series bold
36187 Note:
36188 \series default
36189  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
36190  de ligne.
36191  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
36192  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \end_layout
36199
36200 \begin_layout Subsection
36201 De la couleur pour les paragraphes
36202 \begin_inset CommandInset label
36203 LatexCommand label
36204 name "sub:Couleur-pour-les-Paragraphes"
36205
36206 \end_inset
36207
36208
36209 \begin_inset Index idx
36210 status collapsed
36211
36212 \begin_layout Plain Layout
36213 Couleur ! Pour les  paragraphes
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \end_layout
36220
36221 \begin_layout Standard
36222 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
36223  texte dans une minipage.
36224  Avant la minipage, insérez la commande 
36225 \series bold
36226
36227 \backslash
36228 colorbox
36229 \series default
36230  
36231 \end_layout
36232
36233 \begin_layout Standard
36234
36235 \series bold
36236
36237 \backslash
36238 colorbox{color}{
36239 \end_layout
36240
36241 \begin_layout Standard
36242 en code TeX.
36243  Après la minipage, insérez l'accolade fermante 
36244 \begin_inset Quotes fld
36245 \end_inset
36246
36247 }
36248 \begin_inset Quotes frd
36249 \end_inset
36250
36251  en code TeX.
36252 \end_layout
36253
36254 \begin_layout Standard
36255 \begin_inset ERT
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259
36260
36261 \backslash
36262 colorbox{lightgrey}{
36263 \end_layout
36264
36265 \end_inset
36266
36267
36268 \begin_inset Box Frameless
36269 position "t"
36270 hor_pos "c"
36271 has_inner_box 1
36272 inner_pos "t"
36273 use_parbox 0
36274 use_makebox 0
36275 width "100col%"
36276 special "none"
36277 height "1in"
36278 height_special "totalheight"
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282 Ce texte a un fond coloré.
36283  Ce texte a un fond coloré.
36284 \end_layout
36285
36286 \begin_layout Plain Layout
36287 \begin_inset VSpace defskip
36288 \end_inset
36289
36290 Le texte peut avoir des notes de bas de page
36291 \begin_inset Foot
36292 status collapsed
36293
36294 \begin_layout Plain Layout
36295 Un autre exemple de note de bas de page
36296 \end_layout
36297
36298 \end_inset
36299
36300  et contenir des figures et des tableaux.
36301 \end_layout
36302
36303 \begin_layout Plain Layout
36304 \align center
36305 \begin_inset Tabular
36306 <lyxtabular version="3" rows="3" columns="3">
36307 <features rotate="0" tabularvalignment="middle">
36308 <column alignment="center" valignment="top">
36309 <column alignment="center" valignment="top">
36310 <column alignment="center" valignment="top">
36311 <row>
36312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36313 \begin_inset Text
36314
36315 \begin_layout Plain Layout
36316 a
36317 \end_layout
36318
36319 \end_inset
36320 </cell>
36321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36322 \begin_inset Text
36323
36324 \begin_layout Plain Layout
36325 !
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334 3
36335 \end_layout
36336
36337 \end_inset
36338 </cell>
36339 </row>
36340 <row>
36341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345 <
36346 \end_layout
36347
36348 \end_inset
36349 </cell>
36350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36351 \begin_inset Text
36352
36353 \begin_layout Plain Layout
36354 b2
36355 \begin_inset Quotes erd
36356 \end_inset
36357
36358 |
36359 \end_layout
36360
36361 \end_inset
36362 </cell>
36363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36364 \begin_inset Text
36365
36366 \begin_layout Plain Layout
36367 >
36368 \end_layout
36369
36370 \end_inset
36371 </cell>
36372 </row>
36373 <row>
36374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36375 \begin_inset Text
36376
36377 \begin_layout Plain Layout
36378 1
36379 \end_layout
36380
36381 \end_inset
36382 </cell>
36383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36384 \begin_inset Text
36385
36386 \begin_layout Plain Layout
36387 §
36388 \end_layout
36389
36390 \end_inset
36391 </cell>
36392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36393 \begin_inset Text
36394
36395 \begin_layout Plain Layout
36396 c
36397 \end_layout
36398
36399 \end_inset
36400 </cell>
36401 </row>
36402 </lyxtabular>
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \begin_inset ERT
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416
36417 }
36418 \end_layout
36419
36420 \end_inset
36421
36422
36423 \end_layout
36424
36425 \begin_layout Section
36426 Les boîtes pivotées et redimensionnées
36427 \end_layout
36428
36429 \begin_layout Standard
36430 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
36431  charger le paquetage LaTeX 
36432 \series bold
36433 graphicx
36434 \series default
36435
36436 \begin_inset Index idx
36437 status collapsed
36438
36439 \begin_layout Plain Layout
36440 Paquetages LaTeX ! graphicx
36441 \end_layout
36442
36443 \end_inset
36444
36445  dans le préambule de votre document avec la commande
36446 \end_layout
36447
36448 \begin_layout Standard
36449
36450 \series bold
36451
36452 \backslash
36453 @ifundefined{rotatebox}
36454 \begin_inset Newline newline
36455 \end_inset
36456
36457
36458 \begin_inset Phantom HPhantom
36459 status open
36460
36461 \begin_layout Plain Layout
36462
36463 \series bold
36464 \begin_inset space ~
36465 \end_inset
36466
36467
36468 \end_layout
36469
36470 \end_inset
36471
36472 {
36473 \backslash
36474 usepackage{graphicx}}{}
36475 \end_layout
36476
36477 \begin_layout Description
36478 \begin_inset Note Greyedout
36479 status open
36480
36481 \begin_layout Plain Layout
36482
36483 \series bold
36484 Note:
36485 \series default
36486  La plupart des visualiseurs DVI ne sont 
36487 \emph on
36488 pas
36489 \emph default
36490  capables d'afficher des rotations ou des redimensions.
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \end_layout
36497
36498 \begin_layout Standard
36499 \begin_inset Note Greyedout
36500 status open
36501
36502 \begin_layout Plain Layout
36503
36504 \series bold
36505 Note:
36506 \series default
36507  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
36508  redimensionnée.
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \end_layout
36515
36516 \begin_layout Subsection
36517 Les Boîtes pivotées
36518 \begin_inset Index idx
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522 Boîtes ! pivotées
36523 \end_layout
36524
36525 \end_inset
36526
36527
36528 \begin_inset Index idx
36529 status collapsed
36530
36531 \begin_layout Plain Layout
36532 Pivoter des objets
36533 \end_layout
36534
36535 \end_inset
36536
36537
36538 \end_layout
36539
36540 \begin_layout Standard
36541 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
36542  (rotated).
36543  Une telle boîte est créée avec la commande 
36544 \series bold
36545
36546 \backslash
36547 rotatebox
36548 \series default
36549  en code TeX avec la syntaxe
36550 \end_layout
36551
36552 \begin_layout Standard
36553
36554 \series bold
36555
36556 \backslash
36557 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
36558 \end_layout
36559
36560 \begin_layout Standard
36561 La position du pivot est donnée par l'origine de rotation spécifiée sous
36562  la forme 
36563 \series bold
36564 origin=position
36565 \series default
36566 .
36567  Les valeurs suivantes sont possibles pour la position: 
36568 \emph on
36569 c
36570 \emph default
36571  (centre), 
36572 \emph on
36573 l
36574 \emph default
36575  (gauche/
36576 \lang english
36577 left
36578 \lang french
36579 ), 
36580 \emph on
36581 r
36582 \emph default
36583  (droite/
36584 \lang english
36585 right
36586 \lang french
36587 ), 
36588 \emph on
36589 b
36590 \emph default
36591  (bas/
36592 \lang english
36593 bottom
36594 \lang french
36595 ), 
36596 \emph on
36597 t
36598 \emph default
36599  (haut/
36600 \lang english
36601 top
36602 \lang french
36603 ), et aussi des combinaisons des quatre positions de base.
36604  Par exemple 
36605 \emph on
36606 lt
36607 \emph default
36608  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36609  Quand on ne donne pas d'origine, la position 
36610 \emph on
36611 l
36612 \emph default
36613  est utilisée.
36614  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36615  ou négatif.
36616  Le sens positif de rotation est anti-horaire.
36617 \end_layout
36618
36619 \begin_layout Standard
36620 Dans l'exemple qui suit, la commande 
36621 \series bold
36622
36623 \backslash
36624 rotatebox[origin=c]{60}{
36625 \series default
36626  a été insérée en code TeX juste avant le texte 
36627 \begin_inset Quotes fld
36628 \end_inset
36629
36630 pivoté de 90°
36631 \begin_inset Quotes frd
36632 \end_inset
36633
36634  ; la boîte est refermée juste après le texte par une accolade fermante
36635  
36636 \begin_inset Quotes fld
36637 \end_inset
36638
36639 }
36640 \begin_inset Quotes frd
36641 \end_inset
36642
36643  en code TeX.
36644 \end_layout
36645
36646 \begin_layout Standard
36647 Voici une ligne avec du texte 
36648 \begin_inset ERT
36649 status collapsed
36650
36651 \begin_layout Plain Layout
36652
36653
36654 \backslash
36655 rotatebox[origin=c]{60}{
36656 \end_layout
36657
36658 \end_inset
36659
36660 pivoté de 60°
36661 \begin_inset ERT
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665
36666 }
36667 \end_layout
36668
36669 \end_inset
36670
36671 .
36672 \end_layout
36673
36674 \begin_layout Standard
36675 La boîte peut contenir une autre boîte ou une formule en ligne :
36676 \end_layout
36677
36678 \begin_layout Standard
36679 Voici une ligne avec du texte 
36680 \begin_inset ERT
36681 status collapsed
36682
36683 \begin_layout Plain Layout
36684
36685
36686 \backslash
36687 rotatebox[origin=r]{-60}{
36688 \end_layout
36689
36690 \end_inset
36691
36692
36693 \begin_inset Box Doublebox
36694 position "c"
36695 hor_pos "c"
36696 has_inner_box 0
36697 inner_pos "c"
36698 use_parbox 0
36699 use_makebox 0
36700 width "1in"
36701 special "width"
36702 height "1in"
36703 height_special "totalheight"
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 pivoté de -60°
36708 \end_layout
36709
36710 \end_inset
36711
36712
36713 \begin_inset ERT
36714 status collapsed
36715
36716 \begin_layout Plain Layout
36717
36718 }
36719 \end_layout
36720
36721 \end_inset
36722
36723  et encadré 
36724 \begin_inset ERT
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728
36729
36730 \backslash
36731 rotatebox[origin=lb]{60}{
36732 \end_layout
36733
36734 \end_inset
36735
36736
36737 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36738 \end_inset
36739
36740
36741 \begin_inset ERT
36742 status collapsed
36743
36744 \begin_layout Plain Layout
36745
36746 }
36747 \end_layout
36748
36749 \end_inset
36750
36751  et une formule.
36752 \end_layout
36753
36754 \begin_layout Standard
36755 ou encore une figure ou un tableau :
36756 \end_layout
36757
36758 \begin_layout Standard
36759 Voici une ligne
36760 \begin_inset ERT
36761 status collapsed
36762
36763 \begin_layout Plain Layout
36764
36765
36766 \backslash
36767 rotatebox[origin=lb]{90}{
36768 \end_layout
36769
36770 \end_inset
36771
36772
36773 \begin_inset Graphics
36774         filename ../clipart/platypus.eps
36775         lyxscale 50
36776         width 25col%
36777
36778 \end_inset
36779
36780
36781 \begin_inset ERT
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785
36786 }
36787 \end_layout
36788
36789 \end_inset
36790
36791  avec une image pivotée de 90° 
36792 \begin_inset ERT
36793 status collapsed
36794
36795 \begin_layout Plain Layout
36796
36797
36798 \backslash
36799 rotatebox[origin=l]{-90}{
36800 \end_layout
36801
36802 \end_inset
36803
36804
36805 \begin_inset Tabular
36806 <lyxtabular version="3" rows="2" columns="2">
36807 <features rotate="0" tabularvalignment="middle">
36808 <column alignment="center" valignment="top">
36809 <column alignment="center" valignment="top">
36810 <row>
36811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36812 \begin_inset Text
36813
36814 \begin_layout Plain Layout
36815 q
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824 w
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 </row>
36830 <row>
36831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835 e
36836 \end_layout
36837
36838 \end_inset
36839 </cell>
36840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844 r
36845 \end_layout
36846
36847 \end_inset
36848 </cell>
36849 </row>
36850 </lyxtabular>
36851
36852 \end_inset
36853
36854
36855 \begin_inset ERT
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859
36860 }
36861 \end_layout
36862
36863 \end_inset
36864
36865  et un tableau.
36866 \begin_inset Index idx
36867 status collapsed
36868
36869 \begin_layout Plain Layout
36870 Figures ! Pivotées
36871 \end_layout
36872
36873 \end_inset
36874
36875
36876 \begin_inset Index idx
36877 status collapsed
36878
36879 \begin_layout Plain Layout
36880 Tableau ! Pivoter
36881 \end_layout
36882
36883 \end_inset
36884
36885
36886 \end_layout
36887
36888 \begin_layout Subsection
36889 Les boîtes redimensionnées
36890 \begin_inset Index idx
36891 status collapsed
36892
36893 \begin_layout Plain Layout
36894 Boîtes ! Redimensionnées
36895 \end_layout
36896
36897 \end_inset
36898
36899
36900 \begin_inset Index idx
36901 status collapsed
36902
36903 \begin_layout Plain Layout
36904 Redimensionner des objets
36905 \end_layout
36906
36907 \end_inset
36908
36909
36910 \end_layout
36911
36912 \begin_layout Standard
36913 Pour redimensionner des objets on peut utiliser les commandes 
36914 \series bold
36915
36916 \backslash
36917 scalebox
36918 \series default
36919  et 
36920 \series bold
36921
36922 \backslash
36923 resizebox
36924 \series default
36925  insérées sous forme de code TeX.
36926 \end_layout
36927
36928 \begin_layout Standard
36929
36930 \series bold
36931
36932 \backslash
36933 scalebox
36934 \series default
36935  est utilisée avec la syntaxe suivante :
36936 \end_layout
36937
36938 \begin_layout Standard
36939
36940 \series bold
36941
36942 \backslash
36943 scalebox{horizontal}[vertical]{contenu de la boîte}
36944 \end_layout
36945
36946 \begin_layout Standard
36947 Horizontal et vertical sont les facteurs d'échelle correspondants.
36948  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36949  utilisé comme facteur vertical.
36950 \end_layout
36951
36952 \begin_layout Standard
36953 Par exemple, la commande 
36954 \series bold
36955
36956 \backslash
36957 scalebox{2}{Bonjour}
36958 \series default
36959  crée un 
36960 \begin_inset ERT
36961 status collapsed
36962
36963 \begin_layout Plain Layout
36964
36965
36966 \backslash
36967 scalebox{2}{
36968 \end_layout
36969
36970 \end_inset
36971
36972 Bonjour
36973 \begin_inset ERT
36974 status collapsed
36975
36976 \begin_layout Plain Layout
36977
36978 }
36979 \end_layout
36980
36981 \end_inset
36982
36983  de taille double par rapport à la taille du texte du document.
36984 \end_layout
36985
36986 \begin_layout Standard
36987
36988 \series bold
36989
36990 \backslash
36991 scalebox{2}[1]{Hello}
36992 \series default
36993  au contraire va déformer le 
36994 \begin_inset ERT
36995 status collapsed
36996
36997 \begin_layout Plain Layout
36998
36999
37000 \backslash
37001 scalebox{2}[1]{
37002 \end_layout
37003
37004 \end_inset
37005
37006 Bonjour
37007 \begin_inset ERT
37008 status collapsed
37009
37010 \begin_layout Plain Layout
37011
37012 }
37013 \end_layout
37014
37015 \end_inset
37016
37017 .
37018 \end_layout
37019
37020 \begin_layout Standard
37021 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
37022  La commande 
37023 \series bold
37024
37025 \backslash
37026 scalebox{-1}[1]{Hello}
37027 \series default
37028  peut donc être utilisée pour créer du texte en miroir : 
37029 \begin_inset ERT
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033
37034
37035 \backslash
37036 scalebox{-1}[1]{
37037 \end_layout
37038
37039 \end_inset
37040
37041 Bonjour
37042 \begin_inset ERT
37043 status collapsed
37044
37045 \begin_layout Plain Layout
37046
37047 }
37048 \end_layout
37049
37050 \end_inset
37051
37052
37053 \end_layout
37054
37055 \begin_layout Standard
37056
37057 \series bold
37058
37059 \backslash
37060 scalebox{1}[-1]{Bonjour}
37061 \series default
37062  effectue une réflexion du 
37063 \begin_inset ERT
37064 status collapsed
37065
37066 \begin_layout Plain Layout
37067
37068
37069 \backslash
37070 scalebox{1}[-1]{
37071 \end_layout
37072
37073 \end_inset
37074
37075 Bonjour
37076 \begin_inset ERT
37077 status collapsed
37078
37079 \begin_layout Plain Layout
37080
37081 }
37082 \end_layout
37083
37084 \end_inset
37085
37086  par rapport à la ligne de base.
37087 \end_layout
37088
37089 \begin_layout Standard
37090 La commande 
37091 \series bold
37092
37093 \backslash
37094 reflectbox{contenu de la boîte} 
37095 \series default
37096 existe aussi et est équivalente à
37097 \series bold
37098  
37099 \backslash
37100 scalebox{-1}[1]{contenu de la boîte}.
37101
37102 \series default
37103  
37104 \begin_inset Newline newline
37105 \end_inset
37106
37107
37108 \end_layout
37109
37110 \begin_layout Standard
37111 \begin_inset VSpace bigskip
37112 \end_inset
37113
37114 La commande 
37115 \series bold
37116
37117 \backslash
37118 resizebox
37119 \series default
37120  est utilisée pour redimensionner une boîte à une largeur et une hauteur
37121  données.
37122  La syntaxe de la commande est :
37123 \end_layout
37124
37125 \begin_layout Standard
37126
37127 \series bold
37128
37129 \backslash
37130 resizebox{largeur}{hauteur}{contenu de la boîte}
37131 \end_layout
37132
37133 \begin_layout Standard
37134 Si un des deux paramètres est remplacé par un point d'exclamation 
37135 \series bold
37136 !
37137 \series default
37138 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 La commande 
37143 \series bold
37144
37145 \backslash
37146 resizebox{2cm}{1cm}{Bonjour}
37147 \series default
37148  produit : 
37149 \begin_inset ERT
37150 status collapsed
37151
37152 \begin_layout Plain Layout
37153
37154
37155 \backslash
37156 resizebox{2cm}{1cm}{
37157 \end_layout
37158
37159 \end_inset
37160
37161 Bonjour
37162 \begin_inset ERT
37163 status collapsed
37164
37165 \begin_layout Plain Layout
37166
37167 }
37168 \end_layout
37169
37170 \end_inset
37171
37172
37173 \begin_inset Newline newline
37174 \end_inset
37175
37176 La commande 
37177 \series bold
37178
37179 \backslash
37180 resizebox{2cm}{!}{Bonjour}
37181 \series default
37182  produit : 
37183 \begin_inset ERT
37184 status collapsed
37185
37186 \begin_layout Plain Layout
37187
37188
37189 \backslash
37190 resizebox{2cm}{!}{
37191 \end_layout
37192
37193 \end_inset
37194
37195 Bonjour
37196 \begin_inset ERT
37197 status collapsed
37198
37199 \begin_layout Plain Layout
37200
37201 }
37202 \end_layout
37203
37204 \end_inset
37205
37206
37207 \end_layout
37208
37209 \begin_layout Standard
37210 \begin_inset VSpace bigskip
37211 \end_inset
37212
37213
37214 \end_layout
37215
37216 \begin_layout Standard
37217 \begin_inset Note Greyedout
37218 status open
37219
37220 \begin_layout Plain Layout
37221
37222 \series bold
37223 Note:
37224 \series default
37225  Quand les paramètres des commandes 
37226 \series bold
37227
37228 \backslash
37229 scalebox
37230 \series default
37231  ou 
37232 \series bold
37233
37234 \backslash
37235 resizebox
37236 \series default
37237  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
37238  document, mais le document exporté peut ne pas s'afficher ou s'afficher
37239  partiellement.
37240 \end_layout
37241
37242 \end_inset
37243
37244
37245 \end_layout
37246
37247 \begin_layout Standard
37248 \begin_inset VSpace bigskip
37249 \end_inset
37250
37251
37252 \end_layout
37253
37254 \begin_layout Standard
37255 Les boîtes peuvent être combinée dans n'importe quel ordre.
37256  Par exemple, la commande 
37257 \begin_inset Newline newline
37258 \end_inset
37259
37260
37261 \series bold
37262
37263 \backslash
37264 rotatebox[origin=c]{-45}{
37265 \backslash
37266 resizebox{2cm}{!}{
37267 \backslash
37268 reflectbox{Bonjour}}}
37269 \begin_inset Newline newline
37270 \end_inset
37271
37272
37273 \series default
37274 produit :
37275 \end_layout
37276
37277 \begin_layout Standard
37278 \align center
37279 \begin_inset ERT
37280 status collapsed
37281
37282 \begin_layout Plain Layout
37283
37284
37285 \backslash
37286 rotatebox[origin=c]{-45}{
37287 \backslash
37288 resizebox{2cm}{!}{
37289 \backslash
37290 reflectbox{
37291 \end_layout
37292
37293 \end_inset
37294
37295 Bonjour
37296 \begin_inset ERT
37297 status collapsed
37298
37299 \begin_layout Plain Layout
37300
37301 }}}
37302 \end_layout
37303
37304 \end_inset
37305
37306
37307 \end_layout
37308
37309 \begin_layout Standard
37310 \noindent
37311 Les images, les tableaux et les formules sont autorisées comme contenu de
37312  boîte :
37313 \end_layout
37314
37315 \begin_layout Standard
37316 \align center
37317 \begin_inset ERT
37318 status collapsed
37319
37320 \begin_layout Plain Layout
37321
37322
37323 \backslash
37324 rotatebox[origin=c]{-30}{
37325 \backslash
37326 resizebox{2cm}{!}{
37327 \backslash
37328 reflectbox{
37329 \end_layout
37330
37331 \end_inset
37332
37333
37334 \begin_inset Graphics
37335         filename ../clipart/platypus.eps
37336         lyxscale 50
37337         width 25col%
37338
37339 \end_inset
37340
37341
37342 \begin_inset ERT
37343 status collapsed
37344
37345 \begin_layout Plain Layout
37346
37347 }}}
37348 \end_layout
37349
37350 \end_inset
37351
37352
37353 \begin_inset ERT
37354 status collapsed
37355
37356 \begin_layout Plain Layout
37357
37358
37359 \backslash
37360 rotatebox[origin=c]{-45}{
37361 \backslash
37362 resizebox{2cm}{!}{
37363 \backslash
37364 reflectbox{
37365 \end_layout
37366
37367 \end_inset
37368
37369
37370 \begin_inset Tabular
37371 <lyxtabular version="3" rows="2" columns="2">
37372 <features rotate="0" tabularvalignment="middle">
37373 <column alignment="center" valignment="top">
37374 <column alignment="center" valignment="top">
37375 <row>
37376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380 q
37381 \end_layout
37382
37383 \end_inset
37384 </cell>
37385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37386 \begin_inset Text
37387
37388 \begin_layout Plain Layout
37389 w
37390 \end_layout
37391
37392 \end_inset
37393 </cell>
37394 </row>
37395 <row>
37396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37397 \begin_inset Text
37398
37399 \begin_layout Plain Layout
37400 e
37401 \end_layout
37402
37403 \end_inset
37404 </cell>
37405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37406 \begin_inset Text
37407
37408 \begin_layout Plain Layout
37409 r
37410 \end_layout
37411
37412 \end_inset
37413 </cell>
37414 </row>
37415 </lyxtabular>
37416
37417 \end_inset
37418
37419
37420 \begin_inset ERT
37421 status collapsed
37422
37423 \begin_layout Plain Layout
37424
37425 }}}
37426 \end_layout
37427
37428 \end_inset
37429
37430
37431 \begin_inset ERT
37432 status collapsed
37433
37434 \begin_layout Plain Layout
37435
37436
37437 \backslash
37438 rotatebox[origin=c]{-45}{
37439 \backslash
37440 resizebox{2cm}{!}{
37441 \backslash
37442 reflectbox{
37443 \end_layout
37444
37445 \end_inset
37446
37447
37448 \begin_inset Formula $\int A\,\mathrm{d}x=B$
37449 \end_inset
37450
37451
37452 \begin_inset ERT
37453 status collapsed
37454
37455 \begin_layout Plain Layout
37456
37457 }}}
37458 \end_layout
37459
37460 \end_inset
37461
37462
37463 \begin_inset Index idx
37464 status collapsed
37465
37466 \begin_layout Plain Layout
37467 Figures ! Redimensionnées
37468 \end_layout
37469
37470 \end_inset
37471
37472
37473 \begin_inset Index idx
37474 status collapsed
37475
37476 \begin_layout Plain Layout
37477 Tableau ! Redimensionner
37478 \end_layout
37479
37480 \end_inset
37481
37482
37483 \end_layout
37484
37485 \begin_layout Standard
37486 Quand on utilise le style global de formule 
37487 \series bold
37488 fleqn
37489 \series default
37490  dans le document
37491 \begin_inset Foot
37492 status collapsed
37493
37494 \begin_layout Plain Layout
37495 Quand 
37496 \begin_inset Quotes fld
37497 \end_inset
37498
37499 fleqn
37500 \begin_inset Quotes frd
37501 \end_inset
37502
37503  est ajouté aux options de la classe de document.
37504 \end_layout
37505
37506 \end_inset
37507
37508 , les formules hors texte peuvent aussi être redimensionnées.
37509 \end_layout
37510
37511 \begin_layout Chapter
37512 Objets entourés par du texte
37513 \begin_inset Index idx
37514 status collapsed
37515
37516 \begin_layout Plain Layout
37517 Entourés par du texte
37518 \end_layout
37519
37520 \end_inset
37521
37522
37523 \end_layout
37524
37525 \begin_layout Section
37526 Flottant d'enrobage
37527 \begin_inset CommandInset label
37528 LatexCommand label
37529 name "sec:Flottant-d'enrobage"
37530
37531 \end_inset
37532
37533
37534 \begin_inset Index idx
37535 status collapsed
37536
37537 \begin_layout Plain Layout
37538 Flottants ! Flottants d'enrobage
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \begin_inset Index idx
37545 status collapsed
37546
37547 \begin_layout Plain Layout
37548 Entourés par du texte ! Flottants d'enrobage
37549 \end_layout
37550
37551 \end_inset
37552
37553
37554 \end_layout
37555
37556 \begin_layout Standard
37557 \begin_inset Wrap figure
37558 lines 0
37559 placement l
37560 overhang 1cm
37561 width "40col%"
37562 status open
37563
37564 \begin_layout Plain Layout
37565 \begin_inset Graphics
37566         filename ../clipart/mobius.eps
37567         width 40col%
37568         scaleBeforeRotation
37569         rotateOrigin center
37570
37571 \end_inset
37572
37573
37574 \end_layout
37575
37576 \begin_layout Plain Layout
37577 \begin_inset Caption Standard
37578
37579 \begin_layout Plain Layout
37580 \begin_inset CommandInset label
37581 LatexCommand label
37582 name "fig:Figure-enrobée"
37583
37584 \end_inset
37585
37586 Ceci est une figure habillée.
37587 \end_layout
37588
37589 \end_inset
37590
37591
37592 \end_layout
37593
37594 \end_inset
37595
37596  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37597  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37598  Vous pouvez en insérer un en utilisant le menu 
37599 \family sans
37600 Insertion\SpecialChar \menuseparator
37601 Flottant\SpecialChar \menuseparator
37602 Flottant
37603 \begin_inset space ~
37604 \end_inset
37605
37606 d'enrobage
37607 \family default
37608  à la condition que le paquetage LaTeX 
37609 \series bold
37610 wrapfig
37611 \series default
37612
37613 \begin_inset Index idx
37614 status collapsed
37615
37616 \begin_layout Plain Layout
37617 Paquetages LaTeX ! wrapfig
37618 \end_layout
37619
37620 \end_inset
37621
37622  soit installé.
37623 \begin_inset Foot
37624 status collapsed
37625
37626 \begin_layout Plain Layout
37627 Voyez dans la manuel 
37628 \emph on
37629 Configuration
37630 \begin_inset space ~
37631 \end_inset
37632
37633 LaTeX 
37634 \emph default
37635 comment installer des paquetages LaTeX.
37636 \end_layout
37637
37638 \end_inset
37639
37640  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37641  sur la boîte du flottant.
37642  Les paramètres obligatoires sont l'
37643 \family sans
37644 Emplacement
37645 \family default
37646  et la 
37647 \family sans
37648 Largeur
37649 \family default
37650 .
37651  Les paramètres facultatifs sont le 
37652 \family sans
37653 Débordement
37654 \family default
37655  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37656  de la page et la 
37657 \family sans
37658 Porté de la ligne
37659 \family default
37660  qui précise le nombre approximatif de lignes dont le flottant va avoir
37661  besoin.
37662  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37663  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37664  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
37665  à l'intérieur du paragraphe ou vers les autres paragraphes.
37666  La figure
37667 \begin_inset space ~
37668 \end_inset
37669
37670
37671 \begin_inset CommandInset ref
37672 LatexCommand ref
37673 reference "fig:Figure-enrobée"
37674
37675 \end_inset
37676
37677  est un exemple de flottant d'enrobage avec une largeur de 40
37678 \begin_inset space \thinspace{}
37679 \end_inset
37680
37681 col%, un débordement de 1
37682 \begin_inset space \thinspace{}
37683 \end_inset
37684
37685 cm et placé à gauche.
37686 \end_layout
37687
37688 \begin_layout Standard
37689 \begin_inset Note Greyedout
37690 status open
37691
37692 \begin_layout Plain Layout
37693
37694 \series bold
37695 Note:
37696 \series default
37697  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37698  figure trop près du bas de page peut tout chambouler et faire que le flottant
37699  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37700  de texte.
37701 \end_layout
37702
37703 \end_inset
37704
37705
37706 \end_layout
37707
37708 \begin_layout Standard
37709 En général:
37710 \end_layout
37711
37712 \begin_layout Itemize
37713 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37714  qui risquent de passer à la page suivante.
37715  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37716  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37717  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37718  de page.
37719 \end_layout
37720
37721 \begin_layout Itemize
37722 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37723  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37724 e.
37725 \end_layout
37726
37727 \begin_layout Itemize
37728 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37729  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37730  texte entre les deux, comme séparateur.
37731 \end_layout
37732
37733 \begin_layout Itemize
37734 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37735  ou les tableaux.
37736 \end_layout
37737
37738 \begin_layout Itemize
37739 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37740  chapitre
37741 \begin_inset space ~
37742 \end_inset
37743
37744
37745 \begin_inset CommandInset ref
37746 LatexCommand ref
37747 reference "chap:Flottants"
37748
37749 \end_inset
37750
37751 .
37752 \end_layout
37753
37754 \begin_layout Section
37755 Objets fixes entourés par du texte
37756 \begin_inset Index idx
37757 status collapsed
37758
37759 \begin_layout Plain Layout
37760 Entouré par du texte ! Objets fixes
37761 \end_layout
37762
37763 \end_inset
37764
37765
37766 \end_layout
37767
37768 \begin_layout Standard
37769 Les flottants d'enrobage décrits dans la section
37770 \begin_inset space \thinspace{}
37771 \end_inset
37772
37773
37774 \begin_inset CommandInset ref
37775 LatexCommand ref
37776 reference "sec:Flottant-d'enrobage"
37777
37778 \end_inset
37779
37780  prennent les positions suivantes dans le paragraphe :
37781 \end_layout
37782
37783 \begin_layout Standard
37784 \noindent
37785 \align center
37786 \begin_inset Tabular
37787 <lyxtabular version="3" rows="2" columns="2">
37788 <features rotate="0" tabularvalignment="middle">
37789 <column alignment="center" valignment="top">
37790 <column alignment="center" valignment="top">
37791 <row>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 \begin_inset Graphics
37797         filename ../../images/dialog-show-new-inset_graphics.png
37798         scale 70
37799         scaleBeforeRotation
37800
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \end_inset
37807 </cell>
37808 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812 texte
37813 \end_layout
37814
37815 \end_inset
37816 </cell>
37817 </row>
37818 <row>
37819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823 texte
37824 \end_layout
37825
37826 \end_inset
37827 </cell>
37828 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37829 \begin_inset Text
37830
37831 \begin_layout Plain Layout
37832 texte
37833 \end_layout
37834
37835 \end_inset
37836 </cell>
37837 </row>
37838 </lyxtabular>
37839
37840 \end_inset
37841
37842  ou 
37843 \begin_inset Tabular
37844 <lyxtabular version="3" rows="2" columns="2">
37845 <features rotate="0" tabularvalignment="middle">
37846 <column alignment="center" valignment="top">
37847 <column alignment="center" valignment="top">
37848 <row>
37849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853 texte
37854 \end_layout
37855
37856 \end_inset
37857 </cell>
37858 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37859 \begin_inset Text
37860
37861 \begin_layout Plain Layout
37862 \begin_inset Graphics
37863         filename ../../images/dialog-show-new-inset_graphics.png
37864         scale 70
37865         scaleBeforeRotation
37866
37867 \end_inset
37868
37869
37870 \end_layout
37871
37872 \end_inset
37873 </cell>
37874 </row>
37875 <row>
37876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37877 \begin_inset Text
37878
37879 \begin_layout Plain Layout
37880 texte
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889 texte
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 </row>
37895 </lyxtabular>
37896
37897 \end_inset
37898
37899
37900 \end_layout
37901
37902 \begin_layout Standard
37903 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37904  par exemple pour avoir une de ces positions :
37905 \begin_inset VSpace defskip
37906 \end_inset
37907
37908
37909 \end_layout
37910
37911 \begin_layout Standard
37912 \noindent
37913 \align center
37914 \begin_inset Tabular
37915 <lyxtabular version="3" rows="2" columns="2">
37916 <features rotate="0" tabularvalignment="middle">
37917 <column alignment="center" valignment="top">
37918 <column alignment="center" valignment="top">
37919 <row>
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37921 \begin_inset Text
37922
37923 \begin_layout Plain Layout
37924 texte
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37930 \begin_inset Text
37931
37932 \begin_layout Plain Layout
37933 texte
37934 \end_layout
37935
37936 \end_inset
37937 </cell>
37938 </row>
37939 <row>
37940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37941 \begin_inset Text
37942
37943 \begin_layout Plain Layout
37944 \begin_inset Graphics
37945         filename ../../images/dialog-show-new-inset_graphics.png
37946         scale 70
37947         scaleBeforeRotation
37948
37949 \end_inset
37950
37951
37952 \end_layout
37953
37954 \end_inset
37955 </cell>
37956 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37957 \begin_inset Text
37958
37959 \begin_layout Plain Layout
37960 texte
37961 \end_layout
37962
37963 \end_inset
37964 </cell>
37965 </row>
37966 </lyxtabular>
37967
37968 \end_inset
37969
37970  
37971 \begin_inset Tabular
37972 <lyxtabular version="3" rows="2" columns="2">
37973 <features rotate="0" tabularvalignment="middle">
37974 <column alignment="center" valignment="top">
37975 <column alignment="center" valignment="top">
37976 <row>
37977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981 texte
37982 \end_layout
37983
37984 \end_inset
37985 </cell>
37986 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990 texte
37991 \end_layout
37992
37993 \end_inset
37994 </cell>
37995 </row>
37996 <row>
37997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001 texte
38002 \end_layout
38003
38004 \end_inset
38005 </cell>
38006 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38007 \begin_inset Text
38008
38009 \begin_layout Plain Layout
38010 \begin_inset Graphics
38011         filename ../../images/dialog-show-new-inset_graphics.png
38012         scale 70
38013         scaleBeforeRotation
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \end_inset
38021 </cell>
38022 </row>
38023 </lyxtabular>
38024
38025 \end_inset
38026
38027  
38028 \begin_inset Tabular
38029 <lyxtabular version="3" rows="2" columns="3">
38030 <features rotate="0" tabularvalignment="middle">
38031 <column alignment="center" valignment="top">
38032 <column alignment="center" valignment="top">
38033 <column alignment="center" valignment="top">
38034 <row>
38035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38036 \begin_inset Text
38037
38038 \begin_layout Plain Layout
38039 texte
38040 \end_layout
38041
38042 \end_inset
38043 </cell>
38044 <cell alignment="center" valignment="top" topline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048 \begin_inset Graphics
38049         filename ../../images/dialog-show-new-inset_graphics.png
38050         scale 70
38051         scaleBeforeRotation
38052
38053 \end_inset
38054
38055
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064 texte
38065 \end_layout
38066
38067 \end_inset
38068 </cell>
38069 </row>
38070 <row>
38071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38072 \begin_inset Text
38073
38074 \begin_layout Plain Layout
38075 texte
38076 \end_layout
38077
38078 \end_inset
38079 </cell>
38080 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38081 \begin_inset Text
38082
38083 \begin_layout Plain Layout
38084 texte
38085 \end_layout
38086
38087 \end_inset
38088 </cell>
38089 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38090 \begin_inset Text
38091
38092 \begin_layout Plain Layout
38093 texte
38094 \end_layout
38095
38096 \end_inset
38097 </cell>
38098 </row>
38099 </lyxtabular>
38100
38101 \end_inset
38102
38103  
38104 \begin_inset Tabular
38105 <lyxtabular version="3" rows="2" columns="3">
38106 <features rotate="0" tabularvalignment="middle">
38107 <column alignment="center" valignment="top">
38108 <column alignment="center" valignment="top">
38109 <column alignment="center" valignment="top">
38110 <row>
38111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115 texte
38116 \end_layout
38117
38118 \end_inset
38119 </cell>
38120 <cell alignment="center" valignment="top" topline="true" usebox="none">
38121 \begin_inset Text
38122
38123 \begin_layout Plain Layout
38124 texte
38125 \end_layout
38126
38127 \end_inset
38128 </cell>
38129 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38130 \begin_inset Text
38131
38132 \begin_layout Plain Layout
38133 texte
38134 \end_layout
38135
38136 \end_inset
38137 </cell>
38138 </row>
38139 <row>
38140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38141 \begin_inset Text
38142
38143 \begin_layout Plain Layout
38144 texte
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153 \begin_inset Graphics
38154         filename ../../images/dialog-show-new-inset_graphics.png
38155         scale 70
38156         scaleBeforeRotation
38157
38158 \end_inset
38159
38160
38161 \end_layout
38162
38163 \end_inset
38164 </cell>
38165 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38166 \begin_inset Text
38167
38168 \begin_layout Plain Layout
38169 texte
38170 \end_layout
38171
38172 \end_inset
38173 </cell>
38174 </row>
38175 </lyxtabular>
38176
38177 \end_inset
38178
38179
38180 \end_layout
38181
38182 \begin_layout Standard
38183 \noindent
38184 \align center
38185 \begin_inset Tabular
38186 <lyxtabular version="3" rows="3" columns="2">
38187 <features rotate="0" tabularvalignment="middle">
38188 <column alignment="center" valignment="top">
38189 <column alignment="center" valignment="top">
38190 <row>
38191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38192 \begin_inset Text
38193
38194 \begin_layout Plain Layout
38195 texte
38196 \end_layout
38197
38198 \end_inset
38199 </cell>
38200 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38201 \begin_inset Text
38202
38203 \begin_layout Plain Layout
38204 texte
38205 \end_layout
38206
38207 \end_inset
38208 </cell>
38209 </row>
38210 <row>
38211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38212 \begin_inset Text
38213
38214 \begin_layout Plain Layout
38215 \begin_inset Graphics
38216         filename ../../images/dialog-show-new-inset_graphics.png
38217         scale 70
38218         scaleBeforeRotation
38219
38220 \end_inset
38221
38222
38223 \end_layout
38224
38225 \end_inset
38226 </cell>
38227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38228 \begin_inset Text
38229
38230 \begin_layout Plain Layout
38231 texte
38232 \end_layout
38233
38234 \end_inset
38235 </cell>
38236 </row>
38237 <row>
38238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38239 \begin_inset Text
38240
38241 \begin_layout Plain Layout
38242 texte
38243 \end_layout
38244
38245 \end_inset
38246 </cell>
38247 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38248 \begin_inset Text
38249
38250 \begin_layout Plain Layout
38251 texte
38252 \end_layout
38253
38254 \end_inset
38255 </cell>
38256 </row>
38257 </lyxtabular>
38258
38259 \end_inset
38260
38261  
38262 \begin_inset Tabular
38263 <lyxtabular version="3" rows="3" columns="3">
38264 <features rotate="0" tabularvalignment="middle">
38265 <column alignment="center" valignment="top">
38266 <column alignment="center" valignment="top">
38267 <column alignment="center" valignment="top">
38268 <row>
38269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38270 \begin_inset Text
38271
38272 \begin_layout Plain Layout
38273 texte
38274 \end_layout
38275
38276 \end_inset
38277 </cell>
38278 <cell alignment="center" valignment="top" topline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282 texte
38283 \end_layout
38284
38285 \end_inset
38286 </cell>
38287 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38288 \begin_inset Text
38289
38290 \begin_layout Plain Layout
38291 texte
38292 \end_layout
38293
38294 \end_inset
38295 </cell>
38296 </row>
38297 <row>
38298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38299 \begin_inset Text
38300
38301 \begin_layout Plain Layout
38302 texte
38303 \end_layout
38304
38305 \end_inset
38306 </cell>
38307 <cell alignment="center" valignment="top" usebox="none">
38308 \begin_inset Text
38309
38310 \begin_layout Plain Layout
38311 \begin_inset Graphics
38312         filename ../../images/dialog-show-new-inset_graphics.png
38313         scale 70
38314         scaleBeforeRotation
38315
38316 \end_inset
38317
38318
38319 \end_layout
38320
38321 \end_inset
38322 </cell>
38323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38324 \begin_inset Text
38325
38326 \begin_layout Plain Layout
38327 texte
38328 \end_layout
38329
38330 \end_inset
38331 </cell>
38332 </row>
38333 <row>
38334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38335 \begin_inset Text
38336
38337 \begin_layout Plain Layout
38338 texte
38339 \end_layout
38340
38341 \end_inset
38342 </cell>
38343 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
38344 \begin_inset Text
38345
38346 \begin_layout Plain Layout
38347 texte
38348 \end_layout
38349
38350 \end_inset
38351 </cell>
38352 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38353 \begin_inset Text
38354
38355 \begin_layout Plain Layout
38356 texte
38357 \end_layout
38358
38359 \end_inset
38360 </cell>
38361 </row>
38362 </lyxtabular>
38363
38364 \end_inset
38365
38366  
38367 \begin_inset Tabular
38368 <lyxtabular version="3" rows="3" columns="2">
38369 <features rotate="0" tabularvalignment="middle">
38370 <column alignment="center" valignment="top">
38371 <column alignment="center" valignment="top">
38372 <row>
38373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38374 \begin_inset Text
38375
38376 \begin_layout Plain Layout
38377 texte
38378 \end_layout
38379
38380 \end_inset
38381 </cell>
38382 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
38383 \begin_inset Text
38384
38385 \begin_layout Plain Layout
38386 texte
38387 \end_layout
38388
38389 \end_inset
38390 </cell>
38391 </row>
38392 <row>
38393 <cell alignment="center" valignment="top" leftline="true" usebox="none">
38394 \begin_inset Text
38395
38396 \begin_layout Plain Layout
38397 texte
38398 \end_layout
38399
38400 \end_inset
38401 </cell>
38402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
38403 \begin_inset Text
38404
38405 \begin_layout Plain Layout
38406 \begin_inset Graphics
38407         filename ../../images/dialog-show-new-inset_graphics.png
38408         scale 70
38409         scaleBeforeRotation
38410
38411 \end_inset
38412
38413
38414 \end_layout
38415
38416 \end_inset
38417 </cell>
38418 </row>
38419 <row>
38420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
38421 \begin_inset Text
38422
38423 \begin_layout Plain Layout
38424 texte
38425 \end_layout
38426
38427 \end_inset
38428 </cell>
38429 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
38430 \begin_inset Text
38431
38432 \begin_layout Plain Layout
38433 texte
38434 \end_layout
38435
38436 \end_inset
38437 </cell>
38438 </row>
38439 </lyxtabular>
38440
38441 \end_inset
38442
38443
38444 \end_layout
38445
38446 \begin_layout Standard
38447 vous pouvez utiliser la paquetage LaTeX 
38448 \end_layout
38449
38450 \begin_layout Standard
38451 \noindent
38452
38453 \series bold
38454 picinpar
38455 \series default
38456
38457 \begin_inset Index idx
38458 status collapsed
38459
38460 \begin_layout Plain Layout
38461 Paquetages LaTeX ! picinpar
38462 \end_layout
38463
38464 \end_inset
38465
38466 .
38467  Voici un exemple :
38468 \end_layout
38469
38470 \begin_layout Standard
38471 \begin_inset ERT
38472 status collapsed
38473
38474 \begin_layout Plain Layout
38475
38476
38477 \backslash
38478 ifpicinpar
38479 \end_layout
38480
38481 \end_inset
38482
38483
38484 \begin_inset Note Note
38485 status open
38486
38487 \begin_layout Plain Layout
38488 La section suivante ne sera affichée que si le paquetage LaTeX 
38489 \series bold
38490 picinpar
38491 \series default
38492  a été installé.
38493 \end_layout
38494
38495 \end_inset
38496
38497
38498 \end_layout
38499
38500 \begin_layout Standard
38501 \begin_inset ERT
38502 status collapsed
38503
38504 \begin_layout Plain Layout
38505
38506
38507 \backslash
38508 begin{window}[2,c,{
38509 \end_layout
38510
38511 \end_inset
38512
38513
38514 \begin_inset Graphics
38515         filename ../clipart/mobius.eps
38516         lyxscale 60
38517         width 40col%
38518         scaleBeforeRotation
38519         rotateOrigin center
38520
38521 \end_inset
38522
38523
38524 \begin_inset ERT
38525 status collapsed
38526
38527 \begin_layout Plain Layout
38528
38529 },]
38530 \end_layout
38531
38532 \begin_layout Plain Layout
38533
38534 {}
38535 \end_layout
38536
38537 \end_inset
38538
38539
38540 \size small
38541 \lang english
38542 It was in the spring of the year 1894 that all London was interested, and
38543  the fashionable world dismayed, by the murder of the Honourable Ronald
38544  Adair under most unusual and inexplicable circumstances.
38545  The public has already learned those particulars of the crime which
38546 \size default
38547
38548 \begin_inset ERT
38549 status collapsed
38550
38551 \begin_layout Plain Layout
38552
38553
38554 \backslash
38555 footnotemark{}
38556 \end_layout
38557
38558 \end_inset
38559
38560
38561 \size small
38562  came out in the police investigation, but a good deal was suppressed upon
38563  that occasion, since the case for the prosecution was so overwhelmingly
38564  strong that it was not necessary to bring forward all the facts.
38565  Only now, at the end of nearly ten years, am I allowed to supply those
38566  missing links which make up the whole of that remarkable chain
38567 \lang french
38568 .
38569 \size default
38570
38571 \begin_inset ERT
38572 status collapsed
38573
38574 \begin_layout Plain Layout
38575
38576
38577 \backslash
38578 end{window}
38579 \end_layout
38580
38581 \end_inset
38582
38583
38584 \end_layout
38585
38586 \begin_layout Standard
38587 \begin_inset ERT
38588 status collapsed
38589
38590 \begin_layout Plain Layout
38591
38592
38593 \backslash
38594 footnotetext{
38595 \end_layout
38596
38597 \end_inset
38598
38599 Note de pied de page du paragraphe avec objet fixe.
38600 \begin_inset ERT
38601 status collapsed
38602
38603 \begin_layout Plain Layout
38604
38605 }
38606 \end_layout
38607
38608 \end_inset
38609
38610
38611 \end_layout
38612
38613 \begin_layout Standard
38614 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38615  d'eux et leur position est déterminée par le nombre de lignes de texte
38616  situées audessus d'eux.
38617  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38618  numérotée.
38619 \end_layout
38620
38621 \begin_layout Standard
38622 Un objet fixe enrobé est inséré en ajoutant la commande
38623 \end_layout
38624
38625 \begin_layout Standard
38626
38627 \series bold
38628
38629 \backslash
38630 begin{window}[2,c,{
38631 \end_layout
38632
38633 \begin_layout Standard
38634 en code TeX au debut du paragraphe.
38635  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38636  dessus de l'objet, le second, ici 'c', la position de l'objet.
38637  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38638  ) sont possibles.
38639  Après la commande, vous insérez votre objet.
38640  Dans cet exemple, c'est une image avec une largeur de 40
38641 \begin_inset space \thinspace{}
38642 \end_inset
38643
38644 % de la colonne de texte qui a été insérée.
38645  L'objet peut aussi être un tableau, une boîte ou une équation.
38646  Après l'objet, on insère la commande
38647 \end_layout
38648
38649 \begin_layout Standard
38650
38651 \series bold
38652 },texte de description ]
38653 \begin_inset Newline newline
38654 \end_inset
38655
38656 {}
38657 \end_layout
38658
38659 \begin_layout Standard
38660 Notez que le 
38661 \begin_inset Quotes fld
38662 \end_inset
38663
38664
38665 \series bold
38666 {}
38667 \series default
38668
38669 \begin_inset Quotes frd
38670 \end_inset
38671
38672  est sur la deuxième ligne.
38673  Le texte de description est facultatif.
38674  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38675  il doit donc commence juste après le 
38676 \series bold
38677 {}
38678 \series default
38679 .
38680  A la fin du paragraphe on insère la commande :
38681 \end_layout
38682
38683 \begin_layout Standard
38684
38685 \series bold
38686
38687 \backslash
38688 end{window}
38689 \end_layout
38690
38691 \begin_layout Standard
38692 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38693  ajouter des notes de pied de page de la façon habituelle.
38694  Vous devez utiliser la commande 
38695 \series bold
38696
38697 \backslash
38698 footnotemark
38699 \series default
38700  à l'intérieur du paragraphe et la commande 
38701 \series bold
38702
38703 \backslash
38704 footnotetext
38705 \series default
38706  à l'extérieur, comme décrit dans la section
38707 \begin_inset space \thinspace{}
38708 \end_inset
38709
38710
38711 \begin_inset CommandInset ref
38712 LatexCommand ref
38713 reference "sec:Notes-bas-de-page"
38714
38715 \end_inset
38716
38717 .
38718 \end_layout
38719
38720 \begin_layout Standard
38721 \begin_inset ERT
38722 status collapsed
38723
38724 \begin_layout Plain Layout
38725
38726
38727 \backslash
38728 else
38729 \end_layout
38730
38731 \end_inset
38732
38733
38734 \begin_inset Note Note
38735 status open
38736
38737 \begin_layout Plain Layout
38738 Ce qui suit sera affiché si le paquetage LaTeX 
38739 \series bold
38740 picinpar
38741 \series default
38742  n'est pas installé :
38743 \end_layout
38744
38745 \end_inset
38746
38747
38748 \end_layout
38749
38750 \begin_layout Standard
38751 Vous devez installer le paquetage LaTeX 
38752 \series bold
38753 picinpar
38754 \series default
38755  pour voir la suite de cette section dans la sortie imprimée.
38756 \end_layout
38757
38758 \begin_layout Standard
38759 \begin_inset ERT
38760 status collapsed
38761
38762 \begin_layout Plain Layout
38763
38764
38765 \backslash
38766 fi
38767 \end_layout
38768
38769 \end_inset
38770
38771
38772 \end_layout
38773
38774 \begin_layout Section
38775 Lettrines
38776 \begin_inset Index idx
38777 status collapsed
38778
38779 \begin_layout Plain Layout
38780 Lettrines
38781 \end_layout
38782
38783 \end_inset
38784
38785
38786 \begin_inset Index idx
38787 status collapsed
38788
38789 \begin_layout Plain Layout
38790 Entouré par du texte ! Lettrines
38791 \end_layout
38792
38793 \end_inset
38794
38795
38796 \end_layout
38797
38798 \begin_layout Standard
38799 Pour utiliser des lettrines, le paquetage LaTeX 
38800 \series bold
38801 lettrine
38802 \series default
38803
38804 \begin_inset Index idx
38805 status collapsed
38806
38807 \begin_layout Plain Layout
38808 Paquetages LaTeX ! lettrine
38809 \end_layout
38810
38811 \end_inset
38812
38813  doit être installé et vous devez utiliser le module Initiales (
38814 \begin_inset space ~
38815 \end_inset
38816
38817 menu 
38818 \family sans
38819 Document\SpecialChar \menuseparator
38820 Paramètres\SpecialChar \menuseparator
38821 Modules
38822 \family default
38823
38824 \begin_inset space ~
38825 \end_inset
38826
38827 ).
38828  Pour insérer une lettrine, utilisez le style 
38829 \family sans
38830 Initial
38831 \family default
38832 .
38833  Les paramètres sont insérés avec le menu 
38834 \family sans
38835 Insertion
38836 \family default
38837 .
38838  Le paramètre obligatoire 
38839 \family sans
38840 \lang english
38841 Initial
38842 \family default
38843 \lang french
38844  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38845 \family sans
38846 \lang english
38847 Rest
38848 \begin_inset space ~
38849 \end_inset
38850
38851 of
38852 \begin_inset space ~
38853 \end_inset
38854
38855 Initial
38856 \family default
38857  
38858 \lang french
38859 contient
38860 \lang english
38861  the rest of the word or text of the initial letter(s)
38862 \lang french
38863 .
38864  Le paramètre 
38865 \family sans
38866 \lang english
38867 Options
38868 \family default
38869 \lang french
38870  contient paramètres pour modifier la lettrine.
38871  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38872  du paquetage 
38873 \series bold
38874 lettrine
38875 \series default
38876
38877 \begin_inset CommandInset citation
38878 LatexCommand cite
38879 key "lettrine"
38880
38881 \end_inset
38882
38883 .
38884  Le style lui-même contient le texte qui doit entourer la lettrine.
38885  Le style habituel est par conséquent que le mot dont la première lettre
38886  est l'initiale soit en 
38887 \shape smallcaps
38888 petites capitales
38889 \shape default
38890 .
38891 \end_layout
38892
38893 \begin_layout Standard
38894 \begin_inset Newpage pagebreak
38895 \end_inset
38896
38897
38898 \end_layout
38899
38900 \begin_layout Standard
38901 Voici quelques exemples
38902 \begin_inset space ~
38903 \end_inset
38904
38905 :
38906 \end_layout
38907
38908 \begin_layout Standard
38909 \begin_inset ERT
38910 status collapsed
38911
38912 \begin_layout Plain Layout
38913
38914
38915 \backslash
38916 iflettrine
38917 \end_layout
38918
38919 \end_inset
38920
38921
38922 \begin_inset Note Note
38923 status open
38924
38925 \begin_layout Plain Layout
38926 La section suivante ne sera affichée que si le paquetage LaTeX 
38927 \series bold
38928 lettrine
38929 \series default
38930  a été installé.
38931 \end_layout
38932
38933 \end_inset
38934
38935
38936 \end_layout
38937
38938 \begin_layout Enumerate
38939 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38940  mathématique 
38941 \begin_inset Formula $\mathfrak{Fraktur}$
38942 \end_inset
38943
38944 :
38945 \end_layout
38946
38947 \begin_deeper
38948 \begin_layout Initial
38949 \begin_inset Argument 2
38950 status open
38951
38952 \begin_layout Plain Layout
38953 \begin_inset Formula $\mathfrak{I}$
38954 \end_inset
38955
38956
38957 \end_layout
38958
38959 \end_inset
38960
38961
38962 \begin_inset Argument 3
38963 status open
38964
38965 \begin_layout Plain Layout
38966 t
38967 \end_layout
38968
38969 \end_inset
38970
38971  
38972 \lang english
38973 was in the spring of the year 1894 that all London was interested, and the
38974  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38975  under most unusual and inexplicable circumstances.
38976  The public has already learned those particulars of the crime which came
38977  out in the police investigation, but a good deal was suppressed upon that
38978  occasion, since the case for the prosecution was so overwhelmingly strong
38979  that it was not necessary to bring forward all the facts.
38980 \end_layout
38981
38982 \end_deeper
38983 \begin_layout Enumerate
38984 L'initiale est entourée par une seule ligne et est formée de deux lettres
38985  dans la police standard ; aucun texte n'est écrit en petites capitales
38986 \begin_inset space ~
38987 \end_inset
38988
38989 :
38990 \end_layout
38991
38992 \begin_deeper
38993 \begin_layout Initial
38994 \begin_inset Argument 1
38995 status open
38996
38997 \begin_layout Plain Layout
38998 lines=1
38999 \end_layout
39000
39001 \end_inset
39002
39003
39004 \begin_inset Argument 2
39005 status open
39006
39007 \begin_layout Plain Layout
39008 It
39009 \end_layout
39010
39011 \end_inset
39012
39013  
39014 \lang english
39015 was in the spring of the year 1894 that all London was interested, and the
39016  fashionable world dismayed, by the murder of the Honourable Ronald Adair
39017  under most unusual and inexplicable circumstances.
39018  The public has already learned those particulars of the crime which came
39019  out in the police investigation, but a good deal was suppressed upon that
39020  occasion, since the case for the prosecution was so overwhelmingly strong
39021  that it was not necessary to bring forward all the facts.
39022 \end_layout
39023
39024 \end_deeper
39025 \begin_layout Enumerate
39026 Initiale descendante sur 3
39027 \begin_inset space ~
39028 \end_inset
39029
39030 lignes en magenta en police mathématique
39031 \begin_inset Newline newline
39032 \end_inset
39033
39034
39035 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
39036 \end_inset
39037
39038 , le texte 
39039 \begin_inset Quotes fld
39040 \end_inset
39041
39042
39043 \lang english
39044 t was in the spring
39045 \lang french
39046
39047 \begin_inset Quotes frd
39048 \end_inset
39049
39050  est en 
39051 \shape smallcaps
39052 petites capitales
39053 \shape default
39054  ; pour colorer la lettrine, il faut insérer la commande suivante juste
39055  avant l'initiale
39056 \begin_inset space ~
39057 \end_inset
39058
39059 :
39060 \begin_inset Newline newline
39061 \end_inset
39062
39063
39064 \series bold
39065
39066 \backslash
39067 renewcommand{
39068 \backslash
39069 LettrineFontHook}{
39070 \backslash
39071 color{couleur}}
39072 \series default
39073
39074 \begin_inset Newline newline
39075 \end_inset
39076
39077 où la 
39078 \emph on
39079 couleur
39080 \emph default
39081  peut être 
39082 \begin_inset Quotes fld
39083 \end_inset
39084
39085 red
39086 \begin_inset Quotes frd
39087 \end_inset
39088
39089
39090 \begin_inset Quotes fld
39091 \end_inset
39092
39093 blue
39094 \begin_inset Quotes frd
39095 \end_inset
39096
39097
39098 \begin_inset Quotes fld
39099 \end_inset
39100
39101 green
39102 \begin_inset Quotes frd
39103 \end_inset
39104
39105
39106 \begin_inset Quotes fld
39107 \end_inset
39108
39109 yellow
39110 \begin_inset Quotes frd
39111 \end_inset
39112
39113
39114 \begin_inset Quotes fld
39115 \end_inset
39116
39117 cyan
39118 \begin_inset Quotes frd
39119 \end_inset
39120
39121
39122 \begin_inset Quotes fld
39123 \end_inset
39124
39125 magenta
39126 \begin_inset Quotes frd
39127 \end_inset
39128
39129
39130 \begin_inset Quotes fld
39131 \end_inset
39132
39133 black
39134 \begin_inset Quotes frd
39135 \end_inset
39136
39137  ou 
39138 \begin_inset Quotes fld
39139 \end_inset
39140
39141 white
39142 \begin_inset Quotes frd
39143 \end_inset
39144
39145 .
39146  On doit aussi ajouter la commande suivante au préambule du document
39147 \begin_inset space ~
39148 \end_inset
39149
39150 :
39151 \begin_inset Newline newline
39152 \end_inset
39153
39154
39155 \series bold
39156
39157 \backslash
39158 @ifundefined{textcolor}
39159 \begin_inset Newline newline
39160 \end_inset
39161
39162
39163 \begin_inset space ~
39164 \end_inset
39165
39166 {
39167 \backslash
39168 usepackage{color}}{}
39169 \end_layout
39170
39171 \begin_deeper
39172 \begin_layout Standard
39173 \begin_inset ERT
39174 status collapsed
39175
39176 \begin_layout Plain Layout
39177
39178
39179 \backslash
39180 renewcommand{
39181 \backslash
39182 LettrineFontHook}{
39183 \backslash
39184 color{magenta}}
39185 \end_layout
39186
39187 \end_inset
39188
39189
39190 \begin_inset Note Note
39191 status collapsed
39192
39193 \begin_layout Plain Layout
39194 colore la lettrine en magenta
39195 \end_layout
39196
39197 \end_inset
39198
39199
39200 \end_layout
39201
39202 \begin_layout Initial
39203 \begin_inset Argument 1
39204 status open
39205
39206 \begin_layout Plain Layout
39207 lines=3, lhang=0.33, loversize=0.25
39208 \end_layout
39209
39210 \end_inset
39211
39212
39213 \begin_inset Argument 2
39214 status open
39215
39216 \begin_layout Plain Layout
39217 \begin_inset Formula $\mathcal{I}$
39218 \end_inset
39219
39220
39221 \end_layout
39222
39223 \end_inset
39224
39225
39226 \begin_inset Argument 3
39227 status open
39228
39229 \begin_layout Plain Layout
39230
39231 \lang english
39232 t was in the spring
39233 \end_layout
39234
39235 \end_inset
39236
39237
39238 \lang english
39239  of the year 1894 that all London was interested, and the fashionable world
39240  dismayed, by the murder of the Honourable Ronald Adair under most unusual
39241  and inexplicable circumstances.
39242  The public has already learned those particulars of the crime which came
39243  out in the police investigation, but a good deal was suppressed upon that
39244  occasion, since the case for the prosecution was so overwhelmingly strong
39245  that it was not necessary to bring forward all the facts.
39246 \end_layout
39247
39248 \end_deeper
39249 \begin_layout Standard
39250 \begin_inset ERT
39251 status collapsed
39252
39253 \begin_layout Plain Layout
39254
39255
39256 \backslash
39257 else
39258 \end_layout
39259
39260 \end_inset
39261
39262
39263 \begin_inset Note Note
39264 status open
39265
39266 \begin_layout Plain Layout
39267 Ce qui suit sera affiché si le paquetage LaTeX 
39268 \series bold
39269 lettrine
39270 \series default
39271  n'est pas installé :
39272 \end_layout
39273
39274 \end_inset
39275
39276
39277 \end_layout
39278
39279 \begin_layout Standard
39280 Vous devez installer le paquetage LaTeX 
39281 \series bold
39282 lettrine
39283 \series default
39284  pour voir la suite de cette section dans la sortie imprimée.
39285 \end_layout
39286
39287 \begin_layout Standard
39288 \begin_inset ERT
39289 status collapsed
39290
39291 \begin_layout Plain Layout
39292
39293
39294 \backslash
39295 fi
39296 \end_layout
39297
39298 \end_inset
39299
39300
39301 \end_layout
39302
39303 \begin_layout Chapter
39304 Trucs externes
39305 \begin_inset Index idx
39306 status collapsed
39307
39308 \begin_layout Plain Layout
39309 Trucs externes
39310 \end_layout
39311
39312 \end_inset
39313
39314
39315 \end_layout
39316
39317 \begin_layout Standard
39318 Avec le menu 
39319 \family sans
39320 Insertion\SpecialChar \menuseparator
39321 Fichier
39322 \family default
39323  vous pouvez insérer un contenu externe à votre document.
39324  Ce contenu peut être :
39325 \end_layout
39326
39327 \begin_layout Description
39328 Document
39329 \begin_inset space ~
39330 \end_inset
39331
39332 LyX Un autre document LyX ; son contenu est directement inséré dans votre
39333  document.
39334 \end_layout
39335
39336 \begin_layout Description
39337 Texte
39338 \begin_inset space ~
39339 \end_inset
39340
39341 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
39342 e.
39343 \end_layout
39344
39345 \begin_layout Description
39346 Texte
39347 \begin_inset space ~
39348 \end_inset
39349
39350 Brut
39351 \begin_inset space ~
39352 \end_inset
39353
39354 par
39355 \begin_inset space ~
39356 \end_inset
39357
39358 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
39359  Les lignes vides créent un nouveau paragraphe dans votre document.
39360 \end_layout
39361
39362 \begin_layout Description
39363 Objet
39364 \begin_inset space ~
39365 \end_inset
39366
39367 Externe Fichiers de formats variés.
39368 \end_layout
39369
39370 \begin_layout Description
39371 Sous-document Documents LyX ou LaTeX.
39372 \end_layout
39373
39374 \begin_layout Section
39375 Objets externes 
39376 \begin_inset Index idx
39377 status collapsed
39378
39379 \begin_layout Plain Layout
39380 Trucs externes ! Objets Externes
39381 \end_layout
39382
39383 \end_inset
39384
39385
39386 \end_layout
39387
39388 \begin_layout Standard
39389 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
39390  de fichiers dans votre document sans avoir à convertir ces derniers en
39391  un format qui soit compatible avec le format de sortie, puisque c'est LyX
39392  qui va s'occuper des conversions.
39393  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
39394  LyX des images dans des formats divers.
39395  Quand vous avez activé 
39396 \family sans
39397 Aperçu
39398 \begin_inset space ~
39399 \end_inset
39400
39401 sur
39402 \begin_inset space ~
39403 \end_inset
39404
39405 le
39406 \begin_inset space ~
39407 \end_inset
39408
39409 vif
39410 \family default
39411  dans le menu des préférences de LyX, dans la rubrique 
39412 \family sans
39413 Apparence\SpecialChar \menuseparator
39414 Graphiques
39415 \family default
39416 , les objets externes de type Dia et Xfig sont affichés directement dans
39417  LyX.
39418 \end_layout
39419
39420 \begin_layout Standard
39421 On insère des objets externes en utilisant la fenêtre de dialogue 
39422 \family sans
39423 Objet
39424 \begin_inset space ~
39425 \end_inset
39426
39427 Externe
39428 \family default
39429  qui est accessible via le menu 
39430 \family sans
39431 Insertion\SpecialChar \menuseparator
39432 Fichiers\SpecialChar \menuseparator
39433 Objet
39434 \begin_inset space ~
39435 \end_inset
39436
39437 Externe
39438 \family default
39439 .
39440  Actuellement les types de fichiers (
39441 \family sans
39442 Modèles
39443 \family default
39444 ) suivants sont autorisés :
39445 \end_layout
39446
39447 \begin_layout Description
39448 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
39449  par le programme 
39450 \series bold
39451
39452 \begin_inset CommandInset href
39453 LatexCommand href
39454 name "XBoard"
39455 target "http://fr.wikipedia.org/wiki/XBoard"
39456
39457 \end_inset
39458
39459
39460 \series default
39461 .
39462 \end_layout
39463
39464 \begin_layout Description
39465 Date Ce modèle insère la date sous la forme 
39466 \emph on
39467 Jour-Mois-Année
39468 \emph default
39469 .
39470  Voici un exemple de date insérée comme objet externe :: 
39471 \begin_inset External
39472         template Date
39473         filename .
39474
39475 \end_inset
39476
39477
39478 \begin_inset space ~
39479 \end_inset
39480
39481
39482 \begin_inset Note Note
39483 status collapsed
39484
39485 \begin_layout Plain Layout
39486 Retirer l'espace protégé quand le bug 4398 sera résolu !
39487 \end_layout
39488
39489 \end_inset
39490
39491
39492 \begin_inset Newline newline
39493 \end_inset
39494
39495 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
39496  Il y a deux autre méthodes pour insérer une date : Avec le menu 
39497 \family sans
39498 Insertion\SpecialChar \menuseparator
39499 Date
39500 \family default
39501  et avec la commande LaTeX 
39502 \series bold
39503
39504 \backslash
39505 today
39506 \series default
39507  entrée comme code TeX.
39508  Ces différentes méthodes sont comparée dans le tableau
39509 \begin_inset space ~
39510 \end_inset
39511
39512
39513 \begin_inset CommandInset ref
39514 LatexCommand ref
39515 reference "tab:Comparaison-des-dates"
39516
39517 \end_inset
39518
39519 .
39520 \end_layout
39521
39522 \begin_layout Description
39523 Dia Ce modèle accepte les diagrammes créés avec le programme 
39524 \series bold
39525
39526 \begin_inset CommandInset href
39527 LatexCommand href
39528 name "Dia"
39529 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
39530
39531 \end_inset
39532
39533
39534 \series default
39535 .
39536 \end_layout
39537
39538 \begin_layout Description
39539 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39540  ou des tableaux dans le format de 
39541 \series bold
39542
39543 \begin_inset CommandInset href
39544 LatexCommand href
39545 name "Gnumeric"
39546 target "http://fr.wikipedia.org/wiki/Gnumeric"
39547
39548 \end_inset
39549
39550
39551 \series default
39552
39553 \begin_inset CommandInset href
39554 LatexCommand href
39555 name "OpenDocument"
39556 target "http://fr.wikipedia.org/wiki/OpenDocument"
39557
39558 \end_inset
39559
39560
39561 \begin_inset CommandInset href
39562 LatexCommand href
39563 name "Microsoft Office XML"
39564 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39565
39566 \end_inset
39567
39568  et 
39569 \begin_inset CommandInset href
39570 LatexCommand href
39571 name "Office Open XML"
39572 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39573
39574 \end_inset
39575
39576 .
39577  Pour cette fonction, LyX doit pouvoir trouver le programme 
39578 \family typewriter
39579 ssconvert
39580 \family default
39581  au cours de sa configuration.
39582  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39583  même si vous n'avez pas de tableaux au format gnumeric.
39584  Pour des exemples et les limitations possibles, jetez un œil au fichier
39585  LyX d'exemple, 
39586 \emph on
39587 spreadsheet.lyx
39588 \emph default
39589 .
39590 \end_layout
39591
39592 \begin_layout Description
39593 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39594  par le programme 
39595 \series bold
39596
39597 \begin_inset CommandInset href
39598 LatexCommand href
39599 name "LilyPond"
39600 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39601
39602 \end_inset
39603
39604
39605 \series default
39606 .
39607  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39608  au fichier LyX d'exemple 
39609 \emph on
39610 lilypond.lyx
39611 \emph default
39612 .
39613 \end_layout
39614
39615 \begin_layout Description
39616 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39617  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39618  
39619 \emph on
39620 pages
39621 \emph default
39622  dans le champ 
39623 \family sans
39624 Option
39625 \family default
39626  dans l'onglet 
39627 \family sans
39628 Options LaTeX et LyX
39629 \family default
39630 .
39631  L'argument de cette option est une liste d'éléments séparés par des virgules,
39632  contenant des numéros de pages (
39633 \begin_inset space ~
39634 \end_inset
39635
39636 insérez comme option 
39637 \series bold
39638 pages={3,5,6,8}
39639 \series default
39640
39641 \begin_inset space ~
39642 \end_inset
39643
39644 ), des plages de numéros de pages (
39645 \series bold
39646
39647 \begin_inset space ~
39648 \end_inset
39649
39650 pages={4-9}
39651 \series default
39652
39653 \begin_inset space ~
39654 \end_inset
39655
39656 ) ou n'importe quelle combinaison des deux.
39657  Pour insérer des pages vides, utilisez 
39658 \series bold
39659 {}
39660 \series default
39661 .
39662  Par exemple 
39663 \begin_inset space ~
39664 \end_inset
39665
39666
39667 \series bold
39668 pages={3,{},8-11,15}
39669 \series default
39670  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39671  15.
39672  Les plages de pages sont décrites avec la syntaxe 
39673 \emph on
39674 début-fin
39675 \emph default
39676  qui sélectionne toutes les pages de 
39677 \emph on
39678 début
39679 \emph default
39680  jusqu'à 
39681 \emph on
39682 fin
39683 \emph default
39684 .
39685  Si on omet 
39686 \emph on
39687 début
39688 \emph default
39689 , on commence implicitement à la première page ; de même, omettre 
39690 \emph on
39691 fin
39692 \emph default
39693  termine implicitement à la dernière page du document.
39694  La dernière page du document peut aussi être désignée par le mot-clé 
39695 \series bold
39696 last
39697 \series default
39698  (
39699 \begin_inset space ~
39700 \end_inset
39701
39702 ce dernier n'est accepté que pour une plage de pages
39703 \begin_inset space ~
39704 \end_inset
39705
39706 ).
39707  Donc 
39708 \series bold
39709 pages=-
39710 \series default
39711  va insérer toutes les pages du document et 
39712 \series bold
39713 pages=last-1
39714 \series default
39715  va insérer toutes les pages dans l'ordre inverse.
39716  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39717 \begin_inset Newline newline
39718 \end_inset
39719
39720 L'option 
39721 \series bold
39722 noautoscale
39723 \series default
39724  insère les pages avec leur taille d'origine, si cette option n'est pas
39725  donnée, les pages seront redimensionnées
39726 \begin_inset space \space{}
39727 \end_inset
39728
39729 pour tenir dans la largeur de page de votre document.
39730  Dans l'onglet 
39731 \family sans
39732 Taille
39733 \begin_inset space ~
39734 \end_inset
39735
39736 et
39737 \begin_inset space ~
39738 \end_inset
39739
39740 rotation
39741 \family default
39742  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39743  qu'une éventuelle rotation.
39744  Si vous utilisez une autre largeur que 100
39745 \begin_inset space \thinspace{}
39746 \end_inset
39747
39748 Échelle%, l'option 
39749 \series bold
39750 noautoscale
39751 \series default
39752  sera neutralisée.
39753  Pour plus d'information sur les options possibles, jetez un œil sur la
39754  documentation du paquetage LaTeX 
39755 \series bold
39756 pdfpages
39757 \series default
39758  
39759 \begin_inset CommandInset citation
39760 LatexCommand cite
39761 key "pdfpages"
39762
39763 \end_inset
39764
39765 .
39766 \begin_inset Index idx
39767 status collapsed
39768
39769 \begin_layout Plain Layout
39770 Paquetages LaTeX ! pdfpages
39771 \end_layout
39772
39773 \end_inset
39774
39775
39776 \begin_inset Newline newline
39777 \end_inset
39778
39779 Pour utiliser ce modèle dans une présentation 
39780 \family sans
39781 Beamer
39782 \family default
39783  vous devez d'abord insérer un environnement 
39784 \family sans
39785 FinCadre
39786 \family default
39787  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
39788  commande 
39789 \series bold
39790
39791 \backslash
39792 setbeamertemplate{background canvas}{}
39793 \series default
39794 .
39795  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39796  que vous voulez.
39797  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39798  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39799  section.
39800  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39801  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39802  le modèle.
39803 \begin_inset Newline newline
39804 \end_inset
39805
39806 Voici un PDF incorporé basculé de -5°
39807 \begin_inset space ~
39808 \end_inset
39809
39810 °: 
39811 \begin_inset External
39812         template PDFPages
39813         filename ../clipart/Abstract.pdf
39814         extra LaTeX "noautoscale, pages=-"
39815         rotateAngle -5
39816         rotateOrigin bottomleft
39817
39818 \end_inset
39819
39820
39821 \end_layout
39822
39823 \begin_layout Description
39824 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39825  Les images peuvent être traitées dans la fenêtre de dialogue 
39826 \family sans
39827 Objet
39828 \begin_inset space ~
39829 \end_inset
39830
39831 Externe
39832 \family default
39833  comme les images qui sont habituellement incorporées en utilisant le menu
39834  
39835 \family sans
39836 Insertion\SpecialChar \menuseparator
39837 Graphique
39838 \family default
39839 , comme c'est décrit dans la section
39840 \begin_inset space ~
39841 \end_inset
39842
39843
39844 \begin_inset CommandInset ref
39845 LatexCommand ref
39846 reference "sec:Graphics-Dialog"
39847
39848 \end_inset
39849
39850 .
39851  La différence avec l'insertion normale d'image est que seules les images
39852  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39853  ne sont pas acceptées.
39854  Voici un exemple d'insertion d'image matricielle
39855 \begin_inset space ~
39856 \end_inset
39857
39858
39859 \begin_inset External
39860         template RasterImage
39861         filename ../clipart/ToolbarEnvBox.png
39862
39863 \end_inset
39864
39865
39866 \end_layout
39867
39868 \begin_layout Description
39869 XFig Ce modèle accepte les images créées avec le programme 
39870 \series bold
39871
39872 \begin_inset CommandInset href
39873 LatexCommand href
39874 name "Xfig"
39875 target "http://fr.wikipedia.org/wiki/Xfig"
39876
39877 \end_inset
39878
39879
39880 \series default
39881 .
39882 \end_layout
39883
39884 \begin_layout Standard
39885 \begin_inset Float table
39886 placement !h
39887 wide false
39888 sideways false
39889 status open
39890
39891 \begin_layout Plain Layout
39892 \begin_inset Caption Standard
39893
39894 \begin_layout Plain Layout
39895 \begin_inset CommandInset label
39896 LatexCommand label
39897 name "tab:Comparaison-des-dates"
39898
39899 \end_inset
39900
39901 Comparaison des méthodes d'insertion de la date.
39902 \end_layout
39903
39904 \end_inset
39905
39906
39907 \end_layout
39908
39909 \begin_layout Plain Layout
39910 \align center
39911 \begin_inset Tabular
39912 <lyxtabular version="3" rows="4" columns="4">
39913 <features rotate="0" tabularvalignment="middle">
39914 <column alignment="center" valignment="top">
39915 <column alignment="center" valignment="top">
39916 <column alignment="center" valignment="top">
39917 <column alignment="center" valignment="top">
39918 <row>
39919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39920 \begin_inset Text
39921
39922 \begin_layout Plain Layout
39923 Format du document
39924 \end_layout
39925
39926 \end_inset
39927 </cell>
39928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39929 \begin_inset Text
39930
39931 \begin_layout Plain Layout
39932
39933 \family sans
39934 Objet
39935 \begin_inset space ~
39936 \end_inset
39937
39938 Externe\SpecialChar \menuseparator
39939 Date
39940 \end_layout
39941
39942 \end_inset
39943 </cell>
39944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39945 \begin_inset Text
39946
39947 \begin_layout Plain Layout
39948
39949 \family sans
39950 Insertion\SpecialChar \menuseparator
39951 Date
39952 \end_layout
39953
39954 \end_inset
39955 </cell>
39956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39957 \begin_inset Text
39958
39959 \begin_layout Plain Layout
39960 commande 
39961 \series bold
39962
39963 \backslash
39964 today
39965 \end_layout
39966
39967 \end_inset
39968 </cell>
39969 </row>
39970 <row>
39971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39972 \begin_inset Text
39973
39974 \begin_layout Plain Layout
39975 LyX
39976 \end_layout
39977
39978 \end_inset
39979 </cell>
39980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39981 \begin_inset Text
39982
39983 \begin_layout Plain Layout
39984 comme boîte d'insert
39985 \end_layout
39986
39987 \end_inset
39988 </cell>
39989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39990 \begin_inset Text
39991
39992 \begin_layout Plain Layout
39993 comme date
39994 \end_layout
39995
39996 \end_inset
39997 </cell>
39998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39999 \begin_inset Text
40000
40001 \begin_layout Plain Layout
40002 comme boîte de code TeX
40003 \end_layout
40004
40005 \end_inset
40006 </cell>
40007 </row>
40008 <row>
40009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40010 \begin_inset Text
40011
40012 \begin_layout Plain Layout
40013 LaTeX
40014 \end_layout
40015
40016 \end_inset
40017 </cell>
40018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40019 \begin_inset Text
40020
40021 \begin_layout Plain Layout
40022 comme date
40023 \end_layout
40024
40025 \end_inset
40026 </cell>
40027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40028 \begin_inset Text
40029
40030 \begin_layout Plain Layout
40031 comme date
40032 \end_layout
40033
40034 \end_inset
40035 </cell>
40036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40037 \begin_inset Text
40038
40039 \begin_layout Plain Layout
40040 comme commande
40041 \end_layout
40042
40043 \end_inset
40044 </cell>
40045 </row>
40046 <row>
40047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40048 \begin_inset Text
40049
40050 \begin_layout Plain Layout
40051 DVI, PDF, PS
40052 \end_layout
40053
40054 \end_inset
40055 </cell>
40056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40057 \begin_inset Text
40058
40059 \begin_layout Plain Layout
40060 comme date
40061 \end_layout
40062
40063 \end_inset
40064 </cell>
40065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40066 \begin_inset Text
40067
40068 \begin_layout Plain Layout
40069 comme date
40070 \end_layout
40071
40072 \end_inset
40073 </cell>
40074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40075 \begin_inset Text
40076
40077 \begin_layout Plain Layout
40078 comme date date
40079 \end_layout
40080
40081 \end_inset
40082 </cell>
40083 </row>
40084 </lyxtabular>
40085
40086 \end_inset
40087
40088
40089 \end_layout
40090
40091 \end_inset
40092
40093
40094 \end_layout
40095
40096 \begin_layout Standard
40097 Quand vous activez l'option 
40098 \family sans
40099 Brouillon
40100 \family default
40101  de l'onglet 
40102 \family sans
40103 Fichier
40104 \family default
40105  de la fenêtre de dialogue 
40106 \family sans
40107 Objet
40108 \begin_inset space ~
40109 \end_inset
40110
40111 Externe
40112 \family default
40113 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
40114 \begin_inset Newline newline
40115 \end_inset
40116
40117 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
40118  : 
40119 \begin_inset Graphics
40120         filename ../clipart/ExternalMaterialQt4.png
40121         scale 85
40122         scaleBeforeRotation
40123
40124 \end_inset
40125
40126  soit comme une image, selon que vous avez ou non activé l'option 
40127 \family sans
40128 Afficher
40129 \begin_inset space ~
40130 \end_inset
40131
40132 dans
40133 \begin_inset space ~
40134 \end_inset
40135
40136 LyX
40137 \family default
40138  de l'onglet 
40139 \family sans
40140 Options LaTeX et LyX
40141 \family default
40142  de la fenêtre de dialogue.
40143 \end_layout
40144
40145 \begin_layout Standard
40146 Le manuel 
40147 \family sans
40148 \emph on
40149 Personnalisation
40150 \family default
40151 \emph default
40152  explique comment vous pouvez créer vos propres modèles.
40153 \end_layout
40154
40155 \begin_layout Section
40156 Sous-documents
40157 \begin_inset CommandInset label
40158 LatexCommand label
40159 name "sec:Sous-documents"
40160
40161 \end_inset
40162
40163
40164 \begin_inset Index idx
40165 status collapsed
40166
40167 \begin_layout Plain Layout
40168 Trucs externes ! Sous-documents
40169 \end_layout
40170
40171 \end_inset
40172
40173
40174 \begin_inset Index idx
40175 status collapsed
40176
40177 \begin_layout Plain Layout
40178 Fichiers ! Insertion
40179 \end_layout
40180
40181 \end_inset
40182
40183
40184 \end_layout
40185
40186 \begin_layout Standard
40187 Les sous-documents sont utilisés quand on a un document très long qui peut
40188  être décomposé en plusieurs parties ou sections plus petites.
40189  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
40190  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
40191  Les différents documents sont ce que l'on appelle les sous-documents et
40192  un document maître les relie pour imprimer le document complet ou seulement
40193  une partie de celui-ci.
40194  Un sous-document hérite du contenu de son maître, par exemple le préambule
40195  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
40196 \end_layout
40197
40198 \begin_layout Standard
40199 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
40200  maître, précisez dans le sous-document le document maître dans le menu
40201  
40202 \family sans
40203 Document\SpecialChar \menuseparator
40204 Paramètres\SpecialChar \menuseparator
40205 Classe de document
40206 \family default
40207 .
40208  Ce document maître sera par la suite utilisé de façon cachée par LyX à
40209  chaque fois que vous modifierez le sous-document.
40210 \end_layout
40211
40212 \begin_layout Standard
40213 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
40214  comme celle-ci : 
40215 \begin_inset Graphics
40216         filename clipart/ChildDocumentQt4.png
40217         lyxscale 70
40218         scale 60
40219         scaleBeforeRotation
40220
40221 \end_inset
40222
40223  Pour inclure des sous-documents dans un document maître , on utilise le
40224  menu 
40225 \family sans
40226 Insertion\SpecialChar \menuseparator
40227 Fichier\SpecialChar \menuseparator
40228 Sous-document
40229 \family default
40230 .
40231  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
40232  des quatre méthodes d'inclusion :
40233 \end_layout
40234
40235 \begin_layout Description
40236 Inclus
40237 \begin_inset space ~
40238 \end_inset
40239
40240 (include) Vous pouvez inclure des documents LyX et LaTeX.
40241  Quand vous cliquez sur le bouton 
40242 \family sans
40243 Modifier
40244 \family default
40245  dans la fenêtre de dialogue 
40246 \family sans
40247 Sous-document
40248 \family default
40249 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
40250  vous puissiez le modifier.
40251 \begin_inset Newline newline
40252 \end_inset
40253
40254
40255 \end_layout
40256
40257 \begin_layout Standard
40258 Voici un sous-document inséré avec la méthode 
40259 \family sans
40260 Inclus
40261 \family default
40262  : 
40263 \begin_inset CommandInset include
40264 LatexCommand include
40265 filename "DocumentBidon1.lyx"
40266
40267 \end_inset
40268
40269
40270 \end_layout
40271
40272 \begin_layout Standard
40273 La numérotation des sections va prendre en compte les sections des fichiers
40274  incorporés dans l'ordre où ils sont insérés dans le document maître.
40275  Le document qui est inclus comme exemple possède une sous-section qui sera
40276  numérotée comme sous-section de la section actuelle.
40277  Les étiquettes présentes dans le fichier inclus peuvent être référencées
40278  : la sous-section
40279 \begin_inset space ~
40280 \end_inset
40281
40282
40283 \begin_inset CommandInset ref
40284 LatexCommand ref
40285 reference "sub:Sous-section-externe-1"
40286
40287 \end_inset
40288
40289  est dans le fichier inclus.
40290 \end_layout
40291
40292 \begin_layout Standard
40293 Le préambule du sous-document est tout simplement ignoré, seul le préambule
40294  du document maître est utilisé.
40295  Les branches présentes dans le sous-document seront ignorées par le document
40296  maître si celui-ci ne possède pas une branche avec le même nom.
40297  Les documents inclus sont insérés en commençant une nouvelle page et sont
40298  suivis par un saut de page.
40299 \end_layout
40300
40301 \begin_layout Standard
40302 \begin_inset Note Greyedout
40303 status open
40304
40305 \begin_layout Plain Layout
40306
40307 \series bold
40308 Note:
40309 \series default
40310  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
40311  une classe de document différente de celle du document maître, vous recevez
40312  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
40313  que cela peut produire des résultats inattendus sur la sortie imprimée.
40314 \end_layout
40315
40316 \end_inset
40317
40318
40319 \end_layout
40320
40321 \begin_layout Description
40322 Incorporé
40323 \begin_inset space ~
40324 \end_inset
40325
40326 (input) Cette méthode est très semblable à la méthode Inclus, les différences
40327  sont :
40328 \end_layout
40329
40330 \begin_deeper
40331 \begin_layout Itemize
40332 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
40333  par un saut de page.
40334 \end_layout
40335
40336 \begin_layout Itemize
40337 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
40338  
40339 \family sans
40340 Aperçu
40341 \begin_inset space ~
40342 \end_inset
40343
40344 sur
40345 \begin_inset space ~
40346 \end_inset
40347
40348 le
40349 \begin_inset space ~
40350 \end_inset
40351
40352 vif
40353 \family default
40354  est activée dans les préférences dans la rubrique 
40355 \family sans
40356 Apparence\SpecialChar \menuseparator
40357 Graphique
40358 \family default
40359 .
40360 \end_layout
40361
40362 \begin_layout Itemize
40363 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
40364 \family sans
40365 Document\SpecialChar \menuseparator
40366 Paramètres\SpecialChar \menuseparator
40367 Sous-documents
40368 \family default
40369 .
40370 \end_layout
40371
40372 \end_deeper
40373 \begin_layout Standard
40374 Voici un sous document inséré en utilisant la méthode 
40375 \family sans
40376 Incorporé
40377 \family default
40378  : 
40379 \begin_inset CommandInset include
40380 LatexCommand input
40381 preview true
40382 filename "DocumentBidon2.lyx"
40383
40384 \end_inset
40385
40386
40387 \end_layout
40388
40389 \begin_layout Standard
40390 Voici un sous-document
40391 \emph on
40392 input
40393 \emph default
40394  comme LaTeX source:
40395 \end_layout
40396
40397 \begin_layout Quote
40398 \begin_inset CommandInset include
40399 LatexCommand input
40400 filename "DocumentTexteBidon.txt"
40401
40402 \end_inset
40403
40404
40405 \end_layout
40406
40407 \begin_layout Description
40408 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
40409  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
40410  sous forme de code source et aucune des commandes éventuellement présentes
40411  ne sera exécutée.
40412  Vous pouvez utiliser l'option 
40413 \family sans
40414 Marquer
40415 \begin_inset space ~
40416 \end_inset
40417
40418 les
40419 \begin_inset space ~
40420 \end_inset
40421
40422 espaces
40423 \family default
40424  qui matérialise chaque espace présente dans le code source par un caractère
40425  
40426 \begin_inset Quotes fld
40427 \end_inset
40428
40429
40430 \begin_inset ERT
40431 status collapsed
40432
40433 \begin_layout Plain Layout
40434
40435
40436 \backslash
40437 textvisiblespace 
40438 \end_layout
40439
40440 \end_inset
40441
40442
40443 \begin_inset Quotes frd
40444 \end_inset
40445
40446  .
40447  La différence avec la méthode qui consiste à utiliser le menu 
40448 \family sans
40449 Insertion\SpecialChar \menuseparator
40450 Fichier\SpecialChar \menuseparator
40451 Texte
40452 \begin_inset space ~
40453 \end_inset
40454
40455 brut
40456 \family default
40457  est que le contenu du document n'apparaît pas dans LyX.
40458 \end_layout
40459
40460 \begin_layout Standard
40461 Voici un sous-document inclus en utilisant la méthode 
40462 \family sans
40463 verbatim
40464 \family default
40465  : 
40466 \begin_inset CommandInset include
40467 LatexCommand verbatiminput
40468 filename "DocumentTexteBidon.txt"
40469
40470 \end_inset
40471
40472
40473 \begin_inset VSpace bigskip
40474 \end_inset
40475
40476 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
40477  l'option 
40478 \family sans
40479 Marquer
40480 \begin_inset space ~
40481 \end_inset
40482
40483 les
40484 \begin_inset space ~
40485 \end_inset
40486
40487 espaces :
40488 \family default
40489  
40490 \begin_inset CommandInset include
40491 LatexCommand verbatiminput*
40492 filename "DocumentTexteBidon.txt"
40493
40494 \end_inset
40495
40496
40497 \end_layout
40498
40499 \begin_layout Standard
40500 \begin_inset VSpace bigskip
40501 \end_inset
40502
40503
40504 \end_layout
40505
40506 \begin_layout Standard
40507 \begin_inset Note Greyedout
40508 status open
40509
40510 \begin_layout Plain Layout
40511
40512 \series bold
40513 Note:
40514 \series default
40515  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40516  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40517 \end_layout
40518
40519 \end_inset
40520
40521
40522 \end_layout
40523
40524 \begin_layout Description
40525 Listings Ce type d'inclusion est décrit dans le chapitre
40526 \begin_inset space ~
40527 \end_inset
40528
40529
40530 \begin_inset CommandInset ref
40531 LatexCommand ref
40532 reference "cha:Program-Code-Listings"
40533
40534 \end_inset
40535
40536 .
40537 \end_layout
40538
40539 \begin_layout Standard
40540 \begin_inset Note Greyedout
40541 status open
40542
40543 \begin_layout Plain Layout
40544
40545 \series bold
40546 Note:
40547 \series default
40548  Inclure le même document deux fois dans un même document peut poser des
40549  problèmes avec LaTeX.
40550 \end_layout
40551
40552 \end_inset
40553
40554
40555 \end_layout
40556
40557 \begin_layout Standard
40558 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40559  de votre document maître, que ce soit pour diminuer les temps de compilation
40560  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40561  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40562  la sortie en utilisant le menu 
40563 \family sans
40564 Document\SpecialChar \menuseparator
40565 Paramètres\SpecialChar \menuseparator
40566 Sous-documents
40567 \family default
40568 .
40569  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40570  sur la ligne correspondant dans la colonne 
40571 \family sans
40572 Inclus dans le résultat
40573 \family default
40574  de la liste (
40575 \begin_inset space ~
40576 \end_inset
40577
40578 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40579  
40580 \begin_inset Quotes fld
40581 \end_inset
40582
40583 inclus
40584 \begin_inset Quotes frd
40585 \end_inset
40586
40587  et pas la méthode 
40588 \begin_inset Quotes fld
40589 \end_inset
40590
40591 incorporé
40592 \begin_inset Quotes frd
40593 \end_inset
40594
40595
40596 \begin_inset space ~
40597 \end_inset
40598
40599 ).
40600  Si on active l'option 
40601 \family sans
40602 Assurer la cohérence des compteurs et des références
40603 \family default
40604 , LyX va s'assurer que tous les numéros de pages, références etc...
40605  sont corrects comme si tous le document avait été traité.
40606  C'est utile si vous voulez que les sous-documents choisis aient exactement
40607  le même aspect que s'il étaient dans le document complet.
40608  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
40609  la totalité du document.
40610  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40611  les compteurs et autres références n'ont pas à être à tout prix valides,
40612  vous devez impérativement désactiver cette option.
40613  
40614 \end_layout
40615
40616 \begin_layout Standard
40617 Une autre solution consiste à inclure chaque fichier dans une branche
40618 \begin_inset Foot
40619 status collapsed
40620
40621 \begin_layout Plain Layout
40622 Les branches sont décrites dans la section 
40623 \emph on
40624 Branches
40625 \emph default
40626  du 
40627 \emph on
40628 Guide de l'utilisateur
40629 \emph default
40630  de LyX.
40631 \end_layout
40632
40633 \end_inset
40634
40635 .
40636  En activant ou désactivant une branche, vous pouvez décider les fichiers
40637  inclus qui doivent apparaître dans la sortie imprimée.
40638  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40639  
40640 \begin_inset Quotes fld
40641 \end_inset
40642
40643 incorporés
40644 \begin_inset Quotes frd
40645 \end_inset
40646
40647 .
40648  Le défaut est que les compteurs et autres références ne sont pas conservés
40649  avec cette approche.
40650 \end_layout
40651
40652 \begin_layout Chapter
40653 Listings de code source
40654 \begin_inset CommandInset label
40655 LatexCommand label
40656 name "cha:Program-Code-Listings"
40657
40658 \end_inset
40659
40660
40661 \begin_inset Index idx
40662 status collapsed
40663
40664 \begin_layout Plain Layout
40665 Listings
40666 \end_layout
40667
40668 \end_inset
40669
40670
40671 \begin_inset Index idx
40672 status collapsed
40673
40674 \begin_layout Plain Layout
40675 Code Source
40676 \end_layout
40677
40678 \end_inset
40679
40680
40681 \begin_inset Index idx
40682 status collapsed
40683
40684 \begin_layout Plain Layout
40685 Flottants ! Listings
40686 \end_layout
40687
40688 \end_inset
40689
40690
40691 \end_layout
40692
40693 \begin_layout Standard
40694 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40695  un insert 
40696 \family sans
40697 Listings
40698 \family default
40699  qui peut être créé grâce au menu 
40700 \family sans
40701 Insertion
40702 \family default
40703 \SpecialChar \menuseparator
40704
40705 \family sans
40706 Listing
40707 \begin_inset space ~
40708 \end_inset
40709
40710 de
40711 \begin_inset space ~
40712 \end_inset
40713
40714 Code
40715 \begin_inset space ~
40716 \end_inset
40717
40718 Source
40719 \family default
40720 .
40721  Le paquetage LaTeX 
40722 \series bold
40723 listings
40724 \series default
40725
40726 \begin_inset Index idx
40727 status collapsed
40728
40729 \begin_layout Plain Layout
40730 Paquetages LaTeX ! listings
40731 \end_layout
40732
40733 \end_inset
40734
40735  fournit un moyen puissant et flexible d'insérer des listings de code source
40736  dans votre document.
40737  
40738 \end_layout
40739
40740 \begin_layout Standard
40741 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40742  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40743 \end_layout
40744
40745 \begin_layout Standard
40746 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40747  imprimée.
40748  L'option d'emplacement 
40749 \family sans
40750 Listing
40751 \begin_inset space ~
40752 \end_inset
40753
40754 en
40755 \begin_inset space ~
40756 \end_inset
40757
40758 Ligne
40759 \family default
40760  imprime le listing dans la ligne comme ceci : 
40761 \begin_inset listings
40762 lstparams "language={C++}"
40763 inline true
40764 status open
40765
40766 \begin_layout Plain Layout
40767
40768 int a=5;
40769 \end_layout
40770
40771 \end_inset
40772
40773
40774 \begin_inset Newline newline
40775 \end_inset
40776
40777 L'option 
40778 \family sans
40779 Flottant
40780 \family default
40781  crée un flottant de listing pour lequel vous pouvez préciser les options
40782  classiques d'emplacement : 
40783 \begin_inset Quotes fld
40784 \end_inset
40785
40786
40787 \family sans
40788 h
40789 \family default
40790
40791 \begin_inset Quotes frd
40792 \end_inset
40793
40794
40795 \begin_inset Quotes fld
40796 \end_inset
40797
40798
40799 \family sans
40800 t
40801 \family default
40802
40803 \begin_inset Quotes frd
40804 \end_inset
40805
40806
40807 \begin_inset Quotes fld
40808 \end_inset
40809
40810
40811 \family sans
40812 b
40813 \family default
40814
40815 \begin_inset Quotes frd
40816 \end_inset
40817
40818 , et 
40819 \begin_inset Quotes fld
40820 \end_inset
40821
40822
40823 \family sans
40824 p
40825 \family default
40826
40827 \begin_inset Quotes frd
40828 \end_inset
40829
40830  correspondant aux emplacement décrits dans la section
40831 \begin_inset space ~
40832 \end_inset
40833
40834
40835 \begin_inset CommandInset ref
40836 LatexCommand ref
40837 reference "sec:Placement-flottants"
40838
40839 \end_inset
40840
40841 .
40842  Les options de positionnement peuvent être mélangées et doivent être saisies
40843  sans séparation, par exemple, on peut taper 
40844 \begin_inset Quotes fld
40845 \end_inset
40846
40847
40848 \family sans
40849 htbp
40850 \family default
40851
40852 \begin_inset Quotes frd
40853 \end_inset
40854
40855 .
40856  L'option 
40857 \begin_inset Quotes fld
40858 \end_inset
40859
40860 h
40861 \begin_inset Quotes frd
40862 \end_inset
40863
40864  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40865  
40866 \family sans
40867 Flottant
40868 \family default
40869  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40870  légende et être référencés.
40871 \end_layout
40872
40873 \begin_layout Standard
40874 Vous pouvez ajouter une légende à un listing avec le menu 
40875 \family sans
40876 Insertion\SpecialChar \menuseparator
40877 Légende
40878 \family default
40879 .
40880  On peut référencer les listings de la même façon que les flottants :Voir
40881  le listing
40882 \begin_inset space ~
40883 \end_inset
40884
40885
40886 \begin_inset CommandInset ref
40887 LatexCommand ref
40888 reference "lst:Listing-exemple"
40889
40890 \end_inset
40891
40892 .
40893  Une liste des listings qui contient tous les listings légendés peut être
40894  créée par le menu 
40895 \family sans
40896 Insertion\SpecialChar \menuseparator
40897 Listes
40898 \begin_inset space ~
40899 \end_inset
40900
40901 &
40902 \begin_inset space ~
40903 \end_inset
40904
40905 TdM\SpecialChar \menuseparator
40906 Liste des listings
40907 \family default
40908 .
40909  Les éléments de la liste sont les légendes et le numéro de listing.
40910 \end_layout
40911
40912 \begin_layout Standard
40913 \begin_inset listings
40914 lstparams "language=Python"
40915 inline false
40916 status open
40917
40918 \begin_layout Plain Layout
40919
40920 \begin_inset Caption Standard
40921
40922 \begin_layout Plain Layout
40923 \begin_inset CommandInset label
40924 LatexCommand label
40925 name "lst:Listing-exemple"
40926
40927 \end_inset
40928
40929 Exemple de listing flottant
40930 \end_layout
40931
40932 \end_inset
40933
40934 # Exemple de listing flottant
40935 \end_layout
40936
40937 \begin_layout Plain Layout
40938
40939 def func(param):
40940 \end_layout
40941
40942 \begin_layout Plain Layout
40943
40944     'ceci est une fonction python'
40945 \end_layout
40946
40947 \begin_layout Plain Layout
40948
40949     pass
40950 \end_layout
40951
40952 \end_inset
40953
40954
40955 \end_layout
40956
40957 \begin_layout Standard
40958 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40959  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40960  de manière particulière dans la sortie imprimée.
40961  Dans l'exemple de listing, le mot clé Python 
40962 \begin_inset Quotes fld
40963 \end_inset
40964
40965 def
40966 \begin_inset Quotes frd
40967 \end_inset
40968
40969  est reconnu et imprimé en caractères gras dans la sortie.
40970 \end_layout
40971
40972 \begin_layout Standard
40973 \begin_inset Note Greyedout
40974 status open
40975
40976 \begin_layout Plain Layout
40977
40978 \series bold
40979 Note:
40980 \series default
40981  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40982  une police de caractères à 
40983 \family typewriter
40984 chasse fixe
40985 \family default
40986 , c'est que votre police ne contient probablement pas de série grasse.
40987  Dans ce cas choisissez une police différente dans le menu 
40988 \family sans
40989 Document\SpecialChar \menuseparator
40990 Paramètres\SpecialChar \menuseparator
40991 Polices
40992 \family default
40993 .
40994  (Les polices 
40995 \emph on
40996 LuxiMono, BeraMono
40997 \emph default
40998  et 
40999 \emph on
41000 Courier
41001 \emph default
41002  contiennent une série grasse.)
41003 \end_layout
41004
41005 \end_inset
41006
41007
41008 \end_layout
41009
41010 \begin_layout Standard
41011 Dans la rubrique 
41012 \family sans
41013 Numérotation
41014 \begin_inset space ~
41015 \end_inset
41016
41017 des
41018 \begin_inset space ~
41019 \end_inset
41020
41021 Lignes
41022 \family default
41023  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
41024 n des lignes.
41025  Vous pouvez mettre un nombre dans le champ 
41026 \family sans
41027 Pas
41028 \family default
41029  pour désigner les lignes qui seront numérotées.
41030  Par exemple, si vous mettez 
41031 \begin_inset Quotes fld
41032 \end_inset
41033
41034 3
41035 \begin_inset Quotes frd
41036 \end_inset
41037
41038 , seule une ligne sur trois sera numérotée.
41039 \end_layout
41040
41041 \begin_layout Standard
41042 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
41043  apparaîtront dans la sortie.
41044  Vous devez utiliser l'option 
41045 \family sans
41046 Table
41047 \begin_inset space ~
41048 \end_inset
41049
41050 de
41051 \begin_inset space ~
41052 \end_inset
41053
41054 Caractères
41055 \begin_inset space ~
41056 \end_inset
41057
41058 Étendue
41059 \family default
41060  quand vous employez des caractères spécifiques à une langue donnée comme
41061  les umlauts Allemands dans votre listing.
41062 \begin_inset Newline newline
41063 \end_inset
41064
41065 Voici un exemple de listing avec la numérotation des lignes à gauche par
41066  pas de 3, en langage Python, avec les options 
41067 \begin_inset Quotes fld
41068 \end_inset
41069
41070 Table
41071 \begin_inset space ~
41072 \end_inset
41073
41074 de
41075 \begin_inset space ~
41076 \end_inset
41077
41078 caractères
41079 \begin_inset space ~
41080 \end_inset
41081
41082 étendue
41083 \begin_inset Quotes frd
41084 \end_inset
41085
41086  et 
41087 \begin_inset Quotes fld
41088 \end_inset
41089
41090 Espace
41091 \begin_inset space ~
41092 \end_inset
41093
41094 représenté
41095 \begin_inset space ~
41096 \end_inset
41097
41098 par
41099 \begin_inset space ~
41100 \end_inset
41101
41102 un
41103 \begin_inset space ~
41104 \end_inset
41105
41106 symbole
41107 \begin_inset Quotes frd
41108 \end_inset
41109
41110 , l'intervalle de ligne étant 3
41111 \begin_inset space \thinspace{}
41112 \end_inset
41113
41114 -
41115 \begin_inset space \thinspace{}
41116 \end_inset
41117
41118 8:
41119 \end_layout
41120
41121 \begin_layout Standard
41122 \begin_inset listings
41123 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
41124 inline false
41125 status open
41126
41127 \begin_layout Plain Layout
41128
41129 def func(param):
41130 \end_layout
41131
41132 \begin_layout Plain Layout
41133
41134     'ceci est une fonction Python'
41135 \end_layout
41136
41137 \begin_layout Plain Layout
41138
41139     pass
41140 \end_layout
41141
41142 \begin_layout Plain Layout
41143
41144 def func(param):
41145 \end_layout
41146
41147 \begin_layout Plain Layout
41148
41149 'Ça, c'est un mot Allemand : Tschüß'
41150 \end_layout
41151
41152 \begin_layout Plain Layout
41153
41154 pass
41155 \end_layout
41156
41157 \begin_layout Plain Layout
41158
41159 def func(param):
41160 \end_layout
41161
41162 \begin_layout Plain Layout
41163
41164 'ceci est une fonction Python'
41165 \end_layout
41166
41167 \begin_layout Plain Layout
41168
41169 pass
41170 \end_layout
41171
41172 \end_inset
41173
41174
41175 \end_layout
41176
41177 \begin_layout Standard
41178 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
41179  nombre de caractères que doit représenter une tabulation dans le champ
41180  
41181 \family sans
41182 Taille du tabulateur
41183 \family default
41184 .
41185 \end_layout
41186
41187 \begin_layout Standard
41188 \begin_inset Note Greyedout
41189 status open
41190
41191 \begin_layout Plain Layout
41192
41193 \series bold
41194 Note:
41195 \series default
41196  À cause d'un bug dans le paquetage 
41197 \series bold
41198 listings
41199 \series default
41200  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
41201  listing.
41202  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
41203  les lignes 3 et 6.
41204 \end_layout
41205
41206 \end_inset
41207
41208
41209 \end_layout
41210
41211 \begin_layout Standard
41212 \begin_inset VSpace bigskip
41213 \end_inset
41214
41215
41216 \end_layout
41217
41218 \begin_layout Standard
41219 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
41220  listing.
41221  Pour le faire, il suffit d'utiliser le menu 
41222 \family sans
41223 Insertion\SpecialChar \menuseparator
41224 Fichier\SpecialChar \menuseparator
41225 Sous-document
41226 \family default
41227  et de choisir le type 
41228 \family sans
41229 Listing
41230 \family default
41231
41232 \begin_inset space ~
41233 \end_inset
41234
41235
41236 \family sans
41237 de
41238 \begin_inset space ~
41239 \end_inset
41240
41241 Code
41242 \begin_inset space ~
41243 \end_inset
41244
41245 source
41246 \family default
41247 .
41248 \begin_inset Foot
41249 status collapsed
41250
41251 \begin_layout Plain Layout
41252 Les autres types de sous-documents sont décrits dans la section
41253 \begin_inset space ~
41254 \end_inset
41255
41256
41257 \begin_inset CommandInset ref
41258 LatexCommand ref
41259 reference "sec:Sous-documents"
41260
41261 \end_inset
41262
41263 .
41264 \end_layout
41265
41266 \end_inset
41267
41268  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
41269  à utiliser pour le listing dans une zone de texte.
41270  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
41271  
41272 \begin_inset Quotes fld
41273 \end_inset
41274
41275 ?
41276 \begin_inset Quotes frd
41277 \end_inset
41278
41279  dans la zone de texte.
41280 \end_layout
41281
41282 \begin_layout Standard
41283 Pour faire référence à un sous-document de type listing, tapez une étiquette
41284  dans le champ correspondant de la fenêtre de dialogue.
41285  On peut alors faire référence à cette étiquette en utilisant le menu 
41286 \family sans
41287 Insertion\SpecialChar \menuseparator
41288 Référence
41289 \begin_inset space ~
41290 \end_inset
41291
41292 Croisée
41293 \family default
41294 .
41295 \end_layout
41296
41297 \begin_layout Standard
41298 Le listing
41299 \begin_inset space ~
41300 \end_inset
41301
41302
41303 \begin_inset CommandInset ref
41304 LatexCommand ref
41305 reference "lst:listing-fichier"
41306
41307 \end_inset
41308
41309  est un exemple de listing issu d'un fichier ; ici les lignes 10
41310 \begin_inset space \thinspace{}
41311 \end_inset
41312
41313 -
41314 \begin_inset space \thinspace{}
41315 \end_inset
41316
41317 15 de ce fichier LyX sont listées.
41318 \end_layout
41319
41320 \begin_layout Standard
41321 \begin_inset CommandInset include
41322 LatexCommand lstinputlisting
41323 filename "EmbeddedObjects.lyx"
41324 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
41325
41326 \end_inset
41327
41328
41329 \end_layout
41330
41331 \begin_layout Standard
41332 \begin_inset VSpace bigskip
41333 \end_inset
41334
41335
41336 \end_layout
41337
41338 \begin_layout Standard
41339 L'insertion d'une formule dans un listing peut se faire de la façon suivante
41340 \begin_inset space ~
41341 \end_inset
41342
41343 :
41344 \end_layout
41345
41346 \begin_layout Enumerate
41347 Ouvrez la fenêtre de dialogue listings et ajoutez
41348 \begin_inset Newline newline
41349 \end_inset
41350
41351
41352 \family sans
41353 mathescape=true
41354 \family default
41355
41356 \begin_inset Newline newline
41357 \end_inset
41358
41359 dans le champ de l'onglet 
41360 \family sans
41361 Avancé
41362 \family default
41363 .
41364 \end_layout
41365
41366 \begin_layout Enumerate
41367 Créez la formule en dehors du listing.
41368 \end_layout
41369
41370 \begin_layout Enumerate
41371 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
41372  (raccourci 
41373 \begin_inset Info
41374 type  "shortcut"
41375 arg   "copy"
41376 \end_inset
41377
41378 )
41379 \end_layout
41380
41381 \begin_layout Enumerate
41382 Dans le listing écrivez 
41383 \begin_inset Quotes fld
41384 \end_inset
41385
41386
41387 \family sans
41388 $$
41389 \family default
41390
41391 \begin_inset Quotes frd
41392 \end_inset
41393
41394  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
41395  
41396 \begin_inset Info
41397 type  "shortcut"
41398 arg   "paste"
41399 \end_inset
41400
41401 )
41402 \end_layout
41403
41404 \begin_layout Standard
41405 \begin_inset listings
41406 lstparams "language=Python,mathescape=true"
41407 inline false
41408 status open
41409
41410 \begin_layout Plain Layout
41411
41412 \begin_inset Caption Standard
41413
41414 \begin_layout Plain Layout
41415 Exemple de listing flottant contenant une formule
41416 \end_layout
41417
41418 \end_inset
41419
41420 # Exemple de listing flottant
41421 \end_layout
41422
41423 \begin_layout Plain Layout
41424
41425 def func(param):
41426 \end_layout
41427
41428 \begin_layout Plain Layout
41429
41430     # $
41431 \backslash
41432 prod_{n=1}^{
41433 \backslash
41434 infty}
41435 \backslash
41436 ,
41437 \backslash
41438 frac{1}{x^{2}}$
41439 \end_layout
41440
41441 \begin_layout Plain Layout
41442
41443     pass
41444 \end_layout
41445
41446 \end_inset
41447
41448
41449 \end_layout
41450
41451 \begin_layout Standard
41452 \begin_inset VSpace bigskip
41453 \end_inset
41454
41455
41456 \end_layout
41457
41458 \begin_layout Standard
41459 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
41460  de dialogue 
41461 \family sans
41462 Document\SpecialChar \menuseparator
41463 Paramètres\SpecialChar \menuseparator
41464 Listings
41465 \family default
41466 .
41467  Pour avoir la liste des options disponibles, tapez un point d'interrogation
41468  
41469 \begin_inset Quotes fld
41470 \end_inset
41471
41472 ?
41473 \begin_inset Quotes frd
41474 \end_inset
41475
41476  dans le champ.
41477 \end_layout
41478
41479 \begin_layout Standard
41480 Pour plus d'information sur le paquetage 
41481 \series bold
41482 listings
41483 \series default
41484 , nous vous renvoyons à sa documentation 
41485 \begin_inset CommandInset citation
41486 LatexCommand cite
41487 key "listings"
41488
41489 \end_inset
41490
41491 .
41492 \end_layout
41493
41494 \begin_layout Standard
41495 \begin_inset Newpage newpage
41496 \end_inset
41497
41498
41499 \end_layout
41500
41501 \begin_layout Chapter
41502 \start_of_appendix
41503 Unités de longueur utilisables avec LyX
41504 \begin_inset Argument 1
41505 status collapsed
41506
41507 \begin_layout Plain Layout
41508 Unités de longueur
41509 \end_layout
41510
41511 \end_inset
41512
41513
41514 \begin_inset Index idx
41515 status collapsed
41516
41517 \begin_layout Plain Layout
41518 Unités
41519 \end_layout
41520
41521 \end_inset
41522
41523
41524 \begin_inset CommandInset label
41525 LatexCommand label
41526 name "cha:Unités-de-longueur"
41527
41528 \end_inset
41529
41530
41531 \end_layout
41532
41533 \begin_layout Standard
41534 Pour comprendre les unités de longueur utilisées dans cette documentation,
41535  le tableau
41536 \begin_inset space ~
41537 \end_inset
41538
41539
41540 \begin_inset CommandInset ref
41541 LatexCommand ref
41542 reference "tab:Unités"
41543
41544 \end_inset
41545
41546 décrit les unités utilisées par LyX.
41547 \begin_inset Float table
41548 placement h
41549 wide false
41550 sideways false
41551 status open
41552
41553 \begin_layout Plain Layout
41554 \begin_inset Caption Standard
41555
41556 \begin_layout Plain Layout
41557 \begin_inset CommandInset label
41558 LatexCommand label
41559 name "tab:Unités"
41560
41561 \end_inset
41562
41563 Unités de longueur
41564 \end_layout
41565
41566 \end_inset
41567
41568
41569 \end_layout
41570
41571 \begin_layout Plain Layout
41572 \begin_inset VSpace medskip
41573 \end_inset
41574
41575
41576 \end_layout
41577
41578 \begin_layout Plain Layout
41579 \align center
41580 \begin_inset Tabular
41581 <lyxtabular version="3" rows="20" columns="2">
41582 <features rotate="0" tabularvalignment="middle">
41583 <column alignment="center" valignment="top">
41584 <column alignment="center" valignment="top">
41585 <row>
41586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41587 \begin_inset Text
41588
41589 \begin_layout Plain Layout
41590 unité
41591 \end_layout
41592
41593 \end_inset
41594 </cell>
41595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41596 \begin_inset Text
41597
41598 \begin_layout Plain Layout
41599 nom/description
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 </row>
41605 <row>
41606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41607 \begin_inset Text
41608
41609 \begin_layout Plain Layout
41610 mm
41611 \end_layout
41612
41613 \end_inset
41614 </cell>
41615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41616 \begin_inset Text
41617
41618 \begin_layout Plain Layout
41619 millimètre
41620 \end_layout
41621
41622 \end_inset
41623 </cell>
41624 </row>
41625 <row>
41626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41627 \begin_inset Text
41628
41629 \begin_layout Plain Layout
41630 cm
41631 \end_layout
41632
41633 \end_inset
41634 </cell>
41635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41636 \begin_inset Text
41637
41638 \begin_layout Plain Layout
41639 centimètre
41640 \end_layout
41641
41642 \end_inset
41643 </cell>
41644 </row>
41645 <row>
41646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41647 \begin_inset Text
41648
41649 \begin_layout Plain Layout
41650 in
41651 \end_layout
41652
41653 \end_inset
41654 </cell>
41655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41656 \begin_inset Text
41657
41658 \begin_layout Plain Layout
41659 pouce (inch)
41660 \end_layout
41661
41662 \end_inset
41663 </cell>
41664 </row>
41665 <row>
41666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41667 \begin_inset Text
41668
41669 \begin_layout Plain Layout
41670 pt
41671 \end_layout
41672
41673 \end_inset
41674 </cell>
41675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41676 \begin_inset Text
41677
41678 \begin_layout Plain Layout
41679 point (72.27
41680 \begin_inset space \thinspace{}
41681 \end_inset
41682
41683 pt = 1
41684 \begin_inset space \thinspace{}
41685 \end_inset
41686
41687 in)
41688 \end_layout
41689
41690 \end_inset
41691 </cell>
41692 </row>
41693 <row>
41694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41695 \begin_inset Text
41696
41697 \begin_layout Plain Layout
41698 pc
41699 \end_layout
41700
41701 \end_inset
41702 </cell>
41703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41704 \begin_inset Text
41705
41706 \begin_layout Plain Layout
41707 pica (1
41708 \begin_inset space \thinspace{}
41709 \end_inset
41710
41711 pc = 12
41712 \begin_inset space \thinspace{}
41713 \end_inset
41714
41715 pt)
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 sp
41727 \end_layout
41728
41729 \end_inset
41730 </cell>
41731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41732 \begin_inset Text
41733
41734 \begin_layout Plain Layout
41735 scaled point (65536
41736 \begin_inset space \thinspace{}
41737 \end_inset
41738
41739 sp = 1
41740 \begin_inset space \thinspace{}
41741 \end_inset
41742
41743 pt)
41744 \end_layout
41745
41746 \end_inset
41747 </cell>
41748 </row>
41749 <row>
41750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41751 \begin_inset Text
41752
41753 \begin_layout Plain Layout
41754 bp
41755 \end_layout
41756
41757 \end_inset
41758 </cell>
41759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41760 \begin_inset Text
41761
41762 \begin_layout Plain Layout
41763 gros point (72
41764 \begin_inset space \thinspace{}
41765 \end_inset
41766
41767 bp = 1
41768 \begin_inset space \thinspace{}
41769 \end_inset
41770
41771 in)
41772 \end_layout
41773
41774 \end_inset
41775 </cell>
41776 </row>
41777 <row>
41778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41779 \begin_inset Text
41780
41781 \begin_layout Plain Layout
41782 dd
41783 \end_layout
41784
41785 \end_inset
41786 </cell>
41787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41788 \begin_inset Text
41789
41790 \begin_layout Plain Layout
41791 didot (72
41792 \begin_inset space \thinspace{}
41793 \end_inset
41794
41795 dd 
41796 \begin_inset Formula $\approx$
41797 \end_inset
41798
41799  37.6
41800 \begin_inset space \thinspace{}
41801 \end_inset
41802
41803 mm)
41804 \end_layout
41805
41806 \end_inset
41807 </cell>
41808 </row>
41809 <row>
41810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41811 \begin_inset Text
41812
41813 \begin_layout Plain Layout
41814 cc
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 cicero (1
41824 \begin_inset space \thinspace{}
41825 \end_inset
41826
41827 cc = 12
41828 \begin_inset space \thinspace{}
41829 \end_inset
41830
41831 dd)
41832 \end_layout
41833
41834 \end_inset
41835 </cell>
41836 </row>
41837 <row>
41838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41839 \begin_inset Text
41840
41841 \begin_layout Plain Layout
41842 Scale%
41843 \end_layout
41844
41845 \end_inset
41846 </cell>
41847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41848 \begin_inset Text
41849
41850 \begin_layout Plain Layout
41851 % de la largeur originale de l'image
41852 \end_layout
41853
41854 \end_inset
41855 </cell>
41856 </row>
41857 <row>
41858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41859 \begin_inset Text
41860
41861 \begin_layout Plain Layout
41862 text%
41863 \end_layout
41864
41865 \end_inset
41866 </cell>
41867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41868 \begin_inset Text
41869
41870 \begin_layout Plain Layout
41871 % de la largeur du texte
41872 \end_layout
41873
41874 \end_inset
41875 </cell>
41876 </row>
41877 <row>
41878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41879 \begin_inset Text
41880
41881 \begin_layout Plain Layout
41882 col%
41883 \end_layout
41884
41885 \end_inset
41886 </cell>
41887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41888 \begin_inset Text
41889
41890 \begin_layout Plain Layout
41891 % de la largeur de la colonne
41892 \end_layout
41893
41894 \end_inset
41895 </cell>
41896 </row>
41897 <row>
41898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41899 \begin_inset Text
41900
41901 \begin_layout Plain Layout
41902 page%
41903 \end_layout
41904
41905 \end_inset
41906 </cell>
41907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41908 \begin_inset Text
41909
41910 \begin_layout Plain Layout
41911 % de la largeur du papier
41912 \end_layout
41913
41914 \end_inset
41915 </cell>
41916 </row>
41917 <row>
41918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41919 \begin_inset Text
41920
41921 \begin_layout Plain Layout
41922 line%
41923 \end_layout
41924
41925 \end_inset
41926 </cell>
41927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41928 \begin_inset Text
41929
41930 \begin_layout Plain Layout
41931 % de la largeur de la ligne
41932 \end_layout
41933
41934 \end_inset
41935 </cell>
41936 </row>
41937 <row>
41938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41939 \begin_inset Text
41940
41941 \begin_layout Plain Layout
41942 theight%
41943 \end_layout
41944
41945 \end_inset
41946 </cell>
41947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41948 \begin_inset Text
41949
41950 \begin_layout Plain Layout
41951 % la hauteur du texte
41952 \end_layout
41953
41954 \end_inset
41955 </cell>
41956 </row>
41957 <row>
41958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41959 \begin_inset Text
41960
41961 \begin_layout Plain Layout
41962 pheight%
41963 \end_layout
41964
41965 \end_inset
41966 </cell>
41967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41968 \begin_inset Text
41969
41970 \begin_layout Plain Layout
41971 % hauteur du papier
41972 \end_layout
41973
41974 \end_inset
41975 </cell>
41976 </row>
41977 <row>
41978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41979 \begin_inset Text
41980
41981 \begin_layout Plain Layout
41982 ex
41983 \end_layout
41984
41985 \end_inset
41986 </cell>
41987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41988 \begin_inset Text
41989
41990 \begin_layout Plain Layout
41991 hauteur de la lettre 
41992 \emph on
41993 x
41994 \emph default
41995  dans la police courante
41996 \end_layout
41997
41998 \end_inset
41999 </cell>
42000 </row>
42001 <row>
42002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
42003 \begin_inset Text
42004
42005 \begin_layout Plain Layout
42006 em
42007 \end_layout
42008
42009 \end_inset
42010 </cell>
42011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
42012 \begin_inset Text
42013
42014 \begin_layout Plain Layout
42015 largeur de la lettre
42016 \emph on
42017  M
42018 \emph default
42019  dans la police courante
42020 \end_layout
42021
42022 \end_inset
42023 </cell>
42024 </row>
42025 <row>
42026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42027 \begin_inset Text
42028
42029 \begin_layout Plain Layout
42030 mu
42031 \end_layout
42032
42033 \end_inset
42034 </cell>
42035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
42036 \begin_inset Text
42037
42038 \begin_layout Plain Layout
42039 unité mathématique (1
42040 \begin_inset space \thinspace{}
42041 \end_inset
42042
42043 mu = 1/18
42044 \begin_inset space \thinspace{}
42045 \end_inset
42046
42047 em)
42048 \end_layout
42049
42050 \end_inset
42051 </cell>
42052 </row>
42053 </lyxtabular>
42054
42055 \end_inset
42056
42057
42058 \end_layout
42059
42060 \end_inset
42061
42062
42063 \end_layout
42064
42065 \begin_layout Chapter
42066 Formats des fichiers de sortie graphiques
42067 \begin_inset CommandInset label
42068 LatexCommand label
42069 name "cha:Formats-fichiers-graphiques"
42070
42071 \end_inset
42072
42073
42074 \end_layout
42075
42076 \begin_layout Section
42077 DVI
42078 \begin_inset Index idx
42079 status collapsed
42080
42081 \begin_layout Plain Layout
42082 Formats de Fichiers! DVI
42083 \end_layout
42084
42085 \end_inset
42086
42087
42088 \begin_inset Index idx
42089 status collapsed
42090
42091 \begin_layout Plain Layout
42092 DVI|see
42093 \begin_inset ERT
42094 status collapsed
42095
42096 \begin_layout Plain Layout
42097
42098 {
42099 \end_layout
42100
42101 \end_inset
42102
42103 Formats de Fichiers
42104 \begin_inset ERT
42105 status collapsed
42106
42107 \begin_layout Plain Layout
42108
42109 }
42110 \end_layout
42111
42112 \end_inset
42113
42114
42115 \end_layout
42116
42117 \end_inset
42118
42119
42120 \end_layout
42121
42122 \begin_layout Standard
42123 Ce type de fichiers a l'extension 
42124 \begin_inset Quotes fld
42125 \end_inset
42126
42127
42128 \family typewriter
42129 .dvi
42130 \family default
42131
42132 \begin_inset Quotes frd
42133 \end_inset
42134
42135 .
42136  Il est appelé 
42137 \emph on
42138 indépendant de l'appareil
42139 \emph default
42140  ou 
42141 \begin_inset Quotes fld
42142 \end_inset
42143
42144 device independent (DVI)
42145 \begin_inset Quotes frd
42146 \end_inset
42147
42148 , car il est complètement portable ; vous pouvez les recopier d'une machine
42149  à l'autre sans avoir à faire de conversion.
42150  À l'époque où ce format a été développé, c'était loin d'être évident.
42151  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
42152  étape préliminaire avant la conversion vers un autre format comme le PostScript.
42153 \end_layout
42154
42155 \begin_layout Standard
42156 \begin_inset Note Greyedout
42157 status open
42158
42159 \begin_layout Plain Layout
42160
42161 \series bold
42162 Note:
42163 \series default
42164  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
42165  au fichier.
42166  
42167 \end_layout
42168
42169 \end_inset
42170
42171  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
42172  
42173 \family typewriter
42174 .dvi
42175 \family default
42176 .
42177  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
42178 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
42179  pour les rendre visibles quand vous faites défiler votre document.
42180  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
42181  avec de nombreuses images.
42182 \end_layout
42183
42184 \begin_layout Standard
42185 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
42186  menu 
42187 \family sans
42188 Fichier\SpecialChar \menuseparator
42189 Exporter\SpecialChar \menuseparator
42190 DVI.
42191
42192 \family default
42193  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
42194 \family sans
42195 Visualiser
42196 \family default
42197 .
42198 \end_layout
42199
42200 \begin_layout Section
42201 PostScript
42202 \begin_inset CommandInset label
42203 LatexCommand label
42204 name "sec:PostScript"
42205
42206 \end_inset
42207
42208
42209 \begin_inset Index idx
42210 status collapsed
42211
42212 \begin_layout Plain Layout
42213 Formats de Fichiers ! PostScript
42214 \end_layout
42215
42216 \end_inset
42217
42218
42219 \begin_inset Index idx
42220 status collapsed
42221
42222 \begin_layout Plain Layout
42223 PostScript|see
42224 \begin_inset ERT
42225 status collapsed
42226
42227 \begin_layout Plain Layout
42228
42229 {
42230 \end_layout
42231
42232 \end_inset
42233
42234 Formats de Fichiers
42235 \begin_inset ERT
42236 status collapsed
42237
42238 \begin_layout Plain Layout
42239
42240 }
42241 \end_layout
42242
42243 \end_inset
42244
42245
42246 \end_layout
42247
42248 \end_inset
42249
42250
42251 \end_layout
42252
42253 \begin_layout Standard
42254 Ce type de fichiers a l'extension 
42255 \begin_inset Quotes fld
42256 \end_inset
42257
42258
42259 \family typewriter
42260 .ps
42261 \family default
42262
42263 \begin_inset Quotes frd
42264 \end_inset
42265
42266 .
42267  PostScript a été développé par la société 
42268 \series bold
42269 Adobe
42270 \series default
42271  comme un langage pour les imprimantes.
42272  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
42273  pour imprimer le document.
42274  PostScript peut être considéré comme un 
42275 \begin_inset Quotes fld
42276 \end_inset
42277
42278 langage de programmation
42279 \begin_inset Quotes frd
42280 \end_inset
42281
42282  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
42283  images
42284 \begin_inset Foot
42285 status collapsed
42286
42287 \begin_layout Plain Layout
42288 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
42289  LaTeX 
42290 \series bold
42291 pstricks
42292 \series default
42293
42294 \begin_inset CommandInset citation
42295 LatexCommand cite
42296 key "pstricks"
42297
42298 \end_inset
42299
42300 .
42301 \end_layout
42302
42303 \end_inset
42304
42305 .
42306  En partie à cause de toutes ces possibilités un fichier PostScript est
42307  souvent plus gros qu'un PDF.
42308 \end_layout
42309
42310 \begin_layout Standard
42311 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
42312  plus gros qu'un PDF.
42313 \end_layout
42314
42315 \begin_layout Standard
42316 PostScript ne peut contenir que des images au format 
42317 \begin_inset Quotes fld
42318 \end_inset
42319
42320 PostScript Encapsulé
42321 \begin_inset Quotes frd
42322 \end_inset
42323
42324  (encapsulated PostScript ou EPS, d'extension 
42325 \family typewriter
42326 .eps
42327 \family default
42328 ).
42329  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
42330  il doit les convertir en interne en EPS.
42331  Si vous avez par exemple 50 images dans votre document, LyX doit faire
42332  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
42333  document.
42334  Cela risque de ralentir de façon importante votre rythme de travail.
42335  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
42336  vos images directement en EPS pour éviter ce problème.
42337 \end_layout
42338
42339 \begin_layout Standard
42340 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
42341  le menu 
42342 \family sans
42343 Fichier\SpecialChar \menuseparator
42344 Exporter\SpecialChar \menuseparator
42345 PostScript.
42346
42347 \family default
42348  Vous pouvez visionner votre document sous forme PostScript grâce au menu
42349  
42350 \family sans
42351 Visualiser
42352 \family default
42353 .
42354 \end_layout
42355
42356 \begin_layout Section
42357 PDF
42358 \begin_inset Index idx
42359 status collapsed
42360
42361 \begin_layout Plain Layout
42362 Formats de Fichiers ! PDF
42363 \end_layout
42364
42365 \end_inset
42366
42367
42368 \begin_inset Index idx
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372 PDF
42373 \end_layout
42374
42375 \end_inset
42376
42377
42378 \end_layout
42379
42380 \begin_layout Standard
42381 Ce type de fichiers a l'extension 
42382 \begin_inset Quotes fld
42383 \end_inset
42384
42385
42386 \family typewriter
42387 .pdf
42388 \family default
42389
42390 \begin_inset Quotes frd
42391 \end_inset
42392
42393 .
42394  Ce 
42395 \begin_inset Quotes fld
42396 \end_inset
42397
42398 format de document portable
42399 \begin_inset Quotes frd
42400 \end_inset
42401
42402  (portable document format ou PDF) est développé par 
42403 \family typewriter
42404 Adobe
42405 \family default
42406  comme une évolution de PostScript.
42407  Il est plus comprimé et utilise moins de commandes que PostScript.
42408  Comme son nom l'indique, il est 
42409 \begin_inset Quotes fld
42410 \end_inset
42411
42412 portable
42413 \begin_inset Quotes frd
42414 \end_inset
42415
42416  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42417  aura exactement le même aspect.
42418 \end_layout
42419
42420 \begin_layout Standard
42421 PDF peut contenir des images dans son propre format PDF et dans les formats
42422  JPG (format du 
42423 \begin_inset Quotes fld
42424 \end_inset
42425
42426 Joint Photographic Expert Group
42427 \begin_inset Quotes frd
42428 \end_inset
42429
42430  avec comme extension 
42431 \family typewriter
42432 .jpg
42433 \family default
42434  ou 
42435 \family typewriter
42436 .jpeg
42437 \family default
42438 ) et PNG (
42439 \begin_inset Quotes fld
42440 \end_inset
42441
42442 Portable Network Graphics
42443 \begin_inset Quotes frd
42444 \end_inset
42445
42446  avec l'extension 
42447 \family typewriter
42448 .png
42449 \family default
42450 ).
42451  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
42452  dans un de ces formats.
42453  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42454  vont ralentir votre travail.
42455  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42456 \end_layout
42457
42458 \begin_layout Standard
42459 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42460  menu 
42461 \family sans
42462 Fichier\SpecialChar \menuseparator
42463 Exporter 
42464 \family default
42465 de trois façons différentes:
42466 \end_layout
42467
42468 \begin_layout Description
42469 PDF
42470 \begin_inset space ~
42471 \end_inset
42472
42473 (ps2pdf) Ceci utilise le programme 
42474 \family typewriter
42475 ps2pdf
42476 \family default
42477  qui créé un PDF à partir de la version PostScript de votre fichier.
42478  Cette dernière est produite par le programme 
42479 \family typewriter
42480 dvips
42481 \family default
42482  qui utilise une version DVI comme étape intermédiaire.
42483  Cette variante consiste donc en trois conversions.
42484 \end_layout
42485
42486 \begin_layout Description
42487 PDF
42488 \begin_inset space ~
42489 \end_inset
42490
42491 (dvipdfm) Ceci utilise le programme 
42492 \family typewriter
42493 dvipdfm
42494 \family default
42495  qui convertit votre fichier en DVI avant de le convertir en PDF.
42496 \end_layout
42497
42498 \begin_layout Description
42499 PDF
42500 \begin_inset space ~
42501 \end_inset
42502
42503 (pdflatex) Ceci utilise le programme 
42504 \family typewriter
42505 pdftex
42506 \family default
42507  qui convertit directement votre fichier en PDF.
42508 \end_layout
42509
42510 \begin_layout Standard
42511 Nous recommandons d'utiliser l'option 
42512 \family sans
42513 PDF
42514 \begin_inset space ~
42515 \end_inset
42516
42517 (pdflatex)
42518 \family default
42519  car 
42520 \family typewriter
42521 pdftex
42522 \family default
42523  accepte toutes les fonctionnalités des versions actuelles de PDF.
42524  Il est en plus rapide et stable.
42525  Le programme 
42526 \family typewriter
42527 dvipdfm
42528 \family default
42529  n'est plus développé est est donc un peu dépassé.
42530 \end_layout
42531
42532 \begin_layout Standard
42533 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42534 \family sans
42535 Visualiser
42536 \family default
42537  ou en utilisant un bouton de la barre d'outils.
42538 \end_layout
42539
42540 \begin_layout Chapter
42541 Liste de noms de couleur pour dvips
42542 \begin_inset CommandInset label
42543 LatexCommand label
42544 name "chap:Liste-de-noms-de-couleur-dvips"
42545
42546 \end_inset
42547
42548
42549 \end_layout
42550
42551 \begin_layout Standard
42552 \begin_inset Tabular
42553 <lyxtabular version="3" rows="17" columns="4">
42554 <features rotate="0" tabularvalignment="middle">
42555 <column alignment="left" valignment="top" width="0pt">
42556 <column alignment="left" valignment="top" width="0pt">
42557 <column alignment="left" valignment="top" width="0pt">
42558 <column alignment="left" valignment="top" width="0pt">
42559 <row>
42560 <cell alignment="left" valignment="top" usebox="none">
42561 \begin_inset Text
42562
42563 \begin_layout Plain Layout
42564 \begin_inset ERT
42565 status collapsed
42566
42567 \begin_layout Plain Layout
42568
42569
42570 \backslash
42571 fcolorbox{black}{
42572 \end_layout
42573
42574 \end_inset
42575
42576 white
42577 \begin_inset ERT
42578 status collapsed
42579
42580 \begin_layout Plain Layout
42581
42582 }{
42583 \end_layout
42584
42585 \end_inset
42586
42587 Couleur
42588 \begin_inset ERT
42589 status collapsed
42590
42591 \begin_layout Plain Layout
42592
42593 }
42594 \end_layout
42595
42596 \end_inset
42597
42598  Nom
42599 \end_layout
42600
42601 \end_inset
42602 </cell>
42603 <cell alignment="left" valignment="top" usebox="none">
42604 \begin_inset Text
42605
42606 \begin_layout Plain Layout
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612
42613 \backslash
42614 fcolorbox{black}{
42615 \end_layout
42616
42617 \end_inset
42618
42619 white
42620 \begin_inset ERT
42621 status collapsed
42622
42623 \begin_layout Plain Layout
42624
42625 }{
42626 \end_layout
42627
42628 \end_inset
42629
42630 Couleur
42631 \begin_inset ERT
42632 status collapsed
42633
42634 \begin_layout Plain Layout
42635
42636 }
42637 \end_layout
42638
42639 \end_inset
42640
42641  Nom
42642 \end_layout
42643
42644 \end_inset
42645 </cell>
42646 <cell alignment="left" valignment="top" usebox="none">
42647 \begin_inset Text
42648
42649 \begin_layout Plain Layout
42650 \begin_inset ERT
42651 status collapsed
42652
42653 \begin_layout Plain Layout
42654
42655
42656 \backslash
42657 fcolorbox{black}{
42658 \end_layout
42659
42660 \end_inset
42661
42662 white
42663 \begin_inset ERT
42664 status collapsed
42665
42666 \begin_layout Plain Layout
42667
42668 }{
42669 \end_layout
42670
42671 \end_inset
42672
42673 Couleur
42674 \begin_inset ERT
42675 status collapsed
42676
42677 \begin_layout Plain Layout
42678
42679 }
42680 \end_layout
42681
42682 \end_inset
42683
42684  Nom
42685 \end_layout
42686
42687 \end_inset
42688 </cell>
42689 <cell alignment="left" valignment="top" usebox="none">
42690 \begin_inset Text
42691
42692 \begin_layout Plain Layout
42693 \begin_inset ERT
42694 status collapsed
42695
42696 \begin_layout Plain Layout
42697
42698
42699 \backslash
42700 fcolorbox{black}{
42701 \end_layout
42702
42703 \end_inset
42704
42705 white
42706 \begin_inset ERT
42707 status collapsed
42708
42709 \begin_layout Plain Layout
42710
42711 }{
42712 \end_layout
42713
42714 \end_inset
42715
42716 Couleur
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }
42723 \end_layout
42724
42725 \end_inset
42726
42727  Nom
42728 \end_layout
42729
42730 \end_inset
42731 </cell>
42732 </row>
42733 <row>
42734 <cell alignment="center" valignment="top" usebox="none">
42735 \begin_inset Text
42736
42737 \begin_layout Plain Layout
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743
42744 \backslash
42745 fcolorbox{black}{
42746 \end_layout
42747
42748 \end_inset
42749
42750 Apricot
42751 \begin_inset ERT
42752 status collapsed
42753
42754 \begin_layout Plain Layout
42755
42756 }{
42757 \end_layout
42758
42759 \end_inset
42760
42761
42762 \begin_inset Phantom Phantom
42763 status open
42764
42765 \begin_layout Plain Layout
42766 W
42767 \end_layout
42768
42769 \end_inset
42770
42771
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777 }
42778 \end_layout
42779
42780 \end_inset
42781
42782  Apricot
42783 \end_layout
42784
42785 \end_inset
42786 </cell>
42787 <cell alignment="center" valignment="top" usebox="none">
42788 \begin_inset Text
42789
42790 \begin_layout Plain Layout
42791 \begin_inset ERT
42792 status collapsed
42793
42794 \begin_layout Plain Layout
42795
42796
42797 \backslash
42798 fcolorbox{black}{
42799 \end_layout
42800
42801 \end_inset
42802
42803 Aquamarine
42804 \begin_inset ERT
42805 status collapsed
42806
42807 \begin_layout Plain Layout
42808
42809 }{
42810 \end_layout
42811
42812 \end_inset
42813
42814
42815 \begin_inset Phantom Phantom
42816 status open
42817
42818 \begin_layout Plain Layout
42819 W
42820 \end_layout
42821
42822 \end_inset
42823
42824
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }
42831 \end_layout
42832
42833 \end_inset
42834
42835  Aquamarine
42836 \end_layout
42837
42838 \end_inset
42839 </cell>
42840 <cell alignment="center" valignment="top" usebox="none">
42841 \begin_inset Text
42842
42843 \begin_layout Plain Layout
42844 \begin_inset ERT
42845 status collapsed
42846
42847 \begin_layout Plain Layout
42848
42849
42850 \backslash
42851 fcolorbox{black}{
42852 \end_layout
42853
42854 \end_inset
42855
42856 Bittersweet
42857 \begin_inset ERT
42858 status collapsed
42859
42860 \begin_layout Plain Layout
42861
42862 }{
42863 \end_layout
42864
42865 \end_inset
42866
42867
42868 \begin_inset Phantom Phantom
42869 status open
42870
42871 \begin_layout Plain Layout
42872 W
42873 \end_layout
42874
42875 \end_inset
42876
42877
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }
42884 \end_layout
42885
42886 \end_inset
42887
42888  Bittersweet
42889 \end_layout
42890
42891 \end_inset
42892 </cell>
42893 <cell alignment="center" valignment="top" usebox="none">
42894 \begin_inset Text
42895
42896 \begin_layout Plain Layout
42897 \begin_inset ERT
42898 status collapsed
42899
42900 \begin_layout Plain Layout
42901
42902
42903 \backslash
42904 fcolorbox{black}{
42905 \end_layout
42906
42907 \end_inset
42908
42909 BlueGreen
42910 \begin_inset ERT
42911 status collapsed
42912
42913 \begin_layout Plain Layout
42914
42915 }{
42916 \end_layout
42917
42918 \end_inset
42919
42920
42921 \begin_inset Phantom Phantom
42922 status open
42923
42924 \begin_layout Plain Layout
42925 W
42926 \end_layout
42927
42928 \end_inset
42929
42930
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }
42937 \end_layout
42938
42939 \end_inset
42940
42941  BlueGreen
42942 \end_layout
42943
42944 \end_inset
42945 </cell>
42946 </row>
42947 <row>
42948 <cell alignment="left" valignment="top" usebox="none">
42949 \begin_inset Text
42950
42951 \begin_layout Plain Layout
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957
42958 \backslash
42959 fcolorbox{black}{
42960 \end_layout
42961
42962 \end_inset
42963
42964 BlueViolet
42965 \begin_inset ERT
42966 status collapsed
42967
42968 \begin_layout Plain Layout
42969
42970 }{
42971 \end_layout
42972
42973 \end_inset
42974
42975
42976 \begin_inset Phantom Phantom
42977 status open
42978
42979 \begin_layout Plain Layout
42980 W
42981 \end_layout
42982
42983 \end_inset
42984
42985
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991 }
42992 \end_layout
42993
42994 \end_inset
42995
42996  BlueViolet
42997 \end_layout
42998
42999 \end_inset
43000 </cell>
43001 <cell alignment="left" valignment="top" usebox="none">
43002 \begin_inset Text
43003
43004 \begin_layout Plain Layout
43005 \begin_inset ERT
43006 status collapsed
43007
43008 \begin_layout Plain Layout
43009
43010
43011 \backslash
43012 fcolorbox{black}{
43013 \end_layout
43014
43015 \end_inset
43016
43017 BrickRed
43018 \begin_inset ERT
43019 status collapsed
43020
43021 \begin_layout Plain Layout
43022
43023 }{
43024 \end_layout
43025
43026 \end_inset
43027
43028
43029 \begin_inset Phantom Phantom
43030 status open
43031
43032 \begin_layout Plain Layout
43033 W
43034 \end_layout
43035
43036 \end_inset
43037
43038
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }
43045 \end_layout
43046
43047 \end_inset
43048
43049  BrickRed
43050 \end_layout
43051
43052 \end_inset
43053 </cell>
43054 <cell alignment="left" valignment="top" usebox="none">
43055 \begin_inset Text
43056
43057 \begin_layout Plain Layout
43058 \begin_inset ERT
43059 status collapsed
43060
43061 \begin_layout Plain Layout
43062
43063
43064 \backslash
43065 fcolorbox{black}{
43066 \end_layout
43067
43068 \end_inset
43069
43070 Brown
43071 \begin_inset ERT
43072 status collapsed
43073
43074 \begin_layout Plain Layout
43075
43076 }{
43077 \end_layout
43078
43079 \end_inset
43080
43081
43082 \begin_inset Phantom Phantom
43083 status open
43084
43085 \begin_layout Plain Layout
43086 W
43087 \end_layout
43088
43089 \end_inset
43090
43091
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }
43098 \end_layout
43099
43100 \end_inset
43101
43102  Brown
43103 \end_layout
43104
43105 \end_inset
43106 </cell>
43107 <cell alignment="left" valignment="top" usebox="none">
43108 \begin_inset Text
43109
43110 \begin_layout Plain Layout
43111 \begin_inset ERT
43112 status collapsed
43113
43114 \begin_layout Plain Layout
43115
43116
43117 \backslash
43118 fcolorbox{black}{
43119 \end_layout
43120
43121 \end_inset
43122
43123 BurntOrange
43124 \begin_inset ERT
43125 status collapsed
43126
43127 \begin_layout Plain Layout
43128
43129 }{
43130 \end_layout
43131
43132 \end_inset
43133
43134
43135 \begin_inset Phantom Phantom
43136 status open
43137
43138 \begin_layout Plain Layout
43139 W
43140 \end_layout
43141
43142 \end_inset
43143
43144
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }
43151 \end_layout
43152
43153 \end_inset
43154
43155  BurntOrange
43156 \end_layout
43157
43158 \end_inset
43159 </cell>
43160 </row>
43161 <row>
43162 <cell alignment="left" valignment="top" usebox="none">
43163 \begin_inset Text
43164
43165 \begin_layout Plain Layout
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171
43172 \backslash
43173 fcolorbox{black}{
43174 \end_layout
43175
43176 \end_inset
43177
43178 CadetBlue
43179 \begin_inset ERT
43180 status collapsed
43181
43182 \begin_layout Plain Layout
43183
43184 }{
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \begin_inset Phantom Phantom
43191 status open
43192
43193 \begin_layout Plain Layout
43194 W
43195 \end_layout
43196
43197 \end_inset
43198
43199
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }
43206 \end_layout
43207
43208 \end_inset
43209
43210  CadetBlue
43211 \end_layout
43212
43213 \end_inset
43214 </cell>
43215 <cell alignment="left" valignment="top" usebox="none">
43216 \begin_inset Text
43217
43218 \begin_layout Plain Layout
43219 \begin_inset ERT
43220 status collapsed
43221
43222 \begin_layout Plain Layout
43223
43224
43225 \backslash
43226 fcolorbox{black}{
43227 \end_layout
43228
43229 \end_inset
43230
43231 CarnationPink
43232 \begin_inset ERT
43233 status collapsed
43234
43235 \begin_layout Plain Layout
43236
43237 }{
43238 \end_layout
43239
43240 \end_inset
43241
43242
43243 \begin_inset Phantom Phantom
43244 status open
43245
43246 \begin_layout Plain Layout
43247 W
43248 \end_layout
43249
43250 \end_inset
43251
43252
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }
43259 \end_layout
43260
43261 \end_inset
43262
43263  CarnationPink
43264 \end_layout
43265
43266 \end_inset
43267 </cell>
43268 <cell alignment="left" valignment="top" usebox="none">
43269 \begin_inset Text
43270
43271 \begin_layout Plain Layout
43272 \begin_inset ERT
43273 status collapsed
43274
43275 \begin_layout Plain Layout
43276
43277
43278 \backslash
43279 fcolorbox{black}{
43280 \end_layout
43281
43282 \end_inset
43283
43284 Cerulean
43285 \begin_inset ERT
43286 status collapsed
43287
43288 \begin_layout Plain Layout
43289
43290 }{
43291 \end_layout
43292
43293 \end_inset
43294
43295
43296 \begin_inset Phantom Phantom
43297 status open
43298
43299 \begin_layout Plain Layout
43300 W
43301 \end_layout
43302
43303 \end_inset
43304
43305
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }
43312 \end_layout
43313
43314 \end_inset
43315
43316  Cerulean
43317 \end_layout
43318
43319 \end_inset
43320 </cell>
43321 <cell alignment="left" valignment="top" usebox="none">
43322 \begin_inset Text
43323
43324 \begin_layout Plain Layout
43325 \begin_inset ERT
43326 status collapsed
43327
43328 \begin_layout Plain Layout
43329
43330
43331 \backslash
43332 fcolorbox{black}{
43333 \end_layout
43334
43335 \end_inset
43336
43337 CornflowerBlue
43338 \begin_inset ERT
43339 status collapsed
43340
43341 \begin_layout Plain Layout
43342
43343 }{
43344 \end_layout
43345
43346 \end_inset
43347
43348
43349 \begin_inset Phantom Phantom
43350 status open
43351
43352 \begin_layout Plain Layout
43353 W
43354 \end_layout
43355
43356 \end_inset
43357
43358
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }
43365 \end_layout
43366
43367 \end_inset
43368
43369  CornflowerBlue
43370 \end_layout
43371
43372 \end_inset
43373 </cell>
43374 </row>
43375 <row>
43376 <cell alignment="left" valignment="top" usebox="none">
43377 \begin_inset Text
43378
43379 \begin_layout Plain Layout
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385
43386 \backslash
43387 fcolorbox{black}{
43388 \end_layout
43389
43390 \end_inset
43391
43392 Dandelion
43393 \begin_inset ERT
43394 status collapsed
43395
43396 \begin_layout Plain Layout
43397
43398 }{
43399 \end_layout
43400
43401 \end_inset
43402
43403
43404 \begin_inset Phantom Phantom
43405 status open
43406
43407 \begin_layout Plain Layout
43408 W
43409 \end_layout
43410
43411 \end_inset
43412
43413
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }
43420 \end_layout
43421
43422 \end_inset
43423
43424  Dandelion
43425 \end_layout
43426
43427 \end_inset
43428 </cell>
43429 <cell alignment="left" valignment="top" usebox="none">
43430 \begin_inset Text
43431
43432 \begin_layout Plain Layout
43433 \begin_inset ERT
43434 status collapsed
43435
43436 \begin_layout Plain Layout
43437
43438
43439 \backslash
43440 fcolorbox{black}{
43441 \end_layout
43442
43443 \end_inset
43444
43445 DarkOrchid
43446 \begin_inset ERT
43447 status collapsed
43448
43449 \begin_layout Plain Layout
43450
43451 }{
43452 \end_layout
43453
43454 \end_inset
43455
43456
43457 \begin_inset Phantom Phantom
43458 status open
43459
43460 \begin_layout Plain Layout
43461 W
43462 \end_layout
43463
43464 \end_inset
43465
43466
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }
43473 \end_layout
43474
43475 \end_inset
43476
43477  DarkOrchid
43478 \end_layout
43479
43480 \end_inset
43481 </cell>
43482 <cell alignment="left" valignment="top" usebox="none">
43483 \begin_inset Text
43484
43485 \begin_layout Plain Layout
43486 \begin_inset ERT
43487 status collapsed
43488
43489 \begin_layout Plain Layout
43490
43491
43492 \backslash
43493 fcolorbox{black}{
43494 \end_layout
43495
43496 \end_inset
43497
43498 Emerald
43499 \begin_inset ERT
43500 status collapsed
43501
43502 \begin_layout Plain Layout
43503
43504 }{
43505 \end_layout
43506
43507 \end_inset
43508
43509
43510 \begin_inset Phantom Phantom
43511 status open
43512
43513 \begin_layout Plain Layout
43514 W
43515 \end_layout
43516
43517 \end_inset
43518
43519
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }
43526 \end_layout
43527
43528 \end_inset
43529
43530  Emerald
43531 \end_layout
43532
43533 \end_inset
43534 </cell>
43535 <cell alignment="left" valignment="top" usebox="none">
43536 \begin_inset Text
43537
43538 \begin_layout Plain Layout
43539 \begin_inset ERT
43540 status collapsed
43541
43542 \begin_layout Plain Layout
43543
43544
43545 \backslash
43546 fcolorbox{black}{
43547 \end_layout
43548
43549 \end_inset
43550
43551 ForestGreen
43552 \begin_inset ERT
43553 status collapsed
43554
43555 \begin_layout Plain Layout
43556
43557 }{
43558 \end_layout
43559
43560 \end_inset
43561
43562
43563 \begin_inset Phantom Phantom
43564 status open
43565
43566 \begin_layout Plain Layout
43567 W
43568 \end_layout
43569
43570 \end_inset
43571
43572
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578 }
43579 \end_layout
43580
43581 \end_inset
43582
43583  ForestGreen
43584 \end_layout
43585
43586 \end_inset
43587 </cell>
43588 </row>
43589 <row>
43590 <cell alignment="left" valignment="top" usebox="none">
43591 \begin_inset Text
43592
43593 \begin_layout Plain Layout
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599
43600 \backslash
43601 fcolorbox{black}{
43602 \end_layout
43603
43604 \end_inset
43605
43606 Fuchsia
43607 \begin_inset ERT
43608 status collapsed
43609
43610 \begin_layout Plain Layout
43611
43612 }{
43613 \end_layout
43614
43615 \end_inset
43616
43617
43618 \begin_inset Phantom Phantom
43619 status open
43620
43621 \begin_layout Plain Layout
43622 W
43623 \end_layout
43624
43625 \end_inset
43626
43627
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 }
43634 \end_layout
43635
43636 \end_inset
43637
43638  Fuchsia
43639 \end_layout
43640
43641 \end_inset
43642 </cell>
43643 <cell alignment="left" valignment="top" usebox="none">
43644 \begin_inset Text
43645
43646 \begin_layout Plain Layout
43647 \begin_inset ERT
43648 status collapsed
43649
43650 \begin_layout Plain Layout
43651
43652
43653 \backslash
43654 fcolorbox{black}{
43655 \end_layout
43656
43657 \end_inset
43658
43659 Goldenrod
43660 \begin_inset ERT
43661 status collapsed
43662
43663 \begin_layout Plain Layout
43664
43665 }{
43666 \end_layout
43667
43668 \end_inset
43669
43670
43671 \begin_inset Phantom Phantom
43672 status open
43673
43674 \begin_layout Plain Layout
43675 W
43676 \end_layout
43677
43678 \end_inset
43679
43680
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }
43687 \end_layout
43688
43689 \end_inset
43690
43691  Goldenrod
43692 \end_layout
43693
43694 \end_inset
43695 </cell>
43696 <cell alignment="left" valignment="top" usebox="none">
43697 \begin_inset Text
43698
43699 \begin_layout Plain Layout
43700 \begin_inset ERT
43701 status collapsed
43702
43703 \begin_layout Plain Layout
43704
43705
43706 \backslash
43707 fcolorbox{black}{
43708 \end_layout
43709
43710 \end_inset
43711
43712 Gray
43713 \begin_inset ERT
43714 status collapsed
43715
43716 \begin_layout Plain Layout
43717
43718 }{
43719 \end_layout
43720
43721 \end_inset
43722
43723
43724 \begin_inset Phantom Phantom
43725 status open
43726
43727 \begin_layout Plain Layout
43728 W
43729 \end_layout
43730
43731 \end_inset
43732
43733
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }
43740 \end_layout
43741
43742 \end_inset
43743
43744  Gray
43745 \end_layout
43746
43747 \end_inset
43748 </cell>
43749 <cell alignment="left" valignment="top" usebox="none">
43750 \begin_inset Text
43751
43752 \begin_layout Plain Layout
43753 \begin_inset ERT
43754 status collapsed
43755
43756 \begin_layout Plain Layout
43757
43758
43759 \backslash
43760 fcolorbox{black}{
43761 \end_layout
43762
43763 \end_inset
43764
43765 GreenYellow
43766 \begin_inset ERT
43767 status collapsed
43768
43769 \begin_layout Plain Layout
43770
43771 }{
43772 \end_layout
43773
43774 \end_inset
43775
43776
43777 \begin_inset Phantom Phantom
43778 status open
43779
43780 \begin_layout Plain Layout
43781 W
43782 \end_layout
43783
43784 \end_inset
43785
43786
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792 }
43793 \end_layout
43794
43795 \end_inset
43796
43797  GreenYellow
43798 \end_layout
43799
43800 \end_inset
43801 </cell>
43802 </row>
43803 <row>
43804 <cell alignment="center" valignment="top" usebox="none">
43805 \begin_inset Text
43806
43807 \begin_layout Plain Layout
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813
43814 \backslash
43815 fcolorbox{black}{
43816 \end_layout
43817
43818 \end_inset
43819
43820 JungleGreen
43821 \begin_inset ERT
43822 status collapsed
43823
43824 \begin_layout Plain Layout
43825
43826 }{
43827 \end_layout
43828
43829 \end_inset
43830
43831
43832 \begin_inset Phantom Phantom
43833 status open
43834
43835 \begin_layout Plain Layout
43836 W
43837 \end_layout
43838
43839 \end_inset
43840
43841
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847 }
43848 \end_layout
43849
43850 \end_inset
43851
43852  JungleGreen
43853 \end_layout
43854
43855 \end_inset
43856 </cell>
43857 <cell alignment="center" valignment="top" usebox="none">
43858 \begin_inset Text
43859
43860 \begin_layout Plain Layout
43861 \begin_inset ERT
43862 status collapsed
43863
43864 \begin_layout Plain Layout
43865
43866
43867 \backslash
43868 fcolorbox{black}{
43869 \end_layout
43870
43871 \end_inset
43872
43873 Lavender
43874 \begin_inset ERT
43875 status collapsed
43876
43877 \begin_layout Plain Layout
43878
43879 }{
43880 \end_layout
43881
43882 \end_inset
43883
43884
43885 \begin_inset Phantom Phantom
43886 status open
43887
43888 \begin_layout Plain Layout
43889 W
43890 \end_layout
43891
43892 \end_inset
43893
43894
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }
43901 \end_layout
43902
43903 \end_inset
43904
43905  Lavender
43906 \end_layout
43907
43908 \end_inset
43909 </cell>
43910 <cell alignment="center" valignment="top" usebox="none">
43911 \begin_inset Text
43912
43913 \begin_layout Plain Layout
43914 \begin_inset ERT
43915 status collapsed
43916
43917 \begin_layout Plain Layout
43918
43919
43920 \backslash
43921 fcolorbox{black}{
43922 \end_layout
43923
43924 \end_inset
43925
43926 LimeGreen
43927 \begin_inset ERT
43928 status collapsed
43929
43930 \begin_layout Plain Layout
43931
43932 }{
43933 \end_layout
43934
43935 \end_inset
43936
43937
43938 \begin_inset Phantom Phantom
43939 status open
43940
43941 \begin_layout Plain Layout
43942 W
43943 \end_layout
43944
43945 \end_inset
43946
43947
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }
43954 \end_layout
43955
43956 \end_inset
43957
43958  LimeGreen
43959 \end_layout
43960
43961 \end_inset
43962 </cell>
43963 <cell alignment="center" valignment="top" usebox="none">
43964 \begin_inset Text
43965
43966 \begin_layout Plain Layout
43967 \begin_inset ERT
43968 status collapsed
43969
43970 \begin_layout Plain Layout
43971
43972
43973 \backslash
43974 fcolorbox{black}{
43975 \end_layout
43976
43977 \end_inset
43978
43979 Mahogany
43980 \begin_inset ERT
43981 status collapsed
43982
43983 \begin_layout Plain Layout
43984
43985 }{
43986 \end_layout
43987
43988 \end_inset
43989
43990
43991 \begin_inset Phantom Phantom
43992 status open
43993
43994 \begin_layout Plain Layout
43995 W
43996 \end_layout
43997
43998 \end_inset
43999
44000
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006 }
44007 \end_layout
44008
44009 \end_inset
44010
44011  Mahogany
44012 \end_layout
44013
44014 \end_inset
44015 </cell>
44016 </row>
44017 <row>
44018 <cell alignment="left" valignment="top" usebox="none">
44019 \begin_inset Text
44020
44021 \begin_layout Plain Layout
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027
44028 \backslash
44029 fcolorbox{black}{
44030 \end_layout
44031
44032 \end_inset
44033
44034 Mahogany
44035 \begin_inset ERT
44036 status collapsed
44037
44038 \begin_layout Plain Layout
44039
44040 }{
44041 \end_layout
44042
44043 \end_inset
44044
44045
44046 \begin_inset Phantom Phantom
44047 status open
44048
44049 \begin_layout Plain Layout
44050 W
44051 \end_layout
44052
44053 \end_inset
44054
44055
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061 }
44062 \end_layout
44063
44064 \end_inset
44065
44066  Mahogany
44067 \end_layout
44068
44069 \end_inset
44070 </cell>
44071 <cell alignment="left" valignment="top" usebox="none">
44072 \begin_inset Text
44073
44074 \begin_layout Plain Layout
44075 \begin_inset ERT
44076 status collapsed
44077
44078 \begin_layout Plain Layout
44079
44080
44081 \backslash
44082 fcolorbox{black}{
44083 \end_layout
44084
44085 \end_inset
44086
44087 Maroon
44088 \begin_inset ERT
44089 status collapsed
44090
44091 \begin_layout Plain Layout
44092
44093 }{
44094 \end_layout
44095
44096 \end_inset
44097
44098
44099 \begin_inset Phantom Phantom
44100 status open
44101
44102 \begin_layout Plain Layout
44103 W
44104 \end_layout
44105
44106 \end_inset
44107
44108
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }
44115 \end_layout
44116
44117 \end_inset
44118
44119  Maroon
44120 \end_layout
44121
44122 \end_inset
44123 </cell>
44124 <cell alignment="left" valignment="top" usebox="none">
44125 \begin_inset Text
44126
44127 \begin_layout Plain Layout
44128 \begin_inset ERT
44129 status collapsed
44130
44131 \begin_layout Plain Layout
44132
44133
44134 \backslash
44135 fcolorbox{black}{
44136 \end_layout
44137
44138 \end_inset
44139
44140 Melon
44141 \begin_inset ERT
44142 status collapsed
44143
44144 \begin_layout Plain Layout
44145
44146 }{
44147 \end_layout
44148
44149 \end_inset
44150
44151
44152 \begin_inset Phantom Phantom
44153 status open
44154
44155 \begin_layout Plain Layout
44156 W
44157 \end_layout
44158
44159 \end_inset
44160
44161
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }
44168 \end_layout
44169
44170 \end_inset
44171
44172  Melon
44173 \end_layout
44174
44175 \end_inset
44176 </cell>
44177 <cell alignment="left" valignment="top" usebox="none">
44178 \begin_inset Text
44179
44180 \begin_layout Plain Layout
44181 \begin_inset ERT
44182 status collapsed
44183
44184 \begin_layout Plain Layout
44185
44186
44187 \backslash
44188 fcolorbox{black}{
44189 \end_layout
44190
44191 \end_inset
44192
44193 MidnightBlue
44194 \begin_inset ERT
44195 status collapsed
44196
44197 \begin_layout Plain Layout
44198
44199 }{
44200 \end_layout
44201
44202 \end_inset
44203
44204
44205 \begin_inset Phantom Phantom
44206 status open
44207
44208 \begin_layout Plain Layout
44209 W
44210 \end_layout
44211
44212 \end_inset
44213
44214
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220 }
44221 \end_layout
44222
44223 \end_inset
44224
44225  MidnightBlue
44226 \end_layout
44227
44228 \end_inset
44229 </cell>
44230 </row>
44231 <row>
44232 <cell alignment="left" valignment="top" usebox="none">
44233 \begin_inset Text
44234
44235 \begin_layout Plain Layout
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241
44242 \backslash
44243 fcolorbox{black}{
44244 \end_layout
44245
44246 \end_inset
44247
44248 Mulberry
44249 \begin_inset ERT
44250 status collapsed
44251
44252 \begin_layout Plain Layout
44253
44254 }{
44255 \end_layout
44256
44257 \end_inset
44258
44259
44260 \begin_inset Phantom Phantom
44261 status open
44262
44263 \begin_layout Plain Layout
44264 W
44265 \end_layout
44266
44267 \end_inset
44268
44269
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275 }
44276 \end_layout
44277
44278 \end_inset
44279
44280  Mulberry
44281 \end_layout
44282
44283 \end_inset
44284 </cell>
44285 <cell alignment="left" valignment="top" usebox="none">
44286 \begin_inset Text
44287
44288 \begin_layout Plain Layout
44289 \begin_inset ERT
44290 status collapsed
44291
44292 \begin_layout Plain Layout
44293
44294
44295 \backslash
44296 fcolorbox{black}{
44297 \end_layout
44298
44299 \end_inset
44300
44301 NavyBlue
44302 \begin_inset ERT
44303 status collapsed
44304
44305 \begin_layout Plain Layout
44306
44307 }{
44308 \end_layout
44309
44310 \end_inset
44311
44312
44313 \begin_inset Phantom Phantom
44314 status open
44315
44316 \begin_layout Plain Layout
44317 W
44318 \end_layout
44319
44320 \end_inset
44321
44322
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }
44329 \end_layout
44330
44331 \end_inset
44332
44333  NavyBlue
44334 \end_layout
44335
44336 \end_inset
44337 </cell>
44338 <cell alignment="left" valignment="top" usebox="none">
44339 \begin_inset Text
44340
44341 \begin_layout Plain Layout
44342 \begin_inset ERT
44343 status collapsed
44344
44345 \begin_layout Plain Layout
44346
44347
44348 \backslash
44349 fcolorbox{black}{
44350 \end_layout
44351
44352 \end_inset
44353
44354 OliveGreen
44355 \begin_inset ERT
44356 status collapsed
44357
44358 \begin_layout Plain Layout
44359
44360 }{
44361 \end_layout
44362
44363 \end_inset
44364
44365
44366 \begin_inset Phantom Phantom
44367 status open
44368
44369 \begin_layout Plain Layout
44370 W
44371 \end_layout
44372
44373 \end_inset
44374
44375
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }
44382 \end_layout
44383
44384 \end_inset
44385
44386  OliveGreen
44387 \end_layout
44388
44389 \end_inset
44390 </cell>
44391 <cell alignment="left" valignment="top" usebox="none">
44392 \begin_inset Text
44393
44394 \begin_layout Plain Layout
44395 \begin_inset ERT
44396 status collapsed
44397
44398 \begin_layout Plain Layout
44399
44400
44401 \backslash
44402 fcolorbox{black}{
44403 \end_layout
44404
44405 \end_inset
44406
44407 Orange
44408 \begin_inset ERT
44409 status collapsed
44410
44411 \begin_layout Plain Layout
44412
44413 }{
44414 \end_layout
44415
44416 \end_inset
44417
44418
44419 \begin_inset Phantom Phantom
44420 status open
44421
44422 \begin_layout Plain Layout
44423 W
44424 \end_layout
44425
44426 \end_inset
44427
44428
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434 }
44435 \end_layout
44436
44437 \end_inset
44438
44439  Orange
44440 \end_layout
44441
44442 \end_inset
44443 </cell>
44444 </row>
44445 <row>
44446 <cell alignment="left" valignment="top" usebox="none">
44447 \begin_inset Text
44448
44449 \begin_layout Plain Layout
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455
44456 \backslash
44457 fcolorbox{black}{
44458 \end_layout
44459
44460 \end_inset
44461
44462 OrangeRed
44463 \begin_inset ERT
44464 status collapsed
44465
44466 \begin_layout Plain Layout
44467
44468 }{
44469 \end_layout
44470
44471 \end_inset
44472
44473
44474 \begin_inset Phantom Phantom
44475 status open
44476
44477 \begin_layout Plain Layout
44478 W
44479 \end_layout
44480
44481 \end_inset
44482
44483
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489 }
44490 \end_layout
44491
44492 \end_inset
44493
44494  OrangeRed
44495 \end_layout
44496
44497 \end_inset
44498 </cell>
44499 <cell alignment="left" valignment="top" usebox="none">
44500 \begin_inset Text
44501
44502 \begin_layout Plain Layout
44503 \begin_inset ERT
44504 status collapsed
44505
44506 \begin_layout Plain Layout
44507
44508
44509 \backslash
44510 fcolorbox{black}{
44511 \end_layout
44512
44513 \end_inset
44514
44515 Orchid
44516 \begin_inset ERT
44517 status collapsed
44518
44519 \begin_layout Plain Layout
44520
44521 }{
44522 \end_layout
44523
44524 \end_inset
44525
44526
44527 \begin_inset Phantom Phantom
44528 status open
44529
44530 \begin_layout Plain Layout
44531 W
44532 \end_layout
44533
44534 \end_inset
44535
44536
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }
44543 \end_layout
44544
44545 \end_inset
44546
44547  Orchid
44548 \end_layout
44549
44550 \end_inset
44551 </cell>
44552 <cell alignment="left" valignment="top" usebox="none">
44553 \begin_inset Text
44554
44555 \begin_layout Plain Layout
44556 \begin_inset ERT
44557 status collapsed
44558
44559 \begin_layout Plain Layout
44560
44561
44562 \backslash
44563 fcolorbox{black}{
44564 \end_layout
44565
44566 \end_inset
44567
44568 Peach
44569 \begin_inset ERT
44570 status collapsed
44571
44572 \begin_layout Plain Layout
44573
44574 }{
44575 \end_layout
44576
44577 \end_inset
44578
44579
44580 \begin_inset Phantom Phantom
44581 status open
44582
44583 \begin_layout Plain Layout
44584 W
44585 \end_layout
44586
44587 \end_inset
44588
44589
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }
44596 \end_layout
44597
44598 \end_inset
44599
44600  Peach
44601 \end_layout
44602
44603 \end_inset
44604 </cell>
44605 <cell alignment="left" valignment="top" usebox="none">
44606 \begin_inset Text
44607
44608 \begin_layout Plain Layout
44609 \begin_inset ERT
44610 status collapsed
44611
44612 \begin_layout Plain Layout
44613
44614
44615 \backslash
44616 fcolorbox{black}{
44617 \end_layout
44618
44619 \end_inset
44620
44621 Periwinkle
44622 \begin_inset ERT
44623 status collapsed
44624
44625 \begin_layout Plain Layout
44626
44627 }{
44628 \end_layout
44629
44630 \end_inset
44631
44632
44633 \begin_inset Phantom Phantom
44634 status open
44635
44636 \begin_layout Plain Layout
44637 W
44638 \end_layout
44639
44640 \end_inset
44641
44642
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648 }
44649 \end_layout
44650
44651 \end_inset
44652
44653  Periwinkle
44654 \end_layout
44655
44656 \end_inset
44657 </cell>
44658 </row>
44659 <row>
44660 <cell alignment="left" valignment="top" usebox="none">
44661 \begin_inset Text
44662
44663 \begin_layout Plain Layout
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669
44670 \backslash
44671 fcolorbox{black}{
44672 \end_layout
44673
44674 \end_inset
44675
44676 PineGreen
44677 \begin_inset ERT
44678 status collapsed
44679
44680 \begin_layout Plain Layout
44681
44682 }{
44683 \end_layout
44684
44685 \end_inset
44686
44687
44688 \begin_inset Phantom Phantom
44689 status open
44690
44691 \begin_layout Plain Layout
44692 W
44693 \end_layout
44694
44695 \end_inset
44696
44697
44698 \begin_inset ERT
44699 status collapsed
44700
44701 \begin_layout Plain Layout
44702
44703 }
44704 \end_layout
44705
44706 \end_inset
44707
44708  PineGreen
44709 \end_layout
44710
44711 \end_inset
44712 </cell>
44713 <cell alignment="left" valignment="top" usebox="none">
44714 \begin_inset Text
44715
44716 \begin_layout Plain Layout
44717 \begin_inset ERT
44718 status collapsed
44719
44720 \begin_layout Plain Layout
44721
44722
44723 \backslash
44724 fcolorbox{black}{
44725 \end_layout
44726
44727 \end_inset
44728
44729 Plum
44730 \begin_inset ERT
44731 status collapsed
44732
44733 \begin_layout Plain Layout
44734
44735 }{
44736 \end_layout
44737
44738 \end_inset
44739
44740
44741 \begin_inset Phantom Phantom
44742 status open
44743
44744 \begin_layout Plain Layout
44745 W
44746 \end_layout
44747
44748 \end_inset
44749
44750
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756 }
44757 \end_layout
44758
44759 \end_inset
44760
44761  Plum
44762 \end_layout
44763
44764 \end_inset
44765 </cell>
44766 <cell alignment="left" valignment="top" usebox="none">
44767 \begin_inset Text
44768
44769 \begin_layout Plain Layout
44770 \begin_inset ERT
44771 status collapsed
44772
44773 \begin_layout Plain Layout
44774
44775
44776 \backslash
44777 fcolorbox{black}{
44778 \end_layout
44779
44780 \end_inset
44781
44782 ProcessBlue
44783 \begin_inset ERT
44784 status collapsed
44785
44786 \begin_layout Plain Layout
44787
44788 }{
44789 \end_layout
44790
44791 \end_inset
44792
44793
44794 \begin_inset Phantom Phantom
44795 status open
44796
44797 \begin_layout Plain Layout
44798 W
44799 \end_layout
44800
44801 \end_inset
44802
44803
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809 }
44810 \end_layout
44811
44812 \end_inset
44813
44814  ProcessBlue
44815 \end_layout
44816
44817 \end_inset
44818 </cell>
44819 <cell alignment="left" valignment="top" usebox="none">
44820 \begin_inset Text
44821
44822 \begin_layout Plain Layout
44823 \begin_inset ERT
44824 status collapsed
44825
44826 \begin_layout Plain Layout
44827
44828
44829 \backslash
44830 fcolorbox{black}{
44831 \end_layout
44832
44833 \end_inset
44834
44835 Purple
44836 \begin_inset ERT
44837 status collapsed
44838
44839 \begin_layout Plain Layout
44840
44841 }{
44842 \end_layout
44843
44844 \end_inset
44845
44846
44847 \begin_inset Phantom Phantom
44848 status open
44849
44850 \begin_layout Plain Layout
44851 W
44852 \end_layout
44853
44854 \end_inset
44855
44856
44857 \begin_inset ERT
44858 status collapsed
44859
44860 \begin_layout Plain Layout
44861
44862 }
44863 \end_layout
44864
44865 \end_inset
44866
44867  Purple
44868 \end_layout
44869
44870 \end_inset
44871 </cell>
44872 </row>
44873 <row>
44874 <cell alignment="left" valignment="top" usebox="none">
44875 \begin_inset Text
44876
44877 \begin_layout Plain Layout
44878 \begin_inset ERT
44879 status collapsed
44880
44881 \begin_layout Plain Layout
44882
44883
44884 \backslash
44885 fcolorbox{black}{
44886 \end_layout
44887
44888 \end_inset
44889
44890 RawSienna
44891 \begin_inset ERT
44892 status collapsed
44893
44894 \begin_layout Plain Layout
44895
44896 }{
44897 \end_layout
44898
44899 \end_inset
44900
44901
44902 \begin_inset Phantom Phantom
44903 status open
44904
44905 \begin_layout Plain Layout
44906 W
44907 \end_layout
44908
44909 \end_inset
44910
44911
44912 \begin_inset ERT
44913 status collapsed
44914
44915 \begin_layout Plain Layout
44916
44917 }
44918 \end_layout
44919
44920 \end_inset
44921
44922  RawSienna
44923 \end_layout
44924
44925 \end_inset
44926 </cell>
44927 <cell alignment="left" valignment="top" usebox="none">
44928 \begin_inset Text
44929
44930 \begin_layout Plain Layout
44931 \begin_inset ERT
44932 status collapsed
44933
44934 \begin_layout Plain Layout
44935
44936
44937 \backslash
44938 fcolorbox{black}{
44939 \end_layout
44940
44941 \end_inset
44942
44943 RedOrange
44944 \begin_inset ERT
44945 status collapsed
44946
44947 \begin_layout Plain Layout
44948
44949 }{
44950 \end_layout
44951
44952 \end_inset
44953
44954
44955 \begin_inset Phantom Phantom
44956 status open
44957
44958 \begin_layout Plain Layout
44959 W
44960 \end_layout
44961
44962 \end_inset
44963
44964
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970 }
44971 \end_layout
44972
44973 \end_inset
44974
44975  RedOrange
44976 \end_layout
44977
44978 \end_inset
44979 </cell>
44980 <cell alignment="left" valignment="top" usebox="none">
44981 \begin_inset Text
44982
44983 \begin_layout Plain Layout
44984 \begin_inset ERT
44985 status collapsed
44986
44987 \begin_layout Plain Layout
44988
44989
44990 \backslash
44991 fcolorbox{black}{
44992 \end_layout
44993
44994 \end_inset
44995
44996 RedViolet
44997 \begin_inset ERT
44998 status collapsed
44999
45000 \begin_layout Plain Layout
45001
45002 }{
45003 \end_layout
45004
45005 \end_inset
45006
45007
45008 \begin_inset Phantom Phantom
45009 status open
45010
45011 \begin_layout Plain Layout
45012 W
45013 \end_layout
45014
45015 \end_inset
45016
45017
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023 }
45024 \end_layout
45025
45026 \end_inset
45027
45028  RedViolet
45029 \end_layout
45030
45031 \end_inset
45032 </cell>
45033 <cell alignment="left" valignment="top" usebox="none">
45034 \begin_inset Text
45035
45036 \begin_layout Plain Layout
45037 \begin_inset ERT
45038 status collapsed
45039
45040 \begin_layout Plain Layout
45041
45042
45043 \backslash
45044 fcolorbox{black}{
45045 \end_layout
45046
45047 \end_inset
45048
45049 Rhodamine
45050 \begin_inset ERT
45051 status collapsed
45052
45053 \begin_layout Plain Layout
45054
45055 }{
45056 \end_layout
45057
45058 \end_inset
45059
45060
45061 \begin_inset Phantom Phantom
45062 status open
45063
45064 \begin_layout Plain Layout
45065 W
45066 \end_layout
45067
45068 \end_inset
45069
45070
45071 \begin_inset ERT
45072 status collapsed
45073
45074 \begin_layout Plain Layout
45075
45076 }
45077 \end_layout
45078
45079 \end_inset
45080
45081  Rhodamine
45082 \end_layout
45083
45084 \end_inset
45085 </cell>
45086 </row>
45087 <row>
45088 <cell alignment="left" valignment="top" usebox="none">
45089 \begin_inset Text
45090
45091 \begin_layout Plain Layout
45092 \begin_inset ERT
45093 status collapsed
45094
45095 \begin_layout Plain Layout
45096
45097
45098 \backslash
45099 fcolorbox{black}{
45100 \end_layout
45101
45102 \end_inset
45103
45104 RoyalBlue
45105 \begin_inset ERT
45106 status collapsed
45107
45108 \begin_layout Plain Layout
45109
45110 }{
45111 \end_layout
45112
45113 \end_inset
45114
45115
45116 \begin_inset Phantom Phantom
45117 status open
45118
45119 \begin_layout Plain Layout
45120 W
45121 \end_layout
45122
45123 \end_inset
45124
45125
45126 \begin_inset ERT
45127 status collapsed
45128
45129 \begin_layout Plain Layout
45130
45131 }
45132 \end_layout
45133
45134 \end_inset
45135
45136  RoyalBlue
45137 \end_layout
45138
45139 \end_inset
45140 </cell>
45141 <cell alignment="left" valignment="top" usebox="none">
45142 \begin_inset Text
45143
45144 \begin_layout Plain Layout
45145 \begin_inset ERT
45146 status collapsed
45147
45148 \begin_layout Plain Layout
45149
45150
45151 \backslash
45152 fcolorbox{black}{
45153 \end_layout
45154
45155 \end_inset
45156
45157 RoyalPurple
45158 \begin_inset ERT
45159 status collapsed
45160
45161 \begin_layout Plain Layout
45162
45163 }{
45164 \end_layout
45165
45166 \end_inset
45167
45168
45169 \begin_inset Phantom Phantom
45170 status open
45171
45172 \begin_layout Plain Layout
45173 W
45174 \end_layout
45175
45176 \end_inset
45177
45178
45179 \begin_inset ERT
45180 status collapsed
45181
45182 \begin_layout Plain Layout
45183
45184 }
45185 \end_layout
45186
45187 \end_inset
45188
45189  RoyalPurple
45190 \end_layout
45191
45192 \end_inset
45193 </cell>
45194 <cell alignment="left" valignment="top" usebox="none">
45195 \begin_inset Text
45196
45197 \begin_layout Plain Layout
45198 \begin_inset ERT
45199 status collapsed
45200
45201 \begin_layout Plain Layout
45202
45203
45204 \backslash
45205 fcolorbox{black}{
45206 \end_layout
45207
45208 \end_inset
45209
45210 RubineRed
45211 \begin_inset ERT
45212 status collapsed
45213
45214 \begin_layout Plain Layout
45215
45216 }{
45217 \end_layout
45218
45219 \end_inset
45220
45221
45222 \begin_inset Phantom Phantom
45223 status open
45224
45225 \begin_layout Plain Layout
45226 W
45227 \end_layout
45228
45229 \end_inset
45230
45231
45232 \begin_inset ERT
45233 status collapsed
45234
45235 \begin_layout Plain Layout
45236
45237 }
45238 \end_layout
45239
45240 \end_inset
45241
45242  RubineRed
45243 \end_layout
45244
45245 \end_inset
45246 </cell>
45247 <cell alignment="left" valignment="top" usebox="none">
45248 \begin_inset Text
45249
45250 \begin_layout Plain Layout
45251 \begin_inset ERT
45252 status collapsed
45253
45254 \begin_layout Plain Layout
45255
45256
45257 \backslash
45258 fcolorbox{black}{
45259 \end_layout
45260
45261 \end_inset
45262
45263 Salmon
45264 \begin_inset ERT
45265 status collapsed
45266
45267 \begin_layout Plain Layout
45268
45269 }{
45270 \end_layout
45271
45272 \end_inset
45273
45274
45275 \begin_inset Phantom Phantom
45276 status open
45277
45278 \begin_layout Plain Layout
45279 W
45280 \end_layout
45281
45282 \end_inset
45283
45284
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290 }
45291 \end_layout
45292
45293 \end_inset
45294
45295  Salmon
45296 \end_layout
45297
45298 \end_inset
45299 </cell>
45300 </row>
45301 <row>
45302 <cell alignment="left" valignment="top" usebox="none">
45303 \begin_inset Text
45304
45305 \begin_layout Plain Layout
45306 \begin_inset ERT
45307 status collapsed
45308
45309 \begin_layout Plain Layout
45310
45311
45312 \backslash
45313 fcolorbox{black}{
45314 \end_layout
45315
45316 \end_inset
45317
45318 SeaGreen
45319 \begin_inset ERT
45320 status collapsed
45321
45322 \begin_layout Plain Layout
45323
45324 }{
45325 \end_layout
45326
45327 \end_inset
45328
45329
45330 \begin_inset Phantom Phantom
45331 status open
45332
45333 \begin_layout Plain Layout
45334 W
45335 \end_layout
45336
45337 \end_inset
45338
45339
45340 \begin_inset ERT
45341 status collapsed
45342
45343 \begin_layout Plain Layout
45344
45345 }
45346 \end_layout
45347
45348 \end_inset
45349
45350  SeaGreen
45351 \end_layout
45352
45353 \end_inset
45354 </cell>
45355 <cell alignment="left" valignment="top" usebox="none">
45356 \begin_inset Text
45357
45358 \begin_layout Plain Layout
45359 \begin_inset ERT
45360 status collapsed
45361
45362 \begin_layout Plain Layout
45363
45364
45365 \backslash
45366 fcolorbox{black}{
45367 \end_layout
45368
45369 \end_inset
45370
45371 Sepia
45372 \begin_inset ERT
45373 status collapsed
45374
45375 \begin_layout Plain Layout
45376
45377 }{
45378 \end_layout
45379
45380 \end_inset
45381
45382
45383 \begin_inset Phantom Phantom
45384 status open
45385
45386 \begin_layout Plain Layout
45387 W
45388 \end_layout
45389
45390 \end_inset
45391
45392
45393 \begin_inset ERT
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397
45398 }
45399 \end_layout
45400
45401 \end_inset
45402
45403  Sepia
45404 \end_layout
45405
45406 \end_inset
45407 </cell>
45408 <cell alignment="left" valignment="top" usebox="none">
45409 \begin_inset Text
45410
45411 \begin_layout Plain Layout
45412 \begin_inset ERT
45413 status collapsed
45414
45415 \begin_layout Plain Layout
45416
45417
45418 \backslash
45419 fcolorbox{black}{
45420 \end_layout
45421
45422 \end_inset
45423
45424 SkyBlue
45425 \begin_inset ERT
45426 status collapsed
45427
45428 \begin_layout Plain Layout
45429
45430 }{
45431 \end_layout
45432
45433 \end_inset
45434
45435
45436 \begin_inset Phantom Phantom
45437 status open
45438
45439 \begin_layout Plain Layout
45440 W
45441 \end_layout
45442
45443 \end_inset
45444
45445
45446 \begin_inset ERT
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450
45451 }
45452 \end_layout
45453
45454 \end_inset
45455
45456  SkyBlue
45457 \end_layout
45458
45459 \end_inset
45460 </cell>
45461 <cell alignment="left" valignment="top" usebox="none">
45462 \begin_inset Text
45463
45464 \begin_layout Plain Layout
45465 \begin_inset ERT
45466 status collapsed
45467
45468 \begin_layout Plain Layout
45469
45470
45471 \backslash
45472 fcolorbox{black}{
45473 \end_layout
45474
45475 \end_inset
45476
45477 SpringGreen
45478 \begin_inset ERT
45479 status collapsed
45480
45481 \begin_layout Plain Layout
45482
45483 }{
45484 \end_layout
45485
45486 \end_inset
45487
45488
45489 \begin_inset Phantom Phantom
45490 status open
45491
45492 \begin_layout Plain Layout
45493 W
45494 \end_layout
45495
45496 \end_inset
45497
45498
45499 \begin_inset ERT
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503
45504 }
45505 \end_layout
45506
45507 \end_inset
45508
45509  SpringGreen
45510 \end_layout
45511
45512 \end_inset
45513 </cell>
45514 </row>
45515 <row>
45516 <cell alignment="left" valignment="top" usebox="none">
45517 \begin_inset Text
45518
45519 \begin_layout Plain Layout
45520 \begin_inset ERT
45521 status collapsed
45522
45523 \begin_layout Plain Layout
45524
45525
45526 \backslash
45527 fcolorbox{black}{
45528 \end_layout
45529
45530 \end_inset
45531
45532 Tan
45533 \begin_inset ERT
45534 status collapsed
45535
45536 \begin_layout Plain Layout
45537
45538 }{
45539 \end_layout
45540
45541 \end_inset
45542
45543
45544 \begin_inset Phantom Phantom
45545 status open
45546
45547 \begin_layout Plain Layout
45548 W
45549 \end_layout
45550
45551 \end_inset
45552
45553
45554 \begin_inset ERT
45555 status collapsed
45556
45557 \begin_layout Plain Layout
45558
45559 }
45560 \end_layout
45561
45562 \end_inset
45563
45564  Tan
45565 \end_layout
45566
45567 \end_inset
45568 </cell>
45569 <cell alignment="left" valignment="top" usebox="none">
45570 \begin_inset Text
45571
45572 \begin_layout Plain Layout
45573 \begin_inset ERT
45574 status collapsed
45575
45576 \begin_layout Plain Layout
45577
45578
45579 \backslash
45580 fcolorbox{black}{
45581 \end_layout
45582
45583 \end_inset
45584
45585 TealBlue
45586 \begin_inset ERT
45587 status collapsed
45588
45589 \begin_layout Plain Layout
45590
45591 }{
45592 \end_layout
45593
45594 \end_inset
45595
45596
45597 \begin_inset Phantom Phantom
45598 status open
45599
45600 \begin_layout Plain Layout
45601 W
45602 \end_layout
45603
45604 \end_inset
45605
45606
45607 \begin_inset ERT
45608 status collapsed
45609
45610 \begin_layout Plain Layout
45611
45612 }
45613 \end_layout
45614
45615 \end_inset
45616
45617  TealBlue
45618 \end_layout
45619
45620 \end_inset
45621 </cell>
45622 <cell alignment="left" valignment="top" usebox="none">
45623 \begin_inset Text
45624
45625 \begin_layout Plain Layout
45626 \begin_inset ERT
45627 status collapsed
45628
45629 \begin_layout Plain Layout
45630
45631
45632 \backslash
45633 fcolorbox{black}{
45634 \end_layout
45635
45636 \end_inset
45637
45638 Thistle
45639 \begin_inset ERT
45640 status collapsed
45641
45642 \begin_layout Plain Layout
45643
45644 }{
45645 \end_layout
45646
45647 \end_inset
45648
45649
45650 \begin_inset Phantom Phantom
45651 status open
45652
45653 \begin_layout Plain Layout
45654 W
45655 \end_layout
45656
45657 \end_inset
45658
45659
45660 \begin_inset ERT
45661 status collapsed
45662
45663 \begin_layout Plain Layout
45664
45665 }
45666 \end_layout
45667
45668 \end_inset
45669
45670  Thistle
45671 \end_layout
45672
45673 \end_inset
45674 </cell>
45675 <cell alignment="left" valignment="top" usebox="none">
45676 \begin_inset Text
45677
45678 \begin_layout Plain Layout
45679 \begin_inset ERT
45680 status collapsed
45681
45682 \begin_layout Plain Layout
45683
45684
45685 \backslash
45686 fcolorbox{black}{
45687 \end_layout
45688
45689 \end_inset
45690
45691 Turquoise
45692 \begin_inset ERT
45693 status collapsed
45694
45695 \begin_layout Plain Layout
45696
45697 }{
45698 \end_layout
45699
45700 \end_inset
45701
45702
45703 \begin_inset Phantom Phantom
45704 status open
45705
45706 \begin_layout Plain Layout
45707 W
45708 \end_layout
45709
45710 \end_inset
45711
45712
45713 \begin_inset ERT
45714 status collapsed
45715
45716 \begin_layout Plain Layout
45717
45718 }
45719 \end_layout
45720
45721 \end_inset
45722
45723  Turquoise
45724 \end_layout
45725
45726 \end_inset
45727 </cell>
45728 </row>
45729 <row>
45730 <cell alignment="left" valignment="top" usebox="none">
45731 \begin_inset Text
45732
45733 \begin_layout Plain Layout
45734 \begin_inset ERT
45735 status collapsed
45736
45737 \begin_layout Plain Layout
45738
45739
45740 \backslash
45741 fcolorbox{black}{
45742 \end_layout
45743
45744 \end_inset
45745
45746 Violet
45747 \begin_inset ERT
45748 status collapsed
45749
45750 \begin_layout Plain Layout
45751
45752 }{
45753 \end_layout
45754
45755 \end_inset
45756
45757
45758 \begin_inset Phantom Phantom
45759 status open
45760
45761 \begin_layout Plain Layout
45762 W
45763 \end_layout
45764
45765 \end_inset
45766
45767
45768 \begin_inset ERT
45769 status collapsed
45770
45771 \begin_layout Plain Layout
45772
45773 }
45774 \end_layout
45775
45776 \end_inset
45777
45778  Violet
45779 \end_layout
45780
45781 \end_inset
45782 </cell>
45783 <cell alignment="left" valignment="top" usebox="none">
45784 \begin_inset Text
45785
45786 \begin_layout Plain Layout
45787 \begin_inset ERT
45788 status collapsed
45789
45790 \begin_layout Plain Layout
45791
45792
45793 \backslash
45794 fcolorbox{black}{
45795 \end_layout
45796
45797 \end_inset
45798
45799 VioletRed
45800 \begin_inset ERT
45801 status collapsed
45802
45803 \begin_layout Plain Layout
45804
45805 }{
45806 \end_layout
45807
45808 \end_inset
45809
45810
45811 \begin_inset Phantom Phantom
45812 status open
45813
45814 \begin_layout Plain Layout
45815 W
45816 \end_layout
45817
45818 \end_inset
45819
45820
45821 \begin_inset ERT
45822 status collapsed
45823
45824 \begin_layout Plain Layout
45825
45826 }
45827 \end_layout
45828
45829 \end_inset
45830
45831  VioletRed
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 <cell alignment="left" valignment="top" usebox="none">
45837 \begin_inset Text
45838
45839 \begin_layout Plain Layout
45840 \begin_inset ERT
45841 status collapsed
45842
45843 \begin_layout Plain Layout
45844
45845
45846 \backslash
45847 fcolorbox{black}{
45848 \end_layout
45849
45850 \end_inset
45851
45852 WildStrawberry
45853 \begin_inset ERT
45854 status collapsed
45855
45856 \begin_layout Plain Layout
45857
45858 }{
45859 \end_layout
45860
45861 \end_inset
45862
45863
45864 \begin_inset Phantom Phantom
45865 status open
45866
45867 \begin_layout Plain Layout
45868 W
45869 \end_layout
45870
45871 \end_inset
45872
45873
45874 \begin_inset ERT
45875 status collapsed
45876
45877 \begin_layout Plain Layout
45878
45879 }
45880 \end_layout
45881
45882 \end_inset
45883
45884  WildStrawberry
45885 \end_layout
45886
45887 \end_inset
45888 </cell>
45889 <cell alignment="left" valignment="top" usebox="none">
45890 \begin_inset Text
45891
45892 \begin_layout Plain Layout
45893 \begin_inset ERT
45894 status collapsed
45895
45896 \begin_layout Plain Layout
45897
45898
45899 \backslash
45900 fcolorbox{black}{
45901 \end_layout
45902
45903 \end_inset
45904
45905 YellowGreen
45906 \begin_inset ERT
45907 status collapsed
45908
45909 \begin_layout Plain Layout
45910
45911 }{
45912 \end_layout
45913
45914 \end_inset
45915
45916
45917 \begin_inset Phantom Phantom
45918 status open
45919
45920 \begin_layout Plain Layout
45921 W
45922 \end_layout
45923
45924 \end_inset
45925
45926
45927 \begin_inset ERT
45928 status collapsed
45929
45930 \begin_layout Plain Layout
45931
45932 }
45933 \end_layout
45934
45935 \end_inset
45936
45937  YellowGreen
45938 \end_layout
45939
45940 \end_inset
45941 </cell>
45942 </row>
45943 <row>
45944 <cell alignment="left" valignment="top" usebox="none">
45945 \begin_inset Text
45946
45947 \begin_layout Plain Layout
45948 \begin_inset ERT
45949 status collapsed
45950
45951 \begin_layout Plain Layout
45952
45953
45954 \backslash
45955 fcolorbox{black}{
45956 \end_layout
45957
45958 \end_inset
45959
45960 YellowOrange
45961 \begin_inset ERT
45962 status collapsed
45963
45964 \begin_layout Plain Layout
45965
45966 }{
45967 \end_layout
45968
45969 \end_inset
45970
45971
45972 \begin_inset Phantom Phantom
45973 status open
45974
45975 \begin_layout Plain Layout
45976 W
45977 \end_layout
45978
45979 \end_inset
45980
45981
45982 \begin_inset ERT
45983 status collapsed
45984
45985 \begin_layout Plain Layout
45986
45987 }
45988 \end_layout
45989
45990 \end_inset
45991
45992  YellowOrange
45993 \end_layout
45994
45995 \end_inset
45996 </cell>
45997 <cell alignment="left" valignment="top" usebox="none">
45998 \begin_inset Text
45999
46000 \begin_layout Plain Layout
46001
46002 \end_layout
46003
46004 \end_inset
46005 </cell>
46006 <cell alignment="left" valignment="top" usebox="none">
46007 \begin_inset Text
46008
46009 \begin_layout Plain Layout
46010
46011 \end_layout
46012
46013 \end_inset
46014 </cell>
46015 <cell alignment="left" valignment="top" usebox="none">
46016 \begin_inset Text
46017
46018 \begin_layout Plain Layout
46019
46020 \end_layout
46021
46022 \end_inset
46023 </cell>
46024 </row>
46025 </lyxtabular>
46026
46027 \end_inset
46028
46029
46030 \end_layout
46031
46032 \begin_layout Chapter
46033 Explication de l' équation
46034 \begin_inset space ~
46035 \end_inset
46036
46037 (
46038 \begin_inset CommandInset ref
46039 LatexCommand ref
46040 reference "eq:Wgn"
46041
46042 \end_inset
46043
46044 )
46045 \begin_inset CommandInset label
46046 LatexCommand label
46047 name "cha:Explication-de-l'Equation"
46048
46049 \end_inset
46050
46051
46052 \end_layout
46053
46054 \begin_layout Standard
46055 La largeur totale de 
46056 \emph on
46057 n
46058 \emph default
46059  cellules de tableau 
46060 \begin_inset Formula $L_{\mathrm{tot\,n}}$
46061 \end_inset
46062
46063  peut être calculée avec
46064 \begin_inset Formula 
46065 \begin{equation}
46066 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
46067 \end{equation}
46068
46069 \end_inset
46070
46071
46072 \end_layout
46073
46074 \begin_layout Standard
46075 où 
46076 \begin_inset Formula $L_{g\,n}$
46077 \end_inset
46078
46079  est la largeur fixe de toutes les cellules.
46080  
46081 \series bold
46082
46083 \backslash
46084 tabcolsep
46085 \series default
46086  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
46087  sa valeur implicite est 6
46088 \begin_inset space \thinspace{}
46089 \end_inset
46090
46091 pt.
46092  
46093 \series bold
46094
46095 \backslash
46096 arrayrulewidth
46097 \series default
46098  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
46099 \begin_inset space \thinspace{}
46100 \end_inset
46101
46102 pt.
46103 \end_layout
46104
46105 \begin_layout Standard
46106 D'après l'équation
46107 \begin_inset space ~
46108 \end_inset
46109
46110
46111 \begin_inset CommandInset ref
46112 LatexCommand eqref
46113 reference "eq:Wtot_n"
46114
46115 \end_inset
46116
46117 , la largeur totale d'une multi-colonnes, 
46118 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
46119 \end_inset
46120
46121  est
46122 \begin_inset Formula 
46123 \begin{equation}
46124 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
46125 \end{equation}
46126
46127 \end_inset
46128
46129
46130 \end_layout
46131
46132 \begin_layout Standard
46133 En posant que les équations 
46134 \begin_inset space ~
46135 \end_inset
46136
46137
46138 \begin_inset CommandInset ref
46139 LatexCommand eqref
46140 reference "eq:Wtot_n"
46141
46142 \end_inset
46143
46144  et 
46145 \begin_inset CommandInset ref
46146 LatexCommand eqref
46147 reference "eq:Wtot_mult"
46148
46149 \end_inset
46150
46151  sont égales, on peut calculer la largeur nécessaire 
46152 \begin_inset Formula $L_{g\,n}$
46153 \end_inset
46154
46155  quand 
46156 \emph on
46157 n
46158 \emph default
46159  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
46160  de 
46161 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
46162 \end_inset
46163
46164 :
46165 \begin_inset Formula 
46166 \begin{equation}
46167 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
46168 \end{equation}
46169
46170 \end_inset
46171
46172
46173 \end_layout
46174
46175 \begin_layout Bibliography
46176 \begin_inset CommandInset bibitem
46177 LatexCommand bibitem
46178 key "latexcompanion"
46179
46180 \end_inset
46181
46182 Frank Mittelbach and Michel Goossens: 
46183 \emph on
46184 The LaTeX Companion Second Edition.
46185
46186 \emph default
46187  Addison-Wesley, 2004
46188 \end_layout
46189
46190 \begin_layout Bibliography
46191 \begin_inset CommandInset bibitem
46192 LatexCommand bibitem
46193 key "latexguide"
46194
46195 \end_inset
46196
46197 Helmut Kopka and Patrick W.
46198  Daly: 
46199 \emph on
46200 A Guide to LaTeX Fourth Edition.
46201
46202 \emph default
46203  Addison-Wesley, 2003
46204 \end_layout
46205
46206 \begin_layout Bibliography
46207 \begin_inset CommandInset bibitem
46208 LatexCommand bibitem
46209 key "latexbook"
46210
46211 \end_inset
46212
46213 Leslie Lamport: 
46214 \emph on
46215 LaTeX: A Document Preparation System.
46216
46217 \emph default
46218  Addison-Wesley, second edition, 1994
46219 \end_layout
46220
46221 \begin_layout Bibliography
46222 \begin_inset CommandInset bibitem
46223 LatexCommand bibitem
46224 key "arydshln"
46225
46226 \end_inset
46227
46228 Documentation du paquetage LaTeX
46229 \series bold
46230  
46231 \begin_inset CommandInset href
46232 LatexCommand href
46233 name "arydshln"
46234 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
46235
46236 \end_inset
46237
46238
46239 \series default
46240
46241 \begin_inset Index idx
46242 status collapsed
46243
46244 \begin_layout Plain Layout
46245 Paquetages LaTeX ! arydshln
46246 \end_layout
46247
46248 \end_inset
46249
46250
46251 \end_layout
46252
46253 \begin_layout Bibliography
46254 \begin_inset CommandInset bibitem
46255 LatexCommand bibitem
46256 key "booktabs"
46257
46258 \end_inset
46259
46260 Documentation du paquetage LaTeX 
46261 \series bold
46262
46263 \begin_inset CommandInset href
46264 LatexCommand href
46265 name "booktabs"
46266 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
46267
46268 \end_inset
46269
46270
46271 \series default
46272
46273 \begin_inset Index idx
46274 status collapsed
46275
46276 \begin_layout Plain Layout
46277 Paquetages LaTeX ! booktabs
46278 \end_layout
46279
46280 \end_inset
46281
46282
46283 \end_layout
46284
46285 \begin_layout Bibliography
46286 \begin_inset CommandInset bibitem
46287 LatexCommand bibitem
46288 key "caption"
46289
46290 \end_inset
46291
46292 Documentation du paquetage LaTeX 
46293 \series bold
46294
46295 \begin_inset CommandInset href
46296 LatexCommand href
46297 name "caption"
46298 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
46299
46300 \end_inset
46301
46302
46303 \series default
46304
46305 \begin_inset Index idx
46306 status collapsed
46307
46308 \begin_layout Plain Layout
46309 Paquetages LaTeX ! caption
46310 \end_layout
46311
46312 \end_inset
46313
46314
46315 \end_layout
46316
46317 \begin_layout Bibliography
46318 \begin_inset CommandInset bibitem
46319 LatexCommand bibitem
46320 key "diagbox"
46321
46322 \end_inset
46323
46324 Documentation du paquetage LaTeX 
46325 \series bold
46326
46327 \begin_inset CommandInset href
46328 LatexCommand href
46329 name "diagbox"
46330 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
46331
46332 \end_inset
46333
46334
46335 \series default
46336
46337 \begin_inset Index idx
46338 status collapsed
46339
46340 \begin_layout Plain Layout
46341 Paquetages LaTeX ! diagbox
46342 \end_layout
46343
46344 \end_inset
46345
46346
46347 \end_layout
46348
46349 \begin_layout Bibliography
46350 \begin_inset CommandInset bibitem
46351 LatexCommand bibitem
46352 key "endfloat"
46353
46354 \end_inset
46355
46356 Documentation du paquetage LaTeX 
46357 \series bold
46358
46359 \begin_inset CommandInset href
46360 LatexCommand href
46361 name "endfloat"
46362 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
46363
46364 \end_inset
46365
46366
46367 \series default
46368
46369 \begin_inset Index idx
46370 status collapsed
46371
46372 \begin_layout Plain Layout
46373 Paquetages LaTeX ! endfloat
46374 \end_layout
46375
46376 \end_inset
46377
46378
46379 \end_layout
46380
46381 \begin_layout Bibliography
46382 \begin_inset CommandInset bibitem
46383 LatexCommand bibitem
46384 key "footmisc"
46385
46386 \end_inset
46387
46388 Documentation du paquetage LaTeX 
46389 \series bold
46390
46391 \begin_inset CommandInset href
46392 LatexCommand href
46393 name "footmisc"
46394 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46395
46396 \end_inset
46397
46398
46399 \series default
46400
46401 \begin_inset Index idx
46402 status collapsed
46403
46404 \begin_layout Plain Layout
46405 Paquetages LaTeX ! footmisc
46406 \end_layout
46407
46408 \end_inset
46409
46410
46411 \end_layout
46412
46413 \begin_layout Bibliography
46414 \begin_inset CommandInset bibitem
46415 LatexCommand bibitem
46416 key "hypcap"
46417
46418 \end_inset
46419
46420 Documentation du paquetage LaTeX 
46421 \series bold
46422
46423 \begin_inset CommandInset href
46424 LatexCommand href
46425 name "hypcap"
46426 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46427
46428 \end_inset
46429
46430
46431 \series default
46432
46433 \begin_inset Index idx
46434 status collapsed
46435
46436 \begin_layout Plain Layout
46437 Paquetages LaTeX ! hyperref
46438 \end_layout
46439
46440 \end_inset
46441
46442
46443 \end_layout
46444
46445 \begin_layout Bibliography
46446 \begin_inset CommandInset bibitem
46447 LatexCommand bibitem
46448 key "hyperref"
46449
46450 \end_inset
46451
46452 Documentation du paquetage LaTeX 
46453 \series bold
46454
46455 \begin_inset CommandInset href
46456 LatexCommand href
46457 name "hyperref"
46458 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46459
46460 \end_inset
46461
46462
46463 \series default
46464
46465 \begin_inset Index idx
46466 status collapsed
46467
46468 \begin_layout Plain Layout
46469 Paquetages LaTeX ! hyperref
46470 \end_layout
46471
46472 \end_inset
46473
46474
46475 \end_layout
46476
46477 \begin_layout Bibliography
46478 \begin_inset CommandInset bibitem
46479 LatexCommand bibitem
46480 key "KOMA-Script"
46481
46482 \end_inset
46483
46484 Documentation du paquetage LaTeX 
46485 \series bold
46486
46487 \begin_inset CommandInset href
46488 LatexCommand href
46489 name "KOMA-Script"
46490 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46491
46492 \end_inset
46493
46494
46495 \series default
46496
46497 \begin_inset Index idx
46498 status collapsed
46499
46500 \begin_layout Plain Layout
46501 Paquetages LaTeX ! KOMA-Script
46502 \end_layout
46503
46504 \end_inset
46505
46506
46507 \end_layout
46508
46509 \begin_layout Bibliography
46510 \begin_inset CommandInset bibitem
46511 LatexCommand bibitem
46512 key "lettrine"
46513
46514 \end_inset
46515
46516 Documentation du paquetage LaTeX 
46517 \series bold
46518
46519 \begin_inset CommandInset href
46520 LatexCommand href
46521 name "lettrine"
46522 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46523
46524 \end_inset
46525
46526
46527 \series default
46528  et un 
46529 \begin_inset CommandInset href
46530 LatexCommand href
46531 name "exemple"
46532 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46533
46534 \end_inset
46535
46536
46537 \begin_inset Index idx
46538 status collapsed
46539
46540 \begin_layout Plain Layout
46541 Paquetages LaTeX ! lettrine
46542 \end_layout
46543
46544 \end_inset
46545
46546
46547 \end_layout
46548
46549 \begin_layout Bibliography
46550 \begin_inset CommandInset bibitem
46551 LatexCommand bibitem
46552 key "listings"
46553
46554 \end_inset
46555
46556 Documentation du paquetage LaTeX 
46557 \series bold
46558
46559 \begin_inset CommandInset href
46560 LatexCommand href
46561 name "listings"
46562 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46563
46564 \end_inset
46565
46566
46567 \series default
46568
46569 \begin_inset Index idx
46570 status collapsed
46571
46572 \begin_layout Plain Layout
46573 Paquetages LaTeX ! listings
46574 \end_layout
46575
46576 \end_inset
46577
46578
46579 \end_layout
46580
46581 \begin_layout Bibliography
46582 \begin_inset CommandInset bibitem
46583 LatexCommand bibitem
46584 key "marginnote"
46585
46586 \end_inset
46587
46588 Documentation du paquetage LaTeX 
46589 \series bold
46590
46591 \begin_inset CommandInset href
46592 LatexCommand href
46593 name "marginnote"
46594 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46595
46596 \end_inset
46597
46598
46599 \series default
46600
46601 \begin_inset Index idx
46602 status collapsed
46603
46604 \begin_layout Plain Layout
46605 Paquetages LaTeX ! marginnote
46606 \end_layout
46607
46608 \end_inset
46609
46610
46611 \end_layout
46612
46613 \begin_layout Bibliography
46614 \begin_inset CommandInset bibitem
46615 LatexCommand bibitem
46616 key "pdfpages"
46617
46618 \end_inset
46619
46620 Documentation du paquetage LaTeX 
46621 \series bold
46622
46623 \begin_inset CommandInset href
46624 LatexCommand href
46625 name "pdfpages"
46626 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46627
46628 \end_inset
46629
46630
46631 \series default
46632
46633 \begin_inset Index idx
46634 status collapsed
46635
46636 \begin_layout Plain Layout
46637 Paquetages LaTeX ! pdfpages
46638 \end_layout
46639
46640 \end_inset
46641
46642
46643 \end_layout
46644
46645 \begin_layout Bibliography
46646 \begin_inset CommandInset bibitem
46647 LatexCommand bibitem
46648 key "prettyref"
46649
46650 \end_inset
46651
46652 Documentation du paquetage LaTeX
46653 \series bold
46654  
46655 \begin_inset CommandInset href
46656 LatexCommand href
46657 name "prettyref"
46658 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46659
46660 \end_inset
46661
46662
46663 \series default
46664
46665 \begin_inset Index idx
46666 status collapsed
46667
46668 \begin_layout Plain Layout
46669 Paquetages LaTeX ! prettyref
46670 \end_layout
46671
46672 \end_inset
46673
46674
46675 \end_layout
46676
46677 \begin_layout Bibliography
46678 \begin_inset CommandInset bibitem
46679 LatexCommand bibitem
46680 key "pstricks"
46681
46682 \end_inset
46683
46684 Page Web du paquetage LaTeX 
46685 \series bold
46686
46687 \begin_inset CommandInset href
46688 LatexCommand href
46689 name "PSTricks"
46690 target "http://tug.org/PSTricks/"
46691
46692 \end_inset
46693
46694
46695 \series default
46696
46697 \begin_inset Index idx
46698 status collapsed
46699
46700 \begin_layout Plain Layout
46701 Paquetages LaTeX ! PSTricks
46702 \end_layout
46703
46704 \end_inset
46705
46706
46707 \end_layout
46708
46709 \begin_layout Bibliography
46710 \begin_inset CommandInset bibitem
46711 LatexCommand bibitem
46712 key "refstyle"
46713
46714 \end_inset
46715
46716 Documentation du paquetage LaTeX
46717 \series bold
46718  
46719 \begin_inset CommandInset href
46720 LatexCommand href
46721 name "refstyle"
46722 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46723
46724 \end_inset
46725
46726
46727 \series default
46728
46729 \begin_inset Index idx
46730 status collapsed
46731
46732 \begin_layout Plain Layout
46733 Paquetages LaTeX ! refstyle
46734 \end_layout
46735
46736 \end_inset
46737
46738
46739 \end_layout
46740
46741 \begin_layout Bibliography
46742 \begin_inset CommandInset bibitem
46743 LatexCommand bibitem
46744 key "sidecap"
46745
46746 \end_inset
46747
46748 Documentation du paquetage LaTeX 
46749 \series bold
46750
46751 \begin_inset CommandInset href
46752 LatexCommand href
46753 name "sidecap"
46754 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46755
46756 \end_inset
46757
46758
46759 \series default
46760
46761 \begin_inset Index idx
46762 status collapsed
46763
46764 \begin_layout Plain Layout
46765 Paquetages LaTeX ! sidecap
46766 \end_layout
46767
46768 \end_inset
46769
46770
46771 \end_layout
46772
46773 \begin_layout Bibliography
46774 \begin_inset CommandInset bibitem
46775 LatexCommand bibitem
46776 key "NewInLyX20"
46777
46778 \end_inset
46779
46780
46781 \begin_inset CommandInset href
46782 LatexCommand href
46783 name "Page Wiki"
46784 target "http://wiki.lyx.org/LyX/NewInLyX20"
46785
46786 \end_inset
46787
46788  au sujet des nouveautés de 
46789 \family sans
46790 LyX 2.0
46791 \family default
46792 .
46793 \end_layout
46794
46795 \begin_layout Standard
46796 \begin_inset CommandInset index_print
46797 LatexCommand printindex
46798 type "idx"
46799
46800 \end_inset
46801
46802
46803 \end_layout
46804
46805 \end_body
46806 \end_document