]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
a3eb3eb4260e8945195a43e1bbb37ed59586381f
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113
114 % ------------------------------------
115 % used to check for needed LaTeX packages
116 \usepackage{ifthen}
117
118 % check for package arydshln
119 % used for tables with dashed lines
120 \newboolean{arydshln}
121 \IfFileExists{arydshln.sty}
122  {\usepackage{arydshln}
123   \setboolean{arydshln}{true}}
124  {\setboolean{arydshln}{false}}
125
126 % check for package marginnote
127 % used for margin notes
128 \newboolean{marginnote}
129 \IfFileExists{marginnote.sty}
130  {\usepackage{marginnote}
131   \let\marginpar\marginnote
132   \setboolean{marginnote}{true}}
133  {\setboolean{marginnote}{false}}
134
135 % check for package sidecap
136 % used for captions on the side
137 \newboolean{sidecap}
138 \IfFileExists{sidecap.sty}
139  {\usepackage{sidecap}
140   \setboolean{sidecap}{true}}
141  {\setboolean{sidecap}{false}}
142
143 % check for picinpar
144 % used for surrounded fixed objects
145 \newboolean{picinpar}
146 \IfFileExists{picinpar.sty}
147  {\usepackage{picinpar}
148   \setboolean{picinpar}{true}}
149  {\setboolean{picinpar}{false}}
150
151 % check for lettrine
152 \newboolean{lettrine}
153 \IfFileExists{lettrine.sty}
154  {\usepackage{lettrine}
155   \setboolean{lettrine}{true}}
156  {\setboolean{lettrine}{false}}
157
158 % check for diagbox
159 \newboolean{diagbox}
160 \IfFileExists{diagbox.sty}
161  {\usepackage{diagbox}
162   \setboolean{diagbox}{true}}
163  {\setboolean{diagbox}{false}}
164
165 % use normal list environments also in French documents
166 \frenchbsetup{StandardLayout}
167 \end_preamble
168 \options fleqn,bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames
169 \use_default_options false
170 \begin_modules
171 initials
172 \end_modules
173 \maintain_unincluded_children false
174 \language french
175 \language_package default
176 \inputencoding auto
177 \fontencoding global
178 \font_roman default
179 \font_sans default
180 \font_typewriter default
181 \font_default_family default
182 \use_non_tex_fonts false
183 \font_sc false
184 \font_osf false
185 \font_sf_scale 100
186 \font_tt_scale 100
187
188 \graphics default
189 \default_output_format default
190 \output_sync 0
191 \bibtex_command default
192 \index_command default
193 \paperfontsize 12
194 \spacing single
195 \use_hyperref true
196 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
197 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
198 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
199 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
200 \pdf_bookmarks true
201 \pdf_bookmarksnumbered true
202 \pdf_bookmarksopen true
203 \pdf_bookmarksopenlevel 1
204 \pdf_breaklinks false
205 \pdf_pdfborder false
206 \pdf_colorlinks true
207 \pdf_backref false
208 \pdf_pdfusetitle false
209 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
210 \papersize default
211 \use_geometry false
212 \use_amsmath 2
213 \use_esint 0
214 \use_mhchem 1
215 \use_mathdots 1
216 \cite_engine basic
217 \use_bibtopic false
218 \use_indices false
219 \paperorientation portrait
220 \suppress_date false
221 \use_refstyle 0
222 \notefontcolor #0000ff
223 \index Index
224 \shortcut idx
225 \color #008000
226 \end_index
227 \secnumdepth 3
228 \tocdepth 3
229 \paragraph_separation skip
230 \defskip medskip
231 \quotes_language french
232 \papercolumns 1
233 \papersides 2
234 \paperpagestyle default
235 \bullet 1 1 34 -1
236 \bullet 2 2 35 -1
237 \bullet 3 2 7 -1
238 \tracking_changes false
239 \output_changes false
240 \html_math_output 0
241 \html_css_as_file 0
242 \html_be_strict false
243 \end_header
244
245 \begin_body
246
247 \begin_layout Title
248 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
249  les boîtes et les objets externes de LyX
250 \end_layout
251
252 \begin_layout Author
253 par l'Équipe LyX
254 \begin_inset Foot
255 status collapsed
256
257 \begin_layout Plain Layout
258 \noindent
259 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
260  de la documentation de LyX: 
261 \begin_inset CommandInset href
262 LatexCommand href
263 name "lyx-docs@lists.lyx.org"
264 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
265 type "mailto:"
266
267 \end_inset
268
269
270 \end_layout
271
272 \end_inset
273
274
275 \begin_inset Note Note
276 status collapsed
277
278 \begin_layout Plain Layout
279 auteur original : Uwe Stöhr
280 \end_layout
281
282 \begin_layout Plain Layout
283 Traduction française : Siegfried Meunier-Guttin-Cluzel
284 \end_layout
285
286 \begin_layout Plain Layout
287 version 2.0.x novembre 2011
288 \end_layout
289
290 \end_inset
291
292
293 \begin_inset Newline newline
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \family sans
302 Version 2.0.x
303 \end_layout
304
305 \begin_layout Standard
306 \begin_inset CommandInset toc
307 LatexCommand tableofcontents
308
309 \end_inset
310
311
312 \end_layout
313
314 \begin_layout Standard
315 \begin_inset Note Note
316 status open
317
318 \begin_layout Plain Layout
319 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages LaTeX
320  
321 \series bold
322 arydshln
323 \series default
324
325 \series bold
326 colortbl
327 \series default
328
329 \series bold
330 diagbox, lettrine, marginnote, picinpar
331 \series default
332 , et 
333 \series bold
334 sidecap
335 \series default
336  doivent être installés.
337  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
338  les sections qui nécessitent les paquetages en question n'apparaîtront
339  pas sur la sortie.
340 \end_layout
341
342 \begin_layout Plain Layout
343 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
344 \begin_inset Newline newline
345 \end_inset
346
347
348 \series bold
349 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
350 \end_layout
351
352 \end_inset
353
354
355 \end_layout
356
357 \begin_layout Chapter
358 Figures
359 \begin_inset Index idx
360 status collapsed
361
362 \begin_layout Plain Layout
363 Figures
364 \end_layout
365
366 \end_inset
367
368
369 \begin_inset Index idx
370 status collapsed
371
372 \begin_layout Plain Layout
373 Graphiques|see
374 \begin_inset ERT
375 status collapsed
376
377 \begin_layout Plain Layout
378
379 {
380 \end_layout
381
382 \end_inset
383
384 Figures
385 \begin_inset ERT
386 status collapsed
387
388 \begin_layout Plain Layout
389
390 }
391 \end_layout
392
393 \end_inset
394
395
396 \end_layout
397
398 \end_inset
399
400
401 \end_layout
402
403 \begin_layout Section
404 La fenêtre de dialogue graphique
405 \begin_inset Index idx
406 status collapsed
407
408 \begin_layout Plain Layout
409 Figures ! Fenêtre de dialogue Graphique
410 \end_layout
411
412 \end_inset
413
414
415 \begin_inset CommandInset label
416 LatexCommand label
417 name "sec:Graphics-Dialog"
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 Pour placer une figure dans votre document, cliquez sur le bouton 
426 \family sans
427
428 \begin_inset Info
429 type  "icon"
430 arg   "dialog-show-new-inset graphics"
431 \end_inset
432
433
434 \family default
435  dans la barre d'outils, ou faites 
436 \family sans
437 Insérer\SpecialChar \menuseparator
438 Graphique
439 \family default
440 .
441  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
442  à charger.
443  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
444  dans le texte.
445 \end_layout
446
447 \begin_layout Standard
448 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
449  sur une image
450 \begin_inset Note Note
451 status collapsed
452
453 \begin_layout Plain Layout
454 Ça marche aussi avec le bouton gauche ! (NdT)
455 \end_layout
456
457 \end_inset
458
459 .
460  Cette fenêtre de dialogue possède trois onglets:
461 \end_layout
462
463 \begin_layout Description
464 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
465  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
466  Les unités de longueurs utilisées sont décrites dans l'appendice
467 \begin_inset space ~
468 \end_inset
469
470
471 \begin_inset CommandInset ref
472 LatexCommand ref
473 reference "cha:Unités-de-longueur"
474
475 \end_inset
476
477 .
478 \begin_inset Newline newline
479 \end_inset
480
481
482 \begin_inset Index idx
483 status collapsed
484
485 \begin_layout Plain Layout
486 Figures ! Pivotées
487 \end_layout
488
489 \end_inset
490
491 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
492  d'une montre, en donnant l'angle de rotation et la position du pivot.
493  L'image apparaîtra pivotée dans LyX.
494 \begin_inset Newline newline
495 \end_inset
496
497
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Figures ! Redimensionnées
503 \end_layout
504
505 \end_inset
506
507 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
508  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
509  sa largeur.
510  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
511  déterminée automatiquement.
512  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
513  éventuellement une distorsion.
514  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
515  
516 \family sans
517 Conserver
518 \begin_inset space ~
519 \end_inset
520
521 les
522 \begin_inset space ~
523 \end_inset
524
525 proportions
526 \family default
527 .
528  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
529  pas les valeurs fixées.
530  
531 \begin_inset Newline newline
532 \end_inset
533
534 Les images peuvent être modifiée en utilisant le programme de votre choix
535  en faisant un clic droit dessus et en choisissant 
536 \family sans
537 Éditer le fichier ailleurs
538 \family default
539  dans le menu contextuel qui apparaît.
540  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
541  
542 \family sans
543 Formats
544 \begin_inset space ~
545 \end_inset
546
547 de
548 \begin_inset space ~
549 \end_inset
550
551 fichiers
552 \family default
553  dans la fenêtre de dialogue de 
554 \family sans
555 Préférences
556 \family default
557  de LyX.
558 \end_layout
559
560 \begin_layout Description
561 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
562  la sortie finale est de modifier les coordonnées de la zone de l'image
563  qui est affichée.
564  Cette zone peut être calculée automatiquement à partir des données présentes
565  dans le fichier en appuyant sur le bouton 
566 \family sans
567 Valeurs
568 \begin_inset space ~
569 \end_inset
570
571 du
572 \begin_inset space ~
573 \end_inset
574
575 Fichier
576 \family default
577 .
578  Avec l'option 
579 \family sans
580 Couper
581 \begin_inset space ~
582 \end_inset
583
584 à
585 \begin_inset space ~
586 \end_inset
587
588 la
589 \begin_inset space ~
590 \end_inset
591
592 boîte
593 \begin_inset space ~
594 \end_inset
595
596 de
597 \begin_inset space ~
598 \end_inset
599
600 délimitation, 
601 \family default
602 seule la portion de l'image qui est dans la zone définie sera imprimée.
603  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
604  donc vous pouvez ignorer l'onglet 
605 \family sans
606 Rogner
607 \family default
608 .
609 \end_layout
610
611 \begin_layout Description
612
613 \family sans
614 Options
615 \begin_inset space ~
616 \end_inset
617
618 LaTeX
619 \begin_inset space ~
620 \end_inset
621
622 et
623 \begin_inset space ~
624 \end_inset
625
626 LyX
627 \family default
628  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans LyX et
629  les experts ès-LaTeX pourront fournir des options supplémentaires pour
630  LaTeX
631 \begin_inset Newline newline
632 \end_inset
633
634 L'option 
635 \family sans
636 Mode brouillon
637 \family default
638  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
639  avec la taille de l'image.
640 \begin_inset Newline newline
641 \end_inset
642
643 L'option 
644 \family sans
645 Ne
646 \begin_inset space ~
647 \end_inset
648
649 pas
650 \begin_inset space ~
651 \end_inset
652
653 décompresser
654 \begin_inset space ~
655 \end_inset
656
657 à
658 \begin_inset space ~
659 \end_inset
660
661 l'exportation
662 \family default
663  n'affectera que les graphiques EPS zippés, par exemple 
664 \family typewriter
665 x.eps.gz
666 \family default
667 .
668  Quand cette option est activée, les images ne sont pas décompressées à
669  l'exportation, vu que LaTeX peut les traiter telles-quelles
670 \begin_inset Newline newline
671 \end_inset
672
673 Les graphiques EPS zippés sont utiles pour économiser de la place sur les
674  disques quand on utilise PostScript comme format de sortie, voir l'appendice
675 \begin_inset space ~
676 \end_inset
677
678
679 \begin_inset CommandInset ref
680 LatexCommand ref
681 reference "sec:PostScript"
682
683 \end_inset
684
685 .
686  Pour zipper un graphique EPS, utilisez les commandes suivantes dans un
687  terminal UNIX ou une console Windows:
688 \begin_inset Newline newline
689 \end_inset
690
691
692 \series bold
693 gzip x.eps
694 \series default
695
696 \begin_inset Newline newline
697 \end_inset
698
699
700 \series bold
701 zgrep %%Bounding x.eps.gz > x.eps.bb
702 \series default
703
704 \begin_inset Newline newline
705 \end_inset
706
707 La seconde commande va créer le fichier contenant la description de la boîte
708  de délimitation 
709 \begin_inset Quotes eld
710 \end_inset
711
712
713 \family typewriter
714 x.eps.bb
715 \family default
716
717 \begin_inset Quotes erd
718 \end_inset
719
720  qui est indispensable pour que LaTeX puisse traiter un fichier compressé.
721 \begin_inset Newline newline
722 \end_inset
723
724 Dans la section 
725 \family sans
726 Groupe
727 \begin_inset space ~
728 \end_inset
729
730 de
731 \begin_inset space ~
732 \end_inset
733
734 graphiques
735 \family default
736  vous pouvez définir ou de choisir un groupe de paramètres d'image
737 \begin_inset Index idx
738 status collapsed
739
740 \begin_layout Plain Layout
741 Figures ! Groupes de paramétrisation
742 \end_layout
743
744 \end_inset
745
746 .
747  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
748  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
749  les autres soient automatiquement modifiées de la même manière.
750  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
751  avoir à modifier leur taille manuellement une par une.
752  On peut rattacher une image à un groupe existant en utilisant le menu contextue
753 l de l'image et en cochant le nom du groupe dans la liste
754 \begin_inset Foot
755 status collapsed
756
757 \begin_layout Plain Layout
758 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
759 \end_layout
760
761 \end_inset
762
763 .
764 \end_layout
765
766 \begin_layout Standard
767 \begin_inset VSpace bigskip
768 \end_inset
769
770
771 \end_layout
772
773 \begin_layout Standard
774 Voici un exemple d'image au format EPS
775 \begin_inset Foot
776 status collapsed
777
778 \begin_layout Plain Layout
779 Les format d'images sont décrits dans la section
780 \begin_inset space ~
781 \end_inset
782
783
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sec:Image-Formats"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
796 nt:
797 \end_layout
798
799 \begin_layout Standard
800 \align center
801 \begin_inset Graphics
802         filename ../clipart/mobius.eps
803         scale 70
804         scaleBeforeRotation
805         rotateOrigin center
806
807 \end_inset
808
809
810 \end_layout
811
812 \begin_layout Standard
813 Et voici la même image mais en mode brouillon:
814 \end_layout
815
816 \begin_layout Standard
817 \align center
818 \begin_inset Graphics
819         filename ../clipart/mobius.eps
820         scale 70
821         draft
822         scaleBeforeRotation
823         rotateOrigin center
824
825 \end_inset
826
827
828 \end_layout
829
830 \begin_layout Section
831 Figures flottantes
832 \begin_inset CommandInset label
833 LatexCommand label
834 name "sec:Figure-Floats"
835
836 \end_inset
837
838
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 Flottants ! Figures
844 \end_layout
845
846 \end_inset
847
848
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 Figures ! Flottants
854 \end_layout
855
856 \end_inset
857
858
859 \end_layout
860
861 \begin_layout Standard
862 Pour des explications d'ordre général concernant les flottants, jetez un
863  coup d'œil à la section
864 \begin_inset space ~
865 \end_inset
866
867
868 \begin_inset CommandInset ref
869 LatexCommand ref
870 reference "sec:Flottants-Introduction"
871
872 \end_inset
873
874 .
875 \end_layout
876
877 \begin_layout Standard
878 Le bouton 
879 \family sans
880
881 \begin_inset Info
882 type  "icon"
883 arg   "float-insert figure"
884 \end_inset
885
886
887 \family default
888  de la barre d'outils et le menu 
889 \family sans
890 Insérer\SpecialChar \menuseparator
891 Flottant\SpecialChar \menuseparator
892 Figure
893 \family default
894  insèrent un flottant avec l'étiquette 
895 \begin_inset Quotes eld
896 \end_inset
897
898
899 \series bold
900 Figure
901 \begin_inset space ~
902 \end_inset
903
904 #:
905 \series default
906
907 \begin_inset Quotes erd
908 \end_inset
909
910  (# est le numéro réel de l'image).
911  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
912 \begin_inset space ~
913 \end_inset
914
915
916 \begin_inset CommandInset ref
917 LatexCommand ref
918 reference "fig:kill-plat"
919
920 \end_inset
921
922  ou en dessous de la légende comme pour la Figure
923 \begin_inset space ~
924 \end_inset
925
926
927 \begin_inset CommandInset ref
928 LatexCommand ref
929 reference "fig:escher"
930
931 \end_inset
932
933 .
934  Vous trouverez plus d'information sur le positionnement des légendes dans
935  la section
936 \begin_inset space ~
937 \end_inset
938
939
940 \begin_inset CommandInset ref
941 LatexCommand ref
942 reference "sec:Placement-légende"
943
944 \end_inset
945
946 .
947 \end_layout
948
949 \begin_layout Standard
950 \begin_inset Float figure
951 wide false
952 sideways false
953 status open
954
955 \begin_layout Plain Layout
956 \align center
957 \begin_inset Graphics
958         filename ../clipart/platypus.eps
959         width 50col%
960         scaleBeforeRotation
961         rotateOrigin center
962
963 \end_inset
964
965
966 \end_layout
967
968 \begin_layout Plain Layout
969 \begin_inset Caption
970
971 \begin_layout Plain Layout
972 \begin_inset CommandInset label
973 LatexCommand label
974 name "fig:kill-plat"
975
976 \end_inset
977
978 Un ornithorynque sévèrement déformé dans un flottant de figure.
979 \end_layout
980
981 \end_inset
982
983
984 \end_layout
985
986 \end_inset
987
988
989 \end_layout
990
991 \begin_layout Standard
992 \begin_inset Float figure
993 wide false
994 sideways false
995 status open
996
997 \begin_layout Plain Layout
998 \begin_inset Caption
999
1000 \begin_layout Plain Layout
1001 \begin_inset CommandInset label
1002 LatexCommand label
1003 name "fig:escher"
1004
1005 \end_inset
1006
1007 M.C.
1008  Escher sous LSD.
1009 \end_layout
1010
1011 \end_inset
1012
1013
1014 \end_layout
1015
1016 \begin_layout Plain Layout
1017 \align center
1018 \begin_inset Graphics
1019         filename ../clipart/escher-lsd.eps
1020         scale 80
1021         scaleBeforeRotation
1022         rotateOrigin center
1023
1024 \end_inset
1025
1026
1027 \end_layout
1028
1029 \end_inset
1030
1031
1032 \end_layout
1033
1034 \begin_layout Standard
1035 \begin_inset Index idx
1036 status collapsed
1037
1038 \begin_layout Plain Layout
1039 References@Références ! à des Figures
1040 \end_layout
1041
1042 \end_inset
1043
1044 Les figure
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:kill-plat"
1052
1053 \end_inset
1054
1055  et 
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "fig:escher"
1059
1060 \end_inset
1061
1062  sont des exemples de figures référencées.
1063  Dans le texte, on fait référence à une figure en faisant référence à sa
1064  légende.
1065  On insère donc une étiquette dans la légende en utilisant le menu 
1066 \family sans
1067 Insérer
1068 \family default
1069 \SpecialChar \menuseparator
1070
1071 \family sans
1072 Étiquette
1073 \family default
1074  ou le bouton 
1075 \family sans
1076
1077 \begin_inset Info
1078 type  "icon"
1079 arg   "label-insert"
1080 \end_inset
1081
1082
1083 \family default
1084  de la barre d'outils.
1085  On peut alors faire référence à cette étiquette en utilisant le menu 
1086 \family sans
1087 Insérer\SpecialChar \menuseparator
1088 Référence
1089 \begin_inset space ~
1090 \end_inset
1091
1092 croisée
1093 \family default
1094  ou le bouton 
1095 \family sans
1096
1097 \begin_inset Info
1098 type  "icon"
1099 arg   "dialog-show-new-inset ref"
1100 \end_inset
1101
1102
1103 \family default
1104  de la barre d'outils.
1105  Il est important d'utiliser des références pour les flottants de figures
1106  plutôt que des locutions vagues du genre 
1107 \begin_inset Quotes eld
1108 \end_inset
1109
1110 la figure ci-dessous
1111 \begin_inset Quotes erd
1112 \end_inset
1113
1114 , puisque LaTeX va repositionner la figure dans le document final.
1115  Votre figure risque de ne plus être ci-dessous du tout !
1116 \begin_inset Newline newline
1117 \end_inset
1118
1119 Le référencement est expliqué plus en détail dans la section
1120 \begin_inset space ~
1121 \end_inset
1122
1123
1124 \begin_inset CommandInset ref
1125 LatexCommand ref
1126 reference "sec:Referencer-les-Flottants"
1127
1128 \end_inset
1129
1130 .
1131 \end_layout
1132
1133 \begin_layout Standard
1134 En principe on met une seule figure dans un flottant, mais parfois vous
1135  pouvez vouloir deux figures avec chacune sa sous-légende.
1136  C'est possible en insérant des flottants d'image dans des flottants d'image
1137  existants.
1138  Notez que seule la légende principale des flottants est reprise dans la
1139  liste des figures.
1140  La figure
1141 \begin_inset space ~
1142 \end_inset
1143
1144
1145 \begin_inset CommandInset ref
1146 LatexCommand ref
1147 reference "fig:Deux-images-déformées"
1148
1149 \end_inset
1150
1151  est un exemple de flottant de figure avec deux images mises l'une à côté
1152  de l'autre.
1153  Vous pouvez aussi mettre les images les unes sous les autres.
1154  Les figures
1155 \begin_inset space ~
1156 \end_inset
1157
1158
1159 \begin_inset CommandInset ref
1160 LatexCommand ref
1161 reference "fig:Structure-indéfinissable"
1162
1163 \end_inset
1164
1165  et 
1166 \begin_inset CommandInset ref
1167 LatexCommand ref
1168 reference "fig:Un-ornithorynque"
1169
1170 \end_inset
1171
1172  sont des sous-figures.
1173 \end_layout
1174
1175 \begin_layout Standard
1176 \begin_inset Float figure
1177 wide false
1178 sideways false
1179 status open
1180
1181 \begin_layout Plain Layout
1182 \begin_inset space \hfill{}
1183 \end_inset
1184
1185
1186 \begin_inset Float figure
1187 wide false
1188 sideways false
1189 status open
1190
1191 \begin_layout Plain Layout
1192 \begin_inset Caption
1193
1194 \begin_layout Plain Layout
1195 \begin_inset CommandInset label
1196 LatexCommand label
1197 name "fig:Structure-indéfinissable"
1198
1199 \end_inset
1200
1201 Structure indéfinissable
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \begin_layout Plain Layout
1210 \begin_inset Graphics
1211         filename ../clipart/escher-lsd.eps
1212         width 45col%
1213         scaleBeforeRotation
1214         groupId Déformés
1215
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \end_inset
1222
1223
1224 \begin_inset space \hfill{}
1225 \end_inset
1226
1227
1228 \begin_inset Float figure
1229 wide false
1230 sideways false
1231 status open
1232
1233 \begin_layout Plain Layout
1234 \begin_inset Caption
1235
1236 \begin_layout Plain Layout
1237 \begin_inset CommandInset label
1238 LatexCommand label
1239 name "fig:Un-ornithorynque"
1240
1241 \end_inset
1242
1243 Un ornithorynque
1244 \end_layout
1245
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \begin_layout Plain Layout
1252 \begin_inset Graphics
1253         filename ../clipart/platypus.eps
1254         width 45col%
1255         scaleBeforeRotation
1256         groupId Déformés
1257
1258 \end_inset
1259
1260
1261 \end_layout
1262
1263 \end_inset
1264
1265
1266 \begin_inset space \hfill{}
1267 \end_inset
1268
1269
1270 \end_layout
1271
1272 \begin_layout Plain Layout
1273 \begin_inset Caption
1274
1275 \begin_layout Plain Layout
1276 \begin_inset CommandInset label
1277 LatexCommand label
1278 name "fig:Deux-images-déformées"
1279
1280 \end_inset
1281
1282 Deux images déformées.
1283  Les deux images font partie du groupe de paramétrisation 
1284 \begin_inset Quotes eld
1285 \end_inset
1286
1287 déformés
1288 \begin_inset Quotes erd
1289 \end_inset
1290
1291 .
1292 \end_layout
1293
1294 \end_inset
1295
1296
1297 \end_layout
1298
1299 \end_inset
1300
1301
1302 \end_layout
1303
1304 \begin_layout Section
1305 Les formats d'images
1306 \begin_inset CommandInset label
1307 LatexCommand label
1308 name "sec:Image-Formats"
1309
1310 \end_inset
1311
1312
1313 \begin_inset Index idx
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 Formats d' images
1318 \end_layout
1319
1320 \end_inset
1321
1322
1323 \begin_inset Index idx
1324 status collapsed
1325
1326 \begin_layout Plain Layout
1327 Figures ! Formats d'images
1328 \end_layout
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \begin_layout Standard
1336 Vous pouvez insérer des images dans n'importe quel format connu.
1337  Mais, comme nous l'avons expliqué dans l'appendice
1338 \begin_inset space ~
1339 \end_inset
1340
1341
1342 \begin_inset CommandInset ref
1343 LatexCommand ref
1344 reference "cha:Formats-fichiers-graphiques"
1345
1346 \end_inset
1347
1348 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1349  de formats d'images.
1350  Pour s'en sortir LyX utilise le programme 
1351 \family typewriter
1352 ImageMagick
1353 \family default
1354  en arrière plan pour convertir les formats que vous utilisez dans un des
1355  formats acceptés par le format de sortie.
1356  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1357 ons en n'utilisant que les formats listés dans les sous sections de l'appendice
1358 \begin_inset space ~
1359 \end_inset
1360
1361
1362 \begin_inset CommandInset ref
1363 LatexCommand ref
1364 reference "cha:Formats-fichiers-graphiques"
1365
1366 \end_inset
1367
1368 .
1369 \end_layout
1370
1371 \begin_layout Standard
1372 Comme pour les polices de caractères, il y a deux grands types de formats
1373  d'images:
1374 \end_layout
1375
1376 \begin_layout Description
1377 Les
1378 \begin_inset space ~
1379 \end_inset
1380
1381 images
1382 \begin_inset space ~
1383 \end_inset
1384
1385 Matricielles
1386 \begin_inset space ~
1387 \end_inset
1388
1389 (ou
1390 \begin_inset space ~
1391 \end_inset
1392
1393 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1394  enregistrés sous un format compressé.
1395  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1396  petits carrés quand on utilise des agrandissements trop importants (aspect
1397  
1398 \begin_inset Quotes eld
1399 \end_inset
1400
1401 pixellisé
1402 \begin_inset Quotes erd
1403 \end_inset
1404
1405 ).
1406  Les formats matriciels les plus connus sont le GIF (
1407 \begin_inset Quotes eld
1408 \end_inset
1409
1410 Graphics Interchange Format
1411 \begin_inset Quotes erd
1412 \end_inset
1413
1414 , avec comme extension de fichier 
1415 \begin_inset Quotes eld
1416 \end_inset
1417
1418
1419 \family typewriter
1420 .gif
1421 \family default
1422
1423 \begin_inset Quotes erd
1424 \end_inset
1425
1426 )
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 GIF|see
1432 \begin_inset ERT
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436
1437 {
1438 \end_layout
1439
1440 \end_inset
1441
1442 Format d'image
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 }
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \end_layout
1455
1456 \end_inset
1457
1458 , le PNG (
1459 \begin_inset Quotes eld
1460 \end_inset
1461
1462 Portable Network Graphics, extension 
1463 \begin_inset Quotes eld
1464 \end_inset
1465
1466
1467 \family typewriter
1468 .png
1469 \family default
1470
1471 \begin_inset Quotes erd
1472 \end_inset
1473
1474 )
1475 \begin_inset Index idx
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479 PNG|see
1480 \begin_inset ERT
1481 status collapsed
1482
1483 \begin_layout Plain Layout
1484
1485 {
1486 \end_layout
1487
1488 \end_inset
1489
1490 Formats d'image
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 }
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \end_inset
1505
1506  et le JPG (
1507 \begin_inset Quotes eld
1508 \end_inset
1509
1510 Joint Photographic Expert Group, extension 
1511 \begin_inset Quotes eld
1512 \end_inset
1513
1514
1515 \family typewriter
1516 .jpg
1517 \family default
1518
1519 \begin_inset Quotes erd
1520 \end_inset
1521
1522  ou 
1523 \begin_inset Quotes eld
1524 \end_inset
1525
1526
1527 \family typewriter
1528 .jpeg
1529 \family default
1530
1531 \begin_inset Quotes erd
1532 \end_inset
1533
1534 )
1535 \begin_inset Index idx
1536 status collapsed
1537
1538 \begin_layout Plain Layout
1539 JPG|see
1540 \begin_inset ERT
1541 status collapsed
1542
1543 \begin_layout Plain Layout
1544
1545 {
1546 \end_layout
1547
1548 \end_inset
1549
1550 Formats d'image
1551 \begin_inset ERT
1552 status collapsed
1553
1554 \begin_layout Plain Layout
1555
1556 }
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565
1566 .
1567 \end_layout
1568
1569 \begin_layout Description
1570 Les
1571 \begin_inset space ~
1572 \end_inset
1573
1574 images
1575 \begin_inset space ~
1576 \end_inset
1577
1578 Vectorielles
1579 \begin_inset space ~
1580 \end_inset
1581
1582 (ou
1583 \begin_inset space ~
1584 \end_inset
1585
1586 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1587  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1588 nnée comme on le veut sans perte de précision.
1589  La possibilité de redimensionner les images est très utilisé pour les présentat
1590 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1591 nnement.
1592  Le redimensionnement permet aussi de présenter des documents en ligne où
1593  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1594  étudier les détails.
1595 \begin_inset Newline newline
1596 \end_inset
1597
1598 Les principaux formats vectoriels sont le SVG (
1599 \begin_inset Quotes eld
1600 \end_inset
1601
1602 Scalable Vector Graphics
1603 \begin_inset Quotes erd
1604 \end_inset
1605
1606 , extension
1607 \begin_inset Quotes eld
1608 \end_inset
1609
1610
1611 \family typewriter
1612 .svg
1613 \family default
1614
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618 )
1619 \begin_inset Index idx
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623 SVG|see
1624 \begin_inset ERT
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628
1629 {
1630 \end_layout
1631
1632 \end_inset
1633
1634 Format d'image
1635 \begin_inset ERT
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639
1640 }
1641 \end_layout
1642
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649
1650 , l'EPS ( 
1651 \begin_inset Quotes eld
1652 \end_inset
1653
1654 encapsulated PostScript
1655 \begin_inset Quotes erd
1656 \end_inset
1657
1658 , extension
1659 \begin_inset Quotes eld
1660 \end_inset
1661
1662
1663 \family typewriter
1664 .eps
1665 \family default
1666
1667 \begin_inset Quotes erd
1668 \end_inset
1669
1670 )
1671 \begin_inset Index idx
1672 status collapsed
1673
1674 \begin_layout Plain Layout
1675 EPS|see
1676 \begin_inset ERT
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680
1681 {
1682 \end_layout
1683
1684 \end_inset
1685
1686 Format d'image
1687 \begin_inset ERT
1688 status collapsed
1689
1690 \begin_layout Plain Layout
1691
1692 }
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \end_inset
1701
1702 , le PDF (
1703 \begin_inset Quotes eld
1704 \end_inset
1705
1706 Portable Document Format
1707 \begin_inset Quotes erd
1708 \end_inset
1709
1710 , extension
1711 \begin_inset Quotes eld
1712 \end_inset
1713
1714
1715 \family typewriter
1716 .pdf
1717 \family default
1718
1719 \begin_inset Quotes erd
1720 \end_inset
1721
1722 )
1723 \begin_inset Index idx
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 PDF|see
1728 \begin_inset ERT
1729 status collapsed
1730
1731 \begin_layout Plain Layout
1732
1733 {
1734 \end_layout
1735
1736 \end_inset
1737
1738 Format d'image
1739 \begin_inset ERT
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743
1744 }
1745 \end_layout
1746
1747 \end_inset
1748
1749
1750 \end_layout
1751
1752 \end_inset
1753
1754  et le WMF (
1755 \begin_inset Quotes eld
1756 \end_inset
1757
1758 Windows Metafile
1759 \begin_inset Quotes erd
1760 \end_inset
1761
1762 , extension 
1763 \begin_inset Quotes eld
1764 \end_inset
1765
1766
1767 \family typewriter
1768 .wfm
1769 \family default
1770
1771 \begin_inset Quotes erd
1772 \end_inset
1773
1774  ou 
1775 \begin_inset Quotes eld
1776 \end_inset
1777
1778
1779 \family typewriter
1780 .emf
1781 \family default
1782
1783 \begin_inset Quotes erd
1784 \end_inset
1785
1786 )
1787 \begin_inset Index idx
1788 status collapsed
1789
1790 \begin_layout Plain Layout
1791 WMF|see
1792 \begin_inset ERT
1793 status collapsed
1794
1795 \begin_layout Plain Layout
1796
1797 {
1798 \end_layout
1799
1800 \end_inset
1801
1802 Formats d'images
1803 \begin_inset ERT
1804 status collapsed
1805
1806 \begin_layout Plain Layout
1807
1808 }
1809 \end_layout
1810
1811 \end_inset
1812
1813
1814 \end_layout
1815
1816 \end_inset
1817
1818 .
1819  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1820  en EPS, mais le résultat ne sera pas redimensionnable.
1821  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1822 \begin_inset Foot
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826 Dans le cas du PDF l'image initiale est aussi compressée.
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Standard
1835 Les fichiers PDF générés par 
1836 \family typewriter
1837 Adobe Photoshop
1838 \family default
1839 , par exemple, sont des images matricielles.
1840 \end_layout
1841
1842 \begin_layout Standard
1843 En principe il est quasiment impossible de convertir une image matricielle
1844  en graphique vectoriel, seul le contraire est possible.
1845  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1846  dans respectivement un fichier de sortie PDF ou PostScript.
1847  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1848  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1849  WMF/SVG
1850 \begin_inset Formula $\to$
1851 \end_inset
1852
1853 PDF/EPS convenables.
1854 \end_layout
1855
1856 \begin_layout Chapter
1857 Tableaux
1858 \begin_inset Index idx
1859 status collapsed
1860
1861 \begin_layout Plain Layout
1862 Tableau
1863 \end_layout
1864
1865 \end_inset
1866
1867
1868 \end_layout
1869
1870 \begin_layout Section
1871 Introduction
1872 \begin_inset Index idx
1873 status collapsed
1874
1875 \begin_layout Plain Layout
1876 Tableau ! Introduction
1877 \end_layout
1878
1879 \end_inset
1880
1881
1882 \end_layout
1883
1884 \begin_layout Standard
1885 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1886  
1887 \begin_inset Info
1888 type  "icon"
1889 arg   "tabular-insert"
1890 \end_inset
1891
1892  soit 
1893 \family sans
1894 Insérer\SpecialChar \menuseparator
1895 Tableau
1896 \family default
1897 .
1898  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1899  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1900  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1901  sur un bouton de la souris pour valider votre choix.
1902  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1903  vous demandant le nombre de lignes et de colonnes.
1904 \begin_inset Newline newline
1905 \end_inset
1906
1907 Le tableau a implicitementune bordure au dessus et à gauche de chaque case,
1908  une à droite de la colonne la plus à droite et une en bas de la rangée
1909  du bas, qui forment une boîte autour du tableau.
1910  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1911  apparaît séparée du reste du tableau.
1912  Voici un exemple :
1913 \end_layout
1914
1915 \begin_layout Standard
1916 \align center
1917 \begin_inset Tabular
1918 <lyxtabular version="3" rows="4" columns="4">
1919 <features tabularvalignment="middle">
1920 <column alignment="center" valignment="top" width="0">
1921 <column alignment="center" valignment="top" width="0">
1922 <column alignment="center" valignment="top" width="0">
1923 <column alignment="center" valignment="top" width="0">
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \end_layout
1931
1932 \end_inset
1933 </cell>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938 1
1939 \end_layout
1940
1941 \end_inset
1942 </cell>
1943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1944 \begin_inset Text
1945
1946 \begin_layout Plain Layout
1947 2
1948 \end_layout
1949
1950 \end_inset
1951 </cell>
1952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1953 \begin_inset Text
1954
1955 \begin_layout Plain Layout
1956 3
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 </row>
1962 <row>
1963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1964 \begin_inset Text
1965
1966 \begin_layout Plain Layout
1967 A
1968 \end_layout
1969
1970 \end_inset
1971 </cell>
1972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1973 \begin_inset Text
1974
1975 \begin_layout Plain Layout
1976
1977 \end_layout
1978
1979 \end_inset
1980 </cell>
1981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1982 \begin_inset Text
1983
1984 \begin_layout Plain Layout
1985
1986 \end_layout
1987
1988 \end_inset
1989 </cell>
1990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1991 \begin_inset Text
1992
1993 \begin_layout Plain Layout
1994
1995 \end_layout
1996
1997 \end_inset
1998 </cell>
1999 </row>
2000 <row>
2001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005 B
2006 \end_layout
2007
2008 \end_inset
2009 </cell>
2010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2011 \begin_inset Text
2012
2013 \begin_layout Plain Layout
2014
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Plain Layout
2023
2024 \end_layout
2025
2026 \end_inset
2027 </cell>
2028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2029 \begin_inset Text
2030
2031 \begin_layout Plain Layout
2032
2033 \end_layout
2034
2035 \end_inset
2036 </cell>
2037 </row>
2038 <row>
2039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2040 \begin_inset Text
2041
2042 \begin_layout Plain Layout
2043 C
2044 \end_layout
2045
2046 \end_inset
2047 </cell>
2048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2049 \begin_inset Text
2050
2051 \begin_layout Plain Layout
2052
2053 \end_layout
2054
2055 \end_inset
2056 </cell>
2057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2058 \begin_inset Text
2059
2060 \begin_layout Plain Layout
2061
2062 \end_layout
2063
2064 \end_inset
2065 </cell>
2066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2067 \begin_inset Text
2068
2069 \begin_layout Plain Layout
2070
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 </row>
2076 </lyxtabular>
2077
2078 \end_inset
2079
2080
2081 \end_layout
2082
2083 \begin_layout Section
2084 La fenêtre 
2085 \family sans
2086 tableau
2087 \family default
2088
2089 \begin_inset Index idx
2090 status collapsed
2091
2092 \begin_layout Plain Layout
2093 Tableau ! Fenêtre de dialogue
2094 \end_layout
2095
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \begin_layout Standard
2102 Vous pouvez agir sur un tableau en cliquant dessus avec le bouton droit
2103  de la souris, ce qui fait apparaître une fenêtre avec des options.
2104  Dans cette fenêtre vous pouvez modifier les réglages concernant la cellule,
2105  la colonne et la ligne dans laquelle le curseur se trouve.
2106  La plupart des options peuvent s'appliquer à des sélections.
2107  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2108  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2109  votre sélection.
2110  Notez qu'il y a une différence entre sélectionner le 
2111 \emph on
2112 contenu 
2113 \emph default
2114 d'une cellule et sélectionner la cellule elle-même.
2115 \begin_inset Newline newline
2116 \end_inset
2117
2118 En cochant l'option 
2119 \family sans
2120 Application
2121 \begin_inset space ~
2122 \end_inset
2123
2124 immédiate
2125 \family default
2126  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2127  est appliquée directement.
2128  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2129  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2130  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2131  de dialogue, vous devez appuyer sur 
2132 \family sans
2133 Entrée
2134 \family default
2135  pour que la modification soit appliquée.
2136 \begin_inset Newline newline
2137 \end_inset
2138
2139 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2140  :
2141 \end_layout
2142
2143 \begin_layout Description
2144 Paramètres
2145 \begin_inset space ~
2146 \end_inset
2147
2148 du
2149 \begin_inset space ~
2150 \end_inset
2151
2152 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2153  la largeur de la colonne courante.
2154  L'alignement horizontal 
2155 \family sans
2156 Au
2157 \begin_inset space ~
2158 \end_inset
2159
2160 séparateur
2161 \begin_inset space ~
2162 \end_inset
2163
2164 décimal
2165 \family default
2166  est décrit dans la section
2167 \begin_inset space ~
2168 \end_inset
2169
2170
2171 \begin_inset CommandInset ref
2172 LatexCommand ref
2173 reference "sub:Alignements-de-cellules"
2174
2175 \end_inset
2176
2177 .
2178  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2179  vertical de la ligne courante.
2180  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2181  et donc, plusieurs paragraphes de texte, voir la section
2182 \begin_inset space ~
2183 \end_inset
2184
2185
2186 \begin_inset CommandInset ref
2187 LatexCommand ref
2188 reference "sub:Lignes-multiple-dans-cellule"
2189
2190 \end_inset
2191
2192 .
2193  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2194  pour accommoder le contenu de cellule le plus large.
2195 \begin_inset Newline newline
2196 \end_inset
2197
2198 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2199  un multicolonne, voir la section
2200 \begin_inset space ~
2201 \end_inset
2202
2203
2204 \begin_inset CommandInset ref
2205 LatexCommand ref
2206 reference "sub:Multicolonnes"
2207
2208 \end_inset
2209
2210  ou une cellule d'une colonne comme cellule multiligne, voir la section
2211 \begin_inset space ~
2212 \end_inset
2213
2214
2215 \begin_inset CommandInset ref
2216 LatexCommand ref
2217 reference "sub:Multi-lignes"
2218
2219 \end_inset
2220
2221 .
2222 \begin_inset Newline newline
2223 \end_inset
2224
2225 L'option 
2226 \family sans
2227 Tourner
2228 \begin_inset space ~
2229 \end_inset
2230
2231 la
2232 \begin_inset space ~
2233 \end_inset
2234
2235 case
2236 \begin_inset space ~
2237 \end_inset
2238
2239 de
2240 \begin_inset space ~
2241 \end_inset
2242
2243 90°
2244 \family default
2245  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2246  L'option 
2247 \family sans
2248 Tourner
2249 \begin_inset space ~
2250 \end_inset
2251
2252 le
2253 \begin_inset space ~
2254 \end_inset
2255
2256 tableau
2257 \begin_inset space ~
2258 \end_inset
2259
2260 de
2261 \begin_inset space ~
2262 \end_inset
2263
2264 90°
2265 \family default
2266  fait pivoter tout le tableau.
2267  Ces rotations ne sont pas visibles dans LyX, mais devraient l'être dans
2268  la sortie finale.
2269 \begin_inset Newline newline
2270 \end_inset
2271
2272
2273 \begin_inset Note Greyedout
2274 status open
2275
2276 \begin_layout Plain Layout
2277
2278 \series bold
2279 Note:
2280 \series default
2281  La plupart des visualiseurs DVI ne sont 
2282 \emph on
2283 pas
2284 \emph default
2285  capables d'afficher ces rotations.
2286 \end_layout
2287
2288 \end_inset
2289
2290
2291 \begin_inset Newline newline
2292 \end_inset
2293
2294 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2295  qui sont incorporés dans une ligne de texte :
2296 \begin_inset Newline newline
2297 \end_inset
2298
2299 Une ligne avec des tableaux alignés de différentes manières: 
2300 \begin_inset Tabular
2301 <lyxtabular version="3" rows="2" columns="2">
2302 <features tabularvalignment="top">
2303 <column alignment="center" valignment="top" width="0pt">
2304 <column alignment="center" valignment="top" width="0">
2305 <row>
2306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Plain Layout
2310
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319 1
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 </row>
2325 <row>
2326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2327 \begin_inset Text
2328
2329 \begin_layout Plain Layout
2330 A
2331 \end_layout
2332
2333 \end_inset
2334 </cell>
2335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2336 \begin_inset Text
2337
2338 \begin_layout Plain Layout
2339
2340 \end_layout
2341
2342 \end_inset
2343 </cell>
2344 </row>
2345 </lyxtabular>
2346
2347 \end_inset
2348
2349  
2350 \begin_inset Tabular
2351 <lyxtabular version="3" rows="2" columns="2">
2352 <features tabularvalignment="middle">
2353 <column alignment="center" valignment="top" width="0">
2354 <column alignment="center" valignment="top" width="0">
2355 <row>
2356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369 1
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 </row>
2375 <row>
2376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2377 \begin_inset Text
2378
2379 \begin_layout Plain Layout
2380 A
2381 \end_layout
2382
2383 \end_inset
2384 </cell>
2385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2386 \begin_inset Text
2387
2388 \begin_layout Plain Layout
2389
2390 \end_layout
2391
2392 \end_inset
2393 </cell>
2394 </row>
2395 </lyxtabular>
2396
2397 \end_inset
2398
2399  
2400 \begin_inset Tabular
2401 <lyxtabular version="3" rows="2" columns="2">
2402 <features tabularvalignment="bottom">
2403 <column alignment="center" valignment="top" width="0pt">
2404 <column alignment="center" valignment="top" width="0">
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419 1
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 </row>
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 A
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439
2440 \end_layout
2441
2442 \end_inset
2443 </cell>
2444 </row>
2445 </lyxtabular>
2446
2447 \end_inset
2448
2449
2450 \begin_inset Newline newline
2451 \end_inset
2452
2453 On peut aussi entrer des paramètres LaTeX pour obtenir des mise en formes
2454  spéciales pour le tableau, voir les sections
2455 \begin_inset space ~
2456 \end_inset
2457
2458
2459 \begin_inset CommandInset ref
2460 LatexCommand ref
2461 reference "sub:Calculs-multicolonnes"
2462
2463 \end_inset
2464
2465  et 
2466 \begin_inset CommandInset ref
2467 LatexCommand ref
2468 reference "sec:Tableaux-Colorés"
2469
2470 \end_inset
2471
2472 .
2473 \end_layout
2474
2475 \begin_layout Description
2476
2477 \family sans
2478 Bordures
2479 \family default
2480  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2481  ou la colonne courante.
2482  
2483 \begin_inset Newline newline
2484 \end_inset
2485
2486 En utilisant le style 
2487 \family sans
2488 Formel
2489 \family default
2490  à la place du style par 
2491 \family sans
2492 Défaut
2493 \family default
2494 , on va convertir le tableau en tableau formel comme on le décrit dans la
2495  section
2496 \begin_inset space ~
2497 \end_inset
2498
2499
2500 \begin_inset CommandInset ref
2501 LatexCommand ref
2502 reference "sec:Tableaux-Formels"
2503
2504 \end_inset
2505
2506 .
2507 \begin_inset Newline newline
2508 \end_inset
2509
2510 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2511  dans les lignes du tableau comme c'est décrit dans la section
2512 \begin_inset space ~
2513 \end_inset
2514
2515
2516 \begin_inset CommandInset ref
2517 LatexCommand ref
2518 reference "sub:Espacement-lignes"
2519
2520 \end_inset
2521
2522 .
2523 \end_layout
2524
2525 \begin_layout Description
2526 Tableau
2527 \begin_inset space ~
2528 \end_inset
2529
2530 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2531  un 
2532 \begin_inset Quotes eld
2533 \end_inset
2534
2535
2536 \emph on
2537 tableau long
2538 \emph default
2539
2540 \begin_inset Quotes erd
2541 \end_inset
2542
2543  qui peut continuer sur plusieurs pages.
2544  Les sections
2545 \begin_inset space ~
2546 \end_inset
2547
2548
2549 \begin_inset CommandInset ref
2550 LatexCommand ref
2551 reference "sec:Tableaux-longs"
2552
2553 \end_inset
2554
2555  et 
2556 \begin_inset CommandInset ref
2557 LatexCommand ref
2558 reference "sec:Questions-sur-tableaux-longs"
2559
2560 \end_inset
2561
2562  décrivent ces tableaux longs plus en détail.
2563 \end_layout
2564
2565 \begin_layout Section
2566 La barre d'outils tableau
2567 \begin_inset Index idx
2568 status collapsed
2569
2570 \begin_layout Plain Layout
2571 Tableau ! Barre d'outils
2572 \end_layout
2573
2574 \end_inset
2575
2576
2577 \end_layout
2578
2579 \begin_layout Standard
2580 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2581  permet de modifier plus rapidement les tableaux.
2582  Elle apparaît normalement en bas de la fenêtre principale de LyX quand
2583  le curseur se trouve à l'intérieur d'un tableau.
2584  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2585  au menu 
2586 \family sans
2587 Visualiser\SpecialChar \menuseparator
2588 Barres
2589 \begin_inset space ~
2590 \end_inset
2591
2592 d'outils\SpecialChar \menuseparator
2593 Tableau
2594 \family default
2595 .
2596 \end_layout
2597
2598 \begin_layout Standard
2599 La barre d'outils contient les icônes suivantes :
2600 \end_layout
2601
2602 \begin_layout Labeling
2603 \labelwidthstring 00.00.0000
2604
2605 \family sans
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "inset-modify tabular append-row"
2609 \end_inset
2610
2611
2612 \family default
2613  ajoute une ligne sous la cellule ou la sélection courante
2614 \end_layout
2615
2616 \begin_layout Labeling
2617 \labelwidthstring 00.00.0000
2618
2619 \family sans
2620 \begin_inset Info
2621 type  "icon"
2622 arg   "inset-modify tabular append-column"
2623 \end_inset
2624
2625
2626 \family default
2627  ajoute une colonne à la droite de la cellule ou de la sélection courante
2628 \end_layout
2629
2630 \begin_layout Labeling
2631 \labelwidthstring 00.00.0000
2632
2633 \family sans
2634 \begin_inset Info
2635 type  "icon"
2636 arg   "inset-modify tabular delete-row"
2637 \end_inset
2638
2639
2640 \family default
2641  supprime la ligne ou la sélection courante
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646
2647 \family sans
2648 \begin_inset Info
2649 type  "icon"
2650 arg   "inset-modify tabular delete-column"
2651 \end_inset
2652
2653
2654 \family default
2655  supprime la colonne ou la sélection courante
2656 \end_layout
2657
2658 \begin_layout Labeling
2659 \labelwidthstring 00.00.0000
2660
2661 \family sans
2662 \begin_inset Info
2663 type  "icon"
2664 arg   "inset-modify tabular toggle-line-top"
2665 \end_inset
2666
2667
2668 \family default
2669  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2670  courante
2671 \end_layout
2672
2673 \begin_layout Labeling
2674 \labelwidthstring 00.00.0000
2675
2676 \family sans
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "inset-modify tabular toggle-line-bottom"
2680 \end_inset
2681
2682
2683 \family default
2684  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2685 \end_layout
2686
2687 \begin_layout Labeling
2688 \labelwidthstring 00.00.0000
2689
2690 \family sans
2691 \begin_inset Info
2692 type  "icon"
2693 arg   "inset-modify tabular toggle-line-left"
2694 \end_inset
2695
2696
2697 \family default
2698  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2699 \begin_inset Note Note
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 ou colonne ?
2704 \end_layout
2705
2706 \end_inset
2707
2708  ou de la sélection courante
2709 \end_layout
2710
2711 \begin_layout Labeling
2712 \labelwidthstring 00.00.0000
2713
2714 \family sans
2715 \begin_inset Info
2716 type  "icon"
2717 arg   "inset-modify tabular toggle-line-right"
2718 \end_inset
2719
2720
2721 \family default
2722  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2723 \begin_inset Note Note
2724 status collapsed
2725
2726 \begin_layout Plain Layout
2727 ou colonne ?
2728 \end_layout
2729
2730 \end_inset
2731
2732  ou de la sélection courante
2733 \end_layout
2734
2735 \begin_layout Labeling
2736 \labelwidthstring 00.00.0000
2737
2738 \family sans
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular set-all-lines"
2742 \end_inset
2743
2744
2745 \family default
2746  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2747  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2748  colonne et la ligne courante
2749 \end_layout
2750
2751 \begin_layout Labeling
2752 \labelwidthstring 00.00.0000
2753
2754 \family sans
2755 \begin_inset Info
2756 type  "icon"
2757 arg   "inset-modify tabular unset-all-lines"
2758 \end_inset
2759
2760
2761 \family default
2762  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2763  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2764  aussi la colonne et la ligne courante
2765 \end_layout
2766
2767 \begin_layout Labeling
2768 \labelwidthstring 00.00.0000
2769
2770 \family sans
2771 \begin_inset Info
2772 type  "icon"
2773 arg   "inset-modify tabular m-align-left"
2774 \end_inset
2775
2776
2777 \family default
2778  aligne à gauche le contenu de la cellule ou de la colonne courante
2779 \end_layout
2780
2781 \begin_layout Labeling
2782 \labelwidthstring 00.00.0000
2783
2784 \family sans
2785 \begin_inset Info
2786 type  "icon"
2787 arg   "inset-modify tabular m-align-center"
2788 \end_inset
2789
2790
2791 \family default
2792  centre horizontalement le contenu de la cellule ou de la colonne courante
2793 \end_layout
2794
2795 \begin_layout Labeling
2796 \labelwidthstring 00.00.0000
2797
2798 \family sans
2799 \begin_inset Info
2800 type  "icon"
2801 arg   "inset-modify tabular m-align-right"
2802 \end_inset
2803
2804
2805 \family default
2806  aligne à droite le contenu de la cellule ou de la colonne courante
2807 \end_layout
2808
2809 \begin_layout Labeling
2810 \labelwidthstring 00.00.0000
2811
2812 \family sans
2813 \begin_inset Info
2814 type  "icon"
2815 arg   "inset-modify tabular align-decimal"
2816 \end_inset
2817
2818
2819 \family default
2820  aligne le contenu de la colonne courante sur un caractère
2821 \end_layout
2822
2823 \begin_layout Labeling
2824 \labelwidthstring 00.00.0000
2825
2826 \family sans
2827 \begin_inset Info
2828 type  "icon"
2829 arg   "inset-modify tabular m-valign-top"
2830 \end_inset
2831
2832
2833 \family default
2834  aligne le contenu de la cellule courante verticalement vers le haut
2835 \end_layout
2836
2837 \begin_layout Labeling
2838 \labelwidthstring 00.00.0000
2839
2840 \family sans
2841 \begin_inset Info
2842 type  "icon"
2843 arg   "inset-modify tabular m-valign-middle"
2844 \end_inset
2845
2846
2847 \family default
2848  centre verticalement le contenu de la cellule courante
2849 \end_layout
2850
2851 \begin_layout Labeling
2852 \labelwidthstring 00.00.0000
2853
2854 \family sans
2855 \begin_inset Info
2856 type  "icon"
2857 arg   "inset-modify tabular m-valign-bottom"
2858 \end_inset
2859
2860
2861 \family default
2862  aligne le contenu de la cellule courante verticalement vers le bas
2863 \end_layout
2864
2865 \begin_layout Labeling
2866 \labelwidthstring 00.00.0000
2867
2868 \family sans
2869 \begin_inset Info
2870 type  "icon"
2871 arg   "inset-modify tabular set-rotate-cell"
2872 \end_inset
2873
2874
2875 \family default
2876  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2877 re
2878 \end_layout
2879
2880 \begin_layout Labeling
2881 \labelwidthstring 00.00.0000
2882
2883 \family sans
2884 \begin_inset Info
2885 type  "icon"
2886 arg   "inset-modify tabular set-rotate-tabular"
2887 \end_inset
2888
2889
2890 \family default
2891  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2892 \end_layout
2893
2894 \begin_layout Labeling
2895 \labelwidthstring 00.00.0000
2896
2897 \family sans
2898 \begin_inset Info
2899 type  "icon"
2900 arg   "inset-modify tabular multicolumn"
2901 \end_inset
2902
2903
2904 \family default
2905  transforme en multi-colonne la cellule ou la sélection courante
2906 \end_layout
2907
2908 \begin_layout Labeling
2909 \labelwidthstring 00.00.0000
2910
2911 \family sans
2912 \begin_inset Info
2913 type  "icon"
2914 arg   "inset-modify tabular multirow"
2915 \end_inset
2916
2917
2918 \family default
2919  transforme en multi-ligne la cellule ou la sélection courante
2920 \end_layout
2921
2922 \begin_layout Standard
2923 \begin_inset Note Greyedout
2924 status open
2925
2926 \begin_layout Plain Layout
2927
2928 \series bold
2929 Note :
2930 \series default
2931  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2932  est utilisé pour toutes les autres cellules de la ligne.
2933 \end_layout
2934
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \begin_layout Section
2941 Le menu éditer tableau
2942 \begin_inset Index idx
2943 status collapsed
2944
2945 \begin_layout Plain Layout
2946 Tableau ! Menu Éditer
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \begin_layout Standard
2955 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2956  
2957 \family sans
2958 Éditer\SpecialChar \menuseparator
2959 Tableau
2960 \family default
2961  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2962  ou de la ligne courante et aussi de transformer la sélection courante en
2963  multi-colonne.
2964  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2965 \end_layout
2966
2967 \begin_layout Section
2968 Flottant de tableau
2969 \begin_inset CommandInset label
2970 LatexCommand label
2971 name "sec:Table-Floats"
2972
2973 \end_inset
2974
2975
2976 \begin_inset Index idx
2977 status collapsed
2978
2979 \begin_layout Plain Layout
2980 Flottants ! Tableaux
2981 \end_layout
2982
2983 \end_inset
2984
2985
2986 \begin_inset Index idx
2987 status collapsed
2988
2989 \begin_layout Plain Layout
2990 Tableau ! Flottants
2991 \end_layout
2992
2993 \end_inset
2994
2995
2996 \end_layout
2997
2998 \begin_layout Standard
2999 Pour des explications générales sur les flottants, jetez un œil à la section
3000 \begin_inset space ~
3001 \end_inset
3002
3003
3004 \begin_inset CommandInset ref
3005 LatexCommand ref
3006 reference "sec:Flottants-Introduction"
3007
3008 \end_inset
3009
3010 .
3011 \end_layout
3012
3013 \begin_layout Standard
3014 \begin_inset Float table
3015 placement h
3016 wide false
3017 sideways false
3018 status open
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Caption
3022
3023 \begin_layout Plain Layout
3024 \begin_inset CommandInset label
3025 LatexCommand label
3026 name "tab:Flottant-de-tableau"
3027
3028 \end_inset
3029
3030 Un flottant de tableau.
3031 \end_layout
3032
3033 \end_inset
3034
3035
3036 \end_layout
3037
3038 \begin_layout Plain Layout
3039 \align center
3040 \begin_inset Tabular
3041 <lyxtabular version="3" rows="3" columns="3">
3042 <features tabularvalignment="middle">
3043 <column alignment="center" valignment="top" width="0pt">
3044 <column alignment="center" valignment="top" width="0pt">
3045 <column alignment="center" valignment="top" width="0pt">
3046 <row>
3047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3048 \begin_inset Text
3049
3050 \begin_layout Plain Layout
3051 1
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060 2
3061 \end_layout
3062
3063 \end_inset
3064 </cell>
3065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3066 \begin_inset Text
3067
3068 \begin_layout Plain Layout
3069 3
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 <row>
3076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080 Jules
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3086 \begin_inset Text
3087
3088 \begin_layout Plain Layout
3089 Marie
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098 Jean
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 </row>
3104 <row>
3105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3106 \begin_inset Text
3107
3108 \begin_layout Plain Layout
3109 \begin_inset Formula $\int x^{2}dx$
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Plain Layout
3121 \begin_inset Formula $\left[\begin{array}{cc}
3122 a & b\\
3123 c & d
3124 \end{array}\right]$
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \end_inset
3131 </cell>
3132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3133 \begin_inset Text
3134
3135 \begin_layout Plain Layout
3136 \begin_inset Formula $1+1=2$
3137 \end_inset
3138
3139
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 </row>
3145 </lyxtabular>
3146
3147 \end_inset
3148
3149
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158 Les flottants de tableau sont insérés en utilisant le menu 
3159 \family sans
3160 Insérer\SpecialChar \menuseparator
3161 Flottant\SpecialChar \menuseparator
3162 Tableau
3163 \family default
3164  ou le bouton 
3165 \family sans
3166
3167 \begin_inset Info
3168 type  "icon"
3169 arg   "float-insert table"
3170 \end_inset
3171
3172
3173 \family default
3174  de la barre d'outils.
3175 \end_layout
3176
3177 \begin_layout Standard
3178 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3179  qui a comme étiquette 
3180 \begin_inset Quotes eld
3181 \end_inset
3182
3183 Tableau
3184 \begin_inset space ~
3185 \end_inset
3186
3187 #:
3188 \begin_inset Quotes erd
3189 \end_inset
3190
3191  (où # est le numéro du tableau).
3192  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3193 \end_layout
3194
3195 \begin_layout Standard
3196 Le tableau
3197 \begin_inset space ~
3198 \end_inset
3199
3200
3201 \begin_inset CommandInset ref
3202 LatexCommand ref
3203 reference "tab:Flottant-de-tableau"
3204
3205 \end_inset
3206
3207  est un exemple de tableau dans un flottant de tableau.
3208 \end_layout
3209
3210 \begin_layout Standard
3211 On met habituellement la légende au dessus des tableaux, mais cette règle
3212  n'est malheureusement pas respectée par certaines classes standard de LaTeX.
3213  Cela signifie que si vous utilisez un document appartenant aux classes
3214  
3215 \family sans
3216 article
3217 \family default
3218
3219 \family sans
3220 book
3221 \family default
3222
3223 \family sans
3224 letter
3225 \family default
3226 , ou
3227 \family sans
3228  report
3229 \family default
3230  il n'y aura pas d'espace entre la légende et le tableau.
3231  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3232  la commande de chargement du paquetage LaTeX 
3233 \series bold
3234 caption
3235 \series default
3236
3237 \begin_inset Index idx
3238 status collapsed
3239
3240 \begin_layout Plain Layout
3241 Paquetages LaTeX ! caption
3242 \end_layout
3243
3244 \end_inset
3245
3246  dans le préambule de votre document.
3247 \begin_inset Foot
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Pour plus d'information voyez la section
3252 \begin_inset space ~
3253 \end_inset
3254
3255
3256 \begin_inset CommandInset ref
3257 LatexCommand ref
3258 reference "sec:Placement-légende"
3259
3260 \end_inset
3261
3262 .
3263 \end_layout
3264
3265 \end_inset
3266
3267 :
3268 \end_layout
3269
3270 \begin_layout Standard
3271
3272 \series bold
3273 tableposition=top
3274 \end_layout
3275
3276 \begin_layout Standard
3277 Le paquetage 
3278 \series bold
3279 caption
3280 \series default
3281 , qui est décrit dans la section
3282 \begin_inset space ~
3283 \end_inset
3284
3285
3286 \begin_inset CommandInset ref
3287 LatexCommand ref
3288 reference "sec:Formatage-légende"
3289
3290 \end_inset
3291
3292 , est utilisé pour ajuster le format des légendes.
3293 \end_layout
3294
3295 \begin_layout Standard
3296 Dans le texte, on fait référence à un tableau
3297 \begin_inset Index idx
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 References@Références ! à des Tableaux
3302 \end_layout
3303
3304 \end_inset
3305
3306  en faisant référence à sa légende.
3307  On insère donc une étiquette dans la légende en utilisant le menu 
3308 \family sans
3309 Insérer
3310 \family default
3311 \SpecialChar \menuseparator
3312
3313 \family sans
3314 Étiquette
3315 \family default
3316  ou le bouton 
3317 \family sans
3318
3319 \begin_inset Info
3320 type  "icon"
3321 arg   "label-insert"
3322 \end_inset
3323
3324
3325 \family default
3326  de la barre d'outils.
3327  On peut alors faire référence à cette étiquette en utilisant le menu 
3328 \family sans
3329 Insérer\SpecialChar \menuseparator
3330 Référence
3331 \begin_inset space ~
3332 \end_inset
3333
3334 croisée
3335 \family default
3336  ou le bouton 
3337 \family sans
3338
3339 \begin_inset Info
3340 type  "icon"
3341 arg   "dialog-show-new-inset ref"
3342 \end_inset
3343
3344
3345 \family default
3346  de la barre d'outils.
3347 \begin_inset Newline newline
3348 \end_inset
3349
3350 Les références croisées sont expliquées en détail dans la section
3351 \begin_inset space ~
3352 \end_inset
3353
3354
3355 \begin_inset CommandInset ref
3356 LatexCommand ref
3357 reference "sec:Referencer-les-Flottants"
3358
3359 \end_inset
3360
3361 .
3362 \end_layout
3363
3364 \begin_layout Section
3365 Tableaux Longs
3366 \begin_inset CommandInset label
3367 LatexCommand label
3368 name "sec:Tableaux-longs"
3369
3370 \end_inset
3371
3372
3373 \begin_inset Index idx
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377 Tableaux longs
3378 \end_layout
3379
3380 \end_inset
3381
3382
3383 \begin_inset Index idx
3384 status collapsed
3385
3386 \begin_layout Plain Layout
3387 Tableau ! Tableaux longs
3388 \end_layout
3389
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \begin_layout Standard
3396 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3397  l'option 
3398 \family sans
3399 Utiliser
3400 \begin_inset space ~
3401 \end_inset
3402
3403 les
3404 \begin_inset space ~
3405 \end_inset
3406
3407 tableaux
3408 \begin_inset space ~
3409 \end_inset
3410
3411 longs
3412 \family default
3413  de l'onglet 
3414 \family sans
3415 Tableau
3416 \begin_inset space ~
3417 \end_inset
3418
3419 long
3420 \family default
3421  de la fenêtre 
3422 \family sans
3423 Paramètres
3424 \begin_inset space ~
3425 \end_inset
3426
3427 du
3428 \begin_inset space ~
3429 \end_inset
3430
3431 tableau
3432 \family default
3433  pour le répartir automatiquement sur plusieurs pages.
3434  En cochant cette option, vous activez les options suivantes:
3435 \end_layout
3436
3437 \begin_layout Description
3438 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3439  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3440  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3441  première page, si 
3442 \family sans
3443 Premier
3444 \begin_inset space ~
3445 \end_inset
3446
3447 en-tête
3448 \family default
3449  est défini.
3450  Ces lignes forment l'en-tête principal.
3451 \end_layout
3452
3453 \begin_layout Description
3454 Premier
3455 \begin_inset space ~
3456 \end_inset
3457
3458 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3459  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3460  d'en-tête utilisées pour la première page du tableau long.
3461 \end_layout
3462
3463 \begin_layout Description
3464 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3465  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3466  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3467  page si 
3468 \family sans
3469 Dernier
3470 \begin_inset space ~
3471 \end_inset
3472
3473 pied
3474 \family default
3475  est défini.
3476 \end_layout
3477
3478 \begin_layout Description
3479 Dernier
3480 \begin_inset space ~
3481 \end_inset
3482
3483 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3484  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3485  constituant le pied de la dernière page du tableau long.
3486 \end_layout
3487
3488 \begin_layout Description
3489 Légende La ligne courante contient la légende du tableau.
3490  La première ligne est transformée en une colonne unique et une légende
3491  est insérée.
3492  Vous trouverez d'autres explications sur les légendes pour les tableaux
3493  longs dans la section
3494 \begin_inset space ~
3495 \end_inset
3496
3497
3498 \begin_inset CommandInset ref
3499 LatexCommand ref
3500 reference "sub:Tableaux-longs-légende"
3501
3502 \end_inset
3503
3504 .
3505 \end_layout
3506
3507 \begin_layout Standard
3508 Vous pouvez aussi préciser une ligne où la table devra être coupée.
3509  Voyez le tableau long qui suit pour voir comment ça marche :
3510 \end_layout
3511
3512 \begin_layout Standard
3513 \align center
3514 \begin_inset Tabular
3515 <lyxtabular version="3" rows="69" columns="3">
3516 <features islongtable="true" longtabularalignment="center">
3517 <column alignment="left" valignment="top" width="0cm">
3518 <column alignment="left" valignment="top" width="0pt">
3519 <column alignment="center" valignment="top" width="0pt">
3520 <row endfirsthead="true">
3521 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525
3526 \series bold
3527 Exemple d'annuaire téléphonique (ignorez les noms)
3528 \end_layout
3529
3530 \end_inset
3531 </cell>
3532 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3533 \begin_inset Text
3534
3535 \begin_layout Plain Layout
3536
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 </row>
3551 <row endfirsthead="true">
3552 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3553 \begin_inset Text
3554
3555 \begin_layout Plain Layout
3556
3557 \series bold
3558 NOM
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567
3568 \end_layout
3569
3570 \end_inset
3571 </cell>
3572 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576
3577 \series bold
3578 TEL.
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row endhead="true">
3585 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Exemple d'annuaire téléphonique
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row endhead="true">
3616 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 NOM
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640
3641 \series bold
3642 TEL.
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row endfoot="true">
3649 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653  continue page suivante
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Annovi
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Silvia
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Bertoli
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Stefano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Bozzi
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Walter
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Cachia
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Maria
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Cachia
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Maurizio
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Cinquemani
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Giusi
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Colin
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Bernard
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Concli
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Gianfranco
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Dal Bosco
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Carolina
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Dalpiaz
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Annamaria
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Feliciello
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Domenico
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Focarelli
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Paola
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Galletti
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Oreste
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Gasparini
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Franca
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Rizzardi
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Paola
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Lassini
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Giancarlo
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 111
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \series bold
4180 Malfatti
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Plain Layout
4189 Luciano
4190 \end_layout
4191
4192 \end_inset
4193 </cell>
4194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4195 \begin_inset Text
4196
4197 \begin_layout Plain Layout
4198 111
4199 \end_layout
4200
4201 \end_inset
4202 </cell>
4203 </row>
4204 <row>
4205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4206 \begin_inset Text
4207
4208 \begin_layout Plain Layout
4209
4210 \series bold
4211 Malfatti
4212 \end_layout
4213
4214 \end_inset
4215 </cell>
4216 <cell alignment="center" valignment="top" usebox="none">
4217 \begin_inset Text
4218
4219 \begin_layout Plain Layout
4220 Valeriano
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 111
4230 \end_layout
4231
4232 \end_inset
4233 </cell>
4234 </row>
4235 <row>
4236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4237 \begin_inset Text
4238
4239 \begin_layout Plain Layout
4240
4241 \series bold
4242 Meneguzzo
4243 \end_layout
4244
4245 \end_inset
4246 </cell>
4247 <cell alignment="center" valignment="top" usebox="none">
4248 \begin_inset Text
4249
4250 \begin_layout Plain Layout
4251 Roberto
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4257 \begin_inset Text
4258
4259 \begin_layout Plain Layout
4260 111
4261 \end_layout
4262
4263 \end_inset
4264 </cell>
4265 </row>
4266 <row>
4267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4268 \begin_inset Text
4269
4270 \begin_layout Plain Layout
4271
4272 \series bold
4273 Mezzadra
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 Roberto
4283 \end_layout
4284
4285 \end_inset
4286 </cell>
4287 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4288 \begin_inset Text
4289
4290 \begin_layout Plain Layout
4291 111
4292 \end_layout
4293
4294 \end_inset
4295 </cell>
4296 </row>
4297 <row>
4298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4299 \begin_inset Text
4300
4301 \begin_layout Plain Layout
4302
4303 \series bold
4304 Pirpamer
4305 \end_layout
4306
4307 \end_inset
4308 </cell>
4309 <cell alignment="center" valignment="top" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313 Erich
4314 \end_layout
4315
4316 \end_inset
4317 </cell>
4318 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4319 \begin_inset Text
4320
4321 \begin_layout Plain Layout
4322 111
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 <row>
4329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Plain Layout
4333
4334 \series bold
4335 Pochiesa
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 Paolo
4345 \end_layout
4346
4347 \end_inset
4348 </cell>
4349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 111, 222
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 </row>
4359 <row>
4360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364
4365 \series bold
4366 Radina
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 Claudio
4376 \end_layout
4377
4378 \end_inset
4379 </cell>
4380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 111
4385 \end_layout
4386
4387 \end_inset
4388 </cell>
4389 </row>
4390 <row>
4391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4392 \begin_inset Text
4393
4394 \begin_layout Plain Layout
4395
4396 \series bold
4397 Stuffer
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 <cell alignment="center" valignment="top" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 Oskar
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 111
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 </row>
4421 <row>
4422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4423 \begin_inset Text
4424
4425 \begin_layout Plain Layout
4426
4427 \series bold
4428 Tacchelli
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 <cell alignment="center" valignment="top" usebox="none">
4434 \begin_inset Text
4435
4436 \begin_layout Plain Layout
4437 Ugo
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4443 \begin_inset Text
4444
4445 \begin_layout Plain Layout
4446 111
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 </row>
4452 <row>
4453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457
4458 \series bold
4459 Tezzele
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 Margit
4469 \end_layout
4470
4471 \end_inset
4472 </cell>
4473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Plain Layout
4477 111
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 </row>
4483 <row>
4484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488
4489 \series bold
4490 Unterkalmsteiner
4491 \end_layout
4492
4493 \end_inset
4494 </cell>
4495 <cell alignment="center" valignment="top" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 Frieda
4500 \end_layout
4501
4502 \end_inset
4503 </cell>
4504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4505 \begin_inset Text
4506
4507 \begin_layout Plain Layout
4508 111
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519
4520 \series bold
4521 Vieider
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 <cell alignment="center" valignment="top" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530 Hilde
4531 \end_layout
4532
4533 \end_inset
4534 </cell>
4535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539 111
4540 \end_layout
4541
4542 \end_inset
4543 </cell>
4544 </row>
4545 <row>
4546 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550
4551 \series bold
4552 Vigna
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Plain Layout
4561 Jürgen
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 111
4571 \end_layout
4572
4573 \end_inset
4574 </cell>
4575 </row>
4576 <row>
4577 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581
4582 \series bold
4583 Weber
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Maurizio
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4598 \begin_inset Text
4599
4600 \begin_layout Plain Layout
4601 111
4602 \end_layout
4603
4604 \end_inset
4605 </cell>
4606 </row>
4607 <row>
4608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4609 \begin_inset Text
4610
4611 \begin_layout Plain Layout
4612
4613 \series bold
4614 Winkler
4615 \end_layout
4616
4617 \end_inset
4618 </cell>
4619 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4620 \begin_inset Text
4621
4622 \begin_layout Plain Layout
4623 Franz
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 111
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 </row>
4638 <row>
4639 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4640 \begin_inset Text
4641
4642 \begin_layout Plain Layout
4643  
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Annovi
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Silvia
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Bertoli
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Stefano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Bozzi
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Walter
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Cachia
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Maria
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Cachia
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Maurizio
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Cinquemani
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Giusi
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Colin
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Bernard
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Concli
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Gianfranco
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Dal Bosco
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Carolina
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Dalpiaz
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Annamaria
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Feliciello
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Domenico
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Focarelli
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Paola
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Galletti
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Oreste
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Gasparini
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Franca
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 555
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Rizzardi
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Paola
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \series bold
5139 Lassini
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Giancarlo
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 555
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row>
5164 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168
5169 \series bold
5170 Malfatti
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 Luciano
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 555
5189 \end_layout
5190
5191 \end_inset
5192 </cell>
5193 </row>
5194 <row>
5195 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5196 \begin_inset Text
5197
5198 \begin_layout Plain Layout
5199
5200 \series bold
5201 Malfatti
5202 \end_layout
5203
5204 \end_inset
5205 </cell>
5206 <cell alignment="center" valignment="top" usebox="none">
5207 \begin_inset Text
5208
5209 \begin_layout Plain Layout
5210 Valeriano
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 555
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 <row>
5226 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5227 \begin_inset Text
5228
5229 \begin_layout Plain Layout
5230
5231 \series bold
5232 Meneguzzo
5233 \end_layout
5234
5235 \end_inset
5236 </cell>
5237 <cell alignment="center" valignment="top" usebox="none">
5238 \begin_inset Text
5239
5240 \begin_layout Plain Layout
5241 Roberto
5242 \end_layout
5243
5244 \end_inset
5245 </cell>
5246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 555
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 </row>
5256 <row>
5257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261
5262 \series bold
5263 Mezzadra
5264 \end_layout
5265
5266 \end_inset
5267 </cell>
5268 <cell alignment="center" valignment="top" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272 Roberto
5273 \end_layout
5274
5275 \end_inset
5276 </cell>
5277 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5278 \begin_inset Text
5279
5280 \begin_layout Plain Layout
5281 555
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 <row>
5288 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5289 \begin_inset Text
5290
5291 \begin_layout Plain Layout
5292
5293 \series bold
5294 Pirpamer
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303 Erich
5304 \end_layout
5305
5306 \end_inset
5307 </cell>
5308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5309 \begin_inset Text
5310
5311 \begin_layout Plain Layout
5312 555
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 <row>
5319 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \series bold
5325 Pochiesa
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 <cell alignment="center" valignment="top" usebox="none">
5331 \begin_inset Text
5332
5333 \begin_layout Plain Layout
5334 Paolo
5335 \end_layout
5336
5337 \end_inset
5338 </cell>
5339 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5340 \begin_inset Text
5341
5342 \begin_layout Plain Layout
5343 555, 222
5344 \end_layout
5345
5346 \end_inset
5347 </cell>
5348 </row>
5349 <row>
5350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5351 \begin_inset Text
5352
5353 \begin_layout Plain Layout
5354
5355 \series bold
5356 Radina
5357 \end_layout
5358
5359 \end_inset
5360 </cell>
5361 <cell alignment="center" valignment="top" usebox="none">
5362 \begin_inset Text
5363
5364 \begin_layout Plain Layout
5365 Claudio
5366 \end_layout
5367
5368 \end_inset
5369 </cell>
5370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5371 \begin_inset Text
5372
5373 \begin_layout Plain Layout
5374 555
5375 \end_layout
5376
5377 \end_inset
5378 </cell>
5379 </row>
5380 <row>
5381 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5382 \begin_inset Text
5383
5384 \begin_layout Plain Layout
5385
5386 \series bold
5387 Stuffer
5388 \end_layout
5389
5390 \end_inset
5391 </cell>
5392 <cell alignment="center" valignment="top" usebox="none">
5393 \begin_inset Text
5394
5395 \begin_layout Plain Layout
5396 Oskar
5397 \end_layout
5398
5399 \end_inset
5400 </cell>
5401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5402 \begin_inset Text
5403
5404 \begin_layout Plain Layout
5405 555
5406 \end_layout
5407
5408 \end_inset
5409 </cell>
5410 </row>
5411 <row>
5412 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5413 \begin_inset Text
5414
5415 \begin_layout Plain Layout
5416
5417 \series bold
5418 Tacchelli
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 Ugo
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5433 \begin_inset Text
5434
5435 \begin_layout Plain Layout
5436 555
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 </row>
5442 <row>
5443 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447
5448 \series bold
5449 Tezzele
5450 \end_layout
5451
5452 \end_inset
5453 </cell>
5454 <cell alignment="center" valignment="top" usebox="none">
5455 \begin_inset Text
5456
5457 \begin_layout Plain Layout
5458 Margit
5459 \end_layout
5460
5461 \end_inset
5462 </cell>
5463 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5464 \begin_inset Text
5465
5466 \begin_layout Plain Layout
5467 555
5468 \end_layout
5469
5470 \end_inset
5471 </cell>
5472 </row>
5473 <row>
5474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478
5479 \series bold
5480 Unterkalmsteiner
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 Frieda
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 555
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 </row>
5504 <row>
5505 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5506 \begin_inset Text
5507
5508 \begin_layout Plain Layout
5509
5510 \series bold
5511 Vieider
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 Hilde
5521 \end_layout
5522
5523 \end_inset
5524 </cell>
5525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5526 \begin_inset Text
5527
5528 \begin_layout Plain Layout
5529 555
5530 \end_layout
5531
5532 \end_inset
5533 </cell>
5534 </row>
5535 <row>
5536 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540
5541 \series bold
5542 Vigna
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 Jürgen
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 999
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 <row>
5567 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571
5572 \series bold
5573 Weber
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 Maurizio
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 555
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 <row>
5598 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \series bold
5604 Winkler
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 Franz
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622 555
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 </row>
5628 <row endlastfoot="true">
5629 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 Fin
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5639 \begin_inset Text
5640
5641 \begin_layout Plain Layout
5642
5643 \end_layout
5644
5645 \end_inset
5646 </cell>
5647 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 </row>
5657 </lyxtabular>
5658
5659 \end_inset
5660
5661
5662 \begin_inset ERT
5663 status collapsed
5664
5665 \begin_layout Plain Layout
5666
5667
5668 \backslash
5669 addtocounter{table}{-1}
5670 \end_layout
5671
5672 \end_inset
5673
5674
5675 \begin_inset Note Note
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679 Voyez la première note grisée de la section
5680 \begin_inset space ~
5681 \end_inset
5682
5683
5684 \begin_inset CommandInset ref
5685 LatexCommand ref
5686 reference "sub:Tableaux-longs-légende"
5687
5688 \end_inset
5689
5690  pour une explication de cette commande.
5691 \end_layout
5692
5693 \end_inset
5694
5695
5696 \end_layout
5697
5698 \begin_layout Subsection
5699 Notes de bas de page dans les tableaux longs
5700 \begin_inset CommandInset label
5701 LatexCommand label
5702 name "sub:Notes-dans-tableau-long"
5703
5704 \end_inset
5705
5706
5707 \begin_inset Index idx
5708 status collapsed
5709
5710 \begin_layout Plain Layout
5711 Tableaux longs ! Notes de bas de page
5712 \end_layout
5713
5714 \end_inset
5715
5716
5717 \end_layout
5718
5719 \begin_layout Standard
5720 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5721  long.
5722  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5723  contenant la note.
5724  Par exemple le tableau
5725 \begin_inset space ~
5726 \end_inset
5727
5728
5729 \begin_inset CommandInset ref
5730 LatexCommand ref
5731 reference "tab:Légendes-tableau-différentes"
5732
5733 \end_inset
5734
5735  a une note de bas de page.
5736 \end_layout
5737
5738 \begin_layout Subsection
5739 Alignement des tableaux longs
5740 \begin_inset Index idx
5741 status collapsed
5742
5743 \begin_layout Plain Layout
5744 Tableaux longs ! Alignement
5745 \end_layout
5746
5747 \end_inset
5748
5749
5750 \end_layout
5751
5752 \begin_layout Standard
5753 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5754  de dialogue des paramètres de tableau.
5755  Pour les alignements à droite et à gauche, le tableau sera directement
5756  au bord de la page.
5757  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5758  l'alignement centré et modifier les valeurs des longueurs 
5759 \series bold
5760
5761 \backslash
5762 LTleft 
5763 \series default
5764 et 
5765 \series bold
5766
5767 \backslash
5768 LTright
5769 \series default
5770  en insérant la ligne suivante sous forme de code TeX avant le tableau long
5771  concerné :
5772 \end_layout
5773
5774 \begin_layout Standard
5775
5776 \series bold
5777
5778 \backslash
5779 setlength{
5780 \backslash
5781 LTleft}{valeur}
5782 \end_layout
5783
5784 \begin_layout Standard
5785 Où 
5786 \series bold
5787 valeur
5788 \series default
5789  peut avoir n'importe laquelle des unités listées dans le tableau
5790 \begin_inset space ~
5791 \end_inset
5792
5793
5794 \begin_inset CommandInset ref
5795 LatexCommand ref
5796 reference "cha:Unités-de-longueur"
5797
5798 \end_inset
5799
5800 .
5801  
5802 \series bold
5803
5804 \backslash
5805 LTleft
5806 \series default
5807  contrôle la distance horizontale entre le bord gauche de la page et le
5808  tableau, et
5809 \series bold
5810  
5811 \backslash
5812 LTright
5813 \series default
5814  la distance au bord droit.
5815  La valeur implicite des ces deux distances est 
5816 \series bold
5817
5818 \backslash
5819 fill
5820 \series default
5821 , ce qui dans ce cas correspond à un ressort horizontal dans LyX.
5822 \end_layout
5823
5824 \begin_layout Standard
5825 Le tableau long suivant a été centrée en mettant 
5826 \series bold
5827
5828 \backslash
5829 LTleft
5830 \series default
5831  à 
5832 \family sans
5833 0.1
5834 \backslash
5835 columnwidth
5836 \family default
5837 :
5838 \begin_inset ERT
5839 status collapsed
5840
5841 \begin_layout Plain Layout
5842
5843
5844 \backslash
5845 setlength{
5846 \backslash
5847 LTleft}{0.1
5848 \backslash
5849 columnwidth}
5850 \end_layout
5851
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \begin_layout Standard
5858 \begin_inset Tabular
5859 <lyxtabular version="3" rows="5" columns="5">
5860 <features islongtable="true" longtabularalignment="center">
5861 <column alignment="center" valignment="top" width="0">
5862 <column alignment="center" valignment="top" width="0">
5863 <column alignment="center" valignment="top" width="0">
5864 <column alignment="center" valignment="top" width="0">
5865 <column alignment="center" valignment="top" width="0">
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 1
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 2
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 3
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 4
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 5
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 asd
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 s
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 s
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" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 asd
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 </row>
5960 <row>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 asd
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 s
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 s
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" rightline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 asd
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 </row>
6007 <row>
6008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 s
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 s
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" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 asd
6049 \end_layout
6050
6051 \end_inset
6052 </cell>
6053 </row>
6054 <row>
6055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 asd
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6065 \begin_inset Text
6066
6067 \begin_layout Plain Layout
6068 asd
6069 \end_layout
6070
6071 \end_inset
6072 </cell>
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" rightline="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 </row>
6101 </lyxtabular>
6102
6103 \end_inset
6104
6105
6106 \begin_inset ERT
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110
6111
6112 \backslash
6113 setlength{
6114 \backslash
6115 LTleft}{
6116 \backslash
6117 fill}
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \begin_inset ERT
6124 status collapsed
6125
6126 \begin_layout Plain Layout
6127
6128
6129 \backslash
6130 addtocounter{table}{-1}
6131 \end_layout
6132
6133 \end_inset
6134
6135
6136 \begin_inset Note Note
6137 status collapsed
6138
6139 \begin_layout Plain Layout
6140 Voyez la première note grisée de la section
6141 \begin_inset space ~
6142 \end_inset
6143
6144
6145 \begin_inset CommandInset ref
6146 LatexCommand ref
6147 reference "sub:Tableaux-longs-légende"
6148
6149 \end_inset
6150
6151  pour une explication de cette commande.
6152 \end_layout
6153
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \begin_layout Subsection
6160 Légendes et tableaux longs
6161 \begin_inset Index idx
6162 status collapsed
6163
6164 \begin_layout Plain Layout
6165 Tableaux longs ! Legendes@Légendes
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \begin_inset CommandInset label
6172 LatexCommand label
6173 name "sub:Tableaux-longs-légende"
6174
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \begin_layout Standard
6181 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6182  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6183  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6184  longs quand on utilise pour une ligne l'option de tableau long 
6185 \family sans
6186 Légende
6187 \family default
6188 , comme c'est expliqué dans la section
6189 \begin_inset space ~
6190 \end_inset
6191
6192
6193 \begin_inset CommandInset ref
6194 LatexCommand ref
6195 reference "sec:Tableaux-longs"
6196
6197 \end_inset
6198
6199 .
6200 \end_layout
6201
6202 \begin_layout Standard
6203 Voici un petit Tableau long pour voir comment ça marche :
6204 \end_layout
6205
6206 \begin_layout Standard
6207 \begin_inset Tabular
6208 <lyxtabular version="3" rows="6" columns="5">
6209 <features islongtable="true" longtabularalignment="center">
6210 <column alignment="center" valignment="top" width="0">
6211 <column alignment="center" valignment="top" width="0">
6212 <column alignment="center" valignment="top" width="0">
6213 <column alignment="center" valignment="top" width="0">
6214 <column alignment="center" valignment="top" width="0">
6215 <row caption="true">
6216 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 \begin_inset Caption
6221
6222 \begin_layout Plain Layout
6223 Tableau long avec une légende
6224 \begin_inset Argument
6225 status open
6226
6227 \begin_layout Plain Layout
6228 Tableau long
6229 \end_layout
6230
6231 \end_inset
6232
6233
6234 \end_layout
6235
6236 \end_inset
6237
6238
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
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" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 </row>
6280 <row>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 1
6286 \end_layout
6287
6288 \end_inset
6289 </cell>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 2
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 3
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 4
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 5
6322 \end_layout
6323
6324 \end_inset
6325 </cell>
6326 </row>
6327 <row>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 asd
6333 \end_layout
6334
6335 \end_inset
6336 </cell>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 s
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 s
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" rightline="true" usebox="none">
6365 \begin_inset Text
6366
6367 \begin_layout Plain Layout
6368 asd
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 </row>
6374 <row>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 asd
6380 \end_layout
6381
6382 \end_inset
6383 </cell>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388 s
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 s
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" rightline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 asd
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 </row>
6421 <row>
6422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6423 \begin_inset Text
6424
6425 \begin_layout Plain Layout
6426 asd
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 s
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 s
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" rightline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 asd
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 </row>
6468 <row>
6469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 asd
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482 asd
6483 \end_layout
6484
6485 \end_inset
6486 </cell>
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" rightline="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 </row>
6515 </lyxtabular>
6516
6517 \end_inset
6518
6519
6520 \end_layout
6521
6522 \begin_layout Standard
6523 \begin_inset VSpace medskip
6524 \end_inset
6525
6526
6527 \begin_inset Note Greyedout
6528 status open
6529
6530 \begin_layout Plain Layout
6531
6532 \series bold
6533 Note
6534 \begin_inset space ~
6535 \end_inset
6536
6537 1:
6538 \series default
6539  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6540  n'avez pas prévu de légende.
6541  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6542 \begin_inset space ~
6543 \end_inset
6544
6545 2.4 suit le tableau
6546 \begin_inset space ~
6547 \end_inset
6548
6549 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6550  sans légende.
6551  Pour éviter ce problème, vous pouvez ajouter cette commande en code TeX
6552  après chaque tableau long sans légende :
6553 \end_layout
6554
6555 \begin_layout Plain Layout
6556
6557 \series bold
6558
6559 \backslash
6560 addtocounter{table}{-1}
6561 \end_layout
6562
6563 \begin_layout Plain Layout
6564 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6565  et que vous ajoutez le code suivant dans le préambule du document :
6566 \end_layout
6567
6568 \begin_layout Plain Layout
6569
6570 \series bold
6571
6572 \backslash
6573 let
6574 \backslash
6575 myEnd
6576 \backslash
6577 endlongtable
6578 \begin_inset Newline newline
6579 \end_inset
6580
6581
6582 \backslash
6583 renewcommand{
6584 \backslash
6585 endlongtable}{
6586 \backslash
6587 myEnd
6588 \backslash
6589 addtocounter{table}{-1}}
6590 \end_layout
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \begin_layout Standard
6598 \begin_inset Note Greyedout
6599 status open
6600
6601 \begin_layout Plain Layout
6602
6603 \series bold
6604 Note
6605 \begin_inset space ~
6606 \end_inset
6607
6608 2:
6609 \series default
6610  Si vous utilisez 
6611 \series bold
6612 hyperref
6613 \series default
6614
6615 \begin_inset Index idx
6616 status collapsed
6617
6618 \begin_layout Plain Layout
6619 Paquetages LaTeX ! hyperref
6620 \end_layout
6621
6622 \end_inset
6623
6624  dans les 
6625 \family sans
6626 Paramètres du document
6627 \family default
6628  rubrique 
6629 \family sans
6630 Propriétés
6631 \begin_inset space ~
6632 \end_inset
6633
6634 du
6635 \begin_inset space ~
6636 \end_inset
6637
6638 PDF
6639 \family default
6640 , pour transformer vos références croisées en liens cliquables, le lien
6641  vers un tableau long pointera toujours sur le début du document.
6642 \end_layout
6643
6644 \end_inset
6645
6646
6647 \end_layout
6648
6649 \begin_layout Subsubsection
6650 Références à des tableaux longs
6651 \begin_inset Index idx
6652 status collapsed
6653
6654 \begin_layout Plain Layout
6655 Tableaux longs ! Références
6656 \end_layout
6657
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \begin_layout Standard
6664 \begin_inset Tabular
6665 <lyxtabular version="3" rows="6" columns="5">
6666 <features islongtable="true" longtabularalignment="center">
6667 <column alignment="center" valignment="top" width="0">
6668 <column alignment="center" valignment="top" width="0">
6669 <column alignment="center" valignment="top" width="0">
6670 <column alignment="center" valignment="top" width="0">
6671 <column alignment="center" valignment="top" width="0">
6672 <row caption="true">
6673 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 \begin_inset Caption
6678
6679 \begin_layout Plain Layout
6680 Tableau long référencé
6681 \begin_inset CommandInset label
6682 LatexCommand label
6683 name "tab:RefExemple"
6684
6685 \end_inset
6686
6687
6688 \end_layout
6689
6690 \end_inset
6691
6692
6693 \end_layout
6694
6695 \end_inset
6696 </cell>
6697 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \end_layout
6703
6704 \end_inset
6705 </cell>
6706 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6707 \begin_inset Text
6708
6709 \begin_layout Plain Layout
6710
6711 \end_layout
6712
6713 \end_inset
6714 </cell>
6715 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6716 \begin_inset Text
6717
6718 \begin_layout Plain Layout
6719
6720 \end_layout
6721
6722 \end_inset
6723 </cell>
6724 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6725 \begin_inset Text
6726
6727 \begin_layout Plain Layout
6728
6729 \end_layout
6730
6731 \end_inset
6732 </cell>
6733 </row>
6734 <row>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Plain Layout
6739 1
6740 \end_layout
6741
6742 \end_inset
6743 </cell>
6744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6745 \begin_inset Text
6746
6747 \begin_layout Plain Layout
6748 2
6749 \end_layout
6750
6751 \end_inset
6752 </cell>
6753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6754 \begin_inset Text
6755
6756 \begin_layout Plain Layout
6757 3
6758 \end_layout
6759
6760 \end_inset
6761 </cell>
6762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6763 \begin_inset Text
6764
6765 \begin_layout Plain Layout
6766 4
6767 \end_layout
6768
6769 \end_inset
6770 </cell>
6771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6772 \begin_inset Text
6773
6774 \begin_layout Plain Layout
6775 5
6776 \end_layout
6777
6778 \end_inset
6779 </cell>
6780 </row>
6781 <row>
6782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6783 \begin_inset Text
6784
6785 \begin_layout Plain Layout
6786 asd
6787 \end_layout
6788
6789 \end_inset
6790 </cell>
6791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6792 \begin_inset Text
6793
6794 \begin_layout Plain Layout
6795 s
6796 \end_layout
6797
6798 \end_inset
6799 </cell>
6800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6801 \begin_inset Text
6802
6803 \begin_layout Plain Layout
6804 s
6805 \end_layout
6806
6807 \end_inset
6808 </cell>
6809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6810 \begin_inset Text
6811
6812 \begin_layout Plain Layout
6813 s
6814 \end_layout
6815
6816 \end_inset
6817 </cell>
6818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6819 \begin_inset Text
6820
6821 \begin_layout Plain Layout
6822 asd
6823 \end_layout
6824
6825 \end_inset
6826 </cell>
6827 </row>
6828 <row>
6829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6830 \begin_inset Text
6831
6832 \begin_layout Plain Layout
6833 asd
6834 \end_layout
6835
6836 \end_inset
6837 </cell>
6838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6839 \begin_inset Text
6840
6841 \begin_layout Plain Layout
6842 s
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 s
6852 \end_layout
6853
6854 \end_inset
6855 </cell>
6856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6857 \begin_inset Text
6858
6859 \begin_layout Plain Layout
6860 s
6861 \end_layout
6862
6863 \end_inset
6864 </cell>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Plain Layout
6869 asd
6870 \end_layout
6871
6872 \end_inset
6873 </cell>
6874 </row>
6875 <row>
6876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6877 \begin_inset Text
6878
6879 \begin_layout Plain Layout
6880 asd
6881 \end_layout
6882
6883 \end_inset
6884 </cell>
6885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6886 \begin_inset Text
6887
6888 \begin_layout Plain Layout
6889 s
6890 \end_layout
6891
6892 \end_inset
6893 </cell>
6894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6895 \begin_inset Text
6896
6897 \begin_layout Plain Layout
6898 s
6899 \end_layout
6900
6901 \end_inset
6902 </cell>
6903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6904 \begin_inset Text
6905
6906 \begin_layout Plain Layout
6907 s
6908 \end_layout
6909
6910 \end_inset
6911 </cell>
6912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6913 \begin_inset Text
6914
6915 \begin_layout Plain Layout
6916 asd
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 </row>
6922 <row>
6923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6924 \begin_inset Text
6925
6926 \begin_layout Plain Layout
6927 asd
6928 \end_layout
6929
6930 \end_inset
6931 </cell>
6932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6933 \begin_inset Text
6934
6935 \begin_layout Plain Layout
6936 sad
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945 asd
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 asd
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963 asd
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 </row>
6969 </lyxtabular>
6970
6971 \end_inset
6972
6973
6974 \end_layout
6975
6976 \begin_layout Standard
6977 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6978  dans sa légende.
6979 \end_layout
6980
6981 \begin_layout Standard
6982 Ceci est une référence au tableau
6983 \begin_inset space ~
6984 \end_inset
6985
6986
6987 \begin_inset CommandInset ref
6988 LatexCommand ref
6989 reference "tab:RefExemple"
6990
6991 \end_inset
6992
6993 .
6994 \end_layout
6995
6996 \begin_layout Standard
6997 La mise en forme de la légende peut être ajustée avec celle de toutes les
6998  autres légendes de votre document en utilisant le paquetage LaTeX 
6999 \series bold
7000 caption
7001 \series default
7002
7003 \begin_inset Index idx
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007 Paquetages LaTeX ! caption
7008 \end_layout
7009
7010 \end_inset
7011
7012 , voir la section
7013 \begin_inset space ~
7014 \end_inset
7015
7016
7017 \begin_inset CommandInset ref
7018 LatexCommand ref
7019 reference "sec:Formatage-légende"
7020
7021 \end_inset
7022
7023 .
7024 \end_layout
7025
7026 \begin_layout Subsubsection
7027 Largeur de la légende
7028 \begin_inset Index idx
7029 status collapsed
7030
7031 \begin_layout Plain Layout
7032 Tableaux longs ! Largeur de la légende
7033 \end_layout
7034
7035 \end_inset
7036
7037
7038 \end_layout
7039
7040 \begin_layout Standard
7041 La largeur maximale des lignes de légende est définie par la longueur 
7042 \series bold
7043
7044 \backslash
7045 LTcapwidth
7046 \series default
7047 .
7048  Sa valeur implicite est 4
7049 \begin_inset space \thinspace{}
7050 \end_inset
7051
7052 in.
7053  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
7054  de votre document ou en tant que code TeX directement dans votre document
7055  avant le tableau qui doit être affectée.
7056 \end_layout
7057
7058 \begin_layout Standard
7059
7060 \series bold
7061
7062 \backslash
7063 setlength{
7064 \backslash
7065 LTcapwidth}{largeur}
7066 \end_layout
7067
7068 \begin_layout Standard
7069 où la largeur peur être exprimée avec les unités qui sont listées dans l'appendi
7070 ce
7071 \begin_inset space ~
7072 \end_inset
7073
7074
7075 \begin_inset CommandInset ref
7076 LatexCommand ref
7077 reference "cha:Unités-de-longueur"
7078
7079 \end_inset
7080
7081 .
7082 \end_layout
7083
7084 \begin_layout Standard
7085 Les tableaux suivants montrent la différence :
7086 \end_layout
7087
7088 \begin_layout Standard
7089 \begin_inset Tabular
7090 <lyxtabular version="3" rows="6" columns="5">
7091 <features islongtable="true" longtabularalignment="center">
7092 <column alignment="center" valignment="top" width="0">
7093 <column alignment="center" valignment="top" width="0">
7094 <column alignment="center" valignment="top" width="0">
7095 <column alignment="center" valignment="top" width="0">
7096 <column alignment="center" valignment="top" width="0">
7097 <row caption="true">
7098 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 \begin_inset Caption
7103
7104 \begin_layout Plain Layout
7105 long titre complet avec la largeur implicite long titre complet avec la
7106  largeur implicite long titre complet avec la largeur implicite
7107 \begin_inset Argument
7108 status open
7109
7110 \begin_layout Plain Layout
7111 Légende avec largeur implicite
7112 \end_layout
7113
7114 \end_inset
7115
7116
7117 \end_layout
7118
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7127 \begin_inset Text
7128
7129 \begin_layout Plain Layout
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \end_layout
7150
7151 \end_inset
7152 </cell>
7153 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7154 \begin_inset Text
7155
7156 \begin_layout Plain Layout
7157
7158 \end_layout
7159
7160 \end_inset
7161 </cell>
7162 </row>
7163 <row>
7164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7165 \begin_inset Text
7166
7167 \begin_layout Plain Layout
7168 1
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 2
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7183 \begin_inset Text
7184
7185 \begin_layout Plain Layout
7186 3
7187 \end_layout
7188
7189 \end_inset
7190 </cell>
7191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7192 \begin_inset Text
7193
7194 \begin_layout Plain Layout
7195 4
7196 \end_layout
7197
7198 \end_inset
7199 </cell>
7200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7201 \begin_inset Text
7202
7203 \begin_layout Plain Layout
7204 5
7205 \end_layout
7206
7207 \end_inset
7208 </cell>
7209 </row>
7210 <row>
7211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7212 \begin_inset Text
7213
7214 \begin_layout Plain Layout
7215 asd
7216 \end_layout
7217
7218 \end_inset
7219 </cell>
7220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7221 \begin_inset Text
7222
7223 \begin_layout Plain Layout
7224 s
7225 \end_layout
7226
7227 \end_inset
7228 </cell>
7229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7230 \begin_inset Text
7231
7232 \begin_layout Plain Layout
7233 s
7234 \end_layout
7235
7236 \end_inset
7237 </cell>
7238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7239 \begin_inset Text
7240
7241 \begin_layout Plain Layout
7242 s
7243 \end_layout
7244
7245 \end_inset
7246 </cell>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Plain Layout
7251 asd
7252 \end_layout
7253
7254 \end_inset
7255 </cell>
7256 </row>
7257 <row>
7258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7259 \begin_inset Text
7260
7261 \begin_layout Plain Layout
7262 asd
7263 \end_layout
7264
7265 \end_inset
7266 </cell>
7267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7268 \begin_inset Text
7269
7270 \begin_layout Plain Layout
7271 s
7272 \end_layout
7273
7274 \end_inset
7275 </cell>
7276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7277 \begin_inset Text
7278
7279 \begin_layout Plain Layout
7280 s
7281 \end_layout
7282
7283 \end_inset
7284 </cell>
7285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7286 \begin_inset Text
7287
7288 \begin_layout Plain Layout
7289 s
7290 \end_layout
7291
7292 \end_inset
7293 </cell>
7294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 asd
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 </row>
7304 <row>
7305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7306 \begin_inset Text
7307
7308 \begin_layout Plain Layout
7309 asd
7310 \end_layout
7311
7312 \end_inset
7313 </cell>
7314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7315 \begin_inset Text
7316
7317 \begin_layout Plain Layout
7318 s
7319 \end_layout
7320
7321 \end_inset
7322 </cell>
7323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7324 \begin_inset Text
7325
7326 \begin_layout Plain Layout
7327 s
7328 \end_layout
7329
7330 \end_inset
7331 </cell>
7332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7333 \begin_inset Text
7334
7335 \begin_layout Plain Layout
7336 s
7337 \end_layout
7338
7339 \end_inset
7340 </cell>
7341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7342 \begin_inset Text
7343
7344 \begin_layout Plain Layout
7345 asd
7346 \end_layout
7347
7348 \end_inset
7349 </cell>
7350 </row>
7351 <row>
7352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7353 \begin_inset Text
7354
7355 \begin_layout Plain Layout
7356 asd
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Plain Layout
7365 sad
7366 \end_layout
7367
7368 \end_inset
7369 </cell>
7370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7371 \begin_inset Text
7372
7373 \begin_layout Plain Layout
7374 asd
7375 \end_layout
7376
7377 \end_inset
7378 </cell>
7379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7380 \begin_inset Text
7381
7382 \begin_layout Plain Layout
7383 asd
7384 \end_layout
7385
7386 \end_inset
7387 </cell>
7388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392 asd
7393 \end_layout
7394
7395 \end_inset
7396 </cell>
7397 </row>
7398 </lyxtabular>
7399
7400 \end_inset
7401
7402
7403 \end_layout
7404
7405 \begin_layout Standard
7406 \begin_inset ERT
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410
7411
7412 \backslash
7413 setlength{
7414 \backslash
7415 LTcapwidth}{5cm}
7416 \end_layout
7417
7418 \end_inset
7419
7420
7421 \begin_inset Tabular
7422 <lyxtabular version="3" rows="6" columns="5">
7423 <features islongtable="true" longtabularalignment="center">
7424 <column alignment="center" valignment="top" width="0">
7425 <column alignment="center" valignment="top" width="0">
7426 <column alignment="center" valignment="top" width="0">
7427 <column alignment="center" valignment="top" width="0">
7428 <column alignment="center" valignment="top" width="0">
7429 <row caption="true">
7430 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7431 \begin_inset Text
7432
7433 \begin_layout Plain Layout
7434 \begin_inset Caption
7435
7436 \begin_layout Plain Layout
7437 long titre complet avec la largeur réglée à 5
7438 \begin_inset space \thinspace{}
7439 \end_inset
7440
7441 cm long titre complet avec la largeur réglée à 5
7442 \begin_inset space \thinspace{}
7443 \end_inset
7444
7445 cm long titre complet avec la largeur réglée à 5
7446 \begin_inset space \thinspace{}
7447 \end_inset
7448
7449 cm
7450 \begin_inset Argument
7451 status open
7452
7453 \begin_layout Plain Layout
7454 Légende avec largeur à
7455 \begin_inset space \thinspace{}
7456 \end_inset
7457
7458 =
7459 \begin_inset space \thinspace{}
7460 \end_inset
7461
7462 5
7463 \begin_inset space \thinspace{}
7464 \end_inset
7465
7466 cm
7467 \end_layout
7468
7469 \end_inset
7470
7471
7472 \end_layout
7473
7474 \end_inset
7475
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 1
7524 \end_layout
7525
7526 \end_inset
7527 </cell>
7528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7529 \begin_inset Text
7530
7531 \begin_layout Plain Layout
7532 2
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 3
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 4
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7556 \begin_inset Text
7557
7558 \begin_layout Plain Layout
7559 5
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570 asd
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 s
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7585 \begin_inset Text
7586
7587 \begin_layout Plain Layout
7588 s
7589 \end_layout
7590
7591 \end_inset
7592 </cell>
7593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597 s
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 asd
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 </row>
7612 <row>
7613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617 asd
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 s
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7632 \begin_inset Text
7633
7634 \begin_layout Plain Layout
7635 s
7636 \end_layout
7637
7638 \end_inset
7639 </cell>
7640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7641 \begin_inset Text
7642
7643 \begin_layout Plain Layout
7644 s
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653 asd
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 </row>
7659 <row>
7660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 asd
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 s
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7679 \begin_inset Text
7680
7681 \begin_layout Plain Layout
7682 s
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Plain Layout
7691 s
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 asd
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 </row>
7706 <row>
7707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7708 \begin_inset Text
7709
7710 \begin_layout Plain Layout
7711 asd
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720 sad
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729 asd
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 asd
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747 asd
7748 \end_layout
7749
7750 \end_inset
7751 </cell>
7752 </row>
7753 </lyxtabular>
7754
7755 \end_inset
7756
7757
7758 \end_layout
7759
7760 \begin_layout Standard
7761 \begin_inset ERT
7762 status collapsed
7763
7764 \begin_layout Plain Layout
7765
7766
7767 \backslash
7768 setlength{
7769 \backslash
7770 LTcapwidth}{4in}
7771 \end_layout
7772
7773 \end_inset
7774
7775
7776 \end_layout
7777
7778 \begin_layout Standard
7779 \begin_inset Note Greyedout
7780 status open
7781
7782 \begin_layout Plain Layout
7783
7784 \series bold
7785 Note:
7786 \series default
7787  Quand on utilise la paquetage LaTeX 
7788 \series bold
7789 caption
7790 \series default
7791
7792 \begin_inset Index idx
7793 status collapsed
7794
7795 \begin_layout Plain Layout
7796 Paquetages LaTeX ! caption
7797 \end_layout
7798
7799 \end_inset
7800
7801  , comme c'est les cas dans ce document, la légende prend toute la largeur
7802  de la page quand on utilise la largeur implicite de 4
7803 \begin_inset space \thinspace{}
7804 \end_inset
7805
7806 in pour 
7807 \series bold
7808
7809 \backslash
7810 LTcapwidth
7811 \series default
7812 .
7813  Pour avoir dans ce cas une légende qui fasse exactement 4
7814 \begin_inset space \thinspace{}
7815 \end_inset
7816
7817 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7818  comme par exemple 3.99
7819 \begin_inset space \thinspace{}
7820 \end_inset
7821
7822 in, soit utiliser la commande LaTeX 
7823 \series bold
7824
7825 \backslash
7826 captionsetup{width=valeur}
7827 \series default
7828  qui est disponible dans le paquetage 
7829 \series bold
7830 caption
7831 \series default
7832 .
7833 \end_layout
7834
7835 \end_inset
7836
7837
7838 \end_layout
7839
7840 \begin_layout Subsubsection
7841 Des légendes différentes sur chaque page d'un tableau
7842 \begin_inset Argument
7843 status collapsed
7844
7845 \begin_layout Plain Layout
7846 Légendes différentes
7847 \end_layout
7848
7849 \end_inset
7850
7851
7852 \begin_inset Index idx
7853 status collapsed
7854
7855 \begin_layout Plain Layout
7856 Tableaux longs ! Legendes@Légendes différentes par page
7857 \end_layout
7858
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \begin_layout Standard
7865 Quand la légende du tableau pour les pages suivantes doit être différente
7866  de celle de la première page, insérez une légende avec la commande suivante
7867  en code TeX :
7868 \end_layout
7869
7870 \begin_layout Standard
7871
7872 \series bold
7873
7874 \backslash
7875 caption*{caption text}
7876 \backslash
7877
7878 \backslash
7879 %
7880 \end_layout
7881
7882 \begin_layout Standard
7883 dans une ligne de légende fictive qui sera marquée comme une entête.
7884  Le tableau
7885 \begin_inset space ~
7886 \end_inset
7887
7888
7889 \begin_inset CommandInset ref
7890 LatexCommand ref
7891 reference "tab:Légendes-tableau-différentes"
7892
7893 \end_inset
7894
7895  est un exemple de tableau long avec des légendes différentes et où la seconde
7896  légende ne contient pas le numéro du tableau.
7897 \end_layout
7898
7899 \begin_layout Standard
7900 \align center
7901 \begin_inset Tabular
7902 <lyxtabular version="3" rows="59" columns="3">
7903 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
7904 <column alignment="left" valignment="top" width="0cm">
7905 <column alignment="left" valignment="top" width="0pt">
7906 <column alignment="center" valignment="top" width="0pt">
7907 <row caption="true">
7908 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 \begin_inset Caption
7913
7914 \begin_layout Plain Layout
7915 Exemple d'annuaire téléphonique
7916 \begin_inset CommandInset label
7917 LatexCommand label
7918 name "tab:Légendes-tableau-différentes"
7919
7920 \end_inset
7921
7922
7923 \begin_inset Argument
7924 status collapsed
7925
7926 \begin_layout Plain Layout
7927 Exemple Annuaire 
7928 \end_layout
7929
7930 \end_inset
7931
7932
7933 \end_layout
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \end_inset
7941 </cell>
7942 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7943 \begin_inset Text
7944
7945 \begin_layout Plain Layout
7946
7947 \end_layout
7948
7949 \end_inset
7950 </cell>
7951 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 </row>
7961 <row endfirsthead="true">
7962 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966
7967 \series bold
7968 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7969 \end_layout
7970
7971 \end_inset
7972 </cell>
7973 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7974 \begin_inset Text
7975
7976 \begin_layout Plain Layout
7977
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row endfirsthead="true">
7993 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \series bold
7999 NOM
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017
8018 \series bold
8019 TÉL.
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row endhead="true">
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030 \begin_inset ERT
8031 status open
8032
8033 \begin_layout Plain Layout
8034
8035
8036 \backslash
8037 caption*{Suite de l'exemple d'annuaire téléphonique}
8038 \backslash
8039
8040 \backslash
8041 %
8042 \end_layout
8043
8044 \end_inset
8045
8046
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8052 \begin_inset Text
8053
8054 \begin_layout Plain Layout
8055
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8061 \begin_inset Text
8062
8063 \begin_layout Plain Layout
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row endhead="true">
8071 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \series bold
8077 Exemple d'annuaire téléphonique
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \end_layout
8088
8089 \end_inset
8090 </cell>
8091 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8092 \begin_inset Text
8093
8094 \begin_layout Plain Layout
8095
8096 \end_layout
8097
8098 \end_inset
8099 </cell>
8100 </row>
8101 <row endhead="true">
8102 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8103 \begin_inset Text
8104
8105 \begin_layout Plain Layout
8106
8107 \series bold
8108 NOM
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8114 \begin_inset Text
8115
8116 \begin_layout Plain Layout
8117
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \series bold
8128 TÉL.
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 </row>
8134 <row endfoot="true">
8135 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8136 \begin_inset Text
8137
8138 \begin_layout Plain Layout
8139 suite page suivante\SpecialChar \ldots{}
8140
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8146 \begin_inset Text
8147
8148 \begin_layout Plain Layout
8149
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \series bold
8171 Annovi
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Silvia
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 111
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \series bold
8202 Bertoli
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 Stefano
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 111
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \series bold
8233 Bozzi
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 Walter
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 111
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 </row>
8257 <row>
8258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262
8263 \series bold
8264 Cachia
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8270 \begin_inset Text
8271
8272 \begin_layout Plain Layout
8273 Maria
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282 111
8283 \end_layout
8284
8285 \end_inset
8286 </cell>
8287 </row>
8288 <row>
8289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293
8294 \series bold
8295 Cachia
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8301 \begin_inset Text
8302
8303 \begin_layout Plain Layout
8304 Maurizio
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313 111
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \series bold
8326 Cinquemani
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 Giusi
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 111
8345 \end_layout
8346
8347 \end_inset
8348 </cell>
8349 </row>
8350 <row>
8351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355
8356 \series bold
8357 Colin
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 Bernard
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375 111
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 <row>
8382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386
8387 \series bold
8388 Concli
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Gianfranco
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 111
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \series bold
8419 Dal Bosco
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 Carolina
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 111
8438 \end_layout
8439
8440 \end_inset
8441 </cell>
8442 </row>
8443 <row>
8444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448
8449 \series bold
8450 Dalpiaz
8451 \end_layout
8452
8453 \end_inset
8454 </cell>
8455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 Annamaria
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 111
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \series bold
8481 Feliciello
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 Domenico
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499 111
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \series bold
8512 Focarelli
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 Paola
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530 111
8531 \end_layout
8532
8533 \end_inset
8534 </cell>
8535 </row>
8536 <row>
8537 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8538 \begin_inset Text
8539
8540 \begin_layout Plain Layout
8541
8542 \series bold
8543 Galletti
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8549 \begin_inset Text
8550
8551 \begin_layout Plain Layout
8552 Oreste
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 111
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 </row>
8567 <row>
8568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572
8573 \series bold
8574 Gasparini
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8580 \begin_inset Text
8581
8582 \begin_layout Plain Layout
8583 Franca
8584 \end_layout
8585
8586 \end_inset
8587 </cell>
8588 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592 111
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 </row>
8598 <row>
8599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603
8604 \series bold
8605 Rizzardi
8606 \series default
8607
8608 \begin_inset Foot
8609 status open
8610
8611 \begin_layout Plain Layout
8612 Exemple de note de bas de page
8613 \end_layout
8614
8615 \end_inset
8616
8617
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 Paola
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 111
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 </row>
8641 <row>
8642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646
8647 \series bold
8648 Lassini
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Plain Layout
8657 Giancarlo
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 111
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 </row>
8672 <row>
8673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677
8678 \series bold
8679 Malfatti
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 Luciano
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 111
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \series bold
8710 Malfatti
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 Valeriano
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 111
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 </row>
8734 <row>
8735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739
8740 \series bold
8741 Meneguzzo
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8747 \begin_inset Text
8748
8749 \begin_layout Plain Layout
8750 Roberto
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 111
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 </row>
8765 <row>
8766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770
8771 \series bold
8772 Mezzadra
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781 Roberto
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 111
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 </row>
8796 <row>
8797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801
8802 \series bold
8803 Pirpamer
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8809 \begin_inset Text
8810
8811 \begin_layout Plain Layout
8812 Erich
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 111
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 </row>
8827 <row>
8828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832
8833 \series bold
8834 Pochiesa
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 Paolo
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 111, 222
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 </row>
8858 <row>
8859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865 Radina
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874 Claudio
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 111
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 </row>
8889 <row>
8890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894
8895 \series bold
8896 Stuffer
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8902 \begin_inset Text
8903
8904 \begin_layout Plain Layout
8905 Oskar
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 111
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 </row>
8920 <row>
8921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925
8926 \series bold
8927 Tacchelli
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8933 \begin_inset Text
8934
8935 \begin_layout Plain Layout
8936 Ugo
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 111
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 </row>
8951 <row>
8952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956
8957 \series bold
8958 Tezzele
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 Margit
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 111
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \series bold
8989 Unterkalmsteiner
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 Frieda
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 111
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 </row>
9013 <row>
9014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018
9019 \series bold
9020 Vieider
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029 Hilde
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 111
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \series bold
9051 Vigna
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 Jürgen
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 111
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 </row>
9075 <row>
9076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9077 \begin_inset Text
9078
9079 \begin_layout Plain Layout
9080
9081 \series bold
9082 Weber
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9088 \begin_inset Text
9089
9090 \begin_layout Plain Layout
9091 Maurizio
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 111
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 </row>
9106 <row>
9107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111
9112 \series bold
9113 Winkler
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9119 \begin_inset Text
9120
9121 \begin_layout Plain Layout
9122 Franz
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 111
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142  
9143 \end_layout
9144
9145 \end_inset
9146 </cell>
9147 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 <row>
9167 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171
9172 \series bold
9173 Annovi
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182 Silvia
9183 \end_layout
9184
9185 \end_inset
9186 </cell>
9187 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191 555
9192 \end_layout
9193
9194 \end_inset
9195 </cell>
9196 </row>
9197 <row>
9198 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202
9203 \series bold
9204 Bertoli
9205 \end_layout
9206
9207 \end_inset
9208 </cell>
9209 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213 Stefano
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222 555
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \series bold
9235 Bozzi
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 Walter
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 555
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 </row>
9259 <row>
9260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264
9265 \series bold
9266 Cachia
9267 \end_layout
9268
9269 \end_inset
9270 </cell>
9271 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275 Maria
9276 \end_layout
9277
9278 \end_inset
9279 </cell>
9280 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284 555
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 </row>
9290 <row>
9291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295
9296 \series bold
9297 Cachia
9298 \end_layout
9299
9300 \end_inset
9301 </cell>
9302 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306 Maurizio
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 555
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 <row>
9322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326
9327 \series bold
9328 Cinquemani
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9334 \begin_inset Text
9335
9336 \begin_layout Plain Layout
9337 Giusi
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 555
9347 \end_layout
9348
9349 \end_inset
9350 </cell>
9351 </row>
9352 <row>
9353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357
9358 \series bold
9359 Colin
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368 Bernard
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 555
9378 \end_layout
9379
9380 \end_inset
9381 </cell>
9382 </row>
9383 <row>
9384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388
9389 \series bold
9390 Concli
9391 \end_layout
9392
9393 \end_inset
9394 </cell>
9395 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9396 \begin_inset Text
9397
9398 \begin_layout Plain Layout
9399 Gianfranco
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408 555
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 </row>
9414 <row>
9415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419
9420 \series bold
9421 Dal Bosco
9422 \end_layout
9423
9424 \end_inset
9425 </cell>
9426 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9427 \begin_inset Text
9428
9429 \begin_layout Plain Layout
9430 Carolina
9431 \end_layout
9432
9433 \end_inset
9434 </cell>
9435 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439 555
9440 \end_layout
9441
9442 \end_inset
9443 </cell>
9444 </row>
9445 <row>
9446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450
9451 \series bold
9452 Dalpiaz
9453 \end_layout
9454
9455 \end_inset
9456 </cell>
9457 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9458 \begin_inset Text
9459
9460 \begin_layout Plain Layout
9461 Annamaria
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 555
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 <row>
9477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481
9482 \series bold
9483 Feliciello
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 Domenico
9493 \end_layout
9494
9495 \end_inset
9496 </cell>
9497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501 555
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 </row>
9507 <row>
9508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \series bold
9514 Focarelli
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9520 \begin_inset Text
9521
9522 \begin_layout Plain Layout
9523 Paola
9524 \end_layout
9525
9526 \end_inset
9527 </cell>
9528 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532 555
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 </row>
9538 <row>
9539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545 Galletti
9546 \end_layout
9547
9548 \end_inset
9549 </cell>
9550 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9551 \begin_inset Text
9552
9553 \begin_layout Plain Layout
9554 Oreste
9555 \end_layout
9556
9557 \end_inset
9558 </cell>
9559 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563 555
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 </row>
9569 <row>
9570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574
9575 \series bold
9576 Gasparini
9577 \end_layout
9578
9579 \end_inset
9580 </cell>
9581 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9582 \begin_inset Text
9583
9584 \begin_layout Plain Layout
9585 Franca
9586 \end_layout
9587
9588 \end_inset
9589 </cell>
9590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594 555
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 </row>
9600 <row>
9601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605
9606 \series bold
9607 Rizzardi
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616 Paola
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625 555
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \series bold
9638 Lassini
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 Giancarlo
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 555
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \series bold
9669 Malfatti
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678 Luciano
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 555
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row>
9694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \series bold
9700 Malfatti
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709 Valeriano
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718 555
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row>
9725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \series bold
9731 Meneguzzo
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 Roberto
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 555
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row>
9756 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \series bold
9762 Mezzadra
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771 Roberto
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 555
9781 \end_layout
9782
9783 \end_inset
9784 </cell>
9785 </row>
9786 </lyxtabular>
9787
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \begin_layout Section
9794 Questions particulières concernant les tableaux longs
9795 \begin_inset Argument
9796 status collapsed
9797
9798 \begin_layout Plain Layout
9799 Questions sur les tableaux longs
9800 \end_layout
9801
9802 \end_inset
9803
9804
9805 \begin_inset CommandInset label
9806 LatexCommand label
9807 name "sec:Questions-sur-tableaux-longs"
9808
9809 \end_inset
9810
9811
9812 \end_layout
9813
9814 \begin_layout Subsection
9815 Calculs des pages des tableaux longs
9816 \begin_inset Index idx
9817 status collapsed
9818
9819 \begin_layout Plain Layout
9820 Tableaux longs ! Calculs
9821 \end_layout
9822
9823 \end_inset
9824
9825
9826 \end_layout
9827
9828 \begin_layout Standard
9829 LaTeX calcule la hauteur de chaque page de tableau et leurs sauts de page
9830  en utilisant des blocs (chunks).
9831  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9832  mémoire de LaTeX.
9833  La valeur implicite est fixée pour des raisons historiques à seulement
9834  20 lignes de tableau.
9835  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9836  peut ralentir la création de votre document.
9837  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9838  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9839  préambule de votre document :
9840 \end_layout
9841
9842 \begin_layout Standard
9843
9844 \series bold
9845
9846 \backslash
9847 setcounter{LTchunksize}{100}
9848 \end_layout
9849
9850 \begin_layout Subsection
9851 Les flottants et les tableaux longs
9852 \begin_inset Index idx
9853 status collapsed
9854
9855 \begin_layout Plain Layout
9856 Tableaux longs ! Flottants
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \end_layout
9863
9864 \begin_layout Standard
9865 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9866  commence un tableau long.
9867  Pour éviter une telle situation, insérez un saut de page (menu 
9868 \family sans
9869 Insérer\SpecialChar \menuseparator
9870 Typographie
9871 \begin_inset space ~
9872 \end_inset
9873
9874 spéciale\SpecialChar \menuseparator
9875 Saut de page (vide le tampon)
9876 \family default
9877
9878 \begin_inset space \thinspace{}
9879 \end_inset
9880
9881 ) juste avant votre tableau long.
9882 \end_layout
9883
9884 \begin_layout Subsection
9885 Sauts de pages forcés
9886 \begin_inset Index idx
9887 status collapsed
9888
9889 \begin_layout Plain Layout
9890 Tableaux longs ! Sauts de pages forcés
9891 \end_layout
9892
9893 \end_inset
9894
9895
9896 \end_layout
9897
9898 \begin_layout Standard
9899 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9900  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9901  un saut de page à l'intérieur de cette cellule, insérez la commande LaTeX
9902  de saut de ligne 
9903 \begin_inset Quotes eld
9904 \end_inset
9905
9906
9907 \backslash
9908
9909 \backslash
9910
9911 \begin_inset Quotes erd
9912 \end_inset
9913
9914  en code TeX à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9915  Avant la commande 
9916 \begin_inset Quotes eld
9917 \end_inset
9918
9919
9920 \backslash
9921
9922 \backslash
9923
9924 \begin_inset Quotes erd
9925 \end_inset
9926
9927 , vous devez insérer en code TeX, autant de caractères 
9928 \begin_inset Quotes eld
9929 \end_inset
9930
9931 &
9932 \begin_inset Quotes erd
9933 \end_inset
9934
9935  qu'il y a de colonnes après la cellule concernée.
9936  Le caractère 
9937 \begin_inset Quotes eld
9938 \end_inset
9939
9940 &
9941 \begin_inset Quotes erd
9942 \end_inset
9943
9944  sert à séparer les colonnes d'un tableau.
9945  Écrivez en code-TeX, après chaque 
9946 \begin_inset Quotes eld
9947 \end_inset
9948
9949 &
9950 \begin_inset Quotes erd
9951 \end_inset
9952
9953  le contenu des cellules correspondantes et en même temps supprimez le contenu
9954  de ces cellules dans le texte normal.
9955  
9956 \begin_inset Newline newline
9957 \end_inset
9958
9959 Après la commande 
9960 \backslash
9961
9962 \backslash
9963 , insérez autant de caractères 
9964 \begin_inset Quotes eld
9965 \end_inset
9966
9967 &
9968 \begin_inset Quotes erd
9969 \end_inset
9970
9971  qu'il y a de colonnes avant la colonne traitée.
9972  Dans le tableau
9973 \begin_inset space ~
9974 \end_inset
9975
9976
9977 \begin_inset CommandInset ref
9978 LatexCommand ref
9979 reference "tab:Tableau-saut-de-page"
9980
9981 \end_inset
9982
9983  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9984  suivie par une autre colonne.
9985  La commande suivante a donc été insérée en code TeX dans la cellule après
9986  le mot 
9987 \begin_inset Quotes eld
9988 \end_inset
9989
9990
9991 \emph on
9992 Castelchiodato,
9993 \emph default
9994
9995 \begin_inset Quotes erd
9996 \end_inset
9997
9998 :
9999 \end_layout
10000
10001 \begin_layout Standard
10002
10003 \series bold
10004 & 111
10005 \backslash
10006
10007 \backslash
10008  
10009 \backslash
10010 newpage
10011 \begin_inset Newline newline
10012 \end_inset
10013
10014 &
10015 \end_layout
10016
10017 \begin_layout Standard
10018 Le 
10019 \begin_inset Quotes eld
10020 \end_inset
10021
10022 111
10023 \begin_inset Quotes erd
10024 \end_inset
10025
10026  dans la troisième colonne de la ligne a été supprimé.
10027  
10028 \series bold
10029
10030 \backslash
10031 newpage
10032 \series default
10033  est nécessaire seulement quand un saut de page doit impérativement avoir
10034  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
10035  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
10036  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
10037  est coupée, utilisez cette commande à la place de la précédente :
10038 \end_layout
10039
10040 \begin_layout Standard
10041
10042 \series bold
10043 & 111
10044 \backslash
10045
10046 \backslash
10047
10048 \begin_inset Newline newline
10049 \end_inset
10050
10051
10052 \backslash
10053 hline &
10054 \end_layout
10055
10056 \begin_layout Standard
10057 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
10058  insérer la commande
10059 \end_layout
10060
10061 \begin_layout Standard
10062
10063 \series bold
10064
10065 \backslash
10066 setlength{
10067 \backslash
10068 parfillskip}{0pt}
10069 \end_layout
10070
10071 \begin_layout Standard
10072 au début de la cellule.
10073  Cela assure que la portion de la cellule qui va se trouver affichée sur
10074  la page suivante le sera avec toute la largeur de la cellule.
10075 \end_layout
10076
10077 \begin_layout Standard
10078 \align center
10079 \begin_inset Tabular
10080 <lyxtabular version="3" rows="38" columns="3">
10081 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10082 <column alignment="left" valignment="top" width="0cm">
10083 <column alignment="left" valignment="top" width="3cm">
10084 <column alignment="center" valignment="top" width="0pt">
10085 <row caption="true">
10086 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 \begin_inset Caption
10091
10092 \begin_layout Plain Layout
10093 Tableau avec un saut de page forcé dans une cellule
10094 \begin_inset CommandInset label
10095 LatexCommand label
10096 name "tab:Tableau-saut-de-page"
10097
10098 \end_inset
10099
10100
10101 \begin_inset Argument
10102 status collapsed
10103
10104 \begin_layout Plain Layout
10105 Tableau avec un saut de page forcé dans une cellule
10106 \end_layout
10107
10108 \end_inset
10109
10110
10111 \end_layout
10112
10113 \end_inset
10114
10115
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row endfirsthead="true">
10140 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row endfirsthead="true">
10171 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 NOM
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 TÉL.
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row endhead="true">
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208 \begin_inset ERT
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212
10213
10214 \backslash
10215 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10216 \backslash
10217
10218 \backslash
10219 %
10220 \end_layout
10221
10222 \end_inset
10223
10224
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10230 \begin_inset Text
10231
10232 \begin_layout Plain Layout
10233
10234 \end_layout
10235
10236 \end_inset
10237 </cell>
10238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 </row>
10248 <row endhead="true">
10249 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10250 \begin_inset Text
10251
10252 \begin_layout Plain Layout
10253  
10254 \series bold
10255 Exemple d'annuaire téléphonique
10256 \end_layout
10257
10258 \end_inset
10259 </cell>
10260 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10261 \begin_inset Text
10262
10263 \begin_layout Plain Layout
10264
10265 \end_layout
10266
10267 \end_inset
10268 </cell>
10269 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 </row>
10279 <row endhead="true">
10280 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284
10285 \series bold
10286 NOM
10287 \end_layout
10288
10289 \end_inset
10290 </cell>
10291 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10292 \begin_inset Text
10293
10294 \begin_layout Plain Layout
10295
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \series bold
10306 TÉL.
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 </row>
10312 <row endfoot="true">
10313 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 suite page suivante\SpecialChar \ldots{}
10318
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 </row>
10342 <row>
10343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10344 \begin_inset Text
10345
10346 \begin_layout Plain Layout
10347
10348 \series bold
10349 Annovi
10350 \end_layout
10351
10352 \end_inset
10353 </cell>
10354 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358 Silvia
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10364 \begin_inset Text
10365
10366 \begin_layout Plain Layout
10367 111
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378
10379 \series bold
10380 Bertoli
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 Stefano
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 111
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 </row>
10404 <row>
10405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409
10410 \series bold
10411 Bozzi
10412 \end_layout
10413
10414 \end_inset
10415 </cell>
10416 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10417 \begin_inset Text
10418
10419 \begin_layout Plain Layout
10420 Walter
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 111
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 </row>
10435 <row>
10436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10437 \begin_inset Text
10438
10439 \begin_layout Plain Layout
10440
10441 \series bold
10442 Cachia
10443 \end_layout
10444
10445 \end_inset
10446 </cell>
10447 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10448 \begin_inset Text
10449
10450 \begin_layout Plain Layout
10451 Maria
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 111
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 </row>
10466 <row>
10467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10468 \begin_inset Text
10469
10470 \begin_layout Plain Layout
10471
10472 \series bold
10473 Cachia
10474 \end_layout
10475
10476 \end_inset
10477 </cell>
10478 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 Maurizio
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 111
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 </row>
10497 <row>
10498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502
10503 \series bold
10504 Cinquemani
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10510 \begin_inset Text
10511
10512 \begin_layout Plain Layout
10513 Giusi
10514 \end_layout
10515
10516 \end_inset
10517 </cell>
10518 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10519 \begin_inset Text
10520
10521 \begin_layout Plain Layout
10522 111
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row>
10529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \series bold
10535 Colin
10536 \end_layout
10537
10538 \end_inset
10539 </cell>
10540 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10541 \begin_inset Text
10542
10543 \begin_layout Plain Layout
10544 Bernard
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 111
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 <row>
10560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10561 \begin_inset Text
10562
10563 \begin_layout Plain Layout
10564
10565 \series bold
10566 Concli
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10572 \begin_inset Text
10573
10574 \begin_layout Plain Layout
10575 Gianfranco
10576 \end_layout
10577
10578 \end_inset
10579 </cell>
10580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584 111
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row>
10591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \series bold
10597 Dal Bosco
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606 Carolina
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615 111
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 <row>
10622 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626
10627 \series bold
10628 Dalpiaz
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 Annamaria
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 111
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 </row>
10652 <row>
10653 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657
10658 \series bold
10659 Feliciello
10660 \end_layout
10661
10662 \end_inset
10663 </cell>
10664 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10665 \begin_inset Text
10666
10667 \begin_layout Plain Layout
10668 Domenico
10669 \end_layout
10670
10671 \end_inset
10672 </cell>
10673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677 111
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \series bold
10690 Focarelli
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 Paola
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 111
10709 \end_layout
10710
10711 \end_inset
10712 </cell>
10713 </row>
10714 <row>
10715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719
10720 \series bold
10721 Galletti
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10727 \begin_inset Text
10728
10729 \begin_layout Plain Layout
10730 Oreste
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739 111
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 </row>
10745 <row>
10746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750
10751 \series bold
10752 Gasparini
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10758 \begin_inset Text
10759
10760 \begin_layout Plain Layout
10761 Franca
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770 111
10771 \end_layout
10772
10773 \end_inset
10774 </cell>
10775 </row>
10776 <row>
10777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781
10782 \series bold
10783 Lassini
10784 \end_layout
10785
10786 \end_inset
10787 </cell>
10788 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10789 \begin_inset Text
10790
10791 \begin_layout Plain Layout
10792 Giancarlo
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801 111
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 <row>
10808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812
10813 \series bold
10814 Malfatti
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823 Luciano
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 111
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 <row>
10839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10840 \begin_inset Text
10841
10842 \begin_layout Plain Layout
10843
10844 \series bold
10845 Malfatti
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Valeriano
10855 \end_layout
10856
10857 \end_inset
10858 </cell>
10859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10860 \begin_inset Text
10861
10862 \begin_layout Plain Layout
10863 111
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 </row>
10869 <row>
10870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10871 \begin_inset Text
10872
10873 \begin_layout Plain Layout
10874
10875 \series bold
10876 Meneguzzo
10877 \end_layout
10878
10879 \end_inset
10880 </cell>
10881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10882 \begin_inset Text
10883
10884 \begin_layout Plain Layout
10885 Roberto
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 111
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 </row>
10900 <row>
10901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10902 \begin_inset Text
10903
10904 \begin_layout Plain Layout
10905
10906 \series bold
10907 Mezzadra
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10913 \begin_inset Text
10914
10915 \begin_layout Plain Layout
10916 Roberto
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 111
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 </row>
10931 <row>
10932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10933 \begin_inset Text
10934
10935 \begin_layout Plain Layout
10936
10937 \series bold
10938 Pirpamer
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 Erich
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956 111
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 </row>
10962 <row>
10963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967
10968 \series bold
10969 Pochiesa
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 Paolo
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 111, 222
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \series bold
11000 Radina
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 Claudio
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 111
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029
11030 \series bold
11031 Rizzardi
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11037 \begin_inset Text
11038
11039 \begin_layout Plain Layout
11040 Giancarlo, 11.
11041  Fürst von Montecompatri, 11.
11042  Fürst von Sulmona und Vivaro, 10.
11043  Fürst von Rossano, 5.
11044  Herzog von Canemorte, 11.
11045  Herzog von Palombara, 5.
11046  Herzog von Castelchiodato,
11047 \begin_inset ERT
11048 status open
11049
11050 \begin_layout Plain Layout
11051
11052 & 111
11053 \backslash
11054
11055 \backslash
11056  
11057 \backslash
11058 newpage
11059 \end_layout
11060
11061 \begin_layout Plain Layout
11062
11063 &
11064 \end_layout
11065
11066 \end_inset
11067
11068  11.
11069  Herzog von Poggionativo, 11.
11070  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11071  Graf von Valinfreda, 11.
11072  Baron von Cropalati, 11.
11073  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11074 \end_layout
11075
11076 \end_inset
11077 </cell>
11078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11079 \begin_inset Text
11080
11081 \begin_layout Plain Layout
11082
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 </row>
11088 <row>
11089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11090 \begin_inset Text
11091
11092 \begin_layout Plain Layout
11093
11094 \series bold
11095 Stuffer
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 Oskar
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 111
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \series bold
11126 Tacchelli
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 Ugo
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 111
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155
11156 \series bold
11157 Tezzele
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 Margit
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 111
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 </row>
11181 <row>
11182 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186
11187 \series bold
11188 Unterkalmsteiner
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 Frieda
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 111
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 <row>
11213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217
11218 \series bold
11219 Vieider
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11225 \begin_inset Text
11226
11227 \begin_layout Plain Layout
11228 Hilde
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 111
11238 \end_layout
11239
11240 \end_inset
11241 </cell>
11242 </row>
11243 <row>
11244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \series bold
11250 Vigna
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Jürgen
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11265 \begin_inset Text
11266
11267 \begin_layout Plain Layout
11268 111
11269 \end_layout
11270
11271 \end_inset
11272 </cell>
11273 </row>
11274 <row>
11275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11276 \begin_inset Text
11277
11278 \begin_layout Plain Layout
11279
11280 \series bold
11281 Weber
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 Maurizio
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 111
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 </row>
11305 <row>
11306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310
11311 \series bold
11312 Winkler
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Franz
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 111
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 </lyxtabular>
11337
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \begin_layout Section
11344 Colonnes et lignes à lignes multiples
11345 \end_layout
11346
11347 \begin_layout Subsection
11348 Lignes multiples dans une cellule de tableau
11349 \begin_inset CommandInset label
11350 LatexCommand label
11351 name "sub:Lignes-multiple-dans-cellule"
11352
11353 \end_inset
11354
11355
11356 \begin_inset Index idx
11357 status collapsed
11358
11359 \begin_layout Plain Layout
11360 Plusieurs lignes dans une case de tableau
11361 \end_layout
11362
11363 \end_inset
11364
11365
11366 \begin_inset Index idx
11367 status collapsed
11368
11369 \begin_layout Plain Layout
11370 Tableau ! Saut de ligne
11371 \end_layout
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 \noindent
11380 \begin_inset Float table
11381 placement H
11382 wide false
11383 sideways false
11384 status open
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Caption
11388
11389 \begin_layout Plain Layout
11390 \begin_inset CommandInset label
11391 LatexCommand label
11392 name "tab:Tableau-avec-plusieurs-lignes"
11393
11394 \end_inset
11395
11396 Tableau avec des lignes multiples dans une cellule
11397 \end_layout
11398
11399 \end_inset
11400
11401
11402 \end_layout
11403
11404 \begin_layout Plain Layout
11405 \align center
11406 \begin_inset Tabular
11407 <lyxtabular version="3" rows="3" columns="3">
11408 <features tabularvalignment="middle">
11409 <column alignment="center" valignment="middle" width="2.5cm">
11410 <column alignment="center" valignment="middle" width="0">
11411 <column alignment="center" valignment="middle" width="0">
11412 <row>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 Lignes
11418 \begin_inset Newline linebreak
11419 \end_inset
11420
11421 multiples
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 b
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 c
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 </row>
11445 <row>
11446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 d
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 e
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 f
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 </row>
11474 <row>
11475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 g
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 h
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 i
11498 \end_layout
11499
11500 \end_inset
11501 </cell>
11502 </row>
11503 </lyxtabular>
11504
11505 \end_inset
11506
11507
11508 \end_layout
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11517  d'un paragraphe avec des sauts de lignes et des césures.
11518 \end_layout
11519
11520 \begin_layout Standard
11521 Pour obtenir le tableau
11522 \begin_inset space ~
11523 \end_inset
11524
11525
11526 \begin_inset CommandInset ref
11527 LatexCommand ref
11528 reference "tab:Tableau-avec-plusieurs-lignes"
11529
11530 \end_inset
11531
11532 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11533  droit dessus.
11534  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11535  2.5
11536 \begin_inset space \thinspace{}
11537 \end_inset
11538
11539 cm et choisissez les alignements vertical et horizontal centrés.
11540  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11541  Comme notre texte est plus petit que 2.5
11542 \begin_inset space \thinspace{}
11543 \end_inset
11544
11545 cm, une seule ligne va apparaître.
11546  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11547  
11548 \family sans
11549 Ctrl-Shift-Entrée
11550 \family default
11551 ).
11552  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11553 ement découpé en plusieurs lignes.
11554 \end_layout
11555
11556 \begin_layout Standard
11557 Si vous avez un mot long dans une cellule de largeur fixée, LaTeX ne peut
11558  pas effectuer de césure si c'est le premier élément de la cellule.
11559  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11560  premier élément : Ajoutez un espace horizontal de 0
11561 \begin_inset space \thinspace{}
11562 \end_inset
11563
11564 pt juste avant votre mot.
11565  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11566  Le tableau
11567 \begin_inset space ~
11568 \end_inset
11569
11570
11571 \begin_inset CommandInset ref
11572 LatexCommand ref
11573 reference "tab:Tableau-césure"
11574
11575 \end_inset
11576
11577  montre l'effet de cette insertion.
11578 \end_layout
11579
11580 \begin_layout Standard
11581 \begin_inset Float table
11582 placement h
11583 wide false
11584 sideways false
11585 status open
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Caption
11589
11590 \begin_layout Plain Layout
11591 \begin_inset CommandInset label
11592 LatexCommand label
11593 name "tab:Tableau-césure"
11594
11595 \end_inset
11596
11597 Tableau avec et sans césure.
11598 \end_layout
11599
11600 \end_inset
11601
11602
11603 \end_layout
11604
11605 \begin_layout Plain Layout
11606 \begin_inset space \hfill{}
11607 \end_inset
11608
11609
11610 \begin_inset Tabular
11611 <lyxtabular version="3" rows="3" columns="3">
11612 <features tabularvalignment="middle">
11613 <column alignment="center" valignment="middle" width="2.5cm">
11614 <column alignment="center" valignment="middle" width="0">
11615 <column alignment="center" valignment="middle" width="0">
11616 <row>
11617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11618 \begin_inset Text
11619
11620 \begin_layout Plain Layout
11621 mottrèslongdansunecellule
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 b
11631 \end_layout
11632
11633 \end_inset
11634 </cell>
11635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11636 \begin_inset Text
11637
11638 \begin_layout Plain Layout
11639 c
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650 d
11651 \end_layout
11652
11653 \end_inset
11654 </cell>
11655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11656 \begin_inset Text
11657
11658 \begin_layout Plain Layout
11659 e
11660 \end_layout
11661
11662 \end_inset
11663 </cell>
11664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 f
11669 \end_layout
11670
11671 \end_inset
11672 </cell>
11673 </row>
11674 <row>
11675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11676 \begin_inset Text
11677
11678 \begin_layout Plain Layout
11679 g
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11685 \begin_inset Text
11686
11687 \begin_layout Plain Layout
11688 h
11689 \end_layout
11690
11691 \end_inset
11692 </cell>
11693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11694 \begin_inset Text
11695
11696 \begin_layout Plain Layout
11697 i
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 </row>
11703 </lyxtabular>
11704
11705 \end_inset
11706
11707
11708 \begin_inset space \hfill{}
11709 \end_inset
11710
11711
11712 \begin_inset Tabular
11713 <lyxtabular version="3" rows="3" columns="3">
11714 <features tabularvalignment="middle">
11715 <column alignment="center" valignment="middle" width="2.5cm">
11716 <column alignment="center" valignment="middle" width="0">
11717 <column alignment="center" valignment="middle" width="0">
11718 <row>
11719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11720 \begin_inset Text
11721
11722 \begin_layout Plain Layout
11723 \begin_inset space \hspace{}
11724 \length 0pt
11725 \end_inset
11726
11727 mottrèslongdansunecellule
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11733 \begin_inset Text
11734
11735 \begin_layout Plain Layout
11736 b
11737 \end_layout
11738
11739 \end_inset
11740 </cell>
11741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11742 \begin_inset Text
11743
11744 \begin_layout Plain Layout
11745 c
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 <row>
11752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11753 \begin_inset Text
11754
11755 \begin_layout Plain Layout
11756 d
11757 \end_layout
11758
11759 \end_inset
11760 </cell>
11761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11762 \begin_inset Text
11763
11764 \begin_layout Plain Layout
11765 e
11766 \end_layout
11767
11768 \end_inset
11769 </cell>
11770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11771 \begin_inset Text
11772
11773 \begin_layout Plain Layout
11774 f
11775 \end_layout
11776
11777 \end_inset
11778 </cell>
11779 </row>
11780 <row>
11781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Plain Layout
11785 g
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11791 \begin_inset Text
11792
11793 \begin_layout Plain Layout
11794 h
11795 \end_layout
11796
11797 \end_inset
11798 </cell>
11799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11800 \begin_inset Text
11801
11802 \begin_layout Plain Layout
11803 i
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 </lyxtabular>
11810
11811 \end_inset
11812
11813
11814 \begin_inset space \hfill{}
11815 \end_inset
11816
11817
11818 \end_layout
11819
11820 \end_inset
11821
11822
11823 \end_layout
11824
11825 \begin_layout Subsection
11826 Multi-colonnes
11827 \begin_inset CommandInset label
11828 LatexCommand label
11829 name "sub:Multicolonnes"
11830
11831 \end_inset
11832
11833
11834 \begin_inset Index idx
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838 Multi-colonnes
11839 \end_layout
11840
11841 \end_inset
11842
11843
11844 \begin_inset Index idx
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848 Tableau ! Multi-colonnes
11849 \end_layout
11850
11851 \end_inset
11852
11853
11854 \end_layout
11855
11856 \begin_layout Subsubsection
11857 Les bases des multi-colonnes
11858 \end_layout
11859
11860 \begin_layout Standard
11861 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11862  qu'elle doit couvrir et utilisez soit le bouton 
11863 \family sans
11864
11865 \begin_inset Info
11866 type  "icon"
11867 arg   "inset-modify tabular multicolumn"
11868 \end_inset
11869
11870
11871 \family default
11872  de la barre d'outils tableau, ou le menu 
11873 \family sans
11874 Éditer\SpecialChar \menuseparator
11875 Tableau\SpecialChar \menuseparator
11876 Multi-colonnes
11877 \family default
11878 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11879  
11880 \family sans
11881 Multi-colonnes
11882 \family default
11883 .
11884 \end_layout
11885
11886 \begin_layout Standard
11887 Les multi-colonnes ont leurs propres paramètres de cellule.
11888  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11889  de la cellule, cela n'affecte que la cellule multi-colonne.
11890  Voici un exemple de tableau avec une cellule multi-colonne dans la première
11891  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11892 \end_layout
11893
11894 \begin_layout Standard
11895 \align center
11896 \begin_inset Tabular
11897 <lyxtabular version="3" rows="3" columns="4">
11898 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11899 <column alignment="center" valignment="top" width="0pt">
11900 <column alignment="center" valignment="middle" width="0">
11901 <column alignment="center" valignment="top" width="0in">
11902 <column alignment="center" valignment="top" width="0pt">
11903 <row>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 abc
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 def ghi
11918 \end_layout
11919
11920 \end_inset
11921 </cell>
11922 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11923 \begin_inset Text
11924
11925 \begin_layout Plain Layout
11926
11927 \end_layout
11928
11929 \end_inset
11930 </cell>
11931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11932 \begin_inset Text
11933
11934 \begin_layout Plain Layout
11935 jkl
11936 \end_layout
11937
11938 \end_inset
11939 </cell>
11940 </row>
11941 <row>
11942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11943 \begin_inset Text
11944
11945 \begin_layout Plain Layout
11946 A
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 B
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 C
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Plain Layout
11973 D
11974 \end_layout
11975
11976 \end_inset
11977 </cell>
11978 </row>
11979 <row>
11980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11981 \begin_inset Text
11982
11983 \begin_layout Plain Layout
11984 1
11985 \end_layout
11986
11987 \end_inset
11988 </cell>
11989 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11990 \begin_inset Text
11991
11992 \begin_layout Plain Layout
11993 2
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11999 \begin_inset Text
12000
12001 \begin_layout Plain Layout
12002 3
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12008 \begin_inset Text
12009
12010 \begin_layout Plain Layout
12011 4
12012 \end_layout
12013
12014 \end_inset
12015 </cell>
12016 </row>
12017 </lyxtabular>
12018
12019 \end_inset
12020
12021
12022 \end_layout
12023
12024 \begin_layout Subsubsection
12025 Calculs avec les multi-colonnes
12026 \begin_inset CommandInset label
12027 LatexCommand label
12028 name "sub:Calculs-multicolonnes"
12029
12030 \end_inset
12031
12032
12033 \begin_inset Index idx
12034 status collapsed
12035
12036 \begin_layout Plain Layout
12037 Multi-colonnes ! Calculs
12038 \end_layout
12039
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \begin_layout Standard
12046 LyX gère directement les multi-colonnes, mais nous devons faire attention
12047  à la largeur des cellules couvertes par la cellule multi-colonne.
12048 \end_layout
12049
12050 \begin_layout Standard
12051 \begin_inset Float table
12052 placement h
12053 wide false
12054 sideways false
12055 status open
12056
12057 \begin_layout Plain Layout
12058 \begin_inset Caption
12059
12060 \begin_layout Plain Layout
12061 \begin_inset CommandInset label
12062 LatexCommand label
12063 name "tab:Tableau-multicolonne-parfaite"
12064
12065 \end_inset
12066
12067 Tableau avec un texte centré dans une case multi-colonne au-dessus de deux
12068  colonnes qui ont exactement la moitié de la largeur de la case multicolonne.
12069 \begin_inset Argument
12070 status open
12071
12072 \begin_layout Plain Layout
12073 Tableau avec multicolonne parfaite
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \begin_layout Plain Layout
12087 \align center
12088 \begin_inset Tabular
12089 <lyxtabular version="3" rows="3" columns="3">
12090 <features tabularvalignment="middle">
12091 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
12092 <column alignment="center" valignment="middle" width="0">
12093 <column alignment="center" valignment="top" width="0">
12094 <row>
12095 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 multi-colonne sur plusieurs lignes
12100 \end_layout
12101
12102 \end_inset
12103 </cell>
12104 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12105 \begin_inset Text
12106
12107 \begin_layout Plain Layout
12108
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12114 \begin_inset Text
12115
12116 \begin_layout Plain Layout
12117 c
12118 \end_layout
12119
12120 \end_inset
12121 </cell>
12122 </row>
12123 <row>
12124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12125 \begin_inset Text
12126
12127 \begin_layout Plain Layout
12128 d
12129 \end_layout
12130
12131 \end_inset
12132 </cell>
12133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12134 \begin_inset Text
12135
12136 \begin_layout Plain Layout
12137 e
12138 \end_layout
12139
12140 \end_inset
12141 </cell>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 f
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 </row>
12152 <row>
12153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12154 \begin_inset Text
12155
12156 \begin_layout Plain Layout
12157 g
12158 \end_layout
12159
12160 \end_inset
12161 </cell>
12162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 h
12167 \end_layout
12168
12169 \end_inset
12170 </cell>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175 i
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 </lyxtabular>
12182
12183 \end_inset
12184
12185
12186 \end_layout
12187
12188 \end_inset
12189
12190
12191 \end_layout
12192
12193 \begin_layout Standard
12194 Par exemple, pour créer le tableau
12195 \begin_inset space ~
12196 \end_inset
12197
12198
12199 \begin_inset CommandInset ref
12200 LatexCommand ref
12201 reference "tab:Tableau-multicolonne-parfaite"
12202
12203 \end_inset
12204
12205 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12206  3×3 et faites un clic droit dessus.
12207  Ensuite choisissez pour cette cellule
12208 \emph on
12209 ,
12210 \emph default
12211  dans la fenêtre de dialogue de tableau, 
12212 \emph on
12213 multi-colonne
12214 \emph default
12215
12216 \emph on
12217 alignement
12218 \begin_inset space ~
12219 \end_inset
12220
12221 horizontal
12222 \begin_inset space ~
12223 \end_inset
12224
12225 centré
12226 \emph default
12227  et une largeur de 2.5
12228 \begin_inset space \thinspace{}
12229 \end_inset
12230
12231 cm.
12232  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12233  de la cellule multi-colonne, vous devez donc donner une largeur de 1.25
12234 \begin_inset space \thinspace{}
12235 \end_inset
12236
12237 cm pour la première colonne.
12238  La deuxième colonne aura alors automatiquement une largeur de 1.25
12239 \begin_inset space \thinspace{}
12240 \end_inset
12241
12242 cm (la largeur de la multi-colonne moins la largeur de la première colonne).
12243  C'est ce qui a été fait pour le tableau
12244 \begin_inset space ~
12245 \end_inset
12246
12247
12248 \begin_inset CommandInset ref
12249 LatexCommand ref
12250 reference "tab:Tableau-multicolonne-imparfait"
12251
12252 \end_inset
12253
12254 .
12255 \end_layout
12256
12257 \begin_layout Standard
12258 \begin_inset Float table
12259 wide false
12260 sideways false
12261 status open
12262
12263 \begin_layout Plain Layout
12264 \begin_inset Caption
12265
12266 \begin_layout Plain Layout
12267 \begin_inset CommandInset label
12268 LatexCommand label
12269 name "tab:Tableau-multicolonne-imparfait"
12270
12271 \end_inset
12272
12273 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12274  de la largeur de la cellule multi-colonne.
12275 \begin_inset Argument
12276 status open
12277
12278 \begin_layout Plain Layout
12279 Tableau avec multi-colonne pas parfaite
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \end_layout
12286
12287 \end_inset
12288
12289
12290 \end_layout
12291
12292 \begin_layout Plain Layout
12293 \align center
12294 \begin_inset Tabular
12295 <lyxtabular version="3" rows="3" columns="3">
12296 <features tabularvalignment="middle">
12297 <column alignment="center" valignment="top" width="1.25cm">
12298 <column alignment="center" valignment="top" width="0">
12299 <column alignment="center" valignment="top" width="0">
12300 <row>
12301 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 multi-colonne sur plusieurs lignes
12306 \end_layout
12307
12308 \end_inset
12309 </cell>
12310 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12320 \begin_inset Text
12321
12322 \begin_layout Plain Layout
12323 c
12324 \end_layout
12325
12326 \end_inset
12327 </cell>
12328 </row>
12329 <row>
12330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12331 \begin_inset Text
12332
12333 \begin_layout Plain Layout
12334 d
12335 \end_layout
12336
12337 \end_inset
12338 </cell>
12339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12340 \begin_inset Text
12341
12342 \begin_layout Plain Layout
12343 e
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12349 \begin_inset Text
12350
12351 \begin_layout Plain Layout
12352 f
12353 \end_layout
12354
12355 \end_inset
12356 </cell>
12357 </row>
12358 <row>
12359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12360 \begin_inset Text
12361
12362 \begin_layout Plain Layout
12363 g
12364 \end_layout
12365
12366 \end_inset
12367 </cell>
12368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12369 \begin_inset Text
12370
12371 \begin_layout Plain Layout
12372 h
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Plain Layout
12381 i
12382 \end_layout
12383
12384 \end_inset
12385 </cell>
12386 </row>
12387 </lyxtabular>
12388
12389 \end_inset
12390
12391
12392 \end_layout
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12401  de la cellule multi-colonne, elle est un peu plus large.
12402  La raison est que la taille que l'on donne à une cellule, 
12403 \begin_inset Formula $W_{g}$
12404 \end_inset
12405
12406  n'est pas sa taille totale, 
12407 \begin_inset Formula $W_{\mathrm{tot}}$
12408 \end_inset
12409
12410  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12411  lui donne.
12412  L'appendice
12413 \begin_inset space ~
12414 \end_inset
12415
12416
12417 \begin_inset CommandInset ref
12418 LatexCommand ref
12419 reference "cha:Explication-de-l'Equation"
12420
12421 \end_inset
12422
12423  explique pourquoi en détail.
12424 \end_layout
12425
12426 \begin_layout Standard
12427 La largeur nécessaire 
12428 \begin_inset Formula $W_{g\, n}$
12429 \end_inset
12430
12431  quand 
12432 \emph on
12433 n
12434 \emph default
12435  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12436  ait une largeur totale de 
12437 \begin_inset Formula $W_{\mathrm{tot\, multicolonne}}/n$
12438 \end_inset
12439
12440 :
12441 \begin_inset Formula 
12442 \begin{equation}
12443 W_{g\, n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12444 \end{equation}
12445
12446 \end_inset
12447
12448
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Dans notre cas nous avons 
12453 \begin_inset Formula $n=2$
12454 \end_inset
12455
12456
12457 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12458 \end_inset
12459
12460 cm et les valeurs implicites pour les autres longueurs, l'équation
12461 \begin_inset space ~
12462 \end_inset
12463
12464
12465 \begin_inset CommandInset ref
12466 LatexCommand ref
12467 reference "eq:Wgn"
12468
12469 \end_inset
12470
12471  devient
12472 \begin_inset Formula 
12473 \begin{equation}
12474 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12475 \end{equation}
12476
12477 \end_inset
12478
12479
12480 \end_layout
12481
12482 \begin_layout Standard
12483 Pour permettre des calculs avec LaTeX, vous devez charger le paquetage LaTeX
12484  
12485 \series bold
12486 calc
12487 \series default
12488  avec la ligne suivante dans le préambule du document
12489 \begin_inset Index idx
12490 status collapsed
12491
12492 \begin_layout Plain Layout
12493 Paquetages LaTeX ! calc
12494 \end_layout
12495
12496 \end_inset
12497
12498
12499 \end_layout
12500
12501 \begin_layout Standard
12502
12503 \series bold
12504
12505 \backslash
12506 usepackage{calc}
12507 \end_layout
12508
12509 \begin_layout Standard
12510 LyX ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12511  de dialogue.
12512  Vous devez donc for mater la colonne en insérant un paramètre LaTeX dans
12513  la fenêtre de dialogue.
12514  Voici un aperçu de ces paramètres :
12515 \end_layout
12516
12517 \begin_layout Itemize
12518
12519 \series bold
12520 p{largeur}
12521 \series default
12522  crée une cellule de taille donnée, le texte est aligné verticalement en
12523  haut.
12524 \end_layout
12525
12526 \begin_layout Itemize
12527
12528 \series bold
12529 m{largeur}
12530 \series default
12531  crée une cellule de taille donnée, le texte est aligné verticalement au
12532  centre
12533 \end_layout
12534
12535 \begin_layout Itemize
12536
12537 \series bold
12538 b{largeur}
12539 \series default
12540  crée une cellule de taille donnée, le texte est aligné verticalement en
12541  bas
12542 \end_layout
12543
12544 \begin_layout Standard
12545 En entrant un paramètre LaTeX, tous les réglages de cellule donnés dans
12546  la fenêtre de dialogue sont ignorés.
12547 \end_layout
12548
12549 \begin_layout Standard
12550 \begin_inset Note Greyedout
12551 status open
12552
12553 \begin_layout Plain Layout
12554
12555 \series bold
12556 Note:
12557 \series default
12558  À cause d'un bug, LyX affiche quand même les réglages qui ne sont pas pris
12559  en compte.
12560 \end_layout
12561
12562 \end_inset
12563
12564
12565 \end_layout
12566
12567 \begin_layout Standard
12568 Comme le texte doit être centré horizontalement, on ajoute la commande 
12569 \series bold
12570
12571 \backslash
12572 centering
12573 \series default
12574 .
12575  Vous pouvez maintenant ajouter le paramètre LaTeX suivant pour la première
12576  des colonnes recouvertes :
12577 \end_layout
12578
12579 \begin_layout Standard
12580
12581 \series bold
12582 >{
12583 \backslash
12584 centering}m{1.25cm-6.2pt}
12585 \end_layout
12586
12587 \begin_layout Standard
12588 La commande 
12589 \series bold
12590 >{ }
12591 \series default
12592  signifie que les commandes qui se trouvent entre les accolades doivent
12593  être appliquées avant que la cellule ne soit créée.
12594 \end_layout
12595
12596 \begin_layout Standard
12597 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12598  multi-colonne, il est toujours aligné à gauche.
12599  Cela vient du fait que LyX applique l'alignement seulement à des colonnes
12600  isolées.
12601  Nous devons donc utiliser le paramètre LaTeX suivant pour la multi-colonne
12602 \end_layout
12603
12604 \begin_layout Standard
12605
12606 \series bold
12607 >{
12608 \backslash
12609 centering}m{2.5cm}
12610 \end_layout
12611
12612 \begin_layout Subsection
12613 Multi-lignes
12614 \begin_inset CommandInset label
12615 LatexCommand label
12616 name "sub:Multi-lignes"
12617
12618 \end_inset
12619
12620
12621 \begin_inset Index idx
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625 Multi-lignes
12626 \end_layout
12627
12628 \end_inset
12629
12630
12631 \begin_inset Index idx
12632 status collapsed
12633
12634 \begin_layout Plain Layout
12635 Tableau ! Multi-ligne
12636 \end_layout
12637
12638 \end_inset
12639
12640
12641 \end_layout
12642
12643 \begin_layout Standard
12644 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12645  qu'elle doit couvrir et utilisez soit le bouton 
12646 \family sans
12647
12648 \begin_inset Info
12649 type  "icon"
12650 arg   "inset-modify tabular multirow"
12651 \end_inset
12652
12653
12654 \family default
12655  de la barre d'outils tableau, ou le menu 
12656 \family sans
12657 Éditer\SpecialChar \menuseparator
12658 Tableau\SpecialChar \menuseparator
12659 Multi-lignes
12660 \family default
12661 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12662  
12663 \family sans
12664 Multi-lignes
12665 \family default
12666 .
12667 \end_layout
12668
12669 \begin_layout Standard
12670 Voici un exemple de tableau avec une cellule multi-ligne en première colonne:
12671 \end_layout
12672
12673 \begin_layout Standard
12674 \align center
12675 \begin_inset Tabular
12676 <lyxtabular version="3" rows="3" columns="3">
12677 <features tabularvalignment="middle">
12678 <column alignment="center" valignment="top" width="0pt">
12679 <column alignment="center" valignment="top" width="0">
12680 <column alignment="center" valignment="top" width="0">
12681 <row>
12682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 un contenu long
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 b
12696 \end_layout
12697
12698 \end_inset
12699 </cell>
12700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704 c
12705 \end_layout
12706
12707 \end_inset
12708 </cell>
12709 </row>
12710 <row>
12711 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715 multi-ligne
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 e
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Plain Layout
12733 f
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 </row>
12739 <row>
12740 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 h
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 i
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 </lyxtabular>
12769
12770 \end_inset
12771
12772
12773 \end_layout
12774
12775 \begin_layout Standard
12776 La largeur de la cellule multi-ligne est déterminée par la largeur de toute
12777  la colonne.
12778  L'
12779 \family sans
12780 Espacement
12781 \begin_inset space ~
12782 \end_inset
12783
12784 vertical
12785 \family default
12786  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12787  est positive ou négative.
12788 \end_layout
12789
12790 \begin_layout Standard
12791 Si la colonne dans laquelle se trouve la multiligne n'a pas de largeur fixée
12792  explicitement, la cellule hérite de l'alignement de la colonne.
12793  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12794  implicite, vous devez redéfinir la commande 
12795 \series bold
12796
12797 \backslash
12798 multirowsetup
12799 \series default
12800  avec la commande
12801 \end_layout
12802
12803 \begin_layout Standard
12804
12805 \series bold
12806
12807 \backslash
12808 renewcommand{
12809 \backslash
12810 multirowsetup}{
12811 \backslash
12812 centering}
12813 \end_layout
12814
12815 \begin_layout Standard
12816 dans le préambule du document.
12817  Après ça, tous les contenus de cellules multi-lignes du document seront
12818  centrés.
12819  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12820  vous pouvez redéfinir la commande en l'insérant sous forme de code TeX
12821  juste avant le tableau concerné, plutôt que dans le préambule.
12822  Si le texte doit être aligné à droite, remplacez 
12823 \series bold
12824
12825 \backslash
12826 centering
12827 \series default
12828  par 
12829 \series bold
12830
12831 \backslash
12832 raggedleft
12833 \series default
12834 .
12835  Pour revenir à l'alignement à gauche utilisez 
12836 \series bold
12837
12838 \backslash
12839 raggedright
12840 \series default
12841 .
12842 \end_layout
12843
12844 \begin_layout Standard
12845 Voici un exemple de tableau avec une cellule multi-ligne alignée à droite
12846  avec un décalage vertical de -4
12847 \begin_inset space \thinspace{}
12848 \end_inset
12849
12850 mm dans une colonne de 3
12851 \begin_inset space \thinspace{}
12852 \end_inset
12853
12854 cm de large
12855 \begin_inset space ~
12856 \end_inset
12857
12858 :
12859 \end_layout
12860
12861 \begin_layout Standard
12862 \noindent
12863 \align center
12864 \begin_inset ERT
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868
12869
12870 \backslash
12871 renewcommand{
12872 \backslash
12873 multirowsetup}{
12874 \backslash
12875 raggedleft}
12876 \end_layout
12877
12878 \end_inset
12879
12880
12881 \begin_inset Tabular
12882 <lyxtabular version="3" rows="4" columns="3">
12883 <features tabularvalignment="middle">
12884 <column alignment="center" valignment="top" width="3cm">
12885 <column alignment="center" valignment="top" width="0">
12886 <column alignment="center" valignment="top" width="0">
12887 <row>
12888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12889 \begin_inset Text
12890
12891 \begin_layout Plain Layout
12892 un contenu long
12893 \end_layout
12894
12895 \end_inset
12896 </cell>
12897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12898 \begin_inset Text
12899
12900 \begin_layout Plain Layout
12901 b
12902 \end_layout
12903
12904 \end_inset
12905 </cell>
12906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12907 \begin_inset Text
12908
12909 \begin_layout Plain Layout
12910 c
12911 \end_layout
12912
12913 \end_inset
12914 </cell>
12915 </row>
12916 <row>
12917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12918 \begin_inset Text
12919
12920 \begin_layout Plain Layout
12921 t
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 n
12931 \end_layout
12932
12933 \end_inset
12934 </cell>
12935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12936 \begin_inset Text
12937
12938 \begin_layout Plain Layout
12939 m
12940 \end_layout
12941
12942 \end_inset
12943 </cell>
12944 </row>
12945 <row>
12946 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12947 \begin_inset Text
12948
12949 \begin_layout Plain Layout
12950 multi-ligne
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 e
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 f
12969 \end_layout
12970
12971 \end_inset
12972 </cell>
12973 </row>
12974 <row>
12975 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979
12980 \end_layout
12981
12982 \end_inset
12983 </cell>
12984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12985 \begin_inset Text
12986
12987 \begin_layout Plain Layout
12988 h
12989 \end_layout
12990
12991 \end_inset
12992 </cell>
12993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12994 \begin_inset Text
12995
12996 \begin_layout Plain Layout
12997 i
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 </row>
13003 </lyxtabular>
13004
13005 \end_inset
13006
13007
13008 \begin_inset ERT
13009 status collapsed
13010
13011 \begin_layout Plain Layout
13012
13013
13014 \backslash
13015 renewcommand{
13016 \backslash
13017 multirowsetup}{
13018 \backslash
13019 raggedright}
13020 \end_layout
13021
13022 \end_inset
13023
13024
13025 \end_layout
13026
13027 \begin_layout Standard
13028 Pour commencer une nouvelle ligne dans une cellule multi-ligne vous pouvez
13029  utiliser un saut de ligne forcé (
13030 \begin_inset space ~
13031 \end_inset
13032
13033 raccourci 
13034 \family sans
13035 Ctrl+Entrée
13036 \family default
13037
13038 \begin_inset space ~
13039 \end_inset
13040
13041 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
13042  on le voit dans ce tableau :
13043 \end_layout
13044
13045 \begin_layout Standard
13046 \noindent
13047 \align center
13048 \begin_inset Tabular
13049 <lyxtabular version="3" rows="3" columns="2">
13050 <features tabularvalignment="middle">
13051 <column alignment="left" valignment="middle" width="2cm">
13052 <column alignment="center" valignment="top" width="0">
13053 <row>
13054 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13055 \begin_inset Text
13056
13057 \begin_layout Plain Layout
13058 aaa
13059 \begin_inset Newline newline
13060 \end_inset
13061
13062 aaa
13063 \begin_inset Newline newline
13064 \end_inset
13065
13066 mauvaise cellule
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 ccc
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row>
13082 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095 ddd
13096 \end_layout
13097
13098 \end_inset
13099 </cell>
13100 </row>
13101 <row>
13102 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13103 \begin_inset Text
13104
13105 \begin_layout Plain Layout
13106 bbb
13107 \end_layout
13108
13109 \end_inset
13110 </cell>
13111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115 eee
13116 \end_layout
13117
13118 \end_inset
13119 </cell>
13120 </row>
13121 </lyxtabular>
13122
13123 \end_inset
13124
13125
13126 \end_layout
13127
13128 \begin_layout Standard
13129 Vous devez donc faire attention avec les saut de lignes forcés.
13130 \end_layout
13131
13132 \begin_layout Subsection
13133
13134 \lang english
13135 Cells with diagonal line(s)
13136 \end_layout
13137
13138 \begin_layout Standard
13139
13140 \lang english
13141 To tell the reader what is meant by column and row headings in a table,
13142  it is helpful to split the first cell of the table by one or two diagonal
13143  lines.
13144  This can be achieved by loading the LaTeX-package 
13145 \series bold
13146 diagbox
13147 \series default
13148 \lang french
13149
13150 \begin_inset Index idx
13151 status collapsed
13152
13153 \begin_layout Plain Layout
13154 Paquetages LaTeX ! diagbox
13155 \end_layout
13156
13157 \end_inset
13158
13159  
13160 \lang english
13161 in the document preamble.
13162  The package provides the command 
13163 \series bold
13164
13165 \backslash
13166 diagbox
13167 \series default
13168  that is inserted as TeX-Code and that can take 2 or 3
13169 \begin_inset space ~
13170 \end_inset
13171
13172 arguments:
13173 \end_layout
13174
13175 \begin_layout Standard
13176
13177 \series bold
13178 \lang english
13179
13180 \backslash
13181 diagbox[options]{lower left}{upper right}
13182 \end_layout
13183
13184 \begin_layout Standard
13185
13186 \series bold
13187 \lang english
13188
13189 \backslash
13190 diagbox[options]{lower left}{upper left}{upper right}
13191 \end_layout
13192
13193 \begin_layout Standard
13194
13195 \lang english
13196 The first scheme divides the cell by a single diagonal line and the arguments
13197  are placed below and above this line.
13198  The second scheme divides the cell by 2
13199 \begin_inset space ~
13200 \end_inset
13201
13202 lines.
13203 \end_layout
13204
13205 \begin_layout Standard
13206 \begin_inset ERT
13207 status collapsed
13208
13209 \begin_layout Plain Layout
13210
13211
13212 \backslash
13213 ifdiagbox
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \begin_inset Note Note
13220 status open
13221
13222 \begin_layout Plain Layout
13223 La section suivante ne s'affichera que si vous avez installé le paquetage
13224  LaTeX 
13225 \series bold
13226 diagbox
13227 \series default
13228 .
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \begin_layout Standard
13237
13238 \lang english
13239 Here is an example table where 
13240 \series bold
13241
13242 \backslash
13243 diagbox 
13244 \series default
13245 is used in the 2-argument scheme in the first cell:
13246 \begin_inset VSpace medskip
13247 \end_inset
13248
13249
13250 \end_layout
13251
13252 \begin_layout Standard
13253 \noindent
13254
13255 \lang english
13256 \begin_inset Tabular
13257 <lyxtabular version="3" rows="4" columns="4">
13258 <features tabularvalignment="middle">
13259 <column alignment="center" valignment="top" width="0">
13260 <column alignment="center" valignment="top" width="0">
13261 <column alignment="center" valignment="top" width="0">
13262 <column alignment="center" valignment="top" width="0">
13263 <row>
13264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13265 \begin_inset Text
13266
13267 \begin_layout Plain Layout
13268
13269 \lang english
13270 \begin_inset ERT
13271 status collapsed
13272
13273 \begin_layout Plain Layout
13274
13275
13276 \backslash
13277 diagbox{
13278 \end_layout
13279
13280 \end_inset
13281
13282 Name
13283 \begin_inset ERT
13284 status collapsed
13285
13286 \begin_layout Plain Layout
13287
13288 }{
13289 \end_layout
13290
13291 \end_inset
13292
13293 Parameter
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299 }
13300 \end_layout
13301
13302 \end_inset
13303
13304
13305 \end_layout
13306
13307 \end_inset
13308 </cell>
13309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13310 \begin_inset Text
13311
13312 \begin_layout Plain Layout
13313
13314 \lang english
13315 Thickness in nm
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324
13325 \lang english
13326 Transparency in %
13327 \end_layout
13328
13329 \end_inset
13330 </cell>
13331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13332 \begin_inset Text
13333
13334 \begin_layout Plain Layout
13335
13336 \lang english
13337 Hardness in MPa
13338 \end_layout
13339
13340 \end_inset
13341 </cell>
13342 </row>
13343 <row>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348
13349 \lang english
13350 Perfect Green
13351 \end_layout
13352
13353 \end_inset
13354 </cell>
13355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13356 \begin_inset Text
13357
13358 \begin_layout Plain Layout
13359
13360 \lang english
13361 45
13362 \end_layout
13363
13364 \end_inset
13365 </cell>
13366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13367 \begin_inset Text
13368
13369 \begin_layout Plain Layout
13370
13371 \lang english
13372 80
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381
13382 \lang english
13383 504
13384 \end_layout
13385
13386 \end_inset
13387 </cell>
13388 </row>
13389 <row>
13390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394
13395 \lang english
13396 Dark Multi-P
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405
13406 \lang english
13407 60
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416
13417 \lang english
13418 72
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427
13428 \lang english
13429 982
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 </row>
13435 <row>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440
13441 \lang english
13442 Crystal Clear Pro
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451
13452 \lang english
13453 18
13454 \end_layout
13455
13456 \end_inset
13457 </cell>
13458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462
13463 \lang english
13464 86
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473
13474 \lang english
13475 374
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 </row>
13481 </lyxtabular>
13482
13483 \end_inset
13484
13485
13486 \begin_inset VSpace medskip
13487 \end_inset
13488
13489
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \lang english
13495 The 3-argument scheme is for example useful for cross-tables of sports leagues
13496  or distances:
13497 \end_layout
13498
13499 \begin_layout Standard
13500 \noindent
13501 \align center
13502
13503 \lang english
13504 \begin_inset Tabular
13505 <lyxtabular version="3" rows="4" columns="4">
13506 <features tabularvalignment="middle">
13507 <column alignment="center" valignment="top" width="0pt">
13508 <column alignment="center" valignment="top" width="0">
13509 <column alignment="center" valignment="top" width="0">
13510 <column alignment="center" valignment="top" width="0">
13511 <row>
13512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516
13517 \lang english
13518 \begin_inset ERT
13519 status collapsed
13520
13521 \begin_layout Plain Layout
13522
13523
13524 \backslash
13525 diagbox{
13526 \end_layout
13527
13528 \end_inset
13529
13530 Team home
13531 \begin_inset ERT
13532 status collapsed
13533
13534 \begin_layout Plain Layout
13535
13536 }{
13537 \end_layout
13538
13539 \end_inset
13540
13541 Result
13542 \begin_inset ERT
13543 status collapsed
13544
13545 \begin_layout Plain Layout
13546
13547 }{
13548 \end_layout
13549
13550 \end_inset
13551
13552 Team away
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }
13559 \end_layout
13560
13561 \end_inset
13562
13563
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572
13573 \lang english
13574 Tigers
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583
13584 \lang english
13585 Panthers
13586 \end_layout
13587
13588 \end_inset
13589 </cell>
13590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13591 \begin_inset Text
13592
13593 \begin_layout Plain Layout
13594
13595 \lang english
13596 Falcons
13597 \end_layout
13598
13599 \end_inset
13600 </cell>
13601 </row>
13602 <row>
13603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13604 \begin_inset Text
13605
13606 \begin_layout Plain Layout
13607
13608 \lang english
13609 Tigers
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618
13619 \lang english
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
13630 \lang english
13631 1:3
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13637 \begin_inset Text
13638
13639 \begin_layout Plain Layout
13640
13641 \lang english
13642 0:1
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 </row>
13648 <row>
13649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13650 \begin_inset Text
13651
13652 \begin_layout Plain Layout
13653
13654 \lang english
13655 Panthers
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664
13665 \lang english
13666 3:1
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675
13676 \lang english
13677 ---
13678 \end_layout
13679
13680 \end_inset
13681 </cell>
13682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13683 \begin_inset Text
13684
13685 \begin_layout Plain Layout
13686
13687 \lang english
13688 0:0
13689 \end_layout
13690
13691 \end_inset
13692 </cell>
13693 </row>
13694 <row>
13695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13696 \begin_inset Text
13697
13698 \begin_layout Plain Layout
13699
13700 \lang english
13701 Falcons
13702 \end_layout
13703
13704 \end_inset
13705 </cell>
13706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13707 \begin_inset Text
13708
13709 \begin_layout Plain Layout
13710
13711 \lang english
13712 1:0
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13718 \begin_inset Text
13719
13720 \begin_layout Plain Layout
13721
13722 \lang english
13723 0:0
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \lang english
13734 ---
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 </lyxtabular>
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Standard
13748
13749 \lang english
13750 For larger cross-tables one might use split cells in 2 or every corner of
13751  the table like in this example:
13752 \end_layout
13753
13754 \begin_layout Standard
13755 \noindent
13756 \align center
13757
13758 \lang english
13759 \begin_inset Tabular
13760 <lyxtabular version="3" rows="5" columns="5">
13761 <features tabularvalignment="middle">
13762 <column alignment="center" valignment="top" width="0pt">
13763 <column alignment="center" valignment="top" width="0">
13764 <column alignment="center" valignment="top" width="0">
13765 <column alignment="center" valignment="top" width="0">
13766 <column alignment="center" valignment="top" width="0">
13767 <row>
13768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772
13773 \lang english
13774 \begin_inset ERT
13775 status open
13776
13777 \begin_layout Plain Layout
13778
13779
13780 \backslash
13781 diagbox{
13782 \end_layout
13783
13784 \end_inset
13785
13786 Team home
13787 \begin_inset ERT
13788 status collapsed
13789
13790 \begin_layout Plain Layout
13791
13792 }{
13793 \end_layout
13794
13795 \end_inset
13796
13797 Result
13798 \begin_inset ERT
13799 status collapsed
13800
13801 \begin_layout Plain Layout
13802
13803 }{
13804 \end_layout
13805
13806 \end_inset
13807
13808 Team away
13809 \begin_inset ERT
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 }
13815 \end_layout
13816
13817 \end_inset
13818
13819
13820 \end_layout
13821
13822 \end_inset
13823 </cell>
13824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13825 \begin_inset Text
13826
13827 \begin_layout Plain Layout
13828
13829 \lang english
13830 Tigers
13831 \end_layout
13832
13833 \end_inset
13834 </cell>
13835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13836 \begin_inset Text
13837
13838 \begin_layout Plain Layout
13839
13840 \lang english
13841 Panthers
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850
13851 \lang english
13852 Falcons
13853 \end_layout
13854
13855 \end_inset
13856 </cell>
13857 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13858 \begin_inset Text
13859
13860 \begin_layout Plain Layout
13861
13862 \lang english
13863 \begin_inset ERT
13864 status open
13865
13866 \begin_layout Plain Layout
13867
13868
13869 \backslash
13870 diagbox[dir=NE]{
13871 \end_layout
13872
13873 \end_inset
13874
13875 Team home
13876 \begin_inset ERT
13877 status collapsed
13878
13879 \begin_layout Plain Layout
13880
13881 }{
13882 \end_layout
13883
13884 \end_inset
13885
13886 Result
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892 }{
13893 \end_layout
13894
13895 \end_inset
13896
13897 Team away
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903 }
13904 \end_layout
13905
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919
13920 \lang english
13921 Tigers
13922 \end_layout
13923
13924 \end_inset
13925 </cell>
13926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13927 \begin_inset Text
13928
13929 \begin_layout Plain Layout
13930
13931 \lang english
13932 ---
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13938 \begin_inset Text
13939
13940 \begin_layout Plain Layout
13941
13942 \lang english
13943 1:3
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
13953 \lang english
13954 0:1
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963
13964 \lang english
13965 Tigers
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \lang english
13978 Panthers
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987
13988 \lang english
13989 3:1
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998
13999 \lang english
14000 ---
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009
14010 \lang english
14011 0:0
14012 \end_layout
14013
14014 \end_inset
14015 </cell>
14016 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020
14021 \lang english
14022 Panthers
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 </row>
14028 <row>
14029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14030 \begin_inset Text
14031
14032 \begin_layout Plain Layout
14033
14034 \lang english
14035 Falcons
14036 \end_layout
14037
14038 \end_inset
14039 </cell>
14040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14041 \begin_inset Text
14042
14043 \begin_layout Plain Layout
14044
14045 \lang english
14046 1:0
14047 \end_layout
14048
14049 \end_inset
14050 </cell>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055
14056 \lang english
14057 0:0
14058 \end_layout
14059
14060 \end_inset
14061 </cell>
14062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14063 \begin_inset Text
14064
14065 \begin_layout Plain Layout
14066
14067 \lang english
14068 ---
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
14074 \begin_inset Text
14075
14076 \begin_layout Plain Layout
14077
14078 \lang english
14079 Falcons
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090
14091 \lang english
14092 \begin_inset ERT
14093 status open
14094
14095 \begin_layout Plain Layout
14096
14097
14098 \backslash
14099 diagbox[dir=SW]{
14100 \end_layout
14101
14102 \end_inset
14103
14104 Team home
14105 \begin_inset ERT
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109
14110 }{
14111 \end_layout
14112
14113 \end_inset
14114
14115 Result
14116 \begin_inset ERT
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120
14121 }{
14122 \end_layout
14123
14124 \end_inset
14125
14126 Team away
14127 \begin_inset ERT
14128 status collapsed
14129
14130 \begin_layout Plain Layout
14131
14132 }
14133 \end_layout
14134
14135 \end_inset
14136
14137
14138 \end_layout
14139
14140 \end_inset
14141 </cell>
14142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14143 \begin_inset Text
14144
14145 \begin_layout Plain Layout
14146
14147 \lang english
14148 Tigers
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157
14158 \lang english
14159 Panthers
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168
14169 \lang english
14170 Falcons
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179
14180 \lang english
14181 \begin_inset ERT
14182 status open
14183
14184 \begin_layout Plain Layout
14185
14186
14187 \backslash
14188 diagbox[dir=SE]{
14189 \end_layout
14190
14191 \end_inset
14192
14193 Team home
14194 \begin_inset ERT
14195 status collapsed
14196
14197 \begin_layout Plain Layout
14198
14199 }{
14200 \end_layout
14201
14202 \end_inset
14203
14204 Result
14205 \begin_inset ERT
14206 status collapsed
14207
14208 \begin_layout Plain Layout
14209
14210 }{
14211 \end_layout
14212
14213 \end_inset
14214
14215 Team away
14216 \begin_inset ERT
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220
14221 }
14222 \end_layout
14223
14224 \end_inset
14225
14226
14227 \end_layout
14228
14229 \end_inset
14230 </cell>
14231 </row>
14232 </lyxtabular>
14233
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \begin_layout Standard
14240
14241 \lang english
14242 To rotate the diagonal lines, the command option 
14243 \series bold
14244 dir=direction
14245 \series default
14246  is used.
14247  
14248 \emph on
14249 direction
14250 \emph default
14251  is either 
14252 \series bold
14253 NE
14254 \series default
14255
14256 \series bold
14257 DE
14258 \series default
14259
14260 \series bold
14261 SW
14262 \series default
14263  or 
14264 \series bold
14265 NW
14266 \series default
14267  and represent a point of a compass.
14268  
14269 \series bold
14270 SW
14271 \series default
14272  is for example the south-west corner.
14273  Thus in the lower left cell of the above table the command
14274 \end_layout
14275
14276 \begin_layout Standard
14277
14278 \series bold
14279 \lang english
14280
14281 \backslash
14282 diagbox[dir=SW]{Team home}{Result}{Team away}
14283 \end_layout
14284
14285 \begin_layout Standard
14286
14287 \lang english
14288 is used.
14289  If no direction is given, it will be NW.
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \lang english
14295 The necessary width of split cells is automatically calculated.
14296  Thus if you set a fixed column width smaller than the calculated one, the
14297  cell's content will protrude the cell borders:
14298 \end_layout
14299
14300 \begin_layout Standard
14301 \noindent
14302 \align center
14303
14304 \lang english
14305 \begin_inset Tabular
14306 <lyxtabular version="3" rows="2" columns="2">
14307 <features tabularvalignment="middle">
14308 <column alignment="center" valignment="top" width="3cm">
14309 <column alignment="center" valignment="top" width="0">
14310 <row>
14311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14312 \begin_inset Text
14313
14314 \begin_layout Plain Layout
14315
14316 \lang english
14317 \begin_inset ERT
14318 status collapsed
14319
14320 \begin_layout Plain Layout
14321
14322
14323 \backslash
14324 diagbox{
14325 \end_layout
14326
14327 \end_inset
14328
14329 Name
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334
14335 }{
14336 \end_layout
14337
14338 \end_inset
14339
14340 Parameter
14341 \begin_inset ERT
14342 status collapsed
14343
14344 \begin_layout Plain Layout
14345
14346 }
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \end_layout
14353
14354 \end_inset
14355 </cell>
14356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14357 \begin_inset Text
14358
14359 \begin_layout Plain Layout
14360
14361 \lang english
14362 Thickness in nm
14363 \end_layout
14364
14365 \end_inset
14366 </cell>
14367 </row>
14368 <row>
14369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14370 \begin_inset Text
14371
14372 \begin_layout Plain Layout
14373
14374 \lang english
14375 Perfect Green
14376 \end_layout
14377
14378 \end_inset
14379 </cell>
14380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14381 \begin_inset Text
14382
14383 \begin_layout Plain Layout
14384
14385 \lang english
14386 45
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 </lyxtabular>
14393
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \begin_layout Standard
14400
14401 \lang english
14402 If you need a certain width for columns with a split cell, use the command
14403  option 
14404 \series bold
14405 width=3cm
14406 \series default
14407  (replace '3cm' by the width you need).
14408  In the following table the width of the first column is set to 4
14409 \begin_inset space \thinspace{}
14410 \end_inset
14411
14412 cm.
14413  For 
14414 \series bold
14415
14416 \backslash
14417 diagbox
14418 \series default
14419  a width of 4
14420 \begin_inset space \thinspace{}
14421 \end_inset
14422
14423 cm + 2
14424 \begin_inset space \thinspace{}
14425 \end_inset
14426
14427
14428 \backslash
14429 tabcolsep is necessary because the overall width is the width for the text
14430  (in this case the 4
14431 \begin_inset space \thinspace{}
14432 \end_inset
14433
14434 cm) plus two times the separation of the text and the cell border.
14435  The calculation of the width cannot be done in the command option of 
14436 \series bold
14437
14438 \backslash
14439 diagbox
14440 \series default
14441  so one needs to create a new length which can be used later.
14442  This is done with the TeX-Code commands
14443 \end_layout
14444
14445 \begin_layout Standard
14446
14447 \series bold
14448
14449 \backslash
14450 newlength{
14451 \backslash
14452 diagtest}
14453 \begin_inset Newline newline
14454 \end_inset
14455
14456
14457 \backslash
14458 setlength{
14459 \backslash
14460 diagtest}{4cm+2
14461 \backslash
14462 tabcolsep}
14463 \end_layout
14464
14465 \begin_layout Standard
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471
14472 \backslash
14473 newlength{
14474 \backslash
14475 diagtest}
14476 \end_layout
14477
14478 \begin_layout Plain Layout
14479
14480
14481 \backslash
14482 setlength{
14483 \backslash
14484 diagtest}{4cm+2
14485 \backslash
14486 tabcolsep}
14487 \end_layout
14488
14489 \end_inset
14490
14491
14492 \end_layout
14493
14494 \begin_layout Standard
14495
14496 \lang english
14497 To enable calculations in LaTeX one needs to load the package 
14498 \series bold
14499 calc
14500 \series default
14501 \lang french
14502
14503 \begin_inset Index idx
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Paquetages LaTeX ! calc
14508 \end_layout
14509
14510 \end_inset
14511
14512  
14513 \lang english
14514 in the document preamble.
14515 \end_layout
14516
14517 \begin_layout Standard
14518
14519 \lang english
14520 In this table you can now use the command
14521 \end_layout
14522
14523 \begin_layout Standard
14524
14525 \series bold
14526
14527 \backslash
14528 diagbox[width=
14529 \backslash
14530 diagtest]{A}{B}
14531 \end_layout
14532
14533 \begin_layout Standard
14534
14535 \lang english
14536 in the first cell:
14537 \end_layout
14538
14539 \begin_layout Standard
14540 \noindent
14541 \align center
14542
14543 \lang english
14544 \begin_inset Tabular
14545 <lyxtabular version="3" rows="2" columns="2">
14546 <features tabularvalignment="middle">
14547 <column alignment="center" valignment="top" width="4cm">
14548 <column alignment="center" valignment="top" width="0">
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554 \begin_inset ERT
14555 status open
14556
14557 \begin_layout Plain Layout
14558
14559
14560 \backslash
14561 diagbox[width=
14562 \backslash
14563 diagtest]{
14564 \end_layout
14565
14566 \end_inset
14567
14568 A
14569 \begin_inset ERT
14570 status collapsed
14571
14572 \begin_layout Plain Layout
14573
14574 }{
14575 \end_layout
14576
14577 \end_inset
14578
14579 B
14580 \begin_inset ERT
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584
14585 }
14586 \end_layout
14587
14588 \end_inset
14589
14590
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \lang english
14601 Thickness in nm
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 </row>
14607 <row>
14608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612
14613 \lang english
14614 Perfect Green
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623
14624 \lang english
14625 45
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 </lyxtabular>
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \begin_layout Standard
14639
14640 \lang english
14641 Note that the split cell needs to be the widest one in the column.
14642  Otherwise the length of the diagonal line cannot be calculated correctly
14643  like in this table:
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \noindent
14648 \align center
14649
14650 \lang english
14651 \begin_inset Tabular
14652 <lyxtabular version="3" rows="2" columns="2">
14653 <features tabularvalignment="middle">
14654 <column alignment="center" valignment="top" width="0pt">
14655 <column alignment="center" valignment="top" width="0">
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666
14667 \backslash
14668 diagbox{
14669 \end_layout
14670
14671 \end_inset
14672
14673 A
14674 \begin_inset ERT
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678
14679 }{
14680 \end_layout
14681
14682 \end_inset
14683
14684 B
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689
14690 }
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \end_layout
14697
14698 \end_inset
14699 </cell>
14700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14701 \begin_inset Text
14702
14703 \begin_layout Plain Layout
14704
14705 \lang english
14706 Thickness in nm
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717
14718 \lang english
14719 Perfect Green
14720 \end_layout
14721
14722 \end_inset
14723 </cell>
14724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14725 \begin_inset Text
14726
14727 \begin_layout Plain Layout
14728
14729 \lang english
14730 45
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 </lyxtabular>
14737
14738 \end_inset
14739
14740
14741 \end_layout
14742
14743 \begin_layout Standard
14744
14745 \lang english
14746 In this case use the 
14747 \series bold
14748 width
14749 \series default
14750  option of the 
14751 \series bold
14752
14753 \backslash
14754 diagbox
14755 \series default
14756  command.
14757  It is then not necessary to add 2
14758 \backslash
14759 tabcolsep because the cell width is now the width of the column.
14760  In this table a width of 3
14761 \begin_inset space \thinspace{}
14762 \end_inset
14763
14764 cm is used:
14765 \end_layout
14766
14767 \begin_layout Standard
14768 \noindent
14769 \align center
14770
14771 \lang english
14772 \begin_inset Tabular
14773 <lyxtabular version="3" rows="2" columns="2">
14774 <features tabularvalignment="middle">
14775 <column alignment="center" valignment="top" width="0pt">
14776 <column alignment="center" valignment="top" width="0">
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782 \begin_inset ERT
14783 status open
14784
14785 \begin_layout Plain Layout
14786
14787
14788 \backslash
14789 diagbox[width=3cm]{
14790 \end_layout
14791
14792 \end_inset
14793
14794 A
14795 \begin_inset ERT
14796 status collapsed
14797
14798 \begin_layout Plain Layout
14799
14800 }{
14801 \end_layout
14802
14803 \end_inset
14804
14805 B
14806 \begin_inset ERT
14807 status collapsed
14808
14809 \begin_layout Plain Layout
14810
14811 }
14812 \end_layout
14813
14814 \end_inset
14815
14816
14817 \end_layout
14818
14819 \end_inset
14820 </cell>
14821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14822 \begin_inset Text
14823
14824 \begin_layout Plain Layout
14825
14826 \lang english
14827 Thickness in nm
14828 \end_layout
14829
14830 \end_inset
14831 </cell>
14832 </row>
14833 <row>
14834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14835 \begin_inset Text
14836
14837 \begin_layout Plain Layout
14838
14839 \lang english
14840 Perfect Green
14841 \end_layout
14842
14843 \end_inset
14844 </cell>
14845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14846 \begin_inset Text
14847
14848 \begin_layout Plain Layout
14849
14850 \lang english
14851 45
14852 \end_layout
14853
14854 \end_inset
14855 </cell>
14856 </row>
14857 </lyxtabular>
14858
14859 \end_inset
14860
14861
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \lang english
14867 For multiple text lines in split cells one needs some extra height to fit
14868  the text to the cell.
14869  This can be achieved with the 
14870 \series bold
14871
14872 \backslash
14873 diagbox
14874 \series default
14875  option 
14876 \series bold
14877 height=3cm
14878 \series default
14879  (replace '3cm' by the height you need).
14880  In the following table the command
14881 \end_layout
14882
14883 \begin_layout Standard
14884
14885 \series bold
14886
14887 \backslash
14888 diagbox[width=3cm,height=1.4cm]{A
14889 \backslash
14890
14891 \backslash
14892 B}{C
14893 \backslash
14894
14895 \backslash
14896 D}
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \lang english
14902 is used in the first cell.
14903  The command 
14904 \series bold
14905
14906 \backslash
14907
14908 \backslash
14909
14910 \series default
14911  creates hereby the line break.
14912 \begin_inset Foot
14913 status collapsed
14914
14915 \begin_layout Plain Layout
14916
14917 \lang english
14918 Breaking lines with 
14919 \family sans
14920 Ctrl+Return
14921 \family default
14922  is only possible when the column has a fixed width.
14923 \end_layout
14924
14925 \end_inset
14926
14927
14928 \end_layout
14929
14930 \begin_layout Standard
14931 \noindent
14932 \align center
14933
14934 \lang english
14935 \begin_inset Tabular
14936 <lyxtabular version="3" rows="2" columns="2">
14937 <features tabularvalignment="middle">
14938 <column alignment="center" valignment="top" width="0">
14939 <column alignment="center" valignment="top" width="0">
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945 \begin_inset ERT
14946 status open
14947
14948 \begin_layout Plain Layout
14949
14950
14951 \backslash
14952 diagbox[width=3cm,height=1.4cm]{
14953 \end_layout
14954
14955 \end_inset
14956
14957 A
14958 \begin_inset ERT
14959 status collapsed
14960
14961 \begin_layout Plain Layout
14962
14963
14964 \backslash
14965
14966 \backslash
14967
14968 \end_layout
14969
14970 \end_inset
14971
14972 B
14973 \begin_inset ERT
14974 status collapsed
14975
14976 \begin_layout Plain Layout
14977
14978 }{
14979 \end_layout
14980
14981 \end_inset
14982
14983 C
14984 \begin_inset ERT
14985 status collapsed
14986
14987 \begin_layout Plain Layout
14988
14989
14990 \backslash
14991
14992 \backslash
14993
14994 \end_layout
14995
14996 \end_inset
14997
14998 D
14999 \begin_inset ERT
15000 status collapsed
15001
15002 \begin_layout Plain Layout
15003
15004 }
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018
15019 \lang english
15020 Thickness in nm
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \lang english
15033 Perfect Green
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042
15043 \lang english
15044 45
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 </row>
15050 </lyxtabular>
15051
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \begin_layout Standard
15058 \begin_inset ERT
15059 status collapsed
15060
15061 \begin_layout Plain Layout
15062
15063
15064 \backslash
15065 else
15066 \end_layout
15067
15068 \end_inset
15069
15070
15071 \begin_inset Note Note
15072 status open
15073
15074 \begin_layout Plain Layout
15075 Ce qui suit sera affiché si le paquetage LaTeX 
15076 \series bold
15077 diagbox
15078 \series default
15079  n'est pas installé :
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \begin_layout Standard
15088 Vous devez installer le paquetage LaTeX 
15089 \series bold
15090 diagbox
15091 \series default
15092  pour voir le contenu des cette section dans la sortie imprimée.
15093 \end_layout
15094
15095 \begin_layout Standard
15096 \begin_inset ERT
15097 status collapsed
15098
15099 \begin_layout Plain Layout
15100
15101
15102 \backslash
15103 fi
15104 \end_layout
15105
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \begin_layout Standard
15112
15113 \lang english
15114 For more info about the LaTeX-package 
15115 \series bold
15116 diagbox
15117 \series default
15118 , see its documentation
15119 \lang french
15120
15121 \begin_inset CommandInset citation
15122 LatexCommand cite
15123 key "diagbox"
15124
15125 \end_inset
15126
15127 .
15128 \end_layout
15129
15130 \begin_layout Section
15131 Les tableaux formels
15132 \begin_inset CommandInset label
15133 LatexCommand label
15134 name "sec:Tableaux-Formels"
15135
15136 \end_inset
15137
15138
15139 \begin_inset Index idx
15140 status collapsed
15141
15142 \begin_layout Plain Layout
15143 Tableau ! Formel
15144 \end_layout
15145
15146 \end_inset
15147
15148
15149 \end_layout
15150
15151 \begin_layout Standard
15152 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
15153  à celle du tableau
15154 \begin_inset space ~
15155 \end_inset
15156
15157
15158 \begin_inset CommandInset ref
15159 LatexCommand ref
15160 reference "tab:Exemple-tableau-booktabs"
15161
15162 \end_inset
15163
15164 .
15165  Ce genre de tableau est appelé 
15166 \begin_inset Quotes fld
15167 \end_inset
15168
15169
15170 \emph on
15171 formel
15172 \emph default
15173
15174 \begin_inset Quotes frd
15175 \end_inset
15176
15177 .
15178  Pour transformer un tableau en tableau formel, utilisez l'option 
15179 \family sans
15180 Formel
15181 \family default
15182  de l'onglet 
15183 \family sans
15184 Bordures
15185 \family default
15186  de la fenêtre de dialogue 
15187 \family sans
15188 Paramètres
15189 \begin_inset space ~
15190 \end_inset
15191
15192 du
15193 \begin_inset space ~
15194 \end_inset
15195
15196 tableau
15197 \family default
15198 .
15199 \end_layout
15200
15201 \begin_layout Standard
15202 \begin_inset Float table
15203 placement h
15204 wide false
15205 sideways false
15206 status open
15207
15208 \begin_layout Plain Layout
15209 \begin_inset Caption
15210
15211 \begin_layout Plain Layout
15212 \begin_inset CommandInset label
15213 LatexCommand label
15214 name "tab:Exemple-tableau-booktabs"
15215
15216 \end_inset
15217
15218 Exemple de tableau formel
15219 \end_layout
15220
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \begin_layout Plain Layout
15227 \align center
15228 \begin_inset Tabular
15229 <lyxtabular version="3" rows="8" columns="4">
15230 <features booktabs="true" tabularvalignment="middle">
15231 <column alignment="center" valignment="top" width="0">
15232 <column alignment="center" valignment="top" width="0">
15233 <column alignment="center" valignment="top" width="0">
15234 <column alignment="center" valignment="top" width="0">
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240 Système
15241 \end_layout
15242
15243 \end_inset
15244 </cell>
15245 <cell alignment="center" valignment="top" topline="true" usebox="none">
15246 \begin_inset Text
15247
15248 \begin_layout Plain Layout
15249 Chip
15250 \begin_inset space \thinspace{}
15251 \end_inset
15252
15253 1
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15259 \begin_inset Text
15260
15261 \begin_layout Plain Layout
15262 Chip
15263 \begin_inset space \thinspace{}
15264 \end_inset
15265
15266 2
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15272 \begin_inset Text
15273
15274 \begin_layout Plain Layout
15275
15276 \end_layout
15277
15278 \end_inset
15279 </cell>
15280 </row>
15281 <row>
15282 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15283 \begin_inset Text
15284
15285 \begin_layout Plain Layout
15286 \begin_inset ERT
15287 status collapsed
15288
15289 \begin_layout Plain Layout
15290
15291
15292 \backslash
15293 cmidrule(r){2-2}
15294 \end_layout
15295
15296 \end_inset
15297
15298
15299 \begin_inset ERT
15300 status collapsed
15301
15302 \begin_layout Plain Layout
15303
15304
15305 \backslash
15306 cmidrule(l){3-4}
15307 \end_layout
15308
15309 \end_inset
15310
15311 Épaisseur du capteur en µm
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 300
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329 300
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 700
15339 \end_layout
15340
15341 \end_inset
15342 </cell>
15343 </row>
15344 <row>
15345 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 Angle du biseau en °
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 3.55
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" topline="true" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367 2.71
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 <cell alignment="center" valignment="top" topline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376 7.99
15377 \end_layout
15378
15379 \end_inset
15380 </cell>
15381 </row>
15382 <row topspace="default">
15383 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 Résolution spatiale en µm
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396 4.26
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 10.17
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414 10.56
15415 \end_layout
15416
15417 \end_inset
15418 </cell>
15419 </row>
15420 <row topspace="default">
15421 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15422 \begin_inset Text
15423
15424 \begin_layout Plain Layout
15425 MTF à 
15426 \begin_inset Formula $f_{\mathrm{max}}$
15427 \end_inset
15428
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 0.53
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447 0.37
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 <cell alignment="center" valignment="top" usebox="none">
15453 \begin_inset Text
15454
15455 \begin_layout Plain Layout
15456 0.39
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row topspace="default">
15463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467 \begin_inset ERT
15468 status collapsed
15469
15470 \begin_layout Plain Layout
15471
15472
15473 \backslash
15474 cmidrule(l{10pt}){1-1}
15475 \end_layout
15476
15477 \end_inset
15478
15479 résolution spatiale LSF
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 <cell alignment="center" valignment="top" usebox="none">
15485 \begin_inset Text
15486
15487 \begin_layout Plain Layout
15488
15489 \end_layout
15490
15491 \end_inset
15492 </cell>
15493 <cell alignment="center" valignment="top" usebox="none">
15494 \begin_inset Text
15495
15496 \begin_layout Plain Layout
15497
15498 \end_layout
15499
15500 \end_inset
15501 </cell>
15502 <cell alignment="center" valignment="top" usebox="none">
15503 \begin_inset Text
15504
15505 \begin_layout Plain Layout
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 <row>
15513 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517 en µm
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 <cell alignment="center" valignment="top" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 129.7
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 52.75
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 <cell alignment="center" valignment="top" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544 50.78
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 en % de la taille des pixels
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 76.3
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15570 \begin_inset Text
15571
15572 \begin_layout Plain Layout
15573 95.9
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 92.3
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 </row>
15588 </lyxtabular>
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \begin_layout Standard
15601 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15602  
15603 \family sans
15604 Bordures
15605 \family default
15606  de la fenêtre de dialogue 
15607 \family sans
15608 Paramètres
15609 \begin_inset space ~
15610 \end_inset
15611
15612 du
15613 \begin_inset space ~
15614 \end_inset
15615
15616 tableau
15617 \family default
15618  comme c'est décrit dans la section
15619 \begin_inset space ~
15620 \end_inset
15621
15622
15623 \begin_inset CommandInset ref
15624 LatexCommand ref
15625 reference "sub:Espacement-lignes"
15626
15627 \end_inset
15628
15629 .
15630 \end_layout
15631
15632 \begin_layout Standard
15633 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15634  verticales.
15635  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15636  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15637  sortie imprimée :
15638 \begin_inset Newline newline
15639 \end_inset
15640
15641 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15642 \begin_inset space \thinspace{}
15643 \end_inset
15644
15645 em alors que les autres lignes ont implicite une épaisseur de 0.05
15646 \begin_inset space \thinspace{}
15647 \end_inset
15648
15649 em.
15650 \end_layout
15651
15652 \begin_layout Standard
15653 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15654  les lignes de préambule suivantes :
15655 \end_layout
15656
15657 \begin_layout Standard
15658
15659 \series bold
15660
15661 \backslash
15662 let
15663 \backslash
15664 mytoprule
15665 \backslash
15666 toprule
15667 \begin_inset Newline newline
15668 \end_inset
15669
15670
15671 \backslash
15672 renewcommand{
15673 \backslash
15674 toprule}{
15675 \backslash
15676 mytoprule[width]}
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Cet exemple concerne la première ligne, appelée 
15681 \series bold
15682 toprule
15683 \series default
15684 .
15685  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15686 \series bold
15687 toprule
15688 \series default
15689  par 
15690 \series bold
15691 bottomrule
15692 \series default
15693 .
15694  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15695  
15696 \series bold
15697 toprule
15698 \series default
15699  par 
15700 \series bold
15701 midrule
15702 \series default
15703 .
15704  Vous pouvez utiliser toutes les unités de longueur définies dans l'appendice
15705 \begin_inset space ~
15706 \end_inset
15707
15708
15709 \begin_inset CommandInset ref
15710 LatexCommand ref
15711 reference "cha:Unités-de-longueur"
15712
15713 \end_inset
15714
15715  pour préciser l'épaisseur voulue.
15716 \end_layout
15717
15718 \begin_layout Standard
15719 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15720  en mettant une ligne pour une cellule multi-colonne.
15721  LyX va utiliser en interne la commande 
15722 \series bold
15723
15724 \backslash
15725 cmidrule
15726 \series default
15727  pour créer cette ligne.
15728  Sa syntaxe complète est :
15729 \end_layout
15730
15731 \begin_layout Standard
15732
15733 \series bold
15734
15735 \backslash
15736 cmidrule[largeur](rognage){colDépart-colFin}
15737 \end_layout
15738
15739 \begin_layout Standard
15740 Les options de la commande 
15741 \series bold
15742
15743 \backslash
15744 cmidrule
15745 \series default
15746  ne sont pas actuellement gérées par LyX, vous devez donc utiliser du code
15747  TeX pour pouvoir les utiliser.
15748  On peut créer manuellement des lignes 
15749 \series bold
15750
15751 \backslash
15752 mitrales
15753 \series default
15754  en insérant la commande en code TeX comme le premier élément de la première
15755  cellule de la ligne.
15756  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15757  en question.
15758 \end_layout
15759
15760 \begin_layout Standard
15761 La valeur implicite pour l'épaisseur des lignes est de 0.03
15762 \begin_inset space \thinspace{}
15763 \end_inset
15764
15765 em.
15766  
15767 \series bold
15768 colDépart
15769 \series default
15770  est le numéro de la colonne dans laquelle la ligne commence et 
15771 \series bold
15772 colFin
15773 \series default
15774  est le numéro de la colonne dans laquelle elle se termine.
15775  La valeur de 
15776 \series bold
15777 colFin
15778 \series default
15779  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15780  Le paramètre optionnel 
15781 \series bold
15782 rognage
15783 \series default
15784  peut être soit 
15785 \emph on
15786 l{largeurRognage}
15787 \emph default
15788 , ou 
15789 \emph on
15790 r{largeurRognage}
15791 \emph default
15792  où les valeurs de
15793 \emph on
15794  largeurRognage
15795 \emph default
15796  sont aussi optionnelles.
15797  En utilisant par exemple la valeur 
15798 \emph on
15799 l{2pt}
15800 \emph default
15801  pour ce paramètre, la ligne va être rognée de 2
15802 \begin_inset space \thinspace{}
15803 \end_inset
15804
15805 pt à son extrémité gauche.
15806  Si vous ne spécifiez pas de valeur pour 
15807 \emph on
15808 largeurRognage
15809 \emph default
15810  les lignes sont implicitement rognées de 0.5
15811 \begin_inset space \thinspace{}
15812 \end_inset
15813
15814 em.
15815 \end_layout
15816
15817 \begin_layout Standard
15818 \begin_inset VSpace bigskip
15819 \end_inset
15820
15821 Le tableau
15822 \begin_inset space ~
15823 \end_inset
15824
15825
15826 \begin_inset CommandInset ref
15827 LatexCommand ref
15828 reference "tab:Exemple-tableau-booktabs"
15829
15830 \end_inset
15831
15832  a été créé en utilisant les commandes
15833 \end_layout
15834
15835 \begin_layout Standard
15836
15837 \series bold
15838
15839 \backslash
15840 cmidrule(r){2-2}
15841 \backslash
15842 cmidrule(l){3-4}
15843 \end_layout
15844
15845 \begin_layout Standard
15846 au début de la deuxième ligne et
15847 \end_layout
15848
15849 \begin_layout Standard
15850
15851 \series bold
15852
15853 \backslash
15854 cmidrule(l{10pt}){1-1}
15855 \end_layout
15856
15857 \begin_layout Standard
15858 au début de la sixième ligne.
15859 \end_layout
15860
15861 \begin_layout Standard
15862 \begin_inset VSpace bigskip
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \begin_layout Standard
15869 Vous pouvez vouloir des commandes 
15870 \series bold
15871
15872 \backslash
15873 cmidrule
15874 \series default
15875 s qui se recouvrent comme pour le tableau
15876 \begin_inset space ~
15877 \end_inset
15878
15879
15880 \begin_inset CommandInset ref
15881 LatexCommand ref
15882 reference "tab:Tableau-booktabs-special"
15883
15884 \end_inset
15885
15886 .
15887  On obtient ce résultat en utilisant la commande suivante en code TeX
15888 \end_layout
15889
15890 \begin_layout Standard
15891
15892 \series bold
15893
15894 \backslash
15895 morecmidrules
15896 \end_layout
15897
15898 \begin_layout Standard
15899 La commande qui a été utilisée pour la deuxième ligne du tableau
15900 \begin_inset space ~
15901 \end_inset
15902
15903
15904 \begin_inset CommandInset ref
15905 LatexCommand ref
15906 reference "tab:Tableau-booktabs-special"
15907
15908 \end_inset
15909
15910  est
15911 \end_layout
15912
15913 \begin_layout Standard
15914
15915 \series bold
15916
15917 \backslash
15918 cmidrule(r){2-2}
15919 \backslash
15920 cmidrule(l){3-4}
15921 \backslash
15922 morecmidrules
15923 \backslash
15924 cmidrule{2-4}
15925 \end_layout
15926
15927 \begin_layout Standard
15928 La commande pour la sixième ligne est
15929 \end_layout
15930
15931 \begin_layout Standard
15932
15933 \series bold
15934
15935 \backslash
15936 midrule
15937 \backslash
15938 morecmidrules
15939 \backslash
15940 cmidrule{3-4}
15941 \end_layout
15942
15943 \begin_layout Standard
15944 \begin_inset VSpace bigskip
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \begin_layout Standard
15951 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15952 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15953  font toute la largeur du tableau :
15954 \end_layout
15955
15956 \begin_layout Standard
15957
15958 \series bold
15959
15960 \backslash
15961 specialrule{largeur}{espace au dessus}{espace en dessous}
15962 \end_layout
15963
15964 \begin_layout Standard
15965 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15966  du paquetage LaTeX 
15967 \series bold
15968 booktabs
15969 \series default
15970  
15971 \begin_inset CommandInset citation
15972 LatexCommand cite
15973 key "booktabs"
15974
15975 \end_inset
15976
15977 .
15978 \begin_inset Index idx
15979 status collapsed
15980
15981 \begin_layout Plain Layout
15982 Paquetages LaTeX ! booktabs
15983 \end_layout
15984
15985 \end_inset
15986
15987
15988 \end_layout
15989
15990 \begin_layout Standard
15991 \begin_inset Float table
15992 placement h
15993 wide false
15994 sideways false
15995 status open
15996
15997 \begin_layout Plain Layout
15998 \begin_inset Caption
15999
16000 \begin_layout Plain Layout
16001 \begin_inset CommandInset label
16002 LatexCommand label
16003 name "tab:Tableau-booktabs-special"
16004
16005 \end_inset
16006
16007 Tableau formel spécial
16008 \end_layout
16009
16010 \end_inset
16011
16012
16013 \end_layout
16014
16015 \begin_layout Plain Layout
16016 \align center
16017 \begin_inset Tabular
16018 <lyxtabular version="3" rows="8" columns="4">
16019 <features booktabs="true" tabularvalignment="middle">
16020 <column alignment="center" valignment="top" width="0">
16021 <column alignment="center" valignment="top" width="0">
16022 <column alignment="center" valignment="top" width="0">
16023 <column alignment="center" valignment="top" width="0">
16024 <row>
16025 <cell alignment="center" valignment="top" topline="true" usebox="none">
16026 \begin_inset Text
16027
16028 \begin_layout Plain Layout
16029 Système
16030 \end_layout
16031
16032 \end_inset
16033 </cell>
16034 <cell alignment="center" valignment="top" topline="true" usebox="none">
16035 \begin_inset Text
16036
16037 \begin_layout Plain Layout
16038 Chip
16039 \begin_inset space \thinspace{}
16040 \end_inset
16041
16042 1
16043 \end_layout
16044
16045 \end_inset
16046 </cell>
16047 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
16048 \begin_inset Text
16049
16050 \begin_layout Plain Layout
16051 Chip
16052 \begin_inset space \thinspace{}
16053 \end_inset
16054
16055 2
16056 \end_layout
16057
16058 \end_inset
16059 </cell>
16060 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 </row>
16070 <row>
16071 <cell alignment="center" valignment="top" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset ERT
16076 status collapsed
16077
16078 \begin_layout Plain Layout
16079
16080
16081 \backslash
16082 cmidrule(r){2-2}
16083 \end_layout
16084
16085 \end_inset
16086
16087
16088 \begin_inset ERT
16089 status collapsed
16090
16091 \begin_layout Plain Layout
16092
16093
16094 \backslash
16095 cmidrule(l){3-4}
16096 \end_layout
16097
16098 \end_inset
16099
16100
16101 \begin_inset ERT
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105
16106
16107 \backslash
16108 morecmidrules 
16109 \end_layout
16110
16111 \end_inset
16112
16113
16114 \begin_inset ERT
16115 status collapsed
16116
16117 \begin_layout Plain Layout
16118
16119
16120 \backslash
16121 cmidrule{2-4}
16122 \end_layout
16123
16124 \end_inset
16125
16126 Epaisseur du capteur en µm
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 <cell alignment="center" valignment="top" usebox="none">
16132 \begin_inset Text
16133
16134 \begin_layout Plain Layout
16135 300
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell alignment="center" valignment="top" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 300
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 700
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164 Angle biseau en °
16165 \end_layout
16166
16167 \end_inset
16168 </cell>
16169 <cell alignment="center" valignment="top" topline="true" usebox="none">
16170 \begin_inset Text
16171
16172 \begin_layout Plain Layout
16173 3.55
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 <cell alignment="center" valignment="top" topline="true" usebox="none">
16179 \begin_inset Text
16180
16181 \begin_layout Plain Layout
16182 2.71
16183 \end_layout
16184
16185 \end_inset
16186 </cell>
16187 <cell alignment="center" valignment="top" topline="true" usebox="none">
16188 \begin_inset Text
16189
16190 \begin_layout Plain Layout
16191 7.99
16192 \end_layout
16193
16194 \end_inset
16195 </cell>
16196 </row>
16197 <row topspace="default">
16198 <cell alignment="center" valignment="top" usebox="none">
16199 \begin_inset Text
16200
16201 \begin_layout Plain Layout
16202 Résolution spatiale en µm
16203 \end_layout
16204
16205 \end_inset
16206 </cell>
16207 <cell alignment="center" valignment="top" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211 4.26
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 10.17
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 <cell alignment="center" valignment="top" usebox="none">
16226 \begin_inset Text
16227
16228 \begin_layout Plain Layout
16229 10.56
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 <row topspace="default">
16236 <cell alignment="center" valignment="top" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 MTF à 
16241 \begin_inset Formula $f_{\mathrm{max}}$
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 <cell alignment="center" valignment="top" usebox="none">
16250 \begin_inset Text
16251
16252 \begin_layout Plain Layout
16253 0.53
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 0.37
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 0.39
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 <row>
16278 <cell alignment="center" valignment="top" topline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset ERT
16283 status collapsed
16284
16285 \begin_layout Plain Layout
16286
16287
16288 \backslash
16289 morecmidrules 
16290 \end_layout
16291
16292 \end_inset
16293
16294
16295 \begin_inset ERT
16296 status collapsed
16297
16298 \begin_layout Plain Layout
16299
16300
16301 \backslash
16302 cmidrule{3-4}
16303 \end_layout
16304
16305 \end_inset
16306
16307 résolution spatiale LSF
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 <cell alignment="center" valignment="top" topline="true" usebox="none">
16313 \begin_inset Text
16314
16315 \begin_layout Plain Layout
16316
16317 \end_layout
16318
16319 \end_inset
16320 </cell>
16321 <cell alignment="center" valignment="top" topline="true" usebox="none">
16322 \begin_inset Text
16323
16324 \begin_layout Plain Layout
16325
16326 \end_layout
16327
16328 \end_inset
16329 </cell>
16330 <cell alignment="center" valignment="top" topline="true" usebox="none">
16331 \begin_inset Text
16332
16333 \begin_layout Plain Layout
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345 en µm
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 129.7
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 <cell alignment="center" valignment="top" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363 52.75
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 <cell alignment="center" valignment="top" usebox="none">
16369 \begin_inset Text
16370
16371 \begin_layout Plain Layout
16372 50.78
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 <row>
16379 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16380 \begin_inset Text
16381
16382 \begin_layout Plain Layout
16383 en % de la taille des pixels
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 76.3
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 95.9
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 92.3
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 </lyxtabular>
16417
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Section
16429 Alignement vertical des tableaux
16430 \begin_inset Index idx
16431 status collapsed
16432
16433 \begin_layout Plain Layout
16434 Tableau ! Alignement
16435 \end_layout
16436
16437 \end_inset
16438
16439
16440 \end_layout
16441
16442 \begin_layout Standard
16443 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16444  doit être à l'intérieur d'une boîte.
16445  La boîte peut alors être alignée comme c'est décrit dans la 
16446 \begin_inset space ~
16447 \end_inset
16448
16449
16450 \begin_inset CommandInset ref
16451 LatexCommand ref
16452 reference "sec:Boîte-Dialogue"
16453
16454 \end_inset
16455
16456 .
16457 \end_layout
16458
16459 \begin_layout Standard
16460 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16461  minipage
16462 \begin_inset Foot
16463 status open
16464
16465 \begin_layout Plain Layout
16466 Les minipages son décrites dans la section
16467 \begin_inset space ~
16468 \end_inset
16469
16470
16471 \begin_inset CommandInset ref
16472 LatexCommand ref
16473 reference "sec:Minipages"
16474
16475 \end_inset
16476
16477 .
16478 \end_layout
16479
16480 \end_inset
16481
16482  dont la largeur est de 15
16483 \begin_inset space \thinspace{}
16484 \end_inset
16485
16486 col% :
16487 \end_layout
16488
16489 \begin_layout Itemize
16490 test 
16491 \begin_inset Box Frameless
16492 position "t"
16493 hor_pos "c"
16494 has_inner_box 1
16495 inner_pos "c"
16496 use_parbox 0
16497 use_makebox 0
16498 width "15col%"
16499 special "none"
16500 height "1in"
16501 height_special "totalheight"
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Tabular
16506 <lyxtabular version="3" rows="3" columns="3">
16507 <features tabularvalignment="middle">
16508 <column alignment="center" valignment="top" width="0">
16509 <column alignment="center" valignment="top" width="0">
16510 <column alignment="center" valignment="top" width="0">
16511 <row>
16512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16513 \begin_inset Text
16514
16515 \begin_layout Plain Layout
16516 a
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 d
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 g
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 b
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 e
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 h
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 <row>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 c
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 f
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16589 \begin_inset Text
16590
16591 \begin_layout Plain Layout
16592 i
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 </row>
16598 </lyxtabular>
16599
16600 \end_inset
16601
16602
16603 \end_layout
16604
16605 \end_inset
16606
16607  test 
16608 \begin_inset ERT
16609 status collapsed
16610
16611 \begin_layout Plain Layout
16612
16613
16614 \backslash
16615 raisebox{0.85
16616 \backslash
16617 baselineskip}{
16618 \end_layout
16619
16620 \end_inset
16621
16622
16623 \begin_inset Box Frameless
16624 position "t"
16625 hor_pos "c"
16626 has_inner_box 1
16627 inner_pos "c"
16628 use_parbox 0
16629 use_makebox 0
16630 width "15col%"
16631 special "none"
16632 height "1in"
16633 height_special "totalheight"
16634 status collapsed
16635
16636 \begin_layout Plain Layout
16637 \begin_inset Tabular
16638 <lyxtabular version="3" rows="3" columns="3">
16639 <features tabularvalignment="middle">
16640 <column alignment="center" valignment="top" width="0">
16641 <column alignment="center" valignment="top" width="0">
16642 <column alignment="center" valignment="top" width="0">
16643 <row>
16644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16645 \begin_inset Text
16646
16647 \begin_layout Plain Layout
16648 a
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16654 \begin_inset Text
16655
16656 \begin_layout Plain Layout
16657 d
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 g
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 </row>
16672 <row>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 b
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 e
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 h
16696 \end_layout
16697
16698 \end_inset
16699 </cell>
16700 </row>
16701 <row>
16702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16703 \begin_inset Text
16704
16705 \begin_layout Plain Layout
16706 c
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 f
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 i
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 </lyxtabular>
16731
16732 \end_inset
16733
16734
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \begin_inset ERT
16741 status collapsed
16742
16743 \begin_layout Plain Layout
16744
16745 }
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \begin_layout Itemize
16754 test 
16755 \begin_inset Box Frameless
16756 position "c"
16757 hor_pos "c"
16758 has_inner_box 1
16759 inner_pos "c"
16760 use_parbox 0
16761 use_makebox 0
16762 width "15col%"
16763 special "none"
16764 height "1in"
16765 height_special "totalheight"
16766 status collapsed
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Tabular
16770 <lyxtabular version="3" rows="3" columns="3">
16771 <features tabularvalignment="middle">
16772 <column alignment="center" valignment="top" width="0">
16773 <column alignment="center" valignment="top" width="0">
16774 <column alignment="center" valignment="top" width="0">
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 a
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 d
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 g
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 </row>
16804 <row>
16805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 b
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818 e
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 h
16828 \end_layout
16829
16830 \end_inset
16831 </cell>
16832 </row>
16833 <row>
16834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16835 \begin_inset Text
16836
16837 \begin_layout Plain Layout
16838 c
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 f
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 i
16857 \end_layout
16858
16859 \end_inset
16860 </cell>
16861 </row>
16862 </lyxtabular>
16863
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \begin_layout Itemize
16875 test 
16876 \begin_inset Box Frameless
16877 position "b"
16878 hor_pos "c"
16879 has_inner_box 1
16880 inner_pos "c"
16881 use_parbox 0
16882 use_makebox 0
16883 width "15col%"
16884 special "none"
16885 height "1in"
16886 height_special "totalheight"
16887 status collapsed
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Tabular
16891 <lyxtabular version="3" rows="3" columns="3">
16892 <features tabularvalignment="middle">
16893 <column alignment="center" valignment="top" width="0">
16894 <column alignment="center" valignment="top" width="0">
16895 <column alignment="center" valignment="top" width="0">
16896 <row>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 a
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 d
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919 g
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 b
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 e
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 h
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 </row>
16954 <row>
16955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 c
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 f
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 i
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 </lyxtabular>
16984
16985 \end_inset
16986
16987
16988 \end_layout
16989
16990 \end_inset
16991
16992  test 
16993 \begin_inset ERT
16994 status collapsed
16995
16996 \begin_layout Plain Layout
16997
16998
16999 \backslash
17000 raisebox{-0.32
17001 \backslash
17002 baselineskip}{
17003 \end_layout
17004
17005 \end_inset
17006
17007
17008 \begin_inset Box Frameless
17009 position "b"
17010 hor_pos "c"
17011 has_inner_box 1
17012 inner_pos "c"
17013 use_parbox 0
17014 use_makebox 0
17015 width "15col%"
17016 special "none"
17017 height "1in"
17018 height_special "totalheight"
17019 status collapsed
17020
17021 \begin_layout Plain Layout
17022 \begin_inset Tabular
17023 <lyxtabular version="3" rows="3" columns="3">
17024 <features tabularvalignment="middle">
17025 <column alignment="center" valignment="top" width="0">
17026 <column alignment="center" valignment="top" width="0">
17027 <column alignment="center" valignment="top" width="0">
17028 <row>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 a
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 d
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 g
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 b
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 e
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 h
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 </row>
17086 <row>
17087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 c
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 f
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 i
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 </lyxtabular>
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123
17124
17125 \begin_inset ERT
17126 status collapsed
17127
17128 \begin_layout Plain Layout
17129
17130 }
17131 \end_layout
17132
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \begin_layout Standard
17139 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
17140  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17141  la ligne dans laquelle le tableau est inséré.
17142  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17143  boîte élévatrice (raisebox)
17144 \begin_inset Foot
17145 status collapsed
17146
17147 \begin_layout Plain Layout
17148 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17149 \begin_inset space ~
17150 \end_inset
17151
17152
17153 \begin_inset CommandInset ref
17154 LatexCommand ref
17155 reference "sub:Alignement-Vertical"
17156
17157 \end_inset
17158
17159 .
17160 \end_layout
17161
17162 \end_inset
17163
17164 .
17165  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17166  aligné en utilisant la commande en code TeX suivante 
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 raisebox{0.85
17175 \backslash
17176 baselineskip}{
17177 \end_layout
17178
17179 \begin_layout Standard
17180 placée juste avant la boîte minipage.
17181  Après la boîte on insère l'accolade fermante en code TeX.
17182  Pour le deuxième tableau de la dernière ligne, la commande 
17183 \end_layout
17184
17185 \begin_layout Standard
17186
17187 \series bold
17188
17189 \backslash
17190 raisebox{-0.32
17191 \backslash
17192 baselineskip}{
17193 \end_layout
17194
17195 \begin_layout Standard
17196 est utilisée.
17197 \end_layout
17198
17199 \begin_layout Standard
17200 \begin_inset Note Greyedout
17201 status open
17202
17203 \begin_layout Plain Layout
17204
17205 \series bold
17206 Note:
17207 \series default
17208  L'alignement entre le contenu de la ligne du tableau et le texte de la
17209  ligne qui l'entoure ne peut pas être parfait.
17210  Le facteur utilisé dans la commande 
17211 \series bold
17212
17213 \backslash
17214 raisebox
17215 \series default
17216  pour obtenir cet alignement dépend de la police de caractères du document,
17217  de la taille de la police et de l'épaisseur des lignes du tableau.
17218 \end_layout
17219
17220 \end_inset
17221
17222
17223 \end_layout
17224
17225 \begin_layout Section
17226 Tableaux colorés
17227 \begin_inset CommandInset label
17228 LatexCommand label
17229 name "sec:Tableaux-Colorés"
17230
17231 \end_inset
17232
17233
17234 \begin_inset Index idx
17235 status collapsed
17236
17237 \begin_layout Plain Layout
17238 Tableau ! Coloré
17239 \end_layout
17240
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \begin_layout Subsection
17247 Cellules colorées
17248 \begin_inset Index idx
17249 status collapsed
17250
17251 \begin_layout Plain Layout
17252 Couleur des tableaux ! Pour les cellules
17253 \end_layout
17254
17255 \end_inset
17256
17257
17258 \begin_inset Index idx
17259 status collapsed
17260
17261 \begin_layout Plain Layout
17262 Couleur ! Pour les cellules de tableau
17263 \end_layout
17264
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \begin_layout Standard
17271 \begin_inset Float table
17272 placement h
17273 wide false
17274 sideways false
17275 status open
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Caption
17279
17280 \begin_layout Plain Layout
17281 \begin_inset CommandInset label
17282 LatexCommand label
17283 name "tab:Tableau-coloré-sans-colortbl"
17284
17285 \end_inset
17286
17287 Tableau coloré sans utiliser le paquetage  
17288 \series bold
17289 colortbl
17290 \series default
17291
17292 \begin_inset Argument
17293 status open
17294
17295 \begin_layout Plain Layout
17296 Tableau sans colortbl
17297 \end_layout
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \end_inset
17305
17306
17307 \end_layout
17308
17309 \begin_layout Plain Layout
17310 \align center
17311 \begin_inset Tabular
17312 <lyxtabular version="3" rows="3" columns="3">
17313 <features tabularvalignment="middle">
17314 <column alignment="center" valignment="top" width="0">
17315 <column alignment="center" valignment="top" width="0">
17316 <column alignment="center" valignment="top" width="0">
17317 <row>
17318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17319 \begin_inset Text
17320
17321 \begin_layout Plain Layout
17322
17323 \color green
17324 a
17325 \end_layout
17326
17327 \end_inset
17328 </cell>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \color red
17335 b
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17341 \begin_inset Text
17342
17343 \begin_layout Plain Layout
17344
17345 \color red
17346 c
17347 \end_layout
17348
17349 \end_inset
17350 </cell>
17351 </row>
17352 <row>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357
17358 \color green
17359 d
17360 \end_layout
17361
17362 \end_inset
17363 </cell>
17364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17365 \begin_inset Text
17366
17367 \begin_layout Plain Layout
17368
17369 \color blue
17370 e
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \color blue
17381 f
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \color green
17394 g
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \color blue
17405 h
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \color blue
17416 i
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 </lyxtabular>
17423
17424 \end_inset
17425
17426
17427 \end_layout
17428
17429 \end_inset
17430
17431
17432 \end_layout
17433
17434 \begin_layout Standard
17435 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17436  et choisissez une couleur dans le menu 
17437 \family sans
17438 Éditer\SpecialChar \menuseparator
17439 Style
17440 \begin_inset space ~
17441 \end_inset
17442
17443 de
17444 \begin_inset space ~
17445 \end_inset
17446
17447 Texte
17448 \family default
17449 .
17450  C'est ce qui a été utilisé pour créer le tableau
17451 \begin_inset space ~
17452 \end_inset
17453
17454
17455 \begin_inset CommandInset ref
17456 LatexCommand ref
17457 reference "tab:Tableau-coloré-sans-colortbl"
17458
17459 \end_inset
17460
17461 .
17462  Dans tous les autres cas vous aurez à utiliser le paquetage LaTeX 
17463 \series bold
17464 colortbl
17465 \series default
17466 .
17467 \begin_inset Index idx
17468 status collapsed
17469
17470 \begin_layout Plain Layout
17471 Paquetages LaTeX ! colortbl
17472 \end_layout
17473
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Standard
17480 \begin_inset ERT
17481 status collapsed
17482
17483 \begin_layout Plain Layout
17484
17485
17486 \backslash
17487 ifcolortbl
17488 \end_layout
17489
17490 \end_inset
17491
17492
17493 \begin_inset Note Note
17494 status open
17495
17496 \begin_layout Plain Layout
17497 La section qui suit ne sera affichée que si vous avez installé le paquetage
17498  LaTeX 
17499 \series bold
17500 colortbl
17501 \series default
17502 .
17503 \end_layout
17504
17505 \end_inset
17506
17507
17508 \end_layout
17509
17510 \begin_layout Standard
17511 Pour créer des tableaux colorés, vous devez charger le paquetage
17512 \series bold
17513  colortbl
17514 \series default
17515  dans le préambule avec la ligne
17516 \end_layout
17517
17518 \begin_layout Standard
17519
17520 \series bold
17521
17522 \backslash
17523 usepackage{colortbl}
17524 \end_layout
17525
17526 \begin_layout Standard
17527 On choisit la couleur d'une colonne avec la commande 
17528 \end_layout
17529
17530 \begin_layout Standard
17531
17532 \series bold
17533
17534 \backslash
17535 columncolor{nom de couleur}
17536 \end_layout
17537
17538 \begin_layout Standard
17539 à l'intérieur d'une commande 
17540 \series bold
17541 >{ }
17542 \series default
17543 .
17544  Vous trouverez plus d'information sur la commande 
17545 \series bold
17546 >{}
17547 \series default
17548  dans la section
17549 \begin_inset space ~
17550 \end_inset
17551
17552
17553 \begin_inset CommandInset ref
17554 LatexCommand ref
17555 reference "sub:Calculs-multicolonnes"
17556
17557 \end_inset
17558
17559 .
17560 \end_layout
17561
17562 \begin_layout Standard
17563 Les noms de couleurs suivants sont prédéfinis :
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \family sans
17569 red
17570 \family default
17571  (rouge), 
17572 \family sans
17573 green
17574 \family default
17575  (vert), 
17576 \family sans
17577 yellow
17578 \family default
17579  (jaune), 
17580 \family sans
17581 blue
17582 \family default
17583  (bleu), 
17584 \family sans
17585 cyan
17586 \family default
17587
17588 \family sans
17589 magenta
17590 \family default
17591
17592 \family sans
17593 black 
17594 \family default
17595 (noir) et 
17596 \family sans
17597 white 
17598 \family default
17599 (blanc)
17600 \end_layout
17601
17602 \begin_layout Standard
17603 \begin_inset VSpace medskip
17604 \end_inset
17605
17606
17607 \end_layout
17608
17609 \begin_layout Standard
17610 Si vous ajoutez les options
17611 \end_layout
17612
17613 \begin_layout Standard
17614
17615 \series bold
17616 usenames,dvipsnames
17617 \end_layout
17618
17619 \begin_layout Standard
17620 aux options de la classe de document dans les paramètres du document, vous
17621  pouvez utiliser 61
17622 \begin_inset space ~
17623 \end_inset
17624
17625 couleurs supplémentaires.
17626  Ces couleurs sont listées dans l'appendice
17627 \begin_inset space ~
17628 \end_inset
17629
17630
17631 \begin_inset CommandInset ref
17632 LatexCommand ref
17633 reference "chap:Liste-de-noms-de-couleur-dvips"
17634
17635 \end_inset
17636
17637 .
17638  Une de ces couleurs, 
17639 \family sans
17640 Maroon
17641 \family default
17642 , est utilisée comme exemple dans le tableau
17643 \begin_inset space ~
17644 \end_inset
17645
17646
17647 \begin_inset CommandInset ref
17648 LatexCommand ref
17649 reference "tab:Tableau-coloré-avec-colortbl"
17650
17651 \end_inset
17652
17653 .
17654 \end_layout
17655
17656 \begin_layout Standard
17657 \begin_inset VSpace medskip
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \begin_layout Standard
17664 Vous pouvez aussi définir votre propre couleur avec la commande
17665 \end_layout
17666
17667 \begin_layout Standard
17668
17669 \series bold
17670
17671 \backslash
17672 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17673 \end_layout
17674
17675 \begin_layout Standard
17676 Le modèle de couleur peut être
17677 \end_layout
17678
17679 \begin_layout Labeling
17680 \labelwidthstring 00.00.0000
17681 cmyk
17682 \begin_inset space ~
17683 \end_inset
17684
17685 : cyan, magenta, jaune (yellow), noir (black)
17686 \end_layout
17687
17688 \begin_layout Labeling
17689 \labelwidthstring 00.00.0000
17690 rgb
17691 \begin_inset space ~
17692 \end_inset
17693
17694 : rouge (red), vert (green), bleu (blue)
17695 \end_layout
17696
17697 \begin_layout Labeling
17698 \labelwidthstring 00.00.0000
17699 gray
17700 \begin_inset space ~
17701 \end_inset
17702
17703 : dégradé de gris (gray)
17704 \end_layout
17705
17706 \begin_layout Standard
17707 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17708  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17709 \end_layout
17710
17711 \begin_layout Standard
17712 Vous pouvez par exemple définir la couleur 
17713 \begin_inset Quotes eld
17714 \end_inset
17715
17716
17717 \emph on
17718 vertfonce
17719 \begin_inset Quotes erd
17720 \end_inset
17721
17722  dans le préambule avec la ligne
17723 \end_layout
17724
17725 \begin_layout Standard
17726
17727 \series bold
17728
17729 \backslash
17730 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17731 \end_layout
17732
17733 \begin_layout Standard
17734 et la couleur "
17735 \emph on
17736 grisclair
17737 \emph default
17738 " avec
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744
17745 \backslash
17746 definecolor{grisclair}{gray}{0.8}
17747 \end_layout
17748
17749 \begin_layout Standard
17750 \begin_inset VSpace medskip
17751 \end_inset
17752
17753
17754 \end_layout
17755
17756 \begin_layout Standard
17757 Les lignes sont colorées avec la commande
17758 \end_layout
17759
17760 \begin_layout Standard
17761
17762 \series bold
17763
17764 \backslash
17765 rowcolor{nom de la couleur}
17766 \end_layout
17767
17768 \begin_layout Standard
17769 et les cellules sont colorées avec la commande
17770 \end_layout
17771
17772 \begin_layout Standard
17773
17774 \series bold
17775
17776 \backslash
17777 cellcolor{nom de la couleur}
17778 \end_layout
17779
17780 \begin_layout Standard
17781 Les deux commandes sont insérées au début d'une cellule comme du code TeX.
17782 \end_layout
17783
17784 \begin_layout Standard
17785 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17786  choisissez une couleur dans le menu 
17787 \family sans
17788 Éditer\SpecialChar \menuseparator
17789 Style
17790 \begin_inset space ~
17791 \end_inset
17792
17793 de
17794 \begin_inset space ~
17795 \end_inset
17796
17797 Texte
17798 \family default
17799 .
17800  Si une cellule contient du code TeX, faites bien attention à ne colorer
17801  que le texte, sinon le code TeX coloré provoquera des erreurs LaTeX.
17802 \end_layout
17803
17804 \begin_layout Standard
17805 \begin_inset Note Greyedout
17806 status open
17807
17808 \begin_layout Plain Layout
17809
17810 \series bold
17811 Note:
17812 \series default
17813  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17814  définies par l'utilisateur.
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 \begin_inset VSpace bigskip
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \begin_layout Standard
17830 Pour créer le tableau
17831 \begin_inset space ~
17832 \end_inset
17833
17834
17835 \begin_inset CommandInset ref
17836 LatexCommand ref
17837 reference "tab:Tableau-coloré-avec-colortbl"
17838
17839 \end_inset
17840
17841  faites ce qui suit : La couleur de la première colonne doit être 
17842 \emph on
17843 vertfonce
17844 \emph default
17845 .
17846  On insère donc la commande
17847 \end_layout
17848
17849 \begin_layout Standard
17850
17851 \series bold
17852 >{
17853 \backslash
17854 columncolor{vertfonce}
17855 \backslash
17856 centering}c
17857 \end_layout
17858
17859 \begin_layout Standard
17860 en code TeX pour cette colonne.
17861  La première ligne doit être bleue clair, d'où la commande en code TeX
17862 \end_layout
17863
17864 \begin_layout Standard
17865
17866 \series bold
17867
17868 \backslash
17869 rowcolor{cyan}
17870 \end_layout
17871
17872 \begin_layout Standard
17873 qui est insérée dans la première cellule de cette ligne.
17874  Notez que cela annule la couleur de colonne pour la première cellule.
17875  La dernière cellule de la dernière ligne est colorée en marron
17876 \series bold
17877  
17878 \series default
17879 en insérant en code TeX la commande
17880 \end_layout
17881
17882 \begin_layout Standard
17883
17884 \series bold
17885
17886 \backslash
17887 cellcolor{Maroon}
17888 \end_layout
17889
17890 \begin_layout Standard
17891 Les caractères peuvent maintenant être colorés en utilisant le menu 
17892 \family sans
17893 Éditer\SpecialChar \menuseparator
17894 Style
17895 \begin_inset space ~
17896 \end_inset
17897
17898 de
17899 \begin_inset space ~
17900 \end_inset
17901
17902 Texte
17903 \family default
17904 .
17905 \end_layout
17906
17907 \begin_layout Standard
17908 \begin_inset Float table
17909 placement h
17910 wide false
17911 sideways false
17912 status open
17913
17914 \begin_layout Plain Layout
17915 \begin_inset Caption
17916
17917 \begin_layout Plain Layout
17918 \begin_inset CommandInset label
17919 LatexCommand label
17920 name "tab:Tableau-coloré-avec-colortbl"
17921
17922 \end_inset
17923
17924 Tableau coloré en utilisant le paquetage 
17925 \series bold
17926 colortbl
17927 \series default
17928
17929 \begin_inset Argument
17930 status collapsed
17931
17932 \begin_layout Plain Layout
17933 Tableau avec colortbl
17934 \end_layout
17935
17936 \end_inset
17937
17938
17939 \end_layout
17940
17941 \end_inset
17942
17943
17944 \end_layout
17945
17946 \begin_layout Plain Layout
17947 \align center
17948 \begin_inset Tabular
17949 <lyxtabular version="3" rows="3" columns="3">
17950 <features tabularvalignment="middle">
17951 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
17952 <column alignment="center" valignment="top" width="0">
17953 <column alignment="center" valignment="top" width="0">
17954 <row>
17955 <cell alignment="center" valignment="top" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 \begin_inset ERT
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963
17964
17965 \backslash
17966 rowcolor{cyan}
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \color magenta
17973 a
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 <cell alignment="center" valignment="top" usebox="none">
17979 \begin_inset Text
17980
17981 \begin_layout Plain Layout
17982
17983 \color red
17984 b
17985 \end_layout
17986
17987 \end_inset
17988 </cell>
17989 <cell alignment="center" valignment="top" usebox="none">
17990 \begin_inset Text
17991
17992 \begin_layout Plain Layout
17993
17994 \color red
17995 c
17996 \end_layout
17997
17998 \end_inset
17999 </cell>
18000 </row>
18001 <row>
18002 <cell alignment="center" valignment="top" usebox="none">
18003 \begin_inset Text
18004
18005 \begin_layout Plain Layout
18006
18007 \color yellow
18008 d
18009 \end_layout
18010
18011 \end_inset
18012 </cell>
18013 <cell alignment="center" valignment="top" usebox="none">
18014 \begin_inset Text
18015
18016 \begin_layout Plain Layout
18017
18018 \color blue
18019 e
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 <cell alignment="center" valignment="top" usebox="none">
18025 \begin_inset Text
18026
18027 \begin_layout Plain Layout
18028
18029 \color blue
18030 f
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041
18042 \color yellow
18043 g
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 <cell alignment="center" valignment="top" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \color blue
18054 h
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 <cell alignment="center" valignment="top" usebox="none">
18060 \begin_inset Text
18061
18062 \begin_layout Plain Layout
18063 \begin_inset ERT
18064 status collapsed
18065
18066 \begin_layout Plain Layout
18067
18068
18069 \backslash
18070 cellcolor{Maroon}
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \color green
18077 i
18078 \end_layout
18079
18080 \end_inset
18081 </cell>
18082 </row>
18083 </lyxtabular>
18084
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \end_inset
18091
18092
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 else
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \begin_inset Note Note
18110 status open
18111
18112 \begin_layout Plain Layout
18113 Ce qui suit sera affiché si le paquetage 
18114 \series bold
18115 colortbl
18116 \series default
18117  n'est pas installé :
18118 \end_layout
18119
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \begin_layout Standard
18126 Vous devez installer le paquetage 
18127 \series bold
18128 colortbl
18129 \series default
18130  pour voir le contenu des cette section dans la sortie imprimée.
18131 \end_layout
18132
18133 \begin_layout Standard
18134 \begin_inset ERT
18135 status collapsed
18136
18137 \begin_layout Plain Layout
18138
18139
18140 \backslash
18141 fi
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Subsection
18150 Les filets colorées
18151 \begin_inset Index idx
18152 status collapsed
18153
18154 \begin_layout Plain Layout
18155 Tableau Coloré ! Pour les filets
18156 \end_layout
18157
18158 \end_inset
18159
18160
18161 \begin_inset Index idx
18162 status collapsed
18163
18164 \begin_layout Plain Layout
18165 Couleur ! Pour les filets des tableaux
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset Note Note
18172 status collapsed
18173
18174 \begin_layout Plain Layout
18175 on parle de filets plutôt que de lignes pour les tableaux
18176 \end_layout
18177
18178 \end_inset
18179
18180
18181 \end_layout
18182
18183 \begin_layout Standard
18184 Comme c'est décrit dans la section
18185 \begin_inset space ~
18186 \end_inset
18187
18188
18189 \begin_inset CommandInset ref
18190 LatexCommand ref
18191 reference "sub:Epaisseur-filets"
18192
18193 \end_inset
18194
18195 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18196  variable 
18197 \series bold
18198
18199 \backslash
18200 arrayrulewidth
18201 \series default
18202 .
18203  Elle est mise à 1.5
18204 \begin_inset space \thinspace{}
18205 \end_inset
18206
18207 pt pour tous les tableaux de cette section.
18208 \begin_inset ERT
18209 status collapsed
18210
18211 \begin_layout Plain Layout
18212
18213
18214 \backslash
18215 setlength{
18216 \backslash
18217 arrayrulewidth}{1.5pt}
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \begin_layout Standard
18226 Pour colorer les filets verticaux, par exemple en vert, créez le format
18227  de colonne suivant dans le préambule du document, en suivant la description
18228  de la section
18229 \begin_inset space ~
18230 \end_inset
18231
18232
18233 \begin_inset CommandInset ref
18234 LatexCommand ref
18235 reference "sub:Formats-personnalisés"
18236
18237 \end_inset
18238
18239 :
18240 \end_layout
18241
18242 \begin_layout Standard
18243
18244 \series bold
18245
18246 \backslash
18247 newcolumntype{W}{!{
18248 \backslash
18249 color{green}
18250 \backslash
18251 vline}}
18252 \end_layout
18253
18254 \begin_layout Standard
18255 Pour le tableau
18256 \begin_inset space ~
18257 \end_inset
18258
18259
18260 \begin_inset CommandInset ref
18261 LatexCommand ref
18262 reference "tab:Tableau-filets-verticaux-colorés"
18263
18264 \end_inset
18265
18266  le paramètre LaTeX
18267 \series bold
18268  WcW
18269 \series default
18270  a été utilisé pour la dernière colonne et
18271 \series bold
18272  Wc
18273 \series default
18274  pour les autres colonnes.
18275 \end_layout
18276
18277 \begin_layout Standard
18278 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18279 \end_layout
18280
18281 \begin_layout Standard
18282 \begin_inset Float table
18283 placement h
18284 wide false
18285 sideways false
18286 status open
18287
18288 \begin_layout Plain Layout
18289 \begin_inset Caption
18290
18291 \begin_layout Plain Layout
18292 \begin_inset CommandInset label
18293 LatexCommand label
18294 name "tab:Tableau-filets-verticaux-colorés"
18295
18296 \end_inset
18297
18298 Tableau avec filets verticaux colorés
18299 \end_layout
18300
18301 \end_inset
18302
18303
18304 \end_layout
18305
18306 \begin_layout Plain Layout
18307 \align center
18308 \begin_inset Tabular
18309 <lyxtabular version="3" rows="3" columns="3">
18310 <features tabularvalignment="middle">
18311 <column alignment="center" valignment="top" width="0" special="Wc">
18312 <column alignment="center" valignment="top" width="0" special="Wc">
18313 <column alignment="center" valignment="top" width="0" special="WcW">
18314 <row>
18315 <cell alignment="center" valignment="top" topline="true" usebox="none">
18316 \begin_inset Text
18317
18318 \begin_layout Plain Layout
18319 sd
18320 \end_layout
18321
18322 \end_inset
18323 </cell>
18324 <cell alignment="center" valignment="top" topline="true" usebox="none">
18325 \begin_inset Text
18326
18327 \begin_layout Plain Layout
18328
18329 \end_layout
18330
18331 \end_inset
18332 </cell>
18333 <cell alignment="center" valignment="top" topline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337
18338 \end_layout
18339
18340 \end_inset
18341 </cell>
18342 </row>
18343 <row>
18344 <cell alignment="center" valignment="top" topline="true" usebox="none">
18345 \begin_inset Text
18346
18347 \begin_layout Plain Layout
18348
18349 \end_layout
18350
18351 \end_inset
18352 </cell>
18353 <cell alignment="center" valignment="top" topline="true" usebox="none">
18354 \begin_inset Text
18355
18356 \begin_layout Plain Layout
18357 sd
18358 \end_layout
18359
18360 \end_inset
18361 </cell>
18362 <cell alignment="center" valignment="top" topline="true" usebox="none">
18363 \begin_inset Text
18364
18365 \begin_layout Plain Layout
18366
18367 \end_layout
18368
18369 \end_inset
18370 </cell>
18371 </row>
18372 <row>
18373 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18374 \begin_inset Text
18375
18376 \begin_layout Plain Layout
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 sd
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 </row>
18401 </lyxtabular>
18402
18403 \end_inset
18404
18405
18406 \end_layout
18407
18408 \end_inset
18409
18410
18411 \end_layout
18412
18413 \begin_layout Standard
18414 \begin_inset VSpace bigskip
18415 \end_inset
18416
18417 Pour colorer les filets horizontaux en rouge comme pour le tableau
18418 \begin_inset space ~
18419 \end_inset
18420
18421
18422 \begin_inset CommandInset ref
18423 LatexCommand ref
18424 reference "tab:Tableau-filet-horizontaux-colorés"
18425
18426 \end_inset
18427
18428 , insérez les commandes suivantes en code TeX juste avant le tableau ou
18429  le flottant de tableau :
18430 \end_layout
18431
18432 \begin_layout Standard
18433
18434 \series bold
18435
18436 \backslash
18437 let
18438 \backslash
18439 myHlineC
18440 \backslash
18441 hline
18442 \begin_inset Newline newline
18443 \end_inset
18444
18445
18446 \backslash
18447 renewcommand{
18448 \backslash
18449 hline}
18450 \begin_inset Newline newline
18451 \end_inset
18452
18453
18454 \begin_inset Phantom HPhantom
18455 status open
18456
18457 \begin_layout Plain Layout
18458
18459 \series bold
18460 \begin_inset space ~
18461 \end_inset
18462
18463
18464 \end_layout
18465
18466 \end_inset
18467
18468 {
18469 \backslash
18470 arrayrulecolor{red}
18471 \backslash
18472 myHlineC
18473 \backslash
18474 arrayrulecolor{black}}
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \begin_inset ERT
18479 status collapsed
18480
18481 \begin_layout Plain Layout
18482
18483
18484 \backslash
18485 let
18486 \backslash
18487 myHlineC
18488 \backslash
18489 hline
18490 \end_layout
18491
18492 \begin_layout Plain Layout
18493
18494
18495 \backslash
18496 renewcommand{
18497 \backslash
18498 hline}
18499 \end_layout
18500
18501 \begin_layout Plain Layout
18502
18503  {
18504 \backslash
18505 arrayrulecolor{red}
18506 \backslash
18507 myHlineC
18508 \backslash
18509 arrayrulecolor{black}}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \begin_inset Float table
18516 placement h
18517 wide false
18518 sideways false
18519 status open
18520
18521 \begin_layout Plain Layout
18522 \begin_inset Caption
18523
18524 \begin_layout Plain Layout
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "tab:Tableau-filet-horizontaux-colorés"
18528
18529 \end_inset
18530
18531 Tableau avec filets horizontaux colorés
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \begin_layout Plain Layout
18540 \align center
18541 \begin_inset Tabular
18542 <lyxtabular version="3" rows="3" columns="3">
18543 <features tabularvalignment="middle">
18544 <column alignment="center" valignment="top" width="0">
18545 <column alignment="center" valignment="top" width="0">
18546 <column alignment="center" valignment="top" width="0">
18547 <row>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 sd
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 </row>
18576 <row>
18577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18587 \begin_inset Text
18588
18589 \begin_layout Plain Layout
18590 sd
18591 \end_layout
18592
18593 \end_inset
18594 </cell>
18595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18596 \begin_inset Text
18597
18598 \begin_layout Plain Layout
18599
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 </row>
18605 <row>
18606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18616 \begin_inset Text
18617
18618 \begin_layout Plain Layout
18619
18620 \end_layout
18621
18622 \end_inset
18623 </cell>
18624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18625 \begin_inset Text
18626
18627 \begin_layout Plain Layout
18628 sd
18629 \end_layout
18630
18631 \end_inset
18632 </cell>
18633 </row>
18634 </lyxtabular>
18635
18636 \end_inset
18637
18638
18639 \end_layout
18640
18641 \end_inset
18642
18643
18644 \end_layout
18645
18646 \begin_layout Standard
18647 Pour revenir à la couleur noire implicite, insérez la commande suivante
18648  en code TeX, juste après le tableau ou le flottant de tableau :
18649 \end_layout
18650
18651 \begin_layout Standard
18652
18653 \series bold
18654
18655 \backslash
18656 renewcommand{
18657 \backslash
18658 hline}{
18659 \backslash
18660 myHlineC}
18661 \end_layout
18662
18663 \begin_layout Standard
18664 Le tableau
18665 \begin_inset space ~
18666 \end_inset
18667
18668
18669 \begin_inset CommandInset ref
18670 LatexCommand ref
18671 reference "tab:Tableau-avec-filets-colorés"
18672
18673 \end_inset
18674
18675  est un exemple avec des filets horizontaux et verticaux colorés.
18676 \end_layout
18677
18678 \begin_layout Standard
18679 \begin_inset Float table
18680 placement h
18681 wide false
18682 sideways false
18683 status open
18684
18685 \begin_layout Plain Layout
18686 \begin_inset Caption
18687
18688 \begin_layout Plain Layout
18689 \begin_inset CommandInset label
18690 LatexCommand label
18691 name "tab:Tableau-avec-filets-colorés"
18692
18693 \end_inset
18694
18695 Tableau avec filets horizontaux et verticaux colorés
18696 \end_layout
18697
18698 \end_inset
18699
18700
18701 \end_layout
18702
18703 \begin_layout Plain Layout
18704 \align center
18705 \begin_inset Tabular
18706 <lyxtabular version="3" rows="3" columns="3">
18707 <features tabularvalignment="middle">
18708 <column alignment="center" valignment="top" width="0" special="Wc">
18709 <column alignment="center" valignment="top" width="0" special="Wc">
18710 <column alignment="center" valignment="top" width="0" special="WcW">
18711 <row>
18712 <cell alignment="center" valignment="top" topline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 sd
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 <cell alignment="center" valignment="top" topline="true" usebox="none">
18722 \begin_inset Text
18723
18724 \begin_layout Plain Layout
18725
18726 \end_layout
18727
18728 \end_inset
18729 </cell>
18730 <cell alignment="center" valignment="top" topline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 <row>
18741 <cell alignment="center" valignment="top" topline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 <cell alignment="center" valignment="top" topline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754 sd
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \end_layout
18765
18766 \end_inset
18767 </cell>
18768 </row>
18769 <row topspace="default">
18770 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774
18775 \end_layout
18776
18777 \end_inset
18778 </cell>
18779 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18780 \begin_inset Text
18781
18782 \begin_layout Plain Layout
18783
18784 \end_layout
18785
18786 \end_inset
18787 </cell>
18788 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792 sd
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 </row>
18798 </lyxtabular>
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \end_inset
18806
18807
18808 \end_layout
18809
18810 \begin_layout Standard
18811 \begin_inset ERT
18812 status collapsed
18813
18814 \begin_layout Plain Layout
18815
18816
18817 \backslash
18818 renewcommand{
18819 \backslash
18820 hline}{
18821 \backslash
18822 myHlineC}
18823 \end_layout
18824
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \begin_layout Standard
18831 \begin_inset ERT
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835
18836
18837 \backslash
18838 setlength{
18839 \backslash
18840 arrayrulewidth}{0.4pt}
18841 \end_layout
18842
18843 \end_inset
18844
18845
18846 \end_layout
18847
18848 \begin_layout Section
18849
18850 \lang english
18851 Table Width Calculation
18852 \begin_inset CommandInset label
18853 LatexCommand label
18854 name "sec:Table-Width-Calculation"
18855
18856 \end_inset
18857
18858
18859 \end_layout
18860
18861 \begin_layout Standard
18862
18863 \lang english
18864 For wide tables it is sometimes difficult to assure that the table does
18865  not protrude over the page margin.
18866  Setting a fixed width for every column of the table is the solution, but
18867  what amount of space is needed for each column?
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \lang english
18873 The table width 
18874 \begin_inset Formula $W_{\mathrm{table}}$
18875 \end_inset
18876
18877  can be calculated: Every column has the width of the specified column width
18878  
18879 \begin_inset Formula $W_{\mathrm{column}}$
18880 \end_inset
18881
18882  (that the content of the column can consume) plus two times the separation
18883  between the column content and the column border (LaTeX length
18884 \series bold
18885  
18886 \backslash
18887 tabcolsep
18888 \series default
18889 , default 6
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 pt) plus the width of a border line (LaTeX length 
18894 \series bold
18895
18896 \backslash
18897 arrayrulewidth
18898 \series default
18899 , default 0.4
18900 \begin_inset space \thinspace{}
18901 \end_inset
18902
18903 pt): So if all 
18904 \begin_inset Formula $n$
18905 \end_inset
18906
18907
18908 \begin_inset space ~
18909 \end_inset
18910
18911 columns have the same width, the table width is
18912 \lang french
18913
18914 \begin_inset Formula 
18915 \begin{equation}
18916 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
18917 \end{equation}
18918
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \begin_layout Standard
18925
18926 \lang english
18927 The available width for a table is the space between the page margins or
18928  the width of a text column (for a two-column document) (LaTeX length 
18929 \series bold
18930
18931 \backslash
18932 columnwidth
18933 \series default
18934 ).
18935  If all table columns should have the same width and 
18936 \begin_inset Formula $W_{\mathrm{table}}$
18937 \end_inset
18938
18939  should be 1
18940 \begin_inset space \thinspace{}
18941 \end_inset
18942
18943
18944 \backslash
18945 columnwidth, 
18946 \begin_inset Formula $W_{\mathrm{column}}$
18947 \end_inset
18948
18949  can easily be calculated.
18950 \end_layout
18951
18952 \begin_layout Standard
18953
18954 \lang english
18955 To be able to perform calculations you need to load the LaTeX-package 
18956 \series bold
18957 calc
18958 \series default
18959 \lang french
18960
18961 \begin_inset Index idx
18962 status collapsed
18963
18964 \begin_layout Plain Layout
18965 Paquetages LaTeX ! calc
18966 \end_layout
18967
18968 \end_inset
18969
18970
18971 \lang english
18972  in the document preamble.
18973  To set the width in the table dialog you have to use the field 
18974 \family sans
18975 LaTeX argument
18976 \family default
18977 .
18978  The command scheme for this field is the same that is explained in section
18979 \begin_inset space ~
18980 \end_inset
18981
18982
18983 \lang french
18984
18985 \begin_inset CommandInset ref
18986 LatexCommand ref
18987 reference "sub:Calculs-multicolonnes"
18988
18989 \end_inset
18990
18991
18992 \lang english
18993 .
18994  For a table with 5
18995 \begin_inset space \thinspace{}
18996 \end_inset
18997
18998 columns with an uniform width and centered text, enter there for each column
18999  the command
19000 \end_layout
19001
19002 \begin_layout Standard
19003
19004 \series bold
19005 >{
19006 \backslash
19007 centering}p{(1
19008 \backslash
19009 columnwidth-62.4pt)/5}
19010 \end_layout
19011
19012 \begin_layout Standard
19013
19014 \lang english
19015 For a table with 5
19016 \begin_inset space \thinspace{}
19017 \end_inset
19018
19019 columns where 2 should have 0.75
19020 \begin_inset space ~
19021 \end_inset
19022
19023 times the width than the 3 others, the calculation is
19024 \end_layout
19025
19026 \begin_layout Standard
19027 \begin_inset Formula 
19028 \begin{align}
19029 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19030  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19031  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
19032 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19033 \end{align}
19034
19035 \end_inset
19036
19037
19038 \end_layout
19039
19040 \begin_layout Standard
19041
19042 \lang english
19043 In the table therefore the command
19044 \end_layout
19045
19046 \begin_layout Standard
19047
19048 \series bold
19049 >{
19050 \backslash
19051 centering}p{(1
19052 \backslash
19053 columnwidth-62.4pt)/
19054 \backslash
19055 real{4.5}}
19056 \end_layout
19057
19058 \begin_layout Standard
19059
19060 \lang english
19061 is used for the wider columns and
19062 \end_layout
19063
19064 \begin_layout Standard
19065
19066 \series bold
19067 >{
19068 \backslash
19069 centering}p{(1
19070 \backslash
19071 columnwidth-62.4pt)/
19072 \backslash
19073 real{4.5}*
19074 \backslash
19075 real{0.75}}
19076 \end_layout
19077
19078 \begin_layout Standard
19079
19080 \lang english
19081 for the smaller ones:
19082 \end_layout
19083
19084 \begin_layout Standard
19085 \begin_inset Tabular
19086 <lyxtabular version="3" rows="2" columns="5">
19087 <features tabularvalignment="middle">
19088 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19089 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19090 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19091 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
19092 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
19093 <row>
19094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19095 \begin_inset Text
19096
19097 \begin_layout Plain Layout
19098 1
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 2
19108 \end_layout
19109
19110 \end_inset
19111 </cell>
19112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 3
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 4
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134 5
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145 111111 1111111 111111 111111111 11111 11111 1111
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163 2222 22222 222222 222222222 2222222 22 22222
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 333333 333333 333333 33333 3333333 333
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 </row>
19187 </lyxtabular>
19188
19189 \end_inset
19190
19191
19192 \end_layout
19193
19194 \begin_layout Section
19195 Personnalisation des tableaux
19196 \begin_inset Index idx
19197 status collapsed
19198
19199 \begin_layout Plain Layout
19200 Tableau ! Personnalisation
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \begin_inset Index idx
19207 status collapsed
19208
19209 \begin_layout Plain Layout
19210 Personnalisation des tableaux
19211 \end_layout
19212
19213 \end_inset
19214
19215
19216 \end_layout
19217
19218 \begin_layout Subsection
19219 Espacement des lignes
19220 \begin_inset CommandInset label
19221 LatexCommand label
19222 name "sub:Espacement-lignes"
19223
19224 \end_inset
19225
19226
19227 \begin_inset Index idx
19228 status collapsed
19229
19230 \begin_layout Plain Layout
19231 Personnalisation des tableaux ! Espacement des lignes
19232 \end_layout
19233
19234 \end_inset
19235
19236
19237 \end_layout
19238
19239 \begin_layout Standard
19240 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
19241  l'onglet 
19242 \family sans
19243 Bordures
19244 \family default
19245  de la fenêtre de dialogue 
19246 \family sans
19247 Paramètres
19248 \begin_inset space ~
19249 \end_inset
19250
19251 du
19252 \begin_inset space ~
19253 \end_inset
19254
19255 tableau
19256 \family default
19257 .
19258  Vous y trouverez trois possibilités :
19259 \end_layout
19260
19261 \begin_layout Description
19262 Haut
19263 \begin_inset space ~
19264 \end_inset
19265
19266 de
19267 \begin_inset space ~
19268 \end_inset
19269
19270 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
19271  Si le tableau est un tableau formel
19272 \begin_inset Foot
19273 status collapsed
19274
19275 \begin_layout Plain Layout
19276 Les tableaux formels sont décrits dans la section
19277 \begin_inset space ~
19278 \end_inset
19279
19280
19281 \begin_inset CommandInset ref
19282 LatexCommand ref
19283 reference "sec:Tableaux-Formels"
19284
19285 \end_inset
19286
19287 .
19288 \end_layout
19289
19290 \end_inset
19291
19292  LyX va insérer implicitement un espace de 0.5
19293 \begin_inset space \thinspace{}
19294 \end_inset
19295
19296 em.
19297  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
19298  les filets verticaux comme dans le tableau suivant :
19299 \begin_inset VSpace medskip
19300 \end_inset
19301
19302
19303 \begin_inset Newline newline
19304 \end_inset
19305
19306
19307 \begin_inset space \hspace*{}
19308 \length 0pt
19309 \end_inset
19310
19311
19312 \begin_inset space \hfill{}
19313 \end_inset
19314
19315
19316 \begin_inset Tabular
19317 <lyxtabular version="3" rows="3" columns="1">
19318 <features tabularvalignment="middle">
19319 <column alignment="center" valignment="top" width="0">
19320 <row>
19321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19322 \begin_inset Text
19323
19324 \begin_layout Plain Layout
19325 A
19326 \end_layout
19327
19328 \end_inset
19329 </cell>
19330 </row>
19331 <row topspace="3mm">
19332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19333 \begin_inset Text
19334
19335 \begin_layout Plain Layout
19336 espace de 3
19337 \begin_inset space \thinspace{}
19338 \end_inset
19339
19340 mm en haut de la ligne
19341 \end_layout
19342
19343 \end_inset
19344 </cell>
19345 </row>
19346 <row>
19347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 C
19352 \end_layout
19353
19354 \end_inset
19355 </cell>
19356 </row>
19357 </lyxtabular>
19358
19359 \end_inset
19360
19361
19362 \begin_inset space \hfill{}
19363 \end_inset
19364
19365
19366 \begin_inset space \hspace*{}
19367 \length 0pt
19368 \end_inset
19369
19370
19371 \begin_inset VSpace medskip
19372 \end_inset
19373
19374
19375 \begin_inset Newline newline
19376 \end_inset
19377
19378 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
19379  pas de filets verticaux.
19380 \end_layout
19381
19382 \begin_layout Description
19383 Bas
19384 \begin_inset space ~
19385 \end_inset
19386
19387 de
19388 \begin_inset space ~
19389 \end_inset
19390
19391 ligne va ajouter de l'espace sous les caractères de la ligne.
19392  Si le tableau est un tableau formel LyX va insérer implicitement un espace
19393  de 0.5
19394 \begin_inset space \thinspace{}
19395 \end_inset
19396
19397 em, pour les tableaux normaux, l'espace implicite est de 2
19398 \begin_inset space \thinspace{}
19399 \end_inset
19400
19401 pt.
19402 \end_layout
19403
19404 \begin_layout Description
19405 Entre
19406 \begin_inset space ~
19407 \end_inset
19408
19409 les
19410 \begin_inset space ~
19411 \end_inset
19412
19413 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
19414  Si le tableau est un tableau formel LyX va insérer implicitement un espace
19415  de 0.5
19416 \begin_inset space \thinspace{}
19417 \end_inset
19418
19419 em.
19420  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
19421  les filets verticaux comme dans le tableau suivant :
19422 \begin_inset VSpace medskip
19423 \end_inset
19424
19425
19426 \begin_inset Newline newline
19427 \end_inset
19428
19429
19430 \begin_inset space \hspace*{}
19431 \length 0pt
19432 \end_inset
19433
19434
19435 \begin_inset space \hfill{}
19436 \end_inset
19437
19438
19439 \begin_inset Tabular
19440 <lyxtabular version="3" rows="3" columns="1">
19441 <features tabularvalignment="middle">
19442 <column alignment="center" valignment="top" width="0">
19443 <row>
19444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19445 \begin_inset Text
19446
19447 \begin_layout Plain Layout
19448 A
19449 \end_layout
19450
19451 \end_inset
19452 </cell>
19453 </row>
19454 <row interlinespace="3mm">
19455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19456 \begin_inset Text
19457
19458 \begin_layout Plain Layout
19459 \begin_inset Formula $\downarrow$
19460 \end_inset
19461
19462  espace de 3
19463 \begin_inset space \thinspace{}
19464 \end_inset
19465
19466 mm entre les lignes 
19467 \begin_inset Formula $\downarrow$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481 \begin_inset Formula $\uparrow$
19482 \end_inset
19483
19484  espace de 3
19485 \begin_inset space \thinspace{}
19486 \end_inset
19487
19488 mm entre les lignes 
19489 \begin_inset Formula $\uparrow$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 </lyxtabular>
19499
19500 \end_inset
19501
19502
19503 \begin_inset space \hfill{}
19504 \end_inset
19505
19506
19507 \begin_inset space \hspace*{}
19508 \length 0pt
19509 \end_inset
19510
19511
19512 \begin_inset VSpace medskip
19513 \end_inset
19514
19515
19516 \begin_inset Newline newline
19517 \end_inset
19518
19519 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
19520  pas de filets verticaux.
19521 \end_layout
19522
19523 \begin_layout Standard
19524 \begin_inset VSpace bigskip
19525 \end_inset
19526
19527 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
19528  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
19529  dans le préambule :
19530 \end_layout
19531
19532 \begin_layout Standard
19533
19534 \series bold
19535
19536 \backslash
19537 @ifundefined{extrarowheight}
19538 \begin_inset Newline newline
19539 \end_inset
19540
19541
19542 \begin_inset Phantom HPhantom
19543 status open
19544
19545 \begin_layout Plain Layout
19546
19547 \series bold
19548 \begin_inset space ~
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555
19556 {
19557 \backslash
19558 usepackage{array}}{}
19559 \begin_inset Newline newline
19560 \end_inset
19561
19562
19563 \backslash
19564 setlength{
19565 \backslash
19566 extrarowheight}{height}
19567 \end_layout
19568
19569 \begin_layout Standard
19570 Mais ceci présente le défaut que le texte des cellules de tableau n'est
19571  plus exactement centré verticalement.
19572  (le paquetage 
19573 \series bold
19574 array 
19575 \series default
19576 sera chargé automatiquement par LyX quand vous utilisez des formats de tableaux
19577  auto-définis.
19578  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
19579  
19580 \series bold
19581
19582 \backslash
19583 @ifundefined
19584 \series default
19585  dans la commande précédente.)
19586 \end_layout
19587
19588 \begin_layout Standard
19589 Si vous utilisez des polices de taille plus grande que la taille normale,
19590  les bordures des tableaux sont souvent trop proches du texte.
19591  On peut corriger ce problème en insérant la commande 
19592 \series bold
19593
19594 \begin_inset space \space{}
19595 \end_inset
19596
19597
19598 \backslash
19599 strut
19600 \series default
19601  en code TeX au debut d'une ligne du tableau.
19602  Le tableau
19603 \begin_inset space ~
19604 \end_inset
19605
19606
19607 \begin_inset CommandInset ref
19608 LatexCommand ref
19609 reference "tab:Alignement-vertical"
19610
19611 \end_inset
19612
19613  montre l'effet de cette commande.
19614 \end_layout
19615
19616 \begin_layout Standard
19617 \noindent
19618 \begin_inset Float table
19619 placement h
19620 wide false
19621 sideways false
19622 status open
19623
19624 \begin_layout Plain Layout
19625 \begin_inset Caption
19626
19627 \begin_layout Plain Layout
19628 \begin_inset CommandInset label
19629 LatexCommand label
19630 name "tab:Alignement-vertical"
19631
19632 \end_inset
19633
19634 Alignement vertical d'un texte avec une police de grande taille.
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Plain Layout
19643 \begin_inset space \hfill{}
19644 \end_inset
19645
19646
19647 \begin_inset Float table
19648 wide false
19649 sideways false
19650 status collapsed
19651
19652 \begin_layout Plain Layout
19653 \begin_inset Caption
19654
19655 \begin_layout Plain Layout
19656 Tableau normal.
19657 \end_layout
19658
19659 \end_inset
19660
19661
19662 \end_layout
19663
19664 \begin_layout Plain Layout
19665 \noindent
19666 \align center
19667 \begin_inset Tabular
19668 <lyxtabular version="3" rows="6" columns="1">
19669 <features tabularvalignment="middle">
19670 <column alignment="left" valignment="top" width="0">
19671 <row>
19672 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676 Normal, g
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \size large
19689 Large
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 </row>
19695 <row>
19696 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700
19701 \size larger
19702 Larger
19703 \end_layout
19704
19705 \end_inset
19706 </cell>
19707 </row>
19708 <row>
19709 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19710 \begin_inset Text
19711
19712 \begin_layout Plain Layout
19713
19714 \size largest
19715 Largest
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \size huge
19728 Huge
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 </row>
19734 <row>
19735 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19736 \begin_inset Text
19737
19738 \begin_layout Plain Layout
19739
19740 \size huge
19741 Huger
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 </lyxtabular>
19748
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755
19756
19757 \begin_inset space \hfill{}
19758 \end_inset
19759
19760
19761 \begin_inset Float table
19762 wide false
19763 sideways false
19764 status collapsed
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Caption
19768
19769 \begin_layout Plain Layout
19770 Tableau utilisant la commande 
19771 \series bold
19772
19773 \backslash
19774 strut
19775 \series default
19776 .
19777 \end_layout
19778
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \begin_layout Plain Layout
19785 \noindent
19786 \align center
19787 \begin_inset Tabular
19788 <lyxtabular version="3" rows="6" columns="1">
19789 <features tabularvalignment="middle">
19790 <column alignment="left" valignment="top" width="0">
19791 <row>
19792 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 Normal, g
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \size large
19809 \begin_inset ERT
19810 status collapsed
19811
19812 \begin_layout Plain Layout
19813
19814
19815 \backslash
19816 strut 
19817 \end_layout
19818
19819 \end_inset
19820
19821 Large
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \size larger
19834 \begin_inset ERT
19835 status collapsed
19836
19837 \begin_layout Plain Layout
19838
19839
19840 \backslash
19841 strut 
19842 \end_layout
19843
19844 \end_inset
19845
19846 Larger
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \size largest
19859 \begin_inset ERT
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863
19864
19865 \backslash
19866 strut 
19867 \end_layout
19868
19869 \end_inset
19870
19871 Largest
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \size huge
19884 \begin_inset ERT
19885 status collapsed
19886
19887 \begin_layout Plain Layout
19888
19889
19890 \backslash
19891 strut 
19892 \end_layout
19893
19894 \end_inset
19895
19896 Huge
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \size giant
19909 \begin_inset ERT
19910 status collapsed
19911
19912 \begin_layout Plain Layout
19913
19914
19915 \backslash
19916 strut 
19917 \end_layout
19918
19919 \end_inset
19920
19921
19922 \size huge
19923 Huger
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 </lyxtabular>
19930
19931 \end_inset
19932
19933
19934 \end_layout
19935
19936 \end_inset
19937
19938
19939 \begin_inset space \hfill{}
19940 \end_inset
19941
19942
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 \begin_inset Newpage newpage
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \begin_layout Subsection
19958 Alignements de cellules spéciaux
19959 \begin_inset CommandInset label
19960 LatexCommand label
19961 name "sub:Alignements-de-cellules"
19962
19963 \end_inset
19964
19965
19966 \begin_inset Index idx
19967 status collapsed
19968
19969 \begin_layout Plain Layout
19970 Personnalisation des tableaux ! Alignement de cellules spéciaux
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \begin_layout Standard
19979 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
19980  cellules sur un caractère donné, par exemple le séparateur décimal comme
19981  dans le tableau
19982 \begin_inset space ~
19983 \end_inset
19984
19985
19986 \begin_inset CommandInset ref
19987 LatexCommand ref
19988 reference "tab:Tableau-centré-sur-séparateur-1"
19989
19990 \end_inset
19991
19992 .
19993  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
19994  soit en appuyant sur le bouton 
19995 \begin_inset Graphics
19996         filename ../../images/tabular-feature_align-decimal.png
19997         scale 85
19998         scaleBeforeRotation
19999
20000 \end_inset
20001
20002 de la barre d'outils ou en modifiant le paramètre 
20003 \family sans
20004 Alignement horizontal
20005 \family default
20006  à 
20007 \family sans
20008 Au séparateur décimal
20009 \family default
20010 .
20011  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20012  dans les paramètres du tableau.
20013 \end_layout
20014
20015 \begin_layout Standard
20016 \begin_inset Float table
20017 placement h
20018 wide false
20019 sideways false
20020 status open
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Caption
20024
20025 \begin_layout Plain Layout
20026 \begin_inset CommandInset label
20027 LatexCommand label
20028 name "tab:Tableau-centré-sur-séparateur-1"
20029
20030 \end_inset
20031
20032 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Plain Layout
20041 \align center
20042 \begin_inset Tabular
20043 <lyxtabular version="3" rows="4" columns="1">
20044 <features booktabs="true" tabularvalignment="middle">
20045 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20046 <row>
20047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 en-tête
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 12,6
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 0,68
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 -123,0
20085 \end_layout
20086
20087 \end_inset
20088 </cell>
20089 </row>
20090 </lyxtabular>
20091
20092 \end_inset
20093
20094
20095 \end_layout
20096
20097 \end_inset
20098
20099
20100 \end_layout
20101
20102 \begin_layout Standard
20103 \begin_inset Float table
20104 placement h
20105 wide false
20106 sideways false
20107 status open
20108
20109 \begin_layout Plain Layout
20110 \begin_inset Caption
20111
20112 \begin_layout Plain Layout
20113 \begin_inset CommandInset label
20114 LatexCommand label
20115 name "tab:Tableau-centré-sur-séparateur-2"
20116
20117 \end_inset
20118
20119 Les cellules d'une colonnes sont centrées sur les opérateurs.
20120 \end_layout
20121
20122 \end_inset
20123
20124
20125 \end_layout
20126
20127 \begin_layout Plain Layout
20128 \align center
20129 \begin_inset Tabular
20130 <lyxtabular version="3" rows="4" columns="2">
20131 <features booktabs="true" tabularvalignment="middle">
20132 <column alignment="right" valignment="top" width="0pt">
20133 <column alignment="left" valignment="top" width="0pt" special="@{}l">
20134 <row>
20135 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139 en-tête
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 <row>
20155 <cell alignment="center" valignment="top" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Formula $12\,+$
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 <cell alignment="center" valignment="top" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171 \begin_inset Formula $\,6$
20172 \end_inset
20173
20174
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 </row>
20180 <row>
20181 <cell alignment="center" valignment="top" usebox="none">
20182 \begin_inset Text
20183
20184 \begin_layout Plain Layout
20185 \begin_inset Formula $0\,-$
20186 \end_inset
20187
20188
20189 \end_layout
20190
20191 \end_inset
20192 </cell>
20193 <cell alignment="center" valignment="top" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 \begin_inset Formula $\,68$
20198 \end_inset
20199
20200
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 </row>
20206 <row>
20207 <cell alignment="center" valignment="top" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 \begin_inset Formula $-123\,/$
20212 \end_inset
20213
20214
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\,0$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 </lyxtabular>
20233
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \begin_layout Standard
20245 L'alignement sur un caractère ne fonctionne pas avec des formules parce
20246  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
20247  formules.
20248  Dans ce cas on doit utiliser la méthode du tableau
20249 \begin_inset space ~
20250 \end_inset
20251
20252
20253 \begin_inset CommandInset ref
20254 LatexCommand ref
20255 reference "tab:Tableau-centré-sur-séparateur-2"
20256
20257 \end_inset
20258
20259 .
20260  Ce tableau a été créé comme un tableau 4×2.
20261  L'en-tête est une cellule multi-colonne centrée.
20262  La première colonne est alignée à droite et contient la première partie
20263  et inclue l'opérateur.
20264  La seconde colonne contient le reste de la cellule aligné à gauche.
20265  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
20266  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
20267  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
20268  tableau, le paramètre LaTeX suivant a été utilisé pour la deuxième colonne
20269  :
20270 \end_layout
20271
20272 \begin_layout Standard
20273
20274 \series bold
20275 @{}l
20276 \end_layout
20277
20278 \begin_layout Standard
20279 Le tableau
20280 \begin_inset space ~
20281 \end_inset
20282
20283
20284 \begin_inset CommandInset ref
20285 LatexCommand ref
20286 reference "tab:Plusieurs-exemples-alignements"
20287
20288 \end_inset
20289
20290  montre quelques exemples d'alignements.
20291  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
20292  comme pour la deuxième colonne du tableau
20293 \begin_inset space ~
20294 \end_inset
20295
20296
20297 \begin_inset CommandInset ref
20298 LatexCommand ref
20299 reference "tab:Tableau-centré-sur-séparateur-2"
20300
20301 \end_inset
20302
20303 .
20304 \end_layout
20305
20306 \begin_layout Standard
20307 \begin_inset Float table
20308 wide false
20309 sideways false
20310 status open
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Caption
20314
20315 \begin_layout Plain Layout
20316 \begin_inset CommandInset label
20317 LatexCommand label
20318 name "tab:Plusieurs-exemples-alignements"
20319
20320 \end_inset
20321
20322 Plusieurs exemples d'alignement de cellules.
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Plain Layout
20331 \align center
20332 \begin_inset Tabular
20333 <lyxtabular version="3" rows="4" columns="6">
20334 <features tabularvalignment="middle">
20335 <column alignment="right" valignment="top" width="0">
20336 <column alignment="left" valignment="top" width="0" special="@{}l">
20337 <column alignment="right" valignment="top" width="0">
20338 <column alignment="left" valignment="top" width="0" special="@{}l">
20339 <column alignment="right" valignment="top" width="0">
20340 <column alignment="left" valignment="top" width="0" special="@{}l">
20341 <row>
20342 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 unités
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364 exposants
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 relations
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 12×
20403 \end_layout
20404
20405 \end_inset
20406 </cell>
20407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411 24
20412 \begin_inset space \thinspace{}
20413 \end_inset
20414
20415 bouteilles
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 \begin_inset Formula $10\cdot$
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \end_inset
20431 </cell>
20432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436 \begin_inset Formula $10^{\mbox{-}17}$
20437 \end_inset
20438
20439
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\Gamma(t)\propto$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\:\Upsilon(t)$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474 1024×
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20480 \begin_inset Text
20481
20482 \begin_layout Plain Layout
20483 768
20484 \begin_inset space \thinspace{}
20485 \end_inset
20486
20487 Pixels
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $5.78\cdot$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20505 \begin_inset Text
20506
20507 \begin_layout Plain Layout
20508 \begin_inset Formula $10^{7}$
20509 \end_inset
20510
20511
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $A\ne$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\: B_{\mathrm{red}}$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 <row>
20542 <cell alignment="center" valignment="top" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 32×
20547 \end_layout
20548
20549 \end_inset
20550 </cell>
20551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20552 \begin_inset Text
20553
20554 \begin_layout Plain Layout
20555 6
20556 \begin_inset space \thinspace{}
20557 \end_inset
20558
20559 cm
20560 \end_layout
20561
20562 \end_inset
20563 </cell>
20564 <cell alignment="center" valignment="top" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568 -
20569 \begin_inset Formula $33.5\cdot$
20570 \end_inset
20571
20572
20573 \end_layout
20574
20575 \end_inset
20576 </cell>
20577 <cell alignment="center" valignment="top" rightline="true" usebox="none">
20578 \begin_inset Text
20579
20580 \begin_layout Plain Layout
20581 \begin_inset Formula $10^{4}$
20582 \end_inset
20583
20584
20585 \end_layout
20586
20587 \end_inset
20588 </cell>
20589 <cell alignment="center" valignment="top" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593 \begin_inset Formula $\sin(\alpha)\ge$
20594 \end_inset
20595
20596
20597 \end_layout
20598
20599 \end_inset
20600 </cell>
20601 <cell alignment="center" valignment="top" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 \begin_inset Formula $\:\sin(\beta)$
20606 \end_inset
20607
20608
20609 \end_layout
20610
20611 \end_inset
20612 </cell>
20613 </row>
20614 </lyxtabular>
20615
20616 \end_inset
20617
20618
20619 \end_layout
20620
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \begin_layout Subsection
20627 Formats de cellule et de colonne personnalisés
20628 \begin_inset CommandInset label
20629 LatexCommand label
20630 name "sub:Formats-personnalisés"
20631
20632 \end_inset
20633
20634
20635 \begin_inset Index idx
20636 status collapsed
20637
20638 \begin_layout Plain Layout
20639 Personnalisation des tableaux !  Format de cellule/colonne
20640 \end_layout
20641
20642 \end_inset
20643
20644
20645 \end_layout
20646
20647 \begin_layout Standard
20648 Calculer la largeur nécessaire pour colonnes normales comme dans la section
20649 \begin_inset space ~
20650 \end_inset
20651
20652
20653 \begin_inset CommandInset ref
20654 LatexCommand ref
20655 reference "sec:Table-Width-Calculation"
20656
20657 \end_inset
20658
20659  et pour des colonnes couvertes par un cellule multi-colonne comme dans
20660  la section
20661 \begin_inset space ~
20662 \end_inset
20663
20664
20665 \begin_inset CommandInset ref
20666 LatexCommand ref
20667 reference "sub:Calculs-multicolonnes"
20668
20669 \end_inset
20670
20671  peut devenir très pénible si vous avez plusieurs tableaux.
20672  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
20673  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
20674  du document.
20675  Le format est défini avec la commande
20676 \end_layout
20677
20678 \begin_layout Standard
20679
20680 \series bold
20681
20682 \backslash
20683 newcolumntype{nom du format}[nombre d'arguments]{commandes}
20684 \end_layout
20685
20686 \begin_layout Standard
20687 Le nom du format peut n'avoir qu'une lettre.
20688  Les lettres 
20689 \emph on
20690 b
20691 \emph default
20692
20693 \emph on
20694 c
20695 \emph default
20696
20697 \emph on
20698 l
20699 \emph default
20700
20701 \emph on
20702 m
20703 \emph default
20704
20705 \emph on
20706 p
20707 \emph default
20708  et 
20709 \emph on
20710 r
20711 \emph default
20712  sont prédéfinies et donc ne peuvent être utilisées.
20713  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
20714 \end_layout
20715
20716 \begin_layout Standard
20717 \begin_inset VSpace medskip
20718 \end_inset
20719
20720
20721 \end_layout
20722
20723 \begin_layout Standard
20724 Pour de cellules multi-colonnes centrées verticalement et horizontalement
20725  avec une largeur donnée, vous pouvez définir le format de cellule suivant
20726  :
20727 \end_layout
20728
20729 \begin_layout Standard
20730
20731 \series bold
20732
20733 \backslash
20734 newcolumntype{M}[1]{>{
20735 \backslash
20736 centering
20737 \backslash
20738 hspace{0pt}}m{#1}}
20739 \end_layout
20740
20741 \begin_layout Standard
20742 Où le 
20743 \series bold
20744
20745 \backslash
20746 hspace{0pt}
20747 \series default
20748  évite le problème de césure du premier mot, comme c'est décrit en section
20749 \begin_inset space ~
20750 \end_inset
20751
20752
20753 \begin_inset CommandInset ref
20754 LatexCommand ref
20755 reference "sub:Lignes-multiple-dans-cellule"
20756
20757 \end_inset
20758
20759 .
20760  Ensuite, vous pouvez entrer
20761 \end_layout
20762
20763 \begin_layout Standard
20764
20765 \series bold
20766 M{width}
20767 \end_layout
20768
20769 \begin_layout Standard
20770 comme paramètre LaTeX dans la fenêtre de dialogue de tableau pour créer
20771  une multi-colonne.
20772 \end_layout
20773
20774 \begin_layout Standard
20775 \begin_inset VSpace bigskip
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \begin_layout Standard
20782 Pour les cellules qui sont couvertes par la cellule multi-colonne, vous
20783  pouvez définir le format
20784 \end_layout
20785
20786 \begin_layout Standard
20787
20788 \series bold
20789
20790 \backslash
20791 newcolumntype{S}[2]{>{
20792 \backslash
20793 centering
20794 \backslash
20795 hspace{0pt}}
20796 \begin_inset Newline newline
20797 \end_inset
20798
20799
20800 \begin_inset Phantom HPhantom
20801 status open
20802
20803 \begin_layout Plain Layout
20804
20805 \series bold
20806
20807 \backslash
20808 newcolumntype{S}[2]
20809 \end_layout
20810
20811 \end_inset
20812
20813 m{(#1+(2
20814 \backslash
20815 tabcolsep+
20816 \backslash
20817 arrayrulewidth)*(1-#2))/#2}}
20818 \end_layout
20819
20820 \begin_layout Standard
20821 Ce format utilise l'équation
20822 \begin_inset space ~
20823 \end_inset
20824
20825
20826 \begin_inset CommandInset ref
20827 LatexCommand eqref
20828 reference "eq:Wgn"
20829
20830 \end_inset
20831
20832  pour calculer la largeur que doit avoir chacune des cellules couverte par
20833  la cellule multi-colonne pour qu'elles aient toutes la même largeur.
20834 \end_layout
20835
20836 \begin_layout Standard
20837 Ensuite, vous pouvez entrer
20838 \end_layout
20839
20840 \begin_layout Standard
20841
20842 \series bold
20843 S{largeur de la cellule multi-colonne}{nombre de colonnes couvertes}
20844 \end_layout
20845
20846 \begin_layout Standard
20847 comme paramètre LaTeX de la colonne.
20848 \end_layout
20849
20850 \begin_layout Standard
20851 \begin_inset VSpace bigskip
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \begin_layout Standard
20858 Pour des colonnes colorées, vous pouvez définir
20859 \end_layout
20860
20861 \begin_layout Standard
20862
20863 \series bold
20864
20865 \backslash
20866 newcolumntype{K}[1]{>{
20867 \backslash
20868 columncolor{#1}
20869 \backslash
20870 hspace{0pt}}c}
20871 \end_layout
20872
20873 \begin_layout Standard
20874 Le 
20875 \begin_inset Quotes eld
20876 \end_inset
20877
20878 c
20879 \begin_inset Quotes erd
20880 \end_inset
20881
20882  à la fin crée une colonne de largeur variable dont le texte est centré
20883  horizontalement.
20884  Vous pouvez maintenant entrer
20885 \end_layout
20886
20887 \begin_layout Standard
20888
20889 \series bold
20890 K{nom de couleur}
20891 \end_layout
20892
20893 \begin_layout Standard
20894 comme paramètre LaTeX.
20895 \end_layout
20896
20897 \begin_layout Standard
20898 \begin_inset VSpace bigskip
20899 \end_inset
20900
20901
20902 \end_layout
20903
20904 \begin_layout Standard
20905 Pour créer le tableau
20906 \begin_inset space ~
20907 \end_inset
20908
20909
20910 \begin_inset CommandInset ref
20911 LatexCommand ref
20912 reference "tab:Tableau-formats-personnalisés"
20913
20914 \end_inset
20915
20916  utilisez les paramètres LaTeX
20917 \end_layout
20918
20919 \begin_layout Standard
20920
20921 \series bold
20922 M{2.5cm}
20923 \end_layout
20924
20925 \begin_layout Standard
20926 pour la première colonne et la multi-colonne,
20927 \end_layout
20928
20929 \begin_layout Standard
20930
20931 \series bold
20932 K{red}
20933 \end_layout
20934
20935 \begin_layout Standard
20936 pour la dernière colonne, et
20937 \end_layout
20938
20939 \begin_layout Standard
20940
20941 \series bold
20942 S{2.5cm}{2}
20943 \end_layout
20944
20945 \begin_layout Standard
20946 pour les cellules de la deuxième colonne.
20947 \end_layout
20948
20949 \begin_layout Standard
20950 \begin_inset Float table
20951 placement h
20952 wide false
20953 sideways false
20954 status open
20955
20956 \begin_layout Plain Layout
20957 \begin_inset Caption
20958
20959 \begin_layout Plain Layout
20960 \begin_inset CommandInset label
20961 LatexCommand label
20962 name "tab:Tableau-formats-personnalisés"
20963
20964 \end_inset
20965
20966 Tableau utilisant des formats personnalisés
20967 \end_layout
20968
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \begin_layout Plain Layout
20975 \align center
20976 \begin_inset Tabular
20977 <lyxtabular version="3" rows="3" columns="4">
20978 <features tabularvalignment="middle">
20979 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
20980 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
20981 <column alignment="center" valignment="middle" width="0">
20982 <column alignment="center" valignment="middle" width="0" special="K{red}">
20983 <row>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 motTrèsLongDansUneCellule
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997 multi-colonne avec multi-ligne
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21012 \begin_inset Text
21013
21014 \begin_layout Plain Layout
21015 c
21016 \end_layout
21017
21018 \end_inset
21019 </cell>
21020 </row>
21021 <row>
21022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21023 \begin_inset Text
21024
21025 \begin_layout Plain Layout
21026 d
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 e
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 f
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 g
21054 \end_layout
21055
21056 \end_inset
21057 </cell>
21058 </row>
21059 <row>
21060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21061 \begin_inset Text
21062
21063 \begin_layout Plain Layout
21064 h
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073 i
21074 \end_layout
21075
21076 \end_inset
21077 </cell>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082 j
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 k
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 </lyxtabular>
21098
21099 \end_inset
21100
21101
21102 \end_layout
21103
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \begin_layout Subsection
21110 Épaisseur des filets
21111 \begin_inset CommandInset label
21112 LatexCommand label
21113 name "sub:Epaisseur-filets"
21114
21115 \end_inset
21116
21117
21118 \begin_inset Index idx
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122 Personnalisation des tableaux ! Épaisseur filets
21123 \end_layout
21124
21125 \end_inset
21126
21127
21128 \end_layout
21129
21130 \begin_layout Standard
21131 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
21132  
21133 \series bold
21134
21135 \backslash
21136 arrayrulewidth
21137 \series default
21138 .
21139  Pour mettre, par exemple, une épaisseur de filet de 1.5
21140 \begin_inset space \thinspace{}
21141 \end_inset
21142
21143 pt, comme pour le tableau
21144 \begin_inset space ~
21145 \end_inset
21146
21147
21148 \begin_inset CommandInset ref
21149 LatexCommand ref
21150 reference "tab:Tableau-filets-1.5pt"
21151
21152 \end_inset
21153
21154 , insérez la commande
21155 \end_layout
21156
21157 \begin_layout Standard
21158
21159 \series bold
21160
21161 \backslash
21162 setlength{
21163 \backslash
21164 arrayrulewidth}{1.5pt}
21165 \end_layout
21166
21167 \begin_layout Standard
21168 en code TeX avant le tableau ou le flottant de tableau.
21169  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
21170  suivent.
21171  pour revenir aux valeurs implicites, mettez 
21172 \series bold
21173
21174 \backslash
21175 arrayrulewidth
21176 \series default
21177  à 0.4
21178 \begin_inset space \thinspace{}
21179 \end_inset
21180
21181 pt en utilisant du code LaTeX après le tableau ou le flottant de tableau.
21182 \end_layout
21183
21184 \begin_layout Standard
21185 \begin_inset ERT
21186 status collapsed
21187
21188 \begin_layout Plain Layout
21189
21190
21191 \backslash
21192 setlength{
21193 \backslash
21194 arrayrulewidth}{1.5pt}
21195 \end_layout
21196
21197 \end_inset
21198
21199
21200 \begin_inset Float table
21201 wide false
21202 sideways false
21203 status open
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Caption
21207
21208 \begin_layout Plain Layout
21209 \begin_inset CommandInset label
21210 LatexCommand label
21211 name "tab:Tableau-filets-1.5pt"
21212
21213 \end_inset
21214
21215 Tableau avec des filets de 1.5
21216 \begin_inset space \thinspace{}
21217 \end_inset
21218
21219 pt
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \end_layout
21226
21227 \begin_layout Plain Layout
21228 \align center
21229 \begin_inset Tabular
21230 <lyxtabular version="3" rows="3" columns="3">
21231 <features tabularvalignment="middle">
21232 <column alignment="center" valignment="top" width="0">
21233 <column alignment="center" valignment="top" width="0">
21234 <column alignment="center" valignment="top" width="0">
21235 <row>
21236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21237 \begin_inset Text
21238
21239 \begin_layout Plain Layout
21240 sd
21241 \end_layout
21242
21243 \end_inset
21244 </cell>
21245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21246 \begin_inset Text
21247
21248 \begin_layout Plain Layout
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21255 \begin_inset Text
21256
21257 \begin_layout Plain Layout
21258
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 </row>
21264 <row>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 sd
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21284 \begin_inset Text
21285
21286 \begin_layout Plain Layout
21287
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 </row>
21293 <row>
21294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21295 \begin_inset Text
21296
21297 \begin_layout Plain Layout
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 sd
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 </lyxtabular>
21323
21324 \end_inset
21325
21326
21327 \end_layout
21328
21329 \end_inset
21330
21331
21332 \begin_inset ERT
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336
21337
21338 \backslash
21339 setlength{
21340 \backslash
21341 arrayrulewidth}{0.4pt}
21342 \end_layout
21343
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \begin_layout Standard
21350 \begin_inset VSpace bigskip
21351 \end_inset
21352
21353 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
21354 \begin_inset space \thinspace{}
21355 \end_inset
21356
21357 pt, comme dans le tableau
21358 \begin_inset space ~
21359 \end_inset
21360
21361
21362 \begin_inset CommandInset ref
21363 LatexCommand ref
21364 reference "tab:Tableau-filets-horizontaux-1.5pt"
21365
21366 \end_inset
21367
21368 , insérez les commandes suivantes en code TeX avant le tableau ou le flottant
21369  de tableau :
21370 \end_layout
21371
21372 \begin_layout Standard
21373
21374 \series bold
21375
21376 \backslash
21377 let
21378 \backslash
21379 myHline
21380 \backslash
21381 hline
21382 \begin_inset Newline newline
21383 \end_inset
21384
21385
21386 \backslash
21387 renewcommand{
21388 \backslash
21389 hline}
21390 \begin_inset Newline newline
21391 \end_inset
21392
21393  {
21394 \backslash
21395 noalign{
21396 \backslash
21397 global
21398 \backslash
21399 arrayrulewidth 1.5pt}
21400 \begin_inset Newline newline
21401 \end_inset
21402
21403  
21404 \backslash
21405 myHline
21406 \backslash
21407 noalign{
21408 \backslash
21409 global
21410 \backslash
21411 arrayrulewidth 0.4pt}}
21412 \end_layout
21413
21414 \begin_layout Standard
21415 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
21416  en code TeX après le tableau ou le flottant de tableau :
21417 \end_layout
21418
21419 \begin_layout Standard
21420
21421 \series bold
21422
21423 \backslash
21424 renewcommand{
21425 \backslash
21426 hline}{
21427 \backslash
21428 myHline}
21429 \end_layout
21430
21431 \begin_layout Standard
21432 \begin_inset ERT
21433 status collapsed
21434
21435 \begin_layout Plain Layout
21436
21437
21438 \backslash
21439 let
21440 \backslash
21441 myHline
21442 \backslash
21443 hline
21444 \end_layout
21445
21446 \begin_layout Plain Layout
21447
21448
21449 \backslash
21450 renewcommand{
21451 \backslash
21452 hline}
21453 \end_layout
21454
21455 \begin_layout Plain Layout
21456
21457  {
21458 \backslash
21459 noalign{
21460 \backslash
21461 global
21462 \backslash
21463 arrayrulewidth 1.5pt}
21464 \end_layout
21465
21466 \begin_layout Plain Layout
21467
21468   
21469 \backslash
21470 myHline
21471 \backslash
21472 noalign{
21473 \backslash
21474 global
21475 \backslash
21476 arrayrulewidth 0.4pt}}
21477 \end_layout
21478
21479 \end_inset
21480
21481
21482 \begin_inset Float table
21483 wide false
21484 sideways false
21485 status open
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Caption
21489
21490 \begin_layout Plain Layout
21491 \begin_inset CommandInset label
21492 LatexCommand label
21493 name "tab:Tableau-filets-horizontaux-1.5pt"
21494
21495 \end_inset
21496
21497 Tableau avec des filets horizontaux de 1.5
21498 \begin_inset space \thinspace{}
21499 \end_inset
21500
21501 pt
21502 \end_layout
21503
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \begin_layout Plain Layout
21510 \align center
21511 \begin_inset Tabular
21512 <lyxtabular version="3" rows="3" columns="3">
21513 <features tabularvalignment="middle">
21514 <column alignment="center" valignment="top" width="0">
21515 <column alignment="center" valignment="top" width="0">
21516 <column alignment="center" valignment="top" width="0">
21517 <row>
21518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21519 \begin_inset Text
21520
21521 \begin_layout Plain Layout
21522 sd
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \end_layout
21542
21543 \end_inset
21544 </cell>
21545 </row>
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 sd
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 </row>
21575 <row>
21576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580
21581 \end_layout
21582
21583 \end_inset
21584 </cell>
21585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21586 \begin_inset Text
21587
21588 \begin_layout Plain Layout
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 sd
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 </row>
21604 </lyxtabular>
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612
21613
21614 \begin_inset ERT
21615 status collapsed
21616
21617 \begin_layout Plain Layout
21618
21619
21620 \backslash
21621 renewcommand{
21622 \backslash
21623 hline}{
21624 \backslash
21625 myHline}
21626 \end_layout
21627
21628 \end_inset
21629
21630
21631 \end_layout
21632
21633 \begin_layout Standard
21634 \begin_inset VSpace bigskip
21635 \end_inset
21636
21637 Pour que seuls les filets verticaux aient une épaisseur de 1.5
21638 \begin_inset space \thinspace{}
21639 \end_inset
21640
21641 pt, créez le format de colonne suivant dans le préambule, en suivant la
21642  description de la section
21643 \begin_inset space ~
21644 \end_inset
21645
21646
21647 \begin_inset CommandInset ref
21648 LatexCommand ref
21649 reference "sub:Formats-personnalisés"
21650
21651 \end_inset
21652
21653 :
21654 \end_layout
21655
21656 \begin_layout Standard
21657
21658 \series bold
21659
21660 \backslash
21661 newcolumntype{V}{!{
21662 \backslash
21663 vrule width 1.5pt}}
21664 \end_layout
21665
21666 \begin_layout Standard
21667 Pour le tableau
21668 \begin_inset space ~
21669 \end_inset
21670
21671
21672 \begin_inset CommandInset ref
21673 LatexCommand ref
21674 reference "tab:Tableau-filets-verticaux-1.5pt"
21675
21676 \end_inset
21677
21678  le paramètre LaTeX 
21679 \end_layout
21680
21681 \begin_layout Standard
21682
21683 \series bold
21684 VcV
21685 \end_layout
21686
21687 \begin_layout Standard
21688 a été utilisé pour la dernière colonne et
21689 \end_layout
21690
21691 \begin_layout Standard
21692
21693 \series bold
21694 Vc
21695 \end_layout
21696
21697 \begin_layout Standard
21698 pour les autres colonnes.
21699 \end_layout
21700
21701 \begin_layout Standard
21702 \begin_inset Float table
21703 wide false
21704 sideways false
21705 status open
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Caption
21709
21710 \begin_layout Plain Layout
21711 \begin_inset CommandInset label
21712 LatexCommand label
21713 name "tab:Tableau-filets-verticaux-1.5pt"
21714
21715 \end_inset
21716
21717 Tableau avec des filets verticaux de 1.5
21718 \begin_inset space \thinspace{}
21719 \end_inset
21720
21721 pt 
21722 \end_layout
21723
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \begin_layout Plain Layout
21730 \align center
21731 \begin_inset Tabular
21732 <lyxtabular version="3" rows="3" columns="3">
21733 <features tabularvalignment="middle">
21734 <column alignment="center" valignment="top" width="0" special="Vc">
21735 <column alignment="center" valignment="top" width="0" special="Vc">
21736 <column alignment="center" valignment="top" width="0" special="VcV">
21737 <row>
21738 <cell alignment="center" valignment="top" topline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 sd
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 </row>
21766 <row>
21767 <cell alignment="center" valignment="top" topline="true" usebox="none">
21768 \begin_inset Text
21769
21770 \begin_layout Plain Layout
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 sd
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 sd
21819 \end_layout
21820
21821 \end_inset
21822 </cell>
21823 </row>
21824 </lyxtabular>
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \begin_layout Subsection
21837 Filets à traits interrompus
21838 \begin_inset Index idx
21839 status collapsed
21840
21841 \begin_layout Plain Layout
21842 Personnalisation des tableaux ! Filets à traits interrompus
21843 \end_layout
21844
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \begin_layout Standard
21851 \begin_inset ERT
21852 status collapsed
21853
21854 \begin_layout Plain Layout
21855
21856
21857 \backslash
21858 ifarydshln
21859 \end_layout
21860
21861 \end_inset
21862
21863
21864 \begin_inset Note Note
21865 status open
21866
21867 \begin_layout Plain Layout
21868 La section suivante ne s'affichera que si vous avez installé le paquetage
21869  LaTeX 
21870 \series bold
21871 arydshln
21872 \series default
21873 .
21874 \end_layout
21875
21876 \end_inset
21877
21878
21879 \end_layout
21880
21881 \begin_layout Standard
21882 \begin_inset Float table
21883 placement H
21884 wide false
21885 sideways false
21886 status open
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Caption
21890
21891 \begin_layout Plain Layout
21892 \begin_inset CommandInset label
21893 LatexCommand label
21894 name "tab:Tableau-filets-tirets"
21895
21896 \end_inset
21897
21898 Tableau avec des filets à traits interrompus
21899 \end_layout
21900
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \begin_layout Plain Layout
21907 \align center
21908 \begin_inset Tabular
21909 <lyxtabular version="3" rows="5" columns="5">
21910 <features tabularvalignment="middle">
21911 <column alignment="center" valignment="top" width="0">
21912 <column alignment="center" valignment="top" width="0">
21913 <column alignment="center" valignment="top" width="0" special=":c">
21914 <column alignment="center" valignment="top" width="0">
21915 <column alignment="center" valignment="top" width="0">
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 a
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 b
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 c
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21945 \begin_inset Text
21946
21947 \begin_layout Plain Layout
21948 d
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 e
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 </row>
21963 <row>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 f
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 g
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 <cell alignment="center" valignment="top" topline="true" usebox="none">
21983 \begin_inset Text
21984
21985 \begin_layout Plain Layout
21986 h
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21992 \begin_inset Text
21993
21994 \begin_layout Plain Layout
21995 i
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 j
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 <row>
22011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 \begin_inset ERT
22016 status collapsed
22017
22018 \begin_layout Plain Layout
22019
22020
22021 \backslash
22022 hdashline 
22023 \end_layout
22024
22025 \end_inset
22026
22027 k
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036 l
22037 \end_layout
22038
22039 \end_inset
22040 </cell>
22041 <cell alignment="center" valignment="top" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 m
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 n
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 o
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 </row>
22069 <row>
22070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22071 \begin_inset Text
22072
22073 \begin_layout Plain Layout
22074 \begin_inset ERT
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078
22079
22080 \backslash
22081 cdashline{4-5}
22082 \end_layout
22083
22084 \end_inset
22085
22086 p
22087 \end_layout
22088
22089 \end_inset
22090 </cell>
22091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22092 \begin_inset Text
22093
22094 \begin_layout Plain Layout
22095 q
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 r
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22110 \begin_inset Text
22111
22112 \begin_layout Plain Layout
22113 s
22114 \end_layout
22115
22116 \end_inset
22117 </cell>
22118 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22119 \begin_inset Text
22120
22121 \begin_layout Plain Layout
22122
22123 \end_layout
22124
22125 \end_inset
22126 </cell>
22127 </row>
22128 <row>
22129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22130 \begin_inset Text
22131
22132 \begin_layout Plain Layout
22133 t
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 u
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 v
22152 \end_layout
22153
22154 \end_inset
22155 </cell>
22156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22157 \begin_inset Text
22158
22159 \begin_layout Plain Layout
22160 w
22161 \end_layout
22162
22163 \end_inset
22164 </cell>
22165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22166 \begin_inset Text
22167
22168 \begin_layout Plain Layout
22169 x
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 </lyxtabular>
22176
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183
22184
22185 \end_layout
22186
22187 \begin_layout Standard
22188 LyX ne gère pas de façon native les filets à lignes interrompues, vous devez
22189  donc employer du code TeX.
22190  Mais avant il faut charger le paquetage LaTeX 
22191 \series bold
22192 arydshln
22193 \series default
22194
22195 \begin_inset Index idx
22196 status collapsed
22197
22198 \begin_layout Plain Layout
22199 Paquetages LaTeX ! arydshln
22200 \end_layout
22201
22202 \end_inset
22203
22204  dans le préambule du document avec la commande 
22205 \end_layout
22206
22207 \begin_layout Standard
22208
22209 \series bold
22210
22211 \backslash
22212 usepackage{arydshln}
22213 \end_layout
22214
22215 \begin_layout Standard
22216 Pour faire un filet vertical avec un trait interrompu, mettez deux points
22217  
22218 \begin_inset Quotes eld
22219 \end_inset
22220
22221 :
22222 \begin_inset Quotes erd
22223 \end_inset
22224
22225  avec le caractère décrivant l'alignement horizontal comme paramètre LaTeX
22226  dans la fenêtre de dialogue de paramètre du tableau.
22227 \end_layout
22228
22229 \begin_layout Standard
22230 Pour un trait horizontal interrompu, ajoutez la commande
22231 \end_layout
22232
22233 \begin_layout Standard
22234
22235 \series bold
22236
22237 \backslash
22238 hdashline
22239 \end_layout
22240
22241 \begin_layout Standard
22242 en code TeX comme premier élément de la première cellule de la ligne de
22243  tableau.
22244 \end_layout
22245
22246 \begin_layout Standard
22247 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
22248  commande 
22249 \end_layout
22250
22251 \begin_layout Standard
22252
22253 \series bold
22254
22255 \backslash
22256 cdashline{
22257 \series default
22258 numéros de colonnes}
22259 \end_layout
22260
22261 \begin_layout Standard
22262 en code TeX comme premier élément de la première cellule de la ligne.
22263  Si par exemple, vous avez une cellule multi-colonne qui couvre les colonnes
22264  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
22265 \end_layout
22266
22267 \begin_layout Standard
22268
22269 \series bold
22270
22271 \backslash
22272 cdashline{2-4}
22273 \end_layout
22274
22275 \begin_layout Standard
22276 comme premier élément de la première cellule de la ligne contenant la multi-colo
22277 nne.
22278 \end_layout
22279
22280 \begin_layout Standard
22281 \begin_inset VSpace bigskip
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \begin_layout Standard
22288 Le tableau
22289 \begin_inset space ~
22290 \end_inset
22291
22292
22293 \begin_inset CommandInset ref
22294 LatexCommand ref
22295 reference "tab:Tableau-filets-tirets"
22296
22297 \end_inset
22298
22299  a été créé en utilisant 
22300 \begin_inset Quotes eld
22301 \end_inset
22302
22303
22304 \series bold
22305 :c
22306 \series default
22307
22308 \begin_inset Quotes erd
22309 \end_inset
22310
22311  comme paramètre LaTeX pour la troisième colonne.
22312  La commande en code TeX 
22313 \series bold
22314
22315 \backslash
22316 hdashline
22317 \series default
22318  a été insérée dans la première cellule de la troisième ligne et la commande
22319  en code TeX 
22320 \series bold
22321
22322 \backslash
22323 cdashline{4-5}
22324 \series default
22325  a été insérée dans la première cellule de la quatrième ligne.
22326 \end_layout
22327
22328 \begin_layout Standard
22329 \begin_inset VSpace bigskip
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \begin_layout Standard
22336
22337 \lang english
22338 Tables with dashed lines can also be colored as shown by
22339 \lang french
22340  tableau
22341 \begin_inset space ~
22342 \end_inset
22343
22344
22345 \begin_inset CommandInset ref
22346 LatexCommand ref
22347 reference "tab:Colored-table-with"
22348
22349 \end_inset
22350
22351 .
22352 \end_layout
22353
22354 \begin_layout Standard
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359
22360
22361 \backslash
22362 setlength{
22363 \backslash
22364 arrayrulewidth}{1pt}
22365 \end_layout
22366
22367 \end_inset
22368
22369
22370 \lang english
22371
22372 \begin_inset Note Note
22373 status collapsed
22374
22375 \begin_layout Plain Layout
22376
22377 \lang english
22378 thicker lines for better visualization of the line color
22379 \end_layout
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \begin_layout Standard
22387 \begin_inset ERT
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391
22392
22393 \backslash
22394 dashgapcolor{green}
22395 \end_layout
22396
22397 \end_inset
22398
22399
22400 \lang english
22401
22402 \begin_inset Note Note
22403 status collapsed
22404
22405 \begin_layout Plain Layout
22406
22407 \lang english
22408 color gaps between dashes green
22409 \end_layout
22410
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \begin_layout Standard
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 let
22425 \backslash
22426 myHdashline
22427 \backslash
22428 hdashline
22429 \end_layout
22430
22431 \begin_layout Plain Layout
22432
22433
22434 \backslash
22435 renewcommand{
22436 \backslash
22437 hdashline}
22438 \end_layout
22439
22440 \begin_layout Plain Layout
22441
22442  {
22443 \backslash
22444 arrayrulecolor{red}
22445 \backslash
22446 myHdashline
22447 \backslash
22448 arrayrulecolor{black}}
22449 \end_layout
22450
22451 \end_inset
22452
22453
22454 \lang english
22455
22456 \begin_inset Note Note
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461 \lang english
22462 color horizontal, dashed lines red
22463 \end_layout
22464
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \begin_layout Standard
22471 \begin_inset ERT
22472 status collapsed
22473
22474 \begin_layout Plain Layout
22475
22476
22477 \backslash
22478 let
22479 \backslash
22480 myCdashline
22481 \backslash
22482 cdashline
22483 \end_layout
22484
22485 \begin_layout Plain Layout
22486
22487
22488 \backslash
22489 renewcommand{
22490 \backslash
22491 cdashline}[1]
22492 \end_layout
22493
22494 \begin_layout Plain Layout
22495
22496  {
22497 \backslash
22498 arrayrulecolor{yellow}
22499 \backslash
22500 myCdashline{#1}
22501 \backslash
22502 arrayrulecolor{black}}
22503 \end_layout
22504
22505 \end_inset
22506
22507
22508 \lang english
22509
22510 \begin_inset Note Note
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514
22515 \lang english
22516 color partial horizontal, dashed lines yellow
22517 \end_layout
22518
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \begin_layout Standard
22525 \begin_inset Float table
22526 placement h
22527 wide false
22528 sideways false
22529 status open
22530
22531 \begin_layout Plain Layout
22532 \begin_inset Caption
22533
22534 \begin_layout Plain Layout
22535 \begin_inset CommandInset label
22536 LatexCommand label
22537 name "tab:Colored-table-with"
22538
22539 \end_inset
22540
22541
22542 \lang english
22543 Colored table with dashed lines
22544 \end_layout
22545
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \begin_layout Plain Layout
22552 \align center
22553 \begin_inset Tabular
22554 <lyxtabular version="3" rows="5" columns="5">
22555 <features tabularvalignment="middle">
22556 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{darkgreen}\centering}c">
22557 <column alignment="center" valignment="top" width="0pt">
22558 <column alignment="center" valignment="top" width="0pt" special=":c">
22559 <column alignment="center" valignment="top" width="0">
22560 <column alignment="center" valignment="top" width="0">
22561 <row>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 a
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 b
22576 \end_layout
22577
22578 \end_inset
22579 </cell>
22580 <cell alignment="center" valignment="top" topline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584 c
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 d
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 e
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613 f
22614 \end_layout
22615
22616 \end_inset
22617 </cell>
22618 <cell alignment="center" valignment="top" topline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622 g
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 <cell alignment="center" valignment="top" topline="true" usebox="none">
22628 \begin_inset Text
22629
22630 \begin_layout Plain Layout
22631 h
22632 \end_layout
22633
22634 \end_inset
22635 </cell>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640 i
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 j
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660 \begin_inset ERT
22661 status collapsed
22662
22663 \begin_layout Plain Layout
22664
22665
22666 \backslash
22667 hdashline 
22668 \end_layout
22669
22670 \end_inset
22671
22672
22673 \begin_inset ERT
22674 status collapsed
22675
22676 \begin_layout Plain Layout
22677
22678
22679 \backslash
22680 rowcolor{Gray}
22681 \end_layout
22682
22683 \end_inset
22684
22685 k
22686 \end_layout
22687
22688 \end_inset
22689 </cell>
22690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694 l
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 <cell alignment="center" valignment="top" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703 m
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 n
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 o
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732 \begin_inset ERT
22733 status collapsed
22734
22735 \begin_layout Plain Layout
22736
22737
22738 \backslash
22739 cdashline{4-5}
22740 \end_layout
22741
22742 \end_inset
22743
22744 p
22745 \end_layout
22746
22747 \end_inset
22748 </cell>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753 q
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762 r
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 s
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 </row>
22786 <row>
22787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22788 \begin_inset Text
22789
22790 \begin_layout Plain Layout
22791 t
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 u
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 v
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 w
22819 \end_layout
22820
22821 \end_inset
22822 </cell>
22823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22824 \begin_inset Text
22825
22826 \begin_layout Plain Layout
22827 \begin_inset ERT
22828 status collapsed
22829
22830 \begin_layout Plain Layout
22831
22832
22833 \backslash
22834 cellcolor{Maroon}
22835 \end_layout
22836
22837 \end_inset
22838
22839 i
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 </row>
22845 </lyxtabular>
22846
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 \begin_inset ERT
22859 status collapsed
22860
22861 \begin_layout Plain Layout
22862
22863
22864 \backslash
22865 renewcommand{
22866 \backslash
22867 hdashline}{
22868 \backslash
22869 myHdashline}
22870 \end_layout
22871
22872 \end_inset
22873
22874
22875 \lang english
22876
22877 \begin_inset Note Note
22878 status collapsed
22879
22880 \begin_layout Plain Layout
22881
22882 \lang english
22883 reset to default
22884 \end_layout
22885
22886 \end_inset
22887
22888
22889 \end_layout
22890
22891 \begin_layout Standard
22892 \begin_inset ERT
22893 status collapsed
22894
22895 \begin_layout Plain Layout
22896
22897
22898 \backslash
22899 renewcommand{
22900 \backslash
22901 cdashline}{
22902 \backslash
22903 myCdashline}
22904 \end_layout
22905
22906 \end_inset
22907
22908
22909 \lang english
22910
22911 \begin_inset Note Note
22912 status collapsed
22913
22914 \begin_layout Plain Layout
22915
22916 \lang english
22917 reset to default
22918 \end_layout
22919
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \begin_layout Standard
22926 \begin_inset ERT
22927 status collapsed
22928
22929 \begin_layout Plain Layout
22930
22931
22932 \backslash
22933 nodashgapcolor
22934 \end_layout
22935
22936 \end_inset
22937
22938
22939 \lang english
22940
22941 \begin_inset Note Note
22942 status collapsed
22943
22944 \begin_layout Plain Layout
22945
22946 \lang english
22947 reset to default
22948 \end_layout
22949
22950 \end_inset
22951
22952
22953 \end_layout
22954
22955 \begin_layout Standard
22956 \begin_inset ERT
22957 status collapsed
22958
22959 \begin_layout Plain Layout
22960
22961
22962 \backslash
22963 setlength{
22964 \backslash
22965 arrayrulewidth}{0.4pt}
22966 \end_layout
22967
22968 \end_inset
22969
22970
22971 \lang english
22972
22973 \begin_inset Note Note
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978 \lang english
22979 reset to default
22980 \end_layout
22981
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \begin_layout Standard
22988
22989 \lang english
22990 The coloring of lines, columns and lines works as decribed in section
22991 \begin_inset space ~
22992 \end_inset
22993
22994
22995 \lang french
22996
22997 \begin_inset CommandInset ref
22998 LatexCommand ref
22999 reference "sec:Tableaux-Colorés"
23000
23001 \end_inset
23002
23003
23004 \lang english
23005 .
23006  Coloring horizontal lines works analogically as described there as well,
23007  one only needs to replace in the commands 
23008 \series bold
23009
23010 \backslash
23011 myHlineC
23012 \series default
23013  by 
23014 \series bold
23015
23016 \backslash
23017 myHdashline
23018 \series default
23019  and 
23020 \backslash
23021
23022 \series bold
23023 hline
23024 \series default
23025  by 
23026 \series bold
23027
23028 \backslash
23029 hdashline
23030 \series default
23031 ; so one uses the command
23032 \end_layout
23033
23034 \begin_layout Standard
23035
23036 \series bold
23037
23038 \backslash
23039 let
23040 \backslash
23041 myHdashline
23042 \backslash
23043 hdashline
23044 \begin_inset Newline newline
23045 \end_inset
23046
23047
23048 \backslash
23049 renewcommand{
23050 \backslash
23051 hdashline}
23052 \begin_inset Newline newline
23053 \end_inset
23054
23055
23056 \begin_inset Phantom HPhantom
23057 status open
23058
23059 \begin_layout Plain Layout
23060 \begin_inset space ~
23061 \end_inset
23062
23063
23064 \end_layout
23065
23066 \end_inset
23067
23068 {
23069 \backslash
23070 arrayrulecolor{red}
23071 \backslash
23072 myHdashline
23073 \backslash
23074 arrayrulecolor{black}}
23075 \end_layout
23076
23077 \begin_layout Standard
23078
23079 \lang english
23080 To color 
23081 \series bold
23082
23083 \backslash
23084 cdashline
23085 \series default
23086 , the command is
23087 \end_layout
23088
23089 \begin_layout Standard
23090
23091 \series bold
23092
23093 \backslash
23094 let
23095 \backslash
23096 myCdashline
23097 \backslash
23098 cdashline
23099 \begin_inset Newline newline
23100 \end_inset
23101
23102
23103 \backslash
23104 renewcommand{
23105 \backslash
23106 cdashline}[1]
23107 \begin_inset Newline newline
23108 \end_inset
23109
23110
23111 \begin_inset Phantom HPhantom
23112 status open
23113
23114 \begin_layout Plain Layout
23115 \begin_inset space ~
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122
23123 {
23124 \backslash
23125 arrayrulecolor{red}
23126 \backslash
23127 myCdashline{#1}
23128 \backslash
23129 arrayrulecolor{black}}
23130 \end_layout
23131
23132 \begin_layout Standard
23133
23134 \lang english
23135 To get back the black line color, one needs to insert the following commands
23136  as TeX-Code behind the table:
23137 \end_layout
23138
23139 \begin_layout Standard
23140
23141 \lang english
23142 For 
23143 \series bold
23144
23145 \backslash
23146 hdashline
23147 \end_layout
23148
23149 \begin_layout Standard
23150
23151 \series bold
23152
23153 \backslash
23154 renewcommand{
23155 \backslash
23156 hdashline}{
23157 \backslash
23158 myHdashline}
23159 \end_layout
23160
23161 \begin_layout Standard
23162
23163 \lang english
23164 and for 
23165 \series bold
23166
23167 \backslash
23168 cdashline
23169 \end_layout
23170
23171 \begin_layout Standard
23172
23173 \series bold
23174
23175 \backslash
23176 renewcommand{
23177 \backslash
23178 cdashline}{
23179 \backslash
23180 myCdashline}
23181 \end_layout
23182
23183 \begin_layout Standard
23184
23185 \lang english
23186 To color the gaps between the dashes the command
23187 \end_layout
23188
23189 \begin_layout Standard
23190
23191 \series bold
23192 \lang english
23193
23194 \backslash
23195 dashgapcolor{color}
23196 \end_layout
23197
23198 \begin_layout Standard
23199
23200 \lang english
23201 can be used in front of a table as TeX-Code.
23202  color is hereby the name of a defined color.
23203  The command
23204 \end_layout
23205
23206 \begin_layout Standard
23207
23208 \series bold
23209
23210 \backslash
23211 nodashgapcolor
23212 \end_layout
23213
23214 \begin_layout Standard
23215
23216 \lang english
23217 unsets the changes made by 
23218 \series bold
23219
23220 \backslash
23221 dashgapcolor
23222 \series default
23223 .
23224 \end_layout
23225
23226 \begin_layout Standard
23227
23228 \lang english
23229 \begin_inset Note Greyedout
23230 status open
23231
23232 \begin_layout Plain Layout
23233
23234 \series bold
23235 \color none
23236 \lang english
23237 Note
23238 \series default
23239 : If there are multiple commands in a cell, the command of 
23240 \series bold
23241 arydshln
23242 \series default
23243  needs to be the first one in the cell.
23244  Therefore in cell 
23245 \emph on
23246 k
23247 \emph default
23248  of Table
23249 \begin_inset space ~
23250 \end_inset
23251
23252
23253 \begin_inset CommandInset ref
23254 LatexCommand ref
23255 reference "tab:Colored-table-with"
23256
23257 \end_inset
23258
23259  the command 
23260 \series bold
23261
23262 \backslash
23263 hdashline
23264 \series default
23265  is before 
23266 \series bold
23267
23268 \backslash
23269 rowcolor
23270 \series default
23271 .
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \begin_layout Standard
23280
23281 \lang english
23282 \begin_inset Note Greyedout
23283 status open
23284
23285 \begin_layout Plain Layout
23286
23287 \series bold
23288 \color none
23289 \lang english
23290 Note:
23291 \series default
23292  The LaTeX-package 
23293 \series bold
23294 arydshln
23295 \series default
23296  must be loaded in the document preamble before the LaTeX-package
23297 \lang french
23298  
23299 \series bold
23300 colortbl
23301 \series default
23302 \color inherit
23303
23304 \begin_inset Index idx
23305 status collapsed
23306
23307 \begin_layout Plain Layout
23308 Paquetages LaTeX ! colortbl
23309 \end_layout
23310
23311 \end_inset
23312
23313
23314 \color none
23315 .
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 else
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \begin_inset Note Note
23338 status open
23339
23340 \begin_layout Plain Layout
23341 Ce qui suit sera affiché si le paquetage LaTeX 
23342 \series bold
23343 arydshln
23344 \series default
23345  n'est pas installé :
23346 \end_layout
23347
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \begin_layout Standard
23354 Vous devez installer le paquetage LaTeX 
23355 \series bold
23356 arydshln
23357 \series default
23358  pour voir le contenu des cette section dans la sortie imprimée.
23359 \end_layout
23360
23361 \begin_layout Standard
23362 \begin_inset ERT
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366
23367
23368 \backslash
23369 fi
23370 \end_layout
23371
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \begin_layout Standard
23378
23379 \lang english
23380 For more information about dashed lines see the documentation of
23381 \lang french
23382  
23383 \series bold
23384 arydshln
23385 \series default
23386
23387 \begin_inset CommandInset citation
23388 LatexCommand cite
23389 key "arydshln"
23390
23391 \end_inset
23392
23393 .
23394 \end_layout
23395
23396 \begin_layout Chapter
23397 Flottants
23398 \begin_inset CommandInset label
23399 LatexCommand label
23400 name "chap:Flottants"
23401
23402 \end_inset
23403
23404
23405 \begin_inset Index idx
23406 status collapsed
23407
23408 \begin_layout Plain Layout
23409 Flottants
23410 \end_layout
23411
23412 \end_inset
23413
23414
23415 \end_layout
23416
23417 \begin_layout Section
23418 Introduction
23419 \begin_inset CommandInset label
23420 LatexCommand label
23421 name "sec:Flottants-Introduction"
23422
23423 \end_inset
23424
23425
23426 \begin_inset Index idx
23427 status collapsed
23428
23429 \begin_layout Plain Layout
23430 Flottants ! Introduction
23431 \end_layout
23432
23433 \end_inset
23434
23435
23436 \end_layout
23437
23438 \begin_layout Standard
23439 Un flottant est une portion de document, qui peut être associé à une étiquette
23440  et dont la position n'est pas fixée.
23441  Il peut 
23442 \begin_inset Quotes eld
23443 \end_inset
23444
23445 flotter
23446 \begin_inset Quotes erd
23447 \end_inset
23448
23449  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
23450  plus approprié.
23451  Les 
23452 \family sans
23453 Notes
23454 \begin_inset space ~
23455 \end_inset
23456
23457 en
23458 \begin_inset space ~
23459 \end_inset
23460
23461 Bas
23462 \begin_inset space ~
23463 \end_inset
23464
23465 de
23466 \begin_inset space ~
23467 \end_inset
23468
23469 Page
23470 \family default
23471  et le 
23472 \family sans
23473 Notes
23474 \begin_inset space ~
23475 \end_inset
23476
23477 en
23478 \begin_inset space ~
23479 \end_inset
23480
23481 Marge
23482 \family default
23483  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
23484  sur la page suivante quand il y a trop de notes sur la page courante.
23485 \end_layout
23486
23487 \begin_layout Standard
23488 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
23489  très grande qualité.
23490  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
23491  éviter des lignes blanches ou des pages sans texte.
23492  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
23493  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
23494  le texte.
23495  Les flottants sont donc numérotés.
23496  Les références croisées sont décrites dans la section
23497 \begin_inset space ~
23498 \end_inset
23499
23500
23501 \begin_inset CommandInset ref
23502 LatexCommand ref
23503 reference "sec:Referencer-les-Flottants"
23504
23505 \end_inset
23506
23507 .
23508 \end_layout
23509
23510 \begin_layout Standard
23511 Pour insérer un flottant, on utilise un des sous menus du menu 
23512 \family sans
23513 Insérer\SpecialChar \menuseparator
23514 Flottant.
23515
23516 \family default
23517  Une boîte va être insérée dans votre document avec par exemple une étiquette
23518  du genre 
23519 \begin_inset Quotes eld
23520 \end_inset
23521
23522 Figure
23523 \begin_inset space ~
23524 \end_inset
23525
23526 #:
23527 \begin_inset Quotes erd
23528 \end_inset
23529
23530  (où # est un numéro).
23531  L'étiquette est automatiquement traduite dans la langue du document dans
23532  la sortie finale.
23533  Après l'étiquette vous pouvez insérer du texte comme légende.
23534  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
23535  séparé, à l'intérieur du flottant.
23536  Vous trouverez plus de détails sur le positionnement des légendes dans
23537  la section
23538 \begin_inset space ~
23539 \end_inset
23540
23541
23542 \begin_inset CommandInset ref
23543 LatexCommand ref
23544 reference "sec:Placement-légende"
23545
23546 \end_inset
23547
23548 .
23549  Pour améliorer la lisibilité de votre document dans LyX, vous pouvez fermer
23550  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
23551  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
23552  Une boîte de flottant fermée ressemble à ceci : 
23553 \begin_inset Graphics
23554         filename clipart/floatQt4.png
23555         scale 60
23556
23557 \end_inset
23558
23559  – une case grise avec un texte rouge.
23560 \end_layout
23561
23562 \begin_layout Standard
23563 Il est recommandé d'insérer les flottants comme des paragraphes séparés
23564  pour éviter des erreurs avec LaTeX, quand le texte qui entoure le flottant
23565  est formaté de façon particulière.
23566 \end_layout
23567
23568 \begin_layout Section
23569 Les types de flottants
23570 \end_layout
23571
23572 \begin_layout Standard
23573 En plus des flottants de figures et de tableau qui sont décrits respectivement
23574  dans les sections
23575 \begin_inset space ~
23576 \end_inset
23577
23578
23579 \begin_inset CommandInset ref
23580 LatexCommand ref
23581 reference "sec:Figure-Floats"
23582
23583 \end_inset
23584
23585  et 
23586 \begin_inset CommandInset ref
23587 LatexCommand ref
23588 reference "sec:Table-Floats"
23589
23590 \end_inset
23591
23592 , LyX offre aussi les types 
23593 \family sans
23594 Algorithme
23595 \family default
23596  et 
23597 \family sans
23598 Enrobage
23599 \family default
23600 .
23601  Ces derniers sont expliques dans la section
23602 \begin_inset space \thinspace{}
23603 \end_inset
23604
23605
23606 \begin_inset CommandInset ref
23607 LatexCommand ref
23608 reference "sec:Flottant-d'enrobage"
23609
23610 \end_inset
23611
23612 .
23613 \end_layout
23614
23615 \begin_layout Subsection
23616 Flottant d'algorithme
23617 \begin_inset Index idx
23618 status collapsed
23619
23620 \begin_layout Plain Layout
23621 Flottants ! Algorithmes
23622 \end_layout
23623
23624 \end_inset
23625
23626
23627 \begin_inset CommandInset label
23628 LatexCommand label
23629 name "sub:Flottant-d'Algorithme"
23630
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \begin_layout Standard
23637 \begin_inset Float algorithm
23638 placement h
23639 wide false
23640 sideways false
23641 status open
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Caption
23645
23646 \begin_layout Plain Layout
23647 \begin_inset CommandInset label
23648 LatexCommand label
23649 name "alg:Exemple-Flottant-Algorithme"
23650
23651 \end_inset
23652
23653 Exemple de flottant d'algorithme
23654 \end_layout
23655
23656 \end_inset
23657
23658
23659 \end_layout
23660
23661 \begin_layout LyX-Code
23662 for I in 1..N loop
23663 \begin_inset Newline newline
23664 \end_inset
23665
23666  Sum:= Sum + A(I); /*comment*/
23667 \begin_inset Newline newline
23668 \end_inset
23669
23670 end loop
23671 \begin_inset VSpace -4mm
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \begin_layout Standard
23683 Ce type de flottant est inséré à l'aide du menu 
23684 \family sans
23685 Insérer\SpecialChar \menuseparator
23686 Flottant\SpecialChar \menuseparator
23687 Algorithme
23688 \family default
23689 .
23690  Il peut être utilisé pour des morceaux de code source ou des descriptions
23691  d'algorithmes et peut être utilisé comme une alternative au listing de
23692  code source qui est décrit au chapitre
23693 \begin_inset space ~
23694 \end_inset
23695
23696
23697 \begin_inset CommandInset ref
23698 LatexCommand ref
23699 reference "cha:Program-Code-Listings"
23700
23701 \end_inset
23702
23703 .
23704  Vous pouvez par exemple utiliser l'environnement Code
23705 \begin_inset space ~
23706 \end_inset
23707
23708 LyX qui est décrit dans le 
23709 \emph on
23710 Guide
23711 \emph default
23712
23713 \begin_inset space ~
23714 \end_inset
23715
23716
23717 \emph on
23718 de
23719 \begin_inset space ~
23720 \end_inset
23721
23722 l'Utilisateur
23723 \emph default
23724  de LyX.
23725  l'algorithme
23726 \begin_inset space ~
23727 \end_inset
23728
23729
23730 \begin_inset CommandInset ref
23731 LatexCommand ref
23732 reference "alg:Exemple-Flottant-Algorithme"
23733
23734 \end_inset
23735
23736  est un exemple de flottant d'algorithme où un espace vertical de -4
23737 \begin_inset space \thinspace{}
23738 \end_inset
23739
23740 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
23741  soit placée exactement sous le texte de la dernière ligne.
23742 \end_layout
23743
23744 \begin_layout Standard
23745 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
23746  du document.
23747  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
23748 ent en ajoutant la ligne suivante dans le préambule de votre document :
23749 \end_layout
23750
23751 \begin_layout Standard
23752
23753 \series bold
23754
23755 \backslash
23756 floatname{algorithm}{votre
23757 \begin_inset space ~
23758 \end_inset
23759
23760 nom}
23761 \end_layout
23762
23763 \begin_layout Standard
23764
23765 \family sans
23766  votre
23767 \begin_inset space ~
23768 \end_inset
23769
23770 nom
23771 \family default
23772  est le mot 
23773 \begin_inset Quotes eld
23774 \end_inset
23775
23776
23777 \emph on
23778 algorithme
23779 \emph default
23780
23781 \begin_inset Quotes erd
23782 \end_inset
23783
23784  dans votre langue.
23785 \end_layout
23786
23787 \begin_layout Standard
23788 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
23789 \family sans
23790 Insérer\SpecialChar \menuseparator
23791 Listes
23792 \begin_inset space ~
23793 \end_inset
23794
23795 &
23796 \begin_inset space ~
23797 \end_inset
23798
23799 TdM\SpecialChar \menuseparator
23800 Liste
23801 \begin_inset space ~
23802 \end_inset
23803
23804 des
23805 \begin_inset space ~
23806 \end_inset
23807
23808 algorithmes
23809 \family default
23810  si votre document est en la même langue que les menus de LyX.
23811  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
23812  en code TeX à la place:
23813 \end_layout
23814
23815 \begin_layout Standard
23816
23817 \series bold
23818
23819 \backslash
23820 listof{algorithm}{votre
23821 \begin_inset space ~
23822 \end_inset
23823
23824 nom}
23825 \end_layout
23826
23827 \begin_layout Standard
23828 où 
23829 \family sans
23830 votre
23831 \begin_inset space ~
23832 \end_inset
23833
23834 nom
23835 \family default
23836  est la traduction de 
23837 \begin_inset Quotes eld
23838 \end_inset
23839
23840
23841 \emph on
23842 List of Algorithm
23843 \emph default
23844 s
23845 \begin_inset Quotes erd
23846 \end_inset
23847
23848  dans votre langue.
23849 \end_layout
23850
23851 \begin_layout Standard
23852 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
23853  le schéma 
23854 \begin_inset Quotes eld
23855 \end_inset
23856
23857 chapitre.algorithme
23858 \begin_inset Quotes erd
23859 \end_inset
23860
23861  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
23862  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
23863  commande dans le préambule de votre document :
23864 \end_layout
23865
23866 \begin_layout Standard
23867
23868 \series bold
23869
23870 \backslash
23871 numberwithin{algorithm}{chapter}
23872 \end_layout
23873
23874 \begin_layout Standard
23875 Pour pouvoir utiliser la commande 
23876 \series bold
23877
23878 \backslash
23879 numberwithin
23880 \series default
23881 , activez l'option 
23882 \family sans
23883 Utiliser
23884 \begin_inset space ~
23885 \end_inset
23886
23887 le
23888 \begin_inset space ~
23889 \end_inset
23890
23891 paquetage
23892 \begin_inset space ~
23893 \end_inset
23894
23895 AMS
23896 \begin_inset space ~
23897 \end_inset
23898
23899 math
23900 \family default
23901  dans la rubrique 
23902 \family sans
23903 Options
23904 \begin_inset space ~
23905 \end_inset
23906
23907 des
23908 \begin_inset space ~
23909 \end_inset
23910
23911 Maths
23912 \family default
23913  de la fenêtre de dialogue 
23914 \family sans
23915 Paramètres
23916 \begin_inset space ~
23917 \end_inset
23918
23919 du
23920 \begin_inset space ~
23921 \end_inset
23922
23923 Document
23924 \family default
23925 .
23926 \end_layout
23927
23928 \begin_layout Section
23929 Numérotation des flottants
23930 \begin_inset Index idx
23931 status collapsed
23932
23933 \begin_layout Plain Layout
23934 Flottants ! Numérotation
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
23944  ils se trouvent, soit en utilisant un format du genre 
23945 \begin_inset Quotes eld
23946 \end_inset
23947
23948 chapitre.numéro
23949 \begin_inset Quotes erd
23950 \end_inset
23951
23952  ou 
23953 \begin_inset Quotes eld
23954 \end_inset
23955
23956 section.numéro
23957 \begin_inset Quotes erd
23958 \end_inset
23959
23960 .
23961  Cela dépend de la classe de document utilisée.
23962 \end_layout
23963
23964 \begin_layout Standard
23965 Pour changer le format de la numérotation qui ne dépend pas de la section
23966  dans laquelle on se trouve, on peut utiliser la commande suivante dans
23967  le préambule du document :
23968 \end_layout
23969
23970 \begin_layout Standard
23971
23972 \series bold
23973
23974 \backslash
23975 renewcommand{
23976 \backslash
23977 thetable}{
23978 \backslash
23979 roman{table}}
23980 \end_layout
23981
23982 \begin_layout Standard
23983
23984 \series bold
23985
23986 \backslash
23987 thetable
23988 \series default
23989  est la commande qui imprime le numéro du tableau, pour les figures, la
23990  commande serait 
23991 \series bold
23992
23993 \backslash
23994 thefigure
23995 \series default
23996 .
23997  La commande 
23998 \series bold
23999
24000 \backslash
24001 roman
24002 \series default
24003  utilisée dans la commande précédente, imprime le numéro du tableau sous
24004  forme de petits chiffres romains.
24005 \end_layout
24006
24007 \begin_layout Standard
24008 Pour changer le type de numérotation pour par exemple 
24009 \begin_inset Quotes eld
24010 \end_inset
24011
24012 sous-section.numéro
24013 \begin_inset Quotes erd
24014 \end_inset
24015
24016 , utilisez la commande suivante dans le préambule du document :
24017 \end_layout
24018
24019 \begin_layout Standard
24020
24021 \series bold
24022
24023 \backslash
24024 numberwithin{table}{subsection}
24025 \end_layout
24026
24027 \begin_layout Standard
24028 Pour pouvoir utiliser la commande 
24029 \series bold
24030
24031 \backslash
24032 numberwithin
24033 \series default
24034 , vous devez activer l'option 
24035 \family sans
24036 Utiliser
24037 \begin_inset space ~
24038 \end_inset
24039
24040 le
24041 \begin_inset space ~
24042 \end_inset
24043
24044 paquetage
24045 \begin_inset space ~
24046 \end_inset
24047
24048 maths
24049 \begin_inset space ~
24050 \end_inset
24051
24052 AMS
24053 \family default
24054  dans la rubrique 
24055 \family sans
24056 Options
24057 \begin_inset space ~
24058 \end_inset
24059
24060 des
24061 \begin_inset space ~
24062 \end_inset
24063
24064 Maths
24065 \family default
24066  de la fenêtre de dialogue 
24067 \family sans
24068 Paramètres
24069 \family default
24070  du document.
24071 \end_layout
24072
24073 \begin_layout Standard
24074 Veuillez aussi jeter un coup d'œil à la section
24075 \begin_inset space ~
24076 \end_inset
24077
24078
24079 \begin_inset CommandInset ref
24080 LatexCommand ref
24081 reference "sub:Numerotation-notes-bas-de-page"
24082
24083 \end_inset
24084
24085  pour plus de détails et des notes importantes sur les commandes de numérotation.
24086 \end_layout
24087
24088 \begin_layout Section
24089 Faire référence à des flottants
24090 \begin_inset CommandInset label
24091 LatexCommand label
24092 name "sec:Referencer-les-Flottants"
24093
24094 \end_inset
24095
24096
24097 \begin_inset Index idx
24098 status collapsed
24099
24100 \begin_layout Plain Layout
24101 Flottants ! Références
24102 \end_layout
24103
24104 \end_inset
24105
24106
24107 \begin_inset Index idx
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111 References@Références ! à des Flottants 
24112 \end_layout
24113
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \begin_layout Standard
24120 Pour faire référence à un flottant, insérez une étiquette dans sa légende
24121  en utilisant le menu 
24122 \family sans
24123 Insérer\SpecialChar \menuseparator
24124 Étiquette
24125 \family default
24126  ou le bouton 
24127 \family sans
24128
24129 \begin_inset Info
24130 type  "icon"
24131 arg   "label-insert"
24132 \end_inset
24133
24134
24135 \family default
24136  de la barre d'outils.
24137  Une boîte grise de ce genre : 
24138 \begin_inset Graphics
24139         filename clipart/labelQt4.png
24140         lyxscale 85
24141         scale 85
24142         scaleBeforeRotation
24143
24144 \end_inset
24145
24146  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
24147  de saisir le texte de l'étiquette.
24148  LyX propose comme texte pour l'étiquette les premiers mots de la légendes
24149  précédés d'un préfixe.
24150  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
24151  préfixe sera "
24152 \family sans
24153 fig:
24154 \family default
24155 ".
24156 \end_layout
24157
24158 \begin_layout Standard
24159 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
24160  Vous pouvez faire référence à cette étiquette en utilisant le menu 
24161 \family sans
24162 Insérer\SpecialChar \menuseparator
24163 Référence
24164 \begin_inset space ~
24165 \end_inset
24166
24167 Croisée
24168 \family default
24169  ou le bouton 
24170 \family sans
24171
24172 \begin_inset Info
24173 type  "icon"
24174 arg   "dialog-show-new-inset ref"
24175 \end_inset
24176
24177
24178 \family default
24179  de la barre d'outils.
24180  Une boîte grise de référence croisée comme celle-ci : 
24181 \begin_inset Graphics
24182         filename ../clipart/referenceQt4.png
24183         scale 85
24184         scaleBeforeRotation
24185
24186 \end_inset
24187
24188  va être insérée et la fenêtre de référence croisée va s'ouvrir et montrer
24189  toutes les étiquettes définies dans votre document.
24190  Si vous avez plusieurs documents LyX ouverts, vous pouvez choisir celui
24191  que vous voulez utiliser avec la liste déroulante qui se trouve en haut
24192  de la fenêtre de dialogue.
24193  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
24194  une.
24195  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
24196  de la référence croisée.
24197 \end_layout
24198
24199 \begin_layout Standard
24200 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
24201  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
24202  les deux.
24203  Si une référence croisées fait référence à une étiquette qui n'existe pas,
24204  vous verrez deux points d'interrogation dans la sortie imprimée à la place
24205  du numéro de la référence.
24206 \end_layout
24207
24208 \begin_layout Standard
24209 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
24210  Les références vers l'étiquette modifiée seront mise à jour automatiquement
24211  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
24212  pas à vous en préoccuper.
24213 \end_layout
24214
24215 \begin_layout Standard
24216 Le bouton 
24217 \family sans
24218 Aller
24219 \begin_inset space ~
24220 \end_inset
24221
24222 à
24223 \begin_inset space ~
24224 \end_inset
24225
24226 l'étiquette
24227 \family default
24228  dans la fenêtre de référence croisée va positionner le curseur juste devant
24229  l'étiquette à laquelle on fait référence.
24230  Le nom du bouton bouton 
24231 \family sans
24232 Revenir
24233 \family default
24234  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
24235  Si vous faites un clic droit sur la boîte d'une référence croisée, le curseur
24236  est aussi placé devant l'étiquette concernée, mais vous ne pouvez pas revenir
24237  à votre point de départ.
24238 \end_layout
24239
24240 \begin_layout Subsection
24241 Formats de références croisées
24242 \begin_inset CommandInset label
24243 LatexCommand label
24244 name "sub:Formats-Références-Croisées"
24245
24246 \end_inset
24247
24248
24249 \begin_inset Index idx
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253 References@Références ! Formats
24254 \end_layout
24255
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \begin_layout Standard
24262 Il y a six types de références croisées :
24263 \end_layout
24264
24265 \begin_layout Description
24266 <référence>
24267 \begin_inset space ~
24268 \end_inset
24269
24270 : affiche le numéro de l'élément, c'est le choix implicite : 
24271 \begin_inset CommandInset ref
24272 LatexCommand ref
24273 reference "fig:Deux-images-déformées"
24274
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \begin_layout Description
24281 (<référence>)
24282 \begin_inset space ~
24283 \end_inset
24284
24285 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
24286  normalement pour faire référence à des formules mathématiques, en particulier
24287  quand le mot 
24288 \begin_inset Quotes eld
24289 \end_inset
24290
24291 Équation
24292 \begin_inset Quotes erd
24293 \end_inset
24294
24295  est omis : 
24296 \begin_inset CommandInset ref
24297 LatexCommand eqref
24298 reference "eq:Wgn"
24299
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \begin_layout Description
24306 <page>
24307 \begin_inset space ~
24308 \end_inset
24309
24310 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
24311 \begin_inset space ~
24312 \end_inset
24313
24314
24315 \begin_inset CommandInset ref
24316 LatexCommand pageref
24317 reference "fig:Deux-images-déformées"
24318
24319 \end_inset
24320
24321
24322 \end_layout
24323
24324 \begin_layout Description
24325 Sur
24326 \begin_inset space ~
24327 \end_inset
24328
24329 la
24330 \begin_inset space ~
24331 \end_inset
24332
24333 page
24334 \begin_inset space ~
24335 \end_inset
24336
24337 <page>
24338 \begin_inset space ~
24339 \end_inset
24340
24341 : affiche le mot 
24342 \begin_inset Quotes eld
24343 \end_inset
24344
24345 page
24346 \begin_inset Quotes erd
24347 \end_inset
24348
24349  suivi du numéro de la page sur laquelle se trouve l'élément : 
24350 \begin_inset CommandInset ref
24351 LatexCommand vpageref
24352 reference "fig:Deux-images-déformées"
24353
24354 \end_inset
24355
24356
24357 \end_layout
24358
24359 \begin_layout Description
24360 <référence>
24361 \begin_inset space ~
24362 \end_inset
24363
24364 page
24365 \begin_inset space ~
24366 \end_inset
24367
24368 <page>
24369 \begin_inset space ~
24370 \end_inset
24371
24372 : affiche le numéro de l'élément, le mot 
24373 \begin_inset Quotes eld
24374 \end_inset
24375
24376 page
24377 \begin_inset Quotes erd
24378 \end_inset
24379
24380  et le numéro de la page : 
24381 \begin_inset CommandInset ref
24382 LatexCommand vref
24383 reference "fig:Deux-images-déformées"
24384
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \begin_layout Description
24391 Référence
24392 \begin_inset space ~
24393 \end_inset
24394
24395 mise
24396 \begin_inset space ~
24397 \end_inset
24398
24399 en
24400 \begin_inset space ~
24401 \end_inset
24402
24403 forme
24404 \begin_inset space ~
24405 \end_inset
24406
24407 : affiche une référence croisée qui définit son propre format.
24408 \begin_inset Newline newline
24409 \end_inset
24410
24411
24412 \begin_inset Note Greyedout
24413 status open
24414
24415 \begin_layout Plain Layout
24416
24417 \series bold
24418 Note:
24419 \series default
24420  Ce type de référence croisée n'est disponible que si vous avez installé
24421  le paquetage LaTeX 
24422 \series bold
24423 prettyref
24424 \series default
24425  ou 
24426 \series bold
24427 refstyle
24428 \series default
24429
24430 \begin_inset Index idx
24431 status collapsed
24432
24433 \begin_layout Plain Layout
24434 Paquetages LaTeX ! prettyref
24435 \end_layout
24436
24437 \end_inset
24438
24439
24440 \begin_inset Index idx
24441 status collapsed
24442
24443 \begin_layout Plain Layout
24444 Paquetages LaTeX ! refstyle
24445 \end_layout
24446
24447 \end_inset
24448
24449 .
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \begin_inset Newline newline
24456 \end_inset
24457
24458 Vous pouvez choisir le paquetage LaTeX qui doit être utilisé pour cette
24459  fonction en utilisant l'option 
24460 \family sans
24461 Utiliser refstyle (à la place de prettyref) pour les références croisées
24462 \family default
24463  dans le menu 
24464 \family sans
24465 Document\SpecialChar \menuseparator
24466 Paramètres\SpecialChar \menuseparator
24467 Classe de document
24468 \family default
24469 .
24470  Le format est précisé en ajoutant la commande 
24471 \series bold
24472
24473 \backslash
24474 newrefformat
24475 \series default
24476  (prettyref) ou 
24477 \series bold
24478
24479 \backslash
24480 newref
24481 \series default
24482  (refstyle) au préambule du document.
24483  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
24484  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
24485 \begin_inset space ~
24486 \end_inset
24487
24488 :
24489 \begin_inset Newline newline
24490 \end_inset
24491
24492
24493 \series bold
24494
24495 \backslash
24496 newref{fig}{refcmd={Image sur la page 
24497 \backslash
24498 pageref{#1}}}
24499 \series default
24500
24501 \begin_inset Newline newline
24502 \end_inset
24503
24504 Pour plus d'information sur le format, jetez un œil sur la documentation
24505  du paquetage, 
24506 \begin_inset CommandInset citation
24507 LatexCommand cite
24508 key "prettyref,refstyle"
24509
24510 \end_inset
24511
24512 .
24513 \end_layout
24514
24515 \begin_layout Description
24516 Référence
24517 \begin_inset space ~
24518 \end_inset
24519
24520 textuelle: affiche la légende de la référence
24521 \begin_inset space ~
24522 \end_inset
24523
24524
24525 \begin_inset CommandInset ref
24526 LatexCommand nameref
24527 reference "fig:Deux-images-déformées"
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535
24536 \family sans
24537 <page>
24538 \family default
24539  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
24540  précédente, la même page ou la page suivante.
24541  Vous verrez par exemple un texte du genre 
24542 \begin_inset Quotes eld
24543 \end_inset
24544
24545
24546 \family sans
24547 sur cette page
24548 \family default
24549
24550 \begin_inset Quotes erd
24551 \end_inset
24552
24553  à la place.
24554  Le style 
24555 \family sans
24556 <référence>
24557 \begin_inset space ~
24558 \end_inset
24559
24560 page
24561 \begin_inset space ~
24562 \end_inset
24563
24564 <page> 
24565 \family default
24566 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
24567  page.
24568 \end_layout
24569
24570 \begin_layout Standard
24571 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
24572  se trouve sont calculés automatiquement par LaTeX.
24573  Vous choisissez une des six variétés de références dans le champ Format
24574  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
24575  boîte de la référence croisée.
24576 \end_layout
24577
24578 \begin_layout Standard
24579 \begin_inset Note Greyedout
24580 status open
24581
24582 \begin_layout Plain Layout
24583
24584 \series bold
24585 Note:
24586 \series default
24587  L'utilisation du paquetage LaTeX 
24588 \series bold
24589 refstyle
24590 \series default
24591
24592 \begin_inset Index idx
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596 Paquetages LaTeX ! refstyle
24597 \end_layout
24598
24599 \end_inset
24600
24601  est recommandée parce que 
24602 \series bold
24603 prettyref
24604 \series default
24605
24606 \begin_inset Index idx
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610 Paquetages LaTeX ! prettyref
24611 \end_layout
24612
24613 \end_inset
24614
24615  ne connaît pas tous les raccourcis possibles pour les étiquettes
24616 \begin_inset Foot
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620 \begin_inset Quotes eld
24621 \end_inset
24622
24623 fig:
24624 \begin_inset Quotes erd
24625 \end_inset
24626
24627  est par exemple le raccourci LyX pour les étiquettes dans les légendes
24628  de figures,.
24629 \end_layout
24630
24631 \end_inset
24632
24633  et n'est pas internationalisé.
24634 \end_layout
24635
24636 \end_inset
24637
24638
24639 \end_layout
24640
24641 \begin_layout Standard
24642 \begin_inset Note Greyedout
24643 status open
24644
24645 \begin_layout Plain Layout
24646
24647 \series bold
24648 Note:
24649 \series default
24650  Du fait d'un bogue dans la paquetage LaTeX 
24651 \series bold
24652 varioref
24653 \series default
24654  (version 1.4w), certaines références croisées produiront des erreurs LaTeX
24655  si la langue du document est le français.
24656  Pour contourner ce bogue, voir
24657 \begin_inset Newline newline
24658 \end_inset
24659
24660
24661 \begin_inset CommandInset href
24662 LatexCommand href
24663 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
24664
24665 \end_inset
24666
24667 .
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Subsection
24676 Nommage automatique des références croisées
24677 \begin_inset Index idx
24678 status collapsed
24679
24680 \begin_layout Plain Layout
24681 References@Références ! Nommage automatique
24682 \end_layout
24683
24684 \end_inset
24685
24686
24687 \end_layout
24688
24689 \begin_layout Standard
24690 Le paquetage LaTeX 
24691 \series bold
24692 hyperref
24693 \series default
24694
24695 \begin_inset Index idx
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699 Paquetages LaTeX ! hyperref
24700 \end_layout
24701
24702 \end_inset
24703
24704
24705 \series bold
24706
24707 \series default
24708 qui est activé dans la rubrique 
24709 \family sans
24710 Propriétés du PDF
24711 \family default
24712  de la fenêtre de dialogue 
24713 \family sans
24714 Paramètres du document
24715 \family default
24716  fournit une fonction très utile pour automatiser la création des références
24717  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
24718  une section).
24719  Par exemple pour vous éviter de devoir écrire le mot 
24720 \begin_inset Quotes eld
24721 \end_inset
24722
24723 Figure
24724 \begin_inset Quotes erd
24725 \end_inset
24726
24727  devant chaque référence à une figure.
24728  Pour profiter de ce nommage automatique des références croisées, vous devez
24729  activer 
24730 \series bold
24731 hyperref
24732 \series default
24733  et insérer la ligne suivante dans le préambule du document :
24734 \end_layout
24735
24736 \begin_layout Standard
24737
24738 \series bold
24739
24740 \backslash
24741 AtBeginDocument{
24742 \backslash
24743 renewcommand{
24744 \backslash
24745 ref}[1]{
24746 \backslash
24747 mbox{
24748 \backslash
24749 autoref{#1}}}}
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
24754  défaut, par exemple vous préférez le nom 
24755 \begin_inset Quotes eld
24756 \end_inset
24757
24758 sec.
24759 \begin_inset space \thinspace{}
24760 \end_inset
24761
24762
24763 \begin_inset Quotes eld
24764 \end_inset
24765
24766  plutôt que 
24767 \begin_inset Quotes eld
24768 \end_inset
24769
24770 section
24771 \begin_inset Quotes erd
24772 \end_inset
24773
24774 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
24775 \end_layout
24776
24777 \begin_layout Standard
24778
24779 \series bold
24780
24781 \backslash
24782 addto
24783 \backslash
24784 extrasfrench{
24785 \backslash
24786 renewcommand{
24787 \backslash
24788 sectionautorefname}
24789 \begin_inset Newline newline
24790 \end_inset
24791
24792
24793 \begin_inset Phantom HPhantom
24794 status open
24795
24796 \begin_layout Plain Layout
24797
24798 \series bold
24799 \begin_inset space ~
24800 \end_inset
24801
24802
24803 \end_layout
24804
24805 \end_inset
24806
24807 {sec.
24808 \backslash
24809 negthinspace}}
24810 \end_layout
24811
24812 \begin_layout Standard
24813 Si vous utilisez une autre langue que le français, remplacez 
24814 \series bold
24815
24816 \backslash
24817 extrasfrench
24818 \series default
24819  par 
24820 \series bold
24821
24822 \backslash
24823 extras***
24824 \series default
24825 , où *** est le nom de la langue que vous utilisez.
24826
24827 \series bold
24828  
24829 \end_layout
24830
24831 \begin_layout Standard
24832 Pour avoir des noms automatiques, mais pas pour certains types de références,
24833  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
24834 \end_layout
24835
24836 \begin_layout Standard
24837
24838 \series bold
24839
24840 \backslash
24841 addto
24842 \backslash
24843 extrasfrench{
24844 \backslash
24845 renewcommand*{
24846 \backslash
24847 equationautorefname}[1]{}}
24848 \end_layout
24849
24850 \begin_layout Standard
24851 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
24852  de 
24853 \series bold
24854 hyperref
24855 \series default
24856  
24857 \begin_inset CommandInset citation
24858 LatexCommand cite
24859 key "hyperref"
24860
24861 \end_inset
24862
24863 .
24864 \end_layout
24865
24866 \begin_layout Standard
24867 \begin_inset Note Greyedout
24868 status open
24869
24870 \begin_layout Plain Layout
24871
24872 \series bold
24873 Note:
24874 \series default
24875  Le nommage automatique de références ne peut être utilisé si vous avez
24876  choisi le style de référence 
24877 \family sans
24878 Référence
24879 \begin_inset space ~
24880 \end_inset
24881
24882 mise
24883 \begin_inset space ~
24884 \end_inset
24885
24886 en
24887 \begin_inset space ~
24888 \end_inset
24889
24890 forme
24891 \family default
24892  décrit dans la section
24893 \begin_inset space ~
24894 \end_inset
24895
24896
24897 \begin_inset CommandInset ref
24898 LatexCommand ref
24899 reference "sub:Formats-Références-Croisées"
24900
24901 \end_inset
24902
24903 .
24904 \end_layout
24905
24906 \end_inset
24907
24908
24909 \end_layout
24910
24911 \begin_layout Standard
24912 Le manuel 
24913 \emph on
24914 Math
24915 \emph default
24916  est un exemple dans lequel on a utilisé le référencement automatique.
24917 \end_layout
24918
24919 \begin_layout Subsection
24920 Positionnement des références 
24921 \begin_inset CommandInset label
24922 LatexCommand label
24923 name "sub:Reference-Position"
24924
24925 \end_inset
24926
24927
24928 \begin_inset Index idx
24929 status collapsed
24930
24931 \begin_layout Plain Layout
24932 References@Références ! Positionnement
24933 \end_layout
24934
24935 \end_inset
24936
24937
24938 \end_layout
24939
24940 \begin_layout Standard
24941 Si vous utilisez le paquetage 
24942 \series bold
24943 hyperref, 
24944 \series default
24945 qui est activé dans la rubrique 
24946 \family sans
24947 Propriétés du PDF
24948 \family default
24949  de la fenêtre de dialogue 
24950 \family sans
24951 Paramètres du document,
24952 \family default
24953  pour lier vos références croisées dans la sortie finale, vous verrez que
24954  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
24955  l'image.
24956  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
24957  pourrez voir l'image sans faire défiler le texte.
24958  Ce problème vient du fait que le point d'ancrage de la référence se situe
24959  à l'endroit de l'étiquette.
24960  En utilisant le paquetage LaTeX 
24961 \series bold
24962 hypcap
24963 \series default
24964
24965 \begin_inset Index idx
24966 status collapsed
24967
24968 \begin_layout Plain Layout
24969 Paquetages LaTeX ! hypcap
24970 \end_layout
24971
24972 \end_inset
24973
24974 , qui fait partie du paquetage LaTeX 
24975 \series bold
24976 oberdiek
24977 \series default
24978
24979 \begin_inset Index idx
24980 status collapsed
24981
24982 \begin_layout Plain Layout
24983 Paquetages LaTeX ! oberdiek
24984 \end_layout
24985
24986 \end_inset
24987
24988 , le point d'ancrage d'un lien est place en haut du flottant.
24989  Pour utiliser cette fonction avec les flottants de figure, chargez 
24990 \series bold
24991 hypcap
24992 \series default
24993  dans l'entête du document avec la ligne
24994 \end_layout
24995
24996 \begin_layout Standard
24997
24998 \series bold
24999
25000 \backslash
25001 usepackage[figure]{hypcap}
25002 \end_layout
25003
25004 \begin_layout Standard
25005 Vous pouvez aussi utiliser 
25006 \series bold
25007 hypcap
25008 \series default
25009  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25010  raisons de stabilité.
25011  Pour plus d'information, jetez un coup d'œil au manuel d' 
25012 \series bold
25013 hypcap
25014 \series default
25015  
25016 \begin_inset CommandInset citation
25017 LatexCommand cite
25018 key "hypcap"
25019
25020 \end_inset
25021
25022 .
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \begin_inset Note Greyedout
25027 status open
25028
25029 \begin_layout Plain Layout
25030
25031 \series bold
25032 Note:
25033 \series default
25034  
25035 \series bold
25036 hypcap
25037 \series default
25038  n'a aucun effet pour les références à des sous-figures.
25039 \end_layout
25040
25041 \end_inset
25042
25043
25044 \end_layout
25045
25046 \begin_layout Section
25047 Placement des flottants
25048 \begin_inset CommandInset label
25049 LatexCommand label
25050 name "sec:Placement-flottants"
25051
25052 \end_inset
25053
25054
25055 \begin_inset Index idx
25056 status collapsed
25057
25058 \begin_layout Plain Layout
25059 Flottants ! Placement
25060 \end_layout
25061
25062 \end_inset
25063
25064
25065 \end_layout
25066
25067 \begin_layout Standard
25068 En faisant un clic droit sur la boîte d'un flottant, on ouvre la fenêtre
25069  de dialogue 
25070 \family sans
25071 Paramètre
25072 \begin_inset space ~
25073 \end_inset
25074
25075 de
25076 \begin_inset space ~
25077 \end_inset
25078
25079 Flottant
25080 \family default
25081  dans laquelle vous pouvez modifier le paramètres de placement que LaTeX
25082  utilise pour déterminer où placer le flottant.
25083 \begin_inset Newline newline
25084 \end_inset
25085
25086 L'option 
25087 \family sans
25088 Plusieurs
25089 \begin_inset space ~
25090 \end_inset
25091
25092 colonnes
25093 \family default
25094  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25095  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25096  confiné sur une seule colonne.
25097 \begin_inset Newline newline
25098 \end_inset
25099
25100 L'option 
25101 \family sans
25102 Rotation
25103 \begin_inset space ~
25104 \end_inset
25105
25106 90°
25107 \family default
25108  est utilisée pour faire tourner les flottants, voyez la section
25109 \begin_inset space ~
25110 \end_inset
25111
25112
25113 \begin_inset CommandInset ref
25114 LatexCommand ref
25115 reference "sec:Flottants-renversés"
25116
25117 \end_inset
25118
25119 .
25120 \end_layout
25121
25122 \begin_layout Standard
25123 En désactivant l'option 
25124 \family sans
25125 Utilise
25126 \begin_inset space ~
25127 \end_inset
25128
25129 le
25130 \begin_inset space ~
25131 \end_inset
25132
25133 placement
25134 \begin_inset space ~
25135 \end_inset
25136
25137 par
25138 \begin_inset space ~
25139 \end_inset
25140
25141 défaut
25142 \family default
25143  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
25144  le placement du flottant:
25145 \end_layout
25146
25147 \begin_layout Description
25148 Ici,
25149 \begin_inset space ~
25150 \end_inset
25151
25152 si
25153 \begin_inset space ~
25154 \end_inset
25155
25156 possible: essaie de placer le flottant à la position où il a été inséré
25157  dans LyX
25158 \end_layout
25159
25160 \begin_layout Description
25161 Haut
25162 \begin_inset space ~
25163 \end_inset
25164
25165 de
25166 \begin_inset space ~
25167 \end_inset
25168
25169 la
25170 \begin_inset space ~
25171 \end_inset
25172
25173 page: essaie de placer le flottant en haut de la page courante
25174 \end_layout
25175
25176 \begin_layout Description
25177 Bas
25178 \begin_inset space ~
25179 \end_inset
25180
25181 de
25182 \begin_inset space ~
25183 \end_inset
25184
25185 la
25186 \begin_inset space ~
25187 \end_inset
25188
25189 page: essaie de placer le flottant en bas de la page courante
25190 \end_layout
25191
25192 \begin_layout Description
25193 Page
25194 \begin_inset space ~
25195 \end_inset
25196
25197 de
25198 \begin_inset space ~
25199 \end_inset
25200
25201 flottants: essaie de placer le flottant sur une page à part, éventuellement
25202  avec d'autres flottants 
25203 \end_layout
25204
25205 \begin_layout Standard
25206 LaTeX utilise
25207 \emph on
25208  toujours 
25209 \emph default
25210 les options dans l'ordre donné ci-dessus.
25211  Ce qui veut dire que si vous utilisez le placement implicite, LaTeX va
25212  d'abord essayer 
25213 \family sans
25214 Ici
25215 \begin_inset space ~
25216 \end_inset
25217
25218 si
25219 \begin_inset space ~
25220 \end_inset
25221
25222 possible
25223 \family default
25224 , ensuite 
25225 \family sans
25226 Haut
25227 \begin_inset space ~
25228 \end_inset
25229
25230 de
25231 \begin_inset space ~
25232 \end_inset
25233
25234 la
25235 \begin_inset space ~
25236 \end_inset
25237
25238 page
25239 \family default
25240 , et ainsi de suite.
25241  Si vous n'utilisez pas le placement implicite, LaTeX va essayer les options
25242  que vous avez cochées, mais dans l'ordre donné ci-dessus.
25243  Si aucune des quatre options de placement n'est possible, la procédure
25244  est répétée avec la possibilité de mettre les flottant sur la page suivante.
25245 \end_layout
25246
25247 \begin_layout Standard
25248 Implicitement, chaque option a ses propres règles d'application:
25249 \end_layout
25250
25251 \begin_layout Standard
25252
25253 \family sans
25254 Haut
25255 \begin_inset space ~
25256 \end_inset
25257
25258 de
25259 \begin_inset space ~
25260 \end_inset
25261
25262 la
25263 \begin_inset space ~
25264 \end_inset
25265
25266 page
25267 \family default
25268  : seuls les flottants occupant moins de 70% de la page peuvent être placés
25269  en haut de page (
25270 \series bold
25271
25272 \backslash
25273 topfraction
25274 \series default
25275 ).
25276 \end_layout
25277
25278 \begin_layout Standard
25279
25280 \family sans
25281 Bas
25282 \begin_inset space ~
25283 \end_inset
25284
25285 de
25286 \begin_inset space ~
25287 \end_inset
25288
25289 la
25290 \begin_inset space ~
25291 \end_inset
25292
25293 page
25294 \family default
25295  : seuls les flottants occupant moins de 30% de la page peuvent être placés
25296  en bas de page (
25297 \series bold
25298
25299 \backslash
25300 bottomfraction
25301 \series default
25302 ).
25303 \end_layout
25304
25305 \begin_layout Standard
25306
25307 \family sans
25308 Page
25309 \begin_inset space ~
25310 \end_inset
25311
25312 de
25313 \begin_inset space ~
25314 \end_inset
25315
25316 flottants
25317 \family default
25318  : plusieurs flottants peuvent être placés ensembles sur une page seulement
25319  si ils occupent plus de 50% de celle-ci (
25320 \series bold
25321
25322 \backslash
25323 floatpagefraction
25324 \series default
25325 ).
25326 \end_layout
25327
25328 \begin_layout Standard
25329 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
25330  supplémentaire 
25331 \family sans
25332 Ignorer
25333 \begin_inset space ~
25334 \end_inset
25335
25336 les
25337 \begin_inset space ~
25338 \end_inset
25339
25340 règles
25341 \begin_inset space ~
25342 \end_inset
25343
25344 LaTeX
25345 \family default
25346 \lang english
25347 .
25348 \begin_inset Newline newline
25349 \end_inset
25350
25351
25352 \lang french
25353 Vous pouvez aussi redéfinir les règles avec les commandes LaTeX qui sont
25354  données entre parenthèses après les descriptions des règles données ci-dessus.
25355  Par exemple, pour augmenter à 50
25356 \begin_inset space \thinspace{}
25357 \end_inset
25358
25359 % la valeur de la règle de bas de page dont la valeur implicite est souvent
25360  trop petite, ajoutez cette ligne au préambule de votre document :
25361 \end_layout
25362
25363 \begin_layout Standard
25364
25365 \series bold
25366
25367 \backslash
25368 renewcommand{
25369 \backslash
25370 bottomfraction}{0.5}
25371 \end_layout
25372
25373 \begin_layout Standard
25374 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
25375  exactement à l'endroit où vous l'avez inséré.
25376  dans ce cas utilisez l'option 
25377 \family sans
25378 Ici
25379 \begin_inset space ~
25380 \end_inset
25381
25382 à
25383 \begin_inset space ~
25384 \end_inset
25385
25386 tout
25387 \begin_inset space ~
25388 \end_inset
25389
25390 Prix
25391 \family default
25392 .
25393  Utilisez cette option le moins souvent possible et seulement quand le document
25394  est presque prêt à être imprimé.
25395  En effet, le flottant n'est plus capable de 
25396 \begin_inset Quotes eld
25397 \end_inset
25398
25399 flotter
25400 \begin_inset Quotes erd
25401 \end_inset
25402
25403 , ce qui peut perturber toutes les mises en page.
25404 \end_layout
25405
25406 \begin_layout Standard
25407 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
25408  sont toujours entourés par le texte d'un paragraphe donné.
25409 \begin_inset VSpace bigskip
25410 \end_inset
25411
25412
25413 \end_layout
25414
25415 \begin_layout Standard
25416 On peut parfois se trouver dans la situation où un flottant est placé en
25417  haut d'une page alors que la section concernée ne commence qu'au milieu
25418  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
25419  la section précédente.
25420  On peut utiliser la commande LaTeX 
25421 \series bold
25422
25423 \backslash
25424 suppressfloats
25425 \series default
25426  pour éviter ce cas.
25427  Elle empêche le placement d'un flottant donné dans la page dans laquelle
25428  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
25429  soit placé avant que la section commence.
25430  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
25431  votre document :
25432 \end_layout
25433
25434 \begin_layout Standard
25435
25436 \series bold
25437
25438 \backslash
25439 let
25440 \backslash
25441 mySection
25442 \backslash
25443 section
25444 \begin_inset Newline newline
25445 \end_inset
25446
25447
25448 \backslash
25449 renewcommand{
25450 \backslash
25451 section}{
25452 \backslash
25453 suppressfloats[t]
25454 \backslash
25455 mySection}
25456 \end_layout
25457
25458 \begin_layout Standard
25459 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
25460  comme les chapitres et les sous-sections.
25461  Il n'est pas recommandé d'utiliser cette définition avec des portions de
25462  texte trop petites comme les sous-sous-sections parce que LaTeX pourrait
25463  ensuite avoir du mal à trouver un positionnement correct.
25464 \end_layout
25465
25466 \begin_layout Standard
25467 \begin_inset VSpace bigskip
25468 \end_inset
25469
25470 Dans certains cas il est demandé de placer toutes les figures et tous les
25471  tableaux à la fin du document.
25472  C'est pour de telles situations que le paquetage LaTeX 
25473 \series bold
25474 endfloat
25475 \series default
25476
25477 \begin_inset Index idx
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481 Paquetages LaTeX ! endfloat
25482 \end_layout
25483
25484 \end_inset
25485
25486  a été développé.
25487  Il met en effet tous les flottants de figures et de tableaux à la fin du
25488  document dans leurs propres sections.
25489  À la position d'origine du flottant, une indication textuelle du genre
25490  
25491 \begin_inset Quotes eld
25492 \end_inset
25493
25494
25495 \family sans
25496 [Figure
25497 \begin_inset space ~
25498 \end_inset
25499
25500 3.2 
25501 \lang english
25502 about here.
25503 \lang french
25504 ]
25505 \family default
25506
25507 \begin_inset Quotes erd
25508 \end_inset
25509
25510  est insérée.
25511  Le paquetage 
25512 \series bold
25513 endfloat
25514 \series default
25515  est chargé dans le préambule avec la ligne suivante 
25516 \end_layout
25517
25518 \begin_layout Standard
25519
25520 \series bold
25521
25522 \backslash
25523 usepackage[options]{endfloat}
25524 \end_layout
25525
25526 \begin_layout Standard
25527 Il y a aussi de nombreuses options de paquetage pour modifier le format
25528  des sections de figures ou de tableau qui sont créées.
25529  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
25530  
25531 \series bold
25532 endfloa
25533 \series default
25534
25535 \begin_inset CommandInset citation
25536 LatexCommand cite
25537 key "endfloat"
25538
25539 \end_inset
25540
25541 .
25542 \begin_inset Newline newline
25543 \end_inset
25544
25545
25546 \begin_inset Note Greyedout
25547 status open
25548
25549 \begin_layout Plain Layout
25550
25551 \series bold
25552 Note: endfloat
25553 \series default
25554  ne fournit pas de traduction automatique de l'indication textuelle, vous
25555  devez donc le faire manuellement, voyez la section
25556 \begin_inset space ~
25557 \end_inset
25558
25559 4 de 
25560 \begin_inset CommandInset citation
25561 LatexCommand cite
25562 key "endfloat"
25563
25564 \end_inset
25565
25566 .
25567 \end_layout
25568
25569 \end_inset
25570
25571
25572 \begin_inset Newline newline
25573 \end_inset
25574
25575
25576 \begin_inset Note Greyedout
25577 status open
25578
25579 \begin_layout Plain Layout
25580
25581 \series bold
25582 Note:
25583 \series default
25584  Il y a actuellement un bug dans le paquetage 
25585 \series bold
25586 endfloat
25587 \series default
25588  quand la légende contient un 
25589 \begin_inset Quotes eld
25590 \end_inset
25591
25592 ß
25593 \begin_inset Quotes erd
25594 \end_inset
25595
25596  allemand.
25597  Utilisez dans ce cas la commande 
25598 \begin_inset Quotes eld
25599 \end_inset
25600
25601
25602 \series bold
25603
25604 \backslash
25605 ss
25606 \series default
25607
25608 \begin_inset Quotes erd
25609 \end_inset
25610
25611  en code TeX à la place du 
25612 \begin_inset Quotes eld
25613 \end_inset
25614
25615 ß
25616 \begin_inset Quotes erd
25617 \end_inset
25618
25619 .
25620 \end_layout
25621
25622 \end_inset
25623
25624
25625 \end_layout
25626
25627 \begin_layout Standard
25628 \begin_inset VSpace bigskip
25629 \end_inset
25630
25631 Pour plus d'information sur les manières de placer les flottants, jetez
25632  un coup d'œil aux livres sur LaTeX, 
25633 \begin_inset CommandInset citation
25634 LatexCommand cite
25635 key "latexcompanion,latexguide,latexbook"
25636
25637 \end_inset
25638
25639 .
25640 \end_layout
25641
25642 \begin_layout Section
25643 Flottants renversés
25644 \begin_inset CommandInset label
25645 LatexCommand label
25646 name "sec:Flottants-renversés"
25647
25648 \end_inset
25649
25650
25651 \begin_inset Index idx
25652 status collapsed
25653
25654 \begin_layout Plain Layout
25655 Flottants ! Renversés
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Standard
25664 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
25665  tableaux très larges.
25666  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
25667  un clic droit sur la boîte du flottant et utilisez l'option 
25668 \family sans
25669 Rotation
25670 \begin_inset space ~
25671 \end_inset
25672
25673 90°
25674 \family default
25675 .
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Les flottants renversés sont systématiquement placés sur leur propre page
25680  ( ou colonne, si vous avez un document sur deux colonnes ).
25681  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
25682  
25683 \family sans
25684 Plusieurs
25685 \begin_inset space ~
25686 \end_inset
25687
25688 colonnes
25689 \family default
25690  dans les paramètres du flottant.
25691  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
25692  du côté de la marge externe.
25693  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
25694  ajouter soit l'option 
25695 \series bold
25696 figuresleft
25697 \series default
25698  soit l'option 
25699 \series bold
25700 figuresright
25701 \series default
25702  aux options de la classe de document.
25703 \end_layout
25704
25705 \begin_layout Standard
25706 Faire référence à un flottant renversé se fait de la même manière que pour
25707  un flottant normal, la mise en forme de la légende est aussi identique
25708  : Le tableau
25709 \begin_inset space ~
25710 \end_inset
25711
25712
25713 \begin_inset CommandInset ref
25714 LatexCommand ref
25715 reference "tab:Tableau-pivoté"
25716
25717 \end_inset
25718
25719  est un exemple de flottant de tableau renversé.
25720 \end_layout
25721
25722 \begin_layout Standard
25723 \begin_inset Note Greyedout
25724 status open
25725
25726 \begin_layout Plain Layout
25727
25728 \series bold
25729 Note:
25730 \series default
25731  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
25732  DVI.
25733 \end_layout
25734
25735 \end_inset
25736
25737
25738 \end_layout
25739
25740 \begin_layout Standard
25741 \begin_inset Float table
25742 wide false
25743 sideways true
25744 status open
25745
25746 \begin_layout Plain Layout
25747 \begin_inset Caption
25748
25749 \begin_layout Plain Layout
25750 \begin_inset CommandInset label
25751 LatexCommand label
25752 name "tab:Tableau-pivoté"
25753
25754 \end_inset
25755
25756  Tableau pivoté
25757 \end_layout
25758
25759 \end_inset
25760
25761
25762 \end_layout
25763
25764 \begin_layout Plain Layout
25765 \align center
25766 \begin_inset Tabular
25767 <lyxtabular version="3" rows="1" columns="5">
25768 <features tabularvalignment="middle">
25769 <column alignment="center" valignment="top" width="0">
25770 <column alignment="center" valignment="top" width="0">
25771 <column alignment="center" valignment="top" width="0">
25772 <column alignment="center" valignment="top" width="0">
25773 <column alignment="center" valignment="top" width="0">
25774 <row>
25775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779 test
25780 \end_layout
25781
25782 \end_inset
25783 </cell>
25784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25785 \begin_inset Text
25786
25787 \begin_layout Plain Layout
25788 b
25789 \end_layout
25790
25791 \end_inset
25792 </cell>
25793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797 c
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 d
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 e
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 </lyxtabular>
25822
25823 \end_inset
25824
25825
25826 \end_layout
25827
25828 \end_inset
25829
25830
25831 \end_layout
25832
25833 \begin_layout Section
25834 Sous-flottants
25835 \begin_inset Index idx
25836 status collapsed
25837
25838 \begin_layout Plain Layout
25839 Flottants ! Sous-flottants
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \begin_layout Standard
25848 Un exemple de sous-flottant : une figure composée de plusieurs images.
25849  On les crée en insérant un flottant dans un flottant existant.
25850  Le positionnement des sous-flottants peut être contrôlé comme pour les
25851  paragraphes comme on le voit avec les tableaux
25852 \begin_inset space ~
25853 \end_inset
25854
25855
25856 \begin_inset CommandInset ref
25857 LatexCommand ref
25858 reference "tab:Deux-sous-tableaux-cote-a-cote"
25859
25860 \end_inset
25861
25862  et 
25863 \begin_inset CommandInset ref
25864 LatexCommand ref
25865 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
25866
25867 \end_inset
25868
25869 .
25870 \end_layout
25871
25872 \begin_layout Standard
25873 On fait référence à des sous-flottants comme on le ferait avec des flottants
25874  normaux : Les tableaux
25875 \begin_inset space ~
25876 \end_inset
25877
25878
25879 \begin_inset CommandInset ref
25880 LatexCommand ref
25881 reference "tab:Le-sous-tableau-a"
25882
25883 \end_inset
25884
25885  et 
25886 \begin_inset CommandInset ref
25887 LatexCommand ref
25888 reference "tab:Le-sous-tableau-b"
25889
25890 \end_inset
25891
25892  sont des sous-tableaux du tableau
25893 \begin_inset space ~
25894 \end_inset
25895
25896
25897 \begin_inset CommandInset ref
25898 LatexCommand ref
25899 reference "tab:Deux-sous-tableaux-cote-a-cote"
25900
25901 \end_inset
25902
25903 .
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset Float table
25908 wide false
25909 sideways false
25910 status open
25911
25912 \begin_layout Plain Layout
25913 \begin_inset Caption
25914
25915 \begin_layout Plain Layout
25916 \begin_inset CommandInset label
25917 LatexCommand label
25918 name "tab:Deux-sous-tableaux-cote-a-cote"
25919
25920 \end_inset
25921
25922 Deux sous-tableaux placés côte-à-côte.
25923 \end_layout
25924
25925 \end_inset
25926
25927
25928 \end_layout
25929
25930 \begin_layout Plain Layout
25931 \align center
25932 \begin_inset space \hfill{}
25933 \end_inset
25934
25935
25936 \begin_inset Float table
25937 wide false
25938 sideways false
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942 \begin_inset Caption
25943
25944 \begin_layout Plain Layout
25945 \begin_inset CommandInset label
25946 LatexCommand label
25947 name "tab:Le-sous-tableau-a"
25948
25949 \end_inset
25950
25951 Le sous-tableau a
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \end_layout
25958
25959 \begin_layout Plain Layout
25960 \align center
25961 \begin_inset Tabular
25962 <lyxtabular version="3" rows="1" columns="5">
25963 <features tabularvalignment="middle">
25964 <column alignment="center" valignment="top" width="0">
25965 <column alignment="center" valignment="top" width="0">
25966 <column alignment="center" valignment="top" width="0">
25967 <column alignment="center" valignment="top" width="0">
25968 <column alignment="center" valignment="top" width="0">
25969 <row>
25970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974 test
25975 \end_layout
25976
25977 \end_inset
25978 </cell>
25979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25980 \begin_inset Text
25981
25982 \begin_layout Plain Layout
25983 b
25984 \end_layout
25985
25986 \end_inset
25987 </cell>
25988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25989 \begin_inset Text
25990
25991 \begin_layout Plain Layout
25992 c
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 d
26002 \end_layout
26003
26004 \end_inset
26005 </cell>
26006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26007 \begin_inset Text
26008
26009 \begin_layout Plain Layout
26010 e
26011 \end_layout
26012
26013 \end_inset
26014 </cell>
26015 </row>
26016 </lyxtabular>
26017
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \end_inset
26024
26025
26026 \begin_inset space \hfill{}
26027 \end_inset
26028
26029
26030 \begin_inset Float table
26031 wide false
26032 sideways false
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036 \begin_inset Caption
26037
26038 \begin_layout Plain Layout
26039 \begin_inset CommandInset label
26040 LatexCommand label
26041 name "tab:Le-sous-tableau-b"
26042
26043 \end_inset
26044
26045 Le sous-tableau b.
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \end_layout
26052
26053 \begin_layout Plain Layout
26054 \align center
26055 \begin_inset Tabular
26056 <lyxtabular version="3" rows="1" columns="5">
26057 <features tabularvalignment="middle">
26058 <column alignment="center" valignment="top" width="0">
26059 <column alignment="center" valignment="top" width="0">
26060 <column alignment="center" valignment="top" width="0">
26061 <column alignment="center" valignment="top" width="0">
26062 <column alignment="center" valignment="top" width="0">
26063 <row>
26064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26065 \begin_inset Text
26066
26067 \begin_layout Plain Layout
26068 e
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077 d
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26083 \begin_inset Text
26084
26085 \begin_layout Plain Layout
26086 c
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 b
26096 \end_layout
26097
26098 \end_inset
26099 </cell>
26100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104 test
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 </row>
26110 </lyxtabular>
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118
26119
26120 \begin_inset space \hfill{}
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127
26128
26129 \end_layout
26130
26131 \begin_layout Standard
26132 \begin_inset Float table
26133 wide false
26134 sideways false
26135 status open
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Caption
26139
26140 \begin_layout Plain Layout
26141 \begin_inset CommandInset label
26142 LatexCommand label
26143 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26144
26145 \end_inset
26146
26147 Deux sous-tableaux placés l'un sur l'autre.
26148  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
26149 \end_layout
26150
26151 \end_inset
26152
26153
26154 \end_layout
26155
26156 \begin_layout Plain Layout
26157 \align center
26158 \begin_inset Float table
26159 wide false
26160 sideways false
26161 status collapsed
26162
26163 \begin_layout Plain Layout
26164 \begin_inset Caption
26165
26166 \begin_layout Plain Layout
26167
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Plain Layout
26176 \align center
26177 \begin_inset Tabular
26178 <lyxtabular version="3" rows="1" columns="4">
26179 <features tabularvalignment="middle">
26180 <column alignment="center" valignment="top" width="0">
26181 <column alignment="center" valignment="top" width="0">
26182 <column alignment="center" valignment="top" width="0">
26183 <column alignment="center" valignment="top" width="0">
26184 <row>
26185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189 test
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 test
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26204 \begin_inset Text
26205
26206 \begin_layout Plain Layout
26207 test
26208 \end_layout
26209
26210 \end_inset
26211 </cell>
26212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26213 \begin_inset Text
26214
26215 \begin_layout Plain Layout
26216 test
26217 \end_layout
26218
26219 \end_inset
26220 </cell>
26221 </row>
26222 </lyxtabular>
26223
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \begin_layout Plain Layout
26235 \align center
26236 \begin_inset Float table
26237 wide false
26238 sideways false
26239 status collapsed
26240
26241 \begin_layout Plain Layout
26242 \begin_inset Caption
26243
26244 \begin_layout Plain Layout
26245
26246 \end_layout
26247
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \begin_layout Plain Layout
26254 \align center
26255 \begin_inset Tabular
26256 <lyxtabular version="3" rows="1" columns="5">
26257 <features tabularvalignment="middle">
26258 <column alignment="center" valignment="top" width="0">
26259 <column alignment="center" valignment="top" width="0">
26260 <column alignment="center" valignment="top" width="0">
26261 <column alignment="center" valignment="top" width="0">
26262 <column alignment="center" valignment="top" width="0">
26263 <row>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 a
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 b
26278 \end_layout
26279
26280 \end_inset
26281 </cell>
26282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26283 \begin_inset Text
26284
26285 \begin_layout Plain Layout
26286 c
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 d
26296 \end_layout
26297
26298 \end_inset
26299 </cell>
26300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26301 \begin_inset Text
26302
26303 \begin_layout Plain Layout
26304 e
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 </row>
26310 </lyxtabular>
26311
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Section
26328 Flottants côte-à-côte
26329 \begin_inset Index idx
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333 Flottants ! côte-à-côte
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 Pour placer des flottants côte-à-côte, comme pour la figure
26343 \begin_inset space ~
26344 \end_inset
26345
26346
26347 \begin_inset CommandInset ref
26348 LatexCommand ref
26349 reference "fig:Flottant-gauche"
26350
26351 \end_inset
26352
26353  et 
26354 \begin_inset CommandInset ref
26355 LatexCommand ref
26356 reference "fig:Flottant-droit"
26357
26358 \end_inset
26359
26360 , on n'utilise 
26361 \emph on
26362 qu'un seul 
26363 \emph default
26364 flottant.
26365  On y insère deux boîtes de minipages.
26366 \begin_inset Foot
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370 Les minipages sont décrites dans la section
26371 \begin_inset space ~
26372 \end_inset
26373
26374
26375 \begin_inset CommandInset ref
26376 LatexCommand ref
26377 reference "sec:Minipages"
26378
26379 \end_inset
26380
26381 .
26382 \end_layout
26383
26384 \end_inset
26385
26386  La largeur est mise à 45
26387 \begin_inset space \thinspace{}
26388 \end_inset
26389
26390 -50
26391 \begin_inset space \thinspace{}
26392 \end_inset
26393
26394 column% et l'alignement de la boîte à 
26395 \family sans
26396 Bas
26397 \family default
26398  pour chaque minipage.
26399  Les boîtes minipages contiennent l'image et la légende exactement comme
26400  avec un flottant.
26401  La seule différence est que l'unité de longueur 
26402 \family sans
26403 Largeur
26404 \begin_inset space ~
26405 \end_inset
26406
26407 colonne
26408 \begin_inset space ~
26409 \end_inset
26410
26411 %
26412 \family default
26413  utilisée pour l'image est maintenant définie par rapport à la largeur des
26414  boîtes minipages.
26415 \end_layout
26416
26417 \begin_layout Standard
26418 \begin_inset Float figure
26419 wide false
26420 sideways false
26421 status open
26422
26423 \begin_layout Plain Layout
26424 \begin_inset Box Frameless
26425 position "b"
26426 hor_pos "c"
26427 has_inner_box 1
26428 inner_pos "t"
26429 use_parbox 0
26430 use_makebox 0
26431 width "45col%"
26432 special "none"
26433 height "1in"
26434 height_special "totalheight"
26435 status open
26436
26437 \begin_layout Plain Layout
26438 \align center
26439 \begin_inset Graphics
26440         filename ../clipart/mobius.eps
26441         lyxscale 50
26442         width 100col%
26443         scaleBeforeRotation
26444
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \begin_layout Plain Layout
26451 \begin_inset Caption
26452
26453 \begin_layout Plain Layout
26454 \begin_inset CommandInset label
26455 LatexCommand label
26456 name "fig:Flottant-gauche"
26457
26458 \end_inset
26459
26460 Flottant du côté gauche.
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \begin_inset space \hfill{}
26472 \end_inset
26473
26474
26475 \begin_inset Box Frameless
26476 position "b"
26477 hor_pos "c"
26478 has_inner_box 1
26479 inner_pos "t"
26480 use_parbox 0
26481 use_makebox 0
26482 width "45col%"
26483 special "none"
26484 height "1in"
26485 height_special "totalheight"
26486 status open
26487
26488 \begin_layout Plain Layout
26489 \align center
26490 \begin_inset Graphics
26491         filename ../clipart/platypus.eps
26492         lyxscale 50
26493         width 100col%
26494         scaleBeforeRotation
26495
26496 \end_inset
26497
26498
26499 \end_layout
26500
26501 \begin_layout Plain Layout
26502 \begin_inset Caption
26503
26504 \begin_layout Plain Layout
26505 \begin_inset CommandInset label
26506 LatexCommand label
26507 name "fig:Flottant-droit"
26508
26509 \end_inset
26510
26511 Flottant du côté droit.
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Section
26530 Mise en forme de la légende
26531 \begin_inset Index idx
26532 status collapsed
26533
26534 \begin_layout Plain Layout
26535 Légende ! Mise en forme
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \begin_inset Index idx
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545 Flottants ! Mise en forme de la Légende
26546 \end_layout
26547
26548 \end_inset
26549
26550
26551 \begin_inset CommandInset label
26552 LatexCommand label
26553 name "sec:Formatage-légende"
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 L'environnement 
26562 \family sans
26563 Légende
26564 \family default
26565  est l'environnement de paragraphe implicite pour les 
26566 \family sans
26567 flottants
26568 \family default
26569 .
26570  Dans la fenêtre de LyX les légendes apparaissent comme une étiquette comme
26571  par exemple 
26572 \begin_inset Quotes eld
26573 \end_inset
26574
26575
26576 \family sans
26577 Figure #:
26578 \family default
26579
26580 \begin_inset Quotes erd
26581 \end_inset
26582
26583  suivi par le texte de la légende.
26584  Le 
26585 \begin_inset Quotes eld
26586 \end_inset
26587
26588 #
26589 \begin_inset Quotes erd
26590 \end_inset
26591
26592  étant remplacé par le numéro de référence réel.
26593  implicitement l'étiquette et le numéro sont dans la même police de caractères
26594  que le texte de la légende et deux points suivent le numéro pour séparer
26595  l'étiquette du texte.
26596  Ce format de légende n'est pas forcément adapté à tous les types de documents.
26597 \end_layout
26598
26599 \begin_layout Standard
26600 Pour modifier le format implicite des légendes, il faut charger le paquetage
26601  LaTeX 
26602 \series bold
26603 caption
26604 \series default
26605
26606 \begin_inset Index idx
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610 Paquetages LaTeX ! caption
26611 \end_layout
26612
26613 \end_inset
26614
26615  dans le préambule de votre document avec la ligne suivante :
26616 \end_layout
26617
26618 \begin_layout Standard
26619
26620 \series bold
26621
26622 \backslash
26623 usepackage[format definition]{caption}
26624 \end_layout
26625
26626 \begin_layout Standard
26627 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
26628  grasse et les légendes de tableau toujours au dessus des tableaux, comme
26629  dans ce document, utilisez les commandes suivantes :
26630 \end_layout
26631
26632 \begin_layout Standard
26633
26634 \series bold
26635
26636 \backslash
26637 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
26638 \end_layout
26639
26640 \begin_layout Standard
26641 Vous pouvez aussi définir des formats de légendes différents pour les différents
26642  types de flottants.
26643  Dans ce cas chargez le paquetage 
26644 \series bold
26645 caption 
26646 \series default
26647 sans option de format spécifique et définissez les différents formats à
26648  l'aide de la commande 
26649 \end_layout
26650
26651 \begin_layout Standard
26652
26653 \series bold
26654
26655 \backslash
26656 captionsetup[type de flottant]{définition du format}
26657 \end_layout
26658
26659 \begin_layout Standard
26660 dans le préambule du document.
26661  Par exemple les formats de légende de la Figure
26662 \begin_inset space ~
26663 \end_inset
26664
26665
26666 \begin_inset CommandInset ref
26667 LatexCommand ref
26668 reference "fig:Legende-de-fig"
26669
26670 \end_inset
26671
26672  et du Tableau
26673 \begin_inset space ~
26674 \end_inset
26675
26676
26677 \begin_inset CommandInset ref
26678 LatexCommand ref
26679 reference "tab:Légende-de-tab"
26680
26681 \end_inset
26682
26683  peuvent être créés en utilisant les commandes suivantes dans le préambule
26684  :
26685 \end_layout
26686
26687 \begin_layout Standard
26688
26689 \series bold
26690
26691 \backslash
26692 usepackage[tableposition=top]{caption}
26693 \series default
26694
26695 \begin_inset Newline newline
26696 \end_inset
26697
26698
26699 \series bold
26700
26701 \backslash
26702 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
26703 \begin_inset Newline newline
26704 \end_inset
26705
26706
26707 \begin_inset Phantom HPhantom
26708 status open
26709
26710 \begin_layout Plain Layout
26711
26712 \series bold
26713
26714 \backslash
26715 captionsetup[figure]{
26716 \end_layout
26717
26718 \end_inset
26719
26720 labelsep=period}
26721 \begin_inset Newline newline
26722 \end_inset
26723
26724
26725 \backslash
26726 captionsetup[table]{labelfont={bf,sf}}
26727 \end_layout
26728
26729 \begin_layout Standard
26730 \begin_inset Note Greyedout
26731 status open
26732
26733 \begin_layout Plain Layout
26734
26735 \series bold
26736 Note:
26737 \series default
26738  L'option 
26739 \series bold
26740 tableposition=top
26741 \series default
26742  n'a pas d'effet quand on utilise un document de classe 
26743 \series bold
26744 KOMA-Script
26745 \series default
26746
26747 \begin_inset Index idx
26748 status collapsed
26749
26750 \begin_layout Plain Layout
26751 Paquetages LaTeX ! KOMA-Script
26752 \end_layout
26753
26754 \end_inset
26755
26756 .
26757  Dans ce cas on doit utiliser l'option 
26758 \series bold
26759 captions=tableheading
26760 \series default
26761  de la classe de document.
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \begin_layout Standard
26770 Pour plus d'information sur le paquetage 
26771 \series bold
26772 caption
26773 \series default
26774  nous vous renvoyons à sa documentation 
26775 \begin_inset CommandInset citation
26776 LatexCommand cite
26777 key "caption"
26778
26779 \end_inset
26780
26781 .
26782 \end_layout
26783
26784 \begin_layout Standard
26785 Pour changer le nom de l'étiquette, par exemple de 
26786 \begin_inset Quotes eld
26787 \end_inset
26788
26789 Figure
26790 \begin_inset Quotes erd
26791 \end_inset
26792
26793  à 
26794 \begin_inset Quotes eld
26795 \end_inset
26796
26797 Image
26798 \begin_inset Quotes erd
26799 \end_inset
26800
26801 , utilisez la commande suivante dans le préambule :
26802 \end_layout
26803
26804 \begin_layout Standard
26805
26806 \series bold
26807
26808 \backslash
26809 renewcommand{
26810 \backslash
26811 fnum@figure}{Image~
26812 \backslash
26813 thefigure}
26814 \end_layout
26815
26816 \begin_layout Standard
26817 où 
26818 \series bold
26819
26820 \backslash
26821 thefigure
26822 \series default
26823  insère le numéro de la figure et
26824 \series bold
26825  
26826 \begin_inset Quotes eld
26827 \end_inset
26828
26829 ~
26830 \series default
26831
26832 \begin_inset Quotes erd
26833 \end_inset
26834
26835  ajoute une espace insécable.
26836 \end_layout
26837
26838 \begin_layout Standard
26839 \begin_inset VSpace bigskip
26840 \end_inset
26841
26842 Si vous utilisez un document de classe 
26843 \series bold
26844 KOMA-Script
26845 \series default
26846
26847 \begin_inset Index idx
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851 Paquetages LaTeX ! KOMA-Script
26852 \end_layout
26853
26854 \end_inset
26855
26856  (
26857 \family sans
26858 article (KOMA-Script)
26859 \family default
26860
26861 \family sans
26862 book (KOMA-Script)
26863 \family default
26864
26865 \family sans
26866 letter (KOMA-Script)
26867 \family default
26868 , ou 
26869 \family sans
26870 report (KOMA-Script)
26871 \family default
26872
26873 \begin_inset space \thinspace{}
26874 \end_inset
26875
26876 ), Vous pouvez utiliser la commande incorporée 
26877 \series bold
26878
26879 \backslash
26880 setkomafont 
26881 \series default
26882 du paquetage
26883 \series bold
26884  KOMA-Script 
26885 \series default
26886 à la place du paquetage
26887 \series bold
26888  caption.
26889  
26890 \series default
26891 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
26892  suivante au préambule de votre document :
26893 \end_layout
26894
26895 \begin_layout Standard
26896
26897 \series bold
26898
26899 \backslash
26900 setkomafont{captionlabel}{
26901 \backslash
26902 bfseries}
26903 \end_layout
26904
26905 \begin_layout Standard
26906 Pour plus d'information au sujet de 
26907 \series bold
26908
26909 \backslash
26910 setkomafont
26911 \series default
26912  nous vous renvoyons à la documentation du paquetage 
26913 \series bold
26914 KOMA-Script
26915 \series default
26916  
26917 \begin_inset CommandInset citation
26918 LatexCommand cite
26919 key "KOMA-Script"
26920
26921 \end_inset
26922
26923 .
26924 \end_layout
26925
26926 \begin_layout Standard
26927 \begin_inset ERT
26928 status collapsed
26929
26930 \begin_layout Plain Layout
26931
26932
26933 \backslash
26934 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
26935 }
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \begin_inset Note Note
26942 status open
26943
26944 \begin_layout Plain Layout
26945 Le format de la légende n'est modifié que pour cet exemple.
26946 \end_layout
26947
26948 \end_inset
26949
26950
26951 \end_layout
26952
26953 \begin_layout Standard
26954 \begin_inset Float figure
26955 placement !p
26956 wide false
26957 sideways false
26958 status open
26959
26960 \begin_layout Plain Layout
26961 \align center
26962 \begin_inset Graphics
26963         filename ../clipart/mobius.eps
26964         lyxscale 50
26965         scale 50
26966         scaleBeforeRotation
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Plain Layout
26974 \begin_inset Caption
26975
26976 \begin_layout Plain Layout
26977 \begin_inset CommandInset label
26978 LatexCommand label
26979 name "fig:Legende-de-fig"
26980
26981 \end_inset
26982
26983 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
26984  pour montrer les différents types de formats de légendes.
26985  Ici on a utilisé un format de légende personnalisé.
26986 \end_layout
26987
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994
26995
26996 \end_layout
26997
26998 \begin_layout Standard
26999 \begin_inset ERT
27000 status collapsed
27001
27002 \begin_layout Plain Layout
27003
27004
27005 \backslash
27006 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27007 on}
27008 \end_layout
27009
27010 \end_inset
27011
27012
27013 \end_layout
27014
27015 \begin_layout Standard
27016 \begin_inset Float table
27017 placement !p
27018 wide false
27019 sideways false
27020 status open
27021
27022 \begin_layout Plain Layout
27023 \begin_inset Caption
27024
27025 \begin_layout Plain Layout
27026 \begin_inset CommandInset label
27027 LatexCommand label
27028 name "tab:Légende-de-tab"
27029
27030 \end_inset
27031
27032 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27033  pour montrer les différents types de formats de légendes.
27034  Ici on a utilisé le format de légende implicite.
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Plain Layout
27043 \align center
27044 \begin_inset Tabular
27045 <lyxtabular version="3" rows="1" columns="5">
27046 <features tabularvalignment="middle">
27047 <column alignment="center" valignment="top" width="0">
27048 <column alignment="center" valignment="top" width="0">
27049 <column alignment="center" valignment="top" width="0">
27050 <column alignment="center" valignment="top" width="0">
27051 <column alignment="center" valignment="top" width="0">
27052 <row>
27053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27054 \begin_inset Text
27055
27056 \begin_layout Plain Layout
27057 a
27058 \end_layout
27059
27060 \end_inset
27061 </cell>
27062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27063 \begin_inset Text
27064
27065 \begin_layout Plain Layout
27066 b
27067 \end_layout
27068
27069 \end_inset
27070 </cell>
27071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27072 \begin_inset Text
27073
27074 \begin_layout Plain Layout
27075 c
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084 d
27085 \end_layout
27086
27087 \end_inset
27088 </cell>
27089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27090 \begin_inset Text
27091
27092 \begin_layout Plain Layout
27093 e
27094 \end_layout
27095
27096 \end_inset
27097 </cell>
27098 </row>
27099 </lyxtabular>
27100
27101 \end_inset
27102
27103
27104 \end_layout
27105
27106 \end_inset
27107
27108
27109 \end_layout
27110
27111 \begin_layout Section
27112 Positionnement de la Légende
27113 \begin_inset Index idx
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 Légende ! Placement
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \begin_inset Index idx
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127 Flottants ! Placement de la légende
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \begin_inset CommandInset label
27134 LatexCommand label
27135 name "sec:Placement-légende"
27136
27137 \end_inset
27138
27139
27140 \end_layout
27141
27142 \begin_layout Standard
27143 La règle habituelle pour placer la légende est :
27144 \end_layout
27145
27146 \begin_layout Description
27147 Figure
27148 \begin_inset space ~
27149 \end_inset
27150
27151 : La légende est placée en dessous de la figure
27152 \end_layout
27153
27154 \begin_layout Description
27155 Tableau
27156 \begin_inset space ~
27157 \end_inset
27158
27159 : La légende est placée au dessus du tableau
27160 \end_layout
27161
27162 \begin_layout Standard
27163 Malheureusement les classes standard de LaTeX ne gèrent pas les légendes
27164  au dessus des tableaux.
27165  Ce qui fait que si vous utilisez une des classes de document 
27166 \family sans
27167 article
27168 \family default
27169
27170 \family sans
27171 book
27172 \family default
27173
27174 \family sans
27175 letter
27176 \family default
27177 , ou 
27178 \family sans
27179 report
27180 \family default
27181  il n'y aura pas d'espace libre entre la légende et le tableau.
27182  Pour insérer l'espace nécessaire, ajoutez l'option suivante à la commande
27183  de chargement du paquetage LaTeX 
27184 \series bold
27185 caption
27186 \series default
27187  dans le préambule de votre document
27188 \begin_inset Foot
27189 status open
27190
27191 \begin_layout Plain Layout
27192 Voir la section
27193 \begin_inset space ~
27194 \end_inset
27195
27196
27197 \begin_inset CommandInset ref
27198 LatexCommand ref
27199 reference "sec:Formatage-légende"
27200
27201 \end_inset
27202
27203  pour plus d'information sur le paquetage 
27204 \series bold
27205 caption
27206 \series default
27207 .
27208 \end_layout
27209
27210 \end_inset
27211
27212 :
27213 \end_layout
27214
27215 \begin_layout Standard
27216
27217 \series bold
27218 tableposition=top
27219 \end_layout
27220
27221 \begin_layout Standard
27222 Si vous utilisez une classe de document 
27223 \series bold
27224 KOMA-Script
27225 \series default
27226
27227 \begin_inset Index idx
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 Paquetages LaTeX ! KOMA-Script
27232 \end_layout
27233
27234 \end_inset
27235
27236  (
27237 \family sans
27238 article (KOMA-Script)
27239 \family default
27240
27241 \family sans
27242 book (KOMA-Script)
27243 \family default
27244
27245 \family sans
27246 letter (KOMA-Script)
27247 \family default
27248 , ou 
27249 \family sans
27250 report (KOMA-Script)
27251 \family default
27252
27253 \begin_inset space \thinspace{}
27254 \end_inset
27255
27256 ), vous pouvez utiliser à la place du paquetage 
27257 \series bold
27258 caption
27259 \series default
27260  l'option 
27261 \series bold
27262 captions=tableheading
27263 \series default
27264  de la classe de document.
27265 \end_layout
27266
27267 \begin_layout Standard
27268 \begin_inset VSpace bigskip
27269 \end_inset
27270
27271 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
27272  Pour cela, vous devez charger le paquetage LaTeX 
27273 \series bold
27274 sidecap
27275 \series default
27276
27277 \begin_inset Index idx
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281 Paquetages LaTeX ! sidecap
27282 \end_layout
27283
27284 \end_inset
27285
27286  dans le préambule de votre document avec la ligne de commande suivante
27287 \end_layout
27288
27289 \begin_layout Standard
27290
27291 \series bold
27292
27293 \backslash
27294 usepackage[option]{sidecap}
27295 \end_layout
27296
27297 \begin_layout Standard
27298 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
27299  extérieure – à droite sur les pages impaires et à gauche sur les pages
27300  paires.
27301  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
27302  
27303 \series bold
27304 innercaption
27305 \series default
27306 .
27307  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
27308  
27309 \series bold
27310 rightcaption
27311 \series default
27312  ou 
27313 \series bold
27314 leftcaption
27315 \series default
27316 .
27317 \end_layout
27318
27319 \begin_layout Standard
27320 \begin_inset ERT
27321 status collapsed
27322
27323 \begin_layout Plain Layout
27324
27325
27326 \backslash
27327 ifsidecap
27328 \end_layout
27329
27330 \end_inset
27331
27332
27333 \begin_inset Note Note
27334 status open
27335
27336 \begin_layout Plain Layout
27337 La section suivante ne sera affichée que si le paquetage LaTeX 
27338 \series bold
27339 sidecap
27340 \series default
27341  a été installé.
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
27351  ajouter ces commandes dans le préambule de votre document :
27352 \end_layout
27353
27354 \begin_layout Standard
27355 \noindent
27356 \begin_inset CommandInset line
27357 LatexCommand rule
27358 offset "0.5ex"
27359 width "100line%"
27360 height "1pt"
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368
27369 \series bold
27370
27371 \backslash
27372 newcommand{
27373 \backslash
27374 TabBesBeg}[1][1.0]{%
27375 \begin_inset Newline newline
27376 \end_inset
27377
27378
27379 \begin_inset Phantom HPhantom
27380 status open
27381
27382 \begin_layout Plain Layout
27383 \begin_inset space ~
27384 \end_inset
27385
27386
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \backslash
27393 let
27394 \backslash
27395 MyTable
27396 \backslash
27397 table
27398 \begin_inset Newline newline
27399 \end_inset
27400
27401
27402 \begin_inset Phantom HPhantom
27403 status open
27404
27405 \begin_layout Plain Layout
27406
27407 \series medium
27408 \begin_inset space ~
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \end_inset
27415
27416
27417 \backslash
27418 let
27419 \backslash
27420 MyEndtable
27421 \backslash
27422 endtable
27423 \begin_inset Newline newline
27424 \end_inset
27425
27426
27427 \begin_inset Phantom HPhantom
27428 status open
27429
27430 \begin_layout Plain Layout
27431
27432 \series medium
27433 \begin_inset space ~
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \end_inset
27440
27441
27442 \backslash
27443 renewenvironment{table}[1]{
27444 \backslash
27445 begin{SCtable}[#1]##1}{
27446 \backslash
27447 end{SCtable}}}
27448 \end_layout
27449
27450 \begin_layout Standard
27451
27452 \series bold
27453
27454 \backslash
27455 newcommand{
27456 \backslash
27457 TabBesEnd}{%
27458 \begin_inset Newline newline
27459 \end_inset
27460
27461
27462 \begin_inset Phantom HPhantom
27463 status open
27464
27465 \begin_layout Plain Layout
27466 \begin_inset space ~
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \backslash
27476 let
27477 \backslash
27478 table
27479 \backslash
27480 MyTable
27481 \begin_inset Newline newline
27482 \end_inset
27483
27484
27485 \begin_inset Phantom HPhantom
27486 status open
27487
27488 \begin_layout Plain Layout
27489 \begin_inset space ~
27490 \end_inset
27491
27492
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \backslash
27499 let
27500 \backslash
27501 endtable
27502 \backslash
27503 MyEndtable
27504 \end_layout
27505
27506 \begin_layout Standard
27507
27508 \series bold
27509
27510 \backslash
27511 newcommand{
27512 \backslash
27513 FigBesBeg}[1][1.0]{%
27514 \begin_inset Newline newline
27515 \end_inset
27516
27517
27518 \begin_inset Phantom HPhantom
27519 status open
27520
27521 \begin_layout Plain Layout
27522 \begin_inset space ~
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \backslash
27532 let
27533 \backslash
27534 MyFigure
27535 \backslash
27536 figure
27537 \begin_inset Newline newline
27538 \end_inset
27539
27540
27541 \begin_inset Phantom HPhantom
27542 status open
27543
27544 \begin_layout Plain Layout
27545 \begin_inset space ~
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \end_inset
27552
27553
27554 \backslash
27555 let
27556 \backslash
27557 MyEndfigure
27558 \backslash
27559 endfigure
27560 \begin_inset Newline newline
27561 \end_inset
27562
27563
27564 \begin_inset Phantom HPhantom
27565 status open
27566
27567 \begin_layout Plain Layout
27568 \begin_inset space ~
27569 \end_inset
27570
27571
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \backslash
27578 renewenvironment{figure}[1]{
27579 \backslash
27580 begin{SCfigure}[#1]##1}{
27581 \backslash
27582 end{SCfigure}}}
27583 \end_layout
27584
27585 \begin_layout Standard
27586
27587 \series bold
27588
27589 \backslash
27590 newcommand{
27591 \backslash
27592 FigBesEnd}{%
27593 \begin_inset Newline newline
27594 \end_inset
27595
27596
27597 \begin_inset Phantom HPhantom
27598 status open
27599
27600 \begin_layout Plain Layout
27601 \begin_inset space ~
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \end_inset
27608
27609
27610 \backslash
27611 let
27612 \backslash
27613 figure
27614 \backslash
27615 MyFigure
27616 \begin_inset Newline newline
27617 \end_inset
27618
27619
27620 \begin_inset Phantom HPhantom
27621 status open
27622
27623 \begin_layout Plain Layout
27624 \begin_inset space ~
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \backslash
27634 let
27635 \backslash
27636 endfigure
27637 \backslash
27638 MyEndfigure}
27639 \end_layout
27640
27641 \begin_layout Standard
27642 \noindent
27643 \begin_inset CommandInset line
27644 LatexCommand rule
27645 offset "0.5ex"
27646 width "100line%"
27647 height "1pt"
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \begin_layout Standard
27655 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
27656  la légende se place sur le côté.
27657  Pour les flottants de figure, utilisez la commande
27658 \end_layout
27659
27660 \begin_layout Standard
27661
27662 \series bold
27663
27664 \backslash
27665 FigBesBeg
27666 \end_layout
27667
27668 \begin_layout Standard
27669 en code TeX avant le flottant.
27670  Et insérez la commande
27671 \end_layout
27672
27673 \begin_layout Standard
27674
27675 \series bold
27676
27677 \backslash
27678 FigBesEnd
27679 \end_layout
27680
27681 \begin_layout Standard
27682 en code TeX à l'endroit où vous voulez revenir à la définition originale
27683  du flottant.
27684 \end_layout
27685
27686 \begin_layout Standard
27687 Pour les flottants de tableau, utilisez les commandes correspondantes
27688 \end_layout
27689
27690 \begin_layout Standard
27691
27692 \series bold
27693
27694 \backslash
27695 TabBesBeg
27696 \series default
27697  et 
27698 \series bold
27699
27700 \backslash
27701 TabBesEnd
27702 \end_layout
27703
27704 \begin_layout Standard
27705 La figure
27706 \begin_inset space ~
27707 \end_inset
27708
27709
27710 \begin_inset CommandInset ref
27711 LatexCommand ref
27712 reference "fig:legende-a-coté-fig"
27713
27714 \end_inset
27715
27716  et le tableau
27717 \begin_inset space ~
27718 \end_inset
27719
27720
27721 \begin_inset CommandInset ref
27722 LatexCommand ref
27723 reference "tab:legende-à-coté-tableau"
27724
27725 \end_inset
27726
27727  sont des exemples où la légende a été mises sur le coté.
27728 \end_layout
27729
27730 \begin_layout Standard
27731 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
27732  pour les flottants de tableau et vers le bas pour les flottants de figure.
27733  Pour changer ce comportement, vous pouvez utiliser les commandes
27734 \end_layout
27735
27736 \begin_layout Standard
27737
27738 \series bold
27739
27740 \backslash
27741 sidecaptionvpos{type flottant}{placement}
27742 \end_layout
27743
27744 \begin_layout Standard
27745 dans le préambule du document ou en code TeX juste avant le flottant visé.
27746  Le type du flottant est soit 
27747 \family sans
27748 figure
27749 \family default
27750  soit 
27751 \family sans
27752 table
27753 \family default
27754 , le placement peut être 
27755 \begin_inset Quotes eld
27756 \end_inset
27757
27758
27759 \family sans
27760 t
27761 \family default
27762
27763 \begin_inset Quotes erd
27764 \end_inset
27765
27766  pour haut (top), 
27767 \begin_inset Quotes eld
27768 \end_inset
27769
27770
27771 \family sans
27772 c
27773 \family default
27774
27775 \begin_inset Quotes erd
27776 \end_inset
27777
27778  pour centre (center), ou 
27779 \begin_inset Quotes eld
27780 \end_inset
27781
27782
27783 \family sans
27784 b
27785 \family default
27786
27787 \begin_inset Quotes erd
27788 \end_inset
27789
27790  pour bas (bottom).
27791  Pour que, par exemple, les légendes des flottants de figure soient centrés
27792  verticalement, utilisez la commande
27793 \end_layout
27794
27795 \begin_layout Standard
27796
27797 \series bold
27798
27799 \backslash
27800 sidecaptionvpos{figure}{c}
27801 \end_layout
27802
27803 \begin_layout Standard
27804 C'est ce qui a été utilisé pour la figure
27805 \begin_inset space ~
27806 \end_inset
27807
27808
27809 \begin_inset CommandInset ref
27810 LatexCommand ref
27811 reference "fig:legende-à-coté-fig-2"
27812
27813 \end_inset
27814
27815 .
27816 \end_layout
27817
27818 \begin_layout Standard
27819 \begin_inset VSpace medskip
27820 \end_inset
27821
27822
27823 \end_layout
27824
27825 \begin_layout Standard
27826 La largeur de légende par défaut est celle de l'image ou du tableau.
27827  Pour des images ou des tableaux étroits, comme le tableau
27828 \begin_inset space ~
27829 \end_inset
27830
27831
27832 \begin_inset CommandInset ref
27833 LatexCommand ref
27834 reference "tab:legende-à-coté-tableau"
27835
27836 \end_inset
27837
27838 , cela donne des légendes trop étroites.
27839  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
27840  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
27841  La largeur de la légende sera automatiquement recalculée dans le cas où
27842  cette dernière déborderait dans la marge de la page ou de la colonne à
27843  cause de la largeur indiquée.
27844  Le 
27845 \emph on
27846 facteur 
27847 \emph default
27848 peut soit être donné comme argument pour 
27849 \series bold
27850
27851 \backslash
27852 FigBesBeg
27853 \series default
27854 :
27855 \end_layout
27856
27857 \begin_layout Standard
27858
27859 \series bold
27860
27861 \backslash
27862 FigBesBeg[facteur]
27863 \end_layout
27864
27865 \begin_layout Standard
27866 ou dans la définition de 
27867 \series bold
27868
27869 \backslash
27870 FigBesBeg 
27871 \series default
27872 en remplaçant le
27873 \series bold
27874  1.0 
27875 \series default
27876 par une autre valeur.
27877  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
27878  façon implicite quand  
27879 \series bold
27880
27881 \backslash
27882 FigBesBeg
27883 \series default
27884  est utilisé sans argument.
27885  Pour le tableau
27886 \begin_inset space ~
27887 \end_inset
27888
27889
27890 \begin_inset CommandInset ref
27891 LatexCommand ref
27892 reference "tab:cap-beside-tab-wider"
27893
27894 \end_inset
27895
27896  on a utilisé 5 comme facteur.
27897 \end_layout
27898
27899 \begin_layout Standard
27900
27901 \lang english
27902 \begin_inset Note Greyedout
27903 status open
27904
27905 \begin_layout Plain Layout
27906
27907 \series bold
27908 Note:
27909 \series default
27910  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
27911  utiliser l'option de placement, 
27912 \family sans
27913 Ici
27914 \begin_inset space ~
27915 \end_inset
27916
27917 à
27918 \begin_inset space ~
27919 \end_inset
27920
27921 tout
27922 \begin_inset space ~
27923 \end_inset
27924
27925 prix
27926 \family default
27927  parce qu'elle n'est pas gérée par 
27928 \series bold
27929 sidecap
27930 \series default
27931 .
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \end_layout
27938
27939 \begin_layout Standard
27940 \begin_inset VSpace medskip
27941 \end_inset
27942
27943 Pour plus d'information sur le paquetage 
27944 \series bold
27945 sidecap
27946 \series default
27947  nous vous renvoyons à sa documentation 
27948 \begin_inset CommandInset citation
27949 LatexCommand cite
27950 key "sidecap"
27951
27952 \end_inset
27953
27954 .
27955 \end_layout
27956
27957 \begin_layout Standard
27958 \begin_inset Note Greyedout
27959 status open
27960
27961 \begin_layout Plain Layout
27962
27963 \series bold
27964 Note:
27965 \series default
27966  Le paquetage LaTeX 
27967 \series bold
27968 hypcap
27969 \series default
27970
27971 \begin_inset Index idx
27972 status collapsed
27973
27974 \begin_layout Plain Layout
27975 Paquetages LaTeX ! hypcap
27976 \end_layout
27977
27978 \end_inset
27979
27980 , qui est décrit dans la section
27981 \begin_inset space ~
27982 \end_inset
27983
27984
27985 \begin_inset CommandInset ref
27986 LatexCommand ref
27987 reference "sub:Reference-Position"
27988
27989 \end_inset
27990
27991 , n'a pas d'effet sur les flottants avec une légende placée à côté.
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \end_layout
27998
27999 \begin_layout Standard
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 FigBesBeg 
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \end_layout
28014
28015 \begin_layout Standard
28016 \begin_inset Float figure
28017 wide false
28018 sideways false
28019 status open
28020
28021 \begin_layout Plain Layout
28022 \begin_inset Graphics
28023         filename ../clipart/escher-lsd.eps
28024         scale 75
28025         scaleBeforeRotation
28026
28027 \end_inset
28028
28029
28030 \end_layout
28031
28032 \begin_layout Plain Layout
28033 \begin_inset Caption
28034
28035 \begin_layout Plain Layout
28036 \begin_inset CommandInset label
28037 LatexCommand label
28038 name "fig:legende-a-coté-fig"
28039
28040 \end_inset
28041
28042 Une légende à côté d'une figure.
28043 \end_layout
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_layout Standard
28056 \begin_inset ERT
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060
28061
28062 \backslash
28063 FigBesEnd
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Standard
28072 \begin_inset ERT
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076
28077
28078 \backslash
28079 TabBesBeg 
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Standard
28088 \begin_inset Float table
28089 wide false
28090 sideways false
28091 status open
28092
28093 \begin_layout Plain Layout
28094 \begin_inset Caption
28095
28096 \begin_layout Plain Layout
28097 \begin_inset CommandInset label
28098 LatexCommand label
28099 name "tab:legende-à-coté-tableau"
28100
28101 \end_inset
28102
28103 Une légende à côté d'un tableau.
28104 \end_layout
28105
28106 \end_inset
28107
28108
28109 \end_layout
28110
28111 \begin_layout Plain Layout
28112 \begin_inset Tabular
28113 <lyxtabular version="3" rows="4" columns="5">
28114 <features tabularvalignment="middle">
28115 <column alignment="center" valignment="top" width="0">
28116 <column alignment="center" valignment="top" width="0">
28117 <column alignment="center" valignment="top" width="0">
28118 <column alignment="center" valignment="top" width="0">
28119 <column alignment="center" valignment="top" width="0">
28120 <row>
28121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28122 \begin_inset Text
28123
28124 \begin_layout Plain Layout
28125 a
28126 \end_layout
28127
28128 \end_inset
28129 </cell>
28130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28131 \begin_inset Text
28132
28133 \begin_layout Plain Layout
28134
28135 \end_layout
28136
28137 \end_inset
28138 </cell>
28139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28140 \begin_inset Text
28141
28142 \begin_layout Plain Layout
28143 b
28144 \end_layout
28145
28146 \end_inset
28147 </cell>
28148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28149 \begin_inset Text
28150
28151 \begin_layout Plain Layout
28152
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28158 \begin_inset Text
28159
28160 \begin_layout Plain Layout
28161 c
28162 \end_layout
28163
28164 \end_inset
28165 </cell>
28166 </row>
28167 <row>
28168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Plain Layout
28172
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout Plain Layout
28181 d
28182 \end_layout
28183
28184 \end_inset
28185 </cell>
28186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28187 \begin_inset Text
28188
28189 \begin_layout Plain Layout
28190
28191 \end_layout
28192
28193 \end_inset
28194 </cell>
28195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28196 \begin_inset Text
28197
28198 \begin_layout Plain Layout
28199 e
28200 \end_layout
28201
28202 \end_inset
28203 </cell>
28204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28205 \begin_inset Text
28206
28207 \begin_layout Plain Layout
28208
28209 \end_layout
28210
28211 \end_inset
28212 </cell>
28213 </row>
28214 <row>
28215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28216 \begin_inset Text
28217
28218 \begin_layout Plain Layout
28219 f
28220 \end_layout
28221
28222 \end_inset
28223 </cell>
28224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Plain Layout
28228
28229 \end_layout
28230
28231 \end_inset
28232 </cell>
28233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28234 \begin_inset Text
28235
28236 \begin_layout Plain Layout
28237 g
28238 \end_layout
28239
28240 \end_inset
28241 </cell>
28242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28243 \begin_inset Text
28244
28245 \begin_layout Plain Layout
28246
28247 \end_layout
28248
28249 \end_inset
28250 </cell>
28251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28252 \begin_inset Text
28253
28254 \begin_layout Plain Layout
28255 h
28256 \end_layout
28257
28258 \end_inset
28259 </cell>
28260 </row>
28261 <row>
28262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28263 \begin_inset Text
28264
28265 \begin_layout Plain Layout
28266
28267 \end_layout
28268
28269 \end_inset
28270 </cell>
28271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28272 \begin_inset Text
28273
28274 \begin_layout Plain Layout
28275 i
28276 \end_layout
28277
28278 \end_inset
28279 </cell>
28280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28281 \begin_inset Text
28282
28283 \begin_layout Plain Layout
28284
28285 \end_layout
28286
28287 \end_inset
28288 </cell>
28289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28290 \begin_inset Text
28291
28292 \begin_layout Plain Layout
28293 j
28294 \end_layout
28295
28296 \end_inset
28297 </cell>
28298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28299 \begin_inset Text
28300
28301 \begin_layout Plain Layout
28302
28303 \end_layout
28304
28305 \end_inset
28306 </cell>
28307 </row>
28308 </lyxtabular>
28309
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \end_inset
28316
28317
28318 \end_layout
28319
28320 \begin_layout Standard
28321 \begin_inset ERT
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325
28326
28327 \backslash
28328 TabBesEnd
28329 \end_layout
28330
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Standard
28337 \begin_inset ERT
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342
28343 \backslash
28344 sidecaptionvpos{figure}{c}
28345 \end_layout
28346
28347 \end_inset
28348
28349
28350 \begin_inset Float figure
28351 wide false
28352 sideways false
28353 status open
28354
28355 \begin_layout Plain Layout
28356 \begin_inset Graphics
28357         filename ../clipart/escher-lsd.eps
28358         scale 75
28359         scaleBeforeRotation
28360
28361 \end_inset
28362
28363
28364 \end_layout
28365
28366 \begin_layout Plain Layout
28367 \begin_inset Caption
28368
28369 \begin_layout Plain Layout
28370 \begin_inset CommandInset label
28371 LatexCommand label
28372 name "fig:legende-à-coté-fig-2"
28373
28374 \end_inset
28375
28376 Une légende centrée verticalement à côté d'une figure.
28377 \end_layout
28378
28379 \end_inset
28380
28381
28382 \end_layout
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \begin_layout Standard
28390 \begin_inset ERT
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394
28395
28396 \backslash
28397 FigBesEnd
28398 \end_layout
28399
28400 \end_inset
28401
28402
28403 \end_layout
28404
28405 \begin_layout Standard
28406 \begin_inset ERT
28407 status collapsed
28408
28409 \begin_layout Plain Layout
28410
28411
28412 \backslash
28413 TabBesBeg[5]
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \end_layout
28420
28421 \begin_layout Standard
28422 \begin_inset Float table
28423 wide false
28424 sideways false
28425 status open
28426
28427 \begin_layout Plain Layout
28428 \begin_inset Caption
28429
28430 \begin_layout Plain Layout
28431
28432 \lang english
28433 \begin_inset CommandInset label
28434 LatexCommand label
28435 name "tab:cap-beside-tab-wider"
28436
28437 \end_inset
28438
28439 This is a caption is wider than the one in
28440 \lang french
28441  tableau
28442 \begin_inset space ~
28443 \end_inset
28444
28445
28446 \begin_inset CommandInset ref
28447 LatexCommand ref
28448 reference "tab:legende-à-coté-tableau"
28449
28450 \end_inset
28451
28452 .
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Plain Layout
28461 \begin_inset Tabular
28462 <lyxtabular version="3" rows="4" columns="5">
28463 <features tabularvalignment="middle">
28464 <column alignment="center" valignment="top" width="0">
28465 <column alignment="center" valignment="top" width="0">
28466 <column alignment="center" valignment="top" width="0">
28467 <column alignment="center" valignment="top" width="0">
28468 <column alignment="center" valignment="top" width="0">
28469 <row>
28470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28471 \begin_inset Text
28472
28473 \begin_layout Plain Layout
28474 a
28475 \end_layout
28476
28477 \end_inset
28478 </cell>
28479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28480 \begin_inset Text
28481
28482 \begin_layout Plain Layout
28483
28484 \end_layout
28485
28486 \end_inset
28487 </cell>
28488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28489 \begin_inset Text
28490
28491 \begin_layout Plain Layout
28492 b
28493 \end_layout
28494
28495 \end_inset
28496 </cell>
28497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28498 \begin_inset Text
28499
28500 \begin_layout Plain Layout
28501
28502 \end_layout
28503
28504 \end_inset
28505 </cell>
28506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28507 \begin_inset Text
28508
28509 \begin_layout Plain Layout
28510 c
28511 \end_layout
28512
28513 \end_inset
28514 </cell>
28515 </row>
28516 <row>
28517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28518 \begin_inset Text
28519
28520 \begin_layout Plain Layout
28521
28522 \end_layout
28523
28524 \end_inset
28525 </cell>
28526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28527 \begin_inset Text
28528
28529 \begin_layout Plain Layout
28530 d
28531 \end_layout
28532
28533 \end_inset
28534 </cell>
28535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28536 \begin_inset Text
28537
28538 \begin_layout Plain Layout
28539
28540 \end_layout
28541
28542 \end_inset
28543 </cell>
28544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Plain Layout
28548 e
28549 \end_layout
28550
28551 \end_inset
28552 </cell>
28553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28554 \begin_inset Text
28555
28556 \begin_layout Plain Layout
28557
28558 \end_layout
28559
28560 \end_inset
28561 </cell>
28562 </row>
28563 <row>
28564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28565 \begin_inset Text
28566
28567 \begin_layout Plain Layout
28568 f
28569 \end_layout
28570
28571 \end_inset
28572 </cell>
28573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28574 \begin_inset Text
28575
28576 \begin_layout Plain Layout
28577
28578 \end_layout
28579
28580 \end_inset
28581 </cell>
28582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28583 \begin_inset Text
28584
28585 \begin_layout Plain Layout
28586 g
28587 \end_layout
28588
28589 \end_inset
28590 </cell>
28591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28592 \begin_inset Text
28593
28594 \begin_layout Plain Layout
28595
28596 \end_layout
28597
28598 \end_inset
28599 </cell>
28600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28601 \begin_inset Text
28602
28603 \begin_layout Plain Layout
28604 h
28605 \end_layout
28606
28607 \end_inset
28608 </cell>
28609 </row>
28610 <row>
28611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28612 \begin_inset Text
28613
28614 \begin_layout Plain Layout
28615
28616 \end_layout
28617
28618 \end_inset
28619 </cell>
28620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28621 \begin_inset Text
28622
28623 \begin_layout Plain Layout
28624 i
28625 \end_layout
28626
28627 \end_inset
28628 </cell>
28629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28630 \begin_inset Text
28631
28632 \begin_layout Plain Layout
28633
28634 \end_layout
28635
28636 \end_inset
28637 </cell>
28638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28639 \begin_inset Text
28640
28641 \begin_layout Plain Layout
28642 j
28643 \end_layout
28644
28645 \end_inset
28646 </cell>
28647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28648 \begin_inset Text
28649
28650 \begin_layout Plain Layout
28651
28652 \end_layout
28653
28654 \end_inset
28655 </cell>
28656 </row>
28657 </lyxtabular>
28658
28659 \end_inset
28660
28661
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \begin_inset ERT
28671 status collapsed
28672
28673 \begin_layout Plain Layout
28674
28675
28676 \backslash
28677 TabBesEnd
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \end_layout
28684
28685 \begin_layout Standard
28686 \begin_inset ERT
28687 status collapsed
28688
28689 \begin_layout Plain Layout
28690
28691
28692 \backslash
28693 else
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \begin_inset Note Note
28700 status open
28701
28702 \begin_layout Plain Layout
28703 Ce qui suit sera affiché si le paquetage LaTeX 
28704 \series bold
28705 sidecap
28706 \series default
28707  n'est pas installé :
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 Vous devez installer le paquetage LaTeX 
28717 \series bold
28718 sidecap
28719 \series default
28720  pour voir la suite de cette section dans la sortie imprimée.
28721 \end_layout
28722
28723 \begin_layout Standard
28724 \begin_inset ERT
28725 status collapsed
28726
28727 \begin_layout Plain Layout
28728
28729
28730 \backslash
28731 fi
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \begin_layout Section
28740 Les listes de flottants
28741 \begin_inset Index idx
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 Flottants ! Listes de Flottants
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \begin_layout Standard
28754 De la même façon que la table des matières fait la liste des sections du
28755  document, il y a des listes pour tous les types de flottants, comme par
28756  exemple pour les figures du document.
28757  Vous pouvez les insérer en utilisant le menu 
28758 \family sans
28759 Insérer\SpecialChar \menuseparator
28760 Listes
28761 \begin_inset space ~
28762 \end_inset
28763
28764 &
28765 \begin_inset space ~
28766 \end_inset
28767
28768 TdM
28769 \family default
28770 .
28771 \end_layout
28772
28773 \begin_layout Standard
28774 Les entrées de la liste sont la légende du flottant ou éventuellement le
28775  titre court, le numéro du flottant, et le numéro de la page où le flottant
28776  apparaît dans le document.
28777 \end_layout
28778
28779 \begin_layout Standard
28780 Vous trouverez à la fin de ce document une liste des figures et une liste
28781  des tableaux.
28782 \end_layout
28783
28784 \begin_layout Chapter
28785 Notes
28786 \end_layout
28787
28788 \begin_layout Section
28789 Les notes de LyX
28790 \begin_inset Index idx
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 Notes ! Notes LyX 
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Standard
28803 On peut insérer une note en utilisant le bouton 
28804 \family sans
28805
28806 \begin_inset Info
28807 type  "icon"
28808 arg   "note-insert"
28809 \end_inset
28810
28811
28812 \family default
28813  de la barre d'outils ou avec le menu 
28814 \family sans
28815 Insérer\SpecialChar \menuseparator
28816 Note
28817 \family default
28818 .
28819  Il y a trois types de notes :
28820 \end_layout
28821
28822 \begin_layout Description
28823 Note
28824 \begin_inset space ~
28825 \end_inset
28826
28827 LyX Ce type de note est à usage interne et n'apparaîtra pas sur la sortie
28828  finale.
28829  La boîte de cette note ressemble à ceci :
28830 \begin_inset Newline newline
28831 \end_inset
28832
28833
28834 \begin_inset Newline newline
28835 \end_inset
28836
28837
28838 \begin_inset Graphics
28839         filename clipart/LyXNoteImageQt4.png
28840         display false
28841         scale 65
28842         scaleBeforeRotation
28843
28844 \end_inset
28845
28846  
28847 \begin_inset Note Note
28848 status open
28849
28850 \begin_layout Plain Layout
28851 Le texte de cette note n'apparaîtra pas à l'impression.
28852 \end_layout
28853
28854 \end_inset
28855
28856
28857 \end_layout
28858
28859 \begin_layout Description
28860 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
28861  il est inséré comme un commentaire LaTeX quand vous exportez votre document
28862  vers un fichier au format LaTeX avec le menu 
28863 \family sans
28864 Fichier\SpecialChar \menuseparator
28865 Exporter\SpecialChar \menuseparator
28866 LaTeX (pdflatex) / (plain)
28867 \family default
28868 .
28869  La boîte de cette note ressemble à ceci :
28870 \begin_inset Newline newline
28871 \end_inset
28872
28873
28874 \begin_inset Newline newline
28875 \end_inset
28876
28877
28878 \begin_inset Graphics
28879         filename clipart/CommentNoteImageQt4.png
28880         display false
28881         scale 55
28882         scaleBeforeRotation
28883
28884 \end_inset
28885
28886  
28887 \begin_inset Note Comment
28888 status open
28889
28890 \begin_layout Plain Layout
28891 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
28892  LaTeX.
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Description
28901 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
28902  La boîte de cette note ressemble à ceci :
28903 \begin_inset Newline newline
28904 \end_inset
28905
28906
28907 \begin_inset Newline newline
28908 \end_inset
28909
28910
28911 \begin_inset Graphics
28912         filename clipart/GreyedOutNoteImageQt4.png
28913         lyxscale 80
28914         display false
28915         scale 55
28916         scaleBeforeRotation
28917
28918 \end_inset
28919
28920
28921 \begin_inset Newline newline
28922 \end_inset
28923
28924
28925 \begin_inset ERT
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929
28930
28931 \backslash
28932 renewenvironment{lyxgreyedout}
28933 \end_layout
28934
28935 \begin_layout Plain Layout
28936
28937 {
28938 \backslash
28939 textcolor[gray]{0.8}
28940 \backslash
28941 bgroup}{
28942 \backslash
28943 egroup}
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \begin_inset Note Greyedout
28950 status open
28951
28952 \begin_layout Plain Layout
28953 Le texte
28954 \begin_inset Foot
28955 status collapsed
28956
28957 \begin_layout Plain Layout
28958 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
28959  grisé.
28960  
28961 \end_layout
28962
28963 \end_inset
28964
28965  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
28966 \end_layout
28967
28968 \end_inset
28969
28970
28971 \begin_inset ERT
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975
28976
28977 \backslash
28978 renewenvironment{lyxgreyedout}
28979 \end_layout
28980
28981 \begin_layout Plain Layout
28982
28983 {
28984 \backslash
28985 textcolor{blue}
28986 \backslash
28987 bgroup}{
28988 \backslash
28989 egroup}
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \begin_inset Note Note
28996 status collapsed
28997
28998 \begin_layout Plain Layout
28999 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
29000  originale qu'elle a dans LyX.
29001  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
29002  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
29003 \end_layout
29004
29005 \end_inset
29006
29007
29008 \begin_inset Newline newline
29009 \end_inset
29010
29011
29012 \begin_inset Newline newline
29013 \end_inset
29014
29015 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
29016  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
29017 \end_layout
29018
29019 \begin_layout Standard
29020 \begin_inset VSpace bigskip
29021 \end_inset
29022
29023 Quand vous utilisez le bouton 
29024 \family sans
29025
29026 \begin_inset Info
29027 type  "icon"
29028 arg   "note-insert"
29029 \end_inset
29030
29031
29032 \family default
29033  de la barre d'outils, vous insérez une 
29034 \family sans
29035 Note
29036 \begin_inset space ~
29037 \end_inset
29038
29039 LyX
29040 \family default
29041 .
29042  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
29043 la et cliquez sur le bouton d'insertion de note.
29044  Pour retransformer une note en texte, appuyez sur la touche 
29045 \family sans
29046 backspace
29047 \family default
29048  quand le curseur est au tout début de la note ou appuyez sur la touche
29049  
29050 \family sans
29051 Suppr.
29052
29053 \family default
29054  quand le curseur se trouve à la fin de la note.
29055 \end_layout
29056
29057 \begin_layout Standard
29058 \begin_inset VSpace bigskip
29059 \end_inset
29060
29061
29062 \end_layout
29063
29064 \begin_layout Standard
29065 Vous pouvez changer la couleur des notes grisées dans le menu 
29066 \family sans
29067 Document\SpecialChar \menuseparator
29068 Paramètres\SpecialChar \menuseparator
29069 Couleurs
29070 \family default
29071 .
29072 \end_layout
29073
29074 \begin_layout Section
29075 Notes en bas de page
29076 \begin_inset CommandInset label
29077 LatexCommand label
29078 name "sec:Notes-bas-de-page"
29079
29080 \end_inset
29081
29082
29083 \begin_inset Index idx
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087 Notes ! Notes de bas de page
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \begin_inset Index idx
29094 status collapsed
29095
29096 \begin_layout Plain Layout
29097 Notes de bas de page
29098 \end_layout
29099
29100 \end_inset
29101
29102
29103 \end_layout
29104
29105 \begin_layout Standard
29106 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
29107  
29108 \family sans
29109
29110 \begin_inset Info
29111 type  "icon"
29112 arg   "footnote-insert"
29113 \end_inset
29114
29115
29116 \family default
29117  de la barre d'outils, soit en utilisant le menu 
29118 \family sans
29119 Insérer\SpecialChar \menuseparator
29120 Note
29121 \begin_inset space ~
29122 \end_inset
29123
29124 en
29125 \begin_inset space ~
29126 \end_inset
29127
29128 Bas
29129 \begin_inset space ~
29130 \end_inset
29131
29132 de
29133 \begin_inset space ~
29134 \end_inset
29135
29136 Page
29137 \family default
29138 .
29139  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
29140  rouge 
29141 \begin_inset Quotes fld
29142 \end_inset
29143
29144 bas
29145 \begin_inset Quotes frd
29146 \end_inset
29147
29148  qui ressemble à ceci : 
29149 \begin_inset Graphics
29150         filename clipart/footnoteQt4.png
29151         scale 80
29152         scaleBeforeRotation
29153
29154 \end_inset
29155
29156  Vous pouvez y entrer votre texte.
29157  Si vous voulez transformer du texte déjà existant en note en bas de page,
29158  sélectionnez-le et cliquez sur le bouton 
29159 \family sans
29160 Note
29161 \begin_inset space ~
29162 \end_inset
29163
29164 en
29165 \begin_inset space ~
29166 \end_inset
29167
29168 Bas
29169 \begin_inset space ~
29170 \end_inset
29171
29172 de
29173 \begin_inset space ~
29174 \end_inset
29175
29176 Page
29177 \family default
29178  de la barre d'outils.
29179  Pour retransformer une note de bas de page en texte, appuyez sur la touche
29180  
29181 \family sans
29182 Backspace
29183 \family default
29184  quand le curseur est au tout début de la note ou appuyez sur la touche
29185  
29186 \family sans
29187 Suppr.
29188
29189 \family default
29190  quand le curseur se trouve à la fin de la note.
29191 \end_layout
29192
29193 \begin_layout Standard
29194 Voici un exemple de note en bas de page:
29195 \begin_inset Foot
29196 status open
29197
29198 \begin_layout Plain Layout
29199 \begin_inset CommandInset label
29200 LatexCommand label
29201 name "fn:Note-en-bas"
29202
29203 \end_inset
29204
29205 Ceci est un exemple de note en bas de page.
29206 \end_layout
29207
29208 \end_inset
29209
29210
29211 \begin_inset ERT
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215
29216
29217 \backslash
29218 newcounter{MyRepeatFoot}
29219 \end_layout
29220
29221 \begin_layout Plain Layout
29222
29223
29224 \backslash
29225 setcounter{MyRepeatFoot}{
29226 \backslash
29227 thefootnote}
29228 \end_layout
29229
29230 \end_inset
29231
29232
29233 \end_layout
29234
29235 \begin_layout Standard
29236 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
29237  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
29238  de note.
29239  Le texte de la note est placé en bas de la page courante.
29240  Le numéro de note est calculé par LaTeX, et les numéros se suivent.
29241  Selon votre classe de document les numéros de notes pourront être réinitialisés
29242  à chaque nouveau chapitre.
29243 \end_layout
29244
29245 \begin_layout Standard
29246 On peut faire référence à une note en bas de page comme on le fait avec
29247  les flottants : Insérez une étiquette dans la note et faites une référence
29248  croisée vers cette étiquette comme c'est décrit dans la
29249 \begin_inset space ~
29250 \end_inset
29251
29252
29253 \begin_inset CommandInset ref
29254 LatexCommand ref
29255 reference "sec:Referencer-les-Flottants"
29256
29257 \end_inset
29258
29259 .
29260 \begin_inset Newline newline
29261 \end_inset
29262
29263 Voici une référence à une note de bas de page :
29264 \begin_inset space ~
29265 \end_inset
29266
29267
29268 \begin_inset CommandInset ref
29269 LatexCommand ref
29270 reference "fn:Note-en-bas"
29271
29272 \end_inset
29273
29274 .
29275 \end_layout
29276
29277 \begin_layout Standard
29278 \begin_inset VSpace defskip
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Standard
29285 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
29286  par LaTeX pour des raisons techniques.
29287  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
29288  
29289 \series bold
29290
29291 \backslash
29292 footnotemark{}
29293 \series default
29294  en code TeX à la place de la note de bas de page.
29295  Le texte de la note est mis en argument de la commande TeX 
29296 \series bold
29297
29298 \backslash
29299 footnotetext
29300 \series default
29301  après le tableau.
29302 \begin_inset Newline newline
29303 \end_inset
29304
29305 C'est ce qui a été fait pour le tableau qui suit avec la commande
29306 \end_layout
29307
29308 \begin_layout Standard
29309
29310 \series bold
29311
29312 \backslash
29313 footnotetext{
29314 \series default
29315 Note de bas de page de tableau imprimée.
29316 \series bold
29317 }
29318 \end_layout
29319
29320 \begin_layout Standard
29321
29322 \lang english
29323 \begin_inset Tabular
29324 <lyxtabular version="3" rows="2" columns="1">
29325 <features tabularvalignment="middle">
29326 <column alignment="center" valignment="top" width="0">
29327 <row>
29328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29329 \begin_inset Text
29330
29331 \begin_layout Plain Layout
29332 Un exemple de texte
29333 \begin_inset Foot
29334 status open
29335
29336 \begin_layout Plain Layout
29337 Cette note ne sera pas imprimée
29338 \begin_inset space ~
29339 \end_inset
29340
29341 !
29342 \end_layout
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \end_inset
29350 </cell>
29351 </row>
29352 <row>
29353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29354 \begin_inset Text
29355
29356 \begin_layout Plain Layout
29357 Un autre exemple de texte
29358 \begin_inset ERT
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362
29363
29364 \backslash
29365 footnotemark{}
29366 \end_layout
29367
29368 \end_inset
29369
29370
29371 \end_layout
29372
29373 \end_inset
29374 </cell>
29375 </row>
29376 </lyxtabular>
29377
29378 \end_inset
29379
29380
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386
29387 \backslash
29388 footnotetext{
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \lang french
29395 Note de bas de page de tableau imprimée.
29396 \lang english
29397
29398 \begin_inset ERT
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402
29403 }
29404 \end_layout
29405
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \begin_layout Standard
29412 Les notes de bas de page dans des tableaux longs sont décrites dans la section
29413 \begin_inset space ~
29414 \end_inset
29415
29416
29417 \begin_inset CommandInset ref
29418 LatexCommand ref
29419 reference "sub:Notes-dans-tableau-long"
29420
29421 \end_inset
29422
29423 .
29424 \end_layout
29425
29426 \begin_layout Standard
29427 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
29428  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
29429 e, vu que la minipage est considérée comme une page se trouvant dans une
29430  autre page.
29431  Pour plus d'information sur les minipages, voyez la section
29432 \begin_inset space ~
29433 \end_inset
29434
29435
29436 \begin_inset CommandInset ref
29437 LatexCommand ref
29438 reference "sec:Minipages"
29439
29440 \end_inset
29441
29442 .
29443  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
29444  s'imprime en bas de page comme une note normale, on doit aussi utiliser
29445  la méthode utilisant les commandes 
29446 \series bold
29447
29448 \backslash
29449 footnotemark{}
29450 \series default
29451  et 
29452 \series bold
29453
29454 \backslash
29455 footnotetext
29456 \series default
29457 .
29458 \end_layout
29459
29460 \begin_layout Standard
29461 \begin_inset Box Frameless
29462 position "t"
29463 hor_pos "c"
29464 has_inner_box 1
29465 inner_pos "t"
29466 use_parbox 0
29467 use_makebox 0
29468 width "100col%"
29469 special "none"
29470 height "1in"
29471 height_special "totalheight"
29472 status open
29473
29474 \begin_layout Plain Layout
29475 Un exemple de texte dans une minipage.
29476 \begin_inset Foot
29477 status open
29478
29479 \begin_layout Plain Layout
29480 Note de bas de page dans la minipage.
29481 \end_layout
29482
29483 \end_inset
29484
29485
29486 \end_layout
29487
29488 \begin_layout Plain Layout
29489 Un autre exemple de texte dans une minipage.
29490 \begin_inset ERT
29491 status collapsed
29492
29493 \begin_layout Plain Layout
29494
29495
29496 \backslash
29497 footnotemark{}
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \end_inset
29506
29507
29508 \end_layout
29509
29510 \begin_layout Standard
29511 \begin_inset ERT
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 footnotetext{
29519 \end_layout
29520
29521 \end_inset
29522
29523 Note de bas de page en dehors de la minipage.
29524 \begin_inset ERT
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528
29529 }
29530 \end_layout
29531
29532 \end_inset
29533
29534
29535 \end_layout
29536
29537 \begin_layout Standard
29538 \begin_inset VSpace defskip
29539 \end_inset
29540
29541
29542 \end_layout
29543
29544 \begin_layout Standard
29545 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
29546  utilisez la commande 
29547 \series bold
29548
29549 \backslash
29550 footnotemark[number]
29551 \series default
29552  en code TeX.
29553 \begin_inset Newline newline
29554 \end_inset
29555
29556 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
29557  votre texte, vous devez enregistrer son numéro.
29558  Dans l'exemple de marque de note de bas de page suivant, ces commandes
29559  ont été insérées en code TeX après la note
29560 \begin_inset space ~
29561 \end_inset
29562
29563
29564 \begin_inset CommandInset ref
29565 LatexCommand ref
29566 reference "fn:Note-en-bas"
29567
29568 \end_inset
29569
29570  pour enregistrer son numéro
29571 \begin_inset space ~
29572 \end_inset
29573
29574 :
29575 \end_layout
29576
29577 \begin_layout Standard
29578
29579 \series bold
29580
29581 \backslash
29582 newcounter{MaNoteDupliquee}
29583 \begin_inset Newline newline
29584 \end_inset
29585
29586
29587 \backslash
29588 setcounter{MaNoteDupliquee}{
29589 \backslash
29590 thefootnote}
29591 \end_layout
29592
29593 \begin_layout Standard
29594 La note de bas de page a été créée avec la commande
29595 \begin_inset space ~
29596 \end_inset
29597
29598 :
29599 \end_layout
29600
29601 \begin_layout Standard
29602
29603 \series bold
29604
29605 \backslash
29606 footnotemark[
29607 \backslash
29608 MaNoteDupliquee]
29609 \end_layout
29610
29611 \begin_layout Standard
29612 Voici une note de bas de page dupliquée
29613 \begin_inset space ~
29614 \end_inset
29615
29616 :
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622
29623 \backslash
29624 footnotemark[
29625 \backslash
29626 theMyRepeatFoot]
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \end_layout
29633
29634 \begin_layout Standard
29635 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
29636 t du numéro de note et juste utiliser la commande suivante
29637 \end_layout
29638
29639 \begin_layout Standard
29640
29641 \series bold
29642
29643 \backslash
29644 footnotemark[
29645 \backslash
29646 thefootnote]
29647 \end_layout
29648
29649 \begin_layout Standard
29650 Voici une autre note de bas de page dupliquée
29651 \begin_inset space ~
29652 \end_inset
29653
29654 :
29655 \begin_inset ERT
29656 status collapsed
29657
29658 \begin_layout Plain Layout
29659
29660
29661 \backslash
29662 footnotemark[
29663 \backslash
29664 thefootnote]
29665 \end_layout
29666
29667 \end_inset
29668
29669
29670 \end_layout
29671
29672 \begin_layout Subsection
29673 Numérotation de notes de bas de page
29674 \begin_inset CommandInset label
29675 LatexCommand label
29676 name "sub:Numerotation-notes-bas-de-page"
29677
29678 \end_inset
29679
29680
29681 \begin_inset Index idx
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685 Notes de bas de page ! Numérotation
29686 \end_layout
29687
29688 \end_inset
29689
29690
29691 \end_layout
29692
29693 \begin_layout Standard
29694 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
29695  ajoutez cette commande dans le préambule de votre document :
29696 \end_layout
29697
29698 \begin_layout Standard
29699
29700 \series bold
29701
29702 \backslash
29703 @addtoreset{footnote}{section}
29704 \end_layout
29705
29706 \begin_layout Standard
29707 \begin_inset VSpace bigskip
29708 \end_inset
29709
29710 La commande de préambule suivante change le style de numérotation des notes
29711  en petits chiffres romains :
29712 \end_layout
29713
29714 \begin_layout Standard
29715
29716 \series bold
29717
29718 \backslash
29719 renewcommand{
29720 \backslash
29721 thefootnote}{
29722 \backslash
29723 roman{footnote}}
29724 \end_layout
29725
29726 \begin_layout Standard
29727 \begin_inset ERT
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731
29732
29733 \backslash
29734 renewcommand{
29735 \backslash
29736 thefootnote}{
29737 \backslash
29738 roman{footnote}}
29739 \end_layout
29740
29741 \end_inset
29742
29743  Cette note de bas de page utilise une numérotation en chiffres romains
29744  :
29745 \begin_inset Foot
29746 status open
29747
29748 \begin_layout Plain Layout
29749 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
29750  romains.
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \end_layout
29757
29758 \begin_layout Standard
29759 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
29760  la commande précédente 
29761 \series bold
29762
29763 \backslash
29764 roman
29765 \series default
29766  par 
29767 \series bold
29768
29769 \backslash
29770 Roman
29771 \series default
29772 .
29773  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
29774  utilisez respectivement soit 
29775 \series bold
29776
29777 \backslash
29778 Alph
29779 \series default
29780  soit 
29781 \series bold
29782
29783 \backslash
29784 alph
29785 \series default
29786 .
29787  Pour les 
29788 \begin_inset Quotes eld
29789 \end_inset
29790
29791 numéroter
29792 \begin_inset Quotes erd
29793 \end_inset
29794
29795  avec des symboles, utilisez 
29796 \series bold
29797
29798 \backslash
29799 fnsymbol
29800 \series default
29801 .
29802 \end_layout
29803
29804 \begin_layout Standard
29805 \begin_inset Note Greyedout
29806 status open
29807
29808 \begin_layout Plain Layout
29809
29810 \series bold
29811 Note:
29812 \series default
29813  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
29814  puisque cette numérotation est limitée à des lettres seules.
29815 \end_layout
29816
29817 \end_inset
29818
29819
29820 \begin_inset Newline newline
29821 \end_inset
29822
29823
29824 \begin_inset Note Greyedout
29825 status open
29826
29827 \begin_layout Plain Layout
29828
29829 \series bold
29830 Note:
29831 \series default
29832  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
29833 \end_layout
29834
29835 \end_inset
29836
29837
29838 \end_layout
29839
29840 \begin_layout Standard
29841 Pour revenir au style de numérotation implicite quand vous en avez changé,
29842  utilisez 
29843 \series bold
29844
29845 \backslash
29846 arabic
29847 \series default
29848  à la place de 
29849 \series bold
29850
29851 \backslash
29852 roman
29853 \series default
29854  dans la commande précédente.
29855 \begin_inset ERT
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859
29860
29861 \backslash
29862 renewcommand{
29863 \backslash
29864 thefootnote}{
29865 \backslash
29866 arabic{footnote}}
29867 \end_layout
29868
29869 \end_inset
29870
29871
29872 \end_layout
29873
29874 \begin_layout Standard
29875 \begin_inset VSpace bigskip
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
29883  le schéma 
29884 \begin_inset Quotes eld
29885 \end_inset
29886
29887 chapitre.note
29888 \begin_inset Quotes erd
29889 \end_inset
29890
29891 , ajoutez la commande suivante au préambule de votre document :
29892 \end_layout
29893
29894 \begin_layout Standard
29895
29896 \series bold
29897
29898 \backslash
29899 numberwithin{footnote}{chapter}
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Pour pouvoir utiliser la commande 
29904 \series bold
29905
29906 \backslash
29907 numberwithin
29908 \series default
29909 , activez dans la rubrique 
29910 \family sans
29911 Options
29912 \begin_inset space ~
29913 \end_inset
29914
29915 des
29916 \begin_inset space ~
29917 \end_inset
29918
29919 Maths
29920 \family default
29921  dans les paramètres du document, l'option 
29922 \family sans
29923 Utiliser
29924 \begin_inset space ~
29925 \end_inset
29926
29927 le
29928 \begin_inset space ~
29929 \end_inset
29930
29931 paquetage
29932 \begin_inset space ~
29933 \end_inset
29934
29935 maths
29936 \begin_inset space ~
29937 \end_inset
29938
29939 AMS
29940 \family default
29941 .
29942 \end_layout
29943
29944 \begin_layout Standard
29945 \begin_inset ERT
29946 status collapsed
29947
29948 \begin_layout Plain Layout
29949
29950
29951 \backslash
29952 numberwithin{footnote}{chapter}
29953 \end_layout
29954
29955 \end_inset
29956
29957 Ceci est un autre exemple de note de bas de page:
29958 \series bold
29959
29960 \begin_inset Foot
29961 status open
29962
29963 \begin_layout Plain Layout
29964 Cette note est numérotée en suivant le schéma 
29965 \begin_inset Quotes fld
29966 \end_inset
29967
29968 chapitre.note
29969 \begin_inset Quotes frd
29970 \end_inset
29971
29972 .
29973 \end_layout
29974
29975 \end_inset
29976
29977
29978 \series default
29979
29980 \begin_inset ERT
29981 status collapsed
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 renewcommand{
29988 \backslash
29989 thefootnote}{
29990 \backslash
29991 arabic{footnote}}
29992 \end_layout
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset Note Greyedout
30001 status open
30002
30003 \begin_layout Plain Layout
30004
30005 \series bold
30006 Note:
30007 \series default
30008  
30009 \series bold
30010
30011 \backslash
30012 numberwithin
30013 \series default
30014  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
30015  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
30016  prises en compte.
30017  
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Standard
30026 Donc pour avoir par exemple le schéma 
30027 \begin_inset Quotes eld
30028 \end_inset
30029
30030 chapitre.
30031 \backslash
30032 Roman{note}
30033 \begin_inset Quotes erd
30034 \end_inset
30035
30036 , utilisez la commande suivante plutôt que 
30037 \series bold
30038
30039 \backslash
30040 numberwithin
30041 \series default
30042  :
30043 \end_layout
30044
30045 \begin_layout Standard
30046
30047 \series bold
30048
30049 \backslash
30050 renewcommand{
30051 \backslash
30052 thefootnote}{
30053 \backslash
30054 thechapter.
30055 \backslash
30056 Roman{footnote}}
30057 \end_layout
30058
30059 \begin_layout Subsection
30060 Positionnement de notes de bas de page
30061 \begin_inset Index idx
30062 status collapsed
30063
30064 \begin_layout Plain Layout
30065 Notes de bas de page ! Positionnement
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \end_layout
30072
30073 \begin_layout Standard
30074 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
30075  vertical entre elles en bas de la page.
30076  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
30077  de 1.5
30078 \begin_inset space \thinspace{}
30079 \end_inset
30080
30081 mm avec la commande suivante dans le préambule :
30082 \end_layout
30083
30084 \begin_layout Standard
30085
30086 \series bold
30087
30088 \backslash
30089 let
30090 \backslash
30091 myFoot
30092 \backslash
30093 footnote
30094 \begin_inset Newline newline
30095 \end_inset
30096
30097
30098 \backslash
30099 renewcommand{
30100 \backslash
30101 footnote}[1]{
30102 \backslash
30103 myFoot{#1
30104 \backslash
30105 vspace{1.5mm}}}
30106 \end_layout
30107
30108 \begin_layout Standard
30109 \begin_inset VSpace bigskip
30110 \end_inset
30111
30112 Dans un document à deux colonnes les notes de bas de page apparaissent en
30113  bas de chaque colonne, comme sur la Figure
30114 \begin_inset space ~
30115 \end_inset
30116
30117
30118 \begin_inset CommandInset ref
30119 LatexCommand ref
30120 reference "fig:Position-standard-note-bas-de-page"
30121
30122 \end_inset
30123
30124 .
30125  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
30126  sur la Figure
30127 \begin_inset space ~
30128 \end_inset
30129
30130
30131 \begin_inset CommandInset ref
30132 LatexCommand ref
30133 reference "fig:Position-note-avec-ftnright"
30134
30135 \end_inset
30136
30137 , utilisez le paquetage LaTeX 
30138 \series bold
30139 ftnright
30140 \series default
30141
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 Paquetages LaTeX ! ftnright
30147 \end_layout
30148
30149 \end_inset
30150
30151  avec cette commande dans le préambule du document:
30152 \end_layout
30153
30154 \begin_layout Standard
30155
30156 \series bold
30157
30158 \backslash
30159 usepackage{ftnright}
30160 \end_layout
30161
30162 \begin_layout Standard
30163 \begin_inset Float figure
30164 placement !h
30165 wide false
30166 sideways false
30167 status open
30168
30169 \begin_layout Plain Layout
30170 \begin_inset ERT
30171 status collapsed
30172
30173 \begin_layout Plain Layout
30174
30175
30176 \backslash
30177 framebox{
30178 \end_layout
30179
30180 \end_inset
30181
30182
30183 \begin_inset Graphics
30184         filename ../clipart/without_fntright.pdf
30185         width 100col%
30186         scaleBeforeRotation
30187
30188 \end_inset
30189
30190
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196 }
30197 \end_layout
30198
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \begin_layout Plain Layout
30205 \begin_inset Caption
30206
30207 \begin_layout Plain Layout
30208 \begin_inset CommandInset label
30209 LatexCommand label
30210 name "fig:Position-standard-note-bas-de-page"
30211
30212 \end_inset
30213
30214 Positionnement standard des notes de bas de page dans un document à deux
30215  colonnes.
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \end_inset
30224
30225
30226 \end_layout
30227
30228 \begin_layout Standard
30229 \begin_inset Float figure
30230 placement !h
30231 wide false
30232 sideways false
30233 status open
30234
30235 \begin_layout Plain Layout
30236 \begin_inset ERT
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240
30241
30242 \backslash
30243 framebox{
30244 \end_layout
30245
30246 \end_inset
30247
30248
30249 \begin_inset Graphics
30250         filename ../clipart/with_fntright.pdf
30251         width 100col%
30252         scaleBeforeRotation
30253
30254 \end_inset
30255
30256
30257 \begin_inset ERT
30258 status collapsed
30259
30260 \begin_layout Plain Layout
30261
30262 }
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Plain Layout
30271 \begin_inset Caption
30272
30273 \begin_layout Plain Layout
30274 \begin_inset CommandInset label
30275 LatexCommand label
30276 name "fig:Position-note-avec-ftnright"
30277
30278 \end_inset
30279
30280 Positionnement de notes de bas de page dans un document à deux colonnes
30281  en utilisant le paquetage LaTeX 
30282 \series bold
30283 ftnright
30284 \series default
30285 .
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \end_inset
30294
30295
30296 \end_layout
30297
30298 \begin_layout Standard
30299 \begin_inset VSpace bigskip
30300 \end_inset
30301
30302 Dans certaines publications scientifiques, il est courant de rassembler
30303  les notes de bas de page et de les imprimer dans un paragraphe particulier
30304  à la fin de la section, comme sur la Figure
30305 \begin_inset space ~
30306 \end_inset
30307
30308
30309 \begin_inset CommandInset ref
30310 LatexCommand ref
30311 reference "fig:Notes-de-fin"
30312
30313 \end_inset
30314
30315 .
30316  On les appelle 
30317 \begin_inset Quotes eld
30318 \end_inset
30319
30320 notes de fin
30321 \begin_inset Quotes erd
30322 \end_inset
30323
30324 .
30325 \begin_inset Index idx
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329 Notes de fin
30330 \end_layout
30331
30332 \end_inset
30333
30334  Pour utiliser des notes de fin à la place des notes de bas de page dans
30335  votre document, charger le module 
30336 \family sans
30337 Note de bas de page en fin de document
30338 \family default
30339  à partir de 
30340 \family sans
30341 Document\SpecialChar \menuseparator
30342 Paramètres\SpecialChar \menuseparator
30343 Modules
30344 \family default
30345 .
30346  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
30347 \end_layout
30348
30349 \begin_layout Standard
30350
30351 \series bold
30352
30353 \backslash
30354 theendnotes
30355 \end_layout
30356
30357 \begin_layout Standard
30358 en code TeX à la fin d'une section ou d'un chapitre.
30359 \end_layout
30360
30361 \begin_layout Standard
30362 \begin_inset Float figure
30363 wide false
30364 sideways false
30365 status open
30366
30367 \begin_layout Plain Layout
30368 \align center
30369 \begin_inset ERT
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373
30374
30375 \backslash
30376 framebox{
30377 \end_layout
30378
30379 \end_inset
30380
30381
30382 \begin_inset Graphics
30383         filename ../clipart/endnotes.pdf
30384         scaleBeforeRotation
30385
30386 \end_inset
30387
30388
30389 \begin_inset ERT
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393
30394 }
30395 \end_layout
30396
30397 \end_inset
30398
30399
30400 \end_layout
30401
30402 \begin_layout Plain Layout
30403 \begin_inset Caption
30404
30405 \begin_layout Plain Layout
30406 \begin_inset CommandInset label
30407 LatexCommand label
30408 name "fig:Notes-de-fin"
30409
30410 \end_inset
30411
30412 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
30413  séparé à la fin des sections ou des chapitres.
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \end_layout
30425
30426 \begin_layout Standard
30427 \begin_inset VSpace medskip
30428 \end_inset
30429
30430 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
30431  dans la langue du document, cela doit être fait manuellement.
30432  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
30433  
30434 \begin_inset Quotes eld
30435 \end_inset
30436
30437 Notes
30438 \begin_inset Quotes erd
30439 \end_inset
30440
30441  en sa traduction Allemande
30442 \begin_inset Foot
30443 status collapsed
30444
30445 \begin_layout Plain Layout
30446 En français, 
30447 \begin_inset Quotes eld
30448 \end_inset
30449
30450 Notes
30451 \begin_inset Quotes erd
30452 \end_inset
30453
30454  peut être conservé.
30455 \end_layout
30456
30457 \end_inset
30458
30459  
30460 \begin_inset Quotes eld
30461 \end_inset
30462
30463 Anmerkungen
30464 \begin_inset Quotes erd
30465 \end_inset
30466
30467  :
30468 \end_layout
30469
30470 \begin_layout Standard
30471
30472 \series bold
30473
30474 \backslash
30475 renewcommand{
30476 \backslash
30477 notesname}{Anmerkungen}
30478 \end_layout
30479
30480 \begin_layout Standard
30481 \begin_inset VSpace medskip
30482 \end_inset
30483
30484 La numérotation des notes de fin peut être modifiée comme celle des notes
30485  de bas de page comme c'est décrit dans la section
30486 \begin_inset space ~
30487 \end_inset
30488
30489
30490 \begin_inset CommandInset ref
30491 LatexCommand ref
30492 reference "sub:Numerotation-notes-bas-de-page"
30493
30494 \end_inset
30495
30496  ; remplacez juste la commande 
30497 \series bold
30498
30499 \backslash
30500 thefootnote
30501 \series default
30502  par 
30503 \series bold
30504
30505 \backslash
30506 theendnote
30507 \series default
30508 .
30509  Pour réinitialiser le numéro de note de fin, utilisez la commande 
30510 \series bold
30511
30512 \backslash
30513 @addtoreset
30514 \series default
30515  comme c'est décrit dans la section
30516 \begin_inset space ~
30517 \end_inset
30518
30519
30520 \begin_inset CommandInset ref
30521 LatexCommand ref
30522 reference "sub:Numerotation-notes-bas-de-page"
30523
30524 \end_inset
30525
30526  et remplacez le paramètre de commande 
30527 \series bold
30528 footnote
30529 \series default
30530  par 
30531 \series bold
30532 endnote
30533 \series default
30534 .
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Pour les notes de fin, il y a la commande 
30539 \series bold
30540
30541 \backslash
30542 endnotemark[numéro]
30543 \series default
30544  qui est semblable à 
30545 \series bold
30546
30547 \backslash
30548 footnotemark
30549 \series default
30550 , décrite dans la section
30551 \begin_inset space ~
30552 \end_inset
30553
30554
30555 \begin_inset CommandInset ref
30556 LatexCommand ref
30557 reference "sec:Notes-bas-de-page"
30558
30559 \end_inset
30560
30561 .
30562 \end_layout
30563
30564 \begin_layout Standard
30565 \begin_inset VSpace bigskip
30566 \end_inset
30567
30568  Les notes de bas de page peuvent être mise dans la marge de la page et
30569  l'alignement du texte des notes peut être modifié, voyez le paquetage LaTeX
30570  
30571 \series bold
30572 footmisc
30573 \series default
30574
30575 \begin_inset Index idx
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579 Paquetages LaTeX ! footmisc
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \begin_inset CommandInset citation
30586 LatexCommand cite
30587 key "footmisc"
30588
30589 \end_inset
30590
30591  pour plus d'information à ce sujet.
30592 \end_layout
30593
30594 \begin_layout Standard
30595 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
30596  voyez les livres sur LaTeX, 
30597 \begin_inset CommandInset citation
30598 LatexCommand cite
30599 key "latexcompanion,latexguide,latexbook"
30600
30601 \end_inset
30602
30603 .
30604  Si vous utilisez une classe de document  
30605 \series bold
30606 KOMA-Script
30607 \series default
30608
30609 \begin_inset Index idx
30610 status collapsed
30611
30612 \begin_layout Plain Layout
30613 Paquetages LaTeX ! KOMA-Script
30614 \end_layout
30615
30616 \end_inset
30617
30618 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
30619  des commandes spécifiques à la classe de document utilisée, voyez 
30620 \begin_inset CommandInset citation
30621 LatexCommand cite
30622 key "KOMA-Script"
30623
30624 \end_inset
30625
30626 .
30627 \end_layout
30628
30629 \begin_layout Section
30630 Notes en marge
30631 \begin_inset Index idx
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Notes ! Notes en Marge
30636 \end_layout
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 Les notes en marge dans LyX ressemblent aux notes en bas de page et se comporten
30645 t de la même façon.
30646  Quand vous insérez une note en marge avec 
30647 \family sans
30648 Insérer\SpecialChar \menuseparator
30649 Note
30650 \begin_inset space ~
30651 \end_inset
30652
30653 en
30654 \begin_inset space ~
30655 \end_inset
30656
30657 Marge
30658 \family default
30659  ou avec le bouton 
30660 \family sans
30661
30662 \begin_inset Info
30663 type  "icon"
30664 arg   "marginalnote-insert"
30665 \end_inset
30666
30667
30668 \family default
30669  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
30670  grise avec une étiquette rouge 
30671 \begin_inset Quotes fld
30672 \end_inset
30673
30674 marge
30675 \begin_inset Quotes frd
30676 \end_inset
30677
30678 .
30679  
30680 \begin_inset Marginal
30681 status collapsed
30682
30683 \begin_layout Plain Layout
30684 C'est une note en marge.
30685 \end_layout
30686
30687 \end_inset
30688
30689  Cette boîte est la représentation de votre note dans LyX.
30690  Vous pouvez y entrer votre texte.
30691 \end_layout
30692
30693 \begin_layout Standard
30694 Les notes en marge apparaissent dans la marge de droite dans les documents
30695  imprimées sur une seule face.
30696  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
30697  
30698 \begin_inset Quotes eld
30699 \end_inset
30700
30701 extérieure
30702 \begin_inset Quotes erd
30703 \end_inset
30704
30705  – la gauche sur les pages paires et la droite sur les pages impaires.
30706  Le texte de la note en marge est aligné à l'opposé de la marge externe
30707  – aligné à droite quand la note apparaît dans la marge de gauche.
30708  La première ligne de la note apparaît à la hauteur de la ligne de texte
30709  où la note a été insérée dans le document.
30710 \end_layout
30711
30712 \begin_layout Standard
30713 \begin_inset VSpace bigskip
30714 \end_inset
30715
30716 Pour placer une note dans la marge interne, ajoutez la commande suivante
30717  :
30718 \end_layout
30719
30720 \begin_layout Standard
30721
30722 \series bold
30723
30724 \backslash
30725 reversemarginpar
30726 \end_layout
30727
30728 \begin_layout Standard
30729 sous forme de code TeX avant votre note de marge.
30730  Le nouveau positionnement est pris en compte pour toutes les notes en marge
30731  qui suivent 
30732 \begin_inset ERT
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737
30738 \backslash
30739 reversemarginpar 
30740 \end_layout
30741
30742 \end_inset
30743
30744
30745 \begin_inset Marginal
30746 status open
30747
30748 \begin_layout Plain Layout
30749 Cette note en marge est dans la marge interne.
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \series bold
30756
30757 \begin_inset Newline newline
30758 \end_inset
30759
30760
30761 \series default
30762
30763 \begin_inset Note Greyedout
30764 status open
30765
30766 \begin_layout Plain Layout
30767
30768 \series bold
30769 Note:
30770 \series default
30771  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
30772  les notes sont souvent mal mises en formes dans la sortie imprimée.
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \end_layout
30779
30780 \begin_layout Standard
30781 Pour revenir au positionnement implicite, ajoutez la commande :
30782 \end_layout
30783
30784 \begin_layout Standard
30785
30786 \series bold
30787
30788 \backslash
30789 normalmarginpar
30790 \end_layout
30791
30792 \begin_layout Standard
30793 sous forme de code TeX.
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 normalmarginpar 
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset Newline newline
30808 \end_inset
30809
30810  
30811 \begin_inset Note Greyedout
30812 status open
30813
30814 \begin_layout Plain Layout
30815
30816 \series bold
30817 Note:
30818 \series default
30819  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
30820  
30821 \series bold
30822
30823 \backslash
30824 reversemarginpar
30825 \series default
30826  est aussi utilisée.
30827 \end_layout
30828
30829 \end_inset
30830
30831
30832 \end_layout
30833
30834 \begin_layout Standard
30835 \begin_inset VSpace bigskip
30836 \end_inset
30837
30838
30839 \begin_inset Marginal
30840 status open
30841
30842 \begin_layout Plain Layout
30843 UnTrèsLongMotEnMarge sans césure.
30844 \end_layout
30845
30846 \end_inset
30847
30848  Comme dans le cas décrit dans la section
30849 \begin_inset space ~
30850 \end_inset
30851
30852
30853 \begin_inset CommandInset ref
30854 LatexCommand ref
30855 reference "sub:Lignes-multiple-dans-cellule"
30856
30857 \end_inset
30858
30859 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
30860  mot d'une note en marge.
30861  Pour éviter ce problème, insérez un espacement horizontal de 0
30862 \begin_inset space \thinspace{}
30863 \end_inset
30864
30865 pt avant le mot en question: 
30866 \begin_inset Marginal
30867 status open
30868
30869 \begin_layout Plain Layout
30870 \begin_inset space \hspace{}
30871 \length 0pt
30872 \end_inset
30873
30874 UnMotTrèsLongEnMarge avec une césure.
30875 \end_layout
30876
30877 \end_inset
30878
30879
30880 \end_layout
30881
30882 \begin_layout Standard
30883 \begin_inset VSpace bigskip
30884 \end_inset
30885
30886
30887 \end_layout
30888
30889 \begin_layout Standard
30890 \begin_inset Note Greyedout
30891 status open
30892
30893 \begin_layout Plain Layout
30894
30895 \series bold
30896 Note:
30897 \series default
30898  Normalement, les notes en marge ne peuvent pas être utilisées dans des
30899  tableaux, des flottants et des notes de bas de page.
30900 \end_layout
30901
30902 \end_inset
30903
30904
30905 \end_layout
30906
30907 \begin_layout Standard
30908 \begin_inset VSpace bigskip
30909 \end_inset
30910
30911
30912 \end_layout
30913
30914 \begin_layout Standard
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920
30921 \backslash
30922 ifmarginnote
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \begin_inset Note Note
30929 status open
30930
30931 \begin_layout Plain Layout
30932 La section suivante ne sera affichée que si le paquetage LaTeX 
30933 \series bold
30934 marginnote
30935 \series default
30936  a été installé.
30937 \end_layout
30938
30939 \end_inset
30940
30941
30942 \end_layout
30943
30944 \begin_layout Standard
30945 Cette restriction peut être évitée en utilisant le paquetage LaTeX 
30946 \series bold
30947 marginnote
30948 \series default
30949
30950 \begin_inset Index idx
30951 status collapsed
30952
30953 \begin_layout Plain Layout
30954 Paquetages LaTeX ! marginnote
30955 \end_layout
30956
30957 \end_inset
30958
30959 .
30960  En ajoutant les deux lignes suivantes au préambule de votre document, la
30961  commande que LyX utilise pour les notes de marge est redéfinie pour utiliser
30962  la commande fournie par le paquetage 
30963 \series bold
30964 marginnote
30965 \series default
30966  :
30967 \end_layout
30968
30969 \begin_layout Standard
30970
30971 \series bold
30972
30973 \backslash
30974 usepackage{marginnote}
30975 \begin_inset Newline newline
30976 \end_inset
30977
30978
30979 \backslash
30980 let
30981 \backslash
30982 marginpar
30983 \backslash
30984 marginnote
30985 \end_layout
30986
30987 \begin_layout Standard
30988 Ce paquetage est aussi utilisé dans ce document parce que 
30989 \series bold
30990 marginnote
30991 \series default
30992  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
30993  vertical pour une note.
30994  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
30995  sont trop proches les unes des autres ou que vous voulez améliorer la mise
30996  en page.
30997  Le décalage est inséré dans LyX sous forme de code TeX directement après
30998  la note sous la forme
30999 \end_layout
31000
31001 \begin_layout Standard
31002
31003 \series bold
31004 [offset]
31005 \end_layout
31006
31007 \begin_layout Standard
31008 où l'offset utilise l'une des unités listées dans le tableau
31009 \begin_inset space ~
31010 \end_inset
31011
31012
31013 \begin_inset CommandInset ref
31014 LatexCommand ref
31015 reference "cha:Unités-de-longueur"
31016
31017 \end_inset
31018
31019 .
31020  Une valeur négative déplace la note vers le haut, une valeur positive la
31021  déplace vers le bas.
31022  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
31023  vers le haut de 1.5
31024 \begin_inset space \thinspace{}
31025 \end_inset
31026
31027 cm avec la commande en code TeX 
31028 \begin_inset Quotes eld
31029 \end_inset
31030
31031
31032 \series bold
31033 [-1.5cm]
31034 \series default
31035
31036 \begin_inset Quotes erd
31037 \end_inset
31038
31039
31040 \begin_inset Marginal
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044 Cette note en marge est décalée vers le haut de 1.5
31045 \begin_inset space \thinspace{}
31046 \end_inset
31047
31048 cm par rapport à sa position d'origine.
31049 \end_layout
31050
31051 \end_inset
31052
31053
31054 \begin_inset ERT
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058
31059 [-1.5cm]
31060 \end_layout
31061
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \begin_layout Standard
31068 \begin_inset VSpace medskip
31069 \end_inset
31070
31071 Avec le paquetage 
31072 \series bold
31073 marginnote
31074 \series default
31075  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
31076  Par exemple les commandes 
31077 \end_layout
31078
31079 \begin_layout Standard
31080
31081 \series bold
31082
31083 \backslash
31084 renewcommand*{
31085 \backslash
31086 raggedleftmarginnote}{
31087 \backslash
31088 centering}
31089 \begin_inset Newline newline
31090 \end_inset
31091
31092
31093 \backslash
31094 renewcommand*{
31095 \backslash
31096 raggedrightmarginnote}{
31097 \backslash
31098 centering}
31099 \end_layout
31100
31101 \begin_layout Standard
31102 donnent un alignement centré.
31103  
31104 \series bold
31105
31106 \backslash
31107 raggedleftmarginnote
31108 \series default
31109  indique une note qui apparaît dans la marge de gauche.
31110 \begin_inset ERT
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114
31115
31116 \backslash
31117 renewcommand*{
31118 \backslash
31119 raggedleftmarginnote}{
31120 \backslash
31121 centering}
31122 \end_layout
31123
31124 \begin_layout Plain Layout
31125
31126
31127 \backslash
31128 renewcommand*{
31129 \backslash
31130 raggedrightmarginnote}{
31131 \backslash
31132 centering}
31133 \end_layout
31134
31135 \end_inset
31136
31137
31138 \begin_inset Marginal
31139 status collapsed
31140
31141 \begin_layout Plain Layout
31142 Le texte de cette note en marge est centré.
31143 \end_layout
31144
31145 \end_inset
31146
31147 .
31148  Le comportement implicite est donné par
31149 \end_layout
31150
31151 \begin_layout Standard
31152
31153 \series bold
31154
31155 \backslash
31156 renewcommand*{
31157 \backslash
31158 raggedleftmarginnote}{
31159 \backslash
31160 raggedleft}
31161 \begin_inset Newline newline
31162 \end_inset
31163
31164
31165 \backslash
31166 renewcommand*{
31167 \backslash
31168 raggedrightmarginnote}{
31169 \backslash
31170 raggedright}
31171 \series default
31172
31173 \begin_inset ERT
31174 status collapsed
31175
31176 \begin_layout Plain Layout
31177
31178
31179 \backslash
31180 renewcommand*{
31181 \backslash
31182 raggedleftmarginnote}{
31183 \backslash
31184 raggedleft}
31185 \end_layout
31186
31187 \begin_layout Plain Layout
31188
31189
31190 \backslash
31191 renewcommand*{
31192 \backslash
31193 raggedrightmarginnote}{
31194 \backslash
31195 raggedright}
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Standard
31204 \begin_inset VSpace medskip
31205 \end_inset
31206
31207 Pour les autre fonctions du paquetage 
31208 \series bold
31209 marginnote
31210 \series default
31211  nous vous renvoyons à sa documentation 
31212 \begin_inset CommandInset citation
31213 LatexCommand cite
31214 key "marginnote"
31215
31216 \end_inset
31217
31218 .
31219 \end_layout
31220
31221 \begin_layout Standard
31222 \begin_inset VSpace bigskip
31223 \end_inset
31224
31225 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
31226  définition.
31227  Pour créer par exemple une entête pour toutes les notes en marge avec le
31228  texte 
31229 \begin_inset Quotes eld
31230 \end_inset
31231
31232
31233 \family sans
31234 \series bold
31235 \bar under
31236 Attention!
31237 \family default
31238 \series default
31239 \bar default
31240
31241 \begin_inset Quotes erd
31242 \end_inset
31243
31244  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
31245  de votre document :
31246 \end_layout
31247
31248 \begin_layout Standard
31249
31250 \series bold
31251
31252 \backslash
31253 let
31254 \backslash
31255 myMarginpar
31256 \backslash
31257 marginpar
31258 \begin_inset Newline newline
31259 \end_inset
31260
31261
31262 \backslash
31263 renewcommand{
31264 \backslash
31265 marginpar}[1]{
31266 \backslash
31267 myMarginpar{%
31268 \begin_inset Newline newline
31269 \end_inset
31270
31271
31272 \begin_inset Phantom HPhantom
31273 status open
31274
31275 \begin_layout Plain Layout
31276
31277 \series bold
31278 \begin_inset space ~
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \backslash
31288 hspace{0pt}
31289 \backslash
31290 textsf{
31291 \backslash
31292 textbf{
31293 \backslash
31294 underbar{Attention!}}}%
31295 \begin_inset Newline newline
31296 \end_inset
31297
31298
31299 \begin_inset Phantom HPhantom
31300 status open
31301
31302 \begin_layout Plain Layout
31303
31304 \series bold
31305 \begin_inset space ~
31306 \end_inset
31307
31308
31309 \end_layout
31310
31311 \end_inset
31312
31313
31314 \backslash
31315 vspace{1.5mm}
31316 \backslash
31317
31318 \backslash
31319 #1}}
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 let
31331 \backslash
31332 myMarginpar
31333 \backslash
31334 marginpar
31335 \end_layout
31336
31337 \begin_layout Plain Layout
31338
31339
31340 \backslash
31341 renewcommand{
31342 \backslash
31343 marginpar}[1]{
31344 \backslash
31345 myMarginpar{%
31346 \end_layout
31347
31348 \begin_layout Plain Layout
31349
31350    
31351 \backslash
31352 textsf{
31353 \backslash
31354 textbf{
31355 \backslash
31356 underbar{Attention!}}}%
31357 \end_layout
31358
31359 \begin_layout Plain Layout
31360
31361    
31362 \backslash
31363 vspace{1.5mm}
31364 \backslash
31365
31366 \backslash
31367 #1}}
31368 \end_layout
31369
31370 \end_inset
31371
31372
31373 \begin_inset Marginal
31374 status open
31375
31376 \begin_layout Plain Layout
31377 Ceci est une note en marge avec une en-tête prédéfinie.
31378 \end_layout
31379
31380 \end_inset
31381
31382
31383 \begin_inset ERT
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387
31388 [-1.5cm]
31389 \end_layout
31390
31391 \end_inset
31392
31393
31394 \begin_inset ERT
31395 status collapsed
31396
31397 \begin_layout Plain Layout
31398
31399
31400 \backslash
31401 renewcommand{
31402 \backslash
31403 marginpar}[1]{
31404 \backslash
31405 myMarginpar{#1}}
31406 \end_layout
31407
31408 \end_inset
31409
31410
31411 \begin_inset Note Note
31412 status collapsed
31413
31414 \begin_layout Plain Layout
31415
31416 \lang english
31417 The margin note format is changed only for this example.
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Standard
31426 \begin_inset ERT
31427 status collapsed
31428
31429 \begin_layout Plain Layout
31430
31431
31432 \backslash
31433 else
31434 \end_layout
31435
31436 \end_inset
31437
31438
31439 \begin_inset Note Note
31440 status open
31441
31442 \begin_layout Plain Layout
31443 Ce qui suit sera affiché si le paquetage LaTeX 
31444 \series bold
31445 marginnote
31446 \series default
31447  n'est pas installé :
31448 \end_layout
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Vous devez installer le paquetage LaTeX 
31457 \series bold
31458 marginnote
31459 \series default
31460  pour voir la suite de cette section dans la sortie imprimée.
31461 \end_layout
31462
31463 \begin_layout Standard
31464 \begin_inset ERT
31465 status collapsed
31466
31467 \begin_layout Plain Layout
31468
31469
31470 \backslash
31471 fi
31472 \end_layout
31473
31474 \end_inset
31475
31476
31477 \end_layout
31478
31479 \begin_layout Chapter
31480 Les boîtes
31481 \end_layout
31482
31483 \begin_layout Section
31484 Introduction
31485 \begin_inset Index idx
31486 status collapsed
31487
31488 \begin_layout Plain Layout
31489 Boîtes ! Introduction
31490 \end_layout
31491
31492 \end_inset
31493
31494
31495 \end_layout
31496
31497 \begin_layout Standard
31498 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
31499  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
31500  voir la section
31501 \begin_inset space ~
31502 \end_inset
31503
31504
31505 \begin_inset CommandInset ref
31506 LatexCommand ref
31507 reference "sec:Minipages"
31508
31509 \end_inset
31510
31511 , pour encadrer des portions de texte, voir la section
31512 \begin_inset space ~
31513 \end_inset
31514
31515
31516 \begin_inset CommandInset ref
31517 LatexCommand ref
31518 reference "sec:Décorations"
31519
31520 \end_inset
31521
31522 , pour empêcher que des mots subissent une césure, voir la section
31523 \begin_inset space ~
31524 \end_inset
31525
31526
31527 \begin_inset CommandInset ref
31528 LatexCommand ref
31529 reference "sec:Empêcher-césure"
31530
31531 \end_inset
31532
31533 , pour aligner du texte, voir la section
31534 \begin_inset space ~
31535 \end_inset
31536
31537
31538 \begin_inset CommandInset ref
31539 LatexCommand ref
31540 reference "sub:Alignement-Vertical"
31541
31542 \end_inset
31543
31544 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
31545 \begin_inset space ~
31546 \end_inset
31547
31548
31549 \begin_inset CommandInset ref
31550 LatexCommand ref
31551 reference "sec:Boîtes-colorées"
31552
31553 \end_inset
31554
31555 .
31556 \end_layout
31557
31558 \begin_layout Standard
31559 On peut insérer une boîte en utilisant le menu 
31560 \family sans
31561 Insérer\SpecialChar \menuseparator
31562 Boîte
31563 \family default
31564  ou avec le bouton 
31565 \family sans
31566
31567 \begin_inset Info
31568 type  "icon"
31569 arg   "box-insert Frameless"
31570 \end_inset
31571
31572
31573 \family default
31574  de la barre d'outils.
31575  Une boîte grise avec une étiquette 
31576 \family sans
31577 Boîte
31578 \begin_inset space ~
31579 \end_inset
31580
31581 (Minipage)
31582 \family default
31583
31584 \begin_inset Graphics
31585         filename clipart/BoxInsetDefaultQt4.png
31586         scale 65
31587         scaleBeforeRotation
31588
31589 \end_inset
31590
31591  est alors insérée.
31592  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
31593  et en choisissant 
31594 \family sans
31595 Paramètres
31596 \family default
31597  .
31598  La fenêtre de dialogue qui apparaît donne accès aux types de
31599 \family sans
31600  Boîte
31601 \begin_inset space ~
31602 \end_inset
31603
31604 Intérieure
31605 \family default
31606  
31607 \family sans
31608 Makebox, Parbox
31609 \family default
31610  et 
31611 \family sans
31612 Minipage
31613 \family default
31614 .
31615  Le type 
31616 \family sans
31617 Minipage
31618 \family default
31619  est le type implicite pour les boîtes nouvellement créées et il est décrit
31620  dans la section
31621 \begin_inset space ~
31622 \end_inset
31623
31624
31625 \begin_inset CommandInset ref
31626 LatexCommand ref
31627 reference "sec:Minipages"
31628
31629 \end_inset
31630
31631 ; le type 
31632 \family sans
31633 Parbox
31634 \family default
31635  est décrit dans la section
31636 \begin_inset space ~
31637 \end_inset
31638
31639
31640 \begin_inset CommandInset ref
31641 LatexCommand ref
31642 reference "sec:Parboxes"
31643
31644 \end_inset
31645
31646  et le type 
31647 \family sans
31648 Makebox
31649 \family default
31650  est décrit dans la section
31651 \begin_inset space ~
31652 \end_inset
31653
31654
31655 \begin_inset CommandInset ref
31656 LatexCommand ref
31657 reference "sec:Empêcher-césure"
31658
31659 \end_inset
31660
31661 .
31662 \end_layout
31663
31664 \begin_layout Standard
31665 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
31666  comme les flottants ou les notes de bas de page.
31667 \end_layout
31668
31669 \begin_layout Standard
31670 \begin_inset Note Greyedout
31671 status open
31672
31673 \begin_layout Plain Layout
31674
31675 \series bold
31676 Note:
31677 \series default
31678  Vous ne pouvez pas employer une boîte comme élément dans un environnement
31679  de type 
31680 \family sans
31681 Liste
31682 \family default
31683  ou 
31684 \family sans
31685 Description
31686 \family default
31687 .
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 \begin_inset Note Greyedout
31697 status open
31698
31699 \begin_layout Plain Layout
31700
31701 \series bold
31702 Note:
31703 \series default
31704  Pour une raison inconnue, vous ne pouvez mettre le type de la 
31705 \family sans
31706 Boîte
31707 \begin_inset space ~
31708 \end_inset
31709
31710 Intérieure
31711 \family default
31712  à 
31713 \family sans
31714 Aucune
31715 \family default
31716  que quand vous utilisez une boîte encadrée.
31717  Les boîtes sans 
31718 \family sans
31719 Boîte
31720 \begin_inset space ~
31721 \end_inset
31722
31723 Intérieure
31724 \family default
31725  et sans cadre sont expliquées dans la section
31726 \begin_inset space ~
31727 \end_inset
31728
31729
31730 \begin_inset CommandInset ref
31731 LatexCommand ref
31732 reference "sec:Empêcher-césure"
31733
31734 \end_inset
31735
31736 .
31737 \end_layout
31738
31739 \end_inset
31740
31741
31742 \end_layout
31743
31744 \begin_layout Section
31745 La fenêtre de dialogue Boîte
31746 \begin_inset CommandInset label
31747 LatexCommand label
31748 name "sec:Boîte-Dialogue"
31749
31750 \end_inset
31751
31752
31753 \begin_inset Index idx
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Boîtes ! Fenêtre de dialogue Boîte
31758 \end_layout
31759
31760 \end_inset
31761
31762
31763 \end_layout
31764
31765 \begin_layout Subsection
31766 Taille
31767 \begin_inset Index idx
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 Boîtes ! Taille
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 Dans la fenêtre de dialogue 
31781 \family sans
31782 Paramètres
31783 \begin_inset space ~
31784 \end_inset
31785
31786 de
31787 \begin_inset space ~
31788 \end_inset
31789
31790 Boîte
31791 \family default
31792  vous pouvez modifier la géométrie de la boîte avec les champs 
31793 \family sans
31794 Largeur
31795 \family default
31796  et 
31797 \family sans
31798 Hauteur
31799 \family default
31800 .
31801  Les unités de longueur qui sont utilisables dans ces champs sont décrites
31802  dans le tableau
31803 \begin_inset space ~
31804 \end_inset
31805
31806
31807 \begin_inset CommandInset ref
31808 LatexCommand ref
31809 reference "tab:Unités"
31810
31811 \end_inset
31812
31813 .
31814  Le champ 
31815 \family sans
31816 Hauteur
31817 \family default
31818  offre en plus les spécifications de taille suivantes :
31819 \end_layout
31820
31821 \begin_layout Description
31822 Profondeur C'est simplement la 
31823 \begin_inset Quotes eld
31824 \end_inset
31825
31826 hauteur
31827 \begin_inset Quotes erd
31828 \end_inset
31829
31830  du texte.
31831  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
31832  lignes de texte dans la boîte.
31833 \begin_inset Newline newline
31834 \end_inset
31835
31836
31837 \begin_inset Newline newline
31838 \end_inset
31839
31840
31841 \begin_inset Newline newline
31842 \end_inset
31843
31844
31845 \begin_inset Box Boxed
31846 position "c"
31847 hor_pos "c"
31848 has_inner_box 1
31849 inner_pos "c"
31850 use_parbox 0
31851 use_makebox 0
31852 width "12col%"
31853 special "none"
31854 height "1in"
31855 height_special "depth"
31856 status open
31857
31858 \begin_layout Plain Layout
31859 \align center
31860 Boîte dont la hauteur est égale à 1
31861 \begin_inset space \thinspace{}
31862 \end_inset
31863
31864 Profondeur
31865 \end_layout
31866
31867 \end_inset
31868
31869
31870 \begin_inset Newline newline
31871 \end_inset
31872
31873
31874 \begin_inset Newline newline
31875 \end_inset
31876
31877
31878 \end_layout
31879
31880 \begin_layout Description
31881 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
31882  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
31883  est deux fois plus haute que le texte : 
31884 \begin_inset Box Boxed
31885 position "c"
31886 hor_pos "c"
31887 has_inner_box 1
31888 inner_pos "c"
31889 use_parbox 0
31890 use_makebox 0
31891 width "20col%"
31892 special "none"
31893 height "2in"
31894 height_special "height"
31895 status open
31896
31897 \begin_layout Plain Layout
31898 \align center
31899 Boîte dont la hauteur est 2
31900 \begin_inset space \thinspace{}
31901 \end_inset
31902
31903 Hauteur
31904 \end_layout
31905
31906 \end_inset
31907
31908
31909 \end_layout
31910
31911 \begin_layout Description
31912 Hauteur
31913 \begin_inset space ~
31914 \end_inset
31915
31916 Totale C'est égal à Hauteur
31917 \begin_inset space \thinspace{}
31918 \end_inset
31919
31920 +
31921 \begin_inset space \thinspace{}
31922 \end_inset
31923
31924 Profondeur : 
31925 \begin_inset Box Boxed
31926 position "c"
31927 hor_pos "c"
31928 has_inner_box 1
31929 inner_pos "c"
31930 use_parbox 0
31931 use_makebox 0
31932 width "20col%"
31933 special "none"
31934 height "1in"
31935 height_special "totalheight"
31936 status open
31937
31938 \begin_layout Plain Layout
31939 \align center
31940 Boîte dont la hauteur est 1
31941 \begin_inset space \thinspace{}
31942 \end_inset
31943
31944 Hauteur
31945 \begin_inset space ~
31946 \end_inset
31947
31948 Totale
31949 \end_layout
31950
31951 \end_inset
31952
31953
31954 \end_layout
31955
31956 \begin_layout Description
31957 Largeur On prend la largeur de la boîte comme hauteur : 
31958 \begin_inset Box Boxed
31959 position "c"
31960 hor_pos "c"
31961 has_inner_box 1
31962 inner_pos "c"
31963 use_parbox 0
31964 use_makebox 0
31965 width "12col%"
31966 special "none"
31967 height "1in"
31968 height_special "width"
31969 status open
31970
31971 \begin_layout Plain Layout
31972 \align center
31973 Boîte dont la hauteur est 1
31974 \begin_inset space \thinspace{}
31975 \end_inset
31976
31977 Largeur
31978 \end_layout
31979
31980 \end_inset
31981
31982
31983 \end_layout
31984
31985 \begin_layout Subsection
31986 Alignement
31987 \begin_inset Index idx
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991 Boîtes ! Alignement
31992 \end_layout
31993
31994 \end_inset
31995
31996
31997 \end_layout
31998
31999 \begin_layout Standard
32000 Quand vous avez choisi une 
32001 \family sans
32002 Boîte
32003 \begin_inset space ~
32004 \end_inset
32005
32006 Intérieure
32007 \family default
32008 , l'alignement vertical de la boîte peut être :
32009 \end_layout
32010
32011 \begin_layout Description
32012 Haut Ceci est un exemple de texte.
32013  
32014 \begin_inset Box Boxed
32015 position "t"
32016 hor_pos "c"
32017 has_inner_box 1
32018 inner_pos "c"
32019 use_parbox 0
32020 use_makebox 0
32021 width "12col%"
32022 special "none"
32023 height "1in"
32024 height_special "totalheight"
32025 status collapsed
32026
32027 \begin_layout Plain Layout
32028 \align center
32029 Cette boîte est alignée sur le haut.
32030 \end_layout
32031
32032 \end_inset
32033
32034  Ceci est un exemple de texte.
32035 \end_layout
32036
32037 \begin_layout Description
32038 Milieu Ceci est un exemple de texte.
32039  
32040 \begin_inset Box Boxed
32041 position "c"
32042 hor_pos "c"
32043 has_inner_box 1
32044 inner_pos "c"
32045 use_parbox 0
32046 use_makebox 0
32047 width "12col%"
32048 special "none"
32049 height "1in"
32050 height_special "totalheight"
32051 status collapsed
32052
32053 \begin_layout Plain Layout
32054 \align center
32055 Cette boîte est alignée au centre.
32056 \end_layout
32057
32058 \end_inset
32059
32060  Ceci est un exemple de texte.
32061 \end_layout
32062
32063 \begin_layout Description
32064 Bas Ceci est un exemple de texte.
32065  
32066 \begin_inset Box Boxed
32067 position "b"
32068 hor_pos "c"
32069 has_inner_box 1
32070 inner_pos "c"
32071 use_parbox 0
32072 use_makebox 0
32073 width "12col%"
32074 special "none"
32075 height "1in"
32076 height_special "totalheight"
32077 status collapsed
32078
32079 \begin_layout Plain Layout
32080 \align center
32081 Cette boîte est alignée sur le bas.
32082 \end_layout
32083
32084 \end_inset
32085
32086  Ceci est un exemple de texte.
32087 \end_layout
32088
32089 \begin_layout Standard
32090 \begin_inset Note Greyedout
32091 status open
32092
32093 \begin_layout Plain Layout
32094
32095 \series bold
32096 Note:
32097 \series default
32098  L'alignement vertical peut être perturbé dans la sortie finale quand vous
32099  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
32100  l'autre non.
32101 \end_layout
32102
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Standard
32109 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
32110  paragraphe grâce à la fenêtre de dialogue 
32111 \family sans
32112 Paramètres
32113 \begin_inset space ~
32114 \end_inset
32115
32116 de
32117 \begin_inset space ~
32118 \end_inset
32119
32120 Boîte
32121 \family default
32122 .
32123 \end_layout
32124
32125 \begin_layout Standard
32126 \begin_inset VSpace bigskip
32127 \end_inset
32128
32129 Quand vous avez choisi une 
32130 \family sans
32131 Boîte
32132 \begin_inset space ~
32133 \end_inset
32134
32135 Intérieure
32136 \family default
32137 , l'alignement vertical du contenu de la boîte peut être :
32138 \end_layout
32139
32140 \begin_layout Description
32141 haut Ceci est un exemple de texte.
32142 \begin_inset Box Boxed
32143 position "c"
32144 hor_pos "c"
32145 has_inner_box 1
32146 inner_pos "t"
32147 use_parbox 0
32148 use_makebox 0
32149 width "12col%"
32150 special "none"
32151 height "1.5in"
32152 height_special "totalheight"
32153 status collapsed
32154
32155 \begin_layout Plain Layout
32156 \align center
32157 Le texte de cette boîte est aligné sur le haut.
32158 \end_layout
32159
32160 \end_inset
32161
32162  Ceci est un exemple de texte.
32163 \end_layout
32164
32165 \begin_layout Description
32166 milieu Ceci est un exemple de texte.
32167  
32168 \begin_inset Box Boxed
32169 position "c"
32170 hor_pos "c"
32171 has_inner_box 1
32172 inner_pos "c"
32173 use_parbox 0
32174 use_makebox 0
32175 width "12col%"
32176 special "none"
32177 height "1.5in"
32178 height_special "totalheight"
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182 \align center
32183 Le texte de cette boîte est aligné au centre
32184 \end_layout
32185
32186 \end_inset
32187
32188  Ceci est un exemple de texte.
32189 \end_layout
32190
32191 \begin_layout Description
32192 bas Ceci est un exemple de texte.
32193  
32194 \begin_inset Box Boxed
32195 position "c"
32196 hor_pos "c"
32197 has_inner_box 1
32198 inner_pos "b"
32199 use_parbox 0
32200 use_makebox 0
32201 width "12col%"
32202 special "none"
32203 height "1.5in"
32204 height_special "totalheight"
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208 \align center
32209 Le texte de cette boîte est aligné en bas.
32210 \end_layout
32211
32212 \end_inset
32213
32214  Ceci est un exemple de texte.
32215 \end_layout
32216
32217 \begin_layout Description
32218 élongation Ceci est un exemple de texte.
32219  
32220 \begin_inset Box Boxed
32221 position "c"
32222 hor_pos "c"
32223 has_inner_box 1
32224 inner_pos "s"
32225 use_parbox 0
32226 use_makebox 0
32227 width "12col%"
32228 special "none"
32229 height "1.5in"
32230 height_special "totalheight"
32231 status collapsed
32232
32233 \begin_layout Plain Layout
32234 \align center
32235 Le texte 
32236 \end_layout
32237
32238 \begin_layout Plain Layout
32239 \align center
32240 de cette
32241 \end_layout
32242
32243 \begin_layout Plain Layout
32244 \align center
32245 boîte est
32246 \end_layout
32247
32248 \begin_layout Plain Layout
32249 \align center
32250 allongé.
32251 \end_layout
32252
32253 \end_inset
32254
32255  Ceci est un exemple de texte.
32256 \end_layout
32257
32258 \begin_layout Standard
32259 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
32260  paragraphe.
32261  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
32262 \end_layout
32263
32264 \begin_layout Standard
32265 \begin_inset VSpace bigskip
32266 \end_inset
32267
32268 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
32269  la fenêtre de dialogue 
32270 \family sans
32271 Paramètres
32272 \begin_inset space ~
32273 \end_inset
32274
32275 de
32276 \begin_inset space ~
32277 \end_inset
32278
32279 paragraphe
32280 \family default
32281  quand vous avez choisi une 
32282 \family sans
32283 Boîte
32284 \begin_inset space ~
32285 \end_inset
32286
32287 Intérieure
32288 \family default
32289 .
32290 \end_layout
32291
32292 \begin_layout Standard
32293 \align center
32294 \begin_inset Box Boxed
32295 position "c"
32296 hor_pos "c"
32297 has_inner_box 1
32298 inner_pos "s"
32299 use_parbox 0
32300 use_makebox 0
32301 width "15col%"
32302 special "none"
32303 height "1.25in"
32304 height_special "totalheight"
32305 status open
32306
32307 \begin_layout Plain Layout
32308 \align left
32309 Le texte de 
32310 \end_layout
32311
32312 \begin_layout Plain Layout
32313 \align left
32314 cette boîte
32315 \end_layout
32316
32317 \begin_layout Plain Layout
32318 \align right
32319 est allongé.
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 Si vous n'avez pas choisi une 
32329 \family sans
32330 Boîte
32331 \begin_inset space ~
32332 \end_inset
32333
32334 Intérieure
32335 \family default
32336 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
32337  de dialogue de boîte.
32338 \end_layout
32339
32340 \begin_layout Standard
32341 \align center
32342 \begin_inset Box Boxed
32343 position "c"
32344 hor_pos "s"
32345 has_inner_box 0
32346 inner_pos "s"
32347 use_parbox 0
32348 use_makebox 0
32349 width "90col%"
32350 special "none"
32351 height "1.25in"
32352 height_special "totalheight"
32353 status open
32354
32355 \begin_layout Plain Layout
32356 Le texte de cette boîte est allongé horizontalement.
32357 \end_layout
32358
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \begin_layout Subsection
32365 Décorations
32366 \begin_inset CommandInset label
32367 LatexCommand label
32368 name "sec:Décorations"
32369
32370 \end_inset
32371
32372
32373 \begin_inset Index idx
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377 Boîtes ! Décorations
32378 \end_layout
32379
32380 \end_inset
32381
32382
32383 \end_layout
32384
32385 \begin_layout Standard
32386 On peut spécifier le style de la boîte en utilisant la liste déroulante
32387  
32388 \family sans
32389 Décoration
32390 \family default
32391 .
32392  Les possibilités sont les suivantes :
32393 \end_layout
32394
32395 \begin_layout Description
32396 Aucun
32397 \begin_inset space ~
32398 \end_inset
32399
32400 cadre
32401 \begin_inset space ~
32402 \end_inset
32403
32404 tracé Rien n'est tracé
32405 \end_layout
32406
32407 \begin_layout Description
32408 Cadre
32409 \begin_inset space ~
32410 \end_inset
32411
32412 rectangulaire
32413 \begin_inset space ~
32414 \end_inset
32415
32416 simple Ceci dessine un cadre rectangulaire autour de la boîte.
32417  L'épaisseur du trait de ce cadre est donnée par la variable  
32418 \series bold
32419
32420 \backslash
32421 fboxrule
32422 \series default
32423 .
32424 \begin_inset Newline newline
32425 \end_inset
32426
32427
32428 \begin_inset Box Boxed
32429 position "c"
32430 hor_pos "c"
32431 has_inner_box 1
32432 inner_pos "c"
32433 use_parbox 0
32434 use_makebox 0
32435 width "20col%"
32436 special "none"
32437 height "1in"
32438 height_special "totalheight"
32439 status open
32440
32441 \begin_layout Plain Layout
32442 \align center
32443 Boîte rectangulaire
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Description
32452 Cadre
32453 \begin_inset space ~
32454 \end_inset
32455
32456 oval,
32457 \begin_inset space ~
32458 \end_inset
32459
32460 fin Ceci dessine un cadre ovalisée autour de la boîte.
32461  L'épaisseur du trait de ce cadre est de  0.4
32462 \begin_inset space \thinspace{}
32463 \end_inset
32464
32465 pt.
32466  
32467 \begin_inset Box ovalbox
32468 position "c"
32469 hor_pos "c"
32470 has_inner_box 1
32471 inner_pos "c"
32472 use_parbox 0
32473 use_makebox 0
32474 width "20col%"
32475 special "none"
32476 height "1in"
32477 height_special "totalheight"
32478 status open
32479
32480 \begin_layout Plain Layout
32481 \align center
32482 Boîte ovalisée, fine
32483 \end_layout
32484
32485 \end_inset
32486
32487
32488 \end_layout
32489
32490 \begin_layout Description
32491 Cadre
32492 \begin_inset space ~
32493 \end_inset
32494
32495 oval,
32496 \begin_inset space ~
32497 \end_inset
32498
32499 épais Ceci dessine un cadre ovalisée autour de la boîte.
32500  L'épaisseur du trait de ce cadre est de   0.8
32501 \begin_inset space \thinspace{}
32502 \end_inset
32503
32504 pt.
32505  
32506 \begin_inset Box Ovalbox
32507 position "c"
32508 hor_pos "c"
32509 has_inner_box 1
32510 inner_pos "c"
32511 use_parbox 0
32512 use_makebox 0
32513 width "20col%"
32514 special "none"
32515 height "1in"
32516 height_special "totalheight"
32517 status open
32518
32519 \begin_layout Plain Layout
32520 \align center
32521 Boîte ovalisée, épaisse
32522 \end_layout
32523
32524 \end_inset
32525
32526
32527 \end_layout
32528
32529 \begin_layout Description
32530 Ombre
32531 \begin_inset space ~
32532 \end_inset
32533
32534 en
32535 \begin_inset space ~
32536 \end_inset
32537
32538 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
32539  L'épaisseur du trait de ce cadre est donnée par la variable  
32540 \series bold
32541
32542 \backslash
32543 fboxrule
32544 \series default
32545 , l'ombre a une épaisseur de  4
32546 \begin_inset space \thinspace{}
32547 \end_inset
32548
32549 pt.
32550  
32551 \begin_inset Box Shadowbox
32552 position "c"
32553 hor_pos "c"
32554 has_inner_box 1
32555 inner_pos "c"
32556 use_parbox 0
32557 use_makebox 0
32558 width "20col%"
32559 special "none"
32560 height "1in"
32561 height_special "totalheight"
32562 status open
32563
32564 \begin_layout Plain Layout
32565 \align center
32566 Boîte ombrée
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Description
32575 Fond
32576 \begin_inset space ~
32577 \end_inset
32578
32579 ombré Ceci dessine une boîte avec un arrière plan rouge.
32580  Contrairement aux boîtes coloriées
32581 \begin_inset Foot
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Voir la section
32586 \begin_inset space ~
32587 \end_inset
32588
32589
32590 \begin_inset CommandInset ref
32591 LatexCommand ref
32592 reference "sec:Boîtes-colorées"
32593
32594 \end_inset
32595
32596 .
32597 \end_layout
32598
32599 \end_inset
32600
32601 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
32602  son propre paragraphe.
32603 \begin_inset Box Shaded
32604 position "t"
32605 hor_pos "c"
32606 has_inner_box 0
32607 inner_pos "t"
32608 use_parbox 0
32609 use_makebox 0
32610 width "50col%"
32611 special "none"
32612 height "1in"
32613 height_special "totalheight"
32614 status open
32615
32616 \begin_layout Plain Layout
32617 Boîte avec fond ombré
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \begin_layout Description
32626 Cadre
32627 \begin_inset space ~
32628 \end_inset
32629
32630 rectangulaire
32631 \begin_inset space ~
32632 \end_inset
32633
32634 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
32635  boîte.
32636  L'épaisseur du trait du cadre interne est de 0.75
32637 \begin_inset space \thinspace{}
32638 \end_inset
32639
32640
32641 \series bold
32642
32643 \backslash
32644 fboxrule
32645 \series default
32646 , l'épaisseur du trait du cadre externe est de 1.5
32647 \begin_inset space \thinspace{}
32648 \end_inset
32649
32650
32651 \series bold
32652
32653 \backslash
32654 fboxrule
32655 \series default
32656 .
32657  La distance entre les deux cadres est de  1.5
32658 \begin_inset space \thinspace{}
32659 \end_inset
32660
32661
32662 \series bold
32663
32664 \backslash
32665 fboxrule
32666 \series default
32667
32668 \begin_inset space \thinspace{}
32669 \end_inset
32670
32671 +
32672 \begin_inset space \thinspace{}
32673 \end_inset
32674
32675 0.5
32676 \begin_inset space \thinspace{}
32677 \end_inset
32678
32679 pt.
32680  
32681 \begin_inset Box Doublebox
32682 position "c"
32683 hor_pos "c"
32684 has_inner_box 1
32685 inner_pos "c"
32686 use_parbox 0
32687 use_makebox 0
32688 width "20col%"
32689 special "none"
32690 height "1in"
32691 height_special "totalheight"
32692 status open
32693
32694 \begin_layout Plain Layout
32695 \align center
32696 Boîte double
32697 \end_layout
32698
32699 \end_inset
32700
32701
32702 \end_layout
32703
32704 \begin_layout Standard
32705 \begin_inset VSpace bigskip
32706 \end_inset
32707
32708 L'étiquette qui se trouve sur la boîte dans LyX s'adapte pour montrer le
32709  style de boîte utilisé.
32710  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
32711  le paquetage LaTeX 
32712 \series bold
32713 fancybox
32714 \series default
32715
32716 \begin_inset Index idx
32717 status collapsed
32718
32719 \begin_layout Plain Layout
32720 Paquetages LaTeX ! fancybox
32721 \end_layout
32722
32723 \end_inset
32724
32725 .
32726 \end_layout
32727
32728 \begin_layout Standard
32729 \begin_inset VSpace bigskip
32730 \end_inset
32731
32732 Quand vous utilisez le style de décoration 
32733 \family sans
32734 cadre rectangulaire simple
32735 \family default
32736  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
32737  de la boîte.
32738  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
32739  prendra toute la largeur de la colonne, la boîte sera considérée comme
32740  son propre paragraphe et 
32741 \series bold
32742
32743 \backslash
32744 fboxrule
32745 \series default
32746  et 
32747 \series bold
32748
32749 \backslash
32750 fboxsep
32751 \series default
32752  n'ont aucun effet sur ce type de boîte.
32753  L'épaisseur de la ligne du cadre a la valeur de 
32754 \series bold
32755
32756 \backslash
32757 FrameRule
32758 \series default
32759 .
32760  
32761 \begin_inset Box Framed
32762 position "t"
32763 hor_pos "c"
32764 has_inner_box 0
32765 inner_pos "t"
32766 use_parbox 0
32767 use_makebox 0
32768 width "100col%"
32769 special "none"
32770 height "1in"
32771 height_special "totalheight"
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775 Boîte avec cadre simple et sauts de page
32776 \end_layout
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \begin_layout Section
32784 Personnalisation des boîtes
32785 \begin_inset Index idx
32786 status collapsed
32787
32788 \begin_layout Plain Layout
32789 Boîtes! Personnalisation
32790 \end_layout
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 La valeur implicite pour la variable 
32799 \series bold
32800
32801 \backslash
32802 fboxrule
32803 \series default
32804  est 0.4
32805 \begin_inset space \thinspace{}
32806 \end_inset
32807
32808 pt.
32809  Elle peut être modifiée avec la commande suivante en code TeX, par exemple
32810  pour avoir 2
32811 \begin_inset space \thinspace{}
32812 \end_inset
32813
32814 pt :
32815 \end_layout
32816
32817 \begin_layout Standard
32818
32819 \series bold
32820
32821 \backslash
32822 setlength{
32823 \backslash
32824 fboxrule}{2pt}
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \begin_inset ERT
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832
32833
32834 \backslash
32835 setlength{
32836 \backslash
32837 fboxrule}{2pt}
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \begin_inset Box Boxed
32844 position "c"
32845 hor_pos "c"
32846 has_inner_box 1
32847 inner_pos "c"
32848 use_parbox 0
32849 use_makebox 0
32850 width "25col%"
32851 special "none"
32852 height "1in"
32853 height_special "totalheight"
32854 status open
32855
32856 \begin_layout Plain Layout
32857 \align center
32858 Boîte rectangulaire avec 
32859 \series bold
32860
32861 \backslash
32862 fboxrule
32863 \series default
32864
32865 \begin_inset space \thinspace{}
32866 \end_inset
32867
32868 =
32869 \begin_inset space \thinspace{}
32870 \end_inset
32871
32872 2
32873 \begin_inset space \thinspace{}
32874 \end_inset
32875
32876 pt
32877 \end_layout
32878
32879 \end_inset
32880
32881
32882 \begin_inset ERT
32883 status collapsed
32884
32885 \begin_layout Plain Layout
32886
32887
32888 \backslash
32889 setlength{
32890 \backslash
32891 fboxrule}{0.4pt}
32892 \end_layout
32893
32894 \end_inset
32895
32896
32897 \end_layout
32898
32899 \begin_layout Standard
32900 \begin_inset VSpace bigskip
32901 \end_inset
32902
32903 L'espace entre le cadre et le contenu de la boîte est le même pour tous
32904  les types de cadres, implicitement il est de 3
32905 \begin_inset space \thinspace{}
32906 \end_inset
32907
32908 pt.
32909  Vous pouvez le modifier en donnant une autre valeur à la variable 
32910 \series bold
32911
32912 \backslash
32913 fboxsep
32914 \series default
32915 .
32916  Par exemple la commande
32917 \end_layout
32918
32919 \begin_layout Standard
32920
32921 \series bold
32922
32923 \backslash
32924 setlength{
32925 \backslash
32926 fboxsep}{10pt}
32927 \end_layout
32928
32929 \begin_layout Standard
32930 met une valeur de 10
32931 \begin_inset space \thinspace{}
32932 \end_inset
32933
32934 pt, comme celle utilisée pour cette boîte :
32935 \end_layout
32936
32937 \begin_layout Standard
32938 \begin_inset ERT
32939 status collapsed
32940
32941 \begin_layout Plain Layout
32942
32943
32944 \backslash
32945 setlength{
32946 \backslash
32947 fboxsep}{10pt}
32948 \end_layout
32949
32950 \end_inset
32951
32952
32953 \begin_inset Box Boxed
32954 position "c"
32955 hor_pos "c"
32956 has_inner_box 1
32957 inner_pos "c"
32958 use_parbox 0
32959 use_makebox 0
32960 width "25col%"
32961 special "none"
32962 height "1in"
32963 height_special "totalheight"
32964 status open
32965
32966 \begin_layout Plain Layout
32967 \align center
32968 Boîte rectangulaire avec 
32969 \series bold
32970
32971 \backslash
32972 fboxsep
32973 \series default
32974
32975 \begin_inset space \thinspace{}
32976 \end_inset
32977
32978 =
32979 \begin_inset space \thinspace{}
32980 \end_inset
32981
32982 10
32983 \begin_inset space \thinspace{}
32984 \end_inset
32985
32986 pt
32987 \end_layout
32988
32989 \end_inset
32990
32991
32992 \begin_inset ERT
32993 status collapsed
32994
32995 \begin_layout Plain Layout
32996
32997
32998 \backslash
32999 setlength{
33000 \backslash
33001 fboxsep}{3pt}
33002 \end_layout
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 \begin_inset VSpace bigskip
33011 \end_inset
33012
33013 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
33014  la commande 
33015 \series bold
33016
33017 \backslash
33018 cornersize
33019 \series default
33020 .
33021  Par exemple, la commande
33022 \end_layout
33023
33024 \begin_layout Standard
33025
33026 \series bold
33027
33028 \backslash
33029 cornersize*{1cm}
33030 \end_layout
33031
33032 \begin_layout Standard
33033 donne un diamètre de 1
33034 \begin_inset space \thinspace{}
33035 \end_inset
33036
33037 cm.
33038  La commande
33039 \end_layout
33040
33041 \begin_layout Standard
33042
33043 \series bold
33044
33045 \backslash
33046 cornersize{num}
33047 \end_layout
33048
33049 \begin_layout Standard
33050 fixe le diamètre à 
33051 \family sans
33052 num
33053 \begin_inset space \thinspace{}
33054 \end_inset
33055
33056 ×
33057 \begin_inset space \thinspace{}
33058 \end_inset
33059
33060 minimum(largeur et hauteur de la boîte)
33061 \family default
33062 .
33063  La valeur implicite est 
33064 \series bold
33065
33066 \backslash
33067 cornersize{0.5}
33068 \series default
33069 .
33070 \end_layout
33071
33072 \begin_layout Standard
33073 \begin_inset ERT
33074 status collapsed
33075
33076 \begin_layout Plain Layout
33077
33078
33079 \backslash
33080 cornersize*{1.5cm}
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \begin_inset Box Ovalbox
33087 position "c"
33088 hor_pos "c"
33089 has_inner_box 1
33090 inner_pos "c"
33091 use_parbox 0
33092 use_makebox 0
33093 width "25col%"
33094 special "none"
33095 height "1in"
33096 height_special "totalheight"
33097 status open
33098
33099 \begin_layout Plain Layout
33100 \align center
33101 Boîte ovale avec 
33102 \series bold
33103
33104 \backslash
33105 cornersize
33106 \series default
33107
33108 \begin_inset space \thinspace{}
33109 \end_inset
33110
33111 =
33112 \begin_inset space \thinspace{}
33113 \end_inset
33114
33115 1.5
33116 \begin_inset space \thinspace{}
33117 \end_inset
33118
33119 cm
33120 \end_layout
33121
33122 \end_inset
33123
33124
33125 \begin_inset ERT
33126 status collapsed
33127
33128 \begin_layout Plain Layout
33129
33130
33131 \backslash
33132 cornersize{0.5}
33133 \end_layout
33134
33135 \end_inset
33136
33137
33138 \end_layout
33139
33140 \begin_layout Standard
33141 \begin_inset VSpace bigskip
33142 \end_inset
33143
33144 La taille de l'ombre peut être ajustée en changeant la valeur de la variable
33145  
33146 \series bold
33147
33148 \backslash
33149 shadowsize
33150 \series default
33151 .
33152  Elle est fixée à 2
33153 \begin_inset space \thinspace{}
33154 \end_inset
33155
33156 pt pour la boîte suivante par la commande :
33157 \end_layout
33158
33159 \begin_layout Standard
33160
33161 \series bold
33162
33163 \backslash
33164 setlength{
33165 \backslash
33166 shadowsize}{2pt}
33167 \end_layout
33168
33169 \begin_layout Standard
33170 \begin_inset ERT
33171 status collapsed
33172
33173 \begin_layout Plain Layout
33174
33175
33176 \backslash
33177 setlength{
33178 \backslash
33179 shadowsize}{2pt}
33180 \end_layout
33181
33182 \end_inset
33183
33184
33185 \begin_inset Box Shadowbox
33186 position "c"
33187 hor_pos "c"
33188 has_inner_box 1
33189 inner_pos "c"
33190 use_parbox 0
33191 use_makebox 0
33192 width "25col%"
33193 special "none"
33194 height "1in"
33195 height_special "totalheight"
33196 status open
33197
33198 \begin_layout Plain Layout
33199 \align center
33200 Boîte ombrée avec 
33201 \series bold
33202
33203 \backslash
33204 shadowsize
33205 \series default
33206
33207 \begin_inset space \thinspace{}
33208 \end_inset
33209
33210 =
33211 \begin_inset space \thinspace{}
33212 \end_inset
33213
33214 2
33215 \begin_inset space \thinspace{}
33216 \end_inset
33217
33218 pt
33219 \end_layout
33220
33221 \end_inset
33222
33223
33224 \begin_inset ERT
33225 status collapsed
33226
33227 \begin_layout Plain Layout
33228
33229
33230 \backslash
33231 setlength{
33232 \backslash
33233 shadowsize}{4pt}
33234 \end_layout
33235
33236 \end_inset
33237
33238
33239 \end_layout
33240
33241 \begin_layout Standard
33242 \begin_inset VSpace bigskip
33243 \end_inset
33244
33245
33246 \end_layout
33247
33248 \begin_layout Standard
33249 La valeur implicite pour la longueur 
33250 \series bold
33251
33252 \backslash
33253 FrameRule
33254 \series default
33255  est 0,4
33256 \begin_inset space \thinspace{}
33257 \end_inset
33258
33259 pt.
33260  L'espacement implicite entre le contenu de la note et le cadre est de 9
33261 \begin_inset space \thinspace{}
33262 \end_inset
33263
33264 pt et il peut être modifié en utilisant la valeur de 
33265 \series bold
33266
33267 \backslash
33268 FrameSep
33269 \series default
33270 .
33271  Par exemple, l'apparence de la boîte suivante a été modifiée avec les commandes
33272  suivantes en code TeX
33273 \end_layout
33274
33275 \begin_layout Standard
33276
33277 \series bold
33278
33279 \backslash
33280 setlength{
33281 \backslash
33282 FrameRule}{5pt}
33283 \begin_inset Newline newline
33284 \end_inset
33285
33286
33287 \backslash
33288 setlength{
33289 \backslash
33290 FrameSep}{0.5cm}
33291 \end_layout
33292
33293 \begin_layout Standard
33294 \begin_inset ERT
33295 status collapsed
33296
33297 \begin_layout Plain Layout
33298
33299
33300 \backslash
33301 setlength{
33302 \backslash
33303 FrameRule}{5pt}
33304 \end_layout
33305
33306 \begin_layout Plain Layout
33307
33308
33309 \backslash
33310 setlength{
33311 \backslash
33312 FrameSep}{0.5cm}
33313 \end_layout
33314
33315 \end_inset
33316
33317
33318 \begin_inset Box Framed
33319 position "t"
33320 hor_pos "c"
33321 has_inner_box 0
33322 inner_pos "t"
33323 use_parbox 0
33324 use_makebox 0
33325 width "100col%"
33326 special "none"
33327 height "1in"
33328 height_special "totalheight"
33329 status open
33330
33331 \begin_layout Plain Layout
33332 Ceci est un texte dans une boîte autorisant les 
33333 \family sans
33334 sauts de page
33335 \family default
33336 .
33337 \end_layout
33338
33339 \end_inset
33340
33341
33342 \begin_inset ERT
33343 status collapsed
33344
33345 \begin_layout Plain Layout
33346
33347
33348 \backslash
33349 setlength{
33350 \backslash
33351 FrameRule}{0.4pt}
33352 \end_layout
33353
33354 \begin_layout Plain Layout
33355
33356
33357 \backslash
33358 setlength{
33359 \backslash
33360 FrameSep}{9pt}
33361 \end_layout
33362
33363 \end_inset
33364
33365
33366 \end_layout
33367
33368 \begin_layout Standard
33369 \begin_inset VSpace bigskip
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Standard
33376 Pour les boîtes à 
33377 \family sans
33378 Fond
33379 \begin_inset space ~
33380 \end_inset
33381
33382 ombré
33383 \family default
33384 , l'espacement implicite entre le contenu de la boîte et son cadre est de
33385  3
33386 \begin_inset space \thinspace{}
33387 \end_inset
33388
33389 pt et il peut être modifié avec la valeur de 
33390 \series bold
33391
33392 \backslash
33393 fboxsep
33394 \series default
33395 .
33396  La couleur rouge utilisée implicitement pour le fond peut soit être modifiée
33397  localement avec la commande 
33398 \series bold
33399
33400 \backslash
33401 definecolor{shadecolor}
33402 \series default
33403 , soit globalement avec le menu 
33404 \family sans
33405 Outils\SpecialChar \menuseparator
33406 Préférences
33407 \family default
33408 \SpecialChar \menuseparator
33409
33410 \family sans
33411 Couleurs\SpecialChar \menuseparator
33412 boîte
33413 \begin_inset space ~
33414 \end_inset
33415
33416 ombrée
33417 \family default
33418 .
33419  La syntaxe de la commande 
33420 \series bold
33421
33422 \backslash
33423 definecolor
33424 \series default
33425  est expliquée dans la section
33426 \begin_inset space ~
33427 \end_inset
33428
33429
33430 \begin_inset CommandInset ref
33431 LatexCommand ref
33432 reference "sec:Tableaux-Colorés"
33433
33434 \end_inset
33435
33436
33437 \begin_inset Foot
33438 status collapsed
33439
33440 \begin_layout Plain Layout
33441 Notez que l'utilisation de 
33442 \series bold
33443
33444 \backslash
33445 definecolor
33446 \series default
33447  ne peut se faire sans le paquetage LaTeX 
33448 \series bold
33449 color
33450 \series default
33451  dans le préambule, voir la section
33452 \begin_inset space ~
33453 \end_inset
33454
33455
33456 \begin_inset CommandInset ref
33457 LatexCommand ref
33458 reference "sec:Boîtes-colorées"
33459
33460 \end_inset
33461
33462 .
33463  
33464 \end_layout
33465
33466 \end_inset
33467
33468 .
33469 \end_layout
33470
33471 \begin_layout Standard
33472 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
33473  les commandes en code TeX suivantes
33474 \end_layout
33475
33476 \begin_layout Standard
33477
33478 \series bold
33479
33480 \backslash
33481 setlength{
33482 \backslash
33483 fboxsep}{0.5cm}
33484 \series default
33485
33486 \begin_inset Newline newline
33487 \end_inset
33488
33489
33490 \series bold
33491
33492 \backslash
33493 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33494 \end_layout
33495
33496 \begin_layout Standard
33497 \begin_inset ERT
33498 status collapsed
33499
33500 \begin_layout Plain Layout
33501
33502
33503 \backslash
33504 setlength{
33505 \backslash
33506 fboxsep}{0.5cm}
33507 \end_layout
33508
33509 \begin_layout Plain Layout
33510
33511
33512 \backslash
33513 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
33514 \end_layout
33515
33516 \end_inset
33517
33518
33519 \begin_inset Box Shaded
33520 position "t"
33521 hor_pos "c"
33522 has_inner_box 0
33523 inner_pos "t"
33524 use_parbox 0
33525 use_makebox 0
33526 width "100col%"
33527 special "none"
33528 height "1in"
33529 height_special "totalheight"
33530 status open
33531
33532 \begin_layout Plain Layout
33533
33534 \color yellow
33535 Ceci est un texte jaune dans une boîte à 
33536 \family sans
33537 Fond
33538 \begin_inset space ~
33539 \end_inset
33540
33541 ombré
33542 \family default
33543 \color inherit
33544  
33545 \color yellow
33546 avec un fond vert foncé.
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \begin_inset ERT
33553 status collapsed
33554
33555 \begin_layout Plain Layout
33556
33557
33558 \backslash
33559 setlength{
33560 \backslash
33561 fboxsep}{3pt}
33562 \end_layout
33563
33564 \begin_layout Plain Layout
33565
33566
33567 \backslash
33568 definecolor{shadecolor}{rgb}{1,0,0}
33569 \end_layout
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Standard
33577 \begin_inset VSpace bigskip
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \begin_layout Standard
33584 Les longueurs et les largeurs ainsi modifiées restent valables pour toutes
33585  les boîtes qui suivent la commandes qui les a changées.
33586 \end_layout
33587
33588 \begin_layout Section
33589 Minipages
33590 \begin_inset CommandInset label
33591 LatexCommand label
33592 name "sec:Minipages"
33593
33594 \end_inset
33595
33596
33597 \begin_inset Index idx
33598 status collapsed
33599
33600 \begin_layout Plain Layout
33601 Boîtes ! Minipages
33602 \end_layout
33603
33604 \end_inset
33605
33606
33607 \end_layout
33608
33609 \begin_layout Standard
33610 LaTeX fournit un mécanisme qui, en fait, permet de produire une page à l'intérie
33611 ur d'une page.
33612  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
33613  règles d'indentation, de saut de ligne, etc.
33614  s'appliquent.
33615 \end_layout
33616
33617 \begin_layout Standard
33618 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
33619  langues.
33620 \end_layout
33621
33622 \begin_layout Standard
33623 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
33624  Leur largeur est fixée à 45
33625 \begin_inset space \thinspace{}
33626 \end_inset
33627
33628 col% et elles sont séparées par un ressort horizontal, qui a été inséré
33629  via le menu 
33630 \family sans
33631 Insérer\SpecialChar \menuseparator
33632 Typographie
33633 \begin_inset space ~
33634 \end_inset
33635
33636 spéciale\SpecialChar \menuseparator
33637 Ressort
33638 \begin_inset space ~
33639 \end_inset
33640
33641 Horizontal
33642 \family default
33643 .
33644 \end_layout
33645
33646 \begin_layout Standard
33647 \begin_inset Box Frameless
33648 position "t"
33649 hor_pos "c"
33650 has_inner_box 1
33651 inner_pos "c"
33652 use_parbox 0
33653 use_makebox 0
33654 width "45col%"
33655 special "none"
33656 height "1in"
33657 height_special "totalheight"
33658 status open
33659
33660 \begin_layout Plain Layout
33661
33662 \lang ngerman
33663 Dies ist ein deutscher Text.
33664  Dies ist ein deutscher Text.
33665  Dies ist ein deutscher Text.
33666  Dies ist ein deutscher Text.
33667  Dies ist ein deutscher Text.
33668  Dies ist ein deutscher Text.
33669  Dies ist ein deutscher Text.
33670  Dies ist ein deutscher Text.
33671  Dies ist ein deutscher Text.
33672  Dies ist ein deutscher Text.
33673  Dies ist ein deutscher Text.
33674  Dies ist ein deutscher Text.
33675  Dies ist ein deutscher Text
33676 \begin_inset Foot
33677 status collapsed
33678
33679 \begin_layout Plain Layout
33680
33681 \lang ngerman
33682 Dies ist eine deutsche Fußnote.
33683 \end_layout
33684
33685 \end_inset
33686
33687 .
33688  Dies ist ein deutscher Text.
33689  Dies ist ein deutscher Text.
33690 \end_layout
33691
33692 \end_inset
33693
33694
33695 \begin_inset space \hfill{}
33696 \end_inset
33697
33698
33699 \begin_inset Box Frameless
33700 position "t"
33701 hor_pos "c"
33702 has_inner_box 1
33703 inner_pos "c"
33704 use_parbox 0
33705 use_makebox 0
33706 width "45col%"
33707 special "none"
33708 height "1in"
33709 height_special "totalheight"
33710 status open
33711
33712 \begin_layout Plain Layout
33713
33714 \lang english
33715 This is an English Text.
33716  This is an English Text.
33717  This is an English Text.
33718  This is an English Text.
33719  This is an English Text.
33720  This is an English Text.
33721  This is an English Text.
33722  This is an English Text.
33723  This is an English Text.
33724  This is an English Text.
33725  This is an English Text.
33726  This is an English Text.
33727  This is an English Text.
33728  This is an English Text.
33729  This is an English Text.
33730  This is an English Text.
33731 \begin_inset Foot
33732 status collapsed
33733
33734 \begin_layout Plain Layout
33735
33736 \lang english
33737 This is an English footnote.
33738 \end_layout
33739
33740 \end_inset
33741
33742  This is an English Text.
33743 \end_layout
33744
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \begin_layout Standard
33751 \begin_inset VSpace bigskip
33752 \end_inset
33753
33754 Les paramètres globaux du document sont ignorés au sein d'une minipage.
33755  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
33756  minipages, même si vous les avez mis par exemple à 
33757 \family sans
33758 Moyen
33759 \family default
33760  dans les paramètres du document.
33761 \end_layout
33762
33763 \begin_layout Standard
33764 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
33765  portion de texte, voyez la section
33766 \begin_inset space ~
33767 \end_inset
33768
33769
33770 \begin_inset CommandInset ref
33771 LatexCommand ref
33772 reference "sub:Couleur-pour-les-Paragraphes"
33773
33774 \end_inset
33775
33776 .
33777 \end_layout
33778
33779 \begin_layout Standard
33780 \begin_inset Note Greyedout
33781 status open
33782
33783 \begin_layout Plain Layout
33784
33785 \series bold
33786 Note:
33787 \series default
33788  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
33789  mais les minipages peuvent être utilisées dans un tableau, un flottant
33790  ou une autre boîte.
33791 \end_layout
33792
33793 \end_inset
33794
33795
33796 \end_layout
33797
33798 \begin_layout Section
33799 Les parboxes
33800 \begin_inset CommandInset label
33801 LatexCommand label
33802 name "sec:Parboxes"
33803
33804 \end_inset
33805
33806
33807 \begin_inset Index idx
33808 status collapsed
33809
33810 \begin_layout Plain Layout
33811 Boîtes ! Parboxes
33812 \end_layout
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Standard
33820 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
33821  ne peuvent avoir de note de bas de page.
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \align center
33826 \begin_inset Box Frameless
33827 position "t"
33828 hor_pos "c"
33829 has_inner_box 1
33830 inner_pos "t"
33831 use_parbox 1
33832 use_makebox 0
33833 width "33col%"
33834 special "none"
33835 height "1in"
33836 height_special "totalheight"
33837 status open
33838
33839 \begin_layout Plain Layout
33840 Ceci est un texte à l'intérieur d'une parbox.
33841  Ceci est un texte à l'intérieur d'une parbox.
33842 \end_layout
33843
33844 \begin_layout Plain Layout
33845 Cette note de bas de page ne devrait pas apparaître :
33846 \begin_inset Foot
33847 status open
33848
33849 \begin_layout Plain Layout
33850 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
33851  pas.
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \end_inset
33860
33861
33862 \end_layout
33863
33864 \begin_layout Section
33865 Des boîtes pour les mots et les caractères
33866 \begin_inset Index idx
33867 status collapsed
33868
33869 \begin_layout Plain Layout
33870 Boîtes ! Pour les caractères
33871 \end_layout
33872
33873 \end_inset
33874
33875
33876 \end_layout
33877
33878 \begin_layout Subsection
33879 Empêcher la césure
33880 \begin_inset CommandInset label
33881 LatexCommand label
33882 name "sec:Empêcher-césure"
33883
33884 \end_inset
33885
33886
33887 \begin_inset Index idx
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891 Boîtes ! Pour empêcher la césure
33892 \end_layout
33893
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 Vous pouvez utiliser une boîte de type 
33901 \family sans
33902 Makebox
33903 \family default
33904  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
33905 \begin_inset Newline newline
33906 \end_inset
33907
33908 Voici un exemple de texte :
33909 \end_layout
33910
33911 \begin_layout Standard
33912 Cette ligne est un exemple comment vous pouvez empêcher une césure
33913 \begin_inset space ~
33914 \end_inset
33915
33916
33917 \begin_inset Quotes eld
33918 \end_inset
33919
33920 motTrèsTrèsLong
33921 \begin_inset Quotes erd
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \begin_layout Standard
33928 Pour empêcher que le mot 
33929 \begin_inset Quotes eld
33930 \end_inset
33931
33932 motTrèsTrèsLong
33933 \begin_inset Quotes erd
33934 \end_inset
33935
33936  soit coupé, mettez le mot dans une boîte, mettez 
33937 \family sans
33938 Boîte
33939 \begin_inset space ~
33940 \end_inset
33941
33942 intérieure
33943 \family default
33944  à 
33945 \family sans
33946 Makebox
33947 \family default
33948  et sa largeur à 1
33949 \begin_inset space \thinspace{}
33950 \end_inset
33951
33952 Largeur.
33953 \end_layout
33954
33955 \begin_layout Standard
33956 Voici le résultat :
33957 \end_layout
33958
33959 \begin_layout Standard
33960 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
33961 \begin_inset Box Frameless
33962 position "t"
33963 hor_pos "c"
33964 has_inner_box 1
33965 inner_pos "t"
33966 use_parbox 0
33967 use_makebox 1
33968 width "1in"
33969 special "width"
33970 height "1in"
33971 height_special "totalheight"
33972 status open
33973
33974 \begin_layout Plain Layout
33975 motTrèsTrèsLong
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \end_layout
33982
33983 \begin_layout Standard
33984 Une autre méthode consiste à mettre la commande 
33985 \begin_inset Quotes eld
33986 \end_inset
33987
33988
33989 \series bold
33990
33991 \backslash
33992 -
33993 \series default
33994
33995 \begin_inset Quotes grd
33996 \end_inset
33997
33998  en code TeX, juste avant le mot :
33999 \end_layout
34000
34001 \begin_layout Standard
34002 Cette ligne est un exemple comment vous pouvez empêcher une césure: 
34003 \begin_inset Quotes eld
34004 \end_inset
34005
34006
34007 \begin_inset ERT
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011
34012
34013 \backslash
34014 -
34015 \end_layout
34016
34017 \end_inset
34018
34019 motTrèsTrèsLong
34020 \begin_inset Quotes erd
34021 \end_inset
34022
34023
34024 \end_layout
34025
34026 \begin_layout Standard
34027 Bien sûr, maintenant le mot dépasse dans la marge latérale.
34028  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
34029 \family sans
34030 Insérer\SpecialChar \menuseparator
34031 Typographie
34032 \begin_inset space ~
34033 \end_inset
34034
34035 spéciale\SpecialChar \menuseparator
34036 Passage
34037 \begin_inset space ~
34038 \end_inset
34039
34040 à
34041 \begin_inset space ~
34042 \end_inset
34043
34044 la
34045 \begin_inset space ~
34046 \end_inset
34047
34048 Ligne
34049 \family default
34050  (raccourci 
34051 \family sans
34052 Ctrl-Entrée
34053 \family default
34054 ) :
34055 \end_layout
34056
34057 \begin_layout Standard
34058 Cette ligne est un exemple comment vous pouvez empêcher une césure:
34059 \begin_inset Newline newline
34060 \end_inset
34061
34062
34063 \begin_inset Box Frameless
34064 position "t"
34065 hor_pos "c"
34066 has_inner_box 1
34067 inner_pos "t"
34068 use_parbox 0
34069 use_makebox 1
34070 width "1in"
34071 special "width"
34072 height "1in"
34073 height_special "totalheight"
34074 status open
34075
34076 \begin_layout Plain Layout
34077 \begin_inset Quotes eld
34078 \end_inset
34079
34080 motTrèsTrèsLong
34081 \begin_inset Quotes erd
34082 \end_inset
34083
34084
34085 \end_layout
34086
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \begin_layout Subsection
34093 Alignement vertical
34094 \begin_inset CommandInset label
34095 LatexCommand label
34096 name "sub:Alignement-Vertical"
34097
34098 \end_inset
34099
34100
34101 \begin_inset Index idx
34102 status collapsed
34103
34104 \begin_layout Plain Layout
34105 Boîtes ! Pour l'alignement vertical
34106 \end_layout
34107
34108 \end_inset
34109
34110
34111 \begin_inset Index idx
34112 status collapsed
34113
34114 \begin_layout Plain Layout
34115 Boîtes ! Boîtes élévatrices
34116 \end_layout
34117
34118 \end_inset
34119
34120
34121 \begin_inset Index idx
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 Raisebox|see
34126 \begin_inset ERT
34127 status collapsed
34128
34129 \begin_layout Plain Layout
34130
34131 {
34132 \end_layout
34133
34134 \end_inset
34135
34136 Boîtes élévatrices
34137 \begin_inset ERT
34138 status collapsed
34139
34140 \begin_layout Plain Layout
34141
34142 }
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \end_inset
34151
34152
34153 \end_layout
34154
34155 \begin_layout Standard
34156 Avec la commande 
34157 \series bold
34158
34159 \backslash
34160 raisebox
34161 \series default
34162  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
34163  par rapport au texte qui l'entoure.
34164  La commande
34165 \series bold
34166  
34167 \backslash
34168 raisebox
34169 \series default
34170  s'utilise en suivant la syntaxe suivante :
34171 \end_layout
34172
34173 \begin_layout Standard
34174
34175 \series bold
34176
34177 \backslash
34178 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
34179 \end_layout
34180
34181 \begin_layout Standard
34182 Le déplacement peut être une valeur positive pour élever la boîte ou négative
34183  pour l'abaisser.
34184 \end_layout
34185
34186 \begin_layout Standard
34187 Pour aligner le mot 
34188 \begin_inset Quotes eld
34189 \end_inset
34190
34191 empêcher
34192 \begin_inset Quotes erd
34193 \end_inset
34194
34195  de façon à ce que le point le plus bas du caractère le plus 
34196 \begin_inset Quotes eld
34197 \end_inset
34198
34199 profond
34200 \begin_inset Quotes erd
34201 \end_inset
34202
34203 , le 
34204 \begin_inset Quotes eld
34205 \end_inset
34206
34207 p
34208 \begin_inset Quotes erd
34209 \end_inset
34210
34211 , soit au niveau de la ligne de base, insérez la commande 
34212 \end_layout
34213
34214 \begin_layout Standard
34215
34216 \series bold
34217
34218 \backslash
34219 raisebox{
34220 \backslash
34221 depth}{
34222 \end_layout
34223
34224 \begin_layout Standard
34225 en code TeX avant le mot.
34226  Insérez après le mot l'accolade fermante 
34227 \begin_inset Quotes eld
34228 \end_inset
34229
34230
34231 \series bold
34232 }
34233 \series default
34234
34235 \begin_inset Quotes erd
34236 \end_inset
34237
34238  en code TeX.
34239 \begin_inset Newline newline
34240 \end_inset
34241
34242 Voici le résultat :
34243 \end_layout
34244
34245 \begin_layout Standard
34246 Cette ligne de texte contient le mot 
34247 \begin_inset ERT
34248 status collapsed
34249
34250 \begin_layout Plain Layout
34251
34252
34253 \backslash
34254 raisebox{
34255 \backslash
34256 depth}{
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \begin_inset Quotes eld
34263 \end_inset
34264
34265 empêcher
34266 \begin_inset Quotes erd
34267 \end_inset
34268
34269
34270 \begin_inset ERT
34271 status collapsed
34272
34273 \begin_layout Plain Layout
34274
34275 }
34276 \end_layout
34277
34278 \end_inset
34279
34280  comme mot élevé.
34281 \end_layout
34282
34283 \begin_layout Standard
34284 \begin_inset VSpace bigskip
34285 \end_inset
34286
34287 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
34288  entre les lignes va être agrandie :
34289 \end_layout
34290
34291 \begin_layout Standard
34292 Cette ligne de texte contient le mot
34293 \begin_inset ERT
34294 status collapsed
34295
34296 \begin_layout Plain Layout
34297
34298
34299 \backslash
34300 raisebox{-
34301 \backslash
34302 depth}{
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \begin_inset Quotes eld
34309 \end_inset
34310
34311 empêcher
34312 \begin_inset Quotes erd
34313 \end_inset
34314
34315
34316 \begin_inset ERT
34317 status collapsed
34318
34319 \begin_layout Plain Layout
34320
34321 }
34322 \end_layout
34323
34324 \end_inset
34325
34326  comme mot abaissé.
34327 \begin_inset Newline newline
34328 \end_inset
34329
34330 Cette ligne de texte contient le mot 
34331 \begin_inset ERT
34332 status collapsed
34333
34334 \begin_layout Plain Layout
34335
34336
34337 \backslash
34338 raisebox{0.5cm}{
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \begin_inset Quotes eld
34345 \end_inset
34346
34347 tester
34348 \begin_inset Quotes erd
34349 \end_inset
34350
34351
34352 \begin_inset ERT
34353 status collapsed
34354
34355 \begin_layout Plain Layout
34356
34357 }
34358 \end_layout
34359
34360 \end_inset
34361
34362  comme mot élevé.
34363 \end_layout
34364
34365 \begin_layout Standard
34366 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
34367  mettez la hauteur de la boîte à zéro.
34368  Par exemple utilisez
34369 \end_layout
34370
34371 \begin_layout Standard
34372
34373 \series bold
34374
34375 \backslash
34376 raisebox{-
34377 \backslash
34378 depth}[0pt]{
34379 \end_layout
34380
34381 \begin_layout Standard
34382 Cette ligne de texte contient le mot
34383 \begin_inset ERT
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387
34388
34389 \backslash
34390 raisebox{-
34391 \backslash
34392 depth}[0pt]{
34393 \end_layout
34394
34395 \end_inset
34396
34397
34398 \begin_inset Quotes eld
34399 \end_inset
34400
34401 empêcher
34402 \begin_inset Quotes erd
34403 \end_inset
34404
34405
34406 \begin_inset ERT
34407 status collapsed
34408
34409 \begin_layout Plain Layout
34410
34411 }
34412 \end_layout
34413
34414 \end_inset
34415
34416  comme mot abaissé.
34417 \begin_inset Newline newline
34418 \end_inset
34419
34420 Cette ligne de texte contient le mot 
34421 \begin_inset ERT
34422 status collapsed
34423
34424 \begin_layout Plain Layout
34425
34426
34427 \backslash
34428 raisebox{0.5cm}[0pt]{
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \begin_inset Quotes eld
34435 \end_inset
34436
34437 tester
34438 \begin_inset Quotes erd
34439 \end_inset
34440
34441
34442 \begin_inset ERT
34443 status collapsed
34444
34445 \begin_layout Plain Layout
34446
34447 }
34448 \end_layout
34449
34450 \end_inset
34451
34452  comme mot élevé.
34453 \end_layout
34454
34455 \begin_layout Section
34456 Boîtes colorées
34457 \begin_inset CommandInset label
34458 LatexCommand label
34459 name "sec:Boîtes-colorées"
34460
34461 \end_inset
34462
34463
34464 \begin_inset Index idx
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468 Boîtes ! Couleur
34469 \end_layout
34470
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \begin_layout Subsection
34477 De la couleur pour le texte
34478 \begin_inset Index idx
34479 status collapsed
34480
34481 \begin_layout Plain Layout
34482 Couleur ! Pour le texte
34483 \end_layout
34484
34485 \end_inset
34486
34487
34488 \end_layout
34489
34490 \begin_layout Standard
34491 Pour pouvoir colorer la couleur de fond d'un texte, il faut le mettre dans
34492  une boîte appelée 
34493 \begin_inset Quotes eld
34494 \end_inset
34495
34496 colorbox
34497 \begin_inset Quotes erd
34498 \end_inset
34499
34500 .
34501  Cela demande que le paquetage LaTeX 
34502 \series bold
34503 color
34504 \series default
34505
34506 \begin_inset Index idx
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510 Paquetages LaTeX ! color
34511 \end_layout
34512
34513 \end_inset
34514
34515  soit chargé dans le préambule du document avec la commande
34516 \end_layout
34517
34518 \begin_layout Standard
34519
34520 \series bold
34521
34522 \backslash
34523 @ifundefined{textcolor}
34524 \begin_inset Newline newline
34525 \end_inset
34526
34527
34528 \begin_inset Phantom HPhantom
34529 status open
34530
34531 \begin_layout Plain Layout
34532
34533 \series bold
34534 \begin_inset space ~
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \end_inset
34541
34542 {
34543 \backslash
34544 usepackage{color}}{}
34545 \end_layout
34546
34547 \begin_layout Standard
34548 Le paquetage 
34549 \series bold
34550 color
34551 \series default
34552  sera chargé automatiquement par LyX dès que vous colorez du texte.
34553 \begin_inset Foot
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557 C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
34558  
34559 \series bold
34560
34561 \backslash
34562 @ifundefined
34563 \series default
34564 .
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \begin_inset VSpace medskip
34574 \end_inset
34575
34576 Les boîtes colorées sont créées par la commande 
34577 \series bold
34578
34579 \backslash
34580 colorbox
34581 \series default
34582 .
34583  Elle est utilisée avec la syntaxe suivante :
34584 \end_layout
34585
34586 \begin_layout Standard
34587
34588 \series bold
34589
34590 \backslash
34591 colorbox{couleur}{contenu de la boîte}
34592 \end_layout
34593
34594 \begin_layout Standard
34595 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
34596  peuvent être placées à l'intérieur d'autres boîtes.
34597 \end_layout
34598
34599 \begin_layout Standard
34600 Les couleurs suivantes sont prédéfinies ::
34601 \begin_inset Newline newline
34602 \end_inset
34603
34604
34605 \family sans
34606 black
34607 \family default
34608  (noir), 
34609 \family sans
34610 blue
34611 \family default
34612  (bleu), 
34613 \family sans
34614 cyan
34615 \family default
34616 \series bold
34617 ,
34618 \series default
34619  
34620 \family sans
34621 green
34622 \family default
34623  (vert), 
34624 \family sans
34625 magenta
34626 \family default
34627
34628 \family sans
34629 red
34630 \family default
34631  (rouge), 
34632 \family sans
34633 white
34634 \family default
34635  (blanc), and 
34636 \family sans
34637 yellow
34638 \family default
34639  (jaune).
34640 \begin_inset Newline newline
34641 \end_inset
34642
34643 Vous pouvez aussi définir vos propres couleurs comme c'est décrit dans la
34644  section
34645 \begin_inset space ~
34646 \end_inset
34647
34648
34649 \begin_inset CommandInset ref
34650 LatexCommand ref
34651 reference "sec:Tableaux-Colorés"
34652
34653 \end_inset
34654
34655 .
34656 \end_layout
34657
34658 \begin_layout Standard
34659 Par exemple, pour avoir un mot sur fond rouge, insérez la commande 
34660 \end_layout
34661
34662 \begin_layout Standard
34663
34664 \series bold
34665
34666 \backslash
34667 colorbox{red}{
34668 \end_layout
34669
34670 \begin_layout Standard
34671 avant le mot en code TeX.
34672  Insérez l'accolade fermante 
34673 \begin_inset Quotes eld
34674 \end_inset
34675
34676 }
34677 \begin_inset Quotes erd
34678 \end_inset
34679
34680  après le mot, en code TeX.
34681 \begin_inset Newline newline
34682 \end_inset
34683
34684 Voici le résultat :
34685 \end_layout
34686
34687 \begin_layout Standard
34688 Cette ligne de texte contient le mot
34689 \begin_inset ERT
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694
34695 \backslash
34696 colorbox{red}{
34697 \end_layout
34698
34699 \end_inset
34700
34701
34702 \begin_inset Quotes eld
34703 \end_inset
34704
34705 Attention!
34706 \begin_inset Quotes erd
34707 \end_inset
34708
34709
34710 \begin_inset ERT
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714
34715 }
34716 \end_layout
34717
34718 \end_inset
34719
34720  sur fond rouge.
34721 \end_layout
34722
34723 \begin_layout Standard
34724 \begin_inset VSpace bigskip
34725 \end_inset
34726
34727 Si vous voulez que la boîte soit entourée d'une bordure dans une autre couleur,
34728  vous pouvez utiliser la commande 
34729 \series bold
34730
34731 \backslash
34732 fcolorbox
34733 \series default
34734  avec la syntaxe suivante :
34735 \end_layout
34736
34737 \begin_layout Standard
34738
34739 \series bold
34740
34741 \backslash
34742 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
34743 \end_layout
34744
34745 \begin_layout Standard
34746
34747 \series bold
34748
34749 \backslash
34750 fcolorbox
34751 \series default
34752  est une extension de 
34753 \series bold
34754
34755 \backslash
34756 colorbox
34757 \series default
34758 .
34759  L'épaisseur du cadre et l'espace entre le cadre et le contenu de la boîte
34760  peuvent être modifiés avec les variables 
34761 \series bold
34762
34763 \backslash
34764 fboxrule
34765 \series default
34766  et 
34767 \series bold
34768
34769 \backslash
34770 fboxsep
34771 \series default
34772 , comme c'est décrit dans la section
34773 \begin_inset space ~
34774 \end_inset
34775
34776
34777 \begin_inset CommandInset ref
34778 LatexCommand ref
34779 reference "sec:Décorations"
34780
34781 \end_inset
34782
34783 .
34784 \end_layout
34785
34786 \begin_layout Standard
34787 Pour l'exemple suivant, on a utilisé la commande
34788 \end_layout
34789
34790 \begin_layout Standard
34791
34792 \series bold
34793
34794 \backslash
34795 fcolorbox{cyan}{magenta}{
34796 \end_layout
34797
34798 \begin_layout Standard
34799 Voici un exemple où l'épaisseur de la ligne du cadre a été mise à 1
34800 \begin_inset space \thinspace{}
34801 \end_inset
34802
34803 mm:
34804 \begin_inset Newline newline
34805 \end_inset
34806
34807
34808 \begin_inset ERT
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812
34813
34814 \backslash
34815 fboxrule 1mm 
34816 \backslash
34817 fboxsep 1mm
34818 \end_layout
34819
34820 \end_inset
34821
34822
34823 \begin_inset ERT
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827
34828
34829 \backslash
34830 fcolorbox{cyan}{magenta}{
34831 \end_layout
34832
34833 \end_inset
34834
34835 Ce texte est dans une boîte encadrée et colorée.
34836 \begin_inset ERT
34837 status collapsed
34838
34839 \begin_layout Plain Layout
34840
34841 }
34842 \end_layout
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 \begin_inset VSpace bigskip
34851 \end_inset
34852
34853 Bien sûr, vous pouvez avoir du texte coloré dans une boîte colorée (attention,
34854  les yeux ! - NdT) :
34855 \begin_inset Newline newline
34856 \end_inset
34857
34858
34859 \begin_inset ERT
34860 status collapsed
34861
34862 \begin_layout Plain Layout
34863
34864
34865 \backslash
34866 fcolorbox{cyan}{magenta}{
34867 \end_layout
34868
34869 \end_inset
34870
34871
34872 \color yellow
34873 Ce texte est coloré dans une boîte colorée et encadrée.
34874 \color inherit
34875
34876 \begin_inset ERT
34877 status collapsed
34878
34879 \begin_layout Plain Layout
34880
34881 }
34882 \end_layout
34883
34884 \end_inset
34885
34886
34887 \begin_inset ERT
34888 status collapsed
34889
34890 \begin_layout Plain Layout
34891
34892
34893 \backslash
34894 fboxrule 0.4pt 
34895 \backslash
34896 fboxsep 3pt
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905
34906 \series bold
34907 \begin_inset VSpace medskip
34908 \end_inset
34909
34910
34911 \end_layout
34912
34913 \begin_layout Standard
34914 \begin_inset Note Greyedout
34915 status open
34916
34917 \begin_layout Plain Layout
34918
34919 \series bold
34920 Note:
34921 \series default
34922  Le texte qui se trouve dans une boîte colorée ne peut pas avoir de sauts
34923  de ligne.
34924  Pour colorer plusieurs lignes de texte ou un paragraphe, utilisez une boîte
34925  à l'intérieur d'une boîte colorée comme c'est décrit dans ce qui suit.
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \begin_layout Subsection
34934 De la couleur pour les paragraphes
34935 \begin_inset CommandInset label
34936 LatexCommand label
34937 name "sub:Couleur-pour-les-Paragraphes"
34938
34939 \end_inset
34940
34941
34942 \begin_inset Index idx
34943 status collapsed
34944
34945 \begin_layout Plain Layout
34946 Couleur ! Pour les  paragraphes
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \end_layout
34953
34954 \begin_layout Standard
34955 Pour modifier la couleur de fond de plus d'une ligne de texte, mettez le
34956  texte dans une minipage.
34957  Avant la minipage, insérez la commande 
34958 \series bold
34959
34960 \backslash
34961 colorbox
34962 \series default
34963  
34964 \end_layout
34965
34966 \begin_layout Standard
34967
34968 \series bold
34969
34970 \backslash
34971 colorbox{color}{
34972 \end_layout
34973
34974 \begin_layout Standard
34975 en code TeX.
34976  Après la minipage, insérez l'accolade fermante 
34977 \begin_inset Quotes eld
34978 \end_inset
34979
34980 }
34981 \begin_inset Quotes erd
34982 \end_inset
34983
34984  en code TeX.
34985 \end_layout
34986
34987 \begin_layout Standard
34988 \begin_inset ERT
34989 status collapsed
34990
34991 \begin_layout Plain Layout
34992
34993
34994 \backslash
34995 colorbox{lightgrey}{
34996 \end_layout
34997
34998 \end_inset
34999
35000
35001 \begin_inset Box Frameless
35002 position "t"
35003 hor_pos "c"
35004 has_inner_box 1
35005 inner_pos "t"
35006 use_parbox 0
35007 use_makebox 0
35008 width "100col%"
35009 special "none"
35010 height "1in"
35011 height_special "totalheight"
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015 Ce texte a un fond coloré.
35016  Ce texte a un fond coloré.
35017 \end_layout
35018
35019 \begin_layout Plain Layout
35020 \begin_inset VSpace defskip
35021 \end_inset
35022
35023 Le texte peut avoir des notes de bas de page
35024 \begin_inset Foot
35025 status collapsed
35026
35027 \begin_layout Plain Layout
35028 Un autre exemple de note de bas de page
35029 \end_layout
35030
35031 \end_inset
35032
35033  et contenir des figures et des tableaux.
35034 \end_layout
35035
35036 \begin_layout Plain Layout
35037 \align center
35038 \begin_inset Tabular
35039 <lyxtabular version="3" rows="3" columns="3">
35040 <features tabularvalignment="middle">
35041 <column alignment="center" valignment="top" width="0">
35042 <column alignment="center" valignment="top" width="0">
35043 <column alignment="center" valignment="top" width="0">
35044 <row>
35045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049 a
35050 \end_layout
35051
35052 \end_inset
35053 </cell>
35054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35055 \begin_inset Text
35056
35057 \begin_layout Plain Layout
35058 !
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Plain Layout
35067 3
35068 \end_layout
35069
35070 \end_inset
35071 </cell>
35072 </row>
35073 <row>
35074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35075 \begin_inset Text
35076
35077 \begin_layout Plain Layout
35078 <
35079 \end_layout
35080
35081 \end_inset
35082 </cell>
35083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35084 \begin_inset Text
35085
35086 \begin_layout Plain Layout
35087 b2
35088 \begin_inset Quotes erd
35089 \end_inset
35090
35091 |
35092 \end_layout
35093
35094 \end_inset
35095 </cell>
35096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35097 \begin_inset Text
35098
35099 \begin_layout Plain Layout
35100 >
35101 \end_layout
35102
35103 \end_inset
35104 </cell>
35105 </row>
35106 <row>
35107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35108 \begin_inset Text
35109
35110 \begin_layout Plain Layout
35111 1
35112 \end_layout
35113
35114 \end_inset
35115 </cell>
35116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35117 \begin_inset Text
35118
35119 \begin_layout Plain Layout
35120 §
35121 \end_layout
35122
35123 \end_inset
35124 </cell>
35125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35126 \begin_inset Text
35127
35128 \begin_layout Plain Layout
35129 c
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 </row>
35135 </lyxtabular>
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \begin_inset ERT
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149
35150 }
35151 \end_layout
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \begin_layout Section
35159 Les boîtes pivotées et redimensionnées
35160 \end_layout
35161
35162 \begin_layout Standard
35163 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
35164  charger le paquetage LaTeX 
35165 \series bold
35166 graphicx
35167 \series default
35168
35169 \begin_inset Index idx
35170 status collapsed
35171
35172 \begin_layout Plain Layout
35173 Paquetages LaTeX ! graphicx
35174 \end_layout
35175
35176 \end_inset
35177
35178  dans le préambule de votre document avec la commande
35179 \end_layout
35180
35181 \begin_layout Standard
35182
35183 \series bold
35184
35185 \backslash
35186 @ifundefined{rotatebox}
35187 \begin_inset Newline newline
35188 \end_inset
35189
35190
35191 \begin_inset Phantom HPhantom
35192 status open
35193
35194 \begin_layout Plain Layout
35195
35196 \series bold
35197 \begin_inset space ~
35198 \end_inset
35199
35200
35201 \end_layout
35202
35203 \end_inset
35204
35205 {
35206 \backslash
35207 usepackage{graphicx}}{}
35208 \end_layout
35209
35210 \begin_layout Standard
35211 \begin_inset Note Greyedout
35212 status open
35213
35214 \begin_layout Plain Layout
35215
35216 \series bold
35217 Note:
35218 \series default
35219  Certain visualiseurs DVI ne peuvent pas afficher des objets pivotés ou
35220  redimensionnés.
35221 \end_layout
35222
35223 \end_inset
35224
35225
35226 \end_layout
35227
35228 \begin_layout Standard
35229 \begin_inset Note Greyedout
35230 status open
35231
35232 \begin_layout Plain Layout
35233
35234 \series bold
35235 Note:
35236 \series default
35237  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35238  redimensionnée.
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \end_layout
35245
35246 \begin_layout Subsection
35247 Les Boîtes pivotées
35248 \begin_inset Index idx
35249 status collapsed
35250
35251 \begin_layout Plain Layout
35252 Boîtes ! pivotées
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \begin_inset Index idx
35259 status collapsed
35260
35261 \begin_layout Plain Layout
35262 Pivoter des objets
35263 \end_layout
35264
35265 \end_inset
35266
35267
35268 \begin_inset Index idx
35269 status collapsed
35270
35271 \begin_layout Plain Layout
35272 Figures ! Pivotées
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \begin_inset Index idx
35279 status collapsed
35280
35281 \begin_layout Plain Layout
35282 Tableau ! Pivoter
35283 \end_layout
35284
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Standard
35291 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
35292  (rotated).
35293  Une telle boîte est créée avec la commande 
35294 \series bold
35295
35296 \backslash
35297 rotatebox
35298 \series default
35299  en code TeX avec la syntaxe
35300 \end_layout
35301
35302 \begin_layout Standard
35303
35304 \series bold
35305
35306 \backslash
35307 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
35308 \end_layout
35309
35310 \begin_layout Standard
35311 La position du pivot est donnée par l'origine de rotation spécifiée sous
35312  la forme 
35313 \series bold
35314 origin=position
35315 \series default
35316 .
35317  Les valeurs suivantes sont possibles pour la position: 
35318 \emph on
35319 c
35320 \emph default
35321  (centre), 
35322 \emph on
35323 l
35324 \emph default
35325  (gauche/
35326 \lang english
35327 left
35328 \lang french
35329 ), 
35330 \emph on
35331 r
35332 \emph default
35333  (droite/
35334 \lang english
35335 right
35336 \lang french
35337 ), 
35338 \emph on
35339 b
35340 \emph default
35341  (bas/
35342 \lang english
35343 bottom
35344 \lang french
35345 ), 
35346 \emph on
35347 t
35348 \emph default
35349  (haut/
35350 \lang english
35351 top
35352 \lang french
35353 ), et aussi des combinaisons des quatre positions de base.
35354  Par exemple 
35355 \emph on
35356 lt
35357 \emph default
35358  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35359  Quand on ne donne pas d'origine, la position 
35360 \emph on
35361 l
35362 \emph default
35363  est utilisée.
35364  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35365  ou négatif.
35366  Le sens positif de rotation est anti-horaire.
35367 \end_layout
35368
35369 \begin_layout Standard
35370 Dans l'exemple qui suit, la commande 
35371 \series bold
35372
35373 \backslash
35374 rotatebox[origin=c]{60}{
35375 \series default
35376  a été insérée en code TeX juste avant le texte 
35377 \begin_inset Quotes eld
35378 \end_inset
35379
35380 pivoté de 90°
35381 \begin_inset Quotes erd
35382 \end_inset
35383
35384  ; la boîte est refermée juste après le texte par une accolade fermante
35385  
35386 \begin_inset Quotes eld
35387 \end_inset
35388
35389 }
35390 \begin_inset Quotes erd
35391 \end_inset
35392
35393  en code TeX.
35394 \end_layout
35395
35396 \begin_layout Standard
35397 Voici une ligne avec du texte 
35398 \begin_inset ERT
35399 status collapsed
35400
35401 \begin_layout Plain Layout
35402
35403
35404 \backslash
35405 rotatebox[origin=c]{60}{
35406 \end_layout
35407
35408 \end_inset
35409
35410 pivoté de 60°
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416 }
35417 \end_layout
35418
35419 \end_inset
35420
35421 .
35422 \end_layout
35423
35424 \begin_layout Standard
35425 La boîte peut contenir une autre boîte ou une formule en ligne :
35426 \end_layout
35427
35428 \begin_layout Standard
35429 Voici une ligne avec du texte 
35430 \begin_inset ERT
35431 status collapsed
35432
35433 \begin_layout Plain Layout
35434
35435
35436 \backslash
35437 rotatebox[origin=r]{-60}{
35438 \end_layout
35439
35440 \end_inset
35441
35442
35443 \begin_inset Box Doublebox
35444 position "c"
35445 hor_pos "c"
35446 has_inner_box 0
35447 inner_pos "c"
35448 use_parbox 0
35449 use_makebox 0
35450 width "1in"
35451 special "width"
35452 height "1in"
35453 height_special "totalheight"
35454 status collapsed
35455
35456 \begin_layout Plain Layout
35457 pivoté de -60°
35458 \end_layout
35459
35460 \end_inset
35461
35462
35463 \begin_inset ERT
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467
35468 }
35469 \end_layout
35470
35471 \end_inset
35472
35473  et encadré 
35474 \begin_inset ERT
35475 status collapsed
35476
35477 \begin_layout Plain Layout
35478
35479
35480 \backslash
35481 rotatebox[origin=lb]{60}{
35482 \end_layout
35483
35484 \end_inset
35485
35486
35487 \begin_inset Formula $\int A\,\mathrm{d}x=B$
35488 \end_inset
35489
35490
35491 \begin_inset ERT
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495
35496 }
35497 \end_layout
35498
35499 \end_inset
35500
35501  et une formule.
35502 \end_layout
35503
35504 \begin_layout Standard
35505 ou encore une figure ou un tableau :
35506 \end_layout
35507
35508 \begin_layout Standard
35509 Voici une ligne
35510 \begin_inset ERT
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514
35515
35516 \backslash
35517 rotatebox[origin=lb]{90}{
35518 \end_layout
35519
35520 \end_inset
35521
35522
35523 \begin_inset Graphics
35524         filename ../clipart/platypus.eps
35525         lyxscale 50
35526         width 25col%
35527
35528 \end_inset
35529
35530
35531 \begin_inset ERT
35532 status collapsed
35533
35534 \begin_layout Plain Layout
35535
35536 }
35537 \end_layout
35538
35539 \end_inset
35540
35541  avec une image pivotée de 90° 
35542 \begin_inset ERT
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546
35547
35548 \backslash
35549 rotatebox[origin=l]{-90}{
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \begin_inset Tabular
35556 <lyxtabular version="3" rows="2" columns="2">
35557 <features tabularvalignment="middle">
35558 <column alignment="center" valignment="top" width="0">
35559 <column alignment="center" valignment="top" width="0">
35560 <row>
35561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 q
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35571 \begin_inset Text
35572
35573 \begin_layout Plain Layout
35574 w
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 </row>
35580 <row>
35581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35582 \begin_inset Text
35583
35584 \begin_layout Plain Layout
35585 e
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 r
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 </lyxtabular>
35601
35602 \end_inset
35603
35604
35605 \begin_inset ERT
35606 status collapsed
35607
35608 \begin_layout Plain Layout
35609
35610 }
35611 \end_layout
35612
35613 \end_inset
35614
35615  et un tableau.
35616 \end_layout
35617
35618 \begin_layout Subsection
35619 Les boîtes redimensionnées
35620 \begin_inset Index idx
35621 status collapsed
35622
35623 \begin_layout Plain Layout
35624 Boîtes ! Redimensionnées
35625 \end_layout
35626
35627 \end_inset
35628
35629
35630 \begin_inset Index idx
35631 status collapsed
35632
35633 \begin_layout Plain Layout
35634 Redimensionner des objets
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \begin_inset Index idx
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644 Figures ! Redimensionnées
35645 \end_layout
35646
35647 \end_inset
35648
35649
35650 \begin_inset Index idx
35651 status collapsed
35652
35653 \begin_layout Plain Layout
35654 Tableau ! Redimensionner
35655 \end_layout
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \begin_layout Standard
35663 Pour redimensionner des objets on peut utiliser les commandes 
35664 \series bold
35665
35666 \backslash
35667 scalebox
35668 \series default
35669  et 
35670 \series bold
35671
35672 \backslash
35673 resizebox
35674 \series default
35675  insérées sous forme de code TeX.
35676 \end_layout
35677
35678 \begin_layout Standard
35679
35680 \series bold
35681
35682 \backslash
35683 scalebox
35684 \series default
35685  est utilisée avec la syntaxe suivante :
35686 \end_layout
35687
35688 \begin_layout Standard
35689
35690 \series bold
35691
35692 \backslash
35693 scalebox{horizontal}[vertical]{contenu de la boîte}
35694 \end_layout
35695
35696 \begin_layout Standard
35697 Horizontal et vertical sont les facteurs d'échelle correspondants.
35698  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
35699  utilisé comme facteur vertical.
35700 \end_layout
35701
35702 \begin_layout Standard
35703 Par exemple, la commande 
35704 \series bold
35705
35706 \backslash
35707 scalebox{2}{Bonjour}
35708 \series default
35709  crée un 
35710 \begin_inset ERT
35711 status collapsed
35712
35713 \begin_layout Plain Layout
35714
35715
35716 \backslash
35717 scalebox{2}{
35718 \end_layout
35719
35720 \end_inset
35721
35722 Bonjour
35723 \begin_inset ERT
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727
35728 }
35729 \end_layout
35730
35731 \end_inset
35732
35733  de taille double par rapport à la taille du texte du document.
35734 \end_layout
35735
35736 \begin_layout Standard
35737
35738 \series bold
35739
35740 \backslash
35741 scalebox{2}[1]{Hello}
35742 \series default
35743  au contraire va déformer le 
35744 \begin_inset ERT
35745 status collapsed
35746
35747 \begin_layout Plain Layout
35748
35749
35750 \backslash
35751 scalebox{2}[1]{
35752 \end_layout
35753
35754 \end_inset
35755
35756 Bonjour
35757 \begin_inset ERT
35758 status collapsed
35759
35760 \begin_layout Plain Layout
35761
35762 }
35763 \end_layout
35764
35765 \end_inset
35766
35767 .
35768 \end_layout
35769
35770 \begin_layout Standard
35771 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
35772  La commande 
35773 \series bold
35774
35775 \backslash
35776 scalebox{-1}[1]{Hello}
35777 \series default
35778  peut donc être utilisée pour créer du texte en miroir : 
35779 \begin_inset ERT
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783
35784
35785 \backslash
35786 scalebox{-1}[1]{
35787 \end_layout
35788
35789 \end_inset
35790
35791 Bonjour
35792 \begin_inset ERT
35793 status collapsed
35794
35795 \begin_layout Plain Layout
35796
35797 }
35798 \end_layout
35799
35800 \end_inset
35801
35802
35803 \end_layout
35804
35805 \begin_layout Standard
35806
35807 \series bold
35808
35809 \backslash
35810 scalebox{1}[-1]{Bonjour}
35811 \series default
35812  effectue une réflexion du 
35813 \begin_inset ERT
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817
35818
35819 \backslash
35820 scalebox{1}[-1]{
35821 \end_layout
35822
35823 \end_inset
35824
35825 Bonjour
35826 \begin_inset ERT
35827 status collapsed
35828
35829 \begin_layout Plain Layout
35830
35831 }
35832 \end_layout
35833
35834 \end_inset
35835
35836  par rapport à la ligne de base.
35837 \end_layout
35838
35839 \begin_layout Standard
35840 La commande 
35841 \series bold
35842
35843 \backslash
35844 reflectbox{contenu de la boîte} 
35845 \series default
35846 existe aussi et est équivalente à
35847 \series bold
35848  
35849 \backslash
35850 scalebox{-1}[1]{contenu de la boîte}.
35851
35852 \series default
35853  
35854 \begin_inset Newline newline
35855 \end_inset
35856
35857
35858 \end_layout
35859
35860 \begin_layout Standard
35861 \begin_inset VSpace bigskip
35862 \end_inset
35863
35864 La commande 
35865 \series bold
35866
35867 \backslash
35868 resizebox
35869 \series default
35870  est utilisée pour redimensionner une boîte à une largeur et une hauteur
35871  données.
35872  La syntaxe de la commande est :
35873 \end_layout
35874
35875 \begin_layout Standard
35876
35877 \series bold
35878
35879 \backslash
35880 resizebox{largeur}{hauteur}{contenu de la boîte}
35881 \end_layout
35882
35883 \begin_layout Standard
35884 Si un des deux paramètres est remplacé par un point d'exclamation 
35885 \series bold
35886 !
35887 \series default
35888 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
35889 \end_layout
35890
35891 \begin_layout Standard
35892 La commande 
35893 \series bold
35894
35895 \backslash
35896 resizebox{2cm}{1cm}{Bonjour}
35897 \series default
35898  produit : 
35899 \begin_inset ERT
35900 status collapsed
35901
35902 \begin_layout Plain Layout
35903
35904
35905 \backslash
35906 resizebox{2cm}{1cm}{
35907 \end_layout
35908
35909 \end_inset
35910
35911 Bonjour
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917 }
35918 \end_layout
35919
35920 \end_inset
35921
35922
35923 \begin_inset Newline newline
35924 \end_inset
35925
35926 La commande 
35927 \series bold
35928
35929 \backslash
35930 resizebox{2cm}{!}{Bonjour}
35931 \series default
35932  produit : 
35933 \begin_inset ERT
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937
35938
35939 \backslash
35940 resizebox{2cm}{!}{
35941 \end_layout
35942
35943 \end_inset
35944
35945 Bonjour
35946 \begin_inset ERT
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950
35951 }
35952 \end_layout
35953
35954 \end_inset
35955
35956
35957 \end_layout
35958
35959 \begin_layout Standard
35960 \begin_inset VSpace bigskip
35961 \end_inset
35962
35963
35964 \end_layout
35965
35966 \begin_layout Standard
35967 \begin_inset Note Greyedout
35968 status open
35969
35970 \begin_layout Plain Layout
35971
35972 \series bold
35973 Note:
35974 \series default
35975  Quand les paramètres des commandes 
35976 \series bold
35977
35978 \backslash
35979 scalebox
35980 \series default
35981  ou 
35982 \series bold
35983
35984 \backslash
35985 resizebox
35986 \series default
35987  sont mis à zéro, il ne se produit pas d'erreur LaTeX quand on exporte le
35988  document, mais le document exporté peut ne pas s'afficher ou s'afficher
35989  partiellement.
35990 \end_layout
35991
35992 \end_inset
35993
35994
35995 \end_layout
35996
35997 \begin_layout Standard
35998 \begin_inset VSpace bigskip
35999 \end_inset
36000
36001
36002 \end_layout
36003
36004 \begin_layout Standard
36005 Les boîtes peuvent être combinée dans n'importe quel ordre.
36006  Par exemple, la commande 
36007 \begin_inset Newline newline
36008 \end_inset
36009
36010
36011 \series bold
36012
36013 \backslash
36014 rotatebox[origin=c]{-45}{
36015 \backslash
36016 resizebox{2cm}{!}{
36017 \backslash
36018 reflectbox{Bonjour}}}
36019 \begin_inset Newline newline
36020 \end_inset
36021
36022
36023 \series default
36024 produit :
36025 \end_layout
36026
36027 \begin_layout Standard
36028 \align center
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034
36035 \backslash
36036 rotatebox[origin=c]{-45}{
36037 \backslash
36038 resizebox{2cm}{!}{
36039 \backslash
36040 reflectbox{
36041 \end_layout
36042
36043 \end_inset
36044
36045 Bonjour
36046 \begin_inset ERT
36047 status collapsed
36048
36049 \begin_layout Plain Layout
36050
36051 }}}
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Standard
36060 \noindent
36061 Les images, les tableaux et les formules sont autorisées comme contenu de
36062  boîte :
36063 \end_layout
36064
36065 \begin_layout Standard
36066 \align center
36067 \begin_inset ERT
36068 status collapsed
36069
36070 \begin_layout Plain Layout
36071
36072
36073 \backslash
36074 rotatebox[origin=c]{-30}{
36075 \backslash
36076 resizebox{2cm}{!}{
36077 \backslash
36078 reflectbox{
36079 \end_layout
36080
36081 \end_inset
36082
36083
36084 \begin_inset Graphics
36085         filename ../clipart/platypus.eps
36086         lyxscale 50
36087         width 25col%
36088
36089 \end_inset
36090
36091
36092 \begin_inset ERT
36093 status collapsed
36094
36095 \begin_layout Plain Layout
36096
36097 }}}
36098 \end_layout
36099
36100 \end_inset
36101
36102
36103 \begin_inset ERT
36104 status collapsed
36105
36106 \begin_layout Plain Layout
36107
36108
36109 \backslash
36110 rotatebox[origin=c]{-45}{
36111 \backslash
36112 resizebox{2cm}{!}{
36113 \backslash
36114 reflectbox{
36115 \end_layout
36116
36117 \end_inset
36118
36119
36120 \begin_inset Tabular
36121 <lyxtabular version="3" rows="2" columns="2">
36122 <features tabularvalignment="middle">
36123 <column alignment="center" valignment="top" width="0">
36124 <column alignment="center" valignment="top" width="0">
36125 <row>
36126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36127 \begin_inset Text
36128
36129 \begin_layout Plain Layout
36130 q
36131 \end_layout
36132
36133 \end_inset
36134 </cell>
36135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36136 \begin_inset Text
36137
36138 \begin_layout Plain Layout
36139 w
36140 \end_layout
36141
36142 \end_inset
36143 </cell>
36144 </row>
36145 <row>
36146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36147 \begin_inset Text
36148
36149 \begin_layout Plain Layout
36150 e
36151 \end_layout
36152
36153 \end_inset
36154 </cell>
36155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159 r
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 </row>
36165 </lyxtabular>
36166
36167 \end_inset
36168
36169
36170 \begin_inset ERT
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174
36175 }}}
36176 \end_layout
36177
36178 \end_inset
36179
36180
36181 \begin_inset ERT
36182 status collapsed
36183
36184 \begin_layout Plain Layout
36185
36186
36187 \backslash
36188 rotatebox[origin=c]{-45}{
36189 \backslash
36190 resizebox{2cm}{!}{
36191 \backslash
36192 reflectbox{
36193 \end_layout
36194
36195 \end_inset
36196
36197
36198 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36199 \end_inset
36200
36201
36202 \begin_inset ERT
36203 status collapsed
36204
36205 \begin_layout Plain Layout
36206
36207 }}}
36208 \end_layout
36209
36210 \end_inset
36211
36212
36213 \end_layout
36214
36215 \begin_layout Standard
36216 Quand on utilise le style global de formule 
36217 \series bold
36218 fleqn
36219 \series default
36220  dans le document
36221 \begin_inset Foot
36222 status collapsed
36223
36224 \begin_layout Plain Layout
36225 Quand 
36226 \begin_inset Quotes eld
36227 \end_inset
36228
36229 fleqn
36230 \begin_inset Quotes erd
36231 \end_inset
36232
36233  est ajouté aux options de la classe de document.
36234 \end_layout
36235
36236 \end_inset
36237
36238 , les formules hors texte peuvent aussi être redimensionnées.
36239 \end_layout
36240
36241 \begin_layout Chapter
36242 Objets entourés par du texte
36243 \begin_inset Index idx
36244 status collapsed
36245
36246 \begin_layout Plain Layout
36247 Entourés par du texte
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \begin_layout Section
36256 Flottant d'enrobage
36257 \begin_inset CommandInset label
36258 LatexCommand label
36259 name "sec:Flottant-d'enrobage"
36260
36261 \end_inset
36262
36263
36264 \begin_inset Index idx
36265 status collapsed
36266
36267 \begin_layout Plain Layout
36268 Flottants ! Flottants d'enrobage
36269 \end_layout
36270
36271 \end_inset
36272
36273
36274 \begin_inset Index idx
36275 status collapsed
36276
36277 \begin_layout Plain Layout
36278 Entourés par du texte ! Flottants d'enrobage
36279 \end_layout
36280
36281 \end_inset
36282
36283
36284 \end_layout
36285
36286 \begin_layout Standard
36287 \begin_inset Wrap figure
36288 lines 0
36289 placement l
36290 overhang 1cm
36291 width "40col%"
36292 status open
36293
36294 \begin_layout Plain Layout
36295 \begin_inset Graphics
36296         filename ../clipart/mobius.eps
36297         width 40col%
36298         scaleBeforeRotation
36299         rotateOrigin center
36300
36301 \end_inset
36302
36303
36304 \end_layout
36305
36306 \begin_layout Plain Layout
36307 \begin_inset Caption
36308
36309 \begin_layout Plain Layout
36310 \begin_inset CommandInset label
36311 LatexCommand label
36312 name "fig:Figure-enrobée"
36313
36314 \end_inset
36315
36316 Ceci est une figure habillée.
36317 \end_layout
36318
36319 \end_inset
36320
36321
36322 \end_layout
36323
36324 \end_inset
36325
36326  Ce type de flottant est utilisé quand on veut que le texte habille la figure
36327  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
36328  Vous pouvez en insérer un en utilisant le menu 
36329 \family sans
36330 Insérer\SpecialChar \menuseparator
36331 Flottant\SpecialChar \menuseparator
36332 Flottant
36333 \begin_inset space ~
36334 \end_inset
36335
36336 d'enrobage
36337 \family default
36338  à la condition que le paquetage LaTeX 
36339 \series bold
36340 wrapfig
36341 \series default
36342
36343 \begin_inset Index idx
36344 status collapsed
36345
36346 \begin_layout Plain Layout
36347 Paquetages LaTeX ! wrapfig
36348 \begin_inset ERT
36349 status collapsed
36350
36351 \begin_layout Plain Layout
36352
36353
36354 \backslash
36355 vspace{4mm}
36356 \end_layout
36357
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \end_inset
36364
36365  soit installé.
36366 \begin_inset Foot
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370 Voyez dans la manuel 
36371 \emph on
36372 Configuration
36373 \begin_inset space ~
36374 \end_inset
36375
36376 LaTeX 
36377 \emph default
36378 comment installer des paquetages LaTeX.
36379 \end_layout
36380
36381 \end_inset
36382
36383  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
36384  sur la boîte du flottant.
36385  Les paramètres obligatoires sont l'
36386 \family sans
36387 Emplacement
36388 \family default
36389  et la 
36390 \family sans
36391 Largeur
36392 \family default
36393 .
36394  Les paramètres facultatifs sont le 
36395 \family sans
36396 Débordement
36397 \family default
36398  qui précise de combien le flottant déborde sur la marge du paragraphe ou
36399  de la page et la 
36400 \family sans
36401 Porté de la ligne
36402 \family default
36403  qui précise le nombre approximatif de lignes dont le flottant va avoir
36404  besoin.
36405  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
36406  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
36407  Vous pouvez aussi décider si vous autorisez LaTeX à faire flotter le flottant
36408  à l'intérieur du paragraphe ou vers les autres paragraphes.
36409  La figure
36410 \begin_inset space ~
36411 \end_inset
36412
36413
36414 \begin_inset CommandInset ref
36415 LatexCommand ref
36416 reference "fig:Figure-enrobée"
36417
36418 \end_inset
36419
36420  est un exemple de flottant d'enrobage avec une largeur de 40
36421 \begin_inset space \thinspace{}
36422 \end_inset
36423
36424 col%, un débordement de 1
36425 \begin_inset space \thinspace{}
36426 \end_inset
36427
36428 cm et placé à gauche.
36429 \end_layout
36430
36431 \begin_layout Standard
36432 \begin_inset Note Greyedout
36433 status open
36434
36435 \begin_layout Plain Layout
36436
36437 \series bold
36438 Note:
36439 \series default
36440  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
36441  figure trop près du bas de page peut tout chambouler et faire que le flottant
36442  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
36443  de texte.
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \begin_layout Standard
36452 En général:
36453 \end_layout
36454
36455 \begin_layout Itemize
36456 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
36457  qui risquent de passer à la page suivante.
36458  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
36459  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
36460  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
36461  de page.
36462 \end_layout
36463
36464 \begin_layout Itemize
36465 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
36466  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
36467 e.
36468 \end_layout
36469
36470 \begin_layout Itemize
36471 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
36472  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
36473  texte entre les deux, comme séparateur.
36474 \end_layout
36475
36476 \begin_layout Itemize
36477 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
36478  ou les tableaux.
36479 \end_layout
36480
36481 \begin_layout Itemize
36482 Leur numérotation et leur référencement fonctionnent comme décrit dans le
36483  chapitre
36484 \begin_inset space ~
36485 \end_inset
36486
36487
36488 \begin_inset CommandInset ref
36489 LatexCommand ref
36490 reference "chap:Flottants"
36491
36492 \end_inset
36493
36494 .
36495 \end_layout
36496
36497 \begin_layout Section
36498 Objets fixes entourés par du texte
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 Entouré par du texte ! Objets fixes
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 Les flottants d'enrobage décrits dans la section
36513 \begin_inset space \thinspace{}
36514 \end_inset
36515
36516
36517 \begin_inset CommandInset ref
36518 LatexCommand ref
36519 reference "sec:Flottant-d'enrobage"
36520
36521 \end_inset
36522
36523  prennent les positions suivantes dans le paragraphe :
36524 \end_layout
36525
36526 \begin_layout Standard
36527 \noindent
36528 \align center
36529 \begin_inset Tabular
36530 <lyxtabular version="3" rows="2" columns="2">
36531 <features tabularvalignment="middle">
36532 <column alignment="center" valignment="top" width="0">
36533 <column alignment="center" valignment="top" width="0">
36534 <row>
36535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36536 \begin_inset Text
36537
36538 \begin_layout Plain Layout
36539 \begin_inset Graphics
36540         filename ../../images/dialog-show-new-inset_graphics.png
36541         scale 70
36542         scaleBeforeRotation
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \end_inset
36550 </cell>
36551 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36552 \begin_inset Text
36553
36554 \begin_layout Plain Layout
36555 texte
36556 \end_layout
36557
36558 \end_inset
36559 </cell>
36560 </row>
36561 <row>
36562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36563 \begin_inset Text
36564
36565 \begin_layout Plain Layout
36566 texte
36567 \end_layout
36568
36569 \end_inset
36570 </cell>
36571 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36572 \begin_inset Text
36573
36574 \begin_layout Plain Layout
36575 texte
36576 \end_layout
36577
36578 \end_inset
36579 </cell>
36580 </row>
36581 </lyxtabular>
36582
36583 \end_inset
36584
36585  ou 
36586 \begin_inset Tabular
36587 <lyxtabular version="3" rows="2" columns="2">
36588 <features tabularvalignment="middle">
36589 <column alignment="center" valignment="top" width="0">
36590 <column alignment="center" valignment="top" width="0">
36591 <row>
36592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36593 \begin_inset Text
36594
36595 \begin_layout Plain Layout
36596 texte
36597 \end_layout
36598
36599 \end_inset
36600 </cell>
36601 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36602 \begin_inset Text
36603
36604 \begin_layout Plain Layout
36605 \begin_inset Graphics
36606         filename ../../images/dialog-show-new-inset_graphics.png
36607         scale 70
36608         scaleBeforeRotation
36609
36610 \end_inset
36611
36612
36613 \end_layout
36614
36615 \end_inset
36616 </cell>
36617 </row>
36618 <row>
36619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36620 \begin_inset Text
36621
36622 \begin_layout Plain Layout
36623 texte
36624 \end_layout
36625
36626 \end_inset
36627 </cell>
36628 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36629 \begin_inset Text
36630
36631 \begin_layout Plain Layout
36632 texte
36633 \end_layout
36634
36635 \end_inset
36636 </cell>
36637 </row>
36638 </lyxtabular>
36639
36640 \end_inset
36641
36642
36643 \end_layout
36644
36645 \begin_layout Standard
36646 Pour avoir un objet exactement à la position à laquelle il a été inséré,
36647  par exemple pour avoir une de ces positions :
36648 \begin_inset VSpace defskip
36649 \end_inset
36650
36651
36652 \end_layout
36653
36654 \begin_layout Standard
36655 \noindent
36656 \align center
36657 \begin_inset Tabular
36658 <lyxtabular version="3" rows="2" columns="2">
36659 <features tabularvalignment="middle">
36660 <column alignment="center" valignment="top" width="0">
36661 <column alignment="center" valignment="top" width="0">
36662 <row>
36663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36664 \begin_inset Text
36665
36666 \begin_layout Plain Layout
36667 texte
36668 \end_layout
36669
36670 \end_inset
36671 </cell>
36672 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36673 \begin_inset Text
36674
36675 \begin_layout Plain Layout
36676 texte
36677 \end_layout
36678
36679 \end_inset
36680 </cell>
36681 </row>
36682 <row>
36683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36684 \begin_inset Text
36685
36686 \begin_layout Plain Layout
36687 \begin_inset Graphics
36688         filename ../../images/dialog-show-new-inset_graphics.png
36689         scale 70
36690         scaleBeforeRotation
36691
36692 \end_inset
36693
36694
36695 \end_layout
36696
36697 \end_inset
36698 </cell>
36699 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703 texte
36704 \end_layout
36705
36706 \end_inset
36707 </cell>
36708 </row>
36709 </lyxtabular>
36710
36711 \end_inset
36712
36713  
36714 \begin_inset Tabular
36715 <lyxtabular version="3" rows="2" columns="2">
36716 <features tabularvalignment="middle">
36717 <column alignment="center" valignment="top" width="0">
36718 <column alignment="center" valignment="top" width="0">
36719 <row>
36720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36721 \begin_inset Text
36722
36723 \begin_layout Plain Layout
36724 texte
36725 \end_layout
36726
36727 \end_inset
36728 </cell>
36729 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36730 \begin_inset Text
36731
36732 \begin_layout Plain Layout
36733 texte
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 </row>
36739 <row>
36740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36741 \begin_inset Text
36742
36743 \begin_layout Plain Layout
36744 texte
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36750 \begin_inset Text
36751
36752 \begin_layout Plain Layout
36753 \begin_inset Graphics
36754         filename ../../images/dialog-show-new-inset_graphics.png
36755         scale 70
36756         scaleBeforeRotation
36757
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \end_inset
36764 </cell>
36765 </row>
36766 </lyxtabular>
36767
36768 \end_inset
36769
36770  
36771 \begin_inset Tabular
36772 <lyxtabular version="3" rows="2" columns="3">
36773 <features tabularvalignment="middle">
36774 <column alignment="center" valignment="top" width="0">
36775 <column alignment="center" valignment="top" width="0">
36776 <column alignment="center" valignment="top" width="0">
36777 <row>
36778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36779 \begin_inset Text
36780
36781 \begin_layout Plain Layout
36782 texte
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 <cell alignment="center" valignment="top" topline="true" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 \begin_inset Graphics
36792         filename ../../images/dialog-show-new-inset_graphics.png
36793         scale 70
36794         scaleBeforeRotation
36795
36796 \end_inset
36797
36798
36799 \end_layout
36800
36801 \end_inset
36802 </cell>
36803 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36804 \begin_inset Text
36805
36806 \begin_layout Plain Layout
36807 texte
36808 \end_layout
36809
36810 \end_inset
36811 </cell>
36812 </row>
36813 <row>
36814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36815 \begin_inset Text
36816
36817 \begin_layout Plain Layout
36818 texte
36819 \end_layout
36820
36821 \end_inset
36822 </cell>
36823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36824 \begin_inset Text
36825
36826 \begin_layout Plain Layout
36827 texte
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 texte
36837 \end_layout
36838
36839 \end_inset
36840 </cell>
36841 </row>
36842 </lyxtabular>
36843
36844 \end_inset
36845
36846  
36847 \begin_inset Tabular
36848 <lyxtabular version="3" rows="2" columns="3">
36849 <features tabularvalignment="middle">
36850 <column alignment="center" valignment="top" width="0">
36851 <column alignment="center" valignment="top" width="0">
36852 <column alignment="center" valignment="top" width="0">
36853 <row>
36854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858 texte
36859 \end_layout
36860
36861 \end_inset
36862 </cell>
36863 <cell alignment="center" valignment="top" topline="true" usebox="none">
36864 \begin_inset Text
36865
36866 \begin_layout Plain Layout
36867 texte
36868 \end_layout
36869
36870 \end_inset
36871 </cell>
36872 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36873 \begin_inset Text
36874
36875 \begin_layout Plain Layout
36876 texte
36877 \end_layout
36878
36879 \end_inset
36880 </cell>
36881 </row>
36882 <row>
36883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36884 \begin_inset Text
36885
36886 \begin_layout Plain Layout
36887 texte
36888 \end_layout
36889
36890 \end_inset
36891 </cell>
36892 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896 \begin_inset Graphics
36897         filename ../../images/dialog-show-new-inset_graphics.png
36898         scale 70
36899         scaleBeforeRotation
36900
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36909 \begin_inset Text
36910
36911 \begin_layout Plain Layout
36912 texte
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 </row>
36918 </lyxtabular>
36919
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Standard
36926 \noindent
36927 \align center
36928 \begin_inset Tabular
36929 <lyxtabular version="3" rows="3" columns="2">
36930 <features tabularvalignment="middle">
36931 <column alignment="center" valignment="top" width="0">
36932 <column alignment="center" valignment="top" width="0">
36933 <row>
36934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36935 \begin_inset Text
36936
36937 \begin_layout Plain Layout
36938 texte
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947 texte
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 </row>
36953 <row>
36954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
36955 \begin_inset Text
36956
36957 \begin_layout Plain Layout
36958 \begin_inset Graphics
36959         filename ../../images/dialog-show-new-inset_graphics.png
36960         scale 70
36961         scaleBeforeRotation
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \end_inset
36969 </cell>
36970 <cell alignment="center" valignment="top" rightline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974 texte
36975 \end_layout
36976
36977 \end_inset
36978 </cell>
36979 </row>
36980 <row>
36981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985 texte
36986 \end_layout
36987
36988 \end_inset
36989 </cell>
36990 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
36991 \begin_inset Text
36992
36993 \begin_layout Plain Layout
36994 texte
36995 \end_layout
36996
36997 \end_inset
36998 </cell>
36999 </row>
37000 </lyxtabular>
37001
37002 \end_inset
37003
37004  
37005 \begin_inset Tabular
37006 <lyxtabular version="3" rows="3" columns="3">
37007 <features tabularvalignment="middle">
37008 <column alignment="center" valignment="top" width="0">
37009 <column alignment="center" valignment="top" width="0">
37010 <column alignment="center" valignment="top" width="0">
37011 <row>
37012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37013 \begin_inset Text
37014
37015 \begin_layout Plain Layout
37016 texte
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 <cell alignment="center" valignment="top" topline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025 texte
37026 \end_layout
37027
37028 \end_inset
37029 </cell>
37030 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37031 \begin_inset Text
37032
37033 \begin_layout Plain Layout
37034 texte
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 </row>
37040 <row>
37041 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37042 \begin_inset Text
37043
37044 \begin_layout Plain Layout
37045 texte
37046 \end_layout
37047
37048 \end_inset
37049 </cell>
37050 <cell alignment="center" valignment="top" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054 \begin_inset Graphics
37055         filename ../../images/dialog-show-new-inset_graphics.png
37056         scale 70
37057         scaleBeforeRotation
37058
37059 \end_inset
37060
37061
37062 \end_layout
37063
37064 \end_inset
37065 </cell>
37066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37067 \begin_inset Text
37068
37069 \begin_layout Plain Layout
37070 texte
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 </row>
37076 <row>
37077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37078 \begin_inset Text
37079
37080 \begin_layout Plain Layout
37081 texte
37082 \end_layout
37083
37084 \end_inset
37085 </cell>
37086 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 texte
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 texte
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 </row>
37105 </lyxtabular>
37106
37107 \end_inset
37108
37109  
37110 \begin_inset Tabular
37111 <lyxtabular version="3" rows="3" columns="2">
37112 <features tabularvalignment="middle">
37113 <column alignment="center" valignment="top" width="0">
37114 <column alignment="center" valignment="top" width="0">
37115 <row>
37116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37117 \begin_inset Text
37118
37119 \begin_layout Plain Layout
37120 texte
37121 \end_layout
37122
37123 \end_inset
37124 </cell>
37125 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37126 \begin_inset Text
37127
37128 \begin_layout Plain Layout
37129 texte
37130 \end_layout
37131
37132 \end_inset
37133 </cell>
37134 </row>
37135 <row>
37136 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37137 \begin_inset Text
37138
37139 \begin_layout Plain Layout
37140 texte
37141 \end_layout
37142
37143 \end_inset
37144 </cell>
37145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37146 \begin_inset Text
37147
37148 \begin_layout Plain Layout
37149 \begin_inset Graphics
37150         filename ../../images/dialog-show-new-inset_graphics.png
37151         scale 70
37152         scaleBeforeRotation
37153
37154 \end_inset
37155
37156
37157 \end_layout
37158
37159 \end_inset
37160 </cell>
37161 </row>
37162 <row>
37163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37164 \begin_inset Text
37165
37166 \begin_layout Plain Layout
37167 texte
37168 \end_layout
37169
37170 \end_inset
37171 </cell>
37172 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37173 \begin_inset Text
37174
37175 \begin_layout Plain Layout
37176 texte
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 </row>
37182 </lyxtabular>
37183
37184 \end_inset
37185
37186
37187 \end_layout
37188
37189 \begin_layout Standard
37190 vous pouvez utiliser la paquetage LaTeX 
37191 \end_layout
37192
37193 \begin_layout Standard
37194 \noindent
37195
37196 \series bold
37197 picinpar
37198 \series default
37199
37200 \begin_inset Index idx
37201 status collapsed
37202
37203 \begin_layout Plain Layout
37204 Paquetages LaTeX ! picinpar
37205 \end_layout
37206
37207 \end_inset
37208
37209 .
37210  Voici un exemple :
37211 \end_layout
37212
37213 \begin_layout Standard
37214 \begin_inset ERT
37215 status collapsed
37216
37217 \begin_layout Plain Layout
37218
37219
37220 \backslash
37221 ifpicinpar
37222 \end_layout
37223
37224 \end_inset
37225
37226
37227 \begin_inset Note Note
37228 status open
37229
37230 \begin_layout Plain Layout
37231 La section suivante ne sera affichée que si le paquetage LaTeX 
37232 \series bold
37233 picinpar
37234 \series default
37235  a été installé.
37236 \end_layout
37237
37238 \end_inset
37239
37240
37241 \end_layout
37242
37243 \begin_layout Standard
37244 \begin_inset ERT
37245 status collapsed
37246
37247 \begin_layout Plain Layout
37248
37249
37250 \backslash
37251 begin{window}[2,c,{
37252 \end_layout
37253
37254 \end_inset
37255
37256
37257 \begin_inset Graphics
37258         filename ../clipart/mobius.eps
37259         lyxscale 60
37260         width 40col%
37261         scaleBeforeRotation
37262         rotateOrigin center
37263
37264 \end_inset
37265
37266
37267 \begin_inset ERT
37268 status collapsed
37269
37270 \begin_layout Plain Layout
37271
37272 },]
37273 \end_layout
37274
37275 \begin_layout Plain Layout
37276
37277 {}
37278 \end_layout
37279
37280 \end_inset
37281
37282
37283 \size small
37284 \lang english
37285 It was in the spring of the year 1894 that all London was interested, and
37286  the fashionable world dismayed, by the murder of the Honourable Ronald
37287  Adair under most unusual and inexplicable circumstances.
37288  The public has already learned those particulars of the crime which
37289 \size default
37290
37291 \begin_inset ERT
37292 status collapsed
37293
37294 \begin_layout Plain Layout
37295
37296
37297 \backslash
37298 footnotemark{}
37299 \end_layout
37300
37301 \end_inset
37302
37303
37304 \size small
37305  came out in the police investigation, but a good deal was suppressed upon
37306  that occasion, since the case for the prosecution was so overwhelmingly
37307  strong that it was not necessary to bring forward all the facts.
37308  Only now, at the end of nearly ten years, am I allowed to supply those
37309  missing links which make up the whole of that remarkable chain
37310 \lang french
37311 .
37312 \size default
37313
37314 \begin_inset ERT
37315 status collapsed
37316
37317 \begin_layout Plain Layout
37318
37319
37320 \backslash
37321 end{window}
37322 \end_layout
37323
37324 \end_inset
37325
37326
37327 \end_layout
37328
37329 \begin_layout Standard
37330 \begin_inset ERT
37331 status collapsed
37332
37333 \begin_layout Plain Layout
37334
37335
37336 \backslash
37337 footnotetext{
37338 \end_layout
37339
37340 \end_inset
37341
37342 Note de pied de page du paragraphe avec objet fixe.
37343 \begin_inset ERT
37344 status collapsed
37345
37346 \begin_layout Plain Layout
37347
37348 }
37349 \end_layout
37350
37351 \end_inset
37352
37353
37354 \end_layout
37355
37356 \begin_layout Standard
37357 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
37358  d'eux et leur position est déterminée par le nombre de lignes de texte
37359  situées audessus d'eux.
37360  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
37361  numérotée.
37362 \end_layout
37363
37364 \begin_layout Standard
37365 Un objet fixe enrobé est inséré en ajoutant la commande
37366 \end_layout
37367
37368 \begin_layout Standard
37369
37370 \series bold
37371
37372 \backslash
37373 begin{window}[2,c,{
37374 \end_layout
37375
37376 \begin_layout Standard
37377 en code TeX au debut du paragraphe.
37378  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
37379  dessus de l'objet, le second, ici 'c', la position de l'objet.
37380  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
37381  ) sont possibles.
37382  Après la commande, vous insérez votre objet.
37383  Dans cet exemple, c'est une image avec une largeur de 40
37384 \begin_inset space \thinspace{}
37385 \end_inset
37386
37387 % de la colonne de texte qui a été insérée.
37388  L'objet peut aussi être un tableau, une boîte ou une équation.
37389  Après l'objet, on insère la commande
37390 \end_layout
37391
37392 \begin_layout Standard
37393
37394 \series bold
37395 },texte de description ]
37396 \begin_inset Newline newline
37397 \end_inset
37398
37399 {}
37400 \end_layout
37401
37402 \begin_layout Standard
37403 Notez que le 
37404 \begin_inset Quotes fld
37405 \end_inset
37406
37407
37408 \series bold
37409 {}
37410 \series default
37411
37412 \begin_inset Quotes frd
37413 \end_inset
37414
37415  est sur la deuxième ligne.
37416  Le texte de description est facultatif.
37417  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
37418  il doit donc commence juste après le 
37419 \series bold
37420 {}
37421 \series default
37422 .
37423  A la fin du paragraphe on insère la commande :
37424 \end_layout
37425
37426 \begin_layout Standard
37427
37428 \series bold
37429
37430 \backslash
37431 end{window}
37432 \end_layout
37433
37434 \begin_layout Standard
37435 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
37436  ajouter des notes de pied de page de la façon habituelle.
37437  Vous devez utiliser la commande 
37438 \series bold
37439
37440 \backslash
37441 footnotemark
37442 \series default
37443  à l'intérieur du paragraphe et la commande 
37444 \series bold
37445
37446 \backslash
37447 footnotetext
37448 \series default
37449  à l'extérieur, comme décrit dans la section
37450 \begin_inset space \thinspace{}
37451 \end_inset
37452
37453
37454 \begin_inset CommandInset ref
37455 LatexCommand ref
37456 reference "sec:Notes-bas-de-page"
37457
37458 \end_inset
37459
37460 .
37461 \end_layout
37462
37463 \begin_layout Standard
37464 \begin_inset ERT
37465 status collapsed
37466
37467 \begin_layout Plain Layout
37468
37469
37470 \backslash
37471 else
37472 \end_layout
37473
37474 \end_inset
37475
37476
37477 \begin_inset Note Note
37478 status open
37479
37480 \begin_layout Plain Layout
37481 Ce qui suit sera affiché si le paquetage LaTeX 
37482 \series bold
37483 picinpar
37484 \series default
37485  n'est pas installé :
37486 \end_layout
37487
37488 \end_inset
37489
37490
37491 \end_layout
37492
37493 \begin_layout Standard
37494 Vous devez installer le paquetage LaTeX 
37495 \series bold
37496 picinpar
37497 \series default
37498  pour voir la suite de cette section dans la sortie imprimée.
37499 \end_layout
37500
37501 \begin_layout Standard
37502 \begin_inset ERT
37503 status collapsed
37504
37505 \begin_layout Plain Layout
37506
37507
37508 \backslash
37509 fi
37510 \end_layout
37511
37512 \end_inset
37513
37514
37515 \end_layout
37516
37517 \begin_layout Section
37518 Lettrines
37519 \begin_inset Index idx
37520 status collapsed
37521
37522 \begin_layout Plain Layout
37523 Lettrines
37524 \end_layout
37525
37526 \end_inset
37527
37528
37529 \begin_inset Index idx
37530 status collapsed
37531
37532 \begin_layout Plain Layout
37533 Entouré par du texte ! Lettrines
37534 \end_layout
37535
37536 \end_inset
37537
37538
37539 \end_layout
37540
37541 \begin_layout Standard
37542 Pour utiliser des lettrines, le paquetage LaTeX 
37543 \series bold
37544 lettrine
37545 \series default
37546
37547 \begin_inset Index idx
37548 status collapsed
37549
37550 \begin_layout Plain Layout
37551 Paquetages LaTeX ! lettrine
37552 \end_layout
37553
37554 \end_inset
37555
37556  doit être installé et vous devez utiliser le module Initiales (
37557 \begin_inset space ~
37558 \end_inset
37559
37560 menu 
37561 \family sans
37562 Document\SpecialChar \menuseparator
37563 Paramètres\SpecialChar \menuseparator
37564 Modules
37565 \family default
37566
37567 \begin_inset space ~
37568 \end_inset
37569
37570 ).
37571  Pour insérer une lettrine, utilisez le style 
37572 \family sans
37573 Initial
37574 \family default
37575 .
37576  Ce dernier a un paramètre obligatoire et un autre facultatif.
37577  Le paramètre obligatoire est inséré avec le menu 
37578 \family sans
37579 Insérer\SpecialChar \menuseparator
37580 Titre
37581 \begin_inset space ~
37582 \end_inset
37583
37584 court
37585 \family default
37586  et contient la lettre qui sert d'initiale.
37587  Pour utiliser aussi le paramètre facultatif, ajoutez un autre paramètre
37588  avant le paramètre obligatoire.
37589  Ce paramètre sert à modifier la lettrine.
37590  Pour plus d'informations sur les paramètres possibles, voyez la documentation
37591  du paquetage 
37592 \series bold
37593 lettrine
37594 \series default
37595
37596 \begin_inset CommandInset citation
37597 LatexCommand cite
37598 key "lettrine"
37599
37600 \end_inset
37601
37602 .
37603  Le style lui-même contient le texte qui doit entourer la lettrine.
37604  Le style habituel est par conséquent que le mot dont la première lettre
37605  est l'initiale soit en 
37606 \shape smallcaps
37607 petites capitales
37608 \shape default
37609 .
37610  Pour indiquer à LaTeX où ce mot se termine, ajoutez une accolade fermante
37611  '}' en code TeX juste après.
37612  A la fin du style on doit placer une accolade ouvrante '{' en code TeX.
37613 \end_layout
37614
37615 \begin_layout Standard
37616 \begin_inset Newpage pagebreak
37617 \end_inset
37618
37619
37620 \end_layout
37621
37622 \begin_layout Standard
37623 Voici quelques exemples
37624 \begin_inset space ~
37625 \end_inset
37626
37627 :
37628 \end_layout
37629
37630 \begin_layout Standard
37631 \begin_inset ERT
37632 status collapsed
37633
37634 \begin_layout Plain Layout
37635
37636
37637 \backslash
37638 iflettrine
37639 \end_layout
37640
37641 \end_inset
37642
37643
37644 \begin_inset Note Note
37645 status open
37646
37647 \begin_layout Plain Layout
37648 La section suivante ne sera affichée que si le paquetage LaTeX 
37649 \series bold
37650 lettrine
37651 \series default
37652  a été installé.
37653 \end_layout
37654
37655 \end_inset
37656
37657
37658 \end_layout
37659
37660 \begin_layout Enumerate
37661 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
37662  mathématique 
37663 \begin_inset Formula $\mathfrak{Fraktur}$
37664 \end_inset
37665
37666 :
37667 \end_layout
37668
37669 \begin_deeper
37670 \begin_layout Initial
37671 \begin_inset Argument
37672 status open
37673
37674 \begin_layout Plain Layout
37675 \begin_inset Formula $\mathfrak{I}$
37676 \end_inset
37677
37678
37679 \end_layout
37680
37681 \end_inset
37682
37683 t
37684 \begin_inset ERT
37685 status collapsed
37686
37687 \begin_layout Plain Layout
37688
37689 }
37690 \end_layout
37691
37692 \end_inset
37693
37694  
37695 \lang english
37696 was in the spring of the year 1894 that all London was interested, and the
37697  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37698  under most unusual and inexplicable circumstances.
37699  The public has already learned those particulars of the crime which came
37700  out in the police investigation, but a good deal was suppressed upon that
37701  occasion, since the case for the prosecution was so overwhelmingly strong
37702  that it was not necessary to bring forward all the facts.
37703 \lang french
37704
37705 \begin_inset ERT
37706 status collapsed
37707
37708 \begin_layout Plain Layout
37709
37710 {
37711 \end_layout
37712
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \end_deeper
37719 \begin_layout Enumerate
37720 L'initiale est entourée par une seule ligne et est formée de deux lettres
37721  dans la police standard ; aucun texte n'est écrit en petites capitales
37722 \begin_inset space ~
37723 \end_inset
37724
37725 :
37726 \end_layout
37727
37728 \begin_deeper
37729 \begin_layout Initial
37730 \begin_inset Argument
37731 status open
37732
37733 \begin_layout Plain Layout
37734 lines=1
37735 \end_layout
37736
37737 \end_inset
37738
37739
37740 \begin_inset Argument
37741 status open
37742
37743 \begin_layout Plain Layout
37744 It
37745 \end_layout
37746
37747 \end_inset
37748
37749
37750 \begin_inset ERT
37751 status collapsed
37752
37753 \begin_layout Plain Layout
37754
37755 }
37756 \end_layout
37757
37758 \end_inset
37759
37760  
37761 \lang english
37762 was in the spring of the year 1894 that all London was interested, and the
37763  fashionable world dismayed, by the murder of the Honourable Ronald Adair
37764  under most unusual and inexplicable circumstances.
37765  The public has already learned those particulars of the crime which came
37766  out in the police investigation, but a good deal was suppressed upon that
37767  occasion, since the case for the prosecution was so overwhelmingly strong
37768  that it was not necessary to bring forward all the facts.
37769 \lang french
37770
37771 \begin_inset ERT
37772 status collapsed
37773
37774 \begin_layout Plain Layout
37775
37776 {
37777 \end_layout
37778
37779 \end_inset
37780
37781
37782 \end_layout
37783
37784 \end_deeper
37785 \begin_layout Enumerate
37786 Initiale descendante sur 3
37787 \begin_inset space ~
37788 \end_inset
37789
37790 lignes en magenta en police mathématique 
37791 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
37792 \end_inset
37793
37794 , le texte 
37795 \begin_inset Quotes fld
37796 \end_inset
37797
37798
37799 \lang english
37800 t was in the spring
37801 \lang french
37802
37803 \begin_inset Quotes frd
37804 \end_inset
37805
37806  est en 
37807 \shape smallcaps
37808 petites capitales
37809 \shape default
37810  ; pour colorer la lettrine, il faut insérer la commande suivante juste
37811  avant l'initiale
37812 \begin_inset space ~
37813 \end_inset
37814
37815 :
37816 \begin_inset Newline newline
37817 \end_inset
37818
37819
37820 \series bold
37821
37822 \backslash
37823 renewcommand{
37824 \backslash
37825 LettrineFontHook}{
37826 \backslash
37827 color{couleur}}
37828 \series default
37829
37830 \begin_inset Newline newline
37831 \end_inset
37832
37833 où la 
37834 \emph on
37835 couleur
37836 \emph default
37837  peut être 
37838 \begin_inset Quotes fld
37839 \end_inset
37840
37841 red
37842 \begin_inset Quotes frd
37843 \end_inset
37844
37845
37846 \begin_inset Quotes fld
37847 \end_inset
37848
37849 blue
37850 \begin_inset Quotes frd
37851 \end_inset
37852
37853
37854 \begin_inset Quotes fld
37855 \end_inset
37856
37857 green
37858 \begin_inset Quotes frd
37859 \end_inset
37860
37861
37862 \begin_inset Quotes fld
37863 \end_inset
37864
37865 yellow
37866 \begin_inset Quotes frd
37867 \end_inset
37868
37869
37870 \begin_inset Quotes fld
37871 \end_inset
37872
37873 cyan
37874 \begin_inset Quotes frd
37875 \end_inset
37876
37877
37878 \begin_inset Quotes fld
37879 \end_inset
37880
37881 magenta
37882 \begin_inset Quotes frd
37883 \end_inset
37884
37885
37886 \begin_inset Quotes fld
37887 \end_inset
37888
37889 black
37890 \begin_inset Quotes frd
37891 \end_inset
37892
37893  ou 
37894 \begin_inset Quotes fld
37895 \end_inset
37896
37897 white
37898 \begin_inset Quotes frd
37899 \end_inset
37900
37901 .
37902  On doit aussi ajouter la commande suivante au préambule du document
37903 \begin_inset space ~
37904 \end_inset
37905
37906 :
37907 \begin_inset Newline newline
37908 \end_inset
37909
37910
37911 \series bold
37912
37913 \backslash
37914 @ifundefined{textcolor}
37915 \begin_inset Newline newline
37916 \end_inset
37917
37918
37919 \begin_inset space ~
37920 \end_inset
37921
37922 {
37923 \backslash
37924 usepackage{color}}{}
37925 \end_layout
37926
37927 \begin_deeper
37928 \begin_layout Standard
37929 \begin_inset ERT
37930 status collapsed
37931
37932 \begin_layout Plain Layout
37933
37934
37935 \backslash
37936 renewcommand{
37937 \backslash
37938 LettrineFontHook}{
37939 \backslash
37940 color{magenta}}
37941 \end_layout
37942
37943 \end_inset
37944
37945
37946 \begin_inset Note Note
37947 status collapsed
37948
37949 \begin_layout Plain Layout
37950 colore la lettrine en magenta
37951 \end_layout
37952
37953 \end_inset
37954
37955
37956 \end_layout
37957
37958 \begin_layout Initial
37959 \begin_inset Argument
37960 status open
37961
37962 \begin_layout Plain Layout
37963 lines=3, lhang=0.33, loversize=0.25
37964 \end_layout
37965
37966 \end_inset
37967
37968
37969 \begin_inset Argument
37970 status open
37971
37972 \begin_layout Plain Layout
37973 \begin_inset Formula $\mathcal{I}$
37974 \end_inset
37975
37976
37977 \end_layout
37978
37979 \end_inset
37980
37981
37982 \lang english
37983 t was in the spring
37984 \begin_inset ERT
37985 status collapsed
37986
37987 \begin_layout Plain Layout
37988
37989 }
37990 \end_layout
37991
37992 \end_inset
37993
37994  of the year 1894 that all London was interested, and the fashionable world
37995  dismayed, by the murder of the Honourable Ronald Adair under most unusual
37996  and inexplicable circumstances.
37997  The public has already learned those particulars of the crime which came
37998  out in the police investigation, but a good deal was suppressed upon that
37999  occasion, since the case for the prosecution was so overwhelmingly strong
38000  that it was not necessary to bring forward all the facts.
38001 \lang french
38002
38003 \begin_inset ERT
38004 status collapsed
38005
38006 \begin_layout Plain Layout
38007
38008 {
38009 \end_layout
38010
38011 \end_inset
38012
38013
38014 \end_layout
38015
38016 \end_deeper
38017 \begin_layout Standard
38018 \begin_inset ERT
38019 status collapsed
38020
38021 \begin_layout Plain Layout
38022
38023
38024 \backslash
38025 else
38026 \end_layout
38027
38028 \end_inset
38029
38030
38031 \begin_inset Note Note
38032 status open
38033
38034 \begin_layout Plain Layout
38035 Ce qui suit sera affiché si le paquetage LaTeX 
38036 \series bold
38037 lettrine
38038 \series default
38039  n'est pas installé :
38040 \end_layout
38041
38042 \end_inset
38043
38044
38045 \end_layout
38046
38047 \begin_layout Standard
38048 Vous devez installer le paquetage LaTeX 
38049 \series bold
38050 lettrine
38051 \series default
38052  pour voir la suite de cette section dans la sortie imprimée.
38053 \end_layout
38054
38055 \begin_layout Standard
38056 \begin_inset ERT
38057 status collapsed
38058
38059 \begin_layout Plain Layout
38060
38061
38062 \backslash
38063 fi
38064 \end_layout
38065
38066 \end_inset
38067
38068
38069 \end_layout
38070
38071 \begin_layout Chapter
38072 Trucs externes
38073 \begin_inset Index idx
38074 status collapsed
38075
38076 \begin_layout Plain Layout
38077 Trucs externes
38078 \end_layout
38079
38080 \end_inset
38081
38082
38083 \end_layout
38084
38085 \begin_layout Standard
38086 Avec le menu 
38087 \family sans
38088 Insérer\SpecialChar \menuseparator
38089 Fichier
38090 \family default
38091  vous pouvez insérer un contenu externe à votre document.
38092  Ce contenu peut être :
38093 \end_layout
38094
38095 \begin_layout Description
38096 Document
38097 \begin_inset space ~
38098 \end_inset
38099
38100 LyX Un autre document LyX ; son contenu est directement inséré dans votre
38101  document.
38102 \end_layout
38103
38104 \begin_layout Description
38105 Texte
38106 \begin_inset space ~
38107 \end_inset
38108
38109 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38110 e.
38111 \end_layout
38112
38113 \begin_layout Description
38114 Texte
38115 \begin_inset space ~
38116 \end_inset
38117
38118 Brut
38119 \begin_inset space ~
38120 \end_inset
38121
38122 par
38123 \begin_inset space ~
38124 \end_inset
38125
38126 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38127  Les lignes vides créent un nouveau paragraphe dans votre document.
38128 \end_layout
38129
38130 \begin_layout Description
38131 Objet
38132 \begin_inset space ~
38133 \end_inset
38134
38135 Externe Fichiers de formats variés.
38136 \end_layout
38137
38138 \begin_layout Description
38139 Sous-document Documents LyX ou LaTeX.
38140 \end_layout
38141
38142 \begin_layout Section
38143 Objets externes 
38144 \begin_inset Index idx
38145 status collapsed
38146
38147 \begin_layout Plain Layout
38148 Trucs externes ! Objets Externes
38149 \end_layout
38150
38151 \end_inset
38152
38153
38154 \end_layout
38155
38156 \begin_layout Standard
38157 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38158  de fichiers dans votre document sans avoir à convertir ces derniers en
38159  un format qui soit compatible avec le format de sortie, puisque c'est LyX
38160  qui va s'occuper des conversions.
38161  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38162  LyX des images dans des formats divers.
38163  Quand vous avez activé 
38164 \family sans
38165 Aperçu
38166 \begin_inset space ~
38167 \end_inset
38168
38169 sur
38170 \begin_inset space ~
38171 \end_inset
38172
38173 le
38174 \begin_inset space ~
38175 \end_inset
38176
38177 vif
38178 \family default
38179  dans le menu des préférences de LyX, dans la rubrique 
38180 \family sans
38181 Apparence\SpecialChar \menuseparator
38182 Graphiques
38183 \family default
38184 , les objets externes de type Dia et Xfig sont affichés directement dans
38185  LyX.
38186 \end_layout
38187
38188 \begin_layout Standard
38189 On insère des objets externes en utilisant la fenêtre de dialogue 
38190 \family sans
38191 Objet
38192 \begin_inset space ~
38193 \end_inset
38194
38195 Externe
38196 \family default
38197  qui est accessible via le menu 
38198 \family sans
38199 Insérer\SpecialChar \menuseparator
38200 Fichiers\SpecialChar \menuseparator
38201 Objet
38202 \begin_inset space ~
38203 \end_inset
38204
38205 Externe
38206 \family default
38207 .
38208  Actuellement les types de fichiers (
38209 \family sans
38210 Modèles
38211 \family default
38212 ) suivants sont autorisés :
38213 \end_layout
38214
38215 \begin_layout Description
38216 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38217  par le programme 
38218 \series bold
38219
38220 \begin_inset CommandInset href
38221 LatexCommand href
38222 name "XBoard"
38223 target "http://fr.wikipedia.org/wiki/XBoard"
38224
38225 \end_inset
38226
38227
38228 \series default
38229 .
38230 \end_layout
38231
38232 \begin_layout Description
38233 Date Ce modèle insère la date sous la forme 
38234 \emph on
38235 Jour-Mois-Année
38236 \emph default
38237 .
38238  Voici un exemple de date insérée comme objet externe :: 
38239 \begin_inset External
38240         template Date
38241         filename .
38242
38243 \end_inset
38244
38245
38246 \begin_inset space ~
38247 \end_inset
38248
38249
38250 \begin_inset Note Note
38251 status collapsed
38252
38253 \begin_layout Plain Layout
38254 Retirer l'espace protégé quand le bug 4398 sera résolu !
38255 \end_layout
38256
38257 \end_inset
38258
38259
38260 \begin_inset Newline newline
38261 \end_inset
38262
38263 La date n'apparaîtra pas dans LyX, mais seulement dans la sortie imprimée.
38264  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38265 \family sans
38266 Insérer\SpecialChar \menuseparator
38267 Date
38268 \family default
38269  et avec la commande LaTeX 
38270 \series bold
38271
38272 \backslash
38273 today
38274 \series default
38275  entrée comme code TeX.
38276  Ces différentes méthodes sont comparée dans le tableau
38277 \begin_inset space ~
38278 \end_inset
38279
38280
38281 \begin_inset CommandInset ref
38282 LatexCommand ref
38283 reference "tab:Comparaison-des-dates"
38284
38285 \end_inset
38286
38287 .
38288 \end_layout
38289
38290 \begin_layout Description
38291 Dia Ce modèle accepte les diagrammes créés avec le programme 
38292 \series bold
38293
38294 \begin_inset CommandInset href
38295 LatexCommand href
38296 name "Dia"
38297 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
38298
38299 \end_inset
38300
38301
38302 \series default
38303 .
38304 \end_layout
38305
38306 \begin_layout Description
38307 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
38308  ou des tableaux dans le format de 
38309 \series bold
38310
38311 \begin_inset CommandInset href
38312 LatexCommand href
38313 name "Gnumeric"
38314 target "http://fr.wikipedia.org/wiki/Gnumeric"
38315
38316 \end_inset
38317
38318
38319 \series default
38320
38321 \begin_inset CommandInset href
38322 LatexCommand href
38323 name "OpenDocument"
38324 target "http://fr.wikipedia.org/wiki/OpenDocument"
38325
38326 \end_inset
38327
38328
38329 \begin_inset CommandInset href
38330 LatexCommand href
38331 name "Microsoft Office XML"
38332 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38333
38334 \end_inset
38335
38336  et 
38337 \begin_inset CommandInset href
38338 LatexCommand href
38339 name "Office Open XML"
38340 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
38341
38342 \end_inset
38343
38344 .
38345  Pour cette fonction, LyX doit pouvoir trouver le programme 
38346 \family typewriter
38347 ssconvert
38348 \family default
38349  au cours de sa configuration.
38350  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
38351  même si vous n'avez pas de tableaux au format gnumeric.
38352  Pour des exemples et les limitations possibles, jetez un œil au fichier
38353  LyX d'exemple, 
38354 \emph on
38355 spreadsheet.lyx
38356 \emph default
38357 .
38358 \end_layout
38359
38360 \begin_layout Description
38361 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
38362  par le programme 
38363 \series bold
38364
38365 \begin_inset CommandInset href
38366 LatexCommand href
38367 name "LilyPond"
38368 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
38369
38370 \end_inset
38371
38372
38373 \series default
38374 .
38375  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
38376  au fichier LyX d'exemple 
38377 \emph on
38378 lilypond.lyx
38379 \emph default
38380 .
38381 \end_layout
38382
38383 \begin_layout Description
38384 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
38385  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
38386  
38387 \emph on
38388 pages
38389 \emph default
38390  dans le champ 
38391 \family sans
38392 Option
38393 \family default
38394  dans l'onglet 
38395 \family sans
38396 Options LaTeX et LyX
38397 \family default
38398 .
38399  L'argument de cette option est une liste d'éléments séparés par des virgules,
38400  contenant des numéros de pages (
38401 \begin_inset space ~
38402 \end_inset
38403
38404 insérez comme option 
38405 \series bold
38406 pages={3,5,6,8}
38407 \series default
38408
38409 \begin_inset space ~
38410 \end_inset
38411
38412 ), des plages de numéros de pages (
38413 \series bold
38414
38415 \begin_inset space ~
38416 \end_inset
38417
38418 pages={4-9}
38419 \series default
38420
38421 \begin_inset space ~
38422 \end_inset
38423
38424 ) ou n'importe quelle combinaison des deux.
38425  Pour insérer des pages vides, utilisez 
38426 \series bold
38427 {}
38428 \series default
38429 .
38430  Par exemple 
38431 \begin_inset space ~
38432 \end_inset
38433
38434
38435 \series bold
38436 pages={3,{},8-11,15}
38437 \series default
38438  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
38439  15.
38440  Les plages de pages sont décrites avec la syntaxe 
38441 \emph on
38442 début-fin
38443 \emph default
38444  qui sélectionne toutes les pages de 
38445 \emph on
38446 début
38447 \emph default
38448  jusqu'à 
38449 \emph on
38450 fin
38451 \emph default
38452 .
38453  Si on omet 
38454 \emph on
38455 début
38456 \emph default
38457 , on commence implicitement à la première page ; de même, omettre 
38458 \emph on
38459 fin
38460 \emph default
38461  termine implicitement à la dernière page du document.
38462  La dernière page du document peut aussi être désignée par le mot-clé 
38463 \series bold
38464 last
38465 \series default
38466  (
38467 \begin_inset space ~
38468 \end_inset
38469
38470 ce dernier n'est accepté que pour une plage de pages
38471 \begin_inset space ~
38472 \end_inset
38473
38474 ).
38475  Donc 
38476 \series bold
38477 pages=-
38478 \series default
38479  va insérer toutes les pages du document et 
38480 \series bold
38481 pages=last-1
38482 \series default
38483  va insérer toutes les pages dans l'ordre inverse.
38484  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
38485 \begin_inset Newline newline
38486 \end_inset
38487
38488 L'option 
38489 \series bold
38490 noautoscale
38491 \series default
38492  insère les pages avec leur taille d'origine, si cette option n'est pas
38493  donnée, les pages seront redimensionnées
38494 \begin_inset space \space{}
38495 \end_inset
38496
38497 pour tenir dans la largeur de page de votre document.
38498  Dans l'onglet 
38499 \family sans
38500 Taille
38501 \begin_inset space ~
38502 \end_inset
38503
38504 et
38505 \begin_inset space ~
38506 \end_inset
38507
38508 rotation
38509 \family default
38510  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
38511  qu'une éventuelle rotation.
38512  Si vous utilisez une autre largeur que 100
38513 \begin_inset space \thinspace{}
38514 \end_inset
38515
38516 Échelle%, l'option 
38517 \series bold
38518 noautoscale
38519 \series default
38520  sera neutralisée.
38521  Pour plus d'information sur les options possibles, jetez un œil sur la
38522  documentation du paquetage LaTeX 
38523 \series bold
38524 pdfpages
38525 \series default
38526  
38527 \begin_inset CommandInset citation
38528 LatexCommand cite
38529 key "pdfpages"
38530
38531 \end_inset
38532
38533 .
38534 \begin_inset Index idx
38535 status collapsed
38536
38537 \begin_layout Plain Layout
38538 Paquetages LaTeX ! pdfpages
38539 \end_layout
38540
38541 \end_inset
38542
38543
38544 \begin_inset Newline newline
38545 \end_inset
38546
38547 Pour utiliser ce modèle dans une présentation 
38548 \family sans
38549 Beamer
38550 \family default
38551  vous devez d'abord insérer un environnement 
38552 \family sans
38553 FinCadre
38554 \family default
38555  et dans la suite, dans un paragraphe, une boîte de code TeX contenant la
38556  commande 
38557 \series bold
38558
38559 \backslash
38560 setbeamertemplate{background canvas}{}
38561 \series default
38562 .
38563  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
38564  que vous voulez.
38565  Après les pages PDF incorporées, vous pouvez reprendre la présentation
38566  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
38567  section.
38568  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
38569  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
38570  le modèle.
38571 \begin_inset Newline newline
38572 \end_inset
38573
38574 Voici un PDF incorporé basculé de -5°
38575 \begin_inset space ~
38576 \end_inset
38577
38578 °: 
38579 \begin_inset External
38580         template PDFPages
38581         filename ../clipart/Abstract.pdf
38582         extra LaTeX "noautoscale, pages=-"
38583         rotateAngle -5
38584         rotateOrigin bottomleft
38585
38586 \end_inset
38587
38588
38589 \end_layout
38590
38591 \begin_layout Description
38592 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
38593  Les images peuvent être traitées dans la fenêtre de dialogue 
38594 \family sans
38595 Objet
38596 \begin_inset space ~
38597 \end_inset
38598
38599 Externe
38600 \family default
38601  comme les images qui sont habituellement incorporées en utilisant le menu
38602  
38603 \family sans
38604 Insérer\SpecialChar \menuseparator
38605 Graphique
38606 \family default
38607 , comme c'est décrit dans la section
38608 \begin_inset space ~
38609 \end_inset
38610
38611
38612 \begin_inset CommandInset ref
38613 LatexCommand ref
38614 reference "sec:Graphics-Dialog"
38615
38616 \end_inset
38617
38618 .
38619  La différence avec l'insertion normale d'image est que seules les images
38620  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
38621  ne sont pas acceptées.
38622  Voici un exemple d'insertion d'image matricielle
38623 \begin_inset space ~
38624 \end_inset
38625
38626
38627 \begin_inset External
38628         template RasterImage
38629         filename ../clipart/ToolbarEnvBox.png
38630
38631 \end_inset
38632
38633
38634 \end_layout
38635
38636 \begin_layout Description
38637 XFig Ce modèle accepte les images créées avec le programme 
38638 \series bold
38639
38640 \begin_inset CommandInset href
38641 LatexCommand href
38642 name "Xfig"
38643 target "http://fr.wikipedia.org/wiki/Xfig"
38644
38645 \end_inset
38646
38647
38648 \series default
38649 .
38650 \end_layout
38651
38652 \begin_layout Standard
38653 \begin_inset Float table
38654 placement !h
38655 wide false
38656 sideways false
38657 status open
38658
38659 \begin_layout Plain Layout
38660 \begin_inset Caption
38661
38662 \begin_layout Plain Layout
38663 \begin_inset CommandInset label
38664 LatexCommand label
38665 name "tab:Comparaison-des-dates"
38666
38667 \end_inset
38668
38669 Comparaison des méthodes d'insertion de la date.
38670 \end_layout
38671
38672 \end_inset
38673
38674
38675 \end_layout
38676
38677 \begin_layout Plain Layout
38678 \align center
38679 \begin_inset Tabular
38680 <lyxtabular version="3" rows="4" columns="4">
38681 <features tabularvalignment="middle">
38682 <column alignment="center" valignment="top" width="0">
38683 <column alignment="center" valignment="top" width="0">
38684 <column alignment="center" valignment="top" width="0">
38685 <column alignment="center" valignment="top" width="0">
38686 <row>
38687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38688 \begin_inset Text
38689
38690 \begin_layout Plain Layout
38691 Format du document
38692 \end_layout
38693
38694 \end_inset
38695 </cell>
38696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38697 \begin_inset Text
38698
38699 \begin_layout Plain Layout
38700
38701 \family sans
38702 Objet
38703 \begin_inset space ~
38704 \end_inset
38705
38706 Externe\SpecialChar \menuseparator
38707 Date
38708 \end_layout
38709
38710 \end_inset
38711 </cell>
38712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38713 \begin_inset Text
38714
38715 \begin_layout Plain Layout
38716
38717 \family sans
38718 Insérer\SpecialChar \menuseparator
38719 Date
38720 \end_layout
38721
38722 \end_inset
38723 </cell>
38724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38725 \begin_inset Text
38726
38727 \begin_layout Plain Layout
38728 commande 
38729 \series bold
38730
38731 \backslash
38732 today
38733 \end_layout
38734
38735 \end_inset
38736 </cell>
38737 </row>
38738 <row>
38739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38740 \begin_inset Text
38741
38742 \begin_layout Plain Layout
38743 LyX
38744 \end_layout
38745
38746 \end_inset
38747 </cell>
38748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38749 \begin_inset Text
38750
38751 \begin_layout Plain Layout
38752 comme boîte d'insert
38753 \end_layout
38754
38755 \end_inset
38756 </cell>
38757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38758 \begin_inset Text
38759
38760 \begin_layout Plain Layout
38761 comme date
38762 \end_layout
38763
38764 \end_inset
38765 </cell>
38766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38767 \begin_inset Text
38768
38769 \begin_layout Plain Layout
38770 comme boîte de code TeX
38771 \end_layout
38772
38773 \end_inset
38774 </cell>
38775 </row>
38776 <row>
38777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38778 \begin_inset Text
38779
38780 \begin_layout Plain Layout
38781 LaTeX
38782 \end_layout
38783
38784 \end_inset
38785 </cell>
38786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38787 \begin_inset Text
38788
38789 \begin_layout Plain Layout
38790 comme date
38791 \end_layout
38792
38793 \end_inset
38794 </cell>
38795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38796 \begin_inset Text
38797
38798 \begin_layout Plain Layout
38799 comme date
38800 \end_layout
38801
38802 \end_inset
38803 </cell>
38804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38805 \begin_inset Text
38806
38807 \begin_layout Plain Layout
38808 comme commande
38809 \end_layout
38810
38811 \end_inset
38812 </cell>
38813 </row>
38814 <row>
38815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38816 \begin_inset Text
38817
38818 \begin_layout Plain Layout
38819 DVI, PDF, PS
38820 \end_layout
38821
38822 \end_inset
38823 </cell>
38824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38825 \begin_inset Text
38826
38827 \begin_layout Plain Layout
38828 comme date
38829 \end_layout
38830
38831 \end_inset
38832 </cell>
38833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38834 \begin_inset Text
38835
38836 \begin_layout Plain Layout
38837 comme date
38838 \end_layout
38839
38840 \end_inset
38841 </cell>
38842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38843 \begin_inset Text
38844
38845 \begin_layout Plain Layout
38846 comme date date
38847 \end_layout
38848
38849 \end_inset
38850 </cell>
38851 </row>
38852 </lyxtabular>
38853
38854 \end_inset
38855
38856
38857 \end_layout
38858
38859 \end_inset
38860
38861
38862 \end_layout
38863
38864 \begin_layout Standard
38865 Quand vous activez l'option 
38866 \family sans
38867 Brouillon
38868 \family default
38869  de l'onglet 
38870 \family sans
38871 Fichier
38872 \family default
38873  de la fenêtre de dialogue 
38874 \family sans
38875 Objet
38876 \begin_inset space ~
38877 \end_inset
38878
38879 Externe
38880 \family default
38881 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
38882 \begin_inset Newline newline
38883 \end_inset
38884
38885 Les objets externes apparaissent dans LyX, soit comme une boîte comme celle-ci
38886  : 
38887 \begin_inset Graphics
38888         filename ../clipart/ExternalMaterialQt4.png
38889         scale 85
38890         scaleBeforeRotation
38891
38892 \end_inset
38893
38894  soit comme une image, selon que vous avez ou non activé l'option 
38895 \family sans
38896 Afficher
38897 \begin_inset space ~
38898 \end_inset
38899
38900 dans
38901 \begin_inset space ~
38902 \end_inset
38903
38904 LyX
38905 \family default
38906  de l'onglet 
38907 \family sans
38908 Options LaTeX et LyX
38909 \family default
38910  de la fenêtre de dialogue.
38911 \end_layout
38912
38913 \begin_layout Standard
38914 Le manuel 
38915 \family sans
38916 \emph on
38917 Personnalisation
38918 \family default
38919 \emph default
38920  explique comment vous pouvez créer vos propres modèles.
38921 \end_layout
38922
38923 \begin_layout Section
38924 Sous-documents
38925 \begin_inset CommandInset label
38926 LatexCommand label
38927 name "sec:Sous-documents"
38928
38929 \end_inset
38930
38931
38932 \begin_inset Index idx
38933 status collapsed
38934
38935 \begin_layout Plain Layout
38936 Trucs externes ! Sous-documents
38937 \end_layout
38938
38939 \end_inset
38940
38941
38942 \begin_inset Index idx
38943 status collapsed
38944
38945 \begin_layout Plain Layout
38946 Fichiers ! Insérer
38947 \end_layout
38948
38949 \end_inset
38950
38951
38952 \end_layout
38953
38954 \begin_layout Standard
38955 Les sous-documents sont utilisés quand on a un document très long qui peut
38956  être décomposé en plusieurs parties ou sections plus petites.
38957  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
38958  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
38959  Les différents documents sont ce que l'on appelle les sous-documents et
38960  un document maître les relie pour imprimer le document complet ou seulement
38961  une partie de celui-ci.
38962  Un sous-document hérite du contenu de son maître, par exemple le préambule
38963  LaTeX, la bibliographie, et les étiquettes pour les références croisées.
38964 \end_layout
38965
38966 \begin_layout Standard
38967 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
38968  maître, précisez dans le sous-document le document maître dans le menu
38969  
38970 \family sans
38971 Document\SpecialChar \menuseparator
38972 Paramètres\SpecialChar \menuseparator
38973 Classe de document
38974 \family default
38975 .
38976  Ce document maître sera par la suite utilisé de façon cachée par LyX à
38977  chaque fois que vous modifierez le sous-document.
38978 \end_layout
38979
38980 \begin_layout Standard
38981 Les documents inclus sont visualisés dans LyX sous la forme d'une boîte
38982  comme celle-ci : 
38983 \begin_inset Graphics
38984         filename clipart/ChildDocumentQt4.png
38985         lyxscale 70
38986         scale 60
38987         scaleBeforeRotation
38988
38989 \end_inset
38990
38991  Pour inclure des sous-documents dans un document maître , on utilise le
38992  menu 
38993 \family sans
38994 Insérer\SpecialChar \menuseparator
38995 Fichier\SpecialChar \menuseparator
38996 Sous-document
38997 \family default
38998 .
38999  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39000  des quatre méthodes d'inclusion :
39001 \end_layout
39002
39003 \begin_layout Description
39004 Inclus
39005 \begin_inset space ~
39006 \end_inset
39007
39008 (include) Vous pouvez inclure des documents LyX et LaTeX.
39009  Quand vous cliquez sur le bouton 
39010 \family sans
39011 Charger
39012 \family default
39013  dans la fenêtre de dialogue 
39014 \family sans
39015 Sous-document
39016 \family default
39017 , le document inclus est ouvert dans LyX dans un nouvel onglet pour que
39018  vous puissiez le modifier.
39019 \begin_inset Newline newline
39020 \end_inset
39021
39022
39023 \end_layout
39024
39025 \begin_layout Standard
39026 Voici un sous-document inséré avec la méthode 
39027 \family sans
39028 Inclus
39029 \family default
39030  : 
39031 \begin_inset CommandInset include
39032 LatexCommand include
39033 filename "DocumentBidon1.lyx"
39034
39035 \end_inset
39036
39037
39038 \end_layout
39039
39040 \begin_layout Standard
39041 La numérotation des sections va prendre en compte les sections des fichiers
39042  incorporés dans l'ordre où ils sont insérés dans le document maître.
39043  Le document qui est inclus comme exemple possède une sous-section qui sera
39044  numérotée comme sous-section de la section actuelle.
39045  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39046  : la sous-section
39047 \begin_inset space ~
39048 \end_inset
39049
39050
39051 \begin_inset CommandInset ref
39052 LatexCommand ref
39053 reference "sub:Sous-section-externe-1"
39054
39055 \end_inset
39056
39057  est dans le fichier inclus.
39058 \end_layout
39059
39060 \begin_layout Standard
39061 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39062  du document maître est utilisé.
39063  Les branches présentes dans le sous-document seront ignorées par le document
39064  maître si celui-ci ne possède pas une branche avec le même nom.
39065  Les documents inclus sont insérés en commençant une nouvelle page et sont
39066  suivis par un saut de page.
39067 \end_layout
39068
39069 \begin_layout Standard
39070 \begin_inset Note Greyedout
39071 status open
39072
39073 \begin_layout Plain Layout
39074
39075 \series bold
39076 Note:
39077 \series default
39078  Quand vous avez inclus un fichier LyX ou LaTeX, et que ce dernier utilise
39079  une classe de document différente de celle du document maître, vous recevez
39080  un avertissement quand vous tentez de le visionner ou de l'exporter, vu
39081  que cela peut produire des résultats inattendus sur la sortie imprimée.
39082 \end_layout
39083
39084 \end_inset
39085
39086
39087 \end_layout
39088
39089 \begin_layout Description
39090 Incorporé
39091 \begin_inset space ~
39092 \end_inset
39093
39094 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39095  sont :
39096 \end_layout
39097
39098 \begin_deeper
39099 \begin_layout Itemize
39100 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39101  par un saut de page.
39102 \end_layout
39103
39104 \begin_layout Itemize
39105 Les fichiers incorporés peuvent être prévisualisés dans LyX quand l'option
39106  
39107 \family sans
39108 Aperçu
39109 \begin_inset space ~
39110 \end_inset
39111
39112 sur
39113 \begin_inset space ~
39114 \end_inset
39115
39116 le
39117 \begin_inset space ~
39118 \end_inset
39119
39120 vif
39121 \family default
39122  est activée dans les préférences dans la rubrique 
39123 \family sans
39124 Apparence\SpecialChar \menuseparator
39125 Graphique
39126 \family default
39127 .
39128 \end_layout
39129
39130 \begin_layout Itemize
39131 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39132 \family sans
39133 Document\SpecialChar \menuseparator
39134 Paramètres\SpecialChar \menuseparator
39135 Sous-documents
39136 \family default
39137 .
39138 \end_layout
39139
39140 \end_deeper
39141 \begin_layout Standard
39142 Voici un sous document inséré en utilisant la méthode 
39143 \family sans
39144 Incorporé
39145 \family default
39146  : 
39147 \begin_inset CommandInset include
39148 LatexCommand input
39149 preview true
39150 filename "DocumentBidon2.lyx"
39151
39152 \end_inset
39153
39154
39155 \end_layout
39156
39157 \begin_layout Description
39158 Verbatim Avec cette méthodes tous les fichiers textes peuvent être inclus.
39159  Si c'est un fichier LyX ou LaTeX, le contenu sera affiché dans la sortie
39160  sous forme de code source et aucune des commandes éventuellement présentes
39161  ne sera exécutée.
39162  Vous pouvez utiliser l'option 
39163 \family sans
39164 Marquer
39165 \begin_inset space ~
39166 \end_inset
39167
39168 les
39169 \begin_inset space ~
39170 \end_inset
39171
39172 espaces
39173 \family default
39174  qui matérialise chaque espace présente dans le code source par un caractère
39175  
39176 \begin_inset Quotes eld
39177 \end_inset
39178
39179
39180 \begin_inset ERT
39181 status collapsed
39182
39183 \begin_layout Plain Layout
39184
39185
39186 \backslash
39187 textvisiblespace 
39188 \end_layout
39189
39190 \end_inset
39191
39192
39193 \begin_inset Quotes erd
39194 \end_inset
39195
39196  .
39197  La différence avec la méthode qui consiste à utiliser le menu 
39198 \family sans
39199 Insérer\SpecialChar \menuseparator
39200 Fichier\SpecialChar \menuseparator
39201 Texte
39202 \begin_inset space ~
39203 \end_inset
39204
39205 brut
39206 \family default
39207  est que le contenu du document n'apparaît pas dans LyX.
39208 \end_layout
39209
39210 \begin_layout Standard
39211 Voici un sous-document inclus en utilisant la méthode 
39212 \family sans
39213 verbatim
39214 \family default
39215  : 
39216 \begin_inset CommandInset include
39217 LatexCommand verbatiminput
39218 filename "DocumentTexteBidon.txt"
39219
39220 \end_inset
39221
39222
39223 \begin_inset VSpace bigskip
39224 \end_inset
39225
39226 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39227  l'option 
39228 \family sans
39229 Marquer
39230 \begin_inset space ~
39231 \end_inset
39232
39233 les
39234 \begin_inset space ~
39235 \end_inset
39236
39237 espaces :
39238 \family default
39239  
39240 \begin_inset CommandInset include
39241 LatexCommand verbatiminput*
39242 filename "DocumentTexteBidon.txt"
39243
39244 \end_inset
39245
39246
39247 \end_layout
39248
39249 \begin_layout Standard
39250 \begin_inset VSpace bigskip
39251 \end_inset
39252
39253
39254 \end_layout
39255
39256 \begin_layout Standard
39257 \begin_inset Note Greyedout
39258 status open
39259
39260 \begin_layout Plain Layout
39261
39262 \series bold
39263 Note:
39264 \series default
39265  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
39266  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
39267 \end_layout
39268
39269 \end_inset
39270
39271
39272 \end_layout
39273
39274 \begin_layout Description
39275 Listings Ce type d'inclusion est décrit dans le chapitre
39276 \begin_inset space ~
39277 \end_inset
39278
39279
39280 \begin_inset CommandInset ref
39281 LatexCommand ref
39282 reference "cha:Program-Code-Listings"
39283
39284 \end_inset
39285
39286 .
39287 \end_layout
39288
39289 \begin_layout Standard
39290 \begin_inset Note Greyedout
39291 status open
39292
39293 \begin_layout Plain Layout
39294
39295 \series bold
39296 Note:
39297 \series default
39298  Inclure le même document deux fois dans un même document peut poser des
39299  problèmes avec LaTeX.
39300 \end_layout
39301
39302 \end_inset
39303
39304
39305 \end_layout
39306
39307 \begin_layout Standard
39308 Si vous ne voulez visualiser ou exporter que certains des sous-documents
39309  de votre document maître, que ce soit pour diminuer les temps de compilation
39310  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
39311  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
39312  la sortie en utilisant le menu 
39313 \family sans
39314 Document\SpecialChar \menuseparator
39315 Paramètres\SpecialChar \menuseparator
39316 Sous-documents
39317 \family default
39318 .
39319  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
39320  sur la ligne correspondant dans la colonne 
39321 \family sans
39322 Inclus dans le résultat
39323 \family default
39324  de la liste (
39325 \begin_inset space ~
39326 \end_inset
39327
39328 notez que cela ne fonctionne que pour les documents inclus avec la méthode
39329  
39330 \begin_inset Quotes fld
39331 \end_inset
39332
39333 inclus
39334 \begin_inset Quotes frd
39335 \end_inset
39336
39337  et pas la méthode 
39338 \begin_inset Quotes fld
39339 \end_inset
39340
39341 incorporé
39342 \begin_inset Quotes frd
39343 \end_inset
39344
39345
39346 \begin_inset space ~
39347 \end_inset
39348
39349 ).
39350  Si on active l'option 
39351 \family sans
39352 Assurer la cohérence des compteurs et des références
39353 \family default
39354 , LyX va s'assurer que tous les numéros de pages, références etc...
39355  sont corrects comme si tous le document avait été traité.
39356  C'est utile si vous voulez que les sous-documents choisis aient exactement
39357  le même aspect que s'il étaient dans le document complet.
39358  Pour réaliser cette condition, il faut que LyX traite de façon silencieuse
39359  la totalité du document.
39360  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
39361  les compteurs et autres références n'ont pas à être à tout prix valides,
39362  vous devez impérativement désactiver cette option.
39363  
39364 \end_layout
39365
39366 \begin_layout Standard
39367 Une autre solution consiste à inclure chaque fichier dans une branche
39368 \begin_inset Foot
39369 status collapsed
39370
39371 \begin_layout Plain Layout
39372 Les branches sont décrites dans la section 
39373 \emph on
39374 Branches
39375 \emph default
39376  du 
39377 \emph on
39378 Guide de l'utilisateur
39379 \emph default
39380  de LyX.
39381 \end_layout
39382
39383 \end_inset
39384
39385 .
39386  En activant ou désactivant une branche, vous pouvez décider les fichiers
39387  inclus qui doivent apparaître dans la sortie imprimée.
39388  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
39389  
39390 \begin_inset Quotes fld
39391 \end_inset
39392
39393 incorporés
39394 \begin_inset Quotes frd
39395 \end_inset
39396
39397 .
39398  Le défaut est que les compteurs et autres références ne sont pas conservés
39399  avec cette approche.
39400 \end_layout
39401
39402 \begin_layout Chapter
39403 Listings de code source
39404 \begin_inset CommandInset label
39405 LatexCommand label
39406 name "cha:Program-Code-Listings"
39407
39408 \end_inset
39409
39410
39411 \begin_inset Index idx
39412 status collapsed
39413
39414 \begin_layout Plain Layout
39415 Listings
39416 \end_layout
39417
39418 \end_inset
39419
39420
39421 \begin_inset Index idx
39422 status collapsed
39423
39424 \begin_layout Plain Layout
39425 Code Source
39426 \end_layout
39427
39428 \end_inset
39429
39430
39431 \begin_inset Index idx
39432 status collapsed
39433
39434 \begin_layout Plain Layout
39435 Flottants ! Listings
39436 \end_layout
39437
39438 \end_inset
39439
39440
39441 \end_layout
39442
39443 \begin_layout Standard
39444 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
39445  un insert 
39446 \family sans
39447 Listings
39448 \family default
39449  qui peut être créé grâce au menu 
39450 \family sans
39451 Insérer
39452 \family default
39453 \SpecialChar \menuseparator
39454
39455 \family sans
39456 Listing
39457 \begin_inset space ~
39458 \end_inset
39459
39460 de
39461 \begin_inset space ~
39462 \end_inset
39463
39464 Code
39465 \begin_inset space ~
39466 \end_inset
39467
39468 Source
39469 \family default
39470 .
39471  Le paquetage LaTeX 
39472 \series bold
39473 listings
39474 \series default
39475
39476 \begin_inset Index idx
39477 status collapsed
39478
39479 \begin_layout Plain Layout
39480 Paquetages LaTeX ! listings
39481 \end_layout
39482
39483 \end_inset
39484
39485  fournit un moyen puissant et flexible d'insérer des listings de code source
39486  dans votre document.
39487  
39488 \end_layout
39489
39490 \begin_layout Standard
39491 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
39492  contextuel s'ouvre pour vous permettre de modifier le format du listing.
39493 \end_layout
39494
39495 \begin_layout Standard
39496 Implicitement, un listing commence un nouveau paragraphe dans la sortie
39497  imprimée.
39498  L'option d'emplacement 
39499 \family sans
39500 Listing
39501 \begin_inset space ~
39502 \end_inset
39503
39504 en
39505 \begin_inset space ~
39506 \end_inset
39507
39508 Ligne
39509 \family default
39510  imprime le listing dans la ligne comme ceci : 
39511 \begin_inset listings
39512 lstparams "language={C++}"
39513 inline true
39514 status open
39515
39516 \begin_layout Plain Layout
39517
39518 int a=5;
39519 \end_layout
39520
39521 \end_inset
39522
39523
39524 \begin_inset Newline newline
39525 \end_inset
39526
39527 L'option 
39528 \family sans
39529 Flottant
39530 \family default
39531  crée un flottant de listing pour lequel vous pouvez préciser les options
39532  classiques d'emplacement : 
39533 \begin_inset Quotes eld
39534 \end_inset
39535
39536
39537 \family sans
39538 h
39539 \family default
39540
39541 \begin_inset Quotes erd
39542 \end_inset
39543
39544
39545 \begin_inset Quotes eld
39546 \end_inset
39547
39548
39549 \family sans
39550 t
39551 \family default
39552
39553 \begin_inset Quotes erd
39554 \end_inset
39555
39556
39557 \begin_inset Quotes eld
39558 \end_inset
39559
39560
39561 \family sans
39562 b
39563 \family default
39564
39565 \begin_inset Quotes erd
39566 \end_inset
39567
39568 , et 
39569 \begin_inset Quotes eld
39570 \end_inset
39571
39572
39573 \family sans
39574 p
39575 \family default
39576
39577 \begin_inset Quotes erd
39578 \end_inset
39579
39580  correspondant aux emplacement décrits dans la section
39581 \begin_inset space ~
39582 \end_inset
39583
39584
39585 \begin_inset CommandInset ref
39586 LatexCommand ref
39587 reference "sec:Placement-flottants"
39588
39589 \end_inset
39590
39591 .
39592  Les options de positionnement peuvent être mélangées et doivent être saisies
39593  sans séparation, par exemple, on peut taper 
39594 \begin_inset Quotes eld
39595 \end_inset
39596
39597
39598 \family sans
39599 htbp
39600 \family default
39601
39602 \begin_inset Quotes erd
39603 \end_inset
39604
39605 .
39606  L' option 
39607 \begin_inset Quotes eld
39608 \end_inset
39609
39610 h
39611 \begin_inset Quotes erd
39612 \end_inset
39613
39614  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
39615  
39616 \family sans
39617 Flottant
39618 \family default
39619  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
39620  légende et être référencés.
39621 \end_layout
39622
39623 \begin_layout Standard
39624 Vous pouvez ajouter une légende à un listing avec le menu 
39625 \family sans
39626 Insérer\SpecialChar \menuseparator
39627 Légende
39628 \family default
39629 .
39630  On peut référencer les listings de la même façon que les flottants :Voir
39631  le listing
39632 \begin_inset space ~
39633 \end_inset
39634
39635
39636 \begin_inset CommandInset ref
39637 LatexCommand ref
39638 reference "lst:Listing-exemple"
39639
39640 \end_inset
39641
39642
39643 \end_layout
39644
39645 \begin_layout Standard
39646 \begin_inset listings
39647 lstparams "language=Python"
39648 inline false
39649 status open
39650
39651 \begin_layout Plain Layout
39652
39653 \begin_inset Caption
39654
39655 \begin_layout Plain Layout
39656 \begin_inset CommandInset label
39657 LatexCommand label
39658 name "lst:Listing-exemple"
39659
39660 \end_inset
39661
39662 Exemple de listing flottant
39663 \end_layout
39664
39665 \end_inset
39666
39667 # Exemple de listing flottant
39668 \end_layout
39669
39670 \begin_layout Plain Layout
39671
39672 def func(param):
39673 \end_layout
39674
39675 \begin_layout Plain Layout
39676
39677     'ceci est une fonction python'
39678 \end_layout
39679
39680 \begin_layout Plain Layout
39681
39682     pass
39683 \end_layout
39684
39685 \end_inset
39686
39687
39688 \end_layout
39689
39690 \begin_layout Standard
39691 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
39692  de listing, les mots-clés de ce langage seront reconnus et mis en forme
39693  de manière particulière dans la sortie imprimée.
39694  Dans l'exemple de listing, le mot clé Python 
39695 \begin_inset Quotes eld
39696 \end_inset
39697
39698 def
39699 \begin_inset Quotes erd
39700 \end_inset
39701
39702  est reconnu et imprimé en caractères gras dans la sortie.
39703 \end_layout
39704
39705 \begin_layout Standard
39706 \begin_inset Note Greyedout
39707 status open
39708
39709 \begin_layout Plain Layout
39710
39711 \series bold
39712 Note:
39713 \series default
39714  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
39715  une police de caractères à 
39716 \family typewriter
39717 chasse fixe
39718 \family default
39719 , c'est que votre police ne contient probablement pas de série grasse.
39720  Dans ce cas choisissez une police différente dans le menu 
39721 \family sans
39722 Document\SpecialChar \menuseparator
39723 Paramètres\SpecialChar \menuseparator
39724 Polices
39725 \family default
39726 .
39727  (Les polices 
39728 \emph on
39729 LuxiMono, BeraMono
39730 \emph default
39731  et 
39732 \emph on
39733 Courier
39734 \emph default
39735  contiennent une série grasse.)
39736 \end_layout
39737
39738 \end_inset
39739
39740
39741 \end_layout
39742
39743 \begin_layout Standard
39744 Dans la rubrique 
39745 \family sans
39746 Numérotation
39747 \begin_inset space ~
39748 \end_inset
39749
39750 des
39751 \begin_inset space ~
39752 \end_inset
39753
39754 Lignes
39755 \family default
39756  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
39757 n des lignes.
39758  Vous pouvez mettre un nombre dans le champ 
39759 \family sans
39760 Pas
39761 \family default
39762  pour désigner les lignes qui seront numérotées.
39763  Par exemple, si vous mettez 
39764 \begin_inset Quotes eld
39765 \end_inset
39766
39767 3
39768 \begin_inset Quotes erd
39769 \end_inset
39770
39771 , seule une ligne sur trois sera numérotée.
39772 \end_layout
39773
39774 \begin_layout Standard
39775 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
39776  apparaîtront dans la sortie.
39777  Vous devez utiliser l'option 
39778 \family sans
39779 Table
39780 \begin_inset space ~
39781 \end_inset
39782
39783 de
39784 \begin_inset space ~
39785 \end_inset
39786
39787 Caractères
39788 \begin_inset space ~
39789 \end_inset
39790
39791 Étendue
39792 \family default
39793  quand vous employez des caractères spécifiques à une langue donnée comme
39794  les umlauts Allemands dans votre listing.
39795 \begin_inset Newline newline
39796 \end_inset
39797
39798 Voici un exemple de listing avec la numérotation des lignes à gauche par
39799  pas de 3, en langage Python, avec les options 
39800 \begin_inset Quotes eld
39801 \end_inset
39802
39803 Table
39804 \begin_inset space ~
39805 \end_inset
39806
39807 de
39808 \begin_inset space ~
39809 \end_inset
39810
39811 caractères
39812 \begin_inset space ~
39813 \end_inset
39814
39815 étendue
39816 \begin_inset Quotes erd
39817 \end_inset
39818
39819  et 
39820 \begin_inset Quotes eld
39821 \end_inset
39822
39823 Espace
39824 \begin_inset space ~
39825 \end_inset
39826
39827 représenté
39828 \begin_inset space ~
39829 \end_inset
39830
39831 par
39832 \begin_inset space ~
39833 \end_inset
39834
39835 un
39836 \begin_inset space ~
39837 \end_inset
39838
39839 symbole
39840 \begin_inset Quotes erd
39841 \end_inset
39842
39843 , l'intervalle de ligne étant 3
39844 \begin_inset space \thinspace{}
39845 \end_inset
39846
39847 -
39848 \begin_inset space \thinspace{}
39849 \end_inset
39850
39851 8:
39852 \end_layout
39853
39854 \begin_layout Standard
39855 \begin_inset listings
39856 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
39857 inline false
39858 status open
39859
39860 \begin_layout Plain Layout
39861
39862 def func(param):
39863 \end_layout
39864
39865 \begin_layout Plain Layout
39866
39867     'ceci est une fonction Python'
39868 \end_layout
39869
39870 \begin_layout Plain Layout
39871
39872     pass
39873 \end_layout
39874
39875 \begin_layout Plain Layout
39876
39877 def func(param):
39878 \end_layout
39879
39880 \begin_layout Plain Layout
39881
39882 'Ça, c'est un mot Allemand : Tschüß'
39883 \end_layout
39884
39885 \begin_layout Plain Layout
39886
39887 pass
39888 \end_layout
39889
39890 \begin_layout Plain Layout
39891
39892 def func(param):
39893 \end_layout
39894
39895 \begin_layout Plain Layout
39896
39897 'ceci est une fonction Python'
39898 \end_layout
39899
39900 \begin_layout Plain Layout
39901
39902 pass
39903 \end_layout
39904
39905 \end_inset
39906
39907
39908 \end_layout
39909
39910 \begin_layout Standard
39911 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
39912  nombre de caractères que doit représenter une tabulation dans le champ
39913  
39914 \family sans
39915 Taille du tabulateur
39916 \family default
39917 .
39918 \end_layout
39919
39920 \begin_layout Standard
39921 \begin_inset Note Greyedout
39922 status open
39923
39924 \begin_layout Plain Layout
39925
39926 \series bold
39927 Note:
39928 \series default
39929  À cause d'un bug dans le paquetage 
39930 \series bold
39931 listings
39932 \series default
39933  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
39934  listing.
39935  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
39936  les lignes 3 et 6.
39937 \end_layout
39938
39939 \end_inset
39940
39941
39942 \end_layout
39943
39944 \begin_layout Standard
39945 \begin_inset VSpace bigskip
39946 \end_inset
39947
39948
39949 \end_layout
39950
39951 \begin_layout Standard
39952 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
39953  listing.
39954  Pour le faire, il suffit d'utiliser le menu 
39955 \family sans
39956 Insérer\SpecialChar \menuseparator
39957 Fichier\SpecialChar \menuseparator
39958 Sous-document
39959 \family default
39960  et de choisir le type 
39961 \family sans
39962 Listing
39963 \family default
39964
39965 \begin_inset space ~
39966 \end_inset
39967
39968
39969 \family sans
39970 de
39971 \begin_inset space ~
39972 \end_inset
39973
39974 Code
39975 \begin_inset space ~
39976 \end_inset
39977
39978 source
39979 \family default
39980 .
39981 \begin_inset Foot
39982 status collapsed
39983
39984 \begin_layout Plain Layout
39985 Les autres types de sous-documents sont décrits dans la section
39986 \begin_inset space ~
39987 \end_inset
39988
39989
39990 \begin_inset CommandInset ref
39991 LatexCommand ref
39992 reference "sec:Sous-documents"
39993
39994 \end_inset
39995
39996 .
39997 \end_layout
39998
39999 \end_inset
40000
40001  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40002  à utiliser pour le listing dans une zone de texte.
40003  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40004  
40005 \begin_inset Quotes eld
40006 \end_inset
40007
40008 ?
40009 \begin_inset Quotes erd
40010 \end_inset
40011
40012  dans la zone de texte.
40013 \end_layout
40014
40015 \begin_layout Standard
40016 Pour faire référence à un sous-document de type listing, tapez une étiquette
40017  dans le champ correspondant de la fenêtre de dialogue.
40018  On peut alors faire référence à cette étiquette en utilisant le menu 
40019 \family sans
40020 Insérer\SpecialChar \menuseparator
40021 Référence
40022 \begin_inset space ~
40023 \end_inset
40024
40025 Croisée
40026 \family default
40027 .
40028 \end_layout
40029
40030 \begin_layout Standard
40031 Le listing
40032 \begin_inset space ~
40033 \end_inset
40034
40035
40036 \begin_inset CommandInset ref
40037 LatexCommand ref
40038 reference "lst:listing-fichier"
40039
40040 \end_inset
40041
40042  est une exemple de listing issu d'un fichier ; ici les lignes 10
40043 \begin_inset space \thinspace{}
40044 \end_inset
40045
40046 -
40047 \begin_inset space \thinspace{}
40048 \end_inset
40049
40050 15 de ce fichier LyX sont listées.
40051 \end_layout
40052
40053 \begin_layout Standard
40054 \begin_inset CommandInset include
40055 LatexCommand lstinputlisting
40056 filename "EmbeddedObjects.lyx"
40057 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40058
40059 \end_inset
40060
40061
40062 \end_layout
40063
40064 \begin_layout Standard
40065 \begin_inset VSpace bigskip
40066 \end_inset
40067
40068
40069 \end_layout
40070
40071 \begin_layout Standard
40072 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40073 \begin_inset space ~
40074 \end_inset
40075
40076 :
40077 \end_layout
40078
40079 \begin_layout Enumerate
40080 Ouvrez la fenêtre de dialogue listings et ajoutez
40081 \begin_inset Newline newline
40082 \end_inset
40083
40084
40085 \family sans
40086 mathescape=true
40087 \family default
40088
40089 \begin_inset Newline newline
40090 \end_inset
40091
40092 dans le champ de l'onglet 
40093 \family sans
40094 Avancé
40095 \family default
40096 .
40097 \end_layout
40098
40099 \begin_layout Enumerate
40100 Créez la formule en dehors du listing.
40101 \end_layout
40102
40103 \begin_layout Enumerate
40104 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40105  (raccourci 
40106 \begin_inset Info
40107 type  "shortcut"
40108 arg   "copy"
40109 \end_inset
40110
40111 )
40112 \end_layout
40113
40114 \begin_layout Enumerate
40115 Dans le listing écrivez 
40116 \begin_inset Quotes eld
40117 \end_inset
40118
40119
40120 \family sans
40121 $$
40122 \family default
40123
40124 \begin_inset Quotes erd
40125 \end_inset
40126
40127  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40128  
40129 \begin_inset Info
40130 type  "shortcut"
40131 arg   "paste"
40132 \end_inset
40133
40134 )
40135 \end_layout
40136
40137 \begin_layout Standard
40138 \begin_inset listings
40139 lstparams "language=Python,mathescape=true"
40140 inline false
40141 status open
40142
40143 \begin_layout Plain Layout
40144
40145 \begin_inset Caption
40146
40147 \begin_layout Plain Layout
40148 Exemple de listing flottant contenant une formule
40149 \end_layout
40150
40151 \end_inset
40152
40153 # Exemple de listing flottant
40154 \end_layout
40155
40156 \begin_layout Plain Layout
40157
40158 def func(param):
40159 \end_layout
40160
40161 \begin_layout Plain Layout
40162
40163     # $
40164 \backslash
40165 prod_{n=1}^{
40166 \backslash
40167 infty}
40168 \backslash
40169 ,
40170 \backslash
40171 frac{1}{x^{2}}$
40172 \end_layout
40173
40174 \begin_layout Plain Layout
40175
40176     pass
40177 \end_layout
40178
40179 \end_inset
40180
40181
40182 \end_layout
40183
40184 \begin_layout Standard
40185 \begin_inset VSpace bigskip
40186 \end_inset
40187
40188
40189 \end_layout
40190
40191 \begin_layout Standard
40192 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40193  de dialogue 
40194 \family sans
40195 Document\SpecialChar \menuseparator
40196 Paramètres\SpecialChar \menuseparator
40197 Listings
40198 \family default
40199 .
40200  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40201  
40202 \begin_inset Quotes eld
40203 \end_inset
40204
40205 ?
40206 \begin_inset Quotes erd
40207 \end_inset
40208
40209  dans le champ.
40210 \end_layout
40211
40212 \begin_layout Standard
40213 Pour plus d'information sur le paquetage 
40214 \series bold
40215 listings
40216 \series default
40217 , nous vous renvoyons à sa documentation 
40218 \begin_inset CommandInset citation
40219 LatexCommand cite
40220 key "listings"
40221
40222 \end_inset
40223
40224 .
40225 \end_layout
40226
40227 \begin_layout Standard
40228 \begin_inset Newpage newpage
40229 \end_inset
40230
40231
40232 \end_layout
40233
40234 \begin_layout Chapter
40235 \start_of_appendix
40236 Unités de longueur utilisables avec LyX
40237 \begin_inset Argument
40238 status collapsed
40239
40240 \begin_layout Plain Layout
40241 Unités de longueur
40242 \end_layout
40243
40244 \end_inset
40245
40246
40247 \begin_inset Index idx
40248 status collapsed
40249
40250 \begin_layout Plain Layout
40251 Unités
40252 \end_layout
40253
40254 \end_inset
40255
40256
40257 \begin_inset CommandInset label
40258 LatexCommand label
40259 name "cha:Unités-de-longueur"
40260
40261 \end_inset
40262
40263
40264 \end_layout
40265
40266 \begin_layout Standard
40267 Pour comprendre les unités de longueur utilisées dans cette documentation,
40268  le tableau
40269 \begin_inset space ~
40270 \end_inset
40271
40272
40273 \begin_inset CommandInset ref
40274 LatexCommand ref
40275 reference "tab:Unités"
40276
40277 \end_inset
40278
40279 décrit les unités utilisées par LyX.
40280 \begin_inset Float table
40281 placement h
40282 wide false
40283 sideways false
40284 status open
40285
40286 \begin_layout Plain Layout
40287 \begin_inset Caption
40288
40289 \begin_layout Plain Layout
40290 \begin_inset CommandInset label
40291 LatexCommand label
40292 name "tab:Unités"
40293
40294 \end_inset
40295
40296 Unités de longueur
40297 \end_layout
40298
40299 \end_inset
40300
40301
40302 \end_layout
40303
40304 \begin_layout Plain Layout
40305 \begin_inset VSpace medskip
40306 \end_inset
40307
40308
40309 \end_layout
40310
40311 \begin_layout Plain Layout
40312 \align center
40313 \begin_inset Tabular
40314 <lyxtabular version="3" rows="20" columns="2">
40315 <features tabularvalignment="middle">
40316 <column alignment="center" valignment="top" width="0">
40317 <column alignment="center" valignment="top" width="0">
40318 <row>
40319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40320 \begin_inset Text
40321
40322 \begin_layout Plain Layout
40323 unité
40324 \end_layout
40325
40326 \end_inset
40327 </cell>
40328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40329 \begin_inset Text
40330
40331 \begin_layout Plain Layout
40332 nom/description
40333 \end_layout
40334
40335 \end_inset
40336 </cell>
40337 </row>
40338 <row>
40339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40340 \begin_inset Text
40341
40342 \begin_layout Plain Layout
40343 mm
40344 \end_layout
40345
40346 \end_inset
40347 </cell>
40348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40349 \begin_inset Text
40350
40351 \begin_layout Plain Layout
40352 millimètre
40353 \end_layout
40354
40355 \end_inset
40356 </cell>
40357 </row>
40358 <row>
40359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40360 \begin_inset Text
40361
40362 \begin_layout Plain Layout
40363 cm
40364 \end_layout
40365
40366 \end_inset
40367 </cell>
40368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40369 \begin_inset Text
40370
40371 \begin_layout Plain Layout
40372 centimètre
40373 \end_layout
40374
40375 \end_inset
40376 </cell>
40377 </row>
40378 <row>
40379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40380 \begin_inset Text
40381
40382 \begin_layout Plain Layout
40383 in
40384 \end_layout
40385
40386 \end_inset
40387 </cell>
40388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40389 \begin_inset Text
40390
40391 \begin_layout Plain Layout
40392 pouce (inch)
40393 \end_layout
40394
40395 \end_inset
40396 </cell>
40397 </row>
40398 <row>
40399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40400 \begin_inset Text
40401
40402 \begin_layout Plain Layout
40403 pt
40404 \end_layout
40405
40406 \end_inset
40407 </cell>
40408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40409 \begin_inset Text
40410
40411 \begin_layout Plain Layout
40412 point (72.27
40413 \begin_inset space \thinspace{}
40414 \end_inset
40415
40416 pt = 1
40417 \begin_inset space \thinspace{}
40418 \end_inset
40419
40420 in)
40421 \end_layout
40422
40423 \end_inset
40424 </cell>
40425 </row>
40426 <row>
40427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40428 \begin_inset Text
40429
40430 \begin_layout Plain Layout
40431 pc
40432 \end_layout
40433
40434 \end_inset
40435 </cell>
40436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40437 \begin_inset Text
40438
40439 \begin_layout Plain Layout
40440 pica (1
40441 \begin_inset space \thinspace{}
40442 \end_inset
40443
40444 pc = 12
40445 \begin_inset space \thinspace{}
40446 \end_inset
40447
40448 pt)
40449 \end_layout
40450
40451 \end_inset
40452 </cell>
40453 </row>
40454 <row>
40455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40456 \begin_inset Text
40457
40458 \begin_layout Plain Layout
40459 sp
40460 \end_layout
40461
40462 \end_inset
40463 </cell>
40464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40465 \begin_inset Text
40466
40467 \begin_layout Plain Layout
40468 scaled point (65536
40469 \begin_inset space \thinspace{}
40470 \end_inset
40471
40472 sp = 1
40473 \begin_inset space \thinspace{}
40474 \end_inset
40475
40476 pt)
40477 \end_layout
40478
40479 \end_inset
40480 </cell>
40481 </row>
40482 <row>
40483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40484 \begin_inset Text
40485
40486 \begin_layout Plain Layout
40487 bp
40488 \end_layout
40489
40490 \end_inset
40491 </cell>
40492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40493 \begin_inset Text
40494
40495 \begin_layout Plain Layout
40496 gros point (72
40497 \begin_inset space \thinspace{}
40498 \end_inset
40499
40500 bp = 1
40501 \begin_inset space \thinspace{}
40502 \end_inset
40503
40504 in)
40505 \end_layout
40506
40507 \end_inset
40508 </cell>
40509 </row>
40510 <row>
40511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40512 \begin_inset Text
40513
40514 \begin_layout Plain Layout
40515 dd
40516 \end_layout
40517
40518 \end_inset
40519 </cell>
40520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40521 \begin_inset Text
40522
40523 \begin_layout Plain Layout
40524 didot (72
40525 \begin_inset space \thinspace{}
40526 \end_inset
40527
40528 dd 
40529 \begin_inset Formula $\approx$
40530 \end_inset
40531
40532  37.6
40533 \begin_inset space \thinspace{}
40534 \end_inset
40535
40536 mm)
40537 \end_layout
40538
40539 \end_inset
40540 </cell>
40541 </row>
40542 <row>
40543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40544 \begin_inset Text
40545
40546 \begin_layout Plain Layout
40547 cc
40548 \end_layout
40549
40550 \end_inset
40551 </cell>
40552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40553 \begin_inset Text
40554
40555 \begin_layout Plain Layout
40556 cicero (1
40557 \begin_inset space \thinspace{}
40558 \end_inset
40559
40560 cc = 12
40561 \begin_inset space \thinspace{}
40562 \end_inset
40563
40564 dd)
40565 \end_layout
40566
40567 \end_inset
40568 </cell>
40569 </row>
40570 <row>
40571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40572 \begin_inset Text
40573
40574 \begin_layout Plain Layout
40575 Scale%
40576 \end_layout
40577
40578 \end_inset
40579 </cell>
40580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40581 \begin_inset Text
40582
40583 \begin_layout Plain Layout
40584 % de la largeur originale de l'image
40585 \end_layout
40586
40587 \end_inset
40588 </cell>
40589 </row>
40590 <row>
40591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40592 \begin_inset Text
40593
40594 \begin_layout Plain Layout
40595 text%
40596 \end_layout
40597
40598 \end_inset
40599 </cell>
40600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40601 \begin_inset Text
40602
40603 \begin_layout Plain Layout
40604 % de la largeur du texte
40605 \end_layout
40606
40607 \end_inset
40608 </cell>
40609 </row>
40610 <row>
40611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40612 \begin_inset Text
40613
40614 \begin_layout Plain Layout
40615 col%
40616 \end_layout
40617
40618 \end_inset
40619 </cell>
40620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40621 \begin_inset Text
40622
40623 \begin_layout Plain Layout
40624 % de la largeur de la colonne
40625 \end_layout
40626
40627 \end_inset
40628 </cell>
40629 </row>
40630 <row>
40631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40632 \begin_inset Text
40633
40634 \begin_layout Plain Layout
40635 page%
40636 \end_layout
40637
40638 \end_inset
40639 </cell>
40640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40641 \begin_inset Text
40642
40643 \begin_layout Plain Layout
40644 % de la largeur du papier
40645 \end_layout
40646
40647 \end_inset
40648 </cell>
40649 </row>
40650 <row>
40651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40652 \begin_inset Text
40653
40654 \begin_layout Plain Layout
40655 line%
40656 \end_layout
40657
40658 \end_inset
40659 </cell>
40660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40661 \begin_inset Text
40662
40663 \begin_layout Plain Layout
40664 % de la largeur de la ligne
40665 \end_layout
40666
40667 \end_inset
40668 </cell>
40669 </row>
40670 <row>
40671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40672 \begin_inset Text
40673
40674 \begin_layout Plain Layout
40675 theight%
40676 \end_layout
40677
40678 \end_inset
40679 </cell>
40680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40681 \begin_inset Text
40682
40683 \begin_layout Plain Layout
40684 % la hauteur du texte
40685 \end_layout
40686
40687 \end_inset
40688 </cell>
40689 </row>
40690 <row>
40691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40692 \begin_inset Text
40693
40694 \begin_layout Plain Layout
40695 pheight%
40696 \end_layout
40697
40698 \end_inset
40699 </cell>
40700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40701 \begin_inset Text
40702
40703 \begin_layout Plain Layout
40704 % hauteur du papier
40705 \end_layout
40706
40707 \end_inset
40708 </cell>
40709 </row>
40710 <row>
40711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40712 \begin_inset Text
40713
40714 \begin_layout Plain Layout
40715 ex
40716 \end_layout
40717
40718 \end_inset
40719 </cell>
40720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40721 \begin_inset Text
40722
40723 \begin_layout Plain Layout
40724 hauteur de la lettre 
40725 \emph on
40726 x
40727 \emph default
40728  dans la police courante
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 </row>
40734 <row>
40735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739 em
40740 \end_layout
40741
40742 \end_inset
40743 </cell>
40744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
40745 \begin_inset Text
40746
40747 \begin_layout Plain Layout
40748 largeur de la lettre
40749 \emph on
40750  M
40751 \emph default
40752  dans la police courante
40753 \end_layout
40754
40755 \end_inset
40756 </cell>
40757 </row>
40758 <row>
40759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40760 \begin_inset Text
40761
40762 \begin_layout Plain Layout
40763 mu
40764 \end_layout
40765
40766 \end_inset
40767 </cell>
40768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40769 \begin_inset Text
40770
40771 \begin_layout Plain Layout
40772 unité mathématique (1
40773 \begin_inset space \thinspace{}
40774 \end_inset
40775
40776 mu = 1/18
40777 \begin_inset space \thinspace{}
40778 \end_inset
40779
40780 em)
40781 \end_layout
40782
40783 \end_inset
40784 </cell>
40785 </row>
40786 </lyxtabular>
40787
40788 \end_inset
40789
40790
40791 \end_layout
40792
40793 \end_inset
40794
40795
40796 \end_layout
40797
40798 \begin_layout Chapter
40799 Formats des fichiers de sortie graphiques
40800 \begin_inset CommandInset label
40801 LatexCommand label
40802 name "cha:Formats-fichiers-graphiques"
40803
40804 \end_inset
40805
40806
40807 \end_layout
40808
40809 \begin_layout Section
40810 DVI
40811 \begin_inset Index idx
40812 status collapsed
40813
40814 \begin_layout Plain Layout
40815 Formats de Fichiers! DVI
40816 \end_layout
40817
40818 \end_inset
40819
40820
40821 \begin_inset Index idx
40822 status collapsed
40823
40824 \begin_layout Plain Layout
40825 DVI|see
40826 \begin_inset ERT
40827 status collapsed
40828
40829 \begin_layout Plain Layout
40830
40831 {
40832 \end_layout
40833
40834 \end_inset
40835
40836 Formats de Fichiers
40837 \begin_inset ERT
40838 status collapsed
40839
40840 \begin_layout Plain Layout
40841
40842 }
40843 \end_layout
40844
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \end_inset
40851
40852
40853 \end_layout
40854
40855 \begin_layout Standard
40856 Ce type de fichiers a l'extension 
40857 \begin_inset Quotes fld
40858 \end_inset
40859
40860
40861 \family typewriter
40862 .dvi
40863 \family default
40864
40865 \begin_inset Quotes frd
40866 \end_inset
40867
40868 .
40869  Il est appelé 
40870 \emph on
40871 indépendant de l'appareil
40872 \emph default
40873  ou 
40874 \begin_inset Quotes fld
40875 \end_inset
40876
40877 device independent (DVI)
40878 \begin_inset Quotes frd
40879 \end_inset
40880
40881 , car il est complètement portable ; vous pouvez les recopier d'une machine
40882  à l'autre sans avoir à faire de conversion.
40883  À l'époque où ce format a été développé, c'était loin d'être évident.
40884  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
40885  étape préliminaire avant la conversion vers un autre format comme le PostScript.
40886 \end_layout
40887
40888 \begin_layout Standard
40889 \begin_inset Note Greyedout
40890 status open
40891
40892 \begin_layout Plain Layout
40893
40894 \series bold
40895 Note:
40896 \series default
40897  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
40898  au fichier.
40899  
40900 \end_layout
40901
40902 \end_inset
40903
40904  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
40905  
40906 \family typewriter
40907 .dvi
40908 \family default
40909 .
40910  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
40911 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
40912  pour les rendre visibles quand vous faites défiler votre document.
40913  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
40914  avec de nombreuses images.
40915 \end_layout
40916
40917 \begin_layout Standard
40918 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
40919  menu 
40920 \family sans
40921 Fichier\SpecialChar \menuseparator
40922 Exporter\SpecialChar \menuseparator
40923 DVI.
40924
40925 \family default
40926  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
40927 \family sans
40928 Visualiser
40929 \family default
40930 .
40931 \end_layout
40932
40933 \begin_layout Section
40934 PostScript
40935 \begin_inset CommandInset label
40936 LatexCommand label
40937 name "sec:PostScript"
40938
40939 \end_inset
40940
40941
40942 \begin_inset Index idx
40943 status collapsed
40944
40945 \begin_layout Plain Layout
40946 Formats de Fichiers ! PostScript
40947 \end_layout
40948
40949 \end_inset
40950
40951
40952 \begin_inset Index idx
40953 status collapsed
40954
40955 \begin_layout Plain Layout
40956 PostScript|see
40957 \begin_inset ERT
40958 status collapsed
40959
40960 \begin_layout Plain Layout
40961
40962 {
40963 \end_layout
40964
40965 \end_inset
40966
40967 Formats de Fichiers
40968 \begin_inset ERT
40969 status collapsed
40970
40971 \begin_layout Plain Layout
40972
40973 }
40974 \end_layout
40975
40976 \end_inset
40977
40978
40979 \end_layout
40980
40981 \end_inset
40982
40983
40984 \end_layout
40985
40986 \begin_layout Standard
40987 Ce type de fichiers a l'extension 
40988 \begin_inset Quotes fld
40989 \end_inset
40990
40991
40992 \family typewriter
40993 .ps
40994 \family default
40995
40996 \begin_inset Quotes frd
40997 \end_inset
40998
40999 .
41000  PostScript a été développé par la société 
41001 \series bold
41002 Adobe
41003 \series default
41004  comme un langage pour les imprimantes.
41005  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41006  pour imprimer le document.
41007  PostScript peut être considéré comme un 
41008 \begin_inset Quotes fld
41009 \end_inset
41010
41011 langage de programmation
41012 \begin_inset Quotes frd
41013 \end_inset
41014
41015  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41016  images
41017 \begin_inset Foot
41018 status collapsed
41019
41020 \begin_layout Plain Layout
41021 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41022  LaTeX 
41023 \series bold
41024 pstricks
41025 \series default
41026
41027 \begin_inset CommandInset citation
41028 LatexCommand cite
41029 key "pstricks"
41030
41031 \end_inset
41032
41033 .
41034 \end_layout
41035
41036 \end_inset
41037
41038 .
41039  En partie à cause de toutes ces possibilités un fichier PostScript est
41040  souvent plus gros qu'un PDF.
41041 \end_layout
41042
41043 \begin_layout Standard
41044 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
41045  plus gros qu'un PDF.
41046 \end_layout
41047
41048 \begin_layout Standard
41049 PostScript ne peut contenir que des images au format 
41050 \begin_inset Quotes fld
41051 \end_inset
41052
41053 PostScript Encapsulé
41054 \begin_inset Quotes frd
41055 \end_inset
41056
41057  (encapsulated PostScript ou EPS, d'extension 
41058 \family typewriter
41059 .eps
41060 \family default
41061 ).
41062  Comme LyX vous permet n'importe quel format d'image connu dans votre document,
41063  il doit les convertir en interne en EPS.
41064  Si vous avez par exemple 50 images dans votre document, LyX doit faire
41065  50 conversions à chaque fois que vous visualisez ou que vous exportez votre
41066  document.
41067  Cela risque de ralentir de façon importante votre rythme de travail.
41068  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
41069  vos images directement en EPS pour éviter ce problème.
41070 \end_layout
41071
41072 \begin_layout Standard
41073 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
41074  le menu 
41075 \family sans
41076 Fichier\SpecialChar \menuseparator
41077 Exporter\SpecialChar \menuseparator
41078 PostScript.
41079
41080 \family default
41081  Vous pouvez visionner votre document sous forme PostScript grâce au menu
41082  
41083 \family sans
41084 Visualiser
41085 \family default
41086  ou en utilisant le bouton 
41087 \begin_inset Graphics
41088         filename ../../images/buffer-view_ps.png
41089         scale 85
41090         scaleBeforeRotation
41091
41092 \end_inset
41093
41094  de la barre d'outils.
41095 \end_layout
41096
41097 \begin_layout Section
41098 PDF
41099 \begin_inset Index idx
41100 status collapsed
41101
41102 \begin_layout Plain Layout
41103 Formats de Fichiers ! PDF
41104 \end_layout
41105
41106 \end_inset
41107
41108
41109 \begin_inset Index idx
41110 status collapsed
41111
41112 \begin_layout Plain Layout
41113 PDF
41114 \end_layout
41115
41116 \end_inset
41117
41118
41119 \end_layout
41120
41121 \begin_layout Standard
41122 Ce type de fichiers a l'extension 
41123 \begin_inset Quotes fld
41124 \end_inset
41125
41126
41127 \family typewriter
41128 .pdf
41129 \family default
41130
41131 \begin_inset Quotes frd
41132 \end_inset
41133
41134 .
41135  Ce 
41136 \begin_inset Quotes fld
41137 \end_inset
41138
41139 format de document portable
41140 \begin_inset Quotes frd
41141 \end_inset
41142
41143  (portable document format ou PDF) est développé par 
41144 \family typewriter
41145 Adobe
41146 \family default
41147  comme une évolution de PostScript.
41148  Il est plus comprimé et utilise moins de commandes que PostScript.
41149  Comme son nom l'indique, il est 
41150 \begin_inset Quotes fld
41151 \end_inset
41152
41153 portable
41154 \begin_inset Quotes frd
41155 \end_inset
41156
41157  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
41158  aura exactement le même aspect.
41159 \end_layout
41160
41161 \begin_layout Standard
41162 PDF peut contenir des images dans son propre format PDF et dans les formats
41163  JPG (format du 
41164 \begin_inset Quotes fld
41165 \end_inset
41166
41167 Joint Photographic Expert Group
41168 \begin_inset Quotes frd
41169 \end_inset
41170
41171  avec comme extension 
41172 \family typewriter
41173 .jpg
41174 \family default
41175  ou 
41176 \family typewriter
41177 .jpeg
41178 \family default
41179 ) et PNG (
41180 \begin_inset Quotes fld
41181 \end_inset
41182
41183 Portable Network Graphics
41184 \begin_inset Quotes frd
41185 \end_inset
41186
41187  avec l'extension 
41188 \family typewriter
41189 .png
41190 \family default
41191 ).
41192  Vous pouvez quand même utiliser d'autres formats puisque LyX les convertit
41193  dans un de ces formats.
41194  Mais comme il est dit dans la section sur PostScript, les conversions d'images
41195  vont ralentir votre travail.
41196  Nous recommandons donc l'utilisation de l'un des trois formats cités.
41197 \end_layout
41198
41199 \begin_layout Standard
41200 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
41201  menu 
41202 \family sans
41203 Fichier\SpecialChar \menuseparator
41204 Exporter 
41205 \family default
41206 de trois façons différentes:
41207 \end_layout
41208
41209 \begin_layout Description
41210 PDF
41211 \begin_inset space ~
41212 \end_inset
41213
41214 (ps2pdf) Ceci utilise le programme 
41215 \family typewriter
41216 ps2pdf
41217 \family default
41218  qui créé un PDF à partir de la version PostScript de votre fichier.
41219  Cette dernière est produite par le programme 
41220 \family typewriter
41221 dvips
41222 \family default
41223  qui utilise une version DVI comme étape intermédiaire.
41224  Cette variante consiste donc en trois conversions.
41225 \end_layout
41226
41227 \begin_layout Description
41228 PDF
41229 \begin_inset space ~
41230 \end_inset
41231
41232 (dvipdfm) Ceci utilise le programme 
41233 \family typewriter
41234 dvipdfm
41235 \family default
41236  qui convertit votre fichier en DVI avant de le convertir en PDF.
41237 \end_layout
41238
41239 \begin_layout Description
41240 PDF
41241 \begin_inset space ~
41242 \end_inset
41243
41244 (pdflatex) Ceci utilise le programme 
41245 \family typewriter
41246 pdftex
41247 \family default
41248  qui convertit directement votre fichier en PDF.
41249 \end_layout
41250
41251 \begin_layout Standard
41252 Nous recommandons d'utiliser l'option 
41253 \family sans
41254 PDF
41255 \begin_inset space ~
41256 \end_inset
41257
41258 (pdflatex)
41259 \family default
41260  car 
41261 \family typewriter
41262 pdftex
41263 \family default
41264  accepte toutes les fonctionnalités des versions actuelles de PDF.
41265  Il est en plus rapide et stable.
41266  Le programme 
41267 \family typewriter
41268 dvipdfm
41269 \family default
41270  n'est plus développé est est donc un peu dépassé.
41271 \end_layout
41272
41273 \begin_layout Standard
41274
41275 \end_layout
41276
41277 \begin_layout Standard
41278 Vous pouvez visionner votre document sous forme PDF grâce au menu 
41279 \family sans
41280 Visualiser
41281 \family default
41282  ou en utilisant le bouton 
41283 \begin_inset Graphics
41284         filename ../../images/buffer-view_pdf2.png
41285         scale 85
41286         scaleBeforeRotation
41287
41288 \end_inset
41289
41290  de la barre d'outils
41291 \family sans
41292  (
41293 \family default
41294 qui utilise 
41295 \family sans
41296 PDF
41297 \begin_inset space ~
41298 \end_inset
41299
41300 (pdflatex)
41301 \family default
41302 ).
41303 \end_layout
41304
41305 \begin_layout Chapter
41306 Liste de noms de couleur pour dvips
41307 \begin_inset CommandInset label
41308 LatexCommand label
41309 name "chap:Liste-de-noms-de-couleur-dvips"
41310
41311 \end_inset
41312
41313
41314 \end_layout
41315
41316 \begin_layout Standard
41317 \begin_inset Tabular
41318 <lyxtabular version="3" rows="17" columns="4">
41319 <features tabularvalignment="middle">
41320 <column alignment="left" valignment="top" width="0pt">
41321 <column alignment="left" valignment="top" width="0pt">
41322 <column alignment="left" valignment="top" width="0pt">
41323 <column alignment="left" valignment="top" width="0pt">
41324 <row>
41325 <cell alignment="left" valignment="top" usebox="none">
41326 \begin_inset Text
41327
41328 \begin_layout Plain Layout
41329 \begin_inset ERT
41330 status collapsed
41331
41332 \begin_layout Plain Layout
41333
41334
41335 \backslash
41336 fcolorbox{black}{
41337 \end_layout
41338
41339 \end_inset
41340
41341 white
41342 \begin_inset ERT
41343 status collapsed
41344
41345 \begin_layout Plain Layout
41346
41347 }{
41348 \end_layout
41349
41350 \end_inset
41351
41352 Couleur
41353 \begin_inset ERT
41354 status collapsed
41355
41356 \begin_layout Plain Layout
41357
41358 }
41359 \end_layout
41360
41361 \end_inset
41362
41363  Nom
41364 \end_layout
41365
41366 \end_inset
41367 </cell>
41368 <cell alignment="left" valignment="top" usebox="none">
41369 \begin_inset Text
41370
41371 \begin_layout Plain Layout
41372 \begin_inset ERT
41373 status collapsed
41374
41375 \begin_layout Plain Layout
41376
41377
41378 \backslash
41379 fcolorbox{black}{
41380 \end_layout
41381
41382 \end_inset
41383
41384 white
41385 \begin_inset ERT
41386 status collapsed
41387
41388 \begin_layout Plain Layout
41389
41390 }{
41391 \end_layout
41392
41393 \end_inset
41394
41395 Couleur
41396 \begin_inset ERT
41397 status collapsed
41398
41399 \begin_layout Plain Layout
41400
41401 }
41402 \end_layout
41403
41404 \end_inset
41405
41406  Nom
41407 \end_layout
41408
41409 \end_inset
41410 </cell>
41411 <cell alignment="left" valignment="top" usebox="none">
41412 \begin_inset Text
41413
41414 \begin_layout Plain Layout
41415 \begin_inset ERT
41416 status collapsed
41417
41418 \begin_layout Plain Layout
41419
41420
41421 \backslash
41422 fcolorbox{black}{
41423 \end_layout
41424
41425 \end_inset
41426
41427 white
41428 \begin_inset ERT
41429 status collapsed
41430
41431 \begin_layout Plain Layout
41432
41433 }{
41434 \end_layout
41435
41436 \end_inset
41437
41438 Couleur
41439 \begin_inset ERT
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443
41444 }
41445 \end_layout
41446
41447 \end_inset
41448
41449  Nom
41450 \end_layout
41451
41452 \end_inset
41453 </cell>
41454 <cell alignment="left" valignment="top" usebox="none">
41455 \begin_inset Text
41456
41457 \begin_layout Plain Layout
41458 \begin_inset ERT
41459 status collapsed
41460
41461 \begin_layout Plain Layout
41462
41463
41464 \backslash
41465 fcolorbox{black}{
41466 \end_layout
41467
41468 \end_inset
41469
41470 white
41471 \begin_inset ERT
41472 status collapsed
41473
41474 \begin_layout Plain Layout
41475
41476 }{
41477 \end_layout
41478
41479 \end_inset
41480
41481 Couleur
41482 \begin_inset ERT
41483 status collapsed
41484
41485 \begin_layout Plain Layout
41486
41487 }
41488 \end_layout
41489
41490 \end_inset
41491
41492  Nom
41493 \end_layout
41494
41495 \end_inset
41496 </cell>
41497 </row>
41498 <row>
41499 <cell alignment="center" valignment="top" usebox="none">
41500 \begin_inset Text
41501
41502 \begin_layout Plain Layout
41503 \begin_inset ERT
41504 status collapsed
41505
41506 \begin_layout Plain Layout
41507
41508
41509 \backslash
41510 fcolorbox{black}{
41511 \end_layout
41512
41513 \end_inset
41514
41515 Apricot
41516 \begin_inset ERT
41517 status collapsed
41518
41519 \begin_layout Plain Layout
41520
41521 }{
41522 \end_layout
41523
41524 \end_inset
41525
41526
41527 \begin_inset Phantom Phantom
41528 status open
41529
41530 \begin_layout Plain Layout
41531 W
41532 \end_layout
41533
41534 \end_inset
41535
41536
41537 \begin_inset ERT
41538 status collapsed
41539
41540 \begin_layout Plain Layout
41541
41542 }
41543 \end_layout
41544
41545 \end_inset
41546
41547  Apricot
41548 \end_layout
41549
41550 \end_inset
41551 </cell>
41552 <cell alignment="center" valignment="top" usebox="none">
41553 \begin_inset Text
41554
41555 \begin_layout Plain Layout
41556 \begin_inset ERT
41557 status collapsed
41558
41559 \begin_layout Plain Layout
41560
41561
41562 \backslash
41563 fcolorbox{black}{
41564 \end_layout
41565
41566 \end_inset
41567
41568 Aquamarine
41569 \begin_inset ERT
41570 status collapsed
41571
41572 \begin_layout Plain Layout
41573
41574 }{
41575 \end_layout
41576
41577 \end_inset
41578
41579
41580 \begin_inset Phantom Phantom
41581 status open
41582
41583 \begin_layout Plain Layout
41584 W
41585 \end_layout
41586
41587 \end_inset
41588
41589
41590 \begin_inset ERT
41591 status collapsed
41592
41593 \begin_layout Plain Layout
41594
41595 }
41596 \end_layout
41597
41598 \end_inset
41599
41600  Aquamarine
41601 \end_layout
41602
41603 \end_inset
41604 </cell>
41605 <cell alignment="center" valignment="top" usebox="none">
41606 \begin_inset Text
41607
41608 \begin_layout Plain Layout
41609 \begin_inset ERT
41610 status collapsed
41611
41612 \begin_layout Plain Layout
41613
41614
41615 \backslash
41616 fcolorbox{black}{
41617 \end_layout
41618
41619 \end_inset
41620
41621 Bittersweet
41622 \begin_inset ERT
41623 status collapsed
41624
41625 \begin_layout Plain Layout
41626
41627 }{
41628 \end_layout
41629
41630 \end_inset
41631
41632
41633 \begin_inset Phantom Phantom
41634 status open
41635
41636 \begin_layout Plain Layout
41637 W
41638 \end_layout
41639
41640 \end_inset
41641
41642
41643 \begin_inset ERT
41644 status collapsed
41645
41646 \begin_layout Plain Layout
41647
41648 }
41649 \end_layout
41650
41651 \end_inset
41652
41653  Bittersweet
41654 \end_layout
41655
41656 \end_inset
41657 </cell>
41658 <cell alignment="center" valignment="top" usebox="none">
41659 \begin_inset Text
41660
41661 \begin_layout Plain Layout
41662 \begin_inset ERT
41663 status collapsed
41664
41665 \begin_layout Plain Layout
41666
41667
41668 \backslash
41669 fcolorbox{black}{
41670 \end_layout
41671
41672 \end_inset
41673
41674 BlueGreen
41675 \begin_inset ERT
41676 status collapsed
41677
41678 \begin_layout Plain Layout
41679
41680 }{
41681 \end_layout
41682
41683 \end_inset
41684
41685
41686 \begin_inset Phantom Phantom
41687 status open
41688
41689 \begin_layout Plain Layout
41690 W
41691 \end_layout
41692
41693 \end_inset
41694
41695
41696 \begin_inset ERT
41697 status collapsed
41698
41699 \begin_layout Plain Layout
41700
41701 }
41702 \end_layout
41703
41704 \end_inset
41705
41706  BlueGreen
41707 \end_layout
41708
41709 \end_inset
41710 </cell>
41711 </row>
41712 <row>
41713 <cell alignment="left" valignment="top" usebox="none">
41714 \begin_inset Text
41715
41716 \begin_layout Plain Layout
41717 \begin_inset ERT
41718 status collapsed
41719
41720 \begin_layout Plain Layout
41721
41722
41723 \backslash
41724 fcolorbox{black}{
41725 \end_layout
41726
41727 \end_inset
41728
41729 BlueViolet
41730 \begin_inset ERT
41731 status collapsed
41732
41733 \begin_layout Plain Layout
41734
41735 }{
41736 \end_layout
41737
41738 \end_inset
41739
41740
41741 \begin_inset Phantom Phantom
41742 status open
41743
41744 \begin_layout Plain Layout
41745 W
41746 \end_layout
41747
41748 \end_inset
41749
41750
41751 \begin_inset ERT
41752 status collapsed
41753
41754 \begin_layout Plain Layout
41755
41756 }
41757 \end_layout
41758
41759 \end_inset
41760
41761  BlueViolet
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 <cell alignment="left" valignment="top" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770 \begin_inset ERT
41771 status collapsed
41772
41773 \begin_layout Plain Layout
41774
41775
41776 \backslash
41777 fcolorbox{black}{
41778 \end_layout
41779
41780 \end_inset
41781
41782 BrickRed
41783 \begin_inset ERT
41784 status collapsed
41785
41786 \begin_layout Plain Layout
41787
41788 }{
41789 \end_layout
41790
41791 \end_inset
41792
41793
41794 \begin_inset Phantom Phantom
41795 status open
41796
41797 \begin_layout Plain Layout
41798 W
41799 \end_layout
41800
41801 \end_inset
41802
41803
41804 \begin_inset ERT
41805 status collapsed
41806
41807 \begin_layout Plain Layout
41808
41809 }
41810 \end_layout
41811
41812 \end_inset
41813
41814  BrickRed
41815 \end_layout
41816
41817 \end_inset
41818 </cell>
41819 <cell alignment="left" valignment="top" usebox="none">
41820 \begin_inset Text
41821
41822 \begin_layout Plain Layout
41823 \begin_inset ERT
41824 status collapsed
41825
41826 \begin_layout Plain Layout
41827
41828
41829 \backslash
41830 fcolorbox{black}{
41831 \end_layout
41832
41833 \end_inset
41834
41835 Brown
41836 \begin_inset ERT
41837 status collapsed
41838
41839 \begin_layout Plain Layout
41840
41841 }{
41842 \end_layout
41843
41844 \end_inset
41845
41846
41847 \begin_inset Phantom Phantom
41848 status open
41849
41850 \begin_layout Plain Layout
41851 W
41852 \end_layout
41853
41854 \end_inset
41855
41856
41857 \begin_inset ERT
41858 status collapsed
41859
41860 \begin_layout Plain Layout
41861
41862 }
41863 \end_layout
41864
41865 \end_inset
41866
41867  Brown
41868 \end_layout
41869
41870 \end_inset
41871 </cell>
41872 <cell alignment="left" valignment="top" usebox="none">
41873 \begin_inset Text
41874
41875 \begin_layout Plain Layout
41876 \begin_inset ERT
41877 status collapsed
41878
41879 \begin_layout Plain Layout
41880
41881
41882 \backslash
41883 fcolorbox{black}{
41884 \end_layout
41885
41886 \end_inset
41887
41888 BurntOrange
41889 \begin_inset ERT
41890 status collapsed
41891
41892 \begin_layout Plain Layout
41893
41894 }{
41895 \end_layout
41896
41897 \end_inset
41898
41899
41900 \begin_inset Phantom Phantom
41901 status open
41902
41903 \begin_layout Plain Layout
41904 W
41905 \end_layout
41906
41907 \end_inset
41908
41909
41910 \begin_inset ERT
41911 status collapsed
41912
41913 \begin_layout Plain Layout
41914
41915 }
41916 \end_layout
41917
41918 \end_inset
41919
41920  BurntOrange
41921 \end_layout
41922
41923 \end_inset
41924 </cell>
41925 </row>
41926 <row>
41927 <cell alignment="left" valignment="top" usebox="none">
41928 \begin_inset Text
41929
41930 \begin_layout Plain Layout
41931 \begin_inset ERT
41932 status collapsed
41933
41934 \begin_layout Plain Layout
41935
41936
41937 \backslash
41938 fcolorbox{black}{
41939 \end_layout
41940
41941 \end_inset
41942
41943 CadetBlue
41944 \begin_inset ERT
41945 status collapsed
41946
41947 \begin_layout Plain Layout
41948
41949 }{
41950 \end_layout
41951
41952 \end_inset
41953
41954
41955 \begin_inset Phantom Phantom
41956 status open
41957
41958 \begin_layout Plain Layout
41959 W
41960 \end_layout
41961
41962 \end_inset
41963
41964
41965 \begin_inset ERT
41966 status collapsed
41967
41968 \begin_layout Plain Layout
41969
41970 }
41971 \end_layout
41972
41973 \end_inset
41974
41975  CadetBlue
41976 \end_layout
41977
41978 \end_inset
41979 </cell>
41980 <cell alignment="left" valignment="top" usebox="none">
41981 \begin_inset Text
41982
41983 \begin_layout Plain Layout
41984 \begin_inset ERT
41985 status collapsed
41986
41987 \begin_layout Plain Layout
41988
41989
41990 \backslash
41991 fcolorbox{black}{
41992 \end_layout
41993
41994 \end_inset
41995
41996 CarnationPink
41997 \begin_inset ERT
41998 status collapsed
41999
42000 \begin_layout Plain Layout
42001
42002 }{
42003 \end_layout
42004
42005 \end_inset
42006
42007
42008 \begin_inset Phantom Phantom
42009 status open
42010
42011 \begin_layout Plain Layout
42012 W
42013 \end_layout
42014
42015 \end_inset
42016
42017
42018 \begin_inset ERT
42019 status collapsed
42020
42021 \begin_layout Plain Layout
42022
42023 }
42024 \end_layout
42025
42026 \end_inset
42027
42028  CarnationPink
42029 \end_layout
42030
42031 \end_inset
42032 </cell>
42033 <cell alignment="left" valignment="top" usebox="none">
42034 \begin_inset Text
42035
42036 \begin_layout Plain Layout
42037 \begin_inset ERT
42038 status collapsed
42039
42040 \begin_layout Plain Layout
42041
42042
42043 \backslash
42044 fcolorbox{black}{
42045 \end_layout
42046
42047 \end_inset
42048
42049 Cerulean
42050 \begin_inset ERT
42051 status collapsed
42052
42053 \begin_layout Plain Layout
42054
42055 }{
42056 \end_layout
42057
42058 \end_inset
42059
42060
42061 \begin_inset Phantom Phantom
42062 status open
42063
42064 \begin_layout Plain Layout
42065 W
42066 \end_layout
42067
42068 \end_inset
42069
42070
42071 \begin_inset ERT
42072 status collapsed
42073
42074 \begin_layout Plain Layout
42075
42076 }
42077 \end_layout
42078
42079 \end_inset
42080
42081  Cerulean
42082 \end_layout
42083
42084 \end_inset
42085 </cell>
42086 <cell alignment="left" valignment="top" usebox="none">
42087 \begin_inset Text
42088
42089 \begin_layout Plain Layout
42090 \begin_inset ERT
42091 status collapsed
42092
42093 \begin_layout Plain Layout
42094
42095
42096 \backslash
42097 fcolorbox{black}{
42098 \end_layout
42099
42100 \end_inset
42101
42102 CornflowerBlue
42103 \begin_inset ERT
42104 status collapsed
42105
42106 \begin_layout Plain Layout
42107
42108 }{
42109 \end_layout
42110
42111 \end_inset
42112
42113
42114 \begin_inset Phantom Phantom
42115 status open
42116
42117 \begin_layout Plain Layout
42118 W
42119 \end_layout
42120
42121 \end_inset
42122
42123
42124 \begin_inset ERT
42125 status collapsed
42126
42127 \begin_layout Plain Layout
42128
42129 }
42130 \end_layout
42131
42132 \end_inset
42133
42134  CornflowerBlue
42135 \end_layout
42136
42137 \end_inset
42138 </cell>
42139 </row>
42140 <row>
42141 <cell alignment="left" valignment="top" usebox="none">
42142 \begin_inset Text
42143
42144 \begin_layout Plain Layout
42145 \begin_inset ERT
42146 status collapsed
42147
42148 \begin_layout Plain Layout
42149
42150
42151 \backslash
42152 fcolorbox{black}{
42153 \end_layout
42154
42155 \end_inset
42156
42157 Dandelion
42158 \begin_inset ERT
42159 status collapsed
42160
42161 \begin_layout Plain Layout
42162
42163 }{
42164 \end_layout
42165
42166 \end_inset
42167
42168
42169 \begin_inset Phantom Phantom
42170 status open
42171
42172 \begin_layout Plain Layout
42173 W
42174 \end_layout
42175
42176 \end_inset
42177
42178
42179 \begin_inset ERT
42180 status collapsed
42181
42182 \begin_layout Plain Layout
42183
42184 }
42185 \end_layout
42186
42187 \end_inset
42188
42189  Dandelion
42190 \end_layout
42191
42192 \end_inset
42193 </cell>
42194 <cell alignment="left" valignment="top" usebox="none">
42195 \begin_inset Text
42196
42197 \begin_layout Plain Layout
42198 \begin_inset ERT
42199 status collapsed
42200
42201 \begin_layout Plain Layout
42202
42203
42204 \backslash
42205 fcolorbox{black}{
42206 \end_layout
42207
42208 \end_inset
42209
42210 DarkOrchid
42211 \begin_inset ERT
42212 status collapsed
42213
42214 \begin_layout Plain Layout
42215
42216 }{
42217 \end_layout
42218
42219 \end_inset
42220
42221
42222 \begin_inset Phantom Phantom
42223 status open
42224
42225 \begin_layout Plain Layout
42226 W
42227 \end_layout
42228
42229 \end_inset
42230
42231
42232 \begin_inset ERT
42233 status collapsed
42234
42235 \begin_layout Plain Layout
42236
42237 }
42238 \end_layout
42239
42240 \end_inset
42241
42242  DarkOrchid
42243 \end_layout
42244
42245 \end_inset
42246 </cell>
42247 <cell alignment="left" valignment="top" usebox="none">
42248 \begin_inset Text
42249
42250 \begin_layout Plain Layout
42251 \begin_inset ERT
42252 status collapsed
42253
42254 \begin_layout Plain Layout
42255
42256
42257 \backslash
42258 fcolorbox{black}{
42259 \end_layout
42260
42261 \end_inset
42262
42263 Emerald
42264 \begin_inset ERT
42265 status collapsed
42266
42267 \begin_layout Plain Layout
42268
42269 }{
42270 \end_layout
42271
42272 \end_inset
42273
42274
42275 \begin_inset Phantom Phantom
42276 status open
42277
42278 \begin_layout Plain Layout
42279 W
42280 \end_layout
42281
42282 \end_inset
42283
42284
42285 \begin_inset ERT
42286 status collapsed
42287
42288 \begin_layout Plain Layout
42289
42290 }
42291 \end_layout
42292
42293 \end_inset
42294
42295  Emerald
42296 \end_layout
42297
42298 \end_inset
42299 </cell>
42300 <cell alignment="left" valignment="top" usebox="none">
42301 \begin_inset Text
42302
42303 \begin_layout Plain Layout
42304 \begin_inset ERT
42305 status collapsed
42306
42307 \begin_layout Plain Layout
42308
42309
42310 \backslash
42311 fcolorbox{black}{
42312 \end_layout
42313
42314 \end_inset
42315
42316 ForestGreen
42317 \begin_inset ERT
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322 }{
42323 \end_layout
42324
42325 \end_inset
42326
42327
42328 \begin_inset Phantom Phantom
42329 status open
42330
42331 \begin_layout Plain Layout
42332 W
42333 \end_layout
42334
42335 \end_inset
42336
42337
42338 \begin_inset ERT
42339 status collapsed
42340
42341 \begin_layout Plain Layout
42342
42343 }
42344 \end_layout
42345
42346 \end_inset
42347
42348  ForestGreen
42349 \end_layout
42350
42351 \end_inset
42352 </cell>
42353 </row>
42354 <row>
42355 <cell alignment="left" valignment="top" usebox="none">
42356 \begin_inset Text
42357
42358 \begin_layout Plain Layout
42359 \begin_inset ERT
42360 status collapsed
42361
42362 \begin_layout Plain Layout
42363
42364
42365 \backslash
42366 fcolorbox{black}{
42367 \end_layout
42368
42369 \end_inset
42370
42371 Fuchsia
42372 \begin_inset ERT
42373 status collapsed
42374
42375 \begin_layout Plain Layout
42376
42377 }{
42378 \end_layout
42379
42380 \end_inset
42381
42382
42383 \begin_inset Phantom Phantom
42384 status open
42385
42386 \begin_layout Plain Layout
42387 W
42388 \end_layout
42389
42390 \end_inset
42391
42392
42393 \begin_inset ERT
42394 status collapsed
42395
42396 \begin_layout Plain Layout
42397
42398 }
42399 \end_layout
42400
42401 \end_inset
42402
42403  Fuchsia
42404 \end_layout
42405
42406 \end_inset
42407 </cell>
42408 <cell alignment="left" valignment="top" usebox="none">
42409 \begin_inset Text
42410
42411 \begin_layout Plain Layout
42412 \begin_inset ERT
42413 status collapsed
42414
42415 \begin_layout Plain Layout
42416
42417
42418 \backslash
42419 fcolorbox{black}{
42420 \end_layout
42421
42422 \end_inset
42423
42424 Goldenrod
42425 \begin_inset ERT
42426 status collapsed
42427
42428 \begin_layout Plain Layout
42429
42430 }{
42431 \end_layout
42432
42433 \end_inset
42434
42435
42436 \begin_inset Phantom Phantom
42437 status open
42438
42439 \begin_layout Plain Layout
42440 W
42441 \end_layout
42442
42443 \end_inset
42444
42445
42446 \begin_inset ERT
42447 status collapsed
42448
42449 \begin_layout Plain Layout
42450
42451 }
42452 \end_layout
42453
42454 \end_inset
42455
42456  Goldenrod
42457 \end_layout
42458
42459 \end_inset
42460 </cell>
42461 <cell alignment="left" valignment="top" usebox="none">
42462 \begin_inset Text
42463
42464 \begin_layout Plain Layout
42465 \begin_inset ERT
42466 status collapsed
42467
42468 \begin_layout Plain Layout
42469
42470
42471 \backslash
42472 fcolorbox{black}{
42473 \end_layout
42474
42475 \end_inset
42476
42477 Gray
42478 \begin_inset ERT
42479 status collapsed
42480
42481 \begin_layout Plain Layout
42482
42483 }{
42484 \end_layout
42485
42486 \end_inset
42487
42488
42489 \begin_inset Phantom Phantom
42490 status open
42491
42492 \begin_layout Plain Layout
42493 W
42494 \end_layout
42495
42496 \end_inset
42497
42498
42499 \begin_inset ERT
42500 status collapsed
42501
42502 \begin_layout Plain Layout
42503
42504 }
42505 \end_layout
42506
42507 \end_inset
42508
42509  Gray
42510 \end_layout
42511
42512 \end_inset
42513 </cell>
42514 <cell alignment="left" valignment="top" usebox="none">
42515 \begin_inset Text
42516
42517 \begin_layout Plain Layout
42518 \begin_inset ERT
42519 status collapsed
42520
42521 \begin_layout Plain Layout
42522
42523
42524 \backslash
42525 fcolorbox{black}{
42526 \end_layout
42527
42528 \end_inset
42529
42530 GreenYellow
42531 \begin_inset ERT
42532 status collapsed
42533
42534 \begin_layout Plain Layout
42535
42536 }{
42537 \end_layout
42538
42539 \end_inset
42540
42541
42542 \begin_inset Phantom Phantom
42543 status open
42544
42545 \begin_layout Plain Layout
42546 W
42547 \end_layout
42548
42549 \end_inset
42550
42551
42552 \begin_inset ERT
42553 status collapsed
42554
42555 \begin_layout Plain Layout
42556
42557 }
42558 \end_layout
42559
42560 \end_inset
42561
42562  GreenYellow
42563 \end_layout
42564
42565 \end_inset
42566 </cell>
42567 </row>
42568 <row>
42569 <cell alignment="center" valignment="top" usebox="none">
42570 \begin_inset Text
42571
42572 \begin_layout Plain Layout
42573 \begin_inset ERT
42574 status collapsed
42575
42576 \begin_layout Plain Layout
42577
42578
42579 \backslash
42580 fcolorbox{black}{
42581 \end_layout
42582
42583 \end_inset
42584
42585 JungleGreen
42586 \begin_inset ERT
42587 status collapsed
42588
42589 \begin_layout Plain Layout
42590
42591 }{
42592 \end_layout
42593
42594 \end_inset
42595
42596
42597 \begin_inset Phantom Phantom
42598 status open
42599
42600 \begin_layout Plain Layout
42601 W
42602 \end_layout
42603
42604 \end_inset
42605
42606
42607 \begin_inset ERT
42608 status collapsed
42609
42610 \begin_layout Plain Layout
42611
42612 }
42613 \end_layout
42614
42615 \end_inset
42616
42617  JungleGreen
42618 \end_layout
42619
42620 \end_inset
42621 </cell>
42622 <cell alignment="center" valignment="top" usebox="none">
42623 \begin_inset Text
42624
42625 \begin_layout Plain Layout
42626 \begin_inset ERT
42627 status collapsed
42628
42629 \begin_layout Plain Layout
42630
42631
42632 \backslash
42633 fcolorbox{black}{
42634 \end_layout
42635
42636 \end_inset
42637
42638 Lavender
42639 \begin_inset ERT
42640 status collapsed
42641
42642 \begin_layout Plain Layout
42643
42644 }{
42645 \end_layout
42646
42647 \end_inset
42648
42649
42650 \begin_inset Phantom Phantom
42651 status open
42652
42653 \begin_layout Plain Layout
42654 W
42655 \end_layout
42656
42657 \end_inset
42658
42659
42660 \begin_inset ERT
42661 status collapsed
42662
42663 \begin_layout Plain Layout
42664
42665 }
42666 \end_layout
42667
42668 \end_inset
42669
42670  Lavender
42671 \end_layout
42672
42673 \end_inset
42674 </cell>
42675 <cell alignment="center" valignment="top" usebox="none">
42676 \begin_inset Text
42677
42678 \begin_layout Plain Layout
42679 \begin_inset ERT
42680 status collapsed
42681
42682 \begin_layout Plain Layout
42683
42684
42685 \backslash
42686 fcolorbox{black}{
42687 \end_layout
42688
42689 \end_inset
42690
42691 LimeGreen
42692 \begin_inset ERT
42693 status collapsed
42694
42695 \begin_layout Plain Layout
42696
42697 }{
42698 \end_layout
42699
42700 \end_inset
42701
42702
42703 \begin_inset Phantom Phantom
42704 status open
42705
42706 \begin_layout Plain Layout
42707 W
42708 \end_layout
42709
42710 \end_inset
42711
42712
42713 \begin_inset ERT
42714 status collapsed
42715
42716 \begin_layout Plain Layout
42717
42718 }
42719 \end_layout
42720
42721 \end_inset
42722
42723  LimeGreen
42724 \end_layout
42725
42726 \end_inset
42727 </cell>
42728 <cell alignment="center" valignment="top" usebox="none">
42729 \begin_inset Text
42730
42731 \begin_layout Plain Layout
42732 \begin_inset ERT
42733 status collapsed
42734
42735 \begin_layout Plain Layout
42736
42737
42738 \backslash
42739 fcolorbox{black}{
42740 \end_layout
42741
42742 \end_inset
42743
42744 Mahogany
42745 \begin_inset ERT
42746 status collapsed
42747
42748 \begin_layout Plain Layout
42749
42750 }{
42751 \end_layout
42752
42753 \end_inset
42754
42755
42756 \begin_inset Phantom Phantom
42757 status open
42758
42759 \begin_layout Plain Layout
42760 W
42761 \end_layout
42762
42763 \end_inset
42764
42765
42766 \begin_inset ERT
42767 status collapsed
42768
42769 \begin_layout Plain Layout
42770
42771 }
42772 \end_layout
42773
42774 \end_inset
42775
42776  Mahogany
42777 \end_layout
42778
42779 \end_inset
42780 </cell>
42781 </row>
42782 <row>
42783 <cell alignment="left" valignment="top" usebox="none">
42784 \begin_inset Text
42785
42786 \begin_layout Plain Layout
42787 \begin_inset ERT
42788 status collapsed
42789
42790 \begin_layout Plain Layout
42791
42792
42793 \backslash
42794 fcolorbox{black}{
42795 \end_layout
42796
42797 \end_inset
42798
42799 Mahogany
42800 \begin_inset ERT
42801 status collapsed
42802
42803 \begin_layout Plain Layout
42804
42805 }{
42806 \end_layout
42807
42808 \end_inset
42809
42810
42811 \begin_inset Phantom Phantom
42812 status open
42813
42814 \begin_layout Plain Layout
42815 W
42816 \end_layout
42817
42818 \end_inset
42819
42820
42821 \begin_inset ERT
42822 status collapsed
42823
42824 \begin_layout Plain Layout
42825
42826 }
42827 \end_layout
42828
42829 \end_inset
42830
42831  Mahogany
42832 \end_layout
42833
42834 \end_inset
42835 </cell>
42836 <cell alignment="left" valignment="top" usebox="none">
42837 \begin_inset Text
42838
42839 \begin_layout Plain Layout
42840 \begin_inset ERT
42841 status collapsed
42842
42843 \begin_layout Plain Layout
42844
42845
42846 \backslash
42847 fcolorbox{black}{
42848 \end_layout
42849
42850 \end_inset
42851
42852 Maroon
42853 \begin_inset ERT
42854 status collapsed
42855
42856 \begin_layout Plain Layout
42857
42858 }{
42859 \end_layout
42860
42861 \end_inset
42862
42863
42864 \begin_inset Phantom Phantom
42865 status open
42866
42867 \begin_layout Plain Layout
42868 W
42869 \end_layout
42870
42871 \end_inset
42872
42873
42874 \begin_inset ERT
42875 status collapsed
42876
42877 \begin_layout Plain Layout
42878
42879 }
42880 \end_layout
42881
42882 \end_inset
42883
42884  Maroon
42885 \end_layout
42886
42887 \end_inset
42888 </cell>
42889 <cell alignment="left" valignment="top" usebox="none">
42890 \begin_inset Text
42891
42892 \begin_layout Plain Layout
42893 \begin_inset ERT
42894 status collapsed
42895
42896 \begin_layout Plain Layout
42897
42898
42899 \backslash
42900 fcolorbox{black}{
42901 \end_layout
42902
42903 \end_inset
42904
42905 Melon
42906 \begin_inset ERT
42907 status collapsed
42908
42909 \begin_layout Plain Layout
42910
42911 }{
42912 \end_layout
42913
42914 \end_inset
42915
42916
42917 \begin_inset Phantom Phantom
42918 status open
42919
42920 \begin_layout Plain Layout
42921 W
42922 \end_layout
42923
42924 \end_inset
42925
42926
42927 \begin_inset ERT
42928 status collapsed
42929
42930 \begin_layout Plain Layout
42931
42932 }
42933 \end_layout
42934
42935 \end_inset
42936
42937  Melon
42938 \end_layout
42939
42940 \end_inset
42941 </cell>
42942 <cell alignment="left" valignment="top" usebox="none">
42943 \begin_inset Text
42944
42945 \begin_layout Plain Layout
42946 \begin_inset ERT
42947 status collapsed
42948
42949 \begin_layout Plain Layout
42950
42951
42952 \backslash
42953 fcolorbox{black}{
42954 \end_layout
42955
42956 \end_inset
42957
42958 MidnightBlue
42959 \begin_inset ERT
42960 status collapsed
42961
42962 \begin_layout Plain Layout
42963
42964 }{
42965 \end_layout
42966
42967 \end_inset
42968
42969
42970 \begin_inset Phantom Phantom
42971 status open
42972
42973 \begin_layout Plain Layout
42974 W
42975 \end_layout
42976
42977 \end_inset
42978
42979
42980 \begin_inset ERT
42981 status collapsed
42982
42983 \begin_layout Plain Layout
42984
42985 }
42986 \end_layout
42987
42988 \end_inset
42989
42990  MidnightBlue
42991 \end_layout
42992
42993 \end_inset
42994 </cell>
42995 </row>
42996 <row>
42997 <cell alignment="left" valignment="top" usebox="none">
42998 \begin_inset Text
42999
43000 \begin_layout Plain Layout
43001 \begin_inset ERT
43002 status collapsed
43003
43004 \begin_layout Plain Layout
43005
43006
43007 \backslash
43008 fcolorbox{black}{
43009 \end_layout
43010
43011 \end_inset
43012
43013 Mulberry
43014 \begin_inset ERT
43015 status collapsed
43016
43017 \begin_layout Plain Layout
43018
43019 }{
43020 \end_layout
43021
43022 \end_inset
43023
43024
43025 \begin_inset Phantom Phantom
43026 status open
43027
43028 \begin_layout Plain Layout
43029 W
43030 \end_layout
43031
43032 \end_inset
43033
43034
43035 \begin_inset ERT
43036 status collapsed
43037
43038 \begin_layout Plain Layout
43039
43040 }
43041 \end_layout
43042
43043 \end_inset
43044
43045  Mulberry
43046 \end_layout
43047
43048 \end_inset
43049 </cell>
43050 <cell alignment="left" valignment="top" usebox="none">
43051 \begin_inset Text
43052
43053 \begin_layout Plain Layout
43054 \begin_inset ERT
43055 status collapsed
43056
43057 \begin_layout Plain Layout
43058
43059
43060 \backslash
43061 fcolorbox{black}{
43062 \end_layout
43063
43064 \end_inset
43065
43066 NavyBlue
43067 \begin_inset ERT
43068 status collapsed
43069
43070 \begin_layout Plain Layout
43071
43072 }{
43073 \end_layout
43074
43075 \end_inset
43076
43077
43078 \begin_inset Phantom Phantom
43079 status open
43080
43081 \begin_layout Plain Layout
43082 W
43083 \end_layout
43084
43085 \end_inset
43086
43087
43088 \begin_inset ERT
43089 status collapsed
43090
43091 \begin_layout Plain Layout
43092
43093 }
43094 \end_layout
43095
43096 \end_inset
43097
43098  NavyBlue
43099 \end_layout
43100
43101 \end_inset
43102 </cell>
43103 <cell alignment="left" valignment="top" usebox="none">
43104 \begin_inset Text
43105
43106 \begin_layout Plain Layout
43107 \begin_inset ERT
43108 status collapsed
43109
43110 \begin_layout Plain Layout
43111
43112
43113 \backslash
43114 fcolorbox{black}{
43115 \end_layout
43116
43117 \end_inset
43118
43119 OliveGreen
43120 \begin_inset ERT
43121 status collapsed
43122
43123 \begin_layout Plain Layout
43124
43125 }{
43126 \end_layout
43127
43128 \end_inset
43129
43130
43131 \begin_inset Phantom Phantom
43132 status open
43133
43134 \begin_layout Plain Layout
43135 W
43136 \end_layout
43137
43138 \end_inset
43139
43140
43141 \begin_inset ERT
43142 status collapsed
43143
43144 \begin_layout Plain Layout
43145
43146 }
43147 \end_layout
43148
43149 \end_inset
43150
43151  OliveGreen
43152 \end_layout
43153
43154 \end_inset
43155 </cell>
43156 <cell alignment="left" valignment="top" usebox="none">
43157 \begin_inset Text
43158
43159 \begin_layout Plain Layout
43160 \begin_inset ERT
43161 status collapsed
43162
43163 \begin_layout Plain Layout
43164
43165
43166 \backslash
43167 fcolorbox{black}{
43168 \end_layout
43169
43170 \end_inset
43171
43172 Orange
43173 \begin_inset ERT
43174 status collapsed
43175
43176 \begin_layout Plain Layout
43177
43178 }{
43179 \end_layout
43180
43181 \end_inset
43182
43183
43184 \begin_inset Phantom Phantom
43185 status open
43186
43187 \begin_layout Plain Layout
43188 W
43189 \end_layout
43190
43191 \end_inset
43192
43193
43194 \begin_inset ERT
43195 status collapsed
43196
43197 \begin_layout Plain Layout
43198
43199 }
43200 \end_layout
43201
43202 \end_inset
43203
43204  Orange
43205 \end_layout
43206
43207 \end_inset
43208 </cell>
43209 </row>
43210 <row>
43211 <cell alignment="left" valignment="top" usebox="none">
43212 \begin_inset Text
43213
43214 \begin_layout Plain Layout
43215 \begin_inset ERT
43216 status collapsed
43217
43218 \begin_layout Plain Layout
43219
43220
43221 \backslash
43222 fcolorbox{black}{
43223 \end_layout
43224
43225 \end_inset
43226
43227 OrangeRed
43228 \begin_inset ERT
43229 status collapsed
43230
43231 \begin_layout Plain Layout
43232
43233 }{
43234 \end_layout
43235
43236 \end_inset
43237
43238
43239 \begin_inset Phantom Phantom
43240 status open
43241
43242 \begin_layout Plain Layout
43243 W
43244 \end_layout
43245
43246 \end_inset
43247
43248
43249 \begin_inset ERT
43250 status collapsed
43251
43252 \begin_layout Plain Layout
43253
43254 }
43255 \end_layout
43256
43257 \end_inset
43258
43259  OrangeRed
43260 \end_layout
43261
43262 \end_inset
43263 </cell>
43264 <cell alignment="left" valignment="top" usebox="none">
43265 \begin_inset Text
43266
43267 \begin_layout Plain Layout
43268 \begin_inset ERT
43269 status collapsed
43270
43271 \begin_layout Plain Layout
43272
43273
43274 \backslash
43275 fcolorbox{black}{
43276 \end_layout
43277
43278 \end_inset
43279
43280 Orchid
43281 \begin_inset ERT
43282 status collapsed
43283
43284 \begin_layout Plain Layout
43285
43286 }{
43287 \end_layout
43288
43289 \end_inset
43290
43291
43292 \begin_inset Phantom Phantom
43293 status open
43294
43295 \begin_layout Plain Layout
43296 W
43297 \end_layout
43298
43299 \end_inset
43300
43301
43302 \begin_inset ERT
43303 status collapsed
43304
43305 \begin_layout Plain Layout
43306
43307 }
43308 \end_layout
43309
43310 \end_inset
43311
43312  Orchid
43313 \end_layout
43314
43315 \end_inset
43316 </cell>
43317 <cell alignment="left" valignment="top" usebox="none">
43318 \begin_inset Text
43319
43320 \begin_layout Plain Layout
43321 \begin_inset ERT
43322 status collapsed
43323
43324 \begin_layout Plain Layout
43325
43326
43327 \backslash
43328 fcolorbox{black}{
43329 \end_layout
43330
43331 \end_inset
43332
43333 Peach
43334 \begin_inset ERT
43335 status collapsed
43336
43337 \begin_layout Plain Layout
43338
43339 }{
43340 \end_layout
43341
43342 \end_inset
43343
43344
43345 \begin_inset Phantom Phantom
43346 status open
43347
43348 \begin_layout Plain Layout
43349 W
43350 \end_layout
43351
43352 \end_inset
43353
43354
43355 \begin_inset ERT
43356 status collapsed
43357
43358 \begin_layout Plain Layout
43359
43360 }
43361 \end_layout
43362
43363 \end_inset
43364
43365  Peach
43366 \end_layout
43367
43368 \end_inset
43369 </cell>
43370 <cell alignment="left" valignment="top" usebox="none">
43371 \begin_inset Text
43372
43373 \begin_layout Plain Layout
43374 \begin_inset ERT
43375 status collapsed
43376
43377 \begin_layout Plain Layout
43378
43379
43380 \backslash
43381 fcolorbox{black}{
43382 \end_layout
43383
43384 \end_inset
43385
43386 Periwinkle
43387 \begin_inset ERT
43388 status collapsed
43389
43390 \begin_layout Plain Layout
43391
43392 }{
43393 \end_layout
43394
43395 \end_inset
43396
43397
43398 \begin_inset Phantom Phantom
43399 status open
43400
43401 \begin_layout Plain Layout
43402 W
43403 \end_layout
43404
43405 \end_inset
43406
43407
43408 \begin_inset ERT
43409 status collapsed
43410
43411 \begin_layout Plain Layout
43412
43413 }
43414 \end_layout
43415
43416 \end_inset
43417
43418  Periwinkle
43419 \end_layout
43420
43421 \end_inset
43422 </cell>
43423 </row>
43424 <row>
43425 <cell alignment="left" valignment="top" usebox="none">
43426 \begin_inset Text
43427
43428 \begin_layout Plain Layout
43429 \begin_inset ERT
43430 status collapsed
43431
43432 \begin_layout Plain Layout
43433
43434
43435 \backslash
43436 fcolorbox{black}{
43437 \end_layout
43438
43439 \end_inset
43440
43441 PineGreen
43442 \begin_inset ERT
43443 status collapsed
43444
43445 \begin_layout Plain Layout
43446
43447 }{
43448 \end_layout
43449
43450 \end_inset
43451
43452
43453 \begin_inset Phantom Phantom
43454 status open
43455
43456 \begin_layout Plain Layout
43457 W
43458 \end_layout
43459
43460 \end_inset
43461
43462
43463 \begin_inset ERT
43464 status collapsed
43465
43466 \begin_layout Plain Layout
43467
43468 }
43469 \end_layout
43470
43471 \end_inset
43472
43473  PineGreen
43474 \end_layout
43475
43476 \end_inset
43477 </cell>
43478 <cell alignment="left" valignment="top" usebox="none">
43479 \begin_inset Text
43480
43481 \begin_layout Plain Layout
43482 \begin_inset ERT
43483 status collapsed
43484
43485 \begin_layout Plain Layout
43486
43487
43488 \backslash
43489 fcolorbox{black}{
43490 \end_layout
43491
43492 \end_inset
43493
43494 Plum
43495 \begin_inset ERT
43496 status collapsed
43497
43498 \begin_layout Plain Layout
43499
43500 }{
43501 \end_layout
43502
43503 \end_inset
43504
43505
43506 \begin_inset Phantom Phantom
43507 status open
43508
43509 \begin_layout Plain Layout
43510 W
43511 \end_layout
43512
43513 \end_inset
43514
43515
43516 \begin_inset ERT
43517 status collapsed
43518
43519 \begin_layout Plain Layout
43520
43521 }
43522 \end_layout
43523
43524 \end_inset
43525
43526  Plum
43527 \end_layout
43528
43529 \end_inset
43530 </cell>
43531 <cell alignment="left" valignment="top" usebox="none">
43532 \begin_inset Text
43533
43534 \begin_layout Plain Layout
43535 \begin_inset ERT
43536 status collapsed
43537
43538 \begin_layout Plain Layout
43539
43540
43541 \backslash
43542 fcolorbox{black}{
43543 \end_layout
43544
43545 \end_inset
43546
43547 ProcessBlue
43548 \begin_inset ERT
43549 status collapsed
43550
43551 \begin_layout Plain Layout
43552
43553 }{
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \begin_inset Phantom Phantom
43560 status open
43561
43562 \begin_layout Plain Layout
43563 W
43564 \end_layout
43565
43566 \end_inset
43567
43568
43569 \begin_inset ERT
43570 status collapsed
43571
43572 \begin_layout Plain Layout
43573
43574 }
43575 \end_layout
43576
43577 \end_inset
43578
43579  ProcessBlue
43580 \end_layout
43581
43582 \end_inset
43583 </cell>
43584 <cell alignment="left" valignment="top" usebox="none">
43585 \begin_inset Text
43586
43587 \begin_layout Plain Layout
43588 \begin_inset ERT
43589 status collapsed
43590
43591 \begin_layout Plain Layout
43592
43593
43594 \backslash
43595 fcolorbox{black}{
43596 \end_layout
43597
43598 \end_inset
43599
43600 Purple
43601 \begin_inset ERT
43602 status collapsed
43603
43604 \begin_layout Plain Layout
43605
43606 }{
43607 \end_layout
43608
43609 \end_inset
43610
43611
43612 \begin_inset Phantom Phantom
43613 status open
43614
43615 \begin_layout Plain Layout
43616 W
43617 \end_layout
43618
43619 \end_inset
43620
43621
43622 \begin_inset ERT
43623 status collapsed
43624
43625 \begin_layout Plain Layout
43626
43627 }
43628 \end_layout
43629
43630 \end_inset
43631
43632  Purple
43633 \end_layout
43634
43635 \end_inset
43636 </cell>
43637 </row>
43638 <row>
43639 <cell alignment="left" valignment="top" usebox="none">
43640 \begin_inset Text
43641
43642 \begin_layout Plain Layout
43643 \begin_inset ERT
43644 status collapsed
43645
43646 \begin_layout Plain Layout
43647
43648
43649 \backslash
43650 fcolorbox{black}{
43651 \end_layout
43652
43653 \end_inset
43654
43655 RawSienna
43656 \begin_inset ERT
43657 status collapsed
43658
43659 \begin_layout Plain Layout
43660
43661 }{
43662 \end_layout
43663
43664 \end_inset
43665
43666
43667 \begin_inset Phantom Phantom
43668 status open
43669
43670 \begin_layout Plain Layout
43671 W
43672 \end_layout
43673
43674 \end_inset
43675
43676
43677 \begin_inset ERT
43678 status collapsed
43679
43680 \begin_layout Plain Layout
43681
43682 }
43683 \end_layout
43684
43685 \end_inset
43686
43687  RawSienna
43688 \end_layout
43689
43690 \end_inset
43691 </cell>
43692 <cell alignment="left" valignment="top" usebox="none">
43693 \begin_inset Text
43694
43695 \begin_layout Plain Layout
43696 \begin_inset ERT
43697 status collapsed
43698
43699 \begin_layout Plain Layout
43700
43701
43702 \backslash
43703 fcolorbox{black}{
43704 \end_layout
43705
43706 \end_inset
43707
43708 RedOrange
43709 \begin_inset ERT
43710 status collapsed
43711
43712 \begin_layout Plain Layout
43713
43714 }{
43715 \end_layout
43716
43717 \end_inset
43718
43719
43720 \begin_inset Phantom Phantom
43721 status open
43722
43723 \begin_layout Plain Layout
43724 W
43725 \end_layout
43726
43727 \end_inset
43728
43729
43730 \begin_inset ERT
43731 status collapsed
43732
43733 \begin_layout Plain Layout
43734
43735 }
43736 \end_layout
43737
43738 \end_inset
43739
43740  RedOrange
43741 \end_layout
43742
43743 \end_inset
43744 </cell>
43745 <cell alignment="left" valignment="top" usebox="none">
43746 \begin_inset Text
43747
43748 \begin_layout Plain Layout
43749 \begin_inset ERT
43750 status collapsed
43751
43752 \begin_layout Plain Layout
43753
43754
43755 \backslash
43756 fcolorbox{black}{
43757 \end_layout
43758
43759 \end_inset
43760
43761 RedViolet
43762 \begin_inset ERT
43763 status collapsed
43764
43765 \begin_layout Plain Layout
43766
43767 }{
43768 \end_layout
43769
43770 \end_inset
43771
43772
43773 \begin_inset Phantom Phantom
43774 status open
43775
43776 \begin_layout Plain Layout
43777 W
43778 \end_layout
43779
43780 \end_inset
43781
43782
43783 \begin_inset ERT
43784 status collapsed
43785
43786 \begin_layout Plain Layout
43787
43788 }
43789 \end_layout
43790
43791 \end_inset
43792
43793  RedViolet
43794 \end_layout
43795
43796 \end_inset
43797 </cell>
43798 <cell alignment="left" valignment="top" usebox="none">
43799 \begin_inset Text
43800
43801 \begin_layout Plain Layout
43802 \begin_inset ERT
43803 status collapsed
43804
43805 \begin_layout Plain Layout
43806
43807
43808 \backslash
43809 fcolorbox{black}{
43810 \end_layout
43811
43812 \end_inset
43813
43814 Rhodamine
43815 \begin_inset ERT
43816 status collapsed
43817
43818 \begin_layout Plain Layout
43819
43820 }{
43821 \end_layout
43822
43823 \end_inset
43824
43825
43826 \begin_inset Phantom Phantom
43827 status open
43828
43829 \begin_layout Plain Layout
43830 W
43831 \end_layout
43832
43833 \end_inset
43834
43835
43836 \begin_inset ERT
43837 status collapsed
43838
43839 \begin_layout Plain Layout
43840
43841 }
43842 \end_layout
43843
43844 \end_inset
43845
43846  Rhodamine
43847 \end_layout
43848
43849 \end_inset
43850 </cell>
43851 </row>
43852 <row>
43853 <cell alignment="left" valignment="top" usebox="none">
43854 \begin_inset Text
43855
43856 \begin_layout Plain Layout
43857 \begin_inset ERT
43858 status collapsed
43859
43860 \begin_layout Plain Layout
43861
43862
43863 \backslash
43864 fcolorbox{black}{
43865 \end_layout
43866
43867 \end_inset
43868
43869 RoyalBlue
43870 \begin_inset ERT
43871 status collapsed
43872
43873 \begin_layout Plain Layout
43874
43875 }{
43876 \end_layout
43877
43878 \end_inset
43879
43880
43881 \begin_inset Phantom Phantom
43882 status open
43883
43884 \begin_layout Plain Layout
43885 W
43886 \end_layout
43887
43888 \end_inset
43889
43890
43891 \begin_inset ERT
43892 status collapsed
43893
43894 \begin_layout Plain Layout
43895
43896 }
43897 \end_layout
43898
43899 \end_inset
43900
43901  RoyalBlue
43902 \end_layout
43903
43904 \end_inset
43905 </cell>
43906 <cell alignment="left" valignment="top" usebox="none">
43907 \begin_inset Text
43908
43909 \begin_layout Plain Layout
43910 \begin_inset ERT
43911 status collapsed
43912
43913 \begin_layout Plain Layout
43914
43915
43916 \backslash
43917 fcolorbox{black}{
43918 \end_layout
43919
43920 \end_inset
43921
43922 RoyalPurple
43923 \begin_inset ERT
43924 status collapsed
43925
43926 \begin_layout Plain Layout
43927
43928 }{
43929 \end_layout
43930
43931 \end_inset
43932
43933
43934 \begin_inset Phantom Phantom
43935 status open
43936
43937 \begin_layout Plain Layout
43938 W
43939 \end_layout
43940
43941 \end_inset
43942
43943
43944 \begin_inset ERT
43945 status collapsed
43946
43947 \begin_layout Plain Layout
43948
43949 }
43950 \end_layout
43951
43952 \end_inset
43953
43954  RoyalPurple
43955 \end_layout
43956
43957 \end_inset
43958 </cell>
43959 <cell alignment="left" valignment="top" usebox="none">
43960 \begin_inset Text
43961
43962 \begin_layout Plain Layout
43963 \begin_inset ERT
43964 status collapsed
43965
43966 \begin_layout Plain Layout
43967
43968
43969 \backslash
43970 fcolorbox{black}{
43971 \end_layout
43972
43973 \end_inset
43974
43975 RubineRed
43976 \begin_inset ERT
43977 status collapsed
43978
43979 \begin_layout Plain Layout
43980
43981 }{
43982 \end_layout
43983
43984 \end_inset
43985
43986
43987 \begin_inset Phantom Phantom
43988 status open
43989
43990 \begin_layout Plain Layout
43991 W
43992 \end_layout
43993
43994 \end_inset
43995
43996
43997 \begin_inset ERT
43998 status collapsed
43999
44000 \begin_layout Plain Layout
44001
44002 }
44003 \end_layout
44004
44005 \end_inset
44006
44007  RubineRed
44008 \end_layout
44009
44010 \end_inset
44011 </cell>
44012 <cell alignment="left" valignment="top" usebox="none">
44013 \begin_inset Text
44014
44015 \begin_layout Plain Layout
44016 \begin_inset ERT
44017 status collapsed
44018
44019 \begin_layout Plain Layout
44020
44021
44022 \backslash
44023 fcolorbox{black}{
44024 \end_layout
44025
44026 \end_inset
44027
44028 Salmon
44029 \begin_inset ERT
44030 status collapsed
44031
44032 \begin_layout Plain Layout
44033
44034 }{
44035 \end_layout
44036
44037 \end_inset
44038
44039
44040 \begin_inset Phantom Phantom
44041 status open
44042
44043 \begin_layout Plain Layout
44044 W
44045 \end_layout
44046
44047 \end_inset
44048
44049
44050 \begin_inset ERT
44051 status collapsed
44052
44053 \begin_layout Plain Layout
44054
44055 }
44056 \end_layout
44057
44058 \end_inset
44059
44060  Salmon
44061 \end_layout
44062
44063 \end_inset
44064 </cell>
44065 </row>
44066 <row>
44067 <cell alignment="left" valignment="top" usebox="none">
44068 \begin_inset Text
44069
44070 \begin_layout Plain Layout
44071 \begin_inset ERT
44072 status collapsed
44073
44074 \begin_layout Plain Layout
44075
44076
44077 \backslash
44078 fcolorbox{black}{
44079 \end_layout
44080
44081 \end_inset
44082
44083 SeaGreen
44084 \begin_inset ERT
44085 status collapsed
44086
44087 \begin_layout Plain Layout
44088
44089 }{
44090 \end_layout
44091
44092 \end_inset
44093
44094
44095 \begin_inset Phantom Phantom
44096 status open
44097
44098 \begin_layout Plain Layout
44099 W
44100 \end_layout
44101
44102 \end_inset
44103
44104
44105 \begin_inset ERT
44106 status collapsed
44107
44108 \begin_layout Plain Layout
44109
44110 }
44111 \end_layout
44112
44113 \end_inset
44114
44115  SeaGreen
44116 \end_layout
44117
44118 \end_inset
44119 </cell>
44120 <cell alignment="left" valignment="top" usebox="none">
44121 \begin_inset Text
44122
44123 \begin_layout Plain Layout
44124 \begin_inset ERT
44125 status collapsed
44126
44127 \begin_layout Plain Layout
44128
44129
44130 \backslash
44131 fcolorbox{black}{
44132 \end_layout
44133
44134 \end_inset
44135
44136 Sepia
44137 \begin_inset ERT
44138 status collapsed
44139
44140 \begin_layout Plain Layout
44141
44142 }{
44143 \end_layout
44144
44145 \end_inset
44146
44147
44148 \begin_inset Phantom Phantom
44149 status open
44150
44151 \begin_layout Plain Layout
44152 W
44153 \end_layout
44154
44155 \end_inset
44156
44157
44158 \begin_inset ERT
44159 status collapsed
44160
44161 \begin_layout Plain Layout
44162
44163 }
44164 \end_layout
44165
44166 \end_inset
44167
44168  Sepia
44169 \end_layout
44170
44171 \end_inset
44172 </cell>
44173 <cell alignment="left" valignment="top" usebox="none">
44174 \begin_inset Text
44175
44176 \begin_layout Plain Layout
44177 \begin_inset ERT
44178 status collapsed
44179
44180 \begin_layout Plain Layout
44181
44182
44183 \backslash
44184 fcolorbox{black}{
44185 \end_layout
44186
44187 \end_inset
44188
44189 SkyBlue
44190 \begin_inset ERT
44191 status collapsed
44192
44193 \begin_layout Plain Layout
44194
44195 }{
44196 \end_layout
44197
44198 \end_inset
44199
44200
44201 \begin_inset Phantom Phantom
44202 status open
44203
44204 \begin_layout Plain Layout
44205 W
44206 \end_layout
44207
44208 \end_inset
44209
44210
44211 \begin_inset ERT
44212 status collapsed
44213
44214 \begin_layout Plain Layout
44215
44216 }
44217 \end_layout
44218
44219 \end_inset
44220
44221  SkyBlue
44222 \end_layout
44223
44224 \end_inset
44225 </cell>
44226 <cell alignment="left" valignment="top" usebox="none">
44227 \begin_inset Text
44228
44229 \begin_layout Plain Layout
44230 \begin_inset ERT
44231 status collapsed
44232
44233 \begin_layout Plain Layout
44234
44235
44236 \backslash
44237 fcolorbox{black}{
44238 \end_layout
44239
44240 \end_inset
44241
44242 SpringGreen
44243 \begin_inset ERT
44244 status collapsed
44245
44246 \begin_layout Plain Layout
44247
44248 }{
44249 \end_layout
44250
44251 \end_inset
44252
44253
44254 \begin_inset Phantom Phantom
44255 status open
44256
44257 \begin_layout Plain Layout
44258 W
44259 \end_layout
44260
44261 \end_inset
44262
44263
44264 \begin_inset ERT
44265 status collapsed
44266
44267 \begin_layout Plain Layout
44268
44269 }
44270 \end_layout
44271
44272 \end_inset
44273
44274  SpringGreen
44275 \end_layout
44276
44277 \end_inset
44278 </cell>
44279 </row>
44280 <row>
44281 <cell alignment="left" valignment="top" usebox="none">
44282 \begin_inset Text
44283
44284 \begin_layout Plain Layout
44285 \begin_inset ERT
44286 status collapsed
44287
44288 \begin_layout Plain Layout
44289
44290
44291 \backslash
44292 fcolorbox{black}{
44293 \end_layout
44294
44295 \end_inset
44296
44297 Tan
44298 \begin_inset ERT
44299 status collapsed
44300
44301 \begin_layout Plain Layout
44302
44303 }{
44304 \end_layout
44305
44306 \end_inset
44307
44308
44309 \begin_inset Phantom Phantom
44310 status open
44311
44312 \begin_layout Plain Layout
44313 W
44314 \end_layout
44315
44316 \end_inset
44317
44318
44319 \begin_inset ERT
44320 status collapsed
44321
44322 \begin_layout Plain Layout
44323
44324 }
44325 \end_layout
44326
44327 \end_inset
44328
44329  Tan
44330 \end_layout
44331
44332 \end_inset
44333 </cell>
44334 <cell alignment="left" valignment="top" usebox="none">
44335 \begin_inset Text
44336
44337 \begin_layout Plain Layout
44338 \begin_inset ERT
44339 status collapsed
44340
44341 \begin_layout Plain Layout
44342
44343
44344 \backslash
44345 fcolorbox{black}{
44346 \end_layout
44347
44348 \end_inset
44349
44350 TealBlue
44351 \begin_inset ERT
44352 status collapsed
44353
44354 \begin_layout Plain Layout
44355
44356 }{
44357 \end_layout
44358
44359 \end_inset
44360
44361
44362 \begin_inset Phantom Phantom
44363 status open
44364
44365 \begin_layout Plain Layout
44366 W
44367 \end_layout
44368
44369 \end_inset
44370
44371
44372 \begin_inset ERT
44373 status collapsed
44374
44375 \begin_layout Plain Layout
44376
44377 }
44378 \end_layout
44379
44380 \end_inset
44381
44382  TealBlue
44383 \end_layout
44384
44385 \end_inset
44386 </cell>
44387 <cell alignment="left" valignment="top" usebox="none">
44388 \begin_inset Text
44389
44390 \begin_layout Plain Layout
44391 \begin_inset ERT
44392 status collapsed
44393
44394 \begin_layout Plain Layout
44395
44396
44397 \backslash
44398 fcolorbox{black}{
44399 \end_layout
44400
44401 \end_inset
44402
44403 Thistle
44404 \begin_inset ERT
44405 status collapsed
44406
44407 \begin_layout Plain Layout
44408
44409 }{
44410 \end_layout
44411
44412 \end_inset
44413
44414
44415 \begin_inset Phantom Phantom
44416 status open
44417
44418 \begin_layout Plain Layout
44419 W
44420 \end_layout
44421
44422 \end_inset
44423
44424
44425 \begin_inset ERT
44426 status collapsed
44427
44428 \begin_layout Plain Layout
44429
44430 }
44431 \end_layout
44432
44433 \end_inset
44434
44435  Thistle
44436 \end_layout
44437
44438 \end_inset
44439 </cell>
44440 <cell alignment="left" valignment="top" usebox="none">
44441 \begin_inset Text
44442
44443 \begin_layout Plain Layout
44444 \begin_inset ERT
44445 status collapsed
44446
44447 \begin_layout Plain Layout
44448
44449
44450 \backslash
44451 fcolorbox{black}{
44452 \end_layout
44453
44454 \end_inset
44455
44456 Turquoise
44457 \begin_inset ERT
44458 status collapsed
44459
44460 \begin_layout Plain Layout
44461
44462 }{
44463 \end_layout
44464
44465 \end_inset
44466
44467
44468 \begin_inset Phantom Phantom
44469 status open
44470
44471 \begin_layout Plain Layout
44472 W
44473 \end_layout
44474
44475 \end_inset
44476
44477
44478 \begin_inset ERT
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482
44483 }
44484 \end_layout
44485
44486 \end_inset
44487
44488  Turquoise
44489 \end_layout
44490
44491 \end_inset
44492 </cell>
44493 </row>
44494 <row>
44495 <cell alignment="left" valignment="top" usebox="none">
44496 \begin_inset Text
44497
44498 \begin_layout Plain Layout
44499 \begin_inset ERT
44500 status collapsed
44501
44502 \begin_layout Plain Layout
44503
44504
44505 \backslash
44506 fcolorbox{black}{
44507 \end_layout
44508
44509 \end_inset
44510
44511 Violet
44512 \begin_inset ERT
44513 status collapsed
44514
44515 \begin_layout Plain Layout
44516
44517 }{
44518 \end_layout
44519
44520 \end_inset
44521
44522
44523 \begin_inset Phantom Phantom
44524 status open
44525
44526 \begin_layout Plain Layout
44527 W
44528 \end_layout
44529
44530 \end_inset
44531
44532
44533 \begin_inset ERT
44534 status collapsed
44535
44536 \begin_layout Plain Layout
44537
44538 }
44539 \end_layout
44540
44541 \end_inset
44542
44543  Violet
44544 \end_layout
44545
44546 \end_inset
44547 </cell>
44548 <cell alignment="left" valignment="top" usebox="none">
44549 \begin_inset Text
44550
44551 \begin_layout Plain Layout
44552 \begin_inset ERT
44553 status collapsed
44554
44555 \begin_layout Plain Layout
44556
44557
44558 \backslash
44559 fcolorbox{black}{
44560 \end_layout
44561
44562 \end_inset
44563
44564 VioletRed
44565 \begin_inset ERT
44566 status collapsed
44567
44568 \begin_layout Plain Layout
44569
44570 }{
44571 \end_layout
44572
44573 \end_inset
44574
44575
44576 \begin_inset Phantom Phantom
44577 status open
44578
44579 \begin_layout Plain Layout
44580 W
44581 \end_layout
44582
44583 \end_inset
44584
44585
44586 \begin_inset ERT
44587 status collapsed
44588
44589 \begin_layout Plain Layout
44590
44591 }
44592 \end_layout
44593
44594 \end_inset
44595
44596  VioletRed
44597 \end_layout
44598
44599 \end_inset
44600 </cell>
44601 <cell alignment="left" valignment="top" usebox="none">
44602 \begin_inset Text
44603
44604 \begin_layout Plain Layout
44605 \begin_inset ERT
44606 status collapsed
44607
44608 \begin_layout Plain Layout
44609
44610
44611 \backslash
44612 fcolorbox{black}{
44613 \end_layout
44614
44615 \end_inset
44616
44617 WildStrawberry
44618 \begin_inset ERT
44619 status collapsed
44620
44621 \begin_layout Plain Layout
44622
44623 }{
44624 \end_layout
44625
44626 \end_inset
44627
44628
44629 \begin_inset Phantom Phantom
44630 status open
44631
44632 \begin_layout Plain Layout
44633 W
44634 \end_layout
44635
44636 \end_inset
44637
44638
44639 \begin_inset ERT
44640 status collapsed
44641
44642 \begin_layout Plain Layout
44643
44644 }
44645 \end_layout
44646
44647 \end_inset
44648
44649  WildStrawberry
44650 \end_layout
44651
44652 \end_inset
44653 </cell>
44654 <cell alignment="left" valignment="top" usebox="none">
44655 \begin_inset Text
44656
44657 \begin_layout Plain Layout
44658 \begin_inset ERT
44659 status collapsed
44660
44661 \begin_layout Plain Layout
44662
44663
44664 \backslash
44665 fcolorbox{black}{
44666 \end_layout
44667
44668 \end_inset
44669
44670 YellowGreen
44671 \begin_inset ERT
44672 status collapsed
44673
44674 \begin_layout Plain Layout
44675
44676 }{
44677 \end_layout
44678
44679 \end_inset
44680
44681
44682 \begin_inset Phantom Phantom
44683 status open
44684
44685 \begin_layout Plain Layout
44686 W
44687 \end_layout
44688
44689 \end_inset
44690
44691
44692 \begin_inset ERT
44693 status collapsed
44694
44695 \begin_layout Plain Layout
44696
44697 }
44698 \end_layout
44699
44700 \end_inset
44701
44702  YellowGreen
44703 \end_layout
44704
44705 \end_inset
44706 </cell>
44707 </row>
44708 <row>
44709 <cell alignment="left" valignment="top" usebox="none">
44710 \begin_inset Text
44711
44712 \begin_layout Plain Layout
44713 \begin_inset ERT
44714 status collapsed
44715
44716 \begin_layout Plain Layout
44717
44718
44719 \backslash
44720 fcolorbox{black}{
44721 \end_layout
44722
44723 \end_inset
44724
44725 YellowOrange
44726 \begin_inset ERT
44727 status collapsed
44728
44729 \begin_layout Plain Layout
44730
44731 }{
44732 \end_layout
44733
44734 \end_inset
44735
44736
44737 \begin_inset Phantom Phantom
44738 status open
44739
44740 \begin_layout Plain Layout
44741 W
44742 \end_layout
44743
44744 \end_inset
44745
44746
44747 \begin_inset ERT
44748 status collapsed
44749
44750 \begin_layout Plain Layout
44751
44752 }
44753 \end_layout
44754
44755 \end_inset
44756
44757  YellowOrange
44758 \end_layout
44759
44760 \end_inset
44761 </cell>
44762 <cell alignment="left" valignment="top" usebox="none">
44763 \begin_inset Text
44764
44765 \begin_layout Plain Layout
44766
44767 \end_layout
44768
44769 \end_inset
44770 </cell>
44771 <cell alignment="left" valignment="top" usebox="none">
44772 \begin_inset Text
44773
44774 \begin_layout Plain Layout
44775
44776 \end_layout
44777
44778 \end_inset
44779 </cell>
44780 <cell alignment="left" valignment="top" usebox="none">
44781 \begin_inset Text
44782
44783 \begin_layout Plain Layout
44784
44785 \end_layout
44786
44787 \end_inset
44788 </cell>
44789 </row>
44790 </lyxtabular>
44791
44792 \end_inset
44793
44794
44795 \end_layout
44796
44797 \begin_layout Chapter
44798 Explication de l' équation
44799 \begin_inset space ~
44800 \end_inset
44801
44802 (
44803 \begin_inset CommandInset ref
44804 LatexCommand ref
44805 reference "eq:Wgn"
44806
44807 \end_inset
44808
44809 )
44810 \begin_inset CommandInset label
44811 LatexCommand label
44812 name "cha:Explication-de-l'Equation"
44813
44814 \end_inset
44815
44816
44817 \end_layout
44818
44819 \begin_layout Standard
44820 La largeur totale de 
44821 \emph on
44822 n
44823 \emph default
44824  cellules de tableau 
44825 \begin_inset Formula $W_{\mathrm{tot\, n}}$
44826 \end_inset
44827
44828  peut être calculée avec
44829 \begin_inset Formula 
44830 \begin{equation}
44831 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
44832 \end{equation}
44833
44834 \end_inset
44835
44836
44837 \end_layout
44838
44839 \begin_layout Standard
44840 Où 
44841 \begin_inset Formula $W_{g\, n}$
44842 \end_inset
44843
44844  est la largeur fixe de toutes les cellules.
44845  
44846 \series bold
44847
44848 \backslash
44849 tabcolsep
44850 \series default
44851  est la largeur utilisée par LaTeX entre le texte de la cellule et la bordure,
44852  sa valeur implicite est 6
44853 \begin_inset space \thinspace{}
44854 \end_inset
44855
44856 pt.
44857  
44858 \series bold
44859
44860 \backslash
44861 arrayrulewidth
44862 \series default
44863  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
44864 \begin_inset space \thinspace{}
44865 \end_inset
44866
44867 pt.
44868 \end_layout
44869
44870 \begin_layout Standard
44871 D'après l'équation
44872 \begin_inset space ~
44873 \end_inset
44874
44875
44876 \begin_inset CommandInset ref
44877 LatexCommand eqref
44878 reference "eq:Wtot_n"
44879
44880 \end_inset
44881
44882 , la largeur totale d'une multicolonne, 
44883 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
44884 \end_inset
44885
44886  est
44887 \begin_inset Formula 
44888 \begin{equation}
44889 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
44890 \end{equation}
44891
44892 \end_inset
44893
44894
44895 \end_layout
44896
44897 \begin_layout Standard
44898 En posant que les équations 
44899 \begin_inset space ~
44900 \end_inset
44901
44902
44903 \begin_inset CommandInset ref
44904 LatexCommand eqref
44905 reference "eq:Wtot_n"
44906
44907 \end_inset
44908
44909  et 
44910 \begin_inset CommandInset ref
44911 LatexCommand eqref
44912 reference "eq:Wtot_mult"
44913
44914 \end_inset
44915
44916  sont égales, on peut calculer la largeur nécessaire 
44917 \begin_inset Formula $W_{g\, n}$
44918 \end_inset
44919
44920  quand 
44921 \emph on
44922 n
44923 \emph default
44924  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
44925  de 
44926 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
44927 \end_inset
44928
44929 :
44930 \begin_inset Formula 
44931 \begin{equation}
44932 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
44933 \end{equation}
44934
44935 \end_inset
44936
44937
44938 \end_layout
44939
44940 \begin_layout Bibliography
44941 \labelwidthstring Bibliographie
44942 \begin_inset CommandInset bibitem
44943 LatexCommand bibitem
44944 key "latexcompanion"
44945
44946 \end_inset
44947
44948 Frank Mittelbach and Michel Goossens: 
44949 \emph on
44950 The LaTeX Companion Second Edition.
44951
44952 \emph default
44953  Addison-Wesley, 2004
44954 \end_layout
44955
44956 \begin_layout Bibliography
44957 \labelwidthstring Bibliographie
44958 \begin_inset CommandInset bibitem
44959 LatexCommand bibitem
44960 key "latexguide"
44961
44962 \end_inset
44963
44964 Helmut Kopka and Patrick W.
44965  Daly: 
44966 \emph on
44967 A Guide to LaTeX Fourth Edition.
44968
44969 \emph default
44970  Addison-Wesley, 2003
44971 \end_layout
44972
44973 \begin_layout Bibliography
44974 \labelwidthstring Bibliographie
44975 \begin_inset CommandInset bibitem
44976 LatexCommand bibitem
44977 key "latexbook"
44978
44979 \end_inset
44980
44981 Leslie Lamport: 
44982 \emph on
44983 LaTeX: A Document Preparation System.
44984
44985 \emph default
44986  Addison-Wesley, second edition, 1994
44987 \end_layout
44988
44989 \begin_layout Bibliography
44990 \labelwidthstring Bibliographie
44991 \begin_inset CommandInset bibitem
44992 LatexCommand bibitem
44993 key "arydshln"
44994
44995 \end_inset
44996
44997 Documentation du paquetage LaTeX
44998 \series bold
44999  
45000 \begin_inset CommandInset href
45001 LatexCommand href
45002 name "arydshln"
45003 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45004
45005 \end_inset
45006
45007
45008 \series default
45009
45010 \begin_inset Index idx
45011 status collapsed
45012
45013 \begin_layout Plain Layout
45014 Paquetages LaTeX ! arydshln
45015 \end_layout
45016
45017 \end_inset
45018
45019
45020 \end_layout
45021
45022 \begin_layout Bibliography
45023 \labelwidthstring Bibliographie
45024 \begin_inset CommandInset bibitem
45025 LatexCommand bibitem
45026 key "booktabs"
45027
45028 \end_inset
45029
45030 Documentation du paquetage LaTeX 
45031 \series bold
45032
45033 \begin_inset CommandInset href
45034 LatexCommand href
45035 name "booktabs"
45036 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45037
45038 \end_inset
45039
45040
45041 \series default
45042
45043 \begin_inset Index idx
45044 status collapsed
45045
45046 \begin_layout Plain Layout
45047 Paquetages LaTeX ! booktabs
45048 \end_layout
45049
45050 \end_inset
45051
45052
45053 \end_layout
45054
45055 \begin_layout Bibliography
45056 \labelwidthstring Bibliographie
45057 \begin_inset CommandInset bibitem
45058 LatexCommand bibitem
45059 key "caption"
45060
45061 \end_inset
45062
45063 Documentation du paquetage LaTeX 
45064 \series bold
45065
45066 \begin_inset CommandInset href
45067 LatexCommand href
45068 name "caption"
45069 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
45070
45071 \end_inset
45072
45073
45074 \series default
45075
45076 \begin_inset Index idx
45077 status collapsed
45078
45079 \begin_layout Plain Layout
45080 Paquetages LaTeX ! caption
45081 \end_layout
45082
45083 \end_inset
45084
45085
45086 \end_layout
45087
45088 \begin_layout Bibliography
45089 \labelwidthstring Bibliographie
45090 \begin_inset CommandInset bibitem
45091 LatexCommand bibitem
45092 key "diagbox"
45093
45094 \end_inset
45095
45096 Documentation du paquetage LaTeX 
45097 \series bold
45098
45099 \begin_inset CommandInset href
45100 LatexCommand href
45101 name "diagbox"
45102 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45103
45104 \end_inset
45105
45106
45107 \series default
45108
45109 \begin_inset Index idx
45110 status collapsed
45111
45112 \begin_layout Plain Layout
45113 Paquetages LaTeX ! diagbox
45114 \end_layout
45115
45116 \end_inset
45117
45118
45119 \end_layout
45120
45121 \begin_layout Bibliography
45122 \labelwidthstring Bibliographie
45123 \begin_inset CommandInset bibitem
45124 LatexCommand bibitem
45125 key "endfloat"
45126
45127 \end_inset
45128
45129 Documentation du paquetage LaTeX 
45130 \series bold
45131
45132 \begin_inset CommandInset href
45133 LatexCommand href
45134 name "endfloat"
45135 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45136
45137 \end_inset
45138
45139
45140 \series default
45141
45142 \begin_inset Index idx
45143 status collapsed
45144
45145 \begin_layout Plain Layout
45146 Paquetages LaTeX ! endfloat
45147 \end_layout
45148
45149 \end_inset
45150
45151
45152 \end_layout
45153
45154 \begin_layout Bibliography
45155 \labelwidthstring Bibliographie
45156 \begin_inset CommandInset bibitem
45157 LatexCommand bibitem
45158 key "footmisc"
45159
45160 \end_inset
45161
45162 Documentation du paquetage LaTeX 
45163 \series bold
45164
45165 \begin_inset CommandInset href
45166 LatexCommand href
45167 name "footmisc"
45168 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
45169
45170 \end_inset
45171
45172
45173 \series default
45174
45175 \begin_inset Index idx
45176 status collapsed
45177
45178 \begin_layout Plain Layout
45179 Paquetages LaTeX ! footmisc
45180 \end_layout
45181
45182 \end_inset
45183
45184
45185 \end_layout
45186
45187 \begin_layout Bibliography
45188 \labelwidthstring Bibliographie
45189 \begin_inset CommandInset bibitem
45190 LatexCommand bibitem
45191 key "hypcap"
45192
45193 \end_inset
45194
45195 Documentation du paquetage LaTeX 
45196 \series bold
45197
45198 \begin_inset CommandInset href
45199 LatexCommand href
45200 name "hypcap"
45201 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
45202
45203 \end_inset
45204
45205
45206 \series default
45207
45208 \begin_inset Index idx
45209 status collapsed
45210
45211 \begin_layout Plain Layout
45212 Paquetages LaTeX ! hyperref
45213 \end_layout
45214
45215 \end_inset
45216
45217
45218 \end_layout
45219
45220 \begin_layout Bibliography
45221 \labelwidthstring Bibliographie
45222 \begin_inset CommandInset bibitem
45223 LatexCommand bibitem
45224 key "hyperref"
45225
45226 \end_inset
45227
45228 Documentation du paquetage LaTeX 
45229 \series bold
45230
45231 \begin_inset CommandInset href
45232 LatexCommand href
45233 name "hyperref"
45234 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
45235
45236 \end_inset
45237
45238
45239 \series default
45240
45241 \begin_inset Index idx
45242 status collapsed
45243
45244 \begin_layout Plain Layout
45245 Paquetages LaTeX ! hyperref
45246 \end_layout
45247
45248 \end_inset
45249
45250
45251 \end_layout
45252
45253 \begin_layout Bibliography
45254 \labelwidthstring Bibliographie
45255 \begin_inset CommandInset bibitem
45256 LatexCommand bibitem
45257 key "KOMA-Script"
45258
45259 \end_inset
45260
45261 Documentation du paquetage LaTeX 
45262 \series bold
45263
45264 \begin_inset CommandInset href
45265 LatexCommand href
45266 name "KOMA-Script"
45267 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
45268
45269 \end_inset
45270
45271
45272 \series default
45273
45274 \begin_inset Index idx
45275 status collapsed
45276
45277 \begin_layout Plain Layout
45278 Paquetages LaTeX ! KOMA-Script
45279 \end_layout
45280
45281 \end_inset
45282
45283
45284 \end_layout
45285
45286 \begin_layout Bibliography
45287 \labelwidthstring Bibliographie
45288 \begin_inset CommandInset bibitem
45289 LatexCommand bibitem
45290 key "lettrine"
45291
45292 \end_inset
45293
45294 Documentation du paquetage LaTeX 
45295 \series bold
45296
45297 \begin_inset CommandInset href
45298 LatexCommand href
45299 name "lettrine"
45300 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
45301
45302 \end_inset
45303
45304
45305 \series default
45306  et un 
45307 \begin_inset CommandInset href
45308 LatexCommand href
45309 name "exemple"
45310 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
45311
45312 \end_inset
45313
45314
45315 \begin_inset Index idx
45316 status collapsed
45317
45318 \begin_layout Plain Layout
45319 Paquetages LaTeX ! lettrine
45320 \end_layout
45321
45322 \end_inset
45323
45324
45325 \end_layout
45326
45327 \begin_layout Bibliography
45328 \labelwidthstring Bibliographie
45329 \begin_inset CommandInset bibitem
45330 LatexCommand bibitem
45331 key "listings"
45332
45333 \end_inset
45334
45335 Documentation du paquetage LaTeX 
45336 \series bold
45337
45338 \begin_inset CommandInset href
45339 LatexCommand href
45340 name "listings"
45341 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
45342
45343 \end_inset
45344
45345
45346 \series default
45347
45348 \begin_inset Index idx
45349 status collapsed
45350
45351 \begin_layout Plain Layout
45352 Paquetages LaTeX ! listings
45353 \end_layout
45354
45355 \end_inset
45356
45357
45358 \end_layout
45359
45360 \begin_layout Bibliography
45361 \labelwidthstring Bibliographie
45362 \begin_inset CommandInset bibitem
45363 LatexCommand bibitem
45364 key "marginnote"
45365
45366 \end_inset
45367
45368 Documentation du paquetage LaTeX 
45369 \series bold
45370
45371 \begin_inset CommandInset href
45372 LatexCommand href
45373 name "marginnote"
45374 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
45375
45376 \end_inset
45377
45378
45379 \series default
45380
45381 \begin_inset Index idx
45382 status collapsed
45383
45384 \begin_layout Plain Layout
45385 Paquetages LaTeX ! marginnote
45386 \end_layout
45387
45388 \end_inset
45389
45390
45391 \end_layout
45392
45393 \begin_layout Bibliography
45394 \labelwidthstring Bibliographie
45395 \begin_inset CommandInset bibitem
45396 LatexCommand bibitem
45397 key "pdfpages"
45398
45399 \end_inset
45400
45401 Documentation du paquetage LaTeX 
45402 \series bold
45403
45404 \begin_inset CommandInset href
45405 LatexCommand href
45406 name "pdfpages"
45407 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
45408
45409 \end_inset
45410
45411
45412 \series default
45413
45414 \begin_inset Index idx
45415 status collapsed
45416
45417 \begin_layout Plain Layout
45418 Paquetages LaTeX ! pdfpages
45419 \end_layout
45420
45421 \end_inset
45422
45423
45424 \end_layout
45425
45426 \begin_layout Bibliography
45427 \labelwidthstring Bibliographie
45428 \begin_inset CommandInset bibitem
45429 LatexCommand bibitem
45430 key "prettyref"
45431
45432 \end_inset
45433
45434 Documentation du paquetage LaTeX
45435 \series bold
45436  
45437 \begin_inset CommandInset href
45438 LatexCommand href
45439 name "prettyref"
45440 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
45441
45442 \end_inset
45443
45444
45445 \series default
45446
45447 \begin_inset Index idx
45448 status collapsed
45449
45450 \begin_layout Plain Layout
45451 Paquetages LaTeX ! prettyref
45452 \end_layout
45453
45454 \end_inset
45455
45456
45457 \end_layout
45458
45459 \begin_layout Bibliography
45460 \labelwidthstring Bibliographie
45461 \begin_inset CommandInset bibitem
45462 LatexCommand bibitem
45463 key "pstricks"
45464
45465 \end_inset
45466
45467 Page Web du paquetage LaTeX 
45468 \series bold
45469
45470 \begin_inset CommandInset href
45471 LatexCommand href
45472 name "PSTricks"
45473 target "http://tug.org/PSTricks/"
45474
45475 \end_inset
45476
45477
45478 \series default
45479
45480 \begin_inset Index idx
45481 status collapsed
45482
45483 \begin_layout Plain Layout
45484 Paquetages LaTeX ! PSTricks
45485 \end_layout
45486
45487 \end_inset
45488
45489
45490 \end_layout
45491
45492 \begin_layout Bibliography
45493 \labelwidthstring Bibliographie
45494 \begin_inset CommandInset bibitem
45495 LatexCommand bibitem
45496 key "refstyle"
45497
45498 \end_inset
45499
45500 Documentation du paquetage LaTeX
45501 \series bold
45502  
45503 \begin_inset CommandInset href
45504 LatexCommand href
45505 name "refstyle"
45506 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
45507
45508 \end_inset
45509
45510
45511 \series default
45512
45513 \begin_inset Index idx
45514 status collapsed
45515
45516 \begin_layout Plain Layout
45517 Paquetages LaTeX ! refstyle
45518 \end_layout
45519
45520 \end_inset
45521
45522
45523 \end_layout
45524
45525 \begin_layout Bibliography
45526 \labelwidthstring Bibliographie
45527 \begin_inset CommandInset bibitem
45528 LatexCommand bibitem
45529 key "sidecap"
45530
45531 \end_inset
45532
45533 Documentation du paquetage LaTeX 
45534 \series bold
45535
45536 \begin_inset CommandInset href
45537 LatexCommand href
45538 name "sidecap"
45539 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
45540
45541 \end_inset
45542
45543
45544 \series default
45545
45546 \begin_inset Index idx
45547 status collapsed
45548
45549 \begin_layout Plain Layout
45550 Paquetages LaTeX ! sidecap
45551 \end_layout
45552
45553 \end_inset
45554
45555
45556 \end_layout
45557
45558 \begin_layout Bibliography
45559 \labelwidthstring Bibliographie
45560 \begin_inset CommandInset bibitem
45561 LatexCommand bibitem
45562 key "NewInLyX20"
45563
45564 \end_inset
45565
45566
45567 \begin_inset CommandInset href
45568 LatexCommand href
45569 name "Page Wiki"
45570 target "http://wiki.lyx.org/LyX/NewInLyX20"
45571
45572 \end_inset
45573
45574  au sujet des nouveautés de 
45575 \family sans
45576 LyX 2.0
45577 \family default
45578 .
45579 \end_layout
45580
45581 \begin_layout Standard
45582 \begin_inset CommandInset index_print
45583 LatexCommand printindex
45584 type "idx"
45585
45586 \end_inset
45587
45588
45589 \end_layout
45590
45591 \end_body
45592 \end_document