]> git.lyx.org Git - features.git/blob - lib/doc/fr/EmbeddedObjects.lyx
\frenchbsetup is a babel command
[features.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 495
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/fr/
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC are numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for scaled and rotated boxes
69 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
70
71 % used for colored tables
72 \@ifundefined{textcolor}
73  {\usepackage{color}}{}
74 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
75 \definecolor{lightgrey}{gray}{0.8}
76
77 % check for package colortbl
78 % used for colored table cells
79 \newboolean{colortbl}
80 \IfFileExists{colortbl.sty}
81  {\usepackage{colortbl}
82   \setboolean{colortbl}{true}}
83  {\setboolean{colortbl}{false}}
84
85 % used to have extra space in table cells
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % used for customized tables
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % insert additional vertical space of
107 % 1.5 mm between footnotes
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % number algorithm floats within chapters
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % used to check for needed LaTeX packages
117 \usepackage{ifthen}
118
119 % check for package arydshln
120 % used for tables with dashed lines
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % check for package marginnote
128 % used for margin notes
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % check for package sidecap
137 % used for captions on the side
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % check for picinpar
145 % used for surrounded fixed objects
146 \newboolean{picinpar}
147 \IfFileExists{picinpar.sty}
148  {\usepackage{picinpar}
149   \setboolean{picinpar}{true}}
150  {\setboolean{picinpar}{false}}
151
152 % check for lettrine
153 \newboolean{lettrine}
154 \IfFileExists{lettrine.sty}
155  {\usepackage{lettrine}
156   \setboolean{lettrine}{true}}
157  {\setboolean{lettrine}{false}}
158
159 % check for diagbox
160 \newboolean{diagbox}
161 \IfFileExists{diagbox.sty}
162  {\usepackage{diagbox}
163   \setboolean{diagbox}{true}}
164  {\setboolean{diagbox}{false}}
165
166 % use normal list environments also in French documents
167 \@ifpackageloaded{babel}{%
168 \frenchbsetup{StandardLayout}
169 }{}
170 \end_preamble
171 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
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 \SpecialChar LyX
259
260 \end_layout
261
262 \begin_layout Author
263 par l'Équipe \SpecialChar LyX
264
265 \begin_inset Foot
266 status collapsed
267
268 \begin_layout Plain Layout
269 \noindent
270 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
271  de la documentation de \SpecialChar LyX
272
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
277 type "mailto:"
278
279 \end_inset
280
281
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Plain Layout
291 auteur original : Uwe Stöhr
292 \end_layout
293
294 \begin_layout Plain Layout
295 Traduction française : Siegfried Meunier-Guttin-Cluzel
296 \end_layout
297
298 \begin_layout Plain Layout
299 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
300 n/Navigation, 31/10/2012, JPChrétien
301 \end_layout
302
303 \begin_layout Plain Layout
304 version initiale 2.1.x avril 2014, mise à jour J.P.
305  Chrétien
306 \end_layout
307
308 \begin_layout Plain Layout
309 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
310 \end_layout
311
312 \end_inset
313
314
315 \begin_inset Newline newline
316 \end_inset
317
318
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \family sans
324 Version 2.1.x
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset CommandInset toc
329 LatexCommand tableofcontents
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Note Note
338 status open
339
340 \begin_layout Plain Layout
341 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
342  
343 \series bold
344 arydshln
345 \series default
346
347 \series bold
348 colortbl
349 \series default
350
351 \series bold
352 diagbox, lettrine, marginnote, picinpar
353 \series default
354 , et 
355 \series bold
356 sidecap
357 \series default
358  doivent être installés.
359  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
360  les sections qui nécessitent les paquetages en question n'apparaîtront
361  pas sur la sortie.
362 \end_layout
363
364 \begin_layout Plain Layout
365 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
366 \begin_inset Newline newline
367 \end_inset
368
369
370 \series bold
371 http://wiki.lyx.org/\SpecialChar LyX
372 /DocumentationDevelopment#EmbeddedObjects
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Chapter
381 Figures
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Figures
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset Index idx
393 status collapsed
394
395 \begin_layout Plain Layout
396 Graphiques|see
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402 {
403 \end_layout
404
405 \end_inset
406
407 Figures
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413 }
414 \end_layout
415
416 \end_inset
417
418
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Section
427 La fenêtre de dialogue graphique
428 \begin_inset Index idx
429 status collapsed
430
431 \begin_layout Plain Layout
432 Figures ! Fenêtre de dialogue Graphique
433 \end_layout
434
435 \end_inset
436
437
438 \begin_inset CommandInset label
439 LatexCommand label
440 name "sec:Graphics-Dialog"
441
442 \end_inset
443
444
445 \end_layout
446
447 \begin_layout Standard
448 Pour placer une figure dans votre document, cliquez sur le bouton 
449 \begin_inset Info
450 type  "icon"
451 arg   "dialog-show-new-inset graphics"
452 \end_inset
453
454  dans la barre d'outils, ou faites 
455 \family sans
456 Insertion\SpecialChar menuseparator
457 Graphique
458 \family default
459 .
460  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
461  à charger.
462  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
463  dans le texte.
464 \end_layout
465
466 \begin_layout Standard
467 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
468  sur une image
469 \begin_inset Note Note
470 status collapsed
471
472 \begin_layout Plain Layout
473 Ça marche aussi avec le bouton gauche ! (NdT)
474 \end_layout
475
476 \end_inset
477
478 .
479  Cette fenêtre de dialogue possède trois onglets:
480 \end_layout
481
482 \begin_layout Description
483 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
484  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
485  Les unités de longueurs utilisées sont décrites dans l'annexe
486 \begin_inset space ~
487 \end_inset
488
489
490 \begin_inset CommandInset ref
491 LatexCommand ref
492 reference "cha:Unités-de-longueur"
493
494 \end_inset
495
496 .
497 \begin_inset Newline newline
498 \end_inset
499
500
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Figures ! Pivotées
506 \end_layout
507
508 \end_inset
509
510 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
511  d'une montre, en donnant l'angle de rotation et la position du pivot.
512  L'image apparaîtra pivotée dans \SpecialChar LyX
513 .
514 \begin_inset Newline newline
515 \end_inset
516
517
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 Figures ! Redimensionnées
523 \end_layout
524
525 \end_inset
526
527 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
528  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
529  sa largeur.
530  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
531  déterminée automatiquement.
532  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
533  éventuellement une distorsion.
534  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
535  
536 \family sans
537 Conserver
538 \begin_inset space ~
539 \end_inset
540
541 les
542 \begin_inset space ~
543 \end_inset
544
545 proportions
546 \family default
547 .
548  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
549  pas les valeurs fixées.
550  
551 \begin_inset Newline newline
552 \end_inset
553
554 Les images peuvent être modifiée en utilisant le programme de votre choix
555  en faisant un clic droit dessus et en choisissant 
556 \family sans
557 Éditer le fichier ailleurs
558 \family default
559  dans le menu contextuel qui apparaît.
560  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
561  
562 \family sans
563 Formats
564 \begin_inset space ~
565 \end_inset
566
567 de
568 \begin_inset space ~
569 \end_inset
570
571 fichiers
572 \family default
573  dans la fenêtre de dialogue de 
574 \family sans
575 Préférences
576 \family default
577  de \SpecialChar LyX
578 .
579 \end_layout
580
581 \begin_layout Description
582 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
583  la sortie finale est de modifier les coordonnées de la zone de l'image
584  qui est affichée.
585  Cette zone peut être calculée automatiquement à partir des données présentes
586  dans le fichier en appuyant sur le bouton 
587 \family sans
588 Valeurs
589 \begin_inset space ~
590 \end_inset
591
592 du
593 \begin_inset space ~
594 \end_inset
595
596 Fichier
597 \family default
598 .
599  Avec l'option 
600 \family sans
601 Couper
602 \begin_inset space ~
603 \end_inset
604
605 à
606 \begin_inset space ~
607 \end_inset
608
609 la
610 \begin_inset space ~
611 \end_inset
612
613 boîte
614 \begin_inset space ~
615 \end_inset
616
617 de
618 \begin_inset space ~
619 \end_inset
620
621 délimitation, 
622 \family default
623 seule la portion de l'image qui est dans la zone définie sera imprimée.
624  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
625  donc vous pouvez ignorer l'onglet 
626 \family sans
627 Rogner
628 \family default
629 .
630 \end_layout
631
632 \begin_layout Description
633
634 \family sans
635 Options
636 \begin_inset space ~
637 \end_inset
638
639 \SpecialChar LaTeX
640
641 \begin_inset space ~
642 \end_inset
643
644 et
645 \begin_inset space ~
646 \end_inset
647
648 \SpecialChar LyX
649
650 \family default
651  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
652  et les
653  experts ès-\SpecialChar LaTeX
654  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
655
656 \begin_inset Newline newline
657 \end_inset
658
659 L'option 
660 \family sans
661 Mode brouillon
662 \family default
663  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
664  avec la taille de l'image.
665 \begin_inset Newline newline
666 \end_inset
667
668 L'option 
669 \family sans
670 Ne
671 \begin_inset space ~
672 \end_inset
673
674 pas
675 \begin_inset space ~
676 \end_inset
677
678 décompresser
679 \begin_inset space ~
680 \end_inset
681
682 à
683 \begin_inset space ~
684 \end_inset
685
686 l'exportation
687 \family default
688  n'affectera que les graphiques EPS zippés, par exemple 
689 \family typewriter
690 x.eps.gz
691 \family default
692 .
693  Quand cette option est activée, les images ne sont pas décompressées à
694  l'exportation, vu que \SpecialChar LaTeX
695  peut les traiter telles-quelles
696 \begin_inset Newline newline
697 \end_inset
698
699 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
700  disques quand on utilise PostScript comme format de sortie, voir l'annexe
701 \begin_inset space ~
702 \end_inset
703
704
705 \begin_inset CommandInset ref
706 LatexCommand ref
707 reference "sec:PostScript"
708
709 \end_inset
710
711 .
712  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
713  terminal UNIX ou une console Windows:
714 \begin_inset Newline newline
715 \end_inset
716
717
718 \series bold
719 gzip x.eps
720 \series default
721
722 \begin_inset Newline newline
723 \end_inset
724
725
726 \series bold
727 zgrep %%Bounding x.eps.gz > x.eps.bb
728 \series default
729
730 \begin_inset Newline newline
731 \end_inset
732
733 La seconde commande va créer le fichier contenant la description de la boîte
734  de délimitation 
735 \begin_inset Quotes fld
736 \end_inset
737
738
739 \family typewriter
740 x.eps.bb
741 \family default
742
743 \begin_inset Quotes frd
744 \end_inset
745
746  qui est indispensable pour que \SpecialChar LaTeX
747  puisse traiter un fichier compressé.
748 \begin_inset Newline newline
749 \end_inset
750
751 Dans la section 
752 \family sans
753 Groupe
754 \begin_inset space ~
755 \end_inset
756
757 de
758 \begin_inset space ~
759 \end_inset
760
761 graphiques
762 \family default
763  vous pouvez définir ou de choisir un groupe de paramètres d'image
764 \begin_inset Index idx
765 status collapsed
766
767 \begin_layout Plain Layout
768 Figures ! Groupes de paramétrisation
769 \end_layout
770
771 \end_inset
772
773 .
774  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
775  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
776  les autres soient automatiquement modifiées de la même manière.
777  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
778  avoir à modifier leur taille manuellement une par une.
779  On peut rattacher une image à un groupe existant en utilisant le menu contextue
780 l de l'image et en cochant le nom du groupe dans la liste
781 \begin_inset Foot
782 status collapsed
783
784 \begin_layout Plain Layout
785 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
786 \end_layout
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \begin_layout Standard
794 \begin_inset VSpace bigskip
795 \end_inset
796
797
798 \end_layout
799
800 \begin_layout Standard
801 Voici un exemple d'image au format EPS
802 \begin_inset Foot
803 status collapsed
804
805 \begin_layout Plain Layout
806 Les format d'images sont décrits dans la section
807 \begin_inset space ~
808 \end_inset
809
810
811 \begin_inset CommandInset ref
812 LatexCommand ref
813 reference "sec:Image-Formats"
814
815 \end_inset
816
817 .
818 \end_layout
819
820 \end_inset
821
822  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
823 nt:
824 \begin_inset Separator parbreak
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Standard
831 \align center
832 \begin_inset Graphics
833         filename ../clipart/mobius.eps
834         scale 70
835         scaleBeforeRotation
836         rotateOrigin center
837
838 \end_inset
839
840
841 \end_layout
842
843 \begin_layout Standard
844 Et voici la même image mais en mode brouillon:
845 \begin_inset Separator parbreak
846 \end_inset
847
848
849 \end_layout
850
851 \begin_layout Standard
852 \align center
853 \begin_inset Graphics
854         filename ../clipart/mobius.eps
855         scale 70
856         draft
857         scaleBeforeRotation
858         rotateOrigin center
859
860 \end_inset
861
862
863 \end_layout
864
865 \begin_layout Section
866 Figures flottantes
867 \begin_inset CommandInset label
868 LatexCommand label
869 name "sec:Figure-Floats"
870
871 \end_inset
872
873
874 \begin_inset Index idx
875 status collapsed
876
877 \begin_layout Plain Layout
878 Flottants ! Figures
879 \end_layout
880
881 \end_inset
882
883
884 \begin_inset Index idx
885 status collapsed
886
887 \begin_layout Plain Layout
888 Figures ! Flottants
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \begin_layout Standard
897 Pour des explications d'ordre général concernant les flottants, jetez un
898  coup d'œil à la section
899 \begin_inset space ~
900 \end_inset
901
902
903 \begin_inset CommandInset ref
904 LatexCommand ref
905 reference "sec:Flottants-Introduction"
906
907 \end_inset
908
909 .
910 \end_layout
911
912 \begin_layout Standard
913 Le bouton 
914 \begin_inset Info
915 type  "icon"
916 arg   "float-insert figure"
917 \end_inset
918
919  de la barre d'outils et le menu 
920 \family sans
921 Insertion\SpecialChar menuseparator
922 Flottant\SpecialChar menuseparator
923 Figure
924 \family default
925  insèrent un flottant avec l'étiquette 
926 \begin_inset Quotes fld
927 \end_inset
928
929
930 \series bold
931 Figure
932 \begin_inset space ~
933 \end_inset
934
935 #:
936 \series default
937
938 \begin_inset Quotes frd
939 \end_inset
940
941  (# est le numéro réel de l'image).
942  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
943 \begin_inset space ~
944 \end_inset
945
946
947 \begin_inset CommandInset ref
948 LatexCommand ref
949 reference "fig:kill-plat"
950
951 \end_inset
952
953  ou en dessous de la légende comme pour la Figure
954 \begin_inset space ~
955 \end_inset
956
957
958 \begin_inset CommandInset ref
959 LatexCommand ref
960 reference "fig:escher"
961
962 \end_inset
963
964 .
965  Vous trouverez plus d'information sur le positionnement des légendes dans
966  la section
967 \begin_inset space ~
968 \end_inset
969
970
971 \begin_inset CommandInset ref
972 LatexCommand ref
973 reference "sec:Placement-légende"
974
975 \end_inset
976
977 .
978 \end_layout
979
980 \begin_layout Standard
981 \begin_inset Float figure
982 wide false
983 sideways false
984 status open
985
986 \begin_layout Plain Layout
987 \align center
988 \begin_inset Graphics
989         filename ../clipart/platypus.eps
990         width 50col%
991         scaleBeforeRotation
992         rotateOrigin center
993
994 \end_inset
995
996
997 \end_layout
998
999 \begin_layout Plain Layout
1000 \begin_inset Caption Standard
1001
1002 \begin_layout Plain Layout
1003 \begin_inset CommandInset label
1004 LatexCommand label
1005 name "fig:kill-plat"
1006
1007 \end_inset
1008
1009 Un ornithorynque sévèrement déformé dans un flottant de figure.
1010 \end_layout
1011
1012 \end_inset
1013
1014
1015 \end_layout
1016
1017 \end_inset
1018
1019
1020 \end_layout
1021
1022 \begin_layout Standard
1023 \begin_inset Float figure
1024 wide false
1025 sideways false
1026 status open
1027
1028 \begin_layout Plain Layout
1029 \begin_inset Caption Standard
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "fig:escher"
1035
1036 \end_inset
1037
1038 M.C.
1039  Escher sous LSD.
1040 \end_layout
1041
1042 \end_inset
1043
1044
1045 \end_layout
1046
1047 \begin_layout Plain Layout
1048 \align center
1049 \begin_inset Graphics
1050         filename ../clipart/escher-lsd.eps
1051         scale 80
1052         scaleBeforeRotation
1053         rotateOrigin center
1054
1055 \end_inset
1056
1057
1058 \end_layout
1059
1060 \end_inset
1061
1062
1063 \end_layout
1064
1065 \begin_layout Standard
1066 \begin_inset Index idx
1067 status collapsed
1068
1069 \begin_layout Plain Layout
1070 References@Références ! à des Figures
1071 \end_layout
1072
1073 \end_inset
1074
1075 Les figure
1076 \begin_inset space ~
1077 \end_inset
1078
1079
1080 \begin_inset CommandInset ref
1081 LatexCommand ref
1082 reference "fig:kill-plat"
1083
1084 \end_inset
1085
1086  et 
1087 \begin_inset CommandInset ref
1088 LatexCommand ref
1089 reference "fig:escher"
1090
1091 \end_inset
1092
1093  sont des exemples de figures référencées.
1094  Dans le texte, on fait référence à une figure en faisant référence à sa
1095  légende.
1096  On insère donc une étiquette dans la légende en utilisant le menu 
1097 \family sans
1098 Insertion
1099 \family default
1100 \SpecialChar menuseparator
1101
1102 \family sans
1103 Étiquette
1104 \family default
1105  ou le bouton 
1106 \begin_inset Info
1107 type  "icon"
1108 arg   "label-insert"
1109 \end_inset
1110
1111  de la barre d'outils.
1112  On peut alors faire référence à cette étiquette en utilisant le menu 
1113 \family sans
1114 Insertion\SpecialChar menuseparator
1115 Référence
1116 \begin_inset space ~
1117 \end_inset
1118
1119 croisée
1120 \family default
1121  ou le bouton 
1122 \begin_inset Info
1123 type  "icon"
1124 arg   "dialog-show-new-inset ref"
1125 \end_inset
1126
1127  de la barre d'outils.
1128  Il est important d'utiliser des références pour les flottants de figures
1129  plutôt que des locutions vagues du genre 
1130 \begin_inset Quotes fld
1131 \end_inset
1132
1133 la figure ci-dessous
1134 \begin_inset Quotes frd
1135 \end_inset
1136
1137 , puisque \SpecialChar LaTeX
1138  va repositionner la figure dans le document final.
1139  Votre figure risque de ne plus être ci-dessous du tout !
1140 \begin_inset Newline newline
1141 \end_inset
1142
1143 Le référencement est expliqué plus en détail dans la section
1144 \begin_inset space ~
1145 \end_inset
1146
1147
1148 \begin_inset CommandInset ref
1149 LatexCommand ref
1150 reference "sec:Referencer-les-Flottants"
1151
1152 \end_inset
1153
1154 .
1155 \end_layout
1156
1157 \begin_layout Standard
1158 En principe on met une seule figure dans un flottant, mais parfois vous
1159  pouvez vouloir deux figures avec chacune sa sous-légende.
1160  C'est possible en insérant des flottants d'image dans des flottants d'image
1161  existants.
1162  Notez que seule la légende principale des flottants est reprise dans la
1163  liste des figures.
1164  La figure
1165 \begin_inset space ~
1166 \end_inset
1167
1168
1169 \begin_inset CommandInset ref
1170 LatexCommand ref
1171 reference "fig:Deux-images-déformées"
1172
1173 \end_inset
1174
1175  est un exemple de flottant de figure avec deux images mises l'une à côté
1176  de l'autre.
1177  Vous pouvez aussi mettre les images les unes sous les autres.
1178  Les figures
1179 \begin_inset space ~
1180 \end_inset
1181
1182
1183 \begin_inset CommandInset ref
1184 LatexCommand ref
1185 reference "fig:Structure-indéfinissable"
1186
1187 \end_inset
1188
1189  et 
1190 \begin_inset CommandInset ref
1191 LatexCommand ref
1192 reference "fig:Un-ornithorynque"
1193
1194 \end_inset
1195
1196  sont des sous-figures.
1197 \end_layout
1198
1199 \begin_layout Standard
1200 \begin_inset Float figure
1201 wide false
1202 sideways false
1203 status open
1204
1205 \begin_layout Plain Layout
1206 \begin_inset space \hfill{}
1207 \end_inset
1208
1209
1210 \begin_inset Float figure
1211 wide false
1212 sideways false
1213 status open
1214
1215 \begin_layout Plain Layout
1216 \begin_inset Caption Standard
1217
1218 \begin_layout Plain Layout
1219 \begin_inset CommandInset label
1220 LatexCommand label
1221 name "fig:Structure-indéfinissable"
1222
1223 \end_inset
1224
1225 Structure indéfinissable
1226 \end_layout
1227
1228 \end_inset
1229
1230
1231 \end_layout
1232
1233 \begin_layout Plain Layout
1234 \begin_inset Graphics
1235         filename ../clipart/escher-lsd.eps
1236         width 45col%
1237         scaleBeforeRotation
1238         groupId Déformés
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \end_inset
1246
1247
1248 \begin_inset space \hfill{}
1249 \end_inset
1250
1251
1252 \begin_inset Float figure
1253 wide false
1254 sideways false
1255 status open
1256
1257 \begin_layout Plain Layout
1258 \begin_inset Caption Standard
1259
1260 \begin_layout Plain Layout
1261 \begin_inset CommandInset label
1262 LatexCommand label
1263 name "fig:Un-ornithorynque"
1264
1265 \end_inset
1266
1267 Un ornithorynque
1268 \end_layout
1269
1270 \end_inset
1271
1272
1273 \end_layout
1274
1275 \begin_layout Plain Layout
1276 \begin_inset Graphics
1277         filename ../clipart/platypus.eps
1278         width 45col%
1279         scaleBeforeRotation
1280         groupId Déformés
1281
1282 \end_inset
1283
1284
1285 \end_layout
1286
1287 \end_inset
1288
1289
1290 \begin_inset space \hfill{}
1291 \end_inset
1292
1293
1294 \end_layout
1295
1296 \begin_layout Plain Layout
1297 \begin_inset Caption Standard
1298
1299 \begin_layout Plain Layout
1300 \begin_inset CommandInset label
1301 LatexCommand label
1302 name "fig:Deux-images-déformées"
1303
1304 \end_inset
1305
1306 Deux images déformées.
1307  Les deux images font partie du groupe de paramétrisation 
1308 \begin_inset Quotes fld
1309 \end_inset
1310
1311 déformés
1312 \begin_inset Quotes frd
1313 \end_inset
1314
1315 .
1316 \end_layout
1317
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324
1325
1326 \end_layout
1327
1328 \begin_layout Section
1329 Les formats d'images
1330 \begin_inset CommandInset label
1331 LatexCommand label
1332 name "sec:Image-Formats"
1333
1334 \end_inset
1335
1336
1337 \begin_inset Index idx
1338 status collapsed
1339
1340 \begin_layout Plain Layout
1341 Formats d' images
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \begin_inset Index idx
1348 status collapsed
1349
1350 \begin_layout Plain Layout
1351 Figures ! Formats d'images
1352 \end_layout
1353
1354 \end_inset
1355
1356
1357 \end_layout
1358
1359 \begin_layout Standard
1360 Vous pouvez insérer des images dans n'importe quel format connu.
1361  Mais, comme nous l'avons expliqué dans l'annexe
1362 \begin_inset space ~
1363 \end_inset
1364
1365
1366 \begin_inset CommandInset ref
1367 LatexCommand ref
1368 reference "cha:Formats-fichiers-graphiques"
1369
1370 \end_inset
1371
1372 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1373  de formats d'images.
1374  Pour s'en sortir \SpecialChar LyX
1375  utilise le programme 
1376 \family typewriter
1377 ImageMagick
1378 \family default
1379  en arrière plan pour convertir les formats que vous utilisez dans un des
1380  formats acceptés par le format de sortie.
1381  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1382 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1383 \begin_inset space ~
1384 \end_inset
1385
1386
1387 \begin_inset CommandInset ref
1388 LatexCommand ref
1389 reference "cha:Formats-fichiers-graphiques"
1390
1391 \end_inset
1392
1393 .
1394 \end_layout
1395
1396 \begin_layout Standard
1397 Comme pour les polices de caractères, il y a deux grands types de formats
1398  d'images:
1399 \end_layout
1400
1401 \begin_layout Description
1402 Les
1403 \begin_inset space ~
1404 \end_inset
1405
1406 images
1407 \begin_inset space ~
1408 \end_inset
1409
1410 Matricielles
1411 \begin_inset space ~
1412 \end_inset
1413
1414 (ou
1415 \begin_inset space ~
1416 \end_inset
1417
1418 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1419  enregistrés sous un format compressé.
1420  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1421  petits carrés quand on utilise des agrandissements trop importants (aspect
1422  
1423 \begin_inset Quotes fld
1424 \end_inset
1425
1426 pixellisé
1427 \begin_inset Quotes frd
1428 \end_inset
1429
1430 ).
1431  Les formats matriciels les plus connus sont le GIF (
1432 \begin_inset Quotes fld
1433 \end_inset
1434
1435 Graphics Interchange Format
1436 \begin_inset Quotes frd
1437 \end_inset
1438
1439 , avec comme suffixe de fichier 
1440 \begin_inset Quotes fld
1441 \end_inset
1442
1443
1444 \family typewriter
1445 .gif
1446 \family default
1447
1448 \begin_inset Quotes frd
1449 \end_inset
1450
1451 )
1452 \begin_inset Index idx
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456 GIF|see
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 {
1463 \end_layout
1464
1465 \end_inset
1466
1467 Format d'image
1468 \begin_inset ERT
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472
1473 }
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \end_inset
1482
1483 , le PNG (
1484 \begin_inset Quotes fld
1485 \end_inset
1486
1487 Portable Network Graphics
1488 \begin_inset Quotes frd
1489 \end_inset
1490
1491 , suffixe 
1492 \begin_inset Quotes fld
1493 \end_inset
1494
1495
1496 \family typewriter
1497 .png
1498 \family default
1499
1500 \begin_inset Quotes frd
1501 \end_inset
1502
1503 )
1504 \begin_inset Index idx
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 PNG|see
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 {
1515 \end_layout
1516
1517 \end_inset
1518
1519 Formats d'image
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 }
1526 \end_layout
1527
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534
1535  et le JPG (
1536 \begin_inset Quotes fld
1537 \end_inset
1538
1539 Joint Photographic Expert Group
1540 \begin_inset Quotes frd
1541 \end_inset
1542
1543 , suffixe 
1544 \begin_inset Quotes fld
1545 \end_inset
1546
1547
1548 \family typewriter
1549 .jpg
1550 \family default
1551
1552 \begin_inset Quotes frd
1553 \end_inset
1554
1555  ou 
1556 \begin_inset Quotes fld
1557 \end_inset
1558
1559
1560 \family typewriter
1561 .jpeg
1562 \family default
1563
1564 \begin_inset Quotes frd
1565 \end_inset
1566
1567 )
1568 \begin_inset Index idx
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572 JPG|see
1573 \begin_inset ERT
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577
1578 {
1579 \end_layout
1580
1581 \end_inset
1582
1583 Formats d'image
1584 \begin_inset ERT
1585 status collapsed
1586
1587 \begin_layout Plain Layout
1588
1589 }
1590 \end_layout
1591
1592 \end_inset
1593
1594
1595 \end_layout
1596
1597 \end_inset
1598
1599 .
1600 \end_layout
1601
1602 \begin_layout Description
1603 Les
1604 \begin_inset space ~
1605 \end_inset
1606
1607 images
1608 \begin_inset space ~
1609 \end_inset
1610
1611 Vectorielles
1612 \begin_inset space ~
1613 \end_inset
1614
1615 (ou
1616 \begin_inset space ~
1617 \end_inset
1618
1619 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1620  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1621 nnée comme on le veut sans perte de précision.
1622  La possibilité de redimensionner les images est très utilisé pour les présentat
1623 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1624 nnement.
1625  Le redimensionnement permet aussi de présenter des documents en ligne où
1626  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1627  étudier les détails.
1628 \begin_inset Newline newline
1629 \end_inset
1630
1631 Les principaux formats vectoriels sont le SVG (
1632 \begin_inset Quotes fld
1633 \end_inset
1634
1635 Scalable Vector Graphics
1636 \begin_inset Quotes frd
1637 \end_inset
1638
1639 , suffixe 
1640 \begin_inset Quotes fld
1641 \end_inset
1642
1643
1644 \family typewriter
1645 .svg
1646 \family default
1647
1648 \begin_inset Quotes frd
1649 \end_inset
1650
1651 )
1652 \begin_inset Index idx
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 SVG|see
1657 \begin_inset ERT
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661
1662 {
1663 \end_layout
1664
1665 \end_inset
1666
1667 Format d'image
1668 \begin_inset ERT
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672
1673 }
1674 \end_layout
1675
1676 \end_inset
1677
1678
1679 \end_layout
1680
1681 \end_inset
1682
1683 , l'EPS ( 
1684 \begin_inset Quotes fld
1685 \end_inset
1686
1687 encapsulated PostScript
1688 \begin_inset Quotes frd
1689 \end_inset
1690
1691 , suffixe 
1692 \begin_inset Quotes fld
1693 \end_inset
1694
1695
1696 \family typewriter
1697 .eps
1698 \family default
1699
1700 \begin_inset Quotes frd
1701 \end_inset
1702
1703 )
1704 \begin_inset Index idx
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708 EPS|see
1709 \begin_inset ERT
1710 status collapsed
1711
1712 \begin_layout Plain Layout
1713
1714 {
1715 \end_layout
1716
1717 \end_inset
1718
1719 Format d'image
1720 \begin_inset ERT
1721 status collapsed
1722
1723 \begin_layout Plain Layout
1724
1725 }
1726 \end_layout
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \end_inset
1734
1735 , le PDF (
1736 \begin_inset Quotes fld
1737 \end_inset
1738
1739 Portable Document Format
1740 \begin_inset Quotes frd
1741 \end_inset
1742
1743 , suffixe 
1744 \begin_inset Quotes fld
1745 \end_inset
1746
1747
1748 \family typewriter
1749 .pdf
1750 \family default
1751
1752 \begin_inset Quotes frd
1753 \end_inset
1754
1755 )
1756 \begin_inset Index idx
1757 status collapsed
1758
1759 \begin_layout Plain Layout
1760 PDF|see
1761 \begin_inset ERT
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765
1766 {
1767 \end_layout
1768
1769 \end_inset
1770
1771 Format d'image
1772 \begin_inset ERT
1773 status collapsed
1774
1775 \begin_layout Plain Layout
1776
1777 }
1778 \end_layout
1779
1780 \end_inset
1781
1782
1783 \end_layout
1784
1785 \end_inset
1786
1787  et le WMF (
1788 \begin_inset Quotes fld
1789 \end_inset
1790
1791 Windows Metafile
1792 \begin_inset Quotes frd
1793 \end_inset
1794
1795 , suffixe 
1796 \begin_inset Quotes fld
1797 \end_inset
1798
1799
1800 \family typewriter
1801 .wfm
1802 \family default
1803
1804 \begin_inset Quotes frd
1805 \end_inset
1806
1807  ou 
1808 \begin_inset Quotes fld
1809 \end_inset
1810
1811
1812 \family typewriter
1813 .emf
1814 \family default
1815
1816 \begin_inset Quotes frd
1817 \end_inset
1818
1819 )
1820 \begin_inset Index idx
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824 WMF|see
1825 \begin_inset ERT
1826 status collapsed
1827
1828 \begin_layout Plain Layout
1829
1830 {
1831 \end_layout
1832
1833 \end_inset
1834
1835 Formats d'images
1836 \begin_inset ERT
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840
1841 }
1842 \end_layout
1843
1844 \end_inset
1845
1846
1847 \end_layout
1848
1849 \end_inset
1850
1851 .
1852  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1853  en EPS, mais le résultat ne sera pas redimensionnable.
1854  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1855 \begin_inset Foot
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859 Dans le cas du PDF l'image initiale est aussi compressée.
1860 \end_layout
1861
1862 \end_inset
1863
1864
1865 \end_layout
1866
1867 \begin_layout Standard
1868 Les fichiers PDF générés par 
1869 \family typewriter
1870 Adobe Photoshop
1871 \family default
1872 , par exemple, sont des images matricielles.
1873 \end_layout
1874
1875 \begin_layout Standard
1876 En principe il est quasiment impossible de convertir une image matricielle
1877  en graphique vectoriel, seul le contraire est possible.
1878  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1879  dans respectivement un fichier de sortie PDF ou PostScript.
1880  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1881  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1882  WMF/SVG
1883 \begin_inset Formula $\to$
1884 \end_inset
1885
1886 PDF/EPS convenables.
1887 \end_layout
1888
1889 \begin_layout Chapter
1890 Tableaux
1891 \begin_inset Index idx
1892 status collapsed
1893
1894 \begin_layout Plain Layout
1895 Tableau
1896 \end_layout
1897
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \begin_layout Section
1904 Introduction
1905 \begin_inset Index idx
1906 status collapsed
1907
1908 \begin_layout Plain Layout
1909 Tableau ! Introduction
1910 \end_layout
1911
1912 \end_inset
1913
1914
1915 \end_layout
1916
1917 \begin_layout Standard
1918 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1919  
1920 \begin_inset Info
1921 type  "icon"
1922 arg   "tabular-insert"
1923 \end_inset
1924
1925  soit 
1926 \family sans
1927 Insertion\SpecialChar menuseparator
1928 Tableau
1929 \family default
1930 .
1931  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1932  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1933  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1934  sur un bouton de la souris pour valider votre choix.
1935  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1936  vous demandant le nombre de lignes et de colonnes.
1937 \begin_inset Newline newline
1938 \end_inset
1939
1940 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1941  une à droite de la colonne la plus à droite et une en bas de la rangée
1942  du bas, qui forment une boîte autour du tableau.
1943  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1944  apparaît séparée du reste du tableau.
1945  Voici un exemple :
1946 \begin_inset Separator parbreak
1947 \end_inset
1948
1949
1950 \end_layout
1951
1952 \begin_layout Standard
1953 \align center
1954 \begin_inset Tabular
1955 <lyxtabular version="3" rows="4" columns="4">
1956 <features tabularvalignment="middle">
1957 <column alignment="center" valignment="top">
1958 <column alignment="center" valignment="top">
1959 <column alignment="center" valignment="top">
1960 <column alignment="center" valignment="top">
1961 <row>
1962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1963 \begin_inset Text
1964
1965 \begin_layout Plain Layout
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1972 \begin_inset Text
1973
1974 \begin_layout Plain Layout
1975 1
1976 \end_layout
1977
1978 \end_inset
1979 </cell>
1980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1981 \begin_inset Text
1982
1983 \begin_layout Plain Layout
1984 2
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1990 \begin_inset Text
1991
1992 \begin_layout Plain Layout
1993 3
1994 \end_layout
1995
1996 \end_inset
1997 </cell>
1998 </row>
1999 <row>
2000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2001 \begin_inset Text
2002
2003 \begin_layout Plain Layout
2004 A
2005 \end_layout
2006
2007 \end_inset
2008 </cell>
2009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \end_layout
2015
2016 \end_inset
2017 </cell>
2018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2019 \begin_inset Text
2020
2021 \begin_layout Plain Layout
2022
2023 \end_layout
2024
2025 \end_inset
2026 </cell>
2027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2028 \begin_inset Text
2029
2030 \begin_layout Plain Layout
2031
2032 \end_layout
2033
2034 \end_inset
2035 </cell>
2036 </row>
2037 <row>
2038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2039 \begin_inset Text
2040
2041 \begin_layout Plain Layout
2042 B
2043 \end_layout
2044
2045 \end_inset
2046 </cell>
2047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2048 \begin_inset Text
2049
2050 \begin_layout Plain Layout
2051
2052 \end_layout
2053
2054 \end_inset
2055 </cell>
2056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2057 \begin_inset Text
2058
2059 \begin_layout Plain Layout
2060
2061 \end_layout
2062
2063 \end_inset
2064 </cell>
2065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2066 \begin_inset Text
2067
2068 \begin_layout Plain Layout
2069
2070 \end_layout
2071
2072 \end_inset
2073 </cell>
2074 </row>
2075 <row>
2076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2077 \begin_inset Text
2078
2079 \begin_layout Plain Layout
2080 C
2081 \end_layout
2082
2083 \end_inset
2084 </cell>
2085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2086 \begin_inset Text
2087
2088 \begin_layout Plain Layout
2089
2090 \end_layout
2091
2092 \end_inset
2093 </cell>
2094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2095 \begin_inset Text
2096
2097 \begin_layout Plain Layout
2098
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Plain Layout
2107
2108 \end_layout
2109
2110 \end_inset
2111 </cell>
2112 </row>
2113 </lyxtabular>
2114
2115 \end_inset
2116
2117
2118 \end_layout
2119
2120 \begin_layout Section
2121 La fenêtre 
2122 \family sans
2123 tableau
2124 \family default
2125
2126 \begin_inset Index idx
2127 status collapsed
2128
2129 \begin_layout Plain Layout
2130 Tableau ! Fenêtre de dialogue
2131 \end_layout
2132
2133 \end_inset
2134
2135
2136 \end_layout
2137
2138 \begin_layout Standard
2139 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2140  de la souris, qui ouvre le menu contextuel.
2141  A l'aide du choix de menu 
2142 \family sans
2143 Plus...
2144
2145 \family default
2146  vous pouvez modifier les réglages concernant la cellule, la colonne et
2147  la ligne dans laquelle le curseur se trouve.
2148  Le menu contextuel 
2149 \family sans
2150 Plus...\SpecialChar menuseparator
2151 Paramètres...
2152
2153 \family default
2154  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2155  sont possibles.
2156  La plupart des options peuvent s'appliquer à des sélections.
2157  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2158  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2159  votre sélection.
2160  Notez qu'il y a une différence entre sélectionner le 
2161 \emph on
2162 contenu 
2163 \emph default
2164 d'une cellule et sélectionner la cellule elle-même.
2165 \begin_inset Newline newline
2166 \end_inset
2167
2168 En cochant l'option 
2169 \family sans
2170 Application
2171 \begin_inset space ~
2172 \end_inset
2173
2174 immédiate
2175 \family default
2176  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2177  est appliquée directement.
2178  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2179  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2180  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2181  de dialogue, vous devez appuyer sur 
2182 \family sans
2183 Entrée
2184 \family default
2185  pour que la modification soit appliquée.
2186 \begin_inset Newline newline
2187 \end_inset
2188
2189 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2190  :
2191 \end_layout
2192
2193 \begin_layout Description
2194 Paramètres
2195 \begin_inset space ~
2196 \end_inset
2197
2198 du
2199 \begin_inset space ~
2200 \end_inset
2201
2202 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2203  la largeur de la colonne courante.
2204  L'alignement horizontal 
2205 \family sans
2206 Au
2207 \begin_inset space ~
2208 \end_inset
2209
2210 séparateur
2211 \begin_inset space ~
2212 \end_inset
2213
2214 décimal
2215 \family default
2216  est décrit dans la section
2217 \begin_inset space ~
2218 \end_inset
2219
2220
2221 \begin_inset CommandInset ref
2222 LatexCommand ref
2223 reference "subsec:Alignements-de-cellules"
2224
2225 \end_inset
2226
2227 .
2228  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2229  vertical de la ligne courante.
2230  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2231  et donc, plusieurs paragraphes de texte, voir la section
2232 \begin_inset space ~
2233 \end_inset
2234
2235
2236 \begin_inset CommandInset ref
2237 LatexCommand ref
2238 reference "subsec:Lignes-multiple-dans-cellule"
2239
2240 \end_inset
2241
2242 .
2243  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2244  pour accommoder le contenu de cellule le plus large.
2245 \begin_inset Newline newline
2246 \end_inset
2247
2248 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2249  un multi-colonnes, voir la section
2250 \begin_inset space ~
2251 \end_inset
2252
2253
2254 \begin_inset CommandInset ref
2255 LatexCommand ref
2256 reference "subsec:Multicolonnes"
2257
2258 \end_inset
2259
2260  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2261 \begin_inset space ~
2262 \end_inset
2263
2264
2265 \begin_inset CommandInset ref
2266 LatexCommand ref
2267 reference "subsec:Multi-lignes"
2268
2269 \end_inset
2270
2271 .
2272 \begin_inset Newline newline
2273 \end_inset
2274
2275 L'option 
2276 \family sans
2277 Tourner
2278 \begin_inset space ~
2279 \end_inset
2280
2281 la
2282 \begin_inset space ~
2283 \end_inset
2284
2285 case
2286 \begin_inset space ~
2287 \end_inset
2288
2289 de
2290 \begin_inset space ~
2291 \end_inset
2292
2293 90°
2294 \family default
2295  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2296  L'option 
2297 \family sans
2298 Tourner
2299 \begin_inset space ~
2300 \end_inset
2301
2302 le
2303 \begin_inset space ~
2304 \end_inset
2305
2306 tableau
2307 \begin_inset space ~
2308 \end_inset
2309
2310 de
2311 \begin_inset space ~
2312 \end_inset
2313
2314 90°
2315 \family default
2316  fait pivoter tout le tableau.
2317  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2318 , mais devraient l'être dans la
2319  sortie finale.
2320  Pour plus d'information voir la section
2321 \begin_inset space ~
2322 \end_inset
2323
2324
2325 \begin_inset CommandInset ref
2326 LatexCommand ref
2327 reference "sec:Pivotement-des-cellules"
2328
2329 \end_inset
2330
2331 .
2332 \begin_inset Newline newline
2333 \end_inset
2334
2335
2336 \begin_inset Note Greyedout
2337 status open
2338
2339 \begin_layout Plain Layout
2340
2341 \series bold
2342 Note:
2343 \series default
2344  La plupart des visualiseurs DVI ne sont 
2345 \emph on
2346 pas
2347 \emph default
2348  capables d'afficher ces rotations.
2349 \end_layout
2350
2351 \end_inset
2352
2353
2354 \begin_inset Newline newline
2355 \end_inset
2356
2357 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2358  qui sont incorporés dans une ligne de texte :
2359 \begin_inset Newline newline
2360 \end_inset
2361
2362 Une ligne avec des tableaux alignés de différentes manières: 
2363 \begin_inset Tabular
2364 <lyxtabular version="3" rows="2" columns="2">
2365 <features tabularvalignment="top">
2366 <column alignment="center" valignment="top" width="0pt">
2367 <column alignment="center" valignment="top">
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382 1
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 </row>
2388 <row>
2389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Plain Layout
2393 A
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2399 \begin_inset Text
2400
2401 \begin_layout Plain Layout
2402
2403 \end_layout
2404
2405 \end_inset
2406 </cell>
2407 </row>
2408 </lyxtabular>
2409
2410 \end_inset
2411
2412  
2413 \begin_inset Tabular
2414 <lyxtabular version="3" rows="2" columns="2">
2415 <features tabularvalignment="middle">
2416 <column alignment="center" valignment="top">
2417 <column alignment="center" valignment="top">
2418 <row>
2419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2420 \begin_inset Text
2421
2422 \begin_layout Plain Layout
2423
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432 1
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 </row>
2438 <row>
2439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2440 \begin_inset Text
2441
2442 \begin_layout Plain Layout
2443 A
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Plain Layout
2452
2453 \end_layout
2454
2455 \end_inset
2456 </cell>
2457 </row>
2458 </lyxtabular>
2459
2460 \end_inset
2461
2462  
2463 \begin_inset Tabular
2464 <lyxtabular version="3" rows="2" columns="2">
2465 <features tabularvalignment="bottom">
2466 <column alignment="center" valignment="top" width="0pt">
2467 <column alignment="center" valignment="top">
2468 <row>
2469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2470 \begin_inset Text
2471
2472 \begin_layout Plain Layout
2473
2474 \end_layout
2475
2476 \end_inset
2477 </cell>
2478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2479 \begin_inset Text
2480
2481 \begin_layout Plain Layout
2482 1
2483 \end_layout
2484
2485 \end_inset
2486 </cell>
2487 </row>
2488 <row>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493 A
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2499 \begin_inset Text
2500
2501 \begin_layout Plain Layout
2502
2503 \end_layout
2504
2505 \end_inset
2506 </cell>
2507 </row>
2508 </lyxtabular>
2509
2510 \end_inset
2511
2512
2513 \begin_inset Newline newline
2514 \end_inset
2515
2516 On peut aussi entrer des paramètres \SpecialChar LaTeX
2517  pour obtenir des mise en formes spéciales
2518  pour le tableau, voir les sections
2519 \begin_inset space ~
2520 \end_inset
2521
2522
2523 \begin_inset CommandInset ref
2524 LatexCommand ref
2525 reference "subsec:Calculs-multicolonnes"
2526
2527 \end_inset
2528
2529  et 
2530 \begin_inset CommandInset ref
2531 LatexCommand ref
2532 reference "sec:Tableaux-Colorés"
2533
2534 \end_inset
2535
2536 .
2537 \end_layout
2538
2539 \begin_layout Description
2540
2541 \family sans
2542 Bordures
2543 \family default
2544  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2545  ou la colonne courante.
2546  
2547 \begin_inset Newline newline
2548 \end_inset
2549
2550 En utilisant le style 
2551 \family sans
2552 Formel
2553 \family default
2554  à la place du style par 
2555 \family sans
2556 Défaut
2557 \family default
2558 , on va convertir le tableau en tableau formel comme on le décrit dans la
2559  section
2560 \begin_inset space ~
2561 \end_inset
2562
2563
2564 \begin_inset CommandInset ref
2565 LatexCommand ref
2566 reference "sec:Tableaux-Formels"
2567
2568 \end_inset
2569
2570 .
2571 \begin_inset Newline newline
2572 \end_inset
2573
2574 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2575  dans les lignes du tableau comme c'est décrit dans la section
2576 \begin_inset space ~
2577 \end_inset
2578
2579
2580 \begin_inset CommandInset ref
2581 LatexCommand ref
2582 reference "subsec:Espacement-lignes"
2583
2584 \end_inset
2585
2586 .
2587 \end_layout
2588
2589 \begin_layout Description
2590 Tableau
2591 \begin_inset space ~
2592 \end_inset
2593
2594 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2595  un 
2596 \begin_inset Quotes fld
2597 \end_inset
2598
2599
2600 \emph on
2601 tableau long
2602 \emph default
2603
2604 \begin_inset Quotes frd
2605 \end_inset
2606
2607  qui peut continuer sur plusieurs pages.
2608  Les sections
2609 \begin_inset space ~
2610 \end_inset
2611
2612
2613 \begin_inset CommandInset ref
2614 LatexCommand ref
2615 reference "sec:Tableaux-longs"
2616
2617 \end_inset
2618
2619  et 
2620 \begin_inset CommandInset ref
2621 LatexCommand ref
2622 reference "sec:Questions-sur-tableaux-longs"
2623
2624 \end_inset
2625
2626  décrivent ces tableaux longs plus en détail.
2627 \end_layout
2628
2629 \begin_layout Section
2630 La barre d'outils tableau
2631 \begin_inset Index idx
2632 status collapsed
2633
2634 \begin_layout Plain Layout
2635 Tableau ! Barre d'outils
2636 \end_layout
2637
2638 \end_inset
2639
2640
2641 \end_layout
2642
2643 \begin_layout Standard
2644 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2645  permet de modifier plus rapidement les tableaux.
2646  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2647  quand le
2648  curseur se trouve à l'intérieur d'un tableau.
2649  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2650  au menu 
2651 \family sans
2652 Visualiser\SpecialChar menuseparator
2653 Barres
2654 \begin_inset space ~
2655 \end_inset
2656
2657 d'outils\SpecialChar menuseparator
2658 Tableau
2659 \family default
2660 .
2661 \end_layout
2662
2663 \begin_layout Standard
2664 La barre d'outils contient les icônes suivantes :
2665 \end_layout
2666
2667 \begin_layout Labeling
2668 \labelwidthstring 00.00.0000
2669 \begin_inset Info
2670 type  "icon"
2671 arg   "inset-modify tabular append-row"
2672 \end_inset
2673
2674  ajoute une ligne sous la cellule ou la sélection courante
2675 \end_layout
2676
2677 \begin_layout Labeling
2678 \labelwidthstring 00.00.0000
2679 \begin_inset Info
2680 type  "icon"
2681 arg   "inset-modify tabular append-column"
2682 \end_inset
2683
2684  ajoute une colonne à la droite de la cellule ou de la sélection courante
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689 \begin_inset Info
2690 type  "icon"
2691 arg   "inset-modify tabular delete-row"
2692 \end_inset
2693
2694  supprime la ligne ou la sélection courante
2695 \end_layout
2696
2697 \begin_layout Labeling
2698 \labelwidthstring 00.00.0000
2699 \begin_inset Info
2700 type  "icon"
2701 arg   "inset-modify tabular delete-column"
2702 \end_inset
2703
2704  supprime la colonne ou la sélection courante
2705 \end_layout
2706
2707 \begin_layout Labeling
2708 \labelwidthstring 00.00.0000
2709 \begin_inset Info
2710 type  "icon"
2711 arg   "inset-modify tabular move-row-up"
2712 \end_inset
2713
2714  déplace la ligne vers le haut
2715 \end_layout
2716
2717 \begin_layout Labeling
2718 \labelwidthstring 00.00.0000
2719 \begin_inset Info
2720 type  "icon"
2721 arg   "inset-modify tabular move-column-left"
2722 \end_inset
2723
2724  déplace la colonne vers la gauche
2725 \end_layout
2726
2727 \begin_layout Labeling
2728 \labelwidthstring 00.00.0000
2729 \begin_inset Info
2730 type  "icon"
2731 arg   "inset-modify tabular move-row-down"
2732 \end_inset
2733
2734  déplace la ligne vers le bas
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular move-column-right"
2742 \end_inset
2743
2744  déplace la colonne vers la droite
2745 \end_layout
2746
2747 \begin_layout Labeling
2748 \labelwidthstring 00.00.0000
2749 \begin_inset Info
2750 type  "icon"
2751 arg   "inset-modify tabular toggle-line-top"
2752 \end_inset
2753
2754  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2755  courante
2756 \end_layout
2757
2758 \begin_layout Labeling
2759 \labelwidthstring 00.00.0000
2760 \begin_inset Info
2761 type  "icon"
2762 arg   "inset-modify tabular toggle-line-bottom"
2763 \end_inset
2764
2765  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2766 \end_layout
2767
2768 \begin_layout Labeling
2769 \labelwidthstring 00.00.0000
2770 \begin_inset Info
2771 type  "icon"
2772 arg   "inset-modify tabular toggle-line-left"
2773 \end_inset
2774
2775  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2776 \begin_inset Note Note
2777 status collapsed
2778
2779 \begin_layout Plain Layout
2780 ou colonne ?
2781 \end_layout
2782
2783 \end_inset
2784
2785  ou de la sélection courante
2786 \end_layout
2787
2788 \begin_layout Labeling
2789 \labelwidthstring 00.00.0000
2790 \begin_inset Info
2791 type  "icon"
2792 arg   "inset-modify tabular toggle-line-right"
2793 \end_inset
2794
2795  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2796 \begin_inset Note Note
2797 status collapsed
2798
2799 \begin_layout Plain Layout
2800 ou colonne ?
2801 \end_layout
2802
2803 \end_inset
2804
2805  ou de la sélection courante
2806 \end_layout
2807
2808 \begin_layout Labeling
2809 \labelwidthstring 00.00.0000
2810 \begin_inset Info
2811 type  "icon"
2812 arg   "inset-modify tabular set-all-lines"
2813 \end_inset
2814
2815  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2816  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2817  colonne et la ligne courante
2818 \end_layout
2819
2820 \begin_layout Labeling
2821 \labelwidthstring 00.00.0000
2822 \begin_inset Info
2823 type  "icon"
2824 arg   "inset-modify tabular unset-all-lines"
2825 \end_inset
2826
2827  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2828  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2829  aussi la colonne et la ligne courante
2830 \end_layout
2831
2832 \begin_layout Labeling
2833 \labelwidthstring 00.00.0000
2834 \begin_inset Info
2835 type  "icon"
2836 arg   "inset-modify tabular m-align-left"
2837 \end_inset
2838
2839  aligne à gauche le contenu de la cellule ou de la colonne courante
2840 \end_layout
2841
2842 \begin_layout Labeling
2843 \labelwidthstring 00.00.0000
2844 \begin_inset Info
2845 type  "icon"
2846 arg   "inset-modify tabular m-align-center"
2847 \end_inset
2848
2849  centre horizontalement le contenu de la cellule ou de la colonne courante
2850 \end_layout
2851
2852 \begin_layout Labeling
2853 \labelwidthstring 00.00.0000
2854 \begin_inset Info
2855 type  "icon"
2856 arg   "inset-modify tabular m-align-right"
2857 \end_inset
2858
2859  aligne à droite le contenu de la cellule ou de la colonne courante
2860 \end_layout
2861
2862 \begin_layout Labeling
2863 \labelwidthstring 00.00.0000
2864 \begin_inset Info
2865 type  "icon"
2866 arg   "inset-modify tabular align-decimal"
2867 \end_inset
2868
2869  aligne le contenu de la colonne courante sur un caractère
2870 \end_layout
2871
2872 \begin_layout Labeling
2873 \labelwidthstring 00.00.0000
2874 \begin_inset Info
2875 type  "icon"
2876 arg   "inset-modify tabular m-valign-top"
2877 \end_inset
2878
2879  aligne le contenu de la cellule courante verticalement vers le haut
2880 \end_layout
2881
2882 \begin_layout Labeling
2883 \labelwidthstring 00.00.0000
2884 \begin_inset Info
2885 type  "icon"
2886 arg   "inset-modify tabular m-valign-middle"
2887 \end_inset
2888
2889  centre verticalement le contenu de la cellule courante
2890 \end_layout
2891
2892 \begin_layout Labeling
2893 \labelwidthstring 00.00.0000
2894 \begin_inset Info
2895 type  "icon"
2896 arg   "inset-modify tabular m-valign-bottom"
2897 \end_inset
2898
2899  aligne le contenu de la cellule courante verticalement vers le bas
2900 \end_layout
2901
2902 \begin_layout Labeling
2903 \labelwidthstring 00.00.0000
2904 \begin_inset Info
2905 type  "icon"
2906 arg   "inset-modify tabular set-rotate-cell"
2907 \end_inset
2908
2909  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2910 re
2911 \end_layout
2912
2913 \begin_layout Labeling
2914 \labelwidthstring 00.00.0000
2915 \begin_inset Info
2916 type  "icon"
2917 arg   "inset-modify tabular set-rotate-tabular"
2918 \end_inset
2919
2920  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2921 \end_layout
2922
2923 \begin_layout Labeling
2924 \labelwidthstring 00.00.0000
2925 \begin_inset Info
2926 type  "icon"
2927 arg   "inset-modify tabular multicolumn"
2928 \end_inset
2929
2930  transforme en multi-colonnes la cellule ou la sélection courante
2931 \end_layout
2932
2933 \begin_layout Labeling
2934 \labelwidthstring 00.00.0000
2935 \begin_inset Info
2936 type  "icon"
2937 arg   "inset-modify tabular multirow"
2938 \end_inset
2939
2940  transforme en multi-lignes la cellule ou la sélection courante
2941 \end_layout
2942
2943 \begin_layout Standard
2944 \begin_inset Note Greyedout
2945 status open
2946
2947 \begin_layout Plain Layout
2948
2949 \series bold
2950 Note :
2951 \series default
2952  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2953  est utilisé pour toutes les autres cellules de la ligne.
2954 \end_layout
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Section
2962 Le menu Édition tableau
2963 \begin_inset Index idx
2964 status collapsed
2965
2966 \begin_layout Plain Layout
2967 Tableau ! Menu Édition
2968 \end_layout
2969
2970 \end_inset
2971
2972
2973 \end_layout
2974
2975 \begin_layout Standard
2976 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2977  
2978 \family sans
2979 Édition\SpecialChar menuseparator
2980 Tableau
2981 \family default
2982  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2983  ou de la ligne courante et aussi de transformer la sélection courante en
2984  multi-colonnes.
2985  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2986 \end_layout
2987
2988 \begin_layout Section
2989 Flottant de tableau
2990 \begin_inset CommandInset label
2991 LatexCommand label
2992 name "sec:Table-Floats"
2993
2994 \end_inset
2995
2996
2997 \begin_inset Index idx
2998 status collapsed
2999
3000 \begin_layout Plain Layout
3001 Flottants ! Tableaux
3002 \end_layout
3003
3004 \end_inset
3005
3006
3007 \begin_inset Index idx
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 Tableau ! Flottants
3012 \end_layout
3013
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \begin_layout Standard
3020 Pour des explications générales sur les flottants, jetez un œil à la section
3021 \begin_inset space ~
3022 \end_inset
3023
3024
3025 \begin_inset CommandInset ref
3026 LatexCommand ref
3027 reference "sec:Flottants-Introduction"
3028
3029 \end_inset
3030
3031 .
3032 \end_layout
3033
3034 \begin_layout Standard
3035 \begin_inset Float table
3036 placement h
3037 wide false
3038 sideways false
3039 status open
3040
3041 \begin_layout Plain Layout
3042 \begin_inset Caption Standard
3043
3044 \begin_layout Plain Layout
3045 \begin_inset CommandInset label
3046 LatexCommand label
3047 name "tab:Flottant-de-tableau"
3048
3049 \end_inset
3050
3051 Un flottant de tableau.
3052 \end_layout
3053
3054 \end_inset
3055
3056
3057 \end_layout
3058
3059 \begin_layout Plain Layout
3060 \align center
3061 \begin_inset Tabular
3062 <lyxtabular version="3" rows="3" columns="3">
3063 <features tabularvalignment="middle">
3064 <column alignment="center" valignment="top" width="0pt">
3065 <column alignment="center" valignment="top" width="0pt">
3066 <column alignment="center" valignment="top" width="0pt">
3067 <row>
3068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072 1
3073 \end_layout
3074
3075 \end_inset
3076 </cell>
3077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3078 \begin_inset Text
3079
3080 \begin_layout Plain Layout
3081 2
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090 3
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 <row>
3097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101 Jules
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110 Marie
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3116 \begin_inset Text
3117
3118 \begin_layout Plain Layout
3119 Jean
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 </row>
3125 <row>
3126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 \begin_inset Formula $\int x^{2}dx$
3131 \end_inset
3132
3133
3134 \end_layout
3135
3136 \end_inset
3137 </cell>
3138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 \begin_inset Formula $\left[\begin{array}{cc}
3143 a & b\\
3144 c & d
3145 \end{array}\right]$
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 \begin_inset Formula $1+1=2$
3158 \end_inset
3159
3160
3161 \end_layout
3162
3163 \end_inset
3164 </cell>
3165 </row>
3166 </lyxtabular>
3167
3168 \end_inset
3169
3170
3171 \end_layout
3172
3173 \end_inset
3174
3175
3176 \end_layout
3177
3178 \begin_layout Standard
3179 Les flottants de tableau sont insérés en utilisant le menu 
3180 \family sans
3181 Insertion\SpecialChar menuseparator
3182 Flottant\SpecialChar menuseparator
3183 Tableau
3184 \family default
3185  ou le bouton 
3186 \begin_inset Info
3187 type  "icon"
3188 arg   "float-insert table"
3189 \end_inset
3190
3191  de la barre d'outils.
3192 \end_layout
3193
3194 \begin_layout Standard
3195 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3196  qui a comme étiquette 
3197 \begin_inset Quotes fld
3198 \end_inset
3199
3200 Tableau
3201 \begin_inset space ~
3202 \end_inset
3203
3204 #:
3205 \begin_inset Quotes frd
3206 \end_inset
3207
3208  (où # est le numéro du tableau).
3209  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3210 \end_layout
3211
3212 \begin_layout Standard
3213 Le tableau
3214 \begin_inset space ~
3215 \end_inset
3216
3217
3218 \begin_inset CommandInset ref
3219 LatexCommand ref
3220 reference "tab:Flottant-de-tableau"
3221
3222 \end_inset
3223
3224  est un exemple de tableau dans un flottant de tableau.
3225 \end_layout
3226
3227 \begin_layout Standard
3228 On met habituellement la légende au dessus des tableaux, mais cette règle
3229  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3230 .
3231  Cela signifie que si vous utilisez un document appartenant aux classes
3232  
3233 \family sans
3234 article
3235 \family default
3236
3237 \family sans
3238 book
3239 \family default
3240
3241 \family sans
3242 letter
3243 \family default
3244 , ou
3245 \family sans
3246  report
3247 \family default
3248  il n'y aura pas d'espace entre la légende et le tableau.
3249  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3250  la commande de chargement du paquetage \SpecialChar LaTeX
3251  
3252 \series bold
3253 caption
3254 \series default
3255
3256 \begin_inset Index idx
3257 status collapsed
3258
3259 \begin_layout Plain Layout
3260 Paquetages \SpecialChar LaTeX
3261  ! caption
3262 \end_layout
3263
3264 \end_inset
3265
3266  dans le préambule de votre document.
3267 \begin_inset Foot
3268 status collapsed
3269
3270 \begin_layout Plain Layout
3271 Pour plus d'information voyez la section
3272 \begin_inset space ~
3273 \end_inset
3274
3275
3276 \begin_inset CommandInset ref
3277 LatexCommand ref
3278 reference "sec:Placement-légende"
3279
3280 \end_inset
3281
3282 .
3283 \end_layout
3284
3285 \end_inset
3286
3287 :
3288 \end_layout
3289
3290 \begin_layout Standard
3291
3292 \series bold
3293 tableposition=top
3294 \end_layout
3295
3296 \begin_layout Standard
3297 Le paquetage 
3298 \series bold
3299 caption
3300 \series default
3301 , qui est décrit dans la section
3302 \begin_inset space ~
3303 \end_inset
3304
3305
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sec:Formatage-légende"
3309
3310 \end_inset
3311
3312 , est utilisé pour ajuster le format des légendes.
3313 \end_layout
3314
3315 \begin_layout Standard
3316 Dans le texte, on fait référence à un tableau
3317 \begin_inset Index idx
3318 status collapsed
3319
3320 \begin_layout Plain Layout
3321 References@Références ! à des Tableaux
3322 \end_layout
3323
3324 \end_inset
3325
3326  en faisant référence à sa légende.
3327  On insère donc une étiquette dans la légende en utilisant le menu 
3328 \family sans
3329 Insertion
3330 \family default
3331 \SpecialChar menuseparator
3332
3333 \family sans
3334 Étiquette
3335 \family default
3336  ou le bouton 
3337 \begin_inset Info
3338 type  "icon"
3339 arg   "label-insert"
3340 \end_inset
3341
3342  de la barre d'outils.
3343  On peut alors faire référence à cette étiquette en utilisant le menu 
3344 \family sans
3345 Insertion\SpecialChar menuseparator
3346 Référence
3347 \begin_inset space ~
3348 \end_inset
3349
3350 croisée
3351 \family default
3352  ou le bouton 
3353 \begin_inset Info
3354 type  "icon"
3355 arg   "dialog-show-new-inset ref"
3356 \end_inset
3357
3358  de la barre d'outils.
3359 \begin_inset Newline newline
3360 \end_inset
3361
3362 Les références croisées sont expliquées en détail dans la section
3363 \begin_inset space ~
3364 \end_inset
3365
3366
3367 \begin_inset CommandInset ref
3368 LatexCommand ref
3369 reference "sec:Referencer-les-Flottants"
3370
3371 \end_inset
3372
3373 .
3374 \end_layout
3375
3376 \begin_layout Section
3377 Tableaux Longs
3378 \begin_inset CommandInset label
3379 LatexCommand label
3380 name "sec:Tableaux-longs"
3381
3382 \end_inset
3383
3384
3385 \begin_inset Index idx
3386 status collapsed
3387
3388 \begin_layout Plain Layout
3389 Tableaux longs
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \begin_inset Index idx
3396 status collapsed
3397
3398 \begin_layout Plain Layout
3399 Tableau ! Tableaux longs
3400 \end_layout
3401
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \begin_layout Standard
3408 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3409  l'option 
3410 \family sans
3411 Utiliser
3412 \begin_inset space ~
3413 \end_inset
3414
3415 les
3416 \begin_inset space ~
3417 \end_inset
3418
3419 tableaux
3420 \begin_inset space ~
3421 \end_inset
3422
3423 longs
3424 \family default
3425  de l'onglet 
3426 \family sans
3427 Tableau
3428 \begin_inset space ~
3429 \end_inset
3430
3431 long
3432 \family default
3433  de la fenêtre 
3434 \family sans
3435 Paramètres
3436 \begin_inset space ~
3437 \end_inset
3438
3439 du
3440 \begin_inset space ~
3441 \end_inset
3442
3443 tableau
3444 \family default
3445  pour le répartir automatiquement sur plusieurs pages.
3446  En cochant cette option, vous activez les options suivantes:
3447 \end_layout
3448
3449 \begin_layout Description
3450 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3451  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3452  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3453  première page, si 
3454 \family sans
3455 Premier
3456 \begin_inset space ~
3457 \end_inset
3458
3459 en-tête
3460 \family default
3461  est défini.
3462  Ces lignes forment l'en-tête principal.
3463 \end_layout
3464
3465 \begin_layout Description
3466 Premier
3467 \begin_inset space ~
3468 \end_inset
3469
3470 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3471  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3472  d'en-tête utilisées pour la première page du tableau long.
3473 \end_layout
3474
3475 \begin_layout Description
3476 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3477  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3478  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3479  page si 
3480 \family sans
3481 Dernier
3482 \begin_inset space ~
3483 \end_inset
3484
3485 pied
3486 \family default
3487  est défini.
3488 \end_layout
3489
3490 \begin_layout Description
3491 Dernier
3492 \begin_inset space ~
3493 \end_inset
3494
3495 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3496  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3497  constituant le pied de la dernière page du tableau long.
3498 \end_layout
3499
3500 \begin_layout Description
3501 Légende La ligne courante contient la légende du tableau.
3502  La première ligne est transformée en une colonne unique et une légende
3503  est insérée.
3504  Vous trouverez d'autres explications sur les légendes pour les tableaux
3505  longs dans la section
3506 \begin_inset space ~
3507 \end_inset
3508
3509
3510 \begin_inset CommandInset ref
3511 LatexCommand ref
3512 reference "subsec:Tableaux-longs-légende"
3513
3514 \end_inset
3515
3516 .
3517 \end_layout
3518
3519 \begin_layout Standard
3520 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3521  Voyez le tableau long qui suit pour voir comment ça marche :
3522 \begin_inset Separator parbreak
3523 \end_inset
3524
3525
3526 \end_layout
3527
3528 \begin_layout Standard
3529 \align center
3530 \begin_inset Tabular
3531 <lyxtabular version="3" rows="69" columns="3">
3532 <features islongtable="true" longtabularalignment="center">
3533 <column alignment="left" valignment="top" width="0cm">
3534 <column alignment="left" valignment="top" width="0pt">
3535 <column alignment="center" valignment="top" width="0pt">
3536 <row endfirsthead="true">
3537 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3538 \begin_inset Text
3539
3540 \begin_layout Plain Layout
3541
3542 \series bold
3543 Exemple d'annuaire téléphonique (ignorez les noms)
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 </row>
3567 <row endfirsthead="true">
3568 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3569 \begin_inset Text
3570
3571 \begin_layout Plain Layout
3572
3573 \series bold
3574 NOM
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583
3584 \end_layout
3585
3586 \end_inset
3587 </cell>
3588 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3589 \begin_inset Text
3590
3591 \begin_layout Plain Layout
3592
3593 \series bold
3594 TEL.
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 </row>
3600 <row endhead="true">
3601 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605
3606 \series bold
3607 Exemple d'annuaire téléphonique
3608 \end_layout
3609
3610 \end_inset
3611 </cell>
3612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \end_layout
3618
3619 \end_inset
3620 </cell>
3621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3622 \begin_inset Text
3623
3624 \begin_layout Plain Layout
3625
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 </row>
3631 <row endhead="true">
3632 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636
3637 \series bold
3638 NOM
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \end_layout
3649
3650 \end_inset
3651 </cell>
3652 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3653 \begin_inset Text
3654
3655 \begin_layout Plain Layout
3656
3657 \series bold
3658 TEL.
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 </row>
3664 <row endfoot="true">
3665 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669  continue page suivante
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3684 \begin_inset Text
3685
3686 \begin_layout Plain Layout
3687
3688 \end_layout
3689
3690 \end_inset
3691 </cell>
3692 </row>
3693 <row>
3694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698
3699 \series bold
3700 Annovi
3701 \end_layout
3702
3703 \end_inset
3704 </cell>
3705 <cell alignment="center" valignment="top" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709 Silvia
3710 \end_layout
3711
3712 \end_inset
3713 </cell>
3714 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3715 \begin_inset Text
3716
3717 \begin_layout Plain Layout
3718 111
3719 \end_layout
3720
3721 \end_inset
3722 </cell>
3723 </row>
3724 <row>
3725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729
3730 \series bold
3731 Bertoli
3732 \end_layout
3733
3734 \end_inset
3735 </cell>
3736 <cell alignment="center" valignment="top" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740 Stefano
3741 \end_layout
3742
3743 \end_inset
3744 </cell>
3745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3746 \begin_inset Text
3747
3748 \begin_layout Plain Layout
3749 111
3750 \end_layout
3751
3752 \end_inset
3753 </cell>
3754 </row>
3755 <row>
3756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760
3761 \series bold
3762 Bozzi
3763 \end_layout
3764
3765 \end_inset
3766 </cell>
3767 <cell alignment="center" valignment="top" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 Walter
3772 \end_layout
3773
3774 \end_inset
3775 </cell>
3776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3777 \begin_inset Text
3778
3779 \begin_layout Plain Layout
3780 111
3781 \end_layout
3782
3783 \end_inset
3784 </cell>
3785 </row>
3786 <row>
3787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791
3792 \series bold
3793 Cachia
3794 \end_layout
3795
3796 \end_inset
3797 </cell>
3798 <cell alignment="center" valignment="top" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 Maria
3803 \end_layout
3804
3805 \end_inset
3806 </cell>
3807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3808 \begin_inset Text
3809
3810 \begin_layout Plain Layout
3811 111
3812 \end_layout
3813
3814 \end_inset
3815 </cell>
3816 </row>
3817 <row>
3818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822
3823 \series bold
3824 Cachia
3825 \end_layout
3826
3827 \end_inset
3828 </cell>
3829 <cell alignment="center" valignment="top" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833 Maurizio
3834 \end_layout
3835
3836 \end_inset
3837 </cell>
3838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3839 \begin_inset Text
3840
3841 \begin_layout Plain Layout
3842 111
3843 \end_layout
3844
3845 \end_inset
3846 </cell>
3847 </row>
3848 <row>
3849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853
3854 \series bold
3855 Cinquemani
3856 \end_layout
3857
3858 \end_inset
3859 </cell>
3860 <cell alignment="center" valignment="top" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864 Giusi
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Plain Layout
3873 111
3874 \end_layout
3875
3876 \end_inset
3877 </cell>
3878 </row>
3879 <row>
3880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884
3885 \series bold
3886 Colin
3887 \end_layout
3888
3889 \end_inset
3890 </cell>
3891 <cell alignment="center" valignment="top" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895 Bernard
3896 \end_layout
3897
3898 \end_inset
3899 </cell>
3900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3901 \begin_inset Text
3902
3903 \begin_layout Plain Layout
3904 111
3905 \end_layout
3906
3907 \end_inset
3908 </cell>
3909 </row>
3910 <row>
3911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915
3916 \series bold
3917 Concli
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 Gianfranco
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3932 \begin_inset Text
3933
3934 \begin_layout Plain Layout
3935 111
3936 \end_layout
3937
3938 \end_inset
3939 </cell>
3940 </row>
3941 <row>
3942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946
3947 \series bold
3948 Dal Bosco
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957 Carolina
3958 \end_layout
3959
3960 \end_inset
3961 </cell>
3962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3963 \begin_inset Text
3964
3965 \begin_layout Plain Layout
3966 111
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 <row>
3973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977
3978 \series bold
3979 Dalpiaz
3980 \end_layout
3981
3982 \end_inset
3983 </cell>
3984 <cell alignment="center" valignment="top" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988 Annamaria
3989 \end_layout
3990
3991 \end_inset
3992 </cell>
3993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997 111
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \series bold
4010 Feliciello
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 Domenico
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4025 \begin_inset Text
4026
4027 \begin_layout Plain Layout
4028 111
4029 \end_layout
4030
4031 \end_inset
4032 </cell>
4033 </row>
4034 <row>
4035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039
4040 \series bold
4041 Focarelli
4042 \end_layout
4043
4044 \end_inset
4045 </cell>
4046 <cell alignment="center" valignment="top" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050 Paola
4051 \end_layout
4052
4053 \end_inset
4054 </cell>
4055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4056 \begin_inset Text
4057
4058 \begin_layout Plain Layout
4059 111
4060 \end_layout
4061
4062 \end_inset
4063 </cell>
4064 </row>
4065 <row>
4066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070
4071 \series bold
4072 Galletti
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081 Oreste
4082 \end_layout
4083
4084 \end_inset
4085 </cell>
4086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4087 \begin_inset Text
4088
4089 \begin_layout Plain Layout
4090 111
4091 \end_layout
4092
4093 \end_inset
4094 </cell>
4095 </row>
4096 <row>
4097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101
4102 \series bold
4103 Gasparini
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 <cell alignment="center" valignment="top" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112 Franca
4113 \end_layout
4114
4115 \end_inset
4116 </cell>
4117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4118 \begin_inset Text
4119
4120 \begin_layout Plain Layout
4121 111
4122 \end_layout
4123
4124 \end_inset
4125 </cell>
4126 </row>
4127 <row>
4128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132
4133 \series bold
4134 Rizzardi
4135 \end_layout
4136
4137 \end_inset
4138 </cell>
4139 <cell alignment="center" valignment="top" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Paola
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 111
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 </row>
4158 <row>
4159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163
4164 \series bold
4165 Lassini
4166 \end_layout
4167
4168 \end_inset
4169 </cell>
4170 <cell alignment="center" valignment="top" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174 Giancarlo
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183 111
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 </row>
4189 <row>
4190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4191 \begin_inset Text
4192
4193 \begin_layout Plain Layout
4194
4195 \series bold
4196 Malfatti
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 <cell alignment="center" valignment="top" usebox="none">
4202 \begin_inset Text
4203
4204 \begin_layout Plain Layout
4205 Luciano
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 111
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 </row>
4220 <row>
4221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4222 \begin_inset Text
4223
4224 \begin_layout Plain Layout
4225
4226 \series bold
4227 Malfatti
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 Valeriano
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 111
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 </row>
4251 <row>
4252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4253 \begin_inset Text
4254
4255 \begin_layout Plain Layout
4256
4257 \series bold
4258 Meneguzzo
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 Roberto
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 111
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 </row>
4282 <row>
4283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4284 \begin_inset Text
4285
4286 \begin_layout Plain Layout
4287
4288 \series bold
4289 Mezzadra
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Roberto
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 111
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \series bold
4320 Pirpamer
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 <cell alignment="center" valignment="top" usebox="none">
4326 \begin_inset Text
4327
4328 \begin_layout Plain Layout
4329 Erich
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 111
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349
4350 \series bold
4351 Pochiesa
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 <cell alignment="center" valignment="top" usebox="none">
4357 \begin_inset Text
4358
4359 \begin_layout Plain Layout
4360 Paolo
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 111, 222
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 </row>
4375 <row>
4376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4377 \begin_inset Text
4378
4379 \begin_layout Plain Layout
4380
4381 \series bold
4382 Radina
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 Claudio
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 111
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
4406 <row>
4407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411
4412 \series bold
4413 Stuffer
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 Oskar
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 111
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 </row>
4437 <row>
4438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442
4443 \series bold
4444 Tacchelli
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 <cell alignment="center" valignment="top" usebox="none">
4450 \begin_inset Text
4451
4452 \begin_layout Plain Layout
4453 Ugo
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 111
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \series bold
4475 Tezzele
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 Margit
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 111
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \series bold
4506 Unterkalmsteiner
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 Frieda
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 111
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 </row>
4530 <row>
4531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535
4536 \series bold
4537 Vieider
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 <cell alignment="center" valignment="top" usebox="none">
4543 \begin_inset Text
4544
4545 \begin_layout Plain Layout
4546 Hilde
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 111
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 </row>
4561 <row>
4562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566
4567 \series bold
4568 Vigna
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 Jürgen
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 111
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 </row>
4592 <row>
4593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4594 \begin_inset Text
4595
4596 \begin_layout Plain Layout
4597
4598 \series bold
4599 Weber
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 <cell alignment="center" valignment="top" usebox="none">
4605 \begin_inset Text
4606
4607 \begin_layout Plain Layout
4608 Maurizio
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 111
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 </row>
4623 <row>
4624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4625 \begin_inset Text
4626
4627 \begin_layout Plain Layout
4628
4629 \series bold
4630 Winkler
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 Franz
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 111
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 </row>
4654 <row>
4655 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4656 \begin_inset Text
4657
4658 \begin_layout Plain Layout
4659  
4660 \end_layout
4661
4662 \end_inset
4663 </cell>
4664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677
4678 \end_layout
4679
4680 \end_inset
4681 </cell>
4682 </row>
4683 <row>
4684 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688
4689 \series bold
4690 Annovi
4691 \end_layout
4692
4693 \end_inset
4694 </cell>
4695 <cell alignment="center" valignment="top" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699 Silvia
4700 \end_layout
4701
4702 \end_inset
4703 </cell>
4704 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4705 \begin_inset Text
4706
4707 \begin_layout Plain Layout
4708 555
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 <row>
4715 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719
4720 \series bold
4721 Bertoli
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 Stefano
4731 \end_layout
4732
4733 \end_inset
4734 </cell>
4735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4736 \begin_inset Text
4737
4738 \begin_layout Plain Layout
4739 555
4740 \end_layout
4741
4742 \end_inset
4743 </cell>
4744 </row>
4745 <row>
4746 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750
4751 \series bold
4752 Bozzi
4753 \end_layout
4754
4755 \end_inset
4756 </cell>
4757 <cell alignment="center" valignment="top" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761 Walter
4762 \end_layout
4763
4764 \end_inset
4765 </cell>
4766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4767 \begin_inset Text
4768
4769 \begin_layout Plain Layout
4770 555
4771 \end_layout
4772
4773 \end_inset
4774 </cell>
4775 </row>
4776 <row>
4777 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781
4782 \series bold
4783 Cachia
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 Maria
4793 \end_layout
4794
4795 \end_inset
4796 </cell>
4797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4798 \begin_inset Text
4799
4800 \begin_layout Plain Layout
4801 555
4802 \end_layout
4803
4804 \end_inset
4805 </cell>
4806 </row>
4807 <row>
4808 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812
4813 \series bold
4814 Cachia
4815 \end_layout
4816
4817 \end_inset
4818 </cell>
4819 <cell alignment="center" valignment="top" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823 Maurizio
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 555
4833 \end_layout
4834
4835 \end_inset
4836 </cell>
4837 </row>
4838 <row>
4839 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843
4844 \series bold
4845 Cinquemani
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 <cell alignment="center" valignment="top" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854 Giusi
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Plain Layout
4863 555
4864 \end_layout
4865
4866 \end_inset
4867 </cell>
4868 </row>
4869 <row>
4870 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874
4875 \series bold
4876 Colin
4877 \end_layout
4878
4879 \end_inset
4880 </cell>
4881 <cell alignment="center" valignment="top" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885 Bernard
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4891 \begin_inset Text
4892
4893 \begin_layout Plain Layout
4894 555
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \series bold
4907 Concli
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 Gianfranco
4917 \end_layout
4918
4919 \end_inset
4920 </cell>
4921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4922 \begin_inset Text
4923
4924 \begin_layout Plain Layout
4925 555
4926 \end_layout
4927
4928 \end_inset
4929 </cell>
4930 </row>
4931 <row>
4932 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936
4937 \series bold
4938 Dal Bosco
4939 \end_layout
4940
4941 \end_inset
4942 </cell>
4943 <cell alignment="center" valignment="top" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947 Carolina
4948 \end_layout
4949
4950 \end_inset
4951 </cell>
4952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 555
4957 \end_layout
4958
4959 \end_inset
4960 </cell>
4961 </row>
4962 <row>
4963 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967
4968 \series bold
4969 Dalpiaz
4970 \end_layout
4971
4972 \end_inset
4973 </cell>
4974 <cell alignment="center" valignment="top" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978 Annamaria
4979 \end_layout
4980
4981 \end_inset
4982 </cell>
4983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4984 \begin_inset Text
4985
4986 \begin_layout Plain Layout
4987 555
4988 \end_layout
4989
4990 \end_inset
4991 </cell>
4992 </row>
4993 <row>
4994 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998
4999 \series bold
5000 Feliciello
5001 \end_layout
5002
5003 \end_inset
5004 </cell>
5005 <cell alignment="center" valignment="top" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009 Domenico
5010 \end_layout
5011
5012 \end_inset
5013 </cell>
5014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5015 \begin_inset Text
5016
5017 \begin_layout Plain Layout
5018 555
5019 \end_layout
5020
5021 \end_inset
5022 </cell>
5023 </row>
5024 <row>
5025 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029
5030 \series bold
5031 Focarelli
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 <cell alignment="center" valignment="top" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040 Paola
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Plain Layout
5049 555
5050 \end_layout
5051
5052 \end_inset
5053 </cell>
5054 </row>
5055 <row>
5056 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060
5061 \series bold
5062 Galletti
5063 \end_layout
5064
5065 \end_inset
5066 </cell>
5067 <cell alignment="center" valignment="top" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071 Oreste
5072 \end_layout
5073
5074 \end_inset
5075 </cell>
5076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5077 \begin_inset Text
5078
5079 \begin_layout Plain Layout
5080 555
5081 \end_layout
5082
5083 \end_inset
5084 </cell>
5085 </row>
5086 <row>
5087 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091
5092 \series bold
5093 Gasparini
5094 \end_layout
5095
5096 \end_inset
5097 </cell>
5098 <cell alignment="center" valignment="top" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102 Franca
5103 \end_layout
5104
5105 \end_inset
5106 </cell>
5107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5108 \begin_inset Text
5109
5110 \begin_layout Plain Layout
5111 555
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \series bold
5124 Rizzardi
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 Paola
5134 \end_layout
5135
5136 \end_inset
5137 </cell>
5138 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5139 \begin_inset Text
5140
5141 \begin_layout Plain Layout
5142 555
5143 \end_layout
5144
5145 \end_inset
5146 </cell>
5147 </row>
5148 <row>
5149 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153
5154 \series bold
5155 Lassini
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 Giancarlo
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 555
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row>
5180 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \series bold
5186 Malfatti
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 <cell alignment="center" valignment="top" usebox="none">
5192 \begin_inset Text
5193
5194 \begin_layout Plain Layout
5195 Luciano
5196 \end_layout
5197
5198 \end_inset
5199 </cell>
5200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5201 \begin_inset Text
5202
5203 \begin_layout Plain Layout
5204 555
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 </row>
5210 <row>
5211 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215
5216 \series bold
5217 Malfatti
5218 \end_layout
5219
5220 \end_inset
5221 </cell>
5222 <cell alignment="center" valignment="top" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226 Valeriano
5227 \end_layout
5228
5229 \end_inset
5230 </cell>
5231 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5232 \begin_inset Text
5233
5234 \begin_layout Plain Layout
5235 555
5236 \end_layout
5237
5238 \end_inset
5239 </cell>
5240 </row>
5241 <row>
5242 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246
5247 \series bold
5248 Meneguzzo
5249 \end_layout
5250
5251 \end_inset
5252 </cell>
5253 <cell alignment="center" valignment="top" usebox="none">
5254 \begin_inset Text
5255
5256 \begin_layout Plain Layout
5257 Roberto
5258 \end_layout
5259
5260 \end_inset
5261 </cell>
5262 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266 555
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 </row>
5272 <row>
5273 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277
5278 \series bold
5279 Mezzadra
5280 \end_layout
5281
5282 \end_inset
5283 </cell>
5284 <cell alignment="center" valignment="top" usebox="none">
5285 \begin_inset Text
5286
5287 \begin_layout Plain Layout
5288 Roberto
5289 \end_layout
5290
5291 \end_inset
5292 </cell>
5293 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5294 \begin_inset Text
5295
5296 \begin_layout Plain Layout
5297 555
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \series bold
5310 Pirpamer
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 Erich
5320 \end_layout
5321
5322 \end_inset
5323 </cell>
5324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5325 \begin_inset Text
5326
5327 \begin_layout Plain Layout
5328 555
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \series bold
5341 Pochiesa
5342 \end_layout
5343
5344 \end_inset
5345 </cell>
5346 <cell alignment="center" valignment="top" usebox="none">
5347 \begin_inset Text
5348
5349 \begin_layout Plain Layout
5350 Paolo
5351 \end_layout
5352
5353 \end_inset
5354 </cell>
5355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5356 \begin_inset Text
5357
5358 \begin_layout Plain Layout
5359 555, 222
5360 \end_layout
5361
5362 \end_inset
5363 </cell>
5364 </row>
5365 <row>
5366 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5367 \begin_inset Text
5368
5369 \begin_layout Plain Layout
5370
5371 \series bold
5372 Radina
5373 \end_layout
5374
5375 \end_inset
5376 </cell>
5377 <cell alignment="center" valignment="top" usebox="none">
5378 \begin_inset Text
5379
5380 \begin_layout Plain Layout
5381 Claudio
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 555
5391 \end_layout
5392
5393 \end_inset
5394 </cell>
5395 </row>
5396 <row>
5397 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401
5402 \series bold
5403 Stuffer
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 Oskar
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 555
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 </row>
5427 <row>
5428 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432
5433 \series bold
5434 Tacchelli
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 <cell alignment="center" valignment="top" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443 Ugo
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 555
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 </row>
5458 <row>
5459 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5460 \begin_inset Text
5461
5462 \begin_layout Plain Layout
5463
5464 \series bold
5465 Tezzele
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 Margit
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5480 \begin_inset Text
5481
5482 \begin_layout Plain Layout
5483 555
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 </row>
5489 <row>
5490 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494
5495 \series bold
5496 Unterkalmsteiner
5497 \end_layout
5498
5499 \end_inset
5500 </cell>
5501 <cell alignment="center" valignment="top" usebox="none">
5502 \begin_inset Text
5503
5504 \begin_layout Plain Layout
5505 Frieda
5506 \end_layout
5507
5508 \end_inset
5509 </cell>
5510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5511 \begin_inset Text
5512
5513 \begin_layout Plain Layout
5514 555
5515 \end_layout
5516
5517 \end_inset
5518 </cell>
5519 </row>
5520 <row>
5521 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525
5526 \series bold
5527 Vieider
5528 \end_layout
5529
5530 \end_inset
5531 </cell>
5532 <cell alignment="center" valignment="top" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 Hilde
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 555
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 <row>
5552 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556
5557 \series bold
5558 Vigna
5559 \end_layout
5560
5561 \end_inset
5562 </cell>
5563 <cell alignment="center" valignment="top" usebox="none">
5564 \begin_inset Text
5565
5566 \begin_layout Plain Layout
5567 Jürgen
5568 \end_layout
5569
5570 \end_inset
5571 </cell>
5572 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5573 \begin_inset Text
5574
5575 \begin_layout Plain Layout
5576 999
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 </row>
5582 <row>
5583 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587
5588 \series bold
5589 Weber
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 Maurizio
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 555
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row>
5614 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618
5619 \series bold
5620 Winkler
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 Franz
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 555
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 </row>
5644 <row endlastfoot="true">
5645 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 Fin
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 </lyxtabular>
5674
5675 \end_inset
5676
5677
5678 \begin_inset ERT
5679 status collapsed
5680
5681 \begin_layout Plain Layout
5682
5683
5684 \backslash
5685 addtocounter{table}{-1}
5686 \end_layout
5687
5688 \end_inset
5689
5690
5691 \begin_inset Note Note
5692 status collapsed
5693
5694 \begin_layout Plain Layout
5695 Voyez la première note grisée de la section
5696 \begin_inset space ~
5697 \end_inset
5698
5699
5700 \begin_inset CommandInset ref
5701 LatexCommand ref
5702 reference "subsec:Tableaux-longs-légende"
5703
5704 \end_inset
5705
5706  pour une explication de cette commande.
5707 \end_layout
5708
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \begin_layout Subsection
5715 Notes de bas de page dans les tableaux longs
5716 \begin_inset CommandInset label
5717 LatexCommand label
5718 name "subsec:Notes-dans-tableau-long"
5719
5720 \end_inset
5721
5722
5723 \begin_inset Index idx
5724 status collapsed
5725
5726 \begin_layout Plain Layout
5727 Tableaux longs ! Notes de bas de page
5728 \end_layout
5729
5730 \end_inset
5731
5732
5733 \end_layout
5734
5735 \begin_layout Standard
5736 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5737  long.
5738  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5739  contenant la note.
5740  Par exemple le tableau
5741 \begin_inset space ~
5742 \end_inset
5743
5744
5745 \begin_inset CommandInset ref
5746 LatexCommand ref
5747 reference "tab:Légendes-tableau-différentes"
5748
5749 \end_inset
5750
5751  a une note de bas de page.
5752 \end_layout
5753
5754 \begin_layout Subsection
5755 Alignement des tableaux longs
5756 \begin_inset Index idx
5757 status collapsed
5758
5759 \begin_layout Plain Layout
5760 Tableaux longs ! Alignement
5761 \end_layout
5762
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \begin_layout Standard
5769 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5770  de dialogue des paramètres de tableau.
5771  Pour les alignements à droite et à gauche, le tableau sera directement
5772  au bord de la page.
5773  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5774  l'alignement centré et modifier les valeurs des longueurs 
5775 \series bold
5776
5777 \backslash
5778 LTleft 
5779 \series default
5780 et 
5781 \series bold
5782
5783 \backslash
5784 LTright
5785 \series default
5786  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5787  avant le tableau long
5788  concerné :
5789 \end_layout
5790
5791 \begin_layout Standard
5792
5793 \series bold
5794
5795 \backslash
5796 setlength{
5797 \backslash
5798 LTleft}{valeur}
5799 \end_layout
5800
5801 \begin_layout Standard
5802 Où 
5803 \series bold
5804 valeur
5805 \series default
5806  peut avoir n'importe laquelle des unités listées dans le tableau
5807 \begin_inset space ~
5808 \end_inset
5809
5810
5811 \begin_inset CommandInset ref
5812 LatexCommand ref
5813 reference "cha:Unités-de-longueur"
5814
5815 \end_inset
5816
5817 .
5818  
5819 \series bold
5820
5821 \backslash
5822 LTleft
5823 \series default
5824  contrôle la distance horizontale entre le bord gauche de la page et le
5825  tableau, et
5826 \series bold
5827  
5828 \backslash
5829 LTright
5830 \series default
5831  la distance au bord droit.
5832  La valeur implicite des ces deux distances est 
5833 \series bold
5834
5835 \backslash
5836 fill
5837 \series default
5838 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5839 .
5840 \end_layout
5841
5842 \begin_layout Standard
5843 Le tableau long suivant a été centrée en mettant 
5844 \series bold
5845
5846 \backslash
5847 LTleft
5848 \series default
5849  à 
5850 \family sans
5851 0.1
5852 \backslash
5853 columnwidth
5854 \family default
5855 :
5856 \begin_inset ERT
5857 status collapsed
5858
5859 \begin_layout Plain Layout
5860
5861
5862 \backslash
5863 setlength{
5864 \backslash
5865 LTleft}{0.1
5866 \backslash
5867 columnwidth}
5868 \end_layout
5869
5870 \end_inset
5871
5872
5873 \end_layout
5874
5875 \begin_layout Standard
5876 \begin_inset Tabular
5877 <lyxtabular version="3" rows="5" columns="5">
5878 <features islongtable="true" longtabularalignment="center">
5879 <column alignment="center" valignment="top">
5880 <column alignment="center" valignment="top">
5881 <column alignment="center" valignment="top">
5882 <column alignment="center" valignment="top">
5883 <column alignment="center" valignment="top">
5884 <row>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 1
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898 2
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 3
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 4
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 5
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 </row>
5931 <row>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5942 \begin_inset Text
5943
5944 \begin_layout Plain Layout
5945 s
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 s
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 s
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 </row>
5978 <row>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5989 \begin_inset Text
5990
5991 \begin_layout Plain Layout
5992 s
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" rightline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 <row>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 s
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 s
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6054 \begin_inset Text
6055
6056 \begin_layout Plain Layout
6057 s
6058 \end_layout
6059
6060 \end_inset
6061 </cell>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6072 <row>
6073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6074 \begin_inset Text
6075
6076 \begin_layout Plain Layout
6077 asd
6078 \end_layout
6079
6080 \end_inset
6081 </cell>
6082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 asd
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 asd
6096 \end_layout
6097
6098 \end_inset
6099 </cell>
6100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6101 \begin_inset Text
6102
6103 \begin_layout Plain Layout
6104 asd
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Plain Layout
6113 asd
6114 \end_layout
6115
6116 \end_inset
6117 </cell>
6118 </row>
6119 </lyxtabular>
6120
6121 \end_inset
6122
6123
6124 \begin_inset ERT
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128
6129
6130 \backslash
6131 setlength{
6132 \backslash
6133 LTleft}{
6134 \backslash
6135 fill}
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \begin_inset ERT
6142 status collapsed
6143
6144 \begin_layout Plain Layout
6145
6146
6147 \backslash
6148 addtocounter{table}{-1}
6149 \end_layout
6150
6151 \end_inset
6152
6153
6154 \begin_inset Note Note
6155 status collapsed
6156
6157 \begin_layout Plain Layout
6158 Voyez la première note grisée de la section
6159 \begin_inset space ~
6160 \end_inset
6161
6162
6163 \begin_inset CommandInset ref
6164 LatexCommand ref
6165 reference "subsec:Tableaux-longs-légende"
6166
6167 \end_inset
6168
6169  pour une explication de cette commande.
6170 \end_layout
6171
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \begin_layout Subsection
6178 Légendes et tableaux longs
6179 \begin_inset Index idx
6180 status collapsed
6181
6182 \begin_layout Plain Layout
6183 Tableaux longs ! Legendes@Légendes
6184 \end_layout
6185
6186 \end_inset
6187
6188
6189 \begin_inset CommandInset label
6190 LatexCommand label
6191 name "subsec:Tableaux-longs-légende"
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \begin_layout Standard
6199 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6200  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6201  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6202  longs quand on utilise pour une ligne l'option de tableau long 
6203 \family sans
6204 Légende
6205 \family default
6206 , comme c'est expliqué dans la section
6207 \begin_inset space ~
6208 \end_inset
6209
6210
6211 \begin_inset CommandInset ref
6212 LatexCommand ref
6213 reference "sec:Tableaux-longs"
6214
6215 \end_inset
6216
6217 .
6218 \end_layout
6219
6220 \begin_layout Standard
6221 Voici un petit Tableau long pour voir comment ça marche :
6222 \end_layout
6223
6224 \begin_layout Standard
6225 \begin_inset Tabular
6226 <lyxtabular version="3" rows="6" columns="5">
6227 <features islongtable="true" longtabularalignment="center">
6228 <column alignment="center" valignment="top">
6229 <column alignment="center" valignment="top">
6230 <column alignment="center" valignment="top">
6231 <column alignment="center" valignment="top">
6232 <column alignment="center" valignment="top">
6233 <row endfirsthead="true" caption="true">
6234 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 \begin_inset Caption Standard
6239
6240 \begin_layout Plain Layout
6241 Tableau long avec une légende
6242 \begin_inset Argument 1
6243 status open
6244
6245 \begin_layout Plain Layout
6246 Tableau long
6247 \end_layout
6248
6249 \end_inset
6250
6251
6252 \end_layout
6253
6254 \end_inset
6255
6256
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \end_layout
6294
6295 \end_inset
6296 </cell>
6297 </row>
6298 <row>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 1
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 2
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 3
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 4
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 5
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 </row>
6345 <row>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 asd
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359 s
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" rightline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386 asd
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 </row>
6392 <row>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 s
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" rightline="true" usebox="none">
6430 \begin_inset Text
6431
6432 \begin_layout Plain Layout
6433 asd
6434 \end_layout
6435
6436 \end_inset
6437 </cell>
6438 </row>
6439 <row>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 asd
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 s
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 s
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 s
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
6486 <row>
6487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6488 \begin_inset Text
6489
6490 \begin_layout Plain Layout
6491 asd
6492 \end_layout
6493
6494 \end_inset
6495 </cell>
6496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 asd
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 asd
6510 \end_layout
6511
6512 \end_inset
6513 </cell>
6514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6515 \begin_inset Text
6516
6517 \begin_layout Plain Layout
6518 asd
6519 \end_layout
6520
6521 \end_inset
6522 </cell>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527 asd
6528 \end_layout
6529
6530 \end_inset
6531 </cell>
6532 </row>
6533 </lyxtabular>
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 \begin_inset VSpace medskip
6542 \end_inset
6543
6544
6545 \begin_inset Note Greyedout
6546 status open
6547
6548 \begin_layout Plain Layout
6549
6550 \series bold
6551 Note
6552 \begin_inset space ~
6553 \end_inset
6554
6555 1:
6556 \series default
6557  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6558  n'avez pas prévu de légende.
6559  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6560 \begin_inset space ~
6561 \end_inset
6562
6563 2.4 suit le tableau
6564 \begin_inset space ~
6565 \end_inset
6566
6567 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6568  sans légende.
6569  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6570  après
6571  chaque tableau long sans légende :
6572 \end_layout
6573
6574 \begin_layout Plain Layout
6575
6576 \series bold
6577
6578 \backslash
6579 addtocounter{table}{-1}
6580 \end_layout
6581
6582 \begin_layout Plain Layout
6583 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6584  et que vous ajoutez le code suivant dans le préambule du document :
6585 \end_layout
6586
6587 \begin_layout Plain Layout
6588
6589 \series bold
6590
6591 \backslash
6592 let
6593 \backslash
6594 myEnd
6595 \backslash
6596 endlongtable
6597 \begin_inset Newline newline
6598 \end_inset
6599
6600
6601 \backslash
6602 renewcommand{
6603 \backslash
6604 endlongtable}{
6605 \backslash
6606 myEnd
6607 \backslash
6608 addtocounter{table}{-1}}
6609 \end_layout
6610
6611 \end_inset
6612
6613
6614 \end_layout
6615
6616 \begin_layout Standard
6617 \begin_inset Note Greyedout
6618 status open
6619
6620 \begin_layout Plain Layout
6621
6622 \series bold
6623 Note
6624 \begin_inset space ~
6625 \end_inset
6626
6627 2:
6628 \series default
6629  Si vous utilisez 
6630 \series bold
6631 hyperref
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 Paquetages \SpecialChar LaTeX
6639  ! hyperref
6640 \end_layout
6641
6642 \end_inset
6643
6644  dans les 
6645 \family sans
6646 Paramètres du document
6647 \family default
6648  rubrique 
6649 \family sans
6650 Propriétés
6651 \begin_inset space ~
6652 \end_inset
6653
6654 du
6655 \begin_inset space ~
6656 \end_inset
6657
6658 PDF
6659 \family default
6660 , pour transformer vos références croisées en liens cliquables, le lien
6661  vers un tableau long pointera toujours sur le début du document.
6662 \end_layout
6663
6664 \end_inset
6665
6666
6667 \end_layout
6668
6669 \begin_layout Subsubsection
6670 Références à des tableaux longs
6671 \begin_inset Index idx
6672 status collapsed
6673
6674 \begin_layout Plain Layout
6675 Tableaux longs ! Références
6676 \end_layout
6677
6678 \end_inset
6679
6680
6681 \end_layout
6682
6683 \begin_layout Standard
6684 \begin_inset Tabular
6685 <lyxtabular version="3" rows="6" columns="5">
6686 <features islongtable="true" longtabularalignment="center">
6687 <column alignment="center" valignment="top">
6688 <column alignment="center" valignment="top">
6689 <column alignment="center" valignment="top">
6690 <column alignment="center" valignment="top">
6691 <column alignment="center" valignment="top">
6692 <row endfirsthead="true" caption="true">
6693 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 \begin_inset Caption Standard
6698
6699 \begin_layout Plain Layout
6700 Tableau long référencé
6701 \begin_inset CommandInset label
6702 LatexCommand label
6703 name "tab:RefExemple"
6704
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \end_inset
6711
6712
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6727 \begin_inset Text
6728
6729 \begin_layout Plain Layout
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 </row>
6754 <row>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 1
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 2
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 3
6778 \end_layout
6779
6780 \end_inset
6781 </cell>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 4
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 5
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 </row>
6801 <row>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 asd
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 s
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6821 \begin_inset Text
6822
6823 \begin_layout Plain Layout
6824 s
6825 \end_layout
6826
6827 \end_inset
6828 </cell>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 s
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 asd
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 </row>
6848 <row>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 asd
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 s
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6868 \begin_inset Text
6869
6870 \begin_layout Plain Layout
6871 s
6872 \end_layout
6873
6874 \end_inset
6875 </cell>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 s
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 asd
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 </row>
6895 <row>
6896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 s
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 s
6919 \end_layout
6920
6921 \end_inset
6922 </cell>
6923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 s
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 asd
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 asd
6948 \end_layout
6949
6950 \end_inset
6951 </cell>
6952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 sad
6957 \end_layout
6958
6959 \end_inset
6960 </cell>
6961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 asd
6966 \end_layout
6967
6968 \end_inset
6969 </cell>
6970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 asd
6975 \end_layout
6976
6977 \end_inset
6978 </cell>
6979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6980 \begin_inset Text
6981
6982 \begin_layout Plain Layout
6983 asd
6984 \end_layout
6985
6986 \end_inset
6987 </cell>
6988 </row>
6989 </lyxtabular>
6990
6991 \end_inset
6992
6993
6994 \end_layout
6995
6996 \begin_layout Standard
6997 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6998  dans sa légende.
6999 \end_layout
7000
7001 \begin_layout Standard
7002 Ceci est une référence au tableau
7003 \begin_inset space ~
7004 \end_inset
7005
7006
7007 \begin_inset CommandInset ref
7008 LatexCommand ref
7009 reference "tab:RefExemple"
7010
7011 \end_inset
7012
7013 .
7014 \end_layout
7015
7016 \begin_layout Standard
7017 La mise en forme de la légende peut être ajustée avec celle de toutes les
7018  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
7019  
7020 \series bold
7021 caption
7022 \series default
7023
7024 \begin_inset Index idx
7025 status collapsed
7026
7027 \begin_layout Plain Layout
7028 Paquetages \SpecialChar LaTeX
7029  ! caption
7030 \end_layout
7031
7032 \end_inset
7033
7034 , voir la section
7035 \begin_inset space ~
7036 \end_inset
7037
7038
7039 \begin_inset CommandInset ref
7040 LatexCommand ref
7041 reference "sec:Formatage-légende"
7042
7043 \end_inset
7044
7045 .
7046 \end_layout
7047
7048 \begin_layout Subsubsection
7049 Largeur de la légende
7050 \begin_inset Index idx
7051 status collapsed
7052
7053 \begin_layout Plain Layout
7054 Tableaux longs ! Largeur de la légende
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \begin_layout Standard
7063 La largeur maximale des lignes de légende est définie par la longueur 
7064 \series bold
7065
7066 \backslash
7067 LTcapwidth
7068 \series default
7069 .
7070  Sa valeur implicite est 4
7071 \begin_inset space \thinspace{}
7072 \end_inset
7073
7074 in.
7075  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7076  de votre document ou en tant que code \SpecialChar TeX
7077  directement dans votre document
7078  avant le tableau qui doit être affectée.
7079 \end_layout
7080
7081 \begin_layout Standard
7082
7083 \series bold
7084
7085 \backslash
7086 setlength{
7087 \backslash
7088 LTcapwidth}{largeur}
7089 \end_layout
7090
7091 \begin_layout Standard
7092 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7093 \begin_inset space ~
7094 \end_inset
7095
7096
7097 \begin_inset CommandInset ref
7098 LatexCommand ref
7099 reference "cha:Unités-de-longueur"
7100
7101 \end_inset
7102
7103 .
7104 \end_layout
7105
7106 \begin_layout Standard
7107 Les tableaux suivants montrent la différence :
7108 \end_layout
7109
7110 \begin_layout Standard
7111 \begin_inset Tabular
7112 <lyxtabular version="3" rows="6" columns="5">
7113 <features islongtable="true" longtabularalignment="center">
7114 <column alignment="center" valignment="top">
7115 <column alignment="center" valignment="top">
7116 <column alignment="center" valignment="top">
7117 <column alignment="center" valignment="top">
7118 <column alignment="center" valignment="top">
7119 <row endfirsthead="true" caption="true">
7120 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7121 \begin_inset Text
7122
7123 \begin_layout Plain Layout
7124 \begin_inset Caption Standard
7125
7126 \begin_layout Plain Layout
7127 long titre complet avec la largeur implicite long titre complet avec la
7128  largeur implicite long titre complet avec la largeur implicite
7129 \begin_inset Argument 1
7130 status open
7131
7132 \begin_layout Plain Layout
7133 Légende avec largeur implicite
7134 \end_layout
7135
7136 \end_inset
7137
7138
7139 \end_layout
7140
7141 \end_inset
7142
7143
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Plain Layout
7179
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 </row>
7185 <row>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 1
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 2
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 3
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 4
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7223 \begin_inset Text
7224
7225 \begin_layout Plain Layout
7226 5
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 </row>
7232 <row>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 s
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 s
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 s
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7270 \begin_inset Text
7271
7272 \begin_layout Plain Layout
7273 asd
7274 \end_layout
7275
7276 \end_inset
7277 </cell>
7278 </row>
7279 <row>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Plain Layout
7293 s
7294 \end_layout
7295
7296 \end_inset
7297 </cell>
7298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7299 \begin_inset Text
7300
7301 \begin_layout Plain Layout
7302 s
7303 \end_layout
7304
7305 \end_inset
7306 </cell>
7307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7308 \begin_inset Text
7309
7310 \begin_layout Plain Layout
7311 s
7312 \end_layout
7313
7314 \end_inset
7315 </cell>
7316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7317 \begin_inset Text
7318
7319 \begin_layout Plain Layout
7320 asd
7321 \end_layout
7322
7323 \end_inset
7324 </cell>
7325 </row>
7326 <row>
7327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 asd
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 s
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Plain Layout
7349 s
7350 \end_layout
7351
7352 \end_inset
7353 </cell>
7354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 s
7359 \end_layout
7360
7361 \end_inset
7362 </cell>
7363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367 asd
7368 \end_layout
7369
7370 \end_inset
7371 </cell>
7372 </row>
7373 <row>
7374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 asd
7379 \end_layout
7380
7381 \end_inset
7382 </cell>
7383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7384 \begin_inset Text
7385
7386 \begin_layout Plain Layout
7387 sad
7388 \end_layout
7389
7390 \end_inset
7391 </cell>
7392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7393 \begin_inset Text
7394
7395 \begin_layout Plain Layout
7396 asd
7397 \end_layout
7398
7399 \end_inset
7400 </cell>
7401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7402 \begin_inset Text
7403
7404 \begin_layout Plain Layout
7405 asd
7406 \end_layout
7407
7408 \end_inset
7409 </cell>
7410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7411 \begin_inset Text
7412
7413 \begin_layout Plain Layout
7414 asd
7415 \end_layout
7416
7417 \end_inset
7418 </cell>
7419 </row>
7420 </lyxtabular>
7421
7422 \end_inset
7423
7424
7425 \end_layout
7426
7427 \begin_layout Standard
7428 \begin_inset ERT
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432
7433
7434 \backslash
7435 setlength{
7436 \backslash
7437 LTcapwidth}{5cm}
7438 \end_layout
7439
7440 \end_inset
7441
7442
7443 \begin_inset Tabular
7444 <lyxtabular version="3" rows="6" columns="5">
7445 <features islongtable="true" longtabularalignment="center">
7446 <column alignment="center" valignment="top">
7447 <column alignment="center" valignment="top">
7448 <column alignment="center" valignment="top">
7449 <column alignment="center" valignment="top">
7450 <column alignment="center" valignment="top">
7451 <row endfirsthead="true" caption="true">
7452 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7453 \begin_inset Text
7454
7455 \begin_layout Plain Layout
7456 \begin_inset Caption Standard
7457
7458 \begin_layout Plain Layout
7459 long titre complet avec la largeur réglée à 5
7460 \begin_inset space \thinspace{}
7461 \end_inset
7462
7463 cm long titre complet avec la largeur réglée à 5
7464 \begin_inset space \thinspace{}
7465 \end_inset
7466
7467 cm long titre complet avec la largeur réglée à 5
7468 \begin_inset space \thinspace{}
7469 \end_inset
7470
7471 cm
7472 \begin_inset Argument 1
7473 status open
7474
7475 \begin_layout Plain Layout
7476 Légende avec largeur à
7477 \begin_inset space \thinspace{}
7478 \end_inset
7479
7480 =
7481 \begin_inset space \thinspace{}
7482 \end_inset
7483
7484 5
7485 \begin_inset space \thinspace{}
7486 \end_inset
7487
7488 cm
7489 \end_layout
7490
7491 \end_inset
7492
7493
7494 \end_layout
7495
7496 \end_inset
7497
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 1
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 2
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Plain Layout
7563 3
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572 4
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 5
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 <row>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 asd
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 s
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 s
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Plain Layout
7619 s
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7625 \begin_inset Text
7626
7627 \begin_layout Plain Layout
7628 asd
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row>
7635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 asd
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 s
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657 s
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 s
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7672 \begin_inset Text
7673
7674 \begin_layout Plain Layout
7675 asd
7676 \end_layout
7677
7678 \end_inset
7679 </cell>
7680 </row>
7681 <row>
7682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 asd
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 s
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 s
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 s
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722 asd
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 </row>
7728 <row>
7729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 asd
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 sad
7743 \end_layout
7744
7745 \end_inset
7746 </cell>
7747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751 asd
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 asd
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7766 \begin_inset Text
7767
7768 \begin_layout Plain Layout
7769 asd
7770 \end_layout
7771
7772 \end_inset
7773 </cell>
7774 </row>
7775 </lyxtabular>
7776
7777 \end_inset
7778
7779
7780 \end_layout
7781
7782 \begin_layout Standard
7783 \begin_inset ERT
7784 status collapsed
7785
7786 \begin_layout Plain Layout
7787
7788
7789 \backslash
7790 setlength{
7791 \backslash
7792 LTcapwidth}{4in}
7793 \end_layout
7794
7795 \end_inset
7796
7797
7798 \end_layout
7799
7800 \begin_layout Standard
7801 \begin_inset Note Greyedout
7802 status open
7803
7804 \begin_layout Plain Layout
7805
7806 \series bold
7807 Note:
7808 \series default
7809  Quand on utilise la paquetage \SpecialChar LaTeX
7810  
7811 \series bold
7812 caption
7813 \series default
7814
7815 \begin_inset Index idx
7816 status collapsed
7817
7818 \begin_layout Plain Layout
7819 Paquetages \SpecialChar LaTeX
7820  ! caption
7821 \end_layout
7822
7823 \end_inset
7824
7825  , comme c'est les cas dans ce document, la légende prend toute la largeur
7826  de la page quand on utilise la largeur implicite de 4
7827 \begin_inset space \thinspace{}
7828 \end_inset
7829
7830 in pour 
7831 \series bold
7832
7833 \backslash
7834 LTcapwidth
7835 \series default
7836 .
7837  Pour avoir dans ce cas une légende qui fasse exactement 4
7838 \begin_inset space \thinspace{}
7839 \end_inset
7840
7841 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7842  comme par exemple 3.99
7843 \begin_inset space \thinspace{}
7844 \end_inset
7845
7846 in, soit utiliser la commande \SpecialChar LaTeX
7847  
7848 \series bold
7849
7850 \backslash
7851 captionsetup{width=valeur}
7852 \series default
7853  qui est disponible dans le paquetage 
7854 \series bold
7855 caption
7856 \series default
7857 .
7858 \end_layout
7859
7860 \end_inset
7861
7862
7863 \end_layout
7864
7865 \begin_layout Subsubsection
7866 Des légendes différentes sur chaque page d'un tableau
7867 \begin_inset Argument 1
7868 status collapsed
7869
7870 \begin_layout Plain Layout
7871 Légendes différentes
7872 \end_layout
7873
7874 \end_inset
7875
7876
7877 \begin_inset Index idx
7878 status collapsed
7879
7880 \begin_layout Plain Layout
7881 Tableaux longs ! Legendes@Légendes différentes par page
7882 \end_layout
7883
7884 \end_inset
7885
7886
7887 \end_layout
7888
7889 \begin_layout Standard
7890 Quand la légende du tableau pour les pages suivantes doit être différente
7891  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7892  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7893  dans le menu contextuel
7894 \family sans
7895  Légende (TableauLongSansNuméro)
7896 \family default
7897 .
7898  Le tableau
7899 \begin_inset space ~
7900 \end_inset
7901
7902
7903 \begin_inset CommandInset ref
7904 LatexCommand ref
7905 reference "tab:Légendes-tableau-différentes"
7906
7907 \end_inset
7908
7909  est un exemple de tableau long avec des légendes différentes et où la seconde
7910  légende ne contient pas le numéro du tableau.
7911 \begin_inset Separator parbreak
7912 \end_inset
7913
7914
7915 \end_layout
7916
7917 \begin_layout Standard
7918 \align center
7919 \begin_inset Tabular
7920 <lyxtabular version="3" rows="59" columns="3">
7921 <features islongtable="true" longtabularalignment="center">
7922 <column alignment="left" valignment="top" width="0pt">
7923 <column alignment="left" valignment="top" width="0pt">
7924 <column alignment="center" valignment="top" width="0pt">
7925 <row endfirsthead="true" caption="true">
7926 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930 \begin_inset Caption Standard
7931
7932 \begin_layout Plain Layout
7933 Exemple d'annuaire téléphonique
7934 \begin_inset CommandInset label
7935 LatexCommand label
7936 name "tab:Légendes-tableau-différentes"
7937
7938 \end_inset
7939
7940
7941 \begin_inset Argument 1
7942 status collapsed
7943
7944 \begin_layout Plain Layout
7945 Exemple Annuaire 
7946 \end_layout
7947
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 </row>
7979 <row endfirsthead="true">
7980 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row endfirsthead="true">
8011 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \series bold
8017 NOM
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8032 \begin_inset Text
8033
8034 \begin_layout Plain Layout
8035
8036 \series bold
8037 TÉL.
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 </row>
8043 <row endhead="true" caption="true">
8044 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 \begin_inset Caption LongTableNoNumber
8049
8050 \begin_layout Plain Layout
8051 Suite de l'exemple d'annuaire téléphonique
8052 \end_layout
8053
8054 \end_inset
8055
8056
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \end_layout
8067
8068 \end_inset
8069 </cell>
8070 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 </row>
8080 <row endhead="true">
8081 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \series bold
8087 Exemple d'annuaire téléphonique
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105
8106 \end_layout
8107
8108 \end_inset
8109 </cell>
8110 </row>
8111 <row endhead="true">
8112 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116
8117 \series bold
8118 NOM
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \series bold
8138 TÉL.
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 </row>
8144 <row endfoot="true">
8145 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149 suite page suivante\SpecialChar ldots
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \series bold
8181 Annovi
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 Silvia
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8196 \begin_inset Text
8197
8198 \begin_layout Plain Layout
8199 111
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 </row>
8205 <row>
8206 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8207 \begin_inset Text
8208
8209 \begin_layout Plain Layout
8210
8211 \series bold
8212 Bertoli
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8218 \begin_inset Text
8219
8220 \begin_layout Plain Layout
8221 Stefano
8222 \end_layout
8223
8224 \end_inset
8225 </cell>
8226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8227 \begin_inset Text
8228
8229 \begin_layout Plain Layout
8230 111
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \series bold
8243 Bozzi
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 Walter
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 111
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 </row>
8267 <row>
8268 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8269 \begin_inset Text
8270
8271 \begin_layout Plain Layout
8272
8273 \series bold
8274 Cachia
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283 Maria
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 111
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 </row>
8298 <row>
8299 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303
8304 \series bold
8305 Cachia
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8311 \begin_inset Text
8312
8313 \begin_layout Plain Layout
8314 Maurizio
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8320 \begin_inset Text
8321
8322 \begin_layout Plain Layout
8323 111
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \series bold
8336 Cinquemani
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 Giusi
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 111
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 <row>
8361 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365
8366 \series bold
8367 Colin
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376 Bernard
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 111
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 </row>
8391 <row>
8392 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396
8397 \series bold
8398 Concli
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 Gianfranco
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8413 \begin_inset Text
8414
8415 \begin_layout Plain Layout
8416 111
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 </row>
8422 <row>
8423 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8424 \begin_inset Text
8425
8426 \begin_layout Plain Layout
8427
8428 \series bold
8429 Dal Bosco
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8435 \begin_inset Text
8436
8437 \begin_layout Plain Layout
8438 Carolina
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 111
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 </row>
8453 <row>
8454 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8455 \begin_inset Text
8456
8457 \begin_layout Plain Layout
8458
8459 \series bold
8460 Dalpiaz
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8466 \begin_inset Text
8467
8468 \begin_layout Plain Layout
8469 Annamaria
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 111
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \series bold
8491 Feliciello
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 Domenico
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509 111
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 </row>
8515 <row>
8516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520
8521 \series bold
8522 Focarelli
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8528 \begin_inset Text
8529
8530 \begin_layout Plain Layout
8531 Paola
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 111
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 <row>
8547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551
8552 \series bold
8553 Galletti
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 Oreste
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 111
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \series bold
8584 Gasparini
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Franca
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8599 \begin_inset Text
8600
8601 \begin_layout Plain Layout
8602 111
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 </row>
8608 <row>
8609 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613
8614 \series bold
8615 Rizzardi
8616 \series default
8617
8618 \begin_inset Foot
8619 status open
8620
8621 \begin_layout Plain Layout
8622 Exemple de note de bas de page
8623 \end_layout
8624
8625 \end_inset
8626
8627
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 Paola
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 111
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Lassini
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Giancarlo
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 111
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Malfatti
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Luciano
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 111
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Malfatti
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Valeriano
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 111
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Meneguzzo
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Roberto
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 111
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782 Mezzadra
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Roberto
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 111
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811
8812 \series bold
8813 Pirpamer
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Erich
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 111
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \series bold
8844 Pochiesa
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 Paolo
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 111, 222
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Radina
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Claudio
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 111
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Stuffer
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Oskar
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 111
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Tacchelli
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Ugo
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 111
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Tezzele
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Margit
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 111
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Unterkalmsteiner
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Frieda
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 111
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Vieider
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Hilde
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 111
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \series bold
9061 Vigna
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Jürgen
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 111
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \series bold
9092 Weber
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 Maurizio
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 111
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123 Winkler
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Franz
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 111
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152  
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161
9162 \end_layout
9163
9164 \end_inset
9165 </cell>
9166 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9167 \begin_inset Text
9168
9169 \begin_layout Plain Layout
9170
9171 \end_layout
9172
9173 \end_inset
9174 </cell>
9175 </row>
9176 <row>
9177 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181
9182 \series bold
9183 Annovi
9184 \end_layout
9185
9186 \end_inset
9187 </cell>
9188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9189 \begin_inset Text
9190
9191 \begin_layout Plain Layout
9192 Silvia
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201 555
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \series bold
9214 Bertoli
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 Stefano
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 555
9233 \end_layout
9234
9235 \end_inset
9236 </cell>
9237 </row>
9238 <row>
9239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9240 \begin_inset Text
9241
9242 \begin_layout Plain Layout
9243
9244 \series bold
9245 Bozzi
9246 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254 Walter
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263 555
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \series bold
9276 Cachia
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 Maria
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294 555
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 <row>
9301 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9302 \begin_inset Text
9303
9304 \begin_layout Plain Layout
9305
9306 \series bold
9307 Cachia
9308 \end_layout
9309
9310 \end_inset
9311 </cell>
9312 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9313 \begin_inset Text
9314
9315 \begin_layout Plain Layout
9316 Maurizio
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 555
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \series bold
9338 Cinquemani
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9344 \begin_inset Text
9345
9346 \begin_layout Plain Layout
9347 Giusi
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 555
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 </row>
9362 <row>
9363 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9364 \begin_inset Text
9365
9366 \begin_layout Plain Layout
9367
9368 \series bold
9369 Colin
9370 \end_layout
9371
9372 \end_inset
9373 </cell>
9374 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378 Bernard
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 555
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 </row>
9393 <row>
9394 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9395 \begin_inset Text
9396
9397 \begin_layout Plain Layout
9398
9399 \series bold
9400 Concli
9401 \end_layout
9402
9403 \end_inset
9404 </cell>
9405 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409 Gianfranco
9410 \end_layout
9411
9412 \end_inset
9413 </cell>
9414 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418 555
9419 \end_layout
9420
9421 \end_inset
9422 </cell>
9423 </row>
9424 <row>
9425 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429
9430 \series bold
9431 Dal Bosco
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 Carolina
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 555
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 <row>
9456 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9457 \begin_inset Text
9458
9459 \begin_layout Plain Layout
9460
9461 \series bold
9462 Dalpiaz
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 Annamaria
9472 \end_layout
9473
9474 \end_inset
9475 </cell>
9476 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 555
9481 \end_layout
9482
9483 \end_inset
9484 </cell>
9485 </row>
9486 <row>
9487 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9488 \begin_inset Text
9489
9490 \begin_layout Plain Layout
9491
9492 \series bold
9493 Feliciello
9494 \end_layout
9495
9496 \end_inset
9497 </cell>
9498 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9499 \begin_inset Text
9500
9501 \begin_layout Plain Layout
9502 Domenico
9503 \end_layout
9504
9505 \end_inset
9506 </cell>
9507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511 555
9512 \end_layout
9513
9514 \end_inset
9515 </cell>
9516 </row>
9517 <row>
9518 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522
9523 \series bold
9524 Focarelli
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533 Paola
9534 \end_layout
9535
9536 \end_inset
9537 </cell>
9538 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9539 \begin_inset Text
9540
9541 \begin_layout Plain Layout
9542 555
9543 \end_layout
9544
9545 \end_inset
9546 </cell>
9547 </row>
9548 <row>
9549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9550 \begin_inset Text
9551
9552 \begin_layout Plain Layout
9553
9554 \series bold
9555 Galletti
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 Oreste
9565 \end_layout
9566
9567 \end_inset
9568 </cell>
9569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9570 \begin_inset Text
9571
9572 \begin_layout Plain Layout
9573 555
9574 \end_layout
9575
9576 \end_inset
9577 </cell>
9578 </row>
9579 <row>
9580 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9581 \begin_inset Text
9582
9583 \begin_layout Plain Layout
9584
9585 \series bold
9586 Gasparini
9587 \end_layout
9588
9589 \end_inset
9590 </cell>
9591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595 Franca
9596 \end_layout
9597
9598 \end_inset
9599 </cell>
9600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 555
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 </row>
9610 <row>
9611 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \series bold
9617 Rizzardi
9618 \end_layout
9619
9620 \end_inset
9621 </cell>
9622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9623 \begin_inset Text
9624
9625 \begin_layout Plain Layout
9626 Paola
9627 \end_layout
9628
9629 \end_inset
9630 </cell>
9631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 555
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 </row>
9641 <row>
9642 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \series bold
9648 Lassini
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 Giancarlo
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 555
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \series bold
9679 Malfatti
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 Luciano
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9694 \begin_inset Text
9695
9696 \begin_layout Plain Layout
9697 555
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 </row>
9703 <row>
9704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9705 \begin_inset Text
9706
9707 \begin_layout Plain Layout
9708
9709 \series bold
9710 Malfatti
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719 Valeriano
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728 555
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 </row>
9734 <row>
9735 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739
9740 \series bold
9741 Meneguzzo
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 Roberto
9751 \end_layout
9752
9753 \end_inset
9754 </cell>
9755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9756 \begin_inset Text
9757
9758 \begin_layout Plain Layout
9759 555
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row>
9766 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \series bold
9772 Mezzadra
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781 Roberto
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 555
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 </row>
9796 </lyxtabular>
9797
9798 \end_inset
9799
9800
9801 \end_layout
9802
9803 \begin_layout Section
9804 Questions particulières concernant les tableaux longs
9805 \begin_inset Argument 1
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809 Questions sur les tableaux longs
9810 \end_layout
9811
9812 \end_inset
9813
9814
9815 \begin_inset CommandInset label
9816 LatexCommand label
9817 name "sec:Questions-sur-tableaux-longs"
9818
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \begin_layout Subsection
9825 Calculs des pages des tableaux longs
9826 \begin_inset Index idx
9827 status collapsed
9828
9829 \begin_layout Plain Layout
9830 Tableaux longs ! Calculs
9831 \end_layout
9832
9833 \end_inset
9834
9835
9836 \end_layout
9837
9838 \begin_layout Standard
9839 \SpecialChar LaTeX
9840  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9841  utilisant des blocs (chunks).
9842  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9843  mémoire de \SpecialChar LaTeX
9844 .
9845  La valeur implicite est fixée pour des raisons historiques à seulement
9846  20 lignes de tableau.
9847  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9848  peut ralentir la création de votre document.
9849  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9850  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9851  préambule de votre document :
9852 \end_layout
9853
9854 \begin_layout Standard
9855
9856 \series bold
9857
9858 \backslash
9859 setcounter{LTchunksize}{100}
9860 \end_layout
9861
9862 \begin_layout Subsection
9863 Les flottants et les tableaux longs
9864 \begin_inset Index idx
9865 status collapsed
9866
9867 \begin_layout Plain Layout
9868 Tableaux longs ! Flottants
9869 \end_layout
9870
9871 \end_inset
9872
9873
9874 \end_layout
9875
9876 \begin_layout Standard
9877 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9878  commence un tableau long.
9879  Pour éviter une telle situation, insérez un saut de page (menu 
9880 \family sans
9881 Insertion\SpecialChar menuseparator
9882 Typographie
9883 \begin_inset space ~
9884 \end_inset
9885
9886 spéciale\SpecialChar menuseparator
9887 Saut de page (vide le tampon)
9888 \family default
9889
9890 \begin_inset space \thinspace{}
9891 \end_inset
9892
9893 ) juste avant votre tableau long.
9894 \end_layout
9895
9896 \begin_layout Subsection
9897 Sauts de pages forcés
9898 \begin_inset Index idx
9899 status collapsed
9900
9901 \begin_layout Plain Layout
9902 Tableaux longs ! Sauts de pages forcés
9903 \end_layout
9904
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \begin_layout Standard
9911 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9912  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9913  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9914  de
9915  saut de ligne 
9916 \begin_inset Quotes fld
9917 \end_inset
9918
9919
9920 \backslash
9921
9922 \backslash
9923
9924 \begin_inset Quotes frd
9925 \end_inset
9926
9927  en code \SpecialChar TeX
9928  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9929  Avant la commande 
9930 \begin_inset Quotes fld
9931 \end_inset
9932
9933
9934 \backslash
9935
9936 \backslash
9937
9938 \begin_inset Quotes frd
9939 \end_inset
9940
9941 , vous devez insérer en code \SpecialChar TeX
9942 , autant de caractères 
9943 \begin_inset Quotes fld
9944 \end_inset
9945
9946 &
9947 \begin_inset Quotes frd
9948 \end_inset
9949
9950  qu'il y a de colonnes après la cellule concernée.
9951  Le caractère 
9952 \begin_inset Quotes fld
9953 \end_inset
9954
9955 &
9956 \begin_inset Quotes frd
9957 \end_inset
9958
9959  sert à séparer les colonnes d'un tableau.
9960  Écrivez en code-\SpecialChar TeX
9961 , après chaque 
9962 \begin_inset Quotes fld
9963 \end_inset
9964
9965 &
9966 \begin_inset Quotes frd
9967 \end_inset
9968
9969  le contenu des cellules correspondantes et en même temps supprimez le contenu
9970  de ces cellules dans le texte normal.
9971  
9972 \begin_inset Newline newline
9973 \end_inset
9974
9975 Après la commande 
9976 \backslash
9977
9978 \backslash
9979 , insérez autant de caractères 
9980 \begin_inset Quotes fld
9981 \end_inset
9982
9983 &
9984 \begin_inset Quotes frd
9985 \end_inset
9986
9987  qu'il y a de colonnes avant la colonne traitée.
9988  Dans le tableau
9989 \begin_inset space ~
9990 \end_inset
9991
9992
9993 \begin_inset CommandInset ref
9994 LatexCommand ref
9995 reference "tab:Tableau-saut-de-page"
9996
9997 \end_inset
9998
9999  la cellule qui doit être coupée est dans la deuxième colonne et elle est
10000  suivie par une autre colonne.
10001  La commande suivante a donc été insérée en code \SpecialChar TeX
10002  dans la cellule après
10003  le mot 
10004 \begin_inset Quotes fld
10005 \end_inset
10006
10007
10008 \emph on
10009 Castelchiodato,
10010 \emph default
10011
10012 \begin_inset Quotes frd
10013 \end_inset
10014
10015 :
10016 \end_layout
10017
10018 \begin_layout Standard
10019
10020 \series bold
10021 & 111
10022 \backslash
10023
10024 \backslash
10025  
10026 \backslash
10027 newpage
10028 \begin_inset Newline newline
10029 \end_inset
10030
10031 &
10032 \end_layout
10033
10034 \begin_layout Standard
10035 Le 
10036 \begin_inset Quotes fld
10037 \end_inset
10038
10039 111
10040 \begin_inset Quotes frd
10041 \end_inset
10042
10043  dans la troisième colonne de la ligne a été supprimé.
10044  
10045 \series bold
10046
10047 \backslash
10048 newpage
10049 \series default
10050  est nécessaire seulement quand un saut de page doit impérativement avoir
10051  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10052  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10053  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10054  est coupée, utilisez cette commande à la place de la précédente :
10055 \end_layout
10056
10057 \begin_layout Standard
10058
10059 \series bold
10060 & 111
10061 \backslash
10062
10063 \backslash
10064
10065 \begin_inset Newline newline
10066 \end_inset
10067
10068
10069 \backslash
10070 hline &
10071 \end_layout
10072
10073 \begin_layout Standard
10074 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10075  insérer la commande
10076 \end_layout
10077
10078 \begin_layout Standard
10079
10080 \series bold
10081
10082 \backslash
10083 setlength{
10084 \backslash
10085 parfillskip}{0pt}
10086 \end_layout
10087
10088 \begin_layout Standard
10089 au début de la cellule.
10090  Cela assure que la portion de la cellule qui va se trouver affichée sur
10091  la page suivante le sera avec toute la largeur de la cellule.
10092 \begin_inset Separator parbreak
10093 \end_inset
10094
10095
10096 \end_layout
10097
10098 \begin_layout Standard
10099 \align center
10100 \begin_inset Tabular
10101 <lyxtabular version="3" rows="38" columns="3">
10102 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10103 <column alignment="left" valignment="top" width="0cm">
10104 <column alignment="left" valignment="top" width="3cm">
10105 <column alignment="center" valignment="top" width="0pt">
10106 <row endfirsthead="true" caption="true">
10107 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10108 \begin_inset Text
10109
10110 \begin_layout Plain Layout
10111 \begin_inset Caption Standard
10112
10113 \begin_layout Plain Layout
10114 Tableau avec un saut de page forcé dans une cellule
10115 \begin_inset CommandInset label
10116 LatexCommand label
10117 name "tab:Tableau-saut-de-page"
10118
10119 \end_inset
10120
10121
10122 \begin_inset Argument 1
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126 Tableau avec un saut de page forcé dans une cellule
10127 \end_layout
10128
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135
10136
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \end_layout
10147
10148 \end_inset
10149 </cell>
10150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10151 \begin_inset Text
10152
10153 \begin_layout Plain Layout
10154
10155 \end_layout
10156
10157 \end_inset
10158 </cell>
10159 </row>
10160 <row endfirsthead="true">
10161 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10162 \begin_inset Text
10163
10164 \begin_layout Plain Layout
10165
10166 \series bold
10167 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Plain Layout
10185
10186 \end_layout
10187
10188 \end_inset
10189 </cell>
10190 </row>
10191 <row endfirsthead="true">
10192 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10193 \begin_inset Text
10194
10195 \begin_layout Plain Layout
10196
10197 \series bold
10198 NOM
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10204 \begin_inset Text
10205
10206 \begin_layout Plain Layout
10207
10208 \end_layout
10209
10210 \end_inset
10211 </cell>
10212 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10213 \begin_inset Text
10214
10215 \begin_layout Plain Layout
10216
10217 \series bold
10218 TÉL.
10219 \end_layout
10220
10221 \end_inset
10222 </cell>
10223 </row>
10224 <row endhead="true">
10225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 \begin_inset ERT
10230 status collapsed
10231
10232 \begin_layout Plain Layout
10233
10234
10235 \backslash
10236 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10237 \backslash
10238
10239 \backslash
10240 %
10241 \end_layout
10242
10243 \end_inset
10244
10245
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254
10255 \end_layout
10256
10257 \end_inset
10258 </cell>
10259 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10260 \begin_inset Text
10261
10262 \begin_layout Plain Layout
10263
10264 \end_layout
10265
10266 \end_inset
10267 </cell>
10268 </row>
10269 <row endhead="true">
10270 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274  
10275 \series bold
10276 Exemple d'annuaire téléphonique
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row endhead="true">
10301 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307 NOM
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \series bold
10327 TÉL.
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row endfoot="true">
10334 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 suite page suivante\SpecialChar ldots
10339
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Plain Layout
10357
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \series bold
10370 Annovi
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 Silvia
10380 \end_layout
10381
10382 \end_inset
10383 </cell>
10384 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10385 \begin_inset Text
10386
10387 \begin_layout Plain Layout
10388 111
10389 \end_layout
10390
10391 \end_inset
10392 </cell>
10393 </row>
10394 <row>
10395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10396 \begin_inset Text
10397
10398 \begin_layout Plain Layout
10399
10400 \series bold
10401 Bertoli
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10407 \begin_inset Text
10408
10409 \begin_layout Plain Layout
10410 Stefano
10411 \end_layout
10412
10413 \end_inset
10414 </cell>
10415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 111
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 </row>
10425 <row>
10426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10427 \begin_inset Text
10428
10429 \begin_layout Plain Layout
10430
10431 \series bold
10432 Bozzi
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441 Walter
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 111
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \series bold
10463 Cachia
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 Maria
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 111
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 </row>
10487 <row>
10488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492
10493 \series bold
10494 Cachia
10495 \end_layout
10496
10497 \end_inset
10498 </cell>
10499 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10500 \begin_inset Text
10501
10502 \begin_layout Plain Layout
10503 Maurizio
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 111
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \series bold
10525 Cinquemani
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 Giusi
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 111
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 </row>
10549 <row>
10550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554
10555 \series bold
10556 Colin
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 Bernard
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 111
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 </row>
10580 <row>
10581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585
10586 \series bold
10587 Concli
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 Gianfranco
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 111
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \series bold
10618 Dal Bosco
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 Carolina
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 111
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 </row>
10642 <row>
10643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10644 \begin_inset Text
10645
10646 \begin_layout Plain Layout
10647
10648 \series bold
10649 Dalpiaz
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10655 \begin_inset Text
10656
10657 \begin_layout Plain Layout
10658 Annamaria
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 111
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \series bold
10680 Feliciello
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 Domenico
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 111
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 </row>
10704 <row>
10705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10706 \begin_inset Text
10707
10708 \begin_layout Plain Layout
10709
10710 \series bold
10711 Focarelli
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 Paola
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10726 \begin_inset Text
10727
10728 \begin_layout Plain Layout
10729 111
10730 \end_layout
10731
10732 \end_inset
10733 </cell>
10734 </row>
10735 <row>
10736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740
10741 \series bold
10742 Galletti
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10748 \begin_inset Text
10749
10750 \begin_layout Plain Layout
10751 Oreste
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 111
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 </row>
10766 <row>
10767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10768 \begin_inset Text
10769
10770 \begin_layout Plain Layout
10771
10772 \series bold
10773 Gasparini
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 Franca
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10788 \begin_inset Text
10789
10790 \begin_layout Plain Layout
10791 111
10792 \end_layout
10793
10794 \end_inset
10795 </cell>
10796 </row>
10797 <row>
10798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10799 \begin_inset Text
10800
10801 \begin_layout Plain Layout
10802
10803 \series bold
10804 Lassini
10805 \end_layout
10806
10807 \end_inset
10808 </cell>
10809 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10810 \begin_inset Text
10811
10812 \begin_layout Plain Layout
10813 Giancarlo
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 111
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \series bold
10835 Malfatti
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10841 \begin_inset Text
10842
10843 \begin_layout Plain Layout
10844 Luciano
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10850 \begin_inset Text
10851
10852 \begin_layout Plain Layout
10853 111
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 </row>
10859 <row>
10860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10861 \begin_inset Text
10862
10863 \begin_layout Plain Layout
10864
10865 \series bold
10866 Malfatti
10867 \end_layout
10868
10869 \end_inset
10870 </cell>
10871 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10872 \begin_inset Text
10873
10874 \begin_layout Plain Layout
10875 Valeriano
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 111
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \series bold
10897 Meneguzzo
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 Roberto
10907 \end_layout
10908
10909 \end_inset
10910 </cell>
10911 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915 111
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \series bold
10928 Mezzadra
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 Roberto
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 111
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 </row>
10952 <row>
10953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10954 \begin_inset Text
10955
10956 \begin_layout Plain Layout
10957
10958 \series bold
10959 Pirpamer
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 Erich
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 111
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 </row>
10983 <row>
10984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988
10989 \series bold
10990 Pochiesa
10991 \end_layout
10992
10993 \end_inset
10994 </cell>
10995 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10996 \begin_inset Text
10997
10998 \begin_layout Plain Layout
10999 Paolo
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 111, 222
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 </row>
11014 <row>
11015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019
11020 \series bold
11021 Radina
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Claudio
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 111
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 </row>
11045 <row>
11046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11047 \begin_inset Text
11048
11049 \begin_layout Plain Layout
11050
11051 \series bold
11052 Rizzardi
11053 \end_layout
11054
11055 \end_inset
11056 </cell>
11057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Plain Layout
11061 Giancarlo, 11.
11062  Fürst von Montecompatri, 11.
11063  Fürst von Sulmona und Vivaro, 10.
11064  Fürst von Rossano, 5.
11065  Herzog von Canemorte, 11.
11066  Herzog von Palombara, 5.
11067  Herzog von Castelchiodato,
11068 \begin_inset ERT
11069 status open
11070
11071 \begin_layout Plain Layout
11072
11073 & 111
11074 \backslash
11075
11076 \backslash
11077  
11078 \backslash
11079 newpage
11080 \end_layout
11081
11082 \begin_layout Plain Layout
11083
11084 &
11085 \end_layout
11086
11087 \end_inset
11088
11089  11.
11090  Herzog von Poggionativo, 11.
11091  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11092  Graf von Valinfreda, 11.
11093  Baron von Cropalati, 11.
11094  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103
11104 \end_layout
11105
11106 \end_inset
11107 </cell>
11108 </row>
11109 <row>
11110 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114
11115 \series bold
11116 Stuffer
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 Oskar
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 111
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 </row>
11140 <row>
11141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145
11146 \series bold
11147 Tacchelli
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 Ugo
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11162 \begin_inset Text
11163
11164 \begin_layout Plain Layout
11165 111
11166 \end_layout
11167
11168 \end_inset
11169 </cell>
11170 </row>
11171 <row>
11172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11173 \begin_inset Text
11174
11175 \begin_layout Plain Layout
11176
11177 \series bold
11178 Tezzele
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 Margit
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 111
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 </row>
11202 <row>
11203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207
11208 \series bold
11209 Unterkalmsteiner
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 Frieda
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 111
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 </row>
11233 <row>
11234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11235 \begin_inset Text
11236
11237 \begin_layout Plain Layout
11238
11239 \series bold
11240 Vieider
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11246 \begin_inset Text
11247
11248 \begin_layout Plain Layout
11249 Hilde
11250 \end_layout
11251
11252 \end_inset
11253 </cell>
11254 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11255 \begin_inset Text
11256
11257 \begin_layout Plain Layout
11258 111
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 </row>
11264 <row>
11265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11266 \begin_inset Text
11267
11268 \begin_layout Plain Layout
11269
11270 \series bold
11271 Vigna
11272 \end_layout
11273
11274 \end_inset
11275 </cell>
11276 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11277 \begin_inset Text
11278
11279 \begin_layout Plain Layout
11280 Jürgen
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289 111
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 </row>
11295 <row>
11296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \series bold
11302 Weber
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 Maurizio
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 111
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 </row>
11326 <row>
11327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331
11332 \series bold
11333 Winkler
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 Franz
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 111
11352 \end_layout
11353
11354 \end_inset
11355 </cell>
11356 </row>
11357 </lyxtabular>
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Section
11365 Colonnes et lignes à lignes multiples
11366 \end_layout
11367
11368 \begin_layout Subsection
11369 Lignes multiples dans une cellule de tableau
11370 \begin_inset CommandInset label
11371 LatexCommand label
11372 name "subsec:Lignes-multiple-dans-cellule"
11373
11374 \end_inset
11375
11376
11377 \begin_inset Index idx
11378 status collapsed
11379
11380 \begin_layout Plain Layout
11381 Plusieurs lignes dans une case de tableau
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \begin_inset Index idx
11388 status collapsed
11389
11390 \begin_layout Plain Layout
11391 Tableau ! Saut de ligne
11392 \end_layout
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \begin_layout Standard
11400 \noindent
11401 \begin_inset Float table
11402 placement H
11403 wide false
11404 sideways false
11405 status open
11406
11407 \begin_layout Plain Layout
11408 \begin_inset Caption Standard
11409
11410 \begin_layout Plain Layout
11411 \begin_inset CommandInset label
11412 LatexCommand label
11413 name "tab:Tableau-avec-plusieurs-lignes"
11414
11415 \end_inset
11416
11417 Tableau avec des lignes multiples dans une cellule
11418 \end_layout
11419
11420 \end_inset
11421
11422
11423 \end_layout
11424
11425 \begin_layout Plain Layout
11426 \align center
11427 \begin_inset Tabular
11428 <lyxtabular version="3" rows="3" columns="3">
11429 <features tabularvalignment="middle">
11430 <column alignment="center" valignment="middle" width="2.5cm">
11431 <column alignment="center" valignment="middle">
11432 <column alignment="center" valignment="middle">
11433 <row>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 Lignes
11439 \begin_inset Newline linebreak
11440 \end_inset
11441
11442 multiples
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 b
11452 \end_layout
11453
11454 \end_inset
11455 </cell>
11456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11457 \begin_inset Text
11458
11459 \begin_layout Plain Layout
11460 c
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 d
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 e
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 f
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 g
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 h
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 i
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 </lyxtabular>
11525
11526 \end_inset
11527
11528
11529 \end_layout
11530
11531 \end_inset
11532
11533
11534 \end_layout
11535
11536 \begin_layout Standard
11537 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11538  d'un paragraphe avec des sauts de lignes et des césures.
11539 \end_layout
11540
11541 \begin_layout Standard
11542 Pour obtenir le tableau
11543 \begin_inset space ~
11544 \end_inset
11545
11546
11547 \begin_inset CommandInset ref
11548 LatexCommand ref
11549 reference "tab:Tableau-avec-plusieurs-lignes"
11550
11551 \end_inset
11552
11553 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11554  droit dessus.
11555  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11556  2.5
11557 \begin_inset space \thinspace{}
11558 \end_inset
11559
11560 cm et choisissez les alignements vertical et horizontal centrés.
11561  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11562  Comme notre texte est plus petit que 2.5
11563 \begin_inset space \thinspace{}
11564 \end_inset
11565
11566 cm, une seule ligne va apparaître.
11567  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11568  
11569 \family sans
11570 Ctrl-Shift-Entrée
11571 \family default
11572 ).
11573  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11574 ement découpé en plusieurs lignes.
11575 \end_layout
11576
11577 \begin_layout Standard
11578 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11579  ne peut pas
11580  effectuer de césure si c'est le premier élément de la cellule.
11581  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11582  premier élément : Ajoutez un espace horizontal de 0
11583 \begin_inset space \thinspace{}
11584 \end_inset
11585
11586 pt juste avant votre mot.
11587  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11588  Le tableau
11589 \begin_inset space ~
11590 \end_inset
11591
11592
11593 \begin_inset CommandInset ref
11594 LatexCommand ref
11595 reference "tab:Tableau-césure"
11596
11597 \end_inset
11598
11599  montre l'effet de cette insertion.
11600 \end_layout
11601
11602 \begin_layout Standard
11603 \begin_inset Float table
11604 placement h
11605 wide false
11606 sideways false
11607 status open
11608
11609 \begin_layout Plain Layout
11610 \begin_inset Caption Standard
11611
11612 \begin_layout Plain Layout
11613 \begin_inset CommandInset label
11614 LatexCommand label
11615 name "tab:Tableau-césure"
11616
11617 \end_inset
11618
11619 Tableau avec et sans césure.
11620 \end_layout
11621
11622 \end_inset
11623
11624
11625 \end_layout
11626
11627 \begin_layout Plain Layout
11628 \begin_inset space \hfill{}
11629 \end_inset
11630
11631
11632 \begin_inset Tabular
11633 <lyxtabular version="3" rows="3" columns="3">
11634 <features tabularvalignment="middle">
11635 <column alignment="center" valignment="middle" width="2.5cm">
11636 <column alignment="center" valignment="middle">
11637 <column alignment="center" valignment="middle">
11638 <row>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 mottrèslongdansunecellule
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 b
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 c
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 </row>
11667 <row>
11668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 d
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 e
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690 f
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Plain Layout
11701 g
11702 \end_layout
11703
11704 \end_inset
11705 </cell>
11706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 h
11711 \end_layout
11712
11713 \end_inset
11714 </cell>
11715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11716 \begin_inset Text
11717
11718 \begin_layout Plain Layout
11719 i
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 </lyxtabular>
11726
11727 \end_inset
11728
11729
11730 \begin_inset space \hfill{}
11731 \end_inset
11732
11733
11734 \begin_inset Tabular
11735 <lyxtabular version="3" rows="3" columns="3">
11736 <features tabularvalignment="middle">
11737 <column alignment="center" valignment="middle" width="2.5cm">
11738 <column alignment="center" valignment="middle">
11739 <column alignment="center" valignment="middle">
11740 <row>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 \begin_inset space \hspace{}
11746 \length 0pt
11747 \end_inset
11748
11749 mottrèslongdansunecellule
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 b
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11764 \begin_inset Text
11765
11766 \begin_layout Plain Layout
11767 c
11768 \end_layout
11769
11770 \end_inset
11771 </cell>
11772 </row>
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 d
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 e
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796 f
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 </row>
11802 <row>
11803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 g
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 h
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 i
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 </row>
11831 </lyxtabular>
11832
11833 \end_inset
11834
11835
11836 \begin_inset space \hfill{}
11837 \end_inset
11838
11839
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \end_layout
11846
11847 \begin_layout Subsection
11848 Multi-colonnes
11849 \begin_inset CommandInset label
11850 LatexCommand label
11851 name "subsec:Multicolonnes"
11852
11853 \end_inset
11854
11855
11856 \begin_inset Index idx
11857 status collapsed
11858
11859 \begin_layout Plain Layout
11860 Multi-colonnes
11861 \end_layout
11862
11863 \end_inset
11864
11865
11866 \begin_inset Index idx
11867 status collapsed
11868
11869 \begin_layout Plain Layout
11870 Tableau ! Multi-colonnes
11871 \end_layout
11872
11873 \end_inset
11874
11875
11876 \end_layout
11877
11878 \begin_layout Subsubsection
11879 Les bases des multi-colonnes
11880 \end_layout
11881
11882 \begin_layout Standard
11883 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11884  qu'elle doit couvrir et utilisez soit le bouton 
11885 \begin_inset Info
11886 type  "icon"
11887 arg   "inset-modify tabular multicolumn"
11888 \end_inset
11889
11890  de la barre d'outils tableau, ou le menu 
11891 \family sans
11892 Édition\SpecialChar menuseparator
11893 Tableau\SpecialChar menuseparator
11894 Multi-colonnes
11895 \family default
11896 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11897  
11898 \family sans
11899 Multi-colonnes
11900 \family default
11901 .
11902 \end_layout
11903
11904 \begin_layout Standard
11905 Les multi-colonnes ont leurs propres paramètres de cellule.
11906  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11907  de la cellule, cela n'affecte que la cellule multi-colonnes.
11908  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11909  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11910 \begin_inset Separator parbreak
11911 \end_inset
11912
11913
11914 \end_layout
11915
11916 \begin_layout Standard
11917 \align center
11918 \begin_inset Tabular
11919 <lyxtabular version="3" rows="3" columns="4">
11920 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11921 <column alignment="center" valignment="top" width="0pt">
11922 <column alignment="center" valignment="middle">
11923 <column alignment="center" valignment="top" width="0in">
11924 <column alignment="center" valignment="top" width="0pt">
11925 <row>
11926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 abc
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 def ghi
11940 \end_layout
11941
11942 \end_inset
11943 </cell>
11944 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11945 \begin_inset Text
11946
11947 \begin_layout Plain Layout
11948
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Plain Layout
11957 jkl
11958 \end_layout
11959
11960 \end_inset
11961 </cell>
11962 </row>
11963 <row>
11964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11965 \begin_inset Text
11966
11967 \begin_layout Plain Layout
11968 A
11969 \end_layout
11970
11971 \end_inset
11972 </cell>
11973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11974 \begin_inset Text
11975
11976 \begin_layout Plain Layout
11977 B
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 C
11987 \end_layout
11988
11989 \end_inset
11990 </cell>
11991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11992 \begin_inset Text
11993
11994 \begin_layout Plain Layout
11995 D
11996 \end_layout
11997
11998 \end_inset
11999 </cell>
12000 </row>
12001 <row>
12002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12003 \begin_inset Text
12004
12005 \begin_layout Plain Layout
12006 1
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 2
12016 \end_layout
12017
12018 \end_inset
12019 </cell>
12020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12021 \begin_inset Text
12022
12023 \begin_layout Plain Layout
12024 3
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12030 \begin_inset Text
12031
12032 \begin_layout Plain Layout
12033 4
12034 \end_layout
12035
12036 \end_inset
12037 </cell>
12038 </row>
12039 </lyxtabular>
12040
12041 \end_inset
12042
12043
12044 \end_layout
12045
12046 \begin_layout Subsubsection
12047 Calculs avec les multi-colonnes
12048 \begin_inset CommandInset label
12049 LatexCommand label
12050 name "subsec:Calculs-multicolonnes"
12051
12052 \end_inset
12053
12054
12055 \begin_inset Index idx
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 Multi-colonnes ! Calculs
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 \SpecialChar LyX
12069  gère directement les multi-colonnes, mais nous devons faire attention à
12070  la largeur des cellules couvertes par la cellule multi-colonnes.
12071 \end_layout
12072
12073 \begin_layout Standard
12074 \begin_inset Float table
12075 placement h
12076 wide false
12077 sideways false
12078 status open
12079
12080 \begin_layout Plain Layout
12081 \begin_inset Caption Standard
12082
12083 \begin_layout Plain Layout
12084 \begin_inset CommandInset label
12085 LatexCommand label
12086 name "tab:Tableau-multicolonne-parfaite"
12087
12088 \end_inset
12089
12090 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12091  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12092 \begin_inset Argument 1
12093 status open
12094
12095 \begin_layout Plain Layout
12096 Tableau avec multi-colonnes parfaite
12097 \end_layout
12098
12099 \end_inset
12100
12101
12102 \end_layout
12103
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \begin_layout Plain Layout
12110 \align center
12111 \begin_inset Tabular
12112 <lyxtabular version="3" rows="3" columns="3">
12113 <features tabularvalignment="middle">
12114 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12115 <column alignment="center" valignment="middle">
12116 <column alignment="center" valignment="top">
12117 <row>
12118 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12119 \begin_inset Text
12120
12121 \begin_layout Plain Layout
12122 multi-colonnes sur plusieurs lignes
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Plain Layout
12131
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 c
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 </row>
12146 <row>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 d
12152 \end_layout
12153
12154 \end_inset
12155 </cell>
12156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12157 \begin_inset Text
12158
12159 \begin_layout Plain Layout
12160 e
12161 \end_layout
12162
12163 \end_inset
12164 </cell>
12165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 f
12170 \end_layout
12171
12172 \end_inset
12173 </cell>
12174 </row>
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 g
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 h
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 i
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 </lyxtabular>
12205
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \end_inset
12212
12213
12214 \end_layout
12215
12216 \begin_layout Standard
12217 Par exemple, pour créer le tableau
12218 \begin_inset space ~
12219 \end_inset
12220
12221
12222 \begin_inset CommandInset ref
12223 LatexCommand ref
12224 reference "tab:Tableau-multicolonne-parfaite"
12225
12226 \end_inset
12227
12228 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12229  3×3 et faites un clic droit dessus.
12230  Ensuite choisissez pour cette cellule
12231 \emph on
12232 ,
12233 \emph default
12234  dans la fenêtre de dialogue de tableau, 
12235 \emph on
12236 multi-colonnes
12237 \emph default
12238
12239 \emph on
12240 alignement
12241 \begin_inset space ~
12242 \end_inset
12243
12244 horizontal
12245 \begin_inset space ~
12246 \end_inset
12247
12248 centré
12249 \emph default
12250  et une largeur de 2.5
12251 \begin_inset space \thinspace{}
12252 \end_inset
12253
12254 cm.
12255  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12256  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12257 \begin_inset space \thinspace{}
12258 \end_inset
12259
12260 cm pour la première colonne.
12261  La deuxième colonne aura alors automatiquement une largeur de 1.25
12262 \begin_inset space \thinspace{}
12263 \end_inset
12264
12265 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12266  C'est ce qui a été fait pour le tableau
12267 \begin_inset space ~
12268 \end_inset
12269
12270
12271 \begin_inset CommandInset ref
12272 LatexCommand ref
12273 reference "tab:Tableau-multicolonne-imparfait"
12274
12275 \end_inset
12276
12277 .
12278 \end_layout
12279
12280 \begin_layout Standard
12281 \begin_inset Float table
12282 wide false
12283 sideways false
12284 status open
12285
12286 \begin_layout Plain Layout
12287 \begin_inset Caption Standard
12288
12289 \begin_layout Plain Layout
12290 \begin_inset CommandInset label
12291 LatexCommand label
12292 name "tab:Tableau-multicolonne-imparfait"
12293
12294 \end_inset
12295
12296 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12297  de la largeur de la cellule multi-colonnes.
12298 \begin_inset Argument 1
12299 status open
12300
12301 \begin_layout Plain Layout
12302 Tableau avec multi-colonnes pas parfaite
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \end_layout
12309
12310 \end_inset
12311
12312
12313 \end_layout
12314
12315 \begin_layout Plain Layout
12316 \align center
12317 \begin_inset Tabular
12318 <lyxtabular version="3" rows="3" columns="3">
12319 <features tabularvalignment="middle">
12320 <column alignment="center" valignment="top" width="1.25cm">
12321 <column alignment="center" valignment="top">
12322 <column alignment="center" valignment="top">
12323 <row>
12324 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12325 \begin_inset Text
12326
12327 \begin_layout Plain Layout
12328 multi-colonnes sur plusieurs lignes
12329 \end_layout
12330
12331 \end_inset
12332 </cell>
12333 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12334 \begin_inset Text
12335
12336 \begin_layout Plain Layout
12337
12338 \end_layout
12339
12340 \end_inset
12341 </cell>
12342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12343 \begin_inset Text
12344
12345 \begin_layout Plain Layout
12346 c
12347 \end_layout
12348
12349 \end_inset
12350 </cell>
12351 </row>
12352 <row>
12353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12354 \begin_inset Text
12355
12356 \begin_layout Plain Layout
12357 d
12358 \end_layout
12359
12360 \end_inset
12361 </cell>
12362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12363 \begin_inset Text
12364
12365 \begin_layout Plain Layout
12366 e
12367 \end_layout
12368
12369 \end_inset
12370 </cell>
12371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12372 \begin_inset Text
12373
12374 \begin_layout Plain Layout
12375 f
12376 \end_layout
12377
12378 \end_inset
12379 </cell>
12380 </row>
12381 <row>
12382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12383 \begin_inset Text
12384
12385 \begin_layout Plain Layout
12386 g
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12392 \begin_inset Text
12393
12394 \begin_layout Plain Layout
12395 h
12396 \end_layout
12397
12398 \end_inset
12399 </cell>
12400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12401 \begin_inset Text
12402
12403 \begin_layout Plain Layout
12404 i
12405 \end_layout
12406
12407 \end_inset
12408 </cell>
12409 </row>
12410 </lyxtabular>
12411
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12424  de la cellule multi-colonnes, elle est un peu plus large.
12425  La raison est que la taille que l'on donne à une cellule, 
12426 \begin_inset Formula $W_{g}$
12427 \end_inset
12428
12429  n'est pas sa taille totale, 
12430 \begin_inset Formula $W_{\mathrm{tot}}$
12431 \end_inset
12432
12433  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12434  lui donne.
12435  L'annexe
12436 \begin_inset space ~
12437 \end_inset
12438
12439
12440 \begin_inset CommandInset ref
12441 LatexCommand ref
12442 reference "cha:Explication-de-l'Equation"
12443
12444 \end_inset
12445
12446  explique pourquoi en détail.
12447 \end_layout
12448
12449 \begin_layout Standard
12450 La largeur nécessaire 
12451 \begin_inset Formula $W_{g\,n}$
12452 \end_inset
12453
12454  quand 
12455 \emph on
12456 n
12457 \emph default
12458  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12459  ait une largeur totale de 
12460 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12461 \end_inset
12462
12463 :
12464 \begin_inset Formula 
12465 \begin{equation}
12466 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12467 \end{equation}
12468
12469 \end_inset
12470
12471
12472 \end_layout
12473
12474 \begin_layout Standard
12475 Dans notre cas nous avons 
12476 \begin_inset Formula $n=2$
12477 \end_inset
12478
12479
12480 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12481 \end_inset
12482
12483 cm et les valeurs implicites pour les autres longueurs, l'équation
12484 \begin_inset space ~
12485 \end_inset
12486
12487
12488 \begin_inset CommandInset ref
12489 LatexCommand ref
12490 reference "eq:Wgn"
12491
12492 \end_inset
12493
12494  devient
12495 \begin_inset Formula 
12496 \begin{equation}
12497 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12498 \end{equation}
12499
12500 \end_inset
12501
12502
12503 \end_layout
12504
12505 \begin_layout Standard
12506 Pour permettre des calculs avec \SpecialChar LaTeX
12507 , vous devez charger le paquetage \SpecialChar LaTeX
12508  
12509 \series bold
12510 calc
12511 \series default
12512  avec la ligne suivante dans le préambule du document
12513 \begin_inset Index idx
12514 status collapsed
12515
12516 \begin_layout Plain Layout
12517 Paquetages \SpecialChar LaTeX
12518  ! calc
12519 \end_layout
12520
12521 \end_inset
12522
12523
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529
12530 \backslash
12531 usepackage{calc}
12532 \end_layout
12533
12534 \begin_layout Standard
12535 \SpecialChar LyX
12536  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12537  de dialogue.
12538  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12539  dans la
12540  fenêtre de dialogue.
12541  Voici un aperçu de ces paramètres :
12542 \end_layout
12543
12544 \begin_layout Itemize
12545
12546 \series bold
12547 p{largeur}
12548 \series default
12549  crée une cellule de taille donnée, le texte est aligné verticalement en
12550  haut.
12551 \end_layout
12552
12553 \begin_layout Itemize
12554
12555 \series bold
12556 m{largeur}
12557 \series default
12558  crée une cellule de taille donnée, le texte est aligné verticalement au
12559  centre
12560 \end_layout
12561
12562 \begin_layout Itemize
12563
12564 \series bold
12565 b{largeur}
12566 \series default
12567  crée une cellule de taille donnée, le texte est aligné verticalement en
12568  bas
12569 \end_layout
12570
12571 \begin_layout Standard
12572 En entrant un paramètre \SpecialChar LaTeX
12573 , tous les réglages de cellule donnés dans la fenêtre
12574  de dialogue sont ignorés.
12575 \end_layout
12576
12577 \begin_layout Standard
12578 \begin_inset Note Greyedout
12579 status open
12580
12581 \begin_layout Plain Layout
12582
12583 \series bold
12584 Note:
12585 \series default
12586  À cause d'un bug, \SpecialChar LyX
12587  affiche quand même les réglages qui ne sont pas pris
12588  en compte.
12589 \end_layout
12590
12591 \end_inset
12592
12593
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Comme le texte doit être centré horizontalement, on ajoute la commande 
12598 \series bold
12599
12600 \backslash
12601 centering
12602 \series default
12603 .
12604  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12605  suivant pour la première des
12606  colonnes recouvertes :
12607 \end_layout
12608
12609 \begin_layout Standard
12610
12611 \series bold
12612 >{
12613 \backslash
12614 centering}m{1.25cm-6.2pt}
12615 \end_layout
12616
12617 \begin_layout Standard
12618 La commande 
12619 \series bold
12620 >{ }
12621 \series default
12622  signifie que les commandes qui se trouvent entre les accolades doivent
12623  être appliquées avant que la cellule ne soit créée.
12624 \end_layout
12625
12626 \begin_layout Standard
12627 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12628  multi-colonnes, il est toujours aligné à gauche.
12629  Cela vient du fait que \SpecialChar LyX
12630  applique l'alignement seulement à des colonnes
12631  isolées.
12632  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12633  suivant pour la multi-colonnes
12634 \end_layout
12635
12636 \begin_layout Standard
12637
12638 \series bold
12639 >{
12640 \backslash
12641 centering}m{2.5cm}
12642 \end_layout
12643
12644 \begin_layout Subsection
12645 Multi-lignes
12646 \begin_inset CommandInset label
12647 LatexCommand label
12648 name "subsec:Multi-lignes"
12649
12650 \end_inset
12651
12652
12653 \begin_inset Index idx
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657 Multi-lignes
12658 \end_layout
12659
12660 \end_inset
12661
12662
12663 \begin_inset Index idx
12664 status collapsed
12665
12666 \begin_layout Plain Layout
12667 Tableau ! multi-lignes
12668 \end_layout
12669
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \begin_layout Standard
12676 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12677  qu'elle doit couvrir et utilisez soit le bouton 
12678 \begin_inset Info
12679 type  "icon"
12680 arg   "inset-modify tabular multirow"
12681 \end_inset
12682
12683  de la barre d'outils tableau, ou le menu 
12684 \family sans
12685 Édition\SpecialChar menuseparator
12686 Tableau\SpecialChar menuseparator
12687 Multi-lignes
12688 \family default
12689 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12690  
12691 \family sans
12692 Multi-lignes
12693 \family default
12694 .
12695 \end_layout
12696
12697 \begin_layout Standard
12698 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12699 \begin_inset Separator parbreak
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \begin_layout Standard
12706 \align center
12707 \begin_inset Tabular
12708 <lyxtabular version="3" rows="3" columns="3">
12709 <features tabularvalignment="middle">
12710 <column alignment="center" valignment="top" width="0pt">
12711 <column alignment="center" valignment="top">
12712 <column alignment="center" valignment="top">
12713 <row>
12714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12715 \begin_inset Text
12716
12717 \begin_layout Plain Layout
12718 un contenu long
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 b
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 c
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 </row>
12742 <row>
12743 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747 multi-lignes
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756 e
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12762 \begin_inset Text
12763
12764 \begin_layout Plain Layout
12765 f
12766 \end_layout
12767
12768 \end_inset
12769 </cell>
12770 </row>
12771 <row>
12772 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 h
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 i
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 </lyxtabular>
12801
12802 \end_inset
12803
12804
12805 \end_layout
12806
12807 \begin_layout Standard
12808 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12809  la colonne.
12810  L'
12811 \family sans
12812 Espacement
12813 \begin_inset space ~
12814 \end_inset
12815
12816 vertical
12817 \family default
12818  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12819  est positive ou négative.
12820 \end_layout
12821
12822 \begin_layout Standard
12823 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12824  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12825  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12826  implicite, vous devez redéfinir la commande 
12827 \series bold
12828
12829 \backslash
12830 multirowsetup
12831 \series default
12832  avec la commande
12833 \end_layout
12834
12835 \begin_layout Standard
12836
12837 \series bold
12838
12839 \backslash
12840 renewcommand{
12841 \backslash
12842 multirowsetup}{
12843 \backslash
12844 centering}
12845 \end_layout
12846
12847 \begin_layout Standard
12848 dans le préambule du document.
12849  Après ça, tous les contenus de cellules multi-lignes du document seront
12850  centrés.
12851  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12852  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12853  juste
12854  avant le tableau concerné, plutôt que dans le préambule.
12855  Si le texte doit être aligné à droite, remplacez 
12856 \series bold
12857
12858 \backslash
12859 centering
12860 \series default
12861  par 
12862 \series bold
12863
12864 \backslash
12865 raggedleft
12866 \series default
12867 .
12868  Pour revenir à l'alignement à gauche utilisez 
12869 \series bold
12870
12871 \backslash
12872 raggedright
12873 \series default
12874 .
12875 \end_layout
12876
12877 \begin_layout Standard
12878 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12879  avec un décalage vertical de -4
12880 \begin_inset space \thinspace{}
12881 \end_inset
12882
12883 mm dans une colonne de 3
12884 \begin_inset space \thinspace{}
12885 \end_inset
12886
12887 cm de large
12888 \begin_inset space ~
12889 \end_inset
12890
12891 :
12892 \begin_inset Separator parbreak
12893 \end_inset
12894
12895
12896 \end_layout
12897
12898 \begin_layout Standard
12899 \noindent
12900 \align center
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 renewcommand{
12909 \backslash
12910 multirowsetup}{
12911 \backslash
12912 raggedleft}
12913 \end_layout
12914
12915 \end_inset
12916
12917
12918 \begin_inset Tabular
12919 <lyxtabular version="3" rows="4" columns="3">
12920 <features tabularvalignment="middle">
12921 <column alignment="center" valignment="top" width="3cm">
12922 <column alignment="center" valignment="top">
12923 <column alignment="center" valignment="top">
12924 <row>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929 un contenu long
12930 \end_layout
12931
12932 \end_inset
12933 </cell>
12934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12935 \begin_inset Text
12936
12937 \begin_layout Plain Layout
12938 b
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 c
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 </row>
12953 <row>
12954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12955 \begin_inset Text
12956
12957 \begin_layout Plain Layout
12958 t
12959 \end_layout
12960
12961 \end_inset
12962 </cell>
12963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12964 \begin_inset Text
12965
12966 \begin_layout Plain Layout
12967 n
12968 \end_layout
12969
12970 \end_inset
12971 </cell>
12972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12973 \begin_inset Text
12974
12975 \begin_layout Plain Layout
12976 m
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 </row>
12982 <row>
12983 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12984 \begin_inset Text
12985
12986 \begin_layout Plain Layout
12987 multi-lignes
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12993 \begin_inset Text
12994
12995 \begin_layout Plain Layout
12996 e
12997 \end_layout
12998
12999 \end_inset
13000 </cell>
13001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13002 \begin_inset Text
13003
13004 \begin_layout Plain Layout
13005 f
13006 \end_layout
13007
13008 \end_inset
13009 </cell>
13010 </row>
13011 <row>
13012 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 h
13026 \end_layout
13027
13028 \end_inset
13029 </cell>
13030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13031 \begin_inset Text
13032
13033 \begin_layout Plain Layout
13034 i
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 </row>
13040 </lyxtabular>
13041
13042 \end_inset
13043
13044
13045 \begin_inset ERT
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049
13050
13051 \backslash
13052 renewcommand{
13053 \backslash
13054 multirowsetup}{
13055 \backslash
13056 raggedright}
13057 \end_layout
13058
13059 \end_inset
13060
13061
13062 \end_layout
13063
13064 \begin_layout Standard
13065 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
13066  utiliser un saut de ligne forcé (
13067 \begin_inset space ~
13068 \end_inset
13069
13070 raccourci 
13071 \family sans
13072 Ctrl+Entrée
13073 \family default
13074
13075 \begin_inset space ~
13076 \end_inset
13077
13078 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
13079  on le voit dans ce tableau :
13080 \begin_inset Separator parbreak
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 \noindent
13088 \align center
13089 \begin_inset Tabular
13090 <lyxtabular version="3" rows="3" columns="2">
13091 <features tabularvalignment="middle">
13092 <column alignment="left" valignment="middle" width="2cm">
13093 <column alignment="center" valignment="top">
13094 <row>
13095 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Plain Layout
13099 aaa
13100 \begin_inset Newline newline
13101 \end_inset
13102
13103 aaa
13104 \begin_inset Newline newline
13105 \end_inset
13106
13107 mauvaise cellule
13108 \end_layout
13109
13110 \end_inset
13111 </cell>
13112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13113 \begin_inset Text
13114
13115 \begin_layout Plain Layout
13116 ccc
13117 \end_layout
13118
13119 \end_inset
13120 </cell>
13121 </row>
13122 <row>
13123 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 ddd
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 </row>
13142 <row>
13143 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13144 \begin_inset Text
13145
13146 \begin_layout Plain Layout
13147 bbb
13148 \end_layout
13149
13150 \end_inset
13151 </cell>
13152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 eee
13157 \end_layout
13158
13159 \end_inset
13160 </cell>
13161 </row>
13162 </lyxtabular>
13163
13164 \end_inset
13165
13166
13167 \end_layout
13168
13169 \begin_layout Standard
13170 Vous devez donc faire attention avec les saut de lignes forcés.
13171 \end_layout
13172
13173 \begin_layout Subsection
13174 Cellules avec ligne(s) diagonale(s)
13175 \end_layout
13176
13177 \begin_layout Standard
13178 Pour instruire le lecteur de la signification ds titres de lignes et de
13179  colonnes dans un tableau, il est pratique de partager le première cellule
13180  du tableau à l'aide d'une ou deux lignes diagonales.
13181  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13182  \SpecialChar LaTeX
13183
13184 \series bold
13185 \lang english
13186  diagbox
13187 \series default
13188 \lang french
13189
13190 \begin_inset Index idx
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 Paquetages \SpecialChar LaTeX
13195  ! diagbox
13196 \end_layout
13197
13198 \end_inset
13199
13200 .
13201  Ce paquetage inclut la commande 
13202 \series bold
13203 \lang english
13204
13205 \backslash
13206 diagbox
13207 \series default
13208 \lang french
13209  que l'on peut insérer en mode \SpecialChar TeX
13210  et qui peut avoir 2 ou 3 arguments:
13211 \end_layout
13212
13213 \begin_layout Standard
13214
13215 \series bold
13216 \lang english
13217
13218 \backslash
13219 diagbox[options]
13220 \lang french
13221 {inférieur gauche}{supérieur droit}
13222 \end_layout
13223
13224 \begin_layout Standard
13225
13226 \series bold
13227 \lang english
13228
13229 \backslash
13230 diagbox[options]
13231 \lang french
13232 {inférieur gauche}{supérieur gauche}{supérieur droit}
13233 \end_layout
13234
13235 \begin_layout Standard
13236 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13237  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13238  Dans le second cas, la cellule est partagée par deux lignes.
13239 \end_layout
13240
13241 \begin_layout Standard
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247
13248 \backslash
13249 ifdiagbox
13250 \end_layout
13251
13252 \end_inset
13253
13254
13255 \begin_inset Note Note
13256 status open
13257
13258 \begin_layout Plain Layout
13259 La section suivante ne s'affichera que si vous avez installé le paquetage
13260  \SpecialChar LaTeX
13261  
13262 \series bold
13263 diagbox
13264 \series default
13265 .
13266 \end_layout
13267
13268 \end_inset
13269
13270
13271 \end_layout
13272
13273 \begin_layout Standard
13274 Voici un exemple de tableau où 
13275 \series bold
13276 \lang english
13277
13278 \backslash
13279 diagbox
13280 \lang french
13281  
13282 \series default
13283 est utilisé avec 2 arguments
13284 \begin_inset space ~
13285 \end_inset
13286
13287 dans la première cellule:
13288 \lang english
13289
13290 \begin_inset VSpace medskip
13291 \end_inset
13292
13293
13294 \end_layout
13295
13296 \begin_layout Standard
13297 \noindent
13298
13299 \lang english
13300 \begin_inset Tabular
13301 <lyxtabular version="3" rows="4" columns="4">
13302 <features tabularvalignment="middle">
13303 <column alignment="center" valignment="top">
13304 <column alignment="center" valignment="top">
13305 <column alignment="center" valignment="top">
13306 <column alignment="center" valignment="top">
13307 <row>
13308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13309 \begin_inset Text
13310
13311 \begin_layout Plain Layout
13312 \begin_inset ERT
13313 status collapsed
13314
13315 \begin_layout Plain Layout
13316
13317
13318 \backslash
13319 diagbox{
13320 \end_layout
13321
13322 \end_inset
13323
13324 Nom
13325 \begin_inset ERT
13326 status collapsed
13327
13328 \begin_layout Plain Layout
13329
13330 }{
13331 \end_layout
13332
13333 \end_inset
13334
13335 Paramètre
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341 }
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \end_layout
13348
13349 \end_inset
13350 </cell>
13351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13352 \begin_inset Text
13353
13354 \begin_layout Plain Layout
13355 Épaisseur en nm
13356 \end_layout
13357
13358 \end_inset
13359 </cell>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 Transparence en %
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 Dureté en MPa
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 Vert parfait
13385 \end_layout
13386
13387 \end_inset
13388 </cell>
13389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13390 \begin_inset Text
13391
13392 \begin_layout Plain Layout
13393 45
13394 \end_layout
13395
13396 \end_inset
13397 </cell>
13398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13399 \begin_inset Text
13400
13401 \begin_layout Plain Layout
13402 80
13403 \end_layout
13404
13405 \end_inset
13406 </cell>
13407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13408 \begin_inset Text
13409
13410 \begin_layout Plain Layout
13411 504
13412 \end_layout
13413
13414 \end_inset
13415 </cell>
13416 </row>
13417 <row>
13418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13419 \begin_inset Text
13420
13421 \begin_layout Plain Layout
13422 Multi-P foncé
13423 \end_layout
13424
13425 \end_inset
13426 </cell>
13427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13428 \begin_inset Text
13429
13430 \begin_layout Plain Layout
13431 60
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 72
13441 \end_layout
13442
13443 \end_inset
13444 </cell>
13445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13446 \begin_inset Text
13447
13448 \begin_layout Plain Layout
13449 982
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 </row>
13455 <row>
13456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13457 \begin_inset Text
13458
13459 \begin_layout Plain Layout
13460 Pro transparent
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 18
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 86
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 374
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 </lyxtabular>
13494
13495 \end_inset
13496
13497
13498 \begin_inset VSpace medskip
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \begin_layout Standard
13505 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13506  sport ou les distances:
13507 \begin_inset Separator parbreak
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \begin_layout Standard
13514 \noindent
13515 \align center
13516 \begin_inset Tabular
13517 <lyxtabular version="3" rows="4" columns="4">
13518 <features tabularvalignment="middle">
13519 <column alignment="center" valignment="top" width="0pt">
13520 <column alignment="center" valignment="top">
13521 <column alignment="center" valignment="top">
13522 <column alignment="center" valignment="top">
13523 <row>
13524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 \begin_inset ERT
13529 status collapsed
13530
13531 \begin_layout Plain Layout
13532
13533
13534 \backslash
13535 diagbox{
13536 \end_layout
13537
13538 \end_inset
13539
13540 À domicile
13541 \begin_inset ERT
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546 }{
13547 \end_layout
13548
13549 \end_inset
13550
13551 Résultat
13552 \begin_inset ERT
13553 status open
13554
13555 \begin_layout Plain Layout
13556
13557 }{
13558 \end_layout
13559
13560 \end_inset
13561
13562 À l'extérieur
13563 \begin_inset ERT
13564 status collapsed
13565
13566 \begin_layout Plain Layout
13567
13568 }
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \end_layout
13575
13576 \end_inset
13577 </cell>
13578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13579 \begin_inset Text
13580
13581 \begin_layout Plain Layout
13582 Tigres
13583 \end_layout
13584
13585 \end_inset
13586 </cell>
13587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 Panthères
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 Faucons
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 </row>
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611 Tigres
13612 \end_layout
13613
13614 \end_inset
13615 </cell>
13616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13617 \begin_inset Text
13618
13619 \begin_layout Plain Layout
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 1:3
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 0:1
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 </row>
13644 <row>
13645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 Panthères
13650 \end_layout
13651
13652 \end_inset
13653 </cell>
13654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 3:1
13659 \end_layout
13660
13661 \end_inset
13662 </cell>
13663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13664 \begin_inset Text
13665
13666 \begin_layout Plain Layout
13667
13668 \end_layout
13669
13670 \end_inset
13671 </cell>
13672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13673 \begin_inset Text
13674
13675 \begin_layout Plain Layout
13676 0:0
13677 \end_layout
13678
13679 \end_inset
13680 </cell>
13681 </row>
13682 <row>
13683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Plain Layout
13687 Faucons
13688 \end_layout
13689
13690 \end_inset
13691 </cell>
13692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13693 \begin_inset Text
13694
13695 \begin_layout Plain Layout
13696 1:0
13697 \end_layout
13698
13699 \end_inset
13700 </cell>
13701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13702 \begin_inset Text
13703
13704 \begin_layout Plain Layout
13705 0:0
13706 \end_layout
13707
13708 \end_inset
13709 </cell>
13710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13711 \begin_inset Text
13712
13713 \begin_layout Plain Layout
13714
13715 \end_layout
13716
13717 \end_inset
13718 </cell>
13719 </row>
13720 </lyxtabular>
13721
13722 \end_inset
13723
13724
13725 \end_layout
13726
13727 \begin_layout Standard
13728 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13729  2 coins ou plus du tableau comme ici:
13730 \begin_inset Separator parbreak
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \begin_layout Standard
13737 \noindent
13738 \align center
13739 \begin_inset Tabular
13740 <lyxtabular version="3" rows="5" columns="5">
13741 <features tabularvalignment="middle">
13742 <column alignment="center" valignment="top" width="0pt">
13743 <column alignment="center" valignment="top">
13744 <column alignment="center" valignment="top">
13745 <column alignment="center" valignment="top">
13746 <column alignment="center" valignment="top">
13747 <row>
13748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13749 \begin_inset Text
13750
13751 \begin_layout Plain Layout
13752 \begin_inset ERT
13753 status open
13754
13755 \begin_layout Plain Layout
13756
13757
13758 \backslash
13759 diagbox{
13760 \end_layout
13761
13762 \end_inset
13763
13764 À domicile}{Résultat
13765 \begin_inset ERT
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769
13770 }{
13771 \end_layout
13772
13773 \end_inset
13774
13775 À l'extérieur
13776 \begin_inset ERT
13777 status open
13778
13779 \begin_layout Plain Layout
13780
13781 }
13782 \end_layout
13783
13784 \end_inset
13785
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 Tigres
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804 Panthères
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 Faucons
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 \begin_inset ERT
13823 status open
13824
13825 \begin_layout Plain Layout
13826
13827
13828 \backslash
13829 diagbox[dir=NE]{
13830 \end_layout
13831
13832 \end_inset
13833
13834 À domicile
13835 \begin_inset ERT
13836 status collapsed
13837
13838 \begin_layout Plain Layout
13839
13840 }{
13841 \end_layout
13842
13843 \end_inset
13844
13845 Résultat
13846 \begin_inset ERT
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850
13851 }{
13852 \end_layout
13853
13854 \end_inset
13855
13856 À l'extérieur
13857 \begin_inset ERT
13858 status collapsed
13859
13860 \begin_layout Plain Layout
13861
13862 }
13863 \end_layout
13864
13865 \end_inset
13866
13867
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 </row>
13873 <row>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 Tigres
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 1:3
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 0:1
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 Tigres
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 </row>
13920 <row>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 Panthères
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 3:1
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 0:0
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 Panthères
13962 \end_layout
13963
13964 \end_inset
13965 </cell>
13966 </row>
13967 <row>
13968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13969 \begin_inset Text
13970
13971 \begin_layout Plain Layout
13972 Faucons
13973 \end_layout
13974
13975 \end_inset
13976 </cell>
13977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981 1:0
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 0:0
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 Faucons
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 </row>
14014 <row>
14015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14016 \begin_inset Text
14017
14018 \begin_layout Plain Layout
14019 \begin_inset ERT
14020 status open
14021
14022 \begin_layout Plain Layout
14023
14024
14025 \backslash
14026 diagbox[dir=SW]{
14027 \end_layout
14028
14029 \end_inset
14030
14031 À domicile
14032 \begin_inset ERT
14033 status collapsed
14034
14035 \begin_layout Plain Layout
14036
14037 }{
14038 \end_layout
14039
14040 \end_inset
14041
14042 Résultat
14043 \begin_inset ERT
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047
14048 }{
14049 \end_layout
14050
14051 \end_inset
14052
14053 À l'extérieur
14054 \begin_inset ERT
14055 status open
14056
14057 \begin_layout Plain Layout
14058
14059 }
14060 \end_layout
14061
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Plain Layout
14073 Tigres
14074 \end_layout
14075
14076 \end_inset
14077 </cell>
14078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14079 \begin_inset Text
14080
14081 \begin_layout Plain Layout
14082 Panthères
14083 \end_layout
14084
14085 \end_inset
14086 </cell>
14087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14088 \begin_inset Text
14089
14090 \begin_layout Plain Layout
14091 Faucons
14092 \end_layout
14093
14094 \end_inset
14095 </cell>
14096 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14097 \begin_inset Text
14098
14099 \begin_layout Plain Layout
14100 \begin_inset ERT
14101 status open
14102
14103 \begin_layout Plain Layout
14104
14105
14106 \backslash
14107 diagbox[dir=SE]{
14108 \end_layout
14109
14110 \end_inset
14111
14112 À domicile
14113 \begin_inset ERT
14114 status collapsed
14115
14116 \begin_layout Plain Layout
14117
14118 }{
14119 \end_layout
14120
14121 \end_inset
14122
14123 Résultat
14124 \begin_inset ERT
14125 status open
14126
14127 \begin_layout Plain Layout
14128
14129 }{
14130 \end_layout
14131
14132 \end_inset
14133
14134 À l'extérieur
14135 \begin_inset ERT
14136 status collapsed
14137
14138 \begin_layout Plain Layout
14139
14140 }
14141 \end_layout
14142
14143 \end_inset
14144
14145
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 </row>
14151 </lyxtabular>
14152
14153 \end_inset
14154
14155
14156 \end_layout
14157
14158 \begin_layout Standard
14159 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14160  
14161 \series bold
14162 dir=direction
14163 \series default
14164
14165 \emph on
14166 direction
14167 \emph default
14168  est à choisir parmi 
14169 \series bold
14170 NE
14171 \series default
14172
14173 \series bold
14174 SE
14175 \series default
14176
14177 \series bold
14178 SW
14179 \series default
14180  et 
14181 \series bold
14182 NW
14183 \series default
14184  comme sur une rose des vents.
14185  
14186 \series bold
14187 SW
14188 \series default
14189  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14190  du tableau ci-dessus, désigné via la commande:
14191 \end_layout
14192
14193 \begin_layout Standard
14194
14195 \series bold
14196 \lang english
14197
14198 \backslash
14199 diagbox[dir=SW]{
14200 \series default
14201 \lang french
14202 À domicile
14203 \series bold
14204 \lang english
14205 }{
14206 \series default
14207 \lang french
14208 Résultat
14209 \series bold
14210 \lang english
14211 }{
14212 \series default
14213 \lang french
14214 À l'extérieur
14215 \series bold
14216 \lang english
14217 }
14218 \series default
14219 \lang french
14220 .
14221  
14222 \end_layout
14223
14224 \begin_layout Standard
14225 Si aucune direction n'est spécifiée, elle est implicitement NW.
14226 \end_layout
14227
14228 \begin_layout Standard
14229 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14230  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14231  le contenu de la cellule va déborder:
14232 \begin_inset Separator parbreak
14233 \end_inset
14234
14235
14236 \end_layout
14237
14238 \begin_layout Standard
14239 \noindent
14240 \align center
14241 \begin_inset Tabular
14242 <lyxtabular version="3" rows="2" columns="2">
14243 <features tabularvalignment="middle">
14244 <column alignment="center" valignment="top" width="3cm">
14245 <column alignment="center" valignment="top">
14246 <row>
14247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 \begin_inset ERT
14252 status collapsed
14253
14254 \begin_layout Plain Layout
14255
14256
14257 \backslash
14258 diagbox{
14259 \end_layout
14260
14261 \end_inset
14262
14263 Nom
14264 \begin_inset ERT
14265 status collapsed
14266
14267 \begin_layout Plain Layout
14268
14269 }{
14270 \end_layout
14271
14272 \end_inset
14273
14274 Paramètre
14275 \begin_inset ERT
14276 status collapsed
14277
14278 \begin_layout Plain Layout
14279
14280 }
14281 \end_layout
14282
14283 \end_inset
14284
14285
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 Épaisseur en nm
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 </row>
14300 <row>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 Vert parfait
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 45
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 </lyxtabular>
14321
14322 \end_inset
14323
14324
14325 \end_layout
14326
14327 \begin_layout Standard
14328 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14329  cellule partagée, utilisez l'option de commande 
14330 \series bold
14331 \lang english
14332 width=3cm
14333 \series default
14334 \lang french
14335  (remplacez 
14336 \begin_inset Quotes fld
14337 \end_inset
14338
14339 3cm
14340 \begin_inset Quotes frd
14341 \end_inset
14342
14343 par la largeur désirée).
14344  Dans le tableau qui suit, la largeur de la première colonne est réglée
14345  à 4cm.
14346  Pour 
14347 \series bold
14348 \lang english
14349
14350 \backslash
14351 diagbox
14352 \series default
14353 \lang french
14354  une largeur de 4
14355 \begin_inset space \thinspace{}
14356 \end_inset
14357
14358 cm + 2
14359 \begin_inset space \thinspace{}
14360 \end_inset
14361
14362
14363 \backslash
14364 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14365  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14366  de la cellule.
14367  Le calcul de la largeur ne peut pas être fait directement dans l'option
14368  de la commande 
14369 \series bold
14370 \lang english
14371
14372 \backslash
14373 diagbox
14374 \series default
14375 \lang french
14376 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14377  la suite.
14378  Ceci se fait via les commandes en code \SpecialChar TeX
14379 :
14380 \end_layout
14381
14382 \begin_layout Standard
14383
14384 \series bold
14385
14386 \backslash
14387 newlength{
14388 \backslash
14389 diagtest}
14390 \begin_inset Newline newline
14391 \end_inset
14392
14393
14394 \backslash
14395 setlength{
14396 \backslash
14397 diagtest}{4cm+2
14398 \backslash
14399 tabcolsep}
14400 \end_layout
14401
14402 \begin_layout Standard
14403 \begin_inset ERT
14404 status collapsed
14405
14406 \begin_layout Plain Layout
14407
14408
14409 \backslash
14410 newlength{
14411 \backslash
14412 diagtest}
14413 \end_layout
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \backslash
14419 setlength{
14420 \backslash
14421 diagtest}{4cm+2
14422 \backslash
14423 tabcolsep}
14424 \end_layout
14425
14426 \end_inset
14427
14428
14429 \end_layout
14430
14431 \begin_layout Standard
14432 Pour permettre les calculs en \SpecialChar LaTeX
14433 , il faut charger dans le préambule du document
14434  le paquetage 
14435 \series bold
14436 calc
14437 \series default
14438
14439 \begin_inset Index idx
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443 Paquetages \SpecialChar LaTeX
14444  ! calc
14445 \end_layout
14446
14447 \end_inset
14448
14449 .
14450 \end_layout
14451
14452 \begin_layout Standard
14453 Dans le tableau vous pouvez maintenant utiliser la commande
14454 \end_layout
14455
14456 \begin_layout Standard
14457
14458 \series bold
14459
14460 \backslash
14461 diagbox[width=
14462 \backslash
14463 diagtest]{A}{B}
14464 \end_layout
14465
14466 \begin_layout Standard
14467 dans la première cellule:
14468 \begin_inset Separator parbreak
14469 \end_inset
14470
14471
14472 \end_layout
14473
14474 \begin_layout Standard
14475 \noindent
14476 \align center
14477 \begin_inset Tabular
14478 <lyxtabular version="3" rows="2" columns="2">
14479 <features tabularvalignment="middle">
14480 <column alignment="center" valignment="top" width="4cm">
14481 <column alignment="center" valignment="top">
14482 <row>
14483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 \begin_inset ERT
14488 status open
14489
14490 \begin_layout Plain Layout
14491
14492
14493 \backslash
14494 diagbox[width=
14495 \backslash
14496 diagtest]{
14497 \end_layout
14498
14499 \end_inset
14500
14501 A
14502 \begin_inset ERT
14503 status collapsed
14504
14505 \begin_layout Plain Layout
14506
14507 }{
14508 \end_layout
14509
14510 \end_inset
14511
14512 B
14513 \begin_inset ERT
14514 status collapsed
14515
14516 \begin_layout Plain Layout
14517
14518 }
14519 \end_layout
14520
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532 Épaisseur en nm
14533 \end_layout
14534
14535 \end_inset
14536 </cell>
14537 </row>
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 Vert parfait
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 45
14553 \end_layout
14554
14555 \end_inset
14556 </cell>
14557 </row>
14558 </lyxtabular>
14559
14560 \end_inset
14561
14562
14563 \end_layout
14564
14565 \begin_layout Standard
14566 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14567  la longueur de la diagonale ne peut pas être calculée correctement comme
14568  dans ce tableau:
14569 \begin_inset Separator parbreak
14570 \end_inset
14571
14572
14573 \end_layout
14574
14575 \begin_layout Standard
14576 \noindent
14577 \align center
14578 \begin_inset Tabular
14579 <lyxtabular version="3" rows="2" columns="2">
14580 <features tabularvalignment="middle">
14581 <column alignment="center" valignment="top" width="0pt">
14582 <column alignment="center" valignment="top">
14583 <row>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 \begin_inset ERT
14589 status collapsed
14590
14591 \begin_layout Plain Layout
14592
14593
14594 \backslash
14595 diagbox{
14596 \end_layout
14597
14598 \end_inset
14599
14600 A
14601 \begin_inset ERT
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605
14606 }{
14607 \end_layout
14608
14609 \end_inset
14610
14611 B
14612 \begin_inset ERT
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616
14617 }
14618 \end_layout
14619
14620 \end_inset
14621
14622
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14628 \begin_inset Text
14629
14630 \begin_layout Plain Layout
14631 Épaisseur en nm
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 </row>
14637 <row>
14638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14639 \begin_inset Text
14640
14641 \begin_layout Plain Layout
14642 Vert parfait
14643 \end_layout
14644
14645 \end_inset
14646 </cell>
14647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14648 \begin_inset Text
14649
14650 \begin_layout Plain Layout
14651 45
14652 \end_layout
14653
14654 \end_inset
14655 </cell>
14656 </row>
14657 </lyxtabular>
14658
14659 \end_inset
14660
14661
14662 \end_layout
14663
14664 \begin_layout Standard
14665 Dans ce cas, vous pouvez utiliser directement
14666 \series bold
14667  
14668 \lang english
14669 width
14670 \series default
14671 \lang french
14672  dans l'option de 
14673 \series bold
14674 \lang english
14675
14676 \backslash
14677 diagbox
14678 \series default
14679 \lang french
14680 , il n'est plus nécessaire d’ajouter 2
14681 \backslash
14682 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14683  colonne.
14684  Ici une largeur de 3cm est utilisée:
14685 \begin_inset Separator parbreak
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \begin_layout Standard
14692 \noindent
14693 \align center
14694 \begin_inset Tabular
14695 <lyxtabular version="3" rows="2" columns="2">
14696 <features tabularvalignment="middle">
14697 <column alignment="center" valignment="top" width="0pt">
14698 <column alignment="center" valignment="top">
14699 <row>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704 \begin_inset ERT
14705 status open
14706
14707 \begin_layout Plain Layout
14708
14709
14710 \backslash
14711 diagbox[width=3cm]{
14712 \end_layout
14713
14714 \end_inset
14715
14716 A
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722 }{
14723 \end_layout
14724
14725 \end_inset
14726
14727 B
14728 \begin_inset ERT
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732
14733 }
14734 \end_layout
14735
14736 \end_inset
14737
14738
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 Épaisseur en nm
14748 \end_layout
14749
14750 \end_inset
14751 </cell>
14752 </row>
14753 <row>
14754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 Vert parfait
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14764 \begin_inset Text
14765
14766 \begin_layout Plain Layout
14767 45
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 </row>
14773 </lyxtabular>
14774
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14782  supplémentaire pour placer le texte dans la cellule.
14783  Ceci peut être obtenu avec l'option
14784 \series bold
14785  
14786 \lang english
14787 height
14788 \lang french
14789 =3cm
14790 \series default
14791  de la commande 
14792 \series bold
14793 \lang english
14794
14795 \backslash
14796 diagbox
14797 \series default
14798 \lang french
14799  (remplacer « 3cm » par la hauteur désirée).
14800  Dans le tableau qui suit, la commande
14801 \end_layout
14802
14803 \begin_layout Standard
14804
14805 \series bold
14806
14807 \backslash
14808 diagbox[width=3cm,height=1.4cm]{A
14809 \backslash
14810
14811 \backslash
14812 B}{C
14813 \backslash
14814
14815 \backslash
14816 D}
14817 \end_layout
14818
14819 \begin_layout Standard
14820 est utilisée dans la première cellule.
14821  La commande 
14822 \backslash
14823
14824 \backslash
14825  crée le saut de ligne
14826 \begin_inset Foot
14827 status open
14828
14829 \begin_layout Plain Layout
14830 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14831  largeur fixée.
14832 \end_layout
14833
14834 \end_inset
14835
14836 .
14837 \begin_inset Separator parbreak
14838 \end_inset
14839
14840
14841 \end_layout
14842
14843 \begin_layout Standard
14844 \noindent
14845 \align center
14846 \begin_inset Tabular
14847 <lyxtabular version="3" rows="2" columns="2">
14848 <features tabularvalignment="middle">
14849 <column alignment="center" valignment="top">
14850 <column alignment="center" valignment="top">
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856 \begin_inset ERT
14857 status open
14858
14859 \begin_layout Plain Layout
14860
14861
14862 \backslash
14863 diagbox[width=3cm,height=1.4cm]{
14864 \end_layout
14865
14866 \end_inset
14867
14868 A
14869 \begin_inset ERT
14870 status collapsed
14871
14872 \begin_layout Plain Layout
14873
14874
14875 \backslash
14876
14877 \backslash
14878
14879 \end_layout
14880
14881 \end_inset
14882
14883 B
14884 \begin_inset ERT
14885 status collapsed
14886
14887 \begin_layout Plain Layout
14888
14889 }{
14890 \end_layout
14891
14892 \end_inset
14893
14894 C
14895 \begin_inset ERT
14896 status collapsed
14897
14898 \begin_layout Plain Layout
14899
14900
14901 \backslash
14902
14903 \backslash
14904
14905 \end_layout
14906
14907 \end_inset
14908
14909 D
14910 \begin_inset ERT
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914
14915 }
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 Épaisseur en nm
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 </row>
14935 <row>
14936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940 Vert parfait
14941 \end_layout
14942
14943 \end_inset
14944 </cell>
14945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 45
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 </row>
14955 </lyxtabular>
14956
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 \begin_inset ERT
14964 status collapsed
14965
14966 \begin_layout Plain Layout
14967
14968
14969 \backslash
14970 else
14971 \end_layout
14972
14973 \end_inset
14974
14975
14976 \begin_inset Note Note
14977 status open
14978
14979 \begin_layout Plain Layout
14980 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14981  
14982 \series bold
14983 diagbox
14984 \series default
14985  n'est pas installé :
14986 \end_layout
14987
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \begin_layout Standard
14994 Vous devez installer le paquetage \SpecialChar LaTeX
14995  
14996 \series bold
14997 diagbox
14998 \series default
14999  pour voir le contenu de cette section dans la sortie imprimée.
15000 \end_layout
15001
15002 \begin_layout Standard
15003 \begin_inset ERT
15004 status collapsed
15005
15006 \begin_layout Plain Layout
15007
15008
15009 \backslash
15010 fi
15011 \end_layout
15012
15013 \end_inset
15014
15015
15016 \end_layout
15017
15018 \begin_layout Standard
15019 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
15020  
15021 \series bold
15022 \lang english
15023 diagbox
15024 \series default
15025 \lang french
15026 , voir sa documentation, 
15027 \begin_inset CommandInset citation
15028 LatexCommand cite
15029 key "diagbox"
15030
15031 \end_inset
15032
15033 .
15034 \end_layout
15035
15036 \begin_layout Section
15037 Les tableaux formels
15038 \begin_inset CommandInset label
15039 LatexCommand label
15040 name "sec:Tableaux-Formels"
15041
15042 \end_inset
15043
15044
15045 \begin_inset Index idx
15046 status collapsed
15047
15048 \begin_layout Plain Layout
15049 Tableau ! Formel
15050 \end_layout
15051
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \begin_layout Standard
15058 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15059  à celle du tableau
15060 \begin_inset space ~
15061 \end_inset
15062
15063
15064 \begin_inset CommandInset ref
15065 LatexCommand ref
15066 reference "tab:Exemple-tableau-booktabs"
15067
15068 \end_inset
15069
15070 .
15071  Ce genre de tableau est appelé 
15072 \begin_inset Quotes fld
15073 \end_inset
15074
15075
15076 \emph on
15077 formel
15078 \emph default
15079
15080 \begin_inset Quotes frd
15081 \end_inset
15082
15083 .
15084  Pour transformer un tableau en tableau formel, utilisez l'option 
15085 \family sans
15086 Formel
15087 \family default
15088  de l'onglet 
15089 \family sans
15090 Bordures
15091 \family default
15092  de la fenêtre de dialogue 
15093 \family sans
15094 Paramètres
15095 \begin_inset space ~
15096 \end_inset
15097
15098 du
15099 \begin_inset space ~
15100 \end_inset
15101
15102 tableau
15103 \family default
15104 .
15105 \end_layout
15106
15107 \begin_layout Standard
15108 \begin_inset Float table
15109 placement h
15110 wide false
15111 sideways false
15112 status open
15113
15114 \begin_layout Plain Layout
15115 \begin_inset Caption Standard
15116
15117 \begin_layout Plain Layout
15118 \begin_inset CommandInset label
15119 LatexCommand label
15120 name "tab:Exemple-tableau-booktabs"
15121
15122 \end_inset
15123
15124 Exemple de tableau formel
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \begin_layout Plain Layout
15133 \align center
15134 \begin_inset Tabular
15135 <lyxtabular version="3" rows="8" columns="4">
15136 <features booktabs="true" tabularvalignment="middle">
15137 <column alignment="center" valignment="top">
15138 <column alignment="center" valignment="top">
15139 <column alignment="center" valignment="top">
15140 <column alignment="center" valignment="top">
15141 <row>
15142 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15143 \begin_inset Text
15144
15145 \begin_layout Plain Layout
15146 Système
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 Chip
15156 \begin_inset space \thinspace{}
15157 \end_inset
15158
15159 1
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15165 \begin_inset Text
15166
15167 \begin_layout Plain Layout
15168 Chip
15169 \begin_inset space \thinspace{}
15170 \end_inset
15171
15172 2
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 \begin_inset ERT
15193 status collapsed
15194
15195 \begin_layout Plain Layout
15196
15197
15198 \backslash
15199 cmidrule(r){2-2}
15200 \end_layout
15201
15202 \end_inset
15203
15204
15205 \begin_inset ERT
15206 status collapsed
15207
15208 \begin_layout Plain Layout
15209
15210
15211 \backslash
15212 cmidrule(l){3-4}
15213 \end_layout
15214
15215 \end_inset
15216
15217 Épaisseur du capteur en µm
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 300
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 300
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 <cell alignment="center" valignment="top" usebox="none">
15241 \begin_inset Text
15242
15243 \begin_layout Plain Layout
15244 700
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 </row>
15250 <row>
15251 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15252 \begin_inset Text
15253
15254 \begin_layout Plain Layout
15255 Angle du biseau en °
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 3.55
15265 \end_layout
15266
15267 \end_inset
15268 </cell>
15269 <cell alignment="center" valignment="top" topline="true" usebox="none">
15270 \begin_inset Text
15271
15272 \begin_layout Plain Layout
15273 2.71
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282 7.99
15283 \end_layout
15284
15285 \end_inset
15286 </cell>
15287 </row>
15288 <row topspace="default">
15289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15290 \begin_inset Text
15291
15292 \begin_layout Plain Layout
15293 Résolution spatiale en µm
15294 \end_layout
15295
15296 \end_inset
15297 </cell>
15298 <cell alignment="center" valignment="top" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302 4.26
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311 10.17
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 <cell alignment="center" valignment="top" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320 10.56
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 </row>
15326 <row topspace="default">
15327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 MTF à 
15332 \begin_inset Formula $f_{\mathrm{max}}$
15333 \end_inset
15334
15335
15336 \end_layout
15337
15338 \end_inset
15339 </cell>
15340 <cell alignment="center" valignment="top" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344 0.53
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353 0.37
15354 \end_layout
15355
15356 \end_inset
15357 </cell>
15358 <cell alignment="center" valignment="top" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 0.39
15363 \end_layout
15364
15365 \end_inset
15366 </cell>
15367 </row>
15368 <row topspace="default">
15369 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15370 \begin_inset Text
15371
15372 \begin_layout Plain Layout
15373 \begin_inset ERT
15374 status collapsed
15375
15376 \begin_layout Plain Layout
15377
15378
15379 \backslash
15380 cmidrule[2pt](l{10pt}){1-1}
15381 \end_layout
15382
15383 \end_inset
15384
15385 résolution spatiale LSF
15386 \end_layout
15387
15388 \end_inset
15389 </cell>
15390 <cell alignment="center" valignment="top" usebox="none">
15391 \begin_inset Text
15392
15393 \begin_layout Plain Layout
15394
15395 \end_layout
15396
15397 \end_inset
15398 </cell>
15399 <cell alignment="center" valignment="top" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412
15413 \end_layout
15414
15415 \end_inset
15416 </cell>
15417 </row>
15418 <row>
15419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15420 \begin_inset Text
15421
15422 \begin_layout Plain Layout
15423 en µm
15424 \end_layout
15425
15426 \end_inset
15427 </cell>
15428 <cell alignment="center" valignment="top" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 129.7
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 52.75
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450 50.78
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
15457 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461 en % de la taille des pixels
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470 76.3
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479 95.9
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488 92.3
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 </row>
15494 </lyxtabular>
15495
15496 \end_inset
15497
15498
15499 \end_layout
15500
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \begin_layout Standard
15507 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15508  
15509 \family sans
15510 Bordures
15511 \family default
15512  de la fenêtre de dialogue 
15513 \family sans
15514 Paramètres
15515 \begin_inset space ~
15516 \end_inset
15517
15518 du
15519 \begin_inset space ~
15520 \end_inset
15521
15522 tableau
15523 \family default
15524  comme c'est décrit dans la section
15525 \begin_inset space ~
15526 \end_inset
15527
15528
15529 \begin_inset CommandInset ref
15530 LatexCommand ref
15531 reference "subsec:Espacement-lignes"
15532
15533 \end_inset
15534
15535 .
15536 \end_layout
15537
15538 \begin_layout Standard
15539 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15540  verticales.
15541  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15542  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15543  sortie imprimée :
15544 \begin_inset Newline newline
15545 \end_inset
15546
15547 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15548 \begin_inset space \thinspace{}
15549 \end_inset
15550
15551 em alors que les autres lignes ont implicite une épaisseur de 0.05
15552 \begin_inset space \thinspace{}
15553 \end_inset
15554
15555 em.
15556 \end_layout
15557
15558 \begin_layout Standard
15559 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15560  les lignes de préambule suivantes :
15561 \end_layout
15562
15563 \begin_layout Standard
15564
15565 \series bold
15566
15567 \backslash
15568 let
15569 \backslash
15570 mytoprule
15571 \backslash
15572 toprule
15573 \begin_inset Newline newline
15574 \end_inset
15575
15576
15577 \backslash
15578 renewcommand{
15579 \backslash
15580 toprule}{
15581 \backslash
15582 mytoprule[width]}
15583 \end_layout
15584
15585 \begin_layout Standard
15586 Cet exemple concerne la première ligne, appelée 
15587 \series bold
15588 toprule
15589 \series default
15590 .
15591  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15592 \series bold
15593 toprule
15594 \series default
15595  par 
15596 \series bold
15597 bottomrule
15598 \series default
15599 .
15600  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15601  
15602 \series bold
15603 toprule
15604 \series default
15605  par 
15606 \series bold
15607 midrule
15608 \series default
15609 .
15610  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15611 \begin_inset space ~
15612 \end_inset
15613
15614
15615 \begin_inset CommandInset ref
15616 LatexCommand ref
15617 reference "cha:Unités-de-longueur"
15618
15619 \end_inset
15620
15621  pour préciser l'épaisseur voulue.
15622 \end_layout
15623
15624 \begin_layout Standard
15625 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15626  en mettant une ligne pour une cellule multi-colonnes.
15627  \SpecialChar LyX
15628  va utiliser en interne la commande 
15629 \series bold
15630
15631 \backslash
15632 cmidrule
15633 \series default
15634  pour créer cette ligne.
15635  Sa syntaxe complète est :
15636 \end_layout
15637
15638 \begin_layout Standard
15639
15640 \series bold
15641
15642 \backslash
15643 cmidrule[largeur](rognage){colDépart-colFin}
15644 \end_layout
15645
15646 \begin_layout Standard
15647 Les options de la commande 
15648 \series bold
15649
15650 \backslash
15651 cmidrule
15652 \series default
15653  ne sont pas actuellement gérées par \SpecialChar LyX
15654 , vous devez donc utiliser du code
15655  \SpecialChar TeX
15656  pour pouvoir les utiliser.
15657  On peut créer manuellement des lignes 
15658 \series bold
15659
15660 \backslash
15661 mitrales
15662 \series default
15663  en insérant la commande en code \SpecialChar TeX
15664  comme le premier élément de la première
15665  cellule de la ligne.
15666  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15667  en question.
15668 \end_layout
15669
15670 \begin_layout Standard
15671 La valeur 
15672 \series bold
15673 largeur
15674 \series default
15675  pour l'épaisseur des lignes est de 0.03
15676 \begin_inset space \thinspace{}
15677 \end_inset
15678
15679 em.
15680  
15681 \series bold
15682 colDépart
15683 \series default
15684  est le numéro de la colonne dans laquelle la ligne commence et 
15685 \series bold
15686 colFin
15687 \series default
15688  est le numéro de la colonne dans laquelle elle se termine.
15689  La valeur de 
15690 \series bold
15691 colFin
15692 \series default
15693  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15694  Le paramètre optionnel 
15695 \series bold
15696 rognage
15697 \series default
15698  peut être soit 
15699 \emph on
15700 l{largeurRognage}
15701 \emph default
15702 , ou 
15703 \emph on
15704 r{largeurRognage}
15705 \emph default
15706  où les valeurs de
15707 \emph on
15708  largeurRognage
15709 \emph default
15710  sont aussi optionnelles.
15711  En utilisant par exemple la valeur 
15712 \emph on
15713 l{2pt}
15714 \emph default
15715  pour ce paramètre, la ligne va être rognée de 2
15716 \begin_inset space \thinspace{}
15717 \end_inset
15718
15719 pt à son extrémité gauche.
15720  Si vous ne spécifiez pas de valeur pour 
15721 \emph on
15722 largeurRognage
15723 \emph default
15724  les lignes sont implicitement rognées de 0.5
15725 \begin_inset space \thinspace{}
15726 \end_inset
15727
15728 em.
15729 \end_layout
15730
15731 \begin_layout Standard
15732 \begin_inset VSpace bigskip
15733 \end_inset
15734
15735 Le tableau
15736 \begin_inset space ~
15737 \end_inset
15738
15739
15740 \begin_inset CommandInset ref
15741 LatexCommand ref
15742 reference "tab:Exemple-tableau-booktabs"
15743
15744 \end_inset
15745
15746  a été créé en utilisant les commandes
15747 \end_layout
15748
15749 \begin_layout Standard
15750
15751 \series bold
15752
15753 \backslash
15754 cmidrule(r){2-2}
15755 \backslash
15756 cmidrule(l){3-4}
15757 \end_layout
15758
15759 \begin_layout Standard
15760 au début de la deuxième ligne et
15761 \end_layout
15762
15763 \begin_layout Standard
15764
15765 \series bold
15766
15767 \backslash
15768 cmidrule[2pt](l{10pt}){1-1}
15769 \end_layout
15770
15771 \begin_layout Standard
15772 au début de la sixième ligne.
15773 \end_layout
15774
15775 \begin_layout Standard
15776 \begin_inset VSpace bigskip
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \begin_layout Standard
15783 Vous pouvez vouloir des commandes 
15784 \series bold
15785
15786 \backslash
15787 cmidrule
15788 \series default
15789 s qui se recouvrent comme pour le tableau
15790 \begin_inset space ~
15791 \end_inset
15792
15793
15794 \begin_inset CommandInset ref
15795 LatexCommand ref
15796 reference "tab:Tableau-booktabs-special"
15797
15798 \end_inset
15799
15800 .
15801  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15802
15803 \end_layout
15804
15805 \begin_layout Standard
15806
15807 \series bold
15808
15809 \backslash
15810 morecmidrules
15811 \end_layout
15812
15813 \begin_layout Standard
15814 La commande qui a été utilisée pour la deuxième ligne du tableau
15815 \begin_inset space ~
15816 \end_inset
15817
15818
15819 \begin_inset CommandInset ref
15820 LatexCommand ref
15821 reference "tab:Tableau-booktabs-special"
15822
15823 \end_inset
15824
15825  est
15826 \end_layout
15827
15828 \begin_layout Standard
15829
15830 \series bold
15831
15832 \backslash
15833 cmidrule(r){2-2}
15834 \backslash
15835 cmidrule(l){3-4}
15836 \backslash
15837 morecmidrules
15838 \backslash
15839 cmidrule{2-4}
15840 \end_layout
15841
15842 \begin_layout Standard
15843 La commande pour la sixième ligne est
15844 \end_layout
15845
15846 \begin_layout Standard
15847
15848 \series bold
15849
15850 \backslash
15851 midrule
15852 \backslash
15853 morecmidrules
15854 \backslash
15855 cmidrule{3-4}
15856 \end_layout
15857
15858 \begin_layout Standard
15859 \begin_inset VSpace bigskip
15860 \end_inset
15861
15862
15863 \end_layout
15864
15865 \begin_layout Standard
15866 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15867 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15868  font toute la largeur du tableau :
15869 \end_layout
15870
15871 \begin_layout Standard
15872
15873 \series bold
15874
15875 \backslash
15876 specialrule{largeur}{espace au dessus}{espace en dessous}
15877 \end_layout
15878
15879 \begin_layout Standard
15880 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15881  du paquetage \SpecialChar LaTeX
15882  
15883 \series bold
15884 booktabs
15885 \series default
15886  
15887 \begin_inset CommandInset citation
15888 LatexCommand cite
15889 key "booktabs"
15890
15891 \end_inset
15892
15893 .
15894 \begin_inset Index idx
15895 status collapsed
15896
15897 \begin_layout Plain Layout
15898 Paquetages \SpecialChar LaTeX
15899  ! booktabs
15900 \end_layout
15901
15902 \end_inset
15903
15904
15905 \end_layout
15906
15907 \begin_layout Standard
15908 \begin_inset Float table
15909 placement h
15910 wide false
15911 sideways false
15912 status open
15913
15914 \begin_layout Plain Layout
15915 \begin_inset Caption Standard
15916
15917 \begin_layout Plain Layout
15918 \begin_inset CommandInset label
15919 LatexCommand label
15920 name "tab:Tableau-booktabs-special"
15921
15922 \end_inset
15923
15924 Tableau formel spécial
15925 \end_layout
15926
15927 \end_inset
15928
15929
15930 \end_layout
15931
15932 \begin_layout Plain Layout
15933 \align center
15934 \begin_inset Tabular
15935 <lyxtabular version="3" rows="8" columns="4">
15936 <features booktabs="true" tabularvalignment="middle">
15937 <column alignment="center" valignment="top">
15938 <column alignment="center" valignment="top">
15939 <column alignment="center" valignment="top">
15940 <column alignment="center" valignment="top">
15941 <row>
15942 <cell alignment="center" valignment="top" topline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946 Système
15947 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 Chip
15956 \begin_inset space \thinspace{}
15957 \end_inset
15958
15959 1
15960 \end_layout
15961
15962 \end_inset
15963 </cell>
15964 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15965 \begin_inset Text
15966
15967 \begin_layout Plain Layout
15968 Chip
15969 \begin_inset space \thinspace{}
15970 \end_inset
15971
15972 2
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 <row>
15988 <cell alignment="center" valignment="top" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 \begin_inset ERT
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996
15997
15998 \backslash
15999 cmidrule(r){2-2}
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \begin_inset ERT
16006 status collapsed
16007
16008 \begin_layout Plain Layout
16009
16010
16011 \backslash
16012 cmidrule(l){3-4}
16013 \end_layout
16014
16015 \end_inset
16016
16017
16018 \begin_inset ERT
16019 status collapsed
16020
16021 \begin_layout Plain Layout
16022
16023
16024 \backslash
16025 morecmidrules 
16026 \end_layout
16027
16028 \end_inset
16029
16030
16031 \begin_inset ERT
16032 status collapsed
16033
16034 \begin_layout Plain Layout
16035
16036
16037 \backslash
16038 cmidrule{2-4}
16039 \end_layout
16040
16041 \end_inset
16042
16043 Epaisseur du capteur en µm
16044 \end_layout
16045
16046 \end_inset
16047 </cell>
16048 <cell alignment="center" valignment="top" usebox="none">
16049 \begin_inset Text
16050
16051 \begin_layout Plain Layout
16052 300
16053 \end_layout
16054
16055 \end_inset
16056 </cell>
16057 <cell alignment="center" valignment="top" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061 300
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 700
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 </row>
16076 <row>
16077 <cell alignment="center" valignment="top" topline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081 Angle biseau en °
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 3.55
16091 \end_layout
16092
16093 \end_inset
16094 </cell>
16095 <cell alignment="center" valignment="top" topline="true" usebox="none">
16096 \begin_inset Text
16097
16098 \begin_layout Plain Layout
16099 2.71
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 <cell alignment="center" valignment="top" topline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108 7.99
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row topspace="default">
16115 <cell alignment="center" valignment="top" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 Résolution spatiale en µm
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 4.26
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 <cell alignment="center" valignment="top" usebox="none">
16134 \begin_inset Text
16135
16136 \begin_layout Plain Layout
16137 10.17
16138 \end_layout
16139
16140 \end_inset
16141 </cell>
16142 <cell alignment="center" valignment="top" usebox="none">
16143 \begin_inset Text
16144
16145 \begin_layout Plain Layout
16146 10.56
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 </row>
16152 <row topspace="default">
16153 <cell alignment="center" valignment="top" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157 MTF à 
16158 \begin_inset Formula $f_{\mathrm{max}}$
16159 \end_inset
16160
16161
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 0.53
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 <cell alignment="center" valignment="top" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 0.37
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 0.39
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 </row>
16194 <row>
16195 <cell alignment="center" valignment="top" topline="true" usebox="none">
16196 \begin_inset Text
16197
16198 \begin_layout Plain Layout
16199 \begin_inset ERT
16200 status collapsed
16201
16202 \begin_layout Plain Layout
16203
16204
16205 \backslash
16206 morecmidrules 
16207 \end_layout
16208
16209 \end_inset
16210
16211
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216
16217
16218 \backslash
16219 cmidrule{3-4}
16220 \end_layout
16221
16222 \end_inset
16223
16224 résolution spatiale LSF
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 <cell alignment="center" valignment="top" topline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242
16243 \end_layout
16244
16245 \end_inset
16246 </cell>
16247 <cell alignment="center" valignment="top" topline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \end_layout
16253
16254 \end_inset
16255 </cell>
16256 </row>
16257 <row>
16258 <cell alignment="center" valignment="top" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 en µm
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 129.7
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 <cell alignment="center" valignment="top" usebox="none">
16277 \begin_inset Text
16278
16279 \begin_layout Plain Layout
16280 52.75
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 <cell alignment="center" valignment="top" usebox="none">
16286 \begin_inset Text
16287
16288 \begin_layout Plain Layout
16289 50.78
16290 \end_layout
16291
16292 \end_inset
16293 </cell>
16294 </row>
16295 <row>
16296 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16297 \begin_inset Text
16298
16299 \begin_layout Plain Layout
16300 en % de la taille des pixels
16301 \end_layout
16302
16303 \end_inset
16304 </cell>
16305 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16306 \begin_inset Text
16307
16308 \begin_layout Plain Layout
16309 76.3
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318 95.9
16319 \end_layout
16320
16321 \end_inset
16322 </cell>
16323 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16324 \begin_inset Text
16325
16326 \begin_layout Plain Layout
16327 92.3
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 </lyxtabular>
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \end_inset
16341
16342
16343 \end_layout
16344
16345 \begin_layout Section
16346 Alignement vertical des tableaux
16347 \begin_inset Index idx
16348 status collapsed
16349
16350 \begin_layout Plain Layout
16351 Tableau ! Alignement
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Standard
16360 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16361  doit être à l'intérieur d'une boîte.
16362  La boîte peut alors être alignée comme c'est décrit dans la 
16363 \begin_inset space ~
16364 \end_inset
16365
16366
16367 \begin_inset CommandInset ref
16368 LatexCommand ref
16369 reference "sec:Boîte-Dialogue"
16370
16371 \end_inset
16372
16373 .
16374 \end_layout
16375
16376 \begin_layout Standard
16377 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16378  minipage
16379 \begin_inset Foot
16380 status open
16381
16382 \begin_layout Plain Layout
16383 Les minipages son décrites dans la section
16384 \begin_inset space ~
16385 \end_inset
16386
16387
16388 \begin_inset CommandInset ref
16389 LatexCommand ref
16390 reference "sec:Minipages"
16391
16392 \end_inset
16393
16394 .
16395 \end_layout
16396
16397 \end_inset
16398
16399  dont la largeur est de 15
16400 \begin_inset space \thinspace{}
16401 \end_inset
16402
16403 col% :
16404 \end_layout
16405
16406 \begin_layout Itemize
16407 test 
16408 \begin_inset Box Frameless
16409 position "t"
16410 hor_pos "c"
16411 has_inner_box 1
16412 inner_pos "c"
16413 use_parbox 0
16414 use_makebox 0
16415 width "15col%"
16416 special "none"
16417 height "1in"
16418 height_special "totalheight"
16419 thickness "0.4pt"
16420 separation "3pt"
16421 shadowsize "4pt"
16422 framecolor "black"
16423 backgroundcolor "none"
16424 status collapsed
16425
16426 \begin_layout Plain Layout
16427 \begin_inset Tabular
16428 <lyxtabular version="3" rows="3" columns="3">
16429 <features tabularvalignment="middle">
16430 <column alignment="center" valignment="top">
16431 <column alignment="center" valignment="top">
16432 <column alignment="center" valignment="top">
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438 a
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16444 \begin_inset Text
16445
16446 \begin_layout Plain Layout
16447 d
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 g
16457 \end_layout
16458
16459 \end_inset
16460 </cell>
16461 </row>
16462 <row>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 b
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 e
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 h
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 </row>
16491 <row>
16492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16493 \begin_inset Text
16494
16495 \begin_layout Plain Layout
16496 c
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 f
16506 \end_layout
16507
16508 \end_inset
16509 </cell>
16510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514 i
16515 \end_layout
16516
16517 \end_inset
16518 </cell>
16519 </row>
16520 </lyxtabular>
16521
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \end_inset
16528
16529  test 
16530 \begin_inset ERT
16531 status collapsed
16532
16533 \begin_layout Plain Layout
16534
16535
16536 \backslash
16537 raisebox{0.85
16538 \backslash
16539 baselineskip}{
16540 \end_layout
16541
16542 \end_inset
16543
16544
16545 \begin_inset Box Frameless
16546 position "t"
16547 hor_pos "c"
16548 has_inner_box 1
16549 inner_pos "c"
16550 use_parbox 0
16551 use_makebox 0
16552 width "15col%"
16553 special "none"
16554 height "1in"
16555 height_special "totalheight"
16556 thickness "0.4pt"
16557 separation "3pt"
16558 shadowsize "4pt"
16559 framecolor "black"
16560 backgroundcolor "none"
16561 status collapsed
16562
16563 \begin_layout Plain Layout
16564 \begin_inset Tabular
16565 <lyxtabular version="3" rows="3" columns="3">
16566 <features tabularvalignment="middle">
16567 <column alignment="center" valignment="top">
16568 <column alignment="center" valignment="top">
16569 <column alignment="center" valignment="top">
16570 <row>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 a
16576 \end_layout
16577
16578 \end_inset
16579 </cell>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584 d
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593 g
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 </row>
16599 <row>
16600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16601 \begin_inset Text
16602
16603 \begin_layout Plain Layout
16604 b
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 e
16614 \end_layout
16615
16616 \end_inset
16617 </cell>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622 h
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 c
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16639 \begin_inset Text
16640
16641 \begin_layout Plain Layout
16642 f
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 i
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 </row>
16657 </lyxtabular>
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \end_inset
16665
16666
16667 \begin_inset ERT
16668 status collapsed
16669
16670 \begin_layout Plain Layout
16671
16672 }
16673 \end_layout
16674
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \begin_layout Itemize
16681 test 
16682 \begin_inset Box Frameless
16683 position "c"
16684 hor_pos "c"
16685 has_inner_box 1
16686 inner_pos "c"
16687 use_parbox 0
16688 use_makebox 0
16689 width "15col%"
16690 special "none"
16691 height "1in"
16692 height_special "totalheight"
16693 thickness "0.4pt"
16694 separation "3pt"
16695 shadowsize "4pt"
16696 framecolor "black"
16697 backgroundcolor "none"
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Tabular
16702 <lyxtabular version="3" rows="3" columns="3">
16703 <features tabularvalignment="middle">
16704 <column alignment="center" valignment="top">
16705 <column alignment="center" valignment="top">
16706 <column alignment="center" valignment="top">
16707 <row>
16708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16709 \begin_inset Text
16710
16711 \begin_layout Plain Layout
16712 a
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 d
16722 \end_layout
16723
16724 \end_inset
16725 </cell>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730 g
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 </row>
16736 <row>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 b
16742 \end_layout
16743
16744 \end_inset
16745 </cell>
16746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16747 \begin_inset Text
16748
16749 \begin_layout Plain Layout
16750 e
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 h
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row>
16766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 c
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 f
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 i
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 </lyxtabular>
16795
16796 \end_inset
16797
16798
16799 \end_layout
16800
16801 \end_inset
16802
16803
16804 \end_layout
16805
16806 \begin_layout Itemize
16807 test 
16808 \begin_inset Box Frameless
16809 position "b"
16810 hor_pos "c"
16811 has_inner_box 1
16812 inner_pos "c"
16813 use_parbox 0
16814 use_makebox 0
16815 width "15col%"
16816 special "none"
16817 height "1in"
16818 height_special "totalheight"
16819 thickness "0.4pt"
16820 separation "3pt"
16821 shadowsize "4pt"
16822 framecolor "black"
16823 backgroundcolor "none"
16824 status collapsed
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Tabular
16828 <lyxtabular version="3" rows="3" columns="3">
16829 <features tabularvalignment="middle">
16830 <column alignment="center" valignment="top">
16831 <column alignment="center" valignment="top">
16832 <column alignment="center" valignment="top">
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 a
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 d
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 g
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 <row>
16863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16864 \begin_inset Text
16865
16866 \begin_layout Plain Layout
16867 b
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 e
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 h
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896 c
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 f
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 i
16915 \end_layout
16916
16917 \end_inset
16918 </cell>
16919 </row>
16920 </lyxtabular>
16921
16922 \end_inset
16923
16924
16925 \end_layout
16926
16927 \end_inset
16928
16929  test 
16930 \begin_inset ERT
16931 status collapsed
16932
16933 \begin_layout Plain Layout
16934
16935
16936 \backslash
16937 raisebox{-0.32
16938 \backslash
16939 baselineskip}{
16940 \end_layout
16941
16942 \end_inset
16943
16944
16945 \begin_inset Box Frameless
16946 position "b"
16947 hor_pos "c"
16948 has_inner_box 1
16949 inner_pos "c"
16950 use_parbox 0
16951 use_makebox 0
16952 width "15col%"
16953 special "none"
16954 height "1in"
16955 height_special "totalheight"
16956 thickness "0.4pt"
16957 separation "3pt"
16958 shadowsize "4pt"
16959 framecolor "black"
16960 backgroundcolor "none"
16961 status collapsed
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Tabular
16965 <lyxtabular version="3" rows="3" columns="3">
16966 <features tabularvalignment="middle">
16967 <column alignment="center" valignment="top">
16968 <column alignment="center" valignment="top">
16969 <column alignment="center" valignment="top">
16970 <row>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 a
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16981 \begin_inset Text
16982
16983 \begin_layout Plain Layout
16984 d
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993 g
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 b
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 e
17014 \end_layout
17015
17016 \end_inset
17017 </cell>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022 h
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 </row>
17028 <row>
17029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 c
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 f
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 i
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 </lyxtabular>
17058
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065
17066
17067 \begin_inset ERT
17068 status collapsed
17069
17070 \begin_layout Plain Layout
17071
17072 }
17073 \end_layout
17074
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \begin_layout Standard
17081 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17082  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17083  la ligne dans laquelle le tableau est inséré.
17084  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17085  boîte élévatrice (raisebox)
17086 \begin_inset Foot
17087 status collapsed
17088
17089 \begin_layout Plain Layout
17090 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17091 \begin_inset space ~
17092 \end_inset
17093
17094
17095 \begin_inset CommandInset ref
17096 LatexCommand ref
17097 reference "subsec:Alignement-Vertical"
17098
17099 \end_inset
17100
17101 .
17102 \end_layout
17103
17104 \end_inset
17105
17106 .
17107  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17108  aligné en utilisant la commande en code \SpecialChar TeX
17109  suivante 
17110 \end_layout
17111
17112 \begin_layout Standard
17113
17114 \series bold
17115
17116 \backslash
17117 raisebox{0.85
17118 \backslash
17119 baselineskip}{
17120 \end_layout
17121
17122 \begin_layout Standard
17123 placée juste avant la boîte minipage.
17124  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17125 .
17126  Pour le deuxième tableau de la dernière ligne, la commande 
17127 \end_layout
17128
17129 \begin_layout Standard
17130
17131 \series bold
17132
17133 \backslash
17134 raisebox{-0.32
17135 \backslash
17136 baselineskip}{
17137 \end_layout
17138
17139 \begin_layout Standard
17140 est utilisée.
17141 \end_layout
17142
17143 \begin_layout Standard
17144 \begin_inset Note Greyedout
17145 status open
17146
17147 \begin_layout Plain Layout
17148
17149 \series bold
17150 Note:
17151 \series default
17152  L'alignement entre le contenu de la ligne du tableau et le texte de la
17153  ligne qui l'entoure ne peut pas être parfait.
17154  Le facteur utilisé dans la commande 
17155 \series bold
17156
17157 \backslash
17158 raisebox
17159 \series default
17160  pour obtenir cet alignement dépend de la police de caractères du document,
17161  de la taille de la police et de l'épaisseur des lignes du tableau.
17162 \end_layout
17163
17164 \end_inset
17165
17166
17167 \end_layout
17168
17169 \begin_layout Section
17170 Tableaux colorés
17171 \begin_inset CommandInset label
17172 LatexCommand label
17173 name "sec:Tableaux-Colorés"
17174
17175 \end_inset
17176
17177
17178 \begin_inset Index idx
17179 status collapsed
17180
17181 \begin_layout Plain Layout
17182 Tableau ! Coloré
17183 \end_layout
17184
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \begin_layout Subsection
17191 Cellules colorées
17192 \begin_inset Index idx
17193 status collapsed
17194
17195 \begin_layout Plain Layout
17196 Couleur des tableaux ! Pour les cellules
17197 \end_layout
17198
17199 \end_inset
17200
17201
17202 \begin_inset Index idx
17203 status collapsed
17204
17205 \begin_layout Plain Layout
17206 Couleur ! Pour les cellules de tableau
17207 \end_layout
17208
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Standard
17215 \begin_inset Float table
17216 placement h
17217 wide false
17218 sideways false
17219 status open
17220
17221 \begin_layout Plain Layout
17222 \begin_inset Caption Standard
17223
17224 \begin_layout Plain Layout
17225 \begin_inset CommandInset label
17226 LatexCommand label
17227 name "tab:Tableau-coloré-sans-colortbl"
17228
17229 \end_inset
17230
17231 Tableau coloré sans utiliser le paquetage  
17232 \series bold
17233 colortbl
17234 \series default
17235
17236 \begin_inset Argument 1
17237 status open
17238
17239 \begin_layout Plain Layout
17240 Tableau sans colortbl
17241 \end_layout
17242
17243 \end_inset
17244
17245
17246 \end_layout
17247
17248 \end_inset
17249
17250
17251 \end_layout
17252
17253 \begin_layout Plain Layout
17254 \align center
17255 \begin_inset Tabular
17256 <lyxtabular version="3" rows="3" columns="3">
17257 <features tabularvalignment="middle">
17258 <column alignment="center" valignment="top">
17259 <column alignment="center" valignment="top">
17260 <column alignment="center" valignment="top">
17261 <row>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266
17267 \color green
17268 a
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277
17278 \color red
17279 b
17280 \end_layout
17281
17282 \end_inset
17283 </cell>
17284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17285 \begin_inset Text
17286
17287 \begin_layout Plain Layout
17288
17289 \color red
17290 c
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 <row>
17297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17298 \begin_inset Text
17299
17300 \begin_layout Plain Layout
17301
17302 \color green
17303 d
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17309 \begin_inset Text
17310
17311 \begin_layout Plain Layout
17312
17313 \color blue
17314 e
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \color blue
17325 f
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336
17337 \color green
17338 g
17339 \end_layout
17340
17341 \end_inset
17342 </cell>
17343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17344 \begin_inset Text
17345
17346 \begin_layout Plain Layout
17347
17348 \color blue
17349 h
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17355 \begin_inset Text
17356
17357 \begin_layout Plain Layout
17358
17359 \color blue
17360 i
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 </lyxtabular>
17367
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374
17375
17376 \end_layout
17377
17378 \begin_layout Standard
17379 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17380  et choisissez une couleur dans le menu 
17381 \family sans
17382 Édition\SpecialChar menuseparator
17383 Style
17384 \begin_inset space ~
17385 \end_inset
17386
17387 de
17388 \begin_inset space ~
17389 \end_inset
17390
17391 Texte
17392 \family default
17393 .
17394  C'est ce qui a été utilisé pour créer le tableau
17395 \begin_inset space ~
17396 \end_inset
17397
17398
17399 \begin_inset CommandInset ref
17400 LatexCommand ref
17401 reference "tab:Tableau-coloré-sans-colortbl"
17402
17403 \end_inset
17404
17405 .
17406  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17407  
17408 \series bold
17409 colortbl
17410 \series default
17411 .
17412 \begin_inset Index idx
17413 status collapsed
17414
17415 \begin_layout Plain Layout
17416 Paquetages \SpecialChar LaTeX
17417  ! colortbl
17418 \end_layout
17419
17420 \end_inset
17421
17422
17423 \end_layout
17424
17425 \begin_layout Standard
17426 \begin_inset ERT
17427 status collapsed
17428
17429 \begin_layout Plain Layout
17430
17431
17432 \backslash
17433 ifcolortbl
17434 \end_layout
17435
17436 \end_inset
17437
17438
17439 \begin_inset Note Note
17440 status open
17441
17442 \begin_layout Plain Layout
17443 La section qui suit ne sera affichée que si vous avez installé le paquetage
17444  \SpecialChar LaTeX
17445  
17446 \series bold
17447 colortbl
17448 \series default
17449 .
17450 \end_layout
17451
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \begin_layout Standard
17458 Pour créer des tableaux colorés, vous devez charger le paquetage
17459 \series bold
17460  colortbl
17461 \series default
17462  dans le préambule avec la ligne
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468
17469 \backslash
17470 usepackage{colortbl}
17471 \end_layout
17472
17473 \begin_layout Standard
17474 On choisit la couleur d'une colonne avec la commande 
17475 \end_layout
17476
17477 \begin_layout Standard
17478
17479 \series bold
17480
17481 \backslash
17482 columncolor{nom de couleur}
17483 \end_layout
17484
17485 \begin_layout Standard
17486 à l'intérieur d'une commande 
17487 \series bold
17488 >{ }
17489 \series default
17490 .
17491  Vous trouverez plus d'information sur la commande 
17492 \series bold
17493 >{}
17494 \series default
17495  dans la section
17496 \begin_inset space ~
17497 \end_inset
17498
17499
17500 \begin_inset CommandInset ref
17501 LatexCommand ref
17502 reference "subsec:Calculs-multicolonnes"
17503
17504 \end_inset
17505
17506 .
17507 \end_layout
17508
17509 \begin_layout Standard
17510 Les noms de couleurs suivants sont prédéfinis :
17511 \end_layout
17512
17513 \begin_layout Standard
17514
17515 \family sans
17516 red
17517 \family default
17518  (rouge), 
17519 \family sans
17520 green
17521 \family default
17522  (vert), 
17523 \family sans
17524 yellow
17525 \family default
17526  (jaune), 
17527 \family sans
17528 blue
17529 \family default
17530  (bleu), 
17531 \family sans
17532 cyan
17533 \family default
17534
17535 \family sans
17536 magenta
17537 \family default
17538
17539 \family sans
17540 black 
17541 \family default
17542 (noir) et 
17543 \family sans
17544 white 
17545 \family default
17546 (blanc)
17547 \end_layout
17548
17549 \begin_layout Standard
17550 \begin_inset VSpace medskip
17551 \end_inset
17552
17553
17554 \end_layout
17555
17556 \begin_layout Standard
17557 Si vous ajoutez les options
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563 usenames,dvipsnames
17564 \end_layout
17565
17566 \begin_layout Standard
17567 aux options de la classe de document dans les paramètres du document, vous
17568  pouvez utiliser 61
17569 \begin_inset space ~
17570 \end_inset
17571
17572 couleurs supplémentaires.
17573  Ces couleurs sont listées dans l'annexe
17574 \begin_inset space ~
17575 \end_inset
17576
17577
17578 \begin_inset CommandInset ref
17579 LatexCommand ref
17580 reference "chap:Liste-de-noms-de-couleur-dvips"
17581
17582 \end_inset
17583
17584 .
17585  Une de ces couleurs, 
17586 \family sans
17587 Maroon
17588 \family default
17589 , est utilisée comme exemple dans le tableau
17590 \begin_inset space ~
17591 \end_inset
17592
17593
17594 \begin_inset CommandInset ref
17595 LatexCommand ref
17596 reference "tab:Tableau-coloré-avec-colortbl"
17597
17598 \end_inset
17599
17600 .
17601 \end_layout
17602
17603 \begin_layout Standard
17604 \begin_inset VSpace medskip
17605 \end_inset
17606
17607
17608 \end_layout
17609
17610 \begin_layout Standard
17611 Vous pouvez aussi définir votre propre couleur avec la commande
17612 \end_layout
17613
17614 \begin_layout Standard
17615
17616 \series bold
17617
17618 \backslash
17619 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17620 \end_layout
17621
17622 \begin_layout Standard
17623 Le modèle de couleur peut être
17624 \end_layout
17625
17626 \begin_layout Labeling
17627 \labelwidthstring 00.00.0000
17628 cmyk
17629 \begin_inset space ~
17630 \end_inset
17631
17632 : cyan, magenta, jaune (yellow), noir (black)
17633 \end_layout
17634
17635 \begin_layout Labeling
17636 \labelwidthstring 00.00.0000
17637 rgb
17638 \begin_inset space ~
17639 \end_inset
17640
17641 : rouge (red), vert (green), bleu (blue)
17642 \end_layout
17643
17644 \begin_layout Labeling
17645 \labelwidthstring 00.00.0000
17646 gray
17647 \begin_inset space ~
17648 \end_inset
17649
17650 : dégradé de gris (gray)
17651 \end_layout
17652
17653 \begin_layout Standard
17654 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17655  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17656 \end_layout
17657
17658 \begin_layout Standard
17659 Vous pouvez par exemple définir la couleur 
17660 \begin_inset Quotes fld
17661 \end_inset
17662
17663
17664 \emph on
17665 vertfonce
17666 \begin_inset Quotes frd
17667 \end_inset
17668
17669  dans le préambule avec la ligne
17670 \end_layout
17671
17672 \begin_layout Standard
17673
17674 \series bold
17675
17676 \backslash
17677 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17678 \end_layout
17679
17680 \begin_layout Standard
17681 et la couleur 
17682 \emph on
17683
17684 \begin_inset Quotes fld
17685 \end_inset
17686
17687 grisclair
17688 \emph default
17689
17690 \begin_inset Quotes frd
17691 \end_inset
17692
17693  avec
17694 \end_layout
17695
17696 \begin_layout Standard
17697
17698 \series bold
17699
17700 \backslash
17701 definecolor{grisclair}{gray}{0.8}
17702 \end_layout
17703
17704 \begin_layout Standard
17705 \begin_inset VSpace medskip
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \begin_layout Standard
17712 Les lignes sont colorées avec la commande
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 rowcolor{nom de la couleur}
17721 \end_layout
17722
17723 \begin_layout Standard
17724 et les cellules sont colorées avec la commande
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730
17731 \backslash
17732 cellcolor{nom de la couleur}
17733 \end_layout
17734
17735 \begin_layout Standard
17736 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17737 .
17738 \end_layout
17739
17740 \begin_layout Standard
17741 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17742  choisissez une couleur dans le menu 
17743 \family sans
17744 Édition\SpecialChar menuseparator
17745 Style
17746 \begin_inset space ~
17747 \end_inset
17748
17749 de
17750 \begin_inset space ~
17751 \end_inset
17752
17753 Texte
17754 \family default
17755 .
17756  Si une cellule contient du code \SpecialChar TeX
17757 , faites bien attention à ne colorer que
17758  le texte, sinon le code \SpecialChar TeX
17759  coloré provoquera des erreurs \SpecialChar LaTeX
17760 .
17761 \end_layout
17762
17763 \begin_layout Standard
17764 \begin_inset Note Greyedout
17765 status open
17766
17767 \begin_layout Plain Layout
17768
17769 \series bold
17770 Note:
17771 \series default
17772  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17773  définies par l'utilisateur.
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 \begin_inset VSpace bigskip
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \begin_layout Standard
17789 Pour créer le tableau
17790 \begin_inset space ~
17791 \end_inset
17792
17793
17794 \begin_inset CommandInset ref
17795 LatexCommand ref
17796 reference "tab:Tableau-coloré-avec-colortbl"
17797
17798 \end_inset
17799
17800  faites ce qui suit : La couleur de la première colonne doit être 
17801 \emph on
17802 vertfonce
17803 \emph default
17804 .
17805  On insère donc la commande
17806 \end_layout
17807
17808 \begin_layout Standard
17809
17810 \series bold
17811 >{
17812 \backslash
17813 columncolor{vertfonce}
17814 \backslash
17815 centering}c
17816 \end_layout
17817
17818 \begin_layout Standard
17819 en code \SpecialChar TeX
17820  pour cette colonne.
17821  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17822
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828
17829 \backslash
17830 rowcolor{cyan}
17831 \end_layout
17832
17833 \begin_layout Standard
17834 qui est insérée dans la première cellule de cette ligne.
17835  Notez que cela annule la couleur de colonne pour la première cellule.
17836  La dernière cellule de la dernière ligne est colorée en marron
17837 \series bold
17838  
17839 \series default
17840 en insérant en code \SpecialChar TeX
17841  la commande
17842 \end_layout
17843
17844 \begin_layout Standard
17845
17846 \series bold
17847
17848 \backslash
17849 cellcolor{Maroon}
17850 \end_layout
17851
17852 \begin_layout Standard
17853 Les caractères peuvent maintenant être colorés en utilisant le menu 
17854 \family sans
17855 Édition\SpecialChar menuseparator
17856 Style
17857 \begin_inset space ~
17858 \end_inset
17859
17860 de
17861 \begin_inset space ~
17862 \end_inset
17863
17864 Texte
17865 \family default
17866 .
17867 \end_layout
17868
17869 \begin_layout Standard
17870 \begin_inset Float table
17871 placement h
17872 wide false
17873 sideways false
17874 status open
17875
17876 \begin_layout Plain Layout
17877 \begin_inset Caption Standard
17878
17879 \begin_layout Plain Layout
17880 \begin_inset CommandInset label
17881 LatexCommand label
17882 name "tab:Tableau-coloré-avec-colortbl"
17883
17884 \end_inset
17885
17886 Tableau coloré en utilisant le paquetage 
17887 \series bold
17888 colortbl
17889 \series default
17890
17891 \begin_inset Argument 1
17892 status collapsed
17893
17894 \begin_layout Plain Layout
17895 Tableau avec colortbl
17896 \end_layout
17897
17898 \end_inset
17899
17900
17901 \end_layout
17902
17903 \end_inset
17904
17905
17906 \end_layout
17907
17908 \begin_layout Plain Layout
17909 \align center
17910 \begin_inset Tabular
17911 <lyxtabular version="3" rows="3" columns="3">
17912 <features tabularvalignment="middle">
17913 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17914 <column alignment="center" valignment="top">
17915 <column alignment="center" valignment="top">
17916 <row>
17917 <cell alignment="center" valignment="top" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 \begin_inset ERT
17922 status collapsed
17923
17924 \begin_layout Plain Layout
17925
17926
17927 \backslash
17928 rowcolor{cyan}
17929 \end_layout
17930
17931 \end_inset
17932
17933
17934 \color magenta
17935 a
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944
17945 \color red
17946 b
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955
17956 \color red
17957 c
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 </row>
17963 <row>
17964 <cell alignment="center" valignment="top" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968
17969 \color yellow
17970 d
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979
17980 \color blue
17981 e
17982 \end_layout
17983
17984 \end_inset
17985 </cell>
17986 <cell alignment="center" valignment="top" usebox="none">
17987 \begin_inset Text
17988
17989 \begin_layout Plain Layout
17990
17991 \color blue
17992 f
17993 \end_layout
17994
17995 \end_inset
17996 </cell>
17997 </row>
17998 <row>
17999 <cell alignment="center" valignment="top" usebox="none">
18000 \begin_inset Text
18001
18002 \begin_layout Plain Layout
18003
18004 \color yellow
18005 g
18006 \end_layout
18007
18008 \end_inset
18009 </cell>
18010 <cell alignment="center" valignment="top" usebox="none">
18011 \begin_inset Text
18012
18013 \begin_layout Plain Layout
18014
18015 \color blue
18016 h
18017 \end_layout
18018
18019 \end_inset
18020 </cell>
18021 <cell alignment="center" valignment="top" usebox="none">
18022 \begin_inset Text
18023
18024 \begin_layout Plain Layout
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 cellcolor{Maroon}
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \color green
18039 i
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 </row>
18045 </lyxtabular>
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \begin_layout Standard
18058 \begin_inset ERT
18059 status collapsed
18060
18061 \begin_layout Plain Layout
18062
18063
18064 \backslash
18065 else
18066 \end_layout
18067
18068 \end_inset
18069
18070
18071 \begin_inset Note Note
18072 status open
18073
18074 \begin_layout Plain Layout
18075 Ce qui suit sera affiché si le paquetage 
18076 \series bold
18077 colortbl
18078 \series default
18079  n'est pas installé :
18080 \end_layout
18081
18082 \end_inset
18083
18084
18085 \end_layout
18086
18087 \begin_layout Standard
18088 Vous devez installer le paquetage 
18089 \series bold
18090 colortbl
18091 \series default
18092  pour voir le contenu des cette section dans la sortie imprimée.
18093 \end_layout
18094
18095 \begin_layout Standard
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 fi
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \end_layout
18110
18111 \begin_layout Subsection
18112 Lignes colorées
18113 \begin_inset Index idx
18114 status collapsed
18115
18116 \begin_layout Plain Layout
18117 Tableau Coloré ! Pour les lignes
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \begin_inset Index idx
18124 status collapsed
18125
18126 \begin_layout Plain Layout
18127 Couleur ! Pour les lignes de tableau
18128 \end_layout
18129
18130 \end_inset
18131
18132
18133 \end_layout
18134
18135 \begin_layout Standard
18136 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18137  alternative à la méthode décrite dans le paragraphe précédent: il faut
18138  charger le paquetage 
18139 \series bold
18140 xcolor
18141 \series default
18142
18143 \begin_inset Index idx
18144 status collapsed
18145
18146 \begin_layout Plain Layout
18147 Paquetages \SpecialChar LaTeX
18148  ! xcolor
18149 \begin_inset ERT
18150 status collapsed
18151
18152 \begin_layout Plain Layout
18153
18154
18155 \backslash
18156 vspace{4mm}
18157 \end_layout
18158
18159 \end_inset
18160
18161
18162 \end_layout
18163
18164 \end_inset
18165
18166  dans le préambule du document avec la commande
18167 \end_layout
18168
18169 \begin_layout Standard
18170
18171 \series bold
18172
18173 \backslash
18174 usepackage[table]{xcolor}
18175 \end_layout
18176
18177 \begin_layout Standard
18178
18179 \series bold
18180 xcolor
18181 \series default
18182  charge automatiquement le paquetage 
18183 \series bold
18184 colortbl
18185 \series default
18186
18187 \begin_inset Index idx
18188 status collapsed
18189
18190 \begin_layout Plain Layout
18191 Paquetages \SpecialChar LaTeX
18192  ! colortbl
18193 \end_layout
18194
18195 \end_inset
18196
18197 , il faut donc que
18198 \series bold
18199  colortbl
18200 \series default
18201  existe dans votre distribution \SpecialChar LaTeX
18202 , sinon vous aurez des erreurs.
18203 \end_layout
18204
18205 \begin_layout Standard
18206 \begin_inset ERT
18207 status collapsed
18208
18209 \begin_layout Plain Layout
18210
18211
18212 \backslash
18213 ifcolortbl
18214 \end_layout
18215
18216 \end_inset
18217
18218
18219 \begin_inset Note Note
18220 status open
18221
18222 \begin_layout Plain Layout
18223 La section qui suit ne sera affichée que si vous avez installé le paquetage
18224  \SpecialChar LaTeX
18225  
18226 \series bold
18227 colortbl
18228 \series default
18229 .
18230 \end_layout
18231
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \begin_layout Standard
18238 Les lignes de tableau sont colorées par la commande
18239 \end_layout
18240
18241 \begin_layout Standard
18242
18243 \series bold
18244
18245 \backslash
18246 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18247  paire}
18248 \end_layout
18249
18250 \begin_layout Standard
18251 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18252  avant le premier
18253  tableau nécessitant la coloration alternative des lignes.
18254  
18255 \series bold
18256 numéro de ligne
18257 \series default
18258  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18259  
18260 \series bold
18261 commandes
18262 \series default
18263 \emph on
18264  
18265 \emph default
18266 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18267  Par exemple la commande
18268 \end_layout
18269
18270 \begin_layout Standard
18271
18272 \series bold
18273
18274 \backslash
18275 rowcolors{1}{white}{lightgray}
18276 \end_layout
18277
18278 \begin_layout Standard
18279 donne le schéma de couleurs du tableau
18280 \begin_inset space ~
18281 \end_inset
18282
18283
18284 \begin_inset CommandInset ref
18285 LatexCommand ref
18286 reference "tab:Table-rowcolors"
18287
18288 \end_inset
18289
18290 .
18291  La commande
18292 \end_layout
18293
18294 \begin_layout Standard
18295
18296 \series bold
18297
18298 \backslash
18299 rowcolors[
18300 \backslash
18301 hline]{1}{lightgray}{cyan}
18302 \end_layout
18303
18304 \begin_layout Standard
18305 donne le schéma de couleurs du tableau
18306 \begin_inset space ~
18307 \end_inset
18308
18309
18310 \begin_inset CommandInset ref
18311 LatexCommand ref
18312 reference "tab:Table-rowcolors-2"
18313
18314 \end_inset
18315
18316 .
18317  Si 
18318 \series bold
18319 couleur ligne impaire
18320 \series default
18321  ou 
18322 \series bold
18323 couleur ligne paire
18324 \series default
18325  est vide, aucune couleur n'est utilisée, donc la commande
18326 \end_layout
18327
18328 \begin_layout Standard
18329
18330 \series bold
18331
18332 \backslash
18333 rowcolors{1}{}{}
18334 \end_layout
18335
18336 \begin_layout Standard
18337 supprime toutes les couleurs.
18338  
18339 \series bold
18340
18341 \backslash
18342 rowcolors
18343 \series default
18344  s'applique aux tableaux qui suivent cette commande.
18345 \end_layout
18346
18347 \begin_layout Standard
18348 \begin_inset ERT
18349 status open
18350
18351 \begin_layout Plain Layout
18352
18353
18354 \backslash
18355 rowcolors{1}{white}{lightgray}
18356 \end_layout
18357
18358 \end_inset
18359
18360
18361 \end_layout
18362
18363 \begin_layout Standard
18364 \begin_inset Float table
18365 placement h
18366 wide false
18367 sideways false
18368 status open
18369
18370 \begin_layout Plain Layout
18371 \begin_inset Caption Standard
18372
18373 \begin_layout Plain Layout
18374
18375 \lang english
18376 \begin_inset CommandInset label
18377 LatexCommand label
18378 name "tab:Table-rowcolors"
18379
18380 \end_inset
18381
18382
18383 \lang french
18384 Tableau avec une colonne sur deux en gris clair.
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Plain Layout
18393 \align center
18394 \begin_inset Tabular
18395 <lyxtabular version="3" rows="4" columns="3">
18396 <features tabularvalignment="middle">
18397 <column alignment="center" valignment="top">
18398 <column alignment="center" valignment="top" width="0pt">
18399 <column alignment="center" valignment="top" width="0pt">
18400 <row>
18401 <cell alignment="center" valignment="top" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 X
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 Y
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 <cell alignment="center" valignment="top" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423 Z
18424 \end_layout
18425
18426 \end_inset
18427 </cell>
18428 </row>
18429 <row>
18430 <cell alignment="center" valignment="top" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 1
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 2
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 3
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 <row>
18459 <cell alignment="center" valignment="top" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463 4
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 5
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 6
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492 7
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 8
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 9
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 </row>
18516 </lyxtabular>
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \begin_layout Standard
18529 \begin_inset ERT
18530 status open
18531
18532 \begin_layout Plain Layout
18533
18534
18535 \backslash
18536 rowcolors[
18537 \backslash
18538 hline]{1}{lightgray}{cyan}
18539 \end_layout
18540
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \begin_layout Standard
18547 \begin_inset Float table
18548 placement h
18549 wide false
18550 sideways false
18551 status open
18552
18553 \begin_layout Plain Layout
18554 \begin_inset Caption Standard
18555
18556 \begin_layout Plain Layout
18557
18558 \lang english
18559 \begin_inset CommandInset label
18560 LatexCommand label
18561 name "tab:Table-rowcolors-2"
18562
18563 \end_inset
18564
18565
18566 \lang french
18567 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18568  ligne
18569 \end_layout
18570
18571 \end_inset
18572
18573
18574 \end_layout
18575
18576 \begin_layout Plain Layout
18577 \align center
18578 \begin_inset Tabular
18579 <lyxtabular version="3" rows="4" columns="3">
18580 <features tabularvalignment="middle">
18581 <column alignment="center" valignment="top">
18582 <column alignment="center" valignment="top">
18583 <column alignment="center" valignment="top" width="0pt">
18584 <row>
18585 <cell alignment="center" valignment="top" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 X
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 Y
18599 \end_layout
18600
18601 \end_inset
18602 </cell>
18603 <cell alignment="center" valignment="top" usebox="none">
18604 \begin_inset Text
18605
18606 \begin_layout Plain Layout
18607 Z
18608 \end_layout
18609
18610 \end_inset
18611 </cell>
18612 </row>
18613 <row>
18614 <cell alignment="center" valignment="top" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 1
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 <cell alignment="center" valignment="top" usebox="none">
18624 \begin_inset Text
18625
18626 \begin_layout Plain Layout
18627 2
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 3
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 </row>
18642 <row>
18643 <cell alignment="center" valignment="top" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 4
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 5
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell alignment="center" valignment="top" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665 6
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 </row>
18671 <row>
18672 <cell alignment="center" valignment="top" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676 7
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 8
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 9
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 </row>
18700 </lyxtabular>
18701
18702 \end_inset
18703
18704
18705 \end_layout
18706
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 rowcolors{1}{}{}
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Note Note
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730
18731 \lang english
18732 turns off the row coloring
18733 \end_layout
18734
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \begin_layout Standard
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 else
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \begin_inset Note Note
18755 status open
18756
18757 \begin_layout Plain Layout
18758 Ce qui suit sera affiché si le paquetage 
18759 \series bold
18760 colortbl
18761 \series default
18762  n'est pas installé :
18763 \end_layout
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 Vous devez installer le paquetage 
18772 \series bold
18773 colortbl
18774 \series default
18775  pour voir le contenu des cette section dans la sortie imprimée.
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset ERT
18780 status collapsed
18781
18782 \begin_layout Plain Layout
18783
18784
18785 \backslash
18786 fi
18787 \end_layout
18788
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \begin_layout Subsection
18795 Les filets colorés
18796 \begin_inset Index idx
18797 status open
18798
18799 \begin_layout Plain Layout
18800 Tableau Coloré ! Pour les filets
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \begin_inset Index idx
18807 status collapsed
18808
18809 \begin_layout Plain Layout
18810 Couleur ! Pour les filets des tableaux
18811 \end_layout
18812
18813 \end_inset
18814
18815
18816 \begin_inset Note Note
18817 status collapsed
18818
18819 \begin_layout Plain Layout
18820 on parle de filets plutôt que de lignes pour les tableaux
18821 \end_layout
18822
18823 \end_inset
18824
18825
18826 \end_layout
18827
18828 \begin_layout Standard
18829 Comme c'est décrit dans la section
18830 \begin_inset space ~
18831 \end_inset
18832
18833
18834 \begin_inset CommandInset ref
18835 LatexCommand ref
18836 reference "subsec:Epaisseur-filets"
18837
18838 \end_inset
18839
18840 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18841  variable 
18842 \series bold
18843
18844 \backslash
18845 arrayrulewidth
18846 \series default
18847 .
18848  Elle est mise à 1.5
18849 \begin_inset space \thinspace{}
18850 \end_inset
18851
18852 pt pour tous les tableaux de cette section.
18853 \begin_inset ERT
18854 status collapsed
18855
18856 \begin_layout Plain Layout
18857
18858
18859 \backslash
18860 setlength{
18861 \backslash
18862 arrayrulewidth}{1.5pt}
18863 \end_layout
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \begin_layout Standard
18871 Pour colorer les filets verticaux, par exemple en vert, créez le format
18872  de colonne suivant dans le préambule du document, en suivant la description
18873  de la section
18874 \begin_inset space ~
18875 \end_inset
18876
18877
18878 \begin_inset CommandInset ref
18879 LatexCommand ref
18880 reference "subsec:Formats-personnalisés"
18881
18882 \end_inset
18883
18884 :
18885 \end_layout
18886
18887 \begin_layout Standard
18888
18889 \series bold
18890
18891 \backslash
18892 newcolumntype{W}{!{
18893 \backslash
18894 color{green}
18895 \backslash
18896 vline}}
18897 \end_layout
18898
18899 \begin_layout Standard
18900 Pour le tableau
18901 \begin_inset space ~
18902 \end_inset
18903
18904
18905 \begin_inset CommandInset ref
18906 LatexCommand ref
18907 reference "tab:Tableau-filets-verticaux-colorés"
18908
18909 \end_inset
18910
18911  le paramètre \SpecialChar LaTeX
18912
18913 \series bold
18914  WcW
18915 \series default
18916  a été utilisé pour la dernière colonne et
18917 \series bold
18918  Wc
18919 \series default
18920  pour les autres colonnes.
18921 \end_layout
18922
18923 \begin_layout Standard
18924 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18925 \end_layout
18926
18927 \begin_layout Standard
18928 \begin_inset Float table
18929 placement h
18930 wide false
18931 sideways false
18932 status open
18933
18934 \begin_layout Plain Layout
18935 \begin_inset Caption Standard
18936
18937 \begin_layout Plain Layout
18938 \begin_inset CommandInset label
18939 LatexCommand label
18940 name "tab:Tableau-filets-verticaux-colorés"
18941
18942 \end_inset
18943
18944 Tableau avec filets verticaux colorés
18945 \end_layout
18946
18947 \end_inset
18948
18949
18950 \end_layout
18951
18952 \begin_layout Plain Layout
18953 \align center
18954 \begin_inset Tabular
18955 <lyxtabular version="3" rows="3" columns="3">
18956 <features tabularvalignment="middle">
18957 <column alignment="center" valignment="top" special="Wc">
18958 <column alignment="center" valignment="top" special="Wc">
18959 <column alignment="center" valignment="top" special="WcW">
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 sd
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" usebox="none">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 </row>
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
19003 sd
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 </row>
19018 <row>
19019 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032
19033 \end_layout
19034
19035 \end_inset
19036 </cell>
19037 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041 sd
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 </row>
19047 </lyxtabular>
19048
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \end_inset
19055
19056
19057 \end_layout
19058
19059 \begin_layout Standard
19060 \begin_inset VSpace bigskip
19061 \end_inset
19062
19063 Pour colorer les filets horizontaux en rouge comme pour le tableau
19064 \begin_inset space ~
19065 \end_inset
19066
19067
19068 \begin_inset CommandInset ref
19069 LatexCommand ref
19070 reference "tab:Tableau-filet-horizontaux-colorés"
19071
19072 \end_inset
19073
19074 , insérez les commandes suivantes en code \SpecialChar TeX
19075  juste avant le tableau ou le
19076  flottant de tableau :
19077 \end_layout
19078
19079 \begin_layout Standard
19080
19081 \series bold
19082
19083 \backslash
19084 let
19085 \backslash
19086 myHlineC
19087 \backslash
19088 hline
19089 \begin_inset Newline newline
19090 \end_inset
19091
19092
19093 \backslash
19094 renewcommand{
19095 \backslash
19096 hline}
19097 \begin_inset Newline newline
19098 \end_inset
19099
19100
19101 \begin_inset Phantom HPhantom
19102 status open
19103
19104 \begin_layout Plain Layout
19105
19106 \series bold
19107 \begin_inset space ~
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114
19115 {
19116 \backslash
19117 arrayrulecolor{red}
19118 \backslash
19119 myHlineC
19120 \backslash
19121 arrayrulecolor{black}}
19122 \end_layout
19123
19124 \begin_layout Standard
19125 \begin_inset ERT
19126 status collapsed
19127
19128 \begin_layout Plain Layout
19129
19130
19131 \backslash
19132 let
19133 \backslash
19134 myHlineC
19135 \backslash
19136 hline
19137 \end_layout
19138
19139 \begin_layout Plain Layout
19140
19141
19142 \backslash
19143 renewcommand{
19144 \backslash
19145 hline}
19146 \end_layout
19147
19148 \begin_layout Plain Layout
19149
19150  {
19151 \backslash
19152 arrayrulecolor{red}
19153 \backslash
19154 myHlineC
19155 \backslash
19156 arrayrulecolor{black}}
19157 \end_layout
19158
19159 \end_inset
19160
19161
19162 \begin_inset Float table
19163 placement h
19164 wide false
19165 sideways false
19166 status open
19167
19168 \begin_layout Plain Layout
19169 \begin_inset Caption Standard
19170
19171 \begin_layout Plain Layout
19172 \begin_inset CommandInset label
19173 LatexCommand label
19174 name "tab:Tableau-filet-horizontaux-colorés"
19175
19176 \end_inset
19177
19178 Tableau avec filets horizontaux colorés
19179 \end_layout
19180
19181 \end_inset
19182
19183
19184 \end_layout
19185
19186 \begin_layout Plain Layout
19187 \align center
19188 \begin_inset Tabular
19189 <lyxtabular version="3" rows="3" columns="3">
19190 <features tabularvalignment="middle">
19191 <column alignment="center" valignment="top">
19192 <column alignment="center" valignment="top">
19193 <column alignment="center" valignment="top">
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 sd
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 </row>
19223 <row>
19224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19225 \begin_inset Text
19226
19227 \begin_layout Plain Layout
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19234 \begin_inset Text
19235
19236 \begin_layout Plain Layout
19237 sd
19238 \end_layout
19239
19240 \end_inset
19241 </cell>
19242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19243 \begin_inset Text
19244
19245 \begin_layout Plain Layout
19246
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 </row>
19252 <row>
19253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19254 \begin_inset Text
19255
19256 \begin_layout Plain Layout
19257
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19272 \begin_inset Text
19273
19274 \begin_layout Plain Layout
19275 sd
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 </lyxtabular>
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289
19290
19291 \end_layout
19292
19293 \begin_layout Standard
19294 Pour revenir à la couleur noire implicite, insérez la commande suivante
19295  en code \SpecialChar TeX
19296 , juste après le tableau ou le flottant de tableau :
19297 \end_layout
19298
19299 \begin_layout Standard
19300
19301 \series bold
19302
19303 \backslash
19304 renewcommand{
19305 \backslash
19306 hline}{
19307 \backslash
19308 myHlineC}
19309 \end_layout
19310
19311 \begin_layout Standard
19312 Le tableau
19313 \begin_inset space ~
19314 \end_inset
19315
19316
19317 \begin_inset CommandInset ref
19318 LatexCommand ref
19319 reference "tab:Tableau-avec-filets-colorés"
19320
19321 \end_inset
19322
19323  est un exemple avec des filets horizontaux et verticaux colorés.
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \begin_inset Float table
19328 placement h
19329 wide false
19330 sideways false
19331 status open
19332
19333 \begin_layout Plain Layout
19334 \begin_inset Caption Standard
19335
19336 \begin_layout Plain Layout
19337 \begin_inset CommandInset label
19338 LatexCommand label
19339 name "tab:Tableau-avec-filets-colorés"
19340
19341 \end_inset
19342
19343 Tableau avec filets horizontaux et verticaux colorés
19344 \end_layout
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \begin_layout Plain Layout
19352 \align center
19353 \begin_inset Tabular
19354 <lyxtabular version="3" rows="3" columns="3">
19355 <features tabularvalignment="middle">
19356 <column alignment="center" valignment="top" special="Wc">
19357 <column alignment="center" valignment="top" special="Wc">
19358 <column alignment="center" valignment="top" special="WcW">
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 sd
19365 \end_layout
19366
19367 \end_inset
19368 </cell>
19369 <cell alignment="center" valignment="top" topline="true" usebox="none">
19370 \begin_inset Text
19371
19372 \begin_layout Plain Layout
19373
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" topline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 <cell alignment="center" valignment="top" topline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402 sd
19403 \end_layout
19404
19405 \end_inset
19406 </cell>
19407 <cell alignment="center" valignment="top" topline="true" usebox="none">
19408 \begin_inset Text
19409
19410 \begin_layout Plain Layout
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row topspace="default">
19418 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 sd
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 </row>
19446 </lyxtabular>
19447
19448 \end_inset
19449
19450
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \end_layout
19457
19458 \begin_layout Standard
19459 \begin_inset ERT
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463
19464
19465 \backslash
19466 renewcommand{
19467 \backslash
19468 hline}{
19469 \backslash
19470 myHlineC}
19471 \end_layout
19472
19473 \end_inset
19474
19475
19476 \end_layout
19477
19478 \begin_layout Standard
19479 \begin_inset ERT
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483
19484
19485 \backslash
19486 setlength{
19487 \backslash
19488 arrayrulewidth}{0.4pt}
19489 \end_layout
19490
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \begin_layout Section
19497 Pivotement des cellules
19498 \begin_inset CommandInset label
19499 LatexCommand label
19500 name "sec:Pivotement-des-cellules"
19501
19502 \end_inset
19503
19504
19505 \begin_inset Index idx
19506 status collapsed
19507
19508 \begin_layout Plain Layout
19509 Tableau ! Pivotement des cellules
19510 \end_layout
19511
19512 \end_inset
19513
19514
19515 \begin_inset Index idx
19516 status collapsed
19517
19518 \begin_layout Plain Layout
19519 Pivoter des objets
19520 \end_layout
19521
19522 \end_inset
19523
19524
19525 \end_layout
19526
19527 \begin_layout Standard
19528 \begin_inset Note Greyedout
19529 status open
19530
19531 \begin_layout Plain Layout
19532
19533 \series bold
19534 Nota:
19535 \series default
19536  toutes les visionneuses DVI n'affichent pas les rotations.
19537 \end_layout
19538
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \begin_layout Standard
19545 Le tableau
19546 \begin_inset space ~
19547 \end_inset
19548
19549
19550 \begin_inset CommandInset ref
19551 LatexCommand ref
19552 reference "tab:Tableau-incluant-des"
19553
19554 \end_inset
19555
19556  est un exemple dans lequel 3 cellules pivotent de 45
19557 \begin_inset space \thinspace{}
19558 \end_inset
19559
19560 °.
19561 \end_layout
19562
19563 \begin_layout Standard
19564 \begin_inset Float table
19565 placement h
19566 wide false
19567 sideways false
19568 status open
19569
19570 \begin_layout Plain Layout
19571 \begin_inset Caption Standard
19572
19573 \begin_layout Plain Layout
19574 \begin_inset CommandInset label
19575 LatexCommand label
19576 name "tab:Tableau-incluant-des"
19577
19578 \end_inset
19579
19580 Tableau incluant des cellules pivotées dans la première ligne.
19581 \end_layout
19582
19583 \end_inset
19584
19585
19586 \end_layout
19587
19588 \begin_layout Plain Layout
19589 \noindent
19590 \align center
19591 \begin_inset Tabular
19592 <lyxtabular version="3" rows="2" columns="3">
19593 <features tabularvalignment="middle">
19594 <column alignment="center" valignment="top" width="0pt">
19595 <column alignment="center" valignment="top" width="0pt">
19596 <column alignment="center" valignment="top" width="0pt">
19597 <row>
19598 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602 soucoupes
19603 \end_layout
19604
19605 \end_inset
19606 </cell>
19607 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 assiettes
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 plats
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 45
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 33
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 21
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 </row>
19655 </lyxtabular>
19656
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \end_inset
19663
19664
19665 \end_layout
19666
19667 \begin_layout Standard
19668 \begin_inset Note Greyedout
19669 status open
19670
19671 \begin_layout Plain Layout
19672
19673 \series bold
19674 Nota:
19675 \series default
19676  les ruptures de ligne (raccourci 
19677 \begin_inset Info
19678 type  "shortcut"
19679 arg   "newline-insert newline"
19680 \end_inset
19681
19682 ) ne sont pas autorisées dans les cellules pivotées
19683 \end_layout
19684
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \begin_layout Standard
19691 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19692  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19693 \begin_inset Foot
19694 status collapsed
19695
19696 \begin_layout Plain Layout
19697 Pour en savoir plus sur ces boîtes, voir les sections
19698 \begin_inset space ~
19699 \end_inset
19700
19701
19702 \begin_inset CommandInset ref
19703 LatexCommand ref
19704 reference "sec:Minipages"
19705
19706 \end_inset
19707
19708  et 
19709 \begin_inset CommandInset ref
19710 LatexCommand ref
19711 reference "sec:Parboxes"
19712
19713 \end_inset
19714
19715 .
19716 \end_layout
19717
19718 \end_inset
19719
19720  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19721  la hauteur de la cellule.
19722  Le tableau
19723 \begin_inset space ~
19724 \end_inset
19725
19726
19727 \begin_inset CommandInset ref
19728 LatexCommand ref
19729 reference "tab:Tableau-incluant-une"
19730
19731 \end_inset
19732
19733  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19734  réglée à 3
19735 \begin_inset space \thinspace{}
19736 \end_inset
19737
19738 cm.
19739 \end_layout
19740
19741 \begin_layout Standard
19742 \begin_inset Float table
19743 placement h
19744 wide false
19745 sideways false
19746 status open
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Caption Standard
19750
19751 \begin_layout Plain Layout
19752 \begin_inset CommandInset label
19753 LatexCommand label
19754 name "tab:Tableau-incluant-une"
19755
19756 \end_inset
19757
19758 Tableau incluant une cellule multi-lignes pivotée.
19759 \end_layout
19760
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \begin_layout Plain Layout
19767 \noindent
19768 \align center
19769 \begin_inset Tabular
19770 <lyxtabular version="3" rows="2" columns="3">
19771 <features tabularvalignment="middle">
19772 <column alignment="center" valignment="top">
19773 <column alignment="center" valignment="top" width="0pt">
19774 <column alignment="center" valignment="top">
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 a
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19786 \begin_inset Text
19787
19788 \begin_layout Plain Layout
19789 \begin_inset Box Frameless
19790 position "t"
19791 hor_pos "c"
19792 has_inner_box 1
19793 inner_pos "t"
19794 use_parbox 0
19795 use_makebox 0
19796 width "3cm"
19797 special "none"
19798 height "1in"
19799 height_special "totalheight"
19800 thickness "0.4pt"
19801 separation "3pt"
19802 shadowsize "4pt"
19803 framecolor "black"
19804 backgroundcolor "none"
19805 status open
19806
19807 \begin_layout Plain Layout
19808 cellule pivotée
19809 \begin_inset Newline newline
19810 \end_inset
19811
19812 avec saut de ligne
19813 \end_layout
19814
19815 \end_inset
19816
19817
19818 \end_layout
19819
19820 \end_inset
19821 </cell>
19822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 e
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 </row>
19832 <row>
19833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19834 \begin_inset Text
19835
19836 \begin_layout Plain Layout
19837 b
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 c
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855 d
19856 \end_layout
19857
19858 \end_inset
19859 </cell>
19860 </row>
19861 </lyxtabular>
19862
19863 \end_inset
19864
19865
19866 \end_layout
19867
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \begin_layout Section
19874 Calcul de la largeur du tableau
19875 \begin_inset CommandInset label
19876 LatexCommand label
19877 name "sec:Table-Width-Calculation"
19878
19879 \end_inset
19880
19881
19882 \end_layout
19883
19884 \begin_layout Standard
19885 Pour les tableaux un peu larges il est parfois difficile de garantir que
19886  le tableau ne déborde pas dans la marge.
19887  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19888  la valeur à donner à chacune?
19889 \end_layout
19890
19891 \begin_layout Standard
19892 La largeur du tableau 
19893 \begin_inset Formula $L_{\mathrm{tableau}}$
19894 \end_inset
19895
19896  peut se calculer précisément: chaque colonne contribue pour sa largeur
19897  propre 
19898 \begin_inset Formula $L_{\mathrm{colonne}}$
19899 \end_inset
19900
19901  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19902  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19903
19904 \series bold
19905  
19906 \backslash
19907 tabcolsep
19908 \series default
19909 , implicitement 6
19910 \begin_inset space \thinspace{}
19911 \end_inset
19912
19913 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19914  
19915 \series bold
19916
19917 \backslash
19918 arrayrulewidth
19919 \series default
19920 , implicitement 0.4
19921 \begin_inset space \thinspace{}
19922 \end_inset
19923
19924 pt).
19925  Donc si les 
19926 \begin_inset Formula $n$
19927 \end_inset
19928
19929
19930 \begin_inset space ~
19931 \end_inset
19932
19933 colonnes ont la même largeur, la largeur du tableau est
19934 \begin_inset Formula 
19935 \begin{equation}
19936 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19937 \end{equation}
19938
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \begin_layout Standard
19945 La largeur disponible pour placer un tableau est la distance entre les marges
19946  de la page ou la largeur de la colonne de texte (pour un document présenté
19947  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19948  
19949 \series bold
19950
19951 \backslash
19952 columnwidth
19953 \series default
19954 .
19955  Si toutes le colonnes ont la même largeur et que 
19956 \begin_inset Formula $L_{\mathrm{tableau}}$
19957 \end_inset
19958
19959  doit valoir 1
19960 \begin_inset space \thinspace{}
19961 \end_inset
19962
19963
19964 \backslash
19965 columnwidth, 
19966 \begin_inset Formula $L_{\mathrm{colonne}}$
19967 \end_inset
19968
19969  se calcule facilement.
19970 \end_layout
19971
19972 \begin_layout Standard
19973 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19974  
19975 \series bold
19976 calc
19977 \series default
19978
19979 \begin_inset Index idx
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983 Paquetages \SpecialChar LaTeX
19984  ! calc
19985 \end_layout
19986
19987 \end_inset
19988
19989  dans le préambule du document.
19990  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19991  il faut utiliser le champ
19992 \family sans
19993  Argument \SpecialChar LaTeX
19994
19995 \family default
19996 .
19997  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19998  qui est expliqué dans la section
19999 \begin_inset space ~
20000 \end_inset
20001
20002
20003 \begin_inset CommandInset ref
20004 LatexCommand ref
20005 reference "subsec:Calculs-multicolonnes"
20006
20007 \end_inset
20008
20009 .
20010  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
20011  saisir pour chaque colonne la commande
20012 \end_layout
20013
20014 \begin_layout Standard
20015
20016 \series bold
20017 >{
20018 \backslash
20019 centering}p{(1
20020 \backslash
20021 columnwidth-62.4pt)/5}
20022 \end_layout
20023
20024 \begin_layout Standard
20025 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
20026 \begin_inset space ~
20027 \end_inset
20028
20029 fois celle des 3 autres, le calcul est le suivant:
20030 \end_layout
20031
20032 \begin_layout Standard
20033 \begin_inset Formula 
20034 \begin{align}
20035 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
20036  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
20037  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
20038 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
20039 \end{align}
20040
20041 \end_inset
20042
20043
20044 \end_layout
20045
20046 \begin_layout Standard
20047 Par conséquent, dans le tableau, la commande
20048 \end_layout
20049
20050 \begin_layout Standard
20051
20052 \series bold
20053 >{
20054 \backslash
20055 centering}p{(1
20056 \backslash
20057 columnwidth-62.4pt)/
20058 \backslash
20059 real{4.5}}
20060 \end_layout
20061
20062 \begin_layout Standard
20063 est utilisée pour les colonnes les plus larges, et la commande
20064 \end_layout
20065
20066 \begin_layout Standard
20067
20068 \series bold
20069 >{
20070 \backslash
20071 centering}p{(1
20072 \backslash
20073 columnwidth-62.4pt)/
20074 \backslash
20075 real{4.5}*
20076 \backslash
20077 real{0.75}}
20078 \end_layout
20079
20080 \begin_layout Standard
20081 est utilisée pour les plus étroites:
20082 \end_layout
20083
20084 \begin_layout Standard
20085 \begin_inset Tabular
20086 <lyxtabular version="3" rows="2" columns="5">
20087 <features tabularvalignment="middle">
20088 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20089 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20090 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20091 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20092 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20093 <row>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 1
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20104 \begin_inset Text
20105
20106 \begin_layout Plain Layout
20107 2
20108 \end_layout
20109
20110 \end_inset
20111 </cell>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 3
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 4
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 5
20135 \end_layout
20136
20137 \end_inset
20138 </cell>
20139 </row>
20140 <row>
20141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 111111 1111111 111111 111111111 11111 11111 1111
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20151 \begin_inset Text
20152
20153 \begin_layout Plain Layout
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 2222 22222 222222 222222222 2222222 22 22222
20164 \end_layout
20165
20166 \end_inset
20167 </cell>
20168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20178 \begin_inset Text
20179
20180 \begin_layout Plain Layout
20181 333333 333333 333333 33333 3333333 333
20182 \end_layout
20183
20184 \end_inset
20185 </cell>
20186 </row>
20187 </lyxtabular>
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Section
20195 Personnalisation des tableaux
20196 \begin_inset Index idx
20197 status collapsed
20198
20199 \begin_layout Plain Layout
20200 Tableau ! Personnalisation
20201 \end_layout
20202
20203 \end_inset
20204
20205
20206 \begin_inset Index idx
20207 status collapsed
20208
20209 \begin_layout Plain Layout
20210 Personnalisation des tableaux
20211 \end_layout
20212
20213 \end_inset
20214
20215
20216 \end_layout
20217
20218 \begin_layout Subsection
20219 Espacement des lignes
20220 \begin_inset CommandInset label
20221 LatexCommand label
20222 name "subsec:Espacement-lignes"
20223
20224 \end_inset
20225
20226
20227 \begin_inset Index idx
20228 status collapsed
20229
20230 \begin_layout Plain Layout
20231 Personnalisation des tableaux ! Espacement des lignes
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \begin_layout Standard
20240 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20241  l'onglet 
20242 \family sans
20243 Bordures
20244 \family default
20245  de la fenêtre de dialogue 
20246 \family sans
20247 Paramètres
20248 \begin_inset space ~
20249 \end_inset
20250
20251 du
20252 \begin_inset space ~
20253 \end_inset
20254
20255 tableau
20256 \family default
20257 .
20258  Vous y trouverez trois possibilités :
20259 \end_layout
20260
20261 \begin_layout Description
20262 Haut
20263 \begin_inset space ~
20264 \end_inset
20265
20266 de
20267 \begin_inset space ~
20268 \end_inset
20269
20270 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20271  Si le tableau est un tableau formel
20272 \begin_inset Foot
20273 status collapsed
20274
20275 \begin_layout Plain Layout
20276 Les tableaux formels sont décrits dans la section
20277 \begin_inset space ~
20278 \end_inset
20279
20280
20281 \begin_inset CommandInset ref
20282 LatexCommand ref
20283 reference "sec:Tableaux-Formels"
20284
20285 \end_inset
20286
20287 .
20288 \end_layout
20289
20290 \end_inset
20291
20292  \SpecialChar LyX
20293  va insérer implicitement un espace de 0.5
20294 \begin_inset space \thinspace{}
20295 \end_inset
20296
20297 em.
20298  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20299  les filets verticaux comme dans le tableau suivant :
20300 \begin_inset VSpace medskip
20301 \end_inset
20302
20303
20304 \begin_inset Newline newline
20305 \end_inset
20306
20307
20308 \begin_inset space \hspace*{}
20309 \length 0pt
20310 \end_inset
20311
20312
20313 \begin_inset space \hfill{}
20314 \end_inset
20315
20316
20317 \begin_inset Tabular
20318 <lyxtabular version="3" rows="3" columns="1">
20319 <features tabularvalignment="middle">
20320 <column alignment="center" valignment="top">
20321 <row>
20322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20323 \begin_inset Text
20324
20325 \begin_layout Plain Layout
20326 A
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row topspace="3mm">
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337 espace de 3
20338 \begin_inset space \thinspace{}
20339 \end_inset
20340
20341 mm en haut de la ligne
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 </row>
20347 <row>
20348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20349 \begin_inset Text
20350
20351 \begin_layout Plain Layout
20352 C
20353 \end_layout
20354
20355 \end_inset
20356 </cell>
20357 </row>
20358 </lyxtabular>
20359
20360 \end_inset
20361
20362
20363 \begin_inset space \hfill{}
20364 \end_inset
20365
20366
20367 \begin_inset space \hspace*{}
20368 \length 0pt
20369 \end_inset
20370
20371
20372 \begin_inset VSpace medskip
20373 \end_inset
20374
20375
20376 \begin_inset Newline newline
20377 \end_inset
20378
20379 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20380  pas de filets verticaux.
20381 \end_layout
20382
20383 \begin_layout Description
20384 Bas
20385 \begin_inset space ~
20386 \end_inset
20387
20388 de
20389 \begin_inset space ~
20390 \end_inset
20391
20392 ligne va ajouter de l'espace sous les caractères de la ligne.
20393  Si le tableau est un tableau formel \SpecialChar LyX
20394  va insérer implicitement un espace
20395  de 0.5
20396 \begin_inset space \thinspace{}
20397 \end_inset
20398
20399 em, pour les tableaux normaux, l'espace implicite est de 2
20400 \begin_inset space \thinspace{}
20401 \end_inset
20402
20403 pt.
20404 \end_layout
20405
20406 \begin_layout Description
20407 Entre
20408 \begin_inset space ~
20409 \end_inset
20410
20411 les
20412 \begin_inset space ~
20413 \end_inset
20414
20415 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20416  Si le tableau est un tableau formel \SpecialChar LyX
20417  va insérer implicitement un espace
20418  de 0.5
20419 \begin_inset space \thinspace{}
20420 \end_inset
20421
20422 em.
20423  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20424  les filets verticaux comme dans le tableau suivant :
20425 \begin_inset VSpace medskip
20426 \end_inset
20427
20428
20429 \begin_inset Newline newline
20430 \end_inset
20431
20432
20433 \begin_inset space \hspace*{}
20434 \length 0pt
20435 \end_inset
20436
20437
20438 \begin_inset space \hfill{}
20439 \end_inset
20440
20441
20442 \begin_inset Tabular
20443 <lyxtabular version="3" rows="3" columns="1">
20444 <features tabularvalignment="middle">
20445 <column alignment="center" valignment="top">
20446 <row>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451 A
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row interlinespace="3mm">
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462 \begin_inset Formula $\downarrow$
20463 \end_inset
20464
20465  espace de 3
20466 \begin_inset space \thinspace{}
20467 \end_inset
20468
20469 mm entre les lignes 
20470 \begin_inset Formula $\downarrow$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\uparrow$
20485 \end_inset
20486
20487  espace de 3
20488 \begin_inset space \thinspace{}
20489 \end_inset
20490
20491 mm entre les lignes 
20492 \begin_inset Formula $\uparrow$
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \end_inset
20499 </cell>
20500 </row>
20501 </lyxtabular>
20502
20503 \end_inset
20504
20505
20506 \begin_inset space \hfill{}
20507 \end_inset
20508
20509
20510 \begin_inset space \hspace*{}
20511 \length 0pt
20512 \end_inset
20513
20514
20515 \begin_inset VSpace medskip
20516 \end_inset
20517
20518
20519 \begin_inset Newline newline
20520 \end_inset
20521
20522 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20523  pas de filets verticaux.
20524 \end_layout
20525
20526 \begin_layout Standard
20527 \begin_inset VSpace bigskip
20528 \end_inset
20529
20530 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20531  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20532  dans le préambule :
20533 \end_layout
20534
20535 \begin_layout Standard
20536
20537 \series bold
20538
20539 \backslash
20540 @ifundefined{extrarowheight}
20541 \begin_inset Newline newline
20542 \end_inset
20543
20544
20545 \begin_inset Phantom HPhantom
20546 status open
20547
20548 \begin_layout Plain Layout
20549
20550 \series bold
20551 \begin_inset space ~
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558
20559 {
20560 \backslash
20561 usepackage{array}}{}
20562 \begin_inset Newline newline
20563 \end_inset
20564
20565
20566 \backslash
20567 setlength{
20568 \backslash
20569 extrarowheight}{height}
20570 \end_layout
20571
20572 \begin_layout Standard
20573 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20574  plus exactement centré verticalement.
20575  (le paquetage 
20576 \series bold
20577 array 
20578 \series default
20579 sera chargé automatiquement par \SpecialChar LyX
20580  quand vous utilisez des formats de tableaux
20581  auto-définis.
20582  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20583  
20584 \series bold
20585
20586 \backslash
20587 @ifundefined
20588 \series default
20589  dans la commande précédente.)
20590 \end_layout
20591
20592 \begin_layout Standard
20593 Si vous utilisez des polices de taille plus grande que la taille normale,
20594  les bordures des tableaux sont souvent trop proches du texte.
20595  On peut corriger ce problème en insérant la commande 
20596 \series bold
20597
20598 \begin_inset space \space{}
20599 \end_inset
20600
20601
20602 \backslash
20603 strut
20604 \series default
20605  en code \SpecialChar TeX
20606  au debut d'une ligne du tableau.
20607  Le tableau
20608 \begin_inset space ~
20609 \end_inset
20610
20611
20612 \begin_inset CommandInset ref
20613 LatexCommand ref
20614 reference "tab:Alignement-vertical"
20615
20616 \end_inset
20617
20618  montre l'effet de cette commande.
20619 \end_layout
20620
20621 \begin_layout Standard
20622 \noindent
20623 \begin_inset Float table
20624 placement h
20625 wide false
20626 sideways false
20627 status open
20628
20629 \begin_layout Plain Layout
20630 \begin_inset Caption Standard
20631
20632 \begin_layout Plain Layout
20633 \begin_inset CommandInset label
20634 LatexCommand label
20635 name "tab:Alignement-vertical"
20636
20637 \end_inset
20638
20639 Alignement vertical d'un texte avec une police de grande taille.
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Plain Layout
20648 \begin_inset space \hfill{}
20649 \end_inset
20650
20651
20652 \begin_inset Float table
20653 wide false
20654 sideways false
20655 status collapsed
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Caption Standard
20659
20660 \begin_layout Plain Layout
20661 Tableau normal.
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \begin_layout Plain Layout
20670 \noindent
20671 \align center
20672 \begin_inset Tabular
20673 <lyxtabular version="3" rows="6" columns="1">
20674 <features tabularvalignment="middle">
20675 <column alignment="left" valignment="top">
20676 <row>
20677 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 Normal, g
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692
20693 \size large
20694 Large
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 </row>
20700 <row>
20701 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705
20706 \size larger
20707 Larger
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 </row>
20713 <row>
20714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \size largest
20720 Largest
20721 \end_layout
20722
20723 \end_inset
20724 </cell>
20725 </row>
20726 <row>
20727 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731
20732 \size huge
20733 Huge
20734 \end_layout
20735
20736 \end_inset
20737 </cell>
20738 </row>
20739 <row>
20740 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20741 \begin_inset Text
20742
20743 \begin_layout Plain Layout
20744
20745 \size huge
20746 Huger
20747 \end_layout
20748
20749 \end_inset
20750 </cell>
20751 </row>
20752 </lyxtabular>
20753
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \begin_inset space \hfill{}
20763 \end_inset
20764
20765
20766 \begin_inset Float table
20767 wide false
20768 sideways false
20769 status collapsed
20770
20771 \begin_layout Plain Layout
20772 \begin_inset Caption Standard
20773
20774 \begin_layout Plain Layout
20775 Tableau utilisant la commande 
20776 \series bold
20777
20778 \backslash
20779 strut
20780 \series default
20781 .
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \begin_layout Plain Layout
20790 \noindent
20791 \align center
20792 \begin_inset Tabular
20793 <lyxtabular version="3" rows="6" columns="1">
20794 <features tabularvalignment="middle">
20795 <column alignment="left" valignment="top">
20796 <row>
20797 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 Normal, g
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 </row>
20807 <row>
20808 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812
20813 \size large
20814 \begin_inset ERT
20815 status collapsed
20816
20817 \begin_layout Plain Layout
20818
20819
20820 \backslash
20821 strut 
20822 \end_layout
20823
20824 \end_inset
20825
20826 Large
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 </row>
20832 <row>
20833 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837
20838 \size larger
20839 \begin_inset ERT
20840 status collapsed
20841
20842 \begin_layout Plain Layout
20843
20844
20845 \backslash
20846 strut 
20847 \end_layout
20848
20849 \end_inset
20850
20851 Larger
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 </row>
20857 <row>
20858 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862
20863 \size largest
20864 \begin_inset ERT
20865 status collapsed
20866
20867 \begin_layout Plain Layout
20868
20869
20870 \backslash
20871 strut 
20872 \end_layout
20873
20874 \end_inset
20875
20876 Largest
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 </row>
20882 <row>
20883 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \size huge
20889 \begin_inset ERT
20890 status collapsed
20891
20892 \begin_layout Plain Layout
20893
20894
20895 \backslash
20896 strut 
20897 \end_layout
20898
20899 \end_inset
20900
20901 Huge
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 </row>
20907 <row>
20908 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912
20913 \size giant
20914 \begin_inset ERT
20915 status collapsed
20916
20917 \begin_layout Plain Layout
20918
20919
20920 \backslash
20921 strut 
20922 \end_layout
20923
20924 \end_inset
20925
20926
20927 \size huge
20928 Huger
20929 \end_layout
20930
20931 \end_inset
20932 </cell>
20933 </row>
20934 </lyxtabular>
20935
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \end_inset
20942
20943
20944 \begin_inset space \hfill{}
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951
20952
20953 \end_layout
20954
20955 \begin_layout Standard
20956 \begin_inset Newpage newpage
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \begin_layout Subsection
20963 Alignements de cellules spéciaux
20964 \begin_inset CommandInset label
20965 LatexCommand label
20966 name "subsec:Alignements-de-cellules"
20967
20968 \end_inset
20969
20970
20971 \begin_inset Index idx
20972 status collapsed
20973
20974 \begin_layout Plain Layout
20975 Personnalisation des tableaux ! Alignement de cellules spéciaux
20976 \end_layout
20977
20978 \end_inset
20979
20980
20981 \end_layout
20982
20983 \begin_layout Standard
20984 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20985  cellules sur un caractère donné, par exemple le séparateur décimal comme
20986  dans le tableau
20987 \begin_inset space ~
20988 \end_inset
20989
20990
20991 \begin_inset CommandInset ref
20992 LatexCommand ref
20993 reference "tab:Tableau-centré-sur-séparateur-1"
20994
20995 \end_inset
20996
20997 .
20998  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20999  soit en appuyant sur le bouton 
21000 \begin_inset Info
21001 type  "icon"
21002 arg   "inset-modify tabular align-decimal"
21003 \end_inset
21004
21005  de la barre d'outils ou en modifiant le paramètre 
21006 \family sans
21007 Alignement horizontal
21008 \family default
21009  à 
21010 \family sans
21011 Au séparateur décimal
21012 \family default
21013 .
21014  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
21015  dans les paramètres du tableau.
21016 \end_layout
21017
21018 \begin_layout Standard
21019 \begin_inset Float table
21020 placement h
21021 wide false
21022 sideways false
21023 status open
21024
21025 \begin_layout Plain Layout
21026 \begin_inset Caption Standard
21027
21028 \begin_layout Plain Layout
21029 \begin_inset CommandInset label
21030 LatexCommand label
21031 name "tab:Tableau-centré-sur-séparateur-1"
21032
21033 \end_inset
21034
21035 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
21036 \end_layout
21037
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \begin_layout Plain Layout
21044 \align center
21045 \begin_inset Tabular
21046 <lyxtabular version="3" rows="4" columns="1">
21047 <features booktabs="true" tabularvalignment="middle">
21048 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
21049 <row>
21050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 en-tête
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 </row>
21060 <row>
21061 <cell alignment="center" valignment="top" topline="true" usebox="none">
21062 \begin_inset Text
21063
21064 \begin_layout Plain Layout
21065 12,6
21066 \end_layout
21067
21068 \end_inset
21069 </cell>
21070 </row>
21071 <row>
21072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21073 \begin_inset Text
21074
21075 \begin_layout Plain Layout
21076 0,68
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 </row>
21082 <row>
21083 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21084 \begin_inset Text
21085
21086 \begin_layout Plain Layout
21087 -123,0
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 </lyxtabular>
21094
21095 \end_inset
21096
21097
21098 \end_layout
21099
21100 \end_inset
21101
21102
21103 \end_layout
21104
21105 \begin_layout Standard
21106 \begin_inset Float table
21107 placement h
21108 wide false
21109 sideways false
21110 status open
21111
21112 \begin_layout Plain Layout
21113 \begin_inset Caption Standard
21114
21115 \begin_layout Plain Layout
21116 \begin_inset CommandInset label
21117 LatexCommand label
21118 name "tab:Tableau-centré-sur-séparateur-2"
21119
21120 \end_inset
21121
21122 Les cellules d'une colonnes sont centrées sur les opérateurs.
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Plain Layout
21131 \align center
21132 \begin_inset Tabular
21133 <lyxtabular version="3" rows="4" columns="2">
21134 <features booktabs="true" tabularvalignment="middle">
21135 <column alignment="right" valignment="top" width="0pt">
21136 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21137 <row>
21138 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142 en-tête
21143 \end_layout
21144
21145 \end_inset
21146 </cell>
21147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21148 \begin_inset Text
21149
21150 \begin_layout Plain Layout
21151
21152 \end_layout
21153
21154 \end_inset
21155 </cell>
21156 </row>
21157 <row>
21158 <cell alignment="center" valignment="top" usebox="none">
21159 \begin_inset Text
21160
21161 \begin_layout Plain Layout
21162 \begin_inset Formula $12\,+$
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 \begin_inset Formula $\,6$
21175 \end_inset
21176
21177
21178 \end_layout
21179
21180 \end_inset
21181 </cell>
21182 </row>
21183 <row>
21184 <cell alignment="center" valignment="top" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $0\,-$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 \begin_inset Formula $\,68$
21201 \end_inset
21202
21203
21204 \end_layout
21205
21206 \end_inset
21207 </cell>
21208 </row>
21209 <row>
21210 <cell alignment="center" valignment="top" usebox="none">
21211 \begin_inset Text
21212
21213 \begin_layout Plain Layout
21214 \begin_inset Formula $-123\,/$
21215 \end_inset
21216
21217
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 \begin_inset Formula $\,0$
21227 \end_inset
21228
21229
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 </row>
21235 </lyxtabular>
21236
21237 \end_inset
21238
21239
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \begin_layout Standard
21248 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21249  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21250  formules.
21251  Dans ce cas on doit utiliser la méthode du tableau
21252 \begin_inset space ~
21253 \end_inset
21254
21255
21256 \begin_inset CommandInset ref
21257 LatexCommand ref
21258 reference "tab:Tableau-centré-sur-séparateur-2"
21259
21260 \end_inset
21261
21262 .
21263  Ce tableau a été créé comme un tableau 4×2.
21264  L'en-tête est une cellule multi-colonnes centrée.
21265  La première colonne est alignée à droite et contient la première partie
21266  et inclue l'opérateur.
21267  La seconde colonne contient le reste de la cellule aligné à gauche.
21268  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21269  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21270  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21271  tableau, le paramètre \SpecialChar LaTeX
21272  suivant a été utilisé pour la deuxième colonne :
21273 \end_layout
21274
21275 \begin_layout Standard
21276
21277 \series bold
21278 @{}l
21279 \end_layout
21280
21281 \begin_layout Standard
21282 Le tableau
21283 \begin_inset space ~
21284 \end_inset
21285
21286
21287 \begin_inset CommandInset ref
21288 LatexCommand ref
21289 reference "tab:Plusieurs-exemples-alignements"
21290
21291 \end_inset
21292
21293  montre quelques exemples d'alignements.
21294  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21295  comme pour la deuxième colonne du tableau
21296 \begin_inset space ~
21297 \end_inset
21298
21299
21300 \begin_inset CommandInset ref
21301 LatexCommand ref
21302 reference "tab:Tableau-centré-sur-séparateur-2"
21303
21304 \end_inset
21305
21306 .
21307 \end_layout
21308
21309 \begin_layout Standard
21310 \begin_inset Float table
21311 wide false
21312 sideways false
21313 status open
21314
21315 \begin_layout Plain Layout
21316 \begin_inset Caption Standard
21317
21318 \begin_layout Plain Layout
21319 \begin_inset CommandInset label
21320 LatexCommand label
21321 name "tab:Plusieurs-exemples-alignements"
21322
21323 \end_inset
21324
21325 Plusieurs exemples d'alignement de cellules.
21326 \end_layout
21327
21328 \end_inset
21329
21330
21331 \end_layout
21332
21333 \begin_layout Plain Layout
21334 \align center
21335 \begin_inset Tabular
21336 <lyxtabular version="3" rows="4" columns="6">
21337 <features tabularvalignment="middle">
21338 <column alignment="right" valignment="top">
21339 <column alignment="left" valignment="top" special="@{}l">
21340 <column alignment="right" valignment="top">
21341 <column alignment="left" valignment="top" special="@{}l">
21342 <column alignment="right" valignment="top">
21343 <column alignment="left" valignment="top" special="@{}l">
21344 <row>
21345 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 unités
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 exposants
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21373 \begin_inset Text
21374
21375 \begin_layout Plain Layout
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385 relations
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 </row>
21400 <row>
21401 <cell alignment="center" valignment="top" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 12×
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 24
21415 \begin_inset space \thinspace{}
21416 \end_inset
21417
21418 bouteilles
21419 \end_layout
21420
21421 \end_inset
21422 </cell>
21423 <cell alignment="center" valignment="top" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427 \begin_inset Formula $10\cdot$
21428 \end_inset
21429
21430
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $10^{\mbox{-}17}$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 <cell alignment="center" valignment="top" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451 \begin_inset Formula $\Gamma(t)\propto$
21452 \end_inset
21453
21454
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\:\Upsilon(t)$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477 1024×
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21483 \begin_inset Text
21484
21485 \begin_layout Plain Layout
21486 768
21487 \begin_inset space \thinspace{}
21488 \end_inset
21489
21490 Pixels
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 \begin_inset Formula $5.78\cdot$
21500 \end_inset
21501
21502
21503 \end_layout
21504
21505 \end_inset
21506 </cell>
21507 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21508 \begin_inset Text
21509
21510 \begin_layout Plain Layout
21511 \begin_inset Formula $10^{7}$
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $A\ne$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 <cell alignment="center" valignment="top" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 \begin_inset Formula $\:B_{\mathrm{red}}$
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 </row>
21544 <row>
21545 <cell alignment="center" valignment="top" usebox="none">
21546 \begin_inset Text
21547
21548 \begin_layout Plain Layout
21549 32×
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21555 \begin_inset Text
21556
21557 \begin_layout Plain Layout
21558 6
21559 \begin_inset space \thinspace{}
21560 \end_inset
21561
21562 cm
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 -
21572 \begin_inset Formula $33.5\cdot$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 \begin_inset Formula $10^{4}$
21585 \end_inset
21586
21587
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\sin(\alpha)\ge$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\:\sin(\beta)$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 </lyxtabular>
21618
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \begin_layout Subsection
21630 Formats de cellule et de colonne personnalisés
21631 \begin_inset CommandInset label
21632 LatexCommand label
21633 name "subsec:Formats-personnalisés"
21634
21635 \end_inset
21636
21637
21638 \begin_inset Index idx
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642 Personnalisation des tableaux !  Format de cellule/colonne
21643 \end_layout
21644
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21652 \begin_inset space ~
21653 \end_inset
21654
21655
21656 \begin_inset CommandInset ref
21657 LatexCommand ref
21658 reference "sec:Table-Width-Calculation"
21659
21660 \end_inset
21661
21662  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21663  la section
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "subsec:Calculs-multicolonnes"
21671
21672 \end_inset
21673
21674  peut devenir très pénible si vous avez plusieurs tableaux.
21675  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21676  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21677  du document.
21678  Le format est défini avec la commande
21679 \end_layout
21680
21681 \begin_layout Standard
21682
21683 \series bold
21684
21685 \backslash
21686 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21687 \end_layout
21688
21689 \begin_layout Standard
21690 Le nom du format peut n'avoir qu'une lettre.
21691  Les lettres 
21692 \emph on
21693 b
21694 \emph default
21695
21696 \emph on
21697 c
21698 \emph default
21699
21700 \emph on
21701 l
21702 \emph default
21703
21704 \emph on
21705 m
21706 \emph default
21707
21708 \emph on
21709 p
21710 \emph default
21711  et 
21712 \emph on
21713 r
21714 \emph default
21715  sont prédéfinies et donc ne peuvent être utilisées.
21716  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21717 \end_layout
21718
21719 \begin_layout Standard
21720 \begin_inset VSpace medskip
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \begin_layout Standard
21727 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21728  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21729  :
21730 \end_layout
21731
21732 \begin_layout Standard
21733
21734 \series bold
21735
21736 \backslash
21737 newcolumntype{M}[1]{>{
21738 \backslash
21739 centering
21740 \backslash
21741 hspace{0pt}}m{#1}}
21742 \end_layout
21743
21744 \begin_layout Standard
21745 Où le 
21746 \series bold
21747
21748 \backslash
21749 hspace{0pt}
21750 \series default
21751  évite le problème de césure du premier mot, comme c'est décrit en section
21752 \begin_inset space ~
21753 \end_inset
21754
21755
21756 \begin_inset CommandInset ref
21757 LatexCommand ref
21758 reference "subsec:Lignes-multiple-dans-cellule"
21759
21760 \end_inset
21761
21762 .
21763  Ensuite, vous pouvez entrer
21764 \end_layout
21765
21766 \begin_layout Standard
21767
21768 \series bold
21769 M{width}
21770 \end_layout
21771
21772 \begin_layout Standard
21773 comme paramètre \SpecialChar LaTeX
21774  dans la fenêtre de dialogue de tableau pour créer une multi-col
21775 onnes.
21776 \end_layout
21777
21778 \begin_layout Standard
21779 \begin_inset VSpace bigskip
21780 \end_inset
21781
21782
21783 \end_layout
21784
21785 \begin_layout Standard
21786 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21787  pouvez définir le format
21788 \end_layout
21789
21790 \begin_layout Standard
21791
21792 \series bold
21793
21794 \backslash
21795 newcolumntype{S}[2]{>{
21796 \backslash
21797 centering
21798 \backslash
21799 hspace{0pt}}
21800 \begin_inset Newline newline
21801 \end_inset
21802
21803
21804 \begin_inset Phantom HPhantom
21805 status open
21806
21807 \begin_layout Plain Layout
21808
21809 \series bold
21810
21811 \backslash
21812 newcolumntype{S}[2]
21813 \end_layout
21814
21815 \end_inset
21816
21817 m{(#1+(2
21818 \backslash
21819 tabcolsep+
21820 \backslash
21821 arrayrulewidth)*(1-#2))/#2}}
21822 \end_layout
21823
21824 \begin_layout Standard
21825 Ce format utilise l'équation
21826 \begin_inset space ~
21827 \end_inset
21828
21829
21830 \begin_inset CommandInset ref
21831 LatexCommand eqref
21832 reference "eq:Wgn"
21833
21834 \end_inset
21835
21836  pour calculer la largeur que doit avoir chacune des cellules couverte par
21837  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21838 \end_layout
21839
21840 \begin_layout Standard
21841 Ensuite, vous pouvez entrer
21842 \end_layout
21843
21844 \begin_layout Standard
21845
21846 \series bold
21847 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21848 \end_layout
21849
21850 \begin_layout Standard
21851 comme paramètre \SpecialChar LaTeX
21852  de la colonne.
21853 \end_layout
21854
21855 \begin_layout Standard
21856 \begin_inset VSpace bigskip
21857 \end_inset
21858
21859
21860 \end_layout
21861
21862 \begin_layout Standard
21863 Pour des colonnes colorées, vous pouvez définir
21864 \end_layout
21865
21866 \begin_layout Standard
21867
21868 \series bold
21869
21870 \backslash
21871 newcolumntype{K}[1]{>{
21872 \backslash
21873 columncolor{#1}
21874 \backslash
21875 hspace{0pt}}c}
21876 \end_layout
21877
21878 \begin_layout Standard
21879 Le 
21880 \begin_inset Quotes fld
21881 \end_inset
21882
21883 c
21884 \begin_inset Quotes frd
21885 \end_inset
21886
21887  à la fin crée une colonne de largeur variable dont le texte est centré
21888  horizontalement.
21889  Vous pouvez maintenant entrer
21890 \end_layout
21891
21892 \begin_layout Standard
21893
21894 \series bold
21895 K{nom de couleur}
21896 \end_layout
21897
21898 \begin_layout Standard
21899 comme paramètre \SpecialChar LaTeX
21900 .
21901 \end_layout
21902
21903 \begin_layout Standard
21904 \begin_inset VSpace bigskip
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \begin_layout Standard
21911 Pour créer le tableau
21912 \begin_inset space ~
21913 \end_inset
21914
21915
21916 \begin_inset CommandInset ref
21917 LatexCommand ref
21918 reference "tab:Tableau-formats-personnalisés"
21919
21920 \end_inset
21921
21922  utilisez les paramètres \SpecialChar LaTeX
21923
21924 \end_layout
21925
21926 \begin_layout Standard
21927
21928 \series bold
21929 M{2.5cm}
21930 \end_layout
21931
21932 \begin_layout Standard
21933 pour la première colonne et la multi-colonnes,
21934 \end_layout
21935
21936 \begin_layout Standard
21937
21938 \series bold
21939 K{red}
21940 \end_layout
21941
21942 \begin_layout Standard
21943 pour la dernière colonne, et
21944 \end_layout
21945
21946 \begin_layout Standard
21947
21948 \series bold
21949 S{2.5cm}{2}
21950 \end_layout
21951
21952 \begin_layout Standard
21953 pour les cellules de la deuxième colonne.
21954 \end_layout
21955
21956 \begin_layout Standard
21957 \begin_inset Float table
21958 placement h
21959 wide false
21960 sideways false
21961 status open
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Caption Standard
21965
21966 \begin_layout Plain Layout
21967 \begin_inset CommandInset label
21968 LatexCommand label
21969 name "tab:Tableau-formats-personnalisés"
21970
21971 \end_inset
21972
21973 Tableau utilisant des formats personnalisés
21974 \end_layout
21975
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \begin_layout Plain Layout
21982 \align center
21983 \begin_inset Tabular
21984 <lyxtabular version="3" rows="3" columns="4">
21985 <features tabularvalignment="middle">
21986 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21987 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21988 <column alignment="center" valignment="middle">
21989 <column alignment="center" valignment="middle" special="K{red}">
21990 <row>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 motTrèsLongDansUneCellule
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 multi-colonnes avec multi-lignes
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 c
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 <row>
22029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22030 \begin_inset Text
22031
22032 \begin_layout Plain Layout
22033 d
22034 \end_layout
22035
22036 \end_inset
22037 </cell>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 e
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 f
22052 \end_layout
22053
22054 \end_inset
22055 </cell>
22056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22057 \begin_inset Text
22058
22059 \begin_layout Plain Layout
22060 g
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 h
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 i
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 j
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 k
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 </lyxtabular>
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Subsection
22117 Épaisseur des filets
22118 \begin_inset CommandInset label
22119 LatexCommand label
22120 name "subsec:Epaisseur-filets"
22121
22122 \end_inset
22123
22124
22125 \begin_inset Index idx
22126 status collapsed
22127
22128 \begin_layout Plain Layout
22129 Personnalisation des tableaux ! Épaisseur filets
22130 \end_layout
22131
22132 \end_inset
22133
22134
22135 \end_layout
22136
22137 \begin_layout Standard
22138 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22139  
22140 \series bold
22141
22142 \backslash
22143 arrayrulewidth
22144 \series default
22145 .
22146  Pour mettre, par exemple, une épaisseur de filet de 1.5
22147 \begin_inset space \thinspace{}
22148 \end_inset
22149
22150 pt, comme pour le tableau
22151 \begin_inset space ~
22152 \end_inset
22153
22154
22155 \begin_inset CommandInset ref
22156 LatexCommand ref
22157 reference "tab:Tableau-filets-1.5pt"
22158
22159 \end_inset
22160
22161 , insérez la commande
22162 \end_layout
22163
22164 \begin_layout Standard
22165
22166 \series bold
22167
22168 \backslash
22169 setlength{
22170 \backslash
22171 arrayrulewidth}{1.5pt}
22172 \end_layout
22173
22174 \begin_layout Standard
22175 en code \SpecialChar TeX
22176  avant le tableau ou le flottant de tableau.
22177  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22178  suivent.
22179  pour revenir aux valeurs implicites, mettez 
22180 \series bold
22181
22182 \backslash
22183 arrayrulewidth
22184 \series default
22185  à 0.4
22186 \begin_inset space \thinspace{}
22187 \end_inset
22188
22189 pt en utilisant du code \SpecialChar LaTeX
22190  après le tableau ou le flottant de tableau.
22191 \end_layout
22192
22193 \begin_layout Standard
22194 \begin_inset ERT
22195 status collapsed
22196
22197 \begin_layout Plain Layout
22198
22199
22200 \backslash
22201 setlength{
22202 \backslash
22203 arrayrulewidth}{1.5pt}
22204 \end_layout
22205
22206 \end_inset
22207
22208
22209 \begin_inset Float table
22210 wide false
22211 sideways false
22212 status open
22213
22214 \begin_layout Plain Layout
22215 \begin_inset Caption Standard
22216
22217 \begin_layout Plain Layout
22218 \begin_inset CommandInset label
22219 LatexCommand label
22220 name "tab:Tableau-filets-1.5pt"
22221
22222 \end_inset
22223
22224 Tableau avec des filets de 1.5
22225 \begin_inset space \thinspace{}
22226 \end_inset
22227
22228 pt
22229 \end_layout
22230
22231 \end_inset
22232
22233
22234 \end_layout
22235
22236 \begin_layout Plain Layout
22237 \align center
22238 \begin_inset Tabular
22239 <lyxtabular version="3" rows="3" columns="3">
22240 <features tabularvalignment="middle">
22241 <column alignment="center" valignment="top">
22242 <column alignment="center" valignment="top">
22243 <column alignment="center" valignment="top">
22244 <row>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249 sd
22250 \end_layout
22251
22252 \end_inset
22253 </cell>
22254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 <row>
22274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 sd
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316
22317 \end_layout
22318
22319 \end_inset
22320 </cell>
22321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325 sd
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 </row>
22331 </lyxtabular>
22332
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \begin_inset ERT
22342 status collapsed
22343
22344 \begin_layout Plain Layout
22345
22346
22347 \backslash
22348 setlength{
22349 \backslash
22350 arrayrulewidth}{0.4pt}
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359 \begin_inset VSpace bigskip
22360 \end_inset
22361
22362 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22363 \begin_inset space \thinspace{}
22364 \end_inset
22365
22366 pt, comme dans le tableau
22367 \begin_inset space ~
22368 \end_inset
22369
22370
22371 \begin_inset CommandInset ref
22372 LatexCommand ref
22373 reference "tab:Tableau-filets-horizontaux-1.5pt"
22374
22375 \end_inset
22376
22377 , insérez les commandes suivantes en code \SpecialChar TeX
22378  avant le tableau ou le flottant
22379  de tableau :
22380 \end_layout
22381
22382 \begin_layout Standard
22383
22384 \series bold
22385
22386 \backslash
22387 let
22388 \backslash
22389 myHline
22390 \backslash
22391 hline
22392 \begin_inset Newline newline
22393 \end_inset
22394
22395
22396 \backslash
22397 renewcommand{
22398 \backslash
22399 hline}
22400 \begin_inset Newline newline
22401 \end_inset
22402
22403  {
22404 \backslash
22405 noalign{
22406 \backslash
22407 global
22408 \backslash
22409 arrayrulewidth 1.5pt}
22410 \begin_inset Newline newline
22411 \end_inset
22412
22413  
22414 \backslash
22415 myHline
22416 \backslash
22417 noalign{
22418 \backslash
22419 global
22420 \backslash
22421 arrayrulewidth 0.4pt}}
22422 \end_layout
22423
22424 \begin_layout Standard
22425 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22426  en code \SpecialChar TeX
22427  après le tableau ou le flottant de tableau :
22428 \end_layout
22429
22430 \begin_layout Standard
22431
22432 \series bold
22433
22434 \backslash
22435 renewcommand{
22436 \backslash
22437 hline}{
22438 \backslash
22439 myHline}
22440 \end_layout
22441
22442 \begin_layout Standard
22443 \begin_inset ERT
22444 status collapsed
22445
22446 \begin_layout Plain Layout
22447
22448
22449 \backslash
22450 let
22451 \backslash
22452 myHline
22453 \backslash
22454 hline
22455 \end_layout
22456
22457 \begin_layout Plain Layout
22458
22459
22460 \backslash
22461 renewcommand{
22462 \backslash
22463 hline}
22464 \end_layout
22465
22466 \begin_layout Plain Layout
22467
22468  {
22469 \backslash
22470 noalign{
22471 \backslash
22472 global
22473 \backslash
22474 arrayrulewidth 1.5pt}
22475 \end_layout
22476
22477 \begin_layout Plain Layout
22478
22479   
22480 \backslash
22481 myHline
22482 \backslash
22483 noalign{
22484 \backslash
22485 global
22486 \backslash
22487 arrayrulewidth 0.4pt}}
22488 \end_layout
22489
22490 \end_inset
22491
22492
22493 \begin_inset Float table
22494 wide false
22495 sideways false
22496 status open
22497
22498 \begin_layout Plain Layout
22499 \begin_inset Caption Standard
22500
22501 \begin_layout Plain Layout
22502 \begin_inset CommandInset label
22503 LatexCommand label
22504 name "tab:Tableau-filets-horizontaux-1.5pt"
22505
22506 \end_inset
22507
22508 Tableau avec des filets horizontaux de 1.5
22509 \begin_inset space \thinspace{}
22510 \end_inset
22511
22512 pt
22513 \end_layout
22514
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \begin_layout Plain Layout
22521 \align center
22522 \begin_inset Tabular
22523 <lyxtabular version="3" rows="3" columns="3">
22524 <features tabularvalignment="middle">
22525 <column alignment="center" valignment="top">
22526 <column alignment="center" valignment="top">
22527 <column alignment="center" valignment="top">
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533 sd
22534 \end_layout
22535
22536 \end_inset
22537 </cell>
22538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22539 \begin_inset Text
22540
22541 \begin_layout Plain Layout
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22548 \begin_inset Text
22549
22550 \begin_layout Plain Layout
22551
22552 \end_layout
22553
22554 \end_inset
22555 </cell>
22556 </row>
22557 <row>
22558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22559 \begin_inset Text
22560
22561 \begin_layout Plain Layout
22562
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 sd
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 </row>
22586 <row>
22587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 sd
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 </row>
22615 </lyxtabular>
22616
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623
22624
22625 \begin_inset ERT
22626 status collapsed
22627
22628 \begin_layout Plain Layout
22629
22630
22631 \backslash
22632 renewcommand{
22633 \backslash
22634 hline}{
22635 \backslash
22636 myHline}
22637 \end_layout
22638
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 \begin_inset VSpace bigskip
22646 \end_inset
22647
22648 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22649 \begin_inset space \thinspace{}
22650 \end_inset
22651
22652 pt, créez le format de colonne suivant dans le préambule, en suivant la
22653  description de la section
22654 \begin_inset space ~
22655 \end_inset
22656
22657
22658 \begin_inset CommandInset ref
22659 LatexCommand ref
22660 reference "subsec:Formats-personnalisés"
22661
22662 \end_inset
22663
22664 :
22665 \end_layout
22666
22667 \begin_layout Standard
22668
22669 \series bold
22670
22671 \backslash
22672 newcolumntype{V}{!{
22673 \backslash
22674 vrule width 1.5pt}}
22675 \end_layout
22676
22677 \begin_layout Standard
22678 Pour le tableau
22679 \begin_inset space ~
22680 \end_inset
22681
22682
22683 \begin_inset CommandInset ref
22684 LatexCommand ref
22685 reference "tab:Tableau-filets-verticaux-1.5pt"
22686
22687 \end_inset
22688
22689  le paramètre \SpecialChar LaTeX
22690  
22691 \end_layout
22692
22693 \begin_layout Standard
22694
22695 \series bold
22696 VcV
22697 \end_layout
22698
22699 \begin_layout Standard
22700 a été utilisé pour la dernière colonne et
22701 \end_layout
22702
22703 \begin_layout Standard
22704
22705 \series bold
22706 Vc
22707 \end_layout
22708
22709 \begin_layout Standard
22710 pour les autres colonnes.
22711 \end_layout
22712
22713 \begin_layout Standard
22714 \begin_inset Float table
22715 wide false
22716 sideways false
22717 status open
22718
22719 \begin_layout Plain Layout
22720 \begin_inset Caption Standard
22721
22722 \begin_layout Plain Layout
22723 \begin_inset CommandInset label
22724 LatexCommand label
22725 name "tab:Tableau-filets-verticaux-1.5pt"
22726
22727 \end_inset
22728
22729 Tableau avec des filets verticaux de 1.5
22730 \begin_inset space \thinspace{}
22731 \end_inset
22732
22733 pt 
22734 \end_layout
22735
22736 \end_inset
22737
22738
22739 \end_layout
22740
22741 \begin_layout Plain Layout
22742 \align center
22743 \begin_inset Tabular
22744 <lyxtabular version="3" rows="3" columns="3">
22745 <features tabularvalignment="middle">
22746 <column alignment="center" valignment="top" special="Vc">
22747 <column alignment="center" valignment="top" special="Vc">
22748 <column alignment="center" valignment="top" special="VcV">
22749 <row>
22750 <cell alignment="center" valignment="top" topline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 sd
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 <cell alignment="center" valignment="top" topline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 </row>
22778 <row>
22779 <cell alignment="center" valignment="top" topline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 <cell alignment="center" valignment="top" topline="true" usebox="none">
22789 \begin_inset Text
22790
22791 \begin_layout Plain Layout
22792 sd
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" topline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 sd
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 </lyxtabular>
22837
22838 \end_inset
22839
22840
22841 \end_layout
22842
22843 \end_inset
22844
22845
22846 \end_layout
22847
22848 \begin_layout Subsection
22849 Filets à traits interrompus
22850 \begin_inset Index idx
22851 status collapsed
22852
22853 \begin_layout Plain Layout
22854 Personnalisation des tableaux ! Filets à traits interrompus
22855 \end_layout
22856
22857 \end_inset
22858
22859
22860 \end_layout
22861
22862 \begin_layout Standard
22863 \begin_inset ERT
22864 status collapsed
22865
22866 \begin_layout Plain Layout
22867
22868
22869 \backslash
22870 ifarydshln
22871 \end_layout
22872
22873 \end_inset
22874
22875
22876 \begin_inset Note Note
22877 status open
22878
22879 \begin_layout Plain Layout
22880 La section suivante ne s'affichera que si vous avez installé le paquetage
22881  \SpecialChar LaTeX
22882  
22883 \series bold
22884 arydshln
22885 \series default
22886 .
22887 \end_layout
22888
22889 \end_inset
22890
22891
22892 \end_layout
22893
22894 \begin_layout Standard
22895 \begin_inset Float table
22896 placement H
22897 wide false
22898 sideways false
22899 status open
22900
22901 \begin_layout Plain Layout
22902 \begin_inset Caption Standard
22903
22904 \begin_layout Plain Layout
22905 \begin_inset CommandInset label
22906 LatexCommand label
22907 name "tab:Tableau-filets-tirets"
22908
22909 \end_inset
22910
22911 Tableau avec des filets à traits interrompus
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Plain Layout
22920 \align center
22921 \begin_inset Tabular
22922 <lyxtabular version="3" rows="5" columns="5">
22923 <features tabularvalignment="middle">
22924 <column alignment="center" valignment="top">
22925 <column alignment="center" valignment="top">
22926 <column alignment="center" valignment="top" special=":c">
22927 <column alignment="center" valignment="top">
22928 <column alignment="center" valignment="top">
22929 <row>
22930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 a
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 b
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 c
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 d
22962 \end_layout
22963
22964 \end_inset
22965 </cell>
22966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970 e
22971 \end_layout
22972
22973 \end_inset
22974 </cell>
22975 </row>
22976 <row>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 f
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 g
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 <cell alignment="center" valignment="top" topline="true" usebox="none">
22996 \begin_inset Text
22997
22998 \begin_layout Plain Layout
22999 h
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23005 \begin_inset Text
23006
23007 \begin_layout Plain Layout
23008 i
23009 \end_layout
23010
23011 \end_inset
23012 </cell>
23013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23014 \begin_inset Text
23015
23016 \begin_layout Plain Layout
23017 j
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 \begin_inset ERT
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032
23033
23034 \backslash
23035 hdashline 
23036 \end_layout
23037
23038 \end_inset
23039
23040 k
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 l
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058 m
23059 \end_layout
23060
23061 \end_inset
23062 </cell>
23063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23064 \begin_inset Text
23065
23066 \begin_layout Plain Layout
23067 n
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 o
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset ERT
23088 status collapsed
23089
23090 \begin_layout Plain Layout
23091
23092
23093 \backslash
23094 cdashline{4-5}
23095 \end_layout
23096
23097 \end_inset
23098
23099 p
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23105 \begin_inset Text
23106
23107 \begin_layout Plain Layout
23108 q
23109 \end_layout
23110
23111 \end_inset
23112 </cell>
23113 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117 r
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 s
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 t
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 u
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 v
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23170 \begin_inset Text
23171
23172 \begin_layout Plain Layout
23173 w
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 x
23183 \end_layout
23184
23185 \end_inset
23186 </cell>
23187 </row>
23188 </lyxtabular>
23189
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Standard
23201 \SpecialChar LyX
23202  ne gère pas de façon native les filets à lignes interrompues, vous devez
23203  donc employer du code \SpecialChar TeX
23204 .
23205  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23206  
23207 \series bold
23208 arydshln
23209 \series default
23210
23211 \begin_inset Index idx
23212 status collapsed
23213
23214 \begin_layout Plain Layout
23215 Paquetages \SpecialChar LaTeX
23216  ! arydshln
23217 \end_layout
23218
23219 \end_inset
23220
23221  dans le préambule du document avec la commande 
23222 \end_layout
23223
23224 \begin_layout Standard
23225
23226 \series bold
23227
23228 \backslash
23229 usepackage{arydshln}
23230 \end_layout
23231
23232 \begin_layout Standard
23233 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23234  
23235 \begin_inset Quotes fld
23236 \end_inset
23237
23238 :
23239 \begin_inset Quotes frd
23240 \end_inset
23241
23242  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23243  dans
23244  la fenêtre de dialogue de paramètre du tableau.
23245 \end_layout
23246
23247 \begin_layout Standard
23248 Pour un trait horizontal interrompu, ajoutez la commande
23249 \end_layout
23250
23251 \begin_layout Standard
23252
23253 \series bold
23254
23255 \backslash
23256 hdashline
23257 \end_layout
23258
23259 \begin_layout Standard
23260 en code \SpecialChar TeX
23261  comme premier élément de la première cellule de la ligne de tableau.
23262 \end_layout
23263
23264 \begin_layout Standard
23265 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23266  commande 
23267 \end_layout
23268
23269 \begin_layout Standard
23270
23271 \series bold
23272
23273 \backslash
23274 cdashline{
23275 \series default
23276 numéros de colonnes}
23277 \end_layout
23278
23279 \begin_layout Standard
23280 en code \SpecialChar TeX
23281  comme premier élément de la première cellule de la ligne.
23282  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23283  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23284 \end_layout
23285
23286 \begin_layout Standard
23287
23288 \series bold
23289
23290 \backslash
23291 cdashline{2-4}
23292 \end_layout
23293
23294 \begin_layout Standard
23295 comme premier élément de la première cellule de la ligne contenant la multi-colo
23296 nnes.
23297 \end_layout
23298
23299 \begin_layout Standard
23300 \begin_inset VSpace bigskip
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \begin_layout Standard
23307 Le tableau
23308 \begin_inset space ~
23309 \end_inset
23310
23311
23312 \begin_inset CommandInset ref
23313 LatexCommand ref
23314 reference "tab:Tableau-filets-tirets"
23315
23316 \end_inset
23317
23318  a été créé en utilisant 
23319 \begin_inset Quotes fld
23320 \end_inset
23321
23322
23323 \series bold
23324 :c
23325 \series default
23326
23327 \begin_inset Quotes frd
23328 \end_inset
23329
23330  comme paramètre \SpecialChar LaTeX
23331  pour la troisième colonne.
23332  La commande en code \SpecialChar TeX
23333  
23334 \series bold
23335
23336 \backslash
23337 hdashline
23338 \series default
23339  a été insérée dans la première cellule de la troisième ligne et la commande
23340  en code \SpecialChar TeX
23341  
23342 \series bold
23343
23344 \backslash
23345 cdashline{4-5}
23346 \series default
23347  a été insérée dans la première cellule de la quatrième ligne.
23348 \end_layout
23349
23350 \begin_layout Standard
23351 \begin_inset VSpace bigskip
23352 \end_inset
23353
23354 Les filets interrompus peuvent également colorés comme indiqué tableau
23355 \begin_inset space ~
23356 \end_inset
23357
23358
23359 \begin_inset CommandInset ref
23360 LatexCommand ref
23361 reference "tab:Colored-table-with"
23362
23363 \end_inset
23364
23365 .
23366 \end_layout
23367
23368 \begin_layout Standard
23369 \begin_inset ERT
23370 status collapsed
23371
23372 \begin_layout Plain Layout
23373
23374
23375 \backslash
23376 setlength{
23377 \backslash
23378 arrayrulewidth}{1pt}
23379 \end_layout
23380
23381 \end_inset
23382
23383
23384 \begin_inset Note Note
23385 status collapsed
23386
23387 \begin_layout Plain Layout
23388 filets épaissis pour un meilleur affichage de la couleur du file
23389 \lang english
23390 t
23391 \end_layout
23392
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \begin_layout Standard
23399 \begin_inset ERT
23400 status collapsed
23401
23402 \begin_layout Plain Layout
23403
23404
23405 \backslash
23406 dashgapcolor{green}
23407 \end_layout
23408
23409 \end_inset
23410
23411
23412 \begin_inset Note Note
23413 status collapsed
23414
23415 \begin_layout Plain Layout
23416 espaces entre les tirets en vert
23417 \end_layout
23418
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \begin_layout Standard
23425 \begin_inset ERT
23426 status collapsed
23427
23428 \begin_layout Plain Layout
23429
23430
23431 \backslash
23432 let
23433 \backslash
23434 myHdashline
23435 \backslash
23436 hdashline
23437 \end_layout
23438
23439 \begin_layout Plain Layout
23440
23441
23442 \backslash
23443 renewcommand{
23444 \backslash
23445 hdashline}
23446 \end_layout
23447
23448 \begin_layout Plain Layout
23449
23450  {
23451 \backslash
23452 arrayrulecolor{red}
23453 \backslash
23454 myHdashline
23455 \backslash
23456 arrayrulecolor{black}}
23457 \end_layout
23458
23459 \end_inset
23460
23461
23462 \begin_inset Note Note
23463 status collapsed
23464
23465 \begin_layout Plain Layout
23466 filets interrompus horizontaux en rouge
23467 \end_layout
23468
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \begin_layout Standard
23475 \begin_inset ERT
23476 status collapsed
23477
23478 \begin_layout Plain Layout
23479
23480
23481 \backslash
23482 let
23483 \backslash
23484 myCdashline
23485 \backslash
23486 cdashline
23487 \end_layout
23488
23489 \begin_layout Plain Layout
23490
23491
23492 \backslash
23493 renewcommand{
23494 \backslash
23495 cdashline}[1]
23496 \end_layout
23497
23498 \begin_layout Plain Layout
23499
23500  {
23501 \backslash
23502 arrayrulecolor{yellow}
23503 \backslash
23504 myCdashline{#1}
23505 \backslash
23506 arrayrulecolor{black}}
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \begin_inset Note Note
23513 status collapsed
23514
23515 \begin_layout Plain Layout
23516 filets interrompus horizontaux en jaune, partiellement
23517 \end_layout
23518
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \begin_layout Standard
23525 \begin_inset Float table
23526 placement h
23527 wide false
23528 sideways false
23529 status open
23530
23531 \begin_layout Plain Layout
23532 \begin_inset Caption Standard
23533
23534 \begin_layout Plain Layout
23535 \begin_inset CommandInset label
23536 LatexCommand label
23537 name "tab:Colored-table-with"
23538
23539 \end_inset
23540
23541 Tableau coloré avec filets interropus
23542 \end_layout
23543
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \begin_layout Plain Layout
23550 \align center
23551 \begin_inset Tabular
23552 <lyxtabular version="3" rows="5" columns="5">
23553 <features tabularvalignment="middle">
23554 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23555 <column alignment="center" valignment="top" width="0pt">
23556 <column alignment="center" valignment="top" width="0pt" special=":c">
23557 <column alignment="center" valignment="top">
23558 <column alignment="center" valignment="top">
23559 <row>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 a
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573 b
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 <cell alignment="center" valignment="top" topline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582 c
23583 \end_layout
23584
23585 \end_inset
23586 </cell>
23587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23588 \begin_inset Text
23589
23590 \begin_layout Plain Layout
23591 d
23592 \end_layout
23593
23594 \end_inset
23595 </cell>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600 e
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 f
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 g
23621 \end_layout
23622
23623 \end_inset
23624 </cell>
23625 <cell alignment="center" valignment="top" topline="true" usebox="none">
23626 \begin_inset Text
23627
23628 \begin_layout Plain Layout
23629 h
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23635 \begin_inset Text
23636
23637 \begin_layout Plain Layout
23638 i
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 j
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset ERT
23659 status collapsed
23660
23661 \begin_layout Plain Layout
23662
23663
23664 \backslash
23665 hdashline 
23666 \end_layout
23667
23668 \end_inset
23669
23670
23671 \begin_inset ERT
23672 status collapsed
23673
23674 \begin_layout Plain Layout
23675
23676
23677 \backslash
23678 rowcolor{Gray}
23679 \end_layout
23680
23681 \end_inset
23682
23683 k
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 l
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 m
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 n
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 o
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 </row>
23725 <row>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset ERT
23731 status collapsed
23732
23733 \begin_layout Plain Layout
23734
23735
23736 \backslash
23737 cdashline{4-5}
23738 \end_layout
23739
23740 \end_inset
23741
23742 p
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23748 \begin_inset Text
23749
23750 \begin_layout Plain Layout
23751 q
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 r
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 s
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \end_layout
23780
23781 \end_inset
23782 </cell>
23783 </row>
23784 <row>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 t
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 u
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 v
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23813 \begin_inset Text
23814
23815 \begin_layout Plain Layout
23816 w
23817 \end_layout
23818
23819 \end_inset
23820 </cell>
23821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23822 \begin_inset Text
23823
23824 \begin_layout Plain Layout
23825 \begin_inset ERT
23826 status collapsed
23827
23828 \begin_layout Plain Layout
23829
23830
23831 \backslash
23832 cellcolor{Maroon}
23833 \end_layout
23834
23835 \end_inset
23836
23837 i
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 </row>
23843 </lyxtabular>
23844
23845 \end_inset
23846
23847
23848 \end_layout
23849
23850 \end_inset
23851
23852
23853 \end_layout
23854
23855 \begin_layout Standard
23856 \begin_inset ERT
23857 status collapsed
23858
23859 \begin_layout Plain Layout
23860
23861
23862 \backslash
23863 renewcommand{
23864 \backslash
23865 hdashline}{
23866 \backslash
23867 myHdashline}
23868 \end_layout
23869
23870 \end_inset
23871
23872
23873 \lang english
23874
23875 \begin_inset Note Note
23876 status collapsed
23877
23878 \begin_layout Plain Layout
23879 retour à la valeur implicite
23880 \end_layout
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 \begin_inset ERT
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892
23893
23894 \backslash
23895 renewcommand{
23896 \backslash
23897 cdashline}{
23898 \backslash
23899 myCdashline}
23900 \end_layout
23901
23902 \end_inset
23903
23904
23905 \lang english
23906
23907 \begin_inset Note Note
23908 status collapsed
23909
23910 \begin_layout Plain Layout
23911 retour à la valeur implicite
23912 \end_layout
23913
23914 \end_inset
23915
23916
23917 \end_layout
23918
23919 \begin_layout Standard
23920 \begin_inset ERT
23921 status collapsed
23922
23923 \begin_layout Plain Layout
23924
23925
23926 \backslash
23927 nodashgapcolor
23928 \end_layout
23929
23930 \end_inset
23931
23932
23933 \lang english
23934
23935 \begin_inset Note Note
23936 status collapsed
23937
23938 \begin_layout Plain Layout
23939 retour à la valeur implicite
23940 \end_layout
23941
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \begin_layout Standard
23948 \begin_inset ERT
23949 status collapsed
23950
23951 \begin_layout Plain Layout
23952
23953
23954 \backslash
23955 setlength{
23956 \backslash
23957 arrayrulewidth}{0.4pt}
23958 \end_layout
23959
23960 \end_inset
23961
23962
23963 \lang english
23964
23965 \begin_inset Note Note
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969 retour à la valeur implicite
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Standard
23978 La coloration des lignes, des colonnes et des filets fonctionne comme il
23979  est décrit section
23980 \begin_inset space ~
23981 \end_inset
23982
23983
23984 \begin_inset CommandInset ref
23985 LatexCommand ref
23986 reference "sec:Tableaux-Colorés"
23987
23988 \end_inset
23989
23990 .
23991  Coloret les filets horizontaux fonctionne de manière analogue comme il
23992  est décrit ici, il suffit de remplacer la commande 
23993 \series bold
23994
23995 \backslash
23996 myHlineC
23997 \series default
23998  par 
23999 \series bold
24000
24001 \backslash
24002 myHdashline
24003 \series default
24004  et la commande 
24005 \backslash
24006
24007 \series bold
24008 hlinepar
24009 \series default
24010  
24011 \series bold
24012
24013 \backslash
24014 hdashline
24015 \series default
24016 .
24017  On utilise donc les commandes:
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \series bold
24023
24024 \backslash
24025 let
24026 \backslash
24027 myHdashline
24028 \backslash
24029 hdashline
24030 \begin_inset Newline newline
24031 \end_inset
24032
24033
24034 \backslash
24035 renewcommand{
24036 \backslash
24037 hdashline}
24038 \begin_inset Newline newline
24039 \end_inset
24040
24041
24042 \begin_inset Phantom HPhantom
24043 status open
24044
24045 \begin_layout Plain Layout
24046 \begin_inset space ~
24047 \end_inset
24048
24049
24050 \end_layout
24051
24052 \end_inset
24053
24054 {
24055 \backslash
24056 arrayrulecolor{red}
24057 \backslash
24058 myHdashline
24059 \backslash
24060 arrayrulecolor{black}}
24061 \end_layout
24062
24063 \begin_layout Standard
24064 Pour colorer 
24065 \series bold
24066
24067 \backslash
24068 cdashline
24069 \series default
24070 , la commande est:
24071 \end_layout
24072
24073 \begin_layout Standard
24074
24075 \series bold
24076
24077 \backslash
24078 let
24079 \backslash
24080 myCdashline
24081 \backslash
24082 cdashline
24083 \begin_inset Newline newline
24084 \end_inset
24085
24086
24087 \backslash
24088 renewcommand{
24089 \backslash
24090 cdashline}[1]
24091 \begin_inset Newline newline
24092 \end_inset
24093
24094
24095 \begin_inset Phantom HPhantom
24096 status open
24097
24098 \begin_layout Plain Layout
24099 \begin_inset space ~
24100 \end_inset
24101
24102
24103 \end_layout
24104
24105 \end_inset
24106
24107 {
24108 \backslash
24109 arrayrulecolor{red}
24110 \backslash
24111 myCdashline{#1}
24112 \backslash
24113 arrayrulecolor{black}}
24114 \end_layout
24115
24116 \begin_layout Standard
24117 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24118  code \SpecialChar TeX
24119  après le tableau,
24120 \end_layout
24121
24122 \begin_layout Standard
24123 pour 
24124 \series bold
24125
24126 \backslash
24127 hdashline:
24128 \end_layout
24129
24130 \begin_layout Standard
24131
24132 \series bold
24133
24134 \backslash
24135 renewcommand{
24136 \backslash
24137 hdashline}{
24138 \backslash
24139 myHdashline}
24140 \end_layout
24141
24142 \begin_layout Standard
24143 et pour 
24144 \series bold
24145
24146 \backslash
24147 cdashline
24148 \end_layout
24149
24150 \begin_layout Standard
24151
24152 \series bold
24153
24154 \backslash
24155 renewcommand{
24156 \backslash
24157 cdashline}{
24158 \backslash
24159 myCdashline}
24160 \end_layout
24161
24162 \begin_layout Standard
24163 Pour colorer les espaces entre les tirets la commande
24164 \end_layout
24165
24166 \begin_layout Standard
24167
24168 \series bold
24169
24170 \backslash
24171 dashgapcolor{couleur}
24172 \end_layout
24173
24174 \begin_layout Standard
24175 peut être insérée en code \SpecialChar TeX
24176  avant un tableau.
24177  
24178 \series bold
24179 couleur
24180 \series default
24181  est ici le nom d'une couleur définie précédemment.
24182  La commande
24183 \end_layout
24184
24185 \begin_layout Standard
24186
24187 \series bold
24188
24189 \backslash
24190 nodashgapcolor
24191 \end_layout
24192
24193 \begin_layout Standard
24194 annule les changements induits par 
24195 \series bold
24196
24197 \backslash
24198 dashgapcolor
24199 \series default
24200 .
24201 \end_layout
24202
24203 \begin_layout Standard
24204 \begin_inset Note Greyedout
24205 status open
24206
24207 \begin_layout Plain Layout
24208
24209 \series bold
24210 Not
24211 \series default
24212 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24213  de 
24214 \series bold
24215 arydshln
24216 \series default
24217  en premier.
24218  Donc dans la cellule 
24219 \emph on
24220 k
24221 \emph default
24222  du tableau
24223 \begin_inset space ~
24224 \end_inset
24225
24226
24227 \begin_inset CommandInset ref
24228 LatexCommand ref
24229 reference "tab:Colored-table-with"
24230
24231 \end_inset
24232
24233  , la commande 
24234 \series bold
24235
24236 \backslash
24237 hdashline
24238 \series default
24239  est placée avant 
24240 \series bold
24241
24242 \backslash
24243 rowcolor
24244 \series default
24245 .
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 \begin_inset Note Greyedout
24255 status open
24256
24257 \begin_layout Plain Layout
24258
24259 \series bold
24260 Nota:
24261 \series default
24262  le paquetage \SpecialChar LaTeX
24263  
24264 \series bold
24265 arydshln
24266 \series default
24267  doit être chargé dans le préambule 
24268 \emph on
24269 avant
24270 \emph default
24271  le paquetage 
24272 \series bold
24273 colortbl
24274 \series default
24275
24276 \begin_inset Index idx
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280 Paquetages \SpecialChar LaTeX
24281  ! colortbl
24282 \end_layout
24283
24284 \end_inset
24285
24286 .
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \begin_layout Standard
24295 \begin_inset ERT
24296 status collapsed
24297
24298 \begin_layout Plain Layout
24299
24300
24301 \backslash
24302 else
24303 \end_layout
24304
24305 \end_inset
24306
24307
24308 \begin_inset Note Note
24309 status open
24310
24311 \begin_layout Plain Layout
24312 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24313  
24314 \series bold
24315 arydshln
24316 \series default
24317  n'est pas installé :
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Vous devez installer le paquetage \SpecialChar LaTeX
24327  
24328 \series bold
24329 arydshln
24330 \series default
24331  pour voir le contenu des cette section dans la sortie imprimée.
24332 \end_layout
24333
24334 \begin_layout Standard
24335 \begin_inset ERT
24336 status collapsed
24337
24338 \begin_layout Plain Layout
24339
24340
24341 \backslash
24342 fi
24343 \end_layout
24344
24345 \end_inset
24346
24347
24348 \end_layout
24349
24350 \begin_layout Standard
24351 Pour les détails concernant les filets colorés, voir la documentation du
24352  paquetage 
24353 \series bold
24354 arydshln
24355 \series default
24356
24357 \begin_inset CommandInset citation
24358 LatexCommand cite
24359 key "arydshln"
24360
24361 \end_inset
24362
24363 .
24364 \end_layout
24365
24366 \begin_layout Chapter
24367 Flottants
24368 \begin_inset CommandInset label
24369 LatexCommand label
24370 name "chap:Flottants"
24371
24372 \end_inset
24373
24374
24375 \begin_inset Index idx
24376 status collapsed
24377
24378 \begin_layout Plain Layout
24379 Flottants
24380 \end_layout
24381
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \begin_layout Section
24388 Introduction
24389 \begin_inset CommandInset label
24390 LatexCommand label
24391 name "sec:Flottants-Introduction"
24392
24393 \end_inset
24394
24395
24396 \begin_inset Index idx
24397 status collapsed
24398
24399 \begin_layout Plain Layout
24400 Flottants ! Introduction
24401 \end_layout
24402
24403 \end_inset
24404
24405
24406 \end_layout
24407
24408 \begin_layout Standard
24409 Un flottant est une portion de document, qui peut être associé à une étiquette
24410  et dont la position n'est pas fixée.
24411  Il peut 
24412 \begin_inset Quotes fld
24413 \end_inset
24414
24415 flotter
24416 \begin_inset Quotes frd
24417 \end_inset
24418
24419  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24420  plus approprié.
24421  Les 
24422 \family sans
24423 Notes
24424 \begin_inset space ~
24425 \end_inset
24426
24427 en
24428 \begin_inset space ~
24429 \end_inset
24430
24431 Bas
24432 \begin_inset space ~
24433 \end_inset
24434
24435 de
24436 \begin_inset space ~
24437 \end_inset
24438
24439 Page
24440 \family default
24441  et le 
24442 \family sans
24443 Notes
24444 \begin_inset space ~
24445 \end_inset
24446
24447 en
24448 \begin_inset space ~
24449 \end_inset
24450
24451 Marge
24452 \family default
24453  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24454  sur la page suivante quand il y a trop de notes sur la page courante.
24455 \end_layout
24456
24457 \begin_layout Standard
24458 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24459  très grande qualité.
24460  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24461  éviter des lignes blanches ou des pages sans texte.
24462  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24463  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24464  le texte.
24465  Les flottants sont donc numérotés.
24466  Les références croisées sont décrites dans la section
24467 \begin_inset space ~
24468 \end_inset
24469
24470
24471 \begin_inset CommandInset ref
24472 LatexCommand ref
24473 reference "sec:Referencer-les-Flottants"
24474
24475 \end_inset
24476
24477 .
24478 \end_layout
24479
24480 \begin_layout Standard
24481 Pour insérer un flottant, on utilise un des sous menus du menu 
24482 \family sans
24483 Insertion\SpecialChar menuseparator
24484 Flottant
24485 \family default
24486  (barre d'outils 
24487 \begin_inset Info
24488 type  "icon"
24489 arg   "float-insert figure"
24490 \end_inset
24491
24492  ou 
24493 \begin_inset Info
24494 type  "icon"
24495 arg   "float-insert table"
24496 \end_inset
24497
24498 ).
24499  Une boîte va être insérée dans votre document avec par exemple une étiquette
24500  du genre 
24501 \begin_inset Quotes fld
24502 \end_inset
24503
24504 Figure
24505 \begin_inset space ~
24506 \end_inset
24507
24508 #:
24509 \begin_inset Quotes frd
24510 \end_inset
24511
24512  (où # est un numéro).
24513  L'étiquette est automatiquement traduite dans la langue du document dans
24514  la sortie finale.
24515  Après l'étiquette vous pouvez insérer du texte comme légende.
24516  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24517  séparé, à l'intérieur du flottant.
24518  Vous trouverez plus de détails sur le positionnement des légendes dans
24519  la section
24520 \begin_inset space ~
24521 \end_inset
24522
24523
24524 \begin_inset CommandInset ref
24525 LatexCommand ref
24526 reference "sec:Placement-légende"
24527
24528 \end_inset
24529
24530 .
24531  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24532 , vous pouvez fermer
24533  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24534  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24535  Une boîte de flottant fermée ressemble à ceci : 
24536 \begin_inset Graphics
24537         filename clipart/floatQt4.png
24538         scale 60
24539
24540 \end_inset
24541
24542  – une case grise avec un texte rouge.
24543 \end_layout
24544
24545 \begin_layout Standard
24546 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24547  pour éviter des erreurs avec \SpecialChar LaTeX
24548 , quand le texte qui entoure le flottant est
24549  formaté de façon particulière.
24550 \end_layout
24551
24552 \begin_layout Section
24553 Les types de flottants
24554 \end_layout
24555
24556 \begin_layout Standard
24557 En plus des flottants de figures et de tableau qui sont décrits respectivement
24558  dans les sections
24559 \begin_inset space ~
24560 \end_inset
24561
24562
24563 \begin_inset CommandInset ref
24564 LatexCommand ref
24565 reference "sec:Figure-Floats"
24566
24567 \end_inset
24568
24569  et 
24570 \begin_inset CommandInset ref
24571 LatexCommand ref
24572 reference "sec:Table-Floats"
24573
24574 \end_inset
24575
24576 , \SpecialChar LyX
24577  offre aussi les types 
24578 \family sans
24579 Algorithme
24580 \family default
24581  et 
24582 \family sans
24583 Enrobage
24584 \family default
24585 .
24586  Ces derniers sont expliques dans la section
24587 \begin_inset space \thinspace{}
24588 \end_inset
24589
24590
24591 \begin_inset CommandInset ref
24592 LatexCommand ref
24593 reference "sec:Flottant-d'enrobage"
24594
24595 \end_inset
24596
24597 .
24598 \end_layout
24599
24600 \begin_layout Subsection
24601 Flottant d'algorithme
24602 \begin_inset Index idx
24603 status collapsed
24604
24605 \begin_layout Plain Layout
24606 Flottants ! Algorithmes
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 \begin_inset Float algorithm
24616 placement h
24617 wide false
24618 sideways false
24619 status open
24620
24621 \begin_layout Plain Layout
24622 \begin_inset Caption Standard
24623
24624 \begin_layout Plain Layout
24625 \begin_inset CommandInset label
24626 LatexCommand label
24627 name "alg:Exemple-Flottant-Algorithme"
24628
24629 \end_inset
24630
24631 Exemple de flottant d'algorithme
24632 \end_layout
24633
24634 \end_inset
24635
24636
24637 \end_layout
24638
24639 \begin_layout LyX-Code
24640 for I in 1..N loop
24641 \begin_inset Newline newline
24642 \end_inset
24643
24644  Sum:= Sum + A(I); /*comment*/
24645 \begin_inset Newline newline
24646 \end_inset
24647
24648 end loop
24649 \begin_inset VSpace -4mm
24650 \end_inset
24651
24652
24653 \end_layout
24654
24655 \end_inset
24656
24657
24658 \end_layout
24659
24660 \begin_layout Standard
24661 Ce type de flottant est inséré à l'aide du menu 
24662 \family sans
24663 Insertion\SpecialChar menuseparator
24664 Flottant\SpecialChar menuseparator
24665 Algorithme
24666 \family default
24667 .
24668  Il peut être utilisé pour des morceaux de code source ou des descriptions
24669  d'algorithmes et peut être utilisé comme une alternative au listing de
24670  code source qui est décrit au chapitre
24671 \begin_inset space ~
24672 \end_inset
24673
24674
24675 \begin_inset CommandInset ref
24676 LatexCommand ref
24677 reference "cha:Program-Code-Listings"
24678
24679 \end_inset
24680
24681 .
24682  Vous pouvez par exemple utiliser l'environnement Code
24683 \begin_inset space ~
24684 \end_inset
24685
24686 \SpecialChar LyX
24687  qui est décrit dans le 
24688 \emph on
24689 Guide
24690 \emph default
24691
24692 \begin_inset space ~
24693 \end_inset
24694
24695
24696 \emph on
24697 de
24698 \begin_inset space ~
24699 \end_inset
24700
24701 l'Utilisateur
24702 \emph default
24703  de \SpecialChar LyX
24704 .
24705  l'algorithme
24706 \begin_inset space ~
24707 \end_inset
24708
24709
24710 \begin_inset CommandInset ref
24711 LatexCommand ref
24712 reference "alg:Exemple-Flottant-Algorithme"
24713
24714 \end_inset
24715
24716  est un exemple de flottant d'algorithme où un espace vertical de -4
24717 \begin_inset space \thinspace{}
24718 \end_inset
24719
24720 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24721  soit placée exactement sous le texte de la dernière ligne.
24722 \end_layout
24723
24724 \begin_layout Standard
24725 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24726  du document.
24727  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24728 ent en ajoutant la ligne suivante dans le préambule de votre document :
24729 \end_layout
24730
24731 \begin_layout Standard
24732
24733 \series bold
24734
24735 \backslash
24736 floatname{algorithm}{votre
24737 \begin_inset space ~
24738 \end_inset
24739
24740 nom}
24741 \end_layout
24742
24743 \begin_layout Standard
24744
24745 \family sans
24746  votre
24747 \begin_inset space ~
24748 \end_inset
24749
24750 nom
24751 \family default
24752  est le mot 
24753 \begin_inset Quotes fld
24754 \end_inset
24755
24756
24757 \emph on
24758 algorithme
24759 \emph default
24760
24761 \begin_inset Quotes frd
24762 \end_inset
24763
24764  dans votre langue.
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24769 \family sans
24770 Insertion\SpecialChar menuseparator
24771 Listes
24772 \begin_inset space ~
24773 \end_inset
24774
24775 &
24776 \begin_inset space ~
24777 \end_inset
24778
24779 TdM\SpecialChar menuseparator
24780 Liste
24781 \begin_inset space ~
24782 \end_inset
24783
24784 des
24785 \begin_inset space ~
24786 \end_inset
24787
24788 algorithmes
24789 \family default
24790  si votre document est en la même langue que les menus de \SpecialChar LyX
24791 .
24792  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24793  en code \SpecialChar TeX
24794  à la place:
24795 \end_layout
24796
24797 \begin_layout Standard
24798
24799 \series bold
24800
24801 \backslash
24802 listof{algorithm}{votre
24803 \begin_inset space ~
24804 \end_inset
24805
24806 nom}
24807 \end_layout
24808
24809 \begin_layout Standard
24810 où 
24811 \family sans
24812 votre
24813 \begin_inset space ~
24814 \end_inset
24815
24816 nom
24817 \family default
24818  est la traduction de 
24819 \begin_inset Quotes fld
24820 \end_inset
24821
24822
24823 \emph on
24824 List of Algorithm
24825 \emph default
24826 s
24827 \begin_inset Quotes frd
24828 \end_inset
24829
24830  dans votre langue.
24831 \end_layout
24832
24833 \begin_layout Standard
24834 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24835  le schéma 
24836 \begin_inset Quotes fld
24837 \end_inset
24838
24839 chapitre.algorithme
24840 \begin_inset Quotes frd
24841 \end_inset
24842
24843  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24844  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24845  commande dans le préambule de votre document :
24846 \end_layout
24847
24848 \begin_layout Standard
24849
24850 \series bold
24851
24852 \backslash
24853 numberwithin{algorithm}{chapter}
24854 \end_layout
24855
24856 \begin_layout Standard
24857 Pour pouvoir utiliser la commande 
24858 \series bold
24859
24860 \backslash
24861 numberwithin
24862 \series default
24863 , activez l'option 
24864 \family sans
24865 Utiliser
24866 \begin_inset space ~
24867 \end_inset
24868
24869 le
24870 \begin_inset space ~
24871 \end_inset
24872
24873 paquetage
24874 \begin_inset space ~
24875 \end_inset
24876
24877 AMS
24878 \begin_inset space ~
24879 \end_inset
24880
24881 math
24882 \family default
24883  dans la rubrique 
24884 \family sans
24885 Options
24886 \begin_inset space ~
24887 \end_inset
24888
24889 des
24890 \begin_inset space ~
24891 \end_inset
24892
24893 Maths
24894 \family default
24895  de la fenêtre de dialogue 
24896 \family sans
24897 Paramètres
24898 \begin_inset space ~
24899 \end_inset
24900
24901 du
24902 \begin_inset space ~
24903 \end_inset
24904
24905 Document
24906 \family default
24907 .
24908 \end_layout
24909
24910 \begin_layout Section
24911 Numérotation des flottants
24912 \begin_inset Index idx
24913 status collapsed
24914
24915 \begin_layout Plain Layout
24916 Flottants ! Numérotation
24917 \end_layout
24918
24919 \end_inset
24920
24921
24922 \end_layout
24923
24924 \begin_layout Standard
24925 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24926  ils se trouvent, soit en utilisant un format du genre 
24927 \begin_inset Quotes fld
24928 \end_inset
24929
24930 chapitre.numéro
24931 \begin_inset Quotes frd
24932 \end_inset
24933
24934  ou 
24935 \begin_inset Quotes fld
24936 \end_inset
24937
24938 section.numéro
24939 \begin_inset Quotes frd
24940 \end_inset
24941
24942 .
24943  Cela dépend de la classe de document utilisée.
24944 \end_layout
24945
24946 \begin_layout Standard
24947 Pour changer le format de la numérotation qui ne dépend pas de la section
24948  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24949  le préambule du document :
24950 \end_layout
24951
24952 \begin_layout Standard
24953
24954 \series bold
24955
24956 \backslash
24957 renewcommand{
24958 \backslash
24959 thetable}{
24960 \backslash
24961 roman{table}}
24962 \end_layout
24963
24964 \begin_layout Standard
24965
24966 \series bold
24967
24968 \backslash
24969 thetable
24970 \series default
24971  est la commande qui imprime le numéro du tableau, pour les figures, la
24972  commande serait 
24973 \series bold
24974
24975 \backslash
24976 thefigure
24977 \series default
24978 .
24979  La commande 
24980 \series bold
24981
24982 \backslash
24983 roman
24984 \series default
24985  utilisée dans la commande précédente, imprime le numéro du tableau sous
24986  forme de petits chiffres romains.
24987 \end_layout
24988
24989 \begin_layout Standard
24990 Pour changer le type de numérotation pour par exemple 
24991 \begin_inset Quotes fld
24992 \end_inset
24993
24994 sous-section.numéro
24995 \begin_inset Quotes frd
24996 \end_inset
24997
24998 , utilisez la commande suivante dans le préambule du document :
24999 \end_layout
25000
25001 \begin_layout Standard
25002
25003 \series bold
25004
25005 \backslash
25006 numberwithin{table}{subsection}
25007 \end_layout
25008
25009 \begin_layout Standard
25010 Pour pouvoir utiliser la commande 
25011 \series bold
25012
25013 \backslash
25014 numberwithin
25015 \series default
25016 , vous devez activer l'option 
25017 \family sans
25018 Utiliser
25019 \begin_inset space ~
25020 \end_inset
25021
25022 le
25023 \begin_inset space ~
25024 \end_inset
25025
25026 paquetage
25027 \begin_inset space ~
25028 \end_inset
25029
25030 maths
25031 \begin_inset space ~
25032 \end_inset
25033
25034 AMS
25035 \family default
25036  dans la rubrique 
25037 \family sans
25038 Options
25039 \begin_inset space ~
25040 \end_inset
25041
25042 des
25043 \begin_inset space ~
25044 \end_inset
25045
25046 Maths
25047 \family default
25048  de la fenêtre de dialogue 
25049 \family sans
25050 Paramètres
25051 \family default
25052  du document.
25053 \end_layout
25054
25055 \begin_layout Standard
25056 Veuillez aussi jeter un coup d'œil à la section
25057 \begin_inset space ~
25058 \end_inset
25059
25060
25061 \begin_inset CommandInset ref
25062 LatexCommand ref
25063 reference "subsec:Numerotation-notes-bas-de-page"
25064
25065 \end_inset
25066
25067  pour plus de détails et des notes importantes sur les commandes de numérotation.
25068 \end_layout
25069
25070 \begin_layout Section
25071 Faire référence à des flottants
25072 \begin_inset CommandInset label
25073 LatexCommand label
25074 name "sec:Referencer-les-Flottants"
25075
25076 \end_inset
25077
25078
25079 \begin_inset Index idx
25080 status collapsed
25081
25082 \begin_layout Plain Layout
25083 Flottants ! Références
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \begin_inset Index idx
25090 status collapsed
25091
25092 \begin_layout Plain Layout
25093 References@Références ! à des Flottants 
25094 \end_layout
25095
25096 \end_inset
25097
25098
25099 \end_layout
25100
25101 \begin_layout Standard
25102 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25103  en utilisant le menu 
25104 \family sans
25105 Insertion\SpecialChar menuseparator
25106 Étiquette
25107 \family default
25108  ou le bouton 
25109 \begin_inset Info
25110 type  "icon"
25111 arg   "label-insert"
25112 \end_inset
25113
25114  de la barre d'outils.
25115  Une boîte grise de ce genre : 
25116 \begin_inset Graphics
25117         filename clipart/labelQt4.png
25118         lyxscale 85
25119         scale 85
25120         scaleBeforeRotation
25121
25122 \end_inset
25123
25124  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25125  de saisir le texte de l'étiquette.
25126  \SpecialChar LyX
25127  propose comme texte pour l'étiquette les premiers mots de la légendes
25128  précédés d'un préfixe.
25129  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25130  préfixe sera 
25131 \begin_inset Quotes fld
25132 \end_inset
25133
25134
25135 \family sans
25136 fig:
25137 \family default
25138
25139 \begin_inset Quotes frd
25140 \end_inset
25141
25142 .
25143 \end_layout
25144
25145 \begin_layout Standard
25146 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25147  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25148 \family sans
25149 Insertion\SpecialChar menuseparator
25150 Référence
25151 \begin_inset space ~
25152 \end_inset
25153
25154 Croisée
25155 \family default
25156  ou le bouton 
25157 \begin_inset Info
25158 type  "icon"
25159 arg   "dialog-show-new-inset ref"
25160 \end_inset
25161
25162  de la barre d'outils.
25163  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25164  définies dans votre document.
25165  Si vous avez plusieurs documents \SpecialChar LyX
25166  ouverts, vous pouvez choisir celui que
25167  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25168  la fenêtre de dialogue.
25169  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25170  une.
25171  Une boîte grise de référence croisée comme celle-ci : 
25172 \begin_inset Graphics
25173         filename ../clipart/referenceQt4.png
25174         scale 85
25175         scaleBeforeRotation
25176
25177 \end_inset
25178
25179  va être insérée.
25180  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25181  de la référence croisée.
25182 \end_layout
25183
25184 \begin_layout Standard
25185 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25186  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25187  les deux.
25188  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25189  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25190  du numéro de la référence.
25191 \end_layout
25192
25193 \begin_layout Standard
25194 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25195  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25196  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25197  pas à vous en préoccuper.
25198 \end_layout
25199
25200 \begin_layout Standard
25201 Le bouton 
25202 \family sans
25203 Aller
25204 \begin_inset space ~
25205 \end_inset
25206
25207 à
25208 \begin_inset space ~
25209 \end_inset
25210
25211 l'étiquette
25212 \family default
25213  dans la fenêtre de référence croisée va positionner le curseur juste devant
25214  l'étiquette à laquelle on fait référence.
25215  Le nom du bouton bouton 
25216 \family sans
25217 Revenir
25218 \family default
25219  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25220 \end_layout
25221
25222 \begin_layout Subsection
25223 Formats de références croisées
25224 \begin_inset CommandInset label
25225 LatexCommand label
25226 name "subsec:Formats-Références-Croisées"
25227
25228 \end_inset
25229
25230
25231 \begin_inset Index idx
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235 References@Références ! Formats
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 Il y a six types de références croisées :
25245 \end_layout
25246
25247 \begin_layout Description
25248 <référence>
25249 \begin_inset space ~
25250 \end_inset
25251
25252 : affiche le numéro de l'élément, c'est le choix implicite : 
25253 \begin_inset CommandInset ref
25254 LatexCommand ref
25255 reference "fig:Deux-images-déformées"
25256
25257 \end_inset
25258
25259
25260 \end_layout
25261
25262 \begin_layout Description
25263 (<référence>)
25264 \begin_inset space ~
25265 \end_inset
25266
25267 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25268  normalement pour faire référence à des formules mathématiques, en particulier
25269  quand le mot 
25270 \begin_inset Quotes fld
25271 \end_inset
25272
25273 Équation
25274 \begin_inset Quotes frd
25275 \end_inset
25276
25277  est omis : 
25278 \begin_inset CommandInset ref
25279 LatexCommand eqref
25280 reference "eq:Wgn"
25281
25282 \end_inset
25283
25284
25285 \end_layout
25286
25287 \begin_layout Description
25288 <page>
25289 \begin_inset space ~
25290 \end_inset
25291
25292 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25293 \begin_inset space ~
25294 \end_inset
25295
25296
25297 \begin_inset CommandInset ref
25298 LatexCommand pageref
25299 reference "fig:Deux-images-déformées"
25300
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \begin_layout Description
25307 Sur
25308 \begin_inset space ~
25309 \end_inset
25310
25311 la
25312 \begin_inset space ~
25313 \end_inset
25314
25315 page
25316 \begin_inset space ~
25317 \end_inset
25318
25319 <page>
25320 \begin_inset space ~
25321 \end_inset
25322
25323 : affiche le mot 
25324 \begin_inset Quotes fld
25325 \end_inset
25326
25327 page
25328 \begin_inset Quotes frd
25329 \end_inset
25330
25331  suivi du numéro de la page sur laquelle se trouve l'élément : 
25332 \begin_inset CommandInset ref
25333 LatexCommand vpageref
25334 reference "fig:Deux-images-déformées"
25335
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \begin_layout Description
25342 <référence>
25343 \begin_inset space ~
25344 \end_inset
25345
25346 page
25347 \begin_inset space ~
25348 \end_inset
25349
25350 <page>
25351 \begin_inset space ~
25352 \end_inset
25353
25354 : affiche le numéro de l'élément, le mot 
25355 \begin_inset Quotes fld
25356 \end_inset
25357
25358 page
25359 \begin_inset Quotes frd
25360 \end_inset
25361
25362  et le numéro de la page : 
25363 \begin_inset CommandInset ref
25364 LatexCommand vref
25365 reference "fig:Deux-images-déformées"
25366
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \begin_layout Description
25373 Référence
25374 \begin_inset space ~
25375 \end_inset
25376
25377 mise
25378 \begin_inset space ~
25379 \end_inset
25380
25381 en
25382 \begin_inset space ~
25383 \end_inset
25384
25385 forme
25386 \begin_inset space ~
25387 \end_inset
25388
25389 : affiche une référence croisée qui définit son propre format.
25390 \begin_inset Newline newline
25391 \end_inset
25392
25393
25394 \begin_inset Note Greyedout
25395 status open
25396
25397 \begin_layout Plain Layout
25398
25399 \series bold
25400 Note:
25401 \series default
25402  Ce type de référence croisée n'est disponible que si vous avez installé
25403  le paquetage \SpecialChar LaTeX
25404  
25405 \series bold
25406 prettyref
25407 \series default
25408  ou 
25409 \series bold
25410 refstyle
25411 \series default
25412
25413 \begin_inset Index idx
25414 status collapsed
25415
25416 \begin_layout Plain Layout
25417 Paquetages \SpecialChar LaTeX
25418  ! prettyref
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \begin_inset Index idx
25425 status collapsed
25426
25427 \begin_layout Plain Layout
25428 Paquetages \SpecialChar LaTeX
25429  ! refstyle
25430 \end_layout
25431
25432 \end_inset
25433
25434 .
25435 \end_layout
25436
25437 \end_inset
25438
25439
25440 \begin_inset Newline newline
25441 \end_inset
25442
25443 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25444  qui doit être utilisé pour cette fonction
25445  en utilisant l'option 
25446 \family sans
25447 Utiliser refstyle (à la place de prettyref) pour les références croisées
25448 \family default
25449  dans le menu 
25450 \family sans
25451 Document\SpecialChar menuseparator
25452 Paramètres\SpecialChar menuseparator
25453 Classe de document
25454 \family default
25455 .
25456  Le format est précisé en ajoutant la commande 
25457 \series bold
25458
25459 \backslash
25460 newrefformat
25461 \series default
25462  (prettyref) ou 
25463 \series bold
25464
25465 \backslash
25466 newref
25467 \series default
25468  (refstyle) au préambule du document.
25469  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25470  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25471 \begin_inset space ~
25472 \end_inset
25473
25474 :
25475 \begin_inset Newline newline
25476 \end_inset
25477
25478
25479 \series bold
25480
25481 \backslash
25482 newref{fig}{refcmd={Image sur la page 
25483 \backslash
25484 pageref{#1}}}
25485 \series default
25486
25487 \begin_inset Newline newline
25488 \end_inset
25489
25490 Pour plus d'information sur le format, jetez un œil sur la documentation
25491  du paquetage, 
25492 \begin_inset CommandInset citation
25493 LatexCommand cite
25494 key "prettyref,refstyle"
25495
25496 \end_inset
25497
25498 .
25499 \end_layout
25500
25501 \begin_layout Description
25502 Référence
25503 \begin_inset space ~
25504 \end_inset
25505
25506 textuelle: affiche la légende de la référence
25507 \begin_inset space ~
25508 \end_inset
25509
25510
25511 \begin_inset CommandInset ref
25512 LatexCommand nameref
25513 reference "fig:Deux-images-déformées"
25514
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \begin_layout Standard
25521
25522 \family sans
25523 <page>
25524 \family default
25525  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25526  précédente, la même page ou la page suivante.
25527  Vous verrez par exemple un texte du genre 
25528 \begin_inset Quotes fld
25529 \end_inset
25530
25531
25532 \family sans
25533 sur cette page
25534 \family default
25535
25536 \begin_inset Quotes frd
25537 \end_inset
25538
25539  à la place.
25540  Le style 
25541 \family sans
25542 <référence>
25543 \begin_inset space ~
25544 \end_inset
25545
25546 page
25547 \begin_inset space ~
25548 \end_inset
25549
25550 <page> 
25551 \family default
25552 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25553  page.
25554 \end_layout
25555
25556 \begin_layout Standard
25557 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25558  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25559 .
25560  Vous choisissez une des six variétés de références dans le champ Format
25561  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25562  boîte de la référence croisée.
25563 \end_layout
25564
25565 \begin_layout Standard
25566 \begin_inset Note Greyedout
25567 status open
25568
25569 \begin_layout Plain Layout
25570
25571 \series bold
25572 Note:
25573 \series default
25574  L'utilisation du paquetage \SpecialChar LaTeX
25575  
25576 \series bold
25577 refstyle
25578 \series default
25579
25580 \begin_inset Index idx
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584 Paquetages \SpecialChar LaTeX
25585  ! refstyle
25586 \end_layout
25587
25588 \end_inset
25589
25590  est recommandée parce que 
25591 \series bold
25592 prettyref
25593 \series default
25594
25595 \begin_inset Index idx
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599 Paquetages \SpecialChar LaTeX
25600  ! prettyref
25601 \end_layout
25602
25603 \end_inset
25604
25605  ne connaît pas tous les raccourcis possibles pour les étiquettes
25606 \begin_inset Foot
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 \begin_inset Quotes fld
25611 \end_inset
25612
25613 fig:
25614 \begin_inset Quotes frd
25615 \end_inset
25616
25617  est par exemple le raccourci \SpecialChar LyX
25618  pour les étiquettes dans les légendes de
25619  figures,.
25620 \end_layout
25621
25622 \end_inset
25623
25624  et n'est pas internationalisé.
25625 \end_layout
25626
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \begin_layout Standard
25633 \begin_inset Note Greyedout
25634 status open
25635
25636 \begin_layout Plain Layout
25637
25638 \series bold
25639 Note:
25640 \series default
25641  Du fait d'un bogue dans la paquetage \SpecialChar LaTeX
25642  
25643 \series bold
25644 varioref
25645 \series default
25646  (version 1.4w), certaines références croisées produiront des erreurs \SpecialChar LaTeX
25647  si
25648  la langue du document est le français.
25649  Pour contourner ce bogue, voir
25650 \begin_inset Newline newline
25651 \end_inset
25652
25653
25654 \begin_inset CommandInset href
25655 LatexCommand href
25656 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
25657
25658 \end_inset
25659
25660 .
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \begin_layout Subsection
25669 Nommage automatique des références croisées
25670 \begin_inset Index idx
25671 status collapsed
25672
25673 \begin_layout Plain Layout
25674 References@Références ! Nommage automatique
25675 \end_layout
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Le paquetage \SpecialChar LaTeX
25684  
25685 \series bold
25686 hyperref
25687 \series default
25688
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 Paquetages \SpecialChar LaTeX
25694  ! hyperref
25695 \end_layout
25696
25697 \end_inset
25698
25699
25700 \series bold
25701
25702 \series default
25703 qui est activé dans la rubrique 
25704 \family sans
25705 Propriétés du PDF
25706 \family default
25707  de la fenêtre de dialogue 
25708 \family sans
25709 Paramètres du document
25710 \family default
25711  fournit une fonction très utile pour automatiser la création des références
25712  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25713  une section).
25714  Par exemple pour vous éviter de devoir écrire le mot 
25715 \begin_inset Quotes fld
25716 \end_inset
25717
25718 Figure
25719 \begin_inset Quotes frd
25720 \end_inset
25721
25722  devant chaque référence à une figure.
25723  Pour profiter de ce nommage automatique des références croisées, vous devez
25724  activer 
25725 \series bold
25726 hyperref
25727 \series default
25728  et insérer la ligne suivante dans le préambule du document :
25729 \end_layout
25730
25731 \begin_layout Standard
25732
25733 \series bold
25734
25735 \backslash
25736 AtBeginDocument{
25737 \backslash
25738 renewcommand{
25739 \backslash
25740 ref}[1]{
25741 \backslash
25742 mbox{
25743 \backslash
25744 autoref{#1}}}}
25745 \end_layout
25746
25747 \begin_layout Standard
25748 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25749  défaut, par exemple vous préférez le nom 
25750 \begin_inset Quotes fld
25751 \end_inset
25752
25753 sec.
25754 \begin_inset Quotes frd
25755 \end_inset
25756
25757  plutôt que 
25758 \begin_inset Quotes fld
25759 \end_inset
25760
25761 section
25762 \begin_inset Quotes frd
25763 \end_inset
25764
25765 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25766 \end_layout
25767
25768 \begin_layout Standard
25769
25770 \series bold
25771
25772 \backslash
25773 addto
25774 \backslash
25775 extrasfrench{
25776 \backslash
25777 renewcommand{
25778 \backslash
25779 sectionautorefname}
25780 \begin_inset Newline newline
25781 \end_inset
25782
25783
25784 \begin_inset Phantom HPhantom
25785 status open
25786
25787 \begin_layout Plain Layout
25788
25789 \series bold
25790 \begin_inset space ~
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797
25798 {sec.
25799 \backslash
25800 negthinspace}}
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Si vous utilisez une autre langue que le français, remplacez 
25805 \series bold
25806
25807 \backslash
25808 extrasfrench
25809 \series default
25810  par 
25811 \series bold
25812
25813 \backslash
25814 extras***
25815 \series default
25816 , où *** est le nom de la langue que vous utilisez.
25817
25818 \series bold
25819  
25820 \end_layout
25821
25822 \begin_layout Standard
25823 Pour avoir des noms automatiques, mais pas pour certains types de références,
25824  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25825 \end_layout
25826
25827 \begin_layout Standard
25828
25829 \series bold
25830
25831 \backslash
25832 addto
25833 \backslash
25834 extrasfrench{
25835 \backslash
25836 renewcommand*{
25837 \backslash
25838 equationautorefname}[1]{}}
25839 \end_layout
25840
25841 \begin_layout Standard
25842 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25843  de 
25844 \series bold
25845 hyperref
25846 \series default
25847  
25848 \begin_inset CommandInset citation
25849 LatexCommand cite
25850 key "hyperref"
25851
25852 \end_inset
25853
25854 .
25855 \end_layout
25856
25857 \begin_layout Standard
25858 \begin_inset Note Greyedout
25859 status open
25860
25861 \begin_layout Plain Layout
25862
25863 \series bold
25864 Note:
25865 \series default
25866  Le nommage automatique de références ne peut être utilisé si vous avez
25867  choisi le style de référence 
25868 \family sans
25869 Référence
25870 \begin_inset space ~
25871 \end_inset
25872
25873 mise
25874 \begin_inset space ~
25875 \end_inset
25876
25877 en
25878 \begin_inset space ~
25879 \end_inset
25880
25881 forme
25882 \family default
25883  décrit dans la section
25884 \begin_inset space ~
25885 \end_inset
25886
25887
25888 \begin_inset CommandInset ref
25889 LatexCommand ref
25890 reference "subsec:Formats-Références-Croisées"
25891
25892 \end_inset
25893
25894 .
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \begin_layout Standard
25903 Le manuel 
25904 \emph on
25905 Math
25906 \emph default
25907  est un exemple dans lequel on a utilisé le référencement automatique.
25908 \end_layout
25909
25910 \begin_layout Subsection
25911 Positionnement des références 
25912 \begin_inset CommandInset label
25913 LatexCommand label
25914 name "subsec:Reference-Position"
25915
25916 \end_inset
25917
25918
25919 \begin_inset Index idx
25920 status collapsed
25921
25922 \begin_layout Plain Layout
25923 References@Références ! Positionnement
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \begin_layout Standard
25932 Si vous utilisez le paquetage 
25933 \series bold
25934 hyperref, 
25935 \series default
25936 qui est activé dans la rubrique 
25937 \family sans
25938 Propriétés du PDF
25939 \family default
25940  de la fenêtre de dialogue 
25941 \family sans
25942 Paramètres du document,
25943 \family default
25944  pour lier vos références croisées dans la sortie finale, vous verrez que
25945  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25946  l'image.
25947  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25948  pourrez voir l'image sans faire défiler le texte.
25949  Ce problème vient du fait que le point d'ancrage de la référence se situe
25950  à l'endroit de l'étiquette.
25951  En utilisant le paquetage \SpecialChar LaTeX
25952  
25953 \series bold
25954 hypcap
25955 \series default
25956
25957 \begin_inset Index idx
25958 status collapsed
25959
25960 \begin_layout Plain Layout
25961 Paquetages \SpecialChar LaTeX
25962  ! hypcap
25963 \end_layout
25964
25965 \end_inset
25966
25967 , qui fait partie du paquetage \SpecialChar LaTeX
25968  
25969 \series bold
25970 oberdiek
25971 \series default
25972
25973 \begin_inset Index idx
25974 status collapsed
25975
25976 \begin_layout Plain Layout
25977 Paquetages \SpecialChar LaTeX
25978  ! oberdiek
25979 \end_layout
25980
25981 \end_inset
25982
25983 , le point d'ancrage d'un lien est place en haut du flottant.
25984  Pour utiliser cette fonction avec les flottants de figure, chargez 
25985 \series bold
25986 hypcap
25987 \series default
25988  dans l'entête du document avec la ligne
25989 \end_layout
25990
25991 \begin_layout Standard
25992
25993 \series bold
25994
25995 \backslash
25996 usepackage[figure]{hypcap}
25997 \end_layout
25998
25999 \begin_layout Standard
26000 Vous pouvez aussi utiliser 
26001 \series bold
26002 hypcap
26003 \series default
26004  pour tous les types de flottants, mais ce n'est pas recommandé pour des
26005  raisons de stabilité.
26006  Pour plus d'information, jetez un coup d'œil au manuel d' 
26007 \series bold
26008 hypcap
26009 \series default
26010  
26011 \begin_inset CommandInset citation
26012 LatexCommand cite
26013 key "hypcap"
26014
26015 \end_inset
26016
26017 .
26018 \end_layout
26019
26020 \begin_layout Standard
26021 \begin_inset Note Greyedout
26022 status open
26023
26024 \begin_layout Plain Layout
26025
26026 \series bold
26027 Note:
26028 \series default
26029  
26030 \series bold
26031 hypcap
26032 \series default
26033  n'a aucun effet pour les références à des sous-figures.
26034 \end_layout
26035
26036 \end_inset
26037
26038
26039 \end_layout
26040
26041 \begin_layout Section
26042 Placement des flottants
26043 \begin_inset CommandInset label
26044 LatexCommand label
26045 name "sec:Placement-flottants"
26046
26047 \end_inset
26048
26049
26050 \begin_inset Index idx
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054 Flottants ! Placement
26055 \end_layout
26056
26057 \end_inset
26058
26059
26060 \end_layout
26061
26062 \begin_layout Standard
26063 En faisant un clic droit sur la boîte d'un flottant et 
26064 \lang english
26065 clicking on 
26066 \family sans
26067 Settings
26068 \family default
26069 \lang french
26070  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
26071  paramètres de placement que \SpecialChar LaTeX
26072  utilise pour déterminer où placer le flottant.
26073 \begin_inset Newline newline
26074 \end_inset
26075
26076 L'option 
26077 \family sans
26078 Plusieurs
26079 \begin_inset space ~
26080 \end_inset
26081
26082 colonnes
26083 \family default
26084  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
26085  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
26086  confiné sur une seule colonne.
26087 \begin_inset Newline newline
26088 \end_inset
26089
26090 L'option 
26091 \family sans
26092 Rotation
26093 \begin_inset space ~
26094 \end_inset
26095
26096 90°
26097 \family default
26098  est utilisée pour faire tourner les flottants, voyez la section
26099 \begin_inset space ~
26100 \end_inset
26101
26102
26103 \begin_inset CommandInset ref
26104 LatexCommand ref
26105 reference "sec:Flottants-renversés"
26106
26107 \end_inset
26108
26109 .
26110 \end_layout
26111
26112 \begin_layout Standard
26113 En désactivant l'option 
26114 \family sans
26115 Utilise
26116 \begin_inset space ~
26117 \end_inset
26118
26119 le
26120 \begin_inset space ~
26121 \end_inset
26122
26123 placement
26124 \begin_inset space ~
26125 \end_inset
26126
26127 par
26128 \begin_inset space ~
26129 \end_inset
26130
26131 défaut
26132 \family default
26133  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26134  le placement du flottant:
26135 \end_layout
26136
26137 \begin_layout Description
26138 Ici,
26139 \begin_inset space ~
26140 \end_inset
26141
26142 si
26143 \begin_inset space ~
26144 \end_inset
26145
26146 possible: essaie de placer le flottant à la position où il a été inséré
26147  dans \SpecialChar LyX
26148
26149 \end_layout
26150
26151 \begin_layout Description
26152 Haut
26153 \begin_inset space ~
26154 \end_inset
26155
26156 de
26157 \begin_inset space ~
26158 \end_inset
26159
26160 la
26161 \begin_inset space ~
26162 \end_inset
26163
26164 page: essaie de placer le flottant en haut de la page courante
26165 \end_layout
26166
26167 \begin_layout Description
26168 Bas
26169 \begin_inset space ~
26170 \end_inset
26171
26172 de
26173 \begin_inset space ~
26174 \end_inset
26175
26176 la
26177 \begin_inset space ~
26178 \end_inset
26179
26180 page: essaie de placer le flottant en bas de la page courante
26181 \end_layout
26182
26183 \begin_layout Description
26184 Page
26185 \begin_inset space ~
26186 \end_inset
26187
26188 de
26189 \begin_inset space ~
26190 \end_inset
26191
26192 flottants: essaie de placer le flottant sur une page à part, éventuellement
26193  avec d'autres flottants 
26194 \end_layout
26195
26196 \begin_layout Standard
26197 \SpecialChar LaTeX
26198  utilise
26199 \emph on
26200  toujours 
26201 \emph default
26202 les options dans l'ordre donné ci-dessus.
26203  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26204  va d'abord
26205  essayer 
26206 \family sans
26207 Ici
26208 \begin_inset space ~
26209 \end_inset
26210
26211 si
26212 \begin_inset space ~
26213 \end_inset
26214
26215 possible
26216 \family default
26217 , ensuite 
26218 \family sans
26219 Haut
26220 \begin_inset space ~
26221 \end_inset
26222
26223 de
26224 \begin_inset space ~
26225 \end_inset
26226
26227 la
26228 \begin_inset space ~
26229 \end_inset
26230
26231 page
26232 \family default
26233 , et ainsi de suite.
26234  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26235  va essayer les options
26236  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26237  Si aucune des quatre options de placement n'est possible, la procédure
26238  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26239 \end_layout
26240
26241 \begin_layout Standard
26242 Implicitement, chaque option a ses propres règles d'application:
26243 \end_layout
26244
26245 \begin_layout Standard
26246
26247 \family sans
26248 Haut
26249 \begin_inset space ~
26250 \end_inset
26251
26252 de
26253 \begin_inset space ~
26254 \end_inset
26255
26256 la
26257 \begin_inset space ~
26258 \end_inset
26259
26260 page
26261 \family default
26262  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26263  en haut de page (
26264 \series bold
26265
26266 \backslash
26267 topfraction
26268 \series default
26269 ).
26270 \end_layout
26271
26272 \begin_layout Standard
26273
26274 \family sans
26275 Bas
26276 \begin_inset space ~
26277 \end_inset
26278
26279 de
26280 \begin_inset space ~
26281 \end_inset
26282
26283 la
26284 \begin_inset space ~
26285 \end_inset
26286
26287 page
26288 \family default
26289  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26290  en bas de page (
26291 \series bold
26292
26293 \backslash
26294 bottomfraction
26295 \series default
26296 ).
26297 \end_layout
26298
26299 \begin_layout Standard
26300
26301 \family sans
26302 Page
26303 \begin_inset space ~
26304 \end_inset
26305
26306 de
26307 \begin_inset space ~
26308 \end_inset
26309
26310 flottants
26311 \family default
26312  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26313  si ils occupent plus de 50% de celle-ci (
26314 \series bold
26315
26316 \backslash
26317 floatpagefraction
26318 \series default
26319 ).
26320 \end_layout
26321
26322 \begin_layout Standard
26323 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26324  supplémentaire 
26325 \family sans
26326 Ignorer
26327 \begin_inset space ~
26328 \end_inset
26329
26330 les
26331 \begin_inset space ~
26332 \end_inset
26333
26334 règles
26335 \begin_inset space ~
26336 \end_inset
26337
26338 \SpecialChar LaTeX
26339
26340 \family default
26341 \lang english
26342 .
26343 \begin_inset Newline newline
26344 \end_inset
26345
26346
26347 \lang french
26348 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26349  qui sont données
26350  entre parenthèses après les descriptions des règles données ci-dessus.
26351  Par exemple, pour augmenter à 50
26352 \begin_inset space \thinspace{}
26353 \end_inset
26354
26355 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26356  trop petite, ajoutez cette ligne au préambule de votre document :
26357 \end_layout
26358
26359 \begin_layout Standard
26360
26361 \series bold
26362
26363 \backslash
26364 renewcommand{
26365 \backslash
26366 bottomfraction}{0.5}
26367 \end_layout
26368
26369 \begin_layout Standard
26370 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26371  exactement à l'endroit où vous l'avez inséré.
26372  dans ce cas utilisez l'option 
26373 \family sans
26374 Ici
26375 \begin_inset space ~
26376 \end_inset
26377
26378 à
26379 \begin_inset space ~
26380 \end_inset
26381
26382 tout
26383 \begin_inset space ~
26384 \end_inset
26385
26386 Prix
26387 \family default
26388 .
26389  Utilisez cette option le moins souvent possible et seulement quand le document
26390  est presque prêt à être imprimé.
26391  En effet, le flottant n'est plus capable de 
26392 \begin_inset Quotes fld
26393 \end_inset
26394
26395 flotter
26396 \begin_inset Quotes frd
26397 \end_inset
26398
26399 , ce qui peut perturber toutes les mises en page.
26400 \end_layout
26401
26402 \begin_layout Standard
26403 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26404  sont toujours entourés par le texte d'un paragraphe donné.
26405 \begin_inset VSpace bigskip
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \begin_layout Standard
26412 On peut parfois se trouver dans la situation où un flottant est placé en
26413  haut d'une page alors que la section concernée ne commence qu'au milieu
26414  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26415  la section précédente.
26416  On peut utiliser la commande \SpecialChar LaTeX
26417  
26418 \series bold
26419
26420 \backslash
26421 suppressfloats
26422 \series default
26423  pour éviter ce cas.
26424  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26425  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26426  soit placé avant que la section commence.
26427  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26428  votre document :
26429 \end_layout
26430
26431 \begin_layout Standard
26432
26433 \series bold
26434
26435 \backslash
26436 let
26437 \backslash
26438 mySection
26439 \backslash
26440 section
26441 \begin_inset Newline newline
26442 \end_inset
26443
26444
26445 \backslash
26446 renewcommand{
26447 \backslash
26448 section}{
26449 \backslash
26450 suppressfloats[t]
26451 \backslash
26452 mySection}
26453 \end_layout
26454
26455 \begin_layout Standard
26456 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26457  comme les chapitres et les sous-sections.
26458  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26459  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26460  pourrait ensuite
26461  avoir du mal à trouver un positionnement correct.
26462 \end_layout
26463
26464 \begin_layout Standard
26465 \begin_inset VSpace bigskip
26466 \end_inset
26467
26468 Dans certains cas il est demandé de placer toutes les figures et tous les
26469  tableaux à la fin du document.
26470  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26471  
26472 \series bold
26473 endfloat
26474 \series default
26475
26476 \begin_inset Index idx
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480 Paquetages \SpecialChar LaTeX
26481  ! endfloat
26482 \end_layout
26483
26484 \end_inset
26485
26486  a été développé.
26487  Il met en effet tous les flottants de figures et de tableaux à la fin du
26488  document dans leurs propres sections.
26489  À la position d'origine du flottant, une indication textuelle du genre
26490  
26491 \begin_inset Quotes fld
26492 \end_inset
26493
26494
26495 \family sans
26496 [Figure
26497 \begin_inset space ~
26498 \end_inset
26499
26500 3.2 
26501 \lang english
26502 about here.
26503 \lang french
26504 ]
26505 \family default
26506
26507 \begin_inset Quotes frd
26508 \end_inset
26509
26510  est insérée.
26511  Le paquetage 
26512 \series bold
26513 endfloat
26514 \series default
26515  est chargé dans le préambule avec la ligne suivante 
26516 \end_layout
26517
26518 \begin_layout Standard
26519
26520 \series bold
26521
26522 \backslash
26523 usepackage[options]{endfloat}
26524 \end_layout
26525
26526 \begin_layout Standard
26527 Il y a aussi de nombreuses options de paquetage pour modifier le format
26528  des sections de figures ou de tableau qui sont créées.
26529  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26530  
26531 \series bold
26532 endfloa
26533 \series default
26534
26535 \begin_inset CommandInset citation
26536 LatexCommand cite
26537 key "endfloat"
26538
26539 \end_inset
26540
26541 .
26542 \begin_inset Newline newline
26543 \end_inset
26544
26545
26546 \begin_inset Note Greyedout
26547 status open
26548
26549 \begin_layout Plain Layout
26550
26551 \series bold
26552 Note: endfloat
26553 \series default
26554  ne fournit pas de traduction automatique de l'indication textuelle, vous
26555  devez donc le faire manuellement, voyez la section
26556 \begin_inset space ~
26557 \end_inset
26558
26559 4 de 
26560 \begin_inset CommandInset citation
26561 LatexCommand cite
26562 key "endfloat"
26563
26564 \end_inset
26565
26566 .
26567 \end_layout
26568
26569 \end_inset
26570
26571
26572 \begin_inset Newline newline
26573 \end_inset
26574
26575
26576 \begin_inset Note Greyedout
26577 status open
26578
26579 \begin_layout Plain Layout
26580
26581 \series bold
26582 Note:
26583 \series default
26584  Il y a actuellement un bug dans le paquetage 
26585 \series bold
26586 endfloat
26587 \series default
26588  quand la légende contient un 
26589 \begin_inset Quotes fld
26590 \end_inset
26591
26592 ß
26593 \begin_inset Quotes frd
26594 \end_inset
26595
26596  allemand.
26597  Utilisez dans ce cas la commande 
26598 \begin_inset Quotes fld
26599 \end_inset
26600
26601
26602 \series bold
26603
26604 \backslash
26605 ss
26606 \series default
26607
26608 \begin_inset Quotes frd
26609 \end_inset
26610
26611  en code \SpecialChar TeX
26612  à la place du 
26613 \begin_inset Quotes fld
26614 \end_inset
26615
26616 ß
26617 \begin_inset Quotes frd
26618 \end_inset
26619
26620 .
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \begin_layout Standard
26629 \begin_inset VSpace bigskip
26630 \end_inset
26631
26632 Pour plus d'information sur les manières de placer les flottants, jetez
26633  un coup d'œil aux livres sur \SpecialChar LaTeX
26634
26635 \begin_inset CommandInset citation
26636 LatexCommand cite
26637 key "latexcompanion,latexguide,latexbook"
26638
26639 \end_inset
26640
26641 .
26642 \end_layout
26643
26644 \begin_layout Section
26645 Flottants renversés
26646 \begin_inset CommandInset label
26647 LatexCommand label
26648 name "sec:Flottants-renversés"
26649
26650 \end_inset
26651
26652
26653 \begin_inset Index idx
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657 Flottants ! Renversés
26658 \end_layout
26659
26660 \end_inset
26661
26662
26663 \end_layout
26664
26665 \begin_layout Standard
26666 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26667  tableaux très larges.
26668  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26669  un clic droit sur la boîte du flottant et utilisez l'option 
26670 \family sans
26671 Rotation
26672 \begin_inset space ~
26673 \end_inset
26674
26675 90°
26676 \family default
26677 .
26678 \end_layout
26679
26680 \begin_layout Standard
26681 Les flottants renversés sont systématiquement placés sur leur propre page
26682  ( ou colonne, si vous avez un document sur deux colonnes ).
26683  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26684  
26685 \family sans
26686 Plusieurs
26687 \begin_inset space ~
26688 \end_inset
26689
26690 colonnes
26691 \family default
26692  dans les paramètres du flottant.
26693  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26694  du côté de la marge externe.
26695  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26696  ajouter soit l'option 
26697 \series bold
26698 figuresleft
26699 \series default
26700  soit l'option 
26701 \series bold
26702 figuresright
26703 \series default
26704  aux options de la classe de document.
26705 \end_layout
26706
26707 \begin_layout Standard
26708 Faire référence à un flottant renversé se fait de la même manière que pour
26709  un flottant normal, la mise en forme de la légende est aussi identique
26710  : Le tableau
26711 \begin_inset space ~
26712 \end_inset
26713
26714
26715 \begin_inset CommandInset ref
26716 LatexCommand ref
26717 reference "tab:Tableau-pivoté"
26718
26719 \end_inset
26720
26721  est un exemple de flottant de tableau renversé.
26722 \end_layout
26723
26724 \begin_layout Standard
26725 \begin_inset Note Greyedout
26726 status open
26727
26728 \begin_layout Plain Layout
26729
26730 \series bold
26731 Note:
26732 \series default
26733  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26734  DVI.
26735 \end_layout
26736
26737 \end_inset
26738
26739
26740 \end_layout
26741
26742 \begin_layout Standard
26743 \begin_inset Float table
26744 wide false
26745 sideways true
26746 status open
26747
26748 \begin_layout Plain Layout
26749 \begin_inset Caption Standard
26750
26751 \begin_layout Plain Layout
26752 \begin_inset CommandInset label
26753 LatexCommand label
26754 name "tab:Tableau-pivoté"
26755
26756 \end_inset
26757
26758  Tableau pivoté
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \begin_layout Plain Layout
26767 \align center
26768 \begin_inset Tabular
26769 <lyxtabular version="3" rows="1" columns="5">
26770 <features tabularvalignment="middle">
26771 <column alignment="center" valignment="top">
26772 <column alignment="center" valignment="top">
26773 <column alignment="center" valignment="top">
26774 <column alignment="center" valignment="top">
26775 <column alignment="center" valignment="top">
26776 <row>
26777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Plain Layout
26781 test
26782 \end_layout
26783
26784 \end_inset
26785 </cell>
26786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 b
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Plain Layout
26799 c
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808 d
26809 \end_layout
26810
26811 \end_inset
26812 </cell>
26813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26814 \begin_inset Text
26815
26816 \begin_layout Plain Layout
26817 e
26818 \end_layout
26819
26820 \end_inset
26821 </cell>
26822 </row>
26823 </lyxtabular>
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Section
26836 Sous-flottants
26837 \begin_inset Index idx
26838 status collapsed
26839
26840 \begin_layout Plain Layout
26841 Flottants ! Sous-flottants
26842 \end_layout
26843
26844 \end_inset
26845
26846
26847 \end_layout
26848
26849 \begin_layout Standard
26850 Un exemple de sous-flottant : une figure composée de plusieurs images.
26851  On les crée en insérant un flottant dans un flottant existant.
26852  Le positionnement des sous-flottants peut être contrôlé comme pour les
26853  paragraphes comme on le voit avec les tableaux
26854 \begin_inset space ~
26855 \end_inset
26856
26857
26858 \begin_inset CommandInset ref
26859 LatexCommand ref
26860 reference "tab:Deux-sous-tableaux-cote-a-cote"
26861
26862 \end_inset
26863
26864  et 
26865 \begin_inset CommandInset ref
26866 LatexCommand ref
26867 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26868
26869 \end_inset
26870
26871 .
26872 \end_layout
26873
26874 \begin_layout Standard
26875 On fait référence à des sous-flottants comme on le ferait avec des flottants
26876  normaux : Les tableaux
26877 \begin_inset space ~
26878 \end_inset
26879
26880
26881 \begin_inset CommandInset ref
26882 LatexCommand ref
26883 reference "tab:Le-sous-tableau-a"
26884
26885 \end_inset
26886
26887  et 
26888 \begin_inset CommandInset ref
26889 LatexCommand ref
26890 reference "tab:Le-sous-tableau-b"
26891
26892 \end_inset
26893
26894  sont des sous-tableaux du tableau
26895 \begin_inset space ~
26896 \end_inset
26897
26898
26899 \begin_inset CommandInset ref
26900 LatexCommand ref
26901 reference "tab:Deux-sous-tableaux-cote-a-cote"
26902
26903 \end_inset
26904
26905 .
26906 \end_layout
26907
26908 \begin_layout Standard
26909 \begin_inset Float table
26910 wide false
26911 sideways false
26912 status open
26913
26914 \begin_layout Plain Layout
26915 \begin_inset Caption Standard
26916
26917 \begin_layout Plain Layout
26918 \begin_inset CommandInset label
26919 LatexCommand label
26920 name "tab:Deux-sous-tableaux-cote-a-cote"
26921
26922 \end_inset
26923
26924 Deux sous-tableaux placés côte-à-côte.
26925 \end_layout
26926
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \begin_layout Plain Layout
26933 \align center
26934 \begin_inset space \hfill{}
26935 \end_inset
26936
26937
26938 \begin_inset Float table
26939 wide false
26940 sideways false
26941 status collapsed
26942
26943 \begin_layout Plain Layout
26944 \begin_inset Caption Standard
26945
26946 \begin_layout Plain Layout
26947 \begin_inset CommandInset label
26948 LatexCommand label
26949 name "tab:Le-sous-tableau-a"
26950
26951 \end_inset
26952
26953 Le sous-tableau a
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Plain Layout
26962 \align center
26963 \begin_inset Tabular
26964 <lyxtabular version="3" rows="1" columns="5">
26965 <features tabularvalignment="middle">
26966 <column alignment="center" valignment="top">
26967 <column alignment="center" valignment="top">
26968 <column alignment="center" valignment="top">
26969 <column alignment="center" valignment="top">
26970 <column alignment="center" valignment="top">
26971 <row>
26972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 test
26977 \end_layout
26978
26979 \end_inset
26980 </cell>
26981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26982 \begin_inset Text
26983
26984 \begin_layout Plain Layout
26985 b
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 c
26995 \end_layout
26996
26997 \end_inset
26998 </cell>
26999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27000 \begin_inset Text
27001
27002 \begin_layout Plain Layout
27003 d
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27009 \begin_inset Text
27010
27011 \begin_layout Plain Layout
27012 e
27013 \end_layout
27014
27015 \end_inset
27016 </cell>
27017 </row>
27018 </lyxtabular>
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026
27027
27028 \begin_inset space \hfill{}
27029 \end_inset
27030
27031
27032 \begin_inset Float table
27033 wide false
27034 sideways false
27035 status collapsed
27036
27037 \begin_layout Plain Layout
27038 \begin_inset Caption Standard
27039
27040 \begin_layout Plain Layout
27041 \begin_inset CommandInset label
27042 LatexCommand label
27043 name "tab:Le-sous-tableau-b"
27044
27045 \end_inset
27046
27047 Le sous-tableau b.
27048 \end_layout
27049
27050 \end_inset
27051
27052
27053 \end_layout
27054
27055 \begin_layout Plain Layout
27056 \align center
27057 \begin_inset Tabular
27058 <lyxtabular version="3" rows="1" columns="5">
27059 <features tabularvalignment="middle">
27060 <column alignment="center" valignment="top">
27061 <column alignment="center" valignment="top">
27062 <column alignment="center" valignment="top">
27063 <column alignment="center" valignment="top">
27064 <column alignment="center" valignment="top">
27065 <row>
27066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27067 \begin_inset Text
27068
27069 \begin_layout Plain Layout
27070 e
27071 \end_layout
27072
27073 \end_inset
27074 </cell>
27075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079 d
27080 \end_layout
27081
27082 \end_inset
27083 </cell>
27084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088 c
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 b
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27103 \begin_inset Text
27104
27105 \begin_layout Plain Layout
27106 test
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 </lyxtabular>
27113
27114 \end_inset
27115
27116
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \begin_inset space \hfill{}
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Standard
27134 \begin_inset Float table
27135 wide false
27136 sideways false
27137 status open
27138
27139 \begin_layout Plain Layout
27140 \begin_inset Caption Standard
27141
27142 \begin_layout Plain Layout
27143 \begin_inset CommandInset label
27144 LatexCommand label
27145 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27146
27147 \end_inset
27148
27149 Deux sous-tableaux placés l'un sur l'autre.
27150  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27151 \end_layout
27152
27153 \end_inset
27154
27155
27156 \end_layout
27157
27158 \begin_layout Plain Layout
27159 \align center
27160 \begin_inset Float table
27161 wide false
27162 sideways false
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166 \begin_inset Caption Standard
27167
27168 \begin_layout Plain Layout
27169
27170 \end_layout
27171
27172 \end_inset
27173
27174
27175 \end_layout
27176
27177 \begin_layout Plain Layout
27178 \align center
27179 \begin_inset Tabular
27180 <lyxtabular version="3" rows="1" columns="4">
27181 <features tabularvalignment="middle">
27182 <column alignment="center" valignment="top">
27183 <column alignment="center" valignment="top">
27184 <column alignment="center" valignment="top">
27185 <column alignment="center" valignment="top">
27186 <row>
27187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27188 \begin_inset Text
27189
27190 \begin_layout Plain Layout
27191 test
27192 \end_layout
27193
27194 \end_inset
27195 </cell>
27196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27197 \begin_inset Text
27198
27199 \begin_layout Plain Layout
27200 test
27201 \end_layout
27202
27203 \end_inset
27204 </cell>
27205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27206 \begin_inset Text
27207
27208 \begin_layout Plain Layout
27209 test
27210 \end_layout
27211
27212 \end_inset
27213 </cell>
27214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27215 \begin_inset Text
27216
27217 \begin_layout Plain Layout
27218 test
27219 \end_layout
27220
27221 \end_inset
27222 </cell>
27223 </row>
27224 </lyxtabular>
27225
27226 \end_inset
27227
27228
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Plain Layout
27237 \align center
27238 \begin_inset Float table
27239 wide false
27240 sideways false
27241 status collapsed
27242
27243 \begin_layout Plain Layout
27244 \begin_inset Caption Standard
27245
27246 \begin_layout Plain Layout
27247
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Plain Layout
27256 \align center
27257 \begin_inset Tabular
27258 <lyxtabular version="3" rows="1" columns="5">
27259 <features tabularvalignment="middle">
27260 <column alignment="center" valignment="top">
27261 <column alignment="center" valignment="top">
27262 <column alignment="center" valignment="top">
27263 <column alignment="center" valignment="top">
27264 <column alignment="center" valignment="top">
27265 <row>
27266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27267 \begin_inset Text
27268
27269 \begin_layout Plain Layout
27270 a
27271 \end_layout
27272
27273 \end_inset
27274 </cell>
27275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27276 \begin_inset Text
27277
27278 \begin_layout Plain Layout
27279 b
27280 \end_layout
27281
27282 \end_inset
27283 </cell>
27284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27285 \begin_inset Text
27286
27287 \begin_layout Plain Layout
27288 c
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297 d
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 e
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 </row>
27312 </lyxtabular>
27313
27314 \end_inset
27315
27316
27317 \end_layout
27318
27319 \end_inset
27320
27321
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Section
27330 Flottants côte-à-côte
27331 \begin_inset Index idx
27332 status collapsed
27333
27334 \begin_layout Plain Layout
27335 Flottants ! côte-à-côte
27336 \end_layout
27337
27338 \end_inset
27339
27340
27341 \end_layout
27342
27343 \begin_layout Standard
27344 Pour placer des flottants côte-à-côte, comme pour la figure
27345 \begin_inset space ~
27346 \end_inset
27347
27348
27349 \begin_inset CommandInset ref
27350 LatexCommand ref
27351 reference "fig:Flottant-gauche"
27352
27353 \end_inset
27354
27355  et 
27356 \begin_inset CommandInset ref
27357 LatexCommand ref
27358 reference "fig:Flottant-droit"
27359
27360 \end_inset
27361
27362 , on n'utilise 
27363 \emph on
27364 qu'un seul 
27365 \emph default
27366 flottant.
27367  On y insère deux boîtes de minipages.
27368 \begin_inset Foot
27369 status collapsed
27370
27371 \begin_layout Plain Layout
27372 Les minipages sont décrites dans la section
27373 \begin_inset space ~
27374 \end_inset
27375
27376
27377 \begin_inset CommandInset ref
27378 LatexCommand ref
27379 reference "sec:Minipages"
27380
27381 \end_inset
27382
27383 .
27384 \end_layout
27385
27386 \end_inset
27387
27388  La largeur est mise à 45
27389 \begin_inset space \thinspace{}
27390 \end_inset
27391
27392 -50
27393 \begin_inset space \thinspace{}
27394 \end_inset
27395
27396 column% et l'alignement de la boîte à 
27397 \family sans
27398 Bas
27399 \family default
27400  pour chaque minipage.
27401  Les boîtes minipages contiennent l'image et la légende exactement comme
27402  avec un flottant.
27403  La seule différence est que l'unité de longueur 
27404 \family sans
27405 Largeur
27406 \begin_inset space ~
27407 \end_inset
27408
27409 colonne
27410 \begin_inset space ~
27411 \end_inset
27412
27413 %
27414 \family default
27415  utilisée pour l'image est maintenant définie par rapport à la largeur des
27416  boîtes minipages.
27417 \end_layout
27418
27419 \begin_layout Standard
27420 \begin_inset Float figure
27421 wide false
27422 sideways false
27423 status open
27424
27425 \begin_layout Plain Layout
27426 \begin_inset Box Frameless
27427 position "b"
27428 hor_pos "c"
27429 has_inner_box 1
27430 inner_pos "t"
27431 use_parbox 0
27432 use_makebox 0
27433 width "45col%"
27434 special "none"
27435 height "1in"
27436 height_special "totalheight"
27437 thickness "0.4pt"
27438 separation "3pt"
27439 shadowsize "4pt"
27440 framecolor "black"
27441 backgroundcolor "none"
27442 status open
27443
27444 \begin_layout Plain Layout
27445 \align center
27446 \begin_inset Graphics
27447         filename ../clipart/mobius.eps
27448         lyxscale 50
27449         width 100col%
27450         scaleBeforeRotation
27451
27452 \end_inset
27453
27454
27455 \end_layout
27456
27457 \begin_layout Plain Layout
27458 \begin_inset Caption Standard
27459
27460 \begin_layout Plain Layout
27461 \begin_inset CommandInset label
27462 LatexCommand label
27463 name "fig:Flottant-gauche"
27464
27465 \end_inset
27466
27467 Flottant du côté gauche.
27468 \end_layout
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \begin_inset space \hfill{}
27479 \end_inset
27480
27481
27482 \begin_inset Box Frameless
27483 position "b"
27484 hor_pos "c"
27485 has_inner_box 1
27486 inner_pos "t"
27487 use_parbox 0
27488 use_makebox 0
27489 width "45col%"
27490 special "none"
27491 height "1in"
27492 height_special "totalheight"
27493 thickness "0.4pt"
27494 separation "3pt"
27495 shadowsize "4pt"
27496 framecolor "black"
27497 backgroundcolor "none"
27498 status open
27499
27500 \begin_layout Plain Layout
27501 \align center
27502 \begin_inset Graphics
27503         filename ../clipart/platypus.eps
27504         lyxscale 50
27505         width 100col%
27506         scaleBeforeRotation
27507
27508 \end_inset
27509
27510
27511 \end_layout
27512
27513 \begin_layout Plain Layout
27514 \begin_inset Caption Standard
27515
27516 \begin_layout Plain Layout
27517 \begin_inset CommandInset label
27518 LatexCommand label
27519 name "fig:Flottant-droit"
27520
27521 \end_inset
27522
27523 Flottant du côté droit.
27524 \end_layout
27525
27526 \end_inset
27527
27528
27529 \end_layout
27530
27531 \end_inset
27532
27533
27534 \end_layout
27535
27536 \end_inset
27537
27538
27539 \end_layout
27540
27541 \begin_layout Section
27542 Mise en forme de la légende
27543 \begin_inset Index idx
27544 status collapsed
27545
27546 \begin_layout Plain Layout
27547 Légende ! Mise en forme
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \begin_inset Index idx
27554 status collapsed
27555
27556 \begin_layout Plain Layout
27557 Flottants ! Mise en forme de la Légende
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \begin_inset CommandInset label
27564 LatexCommand label
27565 name "sec:Formatage-légende"
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Standard
27573 L'environnement 
27574 \family sans
27575 Légende
27576 \family default
27577  est l'environnement de paragraphe implicite pour les 
27578 \family sans
27579 flottants
27580 \family default
27581 .
27582  Dans la fenêtre de \SpecialChar LyX
27583  les légendes apparaissent comme une étiquette comme
27584  par exemple 
27585 \begin_inset Quotes fld
27586 \end_inset
27587
27588
27589 \family sans
27590 Figure #:
27591 \family default
27592
27593 \begin_inset Quotes frd
27594 \end_inset
27595
27596  suivi par le texte de la légende.
27597  Le 
27598 \begin_inset Quotes fld
27599 \end_inset
27600
27601 #
27602 \begin_inset Quotes frd
27603 \end_inset
27604
27605  étant remplacé par le numéro de référence réel.
27606  implicitement l'étiquette et le numéro sont dans la même police de caractères
27607  que le texte de la légende et deux points suivent le numéro pour séparer
27608  l'étiquette du texte.
27609  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27610 \end_layout
27611
27612 \begin_layout Standard
27613 Pour modifier le format implicite des légendes, il faut charger le paquetage
27614  \SpecialChar LaTeX
27615  
27616 \series bold
27617 caption
27618 \series default
27619
27620 \begin_inset Index idx
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 Paquetages \SpecialChar LaTeX
27625  ! caption
27626 \end_layout
27627
27628 \end_inset
27629
27630  dans le préambule de votre document avec la ligne suivante :
27631 \end_layout
27632
27633 \begin_layout Standard
27634
27635 \series bold
27636
27637 \backslash
27638 usepackage[format definition]{caption}
27639 \end_layout
27640
27641 \begin_layout Standard
27642 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27643  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27644  dans ce document, utilisez les commandes suivantes :
27645 \end_layout
27646
27647 \begin_layout Standard
27648
27649 \series bold
27650
27651 \backslash
27652 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27653 \end_layout
27654
27655 \begin_layout Standard
27656 Vous pouvez aussi définir des formats de légendes différents pour les différents
27657  types de flottants.
27658  Dans ce cas chargez le paquetage 
27659 \series bold
27660 caption 
27661 \series default
27662 sans option de format spécifique et définissez les différents formats à
27663  l'aide de la commande 
27664 \end_layout
27665
27666 \begin_layout Standard
27667
27668 \series bold
27669
27670 \backslash
27671 captionsetup[type de flottant]{définition du format}
27672 \end_layout
27673
27674 \begin_layout Standard
27675 dans le préambule du document.
27676  Par exemple les formats de légende de la Figure
27677 \begin_inset space ~
27678 \end_inset
27679
27680
27681 \begin_inset CommandInset ref
27682 LatexCommand ref
27683 reference "fig:Legende-de-fig"
27684
27685 \end_inset
27686
27687  et du Tableau
27688 \begin_inset space ~
27689 \end_inset
27690
27691
27692 \begin_inset CommandInset ref
27693 LatexCommand ref
27694 reference "tab:Légende-de-tab"
27695
27696 \end_inset
27697
27698  peuvent être créés en utilisant les commandes suivantes dans le préambule
27699  :
27700 \end_layout
27701
27702 \begin_layout Standard
27703
27704 \series bold
27705
27706 \backslash
27707 usepackage[tableposition=top]{caption}
27708 \series default
27709
27710 \begin_inset Newline newline
27711 \end_inset
27712
27713
27714 \series bold
27715
27716 \backslash
27717 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27718 \begin_inset Newline newline
27719 \end_inset
27720
27721
27722 \begin_inset Phantom HPhantom
27723 status open
27724
27725 \begin_layout Plain Layout
27726
27727 \series bold
27728
27729 \backslash
27730 captionsetup[figure]{
27731 \end_layout
27732
27733 \end_inset
27734
27735 labelsep=period}
27736 \begin_inset Newline newline
27737 \end_inset
27738
27739
27740 \backslash
27741 captionsetup[table]{labelfont={bf,sf}}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 \begin_inset Note Greyedout
27746 status open
27747
27748 \begin_layout Plain Layout
27749
27750 \series bold
27751 Note:
27752 \series default
27753  L'option 
27754 \series bold
27755 tableposition=top
27756 \series default
27757  n'a pas d'effet quand on utilise un document de classe 
27758 \series bold
27759 KOMA-Script
27760 \series default
27761
27762 \begin_inset Index idx
27763 status collapsed
27764
27765 \begin_layout Plain Layout
27766 Paquetages \SpecialChar LaTeX
27767  ! KOMA-Script
27768 \end_layout
27769
27770 \end_inset
27771
27772 .
27773  Dans ce cas on doit utiliser l'option 
27774 \series bold
27775 captions=tableheading
27776 \series default
27777  de la classe de document.
27778 \end_layout
27779
27780 \end_inset
27781
27782
27783 \end_layout
27784
27785 \begin_layout Standard
27786 Pour plus d'information sur le paquetage 
27787 \series bold
27788 caption
27789 \series default
27790  nous vous renvoyons à sa documentation 
27791 \begin_inset CommandInset citation
27792 LatexCommand cite
27793 key "caption"
27794
27795 \end_inset
27796
27797 .
27798 \end_layout
27799
27800 \begin_layout Standard
27801 Pour changer le nom de l'étiquette, par exemple de 
27802 \begin_inset Quotes fld
27803 \end_inset
27804
27805 Figure
27806 \begin_inset Quotes frd
27807 \end_inset
27808
27809  à 
27810 \begin_inset Quotes fld
27811 \end_inset
27812
27813 Image
27814 \begin_inset Quotes frd
27815 \end_inset
27816
27817 , utilisez la commande suivante dans le préambule :
27818 \end_layout
27819
27820 \begin_layout Standard
27821
27822 \series bold
27823
27824 \backslash
27825 renewcommand{
27826 \backslash
27827 fnum@figure}{Image~
27828 \backslash
27829 thefigure}
27830 \end_layout
27831
27832 \begin_layout Standard
27833 où 
27834 \series bold
27835
27836 \backslash
27837 thefigure
27838 \series default
27839  insère le numéro de la figure et
27840 \series bold
27841  
27842 \begin_inset Quotes fld
27843 \end_inset
27844
27845 ~
27846 \series default
27847
27848 \begin_inset Quotes frd
27849 \end_inset
27850
27851  ajoute une espace insécable.
27852 \end_layout
27853
27854 \begin_layout Standard
27855 \begin_inset VSpace bigskip
27856 \end_inset
27857
27858 Si vous utilisez un document de classe 
27859 \series bold
27860 KOMA-Script
27861 \series default
27862
27863 \begin_inset Index idx
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 Paquetages \SpecialChar LaTeX
27868  ! KOMA-Script
27869 \end_layout
27870
27871 \end_inset
27872
27873  (
27874 \family sans
27875 article (KOMA-Script)
27876 \family default
27877
27878 \family sans
27879 book (KOMA-Script)
27880 \family default
27881
27882 \family sans
27883 letter (KOMA-Script)
27884 \family default
27885 , ou 
27886 \family sans
27887 report (KOMA-Script)
27888 \family default
27889
27890 \begin_inset space \thinspace{}
27891 \end_inset
27892
27893 ), Vous pouvez utiliser la commande incorporée 
27894 \series bold
27895
27896 \backslash
27897 setkomafont 
27898 \series default
27899 du paquetage
27900 \series bold
27901  KOMA-Script 
27902 \series default
27903 à la place du paquetage
27904 \series bold
27905  caption.
27906  
27907 \series default
27908 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27909  suivante au préambule de votre document :
27910 \end_layout
27911
27912 \begin_layout Standard
27913
27914 \series bold
27915
27916 \backslash
27917 setkomafont{captionlabel}{
27918 \backslash
27919 bfseries}
27920 \end_layout
27921
27922 \begin_layout Standard
27923 Pour plus d'information au sujet de 
27924 \series bold
27925
27926 \backslash
27927 setkomafont
27928 \series default
27929  nous vous renvoyons à la documentation du paquetage 
27930 \series bold
27931 KOMA-Script
27932 \series default
27933  
27934 \begin_inset CommandInset citation
27935 LatexCommand cite
27936 key "KOMA-Script"
27937
27938 \end_inset
27939
27940 .
27941 \end_layout
27942
27943 \begin_layout Standard
27944 \begin_inset ERT
27945 status collapsed
27946
27947 \begin_layout Plain Layout
27948
27949
27950 \backslash
27951 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27952 }
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \begin_inset Note Note
27959 status open
27960
27961 \begin_layout Plain Layout
27962 Le format de la légende n'est modifié que pour cet exemple.
27963 \end_layout
27964
27965 \end_inset
27966
27967
27968 \end_layout
27969
27970 \begin_layout Standard
27971 \begin_inset Float figure
27972 placement !p
27973 wide false
27974 sideways false
27975 status open
27976
27977 \begin_layout Plain Layout
27978 \align center
27979 \begin_inset Graphics
27980         filename ../clipart/mobius.eps
27981         lyxscale 50
27982         scale 50
27983         scaleBeforeRotation
27984
27985 \end_inset
27986
27987
27988 \end_layout
27989
27990 \begin_layout Plain Layout
27991 \begin_inset Caption Standard
27992
27993 \begin_layout Plain Layout
27994 \begin_inset CommandInset label
27995 LatexCommand label
27996 name "fig:Legende-de-fig"
27997
27998 \end_inset
27999
28000 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
28001  pour montrer les différents types de formats de légendes.
28002  Ici on a utilisé un format de légende personnalisé.
28003 \end_layout
28004
28005 \end_inset
28006
28007
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Standard
28016 \begin_inset ERT
28017 status collapsed
28018
28019 \begin_layout Plain Layout
28020
28021
28022 \backslash
28023 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
28024 on}
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Standard
28033 \begin_inset Float table
28034 placement !p
28035 wide false
28036 sideways false
28037 status open
28038
28039 \begin_layout Plain Layout
28040 \begin_inset Caption Standard
28041
28042 \begin_layout Plain Layout
28043 \begin_inset CommandInset label
28044 LatexCommand label
28045 name "tab:Légende-de-tab"
28046
28047 \end_inset
28048
28049 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
28050  pour montrer les différents types de formats de légendes.
28051  Ici on a utilisé le format de légende implicite.
28052 \end_layout
28053
28054 \end_inset
28055
28056
28057 \end_layout
28058
28059 \begin_layout Plain Layout
28060 \align center
28061 \begin_inset Tabular
28062 <lyxtabular version="3" rows="1" columns="5">
28063 <features tabularvalignment="middle">
28064 <column alignment="center" valignment="top">
28065 <column alignment="center" valignment="top">
28066 <column alignment="center" valignment="top">
28067 <column alignment="center" valignment="top">
28068 <column alignment="center" valignment="top">
28069 <row>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 a
28075 \end_layout
28076
28077 \end_inset
28078 </cell>
28079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28080 \begin_inset Text
28081
28082 \begin_layout Plain Layout
28083 b
28084 \end_layout
28085
28086 \end_inset
28087 </cell>
28088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28089 \begin_inset Text
28090
28091 \begin_layout Plain Layout
28092 c
28093 \end_layout
28094
28095 \end_inset
28096 </cell>
28097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28098 \begin_inset Text
28099
28100 \begin_layout Plain Layout
28101 d
28102 \end_layout
28103
28104 \end_inset
28105 </cell>
28106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28107 \begin_inset Text
28108
28109 \begin_layout Plain Layout
28110 e
28111 \end_layout
28112
28113 \end_inset
28114 </cell>
28115 </row>
28116 </lyxtabular>
28117
28118 \end_inset
28119
28120
28121 \end_layout
28122
28123 \end_inset
28124
28125
28126 \end_layout
28127
28128 \begin_layout Section
28129 Positionnement de la Légende
28130 \begin_inset Index idx
28131 status collapsed
28132
28133 \begin_layout Plain Layout
28134 Légende ! Placement
28135 \end_layout
28136
28137 \end_inset
28138
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 Flottants ! Placement de la légende
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \begin_inset CommandInset label
28151 LatexCommand label
28152 name "sec:Placement-légende"
28153
28154 \end_inset
28155
28156
28157 \end_layout
28158
28159 \begin_layout Standard
28160 La règle habituelle pour placer la légende est :
28161 \end_layout
28162
28163 \begin_layout Description
28164 Figure
28165 \begin_inset space ~
28166 \end_inset
28167
28168 : La légende est placée en dessous de la figure
28169 \end_layout
28170
28171 \begin_layout Description
28172 Tableau
28173 \begin_inset space ~
28174 \end_inset
28175
28176 : La légende est placée au dessus du tableau
28177 \end_layout
28178
28179 \begin_layout Standard
28180 Malheureusement les classes standard de \SpecialChar LaTeX
28181  ne gèrent pas les légendes au dessus
28182  des tableaux.
28183  Ce qui fait que si vous utilisez une des classes de document 
28184 \family sans
28185 article
28186 \family default
28187
28188 \family sans
28189 book
28190 \family default
28191
28192 \family sans
28193 letter
28194 \family default
28195 , ou 
28196 \family sans
28197 report
28198 \family default
28199  il n'y aura pas d'espace libre entre la légende et le tableau.
28200  Pour insérer l'espace nécessaire, 
28201 \lang english
28202 load
28203 \lang french
28204  le paquetage \SpecialChar LaTeX
28205  
28206 \series bold
28207 caption
28208 \series default
28209
28210 \begin_inset Index idx
28211 status collapsed
28212
28213 \begin_layout Plain Layout
28214 Paquetages \SpecialChar LaTeX
28215  ! caption
28216 \end_layout
28217
28218 \end_inset
28219
28220  dans le préambule de votre document avec l'option
28221 \begin_inset Foot
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225 Voir la section
28226 \begin_inset space ~
28227 \end_inset
28228
28229
28230 \begin_inset CommandInset ref
28231 LatexCommand ref
28232 reference "sec:Formatage-légende"
28233
28234 \end_inset
28235
28236  pour plus d'information sur le paquetage 
28237 \series bold
28238 caption
28239 \series default
28240 .
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Standard
28249
28250 \series bold
28251 tableposition=top
28252 \end_layout
28253
28254 \begin_layout Standard
28255 Si vous utilisez une classe de document 
28256 \series bold
28257 KOMA-Script
28258 \series default
28259
28260 \begin_inset Index idx
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264 Paquetages \SpecialChar LaTeX
28265  ! KOMA-Script
28266 \end_layout
28267
28268 \end_inset
28269
28270  (
28271 \family sans
28272 article (KOMA-Script)
28273 \family default
28274
28275 \family sans
28276 book (KOMA-Script)
28277 \family default
28278
28279 \family sans
28280 letter (KOMA-Script)
28281 \family default
28282 , ou 
28283 \family sans
28284 report (KOMA-Script)
28285 \family default
28286
28287 \begin_inset space \thinspace{}
28288 \end_inset
28289
28290 ), vous pouvez utiliser à la place du paquetage 
28291 \series bold
28292 caption
28293 \series default
28294  l'option
28295 \end_layout
28296
28297 \begin_layout Standard
28298
28299 \series bold
28300 captions=tableheading
28301 \end_layout
28302
28303 \begin_layout Standard
28304 de la classe de document.
28305 \begin_inset Foot
28306 status open
28307
28308 \begin_layout Plain Layout
28309 Cette option est utilisée dans le document
28310 \end_layout
28311
28312 \end_inset
28313
28314
28315 \end_layout
28316
28317 \begin_layout Standard
28318 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28319  le menu contextuel dans une légende avec un clic droit et indiquer si la
28320  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28321  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28322  pour certaines d'entre elles.
28323  Le tableau
28324 \begin_inset space ~
28325 \end_inset
28326
28327
28328 \begin_inset CommandInset ref
28329 LatexCommand ref
28330 reference "tab:A-caption-marked"
28331
28332 \end_inset
28333
28334  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28335  alors qu'elle est insérée au-dessus.
28336  Par comparaison, la légende du tableau
28337 \begin_inset space ~
28338 \end_inset
28339
28340
28341 \begin_inset CommandInset ref
28342 LatexCommand ref
28343 reference "tab:A-standard-table"
28344
28345 \end_inset
28346
28347  n'est pas repositionnée.
28348 \end_layout
28349
28350 \begin_layout Standard
28351 \begin_inset Float table
28352 wide false
28353 sideways false
28354 status open
28355
28356 \begin_layout Plain Layout
28357 \begin_inset Caption Below
28358
28359 \begin_layout Plain Layout
28360 \begin_inset CommandInset label
28361 LatexCommand label
28362 name "tab:A-caption-marked"
28363
28364 \end_inset
28365
28366 Une légende positionnée sous le tableau par le menu contextuel
28367 \lang english
28368 .
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Plain Layout
28377 \align center
28378 \begin_inset Tabular
28379 <lyxtabular version="3" rows="3" columns="3">
28380 <features tabularvalignment="middle">
28381 <column alignment="center" valignment="top" width="0pt">
28382 <column alignment="center" valignment="top" width="0pt">
28383 <column alignment="center" valignment="top" width="0pt">
28384 <row>
28385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28386 \begin_inset Text
28387
28388 \begin_layout Plain Layout
28389 1
28390 \end_layout
28391
28392 \end_inset
28393 </cell>
28394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Plain Layout
28398 2
28399 \end_layout
28400
28401 \end_inset
28402 </cell>
28403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28404 \begin_inset Text
28405
28406 \begin_layout Plain Layout
28407 3
28408 \end_layout
28409
28410 \end_inset
28411 </cell>
28412 </row>
28413 <row>
28414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28415 \begin_inset Text
28416
28417 \begin_layout Plain Layout
28418 Jean
28419 \end_layout
28420
28421 \end_inset
28422 </cell>
28423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28424 \begin_inset Text
28425
28426 \begin_layout Plain Layout
28427 Marie
28428 \end_layout
28429
28430 \end_inset
28431 </cell>
28432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28433 \begin_inset Text
28434
28435 \begin_layout Plain Layout
28436 Pierre
28437 \end_layout
28438
28439 \end_inset
28440 </cell>
28441 </row>
28442 <row>
28443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28444 \begin_inset Text
28445
28446 \begin_layout Plain Layout
28447 \begin_inset Formula $\int x^{2}dx$
28448 \end_inset
28449
28450
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Plain Layout
28459 \begin_inset Formula $\left[\begin{array}{cc}
28460 a & b\\
28461 c & d
28462 \end{array}\right]$
28463 \end_inset
28464
28465
28466 \end_layout
28467
28468 \end_inset
28469 </cell>
28470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28471 \begin_inset Text
28472
28473 \begin_layout Plain Layout
28474 \begin_inset Formula $1+1=2$
28475 \end_inset
28476
28477
28478 \end_layout
28479
28480 \end_inset
28481 </cell>
28482 </row>
28483 </lyxtabular>
28484
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 \begin_inset Float table
28497 wide false
28498 sideways false
28499 status open
28500
28501 \begin_layout Plain Layout
28502 \begin_inset Caption Standard
28503
28504 \begin_layout Plain Layout
28505 \begin_inset CommandInset label
28506 LatexCommand label
28507 name "tab:A-standard-table"
28508
28509 \end_inset
28510
28511 Une légende de tableau standard
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Plain Layout
28520 \align center
28521 \begin_inset Tabular
28522 <lyxtabular version="3" rows="3" columns="3">
28523 <features tabularvalignment="middle">
28524 <column alignment="center" valignment="top" width="0pt">
28525 <column alignment="center" valignment="top" width="0pt">
28526 <column alignment="center" valignment="top" width="0pt">
28527 <row>
28528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28529 \begin_inset Text
28530
28531 \begin_layout Plain Layout
28532 1
28533 \end_layout
28534
28535 \end_inset
28536 </cell>
28537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28538 \begin_inset Text
28539
28540 \begin_layout Plain Layout
28541 2
28542 \end_layout
28543
28544 \end_inset
28545 </cell>
28546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28547 \begin_inset Text
28548
28549 \begin_layout Plain Layout
28550 3
28551 \end_layout
28552
28553 \end_inset
28554 </cell>
28555 </row>
28556 <row>
28557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28558 \begin_inset Text
28559
28560 \begin_layout Plain Layout
28561 Jean
28562 \end_layout
28563
28564 \end_inset
28565 </cell>
28566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28567 \begin_inset Text
28568
28569 \begin_layout Plain Layout
28570 Marie
28571 \end_layout
28572
28573 \end_inset
28574 </cell>
28575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28576 \begin_inset Text
28577
28578 \begin_layout Plain Layout
28579 Pierre
28580 \end_layout
28581
28582 \end_inset
28583 </cell>
28584 </row>
28585 <row>
28586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28587 \begin_inset Text
28588
28589 \begin_layout Plain Layout
28590 \begin_inset Formula $\int x^{2}dx$
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \end_inset
28597 </cell>
28598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28599 \begin_inset Text
28600
28601 \begin_layout Plain Layout
28602 \begin_inset Formula $\left[\begin{array}{cc}
28603 a & b\\
28604 c & d
28605 \end{array}\right]$
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \end_inset
28612 </cell>
28613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28614 \begin_inset Text
28615
28616 \begin_layout Plain Layout
28617 \begin_inset Formula $1+1=2$
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \end_inset
28624 </cell>
28625 </row>
28626 </lyxtabular>
28627
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \end_layout
28637
28638 \begin_layout Standard
28639 \begin_inset VSpace bigskip
28640 \end_inset
28641
28642 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28643  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28644  
28645 \series bold
28646 sidecap
28647 \series default
28648
28649 \begin_inset Index idx
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653 Paquetages \SpecialChar LaTeX
28654  ! sidecap
28655 \end_layout
28656
28657 \end_inset
28658
28659  dans le préambule de votre document avec la ligne de commande suivante
28660 \end_layout
28661
28662 \begin_layout Standard
28663
28664 \series bold
28665
28666 \backslash
28667 usepackage[option]{sidecap}
28668 \end_layout
28669
28670 \begin_layout Standard
28671 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28672  extérieure – à droite sur les pages impaires et à gauche sur les pages
28673  paires.
28674  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28675  
28676 \series bold
28677 innercaption
28678 \series default
28679 .
28680  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28681  
28682 \series bold
28683 rightcaption
28684 \series default
28685  ou 
28686 \series bold
28687 leftcaption
28688 \series default
28689 .
28690 \end_layout
28691
28692 \begin_layout Standard
28693 \begin_inset ERT
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697
28698
28699 \backslash
28700 ifsidecap
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \begin_inset Note Note
28707 status open
28708
28709 \begin_layout Plain Layout
28710 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28711  
28712 \series bold
28713 sidecap
28714 \series default
28715  a été installé.
28716 \end_layout
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28725  ajouter ces commandes dans le préambule de votre document :
28726 \end_layout
28727
28728 \begin_layout Standard
28729 \noindent
28730 \begin_inset CommandInset line
28731 LatexCommand rule
28732 offset "0.5ex"
28733 width "100line%"
28734 height "1pt"
28735
28736 \end_inset
28737
28738
28739 \end_layout
28740
28741 \begin_layout Standard
28742
28743 \series bold
28744
28745 \backslash
28746 newcommand{
28747 \backslash
28748 TabBesBeg}[1][1.0]{%
28749 \begin_inset Newline newline
28750 \end_inset
28751
28752
28753 \begin_inset Phantom HPhantom
28754 status open
28755
28756 \begin_layout Plain Layout
28757 \begin_inset space ~
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \end_inset
28764
28765
28766 \backslash
28767 let
28768 \backslash
28769 MyTable
28770 \backslash
28771 table
28772 \begin_inset Newline newline
28773 \end_inset
28774
28775
28776 \begin_inset Phantom HPhantom
28777 status open
28778
28779 \begin_layout Plain Layout
28780
28781 \series medium
28782 \begin_inset space ~
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \end_inset
28789
28790
28791 \backslash
28792 let
28793 \backslash
28794 MyEndtable
28795 \backslash
28796 endtable
28797 \begin_inset Newline newline
28798 \end_inset
28799
28800
28801 \begin_inset Phantom HPhantom
28802 status open
28803
28804 \begin_layout Plain Layout
28805
28806 \series medium
28807 \begin_inset space ~
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \end_inset
28814
28815
28816 \backslash
28817 renewenvironment{table}[1]{
28818 \backslash
28819 begin{SCtable}[#1]##1}{
28820 \backslash
28821 end{SCtable}}}
28822 \end_layout
28823
28824 \begin_layout Standard
28825
28826 \series bold
28827
28828 \backslash
28829 newcommand{
28830 \backslash
28831 TabBesEnd}{%
28832 \begin_inset Newline newline
28833 \end_inset
28834
28835
28836 \begin_inset Phantom HPhantom
28837 status open
28838
28839 \begin_layout Plain Layout
28840 \begin_inset space ~
28841 \end_inset
28842
28843
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \backslash
28850 let
28851 \backslash
28852 table
28853 \backslash
28854 MyTable
28855 \begin_inset Newline newline
28856 \end_inset
28857
28858
28859 \begin_inset Phantom HPhantom
28860 status open
28861
28862 \begin_layout Plain Layout
28863 \begin_inset space ~
28864 \end_inset
28865
28866
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \backslash
28873 let
28874 \backslash
28875 endtable
28876 \backslash
28877 MyEndtable
28878 \end_layout
28879
28880 \begin_layout Standard
28881
28882 \series bold
28883
28884 \backslash
28885 newcommand{
28886 \backslash
28887 FigBesBeg}[1][1.0]{%
28888 \begin_inset Newline newline
28889 \end_inset
28890
28891
28892 \begin_inset Phantom HPhantom
28893 status open
28894
28895 \begin_layout Plain Layout
28896 \begin_inset space ~
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \end_inset
28903
28904
28905 \backslash
28906 let
28907 \backslash
28908 MyFigure
28909 \backslash
28910 figure
28911 \begin_inset Newline newline
28912 \end_inset
28913
28914
28915 \begin_inset Phantom HPhantom
28916 status open
28917
28918 \begin_layout Plain Layout
28919 \begin_inset space ~
28920 \end_inset
28921
28922
28923 \end_layout
28924
28925 \end_inset
28926
28927
28928 \backslash
28929 let
28930 \backslash
28931 MyEndfigure
28932 \backslash
28933 endfigure
28934 \begin_inset Newline newline
28935 \end_inset
28936
28937
28938 \begin_inset Phantom HPhantom
28939 status open
28940
28941 \begin_layout Plain Layout
28942 \begin_inset space ~
28943 \end_inset
28944
28945
28946 \end_layout
28947
28948 \end_inset
28949
28950
28951 \backslash
28952 renewenvironment{figure}[1]{
28953 \backslash
28954 begin{SCfigure}[#1]##1}{
28955 \backslash
28956 end{SCfigure}}}
28957 \end_layout
28958
28959 \begin_layout Standard
28960
28961 \series bold
28962
28963 \backslash
28964 newcommand{
28965 \backslash
28966 FigBesEnd}{%
28967 \begin_inset Newline newline
28968 \end_inset
28969
28970
28971 \begin_inset Phantom HPhantom
28972 status open
28973
28974 \begin_layout Plain Layout
28975 \begin_inset space ~
28976 \end_inset
28977
28978
28979 \end_layout
28980
28981 \end_inset
28982
28983
28984 \backslash
28985 let
28986 \backslash
28987 figure
28988 \backslash
28989 MyFigure
28990 \begin_inset Newline newline
28991 \end_inset
28992
28993
28994 \begin_inset Phantom HPhantom
28995 status open
28996
28997 \begin_layout Plain Layout
28998 \begin_inset space ~
28999 \end_inset
29000
29001
29002 \end_layout
29003
29004 \end_inset
29005
29006
29007 \backslash
29008 let
29009 \backslash
29010 endfigure
29011 \backslash
29012 MyEndfigure}
29013 \end_layout
29014
29015 \begin_layout Standard
29016 \noindent
29017 \begin_inset CommandInset line
29018 LatexCommand rule
29019 offset "0.5ex"
29020 width "100line%"
29021 height "1pt"
29022
29023 \end_inset
29024
29025
29026 \end_layout
29027
29028 \begin_layout Standard
29029 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
29030  la légende se place sur le côté.
29031  Pour les flottants de figure, utilisez la commande
29032 \end_layout
29033
29034 \begin_layout Standard
29035
29036 \series bold
29037
29038 \backslash
29039 FigBesBeg
29040 \end_layout
29041
29042 \begin_layout Standard
29043 en code \SpecialChar TeX
29044  avant le flottant.
29045  Et insérez la commande
29046 \end_layout
29047
29048 \begin_layout Standard
29049
29050 \series bold
29051
29052 \backslash
29053 FigBesEnd
29054 \end_layout
29055
29056 \begin_layout Standard
29057 en code \SpecialChar TeX
29058  à l'endroit où vous voulez revenir à la définition originale du
29059  flottant.
29060 \end_layout
29061
29062 \begin_layout Standard
29063 Pour les flottants de tableau, utilisez les commandes correspondantes
29064 \end_layout
29065
29066 \begin_layout Standard
29067
29068 \series bold
29069
29070 \backslash
29071 TabBesBeg
29072 \series default
29073  et 
29074 \series bold
29075
29076 \backslash
29077 TabBesEnd
29078 \end_layout
29079
29080 \begin_layout Standard
29081 La figure
29082 \begin_inset space ~
29083 \end_inset
29084
29085
29086 \begin_inset CommandInset ref
29087 LatexCommand ref
29088 reference "fig:legende-a-coté-fig"
29089
29090 \end_inset
29091
29092  et le tableau
29093 \begin_inset space ~
29094 \end_inset
29095
29096
29097 \begin_inset CommandInset ref
29098 LatexCommand ref
29099 reference "tab:legende-à-coté-tableau"
29100
29101 \end_inset
29102
29103  sont des exemples où la légende a été mises sur le coté.
29104 \end_layout
29105
29106 \begin_layout Standard
29107 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
29108  pour les flottants de tableau et vers le bas pour les flottants de figure.
29109  Pour changer ce comportement, vous pouvez utiliser les commandes
29110 \end_layout
29111
29112 \begin_layout Standard
29113
29114 \series bold
29115
29116 \backslash
29117 sidecaptionvpos{type flottant}{placement}
29118 \end_layout
29119
29120 \begin_layout Standard
29121 dans le préambule du document ou en code \SpecialChar TeX
29122  juste avant le flottant visé.
29123  Le type du flottant est soit 
29124 \family sans
29125 figure
29126 \family default
29127  soit 
29128 \family sans
29129 table
29130 \family default
29131 , le placement peut être 
29132 \begin_inset Quotes fld
29133 \end_inset
29134
29135
29136 \family sans
29137 t
29138 \family default
29139
29140 \begin_inset Quotes frd
29141 \end_inset
29142
29143  pour haut (top), 
29144 \begin_inset Quotes fld
29145 \end_inset
29146
29147
29148 \family sans
29149 c
29150 \family default
29151
29152 \begin_inset Quotes frd
29153 \end_inset
29154
29155
29156 \begin_inset Quotes erd
29157 \end_inset
29158
29159  pour centre (center), ou 
29160 \begin_inset Quotes fld
29161 \end_inset
29162
29163
29164 \family sans
29165 b
29166 \family default
29167
29168 \begin_inset Quotes frd
29169 \end_inset
29170
29171  pour bas (bottom).
29172  Pour que, par exemple, les légendes des flottants de figure soient centrés
29173  verticalement, utilisez la commande
29174 \end_layout
29175
29176 \begin_layout Standard
29177
29178 \series bold
29179
29180 \backslash
29181 sidecaptionvpos{figure}{c}
29182 \end_layout
29183
29184 \begin_layout Standard
29185 C'est ce qui a été utilisé pour la figure
29186 \begin_inset space ~
29187 \end_inset
29188
29189
29190 \begin_inset CommandInset ref
29191 LatexCommand ref
29192 reference "fig:legende-à-coté-fig-2"
29193
29194 \end_inset
29195
29196 .
29197 \end_layout
29198
29199 \begin_layout Standard
29200 \begin_inset VSpace medskip
29201 \end_inset
29202
29203
29204 \end_layout
29205
29206 \begin_layout Standard
29207 La largeur de légende par défaut est celle de l'image ou du tableau.
29208  Pour des images ou des tableaux étroits, comme le tableau
29209 \begin_inset space ~
29210 \end_inset
29211
29212
29213 \begin_inset CommandInset ref
29214 LatexCommand ref
29215 reference "tab:legende-à-coté-tableau"
29216
29217 \end_inset
29218
29219 , cela donne des légendes trop étroites.
29220  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29221  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29222  La largeur de la légende sera automatiquement recalculée dans le cas où
29223  cette dernière déborderait dans la marge de la page ou de la colonne à
29224  cause de la largeur indiquée.
29225  Le 
29226 \emph on
29227 facteur 
29228 \emph default
29229 peut soit être donné comme argument pour 
29230 \series bold
29231
29232 \backslash
29233 FigBesBeg
29234 \series default
29235 :
29236 \end_layout
29237
29238 \begin_layout Standard
29239
29240 \series bold
29241
29242 \backslash
29243 FigBesBeg[facteur]
29244 \end_layout
29245
29246 \begin_layout Standard
29247 ou dans la définition de 
29248 \series bold
29249
29250 \backslash
29251 FigBesBeg 
29252 \series default
29253 en remplaçant le
29254 \series bold
29255  1.0 
29256 \series default
29257 par une autre valeur.
29258  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29259  façon implicite quand  
29260 \series bold
29261
29262 \backslash
29263 FigBesBeg
29264 \series default
29265  est utilisé sans argument.
29266  Pour le tableau
29267 \begin_inset space ~
29268 \end_inset
29269
29270
29271 \begin_inset CommandInset ref
29272 LatexCommand ref
29273 reference "tab:cap-beside-tab-wider"
29274
29275 \end_inset
29276
29277  on a utilisé 5 comme facteur.
29278 \end_layout
29279
29280 \begin_layout Standard
29281
29282 \lang english
29283 \begin_inset Note Greyedout
29284 status open
29285
29286 \begin_layout Plain Layout
29287
29288 \series bold
29289 Note:
29290 \series default
29291  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29292  utiliser l'option de placement, 
29293 \family sans
29294 Ici
29295 \begin_inset space ~
29296 \end_inset
29297
29298 à
29299 \begin_inset space ~
29300 \end_inset
29301
29302 tout
29303 \begin_inset space ~
29304 \end_inset
29305
29306 prix
29307 \family default
29308  parce qu'elle n'est pas gérée par 
29309 \series bold
29310 sidecap
29311 \series default
29312 .
29313 \end_layout
29314
29315 \end_inset
29316
29317
29318 \end_layout
29319
29320 \begin_layout Standard
29321 \begin_inset VSpace medskip
29322 \end_inset
29323
29324 Pour plus d'information sur le paquetage 
29325 \series bold
29326 sidecap
29327 \series default
29328  nous vous renvoyons à sa documentation 
29329 \begin_inset CommandInset citation
29330 LatexCommand cite
29331 key "sidecap"
29332
29333 \end_inset
29334
29335 .
29336 \end_layout
29337
29338 \begin_layout Standard
29339 \begin_inset Note Greyedout
29340 status open
29341
29342 \begin_layout Plain Layout
29343
29344 \series bold
29345 Note:
29346 \series default
29347  Le paquetage \SpecialChar LaTeX
29348  
29349 \series bold
29350 hypcap
29351 \series default
29352
29353 \begin_inset Index idx
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357 Paquetages \SpecialChar LaTeX
29358  ! hypcap
29359 \end_layout
29360
29361 \end_inset
29362
29363 , qui est décrit dans la section
29364 \begin_inset space ~
29365 \end_inset
29366
29367
29368 \begin_inset CommandInset ref
29369 LatexCommand ref
29370 reference "subsec:Reference-Position"
29371
29372 \end_inset
29373
29374 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29375 \end_layout
29376
29377 \end_inset
29378
29379
29380 \end_layout
29381
29382 \begin_layout Standard
29383 \begin_inset ERT
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388
29389 \backslash
29390 FigBesBeg 
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 \begin_inset Float figure
29400 wide false
29401 sideways false
29402 status open
29403
29404 \begin_layout Plain Layout
29405 \begin_inset Graphics
29406         filename ../clipart/escher-lsd.eps
29407         scale 75
29408         scaleBeforeRotation
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Plain Layout
29416 \begin_inset Caption Standard
29417
29418 \begin_layout Plain Layout
29419 \begin_inset CommandInset label
29420 LatexCommand label
29421 name "fig:legende-a-coté-fig"
29422
29423 \end_inset
29424
29425 Une légende à côté d'une figure.
29426 \end_layout
29427
29428 \end_inset
29429
29430
29431 \end_layout
29432
29433 \end_inset
29434
29435
29436 \end_layout
29437
29438 \begin_layout Standard
29439 \begin_inset ERT
29440 status collapsed
29441
29442 \begin_layout Plain Layout
29443
29444
29445 \backslash
29446 FigBesEnd
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \begin_layout Standard
29455 \begin_inset ERT
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459
29460
29461 \backslash
29462 TabBesBeg 
29463 \end_layout
29464
29465 \end_inset
29466
29467
29468 \end_layout
29469
29470 \begin_layout Standard
29471 \begin_inset Float table
29472 wide false
29473 sideways false
29474 status open
29475
29476 \begin_layout Plain Layout
29477 \begin_inset Caption Standard
29478
29479 \begin_layout Plain Layout
29480 \begin_inset CommandInset label
29481 LatexCommand label
29482 name "tab:legende-à-coté-tableau"
29483
29484 \end_inset
29485
29486 Une légende à côté d'un tableau.
29487 \end_layout
29488
29489 \end_inset
29490
29491
29492 \end_layout
29493
29494 \begin_layout Plain Layout
29495 \begin_inset Tabular
29496 <lyxtabular version="3" rows="4" columns="5">
29497 <features tabularvalignment="middle">
29498 <column alignment="center" valignment="top">
29499 <column alignment="center" valignment="top">
29500 <column alignment="center" valignment="top">
29501 <column alignment="center" valignment="top">
29502 <column alignment="center" valignment="top">
29503 <row>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508 a
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29514 \begin_inset Text
29515
29516 \begin_layout Plain Layout
29517
29518 \end_layout
29519
29520 \end_inset
29521 </cell>
29522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29523 \begin_inset Text
29524
29525 \begin_layout Plain Layout
29526 b
29527 \end_layout
29528
29529 \end_inset
29530 </cell>
29531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29532 \begin_inset Text
29533
29534 \begin_layout Plain Layout
29535
29536 \end_layout
29537
29538 \end_inset
29539 </cell>
29540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29541 \begin_inset Text
29542
29543 \begin_layout Plain Layout
29544 c
29545 \end_layout
29546
29547 \end_inset
29548 </cell>
29549 </row>
29550 <row>
29551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29552 \begin_inset Text
29553
29554 \begin_layout Plain Layout
29555
29556 \end_layout
29557
29558 \end_inset
29559 </cell>
29560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29561 \begin_inset Text
29562
29563 \begin_layout Plain Layout
29564 d
29565 \end_layout
29566
29567 \end_inset
29568 </cell>
29569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29570 \begin_inset Text
29571
29572 \begin_layout Plain Layout
29573
29574 \end_layout
29575
29576 \end_inset
29577 </cell>
29578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29579 \begin_inset Text
29580
29581 \begin_layout Plain Layout
29582 e
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29588 \begin_inset Text
29589
29590 \begin_layout Plain Layout
29591
29592 \end_layout
29593
29594 \end_inset
29595 </cell>
29596 </row>
29597 <row>
29598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29599 \begin_inset Text
29600
29601 \begin_layout Plain Layout
29602 f
29603 \end_layout
29604
29605 \end_inset
29606 </cell>
29607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29608 \begin_inset Text
29609
29610 \begin_layout Plain Layout
29611
29612 \end_layout
29613
29614 \end_inset
29615 </cell>
29616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29617 \begin_inset Text
29618
29619 \begin_layout Plain Layout
29620 g
29621 \end_layout
29622
29623 \end_inset
29624 </cell>
29625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29626 \begin_inset Text
29627
29628 \begin_layout Plain Layout
29629
29630 \end_layout
29631
29632 \end_inset
29633 </cell>
29634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29635 \begin_inset Text
29636
29637 \begin_layout Plain Layout
29638 h
29639 \end_layout
29640
29641 \end_inset
29642 </cell>
29643 </row>
29644 <row>
29645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29646 \begin_inset Text
29647
29648 \begin_layout Plain Layout
29649
29650 \end_layout
29651
29652 \end_inset
29653 </cell>
29654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29655 \begin_inset Text
29656
29657 \begin_layout Plain Layout
29658 i
29659 \end_layout
29660
29661 \end_inset
29662 </cell>
29663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29664 \begin_inset Text
29665
29666 \begin_layout Plain Layout
29667
29668 \end_layout
29669
29670 \end_inset
29671 </cell>
29672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29673 \begin_inset Text
29674
29675 \begin_layout Plain Layout
29676 j
29677 \end_layout
29678
29679 \end_inset
29680 </cell>
29681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29682 \begin_inset Text
29683
29684 \begin_layout Plain Layout
29685
29686 \end_layout
29687
29688 \end_inset
29689 </cell>
29690 </row>
29691 </lyxtabular>
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \end_inset
29699
29700
29701 \end_layout
29702
29703 \begin_layout Standard
29704 \begin_inset ERT
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708
29709
29710 \backslash
29711 TabBesEnd
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Standard
29720 \begin_inset ERT
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724
29725
29726 \backslash
29727 FigBesBeg 
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741
29742 \backslash
29743 sidecaptionvpos{figure}{c}
29744 \end_layout
29745
29746 \end_inset
29747
29748
29749 \begin_inset Float figure
29750 wide false
29751 sideways false
29752 status open
29753
29754 \begin_layout Plain Layout
29755 \begin_inset Graphics
29756         filename ../clipart/escher-lsd.eps
29757         scale 75
29758         scaleBeforeRotation
29759
29760 \end_inset
29761
29762
29763 \end_layout
29764
29765 \begin_layout Plain Layout
29766 \begin_inset Caption Standard
29767
29768 \begin_layout Plain Layout
29769 \begin_inset CommandInset label
29770 LatexCommand label
29771 name "fig:legende-à-coté-fig-2"
29772
29773 \end_inset
29774
29775 Une légende centrée verticalement à côté d'une figure.
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Standard
29789 \begin_inset ERT
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793
29794
29795 \backslash
29796 FigBesEnd
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset ERT
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809
29810
29811 \backslash
29812 TabBesBeg[5]
29813 \end_layout
29814
29815 \end_inset
29816
29817
29818 \end_layout
29819
29820 \begin_layout Standard
29821 \begin_inset Float table
29822 wide false
29823 sideways false
29824 status open
29825
29826 \begin_layout Plain Layout
29827 \begin_inset Caption Standard
29828
29829 \begin_layout Plain Layout
29830
29831 \lang english
29832 \begin_inset CommandInset label
29833 LatexCommand label
29834 name "tab:cap-beside-tab-wider"
29835
29836 \end_inset
29837
29838 This is a caption is wider than the one in
29839 \lang french
29840  tableau
29841 \begin_inset space ~
29842 \end_inset
29843
29844
29845 \begin_inset CommandInset ref
29846 LatexCommand ref
29847 reference "tab:legende-à-coté-tableau"
29848
29849 \end_inset
29850
29851 .
29852 \end_layout
29853
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Plain Layout
29860 \begin_inset Tabular
29861 <lyxtabular version="3" rows="4" columns="5">
29862 <features tabularvalignment="middle">
29863 <column alignment="center" valignment="top">
29864 <column alignment="center" valignment="top">
29865 <column alignment="center" valignment="top">
29866 <column alignment="center" valignment="top">
29867 <column alignment="center" valignment="top">
29868 <row>
29869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29870 \begin_inset Text
29871
29872 \begin_layout Plain Layout
29873 a
29874 \end_layout
29875
29876 \end_inset
29877 </cell>
29878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29879 \begin_inset Text
29880
29881 \begin_layout Plain Layout
29882
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29888 \begin_inset Text
29889
29890 \begin_layout Plain Layout
29891 b
29892 \end_layout
29893
29894 \end_inset
29895 </cell>
29896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29897 \begin_inset Text
29898
29899 \begin_layout Plain Layout
29900
29901 \end_layout
29902
29903 \end_inset
29904 </cell>
29905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29906 \begin_inset Text
29907
29908 \begin_layout Plain Layout
29909 c
29910 \end_layout
29911
29912 \end_inset
29913 </cell>
29914 </row>
29915 <row>
29916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29917 \begin_inset Text
29918
29919 \begin_layout Plain Layout
29920
29921 \end_layout
29922
29923 \end_inset
29924 </cell>
29925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29926 \begin_inset Text
29927
29928 \begin_layout Plain Layout
29929 d
29930 \end_layout
29931
29932 \end_inset
29933 </cell>
29934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29935 \begin_inset Text
29936
29937 \begin_layout Plain Layout
29938
29939 \end_layout
29940
29941 \end_inset
29942 </cell>
29943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29944 \begin_inset Text
29945
29946 \begin_layout Plain Layout
29947 e
29948 \end_layout
29949
29950 \end_inset
29951 </cell>
29952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29953 \begin_inset Text
29954
29955 \begin_layout Plain Layout
29956
29957 \end_layout
29958
29959 \end_inset
29960 </cell>
29961 </row>
29962 <row>
29963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29964 \begin_inset Text
29965
29966 \begin_layout Plain Layout
29967 f
29968 \end_layout
29969
29970 \end_inset
29971 </cell>
29972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29973 \begin_inset Text
29974
29975 \begin_layout Plain Layout
29976
29977 \end_layout
29978
29979 \end_inset
29980 </cell>
29981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29982 \begin_inset Text
29983
29984 \begin_layout Plain Layout
29985 g
29986 \end_layout
29987
29988 \end_inset
29989 </cell>
29990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29991 \begin_inset Text
29992
29993 \begin_layout Plain Layout
29994
29995 \end_layout
29996
29997 \end_inset
29998 </cell>
29999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003 h
30004 \end_layout
30005
30006 \end_inset
30007 </cell>
30008 </row>
30009 <row>
30010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014
30015 \end_layout
30016
30017 \end_inset
30018 </cell>
30019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30020 \begin_inset Text
30021
30022 \begin_layout Plain Layout
30023 i
30024 \end_layout
30025
30026 \end_inset
30027 </cell>
30028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30029 \begin_inset Text
30030
30031 \begin_layout Plain Layout
30032
30033 \end_layout
30034
30035 \end_inset
30036 </cell>
30037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30038 \begin_inset Text
30039
30040 \begin_layout Plain Layout
30041 j
30042 \end_layout
30043
30044 \end_inset
30045 </cell>
30046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30047 \begin_inset Text
30048
30049 \begin_layout Plain Layout
30050
30051 \end_layout
30052
30053 \end_inset
30054 </cell>
30055 </row>
30056 </lyxtabular>
30057
30058 \end_inset
30059
30060
30061 \end_layout
30062
30063 \end_inset
30064
30065
30066 \end_layout
30067
30068 \begin_layout Standard
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074
30075 \backslash
30076 TabBesEnd
30077 \end_layout
30078
30079 \end_inset
30080
30081
30082 \end_layout
30083
30084 \begin_layout Standard
30085 \begin_inset ERT
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089
30090
30091 \backslash
30092 else
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset Note Note
30099 status open
30100
30101 \begin_layout Plain Layout
30102 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
30103  
30104 \series bold
30105 sidecap
30106 \series default
30107  n'est pas installé :
30108 \end_layout
30109
30110 \end_inset
30111
30112
30113 \end_layout
30114
30115 \begin_layout Standard
30116 Vous devez installer le paquetage \SpecialChar LaTeX
30117  
30118 \series bold
30119 sidecap
30120 \series default
30121  pour voir la suite de cette section dans la sortie imprimée.
30122 \end_layout
30123
30124 \begin_layout Standard
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130
30131 \backslash
30132 fi
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \end_layout
30139
30140 \begin_layout Section
30141 Les listes de flottants
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 Flottants ! Listes de Flottants
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 De la même façon que la table des matières fait la liste des sections du
30156  document, il y a des listes pour tous les types de flottants, comme par
30157  exemple pour les figures du document.
30158  Vous pouvez les insérer en utilisant le menu 
30159 \family sans
30160 Insertion\SpecialChar menuseparator
30161 Listes
30162 \begin_inset space ~
30163 \end_inset
30164
30165 &
30166 \begin_inset space ~
30167 \end_inset
30168
30169 TdM
30170 \family default
30171 .
30172 \end_layout
30173
30174 \begin_layout Standard
30175 Les entrées de la liste sont la légende du flottant ou éventuellement le
30176  titre court, le numéro du flottant, et le numéro de la page où le flottant
30177  apparaît dans le document.
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Vous trouverez à la fin de ce document une liste des figures et une liste
30182  des tableaux.
30183 \end_layout
30184
30185 \begin_layout Chapter
30186 Notes
30187 \end_layout
30188
30189 \begin_layout Section
30190 Les notes de \SpecialChar LyX
30191
30192 \begin_inset Index idx
30193 status collapsed
30194
30195 \begin_layout Plain Layout
30196 Notes ! Notes \SpecialChar LyX
30197  
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \begin_layout Standard
30206 On peut insérer une note en utilisant le bouton 
30207 \begin_inset Info
30208 type  "icon"
30209 arg   "note-insert"
30210 \end_inset
30211
30212  de la barre d'outils ou avec le menu 
30213 \family sans
30214 Insertion\SpecialChar menuseparator
30215 Note
30216 \family default
30217 .
30218  Il y a trois types de notes :
30219 \end_layout
30220
30221 \begin_layout Description
30222 Note
30223 \begin_inset space ~
30224 \end_inset
30225
30226 \SpecialChar LyX
30227  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30228  La boîte de cette note ressemble à ceci :
30229 \begin_inset Newline newline
30230 \end_inset
30231
30232
30233 \begin_inset Newline newline
30234 \end_inset
30235
30236
30237 \begin_inset Graphics
30238         filename clipart/LyXNoteImageQt4.png
30239         display false
30240         scale 65
30241         scaleBeforeRotation
30242
30243 \end_inset
30244
30245  
30246 \begin_inset Note Note
30247 status open
30248
30249 \begin_layout Plain Layout
30250 Le texte de cette note n'apparaîtra pas à l'impression.
30251 \end_layout
30252
30253 \end_inset
30254
30255
30256 \end_layout
30257
30258 \begin_layout Description
30259 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30260  il est inséré comme un commentaire \SpecialChar LaTeX
30261  quand vous exportez votre document
30262  vers un fichier au format \SpecialChar LaTeX
30263  avec le menu 
30264 \family sans
30265 Fichier\SpecialChar menuseparator
30266 Exporter\SpecialChar menuseparator
30267 \SpecialChar LaTeX
30268  (pdflatex) / (plain)
30269 \family default
30270 .
30271  La boîte de cette note ressemble à ceci :
30272 \begin_inset Newline newline
30273 \end_inset
30274
30275
30276 \begin_inset Newline newline
30277 \end_inset
30278
30279
30280 \begin_inset Graphics
30281         filename clipart/CommentNoteImageQt4.png
30282         display false
30283         scale 55
30284         scaleBeforeRotation
30285
30286 \end_inset
30287
30288  
30289 \begin_inset Note Comment
30290 status open
30291
30292 \begin_layout Plain Layout
30293 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30294  \SpecialChar LaTeX
30295 .
30296 \end_layout
30297
30298 \end_inset
30299
30300
30301 \end_layout
30302
30303 \begin_layout Description
30304 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30305  La boîte de cette note ressemble à ceci :
30306 \begin_inset Newline newline
30307 \end_inset
30308
30309
30310 \begin_inset Newline newline
30311 \end_inset
30312
30313
30314 \begin_inset Graphics
30315         filename clipart/GreyedOutNoteImageQt4.png
30316         lyxscale 80
30317         display false
30318         scale 55
30319         scaleBeforeRotation
30320
30321 \end_inset
30322
30323
30324 \begin_inset Newline newline
30325 \end_inset
30326
30327
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 renewenvironment{lyxgreyedout}
30336 \end_layout
30337
30338 \begin_layout Plain Layout
30339
30340 {
30341 \backslash
30342 textcolor[gray]{0.8}
30343 \backslash
30344 bgroup}{
30345 \backslash
30346 egroup}
30347 \end_layout
30348
30349 \end_inset
30350
30351
30352 \begin_inset Note Greyedout
30353 status open
30354
30355 \begin_layout Plain Layout
30356 Le texte
30357 \begin_inset Foot
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30362  grisé.
30363  
30364 \end_layout
30365
30366 \end_inset
30367
30368  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \begin_inset ERT
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378
30379
30380 \backslash
30381 renewenvironment{lyxgreyedout}
30382 \end_layout
30383
30384 \begin_layout Plain Layout
30385
30386 {
30387 \backslash
30388 textcolor{blue}
30389 \backslash
30390 bgroup}{
30391 \backslash
30392 egroup}
30393 \end_layout
30394
30395 \end_inset
30396
30397
30398 \begin_inset Note Note
30399 status collapsed
30400
30401 \begin_layout Plain Layout
30402 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30403  originale qu'elle a dans \SpecialChar LyX
30404 .
30405  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30406  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \begin_inset Newline newline
30413 \end_inset
30414
30415
30416 \begin_inset Newline newline
30417 \end_inset
30418
30419 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30420  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30421 \end_layout
30422
30423 \begin_layout Standard
30424 \begin_inset VSpace bigskip
30425 \end_inset
30426
30427 Quand vous utilisez le bouton 
30428 \begin_inset Info
30429 type  "icon"
30430 arg   "note-insert"
30431 \end_inset
30432
30433  de la barre d'outils, vous insérez une 
30434 \family sans
30435 Note
30436 \begin_inset space ~
30437 \end_inset
30438
30439 \SpecialChar LyX
30440
30441 \family default
30442 .
30443  
30444 \lang english
30445 You can switch between the three note types by right-clicking on the note-box.
30446
30447 \lang french
30448  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30449 la et cliquez sur le bouton d'insertion de note.
30450  Pour retransformer une note en texte, appuyez sur la touche 
30451 \family sans
30452 backspace
30453 \family default
30454  quand le curseur est au tout début de la note ou appuyez sur la touche
30455  
30456 \family sans
30457 Suppr.
30458
30459 \family default
30460  quand le curseur se trouve à la fin de la note.
30461 \end_layout
30462
30463 \begin_layout Standard
30464 \begin_inset VSpace bigskip
30465 \end_inset
30466
30467
30468 \end_layout
30469
30470 \begin_layout Standard
30471 Vous pouvez changer la couleur des notes grisées dans le menu 
30472 \family sans
30473 Document\SpecialChar menuseparator
30474 Paramètres\SpecialChar menuseparator
30475 Couleurs
30476 \family default
30477 .
30478 \end_layout
30479
30480 \begin_layout Section
30481 Notes en bas de page
30482 \begin_inset CommandInset label
30483 LatexCommand label
30484 name "sec:Notes-bas-de-page"
30485
30486 \end_inset
30487
30488
30489 \begin_inset Index idx
30490 status collapsed
30491
30492 \begin_layout Plain Layout
30493 Notes ! Notes de bas de page
30494 \end_layout
30495
30496 \end_inset
30497
30498
30499 \begin_inset Index idx
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503 Notes de bas de page
30504 \end_layout
30505
30506 \end_inset
30507
30508
30509 \end_layout
30510
30511 \begin_layout Standard
30512 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30513  
30514 \begin_inset Info
30515 type  "icon"
30516 arg   "footnote-insert"
30517 \end_inset
30518
30519  de la barre d'outils, soit en utilisant le menu 
30520 \family sans
30521 Insertion\SpecialChar menuseparator
30522 Note
30523 \begin_inset space ~
30524 \end_inset
30525
30526 en
30527 \begin_inset space ~
30528 \end_inset
30529
30530 Bas
30531 \begin_inset space ~
30532 \end_inset
30533
30534 de
30535 \begin_inset space ~
30536 \end_inset
30537
30538 Page
30539 \family default
30540 .
30541  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30542  rouge 
30543 \begin_inset Quotes fld
30544 \end_inset
30545
30546 bas
30547 \begin_inset Quotes frd
30548 \end_inset
30549
30550  qui ressemble à ceci : 
30551 \begin_inset Graphics
30552         filename clipart/footnoteQt4.png
30553         scale 80
30554         scaleBeforeRotation
30555
30556 \end_inset
30557
30558  Vous pouvez y entrer votre texte.
30559  Si vous voulez transformer du texte déjà existant en note en bas de page,
30560  sélectionnez-le et cliquez sur le bouton 
30561 \family sans
30562 Note
30563 \begin_inset space ~
30564 \end_inset
30565
30566 en
30567 \begin_inset space ~
30568 \end_inset
30569
30570 Bas
30571 \begin_inset space ~
30572 \end_inset
30573
30574 de
30575 \begin_inset space ~
30576 \end_inset
30577
30578 Page
30579 \family default
30580  de la barre d'outils.
30581  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30582  
30583 \family sans
30584 Backspace
30585 \family default
30586  quand le curseur est au tout début de la note ou appuyez sur la touche
30587  
30588 \family sans
30589 Suppr.
30590
30591 \family default
30592  quand le curseur se trouve à la fin de la note.
30593 \end_layout
30594
30595 \begin_layout Standard
30596 Voici un exemple de note en bas de page:
30597 \begin_inset Foot
30598 status open
30599
30600 \begin_layout Plain Layout
30601 \begin_inset CommandInset label
30602 LatexCommand label
30603 name "fn:Note-en-bas"
30604
30605 \end_inset
30606
30607 Ceci est un exemple de note en bas de page.
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618
30619 \backslash
30620 newcounter{MyRepeatFoot}
30621 \end_layout
30622
30623 \begin_layout Plain Layout
30624
30625
30626 \backslash
30627 setcounter{MyRepeatFoot}{
30628 \backslash
30629 thefootnote}
30630 \end_layout
30631
30632 \end_inset
30633
30634
30635 \end_layout
30636
30637 \begin_layout Standard
30638 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30639  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30640  de note.
30641  Le texte de la note est placé en bas de la page courante.
30642  Le numéro de note est calculé par \SpecialChar LaTeX
30643 , et les numéros se suivent.
30644  Selon votre classe de document les numéros de notes pourront être réinitialisés
30645  à chaque nouveau chapitre.
30646 \end_layout
30647
30648 \begin_layout Standard
30649 On peut faire référence à une note en bas de page comme on le fait avec
30650  les flottants : Insérez une étiquette dans la note et faites une référence
30651  croisée vers cette étiquette comme c'est décrit dans la
30652 \begin_inset space ~
30653 \end_inset
30654
30655
30656 \begin_inset CommandInset ref
30657 LatexCommand ref
30658 reference "sec:Referencer-les-Flottants"
30659
30660 \end_inset
30661
30662 .
30663 \begin_inset Newline newline
30664 \end_inset
30665
30666 Voici une référence à une note de bas de page :
30667 \begin_inset space ~
30668 \end_inset
30669
30670
30671 \begin_inset CommandInset ref
30672 LatexCommand ref
30673 reference "fn:Note-en-bas"
30674
30675 \end_inset
30676
30677 .
30678 \end_layout
30679
30680 \begin_layout Standard
30681 \begin_inset VSpace defskip
30682 \end_inset
30683
30684
30685 \lang english
30686 Footnotes in title environments are usually not numbered with symbols and
30687  they cannot contain several paragraphs.
30688  See for example the footnote in the titling of this document.
30689 \end_layout
30690
30691 \begin_layout Standard
30692 \begin_inset VSpace defskip
30693 \end_inset
30694
30695
30696 \end_layout
30697
30698 \begin_layout Standard
30699 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30700  par \SpecialChar LaTeX
30701  pour des raisons techniques.
30702  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30703  
30704 \series bold
30705
30706 \backslash
30707 footnotemark{}
30708 \series default
30709  en code \SpecialChar TeX
30710  à la place de la note de bas de page.
30711  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30712  
30713 \series bold
30714
30715 \backslash
30716 footnotetext
30717 \series default
30718  après le tableau.
30719 \begin_inset Newline newline
30720 \end_inset
30721
30722 C'est ce qui a été fait pour le tableau qui suit avec la commande
30723 \end_layout
30724
30725 \begin_layout Standard
30726
30727 \series bold
30728
30729 \backslash
30730 footnotetext{
30731 \series default
30732 Note de bas de page de tableau imprimée.
30733 \series bold
30734 }
30735 \end_layout
30736
30737 \begin_layout Standard
30738
30739 \lang english
30740 \begin_inset Tabular
30741 <lyxtabular version="3" rows="2" columns="1">
30742 <features tabularvalignment="middle">
30743 <column alignment="center" valignment="top">
30744 <row>
30745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30746 \begin_inset Text
30747
30748 \begin_layout Plain Layout
30749 Un exemple de texte
30750 \begin_inset Foot
30751 status open
30752
30753 \begin_layout Plain Layout
30754 Cette note ne sera pas imprimée
30755 \begin_inset space ~
30756 \end_inset
30757
30758 !
30759 \end_layout
30760
30761 \end_inset
30762
30763
30764 \end_layout
30765
30766 \end_inset
30767 </cell>
30768 </row>
30769 <row>
30770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30771 \begin_inset Text
30772
30773 \begin_layout Plain Layout
30774 Un autre exemple de texte
30775 \begin_inset ERT
30776 status collapsed
30777
30778 \begin_layout Plain Layout
30779
30780
30781 \backslash
30782 footnotemark{}
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 </row>
30793 </lyxtabular>
30794
30795 \end_inset
30796
30797
30798 \begin_inset ERT
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802
30803
30804 \backslash
30805 footnotetext{
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \lang french
30812 Note de bas de page de tableau imprimée.
30813 \lang english
30814
30815 \begin_inset ERT
30816 status collapsed
30817
30818 \begin_layout Plain Layout
30819
30820 }
30821 \end_layout
30822
30823 \end_inset
30824
30825
30826 \end_layout
30827
30828 \begin_layout Standard
30829 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30830 \begin_inset space ~
30831 \end_inset
30832
30833
30834 \begin_inset CommandInset ref
30835 LatexCommand ref
30836 reference "subsec:Notes-dans-tableau-long"
30837
30838 \end_inset
30839
30840 .
30841 \end_layout
30842
30843 \begin_layout Standard
30844 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30845  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30846 e, vu que la minipage est considérée comme une page se trouvant dans une
30847  autre page.
30848  Pour plus d'information sur les minipages, voyez la section
30849 \begin_inset space ~
30850 \end_inset
30851
30852
30853 \begin_inset CommandInset ref
30854 LatexCommand ref
30855 reference "sec:Minipages"
30856
30857 \end_inset
30858
30859 .
30860  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30861  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30862  la méthode utilisant les commandes 
30863 \series bold
30864
30865 \backslash
30866 footnotemark{}
30867 \series default
30868  et 
30869 \series bold
30870
30871 \backslash
30872 footnotetext
30873 \series default
30874 .
30875 \end_layout
30876
30877 \begin_layout Standard
30878 \begin_inset Box Frameless
30879 position "t"
30880 hor_pos "c"
30881 has_inner_box 1
30882 inner_pos "t"
30883 use_parbox 0
30884 use_makebox 0
30885 width "100col%"
30886 special "none"
30887 height "1in"
30888 height_special "totalheight"
30889 thickness "0.4pt"
30890 separation "3pt"
30891 shadowsize "4pt"
30892 framecolor "black"
30893 backgroundcolor "none"
30894 status open
30895
30896 \begin_layout Plain Layout
30897 Un exemple de texte dans une minipage.
30898 \begin_inset Foot
30899 status open
30900
30901 \begin_layout Plain Layout
30902 Note de bas de page dans la minipage.
30903 \end_layout
30904
30905 \end_inset
30906
30907
30908 \end_layout
30909
30910 \begin_layout Plain Layout
30911 Un autre exemple de texte dans une minipage.
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917
30918 \backslash
30919 footnotemark{}
30920 \end_layout
30921
30922 \end_inset
30923
30924
30925 \end_layout
30926
30927 \end_inset
30928
30929
30930 \end_layout
30931
30932 \begin_layout Standard
30933 \begin_inset ERT
30934 status collapsed
30935
30936 \begin_layout Plain Layout
30937
30938
30939 \backslash
30940 footnotetext{
30941 \end_layout
30942
30943 \end_inset
30944
30945 Note de bas de page en dehors de la minipage.
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950
30951 }
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset VSpace defskip
30961 \end_inset
30962
30963
30964 \end_layout
30965
30966 \begin_layout Standard
30967 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30968  utilisez la commande 
30969 \series bold
30970
30971 \backslash
30972 footnotemark[number]
30973 \series default
30974  en code \SpecialChar TeX
30975 .
30976 \begin_inset Newline newline
30977 \end_inset
30978
30979 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30980  votre texte, vous devez enregistrer son numéro.
30981  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30982  ont été insérées en code \SpecialChar TeX
30983  après la note
30984 \begin_inset space ~
30985 \end_inset
30986
30987
30988 \begin_inset CommandInset ref
30989 LatexCommand ref
30990 reference "fn:Note-en-bas"
30991
30992 \end_inset
30993
30994  pour enregistrer son numéro
30995 \begin_inset space ~
30996 \end_inset
30997
30998 :
30999 \end_layout
31000
31001 \begin_layout Standard
31002
31003 \series bold
31004
31005 \backslash
31006 newcounter{MaNoteDupliquee}
31007 \begin_inset Newline newline
31008 \end_inset
31009
31010
31011 \backslash
31012 setcounter{MaNoteDupliquee}{
31013 \backslash
31014 thefootnote}
31015 \end_layout
31016
31017 \begin_layout Standard
31018 La note de bas de page a été créée avec la commande
31019 \begin_inset space ~
31020 \end_inset
31021
31022 :
31023 \end_layout
31024
31025 \begin_layout Standard
31026
31027 \series bold
31028
31029 \backslash
31030 footnotemark[
31031 \backslash
31032 MaNoteDupliquee]
31033 \end_layout
31034
31035 \begin_layout Standard
31036 Voici une note de bas de page dupliquée
31037 \begin_inset space ~
31038 \end_inset
31039
31040 :
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046
31047 \backslash
31048 footnotemark[
31049 \backslash
31050 theMyRepeatFoot]
31051 \end_layout
31052
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \begin_layout Standard
31059 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
31060 t du numéro de note et juste utiliser la commande suivante
31061 \end_layout
31062
31063 \begin_layout Standard
31064
31065 \series bold
31066
31067 \backslash
31068 footnotemark[
31069 \backslash
31070 thefootnote]
31071 \end_layout
31072
31073 \begin_layout Standard
31074 Voici une autre note de bas de page dupliquée
31075 \begin_inset space ~
31076 \end_inset
31077
31078 :
31079 \begin_inset ERT
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083
31084
31085 \backslash
31086 footnotemark[
31087 \backslash
31088 thefootnote]
31089 \end_layout
31090
31091 \end_inset
31092
31093
31094 \end_layout
31095
31096 \begin_layout Subsection
31097 Numérotation de notes de bas de page
31098 \begin_inset CommandInset label
31099 LatexCommand label
31100 name "subsec:Numerotation-notes-bas-de-page"
31101
31102 \end_inset
31103
31104
31105 \begin_inset Index idx
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109 Notes de bas de page ! Numérotation
31110 \end_layout
31111
31112 \end_inset
31113
31114
31115 \end_layout
31116
31117 \begin_layout Standard
31118 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31119  ajoutez cette commande dans le préambule de votre document :
31120 \end_layout
31121
31122 \begin_layout Standard
31123
31124 \series bold
31125
31126 \backslash
31127 @addtoreset{footnote}{section}
31128 \end_layout
31129
31130 \begin_layout Standard
31131 \begin_inset VSpace bigskip
31132 \end_inset
31133
31134 La commande de préambule suivante change le style de numérotation des notes
31135  en petits chiffres romains :
31136 \end_layout
31137
31138 \begin_layout Standard
31139
31140 \series bold
31141
31142 \backslash
31143 renewcommand{
31144 \backslash
31145 thefootnote}{
31146 \backslash
31147 roman{footnote}}
31148 \end_layout
31149
31150 \begin_layout Standard
31151 \begin_inset ERT
31152 status collapsed
31153
31154 \begin_layout Plain Layout
31155
31156
31157 \backslash
31158 renewcommand{
31159 \backslash
31160 thefootnote}{
31161 \backslash
31162 roman{footnote}}
31163 \end_layout
31164
31165 \end_inset
31166
31167  Cette note de bas de page utilise une numérotation en chiffres romains
31168  :
31169 \begin_inset Foot
31170 status open
31171
31172 \begin_layout Plain Layout
31173 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31174  romains.
31175 \end_layout
31176
31177 \end_inset
31178
31179
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31184  la commande précédente 
31185 \series bold
31186
31187 \backslash
31188 roman
31189 \series default
31190  par 
31191 \series bold
31192
31193 \backslash
31194 Roman
31195 \series default
31196 .
31197  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31198  utilisez respectivement soit 
31199 \series bold
31200
31201 \backslash
31202 Alph
31203 \series default
31204  soit 
31205 \series bold
31206
31207 \backslash
31208 alph
31209 \series default
31210 .
31211  Pour les 
31212 \begin_inset Quotes fld
31213 \end_inset
31214
31215 numéroter
31216 \begin_inset Quotes frd
31217 \end_inset
31218
31219  avec des symboles, utilisez 
31220 \series bold
31221
31222 \backslash
31223 fnsymbol
31224 \series default
31225 .
31226 \end_layout
31227
31228 \begin_layout Standard
31229 \begin_inset Note Greyedout
31230 status open
31231
31232 \begin_layout Plain Layout
31233
31234 \series bold
31235 Note:
31236 \series default
31237  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31238  puisque cette numérotation est limitée à des lettres seules.
31239 \end_layout
31240
31241 \end_inset
31242
31243
31244 \begin_inset Newline newline
31245 \end_inset
31246
31247
31248 \begin_inset Note Greyedout
31249 status open
31250
31251 \begin_layout Plain Layout
31252
31253 \series bold
31254 Note:
31255 \series default
31256  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31257 \end_layout
31258
31259 \end_inset
31260
31261
31262 \end_layout
31263
31264 \begin_layout Standard
31265 Pour revenir au style de numérotation implicite quand vous en avez changé,
31266  utilisez 
31267 \series bold
31268
31269 \backslash
31270 arabic
31271 \series default
31272  à la place de 
31273 \series bold
31274
31275 \backslash
31276 roman
31277 \series default
31278  dans la commande précédente.
31279 \begin_inset ERT
31280 status collapsed
31281
31282 \begin_layout Plain Layout
31283
31284
31285 \backslash
31286 renewcommand{
31287 \backslash
31288 thefootnote}{
31289 \backslash
31290 arabic{footnote}}
31291 \end_layout
31292
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \begin_layout Standard
31299 \begin_inset VSpace bigskip
31300 \end_inset
31301
31302
31303 \end_layout
31304
31305 \begin_layout Standard
31306 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31307  le schéma 
31308 \begin_inset Quotes fld
31309 \end_inset
31310
31311 chapitre.note
31312 \begin_inset Quotes frd
31313 \end_inset
31314
31315 , ajoutez la commande suivante au préambule de votre document :
31316 \end_layout
31317
31318 \begin_layout Standard
31319
31320 \series bold
31321
31322 \backslash
31323 numberwithin{footnote}{chapter}
31324 \end_layout
31325
31326 \begin_layout Standard
31327 Pour pouvoir utiliser la commande 
31328 \series bold
31329
31330 \backslash
31331 numberwithin
31332 \series default
31333 , activez dans la rubrique 
31334 \family sans
31335 Options
31336 \begin_inset space ~
31337 \end_inset
31338
31339 des
31340 \begin_inset space ~
31341 \end_inset
31342
31343 Maths
31344 \family default
31345  dans les paramètres du document, l'option 
31346 \family sans
31347 Utiliser
31348 \begin_inset space ~
31349 \end_inset
31350
31351 le
31352 \begin_inset space ~
31353 \end_inset
31354
31355 paquetage
31356 \begin_inset space ~
31357 \end_inset
31358
31359 maths
31360 \begin_inset space ~
31361 \end_inset
31362
31363 AMS
31364 \family default
31365 .
31366 \end_layout
31367
31368 \begin_layout Standard
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374
31375 \backslash
31376 numberwithin{footnote}{chapter}
31377 \end_layout
31378
31379 \end_inset
31380
31381 Ceci est un autre exemple de note de bas de page:
31382 \series bold
31383
31384 \begin_inset Foot
31385 status open
31386
31387 \begin_layout Plain Layout
31388 Cette note est numérotée en suivant le schéma 
31389 \begin_inset Quotes fld
31390 \end_inset
31391
31392 chapitre.note
31393 \begin_inset Quotes frd
31394 \end_inset
31395
31396 .
31397 \end_layout
31398
31399 \end_inset
31400
31401
31402 \series default
31403
31404 \begin_inset ERT
31405 status collapsed
31406
31407 \begin_layout Plain Layout
31408
31409
31410 \backslash
31411 renewcommand{
31412 \backslash
31413 thefootnote}{
31414 \backslash
31415 arabic{footnote}}
31416 \end_layout
31417
31418 \end_inset
31419
31420
31421 \end_layout
31422
31423 \begin_layout Standard
31424 \begin_inset Note Greyedout
31425 status open
31426
31427 \begin_layout Plain Layout
31428
31429 \series bold
31430 Note:
31431 \series default
31432  
31433 \series bold
31434
31435 \backslash
31436 numberwithin
31437 \series default
31438  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31439  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31440  prises en compte.
31441  
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 Donc pour avoir par exemple le schéma 
31451 \begin_inset Quotes fld
31452 \end_inset
31453
31454 chapitre.
31455 \backslash
31456 Roman{note}
31457 \begin_inset Quotes frd
31458 \end_inset
31459
31460 , utilisez la commande suivante plutôt que 
31461 \series bold
31462
31463 \backslash
31464 numberwithin
31465 \series default
31466  :
31467 \end_layout
31468
31469 \begin_layout Standard
31470
31471 \series bold
31472
31473 \backslash
31474 renewcommand{
31475 \backslash
31476 thefootnote}{
31477 \backslash
31478 thechapter.
31479 \backslash
31480 Roman{footnote}}
31481 \end_layout
31482
31483 \begin_layout Subsection
31484 Positionnement de notes de bas de page
31485 \begin_inset Index idx
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Notes de bas de page ! Positionnement
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \begin_layout Standard
31498 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31499  vertical entre elles en bas de la page.
31500  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31501  de 1.5
31502 \begin_inset space \thinspace{}
31503 \end_inset
31504
31505 mm avec la commande suivante dans le préambule :
31506 \end_layout
31507
31508 \begin_layout Standard
31509
31510 \series bold
31511
31512 \backslash
31513 let
31514 \backslash
31515 myFoot
31516 \backslash
31517 footnote
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \backslash
31523 renewcommand{
31524 \backslash
31525 footnote}[1]{
31526 \backslash
31527 myFoot{#1
31528 \backslash
31529 vspace{1.5mm}}}
31530 \end_layout
31531
31532 \begin_layout Standard
31533 \begin_inset VSpace bigskip
31534 \end_inset
31535
31536 Dans un document à deux colonnes les notes de bas de page apparaissent en
31537  bas de chaque colonne, comme sur la Figure
31538 \begin_inset space ~
31539 \end_inset
31540
31541
31542 \begin_inset CommandInset ref
31543 LatexCommand ref
31544 reference "fig:Position-standard-note-bas-de-page"
31545
31546 \end_inset
31547
31548 .
31549  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31550  sur la Figure
31551 \begin_inset space ~
31552 \end_inset
31553
31554
31555 \begin_inset CommandInset ref
31556 LatexCommand ref
31557 reference "fig:Position-note-avec-ftnright"
31558
31559 \end_inset
31560
31561 , utilisez le paquetage \SpecialChar LaTeX
31562  
31563 \series bold
31564 ftnright
31565 \series default
31566
31567 \begin_inset Index idx
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 Paquetages \SpecialChar LaTeX
31572  ! ftnright
31573 \end_layout
31574
31575 \end_inset
31576
31577  avec cette commande dans le préambule du document:
31578 \end_layout
31579
31580 \begin_layout Standard
31581
31582 \series bold
31583
31584 \backslash
31585 usepackage{ftnright}
31586 \end_layout
31587
31588 \begin_layout Standard
31589 \begin_inset Float figure
31590 placement !h
31591 wide false
31592 sideways false
31593 status open
31594
31595 \begin_layout Plain Layout
31596 \begin_inset ERT
31597 status collapsed
31598
31599 \begin_layout Plain Layout
31600
31601
31602 \backslash
31603 framebox{
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \begin_inset Graphics
31610         filename ../clipart/without_fntright.pdf
31611         width 100col%
31612         scaleBeforeRotation
31613
31614 \end_inset
31615
31616
31617 \begin_inset ERT
31618 status collapsed
31619
31620 \begin_layout Plain Layout
31621
31622 }
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Plain Layout
31631 \begin_inset Caption Standard
31632
31633 \begin_layout Plain Layout
31634 \begin_inset CommandInset label
31635 LatexCommand label
31636 name "fig:Position-standard-note-bas-de-page"
31637
31638 \end_inset
31639
31640 Positionnement standard des notes de bas de page dans un document à deux
31641  colonnes.
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \begin_layout Standard
31655 \begin_inset Float figure
31656 placement !h
31657 wide false
31658 sideways false
31659 status open
31660
31661 \begin_layout Plain Layout
31662 \begin_inset ERT
31663 status collapsed
31664
31665 \begin_layout Plain Layout
31666
31667
31668 \backslash
31669 framebox{
31670 \end_layout
31671
31672 \end_inset
31673
31674
31675 \begin_inset Graphics
31676         filename ../clipart/with_fntright.pdf
31677         width 100col%
31678         scaleBeforeRotation
31679
31680 \end_inset
31681
31682
31683 \begin_inset ERT
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687
31688 }
31689 \end_layout
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Plain Layout
31697 \begin_inset Caption Standard
31698
31699 \begin_layout Plain Layout
31700 \begin_inset CommandInset label
31701 LatexCommand label
31702 name "fig:Position-note-avec-ftnright"
31703
31704 \end_inset
31705
31706 Positionnement de notes de bas de page dans un document à deux colonnes
31707  en utilisant le paquetage \SpecialChar LaTeX
31708  
31709 \series bold
31710 ftnright
31711 \series default
31712 .
31713 \end_layout
31714
31715 \end_inset
31716
31717
31718 \end_layout
31719
31720 \end_inset
31721
31722
31723 \end_layout
31724
31725 \begin_layout Standard
31726 \begin_inset VSpace bigskip
31727 \end_inset
31728
31729 Dans certaines publications scientifiques, il est courant de rassembler
31730  les notes de bas de page et de les imprimer dans un paragraphe particulier
31731  à la fin de la section, comme sur la Figure
31732 \begin_inset space ~
31733 \end_inset
31734
31735
31736 \begin_inset CommandInset ref
31737 LatexCommand ref
31738 reference "fig:Notes-de-fin"
31739
31740 \end_inset
31741
31742 .
31743  On les appelle 
31744 \begin_inset Quotes fld
31745 \end_inset
31746
31747 notes de fin
31748 \begin_inset Quotes frd
31749 \end_inset
31750
31751 .
31752 \begin_inset Index idx
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756 Notes de fin
31757 \end_layout
31758
31759 \end_inset
31760
31761  Pour utiliser des notes de fin à la place des notes de bas de page dans
31762  votre document, charger le module 
31763 \family sans
31764 Note de bas de page en fin de document
31765 \family default
31766  à partir de 
31767 \family sans
31768 Document\SpecialChar menuseparator
31769 Paramètres\SpecialChar menuseparator
31770 Modules
31771 \family default
31772 .
31773  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31774 \end_layout
31775
31776 \begin_layout Standard
31777
31778 \series bold
31779
31780 \backslash
31781 theendnotes
31782 \end_layout
31783
31784 \begin_layout Standard
31785 en code \SpecialChar TeX
31786  à la fin d'une section ou d'un chapitre.
31787 \end_layout
31788
31789 \begin_layout Standard
31790 \begin_inset Float figure
31791 wide false
31792 sideways false
31793 status open
31794
31795 \begin_layout Plain Layout
31796 \align center
31797 \begin_inset ERT
31798 status collapsed
31799
31800 \begin_layout Plain Layout
31801
31802
31803 \backslash
31804 framebox{
31805 \end_layout
31806
31807 \end_inset
31808
31809
31810 \begin_inset Graphics
31811         filename ../clipart/endnotes.pdf
31812         scaleBeforeRotation
31813
31814 \end_inset
31815
31816
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822 }
31823 \end_layout
31824
31825 \end_inset
31826
31827
31828 \end_layout
31829
31830 \begin_layout Plain Layout
31831 \begin_inset Caption Standard
31832
31833 \begin_layout Plain Layout
31834 \begin_inset CommandInset label
31835 LatexCommand label
31836 name "fig:Notes-de-fin"
31837
31838 \end_inset
31839
31840 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31841  séparé à la fin des sections ou des chapitres.
31842 \end_layout
31843
31844 \end_inset
31845
31846
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \end_layout
31853
31854 \begin_layout Standard
31855 \begin_inset VSpace medskip
31856 \end_inset
31857
31858 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31859  dans la langue du document, cela doit être fait manuellement.
31860  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31861  
31862 \begin_inset Quotes fld
31863 \end_inset
31864
31865 Notes
31866 \begin_inset Quotes frd
31867 \end_inset
31868
31869  en sa traduction Allemande
31870 \begin_inset Foot
31871 status collapsed
31872
31873 \begin_layout Plain Layout
31874 En français, 
31875 \begin_inset Quotes fld
31876 \end_inset
31877
31878 Notes
31879 \begin_inset Quotes frd
31880 \end_inset
31881
31882  peut être conservé.
31883 \end_layout
31884
31885 \end_inset
31886
31887  
31888 \begin_inset Quotes fld
31889 \end_inset
31890
31891 Anmerkungen
31892 \begin_inset Quotes frd
31893 \end_inset
31894
31895  :
31896 \end_layout
31897
31898 \begin_layout Standard
31899
31900 \series bold
31901
31902 \backslash
31903 renewcommand{
31904 \backslash
31905 notesname}{Anmerkungen}
31906 \end_layout
31907
31908 \begin_layout Standard
31909 \begin_inset VSpace medskip
31910 \end_inset
31911
31912 La numérotation des notes de fin peut être modifiée comme celle des notes
31913  de bas de page comme c'est décrit dans la section
31914 \begin_inset space ~
31915 \end_inset
31916
31917
31918 \begin_inset CommandInset ref
31919 LatexCommand ref
31920 reference "subsec:Numerotation-notes-bas-de-page"
31921
31922 \end_inset
31923
31924  ; remplacez juste la commande 
31925 \series bold
31926
31927 \backslash
31928 thefootnote
31929 \series default
31930  par 
31931 \series bold
31932
31933 \backslash
31934 theendnote
31935 \series default
31936 .
31937  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31938 \series bold
31939
31940 \backslash
31941 @addtoreset
31942 \series default
31943  comme c'est décrit dans la section
31944 \begin_inset space ~
31945 \end_inset
31946
31947
31948 \begin_inset CommandInset ref
31949 LatexCommand ref
31950 reference "subsec:Numerotation-notes-bas-de-page"
31951
31952 \end_inset
31953
31954  et remplacez le paramètre de commande 
31955 \series bold
31956 footnote
31957 \series default
31958  par 
31959 \series bold
31960 endnote
31961 \series default
31962 .
31963 \end_layout
31964
31965 \begin_layout Standard
31966 Pour les notes de fin, il y a la commande 
31967 \series bold
31968
31969 \backslash
31970 endnotemark[numéro]
31971 \series default
31972  qui est semblable à 
31973 \series bold
31974
31975 \backslash
31976 footnotemark
31977 \series default
31978 , décrite dans la section
31979 \begin_inset space ~
31980 \end_inset
31981
31982
31983 \begin_inset CommandInset ref
31984 LatexCommand ref
31985 reference "sec:Notes-bas-de-page"
31986
31987 \end_inset
31988
31989 .
31990 \end_layout
31991
31992 \begin_layout Standard
31993 \begin_inset VSpace bigskip
31994 \end_inset
31995
31996  Les notes de bas de page peuvent être mise dans la marge de la page et
31997  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31998
31999  
32000 \series bold
32001 footmisc
32002 \series default
32003
32004 \begin_inset Index idx
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008 Paquetages \SpecialChar LaTeX
32009  ! footmisc
32010 \end_layout
32011
32012 \end_inset
32013
32014
32015 \begin_inset CommandInset citation
32016 LatexCommand cite
32017 key "footmisc"
32018
32019 \end_inset
32020
32021  pour plus d'information à ce sujet.
32022 \end_layout
32023
32024 \begin_layout Standard
32025 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
32026  voyez les livres sur \SpecialChar LaTeX
32027
32028 \begin_inset CommandInset citation
32029 LatexCommand cite
32030 key "latexcompanion,latexguide,latexbook"
32031
32032 \end_inset
32033
32034 .
32035  Si vous utilisez une classe de document  
32036 \series bold
32037 KOMA-Script
32038 \series default
32039
32040 \begin_inset Index idx
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044 Paquetages \SpecialChar LaTeX
32045  ! KOMA-Script
32046 \end_layout
32047
32048 \end_inset
32049
32050 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
32051  des commandes spécifiques à la classe de document utilisée, voyez 
32052 \begin_inset CommandInset citation
32053 LatexCommand cite
32054 key "KOMA-Script"
32055
32056 \end_inset
32057
32058 .
32059 \end_layout
32060
32061 \begin_layout Section
32062 Notes en marge
32063 \begin_inset Index idx
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067 Notes ! Notes en Marge
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \begin_layout Standard
32076 Les notes en marge dans \SpecialChar LyX
32077  ressemblent aux notes en bas de page et se comportent
32078  de la même façon.
32079  Quand vous insérez une note en marge avec 
32080 \family sans
32081 Insertion\SpecialChar menuseparator
32082 Note
32083 \begin_inset space ~
32084 \end_inset
32085
32086 en
32087 \begin_inset space ~
32088 \end_inset
32089
32090 Marge
32091 \family default
32092  ou avec le bouton 
32093 \begin_inset Info
32094 type  "icon"
32095 arg   "marginalnote-insert"
32096 \end_inset
32097
32098  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
32099  grise avec une étiquette rouge 
32100 \begin_inset Quotes fld
32101 \end_inset
32102
32103 marge
32104 \begin_inset Quotes frd
32105 \end_inset
32106
32107 .
32108  
32109 \begin_inset Marginal
32110 status collapsed
32111
32112 \begin_layout Plain Layout
32113 C'est une note en marge.
32114 \end_layout
32115
32116 \end_inset
32117
32118  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32119 .
32120  Vous pouvez y entrer votre texte.
32121 \end_layout
32122
32123 \begin_layout Standard
32124 Les notes en marge apparaissent dans la marge de droite dans les documents
32125  imprimées sur une seule face.
32126  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32127  
32128 \begin_inset Quotes fld
32129 \end_inset
32130
32131 extérieure
32132 \begin_inset Quotes frd
32133 \end_inset
32134
32135  – la gauche sur les pages paires et la droite sur les pages impaires.
32136  Le texte de la note en marge est aligné à l'opposé de la marge externe
32137  – aligné à droite quand la note apparaît dans la marge de gauche.
32138  La première ligne de la note apparaît à la hauteur de la ligne de texte
32139  où la note a été insérée dans le document.
32140 \end_layout
32141
32142 \begin_layout Standard
32143 \begin_inset VSpace bigskip
32144 \end_inset
32145
32146 Pour placer une note dans la marge interne, ajoutez la commande suivante
32147  :
32148 \end_layout
32149
32150 \begin_layout Standard
32151
32152 \series bold
32153
32154 \backslash
32155 reversemarginpar
32156 \end_layout
32157
32158 \begin_layout Standard
32159 sous forme de code \SpecialChar TeX
32160  avant votre note de marge.
32161  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32162  qui suivent 
32163 \begin_inset ERT
32164 status collapsed
32165
32166 \begin_layout Plain Layout
32167
32168
32169 \backslash
32170 reversemarginpar 
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \begin_inset Marginal
32177 status open
32178
32179 \begin_layout Plain Layout
32180 Cette note en marge est dans la marge interne.
32181 \end_layout
32182
32183 \end_inset
32184
32185
32186 \series bold
32187
32188 \begin_inset Newline newline
32189 \end_inset
32190
32191
32192 \series default
32193
32194 \begin_inset Note Greyedout
32195 status open
32196
32197 \begin_layout Plain Layout
32198
32199 \series bold
32200 Note:
32201 \series default
32202  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32203  les notes sont souvent mal mises en formes dans la sortie imprimée.
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \end_layout
32210
32211 \begin_layout Standard
32212 Pour revenir au positionnement implicite, ajoutez la commande :
32213 \end_layout
32214
32215 \begin_layout Standard
32216
32217 \series bold
32218
32219 \backslash
32220 normalmarginpar
32221 \end_layout
32222
32223 \begin_layout Standard
32224 sous forme de code \SpecialChar TeX
32225 .
32226 \begin_inset ERT
32227 status collapsed
32228
32229 \begin_layout Plain Layout
32230
32231
32232 \backslash
32233 normalmarginpar 
32234 \end_layout
32235
32236 \end_inset
32237
32238
32239 \begin_inset Newline newline
32240 \end_inset
32241
32242  
32243 \begin_inset Note Greyedout
32244 status open
32245
32246 \begin_layout Plain Layout
32247
32248 \series bold
32249 Note:
32250 \series default
32251  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32252  
32253 \series bold
32254
32255 \backslash
32256 reversemarginpar
32257 \series default
32258  est aussi utilisée.
32259 \end_layout
32260
32261 \end_inset
32262
32263
32264 \end_layout
32265
32266 \begin_layout Standard
32267 \begin_inset VSpace bigskip
32268 \end_inset
32269
32270
32271 \begin_inset Marginal
32272 status open
32273
32274 \begin_layout Plain Layout
32275 UnTrèsLongMotEnMarge sans césure.
32276 \end_layout
32277
32278 \end_inset
32279
32280  Comme dans le cas décrit dans la section
32281 \begin_inset space ~
32282 \end_inset
32283
32284
32285 \begin_inset CommandInset ref
32286 LatexCommand ref
32287 reference "subsec:Lignes-multiple-dans-cellule"
32288
32289 \end_inset
32290
32291 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32292  mot d'une note en marge.
32293  Pour éviter ce problème, insérez un espacement horizontal de 0
32294 \begin_inset space \thinspace{}
32295 \end_inset
32296
32297 pt avant le mot en question: 
32298 \begin_inset Marginal
32299 status open
32300
32301 \begin_layout Plain Layout
32302 \begin_inset space \hspace{}
32303 \length 0pt
32304 \end_inset
32305
32306 UnMotTrèsLongEnMarge avec une césure.
32307 \end_layout
32308
32309 \end_inset
32310
32311
32312 \end_layout
32313
32314 \begin_layout Standard
32315 \begin_inset VSpace bigskip
32316 \end_inset
32317
32318
32319 \end_layout
32320
32321 \begin_layout Standard
32322 \begin_inset Note Greyedout
32323 status open
32324
32325 \begin_layout Plain Layout
32326
32327 \series bold
32328 Note:
32329 \series default
32330  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32331  tableaux, des flottants et des notes de bas de page.
32332 \end_layout
32333
32334 \end_inset
32335
32336
32337 \end_layout
32338
32339 \begin_layout Standard
32340 \begin_inset VSpace bigskip
32341 \end_inset
32342
32343
32344 \end_layout
32345
32346 \begin_layout Standard
32347 \begin_inset ERT
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351
32352
32353 \backslash
32354 ifmarginnote
32355 \end_layout
32356
32357 \end_inset
32358
32359
32360 \begin_inset Note Note
32361 status open
32362
32363 \begin_layout Plain Layout
32364 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32365  
32366 \series bold
32367 marginnote
32368 \series default
32369  a été installé.
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \end_layout
32376
32377 \begin_layout Standard
32378 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32379  
32380 \series bold
32381 marginnote
32382 \series default
32383
32384 \begin_inset Index idx
32385 status collapsed
32386
32387 \begin_layout Plain Layout
32388 Paquetages \SpecialChar LaTeX
32389  ! marginnote
32390 \end_layout
32391
32392 \end_inset
32393
32394 .
32395  En ajoutant les deux lignes suivantes au préambule de votre document, la
32396  commande que \SpecialChar LyX
32397  utilise pour les notes de marge est redéfinie pour utiliser
32398  la commande fournie par le paquetage 
32399 \series bold
32400 marginnote
32401 \series default
32402  :
32403 \end_layout
32404
32405 \begin_layout Standard
32406
32407 \series bold
32408
32409 \backslash
32410 usepackage{marginnote}
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \backslash
32416 let
32417 \backslash
32418 marginpar
32419 \backslash
32420 marginnote
32421 \end_layout
32422
32423 \begin_layout Standard
32424 Ce paquetage est aussi utilisé dans ce document parce que 
32425 \series bold
32426 marginnote
32427 \series default
32428  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32429  vertical pour une note.
32430  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32431  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32432  en page.
32433  Le décalage est inséré dans \SpecialChar LyX
32434  sous forme de code \SpecialChar TeX
32435  directement après la note
32436  sous la forme
32437 \end_layout
32438
32439 \begin_layout Standard
32440
32441 \series bold
32442 [offset]
32443 \end_layout
32444
32445 \begin_layout Standard
32446 où l'offset utilise l'une des unités listées dans le tableau
32447 \begin_inset space ~
32448 \end_inset
32449
32450
32451 \begin_inset CommandInset ref
32452 LatexCommand ref
32453 reference "cha:Unités-de-longueur"
32454
32455 \end_inset
32456
32457 .
32458  Une valeur négative déplace la note vers le haut, une valeur positive la
32459  déplace vers le bas.
32460  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32461  vers le haut de 1.5
32462 \begin_inset space \thinspace{}
32463 \end_inset
32464
32465 cm avec la commande en code \SpecialChar TeX
32466  
32467 \begin_inset Quotes fld
32468 \end_inset
32469
32470
32471 \series bold
32472 [-1.5cm]
32473 \series default
32474
32475 \begin_inset Quotes frd
32476 \end_inset
32477
32478
32479 \begin_inset Marginal
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483 Cette note en marge est décalée vers le haut de 1.5
32484 \begin_inset space \thinspace{}
32485 \end_inset
32486
32487 cm par rapport à sa position d'origine.
32488 \end_layout
32489
32490 \end_inset
32491
32492
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498 [-1.5cm]
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \end_layout
32505
32506 \begin_layout Standard
32507 \begin_inset VSpace medskip
32508 \end_inset
32509
32510 Avec le paquetage 
32511 \series bold
32512 marginnote
32513 \series default
32514  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32515  Par exemple les commandes 
32516 \end_layout
32517
32518 \begin_layout Standard
32519
32520 \series bold
32521
32522 \backslash
32523 renewcommand*{
32524 \backslash
32525 raggedleftmarginnote}{
32526 \backslash
32527 centering}
32528 \begin_inset Newline newline
32529 \end_inset
32530
32531
32532 \backslash
32533 renewcommand*{
32534 \backslash
32535 raggedrightmarginnote}{
32536 \backslash
32537 centering}
32538 \end_layout
32539
32540 \begin_layout Standard
32541 donnent un alignement centré.
32542  
32543 \series bold
32544
32545 \backslash
32546 raggedleftmarginnote
32547 \series default
32548  indique une note qui apparaît dans la marge de gauche.
32549 \begin_inset ERT
32550 status collapsed
32551
32552 \begin_layout Plain Layout
32553
32554
32555 \backslash
32556 renewcommand*{
32557 \backslash
32558 raggedleftmarginnote}{
32559 \backslash
32560 centering}
32561 \end_layout
32562
32563 \begin_layout Plain Layout
32564
32565
32566 \backslash
32567 renewcommand*{
32568 \backslash
32569 raggedrightmarginnote}{
32570 \backslash
32571 centering}
32572 \end_layout
32573
32574 \end_inset
32575
32576
32577 \begin_inset Marginal
32578 status collapsed
32579
32580 \begin_layout Plain Layout
32581 Le texte de cette note en marge est centré.
32582 \end_layout
32583
32584 \end_inset
32585
32586 .
32587  Le comportement implicite est donné par
32588 \end_layout
32589
32590 \begin_layout Standard
32591
32592 \series bold
32593
32594 \backslash
32595 renewcommand*{
32596 \backslash
32597 raggedleftmarginnote}{
32598 \backslash
32599 raggedleft}
32600 \begin_inset Newline newline
32601 \end_inset
32602
32603
32604 \backslash
32605 renewcommand*{
32606 \backslash
32607 raggedrightmarginnote}{
32608 \backslash
32609 raggedright}
32610 \series default
32611
32612 \begin_inset ERT
32613 status collapsed
32614
32615 \begin_layout Plain Layout
32616
32617
32618 \backslash
32619 renewcommand*{
32620 \backslash
32621 raggedleftmarginnote}{
32622 \backslash
32623 raggedleft}
32624 \end_layout
32625
32626 \begin_layout Plain Layout
32627
32628
32629 \backslash
32630 renewcommand*{
32631 \backslash
32632 raggedrightmarginnote}{
32633 \backslash
32634 raggedright}
32635 \end_layout
32636
32637 \end_inset
32638
32639
32640 \end_layout
32641
32642 \begin_layout Standard
32643 \begin_inset VSpace medskip
32644 \end_inset
32645
32646 Pour les autre fonctions du paquetage 
32647 \series bold
32648 marginnote
32649 \series default
32650  nous vous renvoyons à sa documentation 
32651 \begin_inset CommandInset citation
32652 LatexCommand cite
32653 key "marginnote"
32654
32655 \end_inset
32656
32657 .
32658 \end_layout
32659
32660 \begin_layout Standard
32661 \begin_inset VSpace bigskip
32662 \end_inset
32663
32664 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32665  définition.
32666  Pour créer par exemple une entête pour toutes les notes en marge avec le
32667  texte 
32668 \begin_inset Quotes fld
32669 \end_inset
32670
32671
32672 \family sans
32673 \series bold
32674 \bar under
32675 Attention!
32676 \family default
32677 \series default
32678 \bar default
32679
32680 \begin_inset Quotes frd
32681 \end_inset
32682
32683  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32684  de votre document :
32685 \end_layout
32686
32687 \begin_layout Standard
32688
32689 \series bold
32690
32691 \backslash
32692 let
32693 \backslash
32694 myMarginpar
32695 \backslash
32696 marginpar
32697 \begin_inset Newline newline
32698 \end_inset
32699
32700
32701 \backslash
32702 renewcommand{
32703 \backslash
32704 marginpar}[1]{
32705 \backslash
32706 myMarginpar{%
32707 \begin_inset Newline newline
32708 \end_inset
32709
32710
32711 \begin_inset Phantom HPhantom
32712 status open
32713
32714 \begin_layout Plain Layout
32715
32716 \series bold
32717 \begin_inset space ~
32718 \end_inset
32719
32720
32721 \end_layout
32722
32723 \end_inset
32724
32725
32726 \backslash
32727 hspace{0pt}
32728 \backslash
32729 textsf{
32730 \backslash
32731 textbf{
32732 \backslash
32733 underbar{Attention!}}}%
32734 \begin_inset Newline newline
32735 \end_inset
32736
32737
32738 \begin_inset Phantom HPhantom
32739 status open
32740
32741 \begin_layout Plain Layout
32742
32743 \series bold
32744 \begin_inset space ~
32745 \end_inset
32746
32747
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \backslash
32754 vspace{1.5mm}
32755 \backslash
32756
32757 \backslash
32758 #1}}
32759 \end_layout
32760
32761 \begin_layout Standard
32762 \begin_inset ERT
32763 status collapsed
32764
32765 \begin_layout Plain Layout
32766
32767
32768 \backslash
32769 let
32770 \backslash
32771 myMarginpar
32772 \backslash
32773 marginpar
32774 \end_layout
32775
32776 \begin_layout Plain Layout
32777
32778
32779 \backslash
32780 renewcommand{
32781 \backslash
32782 marginpar}[1]{
32783 \backslash
32784 myMarginpar{%
32785 \end_layout
32786
32787 \begin_layout Plain Layout
32788
32789    
32790 \backslash
32791 textsf{
32792 \backslash
32793 textbf{
32794 \backslash
32795 underbar{Attention!}}}%
32796 \end_layout
32797
32798 \begin_layout Plain Layout
32799
32800    
32801 \backslash
32802 vspace{1.5mm}
32803 \backslash
32804
32805 \backslash
32806 #1}}
32807 \end_layout
32808
32809 \end_inset
32810
32811
32812 \begin_inset Marginal
32813 status open
32814
32815 \begin_layout Plain Layout
32816 Ceci est une note en marge avec une en-tête prédéfinie.
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827 [-1.5cm]
32828 \end_layout
32829
32830 \end_inset
32831
32832
32833 \begin_inset ERT
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837
32838
32839 \backslash
32840 renewcommand{
32841 \backslash
32842 marginpar}[1]{
32843 \backslash
32844 myMarginpar{#1}}
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \begin_inset Note Note
32851 status collapsed
32852
32853 \begin_layout Plain Layout
32854
32855 \lang english
32856 The margin note format is changed only for this example.
32857 \end_layout
32858
32859 \end_inset
32860
32861
32862 \end_layout
32863
32864 \begin_layout Standard
32865 \begin_inset ERT
32866 status collapsed
32867
32868 \begin_layout Plain Layout
32869
32870
32871 \backslash
32872 else
32873 \end_layout
32874
32875 \end_inset
32876
32877
32878 \begin_inset Note Note
32879 status open
32880
32881 \begin_layout Plain Layout
32882 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32883  
32884 \series bold
32885 marginnote
32886 \series default
32887  n'est pas installé :
32888 \end_layout
32889
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \begin_layout Standard
32896 Vous devez installer le paquetage \SpecialChar LaTeX
32897  
32898 \series bold
32899 marginnote
32900 \series default
32901  pour voir la suite de cette section dans la sortie imprimée.
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset ERT
32906 status collapsed
32907
32908 \begin_layout Plain Layout
32909
32910
32911 \backslash
32912 fi
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \begin_layout Chapter
32921 Boîtes
32922 \end_layout
32923
32924 \begin_layout Section
32925 Introduction
32926 \begin_inset Index idx
32927 status collapsed
32928
32929 \begin_layout Plain Layout
32930 Boîtes ! Introduction
32931 \end_layout
32932
32933 \end_inset
32934
32935
32936 \end_layout
32937
32938 \begin_layout Standard
32939 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32940  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32941  voir la section
32942 \begin_inset space ~
32943 \end_inset
32944
32945
32946 \begin_inset CommandInset ref
32947 LatexCommand ref
32948 reference "sec:Minipages"
32949
32950 \end_inset
32951
32952 , pour encadrer des portions de texte, voir la section
32953 \begin_inset space ~
32954 \end_inset
32955
32956
32957 \begin_inset CommandInset ref
32958 LatexCommand ref
32959 reference "sec:Décorations"
32960
32961 \end_inset
32962
32963 , pour empêcher que des mots subissent une césure, voir la section
32964 \begin_inset space ~
32965 \end_inset
32966
32967
32968 \begin_inset CommandInset ref
32969 LatexCommand ref
32970 reference "sec:Empêcher-césure"
32971
32972 \end_inset
32973
32974 , pour aligner du texte, voir la section
32975 \begin_inset space ~
32976 \end_inset
32977
32978
32979 \begin_inset CommandInset ref
32980 LatexCommand ref
32981 reference "subsec:Alignement-Vertical"
32982
32983 \end_inset
32984
32985 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32986 \begin_inset space ~
32987 \end_inset
32988
32989
32990 \begin_inset CommandInset ref
32991 LatexCommand ref
32992 reference "sec:Boîtes-colorées"
32993
32994 \end_inset
32995
32996 .
32997 \end_layout
32998
32999 \begin_layout Standard
33000 On peut insérer une boîte en utilisant le menu 
33001 \family sans
33002 Insertion\SpecialChar menuseparator
33003 Boîte
33004 \family default
33005  ou avec le bouton 
33006 \begin_inset Info
33007 type  "icon"
33008 arg   "box-insert Frameless"
33009 \end_inset
33010
33011  de la barre d'outils.
33012  Une boîte grise avec une étiquette 
33013 \family sans
33014 Boîte
33015 \begin_inset space ~
33016 \end_inset
33017
33018 (Minipage)
33019 \family default
33020
33021 \begin_inset Graphics
33022         filename clipart/BoxInsetDefaultQt4.png
33023         scale 65
33024         scaleBeforeRotation
33025
33026 \end_inset
33027
33028  est alors insérée.
33029  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
33030  et en choisissant 
33031 \family sans
33032 Paramètres
33033 \family default
33034  .
33035  La fenêtre de dialogue qui apparaît donne accès aux types de
33036 \family sans
33037  Boîte
33038 \begin_inset space ~
33039 \end_inset
33040
33041 Intérieure
33042 \family default
33043  
33044 \family sans
33045 Makebox, Parbox
33046 \family default
33047  et 
33048 \family sans
33049 Minipage
33050 \family default
33051 .
33052  Le type 
33053 \family sans
33054 Minipage
33055 \family default
33056  est le type implicite pour les boîtes nouvellement créées et il est décrit
33057  dans la section
33058 \begin_inset space ~
33059 \end_inset
33060
33061
33062 \begin_inset CommandInset ref
33063 LatexCommand ref
33064 reference "sec:Minipages"
33065
33066 \end_inset
33067
33068 ; le type 
33069 \family sans
33070 Parbox
33071 \family default
33072  est décrit dans la section
33073 \begin_inset space ~
33074 \end_inset
33075
33076
33077 \begin_inset CommandInset ref
33078 LatexCommand ref
33079 reference "sec:Parboxes"
33080
33081 \end_inset
33082
33083  et le type 
33084 \family sans
33085 Makebox
33086 \family default
33087  est décrit dans la section
33088 \begin_inset space ~
33089 \end_inset
33090
33091
33092 \begin_inset CommandInset ref
33093 LatexCommand ref
33094 reference "sec:Empêcher-césure"
33095
33096 \end_inset
33097
33098 .
33099 \end_layout
33100
33101 \begin_layout Standard
33102 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
33103  comme les flottants ou les notes de bas de page.
33104 \end_layout
33105
33106 \begin_layout Standard
33107 \begin_inset Note Greyedout
33108 status open
33109
33110 \begin_layout Plain Layout
33111
33112 \series bold
33113 Note:
33114 \series default
33115  Vous ne pouvez pas employer une boîte comme élément dans un environnement
33116  de type 
33117 \family sans
33118 Liste
33119 \family default
33120  ou 
33121 \family sans
33122 Description
33123 \family default
33124 .
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \begin_layout Standard
33133 \begin_inset Note Greyedout
33134 status open
33135
33136 \begin_layout Plain Layout
33137
33138 \series bold
33139 Note:
33140 \series default
33141  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33142 \family sans
33143 Boîte
33144 \begin_inset space ~
33145 \end_inset
33146
33147 Intérieure
33148 \family default
33149  à 
33150 \family sans
33151 Aucune
33152 \family default
33153  que quand vous utilisez une boîte encadrée.
33154  Les boîtes sans 
33155 \family sans
33156 Boîte
33157 \begin_inset space ~
33158 \end_inset
33159
33160 Intérieure
33161 \family default
33162  et sans cadre sont expliquées dans la section
33163 \begin_inset space ~
33164 \end_inset
33165
33166
33167 \begin_inset CommandInset ref
33168 LatexCommand ref
33169 reference "sec:Empêcher-césure"
33170
33171 \end_inset
33172
33173 .
33174 \end_layout
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Section
33182 La fenêtre de dialogue Boîte
33183 \begin_inset CommandInset label
33184 LatexCommand label
33185 name "sec:Boîte-Dialogue"
33186
33187 \end_inset
33188
33189
33190 \begin_inset Index idx
33191 status collapsed
33192
33193 \begin_layout Plain Layout
33194 Boîtes ! Fenêtre de dialogue Boîte
33195 \end_layout
33196
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \begin_layout Subsection
33203 Taille
33204 \begin_inset Index idx
33205 status collapsed
33206
33207 \begin_layout Plain Layout
33208 Boîtes ! Taille
33209 \end_layout
33210
33211 \end_inset
33212
33213
33214 \end_layout
33215
33216 \begin_layout Standard
33217 Dans la fenêtre de dialogue 
33218 \family sans
33219 Paramètres
33220 \begin_inset space ~
33221 \end_inset
33222
33223 de
33224 \begin_inset space ~
33225 \end_inset
33226
33227 Boîte
33228 \family default
33229  vous pouvez modifier la géométrie de la boîte avec les champs 
33230 \family sans
33231 Largeur
33232 \family default
33233  et 
33234 \family sans
33235 Hauteur
33236 \family default
33237 .
33238  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33239  dans le tableau
33240 \begin_inset space ~
33241 \end_inset
33242
33243
33244 \begin_inset CommandInset ref
33245 LatexCommand ref
33246 reference "tab:Unités"
33247
33248 \end_inset
33249
33250 .
33251  Le champ 
33252 \family sans
33253 Hauteur
33254 \family default
33255  offre en plus les spécifications de taille suivantes :
33256 \end_layout
33257
33258 \begin_layout Description
33259 Profondeur C'est simplement la 
33260 \begin_inset Quotes fld
33261 \end_inset
33262
33263 hauteur
33264 \begin_inset Quotes frd
33265 \end_inset
33266
33267  du texte.
33268  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33269  lignes de texte dans la boîte.
33270 \begin_inset Newline newline
33271 \end_inset
33272
33273
33274 \begin_inset Newline newline
33275 \end_inset
33276
33277
33278 \begin_inset Newline newline
33279 \end_inset
33280
33281
33282 \begin_inset Box Boxed
33283 position "c"
33284 hor_pos "c"
33285 has_inner_box 1
33286 inner_pos "c"
33287 use_parbox 0
33288 use_makebox 0
33289 width "12col%"
33290 special "none"
33291 height "1in"
33292 height_special "depth"
33293 thickness "0.4pt"
33294 separation "3pt"
33295 shadowsize "4pt"
33296 framecolor "black"
33297 backgroundcolor "none"
33298 status open
33299
33300 \begin_layout Plain Layout
33301 \align center
33302 Boîte dont la hauteur est égale à 1
33303 \begin_inset space \thinspace{}
33304 \end_inset
33305
33306 Profondeur
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \begin_inset Newline newline
33313 \end_inset
33314
33315
33316 \begin_inset Newline newline
33317 \end_inset
33318
33319
33320 \end_layout
33321
33322 \begin_layout Description
33323 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33324  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33325  est deux fois plus haute que le texte : 
33326 \begin_inset Box Boxed
33327 position "c"
33328 hor_pos "c"
33329 has_inner_box 1
33330 inner_pos "c"
33331 use_parbox 0
33332 use_makebox 0
33333 width "20col%"
33334 special "none"
33335 height "2in"
33336 height_special "height"
33337 thickness "0.4pt"
33338 separation "3pt"
33339 shadowsize "4pt"
33340 framecolor "black"
33341 backgroundcolor "none"
33342 status open
33343
33344 \begin_layout Plain Layout
33345 \align center
33346 Boîte dont la hauteur est 2
33347 \begin_inset space \thinspace{}
33348 \end_inset
33349
33350 Hauteur
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Description
33359 Hauteur
33360 \begin_inset space ~
33361 \end_inset
33362
33363 Totale C'est égal à Hauteur
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 +
33368 \begin_inset space \thinspace{}
33369 \end_inset
33370
33371 Profondeur : 
33372 \begin_inset Box Boxed
33373 position "c"
33374 hor_pos "c"
33375 has_inner_box 1
33376 inner_pos "c"
33377 use_parbox 0
33378 use_makebox 0
33379 width "20col%"
33380 special "none"
33381 height "1in"
33382 height_special "totalheight"
33383 thickness "0.4pt"
33384 separation "3pt"
33385 shadowsize "4pt"
33386 framecolor "black"
33387 backgroundcolor "none"
33388 status open
33389
33390 \begin_layout Plain Layout
33391 \align center
33392 Boîte dont la hauteur est 1
33393 \begin_inset space \thinspace{}
33394 \end_inset
33395
33396 Hauteur
33397 \begin_inset space ~
33398 \end_inset
33399
33400 Totale
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \end_layout
33407
33408 \begin_layout Description
33409 Largeur On prend la largeur de la boîte comme hauteur : 
33410 \begin_inset Box Boxed
33411 position "c"
33412 hor_pos "c"
33413 has_inner_box 1
33414 inner_pos "c"
33415 use_parbox 0
33416 use_makebox 0
33417 width "12col%"
33418 special "none"
33419 height "1in"
33420 height_special "width"
33421 thickness "0.4pt"
33422 separation "3pt"
33423 shadowsize "4pt"
33424 framecolor "black"
33425 backgroundcolor "none"
33426 status open
33427
33428 \begin_layout Plain Layout
33429 \align center
33430 Boîte dont la hauteur est 1
33431 \begin_inset space \thinspace{}
33432 \end_inset
33433
33434 Largeur
33435 \end_layout
33436
33437 \end_inset
33438
33439
33440 \end_layout
33441
33442 \begin_layout Subsection
33443 Alignement
33444 \begin_inset Index idx
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448 Boîtes ! Alignement
33449 \end_layout
33450
33451 \end_inset
33452
33453
33454 \end_layout
33455
33456 \begin_layout Standard
33457 Quand vous avez choisi une 
33458 \family sans
33459 Boîte
33460 \begin_inset space ~
33461 \end_inset
33462
33463 Intérieure
33464 \family default
33465 , l'alignement vertical de la boîte peut être :
33466 \end_layout
33467
33468 \begin_layout Description
33469 Haut Ceci est un exemple de texte.
33470  
33471 \begin_inset Box Boxed
33472 position "t"
33473 hor_pos "c"
33474 has_inner_box 1
33475 inner_pos "c"
33476 use_parbox 0
33477 use_makebox 0
33478 width "12col%"
33479 special "none"
33480 height "1in"
33481 height_special "totalheight"
33482 thickness "0.4pt"
33483 separation "3pt"
33484 shadowsize "4pt"
33485 framecolor "black"
33486 backgroundcolor "none"
33487 status collapsed
33488
33489 \begin_layout Plain Layout
33490 \align center
33491 Cette boîte est alignée sur le haut.
33492 \end_layout
33493
33494 \end_inset
33495
33496  Ceci est un exemple de texte.
33497 \end_layout
33498
33499 \begin_layout Description
33500 Milieu Ceci est un exemple de texte.
33501  
33502 \begin_inset Box Boxed
33503 position "c"
33504 hor_pos "c"
33505 has_inner_box 1
33506 inner_pos "c"
33507 use_parbox 0
33508 use_makebox 0
33509 width "12col%"
33510 special "none"
33511 height "1in"
33512 height_special "totalheight"
33513 thickness "0.4pt"
33514 separation "3pt"
33515 shadowsize "4pt"
33516 framecolor "black"
33517 backgroundcolor "none"
33518 status collapsed
33519
33520 \begin_layout Plain Layout
33521 \align center
33522 Cette boîte est alignée au centre.
33523 \end_layout
33524
33525 \end_inset
33526
33527  Ceci est un exemple de texte.
33528 \end_layout
33529
33530 \begin_layout Description
33531 Bas Ceci est un exemple de texte.
33532  
33533 \begin_inset Box Boxed
33534 position "b"
33535 hor_pos "c"
33536 has_inner_box 1
33537 inner_pos "c"
33538 use_parbox 0
33539 use_makebox 0
33540 width "12col%"
33541 special "none"
33542 height "1in"
33543 height_special "totalheight"
33544 thickness "0.4pt"
33545 separation "3pt"
33546 shadowsize "4pt"
33547 framecolor "black"
33548 backgroundcolor "none"
33549 status collapsed
33550
33551 \begin_layout Plain Layout
33552 \align center
33553 Cette boîte est alignée sur le bas.
33554 \end_layout
33555
33556 \end_inset
33557
33558  Ceci est un exemple de texte.
33559 \end_layout
33560
33561 \begin_layout Standard
33562 \begin_inset Note Greyedout
33563 status open
33564
33565 \begin_layout Plain Layout
33566
33567 \series bold
33568 Note:
33569 \series default
33570  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33571  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33572  l'autre non.
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Standard
33581 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33582  paragraphe grâce à la fenêtre de dialogue 
33583 \family sans
33584 Paramètres
33585 \begin_inset space ~
33586 \end_inset
33587
33588 de
33589 \begin_inset space ~
33590 \end_inset
33591
33592 Boîte
33593 \family default
33594 .
33595 \end_layout
33596
33597 \begin_layout Standard
33598 \begin_inset VSpace bigskip
33599 \end_inset
33600
33601 Quand vous avez choisi une 
33602 \family sans
33603 Boîte
33604 \begin_inset space ~
33605 \end_inset
33606
33607 Intérieure
33608 \family default
33609 , l'alignement vertical du contenu de la boîte peut être :
33610 \end_layout
33611
33612 \begin_layout Description
33613 haut Ceci est un exemple de texte.
33614 \begin_inset Box Boxed
33615 position "c"
33616 hor_pos "c"
33617 has_inner_box 1
33618 inner_pos "t"
33619 use_parbox 0
33620 use_makebox 0
33621 width "12col%"
33622 special "none"
33623 height "1.5in"
33624 height_special "totalheight"
33625 thickness "0.4pt"
33626 separation "3pt"
33627 shadowsize "4pt"
33628 framecolor "black"
33629 backgroundcolor "none"
33630 status collapsed
33631
33632 \begin_layout Plain Layout
33633 \align center
33634 Le texte de cette boîte est aligné sur le haut.
33635 \end_layout
33636
33637 \end_inset
33638
33639  Ceci est un exemple de texte.
33640 \end_layout
33641
33642 \begin_layout Description
33643 milieu Ceci est un exemple de texte.
33644  
33645 \begin_inset Box Boxed
33646 position "c"
33647 hor_pos "c"
33648 has_inner_box 1
33649 inner_pos "c"
33650 use_parbox 0
33651 use_makebox 0
33652 width "12col%"
33653 special "none"
33654 height "1.5in"
33655 height_special "totalheight"
33656 thickness "0.4pt"
33657 separation "3pt"
33658 shadowsize "4pt"
33659 framecolor "black"
33660 backgroundcolor "none"
33661 status collapsed
33662
33663 \begin_layout Plain Layout
33664 \align center
33665 Le texte de cette boîte est aligné au centre
33666 \end_layout
33667
33668 \end_inset
33669
33670  Ceci est un exemple de texte.
33671 \end_layout
33672
33673 \begin_layout Description
33674 bas Ceci est un exemple de texte.
33675  
33676 \begin_inset Box Boxed
33677 position "c"
33678 hor_pos "c"
33679 has_inner_box 1
33680 inner_pos "b"
33681 use_parbox 0
33682 use_makebox 0
33683 width "12col%"
33684 special "none"
33685 height "1.5in"
33686 height_special "totalheight"
33687 thickness "0.4pt"
33688 separation "3pt"
33689 shadowsize "4pt"
33690 framecolor "black"
33691 backgroundcolor "none"
33692 status collapsed
33693
33694 \begin_layout Plain Layout
33695 \align center
33696 Le texte de cette boîte est aligné en bas.
33697 \end_layout
33698
33699 \end_inset
33700
33701  Ceci est un exemple de texte.
33702 \end_layout
33703
33704 \begin_layout Description
33705 élongation Ceci est un exemple de texte.
33706  
33707 \begin_inset Box Boxed
33708 position "c"
33709 hor_pos "c"
33710 has_inner_box 1
33711 inner_pos "s"
33712 use_parbox 0
33713 use_makebox 0
33714 width "12col%"
33715 special "none"
33716 height "1.5in"
33717 height_special "totalheight"
33718 thickness "0.4pt"
33719 separation "3pt"
33720 shadowsize "4pt"
33721 framecolor "black"
33722 backgroundcolor "none"
33723 status collapsed
33724
33725 \begin_layout Plain Layout
33726 \align center
33727 Le texte 
33728 \end_layout
33729
33730 \begin_layout Plain Layout
33731 \align center
33732 de cette
33733 \end_layout
33734
33735 \begin_layout Plain Layout
33736 \align center
33737 boîte est
33738 \end_layout
33739
33740 \begin_layout Plain Layout
33741 \align center
33742 allongé.
33743 \end_layout
33744
33745 \end_inset
33746
33747  Ceci est un exemple de texte.
33748 \end_layout
33749
33750 \begin_layout Standard
33751 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33752  paragraphe.
33753  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset VSpace bigskip
33758 \end_inset
33759
33760 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33761  la fenêtre de dialogue 
33762 \family sans
33763 Paramètres
33764 \begin_inset space ~
33765 \end_inset
33766
33767 de
33768 \begin_inset space ~
33769 \end_inset
33770
33771 paragraphe
33772 \family default
33773  quand vous avez choisi une 
33774 \family sans
33775 Boîte
33776 \begin_inset space ~
33777 \end_inset
33778
33779 Intérieure
33780 \family default
33781 .
33782 \end_layout
33783
33784 \begin_layout Standard
33785 \align center
33786 \begin_inset Box Boxed
33787 position "c"
33788 hor_pos "c"
33789 has_inner_box 1
33790 inner_pos "s"
33791 use_parbox 0
33792 use_makebox 0
33793 width "15col%"
33794 special "none"
33795 height "1.25in"
33796 height_special "totalheight"
33797 thickness "0.4pt"
33798 separation "3pt"
33799 shadowsize "4pt"
33800 framecolor "black"
33801 backgroundcolor "none"
33802 status open
33803
33804 \begin_layout Plain Layout
33805 \align left
33806 Le texte de 
33807 \end_layout
33808
33809 \begin_layout Plain Layout
33810 \align left
33811 cette boîte
33812 \end_layout
33813
33814 \begin_layout Plain Layout
33815 \align right
33816 est allongé.
33817 \end_layout
33818
33819 \end_inset
33820
33821
33822 \end_layout
33823
33824 \begin_layout Standard
33825 Si vous n'avez pas choisi une 
33826 \family sans
33827 Boîte
33828 \begin_inset space ~
33829 \end_inset
33830
33831 Intérieure
33832 \family default
33833 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33834  de dialogue de boîte.
33835 \begin_inset Separator parbreak
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \begin_layout Standard
33842 \align center
33843 \begin_inset Box Boxed
33844 position "c"
33845 hor_pos "s"
33846 has_inner_box 0
33847 inner_pos "s"
33848 use_parbox 0
33849 use_makebox 0
33850 width "90col%"
33851 special "none"
33852 height "1.25in"
33853 height_special "totalheight"
33854 thickness "0.4pt"
33855 separation "3pt"
33856 shadowsize "4pt"
33857 framecolor "black"
33858 backgroundcolor "none"
33859 status open
33860
33861 \begin_layout Plain Layout
33862 Le texte de cette boîte est allongé horizontalement.
33863 \end_layout
33864
33865 \end_inset
33866
33867
33868 \end_layout
33869
33870 \begin_layout Subsection
33871 Décorations
33872 \begin_inset CommandInset label
33873 LatexCommand label
33874 name "sec:Décorations"
33875
33876 \end_inset
33877
33878
33879 \begin_inset Index idx
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 Boîtes ! Décorations
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Standard
33892 On peut spécifier le style de la boîte en utilisant la liste déroulante
33893  
33894 \family sans
33895 Décoration
33896 \family default
33897 .
33898  Les possibilités sont les suivantes :
33899 \end_layout
33900
33901 \begin_layout Description
33902 Aucun
33903 \begin_inset space ~
33904 \end_inset
33905
33906 cadre
33907 \begin_inset space ~
33908 \end_inset
33909
33910 tracé Rien n'est tracé
33911 \end_layout
33912
33913 \begin_layout Description
33914 Cadre
33915 \begin_inset space ~
33916 \end_inset
33917
33918 rectangulaire
33919 \begin_inset space ~
33920 \end_inset
33921
33922 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33923  L'épaisseur du trait de ce cadre 
33924 \lang english
33925 can be specified
33926 \lang french
33927 .
33928 \begin_inset Newline newline
33929 \end_inset
33930
33931
33932 \begin_inset Box Boxed
33933 position "c"
33934 hor_pos "c"
33935 has_inner_box 1
33936 inner_pos "c"
33937 use_parbox 0
33938 use_makebox 0
33939 width "20col%"
33940 special "none"
33941 height "1in"
33942 height_special "totalheight"
33943 thickness "0.4pt"
33944 separation "3pt"
33945 shadowsize "4pt"
33946 framecolor "black"
33947 backgroundcolor "none"
33948 status open
33949
33950 \begin_layout Plain Layout
33951 \align center
33952 Boîte rectangulaire
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \begin_layout Description
33961 Cadre
33962 \begin_inset space ~
33963 \end_inset
33964
33965 oval,
33966 \begin_inset space ~
33967 \end_inset
33968
33969 fin Ceci dessine un cadre ovalisée autour de la boîte.
33970  L'épaisseur du trait de ce cadre est de  0.4
33971 \begin_inset space \thinspace{}
33972 \end_inset
33973
33974 pt.
33975  
33976 \begin_inset Box ovalbox
33977 position "c"
33978 hor_pos "c"
33979 has_inner_box 1
33980 inner_pos "c"
33981 use_parbox 0
33982 use_makebox 0
33983 width "20col%"
33984 special "none"
33985 height "1in"
33986 height_special "totalheight"
33987 thickness "0.4pt"
33988 separation "3pt"
33989 shadowsize "4pt"
33990 framecolor "black"
33991 backgroundcolor "none"
33992 status open
33993
33994 \begin_layout Plain Layout
33995 \align center
33996 Boîte ovalisée, fine
33997 \end_layout
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \begin_layout Description
34005 Cadre
34006 \begin_inset space ~
34007 \end_inset
34008
34009 oval,
34010 \begin_inset space ~
34011 \end_inset
34012
34013 épais Ceci dessine un cadre ovalisée autour de la boîte.
34014  L'épaisseur du trait de ce cadre est de   0.8
34015 \begin_inset space \thinspace{}
34016 \end_inset
34017
34018 pt.
34019  
34020 \begin_inset Box Ovalbox
34021 position "c"
34022 hor_pos "c"
34023 has_inner_box 1
34024 inner_pos "c"
34025 use_parbox 0
34026 use_makebox 0
34027 width "20col%"
34028 special "none"
34029 height "1in"
34030 height_special "totalheight"
34031 thickness "0.4pt"
34032 separation "3pt"
34033 shadowsize "4pt"
34034 framecolor "black"
34035 backgroundcolor "none"
34036 status open
34037
34038 \begin_layout Plain Layout
34039 \align center
34040 Boîte ovalisée, épaisse
34041 \end_layout
34042
34043 \end_inset
34044
34045
34046 \end_layout
34047
34048 \begin_layout Description
34049 Ombre
34050 \begin_inset space ~
34051 \end_inset
34052
34053 en
34054 \begin_inset space ~
34055 \end_inset
34056
34057 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
34058  L'épaisseur du trait de ce cadre et l'ombre 
34059 \lang english
34060 can be specified
34061 \lang french
34062 .
34063  
34064 \begin_inset Box Shadowbox
34065 position "c"
34066 hor_pos "c"
34067 has_inner_box 1
34068 inner_pos "c"
34069 use_parbox 0
34070 use_makebox 0
34071 width "20col%"
34072 special "none"
34073 height "1in"
34074 height_special "totalheight"
34075 thickness "0.4pt"
34076 separation "3pt"
34077 shadowsize "4pt"
34078 framecolor "black"
34079 backgroundcolor "none"
34080 status open
34081
34082 \begin_layout Plain Layout
34083 \align center
34084 Boîte ombrée
34085 \end_layout
34086
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \begin_layout Description
34093 Fond
34094 \begin_inset space ~
34095 \end_inset
34096
34097 ombré Ceci dessine une boîte avec un arrière plan rouge.
34098  Contrairement aux boîtes coloriées
34099 \begin_inset Foot
34100 status collapsed
34101
34102 \begin_layout Plain Layout
34103 Voir la section
34104 \begin_inset space ~
34105 \end_inset
34106
34107
34108 \begin_inset CommandInset ref
34109 LatexCommand ref
34110 reference "sec:Boîtes-colorées"
34111
34112 \end_inset
34113
34114 .
34115 \end_layout
34116
34117 \end_inset
34118
34119 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34120  son propre paragraphe.
34121 \begin_inset Box Shaded
34122 position "t"
34123 hor_pos "c"
34124 has_inner_box 0
34125 inner_pos "t"
34126 use_parbox 0
34127 use_makebox 0
34128 width "50col%"
34129 special "none"
34130 height "1in"
34131 height_special "totalheight"
34132 thickness "0.4pt"
34133 separation "3pt"
34134 shadowsize "4pt"
34135 framecolor "black"
34136 backgroundcolor "none"
34137 status open
34138
34139 \begin_layout Plain Layout
34140 Boîte avec fond ombré
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Description
34149 Cadre
34150 \begin_inset space ~
34151 \end_inset
34152
34153 rectangulaire
34154 \begin_inset space ~
34155 \end_inset
34156
34157 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34158  boîte.
34159  L'épaisseur du trait du cadre interne est de 0.75
34160 \begin_inset space \thinspace{}
34161 \end_inset
34162
34163 épaisseur
34164 \begin_inset space ~
34165 \end_inset
34166
34167 du
34168 \begin_inset space ~
34169 \end_inset
34170
34171 trait, l'épaisseur du trait du cadre externe est de 1.5
34172 \begin_inset space \thinspace{}
34173 \end_inset
34174
34175 épaisseur
34176 \begin_inset space ~
34177 \end_inset
34178
34179 du
34180 \begin_inset space ~
34181 \end_inset
34182
34183 trait.
34184  La distance entre les deux cadres est de 1.5
34185 \begin_inset space \thinspace{}
34186 \end_inset
34187
34188 épaisseur
34189 \begin_inset space ~
34190 \end_inset
34191
34192 du
34193 \begin_inset space ~
34194 \end_inset
34195
34196 trait
34197 \begin_inset space \thinspace{}
34198 \end_inset
34199
34200 +
34201 \begin_inset space \thinspace{}
34202 \end_inset
34203
34204 0.5
34205 \begin_inset space \thinspace{}
34206 \end_inset
34207
34208 pt.
34209  
34210 \begin_inset Box Doublebox
34211 position "c"
34212 hor_pos "c"
34213 has_inner_box 1
34214 inner_pos "c"
34215 use_parbox 0
34216 use_makebox 0
34217 width "20col%"
34218 special "none"
34219 height "1in"
34220 height_special "totalheight"
34221 thickness "0.4pt"
34222 separation "3pt"
34223 shadowsize "4pt"
34224 framecolor "black"
34225 backgroundcolor "none"
34226 status open
34227
34228 \begin_layout Plain Layout
34229 \align center
34230 Boîte double
34231 \end_layout
34232
34233 \end_inset
34234
34235
34236 \end_layout
34237
34238 \begin_layout Standard
34239 \begin_inset VSpace bigskip
34240 \end_inset
34241
34242 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34243  s'adapte pour montrer le style
34244  de boîte utilisé.
34245  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34246  le paquetage \SpecialChar LaTeX
34247  
34248 \series bold
34249 fancybox
34250 \series default
34251
34252 \begin_inset Index idx
34253 status collapsed
34254
34255 \begin_layout Plain Layout
34256 Paquetages \SpecialChar LaTeX
34257  ! fancybox
34258 \end_layout
34259
34260 \end_inset
34261
34262 .
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset VSpace bigskip
34267 \end_inset
34268
34269 Quand vous utilisez le style de décoration 
34270 \family sans
34271 cadre rectangulaire simple
34272 \family default
34273  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34274  de la boîte.
34275  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34276  prendra toute la largeur de la colonne et la boîte sera considérée comme
34277  son propre paragraphe: 
34278 \begin_inset Box Framed
34279 position "t"
34280 hor_pos "c"
34281 has_inner_box 0
34282 inner_pos "t"
34283 use_parbox 0
34284 use_makebox 0
34285 width "100col%"
34286 special "none"
34287 height "1in"
34288 height_special "totalheight"
34289 thickness "0.4pt"
34290 separation "3pt"
34291 shadowsize "4pt"
34292 framecolor "black"
34293 backgroundcolor "none"
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297 Boîte avec cadre simple et sauts de page
34298 \end_layout
34299
34300 \end_inset
34301
34302
34303 \end_layout
34304
34305 \begin_layout Section
34306 Personnalisation des boîtes
34307 \begin_inset Index idx
34308 status collapsed
34309
34310 \begin_layout Plain Layout
34311 Boîtes! Personnalisation
34312 \end_layout
34313
34314 \end_inset
34315
34316
34317 \end_layout
34318
34319 \begin_layout Standard
34320 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34321  la commande 
34322 \series bold
34323
34324 \backslash
34325 cornersize
34326 \series default
34327 .
34328  Par exemple, la commande
34329 \end_layout
34330
34331 \begin_layout Standard
34332
34333 \series bold
34334
34335 \backslash
34336 cornersize*{1cm}
34337 \end_layout
34338
34339 \begin_layout Standard
34340 donne un diamètre de 1
34341 \begin_inset space \thinspace{}
34342 \end_inset
34343
34344 cm.
34345  La commande
34346 \end_layout
34347
34348 \begin_layout Standard
34349
34350 \series bold
34351
34352 \backslash
34353 cornersize{num}
34354 \end_layout
34355
34356 \begin_layout Standard
34357 fixe le diamètre à 
34358 \family sans
34359 num
34360 \begin_inset space \thinspace{}
34361 \end_inset
34362
34363 ×
34364 \begin_inset space \thinspace{}
34365 \end_inset
34366
34367 minimum(largeur et hauteur de la boîte)
34368 \family default
34369 .
34370  La valeur implicite est 
34371 \series bold
34372
34373 \backslash
34374 cornersize{0.5}
34375 \series default
34376 .
34377 \end_layout
34378
34379 \begin_layout Standard
34380 \begin_inset ERT
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384
34385
34386 \backslash
34387 cornersize*{1.5cm}
34388 \end_layout
34389
34390 \end_inset
34391
34392
34393 \begin_inset Box Ovalbox
34394 position "c"
34395 hor_pos "c"
34396 has_inner_box 1
34397 inner_pos "c"
34398 use_parbox 0
34399 use_makebox 0
34400 width "25col%"
34401 special "none"
34402 height "1in"
34403 height_special "totalheight"
34404 thickness "0.4pt"
34405 separation "3pt"
34406 shadowsize "4pt"
34407 framecolor "black"
34408 backgroundcolor "none"
34409 status open
34410
34411 \begin_layout Plain Layout
34412 \align center
34413 Boîte ovale avec 
34414 \series bold
34415
34416 \backslash
34417 cornersize
34418 \series default
34419
34420 \begin_inset space \thinspace{}
34421 \end_inset
34422
34423 =
34424 \begin_inset space \thinspace{}
34425 \end_inset
34426
34427 1.5
34428 \begin_inset space \thinspace{}
34429 \end_inset
34430
34431 cm
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \begin_inset ERT
34438 status collapsed
34439
34440 \begin_layout Plain Layout
34441
34442
34443 \backslash
34444 cornersize{0.5}
34445 \end_layout
34446
34447 \end_inset
34448
34449
34450 \end_layout
34451
34452 \begin_layout Standard
34453 \begin_inset VSpace bigskip
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Standard
34460 La couleur rouge utilisée implicitement pour les boîtes à 
34461 \family sans
34462 Fond
34463 \begin_inset space ~
34464 \end_inset
34465
34466 ombré
34467 \family default
34468  peut soit être modifiée localement avec la commande 
34469 \series bold
34470
34471 \backslash
34472 definecolor{shadecolor}
34473 \series default
34474 , soit globalement avec le menu 
34475 \family sans
34476 Outils\SpecialChar menuseparator
34477 Préférences
34478 \family default
34479 \SpecialChar menuseparator
34480
34481 \family sans
34482 Couleurs\SpecialChar menuseparator
34483 boîte
34484 \begin_inset space ~
34485 \end_inset
34486
34487 ombrée
34488 \family default
34489 .
34490  La syntaxe de la commande 
34491 \series bold
34492
34493 \backslash
34494 definecolor
34495 \series default
34496  est expliquée dans la section
34497 \begin_inset space ~
34498 \end_inset
34499
34500
34501 \begin_inset CommandInset ref
34502 LatexCommand ref
34503 reference "sec:Tableaux-Colorés"
34504
34505 \end_inset
34506
34507 .
34508 \begin_inset Foot
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512 Notez que l'utilisation de 
34513 \series bold
34514
34515 \backslash
34516 definecolor
34517 \series default
34518  ne peut se faire sans le paquetage \SpecialChar LaTeX
34519  
34520 \series bold
34521 color
34522 \series default
34523  dans le préambule, voir la section
34524 \begin_inset space ~
34525 \end_inset
34526
34527
34528 \begin_inset CommandInset ref
34529 LatexCommand ref
34530 reference "sec:Boîtes-colorées"
34531
34532 \end_inset
34533
34534 .
34535  
34536 \end_layout
34537
34538 \end_inset
34539
34540
34541 \end_layout
34542
34543 \begin_layout Standard
34544 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34545  le commande en code \SpecialChar TeX
34546  suivantes
34547 \end_layout
34548
34549 \begin_layout Standard
34550
34551 \series bold
34552
34553 \backslash
34554 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34555 \end_layout
34556
34557 \begin_layout Standard
34558 \begin_inset ERT
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562
34563
34564 \backslash
34565 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \begin_inset Box Shaded
34572 position "t"
34573 hor_pos "c"
34574 has_inner_box 0
34575 inner_pos "t"
34576 use_parbox 0
34577 use_makebox 0
34578 width "100col%"
34579 special "none"
34580 height "1in"
34581 height_special "totalheight"
34582 thickness "0.4pt"
34583 separation "3pt"
34584 shadowsize "4pt"
34585 framecolor "black"
34586 backgroundcolor "none"
34587 status open
34588
34589 \begin_layout Plain Layout
34590
34591 \color yellow
34592 Ceci est un texte jaune dans une boîte à 
34593 \family sans
34594 Fond
34595 \begin_inset space ~
34596 \end_inset
34597
34598 ombré
34599 \family default
34600 \color inherit
34601  
34602 \color yellow
34603 avec un fond vert foncé.
34604 \end_layout
34605
34606 \end_inset
34607
34608
34609 \begin_inset ERT
34610 status collapsed
34611
34612 \begin_layout Plain Layout
34613
34614
34615 \backslash
34616 definecolor{shadecolor}{rgb}{1,0,0}
34617 \end_layout
34618
34619 \end_inset
34620
34621
34622 \end_layout
34623
34624 \begin_layout Standard
34625 \begin_inset VSpace bigskip
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Standard
34632 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34633  boîtes qui suivent la commandes qui les a changées.
34634 \end_layout
34635
34636 \begin_layout Section
34637 Minipages
34638 \begin_inset CommandInset label
34639 LatexCommand label
34640 name "sec:Minipages"
34641
34642 \end_inset
34643
34644
34645 \begin_inset Index idx
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 Boîtes ! Minipages
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 \SpecialChar LaTeX
34659  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34660  d'une page.
34661  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34662  règles d'indentation, de saut de ligne, etc.
34663  s'appliquent.
34664 \end_layout
34665
34666 \begin_layout Standard
34667 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34668  langues.
34669 \end_layout
34670
34671 \begin_layout Standard
34672 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34673  Leur largeur est fixée à 45
34674 \begin_inset space \thinspace{}
34675 \end_inset
34676
34677 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34678  via le menu 
34679 \family sans
34680 Insertion\SpecialChar menuseparator
34681 Typographie
34682 \begin_inset space ~
34683 \end_inset
34684
34685 spéciale\SpecialChar menuseparator
34686 Ressort
34687 \begin_inset space ~
34688 \end_inset
34689
34690 Horizontal
34691 \family default
34692 .
34693 \end_layout
34694
34695 \begin_layout Standard
34696 \begin_inset Box Frameless
34697 position "t"
34698 hor_pos "c"
34699 has_inner_box 1
34700 inner_pos "c"
34701 use_parbox 0
34702 use_makebox 0
34703 width "45col%"
34704 special "none"
34705 height "1in"
34706 height_special "totalheight"
34707 thickness "0.4pt"
34708 separation "3pt"
34709 shadowsize "4pt"
34710 framecolor "black"
34711 backgroundcolor "none"
34712 status open
34713
34714 \begin_layout Plain Layout
34715 Ceci est un texte en français.
34716  Ceci est un texte en français.
34717  Ceci est un texte en français.
34718  Ceci est un texte en français.
34719  Ceci est un texte en français.
34720  Ceci est un texte en français.
34721  Ceci est un texte en français.
34722  Ceci est un texte en français.Ceci est un texte en français.
34723  Ceci est un texte en français.
34724  Ceci est un texte en français.
34725  Ceci est un texte en français
34726 \begin_inset Foot
34727 status collapsed
34728
34729 \begin_layout Plain Layout
34730 Ceci est une note de bas de page en français.
34731 \end_layout
34732
34733 \end_inset
34734
34735 .Ceci est un texte en français
34736 \end_layout
34737
34738 \end_inset
34739
34740
34741 \begin_inset space \hfill{}
34742 \end_inset
34743
34744
34745 \begin_inset Box Frameless
34746 position "t"
34747 hor_pos "c"
34748 has_inner_box 1
34749 inner_pos "c"
34750 use_parbox 0
34751 use_makebox 0
34752 width "45col%"
34753 special "none"
34754 height "1in"
34755 height_special "totalheight"
34756 thickness "0.4pt"
34757 separation "3pt"
34758 shadowsize "4pt"
34759 framecolor "black"
34760 backgroundcolor "none"
34761 status open
34762
34763 \begin_layout Plain Layout
34764
34765 \lang english
34766 This is an English Text.
34767  This is an English Text.
34768  This is an English Text.
34769  This is an English Text.
34770  This is an English Text.
34771  This is an English Text.
34772  This is an English Text.
34773  This is an English Text.
34774  This is an English Text.
34775  This is an English Text.
34776  This is an English Text.
34777  This is an English Text.
34778  This is an English Text.
34779  This is an English Text.
34780  This is an English Text.
34781  This is an English Text.
34782 \begin_inset Foot
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786
34787 \lang english
34788 This is an English footnote.
34789 \end_layout
34790
34791 \end_inset
34792
34793  This is an English Text.
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Standard
34802 \begin_inset VSpace bigskip
34803 \end_inset
34804
34805 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34806  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34807  minipages, même si vous les avez mis par exemple à 
34808 \family sans
34809 Moyen
34810 \family default
34811  dans les paramètres du document.
34812 \end_layout
34813
34814 \begin_layout Standard
34815 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34816  portion de texte, voyez la section
34817 \begin_inset space ~
34818 \end_inset
34819
34820
34821 \begin_inset CommandInset ref
34822 LatexCommand ref
34823 reference "sec:Boîtes-colorées"
34824
34825 \end_inset
34826
34827 .
34828 \end_layout
34829
34830 \begin_layout Standard
34831 \begin_inset Note Greyedout
34832 status open
34833
34834 \begin_layout Plain Layout
34835
34836 \series bold
34837 Note:
34838 \series default
34839  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34840  mais les minipages peuvent être utilisées dans un tableau, un flottant
34841  ou une autre boîte.
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Section
34850 Les parboxes
34851 \begin_inset CommandInset label
34852 LatexCommand label
34853 name "sec:Parboxes"
34854
34855 \end_inset
34856
34857
34858 \begin_inset Index idx
34859 status collapsed
34860
34861 \begin_layout Plain Layout
34862 Boîtes ! Parboxes
34863 \end_layout
34864
34865 \end_inset
34866
34867
34868 \end_layout
34869
34870 \begin_layout Standard
34871 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34872  ne peuvent avoir de note de bas de page.
34873 \begin_inset Separator parbreak
34874 \end_inset
34875
34876
34877 \end_layout
34878
34879 \begin_layout Standard
34880 \align center
34881 \begin_inset Box Frameless
34882 position "t"
34883 hor_pos "c"
34884 has_inner_box 1
34885 inner_pos "t"
34886 use_parbox 1
34887 use_makebox 0
34888 width "33col%"
34889 special "none"
34890 height "1in"
34891 height_special "totalheight"
34892 thickness "0.4pt"
34893 separation "3pt"
34894 shadowsize "4pt"
34895 framecolor "black"
34896 backgroundcolor "none"
34897 status open
34898
34899 \begin_layout Plain Layout
34900 Ceci est un texte à l'intérieur d'une parbox.
34901  Ceci est un texte à l'intérieur d'une parbox.
34902 \end_layout
34903
34904 \begin_layout Plain Layout
34905 Cette note de bas de page ne devrait pas apparaître :
34906 \begin_inset Foot
34907 status open
34908
34909 \begin_layout Plain Layout
34910 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34911  pas.
34912 \end_layout
34913
34914 \end_inset
34915
34916
34917 \end_layout
34918
34919 \end_inset
34920
34921
34922 \end_layout
34923
34924 \begin_layout Section
34925 Des boîtes pour les mots et les caractères
34926 \begin_inset Index idx
34927 status collapsed
34928
34929 \begin_layout Plain Layout
34930 Boîtes ! Pour les caractères
34931 \end_layout
34932
34933 \end_inset
34934
34935
34936 \end_layout
34937
34938 \begin_layout Subsection
34939 Empêcher la césure
34940 \begin_inset CommandInset label
34941 LatexCommand label
34942 name "sec:Empêcher-césure"
34943
34944 \end_inset
34945
34946
34947 \begin_inset Index idx
34948 status collapsed
34949
34950 \begin_layout Plain Layout
34951 Boîtes ! Pour empêcher la césure
34952 \end_layout
34953
34954 \end_inset
34955
34956
34957 \end_layout
34958
34959 \begin_layout Standard
34960 Vous pouvez utiliser une boîte de type 
34961 \family sans
34962 Makebox
34963 \family default
34964  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34965 \begin_inset Newline newline
34966 \end_inset
34967
34968 Voici un exemple de texte :
34969 \end_layout
34970
34971 \begin_layout Standard
34972 Cette ligne est un exemple comment vous pouvez empêcher une césure
34973 \begin_inset space ~
34974 \end_inset
34975
34976
34977 \begin_inset Quotes fld
34978 \end_inset
34979
34980 motTrèsTrèsLong
34981 \begin_inset Quotes frd
34982 \end_inset
34983
34984
34985 \end_layout
34986
34987 \begin_layout Standard
34988 Pour empêcher que le mot 
34989 \begin_inset Quotes fld
34990 \end_inset
34991
34992 motTrèsTrèsLong
34993 \begin_inset Quotes frd
34994 \end_inset
34995
34996  soit coupé, mettez le mot dans une boîte, mettez 
34997 \family sans
34998 Boîte
34999 \begin_inset space ~
35000 \end_inset
35001
35002 intérieure
35003 \family default
35004  à 
35005 \family sans
35006 Makebox
35007 \family default
35008  sans spécifier de largeur.
35009 \end_layout
35010
35011 \begin_layout Standard
35012 Voici le résultat :
35013 \end_layout
35014
35015 \begin_layout Standard
35016 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35017  
35018 \begin_inset Box Frameless
35019 position "t"
35020 hor_pos "c"
35021 has_inner_box 1
35022 inner_pos "t"
35023 use_parbox 0
35024 use_makebox 1
35025 width ""
35026 special "none"
35027 height "1in"
35028 height_special "totalheight"
35029 thickness "0.4pt"
35030 separation "3pt"
35031 shadowsize "4pt"
35032 framecolor "black"
35033 backgroundcolor "none"
35034 status open
35035
35036 \begin_layout Plain Layout
35037 \begin_inset Quotes fld
35038 \end_inset
35039
35040 motTrèsTrèsLong
35041 \begin_inset Quotes frd
35042 \end_inset
35043
35044
35045 \end_layout
35046
35047 \end_inset
35048
35049
35050 \end_layout
35051
35052 \begin_layout Standard
35053 Une autre méthode consiste à mettre la commande 
35054 \series bold
35055
35056 \begin_inset Quotes fld
35057 \end_inset
35058
35059
35060 \backslash
35061 -
35062 \series default
35063
35064 \begin_inset Quotes frd
35065 \end_inset
35066
35067  en code \SpecialChar TeX
35068 , juste avant le mot :
35069 \end_layout
35070
35071 \begin_layout Standard
35072 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35073  
35074 \begin_inset Quotes fld
35075 \end_inset
35076
35077
35078 \begin_inset ERT
35079 status collapsed
35080
35081 \begin_layout Plain Layout
35082
35083
35084 \backslash
35085 -
35086 \end_layout
35087
35088 \end_inset
35089
35090 motTrèsTrèsLong
35091 \begin_inset Quotes frd
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098 Bien sûr, maintenant le mot dépasse dans la marge latérale.
35099  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
35100 \family sans
35101 Insertion\SpecialChar menuseparator
35102 Typographie
35103 \begin_inset space ~
35104 \end_inset
35105
35106 spéciale\SpecialChar menuseparator
35107 Passage
35108 \begin_inset space ~
35109 \end_inset
35110
35111 à
35112 \begin_inset space ~
35113 \end_inset
35114
35115 la
35116 \begin_inset space ~
35117 \end_inset
35118
35119 Ligne
35120 \family default
35121  (raccourci 
35122 \family sans
35123 Ctrl-Entrée
35124 \family default
35125 ) :
35126 \end_layout
35127
35128 \begin_layout Standard
35129 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35130 \begin_inset Newline newline
35131 \end_inset
35132
35133
35134 \begin_inset Box Frameless
35135 position "t"
35136 hor_pos "c"
35137 has_inner_box 1
35138 inner_pos "t"
35139 use_parbox 0
35140 use_makebox 1
35141 width ""
35142 special "none"
35143 height "1in"
35144 height_special "totalheight"
35145 thickness "0.4pt"
35146 separation "3pt"
35147 shadowsize "4pt"
35148 framecolor "black"
35149 backgroundcolor "none"
35150 status open
35151
35152 \begin_layout Plain Layout
35153 \begin_inset Quotes fld
35154 \end_inset
35155
35156 motTrèsTrèsLong
35157 \begin_inset Quotes frd
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \begin_layout Subsection
35169 Alignement vertical
35170 \begin_inset CommandInset label
35171 LatexCommand label
35172 name "subsec:Alignement-Vertical"
35173
35174 \end_inset
35175
35176
35177 \begin_inset Index idx
35178 status collapsed
35179
35180 \begin_layout Plain Layout
35181 Boîtes ! Pour l'alignement vertical
35182 \end_layout
35183
35184 \end_inset
35185
35186
35187 \begin_inset Index idx
35188 status collapsed
35189
35190 \begin_layout Plain Layout
35191 Boîtes ! Boîtes élévatrices
35192 \end_layout
35193
35194 \end_inset
35195
35196
35197 \begin_inset Index idx
35198 status collapsed
35199
35200 \begin_layout Plain Layout
35201 Raisebox|see
35202 \begin_inset ERT
35203 status collapsed
35204
35205 \begin_layout Plain Layout
35206
35207 {
35208 \end_layout
35209
35210 \end_inset
35211
35212 Boîtes élévatrices
35213 \begin_inset ERT
35214 status collapsed
35215
35216 \begin_layout Plain Layout
35217
35218 }
35219 \end_layout
35220
35221 \end_inset
35222
35223
35224 \end_layout
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Standard
35232 Avec la commande 
35233 \series bold
35234
35235 \backslash
35236 raisebox
35237 \series default
35238  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35239  par rapport au texte qui l'entoure.
35240  La commande
35241 \series bold
35242  
35243 \backslash
35244 raisebox
35245 \series default
35246  s'utilise en suivant la syntaxe suivante :
35247 \end_layout
35248
35249 \begin_layout Standard
35250
35251 \series bold
35252
35253 \backslash
35254 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35255 \end_layout
35256
35257 \begin_layout Standard
35258 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35259  pour l'abaisser.
35260 \end_layout
35261
35262 \begin_layout Standard
35263 Pour aligner le mot 
35264 \begin_inset Quotes fld
35265 \end_inset
35266
35267 empêcher
35268 \begin_inset Quotes frd
35269 \end_inset
35270
35271  de façon à ce que le point le plus bas du caractère le plus 
35272 \begin_inset Quotes fld
35273 \end_inset
35274
35275 profond
35276 \begin_inset Quotes frd
35277 \end_inset
35278
35279 , le 
35280 \begin_inset Quotes fld
35281 \end_inset
35282
35283 p
35284 \begin_inset Quotes frd
35285 \end_inset
35286
35287 , soit au niveau de la ligne de base, insérez la commande 
35288 \end_layout
35289
35290 \begin_layout Standard
35291
35292 \series bold
35293
35294 \backslash
35295 raisebox{
35296 \backslash
35297 depth}{
35298 \end_layout
35299
35300 \begin_layout Standard
35301 en code \SpecialChar TeX
35302  avant le mot.
35303  Insérez après le mot l'accolade fermante 
35304 \begin_inset Quotes fld
35305 \end_inset
35306
35307
35308 \series bold
35309 }
35310 \series default
35311
35312 \begin_inset Quotes frd
35313 \end_inset
35314
35315  en code \SpecialChar TeX
35316 .
35317 \begin_inset Newline newline
35318 \end_inset
35319
35320 Voici le résultat :
35321 \end_layout
35322
35323 \begin_layout Standard
35324 Cette ligne de texte contient le mot 
35325 \begin_inset ERT
35326 status open
35327
35328 \begin_layout Plain Layout
35329
35330
35331 \backslash
35332 raisebox{
35333 \backslash
35334 depth}{
35335 \end_layout
35336
35337 \end_inset
35338
35339
35340 \begin_inset Quotes fld
35341 \end_inset
35342
35343 empêcher
35344 \begin_inset Quotes frd
35345 \end_inset
35346
35347
35348 \begin_inset ERT
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352
35353 }
35354 \end_layout
35355
35356 \end_inset
35357
35358  comme mot élevé.
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset VSpace bigskip
35363 \end_inset
35364
35365 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35366  entre les lignes va être agrandie :
35367 \end_layout
35368
35369 \begin_layout Standard
35370 Cette ligne de texte contient le mot
35371 \begin_inset ERT
35372 status collapsed
35373
35374 \begin_layout Plain Layout
35375
35376
35377 \backslash
35378 raisebox{-
35379 \backslash
35380 depth}{
35381 \end_layout
35382
35383 \end_inset
35384
35385
35386 \begin_inset Quotes fld
35387 \end_inset
35388
35389 empêcher
35390 \begin_inset Quotes frd
35391 \end_inset
35392
35393
35394 \begin_inset ERT
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398
35399 }
35400 \end_layout
35401
35402 \end_inset
35403
35404  comme mot abaissé.
35405 \begin_inset Newline newline
35406 \end_inset
35407
35408 Cette ligne de texte contient le mot 
35409 \begin_inset ERT
35410 status collapsed
35411
35412 \begin_layout Plain Layout
35413
35414
35415 \backslash
35416 raisebox{0.5cm}{
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \begin_inset Quotes fld
35423 \end_inset
35424
35425 tester
35426 \begin_inset Quotes frd
35427 \end_inset
35428
35429
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435 }
35436 \end_layout
35437
35438 \end_inset
35439
35440  comme mot élevé.
35441 \end_layout
35442
35443 \begin_layout Standard
35444 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35445  mettez la hauteur de la boîte à zéro.
35446  Par exemple utilisez
35447 \end_layout
35448
35449 \begin_layout Standard
35450
35451 \series bold
35452
35453 \backslash
35454 raisebox{-
35455 \backslash
35456 depth}[0pt]{
35457 \end_layout
35458
35459 \begin_layout Standard
35460 Cette ligne de texte contient le mot
35461 \begin_inset ERT
35462 status collapsed
35463
35464 \begin_layout Plain Layout
35465
35466
35467 \backslash
35468 raisebox{-
35469 \backslash
35470 depth}[0pt]{
35471 \end_layout
35472
35473 \end_inset
35474
35475
35476 \begin_inset Quotes fld
35477 \end_inset
35478
35479 empêcher
35480 \begin_inset Quotes frd
35481 \end_inset
35482
35483
35484 \begin_inset ERT
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488
35489 }
35490 \end_layout
35491
35492 \end_inset
35493
35494  comme mot abaissé.
35495 \begin_inset Newline newline
35496 \end_inset
35497
35498
35499 \begin_inset Newline newline
35500 \end_inset
35501
35502 Cette ligne de texte contient le mot 
35503 \begin_inset ERT
35504 status collapsed
35505
35506 \begin_layout Plain Layout
35507
35508
35509 \backslash
35510 raisebox{0.5cm}[0pt]{
35511 \end_layout
35512
35513 \end_inset
35514
35515
35516 \begin_inset Quotes fld
35517 \end_inset
35518
35519 tester
35520 \begin_inset Quotes frd
35521 \end_inset
35522
35523
35524 \begin_inset ERT
35525 status collapsed
35526
35527 \begin_layout Plain Layout
35528
35529 }
35530 \end_layout
35531
35532 \end_inset
35533
35534  comme mot élevé.
35535 \end_layout
35536
35537 \begin_layout Section
35538 Boîtes colorées
35539 \begin_inset CommandInset label
35540 LatexCommand label
35541 name "sec:Boîtes-colorées"
35542
35543 \end_inset
35544
35545
35546 \begin_inset Index idx
35547 status collapsed
35548
35549 \begin_layout Plain Layout
35550 Boîtes ! Couleur
35551 \end_layout
35552
35553 \end_inset
35554
35555
35556 \end_layout
35557
35558 \begin_layout Standard
35559
35560 \lang english
35561 To color the background of a box just select the color you like in the box
35562  dialog.
35563  This is for example a box with orange background: 
35564 \begin_inset Box Frameless
35565 position "t"
35566 hor_pos "c"
35567 has_inner_box 1
35568 inner_pos "t"
35569 use_parbox 0
35570 use_makebox 1
35571 width ""
35572 special "none"
35573 height "1in"
35574 height_special "totalheight"
35575 thickness "0.4pt"
35576 separation "3pt"
35577 shadowsize "4pt"
35578 framecolor "black"
35579 backgroundcolor "orange"
35580 status open
35581
35582 \begin_layout Plain Layout
35583
35584 \lang english
35585 Box with orange background
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \end_layout
35592
35593 \begin_layout Standard
35594
35595 \lang english
35596 If you use the decoration 
35597 \family sans
35598 \lang french
35599 Cadre
35600 \begin_inset space ~
35601 \end_inset
35602
35603 rectangulaire
35604 \begin_inset space ~
35605 \end_inset
35606
35607 simple
35608 \family default
35609 \lang english
35610  you can set a frame color.
35611  In this case you must also specify a background color (LyX sets white as
35612  default).
35613  Here is an example: 
35614 \begin_inset Box Boxed
35615 position "t"
35616 hor_pos "c"
35617 has_inner_box 0
35618 inner_pos "t"
35619 use_parbox 0
35620 use_makebox 0
35621 width ""
35622 special "none"
35623 height "1in"
35624 height_special "totalheight"
35625 thickness "0.4pt"
35626 separation "3pt"
35627 shadowsize "4pt"
35628 framecolor "teal"
35629 backgroundcolor "yellow"
35630 status open
35631
35632 \begin_layout Plain Layout
35633
35634 \lang english
35635 Box with teal frame color and yellow background color
35636 \end_layout
35637
35638 \end_inset
35639
35640
35641 \end_layout
35642
35643 \begin_layout Standard
35644 \begin_inset VSpace bigskip
35645 \end_inset
35646
35647
35648 \lang english
35649 Of course you can also have colored text inside a colored box:
35650 \lang french
35651
35652 \begin_inset Newline newline
35653 \end_inset
35654
35655
35656 \begin_inset Box Boxed
35657 position "t"
35658 hor_pos "c"
35659 has_inner_box 0
35660 inner_pos "t"
35661 use_parbox 0
35662 use_makebox 0
35663 width ""
35664 special "none"
35665 height "1in"
35666 height_special "totalheight"
35667 thickness "0.4pt"
35668 separation "3pt"
35669 shadowsize "4pt"
35670 framecolor "cyan"
35671 backgroundcolor "magenta"
35672 status open
35673
35674 \begin_layout Plain Layout
35675
35676 \color yellow
35677 Ce texte est coloré dans une boîte colorée et encadrée.
35678 \end_layout
35679
35680 \end_inset
35681
35682
35683 \end_layout
35684
35685 \begin_layout Standard
35686 \begin_inset VSpace bigskip
35687 \end_inset
35688
35689
35690 \end_layout
35691
35692 \begin_layout Standard
35693
35694 \lang english
35695 If you need another color than the predefined ones,
35696 \lang french
35697  vous pouvez définir vos propres couleurs comme c'est décrit dans la section
35698 \begin_inset space ~
35699 \end_inset
35700
35701
35702 \begin_inset CommandInset ref
35703 LatexCommand ref
35704 reference "sec:Tableaux-Colorés"
35705
35706 \end_inset
35707
35708 .
35709
35710 \lang english
35711  To use your own color you must typeset the box by using TeX code:
35712 \end_layout
35713
35714 \begin_layout Standard
35715
35716 \lang english
35717 Colored boxes without frame
35718 \lang french
35719 sont créées par la commande 
35720 \series bold
35721
35722 \backslash
35723 colorbox
35724 \series default
35725 .
35726  Elle est utilisée avec la syntaxe suivante :
35727 \end_layout
35728
35729 \begin_layout Standard
35730
35731 \series bold
35732
35733 \backslash
35734 colorbox{couleur}{contenu de la boîte}
35735 \end_layout
35736
35737 \begin_layout Standard
35738 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35739  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35740  un mot sur fond vertfonce, insérez la commande 
35741 \end_layout
35742
35743 \begin_layout Standard
35744
35745 \series bold
35746
35747 \backslash
35748 colorbox{vertfonce}{
35749 \end_layout
35750
35751 \begin_layout Standard
35752 avant le mot en code \SpecialChar TeX
35753 .
35754  Insérez l'accolade fermante 
35755 \begin_inset Quotes fld
35756 \end_inset
35757
35758 }
35759 \begin_inset Quotes frd
35760 \end_inset
35761
35762  après le mot, en code \SpecialChar TeX
35763 .
35764 \begin_inset Newline newline
35765 \end_inset
35766
35767 Voici le résultat :
35768 \end_layout
35769
35770 \begin_layout Standard
35771 Cette ligne de texte contient le mot
35772 \begin_inset ERT
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776
35777
35778 \backslash
35779 colorbox{vertfonce}{
35780 \end_layout
35781
35782 \end_inset
35783
35784
35785 \begin_inset Quotes fld
35786 \end_inset
35787
35788 Attention!
35789 \begin_inset Quotes frd
35790 \end_inset
35791
35792
35793 \begin_inset ERT
35794 status collapsed
35795
35796 \begin_layout Plain Layout
35797
35798 }
35799 \end_layout
35800
35801 \end_inset
35802
35803  sur fond vertfonce.
35804 \end_layout
35805
35806 \begin_layout Standard
35807
35808 \lang english
35809 Framed, colored boxes are created
35810 \lang french
35811  avec la commande 
35812 \series bold
35813
35814 \backslash
35815 fcolorbox
35816 \series default
35817  avec la syntaxe suivante :
35818 \end_layout
35819
35820 \begin_layout Standard
35821
35822 \series bold
35823
35824 \backslash
35825 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35826 \end_layout
35827
35828 \begin_layout Section
35829 Les boîtes pivotées et redimensionnées
35830 \end_layout
35831
35832 \begin_layout Standard
35833 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
35834  charger le paquetage \SpecialChar LaTeX
35835  
35836 \series bold
35837 graphicx
35838 \series default
35839
35840 \begin_inset Index idx
35841 status collapsed
35842
35843 \begin_layout Plain Layout
35844 Paquetages \SpecialChar LaTeX
35845  ! graphicx
35846 \end_layout
35847
35848 \end_inset
35849
35850  dans le préambule de votre document avec la commande
35851 \end_layout
35852
35853 \begin_layout Standard
35854
35855 \series bold
35856
35857 \backslash
35858 @ifundefined{rotatebox}
35859 \begin_inset Newline newline
35860 \end_inset
35861
35862
35863 \begin_inset Phantom HPhantom
35864 status open
35865
35866 \begin_layout Plain Layout
35867
35868 \series bold
35869 \begin_inset space ~
35870 \end_inset
35871
35872
35873 \end_layout
35874
35875 \end_inset
35876
35877 {
35878 \backslash
35879 usepackage{graphicx}}{}
35880 \end_layout
35881
35882 \begin_layout Description
35883 \begin_inset Note Greyedout
35884 status open
35885
35886 \begin_layout Plain Layout
35887
35888 \series bold
35889 Note:
35890 \series default
35891  La plupart des visualiseurs DVI ne sont 
35892 \emph on
35893 pas
35894 \emph default
35895  capables d'afficher des rotations ou des redimensions.
35896 \end_layout
35897
35898 \end_inset
35899
35900
35901 \end_layout
35902
35903 \begin_layout Standard
35904 \begin_inset Note Greyedout
35905 status open
35906
35907 \begin_layout Plain Layout
35908
35909 \series bold
35910 Note:
35911 \series default
35912  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35913  redimensionnée.
35914 \end_layout
35915
35916 \end_inset
35917
35918
35919 \end_layout
35920
35921 \begin_layout Subsection
35922 Les Boîtes pivotées
35923 \begin_inset Index idx
35924 status collapsed
35925
35926 \begin_layout Plain Layout
35927 Boîtes ! pivotées
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \begin_inset Index idx
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937 Pivoter des objets
35938 \end_layout
35939
35940 \end_inset
35941
35942
35943 \end_layout
35944
35945 \begin_layout Standard
35946 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
35947  (rotated).
35948  Une telle boîte est créée avec la commande 
35949 \series bold
35950
35951 \backslash
35952 rotatebox
35953 \series default
35954  en code \SpecialChar TeX
35955  avec la syntaxe
35956 \end_layout
35957
35958 \begin_layout Standard
35959
35960 \series bold
35961
35962 \backslash
35963 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
35964 \end_layout
35965
35966 \begin_layout Standard
35967 La position du pivot est donnée par l'origine de rotation spécifiée sous
35968  la forme 
35969 \series bold
35970 origin=position
35971 \series default
35972 .
35973  Les valeurs suivantes sont possibles pour la position: 
35974 \emph on
35975 c
35976 \emph default
35977  (centre), 
35978 \emph on
35979 l
35980 \emph default
35981  (gauche/
35982 \lang english
35983 left
35984 \lang french
35985 ), 
35986 \emph on
35987 r
35988 \emph default
35989  (droite/
35990 \lang english
35991 right
35992 \lang french
35993 ), 
35994 \emph on
35995 b
35996 \emph default
35997  (bas/
35998 \lang english
35999 bottom
36000 \lang french
36001 ), 
36002 \emph on
36003 t
36004 \emph default
36005  (haut/
36006 \lang english
36007 top
36008 \lang french
36009 ), et aussi des combinaisons des quatre positions de base.
36010  Par exemple 
36011 \emph on
36012 lt
36013 \emph default
36014  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
36015  Quand on ne donne pas d'origine, la position 
36016 \emph on
36017 l
36018 \emph default
36019  est utilisée.
36020  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
36021  ou négatif.
36022  Le sens positif de rotation est anti-horaire.
36023 \end_layout
36024
36025 \begin_layout Standard
36026 Dans l'exemple qui suit, la commande 
36027 \series bold
36028
36029 \backslash
36030 rotatebox[origin=c]{60}{
36031 \series default
36032  a été insérée en code \SpecialChar TeX
36033  juste avant le texte 
36034 \begin_inset Quotes fld
36035 \end_inset
36036
36037 pivoté de 90°
36038 \begin_inset Quotes frd
36039 \end_inset
36040
36041  ; la boîte est refermée juste après le texte par une accolade fermante
36042  
36043 \begin_inset Quotes fld
36044 \end_inset
36045
36046 }
36047 \begin_inset Quotes frd
36048 \end_inset
36049
36050  en code \SpecialChar TeX
36051 .
36052 \end_layout
36053
36054 \begin_layout Standard
36055 Voici une ligne avec du texte 
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061
36062 \backslash
36063 rotatebox[origin=c]{60}{
36064 \end_layout
36065
36066 \end_inset
36067
36068 pivoté de 60°
36069 \begin_inset ERT
36070 status collapsed
36071
36072 \begin_layout Plain Layout
36073
36074 }
36075 \end_layout
36076
36077 \end_inset
36078
36079 .
36080 \end_layout
36081
36082 \begin_layout Standard
36083 La boîte peut contenir une autre boîte ou une formule en ligne :
36084 \end_layout
36085
36086 \begin_layout Standard
36087 Voici une ligne avec du texte 
36088 \begin_inset ERT
36089 status collapsed
36090
36091 \begin_layout Plain Layout
36092
36093
36094 \backslash
36095 rotatebox[origin=r]{-60}{
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \begin_inset Box Doublebox
36102 position "c"
36103 hor_pos "c"
36104 has_inner_box 0
36105 inner_pos "c"
36106 use_parbox 0
36107 use_makebox 0
36108 width "1in"
36109 special "width"
36110 height "1in"
36111 height_special "totalheight"
36112 thickness "0.4pt"
36113 separation "3pt"
36114 shadowsize "4pt"
36115 framecolor "black"
36116 backgroundcolor "none"
36117 status collapsed
36118
36119 \begin_layout Plain Layout
36120 pivoté de -60°
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \begin_inset ERT
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131 }
36132 \end_layout
36133
36134 \end_inset
36135
36136  et encadré 
36137 \begin_inset ERT
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141
36142
36143 \backslash
36144 rotatebox[origin=lb]{60}{
36145 \end_layout
36146
36147 \end_inset
36148
36149
36150 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36151 \end_inset
36152
36153
36154 \begin_inset ERT
36155 status collapsed
36156
36157 \begin_layout Plain Layout
36158
36159 }
36160 \end_layout
36161
36162 \end_inset
36163
36164  et une formule.
36165 \end_layout
36166
36167 \begin_layout Standard
36168 ou encore une figure ou un tableau :
36169 \end_layout
36170
36171 \begin_layout Standard
36172 Voici une ligne
36173 \begin_inset ERT
36174 status collapsed
36175
36176 \begin_layout Plain Layout
36177
36178
36179 \backslash
36180 rotatebox[origin=lb]{90}{
36181 \end_layout
36182
36183 \end_inset
36184
36185
36186 \begin_inset Graphics
36187         filename ../clipart/platypus.eps
36188         lyxscale 50
36189         width 25col%
36190
36191 \end_inset
36192
36193
36194 \begin_inset ERT
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198
36199 }
36200 \end_layout
36201
36202 \end_inset
36203
36204  avec une image pivotée de 90° 
36205 \begin_inset ERT
36206 status collapsed
36207
36208 \begin_layout Plain Layout
36209
36210
36211 \backslash
36212 rotatebox[origin=l]{-90}{
36213 \end_layout
36214
36215 \end_inset
36216
36217
36218 \begin_inset Tabular
36219 <lyxtabular version="3" rows="2" columns="2">
36220 <features tabularvalignment="middle">
36221 <column alignment="center" valignment="top">
36222 <column alignment="center" valignment="top">
36223 <row>
36224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36225 \begin_inset Text
36226
36227 \begin_layout Plain Layout
36228 q
36229 \end_layout
36230
36231 \end_inset
36232 </cell>
36233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Plain Layout
36237 w
36238 \end_layout
36239
36240 \end_inset
36241 </cell>
36242 </row>
36243 <row>
36244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36245 \begin_inset Text
36246
36247 \begin_layout Plain Layout
36248 e
36249 \end_layout
36250
36251 \end_inset
36252 </cell>
36253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36254 \begin_inset Text
36255
36256 \begin_layout Plain Layout
36257 r
36258 \end_layout
36259
36260 \end_inset
36261 </cell>
36262 </row>
36263 </lyxtabular>
36264
36265 \end_inset
36266
36267
36268 \begin_inset ERT
36269 status collapsed
36270
36271 \begin_layout Plain Layout
36272
36273 }
36274 \end_layout
36275
36276 \end_inset
36277
36278  et un tableau.
36279 \begin_inset Index idx
36280 status collapsed
36281
36282 \begin_layout Plain Layout
36283 Figures ! Pivotées
36284 \end_layout
36285
36286 \end_inset
36287
36288
36289 \begin_inset Index idx
36290 status collapsed
36291
36292 \begin_layout Plain Layout
36293 Tableau ! Pivoter
36294 \end_layout
36295
36296 \end_inset
36297
36298
36299 \end_layout
36300
36301 \begin_layout Subsection
36302 Les boîtes redimensionnées
36303 \begin_inset Index idx
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307 Boîtes ! Redimensionnées
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \begin_inset Index idx
36314 status collapsed
36315
36316 \begin_layout Plain Layout
36317 Redimensionner des objets
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 Pour redimensionner des objets on peut utiliser les commandes 
36327 \series bold
36328
36329 \backslash
36330 scalebox
36331 \series default
36332  et 
36333 \series bold
36334
36335 \backslash
36336 resizebox
36337 \series default
36338  insérées sous forme de code \SpecialChar TeX
36339 .
36340 \end_layout
36341
36342 \begin_layout Standard
36343
36344 \series bold
36345
36346 \backslash
36347 scalebox
36348 \series default
36349  est utilisée avec la syntaxe suivante :
36350 \end_layout
36351
36352 \begin_layout Standard
36353
36354 \series bold
36355
36356 \backslash
36357 scalebox{horizontal}[vertical]{contenu de la boîte}
36358 \end_layout
36359
36360 \begin_layout Standard
36361 Horizontal et vertical sont les facteurs d'échelle correspondants.
36362  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36363  utilisé comme facteur vertical.
36364 \end_layout
36365
36366 \begin_layout Standard
36367 Par exemple, la commande 
36368 \series bold
36369
36370 \backslash
36371 scalebox{2}{Bonjour}
36372 \series default
36373  crée un 
36374 \begin_inset ERT
36375 status collapsed
36376
36377 \begin_layout Plain Layout
36378
36379
36380 \backslash
36381 scalebox{2}{
36382 \end_layout
36383
36384 \end_inset
36385
36386 Bonjour
36387 \begin_inset ERT
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391
36392 }
36393 \end_layout
36394
36395 \end_inset
36396
36397  de taille double par rapport à la taille du texte du document.
36398 \end_layout
36399
36400 \begin_layout Standard
36401
36402 \series bold
36403
36404 \backslash
36405 scalebox{2}[1]{Hello}
36406 \series default
36407  au contraire va déformer le 
36408 \begin_inset ERT
36409 status collapsed
36410
36411 \begin_layout Plain Layout
36412
36413
36414 \backslash
36415 scalebox{2}[1]{
36416 \end_layout
36417
36418 \end_inset
36419
36420 Bonjour
36421 \begin_inset ERT
36422 status collapsed
36423
36424 \begin_layout Plain Layout
36425
36426 }
36427 \end_layout
36428
36429 \end_inset
36430
36431 .
36432 \end_layout
36433
36434 \begin_layout Standard
36435 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
36436  La commande 
36437 \series bold
36438
36439 \backslash
36440 scalebox{-1}[1]{Hello}
36441 \series default
36442  peut donc être utilisée pour créer du texte en miroir : 
36443 \begin_inset ERT
36444 status collapsed
36445
36446 \begin_layout Plain Layout
36447
36448
36449 \backslash
36450 scalebox{-1}[1]{
36451 \end_layout
36452
36453 \end_inset
36454
36455 Bonjour
36456 \begin_inset ERT
36457 status collapsed
36458
36459 \begin_layout Plain Layout
36460
36461 }
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \begin_layout Standard
36470
36471 \series bold
36472
36473 \backslash
36474 scalebox{1}[-1]{Bonjour}
36475 \series default
36476  effectue une réflexion du 
36477 \begin_inset ERT
36478 status collapsed
36479
36480 \begin_layout Plain Layout
36481
36482
36483 \backslash
36484 scalebox{1}[-1]{
36485 \end_layout
36486
36487 \end_inset
36488
36489 Bonjour
36490 \begin_inset ERT
36491 status collapsed
36492
36493 \begin_layout Plain Layout
36494
36495 }
36496 \end_layout
36497
36498 \end_inset
36499
36500  par rapport à la ligne de base.
36501 \end_layout
36502
36503 \begin_layout Standard
36504 La commande 
36505 \series bold
36506
36507 \backslash
36508 reflectbox{contenu de la boîte} 
36509 \series default
36510 existe aussi et est équivalente à
36511 \series bold
36512  
36513 \backslash
36514 scalebox{-1}[1]{contenu de la boîte}.
36515
36516 \series default
36517  
36518 \begin_inset Newline newline
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Standard
36525 \begin_inset VSpace bigskip
36526 \end_inset
36527
36528 La commande 
36529 \series bold
36530
36531 \backslash
36532 resizebox
36533 \series default
36534  est utilisée pour redimensionner une boîte à une largeur et une hauteur
36535  données.
36536  La syntaxe de la commande est :
36537 \end_layout
36538
36539 \begin_layout Standard
36540
36541 \series bold
36542
36543 \backslash
36544 resizebox{largeur}{hauteur}{contenu de la boîte}
36545 \end_layout
36546
36547 \begin_layout Standard
36548 Si un des deux paramètres est remplacé par un point d'exclamation 
36549 \series bold
36550 !
36551 \series default
36552 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
36553 \end_layout
36554
36555 \begin_layout Standard
36556 La commande 
36557 \series bold
36558
36559 \backslash
36560 resizebox{2cm}{1cm}{Bonjour}
36561 \series default
36562  produit : 
36563 \begin_inset ERT
36564 status collapsed
36565
36566 \begin_layout Plain Layout
36567
36568
36569 \backslash
36570 resizebox{2cm}{1cm}{
36571 \end_layout
36572
36573 \end_inset
36574
36575 Bonjour
36576 \begin_inset ERT
36577 status collapsed
36578
36579 \begin_layout Plain Layout
36580
36581 }
36582 \end_layout
36583
36584 \end_inset
36585
36586
36587 \begin_inset Newline newline
36588 \end_inset
36589
36590 La commande 
36591 \series bold
36592
36593 \backslash
36594 resizebox{2cm}{!}{Bonjour}
36595 \series default
36596  produit : 
36597 \begin_inset ERT
36598 status collapsed
36599
36600 \begin_layout Plain Layout
36601
36602
36603 \backslash
36604 resizebox{2cm}{!}{
36605 \end_layout
36606
36607 \end_inset
36608
36609 Bonjour
36610 \begin_inset ERT
36611 status collapsed
36612
36613 \begin_layout Plain Layout
36614
36615 }
36616 \end_layout
36617
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \begin_layout Standard
36624 \begin_inset VSpace bigskip
36625 \end_inset
36626
36627
36628 \end_layout
36629
36630 \begin_layout Standard
36631 \begin_inset Note Greyedout
36632 status open
36633
36634 \begin_layout Plain Layout
36635
36636 \series bold
36637 Note:
36638 \series default
36639  Quand les paramètres des commandes 
36640 \series bold
36641
36642 \backslash
36643 scalebox
36644 \series default
36645  ou 
36646 \series bold
36647
36648 \backslash
36649 resizebox
36650 \series default
36651  sont mis à zéro, il ne se produit pas d'erreur \SpecialChar LaTeX
36652  quand on exporte le document,
36653  mais le document exporté peut ne pas s'afficher ou s'afficher partiellement.
36654 \end_layout
36655
36656 \end_inset
36657
36658
36659 \end_layout
36660
36661 \begin_layout Standard
36662 \begin_inset VSpace bigskip
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \begin_layout Standard
36669 Les boîtes peuvent être combinée dans n'importe quel ordre.
36670  Par exemple, la commande 
36671 \begin_inset Newline newline
36672 \end_inset
36673
36674
36675 \series bold
36676
36677 \backslash
36678 rotatebox[origin=c]{-45}{
36679 \backslash
36680 resizebox{2cm}{!}{
36681 \backslash
36682 reflectbox{Bonjour}}}
36683 \begin_inset Newline newline
36684 \end_inset
36685
36686
36687 \series default
36688 produit :
36689 \begin_inset Separator parbreak
36690 \end_inset
36691
36692
36693 \end_layout
36694
36695 \begin_layout Standard
36696 \align center
36697 \begin_inset ERT
36698 status collapsed
36699
36700 \begin_layout Plain Layout
36701
36702
36703 \backslash
36704 rotatebox[origin=c]{-45}{
36705 \backslash
36706 resizebox{2cm}{!}{
36707 \backslash
36708 reflectbox{
36709 \end_layout
36710
36711 \end_inset
36712
36713 Bonjour
36714 \begin_inset ERT
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718
36719 }}}
36720 \end_layout
36721
36722 \end_inset
36723
36724
36725 \end_layout
36726
36727 \begin_layout Standard
36728 \noindent
36729 Les images, les tableaux et les formules sont autorisées comme contenu de
36730  boîte :
36731 \begin_inset Separator parbreak
36732 \end_inset
36733
36734
36735 \end_layout
36736
36737 \begin_layout Standard
36738 \align center
36739 \begin_inset ERT
36740 status collapsed
36741
36742 \begin_layout Plain Layout
36743
36744
36745 \backslash
36746 rotatebox[origin=c]{-30}{
36747 \backslash
36748 resizebox{2cm}{!}{
36749 \backslash
36750 reflectbox{
36751 \end_layout
36752
36753 \end_inset
36754
36755
36756 \begin_inset Graphics
36757         filename ../clipart/platypus.eps
36758         lyxscale 50
36759         width 25col%
36760
36761 \end_inset
36762
36763
36764 \begin_inset ERT
36765 status collapsed
36766
36767 \begin_layout Plain Layout
36768
36769 }}}
36770 \end_layout
36771
36772 \end_inset
36773
36774
36775 \begin_inset ERT
36776 status collapsed
36777
36778 \begin_layout Plain Layout
36779
36780
36781 \backslash
36782 rotatebox[origin=c]{-45}{
36783 \backslash
36784 resizebox{2cm}{!}{
36785 \backslash
36786 reflectbox{
36787 \end_layout
36788
36789 \end_inset
36790
36791
36792 \begin_inset Tabular
36793 <lyxtabular version="3" rows="2" columns="2">
36794 <features tabularvalignment="middle">
36795 <column alignment="center" valignment="top">
36796 <column alignment="center" valignment="top">
36797 <row>
36798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802 q
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 w
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 </row>
36817 <row>
36818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36819 \begin_inset Text
36820
36821 \begin_layout Plain Layout
36822 e
36823 \end_layout
36824
36825 \end_inset
36826 </cell>
36827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36828 \begin_inset Text
36829
36830 \begin_layout Plain Layout
36831 r
36832 \end_layout
36833
36834 \end_inset
36835 </cell>
36836 </row>
36837 </lyxtabular>
36838
36839 \end_inset
36840
36841
36842 \begin_inset ERT
36843 status collapsed
36844
36845 \begin_layout Plain Layout
36846
36847 }}}
36848 \end_layout
36849
36850 \end_inset
36851
36852
36853 \begin_inset ERT
36854 status collapsed
36855
36856 \begin_layout Plain Layout
36857
36858
36859 \backslash
36860 rotatebox[origin=c]{-45}{
36861 \backslash
36862 resizebox{2cm}{!}{
36863 \backslash
36864 reflectbox{
36865 \end_layout
36866
36867 \end_inset
36868
36869
36870 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36871 \end_inset
36872
36873
36874 \begin_inset ERT
36875 status collapsed
36876
36877 \begin_layout Plain Layout
36878
36879 }}}
36880 \end_layout
36881
36882 \end_inset
36883
36884
36885 \begin_inset Index idx
36886 status collapsed
36887
36888 \begin_layout Plain Layout
36889 Figures ! Redimensionnées
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \begin_inset Index idx
36896 status collapsed
36897
36898 \begin_layout Plain Layout
36899 Tableau ! Redimensionner
36900 \end_layout
36901
36902 \end_inset
36903
36904
36905 \end_layout
36906
36907 \begin_layout Standard
36908 Quand on utilise le style global de formule 
36909 \series bold
36910 fleqn
36911 \series default
36912  dans le document
36913 \begin_inset Foot
36914 status collapsed
36915
36916 \begin_layout Plain Layout
36917 Quand 
36918 \begin_inset Quotes fld
36919 \end_inset
36920
36921 fleqn
36922 \begin_inset Quotes frd
36923 \end_inset
36924
36925  est ajouté aux options de la classe de document.
36926 \end_layout
36927
36928 \end_inset
36929
36930 , les formules hors texte peuvent aussi être redimensionnées.
36931 \end_layout
36932
36933 \begin_layout Chapter
36934 Objets entourés par du texte
36935 \begin_inset Index idx
36936 status collapsed
36937
36938 \begin_layout Plain Layout
36939 Entourés par du texte
36940 \end_layout
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \begin_layout Section
36948 Flottant d'enrobage
36949 \begin_inset CommandInset label
36950 LatexCommand label
36951 name "sec:Flottant-d'enrobage"
36952
36953 \end_inset
36954
36955
36956 \begin_inset Index idx
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 Flottants ! Flottants d'enrobage
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \begin_inset Index idx
36967 status collapsed
36968
36969 \begin_layout Plain Layout
36970 Entourés par du texte ! Flottants d'enrobage
36971 \end_layout
36972
36973 \end_inset
36974
36975
36976 \end_layout
36977
36978 \begin_layout Standard
36979 \begin_inset Wrap figure
36980 lines 0
36981 placement l
36982 overhang 1cm
36983 width "40col%"
36984 status open
36985
36986 \begin_layout Plain Layout
36987 \begin_inset Graphics
36988         filename ../clipart/mobius.eps
36989         width 40col%
36990         scaleBeforeRotation
36991         rotateOrigin center
36992
36993 \end_inset
36994
36995
36996 \end_layout
36997
36998 \begin_layout Plain Layout
36999 \begin_inset Caption Standard
37000
37001 \begin_layout Plain Layout
37002 \begin_inset CommandInset label
37003 LatexCommand label
37004 name "fig:Figure-enrobée"
37005
37006 \end_inset
37007
37008 Ceci est une figure habillée.
37009 \end_layout
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \end_inset
37017
37018  Ce type de flottant est utilisé quand on veut que le texte habille la figure
37019  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
37020  Vous pouvez en insérer un en utilisant le menu 
37021 \family sans
37022 Insertion\SpecialChar menuseparator
37023 Flottant\SpecialChar menuseparator
37024 Flottant
37025 \begin_inset space ~
37026 \end_inset
37027
37028 d'enrobage
37029 \family default
37030  à la condition que le paquetage \SpecialChar LaTeX
37031  
37032 \series bold
37033 wrapfig
37034 \series default
37035
37036 \begin_inset Index idx
37037 status collapsed
37038
37039 \begin_layout Plain Layout
37040 Paquetages \SpecialChar LaTeX
37041  ! wrapfig
37042 \end_layout
37043
37044 \end_inset
37045
37046  soit installé.
37047 \begin_inset Foot
37048 status collapsed
37049
37050 \begin_layout Plain Layout
37051 Voyez dans la manuel 
37052 \emph on
37053 Configuration
37054 \begin_inset space ~
37055 \end_inset
37056
37057 \SpecialChar LaTeX
37058  
37059 \emph default
37060 comment installer des paquetages \SpecialChar LaTeX
37061 .
37062 \end_layout
37063
37064 \end_inset
37065
37066  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
37067  sur la boîte du flottant.
37068  Les paramètres obligatoires sont l'
37069 \family sans
37070 Emplacement
37071 \family default
37072  et la 
37073 \family sans
37074 Largeur
37075 \family default
37076 .
37077  Les paramètres facultatifs sont le 
37078 \family sans
37079 Débordement
37080 \family default
37081  qui précise de combien le flottant déborde sur la marge du paragraphe ou
37082  de la page et la 
37083 \family sans
37084 Porté de la ligne
37085 \family default
37086  qui précise le nombre approximatif de lignes dont le flottant va avoir
37087  besoin.
37088  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
37089  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
37090  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
37091  à faire flotter le flottant
37092  à l'intérieur du paragraphe ou vers les autres paragraphes.
37093  La figure
37094 \begin_inset space ~
37095 \end_inset
37096
37097
37098 \begin_inset CommandInset ref
37099 LatexCommand ref
37100 reference "fig:Figure-enrobée"
37101
37102 \end_inset
37103
37104  est un exemple de flottant d'enrobage avec une largeur de 40
37105 \begin_inset space \thinspace{}
37106 \end_inset
37107
37108 col%, un débordement de 1
37109 \begin_inset space \thinspace{}
37110 \end_inset
37111
37112 cm et placé à gauche.
37113 \end_layout
37114
37115 \begin_layout Standard
37116 \begin_inset Note Greyedout
37117 status open
37118
37119 \begin_layout Plain Layout
37120
37121 \series bold
37122 Note:
37123 \series default
37124  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37125  figure trop près du bas de page peut tout chambouler et faire que le flottant
37126  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37127  de texte.
37128 \end_layout
37129
37130 \end_inset
37131
37132
37133 \end_layout
37134
37135 \begin_layout Standard
37136 En général:
37137 \end_layout
37138
37139 \begin_layout Itemize
37140 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37141  qui risquent de passer à la page suivante.
37142  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37143  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37144  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37145  de page.
37146 \end_layout
37147
37148 \begin_layout Itemize
37149 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37150  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37151 e.
37152 \end_layout
37153
37154 \begin_layout Itemize
37155 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37156  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37157  texte entre les deux, comme séparateur.
37158 \end_layout
37159
37160 \begin_layout Itemize
37161 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37162  ou les tableaux.
37163 \end_layout
37164
37165 \begin_layout Itemize
37166 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37167  chapitre
37168 \begin_inset space ~
37169 \end_inset
37170
37171
37172 \begin_inset CommandInset ref
37173 LatexCommand ref
37174 reference "chap:Flottants"
37175
37176 \end_inset
37177
37178 .
37179 \end_layout
37180
37181 \begin_layout Section
37182 Objets fixes entourés par du texte
37183 \begin_inset Index idx
37184 status collapsed
37185
37186 \begin_layout Plain Layout
37187 Entouré par du texte ! Objets fixes
37188 \end_layout
37189
37190 \end_inset
37191
37192
37193 \end_layout
37194
37195 \begin_layout Standard
37196 Les flottants d'enrobage décrits dans la section
37197 \begin_inset space \thinspace{}
37198 \end_inset
37199
37200
37201 \begin_inset CommandInset ref
37202 LatexCommand ref
37203 reference "sec:Flottant-d'enrobage"
37204
37205 \end_inset
37206
37207  prennent les positions suivantes dans le paragraphe :
37208 \begin_inset Separator parbreak
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Standard
37215 \noindent
37216 \align center
37217 \begin_inset Tabular
37218 <lyxtabular version="3" rows="2" columns="2">
37219 <features tabularvalignment="middle">
37220 <column alignment="center" valignment="top">
37221 <column alignment="center" valignment="top">
37222 <row>
37223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37224 \begin_inset Text
37225
37226 \begin_layout Plain Layout
37227 \begin_inset Graphics
37228         filename ../../images/dialog-show-new-inset_graphics.png
37229         scale 70
37230         scaleBeforeRotation
37231
37232 \end_inset
37233
37234
37235 \end_layout
37236
37237 \end_inset
37238 </cell>
37239 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37240 \begin_inset Text
37241
37242 \begin_layout Plain Layout
37243 texte
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 </row>
37249 <row>
37250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37251 \begin_inset Text
37252
37253 \begin_layout Plain Layout
37254 texte
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 texte
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 </row>
37269 </lyxtabular>
37270
37271 \end_inset
37272
37273  ou 
37274 \begin_inset Tabular
37275 <lyxtabular version="3" rows="2" columns="2">
37276 <features tabularvalignment="middle">
37277 <column alignment="center" valignment="top">
37278 <column alignment="center" valignment="top">
37279 <row>
37280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37281 \begin_inset Text
37282
37283 \begin_layout Plain Layout
37284 texte
37285 \end_layout
37286
37287 \end_inset
37288 </cell>
37289 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 \begin_inset Graphics
37294         filename ../../images/dialog-show-new-inset_graphics.png
37295         scale 70
37296         scaleBeforeRotation
37297
37298 \end_inset
37299
37300
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 <row>
37307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311 texte
37312 \end_layout
37313
37314 \end_inset
37315 </cell>
37316 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37317 \begin_inset Text
37318
37319 \begin_layout Plain Layout
37320 texte
37321 \end_layout
37322
37323 \end_inset
37324 </cell>
37325 </row>
37326 </lyxtabular>
37327
37328 \end_inset
37329
37330
37331 \end_layout
37332
37333 \begin_layout Standard
37334 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37335  par exemple pour avoir une de ces positions :
37336 \begin_inset VSpace defskip
37337 \end_inset
37338
37339
37340 \end_layout
37341
37342 \begin_layout Standard
37343 \noindent
37344 \align center
37345 \begin_inset Tabular
37346 <lyxtabular version="3" rows="2" columns="2">
37347 <features tabularvalignment="middle">
37348 <column alignment="center" valignment="top">
37349 <column alignment="center" valignment="top">
37350 <row>
37351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355 texte
37356 \end_layout
37357
37358 \end_inset
37359 </cell>
37360 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37361 \begin_inset Text
37362
37363 \begin_layout Plain Layout
37364 texte
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 </row>
37370 <row>
37371 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37372 \begin_inset Text
37373
37374 \begin_layout Plain Layout
37375 \begin_inset Graphics
37376         filename ../../images/dialog-show-new-inset_graphics.png
37377         scale 70
37378         scaleBeforeRotation
37379
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391 texte
37392 \end_layout
37393
37394 \end_inset
37395 </cell>
37396 </row>
37397 </lyxtabular>
37398
37399 \end_inset
37400
37401  
37402 \begin_inset Tabular
37403 <lyxtabular version="3" rows="2" columns="2">
37404 <features tabularvalignment="middle">
37405 <column alignment="center" valignment="top">
37406 <column alignment="center" valignment="top">
37407 <row>
37408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37409 \begin_inset Text
37410
37411 \begin_layout Plain Layout
37412 texte
37413 \end_layout
37414
37415 \end_inset
37416 </cell>
37417 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37418 \begin_inset Text
37419
37420 \begin_layout Plain Layout
37421 texte
37422 \end_layout
37423
37424 \end_inset
37425 </cell>
37426 </row>
37427 <row>
37428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37429 \begin_inset Text
37430
37431 \begin_layout Plain Layout
37432 texte
37433 \end_layout
37434
37435 \end_inset
37436 </cell>
37437 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37438 \begin_inset Text
37439
37440 \begin_layout Plain Layout
37441 \begin_inset Graphics
37442         filename ../../images/dialog-show-new-inset_graphics.png
37443         scale 70
37444         scaleBeforeRotation
37445
37446 \end_inset
37447
37448
37449 \end_layout
37450
37451 \end_inset
37452 </cell>
37453 </row>
37454 </lyxtabular>
37455
37456 \end_inset
37457
37458  
37459 \begin_inset Tabular
37460 <lyxtabular version="3" rows="2" columns="3">
37461 <features tabularvalignment="middle">
37462 <column alignment="center" valignment="top">
37463 <column alignment="center" valignment="top">
37464 <column alignment="center" valignment="top">
37465 <row>
37466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37467 \begin_inset Text
37468
37469 \begin_layout Plain Layout
37470 texte
37471 \end_layout
37472
37473 \end_inset
37474 </cell>
37475 <cell alignment="center" valignment="top" topline="true" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479 \begin_inset Graphics
37480         filename ../../images/dialog-show-new-inset_graphics.png
37481         scale 70
37482         scaleBeforeRotation
37483
37484 \end_inset
37485
37486
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37492 \begin_inset Text
37493
37494 \begin_layout Plain Layout
37495 texte
37496 \end_layout
37497
37498 \end_inset
37499 </cell>
37500 </row>
37501 <row>
37502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37503 \begin_inset Text
37504
37505 \begin_layout Plain Layout
37506 texte
37507 \end_layout
37508
37509 \end_inset
37510 </cell>
37511 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37512 \begin_inset Text
37513
37514 \begin_layout Plain Layout
37515 texte
37516 \end_layout
37517
37518 \end_inset
37519 </cell>
37520 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524 texte
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 </row>
37530 </lyxtabular>
37531
37532 \end_inset
37533
37534  
37535 \begin_inset Tabular
37536 <lyxtabular version="3" rows="2" columns="3">
37537 <features tabularvalignment="middle">
37538 <column alignment="center" valignment="top">
37539 <column alignment="center" valignment="top">
37540 <column alignment="center" valignment="top">
37541 <row>
37542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546 texte
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 <cell alignment="center" valignment="top" topline="true" usebox="none">
37552 \begin_inset Text
37553
37554 \begin_layout Plain Layout
37555 texte
37556 \end_layout
37557
37558 \end_inset
37559 </cell>
37560 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37561 \begin_inset Text
37562
37563 \begin_layout Plain Layout
37564 texte
37565 \end_layout
37566
37567 \end_inset
37568 </cell>
37569 </row>
37570 <row>
37571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37572 \begin_inset Text
37573
37574 \begin_layout Plain Layout
37575 texte
37576 \end_layout
37577
37578 \end_inset
37579 </cell>
37580 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37581 \begin_inset Text
37582
37583 \begin_layout Plain Layout
37584 \begin_inset Graphics
37585         filename ../../images/dialog-show-new-inset_graphics.png
37586         scale 70
37587         scaleBeforeRotation
37588
37589 \end_inset
37590
37591
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600 texte
37601 \end_layout
37602
37603 \end_inset
37604 </cell>
37605 </row>
37606 </lyxtabular>
37607
37608 \end_inset
37609
37610
37611 \end_layout
37612
37613 \begin_layout Standard
37614 \noindent
37615 \align center
37616 \begin_inset Tabular
37617 <lyxtabular version="3" rows="3" columns="2">
37618 <features tabularvalignment="middle">
37619 <column alignment="center" valignment="top">
37620 <column alignment="center" valignment="top">
37621 <row>
37622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 texte
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37632 \begin_inset Text
37633
37634 \begin_layout Plain Layout
37635 texte
37636 \end_layout
37637
37638 \end_inset
37639 </cell>
37640 </row>
37641 <row>
37642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37643 \begin_inset Text
37644
37645 \begin_layout Plain Layout
37646 \begin_inset Graphics
37647         filename ../../images/dialog-show-new-inset_graphics.png
37648         scale 70
37649         scaleBeforeRotation
37650
37651 \end_inset
37652
37653
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37659 \begin_inset Text
37660
37661 \begin_layout Plain Layout
37662 texte
37663 \end_layout
37664
37665 \end_inset
37666 </cell>
37667 </row>
37668 <row>
37669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37670 \begin_inset Text
37671
37672 \begin_layout Plain Layout
37673 texte
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37679 \begin_inset Text
37680
37681 \begin_layout Plain Layout
37682 texte
37683 \end_layout
37684
37685 \end_inset
37686 </cell>
37687 </row>
37688 </lyxtabular>
37689
37690 \end_inset
37691
37692  
37693 \begin_inset Tabular
37694 <lyxtabular version="3" rows="3" columns="3">
37695 <features tabularvalignment="middle">
37696 <column alignment="center" valignment="top">
37697 <column alignment="center" valignment="top">
37698 <column alignment="center" valignment="top">
37699 <row>
37700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37701 \begin_inset Text
37702
37703 \begin_layout Plain Layout
37704 texte
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 <cell alignment="center" valignment="top" topline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713 texte
37714 \end_layout
37715
37716 \end_inset
37717 </cell>
37718 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37719 \begin_inset Text
37720
37721 \begin_layout Plain Layout
37722 texte
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 </row>
37728 <row>
37729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37730 \begin_inset Text
37731
37732 \begin_layout Plain Layout
37733 texte
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 <cell alignment="center" valignment="top" usebox="none">
37739 \begin_inset Text
37740
37741 \begin_layout Plain Layout
37742 \begin_inset Graphics
37743         filename ../../images/dialog-show-new-inset_graphics.png
37744         scale 70
37745         scaleBeforeRotation
37746
37747 \end_inset
37748
37749
37750 \end_layout
37751
37752 \end_inset
37753 </cell>
37754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37755 \begin_inset Text
37756
37757 \begin_layout Plain Layout
37758 texte
37759 \end_layout
37760
37761 \end_inset
37762 </cell>
37763 </row>
37764 <row>
37765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37766 \begin_inset Text
37767
37768 \begin_layout Plain Layout
37769 texte
37770 \end_layout
37771
37772 \end_inset
37773 </cell>
37774 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37775 \begin_inset Text
37776
37777 \begin_layout Plain Layout
37778 texte
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787 texte
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 </row>
37793 </lyxtabular>
37794
37795 \end_inset
37796
37797  
37798 \begin_inset Tabular
37799 <lyxtabular version="3" rows="3" columns="2">
37800 <features tabularvalignment="middle">
37801 <column alignment="center" valignment="top">
37802 <column alignment="center" valignment="top">
37803 <row>
37804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37805 \begin_inset Text
37806
37807 \begin_layout Plain Layout
37808 texte
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37814 \begin_inset Text
37815
37816 \begin_layout Plain Layout
37817 texte
37818 \end_layout
37819
37820 \end_inset
37821 </cell>
37822 </row>
37823 <row>
37824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37825 \begin_inset Text
37826
37827 \begin_layout Plain Layout
37828 texte
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837 \begin_inset Graphics
37838         filename ../../images/dialog-show-new-inset_graphics.png
37839         scale 70
37840         scaleBeforeRotation
37841
37842 \end_inset
37843
37844
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 </row>
37850 <row>
37851 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37852 \begin_inset Text
37853
37854 \begin_layout Plain Layout
37855 texte
37856 \end_layout
37857
37858 \end_inset
37859 </cell>
37860 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37861 \begin_inset Text
37862
37863 \begin_layout Plain Layout
37864 texte
37865 \end_layout
37866
37867 \end_inset
37868 </cell>
37869 </row>
37870 </lyxtabular>
37871
37872 \end_inset
37873
37874
37875 \end_layout
37876
37877 \begin_layout Standard
37878 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37879  
37880 \end_layout
37881
37882 \begin_layout Standard
37883 \noindent
37884
37885 \series bold
37886 picinpar
37887 \series default
37888
37889 \begin_inset Index idx
37890 status collapsed
37891
37892 \begin_layout Plain Layout
37893 Paquetages \SpecialChar LaTeX
37894  ! picinpar
37895 \end_layout
37896
37897 \end_inset
37898
37899 .
37900  Voici un exemple :
37901 \end_layout
37902
37903 \begin_layout Standard
37904 \begin_inset ERT
37905 status collapsed
37906
37907 \begin_layout Plain Layout
37908
37909
37910 \backslash
37911 ifpicinpar
37912 \end_layout
37913
37914 \end_inset
37915
37916
37917 \begin_inset Note Note
37918 status open
37919
37920 \begin_layout Plain Layout
37921 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37922  
37923 \series bold
37924 picinpar
37925 \series default
37926  a été installé.
37927 \end_layout
37928
37929 \end_inset
37930
37931
37932 \end_layout
37933
37934 \begin_layout Standard
37935 \begin_inset ERT
37936 status collapsed
37937
37938 \begin_layout Plain Layout
37939
37940
37941 \backslash
37942 begin{window}[2,c,{
37943 \end_layout
37944
37945 \end_inset
37946
37947
37948 \begin_inset Graphics
37949         filename ../clipart/mobius.eps
37950         lyxscale 60
37951         width 40col%
37952         scaleBeforeRotation
37953         rotateOrigin center
37954
37955 \end_inset
37956
37957
37958 \begin_inset ERT
37959 status collapsed
37960
37961 \begin_layout Plain Layout
37962
37963 },]
37964 \end_layout
37965
37966 \begin_layout Plain Layout
37967
37968 {}
37969 \end_layout
37970
37971 \end_inset
37972
37973
37974 \size small
37975 \lang english
37976 It was in the spring of the year 1894 that all London was interested, and
37977  the fashionable world dismayed, by the murder of the Honourable Ronald
37978  Adair under most unusual and inexplicable circumstances.
37979  The public has already learned those particulars of the crime which
37980 \size default
37981
37982 \begin_inset ERT
37983 status collapsed
37984
37985 \begin_layout Plain Layout
37986
37987
37988 \backslash
37989 footnotemark{}
37990 \end_layout
37991
37992 \end_inset
37993
37994
37995 \size small
37996  came out in the police investigation, but a good deal was suppressed upon
37997  that occasion, since the case for the prosecution was so overwhelmingly
37998  strong that it was not necessary to bring forward all the facts.
37999  Only now, at the end of nearly ten years, am I allowed to supply those
38000  missing links which make up the whole of that remarkable chain
38001 \lang french
38002 .
38003 \size default
38004
38005 \begin_inset ERT
38006 status collapsed
38007
38008 \begin_layout Plain Layout
38009
38010
38011 \backslash
38012 end{window}
38013 \end_layout
38014
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Standard
38021 \begin_inset ERT
38022 status collapsed
38023
38024 \begin_layout Plain Layout
38025
38026
38027 \backslash
38028 footnotetext{
38029 \end_layout
38030
38031 \end_inset
38032
38033 Note de pied de page du paragraphe avec objet fixe.
38034 \begin_inset ERT
38035 status collapsed
38036
38037 \begin_layout Plain Layout
38038
38039 }
38040 \end_layout
38041
38042 \end_inset
38043
38044
38045 \end_layout
38046
38047 \begin_layout Standard
38048 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
38049  d'eux et leur position est déterminée par le nombre de lignes de texte
38050  situées audessus d'eux.
38051  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
38052  numérotée.
38053 \end_layout
38054
38055 \begin_layout Standard
38056 Un objet fixe enrobé est inséré en ajoutant la commande
38057 \end_layout
38058
38059 \begin_layout Standard
38060
38061 \series bold
38062
38063 \backslash
38064 begin{window}[2,c,{
38065 \end_layout
38066
38067 \begin_layout Standard
38068 en code \SpecialChar TeX
38069  au debut du paragraphe.
38070  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
38071  dessus de l'objet, le second, ici 'c', la position de l'objet.
38072  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
38073  ) sont possibles.
38074  Après la commande, vous insérez votre objet.
38075  Dans cet exemple, c'est une image avec une largeur de 40
38076 \begin_inset space \thinspace{}
38077 \end_inset
38078
38079 % de la colonne de texte qui a été insérée.
38080  L'objet peut aussi être un tableau, une boîte ou une équation.
38081  Après l'objet, on insère la commande
38082 \end_layout
38083
38084 \begin_layout Standard
38085
38086 \series bold
38087 },texte de description ]
38088 \begin_inset Newline newline
38089 \end_inset
38090
38091 {}
38092 \end_layout
38093
38094 \begin_layout Standard
38095 Notez que le 
38096 \begin_inset Quotes fld
38097 \end_inset
38098
38099
38100 \series bold
38101 {}
38102 \series default
38103
38104 \begin_inset Quotes frd
38105 \end_inset
38106
38107  est sur la deuxième ligne.
38108  Le texte de description est facultatif.
38109  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
38110  il doit donc commence juste après le 
38111 \series bold
38112 {}
38113 \series default
38114 .
38115  A la fin du paragraphe on insère la commande :
38116 \end_layout
38117
38118 \begin_layout Standard
38119
38120 \series bold
38121
38122 \backslash
38123 end{window}
38124 \end_layout
38125
38126 \begin_layout Standard
38127 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38128  ajouter des notes de pied de page de la façon habituelle.
38129  Vous devez utiliser la commande 
38130 \series bold
38131
38132 \backslash
38133 footnotemark
38134 \series default
38135  à l'intérieur du paragraphe et la commande 
38136 \series bold
38137
38138 \backslash
38139 footnotetext
38140 \series default
38141  à l'extérieur, comme décrit dans la section
38142 \begin_inset space \thinspace{}
38143 \end_inset
38144
38145
38146 \begin_inset CommandInset ref
38147 LatexCommand ref
38148 reference "sec:Notes-bas-de-page"
38149
38150 \end_inset
38151
38152 .
38153 \end_layout
38154
38155 \begin_layout Standard
38156 \begin_inset ERT
38157 status collapsed
38158
38159 \begin_layout Plain Layout
38160
38161
38162 \backslash
38163 else
38164 \end_layout
38165
38166 \end_inset
38167
38168
38169 \begin_inset Note Note
38170 status open
38171
38172 \begin_layout Plain Layout
38173 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38174  
38175 \series bold
38176 picinpar
38177 \series default
38178  n'est pas installé :
38179 \end_layout
38180
38181 \end_inset
38182
38183
38184 \end_layout
38185
38186 \begin_layout Standard
38187 Vous devez installer le paquetage \SpecialChar LaTeX
38188  
38189 \series bold
38190 picinpar
38191 \series default
38192  pour voir la suite de cette section dans la sortie imprimée.
38193 \end_layout
38194
38195 \begin_layout Standard
38196 \begin_inset ERT
38197 status collapsed
38198
38199 \begin_layout Plain Layout
38200
38201
38202 \backslash
38203 fi
38204 \end_layout
38205
38206 \end_inset
38207
38208
38209 \end_layout
38210
38211 \begin_layout Section
38212 Lettrines
38213 \begin_inset Index idx
38214 status collapsed
38215
38216 \begin_layout Plain Layout
38217 Lettrines
38218 \end_layout
38219
38220 \end_inset
38221
38222
38223 \begin_inset Index idx
38224 status collapsed
38225
38226 \begin_layout Plain Layout
38227 Entouré par du texte ! Lettrines
38228 \end_layout
38229
38230 \end_inset
38231
38232
38233 \end_layout
38234
38235 \begin_layout Standard
38236 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38237  
38238 \series bold
38239 lettrine
38240 \series default
38241
38242 \begin_inset Index idx
38243 status collapsed
38244
38245 \begin_layout Plain Layout
38246 Paquetages \SpecialChar LaTeX
38247  ! lettrine
38248 \end_layout
38249
38250 \end_inset
38251
38252  doit être installé et vous devez utiliser le module Initiales (
38253 \begin_inset space ~
38254 \end_inset
38255
38256 menu 
38257 \family sans
38258 Document\SpecialChar menuseparator
38259 Paramètres\SpecialChar menuseparator
38260 Modules
38261 \family default
38262
38263 \begin_inset space ~
38264 \end_inset
38265
38266 ).
38267  Pour insérer une lettrine, utilisez le style 
38268 \family sans
38269 Initial
38270 \family default
38271 .
38272  Les paramètres sont insérés avec le menu 
38273 \family sans
38274 Insertion
38275 \family default
38276 .
38277  Le paramètre obligatoire 
38278 \family sans
38279 \lang english
38280 Initial
38281 \family default
38282 \lang french
38283  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38284 \family sans
38285 \lang english
38286 Rest
38287 \begin_inset space ~
38288 \end_inset
38289
38290 of
38291 \begin_inset space ~
38292 \end_inset
38293
38294 Initial
38295 \family default
38296  
38297 \lang french
38298 contient
38299 \lang english
38300  the rest of the word or text of the initial letter(s)
38301 \lang french
38302 .
38303  Le paramètre 
38304 \family sans
38305 \lang english
38306 Options
38307 \family default
38308 \lang french
38309  contient paramètres pour modifier la lettrine.
38310  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38311  du paquetage 
38312 \series bold
38313 lettrine
38314 \series default
38315
38316 \begin_inset CommandInset citation
38317 LatexCommand cite
38318 key "lettrine"
38319
38320 \end_inset
38321
38322 .
38323  Le style lui-même contient le texte qui doit entourer la lettrine.
38324  Le style habituel est par conséquent que le mot dont la première lettre
38325  est l'initiale soit en 
38326 \shape smallcaps
38327 petites capitales
38328 \shape default
38329 .
38330 \end_layout
38331
38332 \begin_layout Standard
38333 \begin_inset Newpage pagebreak
38334 \end_inset
38335
38336
38337 \end_layout
38338
38339 \begin_layout Standard
38340 Voici quelques exemples
38341 \begin_inset space ~
38342 \end_inset
38343
38344 :
38345 \end_layout
38346
38347 \begin_layout Standard
38348 \begin_inset ERT
38349 status collapsed
38350
38351 \begin_layout Plain Layout
38352
38353
38354 \backslash
38355 iflettrine
38356 \end_layout
38357
38358 \end_inset
38359
38360
38361 \begin_inset Note Note
38362 status open
38363
38364 \begin_layout Plain Layout
38365 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38366  
38367 \series bold
38368 lettrine
38369 \series default
38370  a été installé.
38371 \end_layout
38372
38373 \end_inset
38374
38375
38376 \end_layout
38377
38378 \begin_layout Enumerate
38379 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38380  mathématique 
38381 \begin_inset Formula $\mathfrak{Fraktur}$
38382 \end_inset
38383
38384 :
38385 \begin_inset Separator parbreak
38386 \end_inset
38387
38388
38389 \end_layout
38390
38391 \begin_deeper
38392 \begin_layout Initial
38393 \begin_inset Argument 2
38394 status open
38395
38396 \begin_layout Plain Layout
38397 \begin_inset Formula $\mathfrak{I}$
38398 \end_inset
38399
38400
38401 \end_layout
38402
38403 \end_inset
38404
38405
38406 \begin_inset Argument 3
38407 status open
38408
38409 \begin_layout Plain Layout
38410 t
38411 \end_layout
38412
38413 \end_inset
38414
38415  
38416 \lang english
38417 was in the spring of the year 1894 that all London was interested, and the
38418  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38419  under most unusual and inexplicable circumstances.
38420  The public has already learned those particulars of the crime which came
38421  out in the police investigation, but a good deal was suppressed upon that
38422  occasion, since the case for the prosecution was so overwhelmingly strong
38423  that it was not necessary to bring forward all the facts.
38424 \end_layout
38425
38426 \end_deeper
38427 \begin_layout Enumerate
38428 L'initiale est entourée par une seule ligne et est formée de deux lettres
38429  dans la police standard ; aucun texte n'est écrit en petites capitales
38430 \begin_inset space ~
38431 \end_inset
38432
38433 :
38434 \begin_inset Separator parbreak
38435 \end_inset
38436
38437
38438 \end_layout
38439
38440 \begin_deeper
38441 \begin_layout Initial
38442 \begin_inset Argument 1
38443 status open
38444
38445 \begin_layout Plain Layout
38446 lines=1
38447 \end_layout
38448
38449 \end_inset
38450
38451
38452 \begin_inset Argument 2
38453 status open
38454
38455 \begin_layout Plain Layout
38456 It
38457 \end_layout
38458
38459 \end_inset
38460
38461  
38462 \lang english
38463 was in the spring of the year 1894 that all London was interested, and the
38464  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38465  under most unusual and inexplicable circumstances.
38466  The public has already learned those particulars of the crime which came
38467  out in the police investigation, but a good deal was suppressed upon that
38468  occasion, since the case for the prosecution was so overwhelmingly strong
38469  that it was not necessary to bring forward all the facts.
38470 \end_layout
38471
38472 \end_deeper
38473 \begin_layout Enumerate
38474 Initiale descendante sur 3
38475 \begin_inset space ~
38476 \end_inset
38477
38478 lignes en magenta en police mathématique
38479 \begin_inset Newline newline
38480 \end_inset
38481
38482
38483 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38484 \end_inset
38485
38486 , le texte 
38487 \begin_inset Quotes fld
38488 \end_inset
38489
38490
38491 \lang english
38492 t was in the spring
38493 \lang french
38494
38495 \begin_inset Quotes frd
38496 \end_inset
38497
38498  est en 
38499 \shape smallcaps
38500 petites capitales
38501 \shape default
38502  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38503  avant l'initiale
38504 \begin_inset space ~
38505 \end_inset
38506
38507 :
38508 \begin_inset Newline newline
38509 \end_inset
38510
38511
38512 \series bold
38513
38514 \backslash
38515 renewcommand{
38516 \backslash
38517 LettrineFontHook}{
38518 \backslash
38519 color{couleur}}
38520 \series default
38521
38522 \begin_inset Newline newline
38523 \end_inset
38524
38525 où la 
38526 \emph on
38527 couleur
38528 \emph default
38529  peut être 
38530 \begin_inset Quotes fld
38531 \end_inset
38532
38533 red
38534 \begin_inset Quotes frd
38535 \end_inset
38536
38537
38538 \begin_inset Quotes fld
38539 \end_inset
38540
38541 blue
38542 \begin_inset Quotes frd
38543 \end_inset
38544
38545
38546 \begin_inset Quotes fld
38547 \end_inset
38548
38549 green
38550 \begin_inset Quotes frd
38551 \end_inset
38552
38553
38554 \begin_inset Quotes fld
38555 \end_inset
38556
38557 yellow
38558 \begin_inset Quotes frd
38559 \end_inset
38560
38561
38562 \begin_inset Quotes fld
38563 \end_inset
38564
38565 cyan
38566 \begin_inset Quotes frd
38567 \end_inset
38568
38569
38570 \begin_inset Quotes fld
38571 \end_inset
38572
38573 magenta
38574 \begin_inset Quotes frd
38575 \end_inset
38576
38577
38578 \begin_inset Quotes fld
38579 \end_inset
38580
38581 black
38582 \begin_inset Quotes frd
38583 \end_inset
38584
38585  ou 
38586 \begin_inset Quotes fld
38587 \end_inset
38588
38589 white
38590 \begin_inset Quotes frd
38591 \end_inset
38592
38593 .
38594  On doit aussi ajouter la commande suivante au préambule du document
38595 \begin_inset space ~
38596 \end_inset
38597
38598 :
38599 \begin_inset Newline newline
38600 \end_inset
38601
38602
38603 \series bold
38604
38605 \backslash
38606 @ifundefined{textcolor}
38607 \begin_inset Newline newline
38608 \end_inset
38609
38610
38611 \begin_inset space ~
38612 \end_inset
38613
38614 {
38615 \backslash
38616 usepackage{color}}{}
38617 \series default
38618
38619 \begin_inset Separator parbreak
38620 \end_inset
38621
38622
38623 \end_layout
38624
38625 \begin_deeper
38626 \begin_layout Standard
38627 \begin_inset ERT
38628 status collapsed
38629
38630 \begin_layout Plain Layout
38631
38632
38633 \backslash
38634 renewcommand{
38635 \backslash
38636 LettrineFontHook}{
38637 \backslash
38638 color{magenta}}
38639 \end_layout
38640
38641 \end_inset
38642
38643
38644 \begin_inset Note Note
38645 status collapsed
38646
38647 \begin_layout Plain Layout
38648 colore la lettrine en magenta
38649 \end_layout
38650
38651 \end_inset
38652
38653
38654 \end_layout
38655
38656 \begin_layout Initial
38657 \begin_inset Argument 1
38658 status open
38659
38660 \begin_layout Plain Layout
38661 lines=3, lhang=0.33, loversize=0.25
38662 \end_layout
38663
38664 \end_inset
38665
38666
38667 \begin_inset Argument 2
38668 status open
38669
38670 \begin_layout Plain Layout
38671 \begin_inset Formula $\mathcal{I}$
38672 \end_inset
38673
38674
38675 \end_layout
38676
38677 \end_inset
38678
38679
38680 \begin_inset Argument 3
38681 status open
38682
38683 \begin_layout Plain Layout
38684
38685 \lang english
38686 t was in the spring
38687 \end_layout
38688
38689 \end_inset
38690
38691
38692 \lang english
38693  of the year 1894 that all London was interested, and the fashionable world
38694  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38695  and inexplicable circumstances.
38696  The public has already learned those particulars of the crime which came
38697  out in the police investigation, but a good deal was suppressed upon that
38698  occasion, since the case for the prosecution was so overwhelmingly strong
38699  that it was not necessary to bring forward all the facts.
38700 \end_layout
38701
38702 \end_deeper
38703 \begin_layout Standard
38704 \begin_inset ERT
38705 status collapsed
38706
38707 \begin_layout Plain Layout
38708
38709
38710 \backslash
38711 else
38712 \end_layout
38713
38714 \end_inset
38715
38716
38717 \begin_inset Note Note
38718 status open
38719
38720 \begin_layout Plain Layout
38721 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38722  
38723 \series bold
38724 lettrine
38725 \series default
38726  n'est pas installé :
38727 \end_layout
38728
38729 \end_inset
38730
38731
38732 \end_layout
38733
38734 \begin_layout Standard
38735 Vous devez installer le paquetage \SpecialChar LaTeX
38736  
38737 \series bold
38738 lettrine
38739 \series default
38740  pour voir la suite de cette section dans la sortie imprimée.
38741 \end_layout
38742
38743 \begin_layout Standard
38744 \begin_inset ERT
38745 status collapsed
38746
38747 \begin_layout Plain Layout
38748
38749
38750 \backslash
38751 fi
38752 \end_layout
38753
38754 \end_inset
38755
38756
38757 \end_layout
38758
38759 \begin_layout Chapter
38760 Trucs externes
38761 \begin_inset Index idx
38762 status collapsed
38763
38764 \begin_layout Plain Layout
38765 Trucs externes
38766 \end_layout
38767
38768 \end_inset
38769
38770
38771 \end_layout
38772
38773 \begin_layout Standard
38774 Avec le menu 
38775 \family sans
38776 Insertion\SpecialChar menuseparator
38777 Fichier
38778 \family default
38779  vous pouvez insérer un contenu externe à votre document.
38780  Ce contenu peut être :
38781 \end_layout
38782
38783 \begin_layout Description
38784 Document
38785 \begin_inset space ~
38786 \end_inset
38787
38788 \SpecialChar LyX
38789  Un autre document \SpecialChar LyX
38790  ; son contenu est directement inséré dans votre document.
38791 \end_layout
38792
38793 \begin_layout Description
38794 Texte
38795 \begin_inset space ~
38796 \end_inset
38797
38798 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38799 e.
38800 \end_layout
38801
38802 \begin_layout Description
38803 Texte
38804 \begin_inset space ~
38805 \end_inset
38806
38807 Brut
38808 \begin_inset space ~
38809 \end_inset
38810
38811 par
38812 \begin_inset space ~
38813 \end_inset
38814
38815 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38816  Les lignes vides créent un nouveau paragraphe dans votre document.
38817 \end_layout
38818
38819 \begin_layout Description
38820 Objet
38821 \begin_inset space ~
38822 \end_inset
38823
38824 Externe Fichiers de formats variés.
38825 \end_layout
38826
38827 \begin_layout Description
38828 Sous-document Documents \SpecialChar LyX
38829  ou \SpecialChar LaTeX
38830 .
38831 \end_layout
38832
38833 \begin_layout Section
38834 Objets externes 
38835 \begin_inset Index idx
38836 status collapsed
38837
38838 \begin_layout Plain Layout
38839 Trucs externes ! Objets Externes
38840 \end_layout
38841
38842 \end_inset
38843
38844
38845 \end_layout
38846
38847 \begin_layout Standard
38848 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38849  de fichiers dans votre document sans avoir à convertir ces derniers en
38850  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38851
38852  qui va s'occuper des conversions.
38853  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38854  \SpecialChar LyX
38855  des images dans des formats divers.
38856  Quand vous avez activé 
38857 \family sans
38858 Aperçu
38859 \begin_inset space ~
38860 \end_inset
38861
38862 sur
38863 \begin_inset space ~
38864 \end_inset
38865
38866 le
38867 \begin_inset space ~
38868 \end_inset
38869
38870 vif
38871 \family default
38872  dans le menu des préférences de \SpecialChar LyX
38873 , dans la rubrique 
38874 \family sans
38875 Apparence\SpecialChar menuseparator
38876 Graphiques
38877 \family default
38878 , les objets externes de type Dia et Xfig sont affichés directement dans
38879  \SpecialChar LyX
38880 .
38881 \end_layout
38882
38883 \begin_layout Standard
38884 On insère des objets externes en utilisant la fenêtre de dialogue 
38885 \family sans
38886 Objet
38887 \begin_inset space ~
38888 \end_inset
38889
38890 Externe
38891 \family default
38892  qui est accessible via le menu 
38893 \family sans
38894 Insertion\SpecialChar menuseparator
38895 Fichiers\SpecialChar menuseparator
38896 Objet
38897 \begin_inset space ~
38898 \end_inset
38899
38900 Externe
38901 \family default
38902 .
38903  Actuellement les types de fichiers (
38904 \family sans
38905 Modèles
38906 \family default
38907 ) suivants sont autorisés :
38908 \end_layout
38909
38910 \begin_layout Description
38911 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38912  par le programme 
38913 \series bold
38914
38915 \begin_inset CommandInset href
38916 LatexCommand href
38917 name "XBoard"
38918 target "http://fr.wikipedia.org/wiki/XBoard"
38919
38920 \end_inset
38921
38922
38923 \series default
38924 .
38925 \end_layout
38926
38927 \begin_layout Description
38928 Date Ce modèle insère la date sous la forme 
38929 \emph on
38930 Jour-Mois-Année
38931 \emph default
38932 .
38933  Voici un exemple de date insérée comme objet externe :: 
38934 \begin_inset External
38935         template Date
38936         filename .
38937
38938 \end_inset
38939
38940
38941 \begin_inset space ~
38942 \end_inset
38943
38944
38945 \begin_inset Note Note
38946 status collapsed
38947
38948 \begin_layout Plain Layout
38949 Retirer l'espace protégé quand le bug 4398 sera résolu !
38950 \end_layout
38951
38952 \end_inset
38953
38954
38955 \begin_inset Newline newline
38956 \end_inset
38957
38958 La date n'apparaîtra pas dans \SpecialChar LyX
38959 , mais seulement dans la sortie imprimée.
38960  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38961 \family sans
38962 Insertion\SpecialChar menuseparator
38963 Date
38964 \family default
38965  et avec la commande \SpecialChar LaTeX
38966  
38967 \series bold
38968
38969 \backslash
38970 today
38971 \series default
38972  entrée comme code \SpecialChar TeX
38973 .
38974  Ces différentes méthodes sont comparée dans le tableau
38975 \begin_inset space ~
38976 \end_inset
38977
38978
38979 \begin_inset CommandInset ref
38980 LatexCommand ref
38981 reference "tab:Comparaison-des-dates"
38982
38983 \end_inset
38984
38985 .
38986 \end_layout
38987
38988 \begin_layout Description
38989 Dia Ce modèle accepte les diagrammes créés avec le programme 
38990 \series bold
38991
38992 \begin_inset CommandInset href
38993 LatexCommand href
38994 name "Dia"
38995 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
38996
38997 \end_inset
38998
38999
39000 \series default
39001 .
39002 \end_layout
39003
39004 \begin_layout Description
39005 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
39006  ou des tableaux dans le format de 
39007 \series bold
39008
39009 \begin_inset CommandInset href
39010 LatexCommand href
39011 name "Gnumeric"
39012 target "http://fr.wikipedia.org/wiki/Gnumeric"
39013
39014 \end_inset
39015
39016
39017 \series default
39018
39019 \begin_inset CommandInset href
39020 LatexCommand href
39021 name "OpenDocument"
39022 target "http://fr.wikipedia.org/wiki/OpenDocument"
39023
39024 \end_inset
39025
39026
39027 \begin_inset CommandInset href
39028 LatexCommand href
39029 name "Microsoft Office XML"
39030 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
39031
39032 \end_inset
39033
39034  et 
39035 \begin_inset CommandInset href
39036 LatexCommand href
39037 name "Office Open XML"
39038 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
39039
39040 \end_inset
39041
39042 .
39043  Pour cette fonction, \SpecialChar LyX
39044  doit pouvoir trouver le programme 
39045 \family typewriter
39046 ssconvert
39047 \family default
39048  au cours de sa configuration.
39049  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
39050  même si vous n'avez pas de tableaux au format gnumeric.
39051  Pour des exemples et les limitations possibles, jetez un œil au fichier
39052  \SpecialChar LyX
39053  d'exemple, 
39054 \emph on
39055 spreadsheet.lyx
39056 \emph default
39057 .
39058 \end_layout
39059
39060 \begin_layout Description
39061 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
39062  par le programme 
39063 \series bold
39064
39065 \begin_inset CommandInset href
39066 LatexCommand href
39067 name "LilyPond"
39068 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
39069
39070 \end_inset
39071
39072
39073 \series default
39074 .
39075  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
39076  au fichier \SpecialChar LyX
39077  d'exemple 
39078 \emph on
39079 lilypond.lyx
39080 \emph default
39081 .
39082 \end_layout
39083
39084 \begin_layout Description
39085 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
39086  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
39087  
39088 \emph on
39089 pages
39090 \emph default
39091  dans le champ 
39092 \family sans
39093 Option
39094 \family default
39095  dans l'onglet 
39096 \family sans
39097 Options \SpecialChar LaTeX
39098  et \SpecialChar LyX
39099
39100 \family default
39101 .
39102  L'argument de cette option est une liste d'éléments séparés par des virgules,
39103  contenant des numéros de pages (
39104 \begin_inset space ~
39105 \end_inset
39106
39107 insérez comme option 
39108 \series bold
39109 pages={3,5,6,8}
39110 \series default
39111
39112 \begin_inset space ~
39113 \end_inset
39114
39115 ), des plages de numéros de pages (
39116 \series bold
39117
39118 \begin_inset space ~
39119 \end_inset
39120
39121 pages={4-9}
39122 \series default
39123
39124 \begin_inset space ~
39125 \end_inset
39126
39127 ) ou n'importe quelle combinaison des deux.
39128  Pour insérer des pages vides, utilisez 
39129 \series bold
39130 {}
39131 \series default
39132 .
39133  Par exemple 
39134 \begin_inset space ~
39135 \end_inset
39136
39137
39138 \series bold
39139 pages={3,{},8-11,15}
39140 \series default
39141  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39142  15.
39143  Les plages de pages sont décrites avec la syntaxe 
39144 \emph on
39145 début-fin
39146 \emph default
39147  qui sélectionne toutes les pages de 
39148 \emph on
39149 début
39150 \emph default
39151  jusqu'à 
39152 \emph on
39153 fin
39154 \emph default
39155 .
39156  Si on omet 
39157 \emph on
39158 début
39159 \emph default
39160 , on commence implicitement à la première page ; de même, omettre 
39161 \emph on
39162 fin
39163 \emph default
39164  termine implicitement à la dernière page du document.
39165  La dernière page du document peut aussi être désignée par le mot-clé 
39166 \series bold
39167 last
39168 \series default
39169  (
39170 \begin_inset space ~
39171 \end_inset
39172
39173 ce dernier n'est accepté que pour une plage de pages
39174 \begin_inset space ~
39175 \end_inset
39176
39177 ).
39178  Donc 
39179 \series bold
39180 pages=-
39181 \series default
39182  va insérer toutes les pages du document et 
39183 \series bold
39184 pages=last-1
39185 \series default
39186  va insérer toutes les pages dans l'ordre inverse.
39187  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39188 \begin_inset Newline newline
39189 \end_inset
39190
39191 L'option 
39192 \series bold
39193 noautoscale
39194 \series default
39195  insère les pages avec leur taille d'origine, si cette option n'est pas
39196  donnée, les pages seront redimensionnées
39197 \begin_inset space \space{}
39198 \end_inset
39199
39200 pour tenir dans la largeur de page de votre document.
39201  Dans l'onglet 
39202 \family sans
39203 Taille
39204 \begin_inset space ~
39205 \end_inset
39206
39207 et
39208 \begin_inset space ~
39209 \end_inset
39210
39211 rotation
39212 \family default
39213  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39214  qu'une éventuelle rotation.
39215  Si vous utilisez une autre largeur que 100
39216 \begin_inset space \thinspace{}
39217 \end_inset
39218
39219 Échelle%, l'option 
39220 \series bold
39221 noautoscale
39222 \series default
39223  sera neutralisée.
39224  Pour plus d'information sur les options possibles, jetez un œil sur la
39225  documentation du paquetage \SpecialChar LaTeX
39226  
39227 \series bold
39228 pdfpages
39229 \series default
39230  
39231 \begin_inset CommandInset citation
39232 LatexCommand cite
39233 key "pdfpages"
39234
39235 \end_inset
39236
39237 .
39238 \begin_inset Index idx
39239 status collapsed
39240
39241 \begin_layout Plain Layout
39242 Paquetages \SpecialChar LaTeX
39243  ! pdfpages
39244 \end_layout
39245
39246 \end_inset
39247
39248
39249 \begin_inset Newline newline
39250 \end_inset
39251
39252 Pour utiliser ce modèle dans une présentation 
39253 \family sans
39254 Beamer
39255 \family default
39256  vous devez d'abord insérer un environnement 
39257 \family sans
39258 FinCadre
39259 \family default
39260  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39261  contenant la commande
39262  
39263 \series bold
39264
39265 \backslash
39266 setbeamertemplate{background canvas}{}
39267 \series default
39268 .
39269  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39270  que vous voulez.
39271  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39272  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39273  section.
39274  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39275  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39276  le modèle.
39277 \begin_inset Newline newline
39278 \end_inset
39279
39280 Voici un PDF incorporé basculé de -5°
39281 \begin_inset space ~
39282 \end_inset
39283
39284 °: 
39285 \begin_inset External
39286         template PDFPages
39287         filename ../clipart/Abstract.pdf
39288         extra LaTeX "noautoscale, pages=-"
39289         rotateAngle -5
39290         rotateOrigin bottomleft
39291
39292 \end_inset
39293
39294
39295 \end_layout
39296
39297 \begin_layout Description
39298 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39299  Les images peuvent être traitées dans la fenêtre de dialogue 
39300 \family sans
39301 Objet
39302 \begin_inset space ~
39303 \end_inset
39304
39305 Externe
39306 \family default
39307  comme les images qui sont habituellement incorporées en utilisant le menu
39308  
39309 \family sans
39310 Insertion\SpecialChar menuseparator
39311 Graphique
39312 \family default
39313 , comme c'est décrit dans la section
39314 \begin_inset space ~
39315 \end_inset
39316
39317
39318 \begin_inset CommandInset ref
39319 LatexCommand ref
39320 reference "sec:Graphics-Dialog"
39321
39322 \end_inset
39323
39324 .
39325  La différence avec l'insertion normale d'image est que seules les images
39326  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39327  ne sont pas acceptées.
39328  Voici un exemple d'insertion d'image matricielle
39329 \begin_inset space ~
39330 \end_inset
39331
39332
39333 \begin_inset External
39334         template RasterImage
39335         filename ../clipart/ToolbarEnvBox.png
39336
39337 \end_inset
39338
39339
39340 \end_layout
39341
39342 \begin_layout Description
39343 XFig Ce modèle accepte les images créées avec le programme 
39344 \series bold
39345
39346 \begin_inset CommandInset href
39347 LatexCommand href
39348 name "Xfig"
39349 target "http://fr.wikipedia.org/wiki/Xfig"
39350
39351 \end_inset
39352
39353
39354 \series default
39355 .
39356 \end_layout
39357
39358 \begin_layout Standard
39359 \begin_inset Float table
39360 placement !h
39361 wide false
39362 sideways false
39363 status open
39364
39365 \begin_layout Plain Layout
39366 \begin_inset Caption Standard
39367
39368 \begin_layout Plain Layout
39369 \begin_inset CommandInset label
39370 LatexCommand label
39371 name "tab:Comparaison-des-dates"
39372
39373 \end_inset
39374
39375 Comparaison des méthodes d'insertion de la date.
39376 \end_layout
39377
39378 \end_inset
39379
39380
39381 \end_layout
39382
39383 \begin_layout Plain Layout
39384 \align center
39385 \begin_inset Tabular
39386 <lyxtabular version="3" rows="4" columns="4">
39387 <features tabularvalignment="middle">
39388 <column alignment="center" valignment="top">
39389 <column alignment="center" valignment="top">
39390 <column alignment="center" valignment="top">
39391 <column alignment="center" valignment="top">
39392 <row>
39393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39394 \begin_inset Text
39395
39396 \begin_layout Plain Layout
39397 Format du document
39398 \end_layout
39399
39400 \end_inset
39401 </cell>
39402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39403 \begin_inset Text
39404
39405 \begin_layout Plain Layout
39406
39407 \family sans
39408 Objet
39409 \begin_inset space ~
39410 \end_inset
39411
39412 Externe\SpecialChar menuseparator
39413 Date
39414 \end_layout
39415
39416 \end_inset
39417 </cell>
39418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39419 \begin_inset Text
39420
39421 \begin_layout Plain Layout
39422
39423 \family sans
39424 Insertion\SpecialChar menuseparator
39425 Date
39426 \end_layout
39427
39428 \end_inset
39429 </cell>
39430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39431 \begin_inset Text
39432
39433 \begin_layout Plain Layout
39434 commande 
39435 \series bold
39436
39437 \backslash
39438 today
39439 \end_layout
39440
39441 \end_inset
39442 </cell>
39443 </row>
39444 <row>
39445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39446 \begin_inset Text
39447
39448 \begin_layout Plain Layout
39449 \SpecialChar LyX
39450
39451 \end_layout
39452
39453 \end_inset
39454 </cell>
39455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39456 \begin_inset Text
39457
39458 \begin_layout Plain Layout
39459 comme boîte d'insert
39460 \end_layout
39461
39462 \end_inset
39463 </cell>
39464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39465 \begin_inset Text
39466
39467 \begin_layout Plain Layout
39468 comme date
39469 \end_layout
39470
39471 \end_inset
39472 </cell>
39473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39474 \begin_inset Text
39475
39476 \begin_layout Plain Layout
39477 comme boîte de code \SpecialChar TeX
39478
39479 \end_layout
39480
39481 \end_inset
39482 </cell>
39483 </row>
39484 <row>
39485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39486 \begin_inset Text
39487
39488 \begin_layout Plain Layout
39489 \SpecialChar LaTeX
39490
39491 \end_layout
39492
39493 \end_inset
39494 </cell>
39495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39496 \begin_inset Text
39497
39498 \begin_layout Plain Layout
39499 comme date
39500 \end_layout
39501
39502 \end_inset
39503 </cell>
39504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39505 \begin_inset Text
39506
39507 \begin_layout Plain Layout
39508 comme date
39509 \end_layout
39510
39511 \end_inset
39512 </cell>
39513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39514 \begin_inset Text
39515
39516 \begin_layout Plain Layout
39517 comme commande
39518 \end_layout
39519
39520 \end_inset
39521 </cell>
39522 </row>
39523 <row>
39524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39525 \begin_inset Text
39526
39527 \begin_layout Plain Layout
39528 DVI, PDF, PS
39529 \end_layout
39530
39531 \end_inset
39532 </cell>
39533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39534 \begin_inset Text
39535
39536 \begin_layout Plain Layout
39537 comme date
39538 \end_layout
39539
39540 \end_inset
39541 </cell>
39542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39543 \begin_inset Text
39544
39545 \begin_layout Plain Layout
39546 comme date
39547 \end_layout
39548
39549 \end_inset
39550 </cell>
39551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39552 \begin_inset Text
39553
39554 \begin_layout Plain Layout
39555 comme date date
39556 \end_layout
39557
39558 \end_inset
39559 </cell>
39560 </row>
39561 </lyxtabular>
39562
39563 \end_inset
39564
39565
39566 \end_layout
39567
39568 \end_inset
39569
39570
39571 \end_layout
39572
39573 \begin_layout Standard
39574 Quand vous activez l'option 
39575 \family sans
39576 Brouillon
39577 \family default
39578  de l'onglet 
39579 \family sans
39580 Fichier
39581 \family default
39582  de la fenêtre de dialogue 
39583 \family sans
39584 Objet
39585 \begin_inset space ~
39586 \end_inset
39587
39588 Externe
39589 \family default
39590 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39591 \begin_inset Newline newline
39592 \end_inset
39593
39594 Les objets externes apparaissent dans \SpecialChar LyX
39595 , soit comme une boîte comme celle-ci
39596  : 
39597 \begin_inset Graphics
39598         filename ../clipart/ExternalMaterialQt4.png
39599         scale 85
39600         scaleBeforeRotation
39601
39602 \end_inset
39603
39604  soit comme une image, selon que vous avez ou non activé l'option 
39605 \family sans
39606 Afficher
39607 \begin_inset space ~
39608 \end_inset
39609
39610 dans
39611 \begin_inset space ~
39612 \end_inset
39613
39614 \SpecialChar LyX
39615
39616 \family default
39617  de l'onglet 
39618 \family sans
39619 Options \SpecialChar LaTeX
39620  et \SpecialChar LyX
39621
39622 \family default
39623  de la fenêtre de dialogue.
39624 \end_layout
39625
39626 \begin_layout Standard
39627 Le manuel 
39628 \family sans
39629 \emph on
39630 Personnalisation
39631 \family default
39632 \emph default
39633  explique comment vous pouvez créer vos propres modèles.
39634 \end_layout
39635
39636 \begin_layout Section
39637 Sous-documents
39638 \begin_inset CommandInset label
39639 LatexCommand label
39640 name "sec:Sous-documents"
39641
39642 \end_inset
39643
39644
39645 \begin_inset Index idx
39646 status collapsed
39647
39648 \begin_layout Plain Layout
39649 Trucs externes ! Sous-documents
39650 \end_layout
39651
39652 \end_inset
39653
39654
39655 \begin_inset Index idx
39656 status collapsed
39657
39658 \begin_layout Plain Layout
39659 Fichiers ! Insertion
39660 \end_layout
39661
39662 \end_inset
39663
39664
39665 \end_layout
39666
39667 \begin_layout Standard
39668 Les sous-documents sont utilisés quand on a un document très long qui peut
39669  être décomposé en plusieurs parties ou sections plus petites.
39670  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39671  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39672  Les différents documents sont ce que l'on appelle les sous-documents et
39673  un document maître les relie pour imprimer le document complet ou seulement
39674  une partie de celui-ci.
39675  Un sous-document hérite du contenu de son maître, par exemple le préambule
39676  \SpecialChar LaTeX
39677 , la bibliographie, et les étiquettes pour les références croisées.
39678 \end_layout
39679
39680 \begin_layout Standard
39681 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39682  maître, précisez dans le sous-document le document maître dans le menu
39683  
39684 \family sans
39685 Document\SpecialChar menuseparator
39686 Paramètres\SpecialChar menuseparator
39687 Classe de document
39688 \family default
39689 .
39690  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39691  à chaque
39692  fois que vous modifierez le sous-document.
39693 \end_layout
39694
39695 \begin_layout Standard
39696 Les documents inclus sont visualisés dans \SpecialChar LyX
39697  sous la forme d'une boîte comme
39698  celle-ci : 
39699 \begin_inset Graphics
39700         filename clipart/ChildDocumentQt4.png
39701         lyxscale 70
39702         scale 60
39703         scaleBeforeRotation
39704
39705 \end_inset
39706
39707  Pour inclure des sous-documents dans un document maître , on utilise le
39708  menu 
39709 \family sans
39710 Insertion\SpecialChar menuseparator
39711 Fichier\SpecialChar menuseparator
39712 Sous-document
39713 \family default
39714 .
39715  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39716  des quatre méthodes d'inclusion :
39717 \end_layout
39718
39719 \begin_layout Description
39720 Inclus
39721 \begin_inset space ~
39722 \end_inset
39723
39724 (include) Vous pouvez inclure des documents \SpecialChar LyX
39725  et \SpecialChar LaTeX
39726 .
39727  Quand vous cliquez sur le bouton 
39728 \family sans
39729 Modifier
39730 \family default
39731  dans la fenêtre de dialogue 
39732 \family sans
39733 Sous-document
39734 \family default
39735 , le document inclus est ouvert dans \SpecialChar LyX
39736  dans un nouvel onglet pour que vous
39737  puissiez le modifier.
39738 \begin_inset Newline newline
39739 \end_inset
39740
39741
39742 \end_layout
39743
39744 \begin_layout Standard
39745 Voici un sous-document inséré avec la méthode 
39746 \family sans
39747 Inclus
39748 \family default
39749  : 
39750 \begin_inset CommandInset include
39751 LatexCommand include
39752 filename "DocumentBidon1.lyx"
39753
39754 \end_inset
39755
39756
39757 \end_layout
39758
39759 \begin_layout Standard
39760 La numérotation des sections va prendre en compte les sections des fichiers
39761  incorporés dans l'ordre où ils sont insérés dans le document maître.
39762  Le document qui est inclus comme exemple possède une sous-section qui sera
39763  numérotée comme sous-section de la section actuelle.
39764  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39765  : la sous-section
39766 \begin_inset space ~
39767 \end_inset
39768
39769
39770 \begin_inset CommandInset ref
39771 LatexCommand ref
39772 reference "subsec:Sous-section-externe-1"
39773
39774 \end_inset
39775
39776  est dans le fichier inclus.
39777 \end_layout
39778
39779 \begin_layout Standard
39780 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39781  du document maître est utilisé.
39782  Les branches présentes dans le sous-document seront ignorées par le document
39783  maître si celui-ci ne possède pas une branche avec le même nom.
39784  Les documents inclus sont insérés en commençant une nouvelle page et sont
39785  suivis par un saut de page.
39786 \end_layout
39787
39788 \begin_layout Standard
39789 \begin_inset Note Greyedout
39790 status open
39791
39792 \begin_layout Plain Layout
39793
39794 \series bold
39795 Note:
39796 \series default
39797  Quand vous avez inclus un fichier \SpecialChar LyX
39798  ou \SpecialChar LaTeX
39799 , et que ce dernier utilise une classe
39800  de document différente de celle du document maître, vous recevez un avertisseme
39801 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39802  produire des résultats inattendus sur la sortie imprimée.
39803 \end_layout
39804
39805 \end_inset
39806
39807
39808 \end_layout
39809
39810 \begin_layout Description
39811 Incorporé
39812 \begin_inset space ~
39813 \end_inset
39814
39815 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39816  sont :
39817 \begin_inset Separator parbreak
39818 \end_inset
39819
39820
39821 \end_layout
39822
39823 \begin_deeper
39824 \begin_layout Itemize
39825 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39826  par un saut de page.
39827 \end_layout
39828
39829 \begin_layout Itemize
39830 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39831  quand l'option
39832  
39833 \family sans
39834 Aperçu
39835 \begin_inset space ~
39836 \end_inset
39837
39838 sur
39839 \begin_inset space ~
39840 \end_inset
39841
39842 le
39843 \begin_inset space ~
39844 \end_inset
39845
39846 vif
39847 \family default
39848  est activée dans les préférences dans la rubrique 
39849 \family sans
39850 Apparence\SpecialChar menuseparator
39851 Graphique
39852 \family default
39853 .
39854 \end_layout
39855
39856 \begin_layout Itemize
39857 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39858 \family sans
39859 Document\SpecialChar menuseparator
39860 Paramètres\SpecialChar menuseparator
39861 Sous-documents
39862 \family default
39863 .
39864 \end_layout
39865
39866 \end_deeper
39867 \begin_layout Standard
39868 Voici un sous document inséré en utilisant la méthode 
39869 \family sans
39870 Incorporé
39871 \family default
39872  : 
39873 \begin_inset CommandInset include
39874 LatexCommand input
39875 preview true
39876 filename "DocumentBidon2.lyx"
39877
39878 \end_inset
39879
39880
39881 \end_layout
39882
39883 \begin_layout Standard
39884 Voici un sous-document
39885 \emph on
39886 input
39887 \emph default
39888  comme \SpecialChar LaTeX
39889  source:
39890 \end_layout
39891
39892 \begin_layout Quote
39893 \begin_inset CommandInset include
39894 LatexCommand input
39895 filename "DocumentTexteBidon.txt"
39896
39897 \end_inset
39898
39899
39900 \end_layout
39901
39902 \begin_layout Description
39903 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39904  Si c'est un fichier \SpecialChar LyX
39905  ou \SpecialChar LaTeX
39906 , le contenu sera affiché dans la sortie sous forme
39907  de code source et aucune des commandes éventuellement présentes ne sera
39908  exécutée.
39909  Vous pouvez utiliser l'option 
39910 \family sans
39911 Marquer
39912 \begin_inset space ~
39913 \end_inset
39914
39915 les
39916 \begin_inset space ~
39917 \end_inset
39918
39919 espaces
39920 \family default
39921  qui matérialise chaque espace présente dans le code source par un caractère
39922  
39923 \begin_inset Quotes fld
39924 \end_inset
39925
39926
39927 \begin_inset ERT
39928 status collapsed
39929
39930 \begin_layout Plain Layout
39931
39932
39933 \backslash
39934 textvisiblespace 
39935 \end_layout
39936
39937 \end_inset
39938
39939
39940 \begin_inset Quotes frd
39941 \end_inset
39942
39943  .
39944  La différence avec la méthode qui consiste à utiliser le menu 
39945 \family sans
39946 Insertion\SpecialChar menuseparator
39947 Fichier\SpecialChar menuseparator
39948 Texte
39949 \begin_inset space ~
39950 \end_inset
39951
39952 brut
39953 \family default
39954  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
39955 .
39956 \end_layout
39957
39958 \begin_layout Standard
39959 Voici un sous-document inclus en utilisant la méthode 
39960 \family sans
39961 verbatim
39962 \family default
39963  : 
39964 \begin_inset CommandInset include
39965 LatexCommand verbatiminput
39966 filename "DocumentTexteBidon.txt"
39967
39968 \end_inset
39969
39970
39971 \begin_inset VSpace bigskip
39972 \end_inset
39973
39974 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39975  l'option 
39976 \family sans
39977 Marquer
39978 \begin_inset space ~
39979 \end_inset
39980
39981 les
39982 \begin_inset space ~
39983 \end_inset
39984
39985 espaces :
39986 \family default
39987  
39988 \begin_inset CommandInset include
39989 LatexCommand verbatiminput*
39990 filename "DocumentTexteBidon.txt"
39991
39992 \end_inset
39993
39994
39995 \end_layout
39996
39997 \begin_layout Standard
39998 \begin_inset VSpace bigskip
39999 \end_inset
40000
40001
40002 \end_layout
40003
40004 \begin_layout Standard
40005 \begin_inset Note Greyedout
40006 status open
40007
40008 \begin_layout Plain Layout
40009
40010 \series bold
40011 Note:
40012 \series default
40013  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
40014  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
40015 \end_layout
40016
40017 \end_inset
40018
40019
40020 \end_layout
40021
40022 \begin_layout Description
40023 Listings Ce type d'inclusion est décrit dans le chapitre
40024 \begin_inset space ~
40025 \end_inset
40026
40027
40028 \begin_inset CommandInset ref
40029 LatexCommand ref
40030 reference "cha:Program-Code-Listings"
40031
40032 \end_inset
40033
40034 .
40035 \end_layout
40036
40037 \begin_layout Standard
40038 \begin_inset Note Greyedout
40039 status open
40040
40041 \begin_layout Plain Layout
40042
40043 \series bold
40044 Note:
40045 \series default
40046  Inclure le même document deux fois dans un même document peut poser des
40047  problèmes avec \SpecialChar LaTeX
40048 .
40049 \end_layout
40050
40051 \end_inset
40052
40053
40054 \end_layout
40055
40056 \begin_layout Standard
40057 Si vous ne voulez visualiser ou exporter que certains des sous-documents
40058  de votre document maître, que ce soit pour diminuer les temps de compilation
40059  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
40060  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
40061  la sortie en utilisant le menu 
40062 \family sans
40063 Document\SpecialChar menuseparator
40064 Paramètres\SpecialChar menuseparator
40065 Sous-documents
40066 \family default
40067 .
40068  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
40069  sur la ligne correspondant dans la colonne 
40070 \family sans
40071 Inclus dans le résultat
40072 \family default
40073  de la liste (
40074 \begin_inset space ~
40075 \end_inset
40076
40077 notez que cela ne fonctionne que pour les documents inclus avec la méthode
40078  
40079 \begin_inset Quotes fld
40080 \end_inset
40081
40082 inclus
40083 \begin_inset Quotes frd
40084 \end_inset
40085
40086  et pas la méthode 
40087 \begin_inset Quotes fld
40088 \end_inset
40089
40090 incorporé
40091 \begin_inset Quotes frd
40092 \end_inset
40093
40094
40095 \begin_inset space ~
40096 \end_inset
40097
40098 ).
40099  Si on active l'option 
40100 \family sans
40101 Assurer la cohérence des compteurs et des références
40102 \family default
40103 , \SpecialChar LyX
40104  va s'assurer que tous les numéros de pages, références etc...
40105  sont corrects comme si tous le document avait été traité.
40106  C'est utile si vous voulez que les sous-documents choisis aient exactement
40107  le même aspect que s'il étaient dans le document complet.
40108  Pour réaliser cette condition, il faut que \SpecialChar LyX
40109  traite de façon silencieuse
40110  la totalité du document.
40111  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
40112  les compteurs et autres références n'ont pas à être à tout prix valides,
40113  vous devez impérativement désactiver cette option.
40114  
40115 \end_layout
40116
40117 \begin_layout Standard
40118 Une autre solution consiste à inclure chaque fichier dans une branche
40119 \begin_inset Foot
40120 status collapsed
40121
40122 \begin_layout Plain Layout
40123 Les branches sont décrites dans la section 
40124 \emph on
40125 Branches
40126 \emph default
40127  du 
40128 \emph on
40129 Guide de l'utilisateur
40130 \emph default
40131  de \SpecialChar LyX
40132 .
40133 \end_layout
40134
40135 \end_inset
40136
40137 .
40138  En activant ou désactivant une branche, vous pouvez décider les fichiers
40139  inclus qui doivent apparaître dans la sortie imprimée.
40140  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40141  
40142 \begin_inset Quotes fld
40143 \end_inset
40144
40145 incorporés
40146 \begin_inset Quotes frd
40147 \end_inset
40148
40149 .
40150  Le défaut est que les compteurs et autres références ne sont pas conservés
40151  avec cette approche.
40152 \end_layout
40153
40154 \begin_layout Chapter
40155 Listings de code source
40156 \begin_inset CommandInset label
40157 LatexCommand label
40158 name "cha:Program-Code-Listings"
40159
40160 \end_inset
40161
40162
40163 \begin_inset Index idx
40164 status collapsed
40165
40166 \begin_layout Plain Layout
40167 Listings
40168 \end_layout
40169
40170 \end_inset
40171
40172
40173 \begin_inset Index idx
40174 status collapsed
40175
40176 \begin_layout Plain Layout
40177 Code Source
40178 \end_layout
40179
40180 \end_inset
40181
40182
40183 \begin_inset Index idx
40184 status collapsed
40185
40186 \begin_layout Plain Layout
40187 Flottants ! Listings
40188 \end_layout
40189
40190 \end_inset
40191
40192
40193 \end_layout
40194
40195 \begin_layout Standard
40196 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40197  un insert 
40198 \family sans
40199 Listings
40200 \family default
40201  qui peut être créé grâce au menu 
40202 \family sans
40203 Insertion
40204 \family default
40205 \SpecialChar menuseparator
40206
40207 \family sans
40208 Listing
40209 \begin_inset space ~
40210 \end_inset
40211
40212 de
40213 \begin_inset space ~
40214 \end_inset
40215
40216 Code
40217 \begin_inset space ~
40218 \end_inset
40219
40220 Source
40221 \family default
40222 .
40223  Le paquetage \SpecialChar LaTeX
40224  
40225 \series bold
40226 listings
40227 \series default
40228
40229 \begin_inset Index idx
40230 status collapsed
40231
40232 \begin_layout Plain Layout
40233 Paquetages \SpecialChar LaTeX
40234  ! listings
40235 \end_layout
40236
40237 \end_inset
40238
40239  fournit un moyen puissant et flexible d'insérer des listings de code source
40240  dans votre document.
40241  
40242 \end_layout
40243
40244 \begin_layout Standard
40245 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40246  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40247 \end_layout
40248
40249 \begin_layout Standard
40250 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40251  imprimée.
40252  L'option d'emplacement 
40253 \family sans
40254 Listing
40255 \begin_inset space ~
40256 \end_inset
40257
40258 en
40259 \begin_inset space ~
40260 \end_inset
40261
40262 Ligne
40263 \family default
40264  imprime le listing dans la ligne comme ceci : 
40265 \begin_inset listings
40266 lstparams "language={C++}"
40267 inline true
40268 status open
40269
40270 \begin_layout Plain Layout
40271
40272 int a=5;
40273 \end_layout
40274
40275 \end_inset
40276
40277
40278 \begin_inset Newline newline
40279 \end_inset
40280
40281 L'option 
40282 \family sans
40283 Flottant
40284 \family default
40285  crée un flottant de listing pour lequel vous pouvez préciser les options
40286  classiques d'emplacement : 
40287 \begin_inset Quotes fld
40288 \end_inset
40289
40290
40291 \family sans
40292 h
40293 \family default
40294
40295 \begin_inset Quotes frd
40296 \end_inset
40297
40298
40299 \begin_inset Quotes fld
40300 \end_inset
40301
40302
40303 \family sans
40304 t
40305 \family default
40306
40307 \begin_inset Quotes frd
40308 \end_inset
40309
40310
40311 \begin_inset Quotes fld
40312 \end_inset
40313
40314
40315 \family sans
40316 b
40317 \family default
40318
40319 \begin_inset Quotes frd
40320 \end_inset
40321
40322 , et 
40323 \begin_inset Quotes fld
40324 \end_inset
40325
40326
40327 \family sans
40328 p
40329 \family default
40330
40331 \begin_inset Quotes frd
40332 \end_inset
40333
40334  correspondant aux emplacement décrits dans la section
40335 \begin_inset space ~
40336 \end_inset
40337
40338
40339 \begin_inset CommandInset ref
40340 LatexCommand ref
40341 reference "sec:Placement-flottants"
40342
40343 \end_inset
40344
40345 .
40346  Les options de positionnement peuvent être mélangées et doivent être saisies
40347  sans séparation, par exemple, on peut taper 
40348 \begin_inset Quotes fld
40349 \end_inset
40350
40351
40352 \family sans
40353 htbp
40354 \family default
40355
40356 \begin_inset Quotes frd
40357 \end_inset
40358
40359 .
40360  L'option 
40361 \begin_inset Quotes fld
40362 \end_inset
40363
40364 h
40365 \begin_inset Quotes frd
40366 \end_inset
40367
40368  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40369  
40370 \family sans
40371 Flottant
40372 \family default
40373  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40374  légende et être référencés.
40375 \end_layout
40376
40377 \begin_layout Standard
40378 Vous pouvez ajouter une légende à un listing avec le menu 
40379 \family sans
40380 Insertion\SpecialChar menuseparator
40381 Légende
40382 \family default
40383 .
40384  On peut référencer les listings de la même façon que les flottants :Voir
40385  le listing
40386 \begin_inset space ~
40387 \end_inset
40388
40389
40390 \begin_inset CommandInset ref
40391 LatexCommand ref
40392 reference "lst:Listing-exemple"
40393
40394 \end_inset
40395
40396 .
40397  Une liste des listings qui contient tous les listings légendés peut être
40398  créée par le menu 
40399 \family sans
40400 Insertion\SpecialChar menuseparator
40401 Listes
40402 \begin_inset space ~
40403 \end_inset
40404
40405 &
40406 \begin_inset space ~
40407 \end_inset
40408
40409 TdM\SpecialChar menuseparator
40410 Liste des listings
40411 \family default
40412 .
40413  Les éléments de la liste sont les légendes et le numéro de listing.
40414 \end_layout
40415
40416 \begin_layout Standard
40417 \begin_inset listings
40418 lstparams "language=Python"
40419 inline false
40420 status open
40421
40422 \begin_layout Plain Layout
40423
40424 \begin_inset Caption Standard
40425
40426 \begin_layout Plain Layout
40427 \begin_inset CommandInset label
40428 LatexCommand label
40429 name "lst:Listing-exemple"
40430
40431 \end_inset
40432
40433 Exemple de listing flottant
40434 \end_layout
40435
40436 \end_inset
40437
40438 # Exemple de listing flottant
40439 \end_layout
40440
40441 \begin_layout Plain Layout
40442
40443 def func(param):
40444 \end_layout
40445
40446 \begin_layout Plain Layout
40447
40448     'ceci est une fonction python'
40449 \end_layout
40450
40451 \begin_layout Plain Layout
40452
40453     pass
40454 \end_layout
40455
40456 \end_inset
40457
40458
40459 \end_layout
40460
40461 \begin_layout Standard
40462 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40463  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40464  de manière particulière dans la sortie imprimée.
40465  Dans l'exemple de listing, le mot clé Python 
40466 \begin_inset Quotes fld
40467 \end_inset
40468
40469 def
40470 \begin_inset Quotes frd
40471 \end_inset
40472
40473  est reconnu et imprimé en caractères gras dans la sortie.
40474 \end_layout
40475
40476 \begin_layout Standard
40477 \begin_inset Note Greyedout
40478 status open
40479
40480 \begin_layout Plain Layout
40481
40482 \series bold
40483 Note:
40484 \series default
40485  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40486  une police de caractères à 
40487 \family typewriter
40488 chasse fixe
40489 \family default
40490 , c'est que votre police ne contient probablement pas de série grasse.
40491  Dans ce cas choisissez une police différente dans le menu 
40492 \family sans
40493 Document\SpecialChar menuseparator
40494 Paramètres\SpecialChar menuseparator
40495 Polices
40496 \family default
40497 .
40498  (Les polices 
40499 \emph on
40500 LuxiMono, BeraMono
40501 \emph default
40502  et 
40503 \emph on
40504 Courier
40505 \emph default
40506  contiennent une série grasse.)
40507 \end_layout
40508
40509 \end_inset
40510
40511
40512 \end_layout
40513
40514 \begin_layout Standard
40515 Dans la rubrique 
40516 \family sans
40517 Numérotation
40518 \begin_inset space ~
40519 \end_inset
40520
40521 des
40522 \begin_inset space ~
40523 \end_inset
40524
40525 Lignes
40526 \family default
40527  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40528 n des lignes.
40529  Vous pouvez mettre un nombre dans le champ 
40530 \family sans
40531 Pas
40532 \family default
40533  pour désigner les lignes qui seront numérotées.
40534  Par exemple, si vous mettez 
40535 \begin_inset Quotes fld
40536 \end_inset
40537
40538 3
40539 \begin_inset Quotes frd
40540 \end_inset
40541
40542 , seule une ligne sur trois sera numérotée.
40543 \end_layout
40544
40545 \begin_layout Standard
40546 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40547  apparaîtront dans la sortie.
40548  Vous devez utiliser l'option 
40549 \family sans
40550 Table
40551 \begin_inset space ~
40552 \end_inset
40553
40554 de
40555 \begin_inset space ~
40556 \end_inset
40557
40558 Caractères
40559 \begin_inset space ~
40560 \end_inset
40561
40562 Étendue
40563 \family default
40564  quand vous employez des caractères spécifiques à une langue donnée comme
40565  les umlauts Allemands dans votre listing.
40566 \begin_inset Newline newline
40567 \end_inset
40568
40569 Voici un exemple de listing avec la numérotation des lignes à gauche par
40570  pas de 3, en langage Python, avec les options 
40571 \begin_inset Quotes fld
40572 \end_inset
40573
40574 Table
40575 \begin_inset space ~
40576 \end_inset
40577
40578 de
40579 \begin_inset space ~
40580 \end_inset
40581
40582 caractères
40583 \begin_inset space ~
40584 \end_inset
40585
40586 étendue
40587 \begin_inset Quotes frd
40588 \end_inset
40589
40590  et 
40591 \begin_inset Quotes fld
40592 \end_inset
40593
40594 Espace
40595 \begin_inset space ~
40596 \end_inset
40597
40598 représenté
40599 \begin_inset space ~
40600 \end_inset
40601
40602 par
40603 \begin_inset space ~
40604 \end_inset
40605
40606 un
40607 \begin_inset space ~
40608 \end_inset
40609
40610 symbole
40611 \begin_inset Quotes frd
40612 \end_inset
40613
40614 , l'intervalle de ligne étant 3
40615 \begin_inset space \thinspace{}
40616 \end_inset
40617
40618 -
40619 \begin_inset space \thinspace{}
40620 \end_inset
40621
40622 8:
40623 \end_layout
40624
40625 \begin_layout Standard
40626 \begin_inset listings
40627 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40628 inline false
40629 status open
40630
40631 \begin_layout Plain Layout
40632
40633 def func(param):
40634 \end_layout
40635
40636 \begin_layout Plain Layout
40637
40638     'ceci est une fonction Python'
40639 \end_layout
40640
40641 \begin_layout Plain Layout
40642
40643     pass
40644 \end_layout
40645
40646 \begin_layout Plain Layout
40647
40648 def func(param):
40649 \end_layout
40650
40651 \begin_layout Plain Layout
40652
40653 'Ça, c'est un mot Allemand : Tschüß'
40654 \end_layout
40655
40656 \begin_layout Plain Layout
40657
40658 pass
40659 \end_layout
40660
40661 \begin_layout Plain Layout
40662
40663 def func(param):
40664 \end_layout
40665
40666 \begin_layout Plain Layout
40667
40668 'ceci est une fonction Python'
40669 \end_layout
40670
40671 \begin_layout Plain Layout
40672
40673 pass
40674 \end_layout
40675
40676 \end_inset
40677
40678
40679 \end_layout
40680
40681 \begin_layout Standard
40682 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40683  nombre de caractères que doit représenter une tabulation dans le champ
40684  
40685 \family sans
40686 Taille du tabulateur
40687 \family default
40688 .
40689 \end_layout
40690
40691 \begin_layout Standard
40692 \begin_inset Note Greyedout
40693 status open
40694
40695 \begin_layout Plain Layout
40696
40697 \series bold
40698 Note:
40699 \series default
40700  À cause d'un bug dans le paquetage 
40701 \series bold
40702 listings
40703 \series default
40704  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40705  listing.
40706  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40707  les lignes 3 et 6.
40708 \end_layout
40709
40710 \end_inset
40711
40712
40713 \end_layout
40714
40715 \begin_layout Standard
40716 \begin_inset VSpace bigskip
40717 \end_inset
40718
40719
40720 \end_layout
40721
40722 \begin_layout Standard
40723 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40724  listing.
40725  Pour le faire, il suffit d'utiliser le menu 
40726 \family sans
40727 Insertion\SpecialChar menuseparator
40728 Fichier\SpecialChar menuseparator
40729 Sous-document
40730 \family default
40731  et de choisir le type 
40732 \family sans
40733 Listing
40734 \family default
40735
40736 \begin_inset space ~
40737 \end_inset
40738
40739
40740 \family sans
40741 de
40742 \begin_inset space ~
40743 \end_inset
40744
40745 Code
40746 \begin_inset space ~
40747 \end_inset
40748
40749 source
40750 \family default
40751 .
40752 \begin_inset Foot
40753 status collapsed
40754
40755 \begin_layout Plain Layout
40756 Les autres types de sous-documents sont décrits dans la section
40757 \begin_inset space ~
40758 \end_inset
40759
40760
40761 \begin_inset CommandInset ref
40762 LatexCommand ref
40763 reference "sec:Sous-documents"
40764
40765 \end_inset
40766
40767 .
40768 \end_layout
40769
40770 \end_inset
40771
40772  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40773  à utiliser pour le listing dans une zone de texte.
40774  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40775  
40776 \begin_inset Quotes fld
40777 \end_inset
40778
40779 ?
40780 \begin_inset Quotes frd
40781 \end_inset
40782
40783  dans la zone de texte.
40784 \end_layout
40785
40786 \begin_layout Standard
40787 Pour faire référence à un sous-document de type listing, tapez une étiquette
40788  dans le champ correspondant de la fenêtre de dialogue.
40789  On peut alors faire référence à cette étiquette en utilisant le menu 
40790 \family sans
40791 Insertion\SpecialChar menuseparator
40792 Référence
40793 \begin_inset space ~
40794 \end_inset
40795
40796 Croisée
40797 \family default
40798 .
40799 \end_layout
40800
40801 \begin_layout Standard
40802 Le listing
40803 \begin_inset space ~
40804 \end_inset
40805
40806
40807 \begin_inset CommandInset ref
40808 LatexCommand ref
40809 reference "lst:listing-fichier"
40810
40811 \end_inset
40812
40813  est un exemple de listing issu d'un fichier ; ici les lignes 10
40814 \begin_inset space \thinspace{}
40815 \end_inset
40816
40817 -
40818 \begin_inset space \thinspace{}
40819 \end_inset
40820
40821 15 de ce fichier \SpecialChar LyX
40822  sont listées.
40823 \end_layout
40824
40825 \begin_layout Standard
40826 \begin_inset CommandInset include
40827 LatexCommand lstinputlisting
40828 filename "EmbeddedObjects.lyx"
40829 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40830
40831 \end_inset
40832
40833
40834 \end_layout
40835
40836 \begin_layout Standard
40837 \begin_inset VSpace bigskip
40838 \end_inset
40839
40840
40841 \end_layout
40842
40843 \begin_layout Standard
40844 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40845 \begin_inset space ~
40846 \end_inset
40847
40848 :
40849 \end_layout
40850
40851 \begin_layout Enumerate
40852 Ouvrez la fenêtre de dialogue listings et ajoutez
40853 \begin_inset Newline newline
40854 \end_inset
40855
40856
40857 \family sans
40858 mathescape=true
40859 \family default
40860
40861 \begin_inset Newline newline
40862 \end_inset
40863
40864 dans le champ de l'onglet 
40865 \family sans
40866 Avancé
40867 \family default
40868 .
40869 \end_layout
40870
40871 \begin_layout Enumerate
40872 Créez la formule en dehors du listing.
40873 \end_layout
40874
40875 \begin_layout Enumerate
40876 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40877  (raccourci 
40878 \begin_inset Info
40879 type  "shortcut"
40880 arg   "copy"
40881 \end_inset
40882
40883 )
40884 \end_layout
40885
40886 \begin_layout Enumerate
40887 Dans le listing écrivez 
40888 \begin_inset Quotes fld
40889 \end_inset
40890
40891
40892 \family sans
40893 $$
40894 \family default
40895
40896 \begin_inset Quotes frd
40897 \end_inset
40898
40899  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40900  
40901 \begin_inset Info
40902 type  "shortcut"
40903 arg   "paste"
40904 \end_inset
40905
40906 )
40907 \end_layout
40908
40909 \begin_layout Standard
40910 \begin_inset listings
40911 lstparams "language=Python,mathescape=true"
40912 inline false
40913 status open
40914
40915 \begin_layout Plain Layout
40916
40917 \begin_inset Caption Standard
40918
40919 \begin_layout Plain Layout
40920 Exemple de listing flottant contenant une formule
40921 \end_layout
40922
40923 \end_inset
40924
40925 # Exemple de listing flottant
40926 \end_layout
40927
40928 \begin_layout Plain Layout
40929
40930 def func(param):
40931 \end_layout
40932
40933 \begin_layout Plain Layout
40934
40935     # $
40936 \backslash
40937 prod_{n=1}^{
40938 \backslash
40939 infty}
40940 \backslash
40941 ,
40942 \backslash
40943 frac{1}{x^{2}}$
40944 \end_layout
40945
40946 \begin_layout Plain Layout
40947
40948     pass
40949 \end_layout
40950
40951 \end_inset
40952
40953
40954 \end_layout
40955
40956 \begin_layout Standard
40957 \begin_inset VSpace bigskip
40958 \end_inset
40959
40960
40961 \end_layout
40962
40963 \begin_layout Standard
40964 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40965  de dialogue 
40966 \family sans
40967 Document\SpecialChar menuseparator
40968 Paramètres\SpecialChar menuseparator
40969 Listings
40970 \family default
40971 .
40972  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40973  
40974 \begin_inset Quotes fld
40975 \end_inset
40976
40977 ?
40978 \begin_inset Quotes frd
40979 \end_inset
40980
40981  dans le champ.
40982 \end_layout
40983
40984 \begin_layout Standard
40985 Pour plus d'information sur le paquetage 
40986 \series bold
40987 listings
40988 \series default
40989 , nous vous renvoyons à sa documentation 
40990 \begin_inset CommandInset citation
40991 LatexCommand cite
40992 key "listings"
40993
40994 \end_inset
40995
40996 .
40997 \end_layout
40998
40999 \begin_layout Standard
41000 \begin_inset Newpage newpage
41001 \end_inset
41002
41003
41004 \end_layout
41005
41006 \begin_layout Chapter
41007 \start_of_appendix
41008 Unités de longueur utilisables avec \SpecialChar LyX
41009
41010 \begin_inset Argument 1
41011 status collapsed
41012
41013 \begin_layout Plain Layout
41014 Unités de longueur
41015 \end_layout
41016
41017 \end_inset
41018
41019
41020 \begin_inset Index idx
41021 status collapsed
41022
41023 \begin_layout Plain Layout
41024 Unités
41025 \end_layout
41026
41027 \end_inset
41028
41029
41030 \begin_inset CommandInset label
41031 LatexCommand label
41032 name "cha:Unités-de-longueur"
41033
41034 \end_inset
41035
41036
41037 \end_layout
41038
41039 \begin_layout Standard
41040 Pour comprendre les unités de longueur utilisées dans cette documentation,
41041  le tableau
41042 \begin_inset space ~
41043 \end_inset
41044
41045
41046 \begin_inset CommandInset ref
41047 LatexCommand ref
41048 reference "tab:Unités"
41049
41050 \end_inset
41051
41052 décrit les unités utilisées par \SpecialChar LyX
41053 .
41054 \begin_inset Float table
41055 placement h
41056 wide false
41057 sideways false
41058 status open
41059
41060 \begin_layout Plain Layout
41061 \begin_inset Caption Standard
41062
41063 \begin_layout Plain Layout
41064 \begin_inset CommandInset label
41065 LatexCommand label
41066 name "tab:Unités"
41067
41068 \end_inset
41069
41070 Unités de longueur
41071 \end_layout
41072
41073 \end_inset
41074
41075
41076 \end_layout
41077
41078 \begin_layout Plain Layout
41079 \begin_inset VSpace medskip
41080 \end_inset
41081
41082
41083 \end_layout
41084
41085 \begin_layout Plain Layout
41086 \align center
41087 \begin_inset Tabular
41088 <lyxtabular version="3" rows="20" columns="2">
41089 <features tabularvalignment="middle">
41090 <column alignment="center" valignment="top">
41091 <column alignment="center" valignment="top">
41092 <row>
41093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41094 \begin_inset Text
41095
41096 \begin_layout Plain Layout
41097 unité
41098 \end_layout
41099
41100 \end_inset
41101 </cell>
41102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41103 \begin_inset Text
41104
41105 \begin_layout Plain Layout
41106 nom/description
41107 \end_layout
41108
41109 \end_inset
41110 </cell>
41111 </row>
41112 <row>
41113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41114 \begin_inset Text
41115
41116 \begin_layout Plain Layout
41117 mm
41118 \end_layout
41119
41120 \end_inset
41121 </cell>
41122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41123 \begin_inset Text
41124
41125 \begin_layout Plain Layout
41126 millimètre
41127 \end_layout
41128
41129 \end_inset
41130 </cell>
41131 </row>
41132 <row>
41133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41134 \begin_inset Text
41135
41136 \begin_layout Plain Layout
41137 cm
41138 \end_layout
41139
41140 \end_inset
41141 </cell>
41142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41143 \begin_inset Text
41144
41145 \begin_layout Plain Layout
41146 centimètre
41147 \end_layout
41148
41149 \end_inset
41150 </cell>
41151 </row>
41152 <row>
41153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41154 \begin_inset Text
41155
41156 \begin_layout Plain Layout
41157 in
41158 \end_layout
41159
41160 \end_inset
41161 </cell>
41162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41163 \begin_inset Text
41164
41165 \begin_layout Plain Layout
41166 pouce (inch)
41167 \end_layout
41168
41169 \end_inset
41170 </cell>
41171 </row>
41172 <row>
41173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41174 \begin_inset Text
41175
41176 \begin_layout Plain Layout
41177 pt
41178 \end_layout
41179
41180 \end_inset
41181 </cell>
41182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41183 \begin_inset Text
41184
41185 \begin_layout Plain Layout
41186 point (72.27
41187 \begin_inset space \thinspace{}
41188 \end_inset
41189
41190 pt = 1
41191 \begin_inset space \thinspace{}
41192 \end_inset
41193
41194 in)
41195 \end_layout
41196
41197 \end_inset
41198 </cell>
41199 </row>
41200 <row>
41201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41202 \begin_inset Text
41203
41204 \begin_layout Plain Layout
41205 pc
41206 \end_layout
41207
41208 \end_inset
41209 </cell>
41210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41211 \begin_inset Text
41212
41213 \begin_layout Plain Layout
41214 pica (1
41215 \begin_inset space \thinspace{}
41216 \end_inset
41217
41218 pc = 12
41219 \begin_inset space \thinspace{}
41220 \end_inset
41221
41222 pt)
41223 \end_layout
41224
41225 \end_inset
41226 </cell>
41227 </row>
41228 <row>
41229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41230 \begin_inset Text
41231
41232 \begin_layout Plain Layout
41233 sp
41234 \end_layout
41235
41236 \end_inset
41237 </cell>
41238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41239 \begin_inset Text
41240
41241 \begin_layout Plain Layout
41242 scaled point (65536
41243 \begin_inset space \thinspace{}
41244 \end_inset
41245
41246 sp = 1
41247 \begin_inset space \thinspace{}
41248 \end_inset
41249
41250 pt)
41251 \end_layout
41252
41253 \end_inset
41254 </cell>
41255 </row>
41256 <row>
41257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41258 \begin_inset Text
41259
41260 \begin_layout Plain Layout
41261 bp
41262 \end_layout
41263
41264 \end_inset
41265 </cell>
41266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41267 \begin_inset Text
41268
41269 \begin_layout Plain Layout
41270 gros point (72
41271 \begin_inset space \thinspace{}
41272 \end_inset
41273
41274 bp = 1
41275 \begin_inset space \thinspace{}
41276 \end_inset
41277
41278 in)
41279 \end_layout
41280
41281 \end_inset
41282 </cell>
41283 </row>
41284 <row>
41285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41286 \begin_inset Text
41287
41288 \begin_layout Plain Layout
41289 dd
41290 \end_layout
41291
41292 \end_inset
41293 </cell>
41294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41295 \begin_inset Text
41296
41297 \begin_layout Plain Layout
41298 didot (72
41299 \begin_inset space \thinspace{}
41300 \end_inset
41301
41302 dd 
41303 \begin_inset Formula $\approx$
41304 \end_inset
41305
41306  37.6
41307 \begin_inset space \thinspace{}
41308 \end_inset
41309
41310 mm)
41311 \end_layout
41312
41313 \end_inset
41314 </cell>
41315 </row>
41316 <row>
41317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41318 \begin_inset Text
41319
41320 \begin_layout Plain Layout
41321 cc
41322 \end_layout
41323
41324 \end_inset
41325 </cell>
41326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41327 \begin_inset Text
41328
41329 \begin_layout Plain Layout
41330 cicero (1
41331 \begin_inset space \thinspace{}
41332 \end_inset
41333
41334 cc = 12
41335 \begin_inset space \thinspace{}
41336 \end_inset
41337
41338 dd)
41339 \end_layout
41340
41341 \end_inset
41342 </cell>
41343 </row>
41344 <row>
41345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41346 \begin_inset Text
41347
41348 \begin_layout Plain Layout
41349 Scale%
41350 \end_layout
41351
41352 \end_inset
41353 </cell>
41354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41355 \begin_inset Text
41356
41357 \begin_layout Plain Layout
41358 % de la largeur originale de l'image
41359 \end_layout
41360
41361 \end_inset
41362 </cell>
41363 </row>
41364 <row>
41365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41366 \begin_inset Text
41367
41368 \begin_layout Plain Layout
41369 text%
41370 \end_layout
41371
41372 \end_inset
41373 </cell>
41374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41375 \begin_inset Text
41376
41377 \begin_layout Plain Layout
41378 % de la largeur du texte
41379 \end_layout
41380
41381 \end_inset
41382 </cell>
41383 </row>
41384 <row>
41385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41386 \begin_inset Text
41387
41388 \begin_layout Plain Layout
41389 col%
41390 \end_layout
41391
41392 \end_inset
41393 </cell>
41394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41395 \begin_inset Text
41396
41397 \begin_layout Plain Layout
41398 % de la largeur de la colonne
41399 \end_layout
41400
41401 \end_inset
41402 </cell>
41403 </row>
41404 <row>
41405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41406 \begin_inset Text
41407
41408 \begin_layout Plain Layout
41409 page%
41410 \end_layout
41411
41412 \end_inset
41413 </cell>
41414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41415 \begin_inset Text
41416
41417 \begin_layout Plain Layout
41418 % de la largeur du papier
41419 \end_layout
41420
41421 \end_inset
41422 </cell>
41423 </row>
41424 <row>
41425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41426 \begin_inset Text
41427
41428 \begin_layout Plain Layout
41429 line%
41430 \end_layout
41431
41432 \end_inset
41433 </cell>
41434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41435 \begin_inset Text
41436
41437 \begin_layout Plain Layout
41438 % de la largeur de la ligne
41439 \end_layout
41440
41441 \end_inset
41442 </cell>
41443 </row>
41444 <row>
41445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41446 \begin_inset Text
41447
41448 \begin_layout Plain Layout
41449 theight%
41450 \end_layout
41451
41452 \end_inset
41453 </cell>
41454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41455 \begin_inset Text
41456
41457 \begin_layout Plain Layout
41458 % la hauteur du texte
41459 \end_layout
41460
41461 \end_inset
41462 </cell>
41463 </row>
41464 <row>
41465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41466 \begin_inset Text
41467
41468 \begin_layout Plain Layout
41469 pheight%
41470 \end_layout
41471
41472 \end_inset
41473 </cell>
41474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41475 \begin_inset Text
41476
41477 \begin_layout Plain Layout
41478 % hauteur du papier
41479 \end_layout
41480
41481 \end_inset
41482 </cell>
41483 </row>
41484 <row>
41485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41486 \begin_inset Text
41487
41488 \begin_layout Plain Layout
41489 ex
41490 \end_layout
41491
41492 \end_inset
41493 </cell>
41494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41495 \begin_inset Text
41496
41497 \begin_layout Plain Layout
41498 hauteur de la lettre 
41499 \emph on
41500 x
41501 \emph default
41502  dans la police courante
41503 \end_layout
41504
41505 \end_inset
41506 </cell>
41507 </row>
41508 <row>
41509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41510 \begin_inset Text
41511
41512 \begin_layout Plain Layout
41513 em
41514 \end_layout
41515
41516 \end_inset
41517 </cell>
41518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41519 \begin_inset Text
41520
41521 \begin_layout Plain Layout
41522 largeur de la lettre
41523 \emph on
41524  M
41525 \emph default
41526  dans la police courante
41527 \end_layout
41528
41529 \end_inset
41530 </cell>
41531 </row>
41532 <row>
41533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41534 \begin_inset Text
41535
41536 \begin_layout Plain Layout
41537 mu
41538 \end_layout
41539
41540 \end_inset
41541 </cell>
41542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41543 \begin_inset Text
41544
41545 \begin_layout Plain Layout
41546 unité mathématique (1
41547 \begin_inset space \thinspace{}
41548 \end_inset
41549
41550 mu = 1/18
41551 \begin_inset space \thinspace{}
41552 \end_inset
41553
41554 em)
41555 \end_layout
41556
41557 \end_inset
41558 </cell>
41559 </row>
41560 </lyxtabular>
41561
41562 \end_inset
41563
41564
41565 \end_layout
41566
41567 \end_inset
41568
41569
41570 \end_layout
41571
41572 \begin_layout Chapter
41573 Formats des fichiers de sortie graphiques
41574 \begin_inset CommandInset label
41575 LatexCommand label
41576 name "cha:Formats-fichiers-graphiques"
41577
41578 \end_inset
41579
41580
41581 \end_layout
41582
41583 \begin_layout Section
41584 DVI
41585 \begin_inset Index idx
41586 status collapsed
41587
41588 \begin_layout Plain Layout
41589 Formats de Fichiers! DVI
41590 \end_layout
41591
41592 \end_inset
41593
41594
41595 \begin_inset Index idx
41596 status collapsed
41597
41598 \begin_layout Plain Layout
41599 DVI|see
41600 \begin_inset ERT
41601 status collapsed
41602
41603 \begin_layout Plain Layout
41604
41605 {
41606 \end_layout
41607
41608 \end_inset
41609
41610 Formats de Fichiers
41611 \begin_inset ERT
41612 status collapsed
41613
41614 \begin_layout Plain Layout
41615
41616 }
41617 \end_layout
41618
41619 \end_inset
41620
41621
41622 \end_layout
41623
41624 \end_inset
41625
41626
41627 \end_layout
41628
41629 \begin_layout Standard
41630 Ce type de fichiers a l'extension 
41631 \begin_inset Quotes fld
41632 \end_inset
41633
41634
41635 \family typewriter
41636 .dvi
41637 \family default
41638
41639 \begin_inset Quotes frd
41640 \end_inset
41641
41642 .
41643  Il est appelé 
41644 \emph on
41645 indépendant de l'appareil
41646 \emph default
41647  ou 
41648 \begin_inset Quotes fld
41649 \end_inset
41650
41651 device independent (DVI)
41652 \begin_inset Quotes frd
41653 \end_inset
41654
41655 , car il est complètement portable ; vous pouvez les recopier d'une machine
41656  à l'autre sans avoir à faire de conversion.
41657  À l'époque où ce format a été développé, c'était loin d'être évident.
41658  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41659  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41660 \end_layout
41661
41662 \begin_layout Standard
41663 \begin_inset Note Greyedout
41664 status open
41665
41666 \begin_layout Plain Layout
41667
41668 \series bold
41669 Note:
41670 \series default
41671  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41672  au fichier.
41673  
41674 \end_layout
41675
41676 \end_inset
41677
41678  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41679  
41680 \family typewriter
41681 .dvi
41682 \family default
41683 .
41684  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41685 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41686  pour les rendre visibles quand vous faites défiler votre document.
41687  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41688  avec de nombreuses images.
41689 \end_layout
41690
41691 \begin_layout Standard
41692 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41693  menu 
41694 \family sans
41695 Fichier\SpecialChar menuseparator
41696 Exporter\SpecialChar menuseparator
41697 DVI.
41698
41699 \family default
41700  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41701 \family sans
41702 Visualiser
41703 \family default
41704 .
41705 \end_layout
41706
41707 \begin_layout Section
41708 PostScript
41709 \begin_inset CommandInset label
41710 LatexCommand label
41711 name "sec:PostScript"
41712
41713 \end_inset
41714
41715
41716 \begin_inset Index idx
41717 status collapsed
41718
41719 \begin_layout Plain Layout
41720 Formats de Fichiers ! PostScript
41721 \end_layout
41722
41723 \end_inset
41724
41725
41726 \begin_inset Index idx
41727 status collapsed
41728
41729 \begin_layout Plain Layout
41730 PostScript|see
41731 \begin_inset ERT
41732 status collapsed
41733
41734 \begin_layout Plain Layout
41735
41736 {
41737 \end_layout
41738
41739 \end_inset
41740
41741 Formats de Fichiers
41742 \begin_inset ERT
41743 status collapsed
41744
41745 \begin_layout Plain Layout
41746
41747 }
41748 \end_layout
41749
41750 \end_inset
41751
41752
41753 \end_layout
41754
41755 \end_inset
41756
41757
41758 \end_layout
41759
41760 \begin_layout Standard
41761 Ce type de fichiers a l'extension 
41762 \begin_inset Quotes fld
41763 \end_inset
41764
41765
41766 \family typewriter
41767 .ps
41768 \family default
41769
41770 \begin_inset Quotes frd
41771 \end_inset
41772
41773 .
41774  PostScript a été développé par la société 
41775 \series bold
41776 Adobe
41777 \series default
41778  comme un langage pour les imprimantes.
41779  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41780  pour imprimer le document.
41781  PostScript peut être considéré comme un 
41782 \begin_inset Quotes fld
41783 \end_inset
41784
41785 langage de programmation
41786 \begin_inset Quotes frd
41787 \end_inset
41788
41789  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41790  images
41791 \begin_inset Foot
41792 status collapsed
41793
41794 \begin_layout Plain Layout
41795 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41796  \SpecialChar LaTeX
41797  
41798 \series bold
41799 pstricks
41800 \series default
41801
41802 \begin_inset CommandInset citation
41803 LatexCommand cite
41804 key "pstricks"
41805
41806 \end_inset
41807
41808 .
41809 \end_layout
41810
41811 \end_inset
41812
41813 .
41814  En partie à cause de toutes ces possibilités un fichier PostScript est
41815  souvent plus gros qu'un PDF.
41816 \end_layout
41817
41818 \begin_layout Standard
41819 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
41820  plus gros qu'un PDF.
41821 \end_layout
41822
41823 \begin_layout Standard
41824 PostScript ne peut contenir que des images au format 
41825 \begin_inset Quotes fld
41826 \end_inset
41827
41828 PostScript Encapsulé
41829 \begin_inset Quotes frd
41830 \end_inset
41831
41832  (encapsulated PostScript ou EPS, d'extension 
41833 \family typewriter
41834 .eps
41835 \family default
41836 ).
41837  Comme \SpecialChar LyX
41838  vous permet n'importe quel format d'image connu dans votre document,
41839  il doit les convertir en interne en EPS.
41840  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
41841  doit faire 50
41842  conversions à chaque fois que vous visualisez ou que vous exportez votre
41843  document.
41844  Cela risque de ralentir de façon importante votre rythme de travail.
41845  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
41846  vos images directement en EPS pour éviter ce problème.
41847 \end_layout
41848
41849 \begin_layout Standard
41850 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
41851  le menu 
41852 \family sans
41853 Fichier\SpecialChar menuseparator
41854 Exporter\SpecialChar menuseparator
41855 PostScript.
41856
41857 \family default
41858  Vous pouvez visionner votre document sous forme PostScript grâce au menu
41859  
41860 \family sans
41861 Visualiser
41862 \family default
41863 .
41864 \end_layout
41865
41866 \begin_layout Section
41867 PDF
41868 \begin_inset Index idx
41869 status collapsed
41870
41871 \begin_layout Plain Layout
41872 Formats de Fichiers ! PDF
41873 \end_layout
41874
41875 \end_inset
41876
41877
41878 \begin_inset Index idx
41879 status collapsed
41880
41881 \begin_layout Plain Layout
41882 PDF
41883 \end_layout
41884
41885 \end_inset
41886
41887
41888 \end_layout
41889
41890 \begin_layout Standard
41891 Ce type de fichiers a l'extension 
41892 \begin_inset Quotes fld
41893 \end_inset
41894
41895
41896 \family typewriter
41897 .pdf
41898 \family default
41899
41900 \begin_inset Quotes frd
41901 \end_inset
41902
41903 .
41904  Ce 
41905 \begin_inset Quotes fld
41906 \end_inset
41907
41908 format de document portable
41909 \begin_inset Quotes frd
41910 \end_inset
41911
41912  (portable document format ou PDF) est développé par 
41913 \family typewriter
41914 Adobe
41915 \family default
41916  comme une évolution de PostScript.
41917  Il est plus comprimé et utilise moins de commandes que PostScript.
41918  Comme son nom l'indique, il est 
41919 \begin_inset Quotes fld
41920 \end_inset
41921
41922 portable
41923 \begin_inset Quotes frd
41924 \end_inset
41925
41926  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
41927  aura exactement le même aspect.
41928 \end_layout
41929
41930 \begin_layout Standard
41931 PDF peut contenir des images dans son propre format PDF et dans les formats
41932  JPG (format du 
41933 \begin_inset Quotes fld
41934 \end_inset
41935
41936 Joint Photographic Expert Group
41937 \begin_inset Quotes frd
41938 \end_inset
41939
41940  avec comme extension 
41941 \family typewriter
41942 .jpg
41943 \family default
41944  ou 
41945 \family typewriter
41946 .jpeg
41947 \family default
41948 ) et PNG (
41949 \begin_inset Quotes fld
41950 \end_inset
41951
41952 Portable Network Graphics
41953 \begin_inset Quotes frd
41954 \end_inset
41955
41956  avec l'extension 
41957 \family typewriter
41958 .png
41959 \family default
41960 ).
41961  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
41962  les convertit
41963  dans un de ces formats.
41964  Mais comme il est dit dans la section sur PostScript, les conversions d'images
41965  vont ralentir votre travail.
41966  Nous recommandons donc l'utilisation de l'un des trois formats cités.
41967 \end_layout
41968
41969 \begin_layout Standard
41970 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
41971  menu 
41972 \family sans
41973 Fichier\SpecialChar menuseparator
41974 Exporter 
41975 \family default
41976 de trois façons différentes:
41977 \end_layout
41978
41979 \begin_layout Description
41980 PDF
41981 \begin_inset space ~
41982 \end_inset
41983
41984 (ps2pdf) Ceci utilise le programme 
41985 \family typewriter
41986 ps2pdf
41987 \family default
41988  qui créé un PDF à partir de la version PostScript de votre fichier.
41989  Cette dernière est produite par le programme 
41990 \family typewriter
41991 dvips
41992 \family default
41993  qui utilise une version DVI comme étape intermédiaire.
41994  Cette variante consiste donc en trois conversions.
41995 \end_layout
41996
41997 \begin_layout Description
41998 PDF
41999 \begin_inset space ~
42000 \end_inset
42001
42002 (dvipdfm) Ceci utilise le programme 
42003 \family typewriter
42004 dvipdfm
42005 \family default
42006  qui convertit votre fichier en DVI avant de le convertir en PDF.
42007 \end_layout
42008
42009 \begin_layout Description
42010 PDF
42011 \begin_inset space ~
42012 \end_inset
42013
42014 (pdflatex) Ceci utilise le programme 
42015 \family typewriter
42016 pdftex
42017 \family default
42018  qui convertit directement votre fichier en PDF.
42019 \end_layout
42020
42021 \begin_layout Standard
42022 Nous recommandons d'utiliser l'option 
42023 \family sans
42024 PDF
42025 \begin_inset space ~
42026 \end_inset
42027
42028 (pdflatex)
42029 \family default
42030  car 
42031 \family typewriter
42032 pdftex
42033 \family default
42034  accepte toutes les fonctionnalités des versions actuelles de PDF.
42035  Il est en plus rapide et stable.
42036  Le programme 
42037 \family typewriter
42038 dvipdfm
42039 \family default
42040  n'est plus développé est est donc un peu dépassé.
42041 \end_layout
42042
42043 \begin_layout Standard
42044 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42045 \family sans
42046 Visualiser
42047 \family default
42048  ou en utilisant un bouton de la barre d'outils.
42049 \end_layout
42050
42051 \begin_layout Chapter
42052 Liste de noms de couleur pour dvips
42053 \begin_inset CommandInset label
42054 LatexCommand label
42055 name "chap:Liste-de-noms-de-couleur-dvips"
42056
42057 \end_inset
42058
42059
42060 \end_layout
42061
42062 \begin_layout Standard
42063 \begin_inset Tabular
42064 <lyxtabular version="3" rows="17" columns="4">
42065 <features tabularvalignment="middle">
42066 <column alignment="left" valignment="top" width="0pt">
42067 <column alignment="left" valignment="top" width="0pt">
42068 <column alignment="left" valignment="top" width="0pt">
42069 <column alignment="left" valignment="top" width="0pt">
42070 <row>
42071 <cell alignment="left" valignment="top" usebox="none">
42072 \begin_inset Text
42073
42074 \begin_layout Plain Layout
42075 \begin_inset ERT
42076 status collapsed
42077
42078 \begin_layout Plain Layout
42079
42080
42081 \backslash
42082 fcolorbox{black}{
42083 \end_layout
42084
42085 \end_inset
42086
42087 white
42088 \begin_inset ERT
42089 status collapsed
42090
42091 \begin_layout Plain Layout
42092
42093 }{
42094 \end_layout
42095
42096 \end_inset
42097
42098 Couleur
42099 \begin_inset ERT
42100 status collapsed
42101
42102 \begin_layout Plain Layout
42103
42104 }
42105 \end_layout
42106
42107 \end_inset
42108
42109  Nom
42110 \end_layout
42111
42112 \end_inset
42113 </cell>
42114 <cell alignment="left" valignment="top" usebox="none">
42115 \begin_inset Text
42116
42117 \begin_layout Plain Layout
42118 \begin_inset ERT
42119 status collapsed
42120
42121 \begin_layout Plain Layout
42122
42123
42124 \backslash
42125 fcolorbox{black}{
42126 \end_layout
42127
42128 \end_inset
42129
42130 white
42131 \begin_inset ERT
42132 status collapsed
42133
42134 \begin_layout Plain Layout
42135
42136 }{
42137 \end_layout
42138
42139 \end_inset
42140
42141 Couleur
42142 \begin_inset ERT
42143 status collapsed
42144
42145 \begin_layout Plain Layout
42146
42147 }
42148 \end_layout
42149
42150 \end_inset
42151
42152  Nom
42153 \end_layout
42154
42155 \end_inset
42156 </cell>
42157 <cell alignment="left" valignment="top" usebox="none">
42158 \begin_inset Text
42159
42160 \begin_layout Plain Layout
42161 \begin_inset ERT
42162 status collapsed
42163
42164 \begin_layout Plain Layout
42165
42166
42167 \backslash
42168 fcolorbox{black}{
42169 \end_layout
42170
42171 \end_inset
42172
42173 white
42174 \begin_inset ERT
42175 status collapsed
42176
42177 \begin_layout Plain Layout
42178
42179 }{
42180 \end_layout
42181
42182 \end_inset
42183
42184 Couleur
42185 \begin_inset ERT
42186 status collapsed
42187
42188 \begin_layout Plain Layout
42189
42190 }
42191 \end_layout
42192
42193 \end_inset
42194
42195  Nom
42196 \end_layout
42197
42198 \end_inset
42199 </cell>
42200 <cell alignment="left" valignment="top" usebox="none">
42201 \begin_inset Text
42202
42203 \begin_layout Plain Layout
42204 \begin_inset ERT
42205 status collapsed
42206
42207 \begin_layout Plain Layout
42208
42209
42210 \backslash
42211 fcolorbox{black}{
42212 \end_layout
42213
42214 \end_inset
42215
42216 white
42217 \begin_inset ERT
42218 status collapsed
42219
42220 \begin_layout Plain Layout
42221
42222 }{
42223 \end_layout
42224
42225 \end_inset
42226
42227 Couleur
42228 \begin_inset ERT
42229 status collapsed
42230
42231 \begin_layout Plain Layout
42232
42233 }
42234 \end_layout
42235
42236 \end_inset
42237
42238  Nom
42239 \end_layout
42240
42241 \end_inset
42242 </cell>
42243 </row>
42244 <row>
42245 <cell alignment="center" valignment="top" usebox="none">
42246 \begin_inset Text
42247
42248 \begin_layout Plain Layout
42249 \begin_inset ERT
42250 status collapsed
42251
42252 \begin_layout Plain Layout
42253
42254
42255 \backslash
42256 fcolorbox{black}{
42257 \end_layout
42258
42259 \end_inset
42260
42261 Apricot
42262 \begin_inset ERT
42263 status collapsed
42264
42265 \begin_layout Plain Layout
42266
42267 }{
42268 \end_layout
42269
42270 \end_inset
42271
42272
42273 \begin_inset Phantom Phantom
42274 status open
42275
42276 \begin_layout Plain Layout
42277 W
42278 \end_layout
42279
42280 \end_inset
42281
42282
42283 \begin_inset ERT
42284 status collapsed
42285
42286 \begin_layout Plain Layout
42287
42288 }
42289 \end_layout
42290
42291 \end_inset
42292
42293  Apricot
42294 \end_layout
42295
42296 \end_inset
42297 </cell>
42298 <cell alignment="center" valignment="top" usebox="none">
42299 \begin_inset Text
42300
42301 \begin_layout Plain Layout
42302 \begin_inset ERT
42303 status collapsed
42304
42305 \begin_layout Plain Layout
42306
42307
42308 \backslash
42309 fcolorbox{black}{
42310 \end_layout
42311
42312 \end_inset
42313
42314 Aquamarine
42315 \begin_inset ERT
42316 status collapsed
42317
42318 \begin_layout Plain Layout
42319
42320 }{
42321 \end_layout
42322
42323 \end_inset
42324
42325
42326 \begin_inset Phantom Phantom
42327 status open
42328
42329 \begin_layout Plain Layout
42330 W
42331 \end_layout
42332
42333 \end_inset
42334
42335
42336 \begin_inset ERT
42337 status collapsed
42338
42339 \begin_layout Plain Layout
42340
42341 }
42342 \end_layout
42343
42344 \end_inset
42345
42346  Aquamarine
42347 \end_layout
42348
42349 \end_inset
42350 </cell>
42351 <cell alignment="center" valignment="top" usebox="none">
42352 \begin_inset Text
42353
42354 \begin_layout Plain Layout
42355 \begin_inset ERT
42356 status collapsed
42357
42358 \begin_layout Plain Layout
42359
42360
42361 \backslash
42362 fcolorbox{black}{
42363 \end_layout
42364
42365 \end_inset
42366
42367 Bittersweet
42368 \begin_inset ERT
42369 status collapsed
42370
42371 \begin_layout Plain Layout
42372
42373 }{
42374 \end_layout
42375
42376 \end_inset
42377
42378
42379 \begin_inset Phantom Phantom
42380 status open
42381
42382 \begin_layout Plain Layout
42383 W
42384 \end_layout
42385
42386 \end_inset
42387
42388
42389 \begin_inset ERT
42390 status collapsed
42391
42392 \begin_layout Plain Layout
42393
42394 }
42395 \end_layout
42396
42397 \end_inset
42398
42399  Bittersweet
42400 \end_layout
42401
42402 \end_inset
42403 </cell>
42404 <cell alignment="center" valignment="top" usebox="none">
42405 \begin_inset Text
42406
42407 \begin_layout Plain Layout
42408 \begin_inset ERT
42409 status collapsed
42410
42411 \begin_layout Plain Layout
42412
42413
42414 \backslash
42415 fcolorbox{black}{
42416 \end_layout
42417
42418 \end_inset
42419
42420 BlueGreen
42421 \begin_inset ERT
42422 status collapsed
42423
42424 \begin_layout Plain Layout
42425
42426 }{
42427 \end_layout
42428
42429 \end_inset
42430
42431
42432 \begin_inset Phantom Phantom
42433 status open
42434
42435 \begin_layout Plain Layout
42436 W
42437 \end_layout
42438
42439 \end_inset
42440
42441
42442 \begin_inset ERT
42443 status collapsed
42444
42445 \begin_layout Plain Layout
42446
42447 }
42448 \end_layout
42449
42450 \end_inset
42451
42452  BlueGreen
42453 \end_layout
42454
42455 \end_inset
42456 </cell>
42457 </row>
42458 <row>
42459 <cell alignment="left" valignment="top" usebox="none">
42460 \begin_inset Text
42461
42462 \begin_layout Plain Layout
42463 \begin_inset ERT
42464 status collapsed
42465
42466 \begin_layout Plain Layout
42467
42468
42469 \backslash
42470 fcolorbox{black}{
42471 \end_layout
42472
42473 \end_inset
42474
42475 BlueViolet
42476 \begin_inset ERT
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480
42481 }{
42482 \end_layout
42483
42484 \end_inset
42485
42486
42487 \begin_inset Phantom Phantom
42488 status open
42489
42490 \begin_layout Plain Layout
42491 W
42492 \end_layout
42493
42494 \end_inset
42495
42496
42497 \begin_inset ERT
42498 status collapsed
42499
42500 \begin_layout Plain Layout
42501
42502 }
42503 \end_layout
42504
42505 \end_inset
42506
42507  BlueViolet
42508 \end_layout
42509
42510 \end_inset
42511 </cell>
42512 <cell alignment="left" valignment="top" usebox="none">
42513 \begin_inset Text
42514
42515 \begin_layout Plain Layout
42516 \begin_inset ERT
42517 status collapsed
42518
42519 \begin_layout Plain Layout
42520
42521
42522 \backslash
42523 fcolorbox{black}{
42524 \end_layout
42525
42526 \end_inset
42527
42528 BrickRed
42529 \begin_inset ERT
42530 status collapsed
42531
42532 \begin_layout Plain Layout
42533
42534 }{
42535 \end_layout
42536
42537 \end_inset
42538
42539
42540 \begin_inset Phantom Phantom
42541 status open
42542
42543 \begin_layout Plain Layout
42544 W
42545 \end_layout
42546
42547 \end_inset
42548
42549
42550 \begin_inset ERT
42551 status collapsed
42552
42553 \begin_layout Plain Layout
42554
42555 }
42556 \end_layout
42557
42558 \end_inset
42559
42560  BrickRed
42561 \end_layout
42562
42563 \end_inset
42564 </cell>
42565 <cell alignment="left" valignment="top" usebox="none">
42566 \begin_inset Text
42567
42568 \begin_layout Plain Layout
42569 \begin_inset ERT
42570 status collapsed
42571
42572 \begin_layout Plain Layout
42573
42574
42575 \backslash
42576 fcolorbox{black}{
42577 \end_layout
42578
42579 \end_inset
42580
42581 Brown
42582 \begin_inset ERT
42583 status collapsed
42584
42585 \begin_layout Plain Layout
42586
42587 }{
42588 \end_layout
42589
42590 \end_inset
42591
42592
42593 \begin_inset Phantom Phantom
42594 status open
42595
42596 \begin_layout Plain Layout
42597 W
42598 \end_layout
42599
42600 \end_inset
42601
42602
42603 \begin_inset ERT
42604 status collapsed
42605
42606 \begin_layout Plain Layout
42607
42608 }
42609 \end_layout
42610
42611 \end_inset
42612
42613  Brown
42614 \end_layout
42615
42616 \end_inset
42617 </cell>
42618 <cell alignment="left" valignment="top" usebox="none">
42619 \begin_inset Text
42620
42621 \begin_layout Plain Layout
42622 \begin_inset ERT
42623 status collapsed
42624
42625 \begin_layout Plain Layout
42626
42627
42628 \backslash
42629 fcolorbox{black}{
42630 \end_layout
42631
42632 \end_inset
42633
42634 BurntOrange
42635 \begin_inset ERT
42636 status collapsed
42637
42638 \begin_layout Plain Layout
42639
42640 }{
42641 \end_layout
42642
42643 \end_inset
42644
42645
42646 \begin_inset Phantom Phantom
42647 status open
42648
42649 \begin_layout Plain Layout
42650 W
42651 \end_layout
42652
42653 \end_inset
42654
42655
42656 \begin_inset ERT
42657 status collapsed
42658
42659 \begin_layout Plain Layout
42660
42661 }
42662 \end_layout
42663
42664 \end_inset
42665
42666  BurntOrange
42667 \end_layout
42668
42669 \end_inset
42670 </cell>
42671 </row>
42672 <row>
42673 <cell alignment="left" valignment="top" usebox="none">
42674 \begin_inset Text
42675
42676 \begin_layout Plain Layout
42677 \begin_inset ERT
42678 status collapsed
42679
42680 \begin_layout Plain Layout
42681
42682
42683 \backslash
42684 fcolorbox{black}{
42685 \end_layout
42686
42687 \end_inset
42688
42689 CadetBlue
42690 \begin_inset ERT
42691 status collapsed
42692
42693 \begin_layout Plain Layout
42694
42695 }{
42696 \end_layout
42697
42698 \end_inset
42699
42700
42701 \begin_inset Phantom Phantom
42702 status open
42703
42704 \begin_layout Plain Layout
42705 W
42706 \end_layout
42707
42708 \end_inset
42709
42710
42711 \begin_inset ERT
42712 status collapsed
42713
42714 \begin_layout Plain Layout
42715
42716 }
42717 \end_layout
42718
42719 \end_inset
42720
42721  CadetBlue
42722 \end_layout
42723
42724 \end_inset
42725 </cell>
42726 <cell alignment="left" valignment="top" usebox="none">
42727 \begin_inset Text
42728
42729 \begin_layout Plain Layout
42730 \begin_inset ERT
42731 status collapsed
42732
42733 \begin_layout Plain Layout
42734
42735
42736 \backslash
42737 fcolorbox{black}{
42738 \end_layout
42739
42740 \end_inset
42741
42742 CarnationPink
42743 \begin_inset ERT
42744 status collapsed
42745
42746 \begin_layout Plain Layout
42747
42748 }{
42749 \end_layout
42750
42751 \end_inset
42752
42753
42754 \begin_inset Phantom Phantom
42755 status open
42756
42757 \begin_layout Plain Layout
42758 W
42759 \end_layout
42760
42761 \end_inset
42762
42763
42764 \begin_inset ERT
42765 status collapsed
42766
42767 \begin_layout Plain Layout
42768
42769 }
42770 \end_layout
42771
42772 \end_inset
42773
42774  CarnationPink
42775 \end_layout
42776
42777 \end_inset
42778 </cell>
42779 <cell alignment="left" valignment="top" usebox="none">
42780 \begin_inset Text
42781
42782 \begin_layout Plain Layout
42783 \begin_inset ERT
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787
42788
42789 \backslash
42790 fcolorbox{black}{
42791 \end_layout
42792
42793 \end_inset
42794
42795 Cerulean
42796 \begin_inset ERT
42797 status collapsed
42798
42799 \begin_layout Plain Layout
42800
42801 }{
42802 \end_layout
42803
42804 \end_inset
42805
42806
42807 \begin_inset Phantom Phantom
42808 status open
42809
42810 \begin_layout Plain Layout
42811 W
42812 \end_layout
42813
42814 \end_inset
42815
42816
42817 \begin_inset ERT
42818 status collapsed
42819
42820 \begin_layout Plain Layout
42821
42822 }
42823 \end_layout
42824
42825 \end_inset
42826
42827  Cerulean
42828 \end_layout
42829
42830 \end_inset
42831 </cell>
42832 <cell alignment="left" valignment="top" usebox="none">
42833 \begin_inset Text
42834
42835 \begin_layout Plain Layout
42836 \begin_inset ERT
42837 status collapsed
42838
42839 \begin_layout Plain Layout
42840
42841
42842 \backslash
42843 fcolorbox{black}{
42844 \end_layout
42845
42846 \end_inset
42847
42848 CornflowerBlue
42849 \begin_inset ERT
42850 status collapsed
42851
42852 \begin_layout Plain Layout
42853
42854 }{
42855 \end_layout
42856
42857 \end_inset
42858
42859
42860 \begin_inset Phantom Phantom
42861 status open
42862
42863 \begin_layout Plain Layout
42864 W
42865 \end_layout
42866
42867 \end_inset
42868
42869
42870 \begin_inset ERT
42871 status collapsed
42872
42873 \begin_layout Plain Layout
42874
42875 }
42876 \end_layout
42877
42878 \end_inset
42879
42880  CornflowerBlue
42881 \end_layout
42882
42883 \end_inset
42884 </cell>
42885 </row>
42886 <row>
42887 <cell alignment="left" valignment="top" usebox="none">
42888 \begin_inset Text
42889
42890 \begin_layout Plain Layout
42891 \begin_inset ERT
42892 status collapsed
42893
42894 \begin_layout Plain Layout
42895
42896
42897 \backslash
42898 fcolorbox{black}{
42899 \end_layout
42900
42901 \end_inset
42902
42903 Dandelion
42904 \begin_inset ERT
42905 status collapsed
42906
42907 \begin_layout Plain Layout
42908
42909 }{
42910 \end_layout
42911
42912 \end_inset
42913
42914
42915 \begin_inset Phantom Phantom
42916 status open
42917
42918 \begin_layout Plain Layout
42919 W
42920 \end_layout
42921
42922 \end_inset
42923
42924
42925 \begin_inset ERT
42926 status collapsed
42927
42928 \begin_layout Plain Layout
42929
42930 }
42931 \end_layout
42932
42933 \end_inset
42934
42935  Dandelion
42936 \end_layout
42937
42938 \end_inset
42939 </cell>
42940 <cell alignment="left" valignment="top" usebox="none">
42941 \begin_inset Text
42942
42943 \begin_layout Plain Layout
42944 \begin_inset ERT
42945 status collapsed
42946
42947 \begin_layout Plain Layout
42948
42949
42950 \backslash
42951 fcolorbox{black}{
42952 \end_layout
42953
42954 \end_inset
42955
42956 DarkOrchid
42957 \begin_inset ERT
42958 status collapsed
42959
42960 \begin_layout Plain Layout
42961
42962 }{
42963 \end_layout
42964
42965 \end_inset
42966
42967
42968 \begin_inset Phantom Phantom
42969 status open
42970
42971 \begin_layout Plain Layout
42972 W
42973 \end_layout
42974
42975 \end_inset
42976
42977
42978 \begin_inset ERT
42979 status collapsed
42980
42981 \begin_layout Plain Layout
42982
42983 }
42984 \end_layout
42985
42986 \end_inset
42987
42988  DarkOrchid
42989 \end_layout
42990
42991 \end_inset
42992 </cell>
42993 <cell alignment="left" valignment="top" usebox="none">
42994 \begin_inset Text
42995
42996 \begin_layout Plain Layout
42997 \begin_inset ERT
42998 status collapsed
42999
43000 \begin_layout Plain Layout
43001
43002
43003 \backslash
43004 fcolorbox{black}{
43005 \end_layout
43006
43007 \end_inset
43008
43009 Emerald
43010 \begin_inset ERT
43011 status collapsed
43012
43013 \begin_layout Plain Layout
43014
43015 }{
43016 \end_layout
43017
43018 \end_inset
43019
43020
43021 \begin_inset Phantom Phantom
43022 status open
43023
43024 \begin_layout Plain Layout
43025 W
43026 \end_layout
43027
43028 \end_inset
43029
43030
43031 \begin_inset ERT
43032 status collapsed
43033
43034 \begin_layout Plain Layout
43035
43036 }
43037 \end_layout
43038
43039 \end_inset
43040
43041  Emerald
43042 \end_layout
43043
43044 \end_inset
43045 </cell>
43046 <cell alignment="left" valignment="top" usebox="none">
43047 \begin_inset Text
43048
43049 \begin_layout Plain Layout
43050 \begin_inset ERT
43051 status collapsed
43052
43053 \begin_layout Plain Layout
43054
43055
43056 \backslash
43057 fcolorbox{black}{
43058 \end_layout
43059
43060 \end_inset
43061
43062 ForestGreen
43063 \begin_inset ERT
43064 status collapsed
43065
43066 \begin_layout Plain Layout
43067
43068 }{
43069 \end_layout
43070
43071 \end_inset
43072
43073
43074 \begin_inset Phantom Phantom
43075 status open
43076
43077 \begin_layout Plain Layout
43078 W
43079 \end_layout
43080
43081 \end_inset
43082
43083
43084 \begin_inset ERT
43085 status collapsed
43086
43087 \begin_layout Plain Layout
43088
43089 }
43090 \end_layout
43091
43092 \end_inset
43093
43094  ForestGreen
43095 \end_layout
43096
43097 \end_inset
43098 </cell>
43099 </row>
43100 <row>
43101 <cell alignment="left" valignment="top" usebox="none">
43102 \begin_inset Text
43103
43104 \begin_layout Plain Layout
43105 \begin_inset ERT
43106 status collapsed
43107
43108 \begin_layout Plain Layout
43109
43110
43111 \backslash
43112 fcolorbox{black}{
43113 \end_layout
43114
43115 \end_inset
43116
43117 Fuchsia
43118 \begin_inset ERT
43119 status collapsed
43120
43121 \begin_layout Plain Layout
43122
43123 }{
43124 \end_layout
43125
43126 \end_inset
43127
43128
43129 \begin_inset Phantom Phantom
43130 status open
43131
43132 \begin_layout Plain Layout
43133 W
43134 \end_layout
43135
43136 \end_inset
43137
43138
43139 \begin_inset ERT
43140 status collapsed
43141
43142 \begin_layout Plain Layout
43143
43144 }
43145 \end_layout
43146
43147 \end_inset
43148
43149  Fuchsia
43150 \end_layout
43151
43152 \end_inset
43153 </cell>
43154 <cell alignment="left" valignment="top" usebox="none">
43155 \begin_inset Text
43156
43157 \begin_layout Plain Layout
43158 \begin_inset ERT
43159 status collapsed
43160
43161 \begin_layout Plain Layout
43162
43163
43164 \backslash
43165 fcolorbox{black}{
43166 \end_layout
43167
43168 \end_inset
43169
43170 Goldenrod
43171 \begin_inset ERT
43172 status collapsed
43173
43174 \begin_layout Plain Layout
43175
43176 }{
43177 \end_layout
43178
43179 \end_inset
43180
43181
43182 \begin_inset Phantom Phantom
43183 status open
43184
43185 \begin_layout Plain Layout
43186 W
43187 \end_layout
43188
43189 \end_inset
43190
43191
43192 \begin_inset ERT
43193 status collapsed
43194
43195 \begin_layout Plain Layout
43196
43197 }
43198 \end_layout
43199
43200 \end_inset
43201
43202  Goldenrod
43203 \end_layout
43204
43205 \end_inset
43206 </cell>
43207 <cell alignment="left" valignment="top" usebox="none">
43208 \begin_inset Text
43209
43210 \begin_layout Plain Layout
43211 \begin_inset ERT
43212 status collapsed
43213
43214 \begin_layout Plain Layout
43215
43216
43217 \backslash
43218 fcolorbox{black}{
43219 \end_layout
43220
43221 \end_inset
43222
43223 Gray
43224 \begin_inset ERT
43225 status collapsed
43226
43227 \begin_layout Plain Layout
43228
43229 }{
43230 \end_layout
43231
43232 \end_inset
43233
43234
43235 \begin_inset Phantom Phantom
43236 status open
43237
43238 \begin_layout Plain Layout
43239 W
43240 \end_layout
43241
43242 \end_inset
43243
43244
43245 \begin_inset ERT
43246 status collapsed
43247
43248 \begin_layout Plain Layout
43249
43250 }
43251 \end_layout
43252
43253 \end_inset
43254
43255  Gray
43256 \end_layout
43257
43258 \end_inset
43259 </cell>
43260 <cell alignment="left" valignment="top" usebox="none">
43261 \begin_inset Text
43262
43263 \begin_layout Plain Layout
43264 \begin_inset ERT
43265 status collapsed
43266
43267 \begin_layout Plain Layout
43268
43269
43270 \backslash
43271 fcolorbox{black}{
43272 \end_layout
43273
43274 \end_inset
43275
43276 GreenYellow
43277 \begin_inset ERT
43278 status collapsed
43279
43280 \begin_layout Plain Layout
43281
43282 }{
43283 \end_layout
43284
43285 \end_inset
43286
43287
43288 \begin_inset Phantom Phantom
43289 status open
43290
43291 \begin_layout Plain Layout
43292 W
43293 \end_layout
43294
43295 \end_inset
43296
43297
43298 \begin_inset ERT
43299 status collapsed
43300
43301 \begin_layout Plain Layout
43302
43303 }
43304 \end_layout
43305
43306 \end_inset
43307
43308  GreenYellow
43309 \end_layout
43310
43311 \end_inset
43312 </cell>
43313 </row>
43314 <row>
43315 <cell alignment="center" valignment="top" usebox="none">
43316 \begin_inset Text
43317
43318 \begin_layout Plain Layout
43319 \begin_inset ERT
43320 status collapsed
43321
43322 \begin_layout Plain Layout
43323
43324
43325 \backslash
43326 fcolorbox{black}{
43327 \end_layout
43328
43329 \end_inset
43330
43331 JungleGreen
43332 \begin_inset ERT
43333 status collapsed
43334
43335 \begin_layout Plain Layout
43336
43337 }{
43338 \end_layout
43339
43340 \end_inset
43341
43342
43343 \begin_inset Phantom Phantom
43344 status open
43345
43346 \begin_layout Plain Layout
43347 W
43348 \end_layout
43349
43350 \end_inset
43351
43352
43353 \begin_inset ERT
43354 status collapsed
43355
43356 \begin_layout Plain Layout
43357
43358 }
43359 \end_layout
43360
43361 \end_inset
43362
43363  JungleGreen
43364 \end_layout
43365
43366 \end_inset
43367 </cell>
43368 <cell alignment="center" valignment="top" usebox="none">
43369 \begin_inset Text
43370
43371 \begin_layout Plain Layout
43372 \begin_inset ERT
43373 status collapsed
43374
43375 \begin_layout Plain Layout
43376
43377
43378 \backslash
43379 fcolorbox{black}{
43380 \end_layout
43381
43382 \end_inset
43383
43384 Lavender
43385 \begin_inset ERT
43386 status collapsed
43387
43388 \begin_layout Plain Layout
43389
43390 }{
43391 \end_layout
43392
43393 \end_inset
43394
43395
43396 \begin_inset Phantom Phantom
43397 status open
43398
43399 \begin_layout Plain Layout
43400 W
43401 \end_layout
43402
43403 \end_inset
43404
43405
43406 \begin_inset ERT
43407 status collapsed
43408
43409 \begin_layout Plain Layout
43410
43411 }
43412 \end_layout
43413
43414 \end_inset
43415
43416  Lavender
43417 \end_layout
43418
43419 \end_inset
43420 </cell>
43421 <cell alignment="center" valignment="top" usebox="none">
43422 \begin_inset Text
43423
43424 \begin_layout Plain Layout
43425 \begin_inset ERT
43426 status collapsed
43427
43428 \begin_layout Plain Layout
43429
43430
43431 \backslash
43432 fcolorbox{black}{
43433 \end_layout
43434
43435 \end_inset
43436
43437 LimeGreen
43438 \begin_inset ERT
43439 status collapsed
43440
43441 \begin_layout Plain Layout
43442
43443 }{
43444 \end_layout
43445
43446 \end_inset
43447
43448
43449 \begin_inset Phantom Phantom
43450 status open
43451
43452 \begin_layout Plain Layout
43453 W
43454 \end_layout
43455
43456 \end_inset
43457
43458
43459 \begin_inset ERT
43460 status collapsed
43461
43462 \begin_layout Plain Layout
43463
43464 }
43465 \end_layout
43466
43467 \end_inset
43468
43469  LimeGreen
43470 \end_layout
43471
43472 \end_inset
43473 </cell>
43474 <cell alignment="center" valignment="top" usebox="none">
43475 \begin_inset Text
43476
43477 \begin_layout Plain Layout
43478 \begin_inset ERT
43479 status collapsed
43480
43481 \begin_layout Plain Layout
43482
43483
43484 \backslash
43485 fcolorbox{black}{
43486 \end_layout
43487
43488 \end_inset
43489
43490 Mahogany
43491 \begin_inset ERT
43492 status collapsed
43493
43494 \begin_layout Plain Layout
43495
43496 }{
43497 \end_layout
43498
43499 \end_inset
43500
43501
43502 \begin_inset Phantom Phantom
43503 status open
43504
43505 \begin_layout Plain Layout
43506 W
43507 \end_layout
43508
43509 \end_inset
43510
43511
43512 \begin_inset ERT
43513 status collapsed
43514
43515 \begin_layout Plain Layout
43516
43517 }
43518 \end_layout
43519
43520 \end_inset
43521
43522  Mahogany
43523 \end_layout
43524
43525 \end_inset
43526 </cell>
43527 </row>
43528 <row>
43529 <cell alignment="left" valignment="top" usebox="none">
43530 \begin_inset Text
43531
43532 \begin_layout Plain Layout
43533 \begin_inset ERT
43534 status collapsed
43535
43536 \begin_layout Plain Layout
43537
43538
43539 \backslash
43540 fcolorbox{black}{
43541 \end_layout
43542
43543 \end_inset
43544
43545 Mahogany
43546 \begin_inset ERT
43547 status collapsed
43548
43549 \begin_layout Plain Layout
43550
43551 }{
43552 \end_layout
43553
43554 \end_inset
43555
43556
43557 \begin_inset Phantom Phantom
43558 status open
43559
43560 \begin_layout Plain Layout
43561 W
43562 \end_layout
43563
43564 \end_inset
43565
43566
43567 \begin_inset ERT
43568 status collapsed
43569
43570 \begin_layout Plain Layout
43571
43572 }
43573 \end_layout
43574
43575 \end_inset
43576
43577  Mahogany
43578 \end_layout
43579
43580 \end_inset
43581 </cell>
43582 <cell alignment="left" valignment="top" usebox="none">
43583 \begin_inset Text
43584
43585 \begin_layout Plain Layout
43586 \begin_inset ERT
43587 status collapsed
43588
43589 \begin_layout Plain Layout
43590
43591
43592 \backslash
43593 fcolorbox{black}{
43594 \end_layout
43595
43596 \end_inset
43597
43598 Maroon
43599 \begin_inset ERT
43600 status collapsed
43601
43602 \begin_layout Plain Layout
43603
43604 }{
43605 \end_layout
43606
43607 \end_inset
43608
43609
43610 \begin_inset Phantom Phantom
43611 status open
43612
43613 \begin_layout Plain Layout
43614 W
43615 \end_layout
43616
43617 \end_inset
43618
43619
43620 \begin_inset ERT
43621 status collapsed
43622
43623 \begin_layout Plain Layout
43624
43625 }
43626 \end_layout
43627
43628 \end_inset
43629
43630  Maroon
43631 \end_layout
43632
43633 \end_inset
43634 </cell>
43635 <cell alignment="left" valignment="top" usebox="none">
43636 \begin_inset Text
43637
43638 \begin_layout Plain Layout
43639 \begin_inset ERT
43640 status collapsed
43641
43642 \begin_layout Plain Layout
43643
43644
43645 \backslash
43646 fcolorbox{black}{
43647 \end_layout
43648
43649 \end_inset
43650
43651 Melon
43652 \begin_inset ERT
43653 status collapsed
43654
43655 \begin_layout Plain Layout
43656
43657 }{
43658 \end_layout
43659
43660 \end_inset
43661
43662
43663 \begin_inset Phantom Phantom
43664 status open
43665
43666 \begin_layout Plain Layout
43667 W
43668 \end_layout
43669
43670 \end_inset
43671
43672
43673 \begin_inset ERT
43674 status collapsed
43675
43676 \begin_layout Plain Layout
43677
43678 }
43679 \end_layout
43680
43681 \end_inset
43682
43683  Melon
43684 \end_layout
43685
43686 \end_inset
43687 </cell>
43688 <cell alignment="left" valignment="top" usebox="none">
43689 \begin_inset Text
43690
43691 \begin_layout Plain Layout
43692 \begin_inset ERT
43693 status collapsed
43694
43695 \begin_layout Plain Layout
43696
43697
43698 \backslash
43699 fcolorbox{black}{
43700 \end_layout
43701
43702 \end_inset
43703
43704 MidnightBlue
43705 \begin_inset ERT
43706 status collapsed
43707
43708 \begin_layout Plain Layout
43709
43710 }{
43711 \end_layout
43712
43713 \end_inset
43714
43715
43716 \begin_inset Phantom Phantom
43717 status open
43718
43719 \begin_layout Plain Layout
43720 W
43721 \end_layout
43722
43723 \end_inset
43724
43725
43726 \begin_inset ERT
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730
43731 }
43732 \end_layout
43733
43734 \end_inset
43735
43736  MidnightBlue
43737 \end_layout
43738
43739 \end_inset
43740 </cell>
43741 </row>
43742 <row>
43743 <cell alignment="left" valignment="top" usebox="none">
43744 \begin_inset Text
43745
43746 \begin_layout Plain Layout
43747 \begin_inset ERT
43748 status collapsed
43749
43750 \begin_layout Plain Layout
43751
43752
43753 \backslash
43754 fcolorbox{black}{
43755 \end_layout
43756
43757 \end_inset
43758
43759 Mulberry
43760 \begin_inset ERT
43761 status collapsed
43762
43763 \begin_layout Plain Layout
43764
43765 }{
43766 \end_layout
43767
43768 \end_inset
43769
43770
43771 \begin_inset Phantom Phantom
43772 status open
43773
43774 \begin_layout Plain Layout
43775 W
43776 \end_layout
43777
43778 \end_inset
43779
43780
43781 \begin_inset ERT
43782 status collapsed
43783
43784 \begin_layout Plain Layout
43785
43786 }
43787 \end_layout
43788
43789 \end_inset
43790
43791  Mulberry
43792 \end_layout
43793
43794 \end_inset
43795 </cell>
43796 <cell alignment="left" valignment="top" usebox="none">
43797 \begin_inset Text
43798
43799 \begin_layout Plain Layout
43800 \begin_inset ERT
43801 status collapsed
43802
43803 \begin_layout Plain Layout
43804
43805
43806 \backslash
43807 fcolorbox{black}{
43808 \end_layout
43809
43810 \end_inset
43811
43812 NavyBlue
43813 \begin_inset ERT
43814 status collapsed
43815
43816 \begin_layout Plain Layout
43817
43818 }{
43819 \end_layout
43820
43821 \end_inset
43822
43823
43824 \begin_inset Phantom Phantom
43825 status open
43826
43827 \begin_layout Plain Layout
43828 W
43829 \end_layout
43830
43831 \end_inset
43832
43833
43834 \begin_inset ERT
43835 status collapsed
43836
43837 \begin_layout Plain Layout
43838
43839 }
43840 \end_layout
43841
43842 \end_inset
43843
43844  NavyBlue
43845 \end_layout
43846
43847 \end_inset
43848 </cell>
43849 <cell alignment="left" valignment="top" usebox="none">
43850 \begin_inset Text
43851
43852 \begin_layout Plain Layout
43853 \begin_inset ERT
43854 status collapsed
43855
43856 \begin_layout Plain Layout
43857
43858
43859 \backslash
43860 fcolorbox{black}{
43861 \end_layout
43862
43863 \end_inset
43864
43865 OliveGreen
43866 \begin_inset ERT
43867 status collapsed
43868
43869 \begin_layout Plain Layout
43870
43871 }{
43872 \end_layout
43873
43874 \end_inset
43875
43876
43877 \begin_inset Phantom Phantom
43878 status open
43879
43880 \begin_layout Plain Layout
43881 W
43882 \end_layout
43883
43884 \end_inset
43885
43886
43887 \begin_inset ERT
43888 status collapsed
43889
43890 \begin_layout Plain Layout
43891
43892 }
43893 \end_layout
43894
43895 \end_inset
43896
43897  OliveGreen
43898 \end_layout
43899
43900 \end_inset
43901 </cell>
43902 <cell alignment="left" valignment="top" usebox="none">
43903 \begin_inset Text
43904
43905 \begin_layout Plain Layout
43906 \begin_inset ERT
43907 status collapsed
43908
43909 \begin_layout Plain Layout
43910
43911
43912 \backslash
43913 fcolorbox{black}{
43914 \end_layout
43915
43916 \end_inset
43917
43918 Orange
43919 \begin_inset ERT
43920 status collapsed
43921
43922 \begin_layout Plain Layout
43923
43924 }{
43925 \end_layout
43926
43927 \end_inset
43928
43929
43930 \begin_inset Phantom Phantom
43931 status open
43932
43933 \begin_layout Plain Layout
43934 W
43935 \end_layout
43936
43937 \end_inset
43938
43939
43940 \begin_inset ERT
43941 status collapsed
43942
43943 \begin_layout Plain Layout
43944
43945 }
43946 \end_layout
43947
43948 \end_inset
43949
43950  Orange
43951 \end_layout
43952
43953 \end_inset
43954 </cell>
43955 </row>
43956 <row>
43957 <cell alignment="left" valignment="top" usebox="none">
43958 \begin_inset Text
43959
43960 \begin_layout Plain Layout
43961 \begin_inset ERT
43962 status collapsed
43963
43964 \begin_layout Plain Layout
43965
43966
43967 \backslash
43968 fcolorbox{black}{
43969 \end_layout
43970
43971 \end_inset
43972
43973 OrangeRed
43974 \begin_inset ERT
43975 status collapsed
43976
43977 \begin_layout Plain Layout
43978
43979 }{
43980 \end_layout
43981
43982 \end_inset
43983
43984
43985 \begin_inset Phantom Phantom
43986 status open
43987
43988 \begin_layout Plain Layout
43989 W
43990 \end_layout
43991
43992 \end_inset
43993
43994
43995 \begin_inset ERT
43996 status collapsed
43997
43998 \begin_layout Plain Layout
43999
44000 }
44001 \end_layout
44002
44003 \end_inset
44004
44005  OrangeRed
44006 \end_layout
44007
44008 \end_inset
44009 </cell>
44010 <cell alignment="left" valignment="top" usebox="none">
44011 \begin_inset Text
44012
44013 \begin_layout Plain Layout
44014 \begin_inset ERT
44015 status collapsed
44016
44017 \begin_layout Plain Layout
44018
44019
44020 \backslash
44021 fcolorbox{black}{
44022 \end_layout
44023
44024 \end_inset
44025
44026 Orchid
44027 \begin_inset ERT
44028 status collapsed
44029
44030 \begin_layout Plain Layout
44031
44032 }{
44033 \end_layout
44034
44035 \end_inset
44036
44037
44038 \begin_inset Phantom Phantom
44039 status open
44040
44041 \begin_layout Plain Layout
44042 W
44043 \end_layout
44044
44045 \end_inset
44046
44047
44048 \begin_inset ERT
44049 status collapsed
44050
44051 \begin_layout Plain Layout
44052
44053 }
44054 \end_layout
44055
44056 \end_inset
44057
44058  Orchid
44059 \end_layout
44060
44061 \end_inset
44062 </cell>
44063 <cell alignment="left" valignment="top" usebox="none">
44064 \begin_inset Text
44065
44066 \begin_layout Plain Layout
44067 \begin_inset ERT
44068 status collapsed
44069
44070 \begin_layout Plain Layout
44071
44072
44073 \backslash
44074 fcolorbox{black}{
44075 \end_layout
44076
44077 \end_inset
44078
44079 Peach
44080 \begin_inset ERT
44081 status collapsed
44082
44083 \begin_layout Plain Layout
44084
44085 }{
44086 \end_layout
44087
44088 \end_inset
44089
44090
44091 \begin_inset Phantom Phantom
44092 status open
44093
44094 \begin_layout Plain Layout
44095 W
44096 \end_layout
44097
44098 \end_inset
44099
44100
44101 \begin_inset ERT
44102 status collapsed
44103
44104 \begin_layout Plain Layout
44105
44106 }
44107 \end_layout
44108
44109 \end_inset
44110
44111  Peach
44112 \end_layout
44113
44114 \end_inset
44115 </cell>
44116 <cell alignment="left" valignment="top" usebox="none">
44117 \begin_inset Text
44118
44119 \begin_layout Plain Layout
44120 \begin_inset ERT
44121 status collapsed
44122
44123 \begin_layout Plain Layout
44124
44125
44126 \backslash
44127 fcolorbox{black}{
44128 \end_layout
44129
44130 \end_inset
44131
44132 Periwinkle
44133 \begin_inset ERT
44134 status collapsed
44135
44136 \begin_layout Plain Layout
44137
44138 }{
44139 \end_layout
44140
44141 \end_inset
44142
44143
44144 \begin_inset Phantom Phantom
44145 status open
44146
44147 \begin_layout Plain Layout
44148 W
44149 \end_layout
44150
44151 \end_inset
44152
44153
44154 \begin_inset ERT
44155 status collapsed
44156
44157 \begin_layout Plain Layout
44158
44159 }
44160 \end_layout
44161
44162 \end_inset
44163
44164  Periwinkle
44165 \end_layout
44166
44167 \end_inset
44168 </cell>
44169 </row>
44170 <row>
44171 <cell alignment="left" valignment="top" usebox="none">
44172 \begin_inset Text
44173
44174 \begin_layout Plain Layout
44175 \begin_inset ERT
44176 status collapsed
44177
44178 \begin_layout Plain Layout
44179
44180
44181 \backslash
44182 fcolorbox{black}{
44183 \end_layout
44184
44185 \end_inset
44186
44187 PineGreen
44188 \begin_inset ERT
44189 status collapsed
44190
44191 \begin_layout Plain Layout
44192
44193 }{
44194 \end_layout
44195
44196 \end_inset
44197
44198
44199 \begin_inset Phantom Phantom
44200 status open
44201
44202 \begin_layout Plain Layout
44203 W
44204 \end_layout
44205
44206 \end_inset
44207
44208
44209 \begin_inset ERT
44210 status collapsed
44211
44212 \begin_layout Plain Layout
44213
44214 }
44215 \end_layout
44216
44217 \end_inset
44218
44219  PineGreen
44220 \end_layout
44221
44222 \end_inset
44223 </cell>
44224 <cell alignment="left" valignment="top" usebox="none">
44225 \begin_inset Text
44226
44227 \begin_layout Plain Layout
44228 \begin_inset ERT
44229 status collapsed
44230
44231 \begin_layout Plain Layout
44232
44233
44234 \backslash
44235 fcolorbox{black}{
44236 \end_layout
44237
44238 \end_inset
44239
44240 Plum
44241 \begin_inset ERT
44242 status collapsed
44243
44244 \begin_layout Plain Layout
44245
44246 }{
44247 \end_layout
44248
44249 \end_inset
44250
44251
44252 \begin_inset Phantom Phantom
44253 status open
44254
44255 \begin_layout Plain Layout
44256 W
44257 \end_layout
44258
44259 \end_inset
44260
44261
44262 \begin_inset ERT
44263 status collapsed
44264
44265 \begin_layout Plain Layout
44266
44267 }
44268 \end_layout
44269
44270 \end_inset
44271
44272  Plum
44273 \end_layout
44274
44275 \end_inset
44276 </cell>
44277 <cell alignment="left" valignment="top" usebox="none">
44278 \begin_inset Text
44279
44280 \begin_layout Plain Layout
44281 \begin_inset ERT
44282 status collapsed
44283
44284 \begin_layout Plain Layout
44285
44286
44287 \backslash
44288 fcolorbox{black}{
44289 \end_layout
44290
44291 \end_inset
44292
44293 ProcessBlue
44294 \begin_inset ERT
44295 status collapsed
44296
44297 \begin_layout Plain Layout
44298
44299 }{
44300 \end_layout
44301
44302 \end_inset
44303
44304
44305 \begin_inset Phantom Phantom
44306 status open
44307
44308 \begin_layout Plain Layout
44309 W
44310 \end_layout
44311
44312 \end_inset
44313
44314
44315 \begin_inset ERT
44316 status collapsed
44317
44318 \begin_layout Plain Layout
44319
44320 }
44321 \end_layout
44322
44323 \end_inset
44324
44325  ProcessBlue
44326 \end_layout
44327
44328 \end_inset
44329 </cell>
44330 <cell alignment="left" valignment="top" usebox="none">
44331 \begin_inset Text
44332
44333 \begin_layout Plain Layout
44334 \begin_inset ERT
44335 status collapsed
44336
44337 \begin_layout Plain Layout
44338
44339
44340 \backslash
44341 fcolorbox{black}{
44342 \end_layout
44343
44344 \end_inset
44345
44346 Purple
44347 \begin_inset ERT
44348 status collapsed
44349
44350 \begin_layout Plain Layout
44351
44352 }{
44353 \end_layout
44354
44355 \end_inset
44356
44357
44358 \begin_inset Phantom Phantom
44359 status open
44360
44361 \begin_layout Plain Layout
44362 W
44363 \end_layout
44364
44365 \end_inset
44366
44367
44368 \begin_inset ERT
44369 status collapsed
44370
44371 \begin_layout Plain Layout
44372
44373 }
44374 \end_layout
44375
44376 \end_inset
44377
44378  Purple
44379 \end_layout
44380
44381 \end_inset
44382 </cell>
44383 </row>
44384 <row>
44385 <cell alignment="left" valignment="top" usebox="none">
44386 \begin_inset Text
44387
44388 \begin_layout Plain Layout
44389 \begin_inset ERT
44390 status collapsed
44391
44392 \begin_layout Plain Layout
44393
44394
44395 \backslash
44396 fcolorbox{black}{
44397 \end_layout
44398
44399 \end_inset
44400
44401 RawSienna
44402 \begin_inset ERT
44403 status collapsed
44404
44405 \begin_layout Plain Layout
44406
44407 }{
44408 \end_layout
44409
44410 \end_inset
44411
44412
44413 \begin_inset Phantom Phantom
44414 status open
44415
44416 \begin_layout Plain Layout
44417 W
44418 \end_layout
44419
44420 \end_inset
44421
44422
44423 \begin_inset ERT
44424 status collapsed
44425
44426 \begin_layout Plain Layout
44427
44428 }
44429 \end_layout
44430
44431 \end_inset
44432
44433  RawSienna
44434 \end_layout
44435
44436 \end_inset
44437 </cell>
44438 <cell alignment="left" valignment="top" usebox="none">
44439 \begin_inset Text
44440
44441 \begin_layout Plain Layout
44442 \begin_inset ERT
44443 status collapsed
44444
44445 \begin_layout Plain Layout
44446
44447
44448 \backslash
44449 fcolorbox{black}{
44450 \end_layout
44451
44452 \end_inset
44453
44454 RedOrange
44455 \begin_inset ERT
44456 status collapsed
44457
44458 \begin_layout Plain Layout
44459
44460 }{
44461 \end_layout
44462
44463 \end_inset
44464
44465
44466 \begin_inset Phantom Phantom
44467 status open
44468
44469 \begin_layout Plain Layout
44470 W
44471 \end_layout
44472
44473 \end_inset
44474
44475
44476 \begin_inset ERT
44477 status collapsed
44478
44479 \begin_layout Plain Layout
44480
44481 }
44482 \end_layout
44483
44484 \end_inset
44485
44486  RedOrange
44487 \end_layout
44488
44489 \end_inset
44490 </cell>
44491 <cell alignment="left" valignment="top" usebox="none">
44492 \begin_inset Text
44493
44494 \begin_layout Plain Layout
44495 \begin_inset ERT
44496 status collapsed
44497
44498 \begin_layout Plain Layout
44499
44500
44501 \backslash
44502 fcolorbox{black}{
44503 \end_layout
44504
44505 \end_inset
44506
44507 RedViolet
44508 \begin_inset ERT
44509 status collapsed
44510
44511 \begin_layout Plain Layout
44512
44513 }{
44514 \end_layout
44515
44516 \end_inset
44517
44518
44519 \begin_inset Phantom Phantom
44520 status open
44521
44522 \begin_layout Plain Layout
44523 W
44524 \end_layout
44525
44526 \end_inset
44527
44528
44529 \begin_inset ERT
44530 status collapsed
44531
44532 \begin_layout Plain Layout
44533
44534 }
44535 \end_layout
44536
44537 \end_inset
44538
44539  RedViolet
44540 \end_layout
44541
44542 \end_inset
44543 </cell>
44544 <cell alignment="left" valignment="top" usebox="none">
44545 \begin_inset Text
44546
44547 \begin_layout Plain Layout
44548 \begin_inset ERT
44549 status collapsed
44550
44551 \begin_layout Plain Layout
44552
44553
44554 \backslash
44555 fcolorbox{black}{
44556 \end_layout
44557
44558 \end_inset
44559
44560 Rhodamine
44561 \begin_inset ERT
44562 status collapsed
44563
44564 \begin_layout Plain Layout
44565
44566 }{
44567 \end_layout
44568
44569 \end_inset
44570
44571
44572 \begin_inset Phantom Phantom
44573 status open
44574
44575 \begin_layout Plain Layout
44576 W
44577 \end_layout
44578
44579 \end_inset
44580
44581
44582 \begin_inset ERT
44583 status collapsed
44584
44585 \begin_layout Plain Layout
44586
44587 }
44588 \end_layout
44589
44590 \end_inset
44591
44592  Rhodamine
44593 \end_layout
44594
44595 \end_inset
44596 </cell>
44597 </row>
44598 <row>
44599 <cell alignment="left" valignment="top" usebox="none">
44600 \begin_inset Text
44601
44602 \begin_layout Plain Layout
44603 \begin_inset ERT
44604 status collapsed
44605
44606 \begin_layout Plain Layout
44607
44608
44609 \backslash
44610 fcolorbox{black}{
44611 \end_layout
44612
44613 \end_inset
44614
44615 RoyalBlue
44616 \begin_inset ERT
44617 status collapsed
44618
44619 \begin_layout Plain Layout
44620
44621 }{
44622 \end_layout
44623
44624 \end_inset
44625
44626
44627 \begin_inset Phantom Phantom
44628 status open
44629
44630 \begin_layout Plain Layout
44631 W
44632 \end_layout
44633
44634 \end_inset
44635
44636
44637 \begin_inset ERT
44638 status collapsed
44639
44640 \begin_layout Plain Layout
44641
44642 }
44643 \end_layout
44644
44645 \end_inset
44646
44647  RoyalBlue
44648 \end_layout
44649
44650 \end_inset
44651 </cell>
44652 <cell alignment="left" valignment="top" usebox="none">
44653 \begin_inset Text
44654
44655 \begin_layout Plain Layout
44656 \begin_inset ERT
44657 status collapsed
44658
44659 \begin_layout Plain Layout
44660
44661
44662 \backslash
44663 fcolorbox{black}{
44664 \end_layout
44665
44666 \end_inset
44667
44668 RoyalPurple
44669 \begin_inset ERT
44670 status collapsed
44671
44672 \begin_layout Plain Layout
44673
44674 }{
44675 \end_layout
44676
44677 \end_inset
44678
44679
44680 \begin_inset Phantom Phantom
44681 status open
44682
44683 \begin_layout Plain Layout
44684 W
44685 \end_layout
44686
44687 \end_inset
44688
44689
44690 \begin_inset ERT
44691 status collapsed
44692
44693 \begin_layout Plain Layout
44694
44695 }
44696 \end_layout
44697
44698 \end_inset
44699
44700  RoyalPurple
44701 \end_layout
44702
44703 \end_inset
44704 </cell>
44705 <cell alignment="left" valignment="top" usebox="none">
44706 \begin_inset Text
44707
44708 \begin_layout Plain Layout
44709 \begin_inset ERT
44710 status collapsed
44711
44712 \begin_layout Plain Layout
44713
44714
44715 \backslash
44716 fcolorbox{black}{
44717 \end_layout
44718
44719 \end_inset
44720
44721 RubineRed
44722 \begin_inset ERT
44723 status collapsed
44724
44725 \begin_layout Plain Layout
44726
44727 }{
44728 \end_layout
44729
44730 \end_inset
44731
44732
44733 \begin_inset Phantom Phantom
44734 status open
44735
44736 \begin_layout Plain Layout
44737 W
44738 \end_layout
44739
44740 \end_inset
44741
44742
44743 \begin_inset ERT
44744 status collapsed
44745
44746 \begin_layout Plain Layout
44747
44748 }
44749 \end_layout
44750
44751 \end_inset
44752
44753  RubineRed
44754 \end_layout
44755
44756 \end_inset
44757 </cell>
44758 <cell alignment="left" valignment="top" usebox="none">
44759 \begin_inset Text
44760
44761 \begin_layout Plain Layout
44762 \begin_inset ERT
44763 status collapsed
44764
44765 \begin_layout Plain Layout
44766
44767
44768 \backslash
44769 fcolorbox{black}{
44770 \end_layout
44771
44772 \end_inset
44773
44774 Salmon
44775 \begin_inset ERT
44776 status collapsed
44777
44778 \begin_layout Plain Layout
44779
44780 }{
44781 \end_layout
44782
44783 \end_inset
44784
44785
44786 \begin_inset Phantom Phantom
44787 status open
44788
44789 \begin_layout Plain Layout
44790 W
44791 \end_layout
44792
44793 \end_inset
44794
44795
44796 \begin_inset ERT
44797 status collapsed
44798
44799 \begin_layout Plain Layout
44800
44801 }
44802 \end_layout
44803
44804 \end_inset
44805
44806  Salmon
44807 \end_layout
44808
44809 \end_inset
44810 </cell>
44811 </row>
44812 <row>
44813 <cell alignment="left" valignment="top" usebox="none">
44814 \begin_inset Text
44815
44816 \begin_layout Plain Layout
44817 \begin_inset ERT
44818 status collapsed
44819
44820 \begin_layout Plain Layout
44821
44822
44823 \backslash
44824 fcolorbox{black}{
44825 \end_layout
44826
44827 \end_inset
44828
44829 SeaGreen
44830 \begin_inset ERT
44831 status collapsed
44832
44833 \begin_layout Plain Layout
44834
44835 }{
44836 \end_layout
44837
44838 \end_inset
44839
44840
44841 \begin_inset Phantom Phantom
44842 status open
44843
44844 \begin_layout Plain Layout
44845 W
44846 \end_layout
44847
44848 \end_inset
44849
44850
44851 \begin_inset ERT
44852 status collapsed
44853
44854 \begin_layout Plain Layout
44855
44856 }
44857 \end_layout
44858
44859 \end_inset
44860
44861  SeaGreen
44862 \end_layout
44863
44864 \end_inset
44865 </cell>
44866 <cell alignment="left" valignment="top" usebox="none">
44867 \begin_inset Text
44868
44869 \begin_layout Plain Layout
44870 \begin_inset ERT
44871 status collapsed
44872
44873 \begin_layout Plain Layout
44874
44875
44876 \backslash
44877 fcolorbox{black}{
44878 \end_layout
44879
44880 \end_inset
44881
44882 Sepia
44883 \begin_inset ERT
44884 status collapsed
44885
44886 \begin_layout Plain Layout
44887
44888 }{
44889 \end_layout
44890
44891 \end_inset
44892
44893
44894 \begin_inset Phantom Phantom
44895 status open
44896
44897 \begin_layout Plain Layout
44898 W
44899 \end_layout
44900
44901 \end_inset
44902
44903
44904 \begin_inset ERT
44905 status collapsed
44906
44907 \begin_layout Plain Layout
44908
44909 }
44910 \end_layout
44911
44912 \end_inset
44913
44914  Sepia
44915 \end_layout
44916
44917 \end_inset
44918 </cell>
44919 <cell alignment="left" valignment="top" usebox="none">
44920 \begin_inset Text
44921
44922 \begin_layout Plain Layout
44923 \begin_inset ERT
44924 status collapsed
44925
44926 \begin_layout Plain Layout
44927
44928
44929 \backslash
44930 fcolorbox{black}{
44931 \end_layout
44932
44933 \end_inset
44934
44935 SkyBlue
44936 \begin_inset ERT
44937 status collapsed
44938
44939 \begin_layout Plain Layout
44940
44941 }{
44942 \end_layout
44943
44944 \end_inset
44945
44946
44947 \begin_inset Phantom Phantom
44948 status open
44949
44950 \begin_layout Plain Layout
44951 W
44952 \end_layout
44953
44954 \end_inset
44955
44956
44957 \begin_inset ERT
44958 status collapsed
44959
44960 \begin_layout Plain Layout
44961
44962 }
44963 \end_layout
44964
44965 \end_inset
44966
44967  SkyBlue
44968 \end_layout
44969
44970 \end_inset
44971 </cell>
44972 <cell alignment="left" valignment="top" usebox="none">
44973 \begin_inset Text
44974
44975 \begin_layout Plain Layout
44976 \begin_inset ERT
44977 status collapsed
44978
44979 \begin_layout Plain Layout
44980
44981
44982 \backslash
44983 fcolorbox{black}{
44984 \end_layout
44985
44986 \end_inset
44987
44988 SpringGreen
44989 \begin_inset ERT
44990 status collapsed
44991
44992 \begin_layout Plain Layout
44993
44994 }{
44995 \end_layout
44996
44997 \end_inset
44998
44999
45000 \begin_inset Phantom Phantom
45001 status open
45002
45003 \begin_layout Plain Layout
45004 W
45005 \end_layout
45006
45007 \end_inset
45008
45009
45010 \begin_inset ERT
45011 status collapsed
45012
45013 \begin_layout Plain Layout
45014
45015 }
45016 \end_layout
45017
45018 \end_inset
45019
45020  SpringGreen
45021 \end_layout
45022
45023 \end_inset
45024 </cell>
45025 </row>
45026 <row>
45027 <cell alignment="left" valignment="top" usebox="none">
45028 \begin_inset Text
45029
45030 \begin_layout Plain Layout
45031 \begin_inset ERT
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035
45036
45037 \backslash
45038 fcolorbox{black}{
45039 \end_layout
45040
45041 \end_inset
45042
45043 Tan
45044 \begin_inset ERT
45045 status collapsed
45046
45047 \begin_layout Plain Layout
45048
45049 }{
45050 \end_layout
45051
45052 \end_inset
45053
45054
45055 \begin_inset Phantom Phantom
45056 status open
45057
45058 \begin_layout Plain Layout
45059 W
45060 \end_layout
45061
45062 \end_inset
45063
45064
45065 \begin_inset ERT
45066 status collapsed
45067
45068 \begin_layout Plain Layout
45069
45070 }
45071 \end_layout
45072
45073 \end_inset
45074
45075  Tan
45076 \end_layout
45077
45078 \end_inset
45079 </cell>
45080 <cell alignment="left" valignment="top" usebox="none">
45081 \begin_inset Text
45082
45083 \begin_layout Plain Layout
45084 \begin_inset ERT
45085 status collapsed
45086
45087 \begin_layout Plain Layout
45088
45089
45090 \backslash
45091 fcolorbox{black}{
45092 \end_layout
45093
45094 \end_inset
45095
45096 TealBlue
45097 \begin_inset ERT
45098 status collapsed
45099
45100 \begin_layout Plain Layout
45101
45102 }{
45103 \end_layout
45104
45105 \end_inset
45106
45107
45108 \begin_inset Phantom Phantom
45109 status open
45110
45111 \begin_layout Plain Layout
45112 W
45113 \end_layout
45114
45115 \end_inset
45116
45117
45118 \begin_inset ERT
45119 status collapsed
45120
45121 \begin_layout Plain Layout
45122
45123 }
45124 \end_layout
45125
45126 \end_inset
45127
45128  TealBlue
45129 \end_layout
45130
45131 \end_inset
45132 </cell>
45133 <cell alignment="left" valignment="top" usebox="none">
45134 \begin_inset Text
45135
45136 \begin_layout Plain Layout
45137 \begin_inset ERT
45138 status collapsed
45139
45140 \begin_layout Plain Layout
45141
45142
45143 \backslash
45144 fcolorbox{black}{
45145 \end_layout
45146
45147 \end_inset
45148
45149 Thistle
45150 \begin_inset ERT
45151 status collapsed
45152
45153 \begin_layout Plain Layout
45154
45155 }{
45156 \end_layout
45157
45158 \end_inset
45159
45160
45161 \begin_inset Phantom Phantom
45162 status open
45163
45164 \begin_layout Plain Layout
45165 W
45166 \end_layout
45167
45168 \end_inset
45169
45170
45171 \begin_inset ERT
45172 status collapsed
45173
45174 \begin_layout Plain Layout
45175
45176 }
45177 \end_layout
45178
45179 \end_inset
45180
45181  Thistle
45182 \end_layout
45183
45184 \end_inset
45185 </cell>
45186 <cell alignment="left" valignment="top" usebox="none">
45187 \begin_inset Text
45188
45189 \begin_layout Plain Layout
45190 \begin_inset ERT
45191 status collapsed
45192
45193 \begin_layout Plain Layout
45194
45195
45196 \backslash
45197 fcolorbox{black}{
45198 \end_layout
45199
45200 \end_inset
45201
45202 Turquoise
45203 \begin_inset ERT
45204 status collapsed
45205
45206 \begin_layout Plain Layout
45207
45208 }{
45209 \end_layout
45210
45211 \end_inset
45212
45213
45214 \begin_inset Phantom Phantom
45215 status open
45216
45217 \begin_layout Plain Layout
45218 W
45219 \end_layout
45220
45221 \end_inset
45222
45223
45224 \begin_inset ERT
45225 status collapsed
45226
45227 \begin_layout Plain Layout
45228
45229 }
45230 \end_layout
45231
45232 \end_inset
45233
45234  Turquoise
45235 \end_layout
45236
45237 \end_inset
45238 </cell>
45239 </row>
45240 <row>
45241 <cell alignment="left" valignment="top" usebox="none">
45242 \begin_inset Text
45243
45244 \begin_layout Plain Layout
45245 \begin_inset ERT
45246 status collapsed
45247
45248 \begin_layout Plain Layout
45249
45250
45251 \backslash
45252 fcolorbox{black}{
45253 \end_layout
45254
45255 \end_inset
45256
45257 Violet
45258 \begin_inset ERT
45259 status collapsed
45260
45261 \begin_layout Plain Layout
45262
45263 }{
45264 \end_layout
45265
45266 \end_inset
45267
45268
45269 \begin_inset Phantom Phantom
45270 status open
45271
45272 \begin_layout Plain Layout
45273 W
45274 \end_layout
45275
45276 \end_inset
45277
45278
45279 \begin_inset ERT
45280 status collapsed
45281
45282 \begin_layout Plain Layout
45283
45284 }
45285 \end_layout
45286
45287 \end_inset
45288
45289  Violet
45290 \end_layout
45291
45292 \end_inset
45293 </cell>
45294 <cell alignment="left" valignment="top" usebox="none">
45295 \begin_inset Text
45296
45297 \begin_layout Plain Layout
45298 \begin_inset ERT
45299 status collapsed
45300
45301 \begin_layout Plain Layout
45302
45303
45304 \backslash
45305 fcolorbox{black}{
45306 \end_layout
45307
45308 \end_inset
45309
45310 VioletRed
45311 \begin_inset ERT
45312 status collapsed
45313
45314 \begin_layout Plain Layout
45315
45316 }{
45317 \end_layout
45318
45319 \end_inset
45320
45321
45322 \begin_inset Phantom Phantom
45323 status open
45324
45325 \begin_layout Plain Layout
45326 W
45327 \end_layout
45328
45329 \end_inset
45330
45331
45332 \begin_inset ERT
45333 status collapsed
45334
45335 \begin_layout Plain Layout
45336
45337 }
45338 \end_layout
45339
45340 \end_inset
45341
45342  VioletRed
45343 \end_layout
45344
45345 \end_inset
45346 </cell>
45347 <cell alignment="left" valignment="top" usebox="none">
45348 \begin_inset Text
45349
45350 \begin_layout Plain Layout
45351 \begin_inset ERT
45352 status collapsed
45353
45354 \begin_layout Plain Layout
45355
45356
45357 \backslash
45358 fcolorbox{black}{
45359 \end_layout
45360
45361 \end_inset
45362
45363 WildStrawberry
45364 \begin_inset ERT
45365 status collapsed
45366
45367 \begin_layout Plain Layout
45368
45369 }{
45370 \end_layout
45371
45372 \end_inset
45373
45374
45375 \begin_inset Phantom Phantom
45376 status open
45377
45378 \begin_layout Plain Layout
45379 W
45380 \end_layout
45381
45382 \end_inset
45383
45384
45385 \begin_inset ERT
45386 status collapsed
45387
45388 \begin_layout Plain Layout
45389
45390 }
45391 \end_layout
45392
45393 \end_inset
45394
45395  WildStrawberry
45396 \end_layout
45397
45398 \end_inset
45399 </cell>
45400 <cell alignment="left" valignment="top" usebox="none">
45401 \begin_inset Text
45402
45403 \begin_layout Plain Layout
45404 \begin_inset ERT
45405 status collapsed
45406
45407 \begin_layout Plain Layout
45408
45409
45410 \backslash
45411 fcolorbox{black}{
45412 \end_layout
45413
45414 \end_inset
45415
45416 YellowGreen
45417 \begin_inset ERT
45418 status collapsed
45419
45420 \begin_layout Plain Layout
45421
45422 }{
45423 \end_layout
45424
45425 \end_inset
45426
45427
45428 \begin_inset Phantom Phantom
45429 status open
45430
45431 \begin_layout Plain Layout
45432 W
45433 \end_layout
45434
45435 \end_inset
45436
45437
45438 \begin_inset ERT
45439 status collapsed
45440
45441 \begin_layout Plain Layout
45442
45443 }
45444 \end_layout
45445
45446 \end_inset
45447
45448  YellowGreen
45449 \end_layout
45450
45451 \end_inset
45452 </cell>
45453 </row>
45454 <row>
45455 <cell alignment="left" valignment="top" usebox="none">
45456 \begin_inset Text
45457
45458 \begin_layout Plain Layout
45459 \begin_inset ERT
45460 status collapsed
45461
45462 \begin_layout Plain Layout
45463
45464
45465 \backslash
45466 fcolorbox{black}{
45467 \end_layout
45468
45469 \end_inset
45470
45471 YellowOrange
45472 \begin_inset ERT
45473 status collapsed
45474
45475 \begin_layout Plain Layout
45476
45477 }{
45478 \end_layout
45479
45480 \end_inset
45481
45482
45483 \begin_inset Phantom Phantom
45484 status open
45485
45486 \begin_layout Plain Layout
45487 W
45488 \end_layout
45489
45490 \end_inset
45491
45492
45493 \begin_inset ERT
45494 status collapsed
45495
45496 \begin_layout Plain Layout
45497
45498 }
45499 \end_layout
45500
45501 \end_inset
45502
45503  YellowOrange
45504 \end_layout
45505
45506 \end_inset
45507 </cell>
45508 <cell alignment="left" valignment="top" usebox="none">
45509 \begin_inset Text
45510
45511 \begin_layout Plain Layout
45512
45513 \end_layout
45514
45515 \end_inset
45516 </cell>
45517 <cell alignment="left" valignment="top" usebox="none">
45518 \begin_inset Text
45519
45520 \begin_layout Plain Layout
45521
45522 \end_layout
45523
45524 \end_inset
45525 </cell>
45526 <cell alignment="left" valignment="top" usebox="none">
45527 \begin_inset Text
45528
45529 \begin_layout Plain Layout
45530
45531 \end_layout
45532
45533 \end_inset
45534 </cell>
45535 </row>
45536 </lyxtabular>
45537
45538 \end_inset
45539
45540
45541 \end_layout
45542
45543 \begin_layout Chapter
45544 Explication de l' équation
45545 \begin_inset space ~
45546 \end_inset
45547
45548 (
45549 \begin_inset CommandInset ref
45550 LatexCommand ref
45551 reference "eq:Wgn"
45552
45553 \end_inset
45554
45555 )
45556 \begin_inset CommandInset label
45557 LatexCommand label
45558 name "cha:Explication-de-l'Equation"
45559
45560 \end_inset
45561
45562
45563 \end_layout
45564
45565 \begin_layout Standard
45566 La largeur totale de 
45567 \emph on
45568 n
45569 \emph default
45570  cellules de tableau 
45571 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45572 \end_inset
45573
45574  peut être calculée avec
45575 \begin_inset Formula 
45576 \begin{equation}
45577 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45578 \end{equation}
45579
45580 \end_inset
45581
45582
45583 \end_layout
45584
45585 \begin_layout Standard
45586 où 
45587 \begin_inset Formula $L_{g\,n}$
45588 \end_inset
45589
45590  est la largeur fixe de toutes les cellules.
45591  
45592 \series bold
45593
45594 \backslash
45595 tabcolsep
45596 \series default
45597  est la largeur utilisée par \SpecialChar LaTeX
45598  entre le texte de la cellule et la bordure,
45599  sa valeur implicite est 6
45600 \begin_inset space \thinspace{}
45601 \end_inset
45602
45603 pt.
45604  
45605 \series bold
45606
45607 \backslash
45608 arrayrulewidth
45609 \series default
45610  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45611 \begin_inset space \thinspace{}
45612 \end_inset
45613
45614 pt.
45615 \end_layout
45616
45617 \begin_layout Standard
45618 D'après l'équation
45619 \begin_inset space ~
45620 \end_inset
45621
45622
45623 \begin_inset CommandInset ref
45624 LatexCommand eqref
45625 reference "eq:Wtot_n"
45626
45627 \end_inset
45628
45629 , la largeur totale d'une multi-colonnes, 
45630 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45631 \end_inset
45632
45633  est
45634 \begin_inset Formula 
45635 \begin{equation}
45636 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45637 \end{equation}
45638
45639 \end_inset
45640
45641
45642 \end_layout
45643
45644 \begin_layout Standard
45645 En posant que les équations 
45646 \begin_inset space ~
45647 \end_inset
45648
45649
45650 \begin_inset CommandInset ref
45651 LatexCommand eqref
45652 reference "eq:Wtot_n"
45653
45654 \end_inset
45655
45656  et 
45657 \begin_inset CommandInset ref
45658 LatexCommand eqref
45659 reference "eq:Wtot_mult"
45660
45661 \end_inset
45662
45663  sont égales, on peut calculer la largeur nécessaire 
45664 \begin_inset Formula $L_{g\,n}$
45665 \end_inset
45666
45667  quand 
45668 \emph on
45669 n
45670 \emph default
45671  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45672  de 
45673 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45674 \end_inset
45675
45676 :
45677 \begin_inset Formula 
45678 \begin{equation}
45679 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45680 \end{equation}
45681
45682 \end_inset
45683
45684
45685 \end_layout
45686
45687 \begin_layout Bibliography
45688 \begin_inset CommandInset bibitem
45689 LatexCommand bibitem
45690 key "latexcompanion"
45691
45692 \end_inset
45693
45694 Frank Mittelbach and Michel Goossens: 
45695 \emph on
45696 The \SpecialChar LaTeX
45697  Companion Second Edition.
45698
45699 \emph default
45700  Addison-Wesley, 2004
45701 \end_layout
45702
45703 \begin_layout Bibliography
45704 \begin_inset CommandInset bibitem
45705 LatexCommand bibitem
45706 key "latexguide"
45707
45708 \end_inset
45709
45710 Helmut Kopka and Patrick W.
45711  Daly: 
45712 \emph on
45713 A Guide to \SpecialChar LaTeX
45714  Fourth Edition.
45715
45716 \emph default
45717  Addison-Wesley, 2003
45718 \end_layout
45719
45720 \begin_layout Bibliography
45721 \begin_inset CommandInset bibitem
45722 LatexCommand bibitem
45723 key "latexbook"
45724
45725 \end_inset
45726
45727 Leslie Lamport: 
45728 \emph on
45729 \SpecialChar LaTeX
45730 : A Document Preparation System.
45731
45732 \emph default
45733  Addison-Wesley, second edition, 1994
45734 \end_layout
45735
45736 \begin_layout Bibliography
45737 \begin_inset CommandInset bibitem
45738 LatexCommand bibitem
45739 key "arydshln"
45740
45741 \end_inset
45742
45743 Documentation du paquetage \SpecialChar LaTeX
45744
45745 \series bold
45746  
45747 \begin_inset CommandInset href
45748 LatexCommand href
45749 name "arydshln"
45750 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45751
45752 \end_inset
45753
45754
45755 \series default
45756
45757 \begin_inset Index idx
45758 status collapsed
45759
45760 \begin_layout Plain Layout
45761 Paquetages \SpecialChar LaTeX
45762  ! arydshln
45763 \end_layout
45764
45765 \end_inset
45766
45767
45768 \end_layout
45769
45770 \begin_layout Bibliography
45771 \begin_inset CommandInset bibitem
45772 LatexCommand bibitem
45773 key "booktabs"
45774
45775 \end_inset
45776
45777 Documentation du paquetage \SpecialChar LaTeX
45778  
45779 \series bold
45780
45781 \begin_inset CommandInset href
45782 LatexCommand href
45783 name "booktabs"
45784 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45785
45786 \end_inset
45787
45788
45789 \series default
45790
45791 \begin_inset Index idx
45792 status collapsed
45793
45794 \begin_layout Plain Layout
45795 Paquetages \SpecialChar LaTeX
45796  ! booktabs
45797 \end_layout
45798
45799 \end_inset
45800
45801
45802 \end_layout
45803
45804 \begin_layout Bibliography
45805 \begin_inset CommandInset bibitem
45806 LatexCommand bibitem
45807 key "caption"
45808
45809 \end_inset
45810
45811 Documentation du paquetage \SpecialChar LaTeX
45812  
45813 \series bold
45814
45815 \begin_inset CommandInset href
45816 LatexCommand href
45817 name "caption"
45818 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45819
45820 \end_inset
45821
45822
45823 \series default
45824
45825 \begin_inset Index idx
45826 status collapsed
45827
45828 \begin_layout Plain Layout
45829 Paquetages \SpecialChar LaTeX
45830  ! caption
45831 \end_layout
45832
45833 \end_inset
45834
45835
45836 \end_layout
45837
45838 \begin_layout Bibliography
45839 \begin_inset CommandInset bibitem
45840 LatexCommand bibitem
45841 key "diagbox"
45842
45843 \end_inset
45844
45845 Documentation du paquetage \SpecialChar LaTeX
45846  
45847 \series bold
45848
45849 \begin_inset CommandInset href
45850 LatexCommand href
45851 name "diagbox"
45852 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45853
45854 \end_inset
45855
45856
45857 \series default
45858
45859 \begin_inset Index idx
45860 status collapsed
45861
45862 \begin_layout Plain Layout
45863 Paquetages \SpecialChar LaTeX
45864  ! diagbox
45865 \end_layout
45866
45867 \end_inset
45868
45869
45870 \end_layout
45871
45872 \begin_layout Bibliography
45873 \begin_inset CommandInset bibitem
45874 LatexCommand bibitem
45875 key "endfloat"
45876
45877 \end_inset
45878
45879 Documentation du paquetage \SpecialChar LaTeX
45880  
45881 \series bold
45882
45883 \begin_inset CommandInset href
45884 LatexCommand href
45885 name "endfloat"
45886 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45887
45888 \end_inset
45889
45890
45891 \series default
45892
45893 \begin_inset Index idx
45894 status collapsed
45895
45896 \begin_layout Plain Layout
45897 Paquetages \SpecialChar LaTeX
45898  ! endfloat
45899 \end_layout
45900
45901 \end_inset
45902
45903
45904 \end_layout
45905
45906 \begin_layout Bibliography
45907 \begin_inset CommandInset bibitem
45908 LatexCommand bibitem
45909 key "footmisc"
45910
45911 \end_inset
45912
45913 Documentation du paquetage \SpecialChar LaTeX
45914  
45915 \series bold
45916
45917 \begin_inset CommandInset href
45918 LatexCommand href
45919 name "footmisc"
45920 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45921
45922 \end_inset
45923
45924
45925 \series default
45926
45927 \begin_inset Index idx
45928 status collapsed
45929
45930 \begin_layout Plain Layout
45931 Paquetages \SpecialChar LaTeX
45932  ! footmisc
45933 \end_layout
45934
45935 \end_inset
45936
45937
45938 \end_layout
45939
45940 \begin_layout Bibliography
45941 \begin_inset CommandInset bibitem
45942 LatexCommand bibitem
45943 key "hypcap"
45944
45945 \end_inset
45946
45947 Documentation du paquetage \SpecialChar LaTeX
45948  
45949 \series bold
45950
45951 \begin_inset CommandInset href
45952 LatexCommand href
45953 name "hypcap"
45954 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45955
45956 \end_inset
45957
45958
45959 \series default
45960
45961 \begin_inset Index idx
45962 status collapsed
45963
45964 \begin_layout Plain Layout
45965 Paquetages \SpecialChar LaTeX
45966  ! hyperref
45967 \end_layout
45968
45969 \end_inset
45970
45971
45972 \end_layout
45973
45974 \begin_layout Bibliography
45975 \begin_inset CommandInset bibitem
45976 LatexCommand bibitem
45977 key "hyperref"
45978
45979 \end_inset
45980
45981 Documentation du paquetage \SpecialChar LaTeX
45982  
45983 \series bold
45984
45985 \begin_inset CommandInset href
45986 LatexCommand href
45987 name "hyperref"
45988 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45989
45990 \end_inset
45991
45992
45993 \series default
45994
45995 \begin_inset Index idx
45996 status collapsed
45997
45998 \begin_layout Plain Layout
45999 Paquetages \SpecialChar LaTeX
46000  ! hyperref
46001 \end_layout
46002
46003 \end_inset
46004
46005
46006 \end_layout
46007
46008 \begin_layout Bibliography
46009 \begin_inset CommandInset bibitem
46010 LatexCommand bibitem
46011 key "KOMA-Script"
46012
46013 \end_inset
46014
46015 Documentation du paquetage \SpecialChar LaTeX
46016  
46017 \series bold
46018
46019 \begin_inset CommandInset href
46020 LatexCommand href
46021 name "KOMA-Script"
46022 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46023
46024 \end_inset
46025
46026
46027 \series default
46028
46029 \begin_inset Index idx
46030 status collapsed
46031
46032 \begin_layout Plain Layout
46033 Paquetages \SpecialChar LaTeX
46034  ! KOMA-Script
46035 \end_layout
46036
46037 \end_inset
46038
46039
46040 \end_layout
46041
46042 \begin_layout Bibliography
46043 \begin_inset CommandInset bibitem
46044 LatexCommand bibitem
46045 key "lettrine"
46046
46047 \end_inset
46048
46049 Documentation du paquetage \SpecialChar LaTeX
46050  
46051 \series bold
46052
46053 \begin_inset CommandInset href
46054 LatexCommand href
46055 name "lettrine"
46056 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46057
46058 \end_inset
46059
46060
46061 \series default
46062  et un 
46063 \begin_inset CommandInset href
46064 LatexCommand href
46065 name "exemple"
46066 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46067
46068 \end_inset
46069
46070
46071 \begin_inset Index idx
46072 status collapsed
46073
46074 \begin_layout Plain Layout
46075 Paquetages \SpecialChar LaTeX
46076  ! lettrine
46077 \end_layout
46078
46079 \end_inset
46080
46081
46082 \end_layout
46083
46084 \begin_layout Bibliography
46085 \begin_inset CommandInset bibitem
46086 LatexCommand bibitem
46087 key "listings"
46088
46089 \end_inset
46090
46091 Documentation du paquetage \SpecialChar LaTeX
46092  
46093 \series bold
46094
46095 \begin_inset CommandInset href
46096 LatexCommand href
46097 name "listings"
46098 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46099
46100 \end_inset
46101
46102
46103 \series default
46104
46105 \begin_inset Index idx
46106 status collapsed
46107
46108 \begin_layout Plain Layout
46109 Paquetages \SpecialChar LaTeX
46110  ! listings
46111 \end_layout
46112
46113 \end_inset
46114
46115
46116 \end_layout
46117
46118 \begin_layout Bibliography
46119 \begin_inset CommandInset bibitem
46120 LatexCommand bibitem
46121 key "marginnote"
46122
46123 \end_inset
46124
46125 Documentation du paquetage \SpecialChar LaTeX
46126  
46127 \series bold
46128
46129 \begin_inset CommandInset href
46130 LatexCommand href
46131 name "marginnote"
46132 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46133
46134 \end_inset
46135
46136
46137 \series default
46138
46139 \begin_inset Index idx
46140 status collapsed
46141
46142 \begin_layout Plain Layout
46143 Paquetages \SpecialChar LaTeX
46144  ! marginnote
46145 \end_layout
46146
46147 \end_inset
46148
46149
46150 \end_layout
46151
46152 \begin_layout Bibliography
46153 \begin_inset CommandInset bibitem
46154 LatexCommand bibitem
46155 key "pdfpages"
46156
46157 \end_inset
46158
46159 Documentation du paquetage \SpecialChar LaTeX
46160  
46161 \series bold
46162
46163 \begin_inset CommandInset href
46164 LatexCommand href
46165 name "pdfpages"
46166 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46167
46168 \end_inset
46169
46170
46171 \series default
46172
46173 \begin_inset Index idx
46174 status collapsed
46175
46176 \begin_layout Plain Layout
46177 Paquetages \SpecialChar LaTeX
46178  ! pdfpages
46179 \end_layout
46180
46181 \end_inset
46182
46183
46184 \end_layout
46185
46186 \begin_layout Bibliography
46187 \begin_inset CommandInset bibitem
46188 LatexCommand bibitem
46189 key "prettyref"
46190
46191 \end_inset
46192
46193 Documentation du paquetage \SpecialChar LaTeX
46194
46195 \series bold
46196  
46197 \begin_inset CommandInset href
46198 LatexCommand href
46199 name "prettyref"
46200 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46201
46202 \end_inset
46203
46204
46205 \series default
46206
46207 \begin_inset Index idx
46208 status collapsed
46209
46210 \begin_layout Plain Layout
46211 Paquetages \SpecialChar LaTeX
46212  ! prettyref
46213 \end_layout
46214
46215 \end_inset
46216
46217
46218 \end_layout
46219
46220 \begin_layout Bibliography
46221 \begin_inset CommandInset bibitem
46222 LatexCommand bibitem
46223 key "pstricks"
46224
46225 \end_inset
46226
46227 Page Web du paquetage \SpecialChar LaTeX
46228  
46229 \series bold
46230
46231 \begin_inset CommandInset href
46232 LatexCommand href
46233 name "PSTricks"
46234 target "http://tug.org/PSTricks/"
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 \SpecialChar LaTeX
46246  ! PSTricks
46247 \end_layout
46248
46249 \end_inset
46250
46251
46252 \end_layout
46253
46254 \begin_layout Bibliography
46255 \begin_inset CommandInset bibitem
46256 LatexCommand bibitem
46257 key "refstyle"
46258
46259 \end_inset
46260
46261 Documentation du paquetage \SpecialChar LaTeX
46262
46263 \series bold
46264  
46265 \begin_inset CommandInset href
46266 LatexCommand href
46267 name "refstyle"
46268 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46269
46270 \end_inset
46271
46272
46273 \series default
46274
46275 \begin_inset Index idx
46276 status collapsed
46277
46278 \begin_layout Plain Layout
46279 Paquetages \SpecialChar LaTeX
46280  ! refstyle
46281 \end_layout
46282
46283 \end_inset
46284
46285
46286 \end_layout
46287
46288 \begin_layout Bibliography
46289 \begin_inset CommandInset bibitem
46290 LatexCommand bibitem
46291 key "sidecap"
46292
46293 \end_inset
46294
46295 Documentation du paquetage \SpecialChar LaTeX
46296  
46297 \series bold
46298
46299 \begin_inset CommandInset href
46300 LatexCommand href
46301 name "sidecap"
46302 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46303
46304 \end_inset
46305
46306
46307 \series default
46308
46309 \begin_inset Index idx
46310 status collapsed
46311
46312 \begin_layout Plain Layout
46313 Paquetages \SpecialChar LaTeX
46314  ! sidecap
46315 \end_layout
46316
46317 \end_inset
46318
46319
46320 \end_layout
46321
46322 \begin_layout Bibliography
46323 \begin_inset CommandInset bibitem
46324 LatexCommand bibitem
46325 key "NewInLyX20"
46326
46327 \end_inset
46328
46329
46330 \begin_inset CommandInset href
46331 LatexCommand href
46332 name "Page Wiki"
46333 target "http://wiki.lyx.org/LyX/NewInLyX20"
46334
46335 \end_inset
46336
46337  au sujet des nouveautés de 
46338 \family sans
46339 \SpecialChar LyX
46340  2.0
46341 \family default
46342 .
46343 \end_layout
46344
46345 \begin_layout Standard
46346 \begin_inset CommandInset index_print
46347 LatexCommand printindex
46348 type "idx"
46349
46350 \end_inset
46351
46352
46353 \end_layout
46354
46355 \end_body
46356 \end_document