]> git.lyx.org Git - lyx.git/blob - lib/doc/fr/EmbeddedObjects.lyx
Math.lyx: replace tables by formal ones - part 6
[lyx.git] / lib / doc / fr / EmbeddedObjects.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin unavailable
6 \textclass scrbook
7 \begin_preamble
8 % if pdflatex is used
9 \usepackage{ifpdf}
10 \ifpdf
11
12 % set fonts for nicer pdf view
13 \IfFileExists{lmodern.sty}
14  {\usepackage{lmodern}}{}
15
16 \fi % end if pdflatex is used
17
18 % that links to image floats jumps
19 % to the beginning of the float and 
20 % not to its caption
21 \usepackage[figure]{hypcap}
22
23 % the pages of the TOC are numbered roman
24 % and a PDF-bookmark for the TOC is added
25 \let\myTOC\tableofcontents
26 \renewcommand\tableofcontents{%
27   \frontmatter
28   \pdfbookmark[1]{\contentsname}{}
29   \myTOC
30   \mainmatter }
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \newcommand{\TabBesBeg}[1][1.0]{%
38  \let\MyTable\table
39  \let\MyEndtable\endtable
40  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
41
42 \newcommand{\TabBesEnd}{%
43  \let\table\MyTable
44  \let\endtable\MyEndtable}
45
46 \newcommand{\FigBesBeg}[1][1.0]{%
47  \let\MyFigure\figure
48  \let\MyEndfigure\endfigure
49  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
50
51 \newcommand{\FigBesEnd}{%
52  \let\figure\MyFigure
53  \let\endfigure\MyEndfigure}
54
55 % enables calculation of values,
56 \usepackage{calc}
57
58 % increase the bottom float placement fraction
59 \renewcommand{\bottomfraction}{0.5}
60
61 % avoids that floats are placed before their
62 % corresponding section starts
63 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
64
65 % speed up the longtable calculation
66 \setcounter{LTchunksize}{100}
67
68 % used for scaled and rotated boxes
69 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
70
71 % used for colored tables
72 \@ifundefined{textcolor}
73  {\usepackage{color}}{}
74 \definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
75 \definecolor{lightgrey}{gray}{0.8}
76
77 % check for package colortbl
78 % used for colored table cells
79 \newboolean{colortbl}
80 \IfFileExists{colortbl.sty}
81  {\usepackage{colortbl}
82   \setboolean{colortbl}{true}}
83  {\setboolean{colortbl}{false}}
84
85 % used to have extra space in table cells
86 \@ifundefined{extrarowheight}
87  {\usepackage{array}}{}
88 \setlength{\extrarowheight}{2pt}
89
90 % used for customized tables
91 % ---
92 \newcolumntype{M}[1]
93  {>{\centering\hspace{0pt}}m{#1}}
94
95 \newcolumntype{S}[2]
96  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
97
98 \newcolumntype{K}[1]
99  {>{\columncolor{#1}\hspace{0pt}}c}
100
101 \newcolumntype{V}{!{\vrule width 1.5pt}}
102
103 \newcolumntype{W}{!{\color{green}\vline}}
104 % ---
105
106 % insert additional vertical space of
107 % 1.5 mm between footnotes
108 \let\myFoot\footnote
109 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
110
111 % number algorithm floats within chapters
112 \numberwithin{algorithm}{chapter}
113
114
115 % ------------------------------------
116 % used to check for needed LaTeX packages
117 \usepackage{ifthen}
118
119 % check for package arydshln
120 % used for tables with dashed lines
121 \newboolean{arydshln}
122 \IfFileExists{arydshln.sty}
123  {\usepackage{arydshln}
124   \setboolean{arydshln}{true}}
125  {\setboolean{arydshln}{false}}
126
127 % check for package marginnote
128 % used for margin notes
129 \newboolean{marginnote}
130 \IfFileExists{marginnote.sty}
131  {\usepackage{marginnote}
132   \let\marginpar\marginnote
133   \setboolean{marginnote}{true}}
134  {\setboolean{marginnote}{false}}
135
136 % check for package sidecap
137 % used for captions on the side
138 \newboolean{sidecap}
139 \IfFileExists{sidecap.sty}
140  {\usepackage{sidecap}
141   \setboolean{sidecap}{true}}
142  {\setboolean{sidecap}{false}}
143
144 % check for picinpar
145 % used for surrounded fixed objects
146 \newboolean{picinpar}
147 \IfFileExists{picinpar.sty}
148  {\usepackage{picinpar}
149   \setboolean{picinpar}{true}}
150  {\setboolean{picinpar}{false}}
151
152 % check for lettrine
153 \newboolean{lettrine}
154 \IfFileExists{lettrine.sty}
155  {\usepackage{lettrine}
156   \setboolean{lettrine}{true}}
157  {\setboolean{lettrine}{false}}
158
159 % check for diagbox
160 \newboolean{diagbox}
161 \IfFileExists{diagbox.sty}
162  {\usepackage{diagbox}
163   \setboolean{diagbox}{true}}
164  {\setboolean{diagbox}{false}}
165
166 % use normal list environments also in French documents
167 \@ifpackageloaded{babel}{%
168 \frenchbsetup{StandardLayout}
169 }{}
170 \end_preamble
171 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,usenames,dvipsnames,table
172 \use_default_options false
173 \begin_modules
174 initials
175 \end_modules
176 \maintain_unincluded_children false
177 \language french
178 \language_package default
179 \inputencoding auto
180 \fontencoding global
181 \font_roman default
182 \font_sans default
183 \font_typewriter default
184 \font_math auto
185 \font_default_family default
186 \use_non_tex_fonts false
187 \font_sc false
188 \font_osf false
189 \font_sf_scale 100
190 \font_tt_scale 100
191 \graphics default
192 \default_output_format default
193 \output_sync 0
194 \bibtex_command default
195 \index_command default
196 \paperfontsize 12
197 \spacing single
198 \use_hyperref true
199 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
200 \pdf_author "L'équipe LyX, Uwe Stöhr, traduction: Adrien Rebollo et Siegfried Meunier-Guttin-Cluzel"
201 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
202 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
203 \pdf_bookmarks true
204 \pdf_bookmarksnumbered true
205 \pdf_bookmarksopen true
206 \pdf_bookmarksopenlevel 1
207 \pdf_breaklinks false
208 \pdf_pdfborder false
209 \pdf_colorlinks true
210 \pdf_backref false
211 \pdf_pdfusetitle false
212 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
213 \papersize default
214 \use_geometry false
215 \use_package amsmath 2
216 \use_package amssymb 2
217 \use_package cancel 0
218 \use_package esint 0
219 \use_package mathdots 1
220 \use_package mathtools 0
221 \use_package mhchem 1
222 \use_package stackrel 0
223 \use_package stmaryrd 0
224 \use_package undertilde 0
225 \cite_engine basic
226 \cite_engine_type default
227 \biblio_style plain
228 \use_bibtopic false
229 \use_indices false
230 \paperorientation portrait
231 \suppress_date false
232 \justification true
233 \use_refstyle 0
234 \notefontcolor #0000ff
235 \index Index
236 \shortcut idx
237 \color #008000
238 \end_index
239 \secnumdepth 3
240 \tocdepth 3
241 \paragraph_separation skip
242 \defskip medskip
243 \quotes_language french
244 \papercolumns 1
245 \papersides 2
246 \paperpagestyle default
247 \tracking_changes false
248 \output_changes false
249 \html_math_output 0
250 \html_css_as_file 0
251 \html_be_strict false
252 \end_header
253
254 \begin_body
255
256 \begin_layout Title
257 Manuel détaillé pour les figures, les tableaux, les flottants, les notes,
258  les boîtes et les objets externes de \SpecialChar LyX
259
260 \end_layout
261
262 \begin_layout Author
263 par l'Équipe \SpecialChar LyX
264
265 \begin_inset Foot
266 status collapsed
267
268 \begin_layout Plain Layout
269 \noindent
270 Merci d'envoyer vos commentaires et corrections à la liste de diffusion
271  de la documentation de \SpecialChar LyX
272
273 \begin_inset CommandInset href
274 LatexCommand href
275 name "lyx-docs@lists.lyx.org"
276 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
277 type "mailto:"
278
279 \end_inset
280
281
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Plain Layout
291 auteur original : Uwe Stöhr
292 \end_layout
293
294 \begin_layout Plain Layout
295 Traduction française : Siegfried Meunier-Guttin-Cluzel
296 \end_layout
297
298 \begin_layout Plain Layout
299 remplacement de Éditer/Visionner/Insérer/Naviguer par Édition/Affichage/Insertio
300 n/Navigation, 31/10/2012, JPChrétien
301 \end_layout
302
303 \begin_layout Plain Layout
304 version initiale 2.1.x avril 2014, mise à jour J.P.
305  Chrétien
306 \end_layout
307
308 \begin_layout Plain Layout
309 Remplacement de « appendice » par « annexe », 31/12/2014 (JPC)
310 \end_layout
311
312 \end_inset
313
314
315 \begin_inset Newline newline
316 \end_inset
317
318
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \family sans
324 Version 2.1.x
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset CommandInset toc
329 LatexCommand tableofcontents
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Note Note
338 status open
339
340 \begin_layout Plain Layout
341 Pour pouvoir exporter ce document en PDF, PS ou DVI, les paquetages \SpecialChar LaTeX
342  
343 \series bold
344 arydshln
345 \series default
346
347 \series bold
348 colortbl
349 \series default
350
351 \series bold
352 diagbox, lettrine, marginnote, picinpar
353 \series default
354 , et 
355 \series bold
356 sidecap
357 \series default
358  doivent être installés.
359  Si ce n'est pas le cas, vous pouvez quand même exporter le document mais
360  les sections qui nécessitent les paquetages en question n'apparaîtront
361  pas sur la sortie.
362 \end_layout
363
364 \begin_layout Plain Layout
365 Vous pouvez trouver la dernière version au format PDF de ce manuel ici :
366 \begin_inset Newline newline
367 \end_inset
368
369
370 \series bold
371 http://wiki.lyx.org/\SpecialChar LyX
372 /DocumentationDevelopment#EmbeddedObjects
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Chapter
381 Figures
382 \begin_inset Index idx
383 status collapsed
384
385 \begin_layout Plain Layout
386 Figures
387 \end_layout
388
389 \end_inset
390
391
392 \begin_inset Index idx
393 status collapsed
394
395 \begin_layout Plain Layout
396 Graphiques|see
397 \begin_inset ERT
398 status collapsed
399
400 \begin_layout Plain Layout
401
402 {
403 \end_layout
404
405 \end_inset
406
407 Figures
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413 }
414 \end_layout
415
416 \end_inset
417
418
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Section
427 La fenêtre de dialogue graphique
428 \begin_inset Index idx
429 status collapsed
430
431 \begin_layout Plain Layout
432 Figures ! Fenêtre de dialogue Graphique
433 \end_layout
434
435 \end_inset
436
437
438 \begin_inset CommandInset label
439 LatexCommand label
440 name "sec:Graphics-Dialog"
441
442 \end_inset
443
444
445 \end_layout
446
447 \begin_layout Standard
448 Pour placer une figure dans votre document, cliquez sur le bouton 
449 \begin_inset Info
450 type  "icon"
451 arg   "dialog-show-new-inset graphics"
452 \end_inset
453
454  dans la barre d'outils, ou faites 
455 \family sans
456 Insertion\SpecialChar menuseparator
457 Graphique
458 \family default
459 .
460  Une fenêtre de dialogue va s'ouvrir où vous pourrez choisir le fichier
461  à charger.
462  L'image apparaîtra dans la sortie finale à la position exacte qu'elle a
463  dans le texte.
464 \end_layout
465
466 \begin_layout Standard
467 La fenêtre de dialogue Graphique peut être rappelée à tout moment en cliquant
468  sur une image
469 \begin_inset Note Note
470 status collapsed
471
472 \begin_layout Plain Layout
473 Ça marche aussi avec le bouton gauche ! (NdT)
474 \end_layout
475
476 \end_inset
477
478 .
479  Cette fenêtre de dialogue possède trois onglets:
480 \end_layout
481
482 \begin_layout Description
483 Graphique Cet onglet vous permet de choisir le fichier contenant votre image
484  et d'ajuster l'apparence qu'elle aura sur la sortie imprimée.
485  Les unités de longueurs utilisées sont décrites dans l'annexe
486 \begin_inset space ~
487 \end_inset
488
489
490 \begin_inset CommandInset ref
491 LatexCommand ref
492 reference "cha:Unités-de-longueur"
493
494 \end_inset
495
496 .
497 \begin_inset Newline newline
498 \end_inset
499
500
501 \begin_inset Index idx
502 status collapsed
503
504 \begin_layout Plain Layout
505 Figures ! Pivotées
506 \end_layout
507
508 \end_inset
509
510 Vous pouvez faire pivoter vos images dans le sens inverse des aiguilles
511  d'une montre, en donnant l'angle de rotation et la position du pivot.
512  L'image apparaîtra pivotée dans \SpecialChar LyX
513 .
514 \begin_inset Newline newline
515 \end_inset
516
517
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 Figures ! Redimensionnées
523 \end_layout
524
525 \end_inset
526
527 La taille de l'image peut être modifiée, soit en donnant un facteur d'échelle
528  sous forme d'un pourcentage, soit en donnant directement sa hauteur et
529  sa largeur.
530  Si vous ne fixez que la largeur ou que la hauteur, l'autre dimension sera
531  déterminée automatiquement.
532  Si vous fixez les deux, l'image sera transformée à la taille voulue, avec
533  éventuellement une distorsion.
534  Pour éviter une telle distorsion de l'image, vous pouvez utiliser l'option
535  
536 \family sans
537 Conserver
538 \begin_inset space ~
539 \end_inset
540
541 les
542 \begin_inset space ~
543 \end_inset
544
545 proportions
546 \family default
547 .
548  L'image sera mise à l'échelle de façon à ce que ses dimensions ne dépassent
549  pas les valeurs fixées.
550  
551 \begin_inset Newline newline
552 \end_inset
553
554 Les images peuvent être modifiée en utilisant le programme de votre choix
555  en faisant un clic droit dessus et en choisissant 
556 \family sans
557 Éditer le fichier ailleurs
558 \family default
559  dans le menu contextuel qui apparaît.
560  Ce programme peut être sélectionné pour chaque format d'image dans la rubrique
561  
562 \family sans
563 Formats
564 \begin_inset space ~
565 \end_inset
566
567 de
568 \begin_inset space ~
569 \end_inset
570
571 fichiers
572 \family default
573  dans la fenêtre de dialogue de 
574 \family sans
575 Préférences
576 \family default
577  de \SpecialChar LyX
578 .
579 \end_layout
580
581 \begin_layout Description
582 Rogner Une autre façon d'ajuster la hauteur et la largeur de l'image dans
583  la sortie finale est de modifier les coordonnées de la zone de l'image
584  qui est affichée.
585  Cette zone peut être calculée automatiquement à partir des données présentes
586  dans le fichier en appuyant sur le bouton 
587 \family sans
588 Valeurs
589 \begin_inset space ~
590 \end_inset
591
592 du
593 \begin_inset space ~
594 \end_inset
595
596 Fichier
597 \family default
598 .
599  Avec l'option 
600 \family sans
601 Couper
602 \begin_inset space ~
603 \end_inset
604
605 à
606 \begin_inset space ~
607 \end_inset
608
609 la
610 \begin_inset space ~
611 \end_inset
612
613 boîte
614 \begin_inset space ~
615 \end_inset
616
617 de
618 \begin_inset space ~
619 \end_inset
620
621 délimitation, 
622 \family default
623 seule la portion de l'image qui est dans la zone définie sera imprimée.
624  En principe vous n'avez pas à vous occuper des coordonnées de l'image et
625  donc vous pouvez ignorer l'onglet 
626 \family sans
627 Rogner
628 \family default
629 .
630 \end_layout
631
632 \begin_layout Description
633
634 \family sans
635 Options
636 \begin_inset space ~
637 \end_inset
638
639 \SpecialChar LaTeX
640
641 \begin_inset space ~
642 \end_inset
643
644 et
645 \begin_inset space ~
646 \end_inset
647
648 \SpecialChar LyX
649
650 \family default
651  Avec cet onglet, vous pouvez modifier l'apparence de l'image dans \SpecialChar LyX
652  et les
653  experts ès-\SpecialChar LaTeX
654  pourront fournir des options supplémentaires pour \SpecialChar LaTeX
655
656 \begin_inset Newline newline
657 \end_inset
658
659 L'option 
660 \family sans
661 Mode brouillon
662 \family default
663  fait que l'image apparaîtra sur la sortie sous la forme d'un cadre vide
664  avec la taille de l'image.
665 \begin_inset Newline newline
666 \end_inset
667
668 Dans la section 
669 \family sans
670 Groupe
671 \begin_inset space ~
672 \end_inset
673
674 de
675 \begin_inset space ~
676 \end_inset
677
678 graphiques
679 \family default
680  vous pouvez définir ou de choisir un groupe de paramètres d'image
681 \begin_inset Index idx
682 status collapsed
683
684 \begin_layout Plain Layout
685 Figures ! Groupes de paramétrisation
686 \end_layout
687
688 \end_inset
689
690 .
691  Les images qui sont rassemblées dans un tel groupe partagent leurs paramètres,
692  ce qui fait qu'il suffit de modifier une image du groupe pour que toutes
693  les autres soient automatiquement modifiées de la même manière.
694  Vous pouvez par exemple modifier la taille de tout un lot d'images sans
695  avoir à modifier leur taille manuellement une par une.
696  On peut rattacher une image à un groupe existant en utilisant le menu contextue
697 l de l'image et en cochant le nom du groupe dans la liste
698 \begin_inset Foot
699 status collapsed
700
701 \begin_layout Plain Layout
702 La liste des groupes n'apparaît que si au moins un groupe a été défini (N.d.T.)
703 \end_layout
704
705 \end_inset
706
707 .
708 \end_layout
709
710 \begin_layout Standard
711 \begin_inset VSpace bigskip
712 \end_inset
713
714
715 \end_layout
716
717 \begin_layout Standard
718 Voici un exemple d'image au format EPS
719 \begin_inset Foot
720 status collapsed
721
722 \begin_layout Plain Layout
723 Les format d'images sont décrits dans la section
724 \begin_inset space ~
725 \end_inset
726
727
728 \begin_inset CommandInset ref
729 LatexCommand ref
730 reference "sec:Image-Formats"
731
732 \end_inset
733
734 .
735 \end_layout
736
737 \end_inset
738
739  qui se trouve dans son propre paragraphe, ce dernier étant centré horizontaleme
740 nt:
741 \begin_inset Separator parbreak
742 \end_inset
743
744
745 \end_layout
746
747 \begin_layout Standard
748 \align center
749 \begin_inset Graphics
750         filename ../clipart/mobius.eps
751         scale 70
752         scaleBeforeRotation
753         rotateOrigin center
754
755 \end_inset
756
757
758 \end_layout
759
760 \begin_layout Standard
761 Et voici la même image mais en mode brouillon:
762 \begin_inset Separator parbreak
763 \end_inset
764
765
766 \end_layout
767
768 \begin_layout Standard
769 \align center
770 \begin_inset Graphics
771         filename ../clipart/mobius.eps
772         scale 70
773         draft
774         scaleBeforeRotation
775         rotateOrigin center
776
777 \end_inset
778
779
780 \end_layout
781
782 \begin_layout Section
783 Figures flottantes
784 \begin_inset CommandInset label
785 LatexCommand label
786 name "sec:Figure-Floats"
787
788 \end_inset
789
790
791 \begin_inset Index idx
792 status collapsed
793
794 \begin_layout Plain Layout
795 Flottants ! Figures
796 \end_layout
797
798 \end_inset
799
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Figures ! Flottants
806 \end_layout
807
808 \end_inset
809
810
811 \end_layout
812
813 \begin_layout Standard
814 Pour des explications d'ordre général concernant les flottants, jetez un
815  coup d'œil à la section
816 \begin_inset space ~
817 \end_inset
818
819
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "sec:Flottants-Introduction"
823
824 \end_inset
825
826 .
827 \end_layout
828
829 \begin_layout Standard
830 Le bouton 
831 \begin_inset Info
832 type  "icon"
833 arg   "float-insert figure"
834 \end_inset
835
836  de la barre d'outils et le menu 
837 \family sans
838 Insertion\SpecialChar menuseparator
839 Flottant\SpecialChar menuseparator
840 Figure
841 \family default
842  insèrent un flottant avec l'étiquette 
843 \begin_inset Quotes fld
844 \end_inset
845
846
847 \series bold
848 Figure
849 \begin_inset space ~
850 \end_inset
851
852 #:
853 \series default
854
855 \begin_inset Quotes frd
856 \end_inset
857
858  (# est le numéro réel de l'image).
859  Vous pouvez insérer l'image au dessus de la légende comme pour la figure
860 \begin_inset space ~
861 \end_inset
862
863
864 \begin_inset CommandInset ref
865 LatexCommand ref
866 reference "fig:kill-plat"
867
868 \end_inset
869
870  ou en dessous de la légende comme pour la Figure
871 \begin_inset space ~
872 \end_inset
873
874
875 \begin_inset CommandInset ref
876 LatexCommand ref
877 reference "fig:escher"
878
879 \end_inset
880
881 .
882  Vous trouverez plus d'information sur le positionnement des légendes dans
883  la section
884 \begin_inset space ~
885 \end_inset
886
887
888 \begin_inset CommandInset ref
889 LatexCommand ref
890 reference "sec:Placement-légende"
891
892 \end_inset
893
894 .
895 \end_layout
896
897 \begin_layout Standard
898 \begin_inset Float figure
899 wide false
900 sideways false
901 status open
902
903 \begin_layout Plain Layout
904 \align center
905 \begin_inset Graphics
906         filename ../clipart/platypus.eps
907         width 50col%
908         scaleBeforeRotation
909         rotateOrigin center
910
911 \end_inset
912
913
914 \end_layout
915
916 \begin_layout Plain Layout
917 \begin_inset Caption Standard
918
919 \begin_layout Plain Layout
920 \begin_inset CommandInset label
921 LatexCommand label
922 name "fig:kill-plat"
923
924 \end_inset
925
926 Un ornithorynque sévèrement déformé dans un flottant de figure.
927 \end_layout
928
929 \end_inset
930
931
932 \end_layout
933
934 \end_inset
935
936
937 \end_layout
938
939 \begin_layout Standard
940 \begin_inset Float figure
941 wide false
942 sideways false
943 status open
944
945 \begin_layout Plain Layout
946 \begin_inset Caption Standard
947
948 \begin_layout Plain Layout
949 \begin_inset CommandInset label
950 LatexCommand label
951 name "fig:escher"
952
953 \end_inset
954
955 M.C.
956  Escher sous LSD.
957 \end_layout
958
959 \end_inset
960
961
962 \end_layout
963
964 \begin_layout Plain Layout
965 \align center
966 \begin_inset Graphics
967         filename ../clipart/escher-lsd.eps
968         scale 80
969         scaleBeforeRotation
970         rotateOrigin center
971
972 \end_inset
973
974
975 \end_layout
976
977 \end_inset
978
979
980 \end_layout
981
982 \begin_layout Standard
983 \begin_inset Index idx
984 status collapsed
985
986 \begin_layout Plain Layout
987 References@Références ! à des Figures
988 \end_layout
989
990 \end_inset
991
992 Les figure
993 \begin_inset space ~
994 \end_inset
995
996
997 \begin_inset CommandInset ref
998 LatexCommand ref
999 reference "fig:kill-plat"
1000
1001 \end_inset
1002
1003  et 
1004 \begin_inset CommandInset ref
1005 LatexCommand ref
1006 reference "fig:escher"
1007
1008 \end_inset
1009
1010  sont des exemples de figures référencées.
1011  Dans le texte, on fait référence à une figure en faisant référence à sa
1012  légende.
1013  On insère donc une étiquette dans la légende en utilisant le menu 
1014 \family sans
1015 Insertion
1016 \family default
1017 \SpecialChar menuseparator
1018
1019 \family sans
1020 Étiquette
1021 \family default
1022  ou le bouton 
1023 \begin_inset Info
1024 type  "icon"
1025 arg   "label-insert"
1026 \end_inset
1027
1028  de la barre d'outils.
1029  On peut alors faire référence à cette étiquette en utilisant le menu 
1030 \family sans
1031 Insertion\SpecialChar menuseparator
1032 Référence
1033 \begin_inset space ~
1034 \end_inset
1035
1036 croisée
1037 \family default
1038  ou le bouton 
1039 \begin_inset Info
1040 type  "icon"
1041 arg   "dialog-show-new-inset ref"
1042 \end_inset
1043
1044  de la barre d'outils.
1045  Il est important d'utiliser des références pour les flottants de figures
1046  plutôt que des locutions vagues du genre 
1047 \begin_inset Quotes fld
1048 \end_inset
1049
1050 la figure ci-dessous
1051 \begin_inset Quotes frd
1052 \end_inset
1053
1054 , puisque \SpecialChar LaTeX
1055  va repositionner la figure dans le document final.
1056  Votre figure risque de ne plus être ci-dessous du tout !
1057 \begin_inset Newline newline
1058 \end_inset
1059
1060 Le référencement est expliqué plus en détail dans la section
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "sec:Referencer-les-Flottants"
1068
1069 \end_inset
1070
1071 .
1072 \end_layout
1073
1074 \begin_layout Standard
1075 En principe on met une seule figure dans un flottant, mais parfois vous
1076  pouvez vouloir deux figures avec chacune sa sous-légende.
1077  C'est possible en insérant des flottants d'image dans des flottants d'image
1078  existants.
1079  Notez que seule la légende principale des flottants est reprise dans la
1080  liste des figures.
1081  La figure
1082 \begin_inset space ~
1083 \end_inset
1084
1085
1086 \begin_inset CommandInset ref
1087 LatexCommand ref
1088 reference "fig:Deux-images-déformées"
1089
1090 \end_inset
1091
1092  est un exemple de flottant de figure avec deux images mises l'une à côté
1093  de l'autre.
1094  Vous pouvez aussi mettre les images les unes sous les autres.
1095  Les figures
1096 \begin_inset space ~
1097 \end_inset
1098
1099
1100 \begin_inset CommandInset ref
1101 LatexCommand ref
1102 reference "fig:Structure-indéfinissable"
1103
1104 \end_inset
1105
1106  et 
1107 \begin_inset CommandInset ref
1108 LatexCommand ref
1109 reference "fig:Un-ornithorynque"
1110
1111 \end_inset
1112
1113  sont des sous-figures.
1114 \end_layout
1115
1116 \begin_layout Standard
1117 \begin_inset Float figure
1118 wide false
1119 sideways false
1120 status open
1121
1122 \begin_layout Plain Layout
1123 \begin_inset space \hfill{}
1124 \end_inset
1125
1126
1127 \begin_inset Float figure
1128 wide false
1129 sideways false
1130 status open
1131
1132 \begin_layout Plain Layout
1133 \begin_inset Caption Standard
1134
1135 \begin_layout Plain Layout
1136 \begin_inset CommandInset label
1137 LatexCommand label
1138 name "fig:Structure-indéfinissable"
1139
1140 \end_inset
1141
1142 Structure indéfinissable
1143 \end_layout
1144
1145 \end_inset
1146
1147
1148 \end_layout
1149
1150 \begin_layout Plain Layout
1151 \begin_inset Graphics
1152         filename ../clipart/escher-lsd.eps
1153         width 45col%
1154         scaleBeforeRotation
1155         groupId Déformés
1156
1157 \end_inset
1158
1159
1160 \end_layout
1161
1162 \end_inset
1163
1164
1165 \begin_inset space \hfill{}
1166 \end_inset
1167
1168
1169 \begin_inset Float figure
1170 wide false
1171 sideways false
1172 status open
1173
1174 \begin_layout Plain Layout
1175 \begin_inset Caption Standard
1176
1177 \begin_layout Plain Layout
1178 \begin_inset CommandInset label
1179 LatexCommand label
1180 name "fig:Un-ornithorynque"
1181
1182 \end_inset
1183
1184 Un ornithorynque
1185 \end_layout
1186
1187 \end_inset
1188
1189
1190 \end_layout
1191
1192 \begin_layout Plain Layout
1193 \begin_inset Graphics
1194         filename ../clipart/platypus.eps
1195         width 45col%
1196         scaleBeforeRotation
1197         groupId Déformés
1198
1199 \end_inset
1200
1201
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \begin_inset space \hfill{}
1208 \end_inset
1209
1210
1211 \end_layout
1212
1213 \begin_layout Plain Layout
1214 \begin_inset Caption Standard
1215
1216 \begin_layout Plain Layout
1217 \begin_inset CommandInset label
1218 LatexCommand label
1219 name "fig:Deux-images-déformées"
1220
1221 \end_inset
1222
1223 Deux images déformées.
1224  Les deux images font partie du groupe de paramétrisation 
1225 \begin_inset Quotes fld
1226 \end_inset
1227
1228 déformés
1229 \begin_inset Quotes frd
1230 \end_inset
1231
1232 .
1233 \end_layout
1234
1235 \end_inset
1236
1237
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Section
1246 Les formats d'images
1247 \begin_inset CommandInset label
1248 LatexCommand label
1249 name "sec:Image-Formats"
1250
1251 \end_inset
1252
1253
1254 \begin_inset Index idx
1255 status collapsed
1256
1257 \begin_layout Plain Layout
1258 Formats d' images
1259 \end_layout
1260
1261 \end_inset
1262
1263
1264 \begin_inset Index idx
1265 status collapsed
1266
1267 \begin_layout Plain Layout
1268 Figures ! Formats d'images
1269 \end_layout
1270
1271 \end_inset
1272
1273
1274 \end_layout
1275
1276 \begin_layout Standard
1277 Vous pouvez insérer des images dans n'importe quel format connu.
1278  Mais, comme nous l'avons expliqué dans l'annexe
1279 \begin_inset space ~
1280 \end_inset
1281
1282
1283 \begin_inset CommandInset ref
1284 LatexCommand ref
1285 reference "cha:Formats-fichiers-graphiques"
1286
1287 \end_inset
1288
1289 , chaque format pour la sortie du document ne va accepter qu'un petit nombre
1290  de formats d'images.
1291  Pour s'en sortir \SpecialChar LyX
1292  utilise le programme 
1293 \family typewriter
1294 ImageMagick
1295 \family default
1296  en arrière plan pour convertir les formats que vous utilisez dans un des
1297  formats acceptés par le format de sortie.
1298  Ces conversions prenant forcément du temps, vous pouvez accélérer vos exportati
1299 ons en n'utilisant que les formats listés dans les sous sections de l'annexe
1300 \begin_inset space ~
1301 \end_inset
1302
1303
1304 \begin_inset CommandInset ref
1305 LatexCommand ref
1306 reference "cha:Formats-fichiers-graphiques"
1307
1308 \end_inset
1309
1310 .
1311 \end_layout
1312
1313 \begin_layout Standard
1314 Comme pour les polices de caractères, il y a deux grands types de formats
1315  d'images:
1316 \end_layout
1317
1318 \begin_layout Description
1319 Les
1320 \begin_inset space ~
1321 \end_inset
1322
1323 images
1324 \begin_inset space ~
1325 \end_inset
1326
1327 Matricielles
1328 \begin_inset space ~
1329 \end_inset
1330
1331 (ou
1332 \begin_inset space ~
1333 \end_inset
1334
1335 bitmap) l'image est décomposée en une mosaïque de points (ou pixels), souvent
1336  enregistrés sous un format compressé.
1337  Elles ne sont pas facilement redimensionnables et on voit apparaître des
1338  petits carrés quand on utilise des agrandissements trop importants (aspect
1339  
1340 \begin_inset Quotes fld
1341 \end_inset
1342
1343 pixellisé
1344 \begin_inset Quotes frd
1345 \end_inset
1346
1347 ).
1348  Les formats matriciels les plus connus sont le GIF (
1349 \begin_inset Quotes fld
1350 \end_inset
1351
1352 Graphics Interchange Format
1353 \begin_inset Quotes frd
1354 \end_inset
1355
1356 , avec comme suffixe de fichier 
1357 \begin_inset Quotes fld
1358 \end_inset
1359
1360
1361 \family typewriter
1362 .gif
1363 \family default
1364
1365 \begin_inset Quotes frd
1366 \end_inset
1367
1368 )
1369 \begin_inset Index idx
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 GIF|see
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 {
1380 \end_layout
1381
1382 \end_inset
1383
1384 Format d'image
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 }
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400 , le PNG (
1401 \begin_inset Quotes fld
1402 \end_inset
1403
1404 Portable Network Graphics
1405 \begin_inset Quotes frd
1406 \end_inset
1407
1408 , suffixe 
1409 \begin_inset Quotes fld
1410 \end_inset
1411
1412
1413 \family typewriter
1414 .png
1415 \family default
1416
1417 \begin_inset Quotes frd
1418 \end_inset
1419
1420 )
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 PNG|see
1426 \begin_inset ERT
1427 status collapsed
1428
1429 \begin_layout Plain Layout
1430
1431 {
1432 \end_layout
1433
1434 \end_inset
1435
1436 Formats d'image
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 }
1443 \end_layout
1444
1445 \end_inset
1446
1447
1448 \end_layout
1449
1450 \end_inset
1451
1452  et le JPG (
1453 \begin_inset Quotes fld
1454 \end_inset
1455
1456 Joint Photographic Expert Group
1457 \begin_inset Quotes frd
1458 \end_inset
1459
1460 , suffixe 
1461 \begin_inset Quotes fld
1462 \end_inset
1463
1464
1465 \family typewriter
1466 .jpg
1467 \family default
1468
1469 \begin_inset Quotes frd
1470 \end_inset
1471
1472  ou 
1473 \begin_inset Quotes fld
1474 \end_inset
1475
1476
1477 \family typewriter
1478 .jpeg
1479 \family default
1480
1481 \begin_inset Quotes frd
1482 \end_inset
1483
1484 )
1485 \begin_inset Index idx
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 JPG|see
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 {
1496 \end_layout
1497
1498 \end_inset
1499
1500 Formats d'image
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 }
1507 \end_layout
1508
1509 \end_inset
1510
1511
1512 \end_layout
1513
1514 \end_inset
1515
1516 .
1517 \end_layout
1518
1519 \begin_layout Description
1520 Les
1521 \begin_inset space ~
1522 \end_inset
1523
1524 images
1525 \begin_inset space ~
1526 \end_inset
1527
1528 Vectorielles
1529 \begin_inset space ~
1530 \end_inset
1531
1532 (ou
1533 \begin_inset space ~
1534 \end_inset
1535
1536 redimensionnables) l'image est décrite sous forme d'objets, ou vecteurs
1537  (lignes, courbes, formes géométriques, caractères...) et peut donc être redimensio
1538 nnée comme on le veut sans perte de précision.
1539  La possibilité de redimensionner les images est très utilisé pour les présentat
1540 ions, vu que le passage par un vidéo-projecteur entraîne forcément un redimensio
1541 nnement.
1542  Le redimensionnement permet aussi de présenter des documents en ligne où
1543  le lecteur pourra agrandir les diagrammes comme il le souhaite pour en
1544  étudier les détails.
1545 \begin_inset Newline newline
1546 \end_inset
1547
1548 Les principaux formats vectoriels sont le SVG (
1549 \begin_inset Quotes fld
1550 \end_inset
1551
1552 Scalable Vector Graphics
1553 \begin_inset Quotes frd
1554 \end_inset
1555
1556 , suffixe 
1557 \begin_inset Quotes fld
1558 \end_inset
1559
1560
1561 \family typewriter
1562 .svg
1563 \family default
1564
1565 \begin_inset Quotes frd
1566 \end_inset
1567
1568 )
1569 \begin_inset Index idx
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573 SVG|see
1574 \begin_inset ERT
1575 status collapsed
1576
1577 \begin_layout Plain Layout
1578
1579 {
1580 \end_layout
1581
1582 \end_inset
1583
1584 Format d'image
1585 \begin_inset ERT
1586 status collapsed
1587
1588 \begin_layout Plain Layout
1589
1590 }
1591 \end_layout
1592
1593 \end_inset
1594
1595
1596 \end_layout
1597
1598 \end_inset
1599
1600 , l'EPS ( 
1601 \begin_inset Quotes fld
1602 \end_inset
1603
1604 encapsulated PostScript
1605 \begin_inset Quotes frd
1606 \end_inset
1607
1608 , suffixe 
1609 \begin_inset Quotes fld
1610 \end_inset
1611
1612
1613 \family typewriter
1614 .eps
1615 \family default
1616
1617 \begin_inset Quotes frd
1618 \end_inset
1619
1620 )
1621 \begin_inset Index idx
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625 EPS|see
1626 \begin_inset ERT
1627 status collapsed
1628
1629 \begin_layout Plain Layout
1630
1631 {
1632 \end_layout
1633
1634 \end_inset
1635
1636 Format d'image
1637 \begin_inset ERT
1638 status collapsed
1639
1640 \begin_layout Plain Layout
1641
1642 }
1643 \end_layout
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \end_inset
1651
1652 , le PDF (
1653 \begin_inset Quotes fld
1654 \end_inset
1655
1656 Portable Document Format
1657 \begin_inset Quotes frd
1658 \end_inset
1659
1660 , suffixe 
1661 \begin_inset Quotes fld
1662 \end_inset
1663
1664
1665 \family typewriter
1666 .pdf
1667 \family default
1668
1669 \begin_inset Quotes frd
1670 \end_inset
1671
1672 )
1673 \begin_inset Index idx
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 PDF|see
1678 \begin_inset ERT
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682
1683 {
1684 \end_layout
1685
1686 \end_inset
1687
1688 Format d'image
1689 \begin_inset ERT
1690 status collapsed
1691
1692 \begin_layout Plain Layout
1693
1694 }
1695 \end_layout
1696
1697 \end_inset
1698
1699
1700 \end_layout
1701
1702 \end_inset
1703
1704  et le WMF (
1705 \begin_inset Quotes fld
1706 \end_inset
1707
1708 Windows Metafile
1709 \begin_inset Quotes frd
1710 \end_inset
1711
1712 , suffixe 
1713 \begin_inset Quotes fld
1714 \end_inset
1715
1716
1717 \family typewriter
1718 .wfm
1719 \family default
1720
1721 \begin_inset Quotes frd
1722 \end_inset
1723
1724  ou 
1725 \begin_inset Quotes fld
1726 \end_inset
1727
1728
1729 \family typewriter
1730 .emf
1731 \family default
1732
1733 \begin_inset Quotes frd
1734 \end_inset
1735
1736 )
1737 \begin_inset Index idx
1738 status collapsed
1739
1740 \begin_layout Plain Layout
1741 WMF|see
1742 \begin_inset ERT
1743 status collapsed
1744
1745 \begin_layout Plain Layout
1746
1747 {
1748 \end_layout
1749
1750 \end_inset
1751
1752 Formats d'images
1753 \begin_inset ERT
1754 status collapsed
1755
1756 \begin_layout Plain Layout
1757
1758 }
1759 \end_layout
1760
1761 \end_inset
1762
1763
1764 \end_layout
1765
1766 \end_inset
1767
1768 .
1769  En fait vous pouvez convertir n'importe quel format matriciel en PDF ou
1770  en EPS, mais le résultat ne sera pas redimensionnable.
1771  Dans ce cas seul une en-tête est réellement ajoutée à l'image initiale.
1772 \begin_inset Foot
1773 status collapsed
1774
1775 \begin_layout Plain Layout
1776 Dans le cas du PDF l'image initiale est aussi compressée.
1777 \end_layout
1778
1779 \end_inset
1780
1781
1782 \end_layout
1783
1784 \begin_layout Standard
1785 Les fichiers PDF générés par 
1786 \family typewriter
1787 Adobe Photoshop
1788 \family default
1789 , par exemple, sont des images matricielles.
1790 \end_layout
1791
1792 \begin_layout Standard
1793 En principe il est quasiment impossible de convertir une image matricielle
1794  en graphique vectoriel, seul le contraire est possible.
1795  Seuls les formats d'image PDF et EPS peuvent être directement incorporés
1796  dans respectivement un fichier de sortie PDF ou PostScript.
1797  Les images en SVG ou en WMF sont recalculées sous forme de bitmaps quand
1798  la sortie est générée puisqu'il n'existe pas actuellement de convertisseurs
1799  WMF/SVG
1800 \begin_inset Formula $\to$
1801 \end_inset
1802
1803 PDF/EPS convenables.
1804 \end_layout
1805
1806 \begin_layout Chapter
1807 Tableaux
1808 \begin_inset Index idx
1809 status collapsed
1810
1811 \begin_layout Plain Layout
1812 Tableau
1813 \end_layout
1814
1815 \end_inset
1816
1817
1818 \end_layout
1819
1820 \begin_layout Section
1821 Introduction
1822 \begin_inset Index idx
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826 Tableau ! Introduction
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \begin_layout Standard
1835 Vous pouvez insérer un tableau en utilisant soit le bouton de la barre d'outils
1836  
1837 \begin_inset Info
1838 type  "icon"
1839 arg   "tabular-insert"
1840 \end_inset
1841
1842  soit 
1843 \family sans
1844 Insertion\SpecialChar menuseparator
1845 Tableau
1846 \family default
1847 .
1848  Le bouton vous offre un moyen graphique pour choisir la taille du tableau
1849  : Vous déplacez le curseur de la souris pour indiquer le nombre de lignes
1850  et de colonnes que doit avoir le tableau qui va être créé et vous appuyez
1851  sur un bouton de la souris pour valider votre choix.
1852  Quand vous utilisez le menu pour créer un tableau, une fenêtre apparaît,
1853  vous demandant le nombre de lignes et de colonnes.
1854 \begin_inset Newline newline
1855 \end_inset
1856
1857 Le tableau a implicitement une bordure au dessus et à gauche de chaque case,
1858  une à droite de la colonne la plus à droite et une en bas de la rangée
1859  du bas, qui forment une boîte autour du tableau.
1860  En plus, la rangée supérieure a aussi une bordure en bas, ce qui fait qu'elle
1861  apparaît séparée du reste du tableau.
1862  Voici un exemple :
1863 \begin_inset Separator parbreak
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \begin_layout Standard
1870 \align center
1871 \begin_inset Tabular
1872 <lyxtabular version="3" rows="4" columns="4">
1873 <features tabularvalignment="middle">
1874 <column alignment="center" valignment="top">
1875 <column alignment="center" valignment="top">
1876 <column alignment="center" valignment="top">
1877 <column alignment="center" valignment="top">
1878 <row>
1879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1880 \begin_inset Text
1881
1882 \begin_layout Plain Layout
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1889 \begin_inset Text
1890
1891 \begin_layout Plain Layout
1892 1
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1898 \begin_inset Text
1899
1900 \begin_layout Plain Layout
1901 2
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1907 \begin_inset Text
1908
1909 \begin_layout Plain Layout
1910 3
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 </row>
1916 <row>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921 A
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1927 \begin_inset Text
1928
1929 \begin_layout Plain Layout
1930
1931 \end_layout
1932
1933 \end_inset
1934 </cell>
1935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1936 \begin_inset Text
1937
1938 \begin_layout Plain Layout
1939
1940 \end_layout
1941
1942 \end_inset
1943 </cell>
1944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1945 \begin_inset Text
1946
1947 \begin_layout Plain Layout
1948
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 </row>
1954 <row>
1955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959 B
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1965 \begin_inset Text
1966
1967 \begin_layout Plain Layout
1968
1969 \end_layout
1970
1971 \end_inset
1972 </cell>
1973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \end_layout
1979
1980 \end_inset
1981 </cell>
1982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1983 \begin_inset Text
1984
1985 \begin_layout Plain Layout
1986
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 </row>
1992 <row>
1993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1994 \begin_inset Text
1995
1996 \begin_layout Plain Layout
1997 C
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006
2007 \end_layout
2008
2009 \end_inset
2010 </cell>
2011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2012 \begin_inset Text
2013
2014 \begin_layout Plain Layout
2015
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024
2025 \end_layout
2026
2027 \end_inset
2028 </cell>
2029 </row>
2030 </lyxtabular>
2031
2032 \end_inset
2033
2034
2035 \end_layout
2036
2037 \begin_layout Section
2038 La fenêtre 
2039 \family sans
2040 tableau
2041 \family default
2042
2043 \begin_inset Index idx
2044 status collapsed
2045
2046 \begin_layout Plain Layout
2047 Tableau ! Fenêtre de dialogue
2048 \end_layout
2049
2050 \end_inset
2051
2052
2053 \end_layout
2054
2055 \begin_layout Standard
2056 Vous pouvez modifier un tableau en cliquant dedans avec la touche droite
2057  de la souris, qui ouvre le menu contextuel.
2058  A l'aide du choix de menu 
2059 \family sans
2060 Plus...
2061
2062 \family default
2063  vous pouvez modifier les réglages concernant la cellule, la colonne et
2064  la ligne dans laquelle le curseur se trouve.
2065  Le menu contextuel 
2066 \family sans
2067 Plus...\SpecialChar menuseparator
2068 Paramètres...
2069
2070 \family default
2071  ouvre la fenêtre de dialogue de tableau dans laquelle d'autres réglages
2072  sont possibles.
2073  La plupart des options peuvent s'appliquer à des sélections.
2074  Ce qui signifie que si vous avez sélectionné plus d'une cellule, plus d'une
2075  ligne ou plus d'une colonne, l'action demandée prendra en compte toute
2076  votre sélection.
2077  Notez qu'il y a une différence entre sélectionner le 
2078 \emph on
2079 contenu 
2080 \emph default
2081 d'une cellule et sélectionner la cellule elle-même.
2082 \begin_inset Newline newline
2083 \end_inset
2084
2085 En cochant l'option 
2086 \family sans
2087 Application
2088 \begin_inset space ~
2089 \end_inset
2090
2091 immédiate
2092 \family default
2093  de la fenêtre de dialogue, chaque modification d'un champ de la fenêtre
2094  est appliquée directement.
2095  Si vous déplacez le curseur vers une autre celule du tableau, la fenêtre
2096  s'adapte avec les valeurs des paramètres de la nouvelle cellule.
2097  Si vous modifiez les valeurs des longueurs qui se trouvent dans la fenêtre
2098  de dialogue, vous devez appuyer sur 
2099 \family sans
2100 Entrée
2101 \family default
2102  pour que la modification soit appliquée.
2103 \begin_inset Newline newline
2104 \end_inset
2105
2106 Vous pouvez utiliser les onglets suivants de la fenêtre de dialogue de tableaux
2107  :
2108 \end_layout
2109
2110 \begin_layout Description
2111 Paramètres
2112 \begin_inset space ~
2113 \end_inset
2114
2115 du
2116 \begin_inset space ~
2117 \end_inset
2118
2119 tableau Avec cet onglet, vous pouvez choisir l'alignement horizontal et
2120  la largeur de la colonne courante.
2121  L'alignement horizontal 
2122 \family sans
2123 Au
2124 \begin_inset space ~
2125 \end_inset
2126
2127 séparateur
2128 \begin_inset space ~
2129 \end_inset
2130
2131 décimal
2132 \family default
2133  est décrit dans la section
2134 \begin_inset space ~
2135 \end_inset
2136
2137
2138 \begin_inset CommandInset ref
2139 LatexCommand ref
2140 reference "subsec:Alignements-de-cellules"
2141
2142 \end_inset
2143
2144 .
2145  Quand vous avez fixé une largeur, vous pouvez aussi modifier l'alignement
2146  vertical de la ligne courante.
2147  Une largeur fixée va permettre aux cellules d'avoir des sauts de lignes
2148  et donc, plusieurs paragraphes de texte, voir la section
2149 \begin_inset space ~
2150 \end_inset
2151
2152
2153 \begin_inset CommandInset ref
2154 LatexCommand ref
2155 reference "subsec:Lignes-multiple-dans-cellule"
2156
2157 \end_inset
2158
2159 .
2160  Si vous ne fixez pas la largeur, la colonne sera aussi large qu'il le faudra
2161  pour accommoder le contenu de cellule le plus large.
2162 \begin_inset Newline newline
2163 \end_inset
2164
2165 Vous pouvez aussi marquer une ou plusieurs cellules d'une ligne comme étant
2166  un multi-colonnes, voir la section
2167 \begin_inset space ~
2168 \end_inset
2169
2170
2171 \begin_inset CommandInset ref
2172 LatexCommand ref
2173 reference "subsec:Multicolonnes"
2174
2175 \end_inset
2176
2177  ou une cellule d'une colonne comme cellule multi-lignes, voir la section
2178 \begin_inset space ~
2179 \end_inset
2180
2181
2182 \begin_inset CommandInset ref
2183 LatexCommand ref
2184 reference "subsec:Multi-lignes"
2185
2186 \end_inset
2187
2188 .
2189 \begin_inset Newline newline
2190 \end_inset
2191
2192 L'option 
2193 \family sans
2194 Tourner
2195 \begin_inset space ~
2196 \end_inset
2197
2198 la
2199 \begin_inset space ~
2200 \end_inset
2201
2202 case
2203 \begin_inset space ~
2204 \end_inset
2205
2206 de
2207 \begin_inset space ~
2208 \end_inset
2209
2210 90°
2211 \family default
2212  fait pivoter la case courante ou une sélection de 90° dans le sens anti-horaire.
2213  L'option 
2214 \family sans
2215 Tourner
2216 \begin_inset space ~
2217 \end_inset
2218
2219 le
2220 \begin_inset space ~
2221 \end_inset
2222
2223 tableau
2224 \begin_inset space ~
2225 \end_inset
2226
2227 de
2228 \begin_inset space ~
2229 \end_inset
2230
2231 90°
2232 \family default
2233  fait pivoter tout le tableau.
2234  Ces rotations ne sont pas visibles dans \SpecialChar LyX
2235 , mais devraient l'être dans la
2236  sortie finale.
2237  Pour plus d'information voir la section
2238 \begin_inset space ~
2239 \end_inset
2240
2241
2242 \begin_inset CommandInset ref
2243 LatexCommand ref
2244 reference "sec:Pivotement-des-cellules"
2245
2246 \end_inset
2247
2248 .
2249 \begin_inset Newline newline
2250 \end_inset
2251
2252
2253 \begin_inset Note Greyedout
2254 status open
2255
2256 \begin_layout Plain Layout
2257
2258 \series bold
2259 Note:
2260 \series default
2261  La plupart des visualiseurs DVI ne sont 
2262 \emph on
2263 pas
2264 \emph default
2265  capables d'afficher ces rotations.
2266 \end_layout
2267
2268 \end_inset
2269
2270
2271 \begin_inset Newline newline
2272 \end_inset
2273
2274 Le paramètre global d'alignement vertical dans la ligne sert pour les tableaux
2275  qui sont incorporés dans une ligne de texte :
2276 \begin_inset Newline newline
2277 \end_inset
2278
2279 Une ligne avec des tableaux alignés de différentes manières: 
2280 \begin_inset Tabular
2281 <lyxtabular version="3" rows="2" columns="2">
2282 <features tabularvalignment="top">
2283 <column alignment="center" valignment="top" width="0pt">
2284 <column alignment="center" valignment="top">
2285 <row>
2286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2287 \begin_inset Text
2288
2289 \begin_layout Plain Layout
2290
2291 \end_layout
2292
2293 \end_inset
2294 </cell>
2295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2296 \begin_inset Text
2297
2298 \begin_layout Plain Layout
2299 1
2300 \end_layout
2301
2302 \end_inset
2303 </cell>
2304 </row>
2305 <row>
2306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2307 \begin_inset Text
2308
2309 \begin_layout Plain Layout
2310 A
2311 \end_layout
2312
2313 \end_inset
2314 </cell>
2315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2316 \begin_inset Text
2317
2318 \begin_layout Plain Layout
2319
2320 \end_layout
2321
2322 \end_inset
2323 </cell>
2324 </row>
2325 </lyxtabular>
2326
2327 \end_inset
2328
2329  
2330 \begin_inset Tabular
2331 <lyxtabular version="3" rows="2" columns="2">
2332 <features tabularvalignment="middle">
2333 <column alignment="center" valignment="top">
2334 <column alignment="center" valignment="top">
2335 <row>
2336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Plain Layout
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349 1
2350 \end_layout
2351
2352 \end_inset
2353 </cell>
2354 </row>
2355 <row>
2356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2357 \begin_inset Text
2358
2359 \begin_layout Plain Layout
2360 A
2361 \end_layout
2362
2363 \end_inset
2364 </cell>
2365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2366 \begin_inset Text
2367
2368 \begin_layout Plain Layout
2369
2370 \end_layout
2371
2372 \end_inset
2373 </cell>
2374 </row>
2375 </lyxtabular>
2376
2377 \end_inset
2378
2379  
2380 \begin_inset Tabular
2381 <lyxtabular version="3" rows="2" columns="2">
2382 <features tabularvalignment="bottom">
2383 <column alignment="center" valignment="top" width="0pt">
2384 <column alignment="center" valignment="top">
2385 <row>
2386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \end_layout
2392
2393 \end_inset
2394 </cell>
2395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2396 \begin_inset Text
2397
2398 \begin_layout Plain Layout
2399 1
2400 \end_layout
2401
2402 \end_inset
2403 </cell>
2404 </row>
2405 <row>
2406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2407 \begin_inset Text
2408
2409 \begin_layout Plain Layout
2410 A
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419
2420 \end_layout
2421
2422 \end_inset
2423 </cell>
2424 </row>
2425 </lyxtabular>
2426
2427 \end_inset
2428
2429
2430 \begin_inset Newline newline
2431 \end_inset
2432
2433 On peut aussi entrer des paramètres \SpecialChar LaTeX
2434  pour obtenir des mise en formes spéciales
2435  pour le tableau, voir les sections
2436 \begin_inset space ~
2437 \end_inset
2438
2439
2440 \begin_inset CommandInset ref
2441 LatexCommand ref
2442 reference "subsec:Calculs-multicolonnes"
2443
2444 \end_inset
2445
2446  et 
2447 \begin_inset CommandInset ref
2448 LatexCommand ref
2449 reference "sec:Tableaux-Colorés"
2450
2451 \end_inset
2452
2453 .
2454 \end_layout
2455
2456 \begin_layout Description
2457
2458 \family sans
2459 Bordures
2460 \family default
2461  Cet onglet vous permet d'ajouter ou de supprimer les bordures pour la ligne
2462  ou la colonne courante.
2463  
2464 \begin_inset Newline newline
2465 \end_inset
2466
2467 En utilisant le style 
2468 \family sans
2469 Formel
2470 \family default
2471  à la place du style par 
2472 \family sans
2473 Défaut
2474 \family default
2475 , on va convertir le tableau en tableau formel comme on le décrit dans la
2476  section
2477 \begin_inset space ~
2478 \end_inset
2479
2480
2481 \begin_inset CommandInset ref
2482 LatexCommand ref
2483 reference "sec:Tableaux-Formels"
2484
2485 \end_inset
2486
2487 .
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 Vous pouvez aussi utiliser cet onglet pour ajouter un espacement vertical
2492  dans les lignes du tableau comme c'est décrit dans la section
2493 \begin_inset space ~
2494 \end_inset
2495
2496
2497 \begin_inset CommandInset ref
2498 LatexCommand ref
2499 reference "subsec:Espacement-lignes"
2500
2501 \end_inset
2502
2503 .
2504 \end_layout
2505
2506 \begin_layout Description
2507 Tableau
2508 \begin_inset space ~
2509 \end_inset
2510
2511 long Cet onglet est utilisé pour transformer un tableau en ce que l'on nomme
2512  un 
2513 \begin_inset Quotes fld
2514 \end_inset
2515
2516
2517 \emph on
2518 tableau long
2519 \emph default
2520
2521 \begin_inset Quotes frd
2522 \end_inset
2523
2524  qui peut continuer sur plusieurs pages.
2525  Les sections
2526 \begin_inset space ~
2527 \end_inset
2528
2529
2530 \begin_inset CommandInset ref
2531 LatexCommand ref
2532 reference "sec:Tableaux-longs"
2533
2534 \end_inset
2535
2536  et 
2537 \begin_inset CommandInset ref
2538 LatexCommand ref
2539 reference "sec:Questions-sur-tableaux-longs"
2540
2541 \end_inset
2542
2543  décrivent ces tableaux longs plus en détail.
2544 \end_layout
2545
2546 \begin_layout Section
2547 La barre d'outils tableau
2548 \begin_inset Index idx
2549 status collapsed
2550
2551 \begin_layout Plain Layout
2552 Tableau ! Barre d'outils
2553 \end_layout
2554
2555 \end_inset
2556
2557
2558 \end_layout
2559
2560 \begin_layout Standard
2561 La barre d'outils tableau est une alternative à la fenêtre de dialogue qui
2562  permet de modifier plus rapidement les tableaux.
2563  Elle apparaît normalement en bas de la fenêtre principale de \SpecialChar LyX
2564  quand le
2565  curseur se trouve à l'intérieur d'un tableau.
2566  Vous pouvez aussi choisir de la faire apparaître de façon permanente grâce
2567  au menu 
2568 \family sans
2569 Visualiser\SpecialChar menuseparator
2570 Barres
2571 \begin_inset space ~
2572 \end_inset
2573
2574 d'outils\SpecialChar menuseparator
2575 Tableau
2576 \family default
2577 .
2578 \end_layout
2579
2580 \begin_layout Standard
2581 La barre d'outils contient les icônes suivantes :
2582 \end_layout
2583
2584 \begin_layout Labeling
2585 \labelwidthstring 00.00.0000
2586 \begin_inset Info
2587 type  "icon"
2588 arg   "inset-modify tabular append-row"
2589 \end_inset
2590
2591  ajoute une ligne sous la cellule ou la sélection courante
2592 \end_layout
2593
2594 \begin_layout Labeling
2595 \labelwidthstring 00.00.0000
2596 \begin_inset Info
2597 type  "icon"
2598 arg   "inset-modify tabular append-column"
2599 \end_inset
2600
2601  ajoute une colonne à la droite de la cellule ou de la sélection courante
2602 \end_layout
2603
2604 \begin_layout Labeling
2605 \labelwidthstring 00.00.0000
2606 \begin_inset Info
2607 type  "icon"
2608 arg   "inset-modify tabular delete-row"
2609 \end_inset
2610
2611  supprime la ligne ou la sélection courante
2612 \end_layout
2613
2614 \begin_layout Labeling
2615 \labelwidthstring 00.00.0000
2616 \begin_inset Info
2617 type  "icon"
2618 arg   "inset-modify tabular delete-column"
2619 \end_inset
2620
2621  supprime la colonne ou la sélection courante
2622 \end_layout
2623
2624 \begin_layout Labeling
2625 \labelwidthstring 00.00.0000
2626 \begin_inset Info
2627 type  "icon"
2628 arg   "inset-modify tabular move-row-up"
2629 \end_inset
2630
2631  déplace la ligne vers le haut
2632 \end_layout
2633
2634 \begin_layout Labeling
2635 \labelwidthstring 00.00.0000
2636 \begin_inset Info
2637 type  "icon"
2638 arg   "inset-modify tabular move-column-left"
2639 \end_inset
2640
2641  déplace la colonne vers la gauche
2642 \end_layout
2643
2644 \begin_layout Labeling
2645 \labelwidthstring 00.00.0000
2646 \begin_inset Info
2647 type  "icon"
2648 arg   "inset-modify tabular move-row-down"
2649 \end_inset
2650
2651  déplace la ligne vers le bas
2652 \end_layout
2653
2654 \begin_layout Labeling
2655 \labelwidthstring 00.00.0000
2656 \begin_inset Info
2657 type  "icon"
2658 arg   "inset-modify tabular move-column-right"
2659 \end_inset
2660
2661  déplace la colonne vers la droite
2662 \end_layout
2663
2664 \begin_layout Labeling
2665 \labelwidthstring 00.00.0000
2666 \begin_inset Info
2667 type  "icon"
2668 arg   "inset-modify tabular toggle-line-top"
2669 \end_inset
2670
2671  ajoute une ligne en haut de la cellule, de la ligne ou de la sélection
2672  courante
2673 \end_layout
2674
2675 \begin_layout Labeling
2676 \labelwidthstring 00.00.0000
2677 \begin_inset Info
2678 type  "icon"
2679 arg   "inset-modify tabular toggle-line-bottom"
2680 \end_inset
2681
2682  ajoute une ligne en bas de la cellule, de la ligne ou de la sélection courante
2683 \end_layout
2684
2685 \begin_layout Labeling
2686 \labelwidthstring 00.00.0000
2687 \begin_inset Info
2688 type  "icon"
2689 arg   "inset-modify tabular toggle-line-left"
2690 \end_inset
2691
2692  ajoute une ligne sur le côté gauche de la cellule, de la ligne 
2693 \begin_inset Note Note
2694 status collapsed
2695
2696 \begin_layout Plain Layout
2697 ou colonne ?
2698 \end_layout
2699
2700 \end_inset
2701
2702  ou de la sélection courante
2703 \end_layout
2704
2705 \begin_layout Labeling
2706 \labelwidthstring 00.00.0000
2707 \begin_inset Info
2708 type  "icon"
2709 arg   "inset-modify tabular toggle-line-right"
2710 \end_inset
2711
2712  ajoute une ligne sur le côté droit de la cellule, de la ligne 
2713 \begin_inset Note Note
2714 status collapsed
2715
2716 \begin_layout Plain Layout
2717 ou colonne ?
2718 \end_layout
2719
2720 \end_inset
2721
2722  ou de la sélection courante
2723 \end_layout
2724
2725 \begin_layout Labeling
2726 \labelwidthstring 00.00.0000
2727 \begin_inset Info
2728 type  "icon"
2729 arg   "inset-modify tabular set-all-lines"
2730 \end_inset
2731
2732  ajoute des lignes autour de la cellule ou de la sélection de cellules courante
2733  - si la cellule courante n'est pas multi-colonnes cela affecte aussi la
2734  colonne et la ligne courante
2735 \end_layout
2736
2737 \begin_layout Labeling
2738 \labelwidthstring 00.00.0000
2739 \begin_inset Info
2740 type  "icon"
2741 arg   "inset-modify tabular unset-all-lines"
2742 \end_inset
2743
2744  supprime toutes les lignes autour de la cellule ou de la sélection de cellules
2745  courante - si la cellule courante n'est pas multi-colonnes cela affecte
2746  aussi la colonne et la ligne courante
2747 \end_layout
2748
2749 \begin_layout Labeling
2750 \labelwidthstring 00.00.0000
2751 \begin_inset Info
2752 type  "icon"
2753 arg   "inset-modify tabular m-align-left"
2754 \end_inset
2755
2756  aligne à gauche le contenu de la cellule ou de la colonne courante
2757 \end_layout
2758
2759 \begin_layout Labeling
2760 \labelwidthstring 00.00.0000
2761 \begin_inset Info
2762 type  "icon"
2763 arg   "inset-modify tabular m-align-center"
2764 \end_inset
2765
2766  centre horizontalement le contenu de la cellule ou de la colonne courante
2767 \end_layout
2768
2769 \begin_layout Labeling
2770 \labelwidthstring 00.00.0000
2771 \begin_inset Info
2772 type  "icon"
2773 arg   "inset-modify tabular m-align-right"
2774 \end_inset
2775
2776  aligne à droite le contenu de la cellule ou de la colonne courante
2777 \end_layout
2778
2779 \begin_layout Labeling
2780 \labelwidthstring 00.00.0000
2781 \begin_inset Info
2782 type  "icon"
2783 arg   "inset-modify tabular align-decimal"
2784 \end_inset
2785
2786  aligne le contenu de la colonne courante sur un caractère
2787 \end_layout
2788
2789 \begin_layout Labeling
2790 \labelwidthstring 00.00.0000
2791 \begin_inset Info
2792 type  "icon"
2793 arg   "inset-modify tabular m-valign-top"
2794 \end_inset
2795
2796  aligne le contenu de la cellule courante verticalement vers le haut
2797 \end_layout
2798
2799 \begin_layout Labeling
2800 \labelwidthstring 00.00.0000
2801 \begin_inset Info
2802 type  "icon"
2803 arg   "inset-modify tabular m-valign-middle"
2804 \end_inset
2805
2806  centre verticalement le contenu de la cellule courante
2807 \end_layout
2808
2809 \begin_layout Labeling
2810 \labelwidthstring 00.00.0000
2811 \begin_inset Info
2812 type  "icon"
2813 arg   "inset-modify tabular m-valign-bottom"
2814 \end_inset
2815
2816  aligne le contenu de la cellule courante verticalement vers le bas
2817 \end_layout
2818
2819 \begin_layout Labeling
2820 \labelwidthstring 00.00.0000
2821 \begin_inset Info
2822 type  "icon"
2823 arg   "inset-modify tabular set-rotate-cell"
2824 \end_inset
2825
2826  fait pivoter la cellule ou la sélection courante de 90° dans le sens anti-horai
2827 re
2828 \end_layout
2829
2830 \begin_layout Labeling
2831 \labelwidthstring 00.00.0000
2832 \begin_inset Info
2833 type  "icon"
2834 arg   "inset-modify tabular set-rotate-tabular"
2835 \end_inset
2836
2837  fait pivoter tout le tableau de 90° dans le sens anti-horaire
2838 \end_layout
2839
2840 \begin_layout Labeling
2841 \labelwidthstring 00.00.0000
2842 \begin_inset Info
2843 type  "icon"
2844 arg   "inset-modify tabular multicolumn"
2845 \end_inset
2846
2847  transforme en multi-colonnes la cellule ou la sélection courante
2848 \end_layout
2849
2850 \begin_layout Labeling
2851 \labelwidthstring 00.00.0000
2852 \begin_inset Info
2853 type  "icon"
2854 arg   "inset-modify tabular multirow"
2855 \end_inset
2856
2857  transforme en multi-lignes la cellule ou la sélection courante
2858 \end_layout
2859
2860 \begin_layout Standard
2861 \begin_inset Note Greyedout
2862 status open
2863
2864 \begin_layout Plain Layout
2865
2866 \series bold
2867 Note :
2868 \series default
2869  Pour la sortie, l'alignement vertical de la première cellule d'une ligne
2870  est utilisé pour toutes les autres cellules de la ligne.
2871 \end_layout
2872
2873 \end_inset
2874
2875
2876 \end_layout
2877
2878 \begin_layout Section
2879 Le menu Édition tableau
2880 \begin_inset Index idx
2881 status collapsed
2882
2883 \begin_layout Plain Layout
2884 Tableau ! Menu Édition
2885 \end_layout
2886
2887 \end_inset
2888
2889
2890 \end_layout
2891
2892 \begin_layout Standard
2893 En plus de la fenêtre de dialogue et de la barre d'outils tableau, le menu
2894  
2895 \family sans
2896 Édition\SpecialChar menuseparator
2897 Tableau
2898 \family default
2899  vous permet d'ajouter ou de supprimer les lignes de bordure de la colonne
2900  ou de la ligne courante et aussi de transformer la sélection courante en
2901  multi-colonnes.
2902  Ce menu n'est accessible que si le curseur se trouve dans un tableau.
2903 \end_layout
2904
2905 \begin_layout Section
2906 Flottant de tableau
2907 \begin_inset CommandInset label
2908 LatexCommand label
2909 name "sec:Table-Floats"
2910
2911 \end_inset
2912
2913
2914 \begin_inset Index idx
2915 status collapsed
2916
2917 \begin_layout Plain Layout
2918 Flottants ! Tableaux
2919 \end_layout
2920
2921 \end_inset
2922
2923
2924 \begin_inset Index idx
2925 status collapsed
2926
2927 \begin_layout Plain Layout
2928 Tableau ! Flottants
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \begin_layout Standard
2937 Pour des explications générales sur les flottants, jetez un œil à la section
2938 \begin_inset space ~
2939 \end_inset
2940
2941
2942 \begin_inset CommandInset ref
2943 LatexCommand ref
2944 reference "sec:Flottants-Introduction"
2945
2946 \end_inset
2947
2948 .
2949 \end_layout
2950
2951 \begin_layout Standard
2952 \begin_inset Float table
2953 placement h
2954 wide false
2955 sideways false
2956 status open
2957
2958 \begin_layout Plain Layout
2959 \begin_inset Caption Standard
2960
2961 \begin_layout Plain Layout
2962 \begin_inset CommandInset label
2963 LatexCommand label
2964 name "tab:Flottant-de-tableau"
2965
2966 \end_inset
2967
2968 Un flottant de tableau.
2969 \end_layout
2970
2971 \end_inset
2972
2973
2974 \end_layout
2975
2976 \begin_layout Plain Layout
2977 \align center
2978 \begin_inset Tabular
2979 <lyxtabular version="3" rows="3" columns="3">
2980 <features tabularvalignment="middle">
2981 <column alignment="center" valignment="top" width="0pt">
2982 <column alignment="center" valignment="top" width="0pt">
2983 <column alignment="center" valignment="top" width="0pt">
2984 <row>
2985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2986 \begin_inset Text
2987
2988 \begin_layout Plain Layout
2989 1
2990 \end_layout
2991
2992 \end_inset
2993 </cell>
2994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998 2
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 3
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 Jules
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 Marie
3028 \end_layout
3029
3030 \end_inset
3031 </cell>
3032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3033 \begin_inset Text
3034
3035 \begin_layout Plain Layout
3036 Jean
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 <row>
3043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3044 \begin_inset Text
3045
3046 \begin_layout Plain Layout
3047 \begin_inset Formula $\int x^{2}dx$
3048 \end_inset
3049
3050
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059 \begin_inset Formula $\left[\begin{array}{cc}
3060 a & b\\
3061 c & d
3062 \end{array}\right]$
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3071 \begin_inset Text
3072
3073 \begin_layout Plain Layout
3074 \begin_inset Formula $1+1=2$
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 </row>
3083 </lyxtabular>
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096 Les flottants de tableau sont insérés en utilisant le menu 
3097 \family sans
3098 Insertion\SpecialChar menuseparator
3099 Flottant\SpecialChar menuseparator
3100 Tableau
3101 \family default
3102  ou le bouton 
3103 \begin_inset Info
3104 type  "icon"
3105 arg   "float-insert table"
3106 \end_inset
3107
3108  de la barre d'outils.
3109 \end_layout
3110
3111 \begin_layout Standard
3112 Le flottant apparaît à l'écran comme une boîte repliable avec une légende
3113  qui a comme étiquette 
3114 \begin_inset Quotes fld
3115 \end_inset
3116
3117 Tableau
3118 \begin_inset space ~
3119 \end_inset
3120
3121 #:
3122 \begin_inset Quotes frd
3123 \end_inset
3124
3125  (où # est le numéro du tableau).
3126  Vous pouvez insérer le tableau au dessus ou en dessous de la légende.
3127 \end_layout
3128
3129 \begin_layout Standard
3130 Le tableau
3131 \begin_inset space ~
3132 \end_inset
3133
3134
3135 \begin_inset CommandInset ref
3136 LatexCommand ref
3137 reference "tab:Flottant-de-tableau"
3138
3139 \end_inset
3140
3141  est un exemple de tableau dans un flottant de tableau.
3142 \end_layout
3143
3144 \begin_layout Standard
3145 On met habituellement la légende au dessus des tableaux, mais cette règle
3146  n'est malheureusement pas respectée par certaines classes standard de \SpecialChar LaTeX
3147 .
3148  Cela signifie que si vous utilisez un document appartenant aux classes
3149  
3150 \family sans
3151 article
3152 \family default
3153
3154 \family sans
3155 book
3156 \family default
3157
3158 \family sans
3159 letter
3160 \family default
3161 , ou
3162 \family sans
3163  report
3164 \family default
3165  il n'y aura pas d'espace entre la légende et le tableau.
3166  Pour insérer l'espace nécessaire vous devez ajouter l'option suivante à
3167  la commande de chargement du paquetage \SpecialChar LaTeX
3168  
3169 \series bold
3170 caption
3171 \series default
3172
3173 \begin_inset Index idx
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 Paquetages \SpecialChar LaTeX
3178  ! caption
3179 \end_layout
3180
3181 \end_inset
3182
3183  dans le préambule de votre document.
3184 \begin_inset Foot
3185 status collapsed
3186
3187 \begin_layout Plain Layout
3188 Pour plus d'information voyez la section
3189 \begin_inset space ~
3190 \end_inset
3191
3192
3193 \begin_inset CommandInset ref
3194 LatexCommand ref
3195 reference "sec:Placement-légende"
3196
3197 \end_inset
3198
3199 .
3200 \end_layout
3201
3202 \end_inset
3203
3204 :
3205 \end_layout
3206
3207 \begin_layout Standard
3208
3209 \series bold
3210 tableposition=top
3211 \end_layout
3212
3213 \begin_layout Standard
3214 Le paquetage 
3215 \series bold
3216 caption
3217 \series default
3218 , qui est décrit dans la section
3219 \begin_inset space ~
3220 \end_inset
3221
3222
3223 \begin_inset CommandInset ref
3224 LatexCommand ref
3225 reference "sec:Formatage-légende"
3226
3227 \end_inset
3228
3229 , est utilisé pour ajuster le format des légendes.
3230 \end_layout
3231
3232 \begin_layout Standard
3233 Dans le texte, on fait référence à un tableau
3234 \begin_inset Index idx
3235 status collapsed
3236
3237 \begin_layout Plain Layout
3238 References@Références ! à des Tableaux
3239 \end_layout
3240
3241 \end_inset
3242
3243  en faisant référence à sa légende.
3244  On insère donc une étiquette dans la légende en utilisant le menu 
3245 \family sans
3246 Insertion
3247 \family default
3248 \SpecialChar menuseparator
3249
3250 \family sans
3251 Étiquette
3252 \family default
3253  ou le bouton 
3254 \begin_inset Info
3255 type  "icon"
3256 arg   "label-insert"
3257 \end_inset
3258
3259  de la barre d'outils.
3260  On peut alors faire référence à cette étiquette en utilisant le menu 
3261 \family sans
3262 Insertion\SpecialChar menuseparator
3263 Référence
3264 \begin_inset space ~
3265 \end_inset
3266
3267 croisée
3268 \family default
3269  ou le bouton 
3270 \begin_inset Info
3271 type  "icon"
3272 arg   "dialog-show-new-inset ref"
3273 \end_inset
3274
3275  de la barre d'outils.
3276 \begin_inset Newline newline
3277 \end_inset
3278
3279 Les références croisées sont expliquées en détail dans la section
3280 \begin_inset space ~
3281 \end_inset
3282
3283
3284 \begin_inset CommandInset ref
3285 LatexCommand ref
3286 reference "sec:Referencer-les-Flottants"
3287
3288 \end_inset
3289
3290 .
3291 \end_layout
3292
3293 \begin_layout Section
3294 Tableaux Longs
3295 \begin_inset CommandInset label
3296 LatexCommand label
3297 name "sec:Tableaux-longs"
3298
3299 \end_inset
3300
3301
3302 \begin_inset Index idx
3303 status collapsed
3304
3305 \begin_layout Plain Layout
3306 Tableaux longs
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \begin_inset Index idx
3313 status collapsed
3314
3315 \begin_layout Plain Layout
3316 Tableau ! Tableaux longs
3317 \end_layout
3318
3319 \end_inset
3320
3321
3322 \end_layout
3323
3324 \begin_layout Standard
3325 Si un tableau est trop haut pour tenir sur un page, vous pouvez utiliser
3326  l'option 
3327 \family sans
3328 Utiliser
3329 \begin_inset space ~
3330 \end_inset
3331
3332 les
3333 \begin_inset space ~
3334 \end_inset
3335
3336 tableaux
3337 \begin_inset space ~
3338 \end_inset
3339
3340 longs
3341 \family default
3342  de l'onglet 
3343 \family sans
3344 Tableau
3345 \begin_inset space ~
3346 \end_inset
3347
3348 long
3349 \family default
3350  de la fenêtre 
3351 \family sans
3352 Paramètres
3353 \begin_inset space ~
3354 \end_inset
3355
3356 du
3357 \begin_inset space ~
3358 \end_inset
3359
3360 tableau
3361 \family default
3362  pour le répartir automatiquement sur plusieurs pages.
3363  En cochant cette option, vous activez les options suivantes:
3364 \end_layout
3365
3366 \begin_layout Description
3367 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3368  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3369  d'en-tête utilisées pour toutes les pages du tableau long; sauf pour la
3370  première page, si 
3371 \family sans
3372 Premier
3373 \begin_inset space ~
3374 \end_inset
3375
3376 en-tête
3377 \family default
3378  est défini.
3379  Ces lignes forment l'en-tête principal.
3380 \end_layout
3381
3382 \begin_layout Description
3383 Premier
3384 \begin_inset space ~
3385 \end_inset
3386
3387 En-tête: La ligne courante et toutes celles situées au-dessus et qui n'ont
3388  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3389  d'en-tête utilisées pour la première page du tableau long.
3390 \end_layout
3391
3392 \begin_layout Description
3393 Pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3394  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3395  constituant les pieds de toutes les pages du tableau long; sauf de la dernière
3396  page si 
3397 \family sans
3398 Dernier
3399 \begin_inset space ~
3400 \end_inset
3401
3402 pied
3403 \family default
3404  est défini.
3405 \end_layout
3406
3407 \begin_layout Description
3408 Dernier
3409 \begin_inset space ~
3410 \end_inset
3411
3412 pied: La ligne courante et toutes celles situées au-dessous et qui n'ont
3413  pas d'attributs particuliers, sont définies comme faisant partie des lignes
3414  constituant le pied de la dernière page du tableau long.
3415 \end_layout
3416
3417 \begin_layout Description
3418 Légende La ligne courante contient la légende du tableau.
3419  La première ligne est transformée en une colonne unique et une légende
3420  est insérée.
3421  Vous trouverez d'autres explications sur les légendes pour les tableaux
3422  longs dans la section
3423 \begin_inset space ~
3424 \end_inset
3425
3426
3427 \begin_inset CommandInset ref
3428 LatexCommand ref
3429 reference "subsec:Tableaux-longs-légende"
3430
3431 \end_inset
3432
3433 .
3434 \end_layout
3435
3436 \begin_layout Standard
3437 Vous pouvez aussi préciser une ligne où le tableau devra être coupé.
3438  Voyez le tableau long qui suit pour voir comment ça marche :
3439 \begin_inset Separator parbreak
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \begin_layout Standard
3446 \align center
3447 \begin_inset Tabular
3448 <lyxtabular version="3" rows="69" columns="3">
3449 <features islongtable="true" longtabularalignment="center">
3450 <column alignment="left" valignment="top" width="0cm">
3451 <column alignment="left" valignment="top" width="0pt">
3452 <column alignment="center" valignment="top" width="0pt">
3453 <row endfirsthead="true">
3454 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458
3459 \series bold
3460 Exemple d'annuaire téléphonique (ignorez les noms)
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3466 \begin_inset Text
3467
3468 \begin_layout Plain Layout
3469
3470 \end_layout
3471
3472 \end_inset
3473 </cell>
3474 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3475 \begin_inset Text
3476
3477 \begin_layout Plain Layout
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 <row endfirsthead="true">
3485 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Plain Layout
3489
3490 \series bold
3491 NOM
3492 \end_layout
3493
3494 \end_inset
3495 </cell>
3496 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3497 \begin_inset Text
3498
3499 \begin_layout Plain Layout
3500
3501 \end_layout
3502
3503 \end_inset
3504 </cell>
3505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3506 \begin_inset Text
3507
3508 \begin_layout Plain Layout
3509
3510 \series bold
3511 TEL.
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row endhead="true">
3518 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524 Exemple d'annuaire téléphonique
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 <row endhead="true">
3549 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \series bold
3555 NOM
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573
3574 \series bold
3575 TEL.
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 </row>
3581 <row endfoot="true">
3582 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586  continue page suivante
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row>
3611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \series bold
3617 Annovi
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 Silvia
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 111
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \series bold
3648 Bertoli
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 Stefano
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 111
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Bozzi
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Walter
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Cachia
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Maria
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Cachia
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Maurizio
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Cinquemani
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Giusi
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Colin
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Bernard
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Concli
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Gianfranco
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Dal Bosco
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Carolina
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Dalpiaz
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Annamaria
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Feliciello
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Domenico
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Focarelli
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Paola
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Galletti
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Oreste
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Gasparini
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Franca
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Rizzardi
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Paola
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Lassini
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Giancarlo
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Malfatti
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Luciano
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Malfatti
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Valeriano
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Meneguzzo
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Roberto
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Mezzadra
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Roberto
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235
4236 \series bold
4237 Pirpamer
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 Erich
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4252 \begin_inset Text
4253
4254 \begin_layout Plain Layout
4255 111
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 </row>
4261 <row>
4262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266
4267 \series bold
4268 Pochiesa
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 Paolo
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4283 \begin_inset Text
4284
4285 \begin_layout Plain Layout
4286 111, 222
4287 \end_layout
4288
4289 \end_inset
4290 </cell>
4291 </row>
4292 <row>
4293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4294 \begin_inset Text
4295
4296 \begin_layout Plain Layout
4297
4298 \series bold
4299 Radina
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 Claudio
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 111
4318 \end_layout
4319
4320 \end_inset
4321 </cell>
4322 </row>
4323 <row>
4324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4325 \begin_inset Text
4326
4327 \begin_layout Plain Layout
4328
4329 \series bold
4330 Stuffer
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 Oskar
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 111
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 </row>
4354 <row>
4355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359
4360 \series bold
4361 Tacchelli
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 Ugo
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4376 \begin_inset Text
4377
4378 \begin_layout Plain Layout
4379 111
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390
4391 \series bold
4392 Tezzele
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 Margit
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 111
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 </row>
4416 <row>
4417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4418 \begin_inset Text
4419
4420 \begin_layout Plain Layout
4421
4422 \series bold
4423 Unterkalmsteiner
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 Frieda
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 111
4442 \end_layout
4443
4444 \end_inset
4445 </cell>
4446 </row>
4447 <row>
4448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452
4453 \series bold
4454 Vieider
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 Hilde
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 111
4473 \end_layout
4474
4475 \end_inset
4476 </cell>
4477 </row>
4478 <row>
4479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4480 \begin_inset Text
4481
4482 \begin_layout Plain Layout
4483
4484 \series bold
4485 Vigna
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 Jürgen
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4500 \begin_inset Text
4501
4502 \begin_layout Plain Layout
4503 111
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \series bold
4516 Weber
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 Maurizio
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4531 \begin_inset Text
4532
4533 \begin_layout Plain Layout
4534 111
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 </row>
4540 <row>
4541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4542 \begin_inset Text
4543
4544 \begin_layout Plain Layout
4545
4546 \series bold
4547 Winkler
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 Franz
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 111
4566 \end_layout
4567
4568 \end_inset
4569 </cell>
4570 </row>
4571 <row>
4572 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4573 \begin_inset Text
4574
4575 \begin_layout Plain Layout
4576  
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605
4606 \series bold
4607 Annovi
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 Silvia
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 555
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 <row>
4632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636
4637 \series bold
4638 Bertoli
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 Stefano
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 555
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Bozzi
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Walter
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Cachia
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Maria
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Cachia
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Maurizio
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Cinquemani
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Giusi
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Colin
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Bernard
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Concli
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Gianfranco
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Dal Bosco
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Carolina
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Dalpiaz
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Annamaria
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Feliciello
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Domenico
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Focarelli
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Paola
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Galletti
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Oreste
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Gasparini
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Franca
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Rizzardi
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Paola
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Lassini
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Giancarlo
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Malfatti
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Luciano
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Malfatti
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Valeriano
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 555
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Meneguzzo
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Roberto
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Mezzadra
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Roberto
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row>
5221 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225
5226 \series bold
5227 Pirpamer
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 <cell alignment="center" valignment="top" usebox="none">
5233 \begin_inset Text
5234
5235 \begin_layout Plain Layout
5236 Erich
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 555
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \series bold
5258 Pochiesa
5259 \end_layout
5260
5261 \end_inset
5262 </cell>
5263 <cell alignment="center" valignment="top" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267 Paolo
5268 \end_layout
5269
5270 \end_inset
5271 </cell>
5272 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5273 \begin_inset Text
5274
5275 \begin_layout Plain Layout
5276 555, 222
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \series bold
5289 Radina
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 <cell alignment="center" valignment="top" usebox="none">
5295 \begin_inset Text
5296
5297 \begin_layout Plain Layout
5298 Claudio
5299 \end_layout
5300
5301 \end_inset
5302 </cell>
5303 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5304 \begin_inset Text
5305
5306 \begin_layout Plain Layout
5307 555
5308 \end_layout
5309
5310 \end_inset
5311 </cell>
5312 </row>
5313 <row>
5314 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5315 \begin_inset Text
5316
5317 \begin_layout Plain Layout
5318
5319 \series bold
5320 Stuffer
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 Oskar
5330 \end_layout
5331
5332 \end_inset
5333 </cell>
5334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338 555
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 </row>
5344 <row>
5345 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5346 \begin_inset Text
5347
5348 \begin_layout Plain Layout
5349
5350 \series bold
5351 Tacchelli
5352 \end_layout
5353
5354 \end_inset
5355 </cell>
5356 <cell alignment="center" valignment="top" usebox="none">
5357 \begin_inset Text
5358
5359 \begin_layout Plain Layout
5360 Ugo
5361 \end_layout
5362
5363 \end_inset
5364 </cell>
5365 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5366 \begin_inset Text
5367
5368 \begin_layout Plain Layout
5369 555
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 <row>
5376 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5377 \begin_inset Text
5378
5379 \begin_layout Plain Layout
5380
5381 \series bold
5382 Tezzele
5383 \end_layout
5384
5385 \end_inset
5386 </cell>
5387 <cell alignment="center" valignment="top" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 Margit
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 555
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 </row>
5406 <row>
5407 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5408 \begin_inset Text
5409
5410 \begin_layout Plain Layout
5411
5412 \series bold
5413 Unterkalmsteiner
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 Frieda
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 555
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442
5443 \series bold
5444 Vieider
5445 \end_layout
5446
5447 \end_inset
5448 </cell>
5449 <cell alignment="center" valignment="top" usebox="none">
5450 \begin_inset Text
5451
5452 \begin_layout Plain Layout
5453 Hilde
5454 \end_layout
5455
5456 \end_inset
5457 </cell>
5458 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5459 \begin_inset Text
5460
5461 \begin_layout Plain Layout
5462 555
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 </row>
5468 <row>
5469 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473
5474 \series bold
5475 Vigna
5476 \end_layout
5477
5478 \end_inset
5479 </cell>
5480 <cell alignment="center" valignment="top" usebox="none">
5481 \begin_inset Text
5482
5483 \begin_layout Plain Layout
5484 Jürgen
5485 \end_layout
5486
5487 \end_inset
5488 </cell>
5489 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5490 \begin_inset Text
5491
5492 \begin_layout Plain Layout
5493 999
5494 \end_layout
5495
5496 \end_inset
5497 </cell>
5498 </row>
5499 <row>
5500 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504
5505 \series bold
5506 Weber
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 Maurizio
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 555
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535
5536 \series bold
5537 Winkler
5538 \end_layout
5539
5540 \end_inset
5541 </cell>
5542 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 Franz
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 555
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 </row>
5561 <row endlastfoot="true">
5562 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5563 \begin_inset Text
5564
5565 \begin_layout Plain Layout
5566 Fin
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 </lyxtabular>
5591
5592 \end_inset
5593
5594
5595 \begin_inset ERT
5596 status collapsed
5597
5598 \begin_layout Plain Layout
5599
5600
5601 \backslash
5602 addtocounter{table}{-1}
5603 \end_layout
5604
5605 \end_inset
5606
5607
5608 \begin_inset Note Note
5609 status collapsed
5610
5611 \begin_layout Plain Layout
5612 Voyez la première note grisée de la section
5613 \begin_inset space ~
5614 \end_inset
5615
5616
5617 \begin_inset CommandInset ref
5618 LatexCommand ref
5619 reference "subsec:Tableaux-longs-légende"
5620
5621 \end_inset
5622
5623  pour une explication de cette commande.
5624 \end_layout
5625
5626 \end_inset
5627
5628
5629 \end_layout
5630
5631 \begin_layout Subsection
5632 Notes de bas de page dans les tableaux longs
5633 \begin_inset CommandInset label
5634 LatexCommand label
5635 name "subsec:Notes-dans-tableau-long"
5636
5637 \end_inset
5638
5639
5640 \begin_inset Index idx
5641 status collapsed
5642
5643 \begin_layout Plain Layout
5644 Tableaux longs ! Notes de bas de page
5645 \end_layout
5646
5647 \end_inset
5648
5649
5650 \end_layout
5651
5652 \begin_layout Standard
5653 Vous pouvez insérer des notes de bas de page dans chaque cellule d'un tableau
5654  long.
5655  Elles apparaissent en bas de la page dans laquelle se trouve la cellule
5656  contenant la note.
5657  Par exemple le tableau
5658 \begin_inset space ~
5659 \end_inset
5660
5661
5662 \begin_inset CommandInset ref
5663 LatexCommand ref
5664 reference "tab:Légendes-tableau-différentes"
5665
5666 \end_inset
5667
5668  a une note de bas de page.
5669 \end_layout
5670
5671 \begin_layout Subsection
5672 Alignement des tableaux longs
5673 \begin_inset Index idx
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677 Tableaux longs ! Alignement
5678 \end_layout
5679
5680 \end_inset
5681
5682
5683 \end_layout
5684
5685 \begin_layout Standard
5686 L'alignement horizontal des tableaux longs peut être modifié dans la fenêtre
5687  de dialogue des paramètres de tableau.
5688  Pour les alignements à droite et à gauche, le tableau sera directement
5689  au bord de la page.
5690  Pour ajouter de l'espace entre le tableau et la marge, on doit choisir
5691  l'alignement centré et modifier les valeurs des longueurs 
5692 \series bold
5693
5694 \backslash
5695 LTleft 
5696 \series default
5697 et 
5698 \series bold
5699
5700 \backslash
5701 LTright
5702 \series default
5703  en insérant la ligne suivante sous forme de code \SpecialChar TeX
5704  avant le tableau long
5705  concerné :
5706 \end_layout
5707
5708 \begin_layout Standard
5709
5710 \series bold
5711
5712 \backslash
5713 setlength{
5714 \backslash
5715 LTleft}{valeur}
5716 \end_layout
5717
5718 \begin_layout Standard
5719 Où 
5720 \series bold
5721 valeur
5722 \series default
5723  peut avoir n'importe laquelle des unités listées dans le tableau
5724 \begin_inset space ~
5725 \end_inset
5726
5727
5728 \begin_inset CommandInset ref
5729 LatexCommand ref
5730 reference "cha:Unités-de-longueur"
5731
5732 \end_inset
5733
5734 .
5735  
5736 \series bold
5737
5738 \backslash
5739 LTleft
5740 \series default
5741  contrôle la distance horizontale entre le bord gauche de la page et le
5742  tableau, et
5743 \series bold
5744  
5745 \backslash
5746 LTright
5747 \series default
5748  la distance au bord droit.
5749  La valeur implicite des ces deux distances est 
5750 \series bold
5751
5752 \backslash
5753 fill
5754 \series default
5755 , ce qui dans ce cas correspond à un ressort horizontal dans \SpecialChar LyX
5756 .
5757 \end_layout
5758
5759 \begin_layout Standard
5760 Le tableau long suivant a été centrée en mettant 
5761 \series bold
5762
5763 \backslash
5764 LTleft
5765 \series default
5766  à 
5767 \family sans
5768 0.1
5769 \backslash
5770 columnwidth
5771 \family default
5772 :
5773 \begin_inset ERT
5774 status collapsed
5775
5776 \begin_layout Plain Layout
5777
5778
5779 \backslash
5780 setlength{
5781 \backslash
5782 LTleft}{0.1
5783 \backslash
5784 columnwidth}
5785 \end_layout
5786
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \begin_layout Standard
5793 \begin_inset Tabular
5794 <lyxtabular version="3" rows="5" columns="5">
5795 <features islongtable="true" longtabularalignment="center">
5796 <column alignment="center" valignment="top">
5797 <column alignment="center" valignment="top">
5798 <column alignment="center" valignment="top">
5799 <column alignment="center" valignment="top">
5800 <column alignment="center" valignment="top">
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 1
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 2
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 3
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 4
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 5
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 asd
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 s
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 s
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 s
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 s
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 s
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" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 asd
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 s
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 s
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" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row>
5990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 asd
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 </lyxtabular>
6037
6038 \end_inset
6039
6040
6041 \begin_inset ERT
6042 status collapsed
6043
6044 \begin_layout Plain Layout
6045
6046
6047 \backslash
6048 setlength{
6049 \backslash
6050 LTleft}{
6051 \backslash
6052 fill}
6053 \end_layout
6054
6055 \end_inset
6056
6057
6058 \begin_inset ERT
6059 status collapsed
6060
6061 \begin_layout Plain Layout
6062
6063
6064 \backslash
6065 addtocounter{table}{-1}
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \begin_inset Note Note
6072 status collapsed
6073
6074 \begin_layout Plain Layout
6075 Voyez la première note grisée de la section
6076 \begin_inset space ~
6077 \end_inset
6078
6079
6080 \begin_inset CommandInset ref
6081 LatexCommand ref
6082 reference "subsec:Tableaux-longs-légende"
6083
6084 \end_inset
6085
6086  pour une explication de cette commande.
6087 \end_layout
6088
6089 \end_inset
6090
6091
6092 \end_layout
6093
6094 \begin_layout Subsection
6095 Légendes et tableaux longs
6096 \begin_inset Index idx
6097 status collapsed
6098
6099 \begin_layout Plain Layout
6100 Tableaux longs ! Legendes@Légendes
6101 \end_layout
6102
6103 \end_inset
6104
6105
6106 \begin_inset CommandInset label
6107 LatexCommand label
6108 name "subsec:Tableaux-longs-légende"
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 Vous ne pouvez pas placer un tableau long dans un flottant de tableau puisque
6117  les flottants ne peuvent pas être sur plusieurs pages, mais l'environnement
6118  de légende des flottants de tableau peut aussi être utilisé pour les tableaux
6119  longs quand on utilise pour une ligne l'option de tableau long 
6120 \family sans
6121 Légende
6122 \family default
6123 , comme c'est expliqué dans la section
6124 \begin_inset space ~
6125 \end_inset
6126
6127
6128 \begin_inset CommandInset ref
6129 LatexCommand ref
6130 reference "sec:Tableaux-longs"
6131
6132 \end_inset
6133
6134 .
6135 \end_layout
6136
6137 \begin_layout Standard
6138 Voici un petit Tableau long pour voir comment ça marche :
6139 \end_layout
6140
6141 \begin_layout Standard
6142 \begin_inset Tabular
6143 <lyxtabular version="3" rows="6" columns="5">
6144 <features islongtable="true" longtabularalignment="center">
6145 <column alignment="center" valignment="top">
6146 <column alignment="center" valignment="top">
6147 <column alignment="center" valignment="top">
6148 <column alignment="center" valignment="top">
6149 <column alignment="center" valignment="top">
6150 <row endfirsthead="true" caption="true">
6151 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Plain Layout
6155 \begin_inset Caption Standard
6156
6157 \begin_layout Plain Layout
6158 Tableau long avec une légende
6159 \begin_inset Argument 1
6160 status open
6161
6162 \begin_layout Plain Layout
6163 Tableau long
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \end_inset
6172
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 </row>
6215 <row>
6216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 1
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6226 \begin_inset Text
6227
6228 \begin_layout Plain Layout
6229 2
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 3
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 4
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 5
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 asd
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 s
6277 \end_layout
6278
6279 \end_inset
6280 </cell>
6281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6282 \begin_inset Text
6283
6284 \begin_layout Plain Layout
6285 s
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 s
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 asd
6304 \end_layout
6305
6306 \end_inset
6307 </cell>
6308 </row>
6309 <row>
6310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6311 \begin_inset Text
6312
6313 \begin_layout Plain Layout
6314 asd
6315 \end_layout
6316
6317 \end_inset
6318 </cell>
6319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6320 \begin_inset Text
6321
6322 \begin_layout Plain Layout
6323 s
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6329 \begin_inset Text
6330
6331 \begin_layout Plain Layout
6332 s
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" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 asd
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361 asd
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 s
6371 \end_layout
6372
6373 \end_inset
6374 </cell>
6375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6376 \begin_inset Text
6377
6378 \begin_layout Plain Layout
6379 s
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" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 asd
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 </row>
6403 <row>
6404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6405 \begin_inset Text
6406
6407 \begin_layout Plain Layout
6408 asd
6409 \end_layout
6410
6411 \end_inset
6412 </cell>
6413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6414 \begin_inset Text
6415
6416 \begin_layout Plain Layout
6417 asd
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 asd
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 asd
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 </row>
6450 </lyxtabular>
6451
6452 \end_inset
6453
6454
6455 \end_layout
6456
6457 \begin_layout Standard
6458 \begin_inset VSpace medskip
6459 \end_inset
6460
6461
6462 \begin_inset Note Greyedout
6463 status open
6464
6465 \begin_layout Plain Layout
6466
6467 \series bold
6468 Note
6469 \begin_inset space ~
6470 \end_inset
6471
6472 1:
6473 \series default
6474  Le numéro de tableau est incrémenté à chaque tableau long, même si vous
6475  n'avez pas prévu de légende.
6476  À cause de ça, vous pouvez avoir le cas où par exemple le tableau
6477 \begin_inset space ~
6478 \end_inset
6479
6480 2.4 suit le tableau
6481 \begin_inset space ~
6482 \end_inset
6483
6484 2.1 dans la liste des tableaux, si entre les deux il y a deux tableaux longs
6485  sans légende.
6486  Pour éviter ce problème, vous pouvez ajouter cette commande en code \SpecialChar TeX
6487  après
6488  chaque tableau long sans légende :
6489 \end_layout
6490
6491 \begin_layout Plain Layout
6492
6493 \series bold
6494
6495 \backslash
6496 addtocounter{table}{-1}
6497 \end_layout
6498
6499 \begin_layout Plain Layout
6500 Ce n'est pas nécessaire quand aucun de vos tableaux longs n'a de légende
6501  et que vous ajoutez le code suivant dans le préambule du document :
6502 \end_layout
6503
6504 \begin_layout Plain Layout
6505
6506 \series bold
6507
6508 \backslash
6509 let
6510 \backslash
6511 myEnd
6512 \backslash
6513 endlongtable
6514 \begin_inset Newline newline
6515 \end_inset
6516
6517
6518 \backslash
6519 renewcommand{
6520 \backslash
6521 endlongtable}{
6522 \backslash
6523 myEnd
6524 \backslash
6525 addtocounter{table}{-1}}
6526 \end_layout
6527
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \begin_layout Standard
6534 \begin_inset Note Greyedout
6535 status open
6536
6537 \begin_layout Plain Layout
6538
6539 \series bold
6540 Note
6541 \begin_inset space ~
6542 \end_inset
6543
6544 2:
6545 \series default
6546  Si vous utilisez 
6547 \series bold
6548 hyperref
6549 \series default
6550
6551 \begin_inset Index idx
6552 status collapsed
6553
6554 \begin_layout Plain Layout
6555 Paquetages \SpecialChar LaTeX
6556  ! hyperref
6557 \end_layout
6558
6559 \end_inset
6560
6561  dans les 
6562 \family sans
6563 Paramètres du document
6564 \family default
6565  rubrique 
6566 \family sans
6567 Propriétés
6568 \begin_inset space ~
6569 \end_inset
6570
6571 du
6572 \begin_inset space ~
6573 \end_inset
6574
6575 PDF
6576 \family default
6577 , pour transformer vos références croisées en liens cliquables, le lien
6578  vers un tableau long pointera toujours sur le début du document.
6579 \end_layout
6580
6581 \end_inset
6582
6583
6584 \end_layout
6585
6586 \begin_layout Subsubsection
6587 Références à des tableaux longs
6588 \begin_inset Index idx
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592 Tableaux longs ! Références
6593 \end_layout
6594
6595 \end_inset
6596
6597
6598 \end_layout
6599
6600 \begin_layout Standard
6601 \begin_inset Tabular
6602 <lyxtabular version="3" rows="6" columns="5">
6603 <features islongtable="true" longtabularalignment="center">
6604 <column alignment="center" valignment="top">
6605 <column alignment="center" valignment="top">
6606 <column alignment="center" valignment="top">
6607 <column alignment="center" valignment="top">
6608 <column alignment="center" valignment="top">
6609 <row endfirsthead="true" caption="true">
6610 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6611 \begin_inset Text
6612
6613 \begin_layout Plain Layout
6614 \begin_inset Caption Standard
6615
6616 \begin_layout Plain Layout
6617 Tableau long référencé
6618 \begin_inset CommandInset label
6619 LatexCommand label
6620 name "tab:RefExemple"
6621
6622 \end_inset
6623
6624
6625 \end_layout
6626
6627 \end_inset
6628
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 </row>
6671 <row>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 1
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 2
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 3
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 4
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 5
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 </row>
6718 <row>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 asd
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 s
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 s
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 asd
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 </row>
6765 <row>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 asd
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 s
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 s
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 asd
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 </row>
6812 <row>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 asd
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 s
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 asd
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 </row>
6859 <row>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 asd
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 sad
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 </lyxtabular>
6907
6908 \end_inset
6909
6910
6911 \end_layout
6912
6913 \begin_layout Standard
6914 Pour pouvoir faire référence à un tableau long, il faut insérer une étiquette
6915  dans sa légende.
6916 \end_layout
6917
6918 \begin_layout Standard
6919 Ceci est une référence au tableau
6920 \begin_inset space ~
6921 \end_inset
6922
6923
6924 \begin_inset CommandInset ref
6925 LatexCommand ref
6926 reference "tab:RefExemple"
6927
6928 \end_inset
6929
6930 .
6931 \end_layout
6932
6933 \begin_layout Standard
6934 La mise en forme de la légende peut être ajustée avec celle de toutes les
6935  autres légendes de votre document en utilisant le paquetage \SpecialChar LaTeX
6936  
6937 \series bold
6938 caption
6939 \series default
6940
6941 \begin_inset Index idx
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945 Paquetages \SpecialChar LaTeX
6946  ! caption
6947 \end_layout
6948
6949 \end_inset
6950
6951 , voir la section
6952 \begin_inset space ~
6953 \end_inset
6954
6955
6956 \begin_inset CommandInset ref
6957 LatexCommand ref
6958 reference "sec:Formatage-légende"
6959
6960 \end_inset
6961
6962 .
6963 \end_layout
6964
6965 \begin_layout Subsubsection
6966 Largeur de la légende
6967 \begin_inset Index idx
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971 Tableaux longs ! Largeur de la légende
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \end_layout
6978
6979 \begin_layout Standard
6980 La largeur maximale des lignes de légende est définie par la longueur 
6981 \series bold
6982
6983 \backslash
6984 LTcapwidth
6985 \series default
6986 .
6987  Sa valeur implicite est 4
6988 \begin_inset space \thinspace{}
6989 \end_inset
6990
6991 in.
6992  Pour la changer, vous pouvez ajouter la commande suivante dans le préambule
6993  de votre document ou en tant que code \SpecialChar TeX
6994  directement dans votre document
6995  avant le tableau qui doit être affectée.
6996 \end_layout
6997
6998 \begin_layout Standard
6999
7000 \series bold
7001
7002 \backslash
7003 setlength{
7004 \backslash
7005 LTcapwidth}{largeur}
7006 \end_layout
7007
7008 \begin_layout Standard
7009 où la largeur peur être exprimée avec les unités qui sont listées dans l'annexe
7010 \begin_inset space ~
7011 \end_inset
7012
7013
7014 \begin_inset CommandInset ref
7015 LatexCommand ref
7016 reference "cha:Unités-de-longueur"
7017
7018 \end_inset
7019
7020 .
7021 \end_layout
7022
7023 \begin_layout Standard
7024 Les tableaux suivants montrent la différence :
7025 \end_layout
7026
7027 \begin_layout Standard
7028 \begin_inset Tabular
7029 <lyxtabular version="3" rows="6" columns="5">
7030 <features islongtable="true" longtabularalignment="center">
7031 <column alignment="center" valignment="top">
7032 <column alignment="center" valignment="top">
7033 <column alignment="center" valignment="top">
7034 <column alignment="center" valignment="top">
7035 <column alignment="center" valignment="top">
7036 <row endfirsthead="true" caption="true">
7037 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 \begin_inset Caption Standard
7042
7043 \begin_layout Plain Layout
7044 long titre complet avec la largeur implicite long titre complet avec la
7045  largeur implicite long titre complet avec la largeur implicite
7046 \begin_inset Argument 1
7047 status open
7048
7049 \begin_layout Plain Layout
7050 Légende avec largeur implicite
7051 \end_layout
7052
7053 \end_inset
7054
7055
7056 \end_layout
7057
7058 \end_inset
7059
7060
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 </row>
7102 <row>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 1
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 2
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 3
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 4
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 5
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 <row>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row>
7197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 s
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 s
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 s
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 </row>
7243 <row>
7244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7245 \begin_inset Text
7246
7247 \begin_layout Plain Layout
7248 asd
7249 \end_layout
7250
7251 \end_inset
7252 </cell>
7253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7254 \begin_inset Text
7255
7256 \begin_layout Plain Layout
7257 s
7258 \end_layout
7259
7260 \end_inset
7261 </cell>
7262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7263 \begin_inset Text
7264
7265 \begin_layout Plain Layout
7266 s
7267 \end_layout
7268
7269 \end_inset
7270 </cell>
7271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7272 \begin_inset Text
7273
7274 \begin_layout Plain Layout
7275 s
7276 \end_layout
7277
7278 \end_inset
7279 </cell>
7280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7281 \begin_inset Text
7282
7283 \begin_layout Plain Layout
7284 asd
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 </row>
7290 <row>
7291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7292 \begin_inset Text
7293
7294 \begin_layout Plain Layout
7295 asd
7296 \end_layout
7297
7298 \end_inset
7299 </cell>
7300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7301 \begin_inset Text
7302
7303 \begin_layout Plain Layout
7304 sad
7305 \end_layout
7306
7307 \end_inset
7308 </cell>
7309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 asd
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 asd
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7328 \begin_inset Text
7329
7330 \begin_layout Plain Layout
7331 asd
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 </row>
7337 </lyxtabular>
7338
7339 \end_inset
7340
7341
7342 \end_layout
7343
7344 \begin_layout Standard
7345 \begin_inset ERT
7346 status collapsed
7347
7348 \begin_layout Plain Layout
7349
7350
7351 \backslash
7352 setlength{
7353 \backslash
7354 LTcapwidth}{5cm}
7355 \end_layout
7356
7357 \end_inset
7358
7359
7360 \begin_inset Tabular
7361 <lyxtabular version="3" rows="6" columns="5">
7362 <features islongtable="true" longtabularalignment="center">
7363 <column alignment="center" valignment="top">
7364 <column alignment="center" valignment="top">
7365 <column alignment="center" valignment="top">
7366 <column alignment="center" valignment="top">
7367 <column alignment="center" valignment="top">
7368 <row endfirsthead="true" caption="true">
7369 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7370 \begin_inset Text
7371
7372 \begin_layout Plain Layout
7373 \begin_inset Caption Standard
7374
7375 \begin_layout Plain Layout
7376 long titre complet avec la largeur réglée à 5
7377 \begin_inset space \thinspace{}
7378 \end_inset
7379
7380 cm long titre complet avec la largeur réglée à 5
7381 \begin_inset space \thinspace{}
7382 \end_inset
7383
7384 cm long titre complet avec la largeur réglée à 5
7385 \begin_inset space \thinspace{}
7386 \end_inset
7387
7388 cm
7389 \begin_inset Argument 1
7390 status open
7391
7392 \begin_layout Plain Layout
7393 Légende avec largeur à
7394 \begin_inset space \thinspace{}
7395 \end_inset
7396
7397 =
7398 \begin_inset space \thinspace{}
7399 \end_inset
7400
7401 5
7402 \begin_inset space \thinspace{}
7403 \end_inset
7404
7405 cm
7406 \end_layout
7407
7408 \end_inset
7409
7410
7411 \end_layout
7412
7413 \end_inset
7414
7415
7416 \end_layout
7417
7418 \end_inset
7419 </cell>
7420 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424
7425 \end_layout
7426
7427 \end_inset
7428 </cell>
7429 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433
7434 \end_layout
7435
7436 \end_inset
7437 </cell>
7438 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 </row>
7457 <row>
7458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462 1
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471 2
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7477 \begin_inset Text
7478
7479 \begin_layout Plain Layout
7480 3
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 4
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 5
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 </row>
7504 <row>
7505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 asd
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518 s
7519 \end_layout
7520
7521 \end_inset
7522 </cell>
7523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7524 \begin_inset Text
7525
7526 \begin_layout Plain Layout
7527 s
7528 \end_layout
7529
7530 \end_inset
7531 </cell>
7532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7533 \begin_inset Text
7534
7535 \begin_layout Plain Layout
7536 s
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 asd
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 asd
7557 \end_layout
7558
7559 \end_inset
7560 </cell>
7561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565 s
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7571 \begin_inset Text
7572
7573 \begin_layout Plain Layout
7574 s
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 s
7584 \end_layout
7585
7586 \end_inset
7587 </cell>
7588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592 asd
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 </row>
7598 <row>
7599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603 asd
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 s
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7618 \begin_inset Text
7619
7620 \begin_layout Plain Layout
7621 s
7622 \end_layout
7623
7624 \end_inset
7625 </cell>
7626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630 s
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 asd
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 <row>
7646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7647 \begin_inset Text
7648
7649 \begin_layout Plain Layout
7650 asd
7651 \end_layout
7652
7653 \end_inset
7654 </cell>
7655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 sad
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668 asd
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 asd
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 asd
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 </lyxtabular>
7693
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \begin_layout Standard
7700 \begin_inset ERT
7701 status collapsed
7702
7703 \begin_layout Plain Layout
7704
7705
7706 \backslash
7707 setlength{
7708 \backslash
7709 LTcapwidth}{4in}
7710 \end_layout
7711
7712 \end_inset
7713
7714
7715 \end_layout
7716
7717 \begin_layout Standard
7718 \begin_inset Note Greyedout
7719 status open
7720
7721 \begin_layout Plain Layout
7722
7723 \series bold
7724 Note:
7725 \series default
7726  Quand on utilise la paquetage \SpecialChar LaTeX
7727  
7728 \series bold
7729 caption
7730 \series default
7731
7732 \begin_inset Index idx
7733 status collapsed
7734
7735 \begin_layout Plain Layout
7736 Paquetages \SpecialChar LaTeX
7737  ! caption
7738 \end_layout
7739
7740 \end_inset
7741
7742  , comme c'est les cas dans ce document, la légende prend toute la largeur
7743  de la page quand on utilise la largeur implicite de 4
7744 \begin_inset space \thinspace{}
7745 \end_inset
7746
7747 in pour 
7748 \series bold
7749
7750 \backslash
7751 LTcapwidth
7752 \series default
7753 .
7754  Pour avoir dans ce cas une légende qui fasse exactement 4
7755 \begin_inset space \thinspace{}
7756 \end_inset
7757
7758 in de large, vous pouvez soit prendre une valeur très légèrement différente,
7759  comme par exemple 3.99
7760 \begin_inset space \thinspace{}
7761 \end_inset
7762
7763 in, soit utiliser la commande \SpecialChar LaTeX
7764  
7765 \series bold
7766
7767 \backslash
7768 captionsetup{width=valeur}
7769 \series default
7770  qui est disponible dans le paquetage 
7771 \series bold
7772 caption
7773 \series default
7774 .
7775 \end_layout
7776
7777 \end_inset
7778
7779
7780 \end_layout
7781
7782 \begin_layout Subsubsection
7783 Des légendes différentes sur chaque page d'un tableau
7784 \begin_inset Argument 1
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788 Légendes différentes
7789 \end_layout
7790
7791 \end_inset
7792
7793
7794 \begin_inset Index idx
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798 Tableaux longs ! Legendes@Légendes différentes par page
7799 \end_layout
7800
7801 \end_inset
7802
7803
7804 \end_layout
7805
7806 \begin_layout Standard
7807 Quand la légende du tableau pour les pages suivantes doit être différente
7808  de celle de la première page, marquer une ligne vide en tant qu'en-tête
7809  contenant une légende, puis effectuer un clic droit sur la légende et cocher
7810  dans le menu contextuel
7811 \family sans
7812  Légende (TableauLongSansNuméro)
7813 \family default
7814 .
7815  Le tableau
7816 \begin_inset space ~
7817 \end_inset
7818
7819
7820 \begin_inset CommandInset ref
7821 LatexCommand ref
7822 reference "tab:Légendes-tableau-différentes"
7823
7824 \end_inset
7825
7826  est un exemple de tableau long avec des légendes différentes et où la seconde
7827  légende ne contient pas le numéro du tableau.
7828 \begin_inset Separator parbreak
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \begin_layout Standard
7835 \align center
7836 \begin_inset Tabular
7837 <lyxtabular version="3" rows="59" columns="3">
7838 <features islongtable="true" longtabularalignment="center">
7839 <column alignment="left" valignment="top" width="0pt">
7840 <column alignment="left" valignment="top" width="0pt">
7841 <column alignment="center" valignment="top" width="0pt">
7842 <row endfirsthead="true" caption="true">
7843 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847 \begin_inset Caption Standard
7848
7849 \begin_layout Plain Layout
7850 Exemple d'annuaire téléphonique
7851 \begin_inset CommandInset label
7852 LatexCommand label
7853 name "tab:Légendes-tableau-différentes"
7854
7855 \end_inset
7856
7857
7858 \begin_inset Argument 1
7859 status collapsed
7860
7861 \begin_layout Plain Layout
7862 Exemple Annuaire 
7863 \end_layout
7864
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row endfirsthead="true">
7897 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 Exemple d'annuaire téléphonique (ne pas faire attention aux noms)
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row endfirsthead="true">
7928 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \series bold
7934 NOM
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952
7953 \series bold
7954 TÉL.
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row endhead="true" caption="true">
7961 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965 \begin_inset Caption LongTableNoNumber
7966
7967 \begin_layout Plain Layout
7968 Suite de l'exemple d'annuaire téléphonique
7969 \end_layout
7970
7971 \end_inset
7972
7973
7974 \end_layout
7975
7976 \end_inset
7977 </cell>
7978 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7979 \begin_inset Text
7980
7981 \begin_layout Plain Layout
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991
7992 \end_layout
7993
7994 \end_inset
7995 </cell>
7996 </row>
7997 <row endhead="true">
7998 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7999 \begin_inset Text
8000
8001 \begin_layout Plain Layout
8002
8003 \series bold
8004 Exemple d'annuaire téléphonique
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8010 \begin_inset Text
8011
8012 \begin_layout Plain Layout
8013
8014 \end_layout
8015
8016 \end_inset
8017 </cell>
8018 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 </row>
8028 <row endhead="true">
8029 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033
8034 \series bold
8035 NOM
8036 \end_layout
8037
8038 \end_inset
8039 </cell>
8040 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8041 \begin_inset Text
8042
8043 \begin_layout Plain Layout
8044
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8050 \begin_inset Text
8051
8052 \begin_layout Plain Layout
8053
8054 \series bold
8055 TÉL.
8056 \end_layout
8057
8058 \end_inset
8059 </cell>
8060 </row>
8061 <row endfoot="true">
8062 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 suite page suivante\SpecialChar ldots
8067
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8082 \begin_inset Text
8083
8084 \begin_layout Plain Layout
8085
8086 \end_layout
8087
8088 \end_inset
8089 </cell>
8090 </row>
8091 <row>
8092 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096
8097 \series bold
8098 Annovi
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107 Silvia
8108 \end_layout
8109
8110 \end_inset
8111 </cell>
8112 <cell alignment="right" valignment="top" rightline="true" usebox="none">
8113 \begin_inset Text
8114
8115 \begin_layout Plain Layout
8116 111
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 </row>
8122 <row>
8123 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8124 \begin_inset Text
8125
8126 \begin_layout Plain Layout
8127
8128 \series bold
8129 Bertoli
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8135 \begin_inset Text
8136
8137 \begin_layout Plain Layout
8138 Stefano
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 111
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 </row>
8153 <row>
8154 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158
8159 \series bold
8160 Bozzi
8161 \end_layout
8162
8163 \end_inset
8164 </cell>
8165 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169 Walter
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 111
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 </row>
8184 <row>
8185 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189
8190 \series bold
8191 Cachia
8192 \end_layout
8193
8194 \end_inset
8195 </cell>
8196 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200 Maria
8201 \end_layout
8202
8203 \end_inset
8204 </cell>
8205 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209 111
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 </row>
8215 <row>
8216 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220
8221 \series bold
8222 Cachia
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231 Maurizio
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 111
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 </row>
8246 <row>
8247 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251
8252 \series bold
8253 Cinquemani
8254 \end_layout
8255
8256 \end_inset
8257 </cell>
8258 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8259 \begin_inset Text
8260
8261 \begin_layout Plain Layout
8262 Giusi
8263 \end_layout
8264
8265 \end_inset
8266 </cell>
8267 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8268 \begin_inset Text
8269
8270 \begin_layout Plain Layout
8271 111
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 </row>
8277 <row>
8278 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8279 \begin_inset Text
8280
8281 \begin_layout Plain Layout
8282
8283 \series bold
8284 Colin
8285 \end_layout
8286
8287 \end_inset
8288 </cell>
8289 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8290 \begin_inset Text
8291
8292 \begin_layout Plain Layout
8293 Bernard
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 111
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 </row>
8308 <row>
8309 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8310 \begin_inset Text
8311
8312 \begin_layout Plain Layout
8313
8314 \series bold
8315 Concli
8316 \end_layout
8317
8318 \end_inset
8319 </cell>
8320 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324 Gianfranco
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 111
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344
8345 \series bold
8346 Dal Bosco
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 Carolina
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8361 \begin_inset Text
8362
8363 \begin_layout Plain Layout
8364 111
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 <row>
8371 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8372 \begin_inset Text
8373
8374 \begin_layout Plain Layout
8375
8376 \series bold
8377 Dalpiaz
8378 \end_layout
8379
8380 \end_inset
8381 </cell>
8382 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8383 \begin_inset Text
8384
8385 \begin_layout Plain Layout
8386 Annamaria
8387 \end_layout
8388
8389 \end_inset
8390 </cell>
8391 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 111
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 <row>
8402 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406
8407 \series bold
8408 Feliciello
8409 \end_layout
8410
8411 \end_inset
8412 </cell>
8413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417 Domenico
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 111
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 </row>
8432 <row>
8433 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437
8438 \series bold
8439 Focarelli
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8445 \begin_inset Text
8446
8447 \begin_layout Plain Layout
8448 Paola
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Plain Layout
8457 111
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 </row>
8463 <row>
8464 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468
8469 \series bold
8470 Galletti
8471 \end_layout
8472
8473 \end_inset
8474 </cell>
8475 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479 Oreste
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8485 \begin_inset Text
8486
8487 \begin_layout Plain Layout
8488 111
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \series bold
8501 Gasparini
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 Franca
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8516 \begin_inset Text
8517
8518 \begin_layout Plain Layout
8519 111
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 </row>
8525 <row>
8526 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8527 \begin_inset Text
8528
8529 \begin_layout Plain Layout
8530
8531 \series bold
8532 Rizzardi
8533 \series default
8534
8535 \begin_inset Foot
8536 status open
8537
8538 \begin_layout Plain Layout
8539 Exemple de note de bas de page
8540 \end_layout
8541
8542 \end_inset
8543
8544
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Paola
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562 111
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 </row>
8568 <row>
8569 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573
8574 \series bold
8575 Lassini
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Giancarlo
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 111
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \series bold
8606 Malfatti
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 Luciano
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624 111
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 <row>
8631 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \series bold
8637 Malfatti
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 Valeriano
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 111
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \series bold
8668 Meneguzzo
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 Roberto
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 111
8687 \end_layout
8688
8689 \end_inset
8690 </cell>
8691 </row>
8692 <row>
8693 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \series bold
8699 Mezzadra
8700 \end_layout
8701
8702 \end_inset
8703 </cell>
8704 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708 Roberto
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 111
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 </row>
8723 <row>
8724 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728
8729 \series bold
8730 Pirpamer
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8736 \begin_inset Text
8737
8738 \begin_layout Plain Layout
8739 Erich
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748 111
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759
8760 \series bold
8761 Pochiesa
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Paolo
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 111, 222
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row>
8786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \series bold
8792 Radina
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 Claudio
8802 \end_layout
8803
8804 \end_inset
8805 </cell>
8806 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 111
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 </row>
8816 <row>
8817 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821
8822 \series bold
8823 Stuffer
8824 \end_layout
8825
8826 \end_inset
8827 </cell>
8828 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8829 \begin_inset Text
8830
8831 \begin_layout Plain Layout
8832 Oskar
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 111
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 </row>
8847 <row>
8848 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852
8853 \series bold
8854 Tacchelli
8855 \end_layout
8856
8857 \end_inset
8858 </cell>
8859 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8860 \begin_inset Text
8861
8862 \begin_layout Plain Layout
8863 Ugo
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872 111
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 </row>
8878 <row>
8879 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883
8884 \series bold
8885 Tezzele
8886 \end_layout
8887
8888 \end_inset
8889 </cell>
8890 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8891 \begin_inset Text
8892
8893 \begin_layout Plain Layout
8894 Margit
8895 \end_layout
8896
8897 \end_inset
8898 </cell>
8899 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 111
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 </row>
8909 <row>
8910 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914
8915 \series bold
8916 Unterkalmsteiner
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 Frieda
8926 \end_layout
8927
8928 \end_inset
8929 </cell>
8930 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934 111
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945
8946 \series bold
8947 Vieider
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8953 \begin_inset Text
8954
8955 \begin_layout Plain Layout
8956 Hilde
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 111
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978 Vigna
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 Jürgen
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 111
8997 \end_layout
8998
8999 \end_inset
9000 </cell>
9001 </row>
9002 <row>
9003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007
9008 \series bold
9009 Weber
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 Maurizio
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027 111
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 </row>
9033 <row>
9034 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038
9039 \series bold
9040 Winkler
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 Franz
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 111
9059 \end_layout
9060
9061 \end_inset
9062 </cell>
9063 </row>
9064 <row>
9065 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069  
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \end_layout
9089
9090 \end_inset
9091 </cell>
9092 </row>
9093 <row>
9094 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9095 \begin_inset Text
9096
9097 \begin_layout Plain Layout
9098
9099 \series bold
9100 Annovi
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 Silvia
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9115 \begin_inset Text
9116
9117 \begin_layout Plain Layout
9118 555
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 <row>
9125 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129
9130 \series bold
9131 Bertoli
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Stefano
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 555
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \series bold
9162 Bozzi
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 Walter
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9177 \begin_inset Text
9178
9179 \begin_layout Plain Layout
9180 555
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 <row>
9187 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9188 \begin_inset Text
9189
9190 \begin_layout Plain Layout
9191
9192 \series bold
9193 Cachia
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 Maria
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 555
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \series bold
9224 Cachia
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 Maurizio
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9239 \begin_inset Text
9240
9241 \begin_layout Plain Layout
9242 555
9243 \end_layout
9244
9245 \end_inset
9246 </cell>
9247 </row>
9248 <row>
9249 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253
9254 \series bold
9255 Cinquemani
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 Giusi
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 555
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \series bold
9286 Colin
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 Bernard
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304 555
9305 \end_layout
9306
9307 \end_inset
9308 </cell>
9309 </row>
9310 <row>
9311 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315
9316 \series bold
9317 Concli
9318 \end_layout
9319
9320 \end_inset
9321 </cell>
9322 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9323 \begin_inset Text
9324
9325 \begin_layout Plain Layout
9326 Gianfranco
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 555
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \series bold
9348 Dal Bosco
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Carolina
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9363 \begin_inset Text
9364
9365 \begin_layout Plain Layout
9366 555
9367 \end_layout
9368
9369 \end_inset
9370 </cell>
9371 </row>
9372 <row>
9373 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377
9378 \series bold
9379 Dalpiaz
9380 \end_layout
9381
9382 \end_inset
9383 </cell>
9384 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9385 \begin_inset Text
9386
9387 \begin_layout Plain Layout
9388 Annamaria
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9394 \begin_inset Text
9395
9396 \begin_layout Plain Layout
9397 555
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \series bold
9410 Feliciello
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 Domenico
9420 \end_layout
9421
9422 \end_inset
9423 </cell>
9424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9425 \begin_inset Text
9426
9427 \begin_layout Plain Layout
9428 555
9429 \end_layout
9430
9431 \end_inset
9432 </cell>
9433 </row>
9434 <row>
9435 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9436 \begin_inset Text
9437
9438 \begin_layout Plain Layout
9439
9440 \series bold
9441 Focarelli
9442 \end_layout
9443
9444 \end_inset
9445 </cell>
9446 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9447 \begin_inset Text
9448
9449 \begin_layout Plain Layout
9450 Paola
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 555
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 </row>
9465 <row>
9466 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470
9471 \series bold
9472 Galletti
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9478 \begin_inset Text
9479
9480 \begin_layout Plain Layout
9481 Oreste
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490 555
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 <row>
9497 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9498 \begin_inset Text
9499
9500 \begin_layout Plain Layout
9501
9502 \series bold
9503 Gasparini
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512 Franca
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 555
9522 \end_layout
9523
9524 \end_inset
9525 </cell>
9526 </row>
9527 <row>
9528 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9529 \begin_inset Text
9530
9531 \begin_layout Plain Layout
9532
9533 \series bold
9534 Rizzardi
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 Paola
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 555
9553 \end_layout
9554
9555 \end_inset
9556 </cell>
9557 </row>
9558 <row>
9559 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9560 \begin_inset Text
9561
9562 \begin_layout Plain Layout
9563
9564 \series bold
9565 Lassini
9566 \end_layout
9567
9568 \end_inset
9569 </cell>
9570 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9571 \begin_inset Text
9572
9573 \begin_layout Plain Layout
9574 Giancarlo
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Plain Layout
9583 555
9584 \end_layout
9585
9586 \end_inset
9587 </cell>
9588 </row>
9589 <row>
9590 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9591 \begin_inset Text
9592
9593 \begin_layout Plain Layout
9594
9595 \series bold
9596 Malfatti
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9602 \begin_inset Text
9603
9604 \begin_layout Plain Layout
9605 Luciano
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614 555
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 </row>
9620 <row>
9621 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \series bold
9627 Malfatti
9628 \end_layout
9629
9630 \end_inset
9631 </cell>
9632 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636 Valeriano
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645 555
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 </row>
9651 <row>
9652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656
9657 \series bold
9658 Meneguzzo
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667 Roberto
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676 555
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 </row>
9682 <row>
9683 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \series bold
9689 Mezzadra
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 Roberto
9699 \end_layout
9700
9701 \end_inset
9702 </cell>
9703 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9704 \begin_inset Text
9705
9706 \begin_layout Plain Layout
9707 555
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 </row>
9713 </lyxtabular>
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \begin_layout Section
9721 Questions particulières concernant les tableaux longs
9722 \begin_inset Argument 1
9723 status collapsed
9724
9725 \begin_layout Plain Layout
9726 Questions sur les tableaux longs
9727 \end_layout
9728
9729 \end_inset
9730
9731
9732 \begin_inset CommandInset label
9733 LatexCommand label
9734 name "sec:Questions-sur-tableaux-longs"
9735
9736 \end_inset
9737
9738
9739 \end_layout
9740
9741 \begin_layout Subsection
9742 Calculs des pages des tableaux longs
9743 \begin_inset Index idx
9744 status collapsed
9745
9746 \begin_layout Plain Layout
9747 Tableaux longs ! Calculs
9748 \end_layout
9749
9750 \end_inset
9751
9752
9753 \end_layout
9754
9755 \begin_layout Standard
9756 \SpecialChar LaTeX
9757  calcule la hauteur de chaque page de tableau et leurs sauts de page en
9758  utilisant des blocs (chunks).
9759  Ces blocs sont des portions de tableau qui tiennent en une fois dans la
9760  mémoire de \SpecialChar LaTeX
9761 .
9762  La valeur implicite est fixée pour des raisons historiques à seulement
9763  20 lignes de tableau.
9764  Si vous utilisez des tableaux longs couvrant de nombreuses pages, ceci
9765  peut ralentir la création de votre document.
9766  Vous pouvez sans risque augmenter la taille des blocs pour atteindre des
9767  valeurs de 100 ou de 1000 en ajoutant une ligne comme celle-ci dans le
9768  préambule de votre document :
9769 \end_layout
9770
9771 \begin_layout Standard
9772
9773 \series bold
9774
9775 \backslash
9776 setcounter{LTchunksize}{100}
9777 \end_layout
9778
9779 \begin_layout Subsection
9780 Les flottants et les tableaux longs
9781 \begin_inset Index idx
9782 status collapsed
9783
9784 \begin_layout Plain Layout
9785 Tableaux longs ! Flottants
9786 \end_layout
9787
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \begin_layout Standard
9794 Il peut y avoir des problèmes quand un flottant apparaît sur la page où
9795  commence un tableau long.
9796  Pour éviter une telle situation, insérez un saut de page (menu 
9797 \family sans
9798 Insertion\SpecialChar menuseparator
9799 Typographie
9800 \begin_inset space ~
9801 \end_inset
9802
9803 spéciale\SpecialChar menuseparator
9804 Saut de page (vide le tampon)
9805 \family default
9806
9807 \begin_inset space \thinspace{}
9808 \end_inset
9809
9810 ) juste avant votre tableau long.
9811 \end_layout
9812
9813 \begin_layout Subsection
9814 Sauts de pages forcés
9815 \begin_inset Index idx
9816 status collapsed
9817
9818 \begin_layout Plain Layout
9819 Tableaux longs ! Sauts de pages forcés
9820 \end_layout
9821
9822 \end_inset
9823
9824
9825 \end_layout
9826
9827 \begin_layout Standard
9828 Implicitement les tableaux ne peuvent être coupés qu'entre deux lignes.
9829  Si vous avez une cellule avec plusieurs lignes et que vous voulez avoir
9830  un saut de page à l'intérieur de cette cellule, insérez la commande \SpecialChar LaTeX
9831  de
9832  saut de ligne 
9833 \begin_inset Quotes fld
9834 \end_inset
9835
9836
9837 \backslash
9838
9839 \backslash
9840
9841 \begin_inset Quotes frd
9842 \end_inset
9843
9844  en code \SpecialChar TeX
9845  à l'endroit de la cellule où vous voulez qu'elle soit coupée.
9846  Avant la commande 
9847 \begin_inset Quotes fld
9848 \end_inset
9849
9850
9851 \backslash
9852
9853 \backslash
9854
9855 \begin_inset Quotes frd
9856 \end_inset
9857
9858 , vous devez insérer en code \SpecialChar TeX
9859 , autant de caractères 
9860 \begin_inset Quotes fld
9861 \end_inset
9862
9863 &
9864 \begin_inset Quotes frd
9865 \end_inset
9866
9867  qu'il y a de colonnes après la cellule concernée.
9868  Le caractère 
9869 \begin_inset Quotes fld
9870 \end_inset
9871
9872 &
9873 \begin_inset Quotes frd
9874 \end_inset
9875
9876  sert à séparer les colonnes d'un tableau.
9877  Écrivez en code-\SpecialChar TeX
9878 , après chaque 
9879 \begin_inset Quotes fld
9880 \end_inset
9881
9882 &
9883 \begin_inset Quotes frd
9884 \end_inset
9885
9886  le contenu des cellules correspondantes et en même temps supprimez le contenu
9887  de ces cellules dans le texte normal.
9888  
9889 \begin_inset Newline newline
9890 \end_inset
9891
9892 Après la commande 
9893 \backslash
9894
9895 \backslash
9896 , insérez autant de caractères 
9897 \begin_inset Quotes fld
9898 \end_inset
9899
9900 &
9901 \begin_inset Quotes frd
9902 \end_inset
9903
9904  qu'il y a de colonnes avant la colonne traitée.
9905  Dans le tableau
9906 \begin_inset space ~
9907 \end_inset
9908
9909
9910 \begin_inset CommandInset ref
9911 LatexCommand ref
9912 reference "tab:Tableau-saut-de-page"
9913
9914 \end_inset
9915
9916  la cellule qui doit être coupée est dans la deuxième colonne et elle est
9917  suivie par une autre colonne.
9918  La commande suivante a donc été insérée en code \SpecialChar TeX
9919  dans la cellule après
9920  le mot 
9921 \begin_inset Quotes fld
9922 \end_inset
9923
9924
9925 \emph on
9926 Castelchiodato,
9927 \emph default
9928
9929 \begin_inset Quotes frd
9930 \end_inset
9931
9932 :
9933 \end_layout
9934
9935 \begin_layout Standard
9936
9937 \series bold
9938 & 111
9939 \backslash
9940
9941 \backslash
9942  
9943 \backslash
9944 newpage
9945 \begin_inset Newline newline
9946 \end_inset
9947
9948 &
9949 \end_layout
9950
9951 \begin_layout Standard
9952 Le 
9953 \begin_inset Quotes fld
9954 \end_inset
9955
9956 111
9957 \begin_inset Quotes frd
9958 \end_inset
9959
9960  dans la troisième colonne de la ligne a été supprimé.
9961  
9962 \series bold
9963
9964 \backslash
9965 newpage
9966 \series default
9967  est nécessaire seulement quand un saut de page doit impérativement avoir
9968  lieu à cet endroit, sinon on n'a qu'une possibilité de saut.
9969  Si votre ligne de pied de tableau n'a pas de bordure supérieure pour une
9970  raison ou une autre mais que vous voulez une ligne à l'endroit où la cellule
9971  est coupée, utilisez cette commande à la place de la précédente :
9972 \end_layout
9973
9974 \begin_layout Standard
9975
9976 \series bold
9977 & 111
9978 \backslash
9979
9980 \backslash
9981
9982 \begin_inset Newline newline
9983 \end_inset
9984
9985
9986 \backslash
9987 hline &
9988 \end_layout
9989
9990 \begin_layout Standard
9991 Quand la cellule qui doit être coupée est dans la dernière colonne, on doit
9992  insérer la commande
9993 \end_layout
9994
9995 \begin_layout Standard
9996
9997 \series bold
9998
9999 \backslash
10000 setlength{
10001 \backslash
10002 parfillskip}{0pt}
10003 \end_layout
10004
10005 \begin_layout Standard
10006 au début de la cellule.
10007  Cela assure que la portion de la cellule qui va se trouver affichée sur
10008  la page suivante le sera avec toute la largeur de la cellule.
10009 \begin_inset Separator parbreak
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \begin_layout Standard
10016 \align center
10017 \begin_inset Tabular
10018 <lyxtabular version="3" rows="38" columns="3">
10019 <features islongtable="true" lastFootEmpty="true" longtabularalignment="center">
10020 <column alignment="left" valignment="top" width="0cm">
10021 <column alignment="left" valignment="top" width="3cm">
10022 <column alignment="center" valignment="top" width="0pt">
10023 <row endfirsthead="true" caption="true">
10024 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Caption Standard
10029
10030 \begin_layout Plain Layout
10031 Tableau avec un saut de page forcé dans une cellule
10032 \begin_inset CommandInset label
10033 LatexCommand label
10034 name "tab:Tableau-saut-de-page"
10035
10036 \end_inset
10037
10038
10039 \begin_inset Argument 1
10040 status collapsed
10041
10042 \begin_layout Plain Layout
10043 Tableau avec un saut de page forcé dans une cellule
10044 \end_layout
10045
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row endfirsthead="true">
10078 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Exemple d'annuaire téléphonique (ne faites pas attention aux noms)
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row endfirsthead="true">
10109 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 NOM
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 TÉL.
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row endhead="true">
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 \begin_inset ERT
10147 status collapsed
10148
10149 \begin_layout Plain Layout
10150
10151
10152 \backslash
10153 caption*{Tableau sur deux pages avec un saut de page dans une cellule}
10154 \backslash
10155
10156 \backslash
10157 %
10158 \end_layout
10159
10160 \end_inset
10161
10162
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Plain Layout
10171
10172 \end_layout
10173
10174 \end_inset
10175 </cell>
10176 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10177 \begin_inset Text
10178
10179 \begin_layout Plain Layout
10180
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row endhead="true">
10187 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191  
10192 \series bold
10193 Exemple d'annuaire téléphonique
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10199 \begin_inset Text
10200
10201 \begin_layout Plain Layout
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10208 \begin_inset Text
10209
10210 \begin_layout Plain Layout
10211
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 </row>
10217 <row endhead="true">
10218 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222
10223 \series bold
10224 NOM
10225 \end_layout
10226
10227 \end_inset
10228 </cell>
10229 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="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 multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10239 \begin_inset Text
10240
10241 \begin_layout Plain Layout
10242
10243 \series bold
10244 TÉL.
10245 \end_layout
10246
10247 \end_inset
10248 </cell>
10249 </row>
10250 <row endfoot="true">
10251 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
10252 \begin_inset Text
10253
10254 \begin_layout Plain Layout
10255 suite page suivante\SpecialChar ldots
10256
10257 \end_layout
10258
10259 \end_inset
10260 </cell>
10261 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10262 \begin_inset Text
10263
10264 \begin_layout Plain Layout
10265
10266 \end_layout
10267
10268 \end_inset
10269 </cell>
10270 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10271 \begin_inset Text
10272
10273 \begin_layout Plain Layout
10274
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 </row>
10280 <row>
10281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Plain Layout
10285
10286 \series bold
10287 Annovi
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 Silvia
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="right" valignment="top" rightline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 111
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 </row>
10311 <row>
10312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316
10317 \series bold
10318 Bertoli
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 Stefano
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 111
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 Bozzi
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 Walter
10359 \end_layout
10360
10361 \end_inset
10362 </cell>
10363 <cell alignment="center" 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 Cachia
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Lassini
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 Giancarlo
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 Malfatti
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Roberto
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Rizzardi
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 Giancarlo, 11.
10979  Fürst von Montecompatri, 11.
10980  Fürst von Sulmona und Vivaro, 10.
10981  Fürst von Rossano, 5.
10982  Herzog von Canemorte, 11.
10983  Herzog von Palombara, 5.
10984  Herzog von Castelchiodato,
10985 \begin_inset ERT
10986 status open
10987
10988 \begin_layout Plain Layout
10989
10990 & 111
10991 \backslash
10992
10993 \backslash
10994  
10995 \backslash
10996 newpage
10997 \end_layout
10998
10999 \begin_layout Plain Layout
11000
11001 &
11002 \end_layout
11003
11004 \end_inset
11005
11006  11.
11007  Herzog von Poggionativo, 11.
11008  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
11009  Graf von Valinfreda, 11.
11010  Baron von Cropalati, 11.
11011  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 <row>
11027 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031
11032 \series bold
11033 Stuffer
11034 \end_layout
11035
11036 \end_inset
11037 </cell>
11038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11039 \begin_inset Text
11040
11041 \begin_layout Plain Layout
11042 Oskar
11043 \end_layout
11044
11045 \end_inset
11046 </cell>
11047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11048 \begin_inset Text
11049
11050 \begin_layout Plain Layout
11051 111
11052 \end_layout
11053
11054 \end_inset
11055 </cell>
11056 </row>
11057 <row>
11058 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062
11063 \series bold
11064 Tacchelli
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
11070 \begin_inset Text
11071
11072 \begin_layout Plain Layout
11073 Ugo
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 111
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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 Weber
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 Maurizio
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" bottomline="true" leftline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248
11249 \series bold
11250 Winkler
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
11256 \begin_inset Text
11257
11258 \begin_layout Plain Layout
11259 Franz
11260 \end_layout
11261
11262 \end_inset
11263 </cell>
11264 <cell alignment="center" valignment="top" bottomline="true" 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 </lyxtabular>
11275
11276 \end_inset
11277
11278
11279 \end_layout
11280
11281 \begin_layout Section
11282 Colonnes et lignes à lignes multiples
11283 \end_layout
11284
11285 \begin_layout Subsection
11286 Lignes multiples dans une cellule de tableau
11287 \begin_inset CommandInset label
11288 LatexCommand label
11289 name "subsec:Lignes-multiple-dans-cellule"
11290
11291 \end_inset
11292
11293
11294 \begin_inset Index idx
11295 status collapsed
11296
11297 \begin_layout Plain Layout
11298 Plusieurs lignes dans une case de tableau
11299 \end_layout
11300
11301 \end_inset
11302
11303
11304 \begin_inset Index idx
11305 status collapsed
11306
11307 \begin_layout Plain Layout
11308 Tableau ! Saut de ligne
11309 \end_layout
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \begin_layout Standard
11317 \noindent
11318 \begin_inset Float table
11319 placement H
11320 wide false
11321 sideways false
11322 status open
11323
11324 \begin_layout Plain Layout
11325 \begin_inset Caption Standard
11326
11327 \begin_layout Plain Layout
11328 \begin_inset CommandInset label
11329 LatexCommand label
11330 name "tab:Tableau-avec-plusieurs-lignes"
11331
11332 \end_inset
11333
11334 Tableau avec des lignes multiples dans une cellule
11335 \end_layout
11336
11337 \end_inset
11338
11339
11340 \end_layout
11341
11342 \begin_layout Plain Layout
11343 \align center
11344 \begin_inset Tabular
11345 <lyxtabular version="3" rows="3" columns="3">
11346 <features tabularvalignment="middle">
11347 <column alignment="center" valignment="middle" width="2.5cm">
11348 <column alignment="center" valignment="middle">
11349 <column alignment="center" valignment="middle">
11350 <row>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355 Lignes
11356 \begin_inset Newline linebreak
11357 \end_inset
11358
11359 multiples
11360 \end_layout
11361
11362 \end_inset
11363 </cell>
11364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11365 \begin_inset Text
11366
11367 \begin_layout Plain Layout
11368 b
11369 \end_layout
11370
11371 \end_inset
11372 </cell>
11373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11374 \begin_inset Text
11375
11376 \begin_layout Plain Layout
11377 c
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 </row>
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 d
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 e
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 f
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 </row>
11412 <row>
11413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 g
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 h
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 i
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 </lyxtabular>
11442
11443 \end_inset
11444
11445
11446 \end_layout
11447
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \begin_layout Standard
11454 En fixant la largeur d'une colonne, on permet d'entrer du texte sous forme
11455  d'un paragraphe avec des sauts de lignes et des césures.
11456 \end_layout
11457
11458 \begin_layout Standard
11459 Pour obtenir le tableau
11460 \begin_inset space ~
11461 \end_inset
11462
11463
11464 \begin_inset CommandInset ref
11465 LatexCommand ref
11466 reference "tab:Tableau-avec-plusieurs-lignes"
11467
11468 \end_inset
11469
11470 , créez un tableau 3×3, sélectionnez la première cellule et faites un clic
11471  droit dessus.
11472  Dans la fenêtre de dialogue qui s'ouvre fixez une largeur de cellule de
11473  2.5
11474 \begin_inset space \thinspace{}
11475 \end_inset
11476
11477 cm et choisissez les alignements vertical et horizontal centrés.
11478  L'alignement vertical va s'appliquer à toutes les cellules de la ligne.
11479  Comme notre texte est plus petit que 2.5
11480 \begin_inset space \thinspace{}
11481 \end_inset
11482
11483 cm, une seule ligne va apparaître.
11484  Pour avoir deux lignes, un saut de ligne justifié a été ajouté (raccourci
11485  
11486 \family sans
11487 Ctrl-Shift-Entrée
11488 \family default
11489 ).
11490  Si le texte est plus large que la taille de cellule choisie, il sera automatiqu
11491 ement découpé en plusieurs lignes.
11492 \end_layout
11493
11494 \begin_layout Standard
11495 Si vous avez un mot long dans une cellule de largeur fixée, \SpecialChar LaTeX
11496  ne peut pas
11497  effectuer de césure si c'est le premier élément de la cellule.
11498  Vous devez donc insérer quelque chose avant pour qu'il ne soit plus le
11499  premier élément : Ajoutez un espace horizontal de 0
11500 \begin_inset space \thinspace{}
11501 \end_inset
11502
11503 pt juste avant votre mot.
11504  Comme l'espace est égal à zéro, la sortie ne sera pas modifiée.
11505  Le tableau
11506 \begin_inset space ~
11507 \end_inset
11508
11509
11510 \begin_inset CommandInset ref
11511 LatexCommand ref
11512 reference "tab:Tableau-césure"
11513
11514 \end_inset
11515
11516  montre l'effet de cette insertion.
11517 \end_layout
11518
11519 \begin_layout Standard
11520 \begin_inset Float table
11521 placement h
11522 wide false
11523 sideways false
11524 status open
11525
11526 \begin_layout Plain Layout
11527 \begin_inset Caption Standard
11528
11529 \begin_layout Plain Layout
11530 \begin_inset CommandInset label
11531 LatexCommand label
11532 name "tab:Tableau-césure"
11533
11534 \end_inset
11535
11536 Tableau avec et sans césure.
11537 \end_layout
11538
11539 \end_inset
11540
11541
11542 \end_layout
11543
11544 \begin_layout Plain Layout
11545 \begin_inset space \hfill{}
11546 \end_inset
11547
11548
11549 \begin_inset Tabular
11550 <lyxtabular version="3" rows="3" columns="3">
11551 <features tabularvalignment="middle">
11552 <column alignment="center" valignment="middle" width="2.5cm">
11553 <column alignment="center" valignment="middle">
11554 <column alignment="center" valignment="middle">
11555 <row>
11556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 mottrèslongdansunecellule
11561 \end_layout
11562
11563 \end_inset
11564 </cell>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569 b
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 c
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 </row>
11584 <row>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 d
11590 \end_layout
11591
11592 \end_inset
11593 </cell>
11594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11595 \begin_inset Text
11596
11597 \begin_layout Plain Layout
11598 e
11599 \end_layout
11600
11601 \end_inset
11602 </cell>
11603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11604 \begin_inset Text
11605
11606 \begin_layout Plain Layout
11607 f
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 </row>
11613 <row>
11614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 g
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 h
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 i
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 </row>
11642 </lyxtabular>
11643
11644 \end_inset
11645
11646
11647 \begin_inset space \hfill{}
11648 \end_inset
11649
11650
11651 \begin_inset Tabular
11652 <lyxtabular version="3" rows="3" columns="3">
11653 <features tabularvalignment="middle">
11654 <column alignment="center" valignment="middle" width="2.5cm">
11655 <column alignment="center" valignment="middle">
11656 <column alignment="center" valignment="middle">
11657 <row>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 \begin_inset space \hspace{}
11663 \length 0pt
11664 \end_inset
11665
11666 mottrèslongdansunecellule
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 b
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11681 \begin_inset Text
11682
11683 \begin_layout Plain Layout
11684 c
11685 \end_layout
11686
11687 \end_inset
11688 </cell>
11689 </row>
11690 <row>
11691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 d
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 e
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11710 \begin_inset Text
11711
11712 \begin_layout Plain Layout
11713 f
11714 \end_layout
11715
11716 \end_inset
11717 </cell>
11718 </row>
11719 <row>
11720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11721 \begin_inset Text
11722
11723 \begin_layout Plain Layout
11724 g
11725 \end_layout
11726
11727 \end_inset
11728 </cell>
11729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11730 \begin_inset Text
11731
11732 \begin_layout Plain Layout
11733 h
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 i
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 </row>
11748 </lyxtabular>
11749
11750 \end_inset
11751
11752
11753 \begin_inset space \hfill{}
11754 \end_inset
11755
11756
11757 \end_layout
11758
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \begin_layout Subsection
11765 Multi-colonnes
11766 \begin_inset CommandInset label
11767 LatexCommand label
11768 name "subsec:Multicolonnes"
11769
11770 \end_inset
11771
11772
11773 \begin_inset Index idx
11774 status collapsed
11775
11776 \begin_layout Plain Layout
11777 Multi-colonnes
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \begin_inset Index idx
11784 status collapsed
11785
11786 \begin_layout Plain Layout
11787 Tableau ! Multi-colonnes
11788 \end_layout
11789
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \begin_layout Subsubsection
11796 Les bases des multi-colonnes
11797 \end_layout
11798
11799 \begin_layout Standard
11800 Pour faire qu'une cellule couvre plusieurs colonnes, marquez les cellules
11801  qu'elle doit couvrir et utilisez soit le bouton 
11802 \begin_inset Info
11803 type  "icon"
11804 arg   "inset-modify tabular multicolumn"
11805 \end_inset
11806
11807  de la barre d'outils tableau, ou le menu 
11808 \family sans
11809 Édition\SpecialChar menuseparator
11810 Tableau\SpecialChar menuseparator
11811 Multi-colonnes
11812 \family default
11813 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
11814  
11815 \family sans
11816 Multi-colonnes
11817 \family default
11818 .
11819 \end_layout
11820
11821 \begin_layout Standard
11822 Les multi-colonnes ont leurs propres paramètres de cellule.
11823  Ce qui veut dire que si on change les bordures, l'alignement ou la largeur
11824  de la cellule, cela n'affecte que la cellule multi-colonnes.
11825  Voici un exemple de tableau avec une cellule multi-colonnes dans la première
11826  ligne et une cellule sans bordure supérieure dans la dernière ligne :
11827 \begin_inset Separator parbreak
11828 \end_inset
11829
11830
11831 \end_layout
11832
11833 \begin_layout Standard
11834 \align center
11835 \begin_inset Tabular
11836 <lyxtabular version="3" rows="3" columns="4">
11837 <features firstHeadTopDL="true" firstHeadBottomDL="true" tabularvalignment="middle">
11838 <column alignment="center" valignment="top" width="0pt">
11839 <column alignment="center" valignment="middle">
11840 <column alignment="center" valignment="top" width="0in">
11841 <column alignment="center" valignment="top" width="0pt">
11842 <row>
11843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 abc
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 def ghi
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 jkl
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 </row>
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 A
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 B
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 C
11904 \end_layout
11905
11906 \end_inset
11907 </cell>
11908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 D
11913 \end_layout
11914
11915 \end_inset
11916 </cell>
11917 </row>
11918 <row>
11919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 1
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 2
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 3
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11947 \begin_inset Text
11948
11949 \begin_layout Plain Layout
11950 4
11951 \end_layout
11952
11953 \end_inset
11954 </cell>
11955 </row>
11956 </lyxtabular>
11957
11958 \end_inset
11959
11960
11961 \end_layout
11962
11963 \begin_layout Subsubsection
11964 Calculs avec les multi-colonnes
11965 \begin_inset CommandInset label
11966 LatexCommand label
11967 name "subsec:Calculs-multicolonnes"
11968
11969 \end_inset
11970
11971
11972 \begin_inset Index idx
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976 Multi-colonnes ! Calculs
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \end_layout
11983
11984 \begin_layout Standard
11985 \SpecialChar LyX
11986  gère directement les multi-colonnes, mais nous devons faire attention à
11987  la largeur des cellules couvertes par la cellule multi-colonnes.
11988 \end_layout
11989
11990 \begin_layout Standard
11991 \begin_inset Float table
11992 placement h
11993 wide false
11994 sideways false
11995 status open
11996
11997 \begin_layout Plain Layout
11998 \begin_inset Caption Standard
11999
12000 \begin_layout Plain Layout
12001 \begin_inset CommandInset label
12002 LatexCommand label
12003 name "tab:Tableau-multicolonne-parfaite"
12004
12005 \end_inset
12006
12007 Tableau avec un texte centré dans une case multi-colonnes au-dessus de deux
12008  colonnes qui ont exactement la moitié de la largeur de la case multi-colonnes.
12009 \begin_inset Argument 1
12010 status open
12011
12012 \begin_layout Plain Layout
12013 Tableau avec multi-colonnes parfaite
12014 \end_layout
12015
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \end_inset
12022
12023
12024 \end_layout
12025
12026 \begin_layout Plain Layout
12027 \align center
12028 \begin_inset Tabular
12029 <lyxtabular version="3" rows="3" columns="3">
12030 <features tabularvalignment="middle">
12031 <column alignment="center" valignment="middle" special=">{\centering}m{1.25cm-6.2pt}">
12032 <column alignment="center" valignment="middle">
12033 <column alignment="center" valignment="top">
12034 <row>
12035 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 multi-colonnes sur plusieurs lignes
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12054 \begin_inset Text
12055
12056 \begin_layout Plain Layout
12057 c
12058 \end_layout
12059
12060 \end_inset
12061 </cell>
12062 </row>
12063 <row>
12064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12065 \begin_inset Text
12066
12067 \begin_layout Plain Layout
12068 d
12069 \end_layout
12070
12071 \end_inset
12072 </cell>
12073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12074 \begin_inset Text
12075
12076 \begin_layout Plain Layout
12077 e
12078 \end_layout
12079
12080 \end_inset
12081 </cell>
12082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12083 \begin_inset Text
12084
12085 \begin_layout Plain Layout
12086 f
12087 \end_layout
12088
12089 \end_inset
12090 </cell>
12091 </row>
12092 <row>
12093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 g
12098 \end_layout
12099
12100 \end_inset
12101 </cell>
12102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12103 \begin_inset Text
12104
12105 \begin_layout Plain Layout
12106 h
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 i
12116 \end_layout
12117
12118 \end_inset
12119 </cell>
12120 </row>
12121 </lyxtabular>
12122
12123 \end_inset
12124
12125
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \end_layout
12132
12133 \begin_layout Standard
12134 Par exemple, pour créer le tableau
12135 \begin_inset space ~
12136 \end_inset
12137
12138
12139 \begin_inset CommandInset ref
12140 LatexCommand ref
12141 reference "tab:Tableau-multicolonne-parfaite"
12142
12143 \end_inset
12144
12145 , sélectionnez les deux premières cellules de la première ligne d'un tableau
12146  3×3 et faites un clic droit dessus.
12147  Ensuite choisissez pour cette cellule
12148 \emph on
12149 ,
12150 \emph default
12151  dans la fenêtre de dialogue de tableau, 
12152 \emph on
12153 multi-colonnes
12154 \emph default
12155
12156 \emph on
12157 alignement
12158 \begin_inset space ~
12159 \end_inset
12160
12161 horizontal
12162 \begin_inset space ~
12163 \end_inset
12164
12165 centré
12166 \emph default
12167  et une largeur de 2.5
12168 \begin_inset space \thinspace{}
12169 \end_inset
12170
12171 cm.
12172  Les colonnes couvertes doivent avoir exactement la moitié de la largeur
12173  de la cellule multi-colonnes, vous devez donc donner une largeur de 1.25
12174 \begin_inset space \thinspace{}
12175 \end_inset
12176
12177 cm pour la première colonne.
12178  La deuxième colonne aura alors automatiquement une largeur de 1.25
12179 \begin_inset space \thinspace{}
12180 \end_inset
12181
12182 cm (la largeur de la multi-colonnes moins la largeur de la première colonne).
12183  C'est ce qui a été fait pour le tableau
12184 \begin_inset space ~
12185 \end_inset
12186
12187
12188 \begin_inset CommandInset ref
12189 LatexCommand ref
12190 reference "tab:Tableau-multicolonne-imparfait"
12191
12192 \end_inset
12193
12194 .
12195 \end_layout
12196
12197 \begin_layout Standard
12198 \begin_inset Float table
12199 wide false
12200 sideways false
12201 status open
12202
12203 \begin_layout Plain Layout
12204 \begin_inset Caption Standard
12205
12206 \begin_layout Plain Layout
12207 \begin_inset CommandInset label
12208 LatexCommand label
12209 name "tab:Tableau-multicolonne-imparfait"
12210
12211 \end_inset
12212
12213 Tableau où la largeur de colonnes couvertes n'est pas exactement la moitié
12214  de la largeur de la cellule multi-colonnes.
12215 \begin_inset Argument 1
12216 status open
12217
12218 \begin_layout Plain Layout
12219 Tableau avec multi-colonnes pas parfaite
12220 \end_layout
12221
12222 \end_inset
12223
12224
12225 \end_layout
12226
12227 \end_inset
12228
12229
12230 \end_layout
12231
12232 \begin_layout Plain Layout
12233 \align center
12234 \begin_inset Tabular
12235 <lyxtabular version="3" rows="3" columns="3">
12236 <features tabularvalignment="middle">
12237 <column alignment="center" valignment="top" width="1.25cm">
12238 <column alignment="center" valignment="top">
12239 <column alignment="center" valignment="top">
12240 <row>
12241 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 multi-colonnes sur plusieurs lignes
12246 \end_layout
12247
12248 \end_inset
12249 </cell>
12250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12251 \begin_inset Text
12252
12253 \begin_layout Plain Layout
12254
12255 \end_layout
12256
12257 \end_inset
12258 </cell>
12259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12260 \begin_inset Text
12261
12262 \begin_layout Plain Layout
12263 c
12264 \end_layout
12265
12266 \end_inset
12267 </cell>
12268 </row>
12269 <row>
12270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12271 \begin_inset Text
12272
12273 \begin_layout Plain Layout
12274 d
12275 \end_layout
12276
12277 \end_inset
12278 </cell>
12279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12280 \begin_inset Text
12281
12282 \begin_layout Plain Layout
12283 e
12284 \end_layout
12285
12286 \end_inset
12287 </cell>
12288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12289 \begin_inset Text
12290
12291 \begin_layout Plain Layout
12292 f
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 </row>
12298 <row>
12299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 g
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12309 \begin_inset Text
12310
12311 \begin_layout Plain Layout
12312 h
12313 \end_layout
12314
12315 \end_inset
12316 </cell>
12317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 i
12322 \end_layout
12323
12324 \end_inset
12325 </cell>
12326 </row>
12327 </lyxtabular>
12328
12329 \end_inset
12330
12331
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 Vous pouvez voir que la première colonne n'a pas la moitié de la largeur
12341  de la cellule multi-colonnes, elle est un peu plus large.
12342  La raison est que la taille que l'on donne à une cellule, 
12343 \begin_inset Formula $W_{g}$
12344 \end_inset
12345
12346  n'est pas sa taille totale, 
12347 \begin_inset Formula $W_{\mathrm{tot}}$
12348 \end_inset
12349
12350  parce qu'une cellule est toujours un peu plus large que la taille qu'on
12351  lui donne.
12352  L'annexe
12353 \begin_inset space ~
12354 \end_inset
12355
12356
12357 \begin_inset CommandInset ref
12358 LatexCommand ref
12359 reference "cha:Explication-de-l'Equation"
12360
12361 \end_inset
12362
12363  explique pourquoi en détail.
12364 \end_layout
12365
12366 \begin_layout Standard
12367 La largeur nécessaire 
12368 \begin_inset Formula $W_{g\,n}$
12369 \end_inset
12370
12371  quand 
12372 \emph on
12373 n
12374 \emph default
12375  colonnes sont couvertes peut être calculée de façon à ce que chaque colonne
12376  ait une largeur totale de 
12377 \begin_inset Formula $W_{\mathrm{tot\,multicolonne}}/n$
12378 \end_inset
12379
12380 :
12381 \begin_inset Formula 
12382 \begin{equation}
12383 W_{g\,n}=(W_{g\,\mathrm{multicolonne}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}
12384 \end{equation}
12385
12386 \end_inset
12387
12388
12389 \end_layout
12390
12391 \begin_layout Standard
12392 Dans notre cas nous avons 
12393 \begin_inset Formula $n=2$
12394 \end_inset
12395
12396
12397 \begin_inset Formula $W_{g\,\mathrm{multicolonnen}}=2.5\,$
12398 \end_inset
12399
12400 cm et les valeurs implicites pour les autres longueurs, l'équation
12401 \begin_inset space ~
12402 \end_inset
12403
12404
12405 \begin_inset CommandInset ref
12406 LatexCommand ref
12407 reference "eq:Wgn"
12408
12409 \end_inset
12410
12411  devient
12412 \begin_inset Formula 
12413 \begin{equation}
12414 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}
12415 \end{equation}
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 Pour permettre des calculs avec \SpecialChar LaTeX
12424 , vous devez charger le paquetage \SpecialChar LaTeX
12425  
12426 \series bold
12427 calc
12428 \series default
12429  avec la ligne suivante dans le préambule du document
12430 \begin_inset Index idx
12431 status collapsed
12432
12433 \begin_layout Plain Layout
12434 Paquetages \SpecialChar LaTeX
12435  ! calc
12436 \end_layout
12437
12438 \end_inset
12439
12440
12441 \end_layout
12442
12443 \begin_layout Standard
12444
12445 \series bold
12446
12447 \backslash
12448 usepackage{calc}
12449 \end_layout
12450
12451 \begin_layout Standard
12452 \SpecialChar LyX
12453  ne permet pas d'effectuer des calculs dans le champ largeur de la fenêtre
12454  de dialogue.
12455  Vous devez donc for mater la colonne en insérant un paramètre \SpecialChar LaTeX
12456  dans la
12457  fenêtre de dialogue.
12458  Voici un aperçu de ces paramètres :
12459 \end_layout
12460
12461 \begin_layout Itemize
12462
12463 \series bold
12464 p{largeur}
12465 \series default
12466  crée une cellule de taille donnée, le texte est aligné verticalement en
12467  haut.
12468 \end_layout
12469
12470 \begin_layout Itemize
12471
12472 \series bold
12473 m{largeur}
12474 \series default
12475  crée une cellule de taille donnée, le texte est aligné verticalement au
12476  centre
12477 \end_layout
12478
12479 \begin_layout Itemize
12480
12481 \series bold
12482 b{largeur}
12483 \series default
12484  crée une cellule de taille donnée, le texte est aligné verticalement en
12485  bas
12486 \end_layout
12487
12488 \begin_layout Standard
12489 En entrant un paramètre \SpecialChar LaTeX
12490 , tous les réglages de cellule donnés dans la fenêtre
12491  de dialogue sont ignorés.
12492 \end_layout
12493
12494 \begin_layout Standard
12495 \begin_inset Note Greyedout
12496 status open
12497
12498 \begin_layout Plain Layout
12499
12500 \series bold
12501 Note:
12502 \series default
12503  À cause d'un bug, \SpecialChar LyX
12504  affiche quand même les réglages qui ne sont pas pris
12505  en compte.
12506 \end_layout
12507
12508 \end_inset
12509
12510
12511 \end_layout
12512
12513 \begin_layout Standard
12514 Comme le texte doit être centré horizontalement, on ajoute la commande 
12515 \series bold
12516
12517 \backslash
12518 centering
12519 \series default
12520 .
12521  Vous pouvez maintenant ajouter le paramètre \SpecialChar LaTeX
12522  suivant pour la première des
12523  colonnes recouvertes :
12524 \end_layout
12525
12526 \begin_layout Standard
12527
12528 \series bold
12529 >{
12530 \backslash
12531 centering}m{1.25cm-6.2pt}
12532 \end_layout
12533
12534 \begin_layout Standard
12535 La commande 
12536 \series bold
12537 >{ }
12538 \series default
12539  signifie que les commandes qui se trouvent entre les accolades doivent
12540  être appliquées avant que la cellule ne soit créée.
12541 \end_layout
12542
12543 \begin_layout Standard
12544 Bien que nous ayons choisi un alignement centré pour le texte de la cellule
12545  multi-colonnes, il est toujours aligné à gauche.
12546  Cela vient du fait que \SpecialChar LyX
12547  applique l'alignement seulement à des colonnes
12548  isolées.
12549  Nous devons donc utiliser le paramètre \SpecialChar LaTeX
12550  suivant pour la multi-colonnes
12551 \end_layout
12552
12553 \begin_layout Standard
12554
12555 \series bold
12556 >{
12557 \backslash
12558 centering}m{2.5cm}
12559 \end_layout
12560
12561 \begin_layout Subsection
12562 Multi-lignes
12563 \begin_inset CommandInset label
12564 LatexCommand label
12565 name "subsec:Multi-lignes"
12566
12567 \end_inset
12568
12569
12570 \begin_inset Index idx
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574 Multi-lignes
12575 \end_layout
12576
12577 \end_inset
12578
12579
12580 \begin_inset Index idx
12581 status collapsed
12582
12583 \begin_layout Plain Layout
12584 Tableau ! multi-lignes
12585 \end_layout
12586
12587 \end_inset
12588
12589
12590 \end_layout
12591
12592 \begin_layout Standard
12593 Pour faire qu'une cellule couvre plusieurs lignes, marquez les cellules
12594  qu'elle doit couvrir et utilisez soit le bouton 
12595 \begin_inset Info
12596 type  "icon"
12597 arg   "inset-modify tabular multirow"
12598 \end_inset
12599
12600  de la barre d'outils tableau, ou le menu 
12601 \family sans
12602 Édition\SpecialChar menuseparator
12603 Tableau\SpecialChar menuseparator
12604 Multi-lignes
12605 \family default
12606 , ou encore faites un clic droit sur les cellules sélectionnées et choisissez
12607  
12608 \family sans
12609 Multi-lignes
12610 \family default
12611 .
12612 \end_layout
12613
12614 \begin_layout Standard
12615 Voici un exemple de tableau avec une cellule multi-lignes en première colonne:
12616 \begin_inset Separator parbreak
12617 \end_inset
12618
12619
12620 \end_layout
12621
12622 \begin_layout Standard
12623 \align center
12624 \begin_inset Tabular
12625 <lyxtabular version="3" rows="3" columns="3">
12626 <features tabularvalignment="middle">
12627 <column alignment="center" valignment="top" width="0pt">
12628 <column alignment="center" valignment="top">
12629 <column alignment="center" valignment="top">
12630 <row>
12631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 un contenu long
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 b
12645 \end_layout
12646
12647 \end_inset
12648 </cell>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653 c
12654 \end_layout
12655
12656 \end_inset
12657 </cell>
12658 </row>
12659 <row>
12660 <cell multirow="3" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 multi-lignes
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673 e
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 f
12683 \end_layout
12684
12685 \end_inset
12686 </cell>
12687 </row>
12688 <row>
12689 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12690 \begin_inset Text
12691
12692 \begin_layout Plain Layout
12693
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702 h
12703 \end_layout
12704
12705 \end_inset
12706 </cell>
12707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12708 \begin_inset Text
12709
12710 \begin_layout Plain Layout
12711 i
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 </row>
12717 </lyxtabular>
12718
12719 \end_inset
12720
12721
12722 \end_layout
12723
12724 \begin_layout Standard
12725 La largeur de la cellule multi-lignes est déterminée par la largeur de toute
12726  la colonne.
12727  L'
12728 \family sans
12729 Espacement
12730 \begin_inset space ~
12731 \end_inset
12732
12733 vertical
12734 \family default
12735  décale le contenu de la cellule vers le haut ou le bas selon que sa valeur
12736  est positive ou négative.
12737 \end_layout
12738
12739 \begin_layout Standard
12740 Si la colonne dans laquelle se trouve la multi-lignes n'a pas de largeur
12741  fixée explicitement, la cellule hérite de l'alignement de la colonne.
12742  Sinon, elle est alignée par défaut à gauche.Pour passer outre le comportement
12743  implicite, vous devez redéfinir la commande 
12744 \series bold
12745
12746 \backslash
12747 multirowsetup
12748 \series default
12749  avec la commande
12750 \end_layout
12751
12752 \begin_layout Standard
12753
12754 \series bold
12755
12756 \backslash
12757 renewcommand{
12758 \backslash
12759 multirowsetup}{
12760 \backslash
12761 centering}
12762 \end_layout
12763
12764 \begin_layout Standard
12765 dans le préambule du document.
12766  Après ça, tous les contenus de cellules multi-lignes du document seront
12767  centrés.
12768  Si vous ne souhaitez utiliser des contenus centrés que pour quelques tableaux,
12769  vous pouvez redéfinir la commande en l'insérant sous forme de code \SpecialChar TeX
12770  juste
12771  avant le tableau concerné, plutôt que dans le préambule.
12772  Si le texte doit être aligné à droite, remplacez 
12773 \series bold
12774
12775 \backslash
12776 centering
12777 \series default
12778  par 
12779 \series bold
12780
12781 \backslash
12782 raggedleft
12783 \series default
12784 .
12785  Pour revenir à l'alignement à gauche utilisez 
12786 \series bold
12787
12788 \backslash
12789 raggedright
12790 \series default
12791 .
12792 \end_layout
12793
12794 \begin_layout Standard
12795 Voici un exemple de tableau avec une cellule multi-lignes alignée à droite
12796  avec un décalage vertical de -4
12797 \begin_inset space \thinspace{}
12798 \end_inset
12799
12800 mm dans une colonne de 3
12801 \begin_inset space \thinspace{}
12802 \end_inset
12803
12804 cm de large
12805 \begin_inset space ~
12806 \end_inset
12807
12808 :
12809 \begin_inset Separator parbreak
12810 \end_inset
12811
12812
12813 \end_layout
12814
12815 \begin_layout Standard
12816 \noindent
12817 \align center
12818 \begin_inset ERT
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822
12823
12824 \backslash
12825 renewcommand{
12826 \backslash
12827 multirowsetup}{
12828 \backslash
12829 raggedleft}
12830 \end_layout
12831
12832 \end_inset
12833
12834
12835 \begin_inset Tabular
12836 <lyxtabular version="3" rows="4" columns="3">
12837 <features tabularvalignment="middle">
12838 <column alignment="center" valignment="top" width="3cm">
12839 <column alignment="center" valignment="top">
12840 <column alignment="center" valignment="top">
12841 <row>
12842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12843 \begin_inset Text
12844
12845 \begin_layout Plain Layout
12846 un contenu long
12847 \end_layout
12848
12849 \end_inset
12850 </cell>
12851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12852 \begin_inset Text
12853
12854 \begin_layout Plain Layout
12855 b
12856 \end_layout
12857
12858 \end_inset
12859 </cell>
12860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12861 \begin_inset Text
12862
12863 \begin_layout Plain Layout
12864 c
12865 \end_layout
12866
12867 \end_inset
12868 </cell>
12869 </row>
12870 <row>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Plain Layout
12875 t
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 n
12885 \end_layout
12886
12887 \end_inset
12888 </cell>
12889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12890 \begin_inset Text
12891
12892 \begin_layout Plain Layout
12893 m
12894 \end_layout
12895
12896 \end_inset
12897 </cell>
12898 </row>
12899 <row>
12900 <cell multirow="3" mroffset="-4mm" alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12901 \begin_inset Text
12902
12903 \begin_layout Plain Layout
12904 multi-lignes
12905 \end_layout
12906
12907 \end_inset
12908 </cell>
12909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12910 \begin_inset Text
12911
12912 \begin_layout Plain Layout
12913 e
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 f
12923 \end_layout
12924
12925 \end_inset
12926 </cell>
12927 </row>
12928 <row>
12929 <cell multirow="4" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12930 \begin_inset Text
12931
12932 \begin_layout Plain Layout
12933
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 h
12943 \end_layout
12944
12945 \end_inset
12946 </cell>
12947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12948 \begin_inset Text
12949
12950 \begin_layout Plain Layout
12951 i
12952 \end_layout
12953
12954 \end_inset
12955 </cell>
12956 </row>
12957 </lyxtabular>
12958
12959 \end_inset
12960
12961
12962 \begin_inset ERT
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966
12967
12968 \backslash
12969 renewcommand{
12970 \backslash
12971 multirowsetup}{
12972 \backslash
12973 raggedright}
12974 \end_layout
12975
12976 \end_inset
12977
12978
12979 \end_layout
12980
12981 \begin_layout Standard
12982 Pour commencer une nouvelle ligne dans une cellule multi-lignes vous pouvez
12983  utiliser un saut de ligne forcé (
12984 \begin_inset space ~
12985 \end_inset
12986
12987 raccourci 
12988 \family sans
12989 Ctrl+Entrée
12990 \family default
12991
12992 \begin_inset space ~
12993 \end_inset
12994
12995 ) mais dans ce cas les limites de cellules ne seront pas respectées comme
12996  on le voit dans ce tableau :
12997 \begin_inset Separator parbreak
12998 \end_inset
12999
13000
13001 \end_layout
13002
13003 \begin_layout Standard
13004 \noindent
13005 \align center
13006 \begin_inset Tabular
13007 <lyxtabular version="3" rows="3" columns="2">
13008 <features tabularvalignment="middle">
13009 <column alignment="left" valignment="middle" width="2cm">
13010 <column alignment="center" valignment="top">
13011 <row>
13012 <cell multirow="3" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13013 \begin_inset Text
13014
13015 \begin_layout Plain Layout
13016 aaa
13017 \begin_inset Newline newline
13018 \end_inset
13019
13020 aaa
13021 \begin_inset Newline newline
13022 \end_inset
13023
13024 mauvaise cellule
13025 \end_layout
13026
13027 \end_inset
13028 </cell>
13029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13030 \begin_inset Text
13031
13032 \begin_layout Plain Layout
13033 ccc
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 </row>
13039 <row>
13040 <cell multirow="4" alignment="left" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
13041 \begin_inset Text
13042
13043 \begin_layout Plain Layout
13044
13045 \end_layout
13046
13047 \end_inset
13048 </cell>
13049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13050 \begin_inset Text
13051
13052 \begin_layout Plain Layout
13053 ddd
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 </row>
13059 <row>
13060 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13061 \begin_inset Text
13062
13063 \begin_layout Plain Layout
13064 bbb
13065 \end_layout
13066
13067 \end_inset
13068 </cell>
13069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13070 \begin_inset Text
13071
13072 \begin_layout Plain Layout
13073 eee
13074 \end_layout
13075
13076 \end_inset
13077 </cell>
13078 </row>
13079 </lyxtabular>
13080
13081 \end_inset
13082
13083
13084 \end_layout
13085
13086 \begin_layout Standard
13087 Vous devez donc faire attention avec les saut de lignes forcés.
13088 \end_layout
13089
13090 \begin_layout Subsection
13091 Cellules avec ligne(s) diagonale(s)
13092 \end_layout
13093
13094 \begin_layout Standard
13095 Pour instruire le lecteur de la signification ds titres de lignes et de
13096  colonnes dans un tableau, il est pratique de partager le première cellule
13097  du tableau à l'aide d'une ou deux lignes diagonales.
13098  Ceci peut être obtenu ne chargeant dans le préambule du document les paquetage
13099  \SpecialChar LaTeX
13100
13101 \series bold
13102 \lang english
13103  diagbox
13104 \series default
13105 \lang french
13106
13107 \begin_inset Index idx
13108 status collapsed
13109
13110 \begin_layout Plain Layout
13111 Paquetages \SpecialChar LaTeX
13112  ! diagbox
13113 \end_layout
13114
13115 \end_inset
13116
13117 .
13118  Ce paquetage inclut la commande 
13119 \series bold
13120 \lang english
13121
13122 \backslash
13123 diagbox
13124 \series default
13125 \lang french
13126  que l'on peut insérer en mode \SpecialChar TeX
13127  et qui peut avoir 2 ou 3 arguments:
13128 \end_layout
13129
13130 \begin_layout Standard
13131
13132 \series bold
13133 \lang english
13134
13135 \backslash
13136 diagbox[options]
13137 \lang french
13138 {inférieur gauche}{supérieur droit}
13139 \end_layout
13140
13141 \begin_layout Standard
13142
13143 \series bold
13144 \lang english
13145
13146 \backslash
13147 diagbox[options]
13148 \lang french
13149 {inférieur gauche}{supérieur gauche}{supérieur droit}
13150 \end_layout
13151
13152 \begin_layout Standard
13153 Dans le premier cas, la cellule est partagée par une seule ligne diagonale
13154  et les arguments sont placés au-dessus et en-dessous de cette ligne.
13155  Dans le second cas, la cellule est partagée par deux lignes.
13156 \end_layout
13157
13158 \begin_layout Standard
13159 \begin_inset ERT
13160 status collapsed
13161
13162 \begin_layout Plain Layout
13163
13164
13165 \backslash
13166 ifdiagbox
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \begin_inset Note Note
13173 status open
13174
13175 \begin_layout Plain Layout
13176 La section suivante ne s'affichera que si vous avez installé le paquetage
13177  \SpecialChar LaTeX
13178  
13179 \series bold
13180 diagbox
13181 \series default
13182 .
13183 \end_layout
13184
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \begin_layout Standard
13191 Voici un exemple de tableau où 
13192 \series bold
13193 \lang english
13194
13195 \backslash
13196 diagbox
13197 \lang french
13198  
13199 \series default
13200 est utilisé avec 2 arguments
13201 \begin_inset space ~
13202 \end_inset
13203
13204 dans la première cellule:
13205 \lang english
13206
13207 \begin_inset VSpace medskip
13208 \end_inset
13209
13210
13211 \end_layout
13212
13213 \begin_layout Standard
13214 \noindent
13215
13216 \lang english
13217 \begin_inset Tabular
13218 <lyxtabular version="3" rows="4" columns="4">
13219 <features tabularvalignment="middle">
13220 <column alignment="center" valignment="top">
13221 <column alignment="center" valignment="top">
13222 <column alignment="center" valignment="top">
13223 <column alignment="center" valignment="top">
13224 <row>
13225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Plain Layout
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234
13235 \backslash
13236 diagbox{
13237 \end_layout
13238
13239 \end_inset
13240
13241 Nom
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247 }{
13248 \end_layout
13249
13250 \end_inset
13251
13252 Paramètre
13253 \begin_inset ERT
13254 status collapsed
13255
13256 \begin_layout Plain Layout
13257
13258 }
13259 \end_layout
13260
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 Épaisseur en nm
13273 \end_layout
13274
13275 \end_inset
13276 </cell>
13277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13278 \begin_inset Text
13279
13280 \begin_layout Plain Layout
13281 Transparence en %
13282 \end_layout
13283
13284 \end_inset
13285 </cell>
13286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13287 \begin_inset Text
13288
13289 \begin_layout Plain Layout
13290 Dureté en MPa
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 </row>
13296 <row>
13297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Plain Layout
13301 Vert parfait
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310 45
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13316 \begin_inset Text
13317
13318 \begin_layout Plain Layout
13319 80
13320 \end_layout
13321
13322 \end_inset
13323 </cell>
13324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13325 \begin_inset Text
13326
13327 \begin_layout Plain Layout
13328 504
13329 \end_layout
13330
13331 \end_inset
13332 </cell>
13333 </row>
13334 <row>
13335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13336 \begin_inset Text
13337
13338 \begin_layout Plain Layout
13339 Multi-P foncé
13340 \end_layout
13341
13342 \end_inset
13343 </cell>
13344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13345 \begin_inset Text
13346
13347 \begin_layout Plain Layout
13348 60
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Plain Layout
13357 72
13358 \end_layout
13359
13360 \end_inset
13361 </cell>
13362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13363 \begin_inset Text
13364
13365 \begin_layout Plain Layout
13366 982
13367 \end_layout
13368
13369 \end_inset
13370 </cell>
13371 </row>
13372 <row>
13373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13374 \begin_inset Text
13375
13376 \begin_layout Plain Layout
13377 Pro transparent
13378 \end_layout
13379
13380 \end_inset
13381 </cell>
13382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13383 \begin_inset Text
13384
13385 \begin_layout Plain Layout
13386 18
13387 \end_layout
13388
13389 \end_inset
13390 </cell>
13391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13392 \begin_inset Text
13393
13394 \begin_layout Plain Layout
13395 86
13396 \end_layout
13397
13398 \end_inset
13399 </cell>
13400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13401 \begin_inset Text
13402
13403 \begin_layout Plain Layout
13404 374
13405 \end_layout
13406
13407 \end_inset
13408 </cell>
13409 </row>
13410 </lyxtabular>
13411
13412 \end_inset
13413
13414
13415 \begin_inset VSpace medskip
13416 \end_inset
13417
13418
13419 \end_layout
13420
13421 \begin_layout Standard
13422 La forme à 3 arguments est utile par exemple pour les tableaux croisés de
13423  sport ou les distances:
13424 \begin_inset Separator parbreak
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 \noindent
13432 \align center
13433 \begin_inset Tabular
13434 <lyxtabular version="3" rows="4" columns="4">
13435 <features tabularvalignment="middle">
13436 <column alignment="center" valignment="top" width="0pt">
13437 <column alignment="center" valignment="top">
13438 <column alignment="center" valignment="top">
13439 <column alignment="center" valignment="top">
13440 <row>
13441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 \begin_inset ERT
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449
13450
13451 \backslash
13452 diagbox{
13453 \end_layout
13454
13455 \end_inset
13456
13457 À domicile
13458 \begin_inset ERT
13459 status collapsed
13460
13461 \begin_layout Plain Layout
13462
13463 }{
13464 \end_layout
13465
13466 \end_inset
13467
13468 Résultat
13469 \begin_inset ERT
13470 status open
13471
13472 \begin_layout Plain Layout
13473
13474 }{
13475 \end_layout
13476
13477 \end_inset
13478
13479 À l'extérieur
13480 \begin_inset ERT
13481 status collapsed
13482
13483 \begin_layout Plain Layout
13484
13485 }
13486 \end_layout
13487
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 Tigres
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 Panthères
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 Faucons
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 <row>
13524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 Tigres
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546 1:3
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13552 \begin_inset Text
13553
13554 \begin_layout Plain Layout
13555 0:1
13556 \end_layout
13557
13558 \end_inset
13559 </cell>
13560 </row>
13561 <row>
13562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 Panthères
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 3:1
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13590 \begin_inset Text
13591
13592 \begin_layout Plain Layout
13593 0:0
13594 \end_layout
13595
13596 \end_inset
13597 </cell>
13598 </row>
13599 <row>
13600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 Faucons
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 1:0
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 0:0
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13628 \begin_inset Text
13629
13630 \begin_layout Plain Layout
13631
13632 \end_layout
13633
13634 \end_inset
13635 </cell>
13636 </row>
13637 </lyxtabular>
13638
13639 \end_inset
13640
13641
13642 \end_layout
13643
13644 \begin_layout Standard
13645 Pour des tableaux croisés plus grands on peut utiliser des diagonales dans
13646  2 coins ou plus du tableau comme ici:
13647 \begin_inset Separator parbreak
13648 \end_inset
13649
13650
13651 \end_layout
13652
13653 \begin_layout Standard
13654 \noindent
13655 \align center
13656 \begin_inset Tabular
13657 <lyxtabular version="3" rows="5" columns="5">
13658 <features tabularvalignment="middle">
13659 <column alignment="center" valignment="top" width="0pt">
13660 <column alignment="center" valignment="top">
13661 <column alignment="center" valignment="top">
13662 <column alignment="center" valignment="top">
13663 <column alignment="center" valignment="top">
13664 <row>
13665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13666 \begin_inset Text
13667
13668 \begin_layout Plain Layout
13669 \begin_inset ERT
13670 status open
13671
13672 \begin_layout Plain Layout
13673
13674
13675 \backslash
13676 diagbox{
13677 \end_layout
13678
13679 \end_inset
13680
13681 À domicile}{Résultat
13682 \begin_inset ERT
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686
13687 }{
13688 \end_layout
13689
13690 \end_inset
13691
13692 À l'extérieur
13693 \begin_inset ERT
13694 status open
13695
13696 \begin_layout Plain Layout
13697
13698 }
13699 \end_layout
13700
13701 \end_inset
13702
13703
13704 \end_layout
13705
13706 \end_inset
13707 </cell>
13708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13709 \begin_inset Text
13710
13711 \begin_layout Plain Layout
13712 Tigres
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 Panthères
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13727 \begin_inset Text
13728
13729 \begin_layout Plain Layout
13730 Faucons
13731 \end_layout
13732
13733 \end_inset
13734 </cell>
13735 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
13736 \begin_inset Text
13737
13738 \begin_layout Plain Layout
13739 \begin_inset ERT
13740 status open
13741
13742 \begin_layout Plain Layout
13743
13744
13745 \backslash
13746 diagbox[dir=NE]{
13747 \end_layout
13748
13749 \end_inset
13750
13751 À domicile
13752 \begin_inset ERT
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756
13757 }{
13758 \end_layout
13759
13760 \end_inset
13761
13762 Résultat
13763 \begin_inset ERT
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767
13768 }{
13769 \end_layout
13770
13771 \end_inset
13772
13773 À l'extérieur
13774 \begin_inset ERT
13775 status collapsed
13776
13777 \begin_layout Plain Layout
13778
13779 }
13780 \end_layout
13781
13782 \end_inset
13783
13784
13785 \end_layout
13786
13787 \end_inset
13788 </cell>
13789 </row>
13790 <row>
13791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13792 \begin_inset Text
13793
13794 \begin_layout Plain Layout
13795 Tigres
13796 \end_layout
13797
13798 \end_inset
13799 </cell>
13800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13801 \begin_inset Text
13802
13803 \begin_layout Plain Layout
13804
13805 \end_layout
13806
13807 \end_inset
13808 </cell>
13809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813 1:3
13814 \end_layout
13815
13816 \end_inset
13817 </cell>
13818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13819 \begin_inset Text
13820
13821 \begin_layout Plain Layout
13822 0:1
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Plain Layout
13831 Tigres
13832 \end_layout
13833
13834 \end_inset
13835 </cell>
13836 </row>
13837 <row>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 Panthères
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13848 \begin_inset Text
13849
13850 \begin_layout Plain Layout
13851 3:1
13852 \end_layout
13853
13854 \end_inset
13855 </cell>
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 0:0
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 Panthères
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 </row>
13884 <row>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 Faucons
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 1:0
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 0:0
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 Faucons
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 </row>
13931 <row>
13932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 \begin_inset ERT
13937 status open
13938
13939 \begin_layout Plain Layout
13940
13941
13942 \backslash
13943 diagbox[dir=SW]{
13944 \end_layout
13945
13946 \end_inset
13947
13948 À domicile
13949 \begin_inset ERT
13950 status collapsed
13951
13952 \begin_layout Plain Layout
13953
13954 }{
13955 \end_layout
13956
13957 \end_inset
13958
13959 Résultat
13960 \begin_inset ERT
13961 status collapsed
13962
13963 \begin_layout Plain Layout
13964
13965 }{
13966 \end_layout
13967
13968 \end_inset
13969
13970 À l'extérieur
13971 \begin_inset ERT
13972 status open
13973
13974 \begin_layout Plain Layout
13975
13976 }
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 Tigres
13991 \end_layout
13992
13993 \end_inset
13994 </cell>
13995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13996 \begin_inset Text
13997
13998 \begin_layout Plain Layout
13999 Panthères
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14005 \begin_inset Text
14006
14007 \begin_layout Plain Layout
14008 Faucons
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 \begin_inset ERT
14018 status open
14019
14020 \begin_layout Plain Layout
14021
14022
14023 \backslash
14024 diagbox[dir=SE]{
14025 \end_layout
14026
14027 \end_inset
14028
14029 À domicile
14030 \begin_inset ERT
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034
14035 }{
14036 \end_layout
14037
14038 \end_inset
14039
14040 Résultat
14041 \begin_inset ERT
14042 status open
14043
14044 \begin_layout Plain Layout
14045
14046 }{
14047 \end_layout
14048
14049 \end_inset
14050
14051 À l'extérieur
14052 \begin_inset ERT
14053 status collapsed
14054
14055 \begin_layout Plain Layout
14056
14057 }
14058 \end_layout
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \end_inset
14066 </cell>
14067 </row>
14068 </lyxtabular>
14069
14070 \end_inset
14071
14072
14073 \end_layout
14074
14075 \begin_layout Standard
14076 Pour faire pivoter les diagonales, il faut utiliser l'option de commande
14077  
14078 \series bold
14079 dir=direction
14080 \series default
14081
14082 \emph on
14083 direction
14084 \emph default
14085  est à choisir parmi 
14086 \series bold
14087 NE
14088 \series default
14089
14090 \series bold
14091 SE
14092 \series default
14093
14094 \series bold
14095 SW
14096 \series default
14097  et 
14098 \series bold
14099 NW
14100 \series default
14101  comme sur une rose des vents.
14102  
14103 \series bold
14104 SW
14105 \series default
14106  est par exemple le coin sud-ouest, c'est à-dire le coin inférieur gauche
14107  du tableau ci-dessus, désigné via la commande:
14108 \end_layout
14109
14110 \begin_layout Standard
14111
14112 \series bold
14113 \lang english
14114
14115 \backslash
14116 diagbox[dir=SW]{
14117 \series default
14118 \lang french
14119 À domicile
14120 \series bold
14121 \lang english
14122 }{
14123 \series default
14124 \lang french
14125 Résultat
14126 \series bold
14127 \lang english
14128 }{
14129 \series default
14130 \lang french
14131 À l'extérieur
14132 \series bold
14133 \lang english
14134 }
14135 \series default
14136 \lang french
14137 .
14138  
14139 \end_layout
14140
14141 \begin_layout Standard
14142 Si aucune direction n'est spécifiée, elle est implicitement NW.
14143 \end_layout
14144
14145 \begin_layout Standard
14146 La largeur nécessaire pour le partage des cellules est calculée automatiquement.
14147  De ce fait, si vous fixez une largeur de colonne plus petite que nécessaire,
14148  le contenu de la cellule va déborder:
14149 \begin_inset Separator parbreak
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \begin_layout Standard
14156 \noindent
14157 \align center
14158 \begin_inset Tabular
14159 <lyxtabular version="3" rows="2" columns="2">
14160 <features tabularvalignment="middle">
14161 <column alignment="center" valignment="top" width="3cm">
14162 <column alignment="center" valignment="top">
14163 <row>
14164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168 \begin_inset ERT
14169 status collapsed
14170
14171 \begin_layout Plain Layout
14172
14173
14174 \backslash
14175 diagbox{
14176 \end_layout
14177
14178 \end_inset
14179
14180 Nom
14181 \begin_inset ERT
14182 status collapsed
14183
14184 \begin_layout Plain Layout
14185
14186 }{
14187 \end_layout
14188
14189 \end_inset
14190
14191 Paramètre
14192 \begin_inset ERT
14193 status collapsed
14194
14195 \begin_layout Plain Layout
14196
14197 }
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 Épaisseur en nm
14212 \end_layout
14213
14214 \end_inset
14215 </cell>
14216 </row>
14217 <row>
14218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 Vert parfait
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 45
14232 \end_layout
14233
14234 \end_inset
14235 </cell>
14236 </row>
14237 </lyxtabular>
14238
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \begin_layout Standard
14245 Si vous avez besoin d'une certaine largeur pour des colonnes incluant une
14246  cellule partagée, utilisez l'option de commande 
14247 \series bold
14248 \lang english
14249 width=3cm
14250 \series default
14251 \lang french
14252  (remplacez 
14253 \begin_inset Quotes fld
14254 \end_inset
14255
14256 3cm
14257 \begin_inset Quotes frd
14258 \end_inset
14259
14260 par la largeur désirée).
14261  Dans le tableau qui suit, la largeur de la première colonne est réglée
14262  à 4cm.
14263  Pour 
14264 \series bold
14265 \lang english
14266
14267 \backslash
14268 diagbox
14269 \series default
14270 \lang french
14271  une largeur de 4
14272 \begin_inset space \thinspace{}
14273 \end_inset
14274
14275 cm + 2
14276 \begin_inset space \thinspace{}
14277 \end_inset
14278
14279
14280 \backslash
14281 tabcolsep est nécessaire puisque la largeur globale est celle du texte (dans
14282  ce cas, les 4cm) plus deux lignes de séparation entre le texte et le bord
14283  de la cellule.
14284  Le calcul de la largeur ne peut pas être fait directement dans l'option
14285  de la commande 
14286 \series bold
14287 \lang english
14288
14289 \backslash
14290 diagbox
14291 \series default
14292 \lang french
14293 , il faut donc créer une nouvelle longueur qui pourra être utilisée dans
14294  la suite.
14295  Ceci se fait via les commandes en code \SpecialChar TeX
14296 :
14297 \end_layout
14298
14299 \begin_layout Standard
14300
14301 \series bold
14302
14303 \backslash
14304 newlength{
14305 \backslash
14306 diagtest}
14307 \begin_inset Newline newline
14308 \end_inset
14309
14310
14311 \backslash
14312 setlength{
14313 \backslash
14314 diagtest}{4cm+2
14315 \backslash
14316 tabcolsep}
14317 \end_layout
14318
14319 \begin_layout Standard
14320 \begin_inset ERT
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324
14325
14326 \backslash
14327 newlength{
14328 \backslash
14329 diagtest}
14330 \end_layout
14331
14332 \begin_layout Plain Layout
14333
14334
14335 \backslash
14336 setlength{
14337 \backslash
14338 diagtest}{4cm+2
14339 \backslash
14340 tabcolsep}
14341 \end_layout
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 Pour permettre les calculs en \SpecialChar LaTeX
14350 , il faut charger dans le préambule du document
14351  le paquetage 
14352 \series bold
14353 calc
14354 \series default
14355
14356 \begin_inset Index idx
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360 Paquetages \SpecialChar LaTeX
14361  ! calc
14362 \end_layout
14363
14364 \end_inset
14365
14366 .
14367 \end_layout
14368
14369 \begin_layout Standard
14370 Dans le tableau vous pouvez maintenant utiliser la commande
14371 \end_layout
14372
14373 \begin_layout Standard
14374
14375 \series bold
14376
14377 \backslash
14378 diagbox[width=
14379 \backslash
14380 diagtest]{A}{B}
14381 \end_layout
14382
14383 \begin_layout Standard
14384 dans la première cellule:
14385 \begin_inset Separator parbreak
14386 \end_inset
14387
14388
14389 \end_layout
14390
14391 \begin_layout Standard
14392 \noindent
14393 \align center
14394 \begin_inset Tabular
14395 <lyxtabular version="3" rows="2" columns="2">
14396 <features tabularvalignment="middle">
14397 <column alignment="center" valignment="top" width="4cm">
14398 <column alignment="center" valignment="top">
14399 <row>
14400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14401 \begin_inset Text
14402
14403 \begin_layout Plain Layout
14404 \begin_inset ERT
14405 status open
14406
14407 \begin_layout Plain Layout
14408
14409
14410 \backslash
14411 diagbox[width=
14412 \backslash
14413 diagtest]{
14414 \end_layout
14415
14416 \end_inset
14417
14418 A
14419 \begin_inset ERT
14420 status collapsed
14421
14422 \begin_layout Plain Layout
14423
14424 }{
14425 \end_layout
14426
14427 \end_inset
14428
14429 B
14430 \begin_inset ERT
14431 status collapsed
14432
14433 \begin_layout Plain Layout
14434
14435 }
14436 \end_layout
14437
14438 \end_inset
14439
14440
14441 \end_layout
14442
14443 \end_inset
14444 </cell>
14445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14446 \begin_inset Text
14447
14448 \begin_layout Plain Layout
14449 Épaisseur en nm
14450 \end_layout
14451
14452 \end_inset
14453 </cell>
14454 </row>
14455 <row>
14456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14457 \begin_inset Text
14458
14459 \begin_layout Plain Layout
14460 Vert parfait
14461 \end_layout
14462
14463 \end_inset
14464 </cell>
14465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14466 \begin_inset Text
14467
14468 \begin_layout Plain Layout
14469 45
14470 \end_layout
14471
14472 \end_inset
14473 </cell>
14474 </row>
14475 </lyxtabular>
14476
14477 \end_inset
14478
14479
14480 \end_layout
14481
14482 \begin_layout Standard
14483 Noter que la cellule partagée doit être la plus large de la colonne, sinon
14484  la longueur de la diagonale ne peut pas être calculée correctement comme
14485  dans ce tableau:
14486 \begin_inset Separator parbreak
14487 \end_inset
14488
14489
14490 \end_layout
14491
14492 \begin_layout Standard
14493 \noindent
14494 \align center
14495 \begin_inset Tabular
14496 <lyxtabular version="3" rows="2" columns="2">
14497 <features tabularvalignment="middle">
14498 <column alignment="center" valignment="top" width="0pt">
14499 <column alignment="center" valignment="top">
14500 <row>
14501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14502 \begin_inset Text
14503
14504 \begin_layout Plain Layout
14505 \begin_inset ERT
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509
14510
14511 \backslash
14512 diagbox{
14513 \end_layout
14514
14515 \end_inset
14516
14517 A
14518 \begin_inset ERT
14519 status collapsed
14520
14521 \begin_layout Plain Layout
14522
14523 }{
14524 \end_layout
14525
14526 \end_inset
14527
14528 B
14529 \begin_inset ERT
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533
14534 }
14535 \end_layout
14536
14537 \end_inset
14538
14539
14540 \end_layout
14541
14542 \end_inset
14543 </cell>
14544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14545 \begin_inset Text
14546
14547 \begin_layout Plain Layout
14548 Épaisseur en nm
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 </row>
14554 <row>
14555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559 Vert parfait
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568 45
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 </lyxtabular>
14575
14576 \end_inset
14577
14578
14579 \end_layout
14580
14581 \begin_layout Standard
14582 Dans ce cas, vous pouvez utiliser directement
14583 \series bold
14584  
14585 \lang english
14586 width
14587 \series default
14588 \lang french
14589  dans l'option de 
14590 \series bold
14591 \lang english
14592
14593 \backslash
14594 diagbox
14595 \series default
14596 \lang french
14597 , il n'est plus nécessaire d’ajouter 2
14598 \backslash
14599 tabcolsep puisque la largeur de cellule est maintenant la largeur de la
14600  colonne.
14601  Ici une largeur de 3cm est utilisée:
14602 \begin_inset Separator parbreak
14603 \end_inset
14604
14605
14606 \end_layout
14607
14608 \begin_layout Standard
14609 \noindent
14610 \align center
14611 \begin_inset Tabular
14612 <lyxtabular version="3" rows="2" columns="2">
14613 <features tabularvalignment="middle">
14614 <column alignment="center" valignment="top" width="0pt">
14615 <column alignment="center" valignment="top">
14616 <row>
14617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621 \begin_inset ERT
14622 status open
14623
14624 \begin_layout Plain Layout
14625
14626
14627 \backslash
14628 diagbox[width=3cm]{
14629 \end_layout
14630
14631 \end_inset
14632
14633 A
14634 \begin_inset ERT
14635 status collapsed
14636
14637 \begin_layout Plain Layout
14638
14639 }{
14640 \end_layout
14641
14642 \end_inset
14643
14644 B
14645 \begin_inset ERT
14646 status collapsed
14647
14648 \begin_layout Plain Layout
14649
14650 }
14651 \end_layout
14652
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \end_inset
14659 </cell>
14660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14661 \begin_inset Text
14662
14663 \begin_layout Plain Layout
14664 Épaisseur en nm
14665 \end_layout
14666
14667 \end_inset
14668 </cell>
14669 </row>
14670 <row>
14671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 Vert parfait
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14681 \begin_inset Text
14682
14683 \begin_layout Plain Layout
14684 45
14685 \end_layout
14686
14687 \end_inset
14688 </cell>
14689 </row>
14690 </lyxtabular>
14691
14692 \end_inset
14693
14694
14695 \end_layout
14696
14697 \begin_layout Standard
14698 Pour les lignes multiples dans une cellule partagée, il faut une hauteur
14699  supplémentaire pour placer le texte dans la cellule.
14700  Ceci peut être obtenu avec l'option
14701 \series bold
14702  
14703 \lang english
14704 height
14705 \lang french
14706 =3cm
14707 \series default
14708  de la commande 
14709 \series bold
14710 \lang english
14711
14712 \backslash
14713 diagbox
14714 \series default
14715 \lang french
14716  (remplacer « 3cm » par la hauteur désirée).
14717  Dans le tableau qui suit, la commande
14718 \end_layout
14719
14720 \begin_layout Standard
14721
14722 \series bold
14723
14724 \backslash
14725 diagbox[width=3cm,height=1.4cm]{A
14726 \backslash
14727
14728 \backslash
14729 B}{C
14730 \backslash
14731
14732 \backslash
14733 D}
14734 \end_layout
14735
14736 \begin_layout Standard
14737 est utilisée dans la première cellule.
14738  La commande 
14739 \backslash
14740
14741 \backslash
14742  crée le saut de ligne
14743 \begin_inset Foot
14744 status open
14745
14746 \begin_layout Plain Layout
14747 Couper les lignes via Ctrl+Entrée n'est possible que pour des colonnes de
14748  largeur fixée.
14749 \end_layout
14750
14751 \end_inset
14752
14753 .
14754 \begin_inset Separator parbreak
14755 \end_inset
14756
14757
14758 \end_layout
14759
14760 \begin_layout Standard
14761 \noindent
14762 \align center
14763 \begin_inset Tabular
14764 <lyxtabular version="3" rows="2" columns="2">
14765 <features tabularvalignment="middle">
14766 <column alignment="center" valignment="top">
14767 <column alignment="center" valignment="top">
14768 <row>
14769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14770 \begin_inset Text
14771
14772 \begin_layout Plain Layout
14773 \begin_inset ERT
14774 status open
14775
14776 \begin_layout Plain Layout
14777
14778
14779 \backslash
14780 diagbox[width=3cm,height=1.4cm]{
14781 \end_layout
14782
14783 \end_inset
14784
14785 A
14786 \begin_inset ERT
14787 status collapsed
14788
14789 \begin_layout Plain Layout
14790
14791
14792 \backslash
14793
14794 \backslash
14795
14796 \end_layout
14797
14798 \end_inset
14799
14800 B
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806 }{
14807 \end_layout
14808
14809 \end_inset
14810
14811 C
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817
14818 \backslash
14819
14820 \backslash
14821
14822 \end_layout
14823
14824 \end_inset
14825
14826 D
14827 \begin_inset ERT
14828 status collapsed
14829
14830 \begin_layout Plain Layout
14831
14832 }
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \end_inset
14841 </cell>
14842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14843 \begin_inset Text
14844
14845 \begin_layout Plain Layout
14846 Épaisseur en nm
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 Vert parfait
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14863 \begin_inset Text
14864
14865 \begin_layout Plain Layout
14866 45
14867 \end_layout
14868
14869 \end_inset
14870 </cell>
14871 </row>
14872 </lyxtabular>
14873
14874 \end_inset
14875
14876
14877 \end_layout
14878
14879 \begin_layout Standard
14880 \begin_inset ERT
14881 status collapsed
14882
14883 \begin_layout Plain Layout
14884
14885
14886 \backslash
14887 else
14888 \end_layout
14889
14890 \end_inset
14891
14892
14893 \begin_inset Note Note
14894 status open
14895
14896 \begin_layout Plain Layout
14897 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
14898  
14899 \series bold
14900 diagbox
14901 \series default
14902  n'est pas installé :
14903 \end_layout
14904
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \begin_layout Standard
14911 Vous devez installer le paquetage \SpecialChar LaTeX
14912  
14913 \series bold
14914 diagbox
14915 \series default
14916  pour voir le contenu de cette section dans la sortie imprimée.
14917 \end_layout
14918
14919 \begin_layout Standard
14920 \begin_inset ERT
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924
14925
14926 \backslash
14927 fi
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Standard
14936 Pour en savoir plus sur le paquetage \SpecialChar LaTeX
14937  
14938 \series bold
14939 \lang english
14940 diagbox
14941 \series default
14942 \lang french
14943 , voir sa documentation, 
14944 \begin_inset CommandInset citation
14945 LatexCommand cite
14946 key "diagbox"
14947
14948 \end_inset
14949
14950 .
14951 \end_layout
14952
14953 \begin_layout Section
14954 Les tableaux formels
14955 \begin_inset CommandInset label
14956 LatexCommand label
14957 name "sec:Tableaux-Formels"
14958
14959 \end_inset
14960
14961
14962 \begin_inset Index idx
14963 status collapsed
14964
14965 \begin_layout Plain Layout
14966 Tableau ! Formel
14967 \end_layout
14968
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \begin_layout Standard
14975 Dans les livres les tableaux sont souvent mis en forme d'une façon semblable
14976  à celle du tableau
14977 \begin_inset space ~
14978 \end_inset
14979
14980
14981 \begin_inset CommandInset ref
14982 LatexCommand ref
14983 reference "tab:Exemple-tableau-booktabs"
14984
14985 \end_inset
14986
14987 .
14988  Ce genre de tableau est appelé 
14989 \begin_inset Quotes fld
14990 \end_inset
14991
14992
14993 \emph on
14994 formel
14995 \emph default
14996
14997 \begin_inset Quotes frd
14998 \end_inset
14999
15000 .
15001  Pour transformer un tableau en tableau formel, utilisez l'option 
15002 \family sans
15003 Formel
15004 \family default
15005  de l'onglet 
15006 \family sans
15007 Bordures
15008 \family default
15009  de la fenêtre de dialogue 
15010 \family sans
15011 Paramètres
15012 \begin_inset space ~
15013 \end_inset
15014
15015 du
15016 \begin_inset space ~
15017 \end_inset
15018
15019 tableau
15020 \family default
15021 .
15022 \end_layout
15023
15024 \begin_layout Standard
15025 \begin_inset Float table
15026 placement h
15027 wide false
15028 sideways false
15029 status open
15030
15031 \begin_layout Plain Layout
15032 \begin_inset Caption Standard
15033
15034 \begin_layout Plain Layout
15035 \begin_inset CommandInset label
15036 LatexCommand label
15037 name "tab:Exemple-tableau-booktabs"
15038
15039 \end_inset
15040
15041 Exemple de tableau formel
15042 \end_layout
15043
15044 \end_inset
15045
15046
15047 \end_layout
15048
15049 \begin_layout Plain Layout
15050 \align center
15051 \begin_inset Tabular
15052 <lyxtabular version="3" rows="8" columns="4">
15053 <features booktabs="true" tabularvalignment="middle">
15054 <column alignment="center" valignment="top">
15055 <column alignment="center" valignment="top">
15056 <column alignment="center" valignment="top">
15057 <column alignment="center" valignment="top">
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 Système
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 Chip
15073 \begin_inset space \thinspace{}
15074 \end_inset
15075
15076 1
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 Chip
15086 \begin_inset space \thinspace{}
15087 \end_inset
15088
15089 2
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \end_layout
15100
15101 \end_inset
15102 </cell>
15103 </row>
15104 <row>
15105 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109 \begin_inset ERT
15110 status collapsed
15111
15112 \begin_layout Plain Layout
15113
15114
15115 \backslash
15116 cmidrule(r){2-2}
15117 \end_layout
15118
15119 \end_inset
15120
15121
15122 \begin_inset ERT
15123 status collapsed
15124
15125 \begin_layout Plain Layout
15126
15127
15128 \backslash
15129 cmidrule(l){3-4}
15130 \end_layout
15131
15132 \end_inset
15133
15134 Épaisseur du capteur en µm
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143 300
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152 300
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 700
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row>
15168 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172 Angle du biseau en °
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 3.55
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 <cell alignment="center" valignment="top" topline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190 2.71
15191 \end_layout
15192
15193 \end_inset
15194 </cell>
15195 <cell alignment="center" valignment="top" topline="true" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199 7.99
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 </row>
15205 <row topspace="default">
15206 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210 Résolution spatiale en µm
15211 \end_layout
15212
15213 \end_inset
15214 </cell>
15215 <cell alignment="center" valignment="top" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219 4.26
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 10.17
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 <cell alignment="center" valignment="top" usebox="none">
15234 \begin_inset Text
15235
15236 \begin_layout Plain Layout
15237 10.56
15238 \end_layout
15239
15240 \end_inset
15241 </cell>
15242 </row>
15243 <row topspace="default">
15244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15245 \begin_inset Text
15246
15247 \begin_layout Plain Layout
15248 MTF à 
15249 \begin_inset Formula $f_{\mathrm{max}}$
15250 \end_inset
15251
15252
15253 \end_layout
15254
15255 \end_inset
15256 </cell>
15257 <cell alignment="center" valignment="top" usebox="none">
15258 \begin_inset Text
15259
15260 \begin_layout Plain Layout
15261 0.53
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 <cell alignment="center" valignment="top" usebox="none">
15267 \begin_inset Text
15268
15269 \begin_layout Plain Layout
15270 0.37
15271 \end_layout
15272
15273 \end_inset
15274 </cell>
15275 <cell alignment="center" valignment="top" usebox="none">
15276 \begin_inset Text
15277
15278 \begin_layout Plain Layout
15279 0.39
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row topspace="default">
15286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290 \begin_inset ERT
15291 status collapsed
15292
15293 \begin_layout Plain Layout
15294
15295
15296 \backslash
15297 cmidrule[2pt](l{10pt}){1-1}
15298 \end_layout
15299
15300 \end_inset
15301
15302 résolution spatiale LSF
15303 \end_layout
15304
15305 \end_inset
15306 </cell>
15307 <cell alignment="center" valignment="top" usebox="none">
15308 \begin_inset Text
15309
15310 \begin_layout Plain Layout
15311
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
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
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 </row>
15335 <row>
15336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 en µm
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 129.7
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 52.75
15359 \end_layout
15360
15361 \end_inset
15362 </cell>
15363 <cell alignment="center" valignment="top" usebox="none">
15364 \begin_inset Text
15365
15366 \begin_layout Plain Layout
15367 50.78
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 </row>
15373 <row>
15374 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378 en % de la taille des pixels
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 76.3
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15393 \begin_inset Text
15394
15395 \begin_layout Plain Layout
15396 95.9
15397 \end_layout
15398
15399 \end_inset
15400 </cell>
15401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15402 \begin_inset Text
15403
15404 \begin_layout Plain Layout
15405 92.3
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 </row>
15411 </lyxtabular>
15412
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \begin_layout Standard
15424 De l'espace vertical peut être ajouté entre les lignes en utilisant l'onglet
15425  
15426 \family sans
15427 Bordures
15428 \family default
15429  de la fenêtre de dialogue 
15430 \family sans
15431 Paramètres
15432 \begin_inset space ~
15433 \end_inset
15434
15435 du
15436 \begin_inset space ~
15437 \end_inset
15438
15439 tableau
15440 \family default
15441  comme c'est décrit dans la section
15442 \begin_inset space ~
15443 \end_inset
15444
15445
15446 \begin_inset CommandInset ref
15447 LatexCommand ref
15448 reference "subsec:Espacement-lignes"
15449
15450 \end_inset
15451
15452 .
15453 \end_layout
15454
15455 \begin_layout Standard
15456 Au contraire des tableaux normaux, les tableaux formels n'ont pas de lignes
15457  verticales.
15458  Les lignes horizontales peuvent être mise en place comme pour les tableaux
15459  normaux mais elles apparaissent avec des épaisseurs différentes dans la
15460  sortie imprimée :
15461 \begin_inset Newline newline
15462 \end_inset
15463
15464 La première et la dernière ligne ont implicitement une épaisseur de 0.08
15465 \begin_inset space \thinspace{}
15466 \end_inset
15467
15468 em alors que les autres lignes ont implicite une épaisseur de 0.05
15469 \begin_inset space \thinspace{}
15470 \end_inset
15471
15472 em.
15473 \end_layout
15474
15475 \begin_layout Standard
15476 Les épaisseurs prises implicitement peuvent être modifiées en utilisant
15477  les lignes de préambule suivantes :
15478 \end_layout
15479
15480 \begin_layout Standard
15481
15482 \series bold
15483
15484 \backslash
15485 let
15486 \backslash
15487 mytoprule
15488 \backslash
15489 toprule
15490 \begin_inset Newline newline
15491 \end_inset
15492
15493
15494 \backslash
15495 renewcommand{
15496 \backslash
15497 toprule}{
15498 \backslash
15499 mytoprule[width]}
15500 \end_layout
15501
15502 \begin_layout Standard
15503 Cet exemple concerne la première ligne, appelée 
15504 \series bold
15505 toprule
15506 \series default
15507 .
15508  Si vous voulez changer l'épaisseur de la dernière ligne, remplacez 
15509 \series bold
15510 toprule
15511 \series default
15512  par 
15513 \series bold
15514 bottomrule
15515 \series default
15516 .
15517  Pour changer l'épaisseur de toutes les lignes intermédiaires, remplacez
15518  
15519 \series bold
15520 toprule
15521 \series default
15522  par 
15523 \series bold
15524 midrule
15525 \series default
15526 .
15527  Vous pouvez utiliser toutes les unités de longueur définies dans l'annexe
15528 \begin_inset space ~
15529 \end_inset
15530
15531
15532 \begin_inset CommandInset ref
15533 LatexCommand ref
15534 reference "cha:Unités-de-longueur"
15535
15536 \end_inset
15537
15538  pour préciser l'épaisseur voulue.
15539 \end_layout
15540
15541 \begin_layout Standard
15542 On peut aussi créer des lignes qui ne font pas toute la largeur du tableau
15543  en mettant une ligne pour une cellule multi-colonnes.
15544  \SpecialChar LyX
15545  va utiliser en interne la commande 
15546 \series bold
15547
15548 \backslash
15549 cmidrule
15550 \series default
15551  pour créer cette ligne.
15552  Sa syntaxe complète est :
15553 \end_layout
15554
15555 \begin_layout Standard
15556
15557 \series bold
15558
15559 \backslash
15560 cmidrule[largeur](rognage){colDépart-colFin}
15561 \end_layout
15562
15563 \begin_layout Standard
15564 Les options de la commande 
15565 \series bold
15566
15567 \backslash
15568 cmidrule
15569 \series default
15570  ne sont pas actuellement gérées par \SpecialChar LyX
15571 , vous devez donc utiliser du code
15572  \SpecialChar TeX
15573  pour pouvoir les utiliser.
15574  On peut créer manuellement des lignes 
15575 \series bold
15576
15577 \backslash
15578 mitrales
15579 \series default
15580  en insérant la commande en code \SpecialChar TeX
15581  comme le premier élément de la première
15582  cellule de la ligne.
15583  La ligne est alors affichée dans la sortie imprimée au dessus de la ligne
15584  en question.
15585 \end_layout
15586
15587 \begin_layout Standard
15588 La valeur 
15589 \series bold
15590 largeur
15591 \series default
15592  pour l'épaisseur des lignes est de 0.03
15593 \begin_inset space \thinspace{}
15594 \end_inset
15595
15596 em.
15597  
15598 \series bold
15599 colDépart
15600 \series default
15601  est le numéro de la colonne dans laquelle la ligne commence et 
15602 \series bold
15603 colFin
15604 \series default
15605  est le numéro de la colonne dans laquelle elle se termine.
15606  La valeur de 
15607 \series bold
15608 colFin
15609 \series default
15610  doit toujours être précisée, même si la ligne ne couvre qu'une seule colonne.
15611  Le paramètre optionnel 
15612 \series bold
15613 rognage
15614 \series default
15615  peut être soit 
15616 \emph on
15617 l{largeurRognage}
15618 \emph default
15619 , ou 
15620 \emph on
15621 r{largeurRognage}
15622 \emph default
15623  où les valeurs de
15624 \emph on
15625  largeurRognage
15626 \emph default
15627  sont aussi optionnelles.
15628  En utilisant par exemple la valeur 
15629 \emph on
15630 l{2pt}
15631 \emph default
15632  pour ce paramètre, la ligne va être rognée de 2
15633 \begin_inset space \thinspace{}
15634 \end_inset
15635
15636 pt à son extrémité gauche.
15637  Si vous ne spécifiez pas de valeur pour 
15638 \emph on
15639 largeurRognage
15640 \emph default
15641  les lignes sont implicitement rognées de 0.5
15642 \begin_inset space \thinspace{}
15643 \end_inset
15644
15645 em.
15646 \end_layout
15647
15648 \begin_layout Standard
15649 \begin_inset VSpace bigskip
15650 \end_inset
15651
15652 Le tableau
15653 \begin_inset space ~
15654 \end_inset
15655
15656
15657 \begin_inset CommandInset ref
15658 LatexCommand ref
15659 reference "tab:Exemple-tableau-booktabs"
15660
15661 \end_inset
15662
15663  a été créé en utilisant les commandes
15664 \end_layout
15665
15666 \begin_layout Standard
15667
15668 \series bold
15669
15670 \backslash
15671 cmidrule(r){2-2}
15672 \backslash
15673 cmidrule(l){3-4}
15674 \end_layout
15675
15676 \begin_layout Standard
15677 au début de la deuxième ligne et
15678 \end_layout
15679
15680 \begin_layout Standard
15681
15682 \series bold
15683
15684 \backslash
15685 cmidrule[2pt](l{10pt}){1-1}
15686 \end_layout
15687
15688 \begin_layout Standard
15689 au début de la sixième ligne.
15690 \end_layout
15691
15692 \begin_layout Standard
15693 \begin_inset VSpace bigskip
15694 \end_inset
15695
15696
15697 \end_layout
15698
15699 \begin_layout Standard
15700 Vous pouvez vouloir des commandes 
15701 \series bold
15702
15703 \backslash
15704 cmidrule
15705 \series default
15706 s qui se recouvrent comme pour le tableau
15707 \begin_inset space ~
15708 \end_inset
15709
15710
15711 \begin_inset CommandInset ref
15712 LatexCommand ref
15713 reference "tab:Tableau-booktabs-special"
15714
15715 \end_inset
15716
15717 .
15718  On obtient ce résultat en utilisant la commande suivante en code \SpecialChar TeX
15719
15720 \end_layout
15721
15722 \begin_layout Standard
15723
15724 \series bold
15725
15726 \backslash
15727 morecmidrules
15728 \end_layout
15729
15730 \begin_layout Standard
15731 La commande qui a été utilisée pour la deuxième ligne du tableau
15732 \begin_inset space ~
15733 \end_inset
15734
15735
15736 \begin_inset CommandInset ref
15737 LatexCommand ref
15738 reference "tab:Tableau-booktabs-special"
15739
15740 \end_inset
15741
15742  est
15743 \end_layout
15744
15745 \begin_layout Standard
15746
15747 \series bold
15748
15749 \backslash
15750 cmidrule(r){2-2}
15751 \backslash
15752 cmidrule(l){3-4}
15753 \backslash
15754 morecmidrules
15755 \backslash
15756 cmidrule{2-4}
15757 \end_layout
15758
15759 \begin_layout Standard
15760 La commande pour la sixième ligne est
15761 \end_layout
15762
15763 \begin_layout Standard
15764
15765 \series bold
15766
15767 \backslash
15768 midrule
15769 \backslash
15770 morecmidrules
15771 \backslash
15772 cmidrule{3-4}
15773 \end_layout
15774
15775 \begin_layout Standard
15776 \begin_inset VSpace bigskip
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \begin_layout Standard
15783 Si vous n'êtes toujours pas satisfait avec l'espacement des lignes de séparation
15784 , vous pouvez utiliser la commande suivante pour produire des lignes qui
15785  font toute la largeur du tableau :
15786 \end_layout
15787
15788 \begin_layout Standard
15789
15790 \series bold
15791
15792 \backslash
15793 specialrule{largeur}{espace au dessus}{espace en dessous}
15794 \end_layout
15795
15796 \begin_layout Standard
15797 Pour plus d'informations sur ces spécialités, nous vous renvoyons au manuel
15798  du paquetage \SpecialChar LaTeX
15799  
15800 \series bold
15801 booktabs
15802 \series default
15803  
15804 \begin_inset CommandInset citation
15805 LatexCommand cite
15806 key "booktabs"
15807
15808 \end_inset
15809
15810 .
15811 \begin_inset Index idx
15812 status collapsed
15813
15814 \begin_layout Plain Layout
15815 Paquetages \SpecialChar LaTeX
15816  ! booktabs
15817 \end_layout
15818
15819 \end_inset
15820
15821
15822 \end_layout
15823
15824 \begin_layout Standard
15825 \begin_inset Float table
15826 placement h
15827 wide false
15828 sideways false
15829 status open
15830
15831 \begin_layout Plain Layout
15832 \begin_inset Caption Standard
15833
15834 \begin_layout Plain Layout
15835 \begin_inset CommandInset label
15836 LatexCommand label
15837 name "tab:Tableau-booktabs-special"
15838
15839 \end_inset
15840
15841 Tableau formel spécial
15842 \end_layout
15843
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Plain Layout
15850 \align center
15851 \begin_inset Tabular
15852 <lyxtabular version="3" rows="8" columns="4">
15853 <features booktabs="true" tabularvalignment="middle">
15854 <column alignment="center" valignment="top">
15855 <column alignment="center" valignment="top">
15856 <column alignment="center" valignment="top">
15857 <column alignment="center" valignment="top">
15858 <row>
15859 <cell alignment="center" valignment="top" topline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 Système
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 <cell alignment="center" valignment="top" topline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872 Chip
15873 \begin_inset space \thinspace{}
15874 \end_inset
15875
15876 1
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell multicolumn="1" alignment="center" valignment="top" topline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 Chip
15886 \begin_inset space \thinspace{}
15887 \end_inset
15888
15889 2
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 </row>
15904 <row>
15905 <cell alignment="center" valignment="top" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 \begin_inset ERT
15910 status collapsed
15911
15912 \begin_layout Plain Layout
15913
15914
15915 \backslash
15916 cmidrule(r){2-2}
15917 \end_layout
15918
15919 \end_inset
15920
15921
15922 \begin_inset ERT
15923 status collapsed
15924
15925 \begin_layout Plain Layout
15926
15927
15928 \backslash
15929 cmidrule(l){3-4}
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \begin_inset ERT
15936 status collapsed
15937
15938 \begin_layout Plain Layout
15939
15940
15941 \backslash
15942 morecmidrules 
15943 \end_layout
15944
15945 \end_inset
15946
15947
15948 \begin_inset ERT
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952
15953
15954 \backslash
15955 cmidrule{2-4}
15956 \end_layout
15957
15958 \end_inset
15959
15960 Epaisseur du capteur en µm
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 300
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 300
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 700
15988 \end_layout
15989
15990 \end_inset
15991 </cell>
15992 </row>
15993 <row>
15994 <cell alignment="center" valignment="top" topline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 Angle biseau en °
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 3.55
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 <cell alignment="center" valignment="top" topline="true" usebox="none">
16013 \begin_inset Text
16014
16015 \begin_layout Plain Layout
16016 2.71
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 7.99
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row topspace="default">
16032 <cell alignment="center" valignment="top" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036 Résolution spatiale en µm
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 4.26
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 <cell alignment="center" valignment="top" usebox="none">
16051 \begin_inset Text
16052
16053 \begin_layout Plain Layout
16054 10.17
16055 \end_layout
16056
16057 \end_inset
16058 </cell>
16059 <cell alignment="center" valignment="top" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 10.56
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 </row>
16069 <row topspace="default">
16070 <cell alignment="center" valignment="top" usebox="none">
16071 \begin_inset Text
16072
16073 \begin_layout Plain Layout
16074 MTF à 
16075 \begin_inset Formula $f_{\mathrm{max}}$
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 <cell alignment="center" valignment="top" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 0.53
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 0.37
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 <cell alignment="center" valignment="top" usebox="none">
16102 \begin_inset Text
16103
16104 \begin_layout Plain Layout
16105 0.39
16106 \end_layout
16107
16108 \end_inset
16109 </cell>
16110 </row>
16111 <row>
16112 <cell alignment="center" valignment="top" topline="true" usebox="none">
16113 \begin_inset Text
16114
16115 \begin_layout Plain Layout
16116 \begin_inset ERT
16117 status collapsed
16118
16119 \begin_layout Plain Layout
16120
16121
16122 \backslash
16123 morecmidrules 
16124 \end_layout
16125
16126 \end_inset
16127
16128
16129 \begin_inset ERT
16130 status collapsed
16131
16132 \begin_layout Plain Layout
16133
16134
16135 \backslash
16136 cmidrule{3-4}
16137 \end_layout
16138
16139 \end_inset
16140
16141 résolution spatiale LSF
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 <cell alignment="center" valignment="top" topline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179 en µm
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 <cell alignment="center" valignment="top" usebox="none">
16185 \begin_inset Text
16186
16187 \begin_layout Plain Layout
16188 129.7
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 52.75
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 <cell alignment="center" valignment="top" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 50.78
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 <row>
16213 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 en % de la taille des pixels
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 76.3
16227 \end_layout
16228
16229 \end_inset
16230 </cell>
16231 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235 95.9
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 92.3
16245 \end_layout
16246
16247 \end_inset
16248 </cell>
16249 </row>
16250 </lyxtabular>
16251
16252 \end_inset
16253
16254
16255 \end_layout
16256
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \begin_layout Section
16263 Alignement vertical des tableaux
16264 \begin_inset Index idx
16265 status collapsed
16266
16267 \begin_layout Plain Layout
16268 Tableau ! Alignement
16269 \end_layout
16270
16271 \end_inset
16272
16273
16274 \end_layout
16275
16276 \begin_layout Standard
16277 Pour pouvoir être aligné verticalement par rapport au texte, un tableau
16278  doit être à l'intérieur d'une boîte.
16279  La boîte peut alors être alignée comme c'est décrit dans la 
16280 \begin_inset space ~
16281 \end_inset
16282
16283
16284 \begin_inset CommandInset ref
16285 LatexCommand ref
16286 reference "sec:Boîte-Dialogue"
16287
16288 \end_inset
16289
16290 .
16291 \end_layout
16292
16293 \begin_layout Standard
16294 Dans l'exemple qui suit les tableaux sont à l'intérieur d'une boîte de type
16295  minipage
16296 \begin_inset Foot
16297 status open
16298
16299 \begin_layout Plain Layout
16300 Les minipages son décrites dans la section
16301 \begin_inset space ~
16302 \end_inset
16303
16304
16305 \begin_inset CommandInset ref
16306 LatexCommand ref
16307 reference "sec:Minipages"
16308
16309 \end_inset
16310
16311 .
16312 \end_layout
16313
16314 \end_inset
16315
16316  dont la largeur est de 15
16317 \begin_inset space \thinspace{}
16318 \end_inset
16319
16320 col% :
16321 \end_layout
16322
16323 \begin_layout Itemize
16324 test 
16325 \begin_inset Box Frameless
16326 position "t"
16327 hor_pos "c"
16328 has_inner_box 1
16329 inner_pos "c"
16330 use_parbox 0
16331 use_makebox 0
16332 width "15col%"
16333 special "none"
16334 height "1in"
16335 height_special "totalheight"
16336 thickness "0.4pt"
16337 separation "3pt"
16338 shadowsize "4pt"
16339 framecolor "black"
16340 backgroundcolor "none"
16341 status collapsed
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Tabular
16345 <lyxtabular version="3" rows="3" columns="3">
16346 <features tabularvalignment="middle">
16347 <column alignment="center" valignment="top">
16348 <column alignment="center" valignment="top">
16349 <column alignment="center" valignment="top">
16350 <row>
16351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16352 \begin_inset Text
16353
16354 \begin_layout Plain Layout
16355 a
16356 \end_layout
16357
16358 \end_inset
16359 </cell>
16360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16361 \begin_inset Text
16362
16363 \begin_layout Plain Layout
16364 d
16365 \end_layout
16366
16367 \end_inset
16368 </cell>
16369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16370 \begin_inset Text
16371
16372 \begin_layout Plain Layout
16373 g
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 </row>
16379 <row>
16380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 b
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 e
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16399 \begin_inset Text
16400
16401 \begin_layout Plain Layout
16402 h
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row>
16409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413 c
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16419 \begin_inset Text
16420
16421 \begin_layout Plain Layout
16422 f
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 i
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 </row>
16437 </lyxtabular>
16438
16439 \end_inset
16440
16441
16442 \end_layout
16443
16444 \end_inset
16445
16446  test 
16447 \begin_inset ERT
16448 status collapsed
16449
16450 \begin_layout Plain Layout
16451
16452
16453 \backslash
16454 raisebox{0.85
16455 \backslash
16456 baselineskip}{
16457 \end_layout
16458
16459 \end_inset
16460
16461
16462 \begin_inset Box Frameless
16463 position "t"
16464 hor_pos "c"
16465 has_inner_box 1
16466 inner_pos "c"
16467 use_parbox 0
16468 use_makebox 0
16469 width "15col%"
16470 special "none"
16471 height "1in"
16472 height_special "totalheight"
16473 thickness "0.4pt"
16474 separation "3pt"
16475 shadowsize "4pt"
16476 framecolor "black"
16477 backgroundcolor "none"
16478 status collapsed
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Tabular
16482 <lyxtabular version="3" rows="3" columns="3">
16483 <features tabularvalignment="middle">
16484 <column alignment="center" valignment="top">
16485 <column alignment="center" valignment="top">
16486 <column alignment="center" valignment="top">
16487 <row>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 a
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 d
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 g
16511 \end_layout
16512
16513 \end_inset
16514 </cell>
16515 </row>
16516 <row>
16517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16518 \begin_inset Text
16519
16520 \begin_layout Plain Layout
16521 b
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 e
16531 \end_layout
16532
16533 \end_inset
16534 </cell>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539 h
16540 \end_layout
16541
16542 \end_inset
16543 </cell>
16544 </row>
16545 <row>
16546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 c
16551 \end_layout
16552
16553 \end_inset
16554 </cell>
16555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559 f
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 i
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 </row>
16574 </lyxtabular>
16575
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582
16583
16584 \begin_inset ERT
16585 status collapsed
16586
16587 \begin_layout Plain Layout
16588
16589 }
16590 \end_layout
16591
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \begin_layout Itemize
16598 test 
16599 \begin_inset Box Frameless
16600 position "c"
16601 hor_pos "c"
16602 has_inner_box 1
16603 inner_pos "c"
16604 use_parbox 0
16605 use_makebox 0
16606 width "15col%"
16607 special "none"
16608 height "1in"
16609 height_special "totalheight"
16610 thickness "0.4pt"
16611 separation "3pt"
16612 shadowsize "4pt"
16613 framecolor "black"
16614 backgroundcolor "none"
16615 status collapsed
16616
16617 \begin_layout Plain Layout
16618 \begin_inset Tabular
16619 <lyxtabular version="3" rows="3" columns="3">
16620 <features tabularvalignment="middle">
16621 <column alignment="center" valignment="top">
16622 <column alignment="center" valignment="top">
16623 <column alignment="center" valignment="top">
16624 <row>
16625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16626 \begin_inset Text
16627
16628 \begin_layout Plain Layout
16629 a
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 d
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 g
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 b
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16664 \begin_inset Text
16665
16666 \begin_layout Plain Layout
16667 e
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 h
16677 \end_layout
16678
16679 \end_inset
16680 </cell>
16681 </row>
16682 <row>
16683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 c
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 f
16697 \end_layout
16698
16699 \end_inset
16700 </cell>
16701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705 i
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 </lyxtabular>
16712
16713 \end_inset
16714
16715
16716 \end_layout
16717
16718 \end_inset
16719
16720
16721 \end_layout
16722
16723 \begin_layout Itemize
16724 test 
16725 \begin_inset Box Frameless
16726 position "b"
16727 hor_pos "c"
16728 has_inner_box 1
16729 inner_pos "c"
16730 use_parbox 0
16731 use_makebox 0
16732 width "15col%"
16733 special "none"
16734 height "1in"
16735 height_special "totalheight"
16736 thickness "0.4pt"
16737 separation "3pt"
16738 shadowsize "4pt"
16739 framecolor "black"
16740 backgroundcolor "none"
16741 status collapsed
16742
16743 \begin_layout Plain Layout
16744 \begin_inset Tabular
16745 <lyxtabular version="3" rows="3" columns="3">
16746 <features tabularvalignment="middle">
16747 <column alignment="center" valignment="top">
16748 <column alignment="center" valignment="top">
16749 <column alignment="center" valignment="top">
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 a
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 d
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 g
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 </row>
16779 <row>
16780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16781 \begin_inset Text
16782
16783 \begin_layout Plain Layout
16784 b
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 e
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 h
16803 \end_layout
16804
16805 \end_inset
16806 </cell>
16807 </row>
16808 <row>
16809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16810 \begin_inset Text
16811
16812 \begin_layout Plain Layout
16813 c
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 f
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 i
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 </lyxtabular>
16838
16839 \end_inset
16840
16841
16842 \end_layout
16843
16844 \end_inset
16845
16846  test 
16847 \begin_inset ERT
16848 status collapsed
16849
16850 \begin_layout Plain Layout
16851
16852
16853 \backslash
16854 raisebox{-0.32
16855 \backslash
16856 baselineskip}{
16857 \end_layout
16858
16859 \end_inset
16860
16861
16862 \begin_inset Box Frameless
16863 position "b"
16864 hor_pos "c"
16865 has_inner_box 1
16866 inner_pos "c"
16867 use_parbox 0
16868 use_makebox 0
16869 width "15col%"
16870 special "none"
16871 height "1in"
16872 height_special "totalheight"
16873 thickness "0.4pt"
16874 separation "3pt"
16875 shadowsize "4pt"
16876 framecolor "black"
16877 backgroundcolor "none"
16878 status collapsed
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Tabular
16882 <lyxtabular version="3" rows="3" columns="3">
16883 <features tabularvalignment="middle">
16884 <column alignment="center" valignment="top">
16885 <column alignment="center" valignment="top">
16886 <column alignment="center" valignment="top">
16887 <row>
16888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16889 \begin_inset Text
16890
16891 \begin_layout Plain Layout
16892 a
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16898 \begin_inset Text
16899
16900 \begin_layout Plain Layout
16901 d
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 g
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921 b
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 e
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 h
16940 \end_layout
16941
16942 \end_inset
16943 </cell>
16944 </row>
16945 <row>
16946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 c
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
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 f
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968 i
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 </lyxtabular>
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \begin_inset ERT
16985 status collapsed
16986
16987 \begin_layout Plain Layout
16988
16989 }
16990 \end_layout
16991
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \begin_layout Standard
16998 Comme vous pouvez le voir, le contenu des premiers tableaux de la première
16999  et de la dernière ligne, n'est pas correctement aligné avec le texte de
17000  la ligne dans laquelle le tableau est inséré.
17001  Pour obtenir cet alignement, vous devez mettre la boîte minipage dans une
17002  boîte élévatrice (raisebox)
17003 \begin_inset Foot
17004 status collapsed
17005
17006 \begin_layout Plain Layout
17007 Les boîtes élévatrices (raiseboxes) sont décrites dans la section
17008 \begin_inset space ~
17009 \end_inset
17010
17011
17012 \begin_inset CommandInset ref
17013 LatexCommand ref
17014 reference "subsec:Alignement-Vertical"
17015
17016 \end_inset
17017
17018 .
17019 \end_layout
17020
17021 \end_inset
17022
17023 .
17024  Dans l'exemple précédent, le deuxième tableau de la première ligne est
17025  aligné en utilisant la commande en code \SpecialChar TeX
17026  suivante 
17027 \end_layout
17028
17029 \begin_layout Standard
17030
17031 \series bold
17032
17033 \backslash
17034 raisebox{0.85
17035 \backslash
17036 baselineskip}{
17037 \end_layout
17038
17039 \begin_layout Standard
17040 placée juste avant la boîte minipage.
17041  Après la boîte on insère l'accolade fermante en code \SpecialChar TeX
17042 .
17043  Pour le deuxième tableau de la dernière ligne, la commande 
17044 \end_layout
17045
17046 \begin_layout Standard
17047
17048 \series bold
17049
17050 \backslash
17051 raisebox{-0.32
17052 \backslash
17053 baselineskip}{
17054 \end_layout
17055
17056 \begin_layout Standard
17057 est utilisée.
17058 \end_layout
17059
17060 \begin_layout Standard
17061 \begin_inset Note Greyedout
17062 status open
17063
17064 \begin_layout Plain Layout
17065
17066 \series bold
17067 Note:
17068 \series default
17069  L'alignement entre le contenu de la ligne du tableau et le texte de la
17070  ligne qui l'entoure ne peut pas être parfait.
17071  Le facteur utilisé dans la commande 
17072 \series bold
17073
17074 \backslash
17075 raisebox
17076 \series default
17077  pour obtenir cet alignement dépend de la police de caractères du document,
17078  de la taille de la police et de l'épaisseur des lignes du tableau.
17079 \end_layout
17080
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \begin_layout Section
17087 Tableaux colorés
17088 \begin_inset CommandInset label
17089 LatexCommand label
17090 name "sec:Tableaux-Colorés"
17091
17092 \end_inset
17093
17094
17095 \begin_inset Index idx
17096 status collapsed
17097
17098 \begin_layout Plain Layout
17099 Tableau ! Coloré
17100 \end_layout
17101
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \begin_layout Subsection
17108 Cellules colorées
17109 \begin_inset Index idx
17110 status collapsed
17111
17112 \begin_layout Plain Layout
17113 Couleur des tableaux ! Pour les cellules
17114 \end_layout
17115
17116 \end_inset
17117
17118
17119 \begin_inset Index idx
17120 status collapsed
17121
17122 \begin_layout Plain Layout
17123 Couleur ! Pour les cellules de tableau
17124 \end_layout
17125
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \begin_layout Standard
17132 \begin_inset Float table
17133 placement h
17134 wide false
17135 sideways false
17136 status open
17137
17138 \begin_layout Plain Layout
17139 \begin_inset Caption Standard
17140
17141 \begin_layout Plain Layout
17142 \begin_inset CommandInset label
17143 LatexCommand label
17144 name "tab:Tableau-coloré-sans-colortbl"
17145
17146 \end_inset
17147
17148 Tableau coloré sans utiliser le paquetage  
17149 \series bold
17150 colortbl
17151 \series default
17152
17153 \begin_inset Argument 1
17154 status open
17155
17156 \begin_layout Plain Layout
17157 Tableau sans colortbl
17158 \end_layout
17159
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \begin_layout Plain Layout
17171 \align center
17172 \begin_inset Tabular
17173 <lyxtabular version="3" rows="3" columns="3">
17174 <features tabularvalignment="middle">
17175 <column alignment="center" valignment="top">
17176 <column alignment="center" valignment="top">
17177 <column alignment="center" valignment="top">
17178 <row>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183
17184 \color green
17185 a
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194
17195 \color red
17196 b
17197 \end_layout
17198
17199 \end_inset
17200 </cell>
17201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205
17206 \color red
17207 c
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 <row>
17214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218
17219 \color green
17220 d
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \color blue
17231 e
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240
17241 \color blue
17242 f
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 </row>
17248 <row>
17249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253
17254 \color green
17255 g
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \color blue
17266 h
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275
17276 \color blue
17277 i
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 </row>
17283 </lyxtabular>
17284
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \begin_layout Standard
17296 Si vous voulez seulement avoir du texte en couleur, sélectionnez les cellules
17297  et choisissez une couleur dans le menu 
17298 \family sans
17299 Édition\SpecialChar menuseparator
17300 Style
17301 \begin_inset space ~
17302 \end_inset
17303
17304 de
17305 \begin_inset space ~
17306 \end_inset
17307
17308 Texte
17309 \family default
17310 .
17311  C'est ce qui a été utilisé pour créer le tableau
17312 \begin_inset space ~
17313 \end_inset
17314
17315
17316 \begin_inset CommandInset ref
17317 LatexCommand ref
17318 reference "tab:Tableau-coloré-sans-colortbl"
17319
17320 \end_inset
17321
17322 .
17323  Dans tous les autres cas vous aurez à utiliser le paquetage \SpecialChar LaTeX
17324  
17325 \series bold
17326 colortbl
17327 \series default
17328 .
17329 \begin_inset Index idx
17330 status collapsed
17331
17332 \begin_layout Plain Layout
17333 Paquetages \SpecialChar LaTeX
17334  ! colortbl
17335 \end_layout
17336
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \begin_layout Standard
17343 \begin_inset ERT
17344 status collapsed
17345
17346 \begin_layout Plain Layout
17347
17348
17349 \backslash
17350 ifcolortbl
17351 \end_layout
17352
17353 \end_inset
17354
17355
17356 \begin_inset Note Note
17357 status open
17358
17359 \begin_layout Plain Layout
17360 La section qui suit ne sera affichée que si vous avez installé le paquetage
17361  \SpecialChar LaTeX
17362  
17363 \series bold
17364 colortbl
17365 \series default
17366 .
17367 \end_layout
17368
17369 \end_inset
17370
17371
17372 \end_layout
17373
17374 \begin_layout Standard
17375 Pour créer des tableaux colorés, vous devez charger le paquetage
17376 \series bold
17377  colortbl
17378 \series default
17379  dans le préambule avec la ligne
17380 \end_layout
17381
17382 \begin_layout Standard
17383
17384 \series bold
17385
17386 \backslash
17387 usepackage{colortbl}
17388 \end_layout
17389
17390 \begin_layout Standard
17391 On choisit la couleur d'une colonne avec la commande 
17392 \end_layout
17393
17394 \begin_layout Standard
17395
17396 \series bold
17397
17398 \backslash
17399 columncolor{nom de couleur}
17400 \end_layout
17401
17402 \begin_layout Standard
17403 à l'intérieur d'une commande 
17404 \series bold
17405 >{ }
17406 \series default
17407 .
17408  Vous trouverez plus d'information sur la commande 
17409 \series bold
17410 >{}
17411 \series default
17412  dans la section
17413 \begin_inset space ~
17414 \end_inset
17415
17416
17417 \begin_inset CommandInset ref
17418 LatexCommand ref
17419 reference "subsec:Calculs-multicolonnes"
17420
17421 \end_inset
17422
17423 .
17424 \end_layout
17425
17426 \begin_layout Standard
17427 Les noms de couleurs suivants sont prédéfinis :
17428 \end_layout
17429
17430 \begin_layout Standard
17431
17432 \family sans
17433 red
17434 \family default
17435  (rouge), 
17436 \family sans
17437 green
17438 \family default
17439  (vert), 
17440 \family sans
17441 yellow
17442 \family default
17443  (jaune), 
17444 \family sans
17445 blue
17446 \family default
17447  (bleu), 
17448 \family sans
17449 cyan
17450 \family default
17451
17452 \family sans
17453 magenta
17454 \family default
17455
17456 \family sans
17457 black 
17458 \family default
17459 (noir) et 
17460 \family sans
17461 white 
17462 \family default
17463 (blanc)
17464 \end_layout
17465
17466 \begin_layout Standard
17467 \begin_inset VSpace medskip
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \begin_layout Standard
17474 Si vous ajoutez les options
17475 \end_layout
17476
17477 \begin_layout Standard
17478
17479 \series bold
17480 usenames,dvipsnames
17481 \end_layout
17482
17483 \begin_layout Standard
17484 aux options de la classe de document dans les paramètres du document, vous
17485  pouvez utiliser 61
17486 \begin_inset space ~
17487 \end_inset
17488
17489 couleurs supplémentaires.
17490  Ces couleurs sont listées dans l'annexe
17491 \begin_inset space ~
17492 \end_inset
17493
17494
17495 \begin_inset CommandInset ref
17496 LatexCommand ref
17497 reference "chap:Liste-de-noms-de-couleur-dvips"
17498
17499 \end_inset
17500
17501 .
17502  Une de ces couleurs, 
17503 \family sans
17504 Maroon
17505 \family default
17506 , est utilisée comme exemple dans le tableau
17507 \begin_inset space ~
17508 \end_inset
17509
17510
17511 \begin_inset CommandInset ref
17512 LatexCommand ref
17513 reference "tab:Tableau-coloré-avec-colortbl"
17514
17515 \end_inset
17516
17517 .
17518 \end_layout
17519
17520 \begin_layout Standard
17521 \begin_inset VSpace medskip
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \begin_layout Standard
17528 Vous pouvez aussi définir votre propre couleur avec la commande
17529 \end_layout
17530
17531 \begin_layout Standard
17532
17533 \series bold
17534
17535 \backslash
17536 definecolor{nom de la couleur}{modèle de couleur}{valeurs de couleur}
17537 \end_layout
17538
17539 \begin_layout Standard
17540 Le modèle de couleur peut être
17541 \end_layout
17542
17543 \begin_layout Labeling
17544 \labelwidthstring 00.00.0000
17545 cmyk
17546 \begin_inset space ~
17547 \end_inset
17548
17549 : cyan, magenta, jaune (yellow), noir (black)
17550 \end_layout
17551
17552 \begin_layout Labeling
17553 \labelwidthstring 00.00.0000
17554 rgb
17555 \begin_inset space ~
17556 \end_inset
17557
17558 : rouge (red), vert (green), bleu (blue)
17559 \end_layout
17560
17561 \begin_layout Labeling
17562 \labelwidthstring 00.00.0000
17563 gray
17564 \begin_inset space ~
17565 \end_inset
17566
17567 : dégradé de gris (gray)
17568 \end_layout
17569
17570 \begin_layout Standard
17571 et les valeurs de couleur sont des nombres compris entre 0 et 1, séparés
17572  par des virgules qui décrivent la couleur dans le modèle de couleur choisi.
17573 \end_layout
17574
17575 \begin_layout Standard
17576 Vous pouvez par exemple définir la couleur 
17577 \begin_inset Quotes fld
17578 \end_inset
17579
17580
17581 \emph on
17582 vertfonce
17583 \begin_inset Quotes frd
17584 \end_inset
17585
17586  dans le préambule avec la ligne
17587 \end_layout
17588
17589 \begin_layout Standard
17590
17591 \series bold
17592
17593 \backslash
17594 definecolor{vertfonce}{cmyk}{0.5, 0, 1, 0.5}
17595 \end_layout
17596
17597 \begin_layout Standard
17598 et la couleur 
17599 \emph on
17600
17601 \begin_inset Quotes fld
17602 \end_inset
17603
17604 grisclair
17605 \emph default
17606
17607 \begin_inset Quotes frd
17608 \end_inset
17609
17610  avec
17611 \end_layout
17612
17613 \begin_layout Standard
17614
17615 \series bold
17616
17617 \backslash
17618 definecolor{grisclair}{gray}{0.8}
17619 \end_layout
17620
17621 \begin_layout Standard
17622 \begin_inset VSpace medskip
17623 \end_inset
17624
17625
17626 \end_layout
17627
17628 \begin_layout Standard
17629 Les lignes sont colorées avec la commande
17630 \end_layout
17631
17632 \begin_layout Standard
17633
17634 \series bold
17635
17636 \backslash
17637 rowcolor{nom de la couleur}
17638 \end_layout
17639
17640 \begin_layout Standard
17641 et les cellules sont colorées avec la commande
17642 \end_layout
17643
17644 \begin_layout Standard
17645
17646 \series bold
17647
17648 \backslash
17649 cellcolor{nom de la couleur}
17650 \end_layout
17651
17652 \begin_layout Standard
17653 Les deux commandes sont insérées au début d'une cellule comme du code \SpecialChar TeX
17654 .
17655 \end_layout
17656
17657 \begin_layout Standard
17658 Pour colorer de caractères dans un tableau, sélectionnez les cellules et
17659  choisissez une couleur dans le menu 
17660 \family sans
17661 Édition\SpecialChar menuseparator
17662 Style
17663 \begin_inset space ~
17664 \end_inset
17665
17666 de
17667 \begin_inset space ~
17668 \end_inset
17669
17670 Texte
17671 \family default
17672 .
17673  Si une cellule contient du code \SpecialChar TeX
17674 , faites bien attention à ne colorer que
17675  le texte, sinon le code \SpecialChar TeX
17676  coloré provoquera des erreurs \SpecialChar LaTeX
17677 .
17678 \end_layout
17679
17680 \begin_layout Standard
17681 \begin_inset Note Greyedout
17682 status open
17683
17684 \begin_layout Plain Layout
17685
17686 \series bold
17687 Note:
17688 \series default
17689  Tous les visualiseurs DVI ne sont pas capables d'afficher les couleurs
17690  définies par l'utilisateur.
17691 \end_layout
17692
17693 \end_inset
17694
17695
17696 \end_layout
17697
17698 \begin_layout Standard
17699 \begin_inset VSpace bigskip
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \begin_layout Standard
17706 Pour créer le tableau
17707 \begin_inset space ~
17708 \end_inset
17709
17710
17711 \begin_inset CommandInset ref
17712 LatexCommand ref
17713 reference "tab:Tableau-coloré-avec-colortbl"
17714
17715 \end_inset
17716
17717  faites ce qui suit : La couleur de la première colonne doit être 
17718 \emph on
17719 vertfonce
17720 \emph default
17721 .
17722  On insère donc la commande
17723 \end_layout
17724
17725 \begin_layout Standard
17726
17727 \series bold
17728 >{
17729 \backslash
17730 columncolor{vertfonce}
17731 \backslash
17732 centering}c
17733 \end_layout
17734
17735 \begin_layout Standard
17736 en code \SpecialChar TeX
17737  pour cette colonne.
17738  La première ligne doit être bleue clair, d'où la commande en code \SpecialChar TeX
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743
17744 \series bold
17745
17746 \backslash
17747 rowcolor{cyan}
17748 \end_layout
17749
17750 \begin_layout Standard
17751 qui est insérée dans la première cellule de cette ligne.
17752  Notez que cela annule la couleur de colonne pour la première cellule.
17753  La dernière cellule de la dernière ligne est colorée en marron
17754 \series bold
17755  
17756 \series default
17757 en insérant en code \SpecialChar TeX
17758  la commande
17759 \end_layout
17760
17761 \begin_layout Standard
17762
17763 \series bold
17764
17765 \backslash
17766 cellcolor{Maroon}
17767 \end_layout
17768
17769 \begin_layout Standard
17770 Les caractères peuvent maintenant être colorés en utilisant le menu 
17771 \family sans
17772 Édition\SpecialChar menuseparator
17773 Style
17774 \begin_inset space ~
17775 \end_inset
17776
17777 de
17778 \begin_inset space ~
17779 \end_inset
17780
17781 Texte
17782 \family default
17783 .
17784 \end_layout
17785
17786 \begin_layout Standard
17787 \begin_inset Float table
17788 placement h
17789 wide false
17790 sideways false
17791 status open
17792
17793 \begin_layout Plain Layout
17794 \begin_inset Caption Standard
17795
17796 \begin_layout Plain Layout
17797 \begin_inset CommandInset label
17798 LatexCommand label
17799 name "tab:Tableau-coloré-avec-colortbl"
17800
17801 \end_inset
17802
17803 Tableau coloré en utilisant le paquetage 
17804 \series bold
17805 colortbl
17806 \series default
17807
17808 \begin_inset Argument 1
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Tableau avec colortbl
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \end_layout
17824
17825 \begin_layout Plain Layout
17826 \align center
17827 \begin_inset Tabular
17828 <lyxtabular version="3" rows="3" columns="3">
17829 <features tabularvalignment="middle">
17830 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
17831 <column alignment="center" valignment="top">
17832 <column alignment="center" valignment="top">
17833 <row>
17834 <cell alignment="center" valignment="top" usebox="none">
17835 \begin_inset Text
17836
17837 \begin_layout Plain Layout
17838 \begin_inset ERT
17839 status collapsed
17840
17841 \begin_layout Plain Layout
17842
17843
17844 \backslash
17845 rowcolor{cyan}
17846 \end_layout
17847
17848 \end_inset
17849
17850
17851 \color magenta
17852 a
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861
17862 \color red
17863 b
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872
17873 \color red
17874 c
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 </row>
17880 <row>
17881 <cell alignment="center" valignment="top" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885
17886 \color yellow
17887 d
17888 \end_layout
17889
17890 \end_inset
17891 </cell>
17892 <cell alignment="center" valignment="top" usebox="none">
17893 \begin_inset Text
17894
17895 \begin_layout Plain Layout
17896
17897 \color blue
17898 e
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907
17908 \color blue
17909 f
17910 \end_layout
17911
17912 \end_inset
17913 </cell>
17914 </row>
17915 <row>
17916 <cell alignment="center" valignment="top" usebox="none">
17917 \begin_inset Text
17918
17919 \begin_layout Plain Layout
17920
17921 \color yellow
17922 g
17923 \end_layout
17924
17925 \end_inset
17926 </cell>
17927 <cell alignment="center" valignment="top" usebox="none">
17928 \begin_inset Text
17929
17930 \begin_layout Plain Layout
17931
17932 \color blue
17933 h
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 \begin_inset ERT
17943 status collapsed
17944
17945 \begin_layout Plain Layout
17946
17947
17948 \backslash
17949 cellcolor{Maroon}
17950 \end_layout
17951
17952 \end_inset
17953
17954
17955 \color green
17956 i
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 </row>
17962 </lyxtabular>
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \begin_layout Standard
17975 \begin_inset ERT
17976 status collapsed
17977
17978 \begin_layout Plain Layout
17979
17980
17981 \backslash
17982 else
17983 \end_layout
17984
17985 \end_inset
17986
17987
17988 \begin_inset Note Note
17989 status open
17990
17991 \begin_layout Plain Layout
17992 Ce qui suit sera affiché si le paquetage 
17993 \series bold
17994 colortbl
17995 \series default
17996  n'est pas installé :
17997 \end_layout
17998
17999 \end_inset
18000
18001
18002 \end_layout
18003
18004 \begin_layout Standard
18005 Vous devez installer le paquetage 
18006 \series bold
18007 colortbl
18008 \series default
18009  pour voir le contenu des cette section dans la sortie imprimée.
18010 \end_layout
18011
18012 \begin_layout Standard
18013 \begin_inset ERT
18014 status collapsed
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 fi
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \end_layout
18027
18028 \begin_layout Subsection
18029 Lignes colorées
18030 \begin_inset Index idx
18031 status collapsed
18032
18033 \begin_layout Plain Layout
18034 Tableau Coloré ! Pour les lignes
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \begin_inset Index idx
18041 status collapsed
18042
18043 \begin_layout Plain Layout
18044 Couleur ! Pour les lignes de tableau
18045 \end_layout
18046
18047 \end_inset
18048
18049
18050 \end_layout
18051
18052 \begin_layout Standard
18053 Dans le cas où on désire qu'une ligne sur deux soit colorée, il existe une
18054  alternative à la méthode décrite dans le paragraphe précédent: il faut
18055  charger le paquetage 
18056 \series bold
18057 xcolor
18058 \series default
18059
18060 \begin_inset Index idx
18061 status collapsed
18062
18063 \begin_layout Plain Layout
18064 Paquetages \SpecialChar LaTeX
18065  ! xcolor
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 vspace{4mm}
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \end_layout
18080
18081 \end_inset
18082
18083  dans le préambule du document avec la commande
18084 \end_layout
18085
18086 \begin_layout Standard
18087
18088 \series bold
18089
18090 \backslash
18091 usepackage[table]{xcolor}
18092 \end_layout
18093
18094 \begin_layout Standard
18095
18096 \series bold
18097 xcolor
18098 \series default
18099  charge automatiquement le paquetage 
18100 \series bold
18101 colortbl
18102 \series default
18103
18104 \begin_inset Index idx
18105 status collapsed
18106
18107 \begin_layout Plain Layout
18108 Paquetages \SpecialChar LaTeX
18109  ! colortbl
18110 \end_layout
18111
18112 \end_inset
18113
18114 , il faut donc que
18115 \series bold
18116  colortbl
18117 \series default
18118  existe dans votre distribution \SpecialChar LaTeX
18119 , sinon vous aurez des erreurs.
18120 \end_layout
18121
18122 \begin_layout Standard
18123 \begin_inset ERT
18124 status collapsed
18125
18126 \begin_layout Plain Layout
18127
18128
18129 \backslash
18130 ifcolortbl
18131 \end_layout
18132
18133 \end_inset
18134
18135
18136 \begin_inset Note Note
18137 status open
18138
18139 \begin_layout Plain Layout
18140 La section qui suit ne sera affichée que si vous avez installé le paquetage
18141  \SpecialChar LaTeX
18142  
18143 \series bold
18144 colortbl
18145 \series default
18146 .
18147 \end_layout
18148
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \begin_layout Standard
18155 Les lignes de tableau sont colorées par la commande
18156 \end_layout
18157
18158 \begin_layout Standard
18159
18160 \series bold
18161
18162 \backslash
18163 rowcolors[commandes]{numéro de ligne}{couleur ligne impaire}{couleur ligne
18164  paire}
18165 \end_layout
18166
18167 \begin_layout Standard
18168 insérée soit dans le préambule du document, soit en code \SpecialChar TeX
18169  avant le premier
18170  tableau nécessitant la coloration alternative des lignes.
18171  
18172 \series bold
18173 numéro de ligne
18174 \series default
18175  est le numéro de la première ligne à colorer avec la couleur de ligne impaire.
18176  
18177 \series bold
18178 commandes
18179 \series default
18180 \emph on
18181  
18182 \emph default
18183 désigne des commandes additionnelles exécutées avant chaque ligne du tableau.
18184  Par exemple la commande
18185 \end_layout
18186
18187 \begin_layout Standard
18188
18189 \series bold
18190
18191 \backslash
18192 rowcolors{1}{white}{lightgray}
18193 \end_layout
18194
18195 \begin_layout Standard
18196 donne le schéma de couleurs du tableau
18197 \begin_inset space ~
18198 \end_inset
18199
18200
18201 \begin_inset CommandInset ref
18202 LatexCommand ref
18203 reference "tab:Table-rowcolors"
18204
18205 \end_inset
18206
18207 .
18208  La commande
18209 \end_layout
18210
18211 \begin_layout Standard
18212
18213 \series bold
18214
18215 \backslash
18216 rowcolors[
18217 \backslash
18218 hline]{1}{lightgray}{cyan}
18219 \end_layout
18220
18221 \begin_layout Standard
18222 donne le schéma de couleurs du tableau
18223 \begin_inset space ~
18224 \end_inset
18225
18226
18227 \begin_inset CommandInset ref
18228 LatexCommand ref
18229 reference "tab:Table-rowcolors-2"
18230
18231 \end_inset
18232
18233 .
18234  Si 
18235 \series bold
18236 couleur ligne impaire
18237 \series default
18238  ou 
18239 \series bold
18240 couleur ligne paire
18241 \series default
18242  est vide, aucune couleur n'est utilisée, donc la commande
18243 \end_layout
18244
18245 \begin_layout Standard
18246
18247 \series bold
18248
18249 \backslash
18250 rowcolors{1}{}{}
18251 \end_layout
18252
18253 \begin_layout Standard
18254 supprime toutes les couleurs.
18255  
18256 \series bold
18257
18258 \backslash
18259 rowcolors
18260 \series default
18261  s'applique aux tableaux qui suivent cette commande.
18262 \end_layout
18263
18264 \begin_layout Standard
18265 \begin_inset ERT
18266 status open
18267
18268 \begin_layout Plain Layout
18269
18270
18271 \backslash
18272 rowcolors{1}{white}{lightgray}
18273 \end_layout
18274
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \begin_layout Standard
18281 \begin_inset Float table
18282 placement h
18283 wide false
18284 sideways false
18285 status open
18286
18287 \begin_layout Plain Layout
18288 \begin_inset Caption Standard
18289
18290 \begin_layout Plain Layout
18291
18292 \lang english
18293 \begin_inset CommandInset label
18294 LatexCommand label
18295 name "tab:Table-rowcolors"
18296
18297 \end_inset
18298
18299
18300 \lang french
18301 Tableau avec une colonne sur deux en gris clair.
18302 \end_layout
18303
18304 \end_inset
18305
18306
18307 \end_layout
18308
18309 \begin_layout Plain Layout
18310 \align center
18311 \begin_inset Tabular
18312 <lyxtabular version="3" rows="4" columns="3">
18313 <features tabularvalignment="middle">
18314 <column alignment="center" valignment="top">
18315 <column alignment="center" valignment="top" width="0pt">
18316 <column alignment="center" valignment="top" width="0pt">
18317 <row>
18318 <cell alignment="center" valignment="top" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 X
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331 Y
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 <cell alignment="center" valignment="top" usebox="none">
18337 \begin_inset Text
18338
18339 \begin_layout Plain Layout
18340 Z
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 </row>
18346 <row>
18347 <cell alignment="center" valignment="top" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351 1
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 <cell alignment="center" valignment="top" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 2
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 <cell alignment="center" valignment="top" usebox="none">
18366 \begin_inset Text
18367
18368 \begin_layout Plain Layout
18369 3
18370 \end_layout
18371
18372 \end_inset
18373 </cell>
18374 </row>
18375 <row>
18376 <cell alignment="center" valignment="top" usebox="none">
18377 \begin_inset Text
18378
18379 \begin_layout Plain Layout
18380 4
18381 \end_layout
18382
18383 \end_inset
18384 </cell>
18385 <cell alignment="center" valignment="top" usebox="none">
18386 \begin_inset Text
18387
18388 \begin_layout Plain Layout
18389 5
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 6
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 </row>
18404 <row>
18405 <cell alignment="center" valignment="top" usebox="none">
18406 \begin_inset Text
18407
18408 \begin_layout Plain Layout
18409 7
18410 \end_layout
18411
18412 \end_inset
18413 </cell>
18414 <cell alignment="center" valignment="top" usebox="none">
18415 \begin_inset Text
18416
18417 \begin_layout Plain Layout
18418 8
18419 \end_layout
18420
18421 \end_inset
18422 </cell>
18423 <cell alignment="center" valignment="top" usebox="none">
18424 \begin_inset Text
18425
18426 \begin_layout Plain Layout
18427 9
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 </row>
18433 </lyxtabular>
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441
18442
18443 \end_layout
18444
18445 \begin_layout Standard
18446 \begin_inset ERT
18447 status open
18448
18449 \begin_layout Plain Layout
18450
18451
18452 \backslash
18453 rowcolors[
18454 \backslash
18455 hline]{1}{lightgray}{cyan}
18456 \end_layout
18457
18458 \end_inset
18459
18460
18461 \end_layout
18462
18463 \begin_layout Standard
18464 \begin_inset Float table
18465 placement h
18466 wide false
18467 sideways false
18468 status open
18469
18470 \begin_layout Plain Layout
18471 \begin_inset Caption Standard
18472
18473 \begin_layout Plain Layout
18474
18475 \lang english
18476 \begin_inset CommandInset label
18477 LatexCommand label
18478 name "tab:Table-rowcolors-2"
18479
18480 \end_inset
18481
18482
18483 \lang french
18484 Tableau avec une colonne sur deux en cyan et avec un filet entre chaque
18485  ligne
18486 \end_layout
18487
18488 \end_inset
18489
18490
18491 \end_layout
18492
18493 \begin_layout Plain Layout
18494 \align center
18495 \begin_inset Tabular
18496 <lyxtabular version="3" rows="4" columns="3">
18497 <features tabularvalignment="middle">
18498 <column alignment="center" valignment="top">
18499 <column alignment="center" valignment="top">
18500 <column alignment="center" valignment="top" width="0pt">
18501 <row>
18502 <cell alignment="center" valignment="top" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 X
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 Y
18516 \end_layout
18517
18518 \end_inset
18519 </cell>
18520 <cell alignment="center" valignment="top" usebox="none">
18521 \begin_inset Text
18522
18523 \begin_layout Plain Layout
18524 Z
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 </row>
18530 <row>
18531 <cell alignment="center" valignment="top" usebox="none">
18532 \begin_inset Text
18533
18534 \begin_layout Plain Layout
18535 1
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 2
18545 \end_layout
18546
18547 \end_inset
18548 </cell>
18549 <cell alignment="center" valignment="top" usebox="none">
18550 \begin_inset Text
18551
18552 \begin_layout Plain Layout
18553 3
18554 \end_layout
18555
18556 \end_inset
18557 </cell>
18558 </row>
18559 <row>
18560 <cell alignment="center" valignment="top" usebox="none">
18561 \begin_inset Text
18562
18563 \begin_layout Plain Layout
18564 4
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 <cell alignment="center" valignment="top" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573 5
18574 \end_layout
18575
18576 \end_inset
18577 </cell>
18578 <cell alignment="center" valignment="top" usebox="none">
18579 \begin_inset Text
18580
18581 \begin_layout Plain Layout
18582 6
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 </row>
18588 <row>
18589 <cell alignment="center" valignment="top" usebox="none">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 7
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell alignment="center" valignment="top" usebox="none">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 8
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 9
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 </lyxtabular>
18618
18619 \end_inset
18620
18621
18622 \end_layout
18623
18624 \end_inset
18625
18626
18627 \end_layout
18628
18629 \begin_layout Standard
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635
18636 \backslash
18637 rowcolors{1}{}{}
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \begin_inset Note Note
18644 status collapsed
18645
18646 \begin_layout Plain Layout
18647
18648 \lang english
18649 turns off the row coloring
18650 \end_layout
18651
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \begin_layout Standard
18658 \begin_inset ERT
18659 status collapsed
18660
18661 \begin_layout Plain Layout
18662
18663
18664 \backslash
18665 else
18666 \end_layout
18667
18668 \end_inset
18669
18670
18671 \begin_inset Note Note
18672 status open
18673
18674 \begin_layout Plain Layout
18675 Ce qui suit sera affiché si le paquetage 
18676 \series bold
18677 colortbl
18678 \series default
18679  n'est pas installé :
18680 \end_layout
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Standard
18688 Vous devez installer le paquetage 
18689 \series bold
18690 colortbl
18691 \series default
18692  pour voir le contenu des cette section dans la sortie imprimée.
18693 \end_layout
18694
18695 \begin_layout Standard
18696 \begin_inset ERT
18697 status collapsed
18698
18699 \begin_layout Plain Layout
18700
18701
18702 \backslash
18703 fi
18704 \end_layout
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \begin_layout Subsection
18712 Les filets colorés
18713 \begin_inset Index idx
18714 status open
18715
18716 \begin_layout Plain Layout
18717 Tableau Coloré ! Pour les filets
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \begin_inset Index idx
18724 status collapsed
18725
18726 \begin_layout Plain Layout
18727 Couleur ! Pour les filets des tableaux
18728 \end_layout
18729
18730 \end_inset
18731
18732
18733 \begin_inset Note Note
18734 status collapsed
18735
18736 \begin_layout Plain Layout
18737 on parle de filets plutôt que de lignes pour les tableaux
18738 \end_layout
18739
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \begin_layout Standard
18746 Comme c'est décrit dans la section
18747 \begin_inset space ~
18748 \end_inset
18749
18750
18751 \begin_inset CommandInset ref
18752 LatexCommand ref
18753 reference "subsec:Epaisseur-filets"
18754
18755 \end_inset
18756
18757 , l'épaisseur de tous les filets d'un tableau peut être modifiée avec la
18758  variable 
18759 \series bold
18760
18761 \backslash
18762 arrayrulewidth
18763 \series default
18764 .
18765  Elle est mise à 1.5
18766 \begin_inset space \thinspace{}
18767 \end_inset
18768
18769 pt pour tous les tableaux de cette section.
18770 \begin_inset ERT
18771 status collapsed
18772
18773 \begin_layout Plain Layout
18774
18775
18776 \backslash
18777 setlength{
18778 \backslash
18779 arrayrulewidth}{1.5pt}
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Pour colorer les filets verticaux, par exemple en vert, créez le format
18789  de colonne suivant dans le préambule du document, en suivant la description
18790  de la section
18791 \begin_inset space ~
18792 \end_inset
18793
18794
18795 \begin_inset CommandInset ref
18796 LatexCommand ref
18797 reference "subsec:Formats-personnalisés"
18798
18799 \end_inset
18800
18801 :
18802 \end_layout
18803
18804 \begin_layout Standard
18805
18806 \series bold
18807
18808 \backslash
18809 newcolumntype{W}{!{
18810 \backslash
18811 color{green}
18812 \backslash
18813 vline}}
18814 \end_layout
18815
18816 \begin_layout Standard
18817 Pour le tableau
18818 \begin_inset space ~
18819 \end_inset
18820
18821
18822 \begin_inset CommandInset ref
18823 LatexCommand ref
18824 reference "tab:Tableau-filets-verticaux-colorés"
18825
18826 \end_inset
18827
18828  le paramètre \SpecialChar LaTeX
18829
18830 \series bold
18831  WcW
18832 \series default
18833  a été utilisé pour la dernière colonne et
18834 \series bold
18835  Wc
18836 \series default
18837  pour les autres colonnes.
18838 \end_layout
18839
18840 \begin_layout Standard
18841 Si vous voulez plusieurs couleurs, définissez plusieurs formats de colonne.
18842 \end_layout
18843
18844 \begin_layout Standard
18845 \begin_inset Float table
18846 placement h
18847 wide false
18848 sideways false
18849 status open
18850
18851 \begin_layout Plain Layout
18852 \begin_inset Caption Standard
18853
18854 \begin_layout Plain Layout
18855 \begin_inset CommandInset label
18856 LatexCommand label
18857 name "tab:Tableau-filets-verticaux-colorés"
18858
18859 \end_inset
18860
18861 Tableau avec filets verticaux colorés
18862 \end_layout
18863
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \begin_layout Plain Layout
18870 \align center
18871 \begin_inset Tabular
18872 <lyxtabular version="3" rows="3" columns="3">
18873 <features tabularvalignment="middle">
18874 <column alignment="center" valignment="top" special="Wc">
18875 <column alignment="center" valignment="top" special="Wc">
18876 <column alignment="center" valignment="top" special="WcW">
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 sd
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 <cell alignment="center" valignment="top" topline="true" usebox="none">
18897 \begin_inset Text
18898
18899 \begin_layout Plain Layout
18900
18901 \end_layout
18902
18903 \end_inset
18904 </cell>
18905 </row>
18906 <row>
18907 <cell alignment="center" valignment="top" topline="true" usebox="none">
18908 \begin_inset Text
18909
18910 \begin_layout Plain Layout
18911
18912 \end_layout
18913
18914 \end_inset
18915 </cell>
18916 <cell alignment="center" valignment="top" topline="true" usebox="none">
18917 \begin_inset Text
18918
18919 \begin_layout Plain Layout
18920 sd
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" topline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949
18950 \end_layout
18951
18952 \end_inset
18953 </cell>
18954 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18955 \begin_inset Text
18956
18957 \begin_layout Plain Layout
18958 sd
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 </row>
18964 </lyxtabular>
18965
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \end_inset
18972
18973
18974 \end_layout
18975
18976 \begin_layout Standard
18977 \begin_inset VSpace bigskip
18978 \end_inset
18979
18980 Pour colorer les filets horizontaux en rouge comme pour le tableau
18981 \begin_inset space ~
18982 \end_inset
18983
18984
18985 \begin_inset CommandInset ref
18986 LatexCommand ref
18987 reference "tab:Tableau-filet-horizontaux-colorés"
18988
18989 \end_inset
18990
18991 , insérez les commandes suivantes en code \SpecialChar TeX
18992  juste avant le tableau ou le
18993  flottant de tableau :
18994 \end_layout
18995
18996 \begin_layout Standard
18997
18998 \series bold
18999
19000 \backslash
19001 let
19002 \backslash
19003 myHlineC
19004 \backslash
19005 hline
19006 \begin_inset Newline newline
19007 \end_inset
19008
19009
19010 \backslash
19011 renewcommand{
19012 \backslash
19013 hline}
19014 \begin_inset Newline newline
19015 \end_inset
19016
19017
19018 \begin_inset Phantom HPhantom
19019 status open
19020
19021 \begin_layout Plain Layout
19022
19023 \series bold
19024 \begin_inset space ~
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \end_inset
19031
19032 {
19033 \backslash
19034 arrayrulecolor{red}
19035 \backslash
19036 myHlineC
19037 \backslash
19038 arrayrulecolor{black}}
19039 \end_layout
19040
19041 \begin_layout Standard
19042 \begin_inset ERT
19043 status collapsed
19044
19045 \begin_layout Plain Layout
19046
19047
19048 \backslash
19049 let
19050 \backslash
19051 myHlineC
19052 \backslash
19053 hline
19054 \end_layout
19055
19056 \begin_layout Plain Layout
19057
19058
19059 \backslash
19060 renewcommand{
19061 \backslash
19062 hline}
19063 \end_layout
19064
19065 \begin_layout Plain Layout
19066
19067  {
19068 \backslash
19069 arrayrulecolor{red}
19070 \backslash
19071 myHlineC
19072 \backslash
19073 arrayrulecolor{black}}
19074 \end_layout
19075
19076 \end_inset
19077
19078
19079 \begin_inset Float table
19080 placement h
19081 wide false
19082 sideways false
19083 status open
19084
19085 \begin_layout Plain Layout
19086 \begin_inset Caption Standard
19087
19088 \begin_layout Plain Layout
19089 \begin_inset CommandInset label
19090 LatexCommand label
19091 name "tab:Tableau-filet-horizontaux-colorés"
19092
19093 \end_inset
19094
19095 Tableau avec filets horizontaux colorés
19096 \end_layout
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \begin_layout Plain Layout
19104 \align center
19105 \begin_inset Tabular
19106 <lyxtabular version="3" rows="3" columns="3">
19107 <features tabularvalignment="middle">
19108 <column alignment="center" valignment="top">
19109 <column alignment="center" valignment="top">
19110 <column alignment="center" valignment="top">
19111 <row>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116 sd
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19131 \begin_inset Text
19132
19133 \begin_layout Plain Layout
19134
19135 \end_layout
19136
19137 \end_inset
19138 </cell>
19139 </row>
19140 <row>
19141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19142 \begin_inset Text
19143
19144 \begin_layout Plain Layout
19145
19146 \end_layout
19147
19148 \end_inset
19149 </cell>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154 sd
19155 \end_layout
19156
19157 \end_inset
19158 </cell>
19159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19189 \begin_inset Text
19190
19191 \begin_layout Plain Layout
19192 sd
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 </row>
19198 </lyxtabular>
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \end_inset
19206
19207
19208 \end_layout
19209
19210 \begin_layout Standard
19211 Pour revenir à la couleur noire implicite, insérez la commande suivante
19212  en code \SpecialChar TeX
19213 , juste après le tableau ou le flottant de tableau :
19214 \end_layout
19215
19216 \begin_layout Standard
19217
19218 \series bold
19219
19220 \backslash
19221 renewcommand{
19222 \backslash
19223 hline}{
19224 \backslash
19225 myHlineC}
19226 \end_layout
19227
19228 \begin_layout Standard
19229 Le tableau
19230 \begin_inset space ~
19231 \end_inset
19232
19233
19234 \begin_inset CommandInset ref
19235 LatexCommand ref
19236 reference "tab:Tableau-avec-filets-colorés"
19237
19238 \end_inset
19239
19240  est un exemple avec des filets horizontaux et verticaux colorés.
19241 \end_layout
19242
19243 \begin_layout Standard
19244 \begin_inset Float table
19245 placement h
19246 wide false
19247 sideways false
19248 status open
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Caption Standard
19252
19253 \begin_layout Plain Layout
19254 \begin_inset CommandInset label
19255 LatexCommand label
19256 name "tab:Tableau-avec-filets-colorés"
19257
19258 \end_inset
19259
19260 Tableau avec filets horizontaux et verticaux colorés
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Plain Layout
19269 \align center
19270 \begin_inset Tabular
19271 <lyxtabular version="3" rows="3" columns="3">
19272 <features tabularvalignment="middle">
19273 <column alignment="center" valignment="top" special="Wc">
19274 <column alignment="center" valignment="top" special="Wc">
19275 <column alignment="center" valignment="top" special="WcW">
19276 <row>
19277 <cell alignment="center" valignment="top" topline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 sd
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290
19291 \end_layout
19292
19293 \end_inset
19294 </cell>
19295 <cell alignment="center" valignment="top" topline="true" usebox="none">
19296 \begin_inset Text
19297
19298 \begin_layout Plain Layout
19299
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 </row>
19305 <row>
19306 <cell alignment="center" valignment="top" topline="true" usebox="none">
19307 \begin_inset Text
19308
19309 \begin_layout Plain Layout
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 sd
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 <cell alignment="center" valignment="top" topline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 </row>
19334 <row topspace="default">
19335 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339
19340 \end_layout
19341
19342 \end_inset
19343 </cell>
19344 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19345 \begin_inset Text
19346
19347 \begin_layout Plain Layout
19348
19349 \end_layout
19350
19351 \end_inset
19352 </cell>
19353 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357 sd
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 </lyxtabular>
19364
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \begin_layout Standard
19376 \begin_inset ERT
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380
19381
19382 \backslash
19383 renewcommand{
19384 \backslash
19385 hline}{
19386 \backslash
19387 myHlineC}
19388 \end_layout
19389
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \begin_layout Standard
19396 \begin_inset ERT
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400
19401
19402 \backslash
19403 setlength{
19404 \backslash
19405 arrayrulewidth}{0.4pt}
19406 \end_layout
19407
19408 \end_inset
19409
19410
19411 \end_layout
19412
19413 \begin_layout Section
19414 Pivotement des cellules
19415 \begin_inset CommandInset label
19416 LatexCommand label
19417 name "sec:Pivotement-des-cellules"
19418
19419 \end_inset
19420
19421
19422 \begin_inset Index idx
19423 status collapsed
19424
19425 \begin_layout Plain Layout
19426 Tableau ! Pivotement des cellules
19427 \end_layout
19428
19429 \end_inset
19430
19431
19432 \begin_inset Index idx
19433 status collapsed
19434
19435 \begin_layout Plain Layout
19436 Pivoter des objets
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \begin_layout Standard
19445 \begin_inset Note Greyedout
19446 status open
19447
19448 \begin_layout Plain Layout
19449
19450 \series bold
19451 Nota:
19452 \series default
19453  toutes les visionneuses DVI n'affichent pas les rotations.
19454 \end_layout
19455
19456 \end_inset
19457
19458
19459 \end_layout
19460
19461 \begin_layout Standard
19462 Le tableau
19463 \begin_inset space ~
19464 \end_inset
19465
19466
19467 \begin_inset CommandInset ref
19468 LatexCommand ref
19469 reference "tab:Tableau-incluant-des"
19470
19471 \end_inset
19472
19473  est un exemple dans lequel 3 cellules pivotent de 45
19474 \begin_inset space \thinspace{}
19475 \end_inset
19476
19477 °.
19478 \end_layout
19479
19480 \begin_layout Standard
19481 \begin_inset Float table
19482 placement h
19483 wide false
19484 sideways false
19485 status open
19486
19487 \begin_layout Plain Layout
19488 \begin_inset Caption Standard
19489
19490 \begin_layout Plain Layout
19491 \begin_inset CommandInset label
19492 LatexCommand label
19493 name "tab:Tableau-incluant-des"
19494
19495 \end_inset
19496
19497 Tableau incluant des cellules pivotées dans la première ligne.
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Plain Layout
19506 \noindent
19507 \align center
19508 \begin_inset Tabular
19509 <lyxtabular version="3" rows="2" columns="3">
19510 <features tabularvalignment="middle">
19511 <column alignment="center" valignment="top" width="0pt">
19512 <column alignment="center" valignment="top" width="0pt">
19513 <column alignment="center" valignment="top" width="0pt">
19514 <row>
19515 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519 soucoupes
19520 \end_layout
19521
19522 \end_inset
19523 </cell>
19524 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528 assiettes
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" rotate="45" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537 plats
19538 \end_layout
19539
19540 \end_inset
19541 </cell>
19542 </row>
19543 <row>
19544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 45
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557 33
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 21
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 </lyxtabular>
19573
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 \begin_inset Note Greyedout
19586 status open
19587
19588 \begin_layout Plain Layout
19589
19590 \series bold
19591 Nota:
19592 \series default
19593  les ruptures de ligne (raccourci 
19594 \begin_inset Info
19595 type  "shortcut"
19596 arg   "newline-insert newline"
19597 \end_inset
19598
19599 ) ne sont pas autorisées dans les cellules pivotées
19600 \end_layout
19601
19602 \end_inset
19603
19604
19605 \end_layout
19606
19607 \begin_layout Standard
19608 Si vous voulez faire pivoter des cellules avec des ruptures de ligne, il
19609  faut encapsuler le contenu de la cellule dans une minipage ou une parbox.
19610 \begin_inset Foot
19611 status collapsed
19612
19613 \begin_layout Plain Layout
19614 Pour en savoir plus sur ces boîtes, voir les sections
19615 \begin_inset space ~
19616 \end_inset
19617
19618
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "sec:Minipages"
19622
19623 \end_inset
19624
19625  et 
19626 \begin_inset CommandInset ref
19627 LatexCommand ref
19628 reference "sec:Parboxes"
19629
19630 \end_inset
19631
19632 .
19633 \end_layout
19634
19635 \end_inset
19636
19637  Si vous faites pivoter cette cellule de 90°, la largeur de la boîte est
19638  la hauteur de la cellule.
19639  Le tableau
19640 \begin_inset space ~
19641 \end_inset
19642
19643
19644 \begin_inset CommandInset ref
19645 LatexCommand ref
19646 reference "tab:Tableau-incluant-une"
19647
19648 \end_inset
19649
19650  donne un exemple d'une cellule multi-lignes où la largeur de boîte a été
19651  réglée à 3
19652 \begin_inset space \thinspace{}
19653 \end_inset
19654
19655 cm.
19656 \end_layout
19657
19658 \begin_layout Standard
19659 \begin_inset Float table
19660 placement h
19661 wide false
19662 sideways false
19663 status open
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Caption Standard
19667
19668 \begin_layout Plain Layout
19669 \begin_inset CommandInset label
19670 LatexCommand label
19671 name "tab:Tableau-incluant-une"
19672
19673 \end_inset
19674
19675 Tableau incluant une cellule multi-lignes pivotée.
19676 \end_layout
19677
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \begin_layout Plain Layout
19684 \noindent
19685 \align center
19686 \begin_inset Tabular
19687 <lyxtabular version="3" rows="2" columns="3">
19688 <features tabularvalignment="middle">
19689 <column alignment="center" valignment="top">
19690 <column alignment="center" valignment="top" width="0pt">
19691 <column alignment="center" valignment="top">
19692 <row>
19693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19694 \begin_inset Text
19695
19696 \begin_layout Plain Layout
19697 a
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rotate="90" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Box Frameless
19707 position "t"
19708 hor_pos "c"
19709 has_inner_box 1
19710 inner_pos "t"
19711 use_parbox 0
19712 use_makebox 0
19713 width "3cm"
19714 special "none"
19715 height "1in"
19716 height_special "totalheight"
19717 thickness "0.4pt"
19718 separation "3pt"
19719 shadowsize "4pt"
19720 framecolor "black"
19721 backgroundcolor "none"
19722 status open
19723
19724 \begin_layout Plain Layout
19725 cellule pivotée
19726 \begin_inset Newline newline
19727 \end_inset
19728
19729 avec saut de ligne
19730 \end_layout
19731
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 e
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 </row>
19749 <row>
19750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19751 \begin_inset Text
19752
19753 \begin_layout Plain Layout
19754 b
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 c
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 d
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 </lyxtabular>
19779
19780 \end_inset
19781
19782
19783 \end_layout
19784
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \begin_layout Section
19791 Calcul de la largeur du tableau
19792 \begin_inset CommandInset label
19793 LatexCommand label
19794 name "sec:Table-Width-Calculation"
19795
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \begin_layout Standard
19802 Pour les tableaux un peu larges il est parfois difficile de garantir que
19803  le tableau ne déborde pas dans la marge.
19804  Fixer une largeur pour chaque colonne est une solution, mais quelle est
19805  la valeur à donner à chacune?
19806 \end_layout
19807
19808 \begin_layout Standard
19809 La largeur du tableau 
19810 \begin_inset Formula $L_{\mathrm{tableau}}$
19811 \end_inset
19812
19813  peut se calculer précisément: chaque colonne contribue pour sa largeur
19814  propre 
19815 \begin_inset Formula $L_{\mathrm{colonne}}$
19816 \end_inset
19817
19818  (que le contenu est autorisé à occuper), plus deux fois la largeur de la
19819  séparation entre le contenu de la colonne et sa bordure (la longueur \SpecialChar LaTeX
19820
19821 \series bold
19822  
19823 \backslash
19824 tabcolsep
19825 \series default
19826 , implicitement 6
19827 \begin_inset space \thinspace{}
19828 \end_inset
19829
19830 pt), plus la largeur du filet de bordure (la longueur \SpecialChar LaTeX
19831  
19832 \series bold
19833
19834 \backslash
19835 arrayrulewidth
19836 \series default
19837 , implicitement 0.4
19838 \begin_inset space \thinspace{}
19839 \end_inset
19840
19841 pt).
19842  Donc si les 
19843 \begin_inset Formula $n$
19844 \end_inset
19845
19846
19847 \begin_inset space ~
19848 \end_inset
19849
19850 colonnes ont la même largeur, la largeur du tableau est
19851 \begin_inset Formula 
19852 \begin{equation}
19853 L_{\mathrm{tableau}}=n\left(L_{\mathrm{colonne}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
19854 \end{equation}
19855
19856 \end_inset
19857
19858
19859 \end_layout
19860
19861 \begin_layout Standard
19862 La largeur disponible pour placer un tableau est la distance entre les marges
19863  de la page ou la largeur de la colonne de texte (pour un document présenté
19864  sur 2 colonnes), c'est-à-dire la longueur \SpecialChar LaTeX
19865  
19866 \series bold
19867
19868 \backslash
19869 columnwidth
19870 \series default
19871 .
19872  Si toutes le colonnes ont la même largeur et que 
19873 \begin_inset Formula $L_{\mathrm{tableau}}$
19874 \end_inset
19875
19876  doit valoir 1
19877 \begin_inset space \thinspace{}
19878 \end_inset
19879
19880
19881 \backslash
19882 columnwidth, 
19883 \begin_inset Formula $L_{\mathrm{colonne}}$
19884 \end_inset
19885
19886  se calcule facilement.
19887 \end_layout
19888
19889 \begin_layout Standard
19890 Pour pouvoir faire des calculs, il faut charger le paquetage \SpecialChar LaTeX
19891  
19892 \series bold
19893 calc
19894 \series default
19895
19896 \begin_inset Index idx
19897 status collapsed
19898
19899 \begin_layout Plain Layout
19900 Paquetages \SpecialChar LaTeX
19901  ! calc
19902 \end_layout
19903
19904 \end_inset
19905
19906  dans le préambule du document.
19907  Pour fixer la largeur d'une colonne dans la fenêtre de dialogue du tableau,
19908  il faut utiliser le champ
19909 \family sans
19910  Argument \SpecialChar LaTeX
19911
19912 \family default
19913 .
19914  Le principe des commandes qui peuvent être saisies dans ce champ est celui
19915  qui est expliqué dans la section
19916 \begin_inset space ~
19917 \end_inset
19918
19919
19920 \begin_inset CommandInset ref
19921 LatexCommand ref
19922 reference "subsec:Calculs-multicolonnes"
19923
19924 \end_inset
19925
19926 .
19927  Pour un tableau avec 5 colonnes de largeur identique et un texte centré,
19928  saisir pour chaque colonne la commande
19929 \end_layout
19930
19931 \begin_layout Standard
19932
19933 \series bold
19934 >{
19935 \backslash
19936 centering}p{(1
19937 \backslash
19938 columnwidth-62.4pt)/5}
19939 \end_layout
19940
19941 \begin_layout Standard
19942 Pour un tableau avec 5 colonnes dont deux de largeur 0.75
19943 \begin_inset space ~
19944 \end_inset
19945
19946 fois celle des 3 autres, le calcul est le suivant:
19947 \end_layout
19948
19949 \begin_layout Standard
19950 \begin_inset Formula 
19951 \begin{align}
19952 \backslash\mbox{columnwidth} & =3\,L_{\mathrm{colonne}}+2\cdot0.75\,L_{\mathrm{colonne}}+\backslash\mbox{arrayrulewidth}\nonumber \\
19953  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
19954  & =4.5\,L_{\mathrm{colonne}}+62.4\,\mathrm{pt}\nonumber \\
19955 L_{\mathrm{colonne}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
19956 \end{align}
19957
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \begin_layout Standard
19964 Par conséquent, dans le tableau, la commande
19965 \end_layout
19966
19967 \begin_layout Standard
19968
19969 \series bold
19970 >{
19971 \backslash
19972 centering}p{(1
19973 \backslash
19974 columnwidth-62.4pt)/
19975 \backslash
19976 real{4.5}}
19977 \end_layout
19978
19979 \begin_layout Standard
19980 est utilisée pour les colonnes les plus larges, et la commande
19981 \end_layout
19982
19983 \begin_layout Standard
19984
19985 \series bold
19986 >{
19987 \backslash
19988 centering}p{(1
19989 \backslash
19990 columnwidth-62.4pt)/
19991 \backslash
19992 real{4.5}*
19993 \backslash
19994 real{0.75}}
19995 \end_layout
19996
19997 \begin_layout Standard
19998 est utilisée pour les plus étroites:
19999 \end_layout
20000
20001 \begin_layout Standard
20002 \begin_inset Tabular
20003 <lyxtabular version="3" rows="2" columns="5">
20004 <features tabularvalignment="middle">
20005 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20006 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20007 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20008 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
20009 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 1
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 2
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 3
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 4
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 5
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062 111111 1111111 111111 111111111 11111 11111 1111
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20068 \begin_inset Text
20069
20070 \begin_layout Plain Layout
20071
20072 \end_layout
20073
20074 \end_inset
20075 </cell>
20076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20077 \begin_inset Text
20078
20079 \begin_layout Plain Layout
20080 2222 22222 222222 222222222 2222222 22 22222
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 333333 333333 333333 33333 3333333 333
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 </lyxtabular>
20105
20106 \end_inset
20107
20108
20109 \end_layout
20110
20111 \begin_layout Section
20112 Personnalisation des tableaux
20113 \begin_inset Index idx
20114 status collapsed
20115
20116 \begin_layout Plain Layout
20117 Tableau ! Personnalisation
20118 \end_layout
20119
20120 \end_inset
20121
20122
20123 \begin_inset Index idx
20124 status collapsed
20125
20126 \begin_layout Plain Layout
20127 Personnalisation des tableaux
20128 \end_layout
20129
20130 \end_inset
20131
20132
20133 \end_layout
20134
20135 \begin_layout Subsection
20136 Espacement des lignes
20137 \begin_inset CommandInset label
20138 LatexCommand label
20139 name "subsec:Espacement-lignes"
20140
20141 \end_inset
20142
20143
20144 \begin_inset Index idx
20145 status collapsed
20146
20147 \begin_layout Plain Layout
20148 Personnalisation des tableaux ! Espacement des lignes
20149 \end_layout
20150
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \begin_layout Standard
20157 Vous pouvez ajouter de l'espace vertical entre les lignes d'un tableau avec
20158  l'onglet 
20159 \family sans
20160 Bordures
20161 \family default
20162  de la fenêtre de dialogue 
20163 \family sans
20164 Paramètres
20165 \begin_inset space ~
20166 \end_inset
20167
20168 du
20169 \begin_inset space ~
20170 \end_inset
20171
20172 tableau
20173 \family default
20174 .
20175  Vous y trouverez trois possibilités :
20176 \end_layout
20177
20178 \begin_layout Description
20179 Haut
20180 \begin_inset space ~
20181 \end_inset
20182
20183 de
20184 \begin_inset space ~
20185 \end_inset
20186
20187 ligne va ajouter de l'espace au-dessus de caractères de la ligne .
20188  Si le tableau est un tableau formel
20189 \begin_inset Foot
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193 Les tableaux formels sont décrits dans la section
20194 \begin_inset space ~
20195 \end_inset
20196
20197
20198 \begin_inset CommandInset ref
20199 LatexCommand ref
20200 reference "sec:Tableaux-Formels"
20201
20202 \end_inset
20203
20204 .
20205 \end_layout
20206
20207 \end_inset
20208
20209  \SpecialChar LyX
20210  va insérer implicitement un espace de 0.5
20211 \begin_inset space \thinspace{}
20212 \end_inset
20213
20214 em.
20215  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20216  les filets verticaux comme dans le tableau suivant :
20217 \begin_inset VSpace medskip
20218 \end_inset
20219
20220
20221 \begin_inset Newline newline
20222 \end_inset
20223
20224
20225 \begin_inset space \hspace*{}
20226 \length 0pt
20227 \end_inset
20228
20229
20230 \begin_inset space \hfill{}
20231 \end_inset
20232
20233
20234 \begin_inset Tabular
20235 <lyxtabular version="3" rows="3" columns="1">
20236 <features tabularvalignment="middle">
20237 <column alignment="center" valignment="top">
20238 <row>
20239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20240 \begin_inset Text
20241
20242 \begin_layout Plain Layout
20243 A
20244 \end_layout
20245
20246 \end_inset
20247 </cell>
20248 </row>
20249 <row topspace="3mm">
20250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20251 \begin_inset Text
20252
20253 \begin_layout Plain Layout
20254 espace de 3
20255 \begin_inset space \thinspace{}
20256 \end_inset
20257
20258 mm en haut de la ligne
20259 \end_layout
20260
20261 \end_inset
20262 </cell>
20263 </row>
20264 <row>
20265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 C
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 </row>
20275 </lyxtabular>
20276
20277 \end_inset
20278
20279
20280 \begin_inset space \hfill{}
20281 \end_inset
20282
20283
20284 \begin_inset space \hspace*{}
20285 \length 0pt
20286 \end_inset
20287
20288
20289 \begin_inset VSpace medskip
20290 \end_inset
20291
20292
20293 \begin_inset Newline newline
20294 \end_inset
20295
20296 L'insertion d'espace en haut de ligne n'a donc d'intérêt que si vous n'avez
20297  pas de filets verticaux.
20298 \end_layout
20299
20300 \begin_layout Description
20301 Bas
20302 \begin_inset space ~
20303 \end_inset
20304
20305 de
20306 \begin_inset space ~
20307 \end_inset
20308
20309 ligne va ajouter de l'espace sous les caractères de la ligne.
20310  Si le tableau est un tableau formel \SpecialChar LyX
20311  va insérer implicitement un espace
20312  de 0.5
20313 \begin_inset space \thinspace{}
20314 \end_inset
20315
20316 em, pour les tableaux normaux, l'espace implicite est de 2
20317 \begin_inset space \thinspace{}
20318 \end_inset
20319
20320 pt.
20321 \end_layout
20322
20323 \begin_layout Description
20324 Entre
20325 \begin_inset space ~
20326 \end_inset
20327
20328 les
20329 \begin_inset space ~
20330 \end_inset
20331
20332 lignes ajoute l'espace entre la ligne courante et la ligne suivante.
20333  Si le tableau est un tableau formel \SpecialChar LyX
20334  va insérer implicitement un espace
20335  de 0.5
20336 \begin_inset space \thinspace{}
20337 \end_inset
20338
20339 em.
20340  Pour les tableaux normaux, l'espace inséré va malheureusement détruire
20341  les filets verticaux comme dans le tableau suivant :
20342 \begin_inset VSpace medskip
20343 \end_inset
20344
20345
20346 \begin_inset Newline newline
20347 \end_inset
20348
20349
20350 \begin_inset space \hspace*{}
20351 \length 0pt
20352 \end_inset
20353
20354
20355 \begin_inset space \hfill{}
20356 \end_inset
20357
20358
20359 \begin_inset Tabular
20360 <lyxtabular version="3" rows="3" columns="1">
20361 <features tabularvalignment="middle">
20362 <column alignment="center" valignment="top">
20363 <row>
20364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20365 \begin_inset Text
20366
20367 \begin_layout Plain Layout
20368 A
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row interlinespace="3mm">
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379 \begin_inset Formula $\downarrow$
20380 \end_inset
20381
20382  espace de 3
20383 \begin_inset space \thinspace{}
20384 \end_inset
20385
20386 mm entre les lignes 
20387 \begin_inset Formula $\downarrow$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 <row>
20397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20398 \begin_inset Text
20399
20400 \begin_layout Plain Layout
20401 \begin_inset Formula $\uparrow$
20402 \end_inset
20403
20404  espace de 3
20405 \begin_inset space \thinspace{}
20406 \end_inset
20407
20408 mm entre les lignes 
20409 \begin_inset Formula $\uparrow$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 </lyxtabular>
20419
20420 \end_inset
20421
20422
20423 \begin_inset space \hfill{}
20424 \end_inset
20425
20426
20427 \begin_inset space \hspace*{}
20428 \length 0pt
20429 \end_inset
20430
20431
20432 \begin_inset VSpace medskip
20433 \end_inset
20434
20435
20436 \begin_inset Newline newline
20437 \end_inset
20438
20439 L'insertion d'espace entre les lignes n'a donc d'intérêt que si vous n'avez
20440  pas de filets verticaux.
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset VSpace bigskip
20445 \end_inset
20446
20447 Quand vous voulez ajouter de l'espace à toutes les cases de tous les tableaux
20448  de votre document, vous pouvez le faire en ajoutant les lignes suivantes
20449  dans le préambule :
20450 \end_layout
20451
20452 \begin_layout Standard
20453
20454 \series bold
20455
20456 \backslash
20457 @ifundefined{extrarowheight}
20458 \begin_inset Newline newline
20459 \end_inset
20460
20461
20462 \begin_inset Phantom HPhantom
20463 status open
20464
20465 \begin_layout Plain Layout
20466
20467 \series bold
20468 \begin_inset space ~
20469 \end_inset
20470
20471
20472 \end_layout
20473
20474 \end_inset
20475
20476 {
20477 \backslash
20478 usepackage{array}}{}
20479 \begin_inset Newline newline
20480 \end_inset
20481
20482
20483 \backslash
20484 setlength{
20485 \backslash
20486 extrarowheight}{height}
20487 \end_layout
20488
20489 \begin_layout Standard
20490 Mais ceci présente le défaut que le texte des cellules de tableau n'est
20491  plus exactement centré verticalement.
20492  (le paquetage 
20493 \series bold
20494 array 
20495 \series default
20496 sera chargé automatiquement par \SpecialChar LyX
20497  quand vous utilisez des formats de tableaux
20498  auto-définis.
20499  C'est pour éviter qu'il soit chargé deux fois que l'on utilise la commande
20500  
20501 \series bold
20502
20503 \backslash
20504 @ifundefined
20505 \series default
20506  dans la commande précédente.)
20507 \end_layout
20508
20509 \begin_layout Standard
20510 Si vous utilisez des polices de taille plus grande que la taille normale,
20511  les bordures des tableaux sont souvent trop proches du texte.
20512  On peut corriger ce problème en insérant la commande 
20513 \series bold
20514
20515 \begin_inset space \space{}
20516 \end_inset
20517
20518
20519 \backslash
20520 strut
20521 \series default
20522  en code \SpecialChar TeX
20523  au debut d'une ligne du tableau.
20524  Le tableau
20525 \begin_inset space ~
20526 \end_inset
20527
20528
20529 \begin_inset CommandInset ref
20530 LatexCommand ref
20531 reference "tab:Alignement-vertical"
20532
20533 \end_inset
20534
20535  montre l'effet de cette commande.
20536 \end_layout
20537
20538 \begin_layout Standard
20539 \noindent
20540 \begin_inset Float table
20541 placement h
20542 wide false
20543 sideways false
20544 status open
20545
20546 \begin_layout Plain Layout
20547 \begin_inset Caption Standard
20548
20549 \begin_layout Plain Layout
20550 \begin_inset CommandInset label
20551 LatexCommand label
20552 name "tab:Alignement-vertical"
20553
20554 \end_inset
20555
20556 Alignement vertical d'un texte avec une police de grande taille.
20557 \end_layout
20558
20559 \end_inset
20560
20561
20562 \end_layout
20563
20564 \begin_layout Plain Layout
20565 \begin_inset space \hfill{}
20566 \end_inset
20567
20568
20569 \begin_inset Float table
20570 wide false
20571 sideways false
20572 status collapsed
20573
20574 \begin_layout Plain Layout
20575 \begin_inset Caption Standard
20576
20577 \begin_layout Plain Layout
20578 Tableau normal.
20579 \end_layout
20580
20581 \end_inset
20582
20583
20584 \end_layout
20585
20586 \begin_layout Plain Layout
20587 \noindent
20588 \align center
20589 \begin_inset Tabular
20590 <lyxtabular version="3" rows="6" columns="1">
20591 <features tabularvalignment="middle">
20592 <column alignment="left" valignment="top">
20593 <row>
20594 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 Normal, g
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \size large
20611 Large
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \size larger
20624 Larger
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \size largest
20637 Largest
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \size huge
20650 Huge
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \size huge
20663 Huger
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 </lyxtabular>
20670
20671 \end_inset
20672
20673
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \begin_inset space \hfill{}
20680 \end_inset
20681
20682
20683 \begin_inset Float table
20684 wide false
20685 sideways false
20686 status collapsed
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Caption Standard
20690
20691 \begin_layout Plain Layout
20692 Tableau utilisant la commande 
20693 \series bold
20694
20695 \backslash
20696 strut
20697 \series default
20698 .
20699 \end_layout
20700
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \begin_layout Plain Layout
20707 \noindent
20708 \align center
20709 \begin_inset Tabular
20710 <lyxtabular version="3" rows="6" columns="1">
20711 <features tabularvalignment="middle">
20712 <column alignment="left" valignment="top">
20713 <row>
20714 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718 Normal, g
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 </row>
20724 <row>
20725 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20726 \begin_inset Text
20727
20728 \begin_layout Plain Layout
20729
20730 \size large
20731 \begin_inset ERT
20732 status collapsed
20733
20734 \begin_layout Plain Layout
20735
20736
20737 \backslash
20738 strut 
20739 \end_layout
20740
20741 \end_inset
20742
20743 Large
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 </row>
20749 <row>
20750 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20751 \begin_inset Text
20752
20753 \begin_layout Plain Layout
20754
20755 \size larger
20756 \begin_inset ERT
20757 status collapsed
20758
20759 \begin_layout Plain Layout
20760
20761
20762 \backslash
20763 strut 
20764 \end_layout
20765
20766 \end_inset
20767
20768 Larger
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 </row>
20774 <row>
20775 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779
20780 \size largest
20781 \begin_inset ERT
20782 status collapsed
20783
20784 \begin_layout Plain Layout
20785
20786
20787 \backslash
20788 strut 
20789 \end_layout
20790
20791 \end_inset
20792
20793 Largest
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 </row>
20799 <row>
20800 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20801 \begin_inset Text
20802
20803 \begin_layout Plain Layout
20804
20805 \size huge
20806 \begin_inset ERT
20807 status collapsed
20808
20809 \begin_layout Plain Layout
20810
20811
20812 \backslash
20813 strut 
20814 \end_layout
20815
20816 \end_inset
20817
20818 Huge
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 </row>
20824 <row>
20825 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20826 \begin_inset Text
20827
20828 \begin_layout Plain Layout
20829
20830 \size giant
20831 \begin_inset ERT
20832 status collapsed
20833
20834 \begin_layout Plain Layout
20835
20836
20837 \backslash
20838 strut 
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \size huge
20845 Huger
20846 \end_layout
20847
20848 \end_inset
20849 </cell>
20850 </row>
20851 </lyxtabular>
20852
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \end_inset
20859
20860
20861 \begin_inset space \hfill{}
20862 \end_inset
20863
20864
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Standard
20873 \begin_inset Newpage newpage
20874 \end_inset
20875
20876
20877 \end_layout
20878
20879 \begin_layout Subsection
20880 Alignements de cellules spéciaux
20881 \begin_inset CommandInset label
20882 LatexCommand label
20883 name "subsec:Alignements-de-cellules"
20884
20885 \end_inset
20886
20887
20888 \begin_inset Index idx
20889 status collapsed
20890
20891 \begin_layout Plain Layout
20892 Personnalisation des tableaux ! Alignement de cellules spéciaux
20893 \end_layout
20894
20895 \end_inset
20896
20897
20898 \end_layout
20899
20900 \begin_layout Standard
20901 On peut parfois améliorer l'aspect d'un tableau en alignant le contenu des
20902  cellules sur un caractère donné, par exemple le séparateur décimal comme
20903  dans le tableau
20904 \begin_inset space ~
20905 \end_inset
20906
20907
20908 \begin_inset CommandInset ref
20909 LatexCommand ref
20910 reference "tab:Tableau-centré-sur-séparateur-1"
20911
20912 \end_inset
20913
20914 .
20915  Cet alignement est obtenu en mettant le curseur dans la colonne et ensuite,
20916  soit en appuyant sur le bouton 
20917 \begin_inset Info
20918 type  "icon"
20919 arg   "inset-modify tabular align-decimal"
20920 \end_inset
20921
20922  de la barre d'outils ou en modifiant le paramètre 
20923 \family sans
20924 Alignement horizontal
20925 \family default
20926  à 
20927 \family sans
20928 Au séparateur décimal
20929 \family default
20930 .
20931  Le caractère sur lequel se fait l'alignement peut être choisi en le précisant
20932  dans les paramètres du tableau.
20933 \end_layout
20934
20935 \begin_layout Standard
20936 \begin_inset Float table
20937 placement h
20938 wide false
20939 sideways false
20940 status open
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Caption Standard
20944
20945 \begin_layout Plain Layout
20946 \begin_inset CommandInset label
20947 LatexCommand label
20948 name "tab:Tableau-centré-sur-séparateur-1"
20949
20950 \end_inset
20951
20952 Les cellules d'une colonnes sont centrées sur le séparateur décimal.
20953 \end_layout
20954
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \begin_layout Plain Layout
20961 \align center
20962 \begin_inset Tabular
20963 <lyxtabular version="3" rows="4" columns="1">
20964 <features booktabs="true" tabularvalignment="middle">
20965 <column alignment="decimal" decimal_point="," valignment="top" width="0pt">
20966 <row>
20967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 en-tête
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" topline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982 12,6
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 0,68
20994 \end_layout
20995
20996 \end_inset
20997 </cell>
20998 </row>
20999 <row>
21000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 -123,0
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 </row>
21010 </lyxtabular>
21011
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \end_inset
21018
21019
21020 \end_layout
21021
21022 \begin_layout Standard
21023 \begin_inset Float table
21024 placement h
21025 wide false
21026 sideways false
21027 status open
21028
21029 \begin_layout Plain Layout
21030 \begin_inset Caption Standard
21031
21032 \begin_layout Plain Layout
21033 \begin_inset CommandInset label
21034 LatexCommand label
21035 name "tab:Tableau-centré-sur-séparateur-2"
21036
21037 \end_inset
21038
21039 Les cellules d'une colonnes sont centrées sur les opérateurs.
21040 \end_layout
21041
21042 \end_inset
21043
21044
21045 \end_layout
21046
21047 \begin_layout Plain Layout
21048 \align center
21049 \begin_inset Tabular
21050 <lyxtabular version="3" rows="4" columns="2">
21051 <features booktabs="true" tabularvalignment="middle">
21052 <column alignment="right" valignment="top" width="0pt">
21053 <column alignment="left" valignment="top" width="0pt" special="@{}l">
21054 <row>
21055 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 en-tête
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \end_layout
21070
21071 \end_inset
21072 </cell>
21073 </row>
21074 <row>
21075 <cell alignment="center" valignment="top" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $12\,+$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $\,6$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105 \begin_inset Formula $0\,-$
21106 \end_inset
21107
21108
21109 \end_layout
21110
21111 \end_inset
21112 </cell>
21113 <cell alignment="center" valignment="top" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117 \begin_inset Formula $\,68$
21118 \end_inset
21119
21120
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 </row>
21126 <row>
21127 <cell alignment="center" valignment="top" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $-123\,/$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\,0$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Standard
21165 L'alignement sur un caractère ne fonctionne pas avec des formules parce
21166  que le champ utilisé pour préciser le caractère voulu n'accepte pas les
21167  formules.
21168  Dans ce cas on doit utiliser la méthode du tableau
21169 \begin_inset space ~
21170 \end_inset
21171
21172
21173 \begin_inset CommandInset ref
21174 LatexCommand ref
21175 reference "tab:Tableau-centré-sur-séparateur-2"
21176
21177 \end_inset
21178
21179 .
21180  Ce tableau a été créé comme un tableau 4×2.
21181  L'en-tête est une cellule multi-colonnes centrée.
21182  La première colonne est alignée à droite et contient la première partie
21183  et inclue l'opérateur.
21184  La seconde colonne contient le reste de la cellule aligné à gauche.
21185  Un petit espace a été ajouté au début de toutes les cellules de la deuxième
21186  colonne pour obtenir l'espace que l'on a d'habitude autour d'un opérateur.
21187  Pour éviter l'espace qui est normalement placé entre deux colonnes d'un
21188  tableau, le paramètre \SpecialChar LaTeX
21189  suivant a été utilisé pour la deuxième colonne :
21190 \end_layout
21191
21192 \begin_layout Standard
21193
21194 \series bold
21195 @{}l
21196 \end_layout
21197
21198 \begin_layout Standard
21199 Le tableau
21200 \begin_inset space ~
21201 \end_inset
21202
21203
21204 \begin_inset CommandInset ref
21205 LatexCommand ref
21206 reference "tab:Plusieurs-exemples-alignements"
21207
21208 \end_inset
21209
21210  montre quelques exemples d'alignements.
21211  Pour l'alignement sur l'opérateur de relation, un petit espace a été ajouté
21212  comme pour la deuxième colonne du tableau
21213 \begin_inset space ~
21214 \end_inset
21215
21216
21217 \begin_inset CommandInset ref
21218 LatexCommand ref
21219 reference "tab:Tableau-centré-sur-séparateur-2"
21220
21221 \end_inset
21222
21223 .
21224 \end_layout
21225
21226 \begin_layout Standard
21227 \begin_inset Float table
21228 wide false
21229 sideways false
21230 status open
21231
21232 \begin_layout Plain Layout
21233 \begin_inset Caption Standard
21234
21235 \begin_layout Plain Layout
21236 \begin_inset CommandInset label
21237 LatexCommand label
21238 name "tab:Plusieurs-exemples-alignements"
21239
21240 \end_inset
21241
21242 Plusieurs exemples d'alignement de cellules.
21243 \end_layout
21244
21245 \end_inset
21246
21247
21248 \end_layout
21249
21250 \begin_layout Plain Layout
21251 \align center
21252 \begin_inset Tabular
21253 <lyxtabular version="3" rows="4" columns="6">
21254 <features tabularvalignment="middle">
21255 <column alignment="right" valignment="top">
21256 <column alignment="left" valignment="top" special="@{}l">
21257 <column alignment="right" valignment="top">
21258 <column alignment="left" valignment="top" special="@{}l">
21259 <column alignment="right" valignment="top">
21260 <column alignment="left" valignment="top" special="@{}l">
21261 <row>
21262 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 unités
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 exposants
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293
21294 \end_layout
21295
21296 \end_inset
21297 </cell>
21298 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302 relations
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 </row>
21317 <row>
21318 <cell alignment="center" valignment="top" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 12×
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 24
21332 \begin_inset space \thinspace{}
21333 \end_inset
21334
21335 bouteilles
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $10\cdot$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 \begin_inset Formula $10^{\mbox{-}17}$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\Gamma(t)\propto$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Formula $\:\Upsilon(t)$
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 </row>
21389 <row>
21390 <cell alignment="center" valignment="top" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 1024×
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 768
21404 \begin_inset space \thinspace{}
21405 \end_inset
21406
21407 Pixels
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Formula $5.78\cdot$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428 \begin_inset Formula $10^{7}$
21429 \end_inset
21430
21431
21432 \end_layout
21433
21434 \end_inset
21435 </cell>
21436 <cell alignment="center" valignment="top" usebox="none">
21437 \begin_inset Text
21438
21439 \begin_layout Plain Layout
21440 \begin_inset Formula $A\ne$
21441 \end_inset
21442
21443
21444 \end_layout
21445
21446 \end_inset
21447 </cell>
21448 <cell alignment="center" valignment="top" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452 \begin_inset Formula $\:B_{\mathrm{red}}$
21453 \end_inset
21454
21455
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 </row>
21461 <row>
21462 <cell alignment="center" valignment="top" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 32×
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21472 \begin_inset Text
21473
21474 \begin_layout Plain Layout
21475 6
21476 \begin_inset space \thinspace{}
21477 \end_inset
21478
21479 cm
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 -
21489 \begin_inset Formula $33.5\cdot$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $10^{4}$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 <cell alignment="center" valignment="top" usebox="none">
21510 \begin_inset Text
21511
21512 \begin_layout Plain Layout
21513 \begin_inset Formula $\sin(\alpha)\ge$
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Formula $\:\sin(\beta)$
21526 \end_inset
21527
21528
21529 \end_layout
21530
21531 \end_inset
21532 </cell>
21533 </row>
21534 </lyxtabular>
21535
21536 \end_inset
21537
21538
21539 \end_layout
21540
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \begin_layout Subsection
21547 Formats de cellule et de colonne personnalisés
21548 \begin_inset CommandInset label
21549 LatexCommand label
21550 name "subsec:Formats-personnalisés"
21551
21552 \end_inset
21553
21554
21555 \begin_inset Index idx
21556 status collapsed
21557
21558 \begin_layout Plain Layout
21559 Personnalisation des tableaux !  Format de cellule/colonne
21560 \end_layout
21561
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \begin_layout Standard
21568 Calculer la largeur nécessaire pour colonnes normales comme dans la section
21569 \begin_inset space ~
21570 \end_inset
21571
21572
21573 \begin_inset CommandInset ref
21574 LatexCommand ref
21575 reference "sec:Table-Width-Calculation"
21576
21577 \end_inset
21578
21579  et pour des colonnes couvertes par un cellule multi-colonnes comme dans
21580  la section
21581 \begin_inset space ~
21582 \end_inset
21583
21584
21585 \begin_inset CommandInset ref
21586 LatexCommand ref
21587 reference "subsec:Calculs-multicolonnes"
21588
21589 \end_inset
21590
21591  peut devenir très pénible si vous avez plusieurs tableaux.
21592  Pour vous rendre la vie plus facile, vous pouvez définir dans le préambule
21593  un format de cellule/colonne, qui puisse être utilisé dans tous les tableaux
21594  du document.
21595  Le format est défini avec la commande
21596 \end_layout
21597
21598 \begin_layout Standard
21599
21600 \series bold
21601
21602 \backslash
21603 newcolumntype{nom du format}[nombre d'arguments]{commandes}
21604 \end_layout
21605
21606 \begin_layout Standard
21607 Le nom du format peut n'avoir qu'une lettre.
21608  Les lettres 
21609 \emph on
21610 b
21611 \emph default
21612
21613 \emph on
21614 c
21615 \emph default
21616
21617 \emph on
21618 l
21619 \emph default
21620
21621 \emph on
21622 m
21623 \emph default
21624
21625 \emph on
21626 p
21627 \emph default
21628  et 
21629 \emph on
21630 r
21631 \emph default
21632  sont prédéfinies et donc ne peuvent être utilisées.
21633  Mais toutes les lettres de l'alphabet sont autorisées en majuscules.
21634 \end_layout
21635
21636 \begin_layout Standard
21637 \begin_inset VSpace medskip
21638 \end_inset
21639
21640
21641 \end_layout
21642
21643 \begin_layout Standard
21644 Pour de cellules multi-colonnes centrées verticalement et horizontalement
21645  avec une largeur donnée, vous pouvez définir le format de cellule suivant
21646  :
21647 \end_layout
21648
21649 \begin_layout Standard
21650
21651 \series bold
21652
21653 \backslash
21654 newcolumntype{M}[1]{>{
21655 \backslash
21656 centering
21657 \backslash
21658 hspace{0pt}}m{#1}}
21659 \end_layout
21660
21661 \begin_layout Standard
21662 Où le 
21663 \series bold
21664
21665 \backslash
21666 hspace{0pt}
21667 \series default
21668  évite le problème de césure du premier mot, comme c'est décrit en section
21669 \begin_inset space ~
21670 \end_inset
21671
21672
21673 \begin_inset CommandInset ref
21674 LatexCommand ref
21675 reference "subsec:Lignes-multiple-dans-cellule"
21676
21677 \end_inset
21678
21679 .
21680  Ensuite, vous pouvez entrer
21681 \end_layout
21682
21683 \begin_layout Standard
21684
21685 \series bold
21686 M{width}
21687 \end_layout
21688
21689 \begin_layout Standard
21690 comme paramètre \SpecialChar LaTeX
21691  dans la fenêtre de dialogue de tableau pour créer une multi-col
21692 onnes.
21693 \end_layout
21694
21695 \begin_layout Standard
21696 \begin_inset VSpace bigskip
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \begin_layout Standard
21703 Pour les cellules qui sont couvertes par la cellule multi-colonnes, vous
21704  pouvez définir le format
21705 \end_layout
21706
21707 \begin_layout Standard
21708
21709 \series bold
21710
21711 \backslash
21712 newcolumntype{S}[2]{>{
21713 \backslash
21714 centering
21715 \backslash
21716 hspace{0pt}}
21717 \begin_inset Newline newline
21718 \end_inset
21719
21720
21721 \begin_inset Phantom HPhantom
21722 status open
21723
21724 \begin_layout Plain Layout
21725
21726 \series bold
21727
21728 \backslash
21729 newcolumntype{S}[2]
21730 \end_layout
21731
21732 \end_inset
21733
21734 m{(#1+(2
21735 \backslash
21736 tabcolsep+
21737 \backslash
21738 arrayrulewidth)*(1-#2))/#2}}
21739 \end_layout
21740
21741 \begin_layout Standard
21742 Ce format utilise l'équation
21743 \begin_inset space ~
21744 \end_inset
21745
21746
21747 \begin_inset CommandInset ref
21748 LatexCommand eqref
21749 reference "eq:Wgn"
21750
21751 \end_inset
21752
21753  pour calculer la largeur que doit avoir chacune des cellules couverte par
21754  la cellule multi-colonnes pour qu'elles aient toutes la même largeur.
21755 \end_layout
21756
21757 \begin_layout Standard
21758 Ensuite, vous pouvez entrer
21759 \end_layout
21760
21761 \begin_layout Standard
21762
21763 \series bold
21764 S{largeur de la cellule multi-colonnes}{nombre de colonnes couvertes}
21765 \end_layout
21766
21767 \begin_layout Standard
21768 comme paramètre \SpecialChar LaTeX
21769  de la colonne.
21770 \end_layout
21771
21772 \begin_layout Standard
21773 \begin_inset VSpace bigskip
21774 \end_inset
21775
21776
21777 \end_layout
21778
21779 \begin_layout Standard
21780 Pour des colonnes colorées, vous pouvez définir
21781 \end_layout
21782
21783 \begin_layout Standard
21784
21785 \series bold
21786
21787 \backslash
21788 newcolumntype{K}[1]{>{
21789 \backslash
21790 columncolor{#1}
21791 \backslash
21792 hspace{0pt}}c}
21793 \end_layout
21794
21795 \begin_layout Standard
21796 Le 
21797 \begin_inset Quotes fld
21798 \end_inset
21799
21800 c
21801 \begin_inset Quotes frd
21802 \end_inset
21803
21804  à la fin crée une colonne de largeur variable dont le texte est centré
21805  horizontalement.
21806  Vous pouvez maintenant entrer
21807 \end_layout
21808
21809 \begin_layout Standard
21810
21811 \series bold
21812 K{nom de couleur}
21813 \end_layout
21814
21815 \begin_layout Standard
21816 comme paramètre \SpecialChar LaTeX
21817 .
21818 \end_layout
21819
21820 \begin_layout Standard
21821 \begin_inset VSpace bigskip
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \begin_layout Standard
21828 Pour créer le tableau
21829 \begin_inset space ~
21830 \end_inset
21831
21832
21833 \begin_inset CommandInset ref
21834 LatexCommand ref
21835 reference "tab:Tableau-formats-personnalisés"
21836
21837 \end_inset
21838
21839  utilisez les paramètres \SpecialChar LaTeX
21840
21841 \end_layout
21842
21843 \begin_layout Standard
21844
21845 \series bold
21846 M{2.5cm}
21847 \end_layout
21848
21849 \begin_layout Standard
21850 pour la première colonne et la multi-colonnes,
21851 \end_layout
21852
21853 \begin_layout Standard
21854
21855 \series bold
21856 K{red}
21857 \end_layout
21858
21859 \begin_layout Standard
21860 pour la dernière colonne, et
21861 \end_layout
21862
21863 \begin_layout Standard
21864
21865 \series bold
21866 S{2.5cm}{2}
21867 \end_layout
21868
21869 \begin_layout Standard
21870 pour les cellules de la deuxième colonne.
21871 \end_layout
21872
21873 \begin_layout Standard
21874 \begin_inset Float table
21875 placement h
21876 wide false
21877 sideways false
21878 status open
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Caption Standard
21882
21883 \begin_layout Plain Layout
21884 \begin_inset CommandInset label
21885 LatexCommand label
21886 name "tab:Tableau-formats-personnalisés"
21887
21888 \end_inset
21889
21890 Tableau utilisant des formats personnalisés
21891 \end_layout
21892
21893 \end_inset
21894
21895
21896 \end_layout
21897
21898 \begin_layout Plain Layout
21899 \align center
21900 \begin_inset Tabular
21901 <lyxtabular version="3" rows="3" columns="4">
21902 <features tabularvalignment="middle">
21903 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
21904 <column alignment="center" valignment="middle" special="S{2.5cm}{2}">
21905 <column alignment="center" valignment="middle">
21906 <column alignment="center" valignment="middle" special="K{red}">
21907 <row>
21908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21909 \begin_inset Text
21910
21911 \begin_layout Plain Layout
21912 motTrèsLongDansUneCellule
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 multi-colonnes avec multi-lignes
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="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 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 d
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 e
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
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" rightline="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 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 h
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 i
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 j
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 k
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 </lyxtabular>
22022
22023 \end_inset
22024
22025
22026 \end_layout
22027
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \begin_layout Subsection
22034 Épaisseur des filets
22035 \begin_inset CommandInset label
22036 LatexCommand label
22037 name "subsec:Epaisseur-filets"
22038
22039 \end_inset
22040
22041
22042 \begin_inset Index idx
22043 status collapsed
22044
22045 \begin_layout Plain Layout
22046 Personnalisation des tableaux ! Épaisseur filets
22047 \end_layout
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 L'épaisseur de tous les filets d'un tableau peut être modifiée avec la variable
22056  
22057 \series bold
22058
22059 \backslash
22060 arrayrulewidth
22061 \series default
22062 .
22063  Pour mettre, par exemple, une épaisseur de filet de 1.5
22064 \begin_inset space \thinspace{}
22065 \end_inset
22066
22067 pt, comme pour le tableau
22068 \begin_inset space ~
22069 \end_inset
22070
22071
22072 \begin_inset CommandInset ref
22073 LatexCommand ref
22074 reference "tab:Tableau-filets-1.5pt"
22075
22076 \end_inset
22077
22078 , insérez la commande
22079 \end_layout
22080
22081 \begin_layout Standard
22082
22083 \series bold
22084
22085 \backslash
22086 setlength{
22087 \backslash
22088 arrayrulewidth}{1.5pt}
22089 \end_layout
22090
22091 \begin_layout Standard
22092 en code \SpecialChar TeX
22093  avant le tableau ou le flottant de tableau.
22094  La nouvelle épaisseur de filet reste valable pour tous les tableaux qui
22095  suivent.
22096  pour revenir aux valeurs implicites, mettez 
22097 \series bold
22098
22099 \backslash
22100 arrayrulewidth
22101 \series default
22102  à 0.4
22103 \begin_inset space \thinspace{}
22104 \end_inset
22105
22106 pt en utilisant du code \SpecialChar LaTeX
22107  après le tableau ou le flottant de tableau.
22108 \end_layout
22109
22110 \begin_layout Standard
22111 \begin_inset ERT
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115
22116
22117 \backslash
22118 setlength{
22119 \backslash
22120 arrayrulewidth}{1.5pt}
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \begin_inset Float table
22127 wide false
22128 sideways false
22129 status open
22130
22131 \begin_layout Plain Layout
22132 \begin_inset Caption Standard
22133
22134 \begin_layout Plain Layout
22135 \begin_inset CommandInset label
22136 LatexCommand label
22137 name "tab:Tableau-filets-1.5pt"
22138
22139 \end_inset
22140
22141 Tableau avec des filets de 1.5
22142 \begin_inset space \thinspace{}
22143 \end_inset
22144
22145 pt
22146 \end_layout
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Plain Layout
22154 \align center
22155 \begin_inset Tabular
22156 <lyxtabular version="3" rows="3" columns="3">
22157 <features tabularvalignment="middle">
22158 <column alignment="center" valignment="top">
22159 <column alignment="center" valignment="top">
22160 <column alignment="center" valignment="top">
22161 <row>
22162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 sd
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22172 \begin_inset Text
22173
22174 \begin_layout Plain Layout
22175
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 </row>
22190 <row>
22191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 sd
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224
22225 \end_layout
22226
22227 \end_inset
22228 </cell>
22229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 sd
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 </lyxtabular>
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \begin_inset ERT
22259 status collapsed
22260
22261 \begin_layout Plain Layout
22262
22263
22264 \backslash
22265 setlength{
22266 \backslash
22267 arrayrulewidth}{0.4pt}
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 \begin_inset VSpace bigskip
22277 \end_inset
22278
22279 Pour que seuls les filets horizontaux aient une épaisseur de 1.5
22280 \begin_inset space \thinspace{}
22281 \end_inset
22282
22283 pt, comme dans le tableau
22284 \begin_inset space ~
22285 \end_inset
22286
22287
22288 \begin_inset CommandInset ref
22289 LatexCommand ref
22290 reference "tab:Tableau-filets-horizontaux-1.5pt"
22291
22292 \end_inset
22293
22294 , insérez les commandes suivantes en code \SpecialChar TeX
22295  avant le tableau ou le flottant
22296  de tableau :
22297 \end_layout
22298
22299 \begin_layout Standard
22300
22301 \series bold
22302
22303 \backslash
22304 let
22305 \backslash
22306 myHline
22307 \backslash
22308 hline
22309 \begin_inset Newline newline
22310 \end_inset
22311
22312
22313 \backslash
22314 renewcommand{
22315 \backslash
22316 hline}
22317 \begin_inset Newline newline
22318 \end_inset
22319
22320  {
22321 \backslash
22322 noalign{
22323 \backslash
22324 global
22325 \backslash
22326 arrayrulewidth 1.5pt}
22327 \begin_inset Newline newline
22328 \end_inset
22329
22330  
22331 \backslash
22332 myHline
22333 \backslash
22334 noalign{
22335 \backslash
22336 global
22337 \backslash
22338 arrayrulewidth 0.4pt}}
22339 \end_layout
22340
22341 \begin_layout Standard
22342 Pour revenir à l'épaisseur de filet implicite, insérez les commandes suivantes
22343  en code \SpecialChar TeX
22344  après le tableau ou le flottant de tableau :
22345 \end_layout
22346
22347 \begin_layout Standard
22348
22349 \series bold
22350
22351 \backslash
22352 renewcommand{
22353 \backslash
22354 hline}{
22355 \backslash
22356 myHline}
22357 \end_layout
22358
22359 \begin_layout Standard
22360 \begin_inset ERT
22361 status collapsed
22362
22363 \begin_layout Plain Layout
22364
22365
22366 \backslash
22367 let
22368 \backslash
22369 myHline
22370 \backslash
22371 hline
22372 \end_layout
22373
22374 \begin_layout Plain Layout
22375
22376
22377 \backslash
22378 renewcommand{
22379 \backslash
22380 hline}
22381 \end_layout
22382
22383 \begin_layout Plain Layout
22384
22385  {
22386 \backslash
22387 noalign{
22388 \backslash
22389 global
22390 \backslash
22391 arrayrulewidth 1.5pt}
22392 \end_layout
22393
22394 \begin_layout Plain Layout
22395
22396   
22397 \backslash
22398 myHline
22399 \backslash
22400 noalign{
22401 \backslash
22402 global
22403 \backslash
22404 arrayrulewidth 0.4pt}}
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \begin_inset Float table
22411 wide false
22412 sideways false
22413 status open
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Caption Standard
22417
22418 \begin_layout Plain Layout
22419 \begin_inset CommandInset label
22420 LatexCommand label
22421 name "tab:Tableau-filets-horizontaux-1.5pt"
22422
22423 \end_inset
22424
22425 Tableau avec des filets horizontaux de 1.5
22426 \begin_inset space \thinspace{}
22427 \end_inset
22428
22429 pt
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Plain Layout
22438 \align center
22439 \begin_inset Tabular
22440 <lyxtabular version="3" rows="3" columns="3">
22441 <features tabularvalignment="middle">
22442 <column alignment="center" valignment="top">
22443 <column alignment="center" valignment="top">
22444 <column alignment="center" valignment="top">
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 sd
22451 \end_layout
22452
22453 \end_inset
22454 </cell>
22455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 </row>
22474 <row>
22475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22476 \begin_inset Text
22477
22478 \begin_layout Plain Layout
22479
22480 \end_layout
22481
22482 \end_inset
22483 </cell>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 sd
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 sd
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 </row>
22532 </lyxtabular>
22533
22534 \end_inset
22535
22536
22537 \end_layout
22538
22539 \end_inset
22540
22541
22542 \begin_inset ERT
22543 status collapsed
22544
22545 \begin_layout Plain Layout
22546
22547
22548 \backslash
22549 renewcommand{
22550 \backslash
22551 hline}{
22552 \backslash
22553 myHline}
22554 \end_layout
22555
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \begin_layout Standard
22562 \begin_inset VSpace bigskip
22563 \end_inset
22564
22565 Pour que seuls les filets verticaux aient une épaisseur de 1.5
22566 \begin_inset space \thinspace{}
22567 \end_inset
22568
22569 pt, créez le format de colonne suivant dans le préambule, en suivant la
22570  description de la section
22571 \begin_inset space ~
22572 \end_inset
22573
22574
22575 \begin_inset CommandInset ref
22576 LatexCommand ref
22577 reference "subsec:Formats-personnalisés"
22578
22579 \end_inset
22580
22581 :
22582 \end_layout
22583
22584 \begin_layout Standard
22585
22586 \series bold
22587
22588 \backslash
22589 newcolumntype{V}{!{
22590 \backslash
22591 vrule width 1.5pt}}
22592 \end_layout
22593
22594 \begin_layout Standard
22595 Pour le tableau
22596 \begin_inset space ~
22597 \end_inset
22598
22599
22600 \begin_inset CommandInset ref
22601 LatexCommand ref
22602 reference "tab:Tableau-filets-verticaux-1.5pt"
22603
22604 \end_inset
22605
22606  le paramètre \SpecialChar LaTeX
22607  
22608 \end_layout
22609
22610 \begin_layout Standard
22611
22612 \series bold
22613 VcV
22614 \end_layout
22615
22616 \begin_layout Standard
22617 a été utilisé pour la dernière colonne et
22618 \end_layout
22619
22620 \begin_layout Standard
22621
22622 \series bold
22623 Vc
22624 \end_layout
22625
22626 \begin_layout Standard
22627 pour les autres colonnes.
22628 \end_layout
22629
22630 \begin_layout Standard
22631 \begin_inset Float table
22632 wide false
22633 sideways false
22634 status open
22635
22636 \begin_layout Plain Layout
22637 \begin_inset Caption Standard
22638
22639 \begin_layout Plain Layout
22640 \begin_inset CommandInset label
22641 LatexCommand label
22642 name "tab:Tableau-filets-verticaux-1.5pt"
22643
22644 \end_inset
22645
22646 Tableau avec des filets verticaux de 1.5
22647 \begin_inset space \thinspace{}
22648 \end_inset
22649
22650 pt 
22651 \end_layout
22652
22653 \end_inset
22654
22655
22656 \end_layout
22657
22658 \begin_layout Plain Layout
22659 \align center
22660 \begin_inset Tabular
22661 <lyxtabular version="3" rows="3" columns="3">
22662 <features tabularvalignment="middle">
22663 <column alignment="center" valignment="top" special="Vc">
22664 <column alignment="center" valignment="top" special="Vc">
22665 <column alignment="center" valignment="top" special="VcV">
22666 <row>
22667 <cell alignment="center" valignment="top" topline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 sd
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" topline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 sd
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 </row>
22724 <row>
22725 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747 sd
22748 \end_layout
22749
22750 \end_inset
22751 </cell>
22752 </row>
22753 </lyxtabular>
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \begin_layout Subsection
22766 Filets à traits interrompus
22767 \begin_inset Index idx
22768 status collapsed
22769
22770 \begin_layout Plain Layout
22771 Personnalisation des tableaux ! Filets à traits interrompus
22772 \end_layout
22773
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \begin_layout Standard
22780 \begin_inset ERT
22781 status collapsed
22782
22783 \begin_layout Plain Layout
22784
22785
22786 \backslash
22787 ifarydshln
22788 \end_layout
22789
22790 \end_inset
22791
22792
22793 \begin_inset Note Note
22794 status open
22795
22796 \begin_layout Plain Layout
22797 La section suivante ne s'affichera que si vous avez installé le paquetage
22798  \SpecialChar LaTeX
22799  
22800 \series bold
22801 arydshln
22802 \series default
22803 .
22804 \end_layout
22805
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \begin_layout Standard
22812 \begin_inset Float table
22813 placement H
22814 wide false
22815 sideways false
22816 status open
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Caption Standard
22820
22821 \begin_layout Plain Layout
22822 \begin_inset CommandInset label
22823 LatexCommand label
22824 name "tab:Tableau-filets-tirets"
22825
22826 \end_inset
22827
22828 Tableau avec des filets à traits interrompus
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \begin_layout Plain Layout
22837 \align center
22838 \begin_inset Tabular
22839 <lyxtabular version="3" rows="5" columns="5">
22840 <features tabularvalignment="middle">
22841 <column alignment="center" valignment="top">
22842 <column alignment="center" valignment="top">
22843 <column alignment="center" valignment="top" special=":c">
22844 <column alignment="center" valignment="top">
22845 <column alignment="center" valignment="top">
22846 <row>
22847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 a
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860 b
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 c
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878 d
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887 e
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 </row>
22893 <row>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 f
22899 \end_layout
22900
22901 \end_inset
22902 </cell>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907 g
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 <cell alignment="center" valignment="top" topline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 h
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 i
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 j
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 </row>
22940 <row>
22941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945 \begin_inset ERT
22946 status collapsed
22947
22948 \begin_layout Plain Layout
22949
22950
22951 \backslash
22952 hdashline 
22953 \end_layout
22954
22955 \end_inset
22956
22957 k
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 l
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 m
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 n
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 o
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 <row>
23000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004 \begin_inset ERT
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008
23009
23010 \backslash
23011 cdashline{4-5}
23012 \end_layout
23013
23014 \end_inset
23015
23016 p
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 q
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034 r
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 s
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 </row>
23058 <row>
23059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 t
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 u
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 v
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 w
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 x
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 </lyxtabular>
23106
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \begin_layout Standard
23118 \SpecialChar LyX
23119  ne gère pas de façon native les filets à lignes interrompues, vous devez
23120  donc employer du code \SpecialChar TeX
23121 .
23122  Mais avant il faut charger le paquetage \SpecialChar LaTeX
23123  
23124 \series bold
23125 arydshln
23126 \series default
23127
23128 \begin_inset Index idx
23129 status collapsed
23130
23131 \begin_layout Plain Layout
23132 Paquetages \SpecialChar LaTeX
23133  ! arydshln
23134 \end_layout
23135
23136 \end_inset
23137
23138  dans le préambule du document avec la commande 
23139 \end_layout
23140
23141 \begin_layout Standard
23142
23143 \series bold
23144
23145 \backslash
23146 usepackage{arydshln}
23147 \end_layout
23148
23149 \begin_layout Standard
23150 Pour faire un filet vertical avec un trait interrompu, mettez deux points
23151  
23152 \begin_inset Quotes fld
23153 \end_inset
23154
23155 :
23156 \begin_inset Quotes frd
23157 \end_inset
23158
23159  avec le caractère décrivant l'alignement horizontal comme paramètre \SpecialChar LaTeX
23160  dans
23161  la fenêtre de dialogue de paramètre du tableau.
23162 \end_layout
23163
23164 \begin_layout Standard
23165 Pour un trait horizontal interrompu, ajoutez la commande
23166 \end_layout
23167
23168 \begin_layout Standard
23169
23170 \series bold
23171
23172 \backslash
23173 hdashline
23174 \end_layout
23175
23176 \begin_layout Standard
23177 en code \SpecialChar TeX
23178  comme premier élément de la première cellule de la ligne de tableau.
23179 \end_layout
23180
23181 \begin_layout Standard
23182 Pour des filets interrompus avec des cellules multi-colonnes, utilisez la
23183  commande 
23184 \end_layout
23185
23186 \begin_layout Standard
23187
23188 \series bold
23189
23190 \backslash
23191 cdashline{
23192 \series default
23193 numéros de colonnes}
23194 \end_layout
23195
23196 \begin_layout Standard
23197 en code \SpecialChar TeX
23198  comme premier élément de la première cellule de la ligne.
23199  Si par exemple, vous avez une cellule multi-colonnes qui couvre les colonnes
23200  2 à 4 et que vous voulez un filet interrompu au dessus, ajoutez la commande
23201 \end_layout
23202
23203 \begin_layout Standard
23204
23205 \series bold
23206
23207 \backslash
23208 cdashline{2-4}
23209 \end_layout
23210
23211 \begin_layout Standard
23212 comme premier élément de la première cellule de la ligne contenant la multi-colo
23213 nnes.
23214 \end_layout
23215
23216 \begin_layout Standard
23217 \begin_inset VSpace bigskip
23218 \end_inset
23219
23220
23221 \end_layout
23222
23223 \begin_layout Standard
23224 Le tableau
23225 \begin_inset space ~
23226 \end_inset
23227
23228
23229 \begin_inset CommandInset ref
23230 LatexCommand ref
23231 reference "tab:Tableau-filets-tirets"
23232
23233 \end_inset
23234
23235  a été créé en utilisant 
23236 \begin_inset Quotes fld
23237 \end_inset
23238
23239
23240 \series bold
23241 :c
23242 \series default
23243
23244 \begin_inset Quotes frd
23245 \end_inset
23246
23247  comme paramètre \SpecialChar LaTeX
23248  pour la troisième colonne.
23249  La commande en code \SpecialChar TeX
23250  
23251 \series bold
23252
23253 \backslash
23254 hdashline
23255 \series default
23256  a été insérée dans la première cellule de la troisième ligne et la commande
23257  en code \SpecialChar TeX
23258  
23259 \series bold
23260
23261 \backslash
23262 cdashline{4-5}
23263 \series default
23264  a été insérée dans la première cellule de la quatrième ligne.
23265 \end_layout
23266
23267 \begin_layout Standard
23268 \begin_inset VSpace bigskip
23269 \end_inset
23270
23271 Les filets interrompus peuvent également colorés comme indiqué tableau
23272 \begin_inset space ~
23273 \end_inset
23274
23275
23276 \begin_inset CommandInset ref
23277 LatexCommand ref
23278 reference "tab:Colored-table-with"
23279
23280 \end_inset
23281
23282 .
23283 \end_layout
23284
23285 \begin_layout Standard
23286 \begin_inset ERT
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290
23291
23292 \backslash
23293 setlength{
23294 \backslash
23295 arrayrulewidth}{1pt}
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \begin_inset Note Note
23302 status collapsed
23303
23304 \begin_layout Plain Layout
23305 filets épaissis pour un meilleur affichage de la couleur du file
23306 \lang english
23307 t
23308 \end_layout
23309
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \begin_layout Standard
23316 \begin_inset ERT
23317 status collapsed
23318
23319 \begin_layout Plain Layout
23320
23321
23322 \backslash
23323 dashgapcolor{green}
23324 \end_layout
23325
23326 \end_inset
23327
23328
23329 \begin_inset Note Note
23330 status collapsed
23331
23332 \begin_layout Plain Layout
23333 espaces entre les tirets en vert
23334 \end_layout
23335
23336 \end_inset
23337
23338
23339 \end_layout
23340
23341 \begin_layout Standard
23342 \begin_inset ERT
23343 status collapsed
23344
23345 \begin_layout Plain Layout
23346
23347
23348 \backslash
23349 let
23350 \backslash
23351 myHdashline
23352 \backslash
23353 hdashline
23354 \end_layout
23355
23356 \begin_layout Plain Layout
23357
23358
23359 \backslash
23360 renewcommand{
23361 \backslash
23362 hdashline}
23363 \end_layout
23364
23365 \begin_layout Plain Layout
23366
23367  {
23368 \backslash
23369 arrayrulecolor{red}
23370 \backslash
23371 myHdashline
23372 \backslash
23373 arrayrulecolor{black}}
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \begin_inset Note Note
23380 status collapsed
23381
23382 \begin_layout Plain Layout
23383 filets interrompus horizontaux en rouge
23384 \end_layout
23385
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \begin_layout Standard
23392 \begin_inset ERT
23393 status collapsed
23394
23395 \begin_layout Plain Layout
23396
23397
23398 \backslash
23399 let
23400 \backslash
23401 myCdashline
23402 \backslash
23403 cdashline
23404 \end_layout
23405
23406 \begin_layout Plain Layout
23407
23408
23409 \backslash
23410 renewcommand{
23411 \backslash
23412 cdashline}[1]
23413 \end_layout
23414
23415 \begin_layout Plain Layout
23416
23417  {
23418 \backslash
23419 arrayrulecolor{yellow}
23420 \backslash
23421 myCdashline{#1}
23422 \backslash
23423 arrayrulecolor{black}}
23424 \end_layout
23425
23426 \end_inset
23427
23428
23429 \begin_inset Note Note
23430 status collapsed
23431
23432 \begin_layout Plain Layout
23433 filets interrompus horizontaux en jaune, partiellement
23434 \end_layout
23435
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \begin_layout Standard
23442 \begin_inset Float table
23443 placement h
23444 wide false
23445 sideways false
23446 status open
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Caption Standard
23450
23451 \begin_layout Plain Layout
23452 \begin_inset CommandInset label
23453 LatexCommand label
23454 name "tab:Colored-table-with"
23455
23456 \end_inset
23457
23458 Tableau coloré avec filets interropus
23459 \end_layout
23460
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \begin_layout Plain Layout
23467 \align center
23468 \begin_inset Tabular
23469 <lyxtabular version="3" rows="5" columns="5">
23470 <features tabularvalignment="middle">
23471 <column alignment="center" valignment="top" width="0pt" special=">{\columncolor{vertfonce}\centering}c">
23472 <column alignment="center" valignment="top" width="0pt">
23473 <column alignment="center" valignment="top" width="0pt" special=":c">
23474 <column alignment="center" valignment="top">
23475 <column alignment="center" valignment="top">
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 a
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 b
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 <cell alignment="center" valignment="top" topline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499 c
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508 d
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 e
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 f
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 <cell alignment="center" valignment="top" topline="true" usebox="none">
23534 \begin_inset Text
23535
23536 \begin_layout Plain Layout
23537 g
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 h
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 i
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 j
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 </row>
23570 <row>
23571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575 \begin_inset ERT
23576 status collapsed
23577
23578 \begin_layout Plain Layout
23579
23580
23581 \backslash
23582 hdashline 
23583 \end_layout
23584
23585 \end_inset
23586
23587
23588 \begin_inset ERT
23589 status collapsed
23590
23591 \begin_layout Plain Layout
23592
23593
23594 \backslash
23595 rowcolor{Gray}
23596 \end_layout
23597
23598 \end_inset
23599
23600 k
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 l
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 m
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 n
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636 o
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset ERT
23648 status collapsed
23649
23650 \begin_layout Plain Layout
23651
23652
23653 \backslash
23654 cdashline{4-5}
23655 \end_layout
23656
23657 \end_inset
23658
23659 p
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 q
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 r
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686 s
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 </row>
23701 <row>
23702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23703 \begin_inset Text
23704
23705 \begin_layout Plain Layout
23706 t
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715 u
23716 \end_layout
23717
23718 \end_inset
23719 </cell>
23720 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 v
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 w
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 \begin_inset ERT
23743 status collapsed
23744
23745 \begin_layout Plain Layout
23746
23747
23748 \backslash
23749 cellcolor{Maroon}
23750 \end_layout
23751
23752 \end_inset
23753
23754 i
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 </row>
23760 </lyxtabular>
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \end_inset
23768
23769
23770 \end_layout
23771
23772 \begin_layout Standard
23773 \begin_inset ERT
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777
23778
23779 \backslash
23780 renewcommand{
23781 \backslash
23782 hdashline}{
23783 \backslash
23784 myHdashline}
23785 \end_layout
23786
23787 \end_inset
23788
23789
23790 \lang english
23791
23792 \begin_inset Note Note
23793 status collapsed
23794
23795 \begin_layout Plain Layout
23796 retour à la valeur implicite
23797 \end_layout
23798
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \begin_layout Standard
23805 \begin_inset ERT
23806 status collapsed
23807
23808 \begin_layout Plain Layout
23809
23810
23811 \backslash
23812 renewcommand{
23813 \backslash
23814 cdashline}{
23815 \backslash
23816 myCdashline}
23817 \end_layout
23818
23819 \end_inset
23820
23821
23822 \lang english
23823
23824 \begin_inset Note Note
23825 status collapsed
23826
23827 \begin_layout Plain Layout
23828 retour à la valeur implicite
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \begin_layout Standard
23837 \begin_inset ERT
23838 status collapsed
23839
23840 \begin_layout Plain Layout
23841
23842
23843 \backslash
23844 nodashgapcolor
23845 \end_layout
23846
23847 \end_inset
23848
23849
23850 \lang english
23851
23852 \begin_inset Note Note
23853 status collapsed
23854
23855 \begin_layout Plain Layout
23856 retour à la valeur implicite
23857 \end_layout
23858
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \begin_layout Standard
23865 \begin_inset ERT
23866 status collapsed
23867
23868 \begin_layout Plain Layout
23869
23870
23871 \backslash
23872 setlength{
23873 \backslash
23874 arrayrulewidth}{0.4pt}
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \lang english
23881
23882 \begin_inset Note Note
23883 status collapsed
23884
23885 \begin_layout Plain Layout
23886 retour à la valeur implicite
23887 \end_layout
23888
23889 \end_inset
23890
23891
23892 \end_layout
23893
23894 \begin_layout Standard
23895 La coloration des lignes, des colonnes et des filets fonctionne comme il
23896  est décrit section
23897 \begin_inset space ~
23898 \end_inset
23899
23900
23901 \begin_inset CommandInset ref
23902 LatexCommand ref
23903 reference "sec:Tableaux-Colorés"
23904
23905 \end_inset
23906
23907 .
23908  Coloret les filets horizontaux fonctionne de manière analogue comme il
23909  est décrit ici, il suffit de remplacer la commande 
23910 \series bold
23911
23912 \backslash
23913 myHlineC
23914 \series default
23915  par 
23916 \series bold
23917
23918 \backslash
23919 myHdashline
23920 \series default
23921  et la commande 
23922 \backslash
23923
23924 \series bold
23925 hlinepar
23926 \series default
23927  
23928 \series bold
23929
23930 \backslash
23931 hdashline
23932 \series default
23933 .
23934  On utilise donc les commandes:
23935 \end_layout
23936
23937 \begin_layout Standard
23938
23939 \series bold
23940
23941 \backslash
23942 let
23943 \backslash
23944 myHdashline
23945 \backslash
23946 hdashline
23947 \begin_inset Newline newline
23948 \end_inset
23949
23950
23951 \backslash
23952 renewcommand{
23953 \backslash
23954 hdashline}
23955 \begin_inset Newline newline
23956 \end_inset
23957
23958
23959 \begin_inset Phantom HPhantom
23960 status open
23961
23962 \begin_layout Plain Layout
23963 \begin_inset space ~
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970
23971 {
23972 \backslash
23973 arrayrulecolor{red}
23974 \backslash
23975 myHdashline
23976 \backslash
23977 arrayrulecolor{black}}
23978 \end_layout
23979
23980 \begin_layout Standard
23981 Pour colorer 
23982 \series bold
23983
23984 \backslash
23985 cdashline
23986 \series default
23987 , la commande est:
23988 \end_layout
23989
23990 \begin_layout Standard
23991
23992 \series bold
23993
23994 \backslash
23995 let
23996 \backslash
23997 myCdashline
23998 \backslash
23999 cdashline
24000 \begin_inset Newline newline
24001 \end_inset
24002
24003
24004 \backslash
24005 renewcommand{
24006 \backslash
24007 cdashline}[1]
24008 \begin_inset Newline newline
24009 \end_inset
24010
24011
24012 \begin_inset Phantom HPhantom
24013 status open
24014
24015 \begin_layout Plain Layout
24016 \begin_inset space ~
24017 \end_inset
24018
24019
24020 \end_layout
24021
24022 \end_inset
24023
24024 {
24025 \backslash
24026 arrayrulecolor{red}
24027 \backslash
24028 myCdashline{#1}
24029 \backslash
24030 arrayrulecolor{black}}
24031 \end_layout
24032
24033 \begin_layout Standard
24034 Pour revenir à un filet noir, il faut insérer les commandes suivantes en
24035  code \SpecialChar TeX
24036  après le tableau,
24037 \end_layout
24038
24039 \begin_layout Standard
24040 pour 
24041 \series bold
24042
24043 \backslash
24044 hdashline:
24045 \end_layout
24046
24047 \begin_layout Standard
24048
24049 \series bold
24050
24051 \backslash
24052 renewcommand{
24053 \backslash
24054 hdashline}{
24055 \backslash
24056 myHdashline}
24057 \end_layout
24058
24059 \begin_layout Standard
24060 et pour 
24061 \series bold
24062
24063 \backslash
24064 cdashline
24065 \end_layout
24066
24067 \begin_layout Standard
24068
24069 \series bold
24070
24071 \backslash
24072 renewcommand{
24073 \backslash
24074 cdashline}{
24075 \backslash
24076 myCdashline}
24077 \end_layout
24078
24079 \begin_layout Standard
24080 Pour colorer les espaces entre les tirets la commande
24081 \end_layout
24082
24083 \begin_layout Standard
24084
24085 \series bold
24086
24087 \backslash
24088 dashgapcolor{couleur}
24089 \end_layout
24090
24091 \begin_layout Standard
24092 peut être insérée en code \SpecialChar TeX
24093  avant un tableau.
24094  
24095 \series bold
24096 couleur
24097 \series default
24098  est ici le nom d'une couleur définie précédemment.
24099  La commande
24100 \end_layout
24101
24102 \begin_layout Standard
24103
24104 \series bold
24105
24106 \backslash
24107 nodashgapcolor
24108 \end_layout
24109
24110 \begin_layout Standard
24111 annule les changements induits par 
24112 \series bold
24113
24114 \backslash
24115 dashgapcolor
24116 \series default
24117 .
24118 \end_layout
24119
24120 \begin_layout Standard
24121 \begin_inset Note Greyedout
24122 status open
24123
24124 \begin_layout Plain Layout
24125
24126 \series bold
24127 Not
24128 \series default
24129 a: s'il y a plusieurs commandes dans une cellule, Il faut placer la commande
24130  de 
24131 \series bold
24132 arydshln
24133 \series default
24134  en premier.
24135  Donc dans la cellule 
24136 \emph on
24137 k
24138 \emph default
24139  du tableau
24140 \begin_inset space ~
24141 \end_inset
24142
24143
24144 \begin_inset CommandInset ref
24145 LatexCommand ref
24146 reference "tab:Colored-table-with"
24147
24148 \end_inset
24149
24150  , la commande 
24151 \series bold
24152
24153 \backslash
24154 hdashline
24155 \series default
24156  est placée avant 
24157 \series bold
24158
24159 \backslash
24160 rowcolor
24161 \series default
24162 .
24163 \end_layout
24164
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset Note Greyedout
24172 status open
24173
24174 \begin_layout Plain Layout
24175
24176 \series bold
24177 Nota:
24178 \series default
24179  le paquetage \SpecialChar LaTeX
24180  
24181 \series bold
24182 arydshln
24183 \series default
24184  doit être chargé dans le préambule 
24185 \emph on
24186 avant
24187 \emph default
24188  le paquetage 
24189 \series bold
24190 colortbl
24191 \series default
24192
24193 \begin_inset Index idx
24194 status collapsed
24195
24196 \begin_layout Plain Layout
24197 Paquetages \SpecialChar LaTeX
24198  ! colortbl
24199 \end_layout
24200
24201 \end_inset
24202
24203 .
24204 \end_layout
24205
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \begin_layout Standard
24212 \begin_inset ERT
24213 status collapsed
24214
24215 \begin_layout Plain Layout
24216
24217
24218 \backslash
24219 else
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \begin_inset Note Note
24226 status open
24227
24228 \begin_layout Plain Layout
24229 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
24230  
24231 \series bold
24232 arydshln
24233 \series default
24234  n'est pas installé :
24235 \end_layout
24236
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \begin_layout Standard
24243 Vous devez installer le paquetage \SpecialChar LaTeX
24244  
24245 \series bold
24246 arydshln
24247 \series default
24248  pour voir le contenu des cette section dans la sortie imprimée.
24249 \end_layout
24250
24251 \begin_layout Standard
24252 \begin_inset ERT
24253 status collapsed
24254
24255 \begin_layout Plain Layout
24256
24257
24258 \backslash
24259 fi
24260 \end_layout
24261
24262 \end_inset
24263
24264
24265 \end_layout
24266
24267 \begin_layout Standard
24268 Pour les détails concernant les filets colorés, voir la documentation du
24269  paquetage 
24270 \series bold
24271 arydshln
24272 \series default
24273
24274 \begin_inset CommandInset citation
24275 LatexCommand cite
24276 key "arydshln"
24277
24278 \end_inset
24279
24280 .
24281 \end_layout
24282
24283 \begin_layout Chapter
24284 Flottants
24285 \begin_inset CommandInset label
24286 LatexCommand label
24287 name "chap:Flottants"
24288
24289 \end_inset
24290
24291
24292 \begin_inset Index idx
24293 status collapsed
24294
24295 \begin_layout Plain Layout
24296 Flottants
24297 \end_layout
24298
24299 \end_inset
24300
24301
24302 \end_layout
24303
24304 \begin_layout Section
24305 Introduction
24306 \begin_inset CommandInset label
24307 LatexCommand label
24308 name "sec:Flottants-Introduction"
24309
24310 \end_inset
24311
24312
24313 \begin_inset Index idx
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317 Flottants ! Introduction
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 Un flottant est une portion de document, qui peut être associé à une étiquette
24327  et dont la position n'est pas fixée.
24328  Il peut 
24329 \begin_inset Quotes fld
24330 \end_inset
24331
24332 flotter
24333 \begin_inset Quotes frd
24334 \end_inset
24335
24336  d'une page ou deux en avant ou en arrière, pour trouver l'emplacement le
24337  plus approprié.
24338  Les 
24339 \family sans
24340 Notes
24341 \begin_inset space ~
24342 \end_inset
24343
24344 en
24345 \begin_inset space ~
24346 \end_inset
24347
24348 Bas
24349 \begin_inset space ~
24350 \end_inset
24351
24352 de
24353 \begin_inset space ~
24354 \end_inset
24355
24356 Page
24357 \family default
24358  et le 
24359 \family sans
24360 Notes
24361 \begin_inset space ~
24362 \end_inset
24363
24364 en
24365 \begin_inset space ~
24366 \end_inset
24367
24368 Marge
24369 \family default
24370  sont par exemple aussi des flottants, puisqu'elles peuvent se retrouver
24371  sur la page suivante quand il y a trop de notes sur la page courante.
24372 \end_layout
24373
24374 \begin_layout Standard
24375 Grâce aux flottants, on peut obtenir automatiquement une mise en page de
24376  très grande qualité.
24377  Les images et les tableaux peuvent être répartis sur plusieurs pages pour
24378  éviter des lignes blanches ou des pages sans texte.
24379  Comme le fait d'utiliser un flottant supprime la liaison entre le texte
24380  et le tableau ou l'image, on va pouvoir faire référence au flottant dans
24381  le texte.
24382  Les flottants sont donc numérotés.
24383  Les références croisées sont décrites dans la section
24384 \begin_inset space ~
24385 \end_inset
24386
24387
24388 \begin_inset CommandInset ref
24389 LatexCommand ref
24390 reference "sec:Referencer-les-Flottants"
24391
24392 \end_inset
24393
24394 .
24395 \end_layout
24396
24397 \begin_layout Standard
24398 Pour insérer un flottant, on utilise un des sous menus du menu 
24399 \family sans
24400 Insertion\SpecialChar menuseparator
24401 Flottant
24402 \family default
24403  (barre d'outils 
24404 \begin_inset Info
24405 type  "icon"
24406 arg   "float-insert figure"
24407 \end_inset
24408
24409  ou 
24410 \begin_inset Info
24411 type  "icon"
24412 arg   "float-insert table"
24413 \end_inset
24414
24415 ).
24416  Une boîte va être insérée dans votre document avec par exemple une étiquette
24417  du genre 
24418 \begin_inset Quotes fld
24419 \end_inset
24420
24421 Figure
24422 \begin_inset space ~
24423 \end_inset
24424
24425 #:
24426 \begin_inset Quotes frd
24427 \end_inset
24428
24429  (où # est un numéro).
24430  L'étiquette est automatiquement traduite dans la langue du document dans
24431  la sortie finale.
24432  Après l'étiquette vous pouvez insérer du texte comme légende.
24433  L'image ou le tableau est inséré avant ou après la légende dans un paragraphe
24434  séparé, à l'intérieur du flottant.
24435  Vous trouverez plus de détails sur le positionnement des légendes dans
24436  la section
24437 \begin_inset space ~
24438 \end_inset
24439
24440
24441 \begin_inset CommandInset ref
24442 LatexCommand ref
24443 reference "sec:Placement-légende"
24444
24445 \end_inset
24446
24447 .
24448  Pour améliorer la lisibilité de votre document dans \SpecialChar LyX
24449 , vous pouvez fermer
24450  ou ouvrir la boîte de votre flottant en cliquant avec le bouton de gauche
24451  sur la boîte grise qui se trouve en haut à gauche de celui-ci.
24452  Une boîte de flottant fermée ressemble à ceci : 
24453 \begin_inset Graphics
24454         filename clipart/floatQt4.png
24455         scale 60
24456
24457 \end_inset
24458
24459  – une case grise avec un texte rouge.
24460 \end_layout
24461
24462 \begin_layout Standard
24463 Il est recommandé d'insérer les flottants comme des paragraphes séparés
24464  pour éviter des erreurs avec \SpecialChar LaTeX
24465 , quand le texte qui entoure le flottant est
24466  formaté de façon particulière.
24467 \end_layout
24468
24469 \begin_layout Section
24470 Les types de flottants
24471 \end_layout
24472
24473 \begin_layout Standard
24474 En plus des flottants de figures et de tableau qui sont décrits respectivement
24475  dans les sections
24476 \begin_inset space ~
24477 \end_inset
24478
24479
24480 \begin_inset CommandInset ref
24481 LatexCommand ref
24482 reference "sec:Figure-Floats"
24483
24484 \end_inset
24485
24486  et 
24487 \begin_inset CommandInset ref
24488 LatexCommand ref
24489 reference "sec:Table-Floats"
24490
24491 \end_inset
24492
24493 , \SpecialChar LyX
24494  offre aussi les types 
24495 \family sans
24496 Algorithme
24497 \family default
24498  et 
24499 \family sans
24500 Enrobage
24501 \family default
24502 .
24503  Ces derniers sont expliques dans la section
24504 \begin_inset space \thinspace{}
24505 \end_inset
24506
24507
24508 \begin_inset CommandInset ref
24509 LatexCommand ref
24510 reference "sec:Flottant-d'enrobage"
24511
24512 \end_inset
24513
24514 .
24515 \end_layout
24516
24517 \begin_layout Subsection
24518 Flottant d'algorithme
24519 \begin_inset Index idx
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 Flottants ! Algorithmes
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 \begin_inset Float algorithm
24533 placement h
24534 wide false
24535 sideways false
24536 status open
24537
24538 \begin_layout Plain Layout
24539 \begin_inset Caption Standard
24540
24541 \begin_layout Plain Layout
24542 \begin_inset CommandInset label
24543 LatexCommand label
24544 name "alg:Exemple-Flottant-Algorithme"
24545
24546 \end_inset
24547
24548 Exemple de flottant d'algorithme
24549 \end_layout
24550
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \begin_layout LyX-Code
24557 for I in 1..N loop
24558 \begin_inset Newline newline
24559 \end_inset
24560
24561  Sum:= Sum + A(I); /*comment*/
24562 \begin_inset Newline newline
24563 \end_inset
24564
24565 end loop
24566 \begin_inset VSpace -4mm
24567 \end_inset
24568
24569
24570 \end_layout
24571
24572 \end_inset
24573
24574
24575 \end_layout
24576
24577 \begin_layout Standard
24578 Ce type de flottant est inséré à l'aide du menu 
24579 \family sans
24580 Insertion\SpecialChar menuseparator
24581 Flottant\SpecialChar menuseparator
24582 Algorithme
24583 \family default
24584 .
24585  Il peut être utilisé pour des morceaux de code source ou des descriptions
24586  d'algorithmes et peut être utilisé comme une alternative au listing de
24587  code source qui est décrit au chapitre
24588 \begin_inset space ~
24589 \end_inset
24590
24591
24592 \begin_inset CommandInset ref
24593 LatexCommand ref
24594 reference "cha:Program-Code-Listings"
24595
24596 \end_inset
24597
24598 .
24599  Vous pouvez par exemple utiliser l'environnement Code
24600 \begin_inset space ~
24601 \end_inset
24602
24603 \SpecialChar LyX
24604  qui est décrit dans le 
24605 \emph on
24606 Guide
24607 \emph default
24608
24609 \begin_inset space ~
24610 \end_inset
24611
24612
24613 \emph on
24614 de
24615 \begin_inset space ~
24616 \end_inset
24617
24618 l'Utilisateur
24619 \emph default
24620  de \SpecialChar LyX
24621 .
24622  l'algorithme
24623 \begin_inset space ~
24624 \end_inset
24625
24626
24627 \begin_inset CommandInset ref
24628 LatexCommand ref
24629 reference "alg:Exemple-Flottant-Algorithme"
24630
24631 \end_inset
24632
24633  est un exemple de flottant d'algorithme où un espace vertical de -4
24634 \begin_inset space \thinspace{}
24635 \end_inset
24636
24637 mm a été ajouté à la fin du flottant pour que la ligne du bas du flottant
24638  soit placée exactement sous le texte de la dernière ligne.
24639 \end_layout
24640
24641 \begin_layout Standard
24642 L'étiquette de ce flottant n'est pas automatiquement traduite dans la langue
24643  du document.
24644  Si votre document n'est pas en anglais, vous devez le faire vous-même manuellem
24645 ent en ajoutant la ligne suivante dans le préambule de votre document :
24646 \end_layout
24647
24648 \begin_layout Standard
24649
24650 \series bold
24651
24652 \backslash
24653 floatname{algorithm}{votre
24654 \begin_inset space ~
24655 \end_inset
24656
24657 nom}
24658 \end_layout
24659
24660 \begin_layout Standard
24661
24662 \family sans
24663  votre
24664 \begin_inset space ~
24665 \end_inset
24666
24667 nom
24668 \family default
24669  est le mot 
24670 \begin_inset Quotes fld
24671 \end_inset
24672
24673
24674 \emph on
24675 algorithme
24676 \emph default
24677
24678 \begin_inset Quotes frd
24679 \end_inset
24680
24681  dans votre langue.
24682 \end_layout
24683
24684 \begin_layout Standard
24685 Pour insérer la liste des algorithmes, vous pouvez utiliser le menu 
24686 \family sans
24687 Insertion\SpecialChar menuseparator
24688 Listes
24689 \begin_inset space ~
24690 \end_inset
24691
24692 &
24693 \begin_inset space ~
24694 \end_inset
24695
24696 TdM\SpecialChar menuseparator
24697 Liste
24698 \begin_inset space ~
24699 \end_inset
24700
24701 des
24702 \begin_inset space ~
24703 \end_inset
24704
24705 algorithmes
24706 \family default
24707  si votre document est en la même langue que les menus de \SpecialChar LyX
24708 .
24709  Pour les documents qui ne sont pas en anglais, utilisez la commande suivante
24710  en code \SpecialChar TeX
24711  à la place:
24712 \end_layout
24713
24714 \begin_layout Standard
24715
24716 \series bold
24717
24718 \backslash
24719 listof{algorithm}{votre
24720 \begin_inset space ~
24721 \end_inset
24722
24723 nom}
24724 \end_layout
24725
24726 \begin_layout Standard
24727 où 
24728 \family sans
24729 votre
24730 \begin_inset space ~
24731 \end_inset
24732
24733 nom
24734 \family default
24735  est la traduction de 
24736 \begin_inset Quotes fld
24737 \end_inset
24738
24739
24740 \emph on
24741 List of Algorithm
24742 \emph default
24743 s
24744 \begin_inset Quotes frd
24745 \end_inset
24746
24747  dans votre langue.
24748 \end_layout
24749
24750 \begin_layout Standard
24751 Les flottants d'algorithme ne sont pas numérotés implicitement en suivant
24752  le schéma 
24753 \begin_inset Quotes fld
24754 \end_inset
24755
24756 chapitre.algorithme
24757 \begin_inset Quotes frd
24758 \end_inset
24759
24760  comme c'est le cas pour les tableaux dans plusieurs classes de documents.
24761  Pour numéroter les flottants d'algorithme dans ce schéma, ajoutez cette
24762  commande dans le préambule de votre document :
24763 \end_layout
24764
24765 \begin_layout Standard
24766
24767 \series bold
24768
24769 \backslash
24770 numberwithin{algorithm}{chapter}
24771 \end_layout
24772
24773 \begin_layout Standard
24774 Pour pouvoir utiliser la commande 
24775 \series bold
24776
24777 \backslash
24778 numberwithin
24779 \series default
24780 , activez l'option 
24781 \family sans
24782 Utiliser
24783 \begin_inset space ~
24784 \end_inset
24785
24786 le
24787 \begin_inset space ~
24788 \end_inset
24789
24790 paquetage
24791 \begin_inset space ~
24792 \end_inset
24793
24794 AMS
24795 \begin_inset space ~
24796 \end_inset
24797
24798 math
24799 \family default
24800  dans la rubrique 
24801 \family sans
24802 Options
24803 \begin_inset space ~
24804 \end_inset
24805
24806 des
24807 \begin_inset space ~
24808 \end_inset
24809
24810 Maths
24811 \family default
24812  de la fenêtre de dialogue 
24813 \family sans
24814 Paramètres
24815 \begin_inset space ~
24816 \end_inset
24817
24818 du
24819 \begin_inset space ~
24820 \end_inset
24821
24822 Document
24823 \family default
24824 .
24825 \end_layout
24826
24827 \begin_layout Section
24828 Numérotation des flottants
24829 \begin_inset Index idx
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833 Flottants ! Numérotation
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \begin_layout Standard
24842 Les flottant sont soit numérotés indépendamment des sections dans lesquelles
24843  ils se trouvent, soit en utilisant un format du genre 
24844 \begin_inset Quotes fld
24845 \end_inset
24846
24847 chapitre.numéro
24848 \begin_inset Quotes frd
24849 \end_inset
24850
24851  ou 
24852 \begin_inset Quotes fld
24853 \end_inset
24854
24855 section.numéro
24856 \begin_inset Quotes frd
24857 \end_inset
24858
24859 .
24860  Cela dépend de la classe de document utilisée.
24861 \end_layout
24862
24863 \begin_layout Standard
24864 Pour changer le format de la numérotation qui ne dépend pas de la section
24865  dans laquelle on se trouve, on peut utiliser la commande suivante dans
24866  le préambule du document :
24867 \end_layout
24868
24869 \begin_layout Standard
24870
24871 \series bold
24872
24873 \backslash
24874 renewcommand{
24875 \backslash
24876 thetable}{
24877 \backslash
24878 roman{table}}
24879 \end_layout
24880
24881 \begin_layout Standard
24882
24883 \series bold
24884
24885 \backslash
24886 thetable
24887 \series default
24888  est la commande qui imprime le numéro du tableau, pour les figures, la
24889  commande serait 
24890 \series bold
24891
24892 \backslash
24893 thefigure
24894 \series default
24895 .
24896  La commande 
24897 \series bold
24898
24899 \backslash
24900 roman
24901 \series default
24902  utilisée dans la commande précédente, imprime le numéro du tableau sous
24903  forme de petits chiffres romains.
24904 \end_layout
24905
24906 \begin_layout Standard
24907 Pour changer le type de numérotation pour par exemple 
24908 \begin_inset Quotes fld
24909 \end_inset
24910
24911 sous-section.numéro
24912 \begin_inset Quotes frd
24913 \end_inset
24914
24915 , utilisez la commande suivante dans le préambule du document :
24916 \end_layout
24917
24918 \begin_layout Standard
24919
24920 \series bold
24921
24922 \backslash
24923 numberwithin{table}{subsection}
24924 \end_layout
24925
24926 \begin_layout Standard
24927 Pour pouvoir utiliser la commande 
24928 \series bold
24929
24930 \backslash
24931 numberwithin
24932 \series default
24933 , vous devez activer l'option 
24934 \family sans
24935 Utiliser
24936 \begin_inset space ~
24937 \end_inset
24938
24939 le
24940 \begin_inset space ~
24941 \end_inset
24942
24943 paquetage
24944 \begin_inset space ~
24945 \end_inset
24946
24947 maths
24948 \begin_inset space ~
24949 \end_inset
24950
24951 AMS
24952 \family default
24953  dans la rubrique 
24954 \family sans
24955 Options
24956 \begin_inset space ~
24957 \end_inset
24958
24959 des
24960 \begin_inset space ~
24961 \end_inset
24962
24963 Maths
24964 \family default
24965  de la fenêtre de dialogue 
24966 \family sans
24967 Paramètres
24968 \family default
24969  du document.
24970 \end_layout
24971
24972 \begin_layout Standard
24973 Veuillez aussi jeter un coup d'œil à la section
24974 \begin_inset space ~
24975 \end_inset
24976
24977
24978 \begin_inset CommandInset ref
24979 LatexCommand ref
24980 reference "subsec:Numerotation-notes-bas-de-page"
24981
24982 \end_inset
24983
24984  pour plus de détails et des notes importantes sur les commandes de numérotation.
24985 \end_layout
24986
24987 \begin_layout Section
24988 Faire référence à des flottants
24989 \begin_inset CommandInset label
24990 LatexCommand label
24991 name "sec:Referencer-les-Flottants"
24992
24993 \end_inset
24994
24995
24996 \begin_inset Index idx
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 Flottants ! Références
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \begin_inset Index idx
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 References@Références ! à des Flottants 
25011 \end_layout
25012
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \begin_layout Standard
25019 Pour faire référence à un flottant, insérez une étiquette dans sa légende
25020  en utilisant le menu 
25021 \family sans
25022 Insertion\SpecialChar menuseparator
25023 Étiquette
25024 \family default
25025  ou le bouton 
25026 \begin_inset Info
25027 type  "icon"
25028 arg   "label-insert"
25029 \end_inset
25030
25031  de la barre d'outils.
25032  Une boîte grise de ce genre : 
25033 \begin_inset Graphics
25034         filename clipart/labelQt4.png
25035         lyxscale 85
25036         scale 85
25037         scaleBeforeRotation
25038
25039 \end_inset
25040
25041  sera insérée et la fenêtre de l'étiquette s'ouvrira pour vous permettre
25042  de saisir le texte de l'étiquette.
25043  \SpecialChar LyX
25044  propose comme texte pour l'étiquette les premiers mots de la légendes
25045  précédés d'un préfixe.
25046  Ce préfixe dépend du type de flottant, par exemple, pour une figure le
25047  préfixe sera 
25048 \begin_inset Quotes fld
25049 \end_inset
25050
25051
25052 \family sans
25053 fig:
25054 \family default
25055
25056 \begin_inset Quotes frd
25057 \end_inset
25058
25059 .
25060 \end_layout
25061
25062 \begin_layout Standard
25063 L'étiquette sert à la fois de point d'ancrage et de nom pour la référence.
25064  Vous pouvez faire référence à cette étiquette en utilisant le menu 
25065 \family sans
25066 Insertion\SpecialChar menuseparator
25067 Référence
25068 \begin_inset space ~
25069 \end_inset
25070
25071 Croisée
25072 \family default
25073  ou le bouton 
25074 \begin_inset Info
25075 type  "icon"
25076 arg   "dialog-show-new-inset ref"
25077 \end_inset
25078
25079  de la barre d'outils.
25080  La fenêtre de référence croisée va s'ouvrir et montrer toutes les étiquettes
25081  définies dans votre document.
25082  Si vous avez plusieurs documents \SpecialChar LyX
25083  ouverts, vous pouvez choisir celui que
25084  vous voulez utiliser avec la liste déroulante qui se trouve en haut de
25085  la fenêtre de dialogue.
25086  Vous pouvez trier les étiquettes par ordre alphabétique et ensuite en choisir
25087  une.
25088  Une boîte grise de référence croisée comme celle-ci : 
25089 \begin_inset Graphics
25090         filename ../clipart/referenceQt4.png
25091         scale 85
25092         scaleBeforeRotation
25093
25094 \end_inset
25095
25096  va être insérée.
25097  Dans la sortie imprimée, le numéro du flottant apparaîtra à la position
25098  de la référence croisée.
25099 \end_layout
25100
25101 \begin_layout Standard
25102 Il est recommandé d'utiliser une espace insécable entre le nom d'une référence
25103  croisée et son numéro pour éviter un saut de ligne peu esthétique entre
25104  les deux.
25105  Si une référence croisées fait référence à une étiquette qui n'existe pas,
25106  vous verrez deux points d'interrogation dans la sortie imprimée à la place
25107  du numéro de la référence.
25108 \end_layout
25109
25110 \begin_layout Standard
25111 Vous pouvez modifier une étiquette à tout moment en cliquant sur sa boîte.
25112  Les références vers l'étiquette modifiée seront mise à jour automatiquement
25113  pour tenir compte du nouveau texte de l'étiquette, de sorte que vous n'avez
25114  pas à vous en préoccuper.
25115 \end_layout
25116
25117 \begin_layout Standard
25118 Le bouton 
25119 \family sans
25120 Aller
25121 \begin_inset space ~
25122 \end_inset
25123
25124 à
25125 \begin_inset space ~
25126 \end_inset
25127
25128 l'étiquette
25129 \family default
25130  dans la fenêtre de référence croisée va positionner le curseur juste devant
25131  l'étiquette à laquelle on fait référence.
25132  Le nom du bouton bouton 
25133 \family sans
25134 Revenir
25135 \family default
25136  et vous pouvez l'utiliser pour remettre le curseur sur la référence croisée.
25137 \end_layout
25138
25139 \begin_layout Subsection
25140 Formats de références croisées
25141 \begin_inset CommandInset label
25142 LatexCommand label
25143 name "subsec:Formats-Références-Croisées"
25144
25145 \end_inset
25146
25147
25148 \begin_inset Index idx
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152 References@Références ! Formats
25153 \end_layout
25154
25155 \end_inset
25156
25157
25158 \end_layout
25159
25160 \begin_layout Standard
25161 Il y a six types de références croisées :
25162 \end_layout
25163
25164 \begin_layout Description
25165 <référence>
25166 \begin_inset space ~
25167 \end_inset
25168
25169 : affiche le numéro de l'élément, c'est le choix implicite : 
25170 \begin_inset CommandInset ref
25171 LatexCommand ref
25172 reference "fig:Deux-images-déformées"
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Description
25180 (<référence>)
25181 \begin_inset space ~
25182 \end_inset
25183
25184 : affiche le numéro de l'élément entre parenthèses, c'est le style utilisé
25185  normalement pour faire référence à des formules mathématiques, en particulier
25186  quand le mot 
25187 \begin_inset Quotes fld
25188 \end_inset
25189
25190 Équation
25191 \begin_inset Quotes frd
25192 \end_inset
25193
25194  est omis : 
25195 \begin_inset CommandInset ref
25196 LatexCommand eqref
25197 reference "eq:Wgn"
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Description
25205 <page>
25206 \begin_inset space ~
25207 \end_inset
25208
25209 : affiche le numéro de la page sur laquelle se trouve l'élément: Page
25210 \begin_inset space ~
25211 \end_inset
25212
25213
25214 \begin_inset CommandInset ref
25215 LatexCommand pageref
25216 reference "fig:Deux-images-déformées"
25217
25218 \end_inset
25219
25220
25221 \end_layout
25222
25223 \begin_layout Description
25224 Sur
25225 \begin_inset space ~
25226 \end_inset
25227
25228 la
25229 \begin_inset space ~
25230 \end_inset
25231
25232 page
25233 \begin_inset space ~
25234 \end_inset
25235
25236 <page>
25237 \begin_inset space ~
25238 \end_inset
25239
25240 : affiche le mot 
25241 \begin_inset Quotes fld
25242 \end_inset
25243
25244 page
25245 \begin_inset Quotes frd
25246 \end_inset
25247
25248  suivi du numéro de la page sur laquelle se trouve l'élément : 
25249 \begin_inset CommandInset ref
25250 LatexCommand vpageref
25251 reference "fig:Deux-images-déformées"
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Description
25259 <référence>
25260 \begin_inset space ~
25261 \end_inset
25262
25263 page
25264 \begin_inset space ~
25265 \end_inset
25266
25267 <page>
25268 \begin_inset space ~
25269 \end_inset
25270
25271 : affiche le numéro de l'élément, le mot 
25272 \begin_inset Quotes fld
25273 \end_inset
25274
25275 page
25276 \begin_inset Quotes frd
25277 \end_inset
25278
25279  et le numéro de la page : 
25280 \begin_inset CommandInset ref
25281 LatexCommand vref
25282 reference "fig:Deux-images-déformées"
25283
25284 \end_inset
25285
25286
25287 \end_layout
25288
25289 \begin_layout Description
25290 Référence
25291 \begin_inset space ~
25292 \end_inset
25293
25294 mise
25295 \begin_inset space ~
25296 \end_inset
25297
25298 en
25299 \begin_inset space ~
25300 \end_inset
25301
25302 forme
25303 \begin_inset space ~
25304 \end_inset
25305
25306 : affiche une référence croisée qui définit son propre format.
25307 \begin_inset Newline newline
25308 \end_inset
25309
25310
25311 \begin_inset Note Greyedout
25312 status open
25313
25314 \begin_layout Plain Layout
25315
25316 \series bold
25317 Note:
25318 \series default
25319  Ce type de référence croisée n'est disponible que si vous avez installé
25320  le paquetage \SpecialChar LaTeX
25321  
25322 \series bold
25323 prettyref
25324 \series default
25325  ou 
25326 \series bold
25327 refstyle
25328 \series default
25329
25330 \begin_inset Index idx
25331 status collapsed
25332
25333 \begin_layout Plain Layout
25334 Paquetages \SpecialChar LaTeX
25335  ! prettyref
25336 \end_layout
25337
25338 \end_inset
25339
25340
25341 \begin_inset Index idx
25342 status collapsed
25343
25344 \begin_layout Plain Layout
25345 Paquetages \SpecialChar LaTeX
25346  ! refstyle
25347 \end_layout
25348
25349 \end_inset
25350
25351 .
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \begin_inset Newline newline
25358 \end_inset
25359
25360 Vous pouvez choisir le paquetage \SpecialChar LaTeX
25361  qui doit être utilisé pour cette fonction
25362  en utilisant l'option 
25363 \family sans
25364 Utiliser refstyle (à la place de prettyref) pour les références croisées
25365 \family default
25366  dans le menu 
25367 \family sans
25368 Document\SpecialChar menuseparator
25369 Paramètres\SpecialChar menuseparator
25370 Classe de document
25371 \family default
25372 .
25373  Le format est précisé en ajoutant la commande 
25374 \series bold
25375
25376 \backslash
25377 newrefformat
25378 \series default
25379  (prettyref) ou 
25380 \series bold
25381
25382 \backslash
25383 newref
25384 \series default
25385  (refstyle) au préambule du document.
25386  Par exemple, pour redéfinir toutes les référence à des figures (qui ont
25387  l'étiquette abrégée 'fig') on peut utiliser la commande suivante
25388 \begin_inset space ~
25389 \end_inset
25390
25391 :
25392 \begin_inset Newline newline
25393 \end_inset
25394
25395
25396 \series bold
25397
25398 \backslash
25399 newref{fig}{refcmd={Image sur la page 
25400 \backslash
25401 pageref{#1}}}
25402 \series default
25403
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407 Pour plus d'information sur le format, jetez un œil sur la documentation
25408  du paquetage, 
25409 \begin_inset CommandInset citation
25410 LatexCommand cite
25411 key "prettyref,refstyle"
25412
25413 \end_inset
25414
25415 .
25416 \end_layout
25417
25418 \begin_layout Description
25419 Référence
25420 \begin_inset space ~
25421 \end_inset
25422
25423 textuelle: affiche la légende de la référence
25424 \begin_inset space ~
25425 \end_inset
25426
25427
25428 \begin_inset CommandInset ref
25429 LatexCommand nameref
25430 reference "fig:Deux-images-déformées"
25431
25432 \end_inset
25433
25434
25435 \end_layout
25436
25437 \begin_layout Standard
25438
25439 \family sans
25440 <page>
25441 \family default
25442  n'imprimera pas le numéro de la page si l'étiquette se trouve sur la page
25443  précédente, la même page ou la page suivante.
25444  Vous verrez par exemple un texte du genre 
25445 \begin_inset Quotes fld
25446 \end_inset
25447
25448
25449 \family sans
25450 sur cette page
25451 \family default
25452
25453 \begin_inset Quotes frd
25454 \end_inset
25455
25456  à la place.
25457  Le style 
25458 \family sans
25459 <référence>
25460 \begin_inset space ~
25461 \end_inset
25462
25463 page
25464 \begin_inset space ~
25465 \end_inset
25466
25467 <page> 
25468 \family default
25469 n'affichera rien au sujet de la page si l'étiquette se trouve sur la même
25470  page.
25471 \end_layout
25472
25473 \begin_layout Standard
25474 Le numéro affecté à une étiquette et le numéro de la page sur laquelle elle
25475  se trouve sont calculés automatiquement par \SpecialChar LaTeX
25476 .
25477  Vous choisissez une des six variétés de références dans le champ Format
25478  de la fenêtre de référence croisée qui s'ouvre quand vous cliquez sur la
25479  boîte de la référence croisée.
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset Note Greyedout
25484 status open
25485
25486 \begin_layout Plain Layout
25487
25488 \series bold
25489 Note:
25490 \series default
25491  L'utilisation du paquetage \SpecialChar LaTeX
25492  
25493 \series bold
25494 refstyle
25495 \series default
25496
25497 \begin_inset Index idx
25498 status collapsed
25499
25500 \begin_layout Plain Layout
25501 Paquetages \SpecialChar LaTeX
25502  ! refstyle
25503 \end_layout
25504
25505 \end_inset
25506
25507  est recommandée parce que 
25508 \series bold
25509 prettyref
25510 \series default
25511
25512 \begin_inset Index idx
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516 Paquetages \SpecialChar LaTeX
25517  ! prettyref
25518 \end_layout
25519
25520 \end_inset
25521
25522  ne connaît pas tous les raccourcis possibles pour les étiquettes
25523 \begin_inset Foot
25524 status collapsed
25525
25526 \begin_layout Plain Layout
25527 \begin_inset Quotes fld
25528 \end_inset
25529
25530 fig:
25531 \begin_inset Quotes frd
25532 \end_inset
25533
25534  est par exemple le raccourci \SpecialChar LyX
25535  pour les étiquettes dans les légendes de
25536  figures,.
25537 \end_layout
25538
25539 \end_inset
25540
25541  et n'est pas internationalisé.
25542 \end_layout
25543
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \begin_layout Subsection
25550 Nommage automatique des références croisées
25551 \begin_inset Index idx
25552 status collapsed
25553
25554 \begin_layout Plain Layout
25555 References@Références ! Nommage automatique
25556 \end_layout
25557
25558 \end_inset
25559
25560
25561 \end_layout
25562
25563 \begin_layout Standard
25564 Le paquetage \SpecialChar LaTeX
25565  
25566 \series bold
25567 hyperref
25568 \series default
25569
25570 \begin_inset Index idx
25571 status collapsed
25572
25573 \begin_layout Plain Layout
25574 Paquetages \SpecialChar LaTeX
25575  ! hyperref
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \series bold
25582
25583 \series default
25584 qui est activé dans la rubrique 
25585 \family sans
25586 Propriétés du PDF
25587 \family default
25588  de la fenêtre de dialogue 
25589 \family sans
25590 Paramètres du document
25591 \family default
25592  fournit une fonction très utile pour automatiser la création des références
25593  croisées, en incluant le nom du flottant référencé (ou d'une partie comme
25594  une section).
25595  Par exemple pour vous éviter de devoir écrire le mot 
25596 \begin_inset Quotes fld
25597 \end_inset
25598
25599 Figure
25600 \begin_inset Quotes frd
25601 \end_inset
25602
25603  devant chaque référence à une figure.
25604  Pour profiter de ce nommage automatique des références croisées, vous devez
25605  activer 
25606 \series bold
25607 hyperref
25608 \series default
25609  et insérer la ligne suivante dans le préambule du document :
25610 \end_layout
25611
25612 \begin_layout Standard
25613
25614 \series bold
25615
25616 \backslash
25617 AtBeginDocument{
25618 \backslash
25619 renewcommand{
25620 \backslash
25621 ref}[1]{
25622 \backslash
25623 mbox{
25624 \backslash
25625 autoref{#1}}}}
25626 \end_layout
25627
25628 \begin_layout Standard
25629 Si vous préférez d'autres noms de référence que ceux qui sont proposés par
25630  défaut, par exemple vous préférez le nom 
25631 \begin_inset Quotes fld
25632 \end_inset
25633
25634 sec.
25635 \begin_inset Quotes frd
25636 \end_inset
25637
25638  plutôt que 
25639 \begin_inset Quotes fld
25640 \end_inset
25641
25642 section
25643 \begin_inset Quotes frd
25644 \end_inset
25645
25646 , vous pouvez redéfinir ce nom en insérant ceci dans le préambule:
25647 \end_layout
25648
25649 \begin_layout Standard
25650
25651 \series bold
25652
25653 \backslash
25654 addto
25655 \backslash
25656 extrasfrench{
25657 \backslash
25658 renewcommand{
25659 \backslash
25660 sectionautorefname}
25661 \begin_inset Newline newline
25662 \end_inset
25663
25664
25665 \begin_inset Phantom HPhantom
25666 status open
25667
25668 \begin_layout Plain Layout
25669
25670 \series bold
25671 \begin_inset space ~
25672 \end_inset
25673
25674
25675 \end_layout
25676
25677 \end_inset
25678
25679 {sec.
25680 \backslash
25681 negthinspace}}
25682 \end_layout
25683
25684 \begin_layout Standard
25685 Si vous utilisez une autre langue que le français, remplacez 
25686 \series bold
25687
25688 \backslash
25689 extrasfrench
25690 \series default
25691  par 
25692 \series bold
25693
25694 \backslash
25695 extras***
25696 \series default
25697 , où *** est le nom de la langue que vous utilisez.
25698
25699 \series bold
25700  
25701 \end_layout
25702
25703 \begin_layout Standard
25704 Pour avoir des noms automatiques, mais pas pour certains types de références,
25705  par exemple pas pour les équations, utilisez le code suivant dans le préambule:
25706 \end_layout
25707
25708 \begin_layout Standard
25709
25710 \series bold
25711
25712 \backslash
25713 addto
25714 \backslash
25715 extrasfrench{
25716 \backslash
25717 renewcommand*{
25718 \backslash
25719 equationautorefname}[1]{}}
25720 \end_layout
25721
25722 \begin_layout Standard
25723 Vous pouvez trouver plus d'information sur ce sujet dans la documentation
25724  de 
25725 \series bold
25726 hyperref
25727 \series default
25728  
25729 \begin_inset CommandInset citation
25730 LatexCommand cite
25731 key "hyperref"
25732
25733 \end_inset
25734
25735 .
25736 \end_layout
25737
25738 \begin_layout Standard
25739 \begin_inset Note Greyedout
25740 status open
25741
25742 \begin_layout Plain Layout
25743
25744 \series bold
25745 Note:
25746 \series default
25747  Le nommage automatique de références ne peut être utilisé si vous avez
25748  choisi le style de référence 
25749 \family sans
25750 Référence
25751 \begin_inset space ~
25752 \end_inset
25753
25754 mise
25755 \begin_inset space ~
25756 \end_inset
25757
25758 en
25759 \begin_inset space ~
25760 \end_inset
25761
25762 forme
25763 \family default
25764  décrit dans la section
25765 \begin_inset space ~
25766 \end_inset
25767
25768
25769 \begin_inset CommandInset ref
25770 LatexCommand ref
25771 reference "subsec:Formats-Références-Croisées"
25772
25773 \end_inset
25774
25775 .
25776 \end_layout
25777
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Standard
25784 Le manuel 
25785 \emph on
25786 Math
25787 \emph default
25788  est un exemple dans lequel on a utilisé le référencement automatique.
25789 \end_layout
25790
25791 \begin_layout Subsection
25792 Positionnement des références 
25793 \begin_inset CommandInset label
25794 LatexCommand label
25795 name "subsec:Reference-Position"
25796
25797 \end_inset
25798
25799
25800 \begin_inset Index idx
25801 status collapsed
25802
25803 \begin_layout Plain Layout
25804 References@Références ! Positionnement
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \begin_layout Standard
25813 Si vous utilisez le paquetage 
25814 \series bold
25815 hyperref, 
25816 \series default
25817 qui est activé dans la rubrique 
25818 \family sans
25819 Propriétés du PDF
25820 \family default
25821  de la fenêtre de dialogue 
25822 \family sans
25823 Paramètres du document,
25824 \family default
25825  pour lier vos références croisées dans la sortie finale, vous verrez que
25826  cliquer sur la référence à un flottant d'image saute vers l'étiquette de
25827  l'image.
25828  La légende sera dans la partie haute de l'écran, ce qui fait que vous ne
25829  pourrez voir l'image sans faire défiler le texte.
25830  Ce problème vient du fait que le point d'ancrage de la référence se situe
25831  à l'endroit de l'étiquette.
25832  En utilisant le paquetage \SpecialChar LaTeX
25833  
25834 \series bold
25835 hypcap
25836 \series default
25837
25838 \begin_inset Index idx
25839 status collapsed
25840
25841 \begin_layout Plain Layout
25842 Paquetages \SpecialChar LaTeX
25843  ! hypcap
25844 \end_layout
25845
25846 \end_inset
25847
25848 , qui fait partie du paquetage \SpecialChar LaTeX
25849  
25850 \series bold
25851 oberdiek
25852 \series default
25853
25854 \begin_inset Index idx
25855 status collapsed
25856
25857 \begin_layout Plain Layout
25858 Paquetages \SpecialChar LaTeX
25859  ! oberdiek
25860 \end_layout
25861
25862 \end_inset
25863
25864 , le point d'ancrage d'un lien est place en haut du flottant.
25865  Pour utiliser cette fonction avec les flottants de figure, chargez 
25866 \series bold
25867 hypcap
25868 \series default
25869  dans l'entête du document avec la ligne
25870 \end_layout
25871
25872 \begin_layout Standard
25873
25874 \series bold
25875
25876 \backslash
25877 usepackage[figure]{hypcap}
25878 \end_layout
25879
25880 \begin_layout Standard
25881 Vous pouvez aussi utiliser 
25882 \series bold
25883 hypcap
25884 \series default
25885  pour tous les types de flottants, mais ce n'est pas recommandé pour des
25886  raisons de stabilité.
25887  Pour plus d'information, jetez un coup d'œil au manuel d' 
25888 \series bold
25889 hypcap
25890 \series default
25891  
25892 \begin_inset CommandInset citation
25893 LatexCommand cite
25894 key "hypcap"
25895
25896 \end_inset
25897
25898 .
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset Note Greyedout
25903 status open
25904
25905 \begin_layout Plain Layout
25906
25907 \series bold
25908 Note:
25909 \series default
25910  
25911 \series bold
25912 hypcap
25913 \series default
25914  n'a aucun effet pour les références à des sous-figures.
25915 \end_layout
25916
25917 \end_inset
25918
25919
25920 \end_layout
25921
25922 \begin_layout Section
25923 Placement des flottants
25924 \begin_inset CommandInset label
25925 LatexCommand label
25926 name "sec:Placement-flottants"
25927
25928 \end_inset
25929
25930
25931 \begin_inset Index idx
25932 status collapsed
25933
25934 \begin_layout Plain Layout
25935 Flottants ! Placement
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \begin_layout Standard
25944 En faisant un clic droit sur la boîte d'un flottant et 
25945 \lang english
25946 clicking on 
25947 \family sans
25948 Settings
25949 \family default
25950 \lang french
25951  on ouvre une fenêtre de dialogue dans laquelle vous pouvez modifier le
25952  paramètres de placement que \SpecialChar LaTeX
25953  utilise pour déterminer où placer le flottant.
25954 \begin_inset Newline newline
25955 \end_inset
25956
25957 L'option 
25958 \family sans
25959 Plusieurs
25960 \begin_inset space ~
25961 \end_inset
25962
25963 colonnes
25964 \family default
25965  n'est utilisée que dans le cas d'un document à plusieurs colonnes: si vous
25966  l'activez, le flottant va couvrir l'ensemble des colonnes au lieu d'être
25967  confiné sur une seule colonne.
25968 \begin_inset Newline newline
25969 \end_inset
25970
25971 L'option 
25972 \family sans
25973 Rotation
25974 \begin_inset space ~
25975 \end_inset
25976
25977 90°
25978 \family default
25979  est utilisée pour faire tourner les flottants, voyez la section
25980 \begin_inset space ~
25981 \end_inset
25982
25983
25984 \begin_inset CommandInset ref
25985 LatexCommand ref
25986 reference "sec:Flottants-renversés"
25987
25988 \end_inset
25989
25990 .
25991 \end_layout
25992
25993 \begin_layout Standard
25994 En désactivant l'option 
25995 \family sans
25996 Utilise
25997 \begin_inset space ~
25998 \end_inset
25999
26000 le
26001 \begin_inset space ~
26002 \end_inset
26003
26004 placement
26005 \begin_inset space ~
26006 \end_inset
26007
26008 par
26009 \begin_inset space ~
26010 \end_inset
26011
26012 défaut
26013 \family default
26014  vous pouvez utiliser une ou plusieurs des options suivantes pour modifier
26015  le placement du flottant:
26016 \end_layout
26017
26018 \begin_layout Description
26019 Ici,
26020 \begin_inset space ~
26021 \end_inset
26022
26023 si
26024 \begin_inset space ~
26025 \end_inset
26026
26027 possible: essaie de placer le flottant à la position où il a été inséré
26028  dans \SpecialChar LyX
26029
26030 \end_layout
26031
26032 \begin_layout Description
26033 Haut
26034 \begin_inset space ~
26035 \end_inset
26036
26037 de
26038 \begin_inset space ~
26039 \end_inset
26040
26041 la
26042 \begin_inset space ~
26043 \end_inset
26044
26045 page: essaie de placer le flottant en haut de la page courante
26046 \end_layout
26047
26048 \begin_layout Description
26049 Bas
26050 \begin_inset space ~
26051 \end_inset
26052
26053 de
26054 \begin_inset space ~
26055 \end_inset
26056
26057 la
26058 \begin_inset space ~
26059 \end_inset
26060
26061 page: essaie de placer le flottant en bas de la page courante
26062 \end_layout
26063
26064 \begin_layout Description
26065 Page
26066 \begin_inset space ~
26067 \end_inset
26068
26069 de
26070 \begin_inset space ~
26071 \end_inset
26072
26073 flottants: essaie de placer le flottant sur une page à part, éventuellement
26074  avec d'autres flottants 
26075 \end_layout
26076
26077 \begin_layout Standard
26078 \SpecialChar LaTeX
26079  utilise
26080 \emph on
26081  toujours 
26082 \emph default
26083 les options dans l'ordre donné ci-dessus.
26084  Ce qui veut dire que si vous utilisez le placement implicite, \SpecialChar LaTeX
26085  va d'abord
26086  essayer 
26087 \family sans
26088 Ici
26089 \begin_inset space ~
26090 \end_inset
26091
26092 si
26093 \begin_inset space ~
26094 \end_inset
26095
26096 possible
26097 \family default
26098 , ensuite 
26099 \family sans
26100 Haut
26101 \begin_inset space ~
26102 \end_inset
26103
26104 de
26105 \begin_inset space ~
26106 \end_inset
26107
26108 la
26109 \begin_inset space ~
26110 \end_inset
26111
26112 page
26113 \family default
26114 , et ainsi de suite.
26115  Si vous n'utilisez pas le placement implicite, \SpecialChar LaTeX
26116  va essayer les options
26117  que vous avez cochées, mais dans l'ordre donné ci-dessus.
26118  Si aucune des quatre options de placement n'est possible, la procédure
26119  est répétée avec la possibilité de mettre les flottant sur la page suivante.
26120 \end_layout
26121
26122 \begin_layout Standard
26123 Implicitement, chaque option a ses propres règles d'application:
26124 \end_layout
26125
26126 \begin_layout Standard
26127
26128 \family sans
26129 Haut
26130 \begin_inset space ~
26131 \end_inset
26132
26133 de
26134 \begin_inset space ~
26135 \end_inset
26136
26137 la
26138 \begin_inset space ~
26139 \end_inset
26140
26141 page
26142 \family default
26143  : seuls les flottants occupant moins de 70% de la page peuvent être placés
26144  en haut de page (
26145 \series bold
26146
26147 \backslash
26148 topfraction
26149 \series default
26150 ).
26151 \end_layout
26152
26153 \begin_layout Standard
26154
26155 \family sans
26156 Bas
26157 \begin_inset space ~
26158 \end_inset
26159
26160 de
26161 \begin_inset space ~
26162 \end_inset
26163
26164 la
26165 \begin_inset space ~
26166 \end_inset
26167
26168 page
26169 \family default
26170  : seuls les flottants occupant moins de 30% de la page peuvent être placés
26171  en bas de page (
26172 \series bold
26173
26174 \backslash
26175 bottomfraction
26176 \series default
26177 ).
26178 \end_layout
26179
26180 \begin_layout Standard
26181
26182 \family sans
26183 Page
26184 \begin_inset space ~
26185 \end_inset
26186
26187 de
26188 \begin_inset space ~
26189 \end_inset
26190
26191 flottants
26192 \family default
26193  : plusieurs flottants peuvent être placés ensembles sur une page seulement
26194  si ils occupent plus de 50% de celle-ci (
26195 \series bold
26196
26197 \backslash
26198 floatpagefraction
26199 \series default
26200 ).
26201 \end_layout
26202
26203 \begin_layout Standard
26204 Si vous n'aimez pas ces règles, vous pouvez les ignorer en utilisant l'option
26205  supplémentaire 
26206 \family sans
26207 Ignorer
26208 \begin_inset space ~
26209 \end_inset
26210
26211 les
26212 \begin_inset space ~
26213 \end_inset
26214
26215 règles
26216 \begin_inset space ~
26217 \end_inset
26218
26219 \SpecialChar LaTeX
26220
26221 \family default
26222 \lang english
26223 .
26224 \begin_inset Newline newline
26225 \end_inset
26226
26227
26228 \lang french
26229 Vous pouvez aussi redéfinir les règles avec les commandes \SpecialChar LaTeX
26230  qui sont données
26231  entre parenthèses après les descriptions des règles données ci-dessus.
26232  Par exemple, pour augmenter à 50
26233 \begin_inset space \thinspace{}
26234 \end_inset
26235
26236 % la valeur de la règle de bas de page dont la valeur implicite est souvent
26237  trop petite, ajoutez cette ligne au préambule de votre document :
26238 \end_layout
26239
26240 \begin_layout Standard
26241
26242 \series bold
26243
26244 \backslash
26245 renewcommand{
26246 \backslash
26247 bottomfraction}{0.5}
26248 \end_layout
26249
26250 \begin_layout Standard
26251 Parfois, vous avez besoin que dans tous les cas, le flottant soit placé
26252  exactement à l'endroit où vous l'avez inséré.
26253  dans ce cas utilisez l'option 
26254 \family sans
26255 Ici
26256 \begin_inset space ~
26257 \end_inset
26258
26259 à
26260 \begin_inset space ~
26261 \end_inset
26262
26263 tout
26264 \begin_inset space ~
26265 \end_inset
26266
26267 Prix
26268 \family default
26269 .
26270  Utilisez cette option le moins souvent possible et seulement quand le document
26271  est presque prêt à être imprimé.
26272  En effet, le flottant n'est plus capable de 
26273 \begin_inset Quotes fld
26274 \end_inset
26275
26276 flotter
26277 \begin_inset Quotes frd
26278 \end_inset
26279
26280 , ce qui peut perturber toutes les mises en page.
26281 \end_layout
26282
26283 \begin_layout Standard
26284 Il n'y a pas d'option de placement pour les flottants d'enrobage, puisqu'ils
26285  sont toujours entourés par le texte d'un paragraphe donné.
26286 \begin_inset VSpace bigskip
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \begin_layout Standard
26293 On peut parfois se trouver dans la situation où un flottant est placé en
26294  haut d'une page alors que la section concernée ne commence qu'au milieu
26295  de la page, ce qui fait que le lecteur peut penser qu'il fait partie de
26296  la section précédente.
26297  On peut utiliser la commande \SpecialChar LaTeX
26298  
26299 \series bold
26300
26301 \backslash
26302 suppressfloats
26303 \series default
26304  pour éviter ce cas.
26305  Elle empêche le placement d'un flottant donné dans la page dans laquelle
26306  il est inséré et donc elle peut être utilisée pour éviter qu'un flottant
26307  soit placé avant que la section commence.
26308  Pour obtenir ce comportement, ajoutez ces commandes dans le préambule de
26309  votre document :
26310 \end_layout
26311
26312 \begin_layout Standard
26313
26314 \series bold
26315
26316 \backslash
26317 let
26318 \backslash
26319 mySection
26320 \backslash
26321 section
26322 \begin_inset Newline newline
26323 \end_inset
26324
26325
26326 \backslash
26327 renewcommand{
26328 \backslash
26329 section}{
26330 \backslash
26331 suppressfloats[t]
26332 \backslash
26333 mySection}
26334 \end_layout
26335
26336 \begin_layout Standard
26337 Vous pouvez définir la même chose pour tous les types d'en-têtes de section,
26338  comme les chapitres et les sous-sections.
26339  Il n'est pas recommandé d'utiliser cette définition avec des portions de
26340  texte trop petites comme les sous-sous-sections parce que \SpecialChar LaTeX
26341  pourrait ensuite
26342  avoir du mal à trouver un positionnement correct.
26343 \end_layout
26344
26345 \begin_layout Standard
26346 \begin_inset VSpace bigskip
26347 \end_inset
26348
26349 Dans certains cas il est demandé de placer toutes les figures et tous les
26350  tableaux à la fin du document.
26351  C'est pour de telles situations que le paquetage \SpecialChar LaTeX
26352  
26353 \series bold
26354 endfloat
26355 \series default
26356
26357 \begin_inset Index idx
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361 Paquetages \SpecialChar LaTeX
26362  ! endfloat
26363 \end_layout
26364
26365 \end_inset
26366
26367  a été développé.
26368  Il met en effet tous les flottants de figures et de tableaux à la fin du
26369  document dans leurs propres sections.
26370  À la position d'origine du flottant, une indication textuelle du genre
26371  
26372 \begin_inset Quotes fld
26373 \end_inset
26374
26375
26376 \family sans
26377 [Figure
26378 \begin_inset space ~
26379 \end_inset
26380
26381 3.2 
26382 \lang english
26383 about here.
26384 \lang french
26385 ]
26386 \family default
26387
26388 \begin_inset Quotes frd
26389 \end_inset
26390
26391  est insérée.
26392  Le paquetage 
26393 \series bold
26394 endfloat
26395 \series default
26396  est chargé dans le préambule avec la ligne suivante 
26397 \end_layout
26398
26399 \begin_layout Standard
26400
26401 \series bold
26402
26403 \backslash
26404 usepackage[options]{endfloat}
26405 \end_layout
26406
26407 \begin_layout Standard
26408 Il y a aussi de nombreuses options de paquetage pour modifier le format
26409  des sections de figures ou de tableau qui sont créées.
26410  Pour plus d'information, nous vous renvoyons à la documentation du paquetage
26411  
26412 \series bold
26413 endfloa
26414 \series default
26415
26416 \begin_inset CommandInset citation
26417 LatexCommand cite
26418 key "endfloat"
26419
26420 \end_inset
26421
26422 .
26423 \begin_inset Newline newline
26424 \end_inset
26425
26426
26427 \begin_inset Note Greyedout
26428 status open
26429
26430 \begin_layout Plain Layout
26431
26432 \series bold
26433 Note: endfloat
26434 \series default
26435  ne fournit pas de traduction automatique de l'indication textuelle, vous
26436  devez donc le faire manuellement, voyez la section
26437 \begin_inset space ~
26438 \end_inset
26439
26440 4 de 
26441 \begin_inset CommandInset citation
26442 LatexCommand cite
26443 key "endfloat"
26444
26445 \end_inset
26446
26447 .
26448 \end_layout
26449
26450 \end_inset
26451
26452
26453 \begin_inset Newline newline
26454 \end_inset
26455
26456
26457 \begin_inset Note Greyedout
26458 status open
26459
26460 \begin_layout Plain Layout
26461
26462 \series bold
26463 Note:
26464 \series default
26465  Il y a actuellement un bug dans le paquetage 
26466 \series bold
26467 endfloat
26468 \series default
26469  quand la légende contient un 
26470 \begin_inset Quotes fld
26471 \end_inset
26472
26473 ß
26474 \begin_inset Quotes frd
26475 \end_inset
26476
26477  allemand.
26478  Utilisez dans ce cas la commande 
26479 \begin_inset Quotes fld
26480 \end_inset
26481
26482
26483 \series bold
26484
26485 \backslash
26486 ss
26487 \series default
26488
26489 \begin_inset Quotes frd
26490 \end_inset
26491
26492  en code \SpecialChar TeX
26493  à la place du 
26494 \begin_inset Quotes fld
26495 \end_inset
26496
26497 ß
26498 \begin_inset Quotes frd
26499 \end_inset
26500
26501 .
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \begin_layout Standard
26510 \begin_inset VSpace bigskip
26511 \end_inset
26512
26513 Pour plus d'information sur les manières de placer les flottants, jetez
26514  un coup d'œil aux livres sur \SpecialChar LaTeX
26515
26516 \begin_inset CommandInset citation
26517 LatexCommand cite
26518 key "latexcompanion,latexguide,latexbook"
26519
26520 \end_inset
26521
26522 .
26523 \end_layout
26524
26525 \begin_layout Section
26526 Flottants renversés
26527 \begin_inset CommandInset label
26528 LatexCommand label
26529 name "sec:Flottants-renversés"
26530
26531 \end_inset
26532
26533
26534 \begin_inset Index idx
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538 Flottants ! Renversés
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \begin_layout Standard
26547 Vous pouvez vouloir faire pivoter vos flottants, surtout dans le cas de
26548  tableaux très larges.
26549  Pour faire pivoter l'ensemble d'un flottant, y compris sa légende, faites
26550  un clic droit sur la boîte du flottant et utilisez l'option 
26551 \family sans
26552 Rotation
26553 \begin_inset space ~
26554 \end_inset
26555
26556 90°
26557 \family default
26558 .
26559 \end_layout
26560
26561 \begin_layout Standard
26562 Les flottants renversés sont systématiquement placés sur leur propre page
26563  ( ou colonne, si vous avez un document sur deux colonnes ).
26564  Vous pouvez les laisser couvrir plusieurs colonnes en utilisant l'option
26565  
26566 \family sans
26567 Plusieurs
26568 \begin_inset space ~
26569 \end_inset
26570
26571 colonnes
26572 \family default
26573  dans les paramètres du flottant.
26574  Le flottants sont pivotés de sorte que vous puissiez les lire en vous plaçant
26575  du côté de la marge externe.
26576  Pour forcer un sens de rotation donné pour toutes les pages, vous pouvez
26577  ajouter soit l'option 
26578 \series bold
26579 figuresleft
26580 \series default
26581  soit l'option 
26582 \series bold
26583 figuresright
26584 \series default
26585  aux options de la classe de document.
26586 \end_layout
26587
26588 \begin_layout Standard
26589 Faire référence à un flottant renversé se fait de la même manière que pour
26590  un flottant normal, la mise en forme de la légende est aussi identique
26591  : Le tableau
26592 \begin_inset space ~
26593 \end_inset
26594
26595
26596 \begin_inset CommandInset ref
26597 LatexCommand ref
26598 reference "tab:Tableau-pivoté"
26599
26600 \end_inset
26601
26602  est un exemple de flottant de tableau renversé.
26603 \end_layout
26604
26605 \begin_layout Standard
26606 \begin_inset Note Greyedout
26607 status open
26608
26609 \begin_layout Plain Layout
26610
26611 \series bold
26612 Note:
26613 \series default
26614  Les flottants pivotés ne sont pas affichables par tous les visualiseurs
26615  DVI.
26616 \end_layout
26617
26618 \end_inset
26619
26620
26621 \end_layout
26622
26623 \begin_layout Standard
26624 \begin_inset Float table
26625 wide false
26626 sideways true
26627 status open
26628
26629 \begin_layout Plain Layout
26630 \begin_inset Caption Standard
26631
26632 \begin_layout Plain Layout
26633 \begin_inset CommandInset label
26634 LatexCommand label
26635 name "tab:Tableau-pivoté"
26636
26637 \end_inset
26638
26639  Tableau pivoté
26640 \end_layout
26641
26642 \end_inset
26643
26644
26645 \end_layout
26646
26647 \begin_layout Plain Layout
26648 \align center
26649 \begin_inset Tabular
26650 <lyxtabular version="3" rows="1" columns="5">
26651 <features tabularvalignment="middle">
26652 <column alignment="center" valignment="top">
26653 <column alignment="center" valignment="top">
26654 <column alignment="center" valignment="top">
26655 <column alignment="center" valignment="top">
26656 <column alignment="center" valignment="top">
26657 <row>
26658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662 test
26663 \end_layout
26664
26665 \end_inset
26666 </cell>
26667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26668 \begin_inset Text
26669
26670 \begin_layout Plain Layout
26671 b
26672 \end_layout
26673
26674 \end_inset
26675 </cell>
26676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26677 \begin_inset Text
26678
26679 \begin_layout Plain Layout
26680 c
26681 \end_layout
26682
26683 \end_inset
26684 </cell>
26685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26686 \begin_inset Text
26687
26688 \begin_layout Plain Layout
26689 d
26690 \end_layout
26691
26692 \end_inset
26693 </cell>
26694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26695 \begin_inset Text
26696
26697 \begin_layout Plain Layout
26698 e
26699 \end_layout
26700
26701 \end_inset
26702 </cell>
26703 </row>
26704 </lyxtabular>
26705
26706 \end_inset
26707
26708
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Section
26717 Sous-flottants
26718 \begin_inset Index idx
26719 status collapsed
26720
26721 \begin_layout Plain Layout
26722 Flottants ! Sous-flottants
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \begin_layout Standard
26731 Un exemple de sous-flottant : une figure composée de plusieurs images.
26732  On les crée en insérant un flottant dans un flottant existant.
26733  Le positionnement des sous-flottants peut être contrôlé comme pour les
26734  paragraphes comme on le voit avec les tableaux
26735 \begin_inset space ~
26736 \end_inset
26737
26738
26739 \begin_inset CommandInset ref
26740 LatexCommand ref
26741 reference "tab:Deux-sous-tableaux-cote-a-cote"
26742
26743 \end_inset
26744
26745  et 
26746 \begin_inset CommandInset ref
26747 LatexCommand ref
26748 reference "tab:Deux-sous-tableaux-l-un-sur-l-autre"
26749
26750 \end_inset
26751
26752 .
26753 \end_layout
26754
26755 \begin_layout Standard
26756 On fait référence à des sous-flottants comme on le ferait avec des flottants
26757  normaux : Les tableaux
26758 \begin_inset space ~
26759 \end_inset
26760
26761
26762 \begin_inset CommandInset ref
26763 LatexCommand ref
26764 reference "tab:Le-sous-tableau-a"
26765
26766 \end_inset
26767
26768  et 
26769 \begin_inset CommandInset ref
26770 LatexCommand ref
26771 reference "tab:Le-sous-tableau-b"
26772
26773 \end_inset
26774
26775  sont des sous-tableaux du tableau
26776 \begin_inset space ~
26777 \end_inset
26778
26779
26780 \begin_inset CommandInset ref
26781 LatexCommand ref
26782 reference "tab:Deux-sous-tableaux-cote-a-cote"
26783
26784 \end_inset
26785
26786 .
26787 \end_layout
26788
26789 \begin_layout Standard
26790 \begin_inset Float table
26791 wide false
26792 sideways false
26793 status open
26794
26795 \begin_layout Plain Layout
26796 \begin_inset Caption Standard
26797
26798 \begin_layout Plain Layout
26799 \begin_inset CommandInset label
26800 LatexCommand label
26801 name "tab:Deux-sous-tableaux-cote-a-cote"
26802
26803 \end_inset
26804
26805 Deux sous-tableaux placés côte-à-côte.
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Plain Layout
26814 \align center
26815 \begin_inset space \hfill{}
26816 \end_inset
26817
26818
26819 \begin_inset Float table
26820 wide false
26821 sideways false
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 \begin_inset Caption Standard
26826
26827 \begin_layout Plain Layout
26828 \begin_inset CommandInset label
26829 LatexCommand label
26830 name "tab:Le-sous-tableau-a"
26831
26832 \end_inset
26833
26834 Le sous-tableau a
26835 \end_layout
26836
26837 \end_inset
26838
26839
26840 \end_layout
26841
26842 \begin_layout Plain Layout
26843 \align center
26844 \begin_inset Tabular
26845 <lyxtabular version="3" rows="1" columns="5">
26846 <features tabularvalignment="middle">
26847 <column alignment="center" valignment="top">
26848 <column alignment="center" valignment="top">
26849 <column alignment="center" valignment="top">
26850 <column alignment="center" valignment="top">
26851 <column alignment="center" valignment="top">
26852 <row>
26853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26854 \begin_inset Text
26855
26856 \begin_layout Plain Layout
26857 test
26858 \end_layout
26859
26860 \end_inset
26861 </cell>
26862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26863 \begin_inset Text
26864
26865 \begin_layout Plain Layout
26866 b
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875 c
26876 \end_layout
26877
26878 \end_inset
26879 </cell>
26880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26881 \begin_inset Text
26882
26883 \begin_layout Plain Layout
26884 d
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 e
26894 \end_layout
26895
26896 \end_inset
26897 </cell>
26898 </row>
26899 </lyxtabular>
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \begin_inset space \hfill{}
26910 \end_inset
26911
26912
26913 \begin_inset Float table
26914 wide false
26915 sideways false
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919 \begin_inset Caption Standard
26920
26921 \begin_layout Plain Layout
26922 \begin_inset CommandInset label
26923 LatexCommand label
26924 name "tab:Le-sous-tableau-b"
26925
26926 \end_inset
26927
26928 Le sous-tableau b.
26929 \end_layout
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \begin_layout Plain Layout
26937 \align center
26938 \begin_inset Tabular
26939 <lyxtabular version="3" rows="1" columns="5">
26940 <features tabularvalignment="middle">
26941 <column alignment="center" valignment="top">
26942 <column alignment="center" valignment="top">
26943 <column alignment="center" valignment="top">
26944 <column alignment="center" valignment="top">
26945 <column alignment="center" valignment="top">
26946 <row>
26947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26948 \begin_inset Text
26949
26950 \begin_layout Plain Layout
26951 e
26952 \end_layout
26953
26954 \end_inset
26955 </cell>
26956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960 d
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 c
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978 b
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987 test
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 </row>
26993 </lyxtabular>
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \begin_inset space \hfill{}
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010
27011
27012 \end_layout
27013
27014 \begin_layout Standard
27015 \begin_inset Float table
27016 wide false
27017 sideways false
27018 status open
27019
27020 \begin_layout Plain Layout
27021 \begin_inset Caption Standard
27022
27023 \begin_layout Plain Layout
27024 \begin_inset CommandInset label
27025 LatexCommand label
27026 name "tab:Deux-sous-tableaux-l-un-sur-l-autre"
27027
27028 \end_inset
27029
27030 Deux sous-tableaux placés l'un sur l'autre.
27031  (a) un tableau avec 4 cellules, (b) un tableau avec 5 cellules.
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Plain Layout
27040 \align center
27041 \begin_inset Float table
27042 wide false
27043 sideways false
27044 status collapsed
27045
27046 \begin_layout Plain Layout
27047 \begin_inset Caption Standard
27048
27049 \begin_layout Plain Layout
27050
27051 \end_layout
27052
27053 \end_inset
27054
27055
27056 \end_layout
27057
27058 \begin_layout Plain Layout
27059 \align center
27060 \begin_inset Tabular
27061 <lyxtabular version="3" rows="1" columns="4">
27062 <features tabularvalignment="middle">
27063 <column alignment="center" valignment="top">
27064 <column alignment="center" valignment="top">
27065 <column alignment="center" valignment="top">
27066 <column alignment="center" valignment="top">
27067 <row>
27068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27069 \begin_inset Text
27070
27071 \begin_layout Plain Layout
27072 test
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081 test
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 test
27091 \end_layout
27092
27093 \end_inset
27094 </cell>
27095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27096 \begin_inset Text
27097
27098 \begin_layout Plain Layout
27099 test
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 </row>
27105 </lyxtabular>
27106
27107 \end_inset
27108
27109
27110 \end_layout
27111
27112 \end_inset
27113
27114
27115 \end_layout
27116
27117 \begin_layout Plain Layout
27118 \align center
27119 \begin_inset Float table
27120 wide false
27121 sideways false
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 \begin_inset Caption Standard
27126
27127 \begin_layout Plain Layout
27128
27129 \end_layout
27130
27131 \end_inset
27132
27133
27134 \end_layout
27135
27136 \begin_layout Plain Layout
27137 \align center
27138 \begin_inset Tabular
27139 <lyxtabular version="3" rows="1" columns="5">
27140 <features tabularvalignment="middle">
27141 <column alignment="center" valignment="top">
27142 <column alignment="center" valignment="top">
27143 <column alignment="center" valignment="top">
27144 <column alignment="center" valignment="top">
27145 <column alignment="center" valignment="top">
27146 <row>
27147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151 a
27152 \end_layout
27153
27154 \end_inset
27155 </cell>
27156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160 b
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169 c
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178 d
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187 e
27188 \end_layout
27189
27190 \end_inset
27191 </cell>
27192 </row>
27193 </lyxtabular>
27194
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \end_inset
27201
27202
27203 \end_layout
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Section
27211 Flottants côte-à-côte
27212 \begin_inset Index idx
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216 Flottants ! côte-à-côte
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Standard
27225 Pour placer des flottants côte-à-côte, comme pour la figure
27226 \begin_inset space ~
27227 \end_inset
27228
27229
27230 \begin_inset CommandInset ref
27231 LatexCommand ref
27232 reference "fig:Flottant-gauche"
27233
27234 \end_inset
27235
27236  et 
27237 \begin_inset CommandInset ref
27238 LatexCommand ref
27239 reference "fig:Flottant-droit"
27240
27241 \end_inset
27242
27243 , on n'utilise 
27244 \emph on
27245 qu'un seul 
27246 \emph default
27247 flottant.
27248  On y insère deux boîtes de minipages.
27249 \begin_inset Foot
27250 status collapsed
27251
27252 \begin_layout Plain Layout
27253 Les minipages sont décrites dans la section
27254 \begin_inset space ~
27255 \end_inset
27256
27257
27258 \begin_inset CommandInset ref
27259 LatexCommand ref
27260 reference "sec:Minipages"
27261
27262 \end_inset
27263
27264 .
27265 \end_layout
27266
27267 \end_inset
27268
27269  La largeur est mise à 45
27270 \begin_inset space \thinspace{}
27271 \end_inset
27272
27273 -50
27274 \begin_inset space \thinspace{}
27275 \end_inset
27276
27277 column% et l'alignement de la boîte à 
27278 \family sans
27279 Bas
27280 \family default
27281  pour chaque minipage.
27282  Les boîtes minipages contiennent l'image et la légende exactement comme
27283  avec un flottant.
27284  La seule différence est que l'unité de longueur 
27285 \family sans
27286 Largeur
27287 \begin_inset space ~
27288 \end_inset
27289
27290 colonne
27291 \begin_inset space ~
27292 \end_inset
27293
27294 %
27295 \family default
27296  utilisée pour l'image est maintenant définie par rapport à la largeur des
27297  boîtes minipages.
27298 \end_layout
27299
27300 \begin_layout Standard
27301 \begin_inset Float figure
27302 wide false
27303 sideways false
27304 status open
27305
27306 \begin_layout Plain Layout
27307 \begin_inset Box Frameless
27308 position "b"
27309 hor_pos "c"
27310 has_inner_box 1
27311 inner_pos "t"
27312 use_parbox 0
27313 use_makebox 0
27314 width "45col%"
27315 special "none"
27316 height "1in"
27317 height_special "totalheight"
27318 thickness "0.4pt"
27319 separation "3pt"
27320 shadowsize "4pt"
27321 framecolor "black"
27322 backgroundcolor "none"
27323 status open
27324
27325 \begin_layout Plain Layout
27326 \align center
27327 \begin_inset Graphics
27328         filename ../clipart/mobius.eps
27329         lyxscale 50
27330         width 100col%
27331         scaleBeforeRotation
27332
27333 \end_inset
27334
27335
27336 \end_layout
27337
27338 \begin_layout Plain Layout
27339 \begin_inset Caption Standard
27340
27341 \begin_layout Plain Layout
27342 \begin_inset CommandInset label
27343 LatexCommand label
27344 name "fig:Flottant-gauche"
27345
27346 \end_inset
27347
27348 Flottant du côté gauche.
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \end_layout
27355
27356 \end_inset
27357
27358
27359 \begin_inset space \hfill{}
27360 \end_inset
27361
27362
27363 \begin_inset Box Frameless
27364 position "b"
27365 hor_pos "c"
27366 has_inner_box 1
27367 inner_pos "t"
27368 use_parbox 0
27369 use_makebox 0
27370 width "45col%"
27371 special "none"
27372 height "1in"
27373 height_special "totalheight"
27374 thickness "0.4pt"
27375 separation "3pt"
27376 shadowsize "4pt"
27377 framecolor "black"
27378 backgroundcolor "none"
27379 status open
27380
27381 \begin_layout Plain Layout
27382 \align center
27383 \begin_inset Graphics
27384         filename ../clipart/platypus.eps
27385         lyxscale 50
27386         width 100col%
27387         scaleBeforeRotation
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Plain Layout
27395 \begin_inset Caption Standard
27396
27397 \begin_layout Plain Layout
27398 \begin_inset CommandInset label
27399 LatexCommand label
27400 name "fig:Flottant-droit"
27401
27402 \end_inset
27403
27404 Flottant du côté droit.
27405 \end_layout
27406
27407 \end_inset
27408
27409
27410 \end_layout
27411
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Section
27423 Mise en forme de la légende
27424 \begin_inset Index idx
27425 status collapsed
27426
27427 \begin_layout Plain Layout
27428 Légende ! Mise en forme
27429 \end_layout
27430
27431 \end_inset
27432
27433
27434 \begin_inset Index idx
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 Flottants ! Mise en forme de la Légende
27439 \end_layout
27440
27441 \end_inset
27442
27443
27444 \begin_inset CommandInset label
27445 LatexCommand label
27446 name "sec:Formatage-légende"
27447
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \begin_layout Standard
27454 L'environnement 
27455 \family sans
27456 Légende
27457 \family default
27458  est l'environnement de paragraphe implicite pour les 
27459 \family sans
27460 flottants
27461 \family default
27462 .
27463  Dans la fenêtre de \SpecialChar LyX
27464  les légendes apparaissent comme une étiquette comme
27465  par exemple 
27466 \begin_inset Quotes fld
27467 \end_inset
27468
27469
27470 \family sans
27471 Figure #:
27472 \family default
27473
27474 \begin_inset Quotes frd
27475 \end_inset
27476
27477  suivi par le texte de la légende.
27478  Le 
27479 \begin_inset Quotes fld
27480 \end_inset
27481
27482 #
27483 \begin_inset Quotes frd
27484 \end_inset
27485
27486  étant remplacé par le numéro de référence réel.
27487  implicitement l'étiquette et le numéro sont dans la même police de caractères
27488  que le texte de la légende et deux points suivent le numéro pour séparer
27489  l'étiquette du texte.
27490  Ce format de légende n'est pas forcément adapté à tous les types de documents.
27491 \end_layout
27492
27493 \begin_layout Standard
27494 Pour modifier le format implicite des légendes, il faut charger le paquetage
27495  \SpecialChar LaTeX
27496  
27497 \series bold
27498 caption
27499 \series default
27500
27501 \begin_inset Index idx
27502 status collapsed
27503
27504 \begin_layout Plain Layout
27505 Paquetages \SpecialChar LaTeX
27506  ! caption
27507 \end_layout
27508
27509 \end_inset
27510
27511  dans le préambule de votre document avec la ligne suivante :
27512 \end_layout
27513
27514 \begin_layout Standard
27515
27516 \series bold
27517
27518 \backslash
27519 usepackage[format definition]{caption}
27520 \end_layout
27521
27522 \begin_layout Standard
27523 Pour avoir par exemple l'étiquette et le numéro dans une police sans empattement
27524  grasse et les légendes de tableau toujours au dessus des tableaux, comme
27525  dans ce document, utilisez les commandes suivantes :
27526 \end_layout
27527
27528 \begin_layout Standard
27529
27530 \series bold
27531
27532 \backslash
27533 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
27534 \end_layout
27535
27536 \begin_layout Standard
27537 Vous pouvez aussi définir des formats de légendes différents pour les différents
27538  types de flottants.
27539  Dans ce cas chargez le paquetage 
27540 \series bold
27541 caption 
27542 \series default
27543 sans option de format spécifique et définissez les différents formats à
27544  l'aide de la commande 
27545 \end_layout
27546
27547 \begin_layout Standard
27548
27549 \series bold
27550
27551 \backslash
27552 captionsetup[type de flottant]{définition du format}
27553 \end_layout
27554
27555 \begin_layout Standard
27556 dans le préambule du document.
27557  Par exemple les formats de légende de la Figure
27558 \begin_inset space ~
27559 \end_inset
27560
27561
27562 \begin_inset CommandInset ref
27563 LatexCommand ref
27564 reference "fig:Legende-de-fig"
27565
27566 \end_inset
27567
27568  et du Tableau
27569 \begin_inset space ~
27570 \end_inset
27571
27572
27573 \begin_inset CommandInset ref
27574 LatexCommand ref
27575 reference "tab:Légende-de-tab"
27576
27577 \end_inset
27578
27579  peuvent être créés en utilisant les commandes suivantes dans le préambule
27580  :
27581 \end_layout
27582
27583 \begin_layout Standard
27584
27585 \series bold
27586
27587 \backslash
27588 usepackage[tableposition=top]{caption}
27589 \series default
27590
27591 \begin_inset Newline newline
27592 \end_inset
27593
27594
27595 \series bold
27596
27597 \backslash
27598 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
27599 \begin_inset Newline newline
27600 \end_inset
27601
27602
27603 \begin_inset Phantom HPhantom
27604 status open
27605
27606 \begin_layout Plain Layout
27607
27608 \series bold
27609
27610 \backslash
27611 captionsetup[figure]{
27612 \end_layout
27613
27614 \end_inset
27615
27616 labelsep=period}
27617 \begin_inset Newline newline
27618 \end_inset
27619
27620
27621 \backslash
27622 captionsetup[table]{labelfont={bf,sf}}
27623 \end_layout
27624
27625 \begin_layout Standard
27626 \begin_inset Note Greyedout
27627 status open
27628
27629 \begin_layout Plain Layout
27630
27631 \series bold
27632 Note:
27633 \series default
27634  L'option 
27635 \series bold
27636 tableposition=top
27637 \series default
27638  n'a pas d'effet quand on utilise un document de classe 
27639 \series bold
27640 KOMA-Script
27641 \series default
27642
27643 \begin_inset Index idx
27644 status collapsed
27645
27646 \begin_layout Plain Layout
27647 Paquetages \SpecialChar LaTeX
27648  ! KOMA-Script
27649 \end_layout
27650
27651 \end_inset
27652
27653 .
27654  Dans ce cas on doit utiliser l'option 
27655 \series bold
27656 captions=tableheading
27657 \series default
27658  de la classe de document.
27659 \end_layout
27660
27661 \end_inset
27662
27663
27664 \end_layout
27665
27666 \begin_layout Standard
27667 Pour plus d'information sur le paquetage 
27668 \series bold
27669 caption
27670 \series default
27671  nous vous renvoyons à sa documentation 
27672 \begin_inset CommandInset citation
27673 LatexCommand cite
27674 key "caption"
27675
27676 \end_inset
27677
27678 .
27679 \end_layout
27680
27681 \begin_layout Standard
27682 Pour changer le nom de l'étiquette, par exemple de 
27683 \begin_inset Quotes fld
27684 \end_inset
27685
27686 Figure
27687 \begin_inset Quotes frd
27688 \end_inset
27689
27690  à 
27691 \begin_inset Quotes fld
27692 \end_inset
27693
27694 Image
27695 \begin_inset Quotes frd
27696 \end_inset
27697
27698 , utilisez la commande suivante dans le préambule :
27699 \end_layout
27700
27701 \begin_layout Standard
27702
27703 \series bold
27704
27705 \backslash
27706 renewcommand{
27707 \backslash
27708 fnum@figure}{Image~
27709 \backslash
27710 thefigure}
27711 \end_layout
27712
27713 \begin_layout Standard
27714 où 
27715 \series bold
27716
27717 \backslash
27718 thefigure
27719 \series default
27720  insère le numéro de la figure et
27721 \series bold
27722  
27723 \begin_inset Quotes fld
27724 \end_inset
27725
27726 ~
27727 \series default
27728
27729 \begin_inset Quotes frd
27730 \end_inset
27731
27732  ajoute une espace insécable.
27733 \end_layout
27734
27735 \begin_layout Standard
27736 \begin_inset VSpace bigskip
27737 \end_inset
27738
27739 Si vous utilisez un document de classe 
27740 \series bold
27741 KOMA-Script
27742 \series default
27743
27744 \begin_inset Index idx
27745 status collapsed
27746
27747 \begin_layout Plain Layout
27748 Paquetages \SpecialChar LaTeX
27749  ! KOMA-Script
27750 \end_layout
27751
27752 \end_inset
27753
27754  (
27755 \family sans
27756 article (KOMA-Script)
27757 \family default
27758
27759 \family sans
27760 book (KOMA-Script)
27761 \family default
27762
27763 \family sans
27764 letter (KOMA-Script)
27765 \family default
27766 , ou 
27767 \family sans
27768 report (KOMA-Script)
27769 \family default
27770
27771 \begin_inset space \thinspace{}
27772 \end_inset
27773
27774 ), Vous pouvez utiliser la commande incorporée 
27775 \series bold
27776
27777 \backslash
27778 setkomafont 
27779 \series default
27780 du paquetage
27781 \series bold
27782  KOMA-Script 
27783 \series default
27784 à la place du paquetage
27785 \series bold
27786  caption.
27787  
27788 \series default
27789 Par exemple, pour avoir une étiquette de légende en gras, ajoutez la commande
27790  suivante au préambule de votre document :
27791 \end_layout
27792
27793 \begin_layout Standard
27794
27795 \series bold
27796
27797 \backslash
27798 setkomafont{captionlabel}{
27799 \backslash
27800 bfseries}
27801 \end_layout
27802
27803 \begin_layout Standard
27804 Pour plus d'information au sujet de 
27805 \series bold
27806
27807 \backslash
27808 setkomafont
27809 \series default
27810  nous vous renvoyons à la documentation du paquetage 
27811 \series bold
27812 KOMA-Script
27813 \series default
27814  
27815 \begin_inset CommandInset citation
27816 LatexCommand cite
27817 key "KOMA-Script"
27818
27819 \end_inset
27820
27821 .
27822 \end_layout
27823
27824 \begin_layout Standard
27825 \begin_inset ERT
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829
27830
27831 \backslash
27832 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
27833 }
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \begin_inset Note Note
27840 status open
27841
27842 \begin_layout Plain Layout
27843 Le format de la légende n'est modifié que pour cet exemple.
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 \begin_inset Float figure
27853 placement !p
27854 wide false
27855 sideways false
27856 status open
27857
27858 \begin_layout Plain Layout
27859 \align center
27860 \begin_inset Graphics
27861         filename ../clipart/mobius.eps
27862         lyxscale 50
27863         scale 50
27864         scaleBeforeRotation
27865
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Caption Standard
27873
27874 \begin_layout Plain Layout
27875 \begin_inset CommandInset label
27876 LatexCommand label
27877 name "fig:Legende-de-fig"
27878
27879 \end_inset
27880
27881 Ceci est un exemple de légende de figure qui est plus longue qu'une ligne
27882  pour montrer les différents types de formats de légendes.
27883  Ici on a utilisé un format de légende personnalisé.
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \end_inset
27892
27893
27894 \end_layout
27895
27896 \begin_layout Standard
27897 \begin_inset ERT
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902
27903 \backslash
27904 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
27905 on}
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Standard
27914 \begin_inset Float table
27915 placement !p
27916 wide false
27917 sideways false
27918 status open
27919
27920 \begin_layout Plain Layout
27921 \begin_inset Caption Standard
27922
27923 \begin_layout Plain Layout
27924 \begin_inset CommandInset label
27925 LatexCommand label
27926 name "tab:Légende-de-tab"
27927
27928 \end_inset
27929
27930 Ceci est un exemple de légende de tableau qui est plus longue qu'une ligne
27931  pour montrer les différents types de formats de légendes.
27932  Ici on a utilisé le format de légende implicite.
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Plain Layout
27941 \align center
27942 \begin_inset Tabular
27943 <lyxtabular version="3" rows="1" columns="5">
27944 <features tabularvalignment="middle">
27945 <column alignment="center" valignment="top">
27946 <column alignment="center" valignment="top">
27947 <column alignment="center" valignment="top">
27948 <column alignment="center" valignment="top">
27949 <column alignment="center" valignment="top">
27950 <row>
27951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Plain Layout
27955 a
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Plain Layout
27964 b
27965 \end_layout
27966
27967 \end_inset
27968 </cell>
27969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Plain Layout
27973 c
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Plain Layout
27982 d
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 e
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 </row>
27997 </lyxtabular>
27998
27999 \end_inset
28000
28001
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \begin_layout Section
28010 Positionnement de la Légende
28011 \begin_inset Index idx
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015 Légende ! Placement
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \begin_inset Index idx
28022 status collapsed
28023
28024 \begin_layout Plain Layout
28025 Flottants ! Placement de la légende
28026 \end_layout
28027
28028 \end_inset
28029
28030
28031 \begin_inset CommandInset label
28032 LatexCommand label
28033 name "sec:Placement-légende"
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Standard
28041 La règle habituelle pour placer la légende est :
28042 \end_layout
28043
28044 \begin_layout Description
28045 Figure
28046 \begin_inset space ~
28047 \end_inset
28048
28049 : La légende est placée en dessous de la figure
28050 \end_layout
28051
28052 \begin_layout Description
28053 Tableau
28054 \begin_inset space ~
28055 \end_inset
28056
28057 : La légende est placée au dessus du tableau
28058 \end_layout
28059
28060 \begin_layout Standard
28061 Malheureusement les classes standard de \SpecialChar LaTeX
28062  ne gèrent pas les légendes au dessus
28063  des tableaux.
28064  Ce qui fait que si vous utilisez une des classes de document 
28065 \family sans
28066 article
28067 \family default
28068
28069 \family sans
28070 book
28071 \family default
28072
28073 \family sans
28074 letter
28075 \family default
28076 , ou 
28077 \family sans
28078 report
28079 \family default
28080  il n'y aura pas d'espace libre entre la légende et le tableau.
28081  Pour insérer l'espace nécessaire, 
28082 \lang english
28083 load
28084 \lang french
28085  le paquetage \SpecialChar LaTeX
28086  
28087 \series bold
28088 caption
28089 \series default
28090
28091 \begin_inset Index idx
28092 status collapsed
28093
28094 \begin_layout Plain Layout
28095 Paquetages \SpecialChar LaTeX
28096  ! caption
28097 \end_layout
28098
28099 \end_inset
28100
28101  dans le préambule de votre document avec l'option
28102 \begin_inset Foot
28103 status collapsed
28104
28105 \begin_layout Plain Layout
28106 Voir la section
28107 \begin_inset space ~
28108 \end_inset
28109
28110
28111 \begin_inset CommandInset ref
28112 LatexCommand ref
28113 reference "sec:Formatage-légende"
28114
28115 \end_inset
28116
28117  pour plus d'information sur le paquetage 
28118 \series bold
28119 caption
28120 \series default
28121 .
28122 \end_layout
28123
28124 \end_inset
28125
28126
28127 \end_layout
28128
28129 \begin_layout Standard
28130
28131 \series bold
28132 tableposition=top
28133 \end_layout
28134
28135 \begin_layout Standard
28136 Si vous utilisez une classe de document 
28137 \series bold
28138 KOMA-Script
28139 \series default
28140
28141 \begin_inset Index idx
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145 Paquetages \SpecialChar LaTeX
28146  ! KOMA-Script
28147 \end_layout
28148
28149 \end_inset
28150
28151  (
28152 \family sans
28153 article (KOMA-Script)
28154 \family default
28155
28156 \family sans
28157 book (KOMA-Script)
28158 \family default
28159
28160 \family sans
28161 letter (KOMA-Script)
28162 \family default
28163 , ou 
28164 \family sans
28165 report (KOMA-Script)
28166 \family default
28167
28168 \begin_inset space \thinspace{}
28169 \end_inset
28170
28171 ), vous pouvez utiliser à la place du paquetage 
28172 \series bold
28173 caption
28174 \series default
28175  l'option
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181 captions=tableheading
28182 \end_layout
28183
28184 \begin_layout Standard
28185 de la classe de document.
28186 \begin_inset Foot
28187 status open
28188
28189 \begin_layout Plain Layout
28190 Cette option est utilisée dans le document
28191 \end_layout
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 Dans les documents utilisant la classe KOMA-Script, vous pouvez aussi ouvrir
28200  le menu contextuel dans une légende avec un clic droit et indiquer si la
28201  légende doit être au-dessus ou au-dessous du tableau ou de la figure.
28202  Vous pouvez de cette façon écraser le réglage global de placement des légendes
28203  pour certaines d'entre elles.
28204  Le tableau
28205 \begin_inset space ~
28206 \end_inset
28207
28208
28209 \begin_inset CommandInset ref
28210 LatexCommand ref
28211 reference "tab:A-caption-marked"
28212
28213 \end_inset
28214
28215  donne un exemple dans lequel la légende est positionnée au-dessous du tableau
28216  alors qu'elle est insérée au-dessus.
28217  Par comparaison, la légende du tableau
28218 \begin_inset space ~
28219 \end_inset
28220
28221
28222 \begin_inset CommandInset ref
28223 LatexCommand ref
28224 reference "tab:A-standard-table"
28225
28226 \end_inset
28227
28228  n'est pas repositionnée.
28229 \end_layout
28230
28231 \begin_layout Standard
28232 \begin_inset Float table
28233 wide false
28234 sideways false
28235 status open
28236
28237 \begin_layout Plain Layout
28238 \begin_inset Caption Below
28239
28240 \begin_layout Plain Layout
28241 \begin_inset CommandInset label
28242 LatexCommand label
28243 name "tab:A-caption-marked"
28244
28245 \end_inset
28246
28247 Une légende positionnée sous le tableau par le menu contextuel
28248 \lang english
28249 .
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Plain Layout
28258 \align center
28259 \begin_inset Tabular
28260 <lyxtabular version="3" rows="3" columns="3">
28261 <features tabularvalignment="middle">
28262 <column alignment="center" valignment="top" width="0pt">
28263 <column alignment="center" valignment="top" width="0pt">
28264 <column alignment="center" valignment="top" width="0pt">
28265 <row>
28266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28267 \begin_inset Text
28268
28269 \begin_layout Plain Layout
28270 1
28271 \end_layout
28272
28273 \end_inset
28274 </cell>
28275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28276 \begin_inset Text
28277
28278 \begin_layout Plain Layout
28279 2
28280 \end_layout
28281
28282 \end_inset
28283 </cell>
28284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28285 \begin_inset Text
28286
28287 \begin_layout Plain Layout
28288 3
28289 \end_layout
28290
28291 \end_inset
28292 </cell>
28293 </row>
28294 <row>
28295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28296 \begin_inset Text
28297
28298 \begin_layout Plain Layout
28299 Jean
28300 \end_layout
28301
28302 \end_inset
28303 </cell>
28304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28305 \begin_inset Text
28306
28307 \begin_layout Plain Layout
28308 Marie
28309 \end_layout
28310
28311 \end_inset
28312 </cell>
28313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28314 \begin_inset Text
28315
28316 \begin_layout Plain Layout
28317 Pierre
28318 \end_layout
28319
28320 \end_inset
28321 </cell>
28322 </row>
28323 <row>
28324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28325 \begin_inset Text
28326
28327 \begin_layout Plain Layout
28328 \begin_inset Formula $\int x^{2}dx$
28329 \end_inset
28330
28331
28332 \end_layout
28333
28334 \end_inset
28335 </cell>
28336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28337 \begin_inset Text
28338
28339 \begin_layout Plain Layout
28340 \begin_inset Formula $\left[\begin{array}{cc}
28341 a & b\\
28342 c & d
28343 \end{array}\right]$
28344 \end_inset
28345
28346
28347 \end_layout
28348
28349 \end_inset
28350 </cell>
28351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28352 \begin_inset Text
28353
28354 \begin_layout Plain Layout
28355 \begin_inset Formula $1+1=2$
28356 \end_inset
28357
28358
28359 \end_layout
28360
28361 \end_inset
28362 </cell>
28363 </row>
28364 </lyxtabular>
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377 \begin_inset Float table
28378 wide false
28379 sideways false
28380 status open
28381
28382 \begin_layout Plain Layout
28383 \begin_inset Caption Standard
28384
28385 \begin_layout Plain Layout
28386 \begin_inset CommandInset label
28387 LatexCommand label
28388 name "tab:A-standard-table"
28389
28390 \end_inset
28391
28392 Une légende de tableau standard
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Plain Layout
28401 \align center
28402 \begin_inset Tabular
28403 <lyxtabular version="3" rows="3" columns="3">
28404 <features tabularvalignment="middle">
28405 <column alignment="center" valignment="top" width="0pt">
28406 <column alignment="center" valignment="top" width="0pt">
28407 <column alignment="center" valignment="top" width="0pt">
28408 <row>
28409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Plain Layout
28413 1
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28419 \begin_inset Text
28420
28421 \begin_layout Plain Layout
28422 2
28423 \end_layout
28424
28425 \end_inset
28426 </cell>
28427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28428 \begin_inset Text
28429
28430 \begin_layout Plain Layout
28431 3
28432 \end_layout
28433
28434 \end_inset
28435 </cell>
28436 </row>
28437 <row>
28438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28439 \begin_inset Text
28440
28441 \begin_layout Plain Layout
28442 Jean
28443 \end_layout
28444
28445 \end_inset
28446 </cell>
28447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28448 \begin_inset Text
28449
28450 \begin_layout Plain Layout
28451 Marie
28452 \end_layout
28453
28454 \end_inset
28455 </cell>
28456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28457 \begin_inset Text
28458
28459 \begin_layout Plain Layout
28460 Pierre
28461 \end_layout
28462
28463 \end_inset
28464 </cell>
28465 </row>
28466 <row>
28467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28468 \begin_inset Text
28469
28470 \begin_layout Plain Layout
28471 \begin_inset Formula $\int x^{2}dx$
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \end_inset
28478 </cell>
28479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28480 \begin_inset Text
28481
28482 \begin_layout Plain Layout
28483 \begin_inset Formula $\left[\begin{array}{cc}
28484 a & b\\
28485 c & d
28486 \end{array}\right]$
28487 \end_inset
28488
28489
28490 \end_layout
28491
28492 \end_inset
28493 </cell>
28494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498 \begin_inset Formula $1+1=2$
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \end_inset
28505 </cell>
28506 </row>
28507 </lyxtabular>
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Standard
28520 \begin_inset VSpace bigskip
28521 \end_inset
28522
28523 On peut aussi mettre la légende à côté d'une figure ou d'un tableau.
28524  Pour cela, vous devez charger le paquetage \SpecialChar LaTeX
28525  
28526 \series bold
28527 sidecap
28528 \series default
28529
28530 \begin_inset Index idx
28531 status collapsed
28532
28533 \begin_layout Plain Layout
28534 Paquetages \SpecialChar LaTeX
28535  ! sidecap
28536 \end_layout
28537
28538 \end_inset
28539
28540  dans le préambule de votre document avec la ligne de commande suivante
28541 \end_layout
28542
28543 \begin_layout Standard
28544
28545 \series bold
28546
28547 \backslash
28548 usepackage[option]{sidecap}
28549 \end_layout
28550
28551 \begin_layout Standard
28552 Si vous ne mettez aucune option, la légende sera placée du côté de la marge
28553  extérieure – à droite sur les pages impaires et à gauche sur les pages
28554  paires.
28555  Vous pouvez mettre la légende dans la marge interne en utilisant l'option
28556  
28557 \series bold
28558 innercaption
28559 \series default
28560 .
28561  Pour forcer le placement toujours à droite ou à gauche, utilisez les options
28562  
28563 \series bold
28564 rightcaption
28565 \series default
28566  ou 
28567 \series bold
28568 leftcaption
28569 \series default
28570 .
28571 \end_layout
28572
28573 \begin_layout Standard
28574 \begin_inset ERT
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578
28579
28580 \backslash
28581 ifsidecap
28582 \end_layout
28583
28584 \end_inset
28585
28586
28587 \begin_inset Note Note
28588 status open
28589
28590 \begin_layout Plain Layout
28591 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
28592  
28593 \series bold
28594 sidecap
28595 \series default
28596  a été installé.
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Standard
28605 Pour pouvoir placer la légende d'un flottant à côté de celui-ci, vous devez
28606  ajouter ces commandes dans le préambule de votre document :
28607 \end_layout
28608
28609 \begin_layout Standard
28610 \noindent
28611 \begin_inset CommandInset line
28612 LatexCommand rule
28613 offset "0.5ex"
28614 width "100line%"
28615 height "1pt"
28616
28617 \end_inset
28618
28619
28620 \end_layout
28621
28622 \begin_layout Standard
28623
28624 \series bold
28625
28626 \backslash
28627 newcommand{
28628 \backslash
28629 TabBesBeg}[1][1.0]{%
28630 \begin_inset Newline newline
28631 \end_inset
28632
28633
28634 \begin_inset Phantom HPhantom
28635 status open
28636
28637 \begin_layout Plain Layout
28638 \begin_inset space ~
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \end_inset
28645
28646
28647 \backslash
28648 let
28649 \backslash
28650 MyTable
28651 \backslash
28652 table
28653 \begin_inset Newline newline
28654 \end_inset
28655
28656
28657 \begin_inset Phantom HPhantom
28658 status open
28659
28660 \begin_layout Plain Layout
28661
28662 \series medium
28663 \begin_inset space ~
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \end_inset
28670
28671
28672 \backslash
28673 let
28674 \backslash
28675 MyEndtable
28676 \backslash
28677 endtable
28678 \begin_inset Newline newline
28679 \end_inset
28680
28681
28682 \begin_inset Phantom HPhantom
28683 status open
28684
28685 \begin_layout Plain Layout
28686
28687 \series medium
28688 \begin_inset space ~
28689 \end_inset
28690
28691
28692 \end_layout
28693
28694 \end_inset
28695
28696
28697 \backslash
28698 renewenvironment{table}[1]{
28699 \backslash
28700 begin{SCtable}[#1]##1}{
28701 \backslash
28702 end{SCtable}}}
28703 \end_layout
28704
28705 \begin_layout Standard
28706
28707 \series bold
28708
28709 \backslash
28710 newcommand{
28711 \backslash
28712 TabBesEnd}{%
28713 \begin_inset Newline newline
28714 \end_inset
28715
28716
28717 \begin_inset Phantom HPhantom
28718 status open
28719
28720 \begin_layout Plain Layout
28721 \begin_inset space ~
28722 \end_inset
28723
28724
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \backslash
28731 let
28732 \backslash
28733 table
28734 \backslash
28735 MyTable
28736 \begin_inset Newline newline
28737 \end_inset
28738
28739
28740 \begin_inset Phantom HPhantom
28741 status open
28742
28743 \begin_layout Plain Layout
28744 \begin_inset space ~
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \backslash
28754 let
28755 \backslash
28756 endtable
28757 \backslash
28758 MyEndtable
28759 \end_layout
28760
28761 \begin_layout Standard
28762
28763 \series bold
28764
28765 \backslash
28766 newcommand{
28767 \backslash
28768 FigBesBeg}[1][1.0]{%
28769 \begin_inset Newline newline
28770 \end_inset
28771
28772
28773 \begin_inset Phantom HPhantom
28774 status open
28775
28776 \begin_layout Plain Layout
28777 \begin_inset space ~
28778 \end_inset
28779
28780
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \backslash
28787 let
28788 \backslash
28789 MyFigure
28790 \backslash
28791 figure
28792 \begin_inset Newline newline
28793 \end_inset
28794
28795
28796 \begin_inset Phantom HPhantom
28797 status open
28798
28799 \begin_layout Plain Layout
28800 \begin_inset space ~
28801 \end_inset
28802
28803
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \backslash
28810 let
28811 \backslash
28812 MyEndfigure
28813 \backslash
28814 endfigure
28815 \begin_inset Newline newline
28816 \end_inset
28817
28818
28819 \begin_inset Phantom HPhantom
28820 status open
28821
28822 \begin_layout Plain Layout
28823 \begin_inset space ~
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \backslash
28833 renewenvironment{figure}[1]{
28834 \backslash
28835 begin{SCfigure}[#1]##1}{
28836 \backslash
28837 end{SCfigure}}}
28838 \end_layout
28839
28840 \begin_layout Standard
28841
28842 \series bold
28843
28844 \backslash
28845 newcommand{
28846 \backslash
28847 FigBesEnd}{%
28848 \begin_inset Newline newline
28849 \end_inset
28850
28851
28852 \begin_inset Phantom HPhantom
28853 status open
28854
28855 \begin_layout Plain Layout
28856 \begin_inset space ~
28857 \end_inset
28858
28859
28860 \end_layout
28861
28862 \end_inset
28863
28864
28865 \backslash
28866 let
28867 \backslash
28868 figure
28869 \backslash
28870 MyFigure
28871 \begin_inset Newline newline
28872 \end_inset
28873
28874
28875 \begin_inset Phantom HPhantom
28876 status open
28877
28878 \begin_layout Plain Layout
28879 \begin_inset space ~
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \backslash
28889 let
28890 \backslash
28891 endfigure
28892 \backslash
28893 MyEndfigure}
28894 \end_layout
28895
28896 \begin_layout Standard
28897 \noindent
28898 \begin_inset CommandInset line
28899 LatexCommand rule
28900 offset "0.5ex"
28901 width "100line%"
28902 height "1pt"
28903
28904 \end_inset
28905
28906
28907 \end_layout
28908
28909 \begin_layout Standard
28910 Ces commandes vous permettent de redéfinir les flottants de façon à ce que
28911  la légende se place sur le côté.
28912  Pour les flottants de figure, utilisez la commande
28913 \end_layout
28914
28915 \begin_layout Standard
28916
28917 \series bold
28918
28919 \backslash
28920 FigBesBeg
28921 \end_layout
28922
28923 \begin_layout Standard
28924 en code \SpecialChar TeX
28925  avant le flottant.
28926  Et insérez la commande
28927 \end_layout
28928
28929 \begin_layout Standard
28930
28931 \series bold
28932
28933 \backslash
28934 FigBesEnd
28935 \end_layout
28936
28937 \begin_layout Standard
28938 en code \SpecialChar TeX
28939  à l'endroit où vous voulez revenir à la définition originale du
28940  flottant.
28941 \end_layout
28942
28943 \begin_layout Standard
28944 Pour les flottants de tableau, utilisez les commandes correspondantes
28945 \end_layout
28946
28947 \begin_layout Standard
28948
28949 \series bold
28950
28951 \backslash
28952 TabBesBeg
28953 \series default
28954  et 
28955 \series bold
28956
28957 \backslash
28958 TabBesEnd
28959 \end_layout
28960
28961 \begin_layout Standard
28962 La figure
28963 \begin_inset space ~
28964 \end_inset
28965
28966
28967 \begin_inset CommandInset ref
28968 LatexCommand ref
28969 reference "fig:legende-a-coté-fig"
28970
28971 \end_inset
28972
28973  et le tableau
28974 \begin_inset space ~
28975 \end_inset
28976
28977
28978 \begin_inset CommandInset ref
28979 LatexCommand ref
28980 reference "tab:legende-à-coté-tableau"
28981
28982 \end_inset
28983
28984  sont des exemples où la légende a été mises sur le coté.
28985 \end_layout
28986
28987 \begin_layout Standard
28988 Vous pouvez voir dans ces exemples que la légende est en haut du flottant
28989  pour les flottants de tableau et vers le bas pour les flottants de figure.
28990  Pour changer ce comportement, vous pouvez utiliser les commandes
28991 \end_layout
28992
28993 \begin_layout Standard
28994
28995 \series bold
28996
28997 \backslash
28998 sidecaptionvpos{type flottant}{placement}
28999 \end_layout
29000
29001 \begin_layout Standard
29002 dans le préambule du document ou en code \SpecialChar TeX
29003  juste avant le flottant visé.
29004  Le type du flottant est soit 
29005 \family sans
29006 figure
29007 \family default
29008  soit 
29009 \family sans
29010 table
29011 \family default
29012 , le placement peut être 
29013 \begin_inset Quotes fld
29014 \end_inset
29015
29016
29017 \family sans
29018 t
29019 \family default
29020
29021 \begin_inset Quotes frd
29022 \end_inset
29023
29024  pour haut (top), 
29025 \begin_inset Quotes fld
29026 \end_inset
29027
29028
29029 \family sans
29030 c
29031 \family default
29032
29033 \begin_inset Quotes frd
29034 \end_inset
29035
29036
29037 \begin_inset Quotes erd
29038 \end_inset
29039
29040  pour centre (center), ou 
29041 \begin_inset Quotes fld
29042 \end_inset
29043
29044
29045 \family sans
29046 b
29047 \family default
29048
29049 \begin_inset Quotes frd
29050 \end_inset
29051
29052  pour bas (bottom).
29053  Pour que, par exemple, les légendes des flottants de figure soient centrés
29054  verticalement, utilisez la commande
29055 \end_layout
29056
29057 \begin_layout Standard
29058
29059 \series bold
29060
29061 \backslash
29062 sidecaptionvpos{figure}{c}
29063 \end_layout
29064
29065 \begin_layout Standard
29066 C'est ce qui a été utilisé pour la figure
29067 \begin_inset space ~
29068 \end_inset
29069
29070
29071 \begin_inset CommandInset ref
29072 LatexCommand ref
29073 reference "fig:legende-à-coté-fig-2"
29074
29075 \end_inset
29076
29077 .
29078 \end_layout
29079
29080 \begin_layout Standard
29081 \begin_inset VSpace medskip
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Standard
29088 La largeur de légende par défaut est celle de l'image ou du tableau.
29089  Pour des images ou des tableaux étroits, comme le tableau
29090 \begin_inset space ~
29091 \end_inset
29092
29093
29094 \begin_inset CommandInset ref
29095 LatexCommand ref
29096 reference "tab:legende-à-coté-tableau"
29097
29098 \end_inset
29099
29100 , cela donne des légendes trop étroites.
29101  Vous pouvez augmenter la largeur en précisant un facteur qui sera multiplié
29102  à la largeur de l'image ou du tableau pour obtenir la largeur de la légende.
29103  La largeur de la légende sera automatiquement recalculée dans le cas où
29104  cette dernière déborderait dans la marge de la page ou de la colonne à
29105  cause de la largeur indiquée.
29106  Le 
29107 \emph on
29108 facteur 
29109 \emph default
29110 peut soit être donné comme argument pour 
29111 \series bold
29112
29113 \backslash
29114 FigBesBeg
29115 \series default
29116 :
29117 \end_layout
29118
29119 \begin_layout Standard
29120
29121 \series bold
29122
29123 \backslash
29124 FigBesBeg[facteur]
29125 \end_layout
29126
29127 \begin_layout Standard
29128 ou dans la définition de 
29129 \series bold
29130
29131 \backslash
29132 FigBesBeg 
29133 \series default
29134 en remplaçant le
29135 \series bold
29136  1.0 
29137 \series default
29138 par une autre valeur.
29139  Si vous utilisez cette dernière méthode, votre facteur sera utilisé de
29140  façon implicite quand  
29141 \series bold
29142
29143 \backslash
29144 FigBesBeg
29145 \series default
29146  est utilisé sans argument.
29147  Pour le tableau
29148 \begin_inset space ~
29149 \end_inset
29150
29151
29152 \begin_inset CommandInset ref
29153 LatexCommand ref
29154 reference "tab:cap-beside-tab-wider"
29155
29156 \end_inset
29157
29158  on a utilisé 5 comme facteur.
29159 \end_layout
29160
29161 \begin_layout Standard
29162
29163 \lang english
29164 \begin_inset Note Greyedout
29165 status open
29166
29167 \begin_layout Plain Layout
29168
29169 \series bold
29170 Note:
29171 \series default
29172  Pour les flottants qui ont leur légende sur le côté, vous ne pouvez pas
29173  utiliser l'option de placement, 
29174 \family sans
29175 Ici
29176 \begin_inset space ~
29177 \end_inset
29178
29179 à
29180 \begin_inset space ~
29181 \end_inset
29182
29183 tout
29184 \begin_inset space ~
29185 \end_inset
29186
29187 prix
29188 \family default
29189  parce qu'elle n'est pas gérée par 
29190 \series bold
29191 sidecap
29192 \series default
29193 .
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Standard
29202 \begin_inset VSpace medskip
29203 \end_inset
29204
29205 Pour plus d'information sur le paquetage 
29206 \series bold
29207 sidecap
29208 \series default
29209  nous vous renvoyons à sa documentation 
29210 \begin_inset CommandInset citation
29211 LatexCommand cite
29212 key "sidecap"
29213
29214 \end_inset
29215
29216 .
29217 \end_layout
29218
29219 \begin_layout Standard
29220 \begin_inset Note Greyedout
29221 status open
29222
29223 \begin_layout Plain Layout
29224
29225 \series bold
29226 Note:
29227 \series default
29228  Le paquetage \SpecialChar LaTeX
29229  
29230 \series bold
29231 hypcap
29232 \series default
29233
29234 \begin_inset Index idx
29235 status collapsed
29236
29237 \begin_layout Plain Layout
29238 Paquetages \SpecialChar LaTeX
29239  ! hypcap
29240 \end_layout
29241
29242 \end_inset
29243
29244 , qui est décrit dans la section
29245 \begin_inset space ~
29246 \end_inset
29247
29248
29249 \begin_inset CommandInset ref
29250 LatexCommand ref
29251 reference "subsec:Reference-Position"
29252
29253 \end_inset
29254
29255 , n'a pas d'effet sur les flottants avec une légende placée à côté.
29256 \end_layout
29257
29258 \end_inset
29259
29260
29261 \end_layout
29262
29263 \begin_layout Standard
29264 \begin_inset ERT
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268
29269
29270 \backslash
29271 FigBesBeg 
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Standard
29280 \begin_inset Float figure
29281 wide false
29282 sideways false
29283 status open
29284
29285 \begin_layout Plain Layout
29286 \begin_inset Graphics
29287         filename ../clipart/escher-lsd.eps
29288         scale 75
29289         scaleBeforeRotation
29290
29291 \end_inset
29292
29293
29294 \end_layout
29295
29296 \begin_layout Plain Layout
29297 \begin_inset Caption Standard
29298
29299 \begin_layout Plain Layout
29300 \begin_inset CommandInset label
29301 LatexCommand label
29302 name "fig:legende-a-coté-fig"
29303
29304 \end_inset
29305
29306 Une légende à côté d'une figure.
29307 \end_layout
29308
29309 \end_inset
29310
29311
29312 \end_layout
29313
29314 \end_inset
29315
29316
29317 \end_layout
29318
29319 \begin_layout Standard
29320 \begin_inset ERT
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324
29325
29326 \backslash
29327 FigBesEnd
29328 \end_layout
29329
29330 \end_inset
29331
29332
29333 \end_layout
29334
29335 \begin_layout Standard
29336 \begin_inset ERT
29337 status collapsed
29338
29339 \begin_layout Plain Layout
29340
29341
29342 \backslash
29343 TabBesBeg 
29344 \end_layout
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Standard
29352 \begin_inset Float table
29353 wide false
29354 sideways false
29355 status open
29356
29357 \begin_layout Plain Layout
29358 \begin_inset Caption Standard
29359
29360 \begin_layout Plain Layout
29361 \begin_inset CommandInset label
29362 LatexCommand label
29363 name "tab:legende-à-coté-tableau"
29364
29365 \end_inset
29366
29367 Une légende à côté d'un tableau.
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Plain Layout
29376 \begin_inset Tabular
29377 <lyxtabular version="3" rows="4" columns="5">
29378 <features tabularvalignment="middle">
29379 <column alignment="center" valignment="top">
29380 <column alignment="center" valignment="top">
29381 <column alignment="center" valignment="top">
29382 <column alignment="center" valignment="top">
29383 <column alignment="center" valignment="top">
29384 <row>
29385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29386 \begin_inset Text
29387
29388 \begin_layout Plain Layout
29389 a
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398
29399 \end_layout
29400
29401 \end_inset
29402 </cell>
29403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29404 \begin_inset Text
29405
29406 \begin_layout Plain Layout
29407 b
29408 \end_layout
29409
29410 \end_inset
29411 </cell>
29412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29413 \begin_inset Text
29414
29415 \begin_layout Plain Layout
29416
29417 \end_layout
29418
29419 \end_inset
29420 </cell>
29421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29422 \begin_inset Text
29423
29424 \begin_layout Plain Layout
29425 c
29426 \end_layout
29427
29428 \end_inset
29429 </cell>
29430 </row>
29431 <row>
29432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29433 \begin_inset Text
29434
29435 \begin_layout Plain Layout
29436
29437 \end_layout
29438
29439 \end_inset
29440 </cell>
29441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29442 \begin_inset Text
29443
29444 \begin_layout Plain Layout
29445 d
29446 \end_layout
29447
29448 \end_inset
29449 </cell>
29450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29451 \begin_inset Text
29452
29453 \begin_layout Plain Layout
29454
29455 \end_layout
29456
29457 \end_inset
29458 </cell>
29459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29460 \begin_inset Text
29461
29462 \begin_layout Plain Layout
29463 e
29464 \end_layout
29465
29466 \end_inset
29467 </cell>
29468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29469 \begin_inset Text
29470
29471 \begin_layout Plain Layout
29472
29473 \end_layout
29474
29475 \end_inset
29476 </cell>
29477 </row>
29478 <row>
29479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29480 \begin_inset Text
29481
29482 \begin_layout Plain Layout
29483 f
29484 \end_layout
29485
29486 \end_inset
29487 </cell>
29488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29489 \begin_inset Text
29490
29491 \begin_layout Plain Layout
29492
29493 \end_layout
29494
29495 \end_inset
29496 </cell>
29497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29498 \begin_inset Text
29499
29500 \begin_layout Plain Layout
29501 g
29502 \end_layout
29503
29504 \end_inset
29505 </cell>
29506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29507 \begin_inset Text
29508
29509 \begin_layout Plain Layout
29510
29511 \end_layout
29512
29513 \end_inset
29514 </cell>
29515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29516 \begin_inset Text
29517
29518 \begin_layout Plain Layout
29519 h
29520 \end_layout
29521
29522 \end_inset
29523 </cell>
29524 </row>
29525 <row>
29526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29527 \begin_inset Text
29528
29529 \begin_layout Plain Layout
29530
29531 \end_layout
29532
29533 \end_inset
29534 </cell>
29535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29536 \begin_inset Text
29537
29538 \begin_layout Plain Layout
29539 i
29540 \end_layout
29541
29542 \end_inset
29543 </cell>
29544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Plain Layout
29557 j
29558 \end_layout
29559
29560 \end_inset
29561 </cell>
29562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29563 \begin_inset Text
29564
29565 \begin_layout Plain Layout
29566
29567 \end_layout
29568
29569 \end_inset
29570 </cell>
29571 </row>
29572 </lyxtabular>
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \end_layout
29583
29584 \begin_layout Standard
29585 \begin_inset ERT
29586 status collapsed
29587
29588 \begin_layout Plain Layout
29589
29590
29591 \backslash
29592 TabBesEnd
29593 \end_layout
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Standard
29601 \begin_inset ERT
29602 status collapsed
29603
29604 \begin_layout Plain Layout
29605
29606
29607 \backslash
29608 FigBesBeg 
29609 \end_layout
29610
29611 \end_inset
29612
29613
29614 \end_layout
29615
29616 \begin_layout Standard
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622
29623 \backslash
29624 sidecaptionvpos{figure}{c}
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \begin_inset Float figure
29631 wide false
29632 sideways false
29633 status open
29634
29635 \begin_layout Plain Layout
29636 \begin_inset Graphics
29637         filename ../clipart/escher-lsd.eps
29638         scale 75
29639         scaleBeforeRotation
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \begin_layout Plain Layout
29647 \begin_inset Caption Standard
29648
29649 \begin_layout Plain Layout
29650 \begin_inset CommandInset label
29651 LatexCommand label
29652 name "fig:legende-à-coté-fig-2"
29653
29654 \end_inset
29655
29656 Une légende centrée verticalement à côté d'une figure.
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \end_layout
29663
29664 \end_inset
29665
29666
29667 \end_layout
29668
29669 \begin_layout Standard
29670 \begin_inset ERT
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674
29675
29676 \backslash
29677 FigBesEnd
29678 \end_layout
29679
29680 \end_inset
29681
29682
29683 \end_layout
29684
29685 \begin_layout Standard
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 TabBesBeg[5]
29694 \end_layout
29695
29696 \end_inset
29697
29698
29699 \end_layout
29700
29701 \begin_layout Standard
29702 \begin_inset Float table
29703 wide false
29704 sideways false
29705 status open
29706
29707 \begin_layout Plain Layout
29708 \begin_inset Caption Standard
29709
29710 \begin_layout Plain Layout
29711
29712 \lang english
29713 \begin_inset CommandInset label
29714 LatexCommand label
29715 name "tab:cap-beside-tab-wider"
29716
29717 \end_inset
29718
29719 This is a caption is wider than the one in
29720 \lang french
29721  tableau
29722 \begin_inset space ~
29723 \end_inset
29724
29725
29726 \begin_inset CommandInset ref
29727 LatexCommand ref
29728 reference "tab:legende-à-coté-tableau"
29729
29730 \end_inset
29731
29732 .
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \end_layout
29739
29740 \begin_layout Plain Layout
29741 \begin_inset Tabular
29742 <lyxtabular version="3" rows="4" columns="5">
29743 <features tabularvalignment="middle">
29744 <column alignment="center" valignment="top">
29745 <column alignment="center" valignment="top">
29746 <column alignment="center" valignment="top">
29747 <column alignment="center" valignment="top">
29748 <column alignment="center" valignment="top">
29749 <row>
29750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29751 \begin_inset Text
29752
29753 \begin_layout Plain Layout
29754 a
29755 \end_layout
29756
29757 \end_inset
29758 </cell>
29759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29760 \begin_inset Text
29761
29762 \begin_layout Plain Layout
29763
29764 \end_layout
29765
29766 \end_inset
29767 </cell>
29768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29769 \begin_inset Text
29770
29771 \begin_layout Plain Layout
29772 b
29773 \end_layout
29774
29775 \end_inset
29776 </cell>
29777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29778 \begin_inset Text
29779
29780 \begin_layout Plain Layout
29781
29782 \end_layout
29783
29784 \end_inset
29785 </cell>
29786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29787 \begin_inset Text
29788
29789 \begin_layout Plain Layout
29790 c
29791 \end_layout
29792
29793 \end_inset
29794 </cell>
29795 </row>
29796 <row>
29797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29798 \begin_inset Text
29799
29800 \begin_layout Plain Layout
29801
29802 \end_layout
29803
29804 \end_inset
29805 </cell>
29806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29807 \begin_inset Text
29808
29809 \begin_layout Plain Layout
29810 d
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29816 \begin_inset Text
29817
29818 \begin_layout Plain Layout
29819
29820 \end_layout
29821
29822 \end_inset
29823 </cell>
29824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29825 \begin_inset Text
29826
29827 \begin_layout Plain Layout
29828 e
29829 \end_layout
29830
29831 \end_inset
29832 </cell>
29833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29834 \begin_inset Text
29835
29836 \begin_layout Plain Layout
29837
29838 \end_layout
29839
29840 \end_inset
29841 </cell>
29842 </row>
29843 <row>
29844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29845 \begin_inset Text
29846
29847 \begin_layout Plain Layout
29848 f
29849 \end_layout
29850
29851 \end_inset
29852 </cell>
29853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29854 \begin_inset Text
29855
29856 \begin_layout Plain Layout
29857
29858 \end_layout
29859
29860 \end_inset
29861 </cell>
29862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29863 \begin_inset Text
29864
29865 \begin_layout Plain Layout
29866 g
29867 \end_layout
29868
29869 \end_inset
29870 </cell>
29871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29872 \begin_inset Text
29873
29874 \begin_layout Plain Layout
29875
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29881 \begin_inset Text
29882
29883 \begin_layout Plain Layout
29884 h
29885 \end_layout
29886
29887 \end_inset
29888 </cell>
29889 </row>
29890 <row>
29891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904 i
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922 j
29923 \end_layout
29924
29925 \end_inset
29926 </cell>
29927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29928 \begin_inset Text
29929
29930 \begin_layout Plain Layout
29931
29932 \end_layout
29933
29934 \end_inset
29935 </cell>
29936 </row>
29937 </lyxtabular>
29938
29939 \end_inset
29940
29941
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955
29956 \backslash
29957 TabBesEnd
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \begin_inset ERT
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970
29971
29972 \backslash
29973 else
29974 \end_layout
29975
29976 \end_inset
29977
29978
29979 \begin_inset Note Note
29980 status open
29981
29982 \begin_layout Plain Layout
29983 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
29984  
29985 \series bold
29986 sidecap
29987 \series default
29988  n'est pas installé :
29989 \end_layout
29990
29991 \end_inset
29992
29993
29994 \end_layout
29995
29996 \begin_layout Standard
29997 Vous devez installer le paquetage \SpecialChar LaTeX
29998  
29999 \series bold
30000 sidecap
30001 \series default
30002  pour voir la suite de cette section dans la sortie imprimée.
30003 \end_layout
30004
30005 \begin_layout Standard
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 fi
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \end_layout
30020
30021 \begin_layout Section
30022 Les listes de flottants
30023 \begin_inset Index idx
30024 status collapsed
30025
30026 \begin_layout Plain Layout
30027 Flottants ! Listes de Flottants
30028 \end_layout
30029
30030 \end_inset
30031
30032
30033 \end_layout
30034
30035 \begin_layout Standard
30036 De la même façon que la table des matières fait la liste des sections du
30037  document, il y a des listes pour tous les types de flottants, comme par
30038  exemple pour les figures du document.
30039  Vous pouvez les insérer en utilisant le menu 
30040 \family sans
30041 Insertion\SpecialChar menuseparator
30042 Listes
30043 \begin_inset space ~
30044 \end_inset
30045
30046 &
30047 \begin_inset space ~
30048 \end_inset
30049
30050 TdM
30051 \family default
30052 .
30053 \end_layout
30054
30055 \begin_layout Standard
30056 Les entrées de la liste sont la légende du flottant ou éventuellement le
30057  titre court, le numéro du flottant, et le numéro de la page où le flottant
30058  apparaît dans le document.
30059 \end_layout
30060
30061 \begin_layout Standard
30062 Vous trouverez à la fin de ce document une liste des figures et une liste
30063  des tableaux.
30064 \end_layout
30065
30066 \begin_layout Chapter
30067 Notes
30068 \end_layout
30069
30070 \begin_layout Section
30071 Les notes de \SpecialChar LyX
30072
30073 \begin_inset Index idx
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 Notes ! Notes \SpecialChar LyX
30078  
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087 On peut insérer une note en utilisant le bouton 
30088 \begin_inset Info
30089 type  "icon"
30090 arg   "note-insert"
30091 \end_inset
30092
30093  de la barre d'outils ou avec le menu 
30094 \family sans
30095 Insertion\SpecialChar menuseparator
30096 Note
30097 \family default
30098 .
30099  Il y a trois types de notes :
30100 \end_layout
30101
30102 \begin_layout Description
30103 Note
30104 \begin_inset space ~
30105 \end_inset
30106
30107 \SpecialChar LyX
30108  Ce type de note est à usage interne et n'apparaîtra pas sur la sortie finale.
30109  La boîte de cette note ressemble à ceci :
30110 \begin_inset Newline newline
30111 \end_inset
30112
30113
30114 \begin_inset Newline newline
30115 \end_inset
30116
30117
30118 \begin_inset Graphics
30119         filename clipart/LyXNoteImageQt4.png
30120         display false
30121         scale 65
30122         scaleBeforeRotation
30123
30124 \end_inset
30125
30126  
30127 \begin_inset Note Note
30128 status open
30129
30130 \begin_layout Plain Layout
30131 Le texte de cette note n'apparaîtra pas à l'impression.
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \end_layout
30138
30139 \begin_layout Description
30140 Commentaire Ce type de note n'apparaît pas non plus à l'impression, mais
30141  il est inséré comme un commentaire \SpecialChar LaTeX
30142  quand vous exportez votre document
30143  vers un fichier au format \SpecialChar LaTeX
30144  avec le menu 
30145 \family sans
30146 Fichier\SpecialChar menuseparator
30147 Exporter\SpecialChar menuseparator
30148 \SpecialChar LaTeX
30149  (pdflatex) / (plain)
30150 \family default
30151 .
30152  La boîte de cette note ressemble à ceci :
30153 \begin_inset Newline newline
30154 \end_inset
30155
30156
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160
30161 \begin_inset Graphics
30162         filename clipart/CommentNoteImageQt4.png
30163         display false
30164         scale 55
30165         scaleBeforeRotation
30166
30167 \end_inset
30168
30169  
30170 \begin_inset Note Comment
30171 status open
30172
30173 \begin_layout Plain Layout
30174 Le texte de cette note n'apparaîtra que comme commentaire dans un fichier
30175  \SpecialChar LaTeX
30176 .
30177 \end_layout
30178
30179 \end_inset
30180
30181
30182 \end_layout
30183
30184 \begin_layout Description
30185 Grisée Ce type de note apparaît à l'impression sous forme de texte grisé.
30186  La boîte de cette note ressemble à ceci :
30187 \begin_inset Newline newline
30188 \end_inset
30189
30190
30191 \begin_inset Newline newline
30192 \end_inset
30193
30194
30195 \begin_inset Graphics
30196         filename clipart/GreyedOutNoteImageQt4.png
30197         lyxscale 80
30198         display false
30199         scale 55
30200         scaleBeforeRotation
30201
30202 \end_inset
30203
30204
30205 \begin_inset Newline newline
30206 \end_inset
30207
30208
30209 \begin_inset ERT
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213
30214
30215 \backslash
30216 renewenvironment{lyxgreyedout}
30217 \end_layout
30218
30219 \begin_layout Plain Layout
30220
30221 {
30222 \backslash
30223 textcolor[gray]{0.8}
30224 \backslash
30225 bgroup}{
30226 \backslash
30227 egroup}
30228 \end_layout
30229
30230 \end_inset
30231
30232
30233 \begin_inset Note Greyedout
30234 status open
30235
30236 \begin_layout Plain Layout
30237 Le texte
30238 \begin_inset Foot
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Ceci est un exemple de note de bas de page à l'intérieur d'une note en texte
30243  grisé.
30244  
30245 \end_layout
30246
30247 \end_inset
30248
30249  de ce commentaire apparaîtra à l'impression sous forme de texte grisé.
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260
30261 \backslash
30262 renewenvironment{lyxgreyedout}
30263 \end_layout
30264
30265 \begin_layout Plain Layout
30266
30267 {
30268 \backslash
30269 textcolor{blue}
30270 \backslash
30271 bgroup}{
30272 \backslash
30273 egroup}
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \begin_inset Note Note
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Ici, on a redéfini la note grisée pour qu'elle apparaisse avec la définition
30284  originale qu'elle a dans \SpecialChar LyX
30285 .
30286  En effet, dans ce document les notes grisées sont redéfinies dans le préambule,
30287  comme c'est décrit plus loin, pour apparaître avec le texte en bleu.
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \begin_inset Newline newline
30294 \end_inset
30295
30296
30297 \begin_inset Newline newline
30298 \end_inset
30299
30300 Comme vous pouvez le voir dans l'exemple, la première ligne des notes grisées
30301  est un peu décalée et ce type de notes peut avoir des notes de bas de page.
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset VSpace bigskip
30306 \end_inset
30307
30308 Quand vous utilisez le bouton 
30309 \begin_inset Info
30310 type  "icon"
30311 arg   "note-insert"
30312 \end_inset
30313
30314  de la barre d'outils, vous insérez une 
30315 \family sans
30316 Note
30317 \begin_inset space ~
30318 \end_inset
30319
30320 \SpecialChar LyX
30321
30322 \family default
30323 .
30324  
30325 \lang english
30326 You can switch between the three note types by right-clicking on the note-box.
30327
30328 \lang french
30329  Si vous voulez transformer une portion de texte existant en note, sélectionnez-
30330 la et cliquez sur le bouton d'insertion de note.
30331  Pour retransformer une note en texte, appuyez sur la touche 
30332 \family sans
30333 backspace
30334 \family default
30335  quand le curseur est au tout début de la note ou appuyez sur la touche
30336  
30337 \family sans
30338 Suppr.
30339
30340 \family default
30341  quand le curseur se trouve à la fin de la note.
30342 \end_layout
30343
30344 \begin_layout Standard
30345 \begin_inset VSpace bigskip
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \begin_layout Standard
30352 Vous pouvez changer la couleur des notes grisées dans le menu 
30353 \family sans
30354 Document\SpecialChar menuseparator
30355 Paramètres\SpecialChar menuseparator
30356 Couleurs
30357 \family default
30358 .
30359 \end_layout
30360
30361 \begin_layout Section
30362 Notes en bas de page
30363 \begin_inset CommandInset label
30364 LatexCommand label
30365 name "sec:Notes-bas-de-page"
30366
30367 \end_inset
30368
30369
30370 \begin_inset Index idx
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374 Notes ! Notes de bas de page
30375 \end_layout
30376
30377 \end_inset
30378
30379
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Notes de bas de page
30385 \end_layout
30386
30387 \end_inset
30388
30389
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Les notes en bas de page peuvent être insérées soit en utilisant le bouton
30394  
30395 \begin_inset Info
30396 type  "icon"
30397 arg   "footnote-insert"
30398 \end_inset
30399
30400  de la barre d'outils, soit en utilisant le menu 
30401 \family sans
30402 Insertion\SpecialChar menuseparator
30403 Note
30404 \begin_inset space ~
30405 \end_inset
30406
30407 en
30408 \begin_inset space ~
30409 \end_inset
30410
30411 Bas
30412 \begin_inset space ~
30413 \end_inset
30414
30415 de
30416 \begin_inset space ~
30417 \end_inset
30418
30419 Page
30420 \family default
30421 .
30422  Vous voyez alors apparaître dans votre texte une boîte grise avec une étiquette
30423  rouge 
30424 \begin_inset Quotes fld
30425 \end_inset
30426
30427 bas
30428 \begin_inset Quotes frd
30429 \end_inset
30430
30431  qui ressemble à ceci : 
30432 \begin_inset Graphics
30433         filename clipart/footnoteQt4.png
30434         scale 80
30435         scaleBeforeRotation
30436
30437 \end_inset
30438
30439  Vous pouvez y entrer votre texte.
30440  Si vous voulez transformer du texte déjà existant en note en bas de page,
30441  sélectionnez-le et cliquez sur le bouton 
30442 \family sans
30443 Note
30444 \begin_inset space ~
30445 \end_inset
30446
30447 en
30448 \begin_inset space ~
30449 \end_inset
30450
30451 Bas
30452 \begin_inset space ~
30453 \end_inset
30454
30455 de
30456 \begin_inset space ~
30457 \end_inset
30458
30459 Page
30460 \family default
30461  de la barre d'outils.
30462  Pour retransformer une note de bas de page en texte, appuyez sur la touche
30463  
30464 \family sans
30465 Backspace
30466 \family default
30467  quand le curseur est au tout début de la note ou appuyez sur la touche
30468  
30469 \family sans
30470 Suppr.
30471
30472 \family default
30473  quand le curseur se trouve à la fin de la note.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 Voici un exemple de note en bas de page:
30478 \begin_inset Foot
30479 status open
30480
30481 \begin_layout Plain Layout
30482 \begin_inset CommandInset label
30483 LatexCommand label
30484 name "fn:Note-en-bas"
30485
30486 \end_inset
30487
30488 Ceci est un exemple de note en bas de page.
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \begin_inset ERT
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498
30499
30500 \backslash
30501 newcounter{MyRepeatFoot}
30502 \end_layout
30503
30504 \begin_layout Plain Layout
30505
30506
30507 \backslash
30508 setcounter{MyRepeatFoot}{
30509 \backslash
30510 thefootnote}
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \end_layout
30517
30518 \begin_layout Standard
30519 La note de bas de page apparaîtra dans la sortie imprimée sous la forme
30520  d'un numéro en exposant à la position qu'occupe dans le texte la boîte
30521  de note.
30522  Le texte de la note est placé en bas de la page courante.
30523  Le numéro de note est calculé par \SpecialChar LaTeX
30524 , et les numéros se suivent.
30525  Selon votre classe de document les numéros de notes pourront être réinitialisés
30526  à chaque nouveau chapitre.
30527 \end_layout
30528
30529 \begin_layout Standard
30530 On peut faire référence à une note en bas de page comme on le fait avec
30531  les flottants : Insérez une étiquette dans la note et faites une référence
30532  croisée vers cette étiquette comme c'est décrit dans la
30533 \begin_inset space ~
30534 \end_inset
30535
30536
30537 \begin_inset CommandInset ref
30538 LatexCommand ref
30539 reference "sec:Referencer-les-Flottants"
30540
30541 \end_inset
30542
30543 .
30544 \begin_inset Newline newline
30545 \end_inset
30546
30547 Voici une référence à une note de bas de page :
30548 \begin_inset space ~
30549 \end_inset
30550
30551
30552 \begin_inset CommandInset ref
30553 LatexCommand ref
30554 reference "fn:Note-en-bas"
30555
30556 \end_inset
30557
30558 .
30559 \end_layout
30560
30561 \begin_layout Standard
30562 \begin_inset VSpace defskip
30563 \end_inset
30564
30565
30566 \lang english
30567 Footnotes in title environments are usually not numbered with symbols and
30568  they cannot contain several paragraphs.
30569  See for example the footnote in the titling of this document.
30570 \end_layout
30571
30572 \begin_layout Standard
30573 \begin_inset VSpace defskip
30574 \end_inset
30575
30576
30577 \end_layout
30578
30579 \begin_layout Standard
30580 Le notes de bas de page se trouvant dans des tableaux ne sont pas imprimées
30581  par \SpecialChar LaTeX
30582  pour des raisons techniques.
30583  Il existe pourtant une autre méthode pour les imprimer : on insère la commande
30584  
30585 \series bold
30586
30587 \backslash
30588 footnotemark{}
30589 \series default
30590  en code \SpecialChar TeX
30591  à la place de la note de bas de page.
30592  Le texte de la note est mis en argument de la commande \SpecialChar TeX
30593  
30594 \series bold
30595
30596 \backslash
30597 footnotetext
30598 \series default
30599  après le tableau.
30600 \begin_inset Newline newline
30601 \end_inset
30602
30603 C'est ce qui a été fait pour le tableau qui suit avec la commande
30604 \end_layout
30605
30606 \begin_layout Standard
30607
30608 \series bold
30609
30610 \backslash
30611 footnotetext{
30612 \series default
30613 Note de bas de page de tableau imprimée.
30614 \series bold
30615 }
30616 \end_layout
30617
30618 \begin_layout Standard
30619
30620 \lang english
30621 \begin_inset Tabular
30622 <lyxtabular version="3" rows="2" columns="1">
30623 <features tabularvalignment="middle">
30624 <column alignment="center" valignment="top">
30625 <row>
30626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30627 \begin_inset Text
30628
30629 \begin_layout Plain Layout
30630 Un exemple de texte
30631 \begin_inset Foot
30632 status open
30633
30634 \begin_layout Plain Layout
30635 Cette note ne sera pas imprimée
30636 \begin_inset space ~
30637 \end_inset
30638
30639 !
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \end_layout
30646
30647 \end_inset
30648 </cell>
30649 </row>
30650 <row>
30651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30652 \begin_inset Text
30653
30654 \begin_layout Plain Layout
30655 Un autre exemple de texte
30656 \begin_inset ERT
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660
30661
30662 \backslash
30663 footnotemark{}
30664 \end_layout
30665
30666 \end_inset
30667
30668
30669 \end_layout
30670
30671 \end_inset
30672 </cell>
30673 </row>
30674 </lyxtabular>
30675
30676 \end_inset
30677
30678
30679 \begin_inset ERT
30680 status collapsed
30681
30682 \begin_layout Plain Layout
30683
30684
30685 \backslash
30686 footnotetext{
30687 \end_layout
30688
30689 \end_inset
30690
30691
30692 \lang french
30693 Note de bas de page de tableau imprimée.
30694 \lang english
30695
30696 \begin_inset ERT
30697 status collapsed
30698
30699 \begin_layout Plain Layout
30700
30701 }
30702 \end_layout
30703
30704 \end_inset
30705
30706
30707 \end_layout
30708
30709 \begin_layout Standard
30710 Les notes de bas de page dans des tableaux longs sont décrites dans la section
30711 \begin_inset space ~
30712 \end_inset
30713
30714
30715 \begin_inset CommandInset ref
30716 LatexCommand ref
30717 reference "subsec:Notes-dans-tableau-long"
30718
30719 \end_inset
30720
30721 .
30722 \end_layout
30723
30724 \begin_layout Standard
30725 Les notes de bas de page qui se trouvent à l'intérieur d'une minipage sont
30726  imprimées, mais à l'intérieur de la minipage et avec une numérotation différent
30727 e, vu que la minipage est considérée comme une page se trouvant dans une
30728  autre page.
30729  Pour plus d'information sur les minipages, voyez la section
30730 \begin_inset space ~
30731 \end_inset
30732
30733
30734 \begin_inset CommandInset ref
30735 LatexCommand ref
30736 reference "sec:Minipages"
30737
30738 \end_inset
30739
30740 .
30741  Pour avoir une note de bas de page à l'intérieur d'une minipage et qui
30742  s'imprime en bas de page comme une note normale, on doit aussi utiliser
30743  la méthode utilisant les commandes 
30744 \series bold
30745
30746 \backslash
30747 footnotemark{}
30748 \series default
30749  et 
30750 \series bold
30751
30752 \backslash
30753 footnotetext
30754 \series default
30755 .
30756 \end_layout
30757
30758 \begin_layout Standard
30759 \begin_inset Box Frameless
30760 position "t"
30761 hor_pos "c"
30762 has_inner_box 1
30763 inner_pos "t"
30764 use_parbox 0
30765 use_makebox 0
30766 width "100col%"
30767 special "none"
30768 height "1in"
30769 height_special "totalheight"
30770 thickness "0.4pt"
30771 separation "3pt"
30772 shadowsize "4pt"
30773 framecolor "black"
30774 backgroundcolor "none"
30775 status open
30776
30777 \begin_layout Plain Layout
30778 Un exemple de texte dans une minipage.
30779 \begin_inset Foot
30780 status open
30781
30782 \begin_layout Plain Layout
30783 Note de bas de page dans la minipage.
30784 \end_layout
30785
30786 \end_inset
30787
30788
30789 \end_layout
30790
30791 \begin_layout Plain Layout
30792 Un autre exemple de texte dans une minipage.
30793 \begin_inset ERT
30794 status collapsed
30795
30796 \begin_layout Plain Layout
30797
30798
30799 \backslash
30800 footnotemark{}
30801 \end_layout
30802
30803 \end_inset
30804
30805
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \end_layout
30812
30813 \begin_layout Standard
30814 \begin_inset ERT
30815 status collapsed
30816
30817 \begin_layout Plain Layout
30818
30819
30820 \backslash
30821 footnotetext{
30822 \end_layout
30823
30824 \end_inset
30825
30826 Note de bas de page en dehors de la minipage.
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 }
30833 \end_layout
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Standard
30841 \begin_inset VSpace defskip
30842 \end_inset
30843
30844
30845 \end_layout
30846
30847 \begin_layout Standard
30848 Pour faire référence plusieurs fois à la même note sans avoir à la dupliquer,
30849  utilisez la commande 
30850 \series bold
30851
30852 \backslash
30853 footnotemark[number]
30854 \series default
30855  en code \SpecialChar TeX
30856 .
30857 \begin_inset Newline newline
30858 \end_inset
30859
30860 Comme vous ne connaissez pas le numéro de la note au moment où vous écrivez
30861  votre texte, vous devez enregistrer son numéro.
30862  Dans l'exemple de marque de note de bas de page suivant, ces commandes
30863  ont été insérées en code \SpecialChar TeX
30864  après la note
30865 \begin_inset space ~
30866 \end_inset
30867
30868
30869 \begin_inset CommandInset ref
30870 LatexCommand ref
30871 reference "fn:Note-en-bas"
30872
30873 \end_inset
30874
30875  pour enregistrer son numéro
30876 \begin_inset space ~
30877 \end_inset
30878
30879 :
30880 \end_layout
30881
30882 \begin_layout Standard
30883
30884 \series bold
30885
30886 \backslash
30887 newcounter{MaNoteDupliquee}
30888 \begin_inset Newline newline
30889 \end_inset
30890
30891
30892 \backslash
30893 setcounter{MaNoteDupliquee}{
30894 \backslash
30895 thefootnote}
30896 \end_layout
30897
30898 \begin_layout Standard
30899 La note de bas de page a été créée avec la commande
30900 \begin_inset space ~
30901 \end_inset
30902
30903 :
30904 \end_layout
30905
30906 \begin_layout Standard
30907
30908 \series bold
30909
30910 \backslash
30911 footnotemark[
30912 \backslash
30913 MaNoteDupliquee]
30914 \end_layout
30915
30916 \begin_layout Standard
30917 Voici une note de bas de page dupliquée
30918 \begin_inset space ~
30919 \end_inset
30920
30921 :
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927
30928 \backslash
30929 footnotemark[
30930 \backslash
30931 theMyRepeatFoot]
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \end_layout
30938
30939 \begin_layout Standard
30940 Si vous voulez dupliquer la note précédente, vous pouvez omettre l'enregistremen
30941 t du numéro de note et juste utiliser la commande suivante
30942 \end_layout
30943
30944 \begin_layout Standard
30945
30946 \series bold
30947
30948 \backslash
30949 footnotemark[
30950 \backslash
30951 thefootnote]
30952 \end_layout
30953
30954 \begin_layout Standard
30955 Voici une autre note de bas de page dupliquée
30956 \begin_inset space ~
30957 \end_inset
30958
30959 :
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 footnotemark[
30968 \backslash
30969 thefootnote]
30970 \end_layout
30971
30972 \end_inset
30973
30974
30975 \end_layout
30976
30977 \begin_layout Subsection
30978 Numérotation de notes de bas de page
30979 \begin_inset CommandInset label
30980 LatexCommand label
30981 name "subsec:Numerotation-notes-bas-de-page"
30982
30983 \end_inset
30984
30985
30986 \begin_inset Index idx
30987 status collapsed
30988
30989 \begin_layout Plain Layout
30990 Notes de bas de page ! Numérotation
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \end_layout
30997
30998 \begin_layout Standard
30999 Pour remettre les numéros de notes de bas de page à zéro après chaque section,
31000  ajoutez cette commande dans le préambule de votre document :
31001 \end_layout
31002
31003 \begin_layout Standard
31004
31005 \series bold
31006
31007 \backslash
31008 @addtoreset{footnote}{section}
31009 \end_layout
31010
31011 \begin_layout Standard
31012 \begin_inset VSpace bigskip
31013 \end_inset
31014
31015 La commande de préambule suivante change le style de numérotation des notes
31016  en petits chiffres romains :
31017 \end_layout
31018
31019 \begin_layout Standard
31020
31021 \series bold
31022
31023 \backslash
31024 renewcommand{
31025 \backslash
31026 thefootnote}{
31027 \backslash
31028 roman{footnote}}
31029 \end_layout
31030
31031 \begin_layout Standard
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 renewcommand{
31040 \backslash
31041 thefootnote}{
31042 \backslash
31043 roman{footnote}}
31044 \end_layout
31045
31046 \end_inset
31047
31048  Cette note de bas de page utilise une numérotation en chiffres romains
31049  :
31050 \begin_inset Foot
31051 status open
31052
31053 \begin_layout Plain Layout
31054 Ceci est un exemple de note de bas de page numérotée avec de petits chiffres
31055  romains.
31056 \end_layout
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064 Pour mettre la numérotation en chiffres romains majuscules, remplacez dans
31065  la commande précédente 
31066 \series bold
31067
31068 \backslash
31069 roman
31070 \series default
31071  par 
31072 \series bold
31073
31074 \backslash
31075 Roman
31076 \series default
31077 .
31078  Pour numéroter les notes avec des lettres latines minuscules ou majuscules,
31079  utilisez respectivement soit 
31080 \series bold
31081
31082 \backslash
31083 Alph
31084 \series default
31085  soit 
31086 \series bold
31087
31088 \backslash
31089 alph
31090 \series default
31091 .
31092  Pour les 
31093 \begin_inset Quotes fld
31094 \end_inset
31095
31096 numéroter
31097 \begin_inset Quotes frd
31098 \end_inset
31099
31100  avec des symboles, utilisez 
31101 \series bold
31102
31103 \backslash
31104 fnsymbol
31105 \series default
31106 .
31107 \end_layout
31108
31109 \begin_layout Standard
31110 \begin_inset Note Greyedout
31111 status open
31112
31113 \begin_layout Plain Layout
31114
31115 \series bold
31116 Note:
31117 \series default
31118  Vous ne pouvez numéroter que 26 notes de bas de page avec des lettres latines,
31119  puisque cette numérotation est limitée à des lettres seules.
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \begin_inset Newline newline
31126 \end_inset
31127
31128
31129 \begin_inset Note Greyedout
31130 status open
31131
31132 \begin_layout Plain Layout
31133
31134 \series bold
31135 Note:
31136 \series default
31137  Vous ne pouvez numéroter que 9 notes de bas de page avec des symboles.
31138 \end_layout
31139
31140 \end_inset
31141
31142
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Pour revenir au style de numérotation implicite quand vous en avez changé,
31147  utilisez 
31148 \series bold
31149
31150 \backslash
31151 arabic
31152 \series default
31153  à la place de 
31154 \series bold
31155
31156 \backslash
31157 roman
31158 \series default
31159  dans la commande précédente.
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165
31166 \backslash
31167 renewcommand{
31168 \backslash
31169 thefootnote}{
31170 \backslash
31171 arabic{footnote}}
31172 \end_layout
31173
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 \begin_inset VSpace bigskip
31181 \end_inset
31182
31183
31184 \end_layout
31185
31186 \begin_layout Standard
31187 Si vous voulez que vos notes de bas de pages soient numérotées en suivant
31188  le schéma 
31189 \begin_inset Quotes fld
31190 \end_inset
31191
31192 chapitre.note
31193 \begin_inset Quotes frd
31194 \end_inset
31195
31196 , ajoutez la commande suivante au préambule de votre document :
31197 \end_layout
31198
31199 \begin_layout Standard
31200
31201 \series bold
31202
31203 \backslash
31204 numberwithin{footnote}{chapter}
31205 \end_layout
31206
31207 \begin_layout Standard
31208 Pour pouvoir utiliser la commande 
31209 \series bold
31210
31211 \backslash
31212 numberwithin
31213 \series default
31214 , activez dans la rubrique 
31215 \family sans
31216 Options
31217 \begin_inset space ~
31218 \end_inset
31219
31220 des
31221 \begin_inset space ~
31222 \end_inset
31223
31224 Maths
31225 \family default
31226  dans les paramètres du document, l'option 
31227 \family sans
31228 Utiliser
31229 \begin_inset space ~
31230 \end_inset
31231
31232 le
31233 \begin_inset space ~
31234 \end_inset
31235
31236 paquetage
31237 \begin_inset space ~
31238 \end_inset
31239
31240 maths
31241 \begin_inset space ~
31242 \end_inset
31243
31244 AMS
31245 \family default
31246 .
31247 \end_layout
31248
31249 \begin_layout Standard
31250 \begin_inset ERT
31251 status collapsed
31252
31253 \begin_layout Plain Layout
31254
31255
31256 \backslash
31257 numberwithin{footnote}{chapter}
31258 \end_layout
31259
31260 \end_inset
31261
31262 Ceci est un autre exemple de note de bas de page:
31263 \series bold
31264
31265 \begin_inset Foot
31266 status open
31267
31268 \begin_layout Plain Layout
31269 Cette note est numérotée en suivant le schéma 
31270 \begin_inset Quotes fld
31271 \end_inset
31272
31273 chapitre.note
31274 \begin_inset Quotes frd
31275 \end_inset
31276
31277 .
31278 \end_layout
31279
31280 \end_inset
31281
31282
31283 \series default
31284
31285 \begin_inset ERT
31286 status collapsed
31287
31288 \begin_layout Plain Layout
31289
31290
31291 \backslash
31292 renewcommand{
31293 \backslash
31294 thefootnote}{
31295 \backslash
31296 arabic{footnote}}
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \begin_layout Standard
31305 \begin_inset Note Greyedout
31306 status open
31307
31308 \begin_layout Plain Layout
31309
31310 \series bold
31311 Note:
31312 \series default
31313  
31314 \series bold
31315
31316 \backslash
31317 numberwithin
31318 \series default
31319  imprime toujours les numéros de notes en nombres arabes ; les redéfinitions
31320  précédentes ayant pour but d'avoir des numéros non arabes ne sont plus
31321  prises en compte.
31322  
31323 \end_layout
31324
31325 \end_inset
31326
31327
31328 \end_layout
31329
31330 \begin_layout Standard
31331 Donc pour avoir par exemple le schéma 
31332 \begin_inset Quotes fld
31333 \end_inset
31334
31335 chapitre.
31336 \backslash
31337 Roman{note}
31338 \begin_inset Quotes frd
31339 \end_inset
31340
31341 , utilisez la commande suivante plutôt que 
31342 \series bold
31343
31344 \backslash
31345 numberwithin
31346 \series default
31347  :
31348 \end_layout
31349
31350 \begin_layout Standard
31351
31352 \series bold
31353
31354 \backslash
31355 renewcommand{
31356 \backslash
31357 thefootnote}{
31358 \backslash
31359 thechapter.
31360 \backslash
31361 Roman{footnote}}
31362 \end_layout
31363
31364 \begin_layout Subsection
31365 Positionnement de notes de bas de page
31366 \begin_inset Index idx
31367 status collapsed
31368
31369 \begin_layout Plain Layout
31370 Notes de bas de page ! Positionnement
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 Si vous avez plusieurs notes sur une même page, elle apparaissent sans espace
31380  vertical entre elles en bas de la page.
31381  Pour les rendre plus lisibles vous pouvez par exemple ajouter un espace
31382  de 1.5
31383 \begin_inset space \thinspace{}
31384 \end_inset
31385
31386 mm avec la commande suivante dans le préambule :
31387 \end_layout
31388
31389 \begin_layout Standard
31390
31391 \series bold
31392
31393 \backslash
31394 let
31395 \backslash
31396 myFoot
31397 \backslash
31398 footnote
31399 \begin_inset Newline newline
31400 \end_inset
31401
31402
31403 \backslash
31404 renewcommand{
31405 \backslash
31406 footnote}[1]{
31407 \backslash
31408 myFoot{#1
31409 \backslash
31410 vspace{1.5mm}}}
31411 \end_layout
31412
31413 \begin_layout Standard
31414 \begin_inset VSpace bigskip
31415 \end_inset
31416
31417 Dans un document à deux colonnes les notes de bas de page apparaissent en
31418  bas de chaque colonne, comme sur la Figure
31419 \begin_inset space ~
31420 \end_inset
31421
31422
31423 \begin_inset CommandInset ref
31424 LatexCommand ref
31425 reference "fig:Position-standard-note-bas-de-page"
31426
31427 \end_inset
31428
31429 .
31430  Si les notes ne doivent apparaître qu'en bas de la colonne de droite, comme
31431  sur la Figure
31432 \begin_inset space ~
31433 \end_inset
31434
31435
31436 \begin_inset CommandInset ref
31437 LatexCommand ref
31438 reference "fig:Position-note-avec-ftnright"
31439
31440 \end_inset
31441
31442 , utilisez le paquetage \SpecialChar LaTeX
31443  
31444 \series bold
31445 ftnright
31446 \series default
31447
31448 \begin_inset Index idx
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452 Paquetages \SpecialChar LaTeX
31453  ! ftnright
31454 \end_layout
31455
31456 \end_inset
31457
31458  avec cette commande dans le préambule du document:
31459 \end_layout
31460
31461 \begin_layout Standard
31462
31463 \series bold
31464
31465 \backslash
31466 usepackage{ftnright}
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset Float figure
31471 placement !h
31472 wide false
31473 sideways false
31474 status open
31475
31476 \begin_layout Plain Layout
31477 \begin_inset ERT
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482
31483 \backslash
31484 framebox{
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Graphics
31491         filename ../clipart/without_fntright.pdf
31492         width 100col%
31493         scaleBeforeRotation
31494
31495 \end_inset
31496
31497
31498 \begin_inset ERT
31499 status collapsed
31500
31501 \begin_layout Plain Layout
31502
31503 }
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Plain Layout
31512 \begin_inset Caption Standard
31513
31514 \begin_layout Plain Layout
31515 \begin_inset CommandInset label
31516 LatexCommand label
31517 name "fig:Position-standard-note-bas-de-page"
31518
31519 \end_inset
31520
31521 Positionnement standard des notes de bas de page dans un document à deux
31522  colonnes.
31523 \end_layout
31524
31525 \end_inset
31526
31527
31528 \end_layout
31529
31530 \end_inset
31531
31532
31533 \end_layout
31534
31535 \begin_layout Standard
31536 \begin_inset Float figure
31537 placement !h
31538 wide false
31539 sideways false
31540 status open
31541
31542 \begin_layout Plain Layout
31543 \begin_inset ERT
31544 status collapsed
31545
31546 \begin_layout Plain Layout
31547
31548
31549 \backslash
31550 framebox{
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \begin_inset Graphics
31557         filename ../clipart/with_fntright.pdf
31558         width 100col%
31559         scaleBeforeRotation
31560
31561 \end_inset
31562
31563
31564 \begin_inset ERT
31565 status collapsed
31566
31567 \begin_layout Plain Layout
31568
31569 }
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \begin_layout Plain Layout
31578 \begin_inset Caption Standard
31579
31580 \begin_layout Plain Layout
31581 \begin_inset CommandInset label
31582 LatexCommand label
31583 name "fig:Position-note-avec-ftnright"
31584
31585 \end_inset
31586
31587 Positionnement de notes de bas de page dans un document à deux colonnes
31588  en utilisant le paquetage \SpecialChar LaTeX
31589  
31590 \series bold
31591 ftnright
31592 \series default
31593 .
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \begin_layout Standard
31607 \begin_inset VSpace bigskip
31608 \end_inset
31609
31610 Dans certaines publications scientifiques, il est courant de rassembler
31611  les notes de bas de page et de les imprimer dans un paragraphe particulier
31612  à la fin de la section, comme sur la Figure
31613 \begin_inset space ~
31614 \end_inset
31615
31616
31617 \begin_inset CommandInset ref
31618 LatexCommand ref
31619 reference "fig:Notes-de-fin"
31620
31621 \end_inset
31622
31623 .
31624  On les appelle 
31625 \begin_inset Quotes fld
31626 \end_inset
31627
31628 notes de fin
31629 \begin_inset Quotes frd
31630 \end_inset
31631
31632 .
31633 \begin_inset Index idx
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637 Notes de fin
31638 \end_layout
31639
31640 \end_inset
31641
31642  Pour utiliser des notes de fin à la place des notes de bas de page dans
31643  votre document, charger le module 
31644 \family sans
31645 Note de bas de page en fin de document
31646 \family default
31647  à partir de 
31648 \family sans
31649 Document\SpecialChar menuseparator
31650 Paramètres\SpecialChar menuseparator
31651 Modules
31652 \family default
31653 .
31654  Pour insérer les notes qui ont ainsi été rassemblées, mettez la commande
31655 \end_layout
31656
31657 \begin_layout Standard
31658
31659 \series bold
31660
31661 \backslash
31662 theendnotes
31663 \end_layout
31664
31665 \begin_layout Standard
31666 en code \SpecialChar TeX
31667  à la fin d'une section ou d'un chapitre.
31668 \end_layout
31669
31670 \begin_layout Standard
31671 \begin_inset Float figure
31672 wide false
31673 sideways false
31674 status open
31675
31676 \begin_layout Plain Layout
31677 \align center
31678 \begin_inset ERT
31679 status collapsed
31680
31681 \begin_layout Plain Layout
31682
31683
31684 \backslash
31685 framebox{
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \begin_inset Graphics
31692         filename ../clipart/endnotes.pdf
31693         scaleBeforeRotation
31694
31695 \end_inset
31696
31697
31698 \begin_inset ERT
31699 status collapsed
31700
31701 \begin_layout Plain Layout
31702
31703 }
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \begin_layout Plain Layout
31712 \begin_inset Caption Standard
31713
31714 \begin_layout Plain Layout
31715 \begin_inset CommandInset label
31716 LatexCommand label
31717 name "fig:Notes-de-fin"
31718
31719 \end_inset
31720
31721 Les notes de fin – notes de bas de page sont imprimées dans un paragraphe
31722  séparé à la fin des sections ou des chapitres.
31723 \end_layout
31724
31725 \end_inset
31726
31727
31728 \end_layout
31729
31730 \end_inset
31731
31732
31733 \end_layout
31734
31735 \begin_layout Standard
31736 \begin_inset VSpace medskip
31737 \end_inset
31738
31739 L'entête de paragraphe pour les notes de fin n'est pas traduit automatiquement
31740  dans la langue du document, cela doit être fait manuellement.
31741  Les lignes de préambule suivantes traduisent implicitement le nom en anglais
31742  
31743 \begin_inset Quotes fld
31744 \end_inset
31745
31746 Notes
31747 \begin_inset Quotes frd
31748 \end_inset
31749
31750  en sa traduction Allemande
31751 \begin_inset Foot
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 En français, 
31756 \begin_inset Quotes fld
31757 \end_inset
31758
31759 Notes
31760 \begin_inset Quotes frd
31761 \end_inset
31762
31763  peut être conservé.
31764 \end_layout
31765
31766 \end_inset
31767
31768  
31769 \begin_inset Quotes fld
31770 \end_inset
31771
31772 Anmerkungen
31773 \begin_inset Quotes frd
31774 \end_inset
31775
31776  :
31777 \end_layout
31778
31779 \begin_layout Standard
31780
31781 \series bold
31782
31783 \backslash
31784 renewcommand{
31785 \backslash
31786 notesname}{Anmerkungen}
31787 \end_layout
31788
31789 \begin_layout Standard
31790 \begin_inset VSpace medskip
31791 \end_inset
31792
31793 La numérotation des notes de fin peut être modifiée comme celle des notes
31794  de bas de page comme c'est décrit dans la section
31795 \begin_inset space ~
31796 \end_inset
31797
31798
31799 \begin_inset CommandInset ref
31800 LatexCommand ref
31801 reference "subsec:Numerotation-notes-bas-de-page"
31802
31803 \end_inset
31804
31805  ; remplacez juste la commande 
31806 \series bold
31807
31808 \backslash
31809 thefootnote
31810 \series default
31811  par 
31812 \series bold
31813
31814 \backslash
31815 theendnote
31816 \series default
31817 .
31818  Pour réinitialiser le numéro de note de fin, utilisez la commande 
31819 \series bold
31820
31821 \backslash
31822 @addtoreset
31823 \series default
31824  comme c'est décrit dans la section
31825 \begin_inset space ~
31826 \end_inset
31827
31828
31829 \begin_inset CommandInset ref
31830 LatexCommand ref
31831 reference "subsec:Numerotation-notes-bas-de-page"
31832
31833 \end_inset
31834
31835  et remplacez le paramètre de commande 
31836 \series bold
31837 footnote
31838 \series default
31839  par 
31840 \series bold
31841 endnote
31842 \series default
31843 .
31844 \end_layout
31845
31846 \begin_layout Standard
31847 Pour les notes de fin, il y a la commande 
31848 \series bold
31849
31850 \backslash
31851 endnotemark[numéro]
31852 \series default
31853  qui est semblable à 
31854 \series bold
31855
31856 \backslash
31857 footnotemark
31858 \series default
31859 , décrite dans la section
31860 \begin_inset space ~
31861 \end_inset
31862
31863
31864 \begin_inset CommandInset ref
31865 LatexCommand ref
31866 reference "sec:Notes-bas-de-page"
31867
31868 \end_inset
31869
31870 .
31871 \end_layout
31872
31873 \begin_layout Standard
31874 \begin_inset VSpace bigskip
31875 \end_inset
31876
31877  Les notes de bas de page peuvent être mise dans la marge de la page et
31878  l'alignement du texte des notes peut être modifié, voyez le paquetage \SpecialChar LaTeX
31879
31880  
31881 \series bold
31882 footmisc
31883 \series default
31884
31885 \begin_inset Index idx
31886 status collapsed
31887
31888 \begin_layout Plain Layout
31889 Paquetages \SpecialChar LaTeX
31890  ! footmisc
31891 \end_layout
31892
31893 \end_inset
31894
31895
31896 \begin_inset CommandInset citation
31897 LatexCommand cite
31898 key "footmisc"
31899
31900 \end_inset
31901
31902  pour plus d'information à ce sujet.
31903 \end_layout
31904
31905 \begin_layout Standard
31906 Pour plein d'autres problèmes de mises en formes des notes de bas de page,
31907  voyez les livres sur \SpecialChar LaTeX
31908
31909 \begin_inset CommandInset citation
31910 LatexCommand cite
31911 key "latexcompanion,latexguide,latexbook"
31912
31913 \end_inset
31914
31915 .
31916  Si vous utilisez une classe de document  
31917 \series bold
31918 KOMA-Script
31919 \series default
31920
31921 \begin_inset Index idx
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925 Paquetages \SpecialChar LaTeX
31926  ! KOMA-Script
31927 \end_layout
31928
31929 \end_inset
31930
31931 , vous pouvez modifier tous les paramètres des notes de bas de page en utilisant
31932  des commandes spécifiques à la classe de document utilisée, voyez 
31933 \begin_inset CommandInset citation
31934 LatexCommand cite
31935 key "KOMA-Script"
31936
31937 \end_inset
31938
31939 .
31940 \end_layout
31941
31942 \begin_layout Section
31943 Notes en marge
31944 \begin_inset Index idx
31945 status collapsed
31946
31947 \begin_layout Plain Layout
31948 Notes ! Notes en Marge
31949 \end_layout
31950
31951 \end_inset
31952
31953
31954 \end_layout
31955
31956 \begin_layout Standard
31957 Les notes en marge dans \SpecialChar LyX
31958  ressemblent aux notes en bas de page et se comportent
31959  de la même façon.
31960  Quand vous insérez une note en marge avec 
31961 \family sans
31962 Insertion\SpecialChar menuseparator
31963 Note
31964 \begin_inset space ~
31965 \end_inset
31966
31967 en
31968 \begin_inset space ~
31969 \end_inset
31970
31971 Marge
31972 \family default
31973  ou avec le bouton 
31974 \begin_inset Info
31975 type  "icon"
31976 arg   "marginalnote-insert"
31977 \end_inset
31978
31979  de la barre d'outils, vous voyez apparaître dans votre texte une boîte
31980  grise avec une étiquette rouge 
31981 \begin_inset Quotes fld
31982 \end_inset
31983
31984 marge
31985 \begin_inset Quotes frd
31986 \end_inset
31987
31988 .
31989  
31990 \begin_inset Marginal
31991 status collapsed
31992
31993 \begin_layout Plain Layout
31994 C'est une note en marge.
31995 \end_layout
31996
31997 \end_inset
31998
31999  Cette boîte est la représentation de votre note dans \SpecialChar LyX
32000 .
32001  Vous pouvez y entrer votre texte.
32002 \end_layout
32003
32004 \begin_layout Standard
32005 Les notes en marge apparaissent dans la marge de droite dans les documents
32006  imprimées sur une seule face.
32007  Dans les documents imprimés recto-verso, elles apparaissent dans la marge
32008  
32009 \begin_inset Quotes fld
32010 \end_inset
32011
32012 extérieure
32013 \begin_inset Quotes frd
32014 \end_inset
32015
32016  – la gauche sur les pages paires et la droite sur les pages impaires.
32017  Le texte de la note en marge est aligné à l'opposé de la marge externe
32018  – aligné à droite quand la note apparaît dans la marge de gauche.
32019  La première ligne de la note apparaît à la hauteur de la ligne de texte
32020  où la note a été insérée dans le document.
32021 \end_layout
32022
32023 \begin_layout Standard
32024 \begin_inset VSpace bigskip
32025 \end_inset
32026
32027 Pour placer une note dans la marge interne, ajoutez la commande suivante
32028  :
32029 \end_layout
32030
32031 \begin_layout Standard
32032
32033 \series bold
32034
32035 \backslash
32036 reversemarginpar
32037 \end_layout
32038
32039 \begin_layout Standard
32040 sous forme de code \SpecialChar TeX
32041  avant votre note de marge.
32042  Le nouveau positionnement est pris en compte pour toutes les notes en marge
32043  qui suivent 
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 reversemarginpar 
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \begin_inset Marginal
32058 status open
32059
32060 \begin_layout Plain Layout
32061 Cette note en marge est dans la marge interne.
32062 \end_layout
32063
32064 \end_inset
32065
32066
32067 \series bold
32068
32069 \begin_inset Newline newline
32070 \end_inset
32071
32072
32073 \series default
32074
32075 \begin_inset Note Greyedout
32076 status open
32077
32078 \begin_layout Plain Layout
32079
32080 \series bold
32081 Note:
32082 \series default
32083  Il y a souvent pas assez d'espace dans la marge interne, ce qui fait que
32084  les notes sont souvent mal mises en formes dans la sortie imprimée.
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \end_layout
32091
32092 \begin_layout Standard
32093 Pour revenir au positionnement implicite, ajoutez la commande :
32094 \end_layout
32095
32096 \begin_layout Standard
32097
32098 \series bold
32099
32100 \backslash
32101 normalmarginpar
32102 \end_layout
32103
32104 \begin_layout Standard
32105 sous forme de code \SpecialChar TeX
32106 .
32107 \begin_inset ERT
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111
32112
32113 \backslash
32114 normalmarginpar 
32115 \end_layout
32116
32117 \end_inset
32118
32119
32120 \begin_inset Newline newline
32121 \end_inset
32122
32123  
32124 \begin_inset Note Greyedout
32125 status open
32126
32127 \begin_layout Plain Layout
32128
32129 \series bold
32130 Note:
32131 \series default
32132  Cette commande est ignorée quand elle est dans un paragraphe ou la commande
32133  
32134 \series bold
32135
32136 \backslash
32137 reversemarginpar
32138 \series default
32139  est aussi utilisée.
32140 \end_layout
32141
32142 \end_inset
32143
32144
32145 \end_layout
32146
32147 \begin_layout Standard
32148 \begin_inset VSpace bigskip
32149 \end_inset
32150
32151
32152 \begin_inset Marginal
32153 status open
32154
32155 \begin_layout Plain Layout
32156 UnTrèsLongMotEnMarge sans césure.
32157 \end_layout
32158
32159 \end_inset
32160
32161  Comme dans le cas décrit dans la section
32162 \begin_inset space ~
32163 \end_inset
32164
32165
32166 \begin_inset CommandInset ref
32167 LatexCommand ref
32168 reference "subsec:Lignes-multiple-dans-cellule"
32169
32170 \end_inset
32171
32172 , les mots trop longs ne peuvent pas subir de césure s'ils sont le premier
32173  mot d'une note en marge.
32174  Pour éviter ce problème, insérez un espacement horizontal de 0
32175 \begin_inset space \thinspace{}
32176 \end_inset
32177
32178 pt avant le mot en question: 
32179 \begin_inset Marginal
32180 status open
32181
32182 \begin_layout Plain Layout
32183 \begin_inset space \hspace{}
32184 \length 0pt
32185 \end_inset
32186
32187 UnMotTrèsLongEnMarge avec une césure.
32188 \end_layout
32189
32190 \end_inset
32191
32192
32193 \end_layout
32194
32195 \begin_layout Standard
32196 \begin_inset VSpace bigskip
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 \begin_inset Note Greyedout
32204 status open
32205
32206 \begin_layout Plain Layout
32207
32208 \series bold
32209 Note:
32210 \series default
32211  Normalement, les notes en marge ne peuvent pas être utilisées dans des
32212  tableaux, des flottants et des notes de bas de page.
32213 \end_layout
32214
32215 \end_inset
32216
32217
32218 \end_layout
32219
32220 \begin_layout Standard
32221 \begin_inset VSpace bigskip
32222 \end_inset
32223
32224
32225 \end_layout
32226
32227 \begin_layout Standard
32228 \begin_inset ERT
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232
32233
32234 \backslash
32235 ifmarginnote
32236 \end_layout
32237
32238 \end_inset
32239
32240
32241 \begin_inset Note Note
32242 status open
32243
32244 \begin_layout Plain Layout
32245 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
32246  
32247 \series bold
32248 marginnote
32249 \series default
32250  a été installé.
32251 \end_layout
32252
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \begin_layout Standard
32259 Cette restriction peut être évitée en utilisant le paquetage \SpecialChar LaTeX
32260  
32261 \series bold
32262 marginnote
32263 \series default
32264
32265 \begin_inset Index idx
32266 status collapsed
32267
32268 \begin_layout Plain Layout
32269 Paquetages \SpecialChar LaTeX
32270  ! marginnote
32271 \end_layout
32272
32273 \end_inset
32274
32275 .
32276  En ajoutant les deux lignes suivantes au préambule de votre document, la
32277  commande que \SpecialChar LyX
32278  utilise pour les notes de marge est redéfinie pour utiliser
32279  la commande fournie par le paquetage 
32280 \series bold
32281 marginnote
32282 \series default
32283  :
32284 \end_layout
32285
32286 \begin_layout Standard
32287
32288 \series bold
32289
32290 \backslash
32291 usepackage{marginnote}
32292 \begin_inset Newline newline
32293 \end_inset
32294
32295
32296 \backslash
32297 let
32298 \backslash
32299 marginpar
32300 \backslash
32301 marginnote
32302 \end_layout
32303
32304 \begin_layout Standard
32305 Ce paquetage est aussi utilisé dans ce document parce que 
32306 \series bold
32307 marginnote
32308 \series default
32309  a une autre fonction très utile : Vous pouvez définir un décalage (offset)
32310  vertical pour une note.
32311  C'est souvent nécessaire quand vous avez trop de notes en marge et qu'elles
32312  sont trop proches les unes des autres ou que vous voulez améliorer la mise
32313  en page.
32314  Le décalage est inséré dans \SpecialChar LyX
32315  sous forme de code \SpecialChar TeX
32316  directement après la note
32317  sous la forme
32318 \end_layout
32319
32320 \begin_layout Standard
32321
32322 \series bold
32323 [offset]
32324 \end_layout
32325
32326 \begin_layout Standard
32327 où l'offset utilise l'une des unités listées dans le tableau
32328 \begin_inset space ~
32329 \end_inset
32330
32331
32332 \begin_inset CommandInset ref
32333 LatexCommand ref
32334 reference "cha:Unités-de-longueur"
32335
32336 \end_inset
32337
32338 .
32339  Une valeur négative déplace la note vers le haut, une valeur positive la
32340  déplace vers le bas.
32341  Par exemple la note qui se trouve à côté de cette ligne de texte est décalée
32342  vers le haut de 1.5
32343 \begin_inset space \thinspace{}
32344 \end_inset
32345
32346 cm avec la commande en code \SpecialChar TeX
32347  
32348 \begin_inset Quotes fld
32349 \end_inset
32350
32351
32352 \series bold
32353 [-1.5cm]
32354 \series default
32355
32356 \begin_inset Quotes frd
32357 \end_inset
32358
32359
32360 \begin_inset Marginal
32361 status collapsed
32362
32363 \begin_layout Plain Layout
32364 Cette note en marge est décalée vers le haut de 1.5
32365 \begin_inset space \thinspace{}
32366 \end_inset
32367
32368 cm par rapport à sa position d'origine.
32369 \end_layout
32370
32371 \end_inset
32372
32373
32374 \begin_inset ERT
32375 status collapsed
32376
32377 \begin_layout Plain Layout
32378
32379 [-1.5cm]
32380 \end_layout
32381
32382 \end_inset
32383
32384
32385 \end_layout
32386
32387 \begin_layout Standard
32388 \begin_inset VSpace medskip
32389 \end_inset
32390
32391 Avec le paquetage 
32392 \series bold
32393 marginnote
32394 \series default
32395  vous pouvez aussi modifier l'alignement du texte dans la note de marge.
32396  Par exemple les commandes 
32397 \end_layout
32398
32399 \begin_layout Standard
32400
32401 \series bold
32402
32403 \backslash
32404 renewcommand*{
32405 \backslash
32406 raggedleftmarginnote}{
32407 \backslash
32408 centering}
32409 \begin_inset Newline newline
32410 \end_inset
32411
32412
32413 \backslash
32414 renewcommand*{
32415 \backslash
32416 raggedrightmarginnote}{
32417 \backslash
32418 centering}
32419 \end_layout
32420
32421 \begin_layout Standard
32422 donnent un alignement centré.
32423  
32424 \series bold
32425
32426 \backslash
32427 raggedleftmarginnote
32428 \series default
32429  indique une note qui apparaît dans la marge de gauche.
32430 \begin_inset ERT
32431 status collapsed
32432
32433 \begin_layout Plain Layout
32434
32435
32436 \backslash
32437 renewcommand*{
32438 \backslash
32439 raggedleftmarginnote}{
32440 \backslash
32441 centering}
32442 \end_layout
32443
32444 \begin_layout Plain Layout
32445
32446
32447 \backslash
32448 renewcommand*{
32449 \backslash
32450 raggedrightmarginnote}{
32451 \backslash
32452 centering}
32453 \end_layout
32454
32455 \end_inset
32456
32457
32458 \begin_inset Marginal
32459 status collapsed
32460
32461 \begin_layout Plain Layout
32462 Le texte de cette note en marge est centré.
32463 \end_layout
32464
32465 \end_inset
32466
32467 .
32468  Le comportement implicite est donné par
32469 \end_layout
32470
32471 \begin_layout Standard
32472
32473 \series bold
32474
32475 \backslash
32476 renewcommand*{
32477 \backslash
32478 raggedleftmarginnote}{
32479 \backslash
32480 raggedleft}
32481 \begin_inset Newline newline
32482 \end_inset
32483
32484
32485 \backslash
32486 renewcommand*{
32487 \backslash
32488 raggedrightmarginnote}{
32489 \backslash
32490 raggedright}
32491 \series default
32492
32493 \begin_inset ERT
32494 status collapsed
32495
32496 \begin_layout Plain Layout
32497
32498
32499 \backslash
32500 renewcommand*{
32501 \backslash
32502 raggedleftmarginnote}{
32503 \backslash
32504 raggedleft}
32505 \end_layout
32506
32507 \begin_layout Plain Layout
32508
32509
32510 \backslash
32511 renewcommand*{
32512 \backslash
32513 raggedrightmarginnote}{
32514 \backslash
32515 raggedright}
32516 \end_layout
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Standard
32524 \begin_inset VSpace medskip
32525 \end_inset
32526
32527 Pour les autre fonctions du paquetage 
32528 \series bold
32529 marginnote
32530 \series default
32531  nous vous renvoyons à sa documentation 
32532 \begin_inset CommandInset citation
32533 LatexCommand cite
32534 key "marginnote"
32535
32536 \end_inset
32537
32538 .
32539 \end_layout
32540
32541 \begin_layout Standard
32542 \begin_inset VSpace bigskip
32543 \end_inset
32544
32545 Vous pouvez changer la mise en forme d'une note en marge en changeant sa
32546  définition.
32547  Pour créer par exemple une entête pour toutes les notes en marge avec le
32548  texte 
32549 \begin_inset Quotes fld
32550 \end_inset
32551
32552
32553 \family sans
32554 \series bold
32555 \bar under
32556 Attention!
32557 \family default
32558 \series default
32559 \bar default
32560
32561 \begin_inset Quotes frd
32562 \end_inset
32563
32564  écrit en souligné, sans-sérif et en gras, ajoutez ce qui suit dans le préambule
32565  de votre document :
32566 \end_layout
32567
32568 \begin_layout Standard
32569
32570 \series bold
32571
32572 \backslash
32573 let
32574 \backslash
32575 myMarginpar
32576 \backslash
32577 marginpar
32578 \begin_inset Newline newline
32579 \end_inset
32580
32581
32582 \backslash
32583 renewcommand{
32584 \backslash
32585 marginpar}[1]{
32586 \backslash
32587 myMarginpar{%
32588 \begin_inset Newline newline
32589 \end_inset
32590
32591
32592 \begin_inset Phantom HPhantom
32593 status open
32594
32595 \begin_layout Plain Layout
32596
32597 \series bold
32598 \begin_inset space ~
32599 \end_inset
32600
32601
32602 \end_layout
32603
32604 \end_inset
32605
32606
32607 \backslash
32608 hspace{0pt}
32609 \backslash
32610 textsf{
32611 \backslash
32612 textbf{
32613 \backslash
32614 underbar{Attention!}}}%
32615 \begin_inset Newline newline
32616 \end_inset
32617
32618
32619 \begin_inset Phantom HPhantom
32620 status open
32621
32622 \begin_layout Plain Layout
32623
32624 \series bold
32625 \begin_inset space ~
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \end_inset
32632
32633
32634 \backslash
32635 vspace{1.5mm}
32636 \backslash
32637
32638 \backslash
32639 #1}}
32640 \end_layout
32641
32642 \begin_layout Standard
32643 \begin_inset ERT
32644 status collapsed
32645
32646 \begin_layout Plain Layout
32647
32648
32649 \backslash
32650 let
32651 \backslash
32652 myMarginpar
32653 \backslash
32654 marginpar
32655 \end_layout
32656
32657 \begin_layout Plain Layout
32658
32659
32660 \backslash
32661 renewcommand{
32662 \backslash
32663 marginpar}[1]{
32664 \backslash
32665 myMarginpar{%
32666 \end_layout
32667
32668 \begin_layout Plain Layout
32669
32670    
32671 \backslash
32672 textsf{
32673 \backslash
32674 textbf{
32675 \backslash
32676 underbar{Attention!}}}%
32677 \end_layout
32678
32679 \begin_layout Plain Layout
32680
32681    
32682 \backslash
32683 vspace{1.5mm}
32684 \backslash
32685
32686 \backslash
32687 #1}}
32688 \end_layout
32689
32690 \end_inset
32691
32692
32693 \begin_inset Marginal
32694 status open
32695
32696 \begin_layout Plain Layout
32697 Ceci est une note en marge avec une en-tête prédéfinie.
32698 \end_layout
32699
32700 \end_inset
32701
32702
32703 \begin_inset ERT
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707
32708 [-1.5cm]
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \begin_inset ERT
32715 status collapsed
32716
32717 \begin_layout Plain Layout
32718
32719
32720 \backslash
32721 renewcommand{
32722 \backslash
32723 marginpar}[1]{
32724 \backslash
32725 myMarginpar{#1}}
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \begin_inset Note Note
32732 status collapsed
32733
32734 \begin_layout Plain Layout
32735
32736 \lang english
32737 The margin note format is changed only for this example.
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 \begin_inset ERT
32747 status collapsed
32748
32749 \begin_layout Plain Layout
32750
32751
32752 \backslash
32753 else
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \begin_inset Note Note
32760 status open
32761
32762 \begin_layout Plain Layout
32763 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
32764  
32765 \series bold
32766 marginnote
32767 \series default
32768  n'est pas installé :
32769 \end_layout
32770
32771 \end_inset
32772
32773
32774 \end_layout
32775
32776 \begin_layout Standard
32777 Vous devez installer le paquetage \SpecialChar LaTeX
32778  
32779 \series bold
32780 marginnote
32781 \series default
32782  pour voir la suite de cette section dans la sortie imprimée.
32783 \end_layout
32784
32785 \begin_layout Standard
32786 \begin_inset ERT
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790
32791
32792 \backslash
32793 fi
32794 \end_layout
32795
32796 \end_inset
32797
32798
32799 \end_layout
32800
32801 \begin_layout Chapter
32802 Boîtes
32803 \end_layout
32804
32805 \begin_layout Section
32806 Introduction
32807 \begin_inset Index idx
32808 status collapsed
32809
32810 \begin_layout Plain Layout
32811 Boîtes ! Introduction
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \end_layout
32818
32819 \begin_layout Standard
32820 Les boîtes sont utilisées pour mettre en forme un bloc de texte.
32821  Elles peuvent être utilisées pour écrire un document en plusieurs langues,
32822  voir la section
32823 \begin_inset space ~
32824 \end_inset
32825
32826
32827 \begin_inset CommandInset ref
32828 LatexCommand ref
32829 reference "sec:Minipages"
32830
32831 \end_inset
32832
32833 , pour encadrer des portions de texte, voir la section
32834 \begin_inset space ~
32835 \end_inset
32836
32837
32838 \begin_inset CommandInset ref
32839 LatexCommand ref
32840 reference "sec:Décorations"
32841
32842 \end_inset
32843
32844 , pour empêcher que des mots subissent une césure, voir la section
32845 \begin_inset space ~
32846 \end_inset
32847
32848
32849 \begin_inset CommandInset ref
32850 LatexCommand ref
32851 reference "sec:Empêcher-césure"
32852
32853 \end_inset
32854
32855 , pour aligner du texte, voir la section
32856 \begin_inset space ~
32857 \end_inset
32858
32859
32860 \begin_inset CommandInset ref
32861 LatexCommand ref
32862 reference "subsec:Alignement-Vertical"
32863
32864 \end_inset
32865
32866 , ou pour modifier la couleur de fond d'une portion de texte, voir la section
32867 \begin_inset space ~
32868 \end_inset
32869
32870
32871 \begin_inset CommandInset ref
32872 LatexCommand ref
32873 reference "sec:Boîtes-colorées"
32874
32875 \end_inset
32876
32877 .
32878 \end_layout
32879
32880 \begin_layout Standard
32881 On peut insérer une boîte en utilisant le menu 
32882 \family sans
32883 Insertion\SpecialChar menuseparator
32884 Boîte
32885 \family default
32886  ou avec le bouton 
32887 \begin_inset Info
32888 type  "icon"
32889 arg   "box-insert Frameless"
32890 \end_inset
32891
32892  de la barre d'outils.
32893  Une boîte grise avec une étiquette 
32894 \family sans
32895 Boîte
32896 \begin_inset space ~
32897 \end_inset
32898
32899 (Minipage)
32900 \family default
32901
32902 \begin_inset Graphics
32903         filename clipart/BoxInsetDefaultQt4.png
32904         scale 65
32905         scaleBeforeRotation
32906
32907 \end_inset
32908
32909  est alors insérée.
32910  Le type de la boîte peut être précisé en faisant un clic droit sur la boîte
32911  et en choisissant 
32912 \family sans
32913 Paramètres
32914 \family default
32915  .
32916  La fenêtre de dialogue qui apparaît donne accès aux types de
32917 \family sans
32918  Boîte
32919 \begin_inset space ~
32920 \end_inset
32921
32922 Intérieure
32923 \family default
32924  
32925 \family sans
32926 Makebox, Parbox
32927 \family default
32928  et 
32929 \family sans
32930 Minipage
32931 \family default
32932 .
32933  Le type 
32934 \family sans
32935 Minipage
32936 \family default
32937  est le type implicite pour les boîtes nouvellement créées et il est décrit
32938  dans la section
32939 \begin_inset space ~
32940 \end_inset
32941
32942
32943 \begin_inset CommandInset ref
32944 LatexCommand ref
32945 reference "sec:Minipages"
32946
32947 \end_inset
32948
32949 ; le type 
32950 \family sans
32951 Parbox
32952 \family default
32953  est décrit dans la section
32954 \begin_inset space ~
32955 \end_inset
32956
32957
32958 \begin_inset CommandInset ref
32959 LatexCommand ref
32960 reference "sec:Parboxes"
32961
32962 \end_inset
32963
32964  et le type 
32965 \family sans
32966 Makebox
32967 \family default
32968  est décrit dans la section
32969 \begin_inset space ~
32970 \end_inset
32971
32972
32973 \begin_inset CommandInset ref
32974 LatexCommand ref
32975 reference "sec:Empêcher-césure"
32976
32977 \end_inset
32978
32979 .
32980 \end_layout
32981
32982 \begin_layout Standard
32983 Les boîtes ne sont pas numérotées et donc ne peuvent pas être référencées
32984  comme les flottants ou les notes de bas de page.
32985 \end_layout
32986
32987 \begin_layout Standard
32988 \begin_inset Note Greyedout
32989 status open
32990
32991 \begin_layout Plain Layout
32992
32993 \series bold
32994 Note:
32995 \series default
32996  Vous ne pouvez pas employer une boîte comme élément dans un environnement
32997  de type 
32998 \family sans
32999 Liste
33000 \family default
33001  ou 
33002 \family sans
33003 Description
33004 \family default
33005 .
33006 \end_layout
33007
33008 \end_inset
33009
33010
33011 \end_layout
33012
33013 \begin_layout Standard
33014 \begin_inset Note Greyedout
33015 status open
33016
33017 \begin_layout Plain Layout
33018
33019 \series bold
33020 Note:
33021 \series default
33022  Pour une raison inconnue, vous ne pouvez mettre le type de la 
33023 \family sans
33024 Boîte
33025 \begin_inset space ~
33026 \end_inset
33027
33028 Intérieure
33029 \family default
33030  à 
33031 \family sans
33032 Aucune
33033 \family default
33034  que quand vous utilisez une boîte encadrée.
33035  Les boîtes sans 
33036 \family sans
33037 Boîte
33038 \begin_inset space ~
33039 \end_inset
33040
33041 Intérieure
33042 \family default
33043  et sans cadre sont expliquées dans la section
33044 \begin_inset space ~
33045 \end_inset
33046
33047
33048 \begin_inset CommandInset ref
33049 LatexCommand ref
33050 reference "sec:Empêcher-césure"
33051
33052 \end_inset
33053
33054 .
33055 \end_layout
33056
33057 \end_inset
33058
33059
33060 \end_layout
33061
33062 \begin_layout Section
33063 La fenêtre de dialogue Boîte
33064 \begin_inset CommandInset label
33065 LatexCommand label
33066 name "sec:Boîte-Dialogue"
33067
33068 \end_inset
33069
33070
33071 \begin_inset Index idx
33072 status collapsed
33073
33074 \begin_layout Plain Layout
33075 Boîtes ! Fenêtre de dialogue Boîte
33076 \end_layout
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \begin_layout Subsection
33084 Taille
33085 \begin_inset Index idx
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089 Boîtes ! Taille
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \begin_layout Standard
33098 Dans la fenêtre de dialogue 
33099 \family sans
33100 Paramètres
33101 \begin_inset space ~
33102 \end_inset
33103
33104 de
33105 \begin_inset space ~
33106 \end_inset
33107
33108 Boîte
33109 \family default
33110  vous pouvez modifier la géométrie de la boîte avec les champs 
33111 \family sans
33112 Largeur
33113 \family default
33114  et 
33115 \family sans
33116 Hauteur
33117 \family default
33118 .
33119  Les unités de longueur qui sont utilisables dans ces champs sont décrites
33120  dans le tableau
33121 \begin_inset space ~
33122 \end_inset
33123
33124
33125 \begin_inset CommandInset ref
33126 LatexCommand ref
33127 reference "tab:Unités"
33128
33129 \end_inset
33130
33131 .
33132  Le champ 
33133 \family sans
33134 Hauteur
33135 \family default
33136  offre en plus les spécifications de taille suivantes :
33137 \end_layout
33138
33139 \begin_layout Description
33140 Profondeur C'est simplement la 
33141 \begin_inset Quotes fld
33142 \end_inset
33143
33144 hauteur
33145 \begin_inset Quotes frd
33146 \end_inset
33147
33148  du texte.
33149  On ne tient pas compte de hauteur réelle du texte quand il y a plusieurs
33150  lignes de texte dans la boîte.
33151 \begin_inset Newline newline
33152 \end_inset
33153
33154
33155 \begin_inset Newline newline
33156 \end_inset
33157
33158
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162
33163 \begin_inset Box Boxed
33164 position "c"
33165 hor_pos "c"
33166 has_inner_box 1
33167 inner_pos "c"
33168 use_parbox 0
33169 use_makebox 0
33170 width "12col%"
33171 special "none"
33172 height "1in"
33173 height_special "depth"
33174 thickness "0.4pt"
33175 separation "3pt"
33176 shadowsize "4pt"
33177 framecolor "black"
33178 backgroundcolor "none"
33179 status open
33180
33181 \begin_layout Plain Layout
33182 \align center
33183 Boîte dont la hauteur est égale à 1
33184 \begin_inset space \thinspace{}
33185 \end_inset
33186
33187 Profondeur
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \begin_inset Newline newline
33194 \end_inset
33195
33196
33197 \begin_inset Newline newline
33198 \end_inset
33199
33200
33201 \end_layout
33202
33203 \begin_layout Description
33204 Hauteur C'est la hauteur totale du texte qui se trouve dans la boîte.
33205  Par exemple, une valeur de 2 pour cette taille va donner une boîte qui
33206  est deux fois plus haute que le texte : 
33207 \begin_inset Box Boxed
33208 position "c"
33209 hor_pos "c"
33210 has_inner_box 1
33211 inner_pos "c"
33212 use_parbox 0
33213 use_makebox 0
33214 width "20col%"
33215 special "none"
33216 height "2in"
33217 height_special "height"
33218 thickness "0.4pt"
33219 separation "3pt"
33220 shadowsize "4pt"
33221 framecolor "black"
33222 backgroundcolor "none"
33223 status open
33224
33225 \begin_layout Plain Layout
33226 \align center
33227 Boîte dont la hauteur est 2
33228 \begin_inset space \thinspace{}
33229 \end_inset
33230
33231 Hauteur
33232 \end_layout
33233
33234 \end_inset
33235
33236
33237 \end_layout
33238
33239 \begin_layout Description
33240 Hauteur
33241 \begin_inset space ~
33242 \end_inset
33243
33244 Totale C'est égal à Hauteur
33245 \begin_inset space \thinspace{}
33246 \end_inset
33247
33248 +
33249 \begin_inset space \thinspace{}
33250 \end_inset
33251
33252 Profondeur : 
33253 \begin_inset Box Boxed
33254 position "c"
33255 hor_pos "c"
33256 has_inner_box 1
33257 inner_pos "c"
33258 use_parbox 0
33259 use_makebox 0
33260 width "20col%"
33261 special "none"
33262 height "1in"
33263 height_special "totalheight"
33264 thickness "0.4pt"
33265 separation "3pt"
33266 shadowsize "4pt"
33267 framecolor "black"
33268 backgroundcolor "none"
33269 status open
33270
33271 \begin_layout Plain Layout
33272 \align center
33273 Boîte dont la hauteur est 1
33274 \begin_inset space \thinspace{}
33275 \end_inset
33276
33277 Hauteur
33278 \begin_inset space ~
33279 \end_inset
33280
33281 Totale
33282 \end_layout
33283
33284 \end_inset
33285
33286
33287 \end_layout
33288
33289 \begin_layout Description
33290 Largeur On prend la largeur de la boîte comme hauteur : 
33291 \begin_inset Box Boxed
33292 position "c"
33293 hor_pos "c"
33294 has_inner_box 1
33295 inner_pos "c"
33296 use_parbox 0
33297 use_makebox 0
33298 width "12col%"
33299 special "none"
33300 height "1in"
33301 height_special "width"
33302 thickness "0.4pt"
33303 separation "3pt"
33304 shadowsize "4pt"
33305 framecolor "black"
33306 backgroundcolor "none"
33307 status open
33308
33309 \begin_layout Plain Layout
33310 \align center
33311 Boîte dont la hauteur est 1
33312 \begin_inset space \thinspace{}
33313 \end_inset
33314
33315 Largeur
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \end_layout
33322
33323 \begin_layout Subsection
33324 Alignement
33325 \begin_inset Index idx
33326 status collapsed
33327
33328 \begin_layout Plain Layout
33329 Boîtes ! Alignement
33330 \end_layout
33331
33332 \end_inset
33333
33334
33335 \end_layout
33336
33337 \begin_layout Standard
33338 Quand vous avez choisi une 
33339 \family sans
33340 Boîte
33341 \begin_inset space ~
33342 \end_inset
33343
33344 Intérieure
33345 \family default
33346 , l'alignement vertical de la boîte peut être :
33347 \end_layout
33348
33349 \begin_layout Description
33350 Haut Ceci est un exemple de texte.
33351  
33352 \begin_inset Box Boxed
33353 position "t"
33354 hor_pos "c"
33355 has_inner_box 1
33356 inner_pos "c"
33357 use_parbox 0
33358 use_makebox 0
33359 width "12col%"
33360 special "none"
33361 height "1in"
33362 height_special "totalheight"
33363 thickness "0.4pt"
33364 separation "3pt"
33365 shadowsize "4pt"
33366 framecolor "black"
33367 backgroundcolor "none"
33368 status collapsed
33369
33370 \begin_layout Plain Layout
33371 \align center
33372 Cette boîte est alignée sur le haut.
33373 \end_layout
33374
33375 \end_inset
33376
33377  Ceci est un exemple de texte.
33378 \end_layout
33379
33380 \begin_layout Description
33381 Milieu Ceci est un exemple de texte.
33382  
33383 \begin_inset Box Boxed
33384 position "c"
33385 hor_pos "c"
33386 has_inner_box 1
33387 inner_pos "c"
33388 use_parbox 0
33389 use_makebox 0
33390 width "12col%"
33391 special "none"
33392 height "1in"
33393 height_special "totalheight"
33394 thickness "0.4pt"
33395 separation "3pt"
33396 shadowsize "4pt"
33397 framecolor "black"
33398 backgroundcolor "none"
33399 status collapsed
33400
33401 \begin_layout Plain Layout
33402 \align center
33403 Cette boîte est alignée au centre.
33404 \end_layout
33405
33406 \end_inset
33407
33408  Ceci est un exemple de texte.
33409 \end_layout
33410
33411 \begin_layout Description
33412 Bas Ceci est un exemple de texte.
33413  
33414 \begin_inset Box Boxed
33415 position "b"
33416 hor_pos "c"
33417 has_inner_box 1
33418 inner_pos "c"
33419 use_parbox 0
33420 use_makebox 0
33421 width "12col%"
33422 special "none"
33423 height "1in"
33424 height_special "totalheight"
33425 thickness "0.4pt"
33426 separation "3pt"
33427 shadowsize "4pt"
33428 framecolor "black"
33429 backgroundcolor "none"
33430 status collapsed
33431
33432 \begin_layout Plain Layout
33433 \align center
33434 Cette boîte est alignée sur le bas.
33435 \end_layout
33436
33437 \end_inset
33438
33439  Ceci est un exemple de texte.
33440 \end_layout
33441
33442 \begin_layout Standard
33443 \begin_inset Note Greyedout
33444 status open
33445
33446 \begin_layout Plain Layout
33447
33448 \series bold
33449 Note:
33450 \series default
33451  L'alignement vertical peut être perturbé dans la sortie finale quand vous
33452  avez par exemple deux boîtes sur une même ligne, une avec une ombre et
33453  l'autre non.
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \end_layout
33460
33461 \begin_layout Standard
33462 L'alignement horizontal de la boîte peut être modifié quand elle a son propre
33463  paragraphe grâce à la fenêtre de dialogue 
33464 \family sans
33465 Paramètres
33466 \begin_inset space ~
33467 \end_inset
33468
33469 de
33470 \begin_inset space ~
33471 \end_inset
33472
33473 Boîte
33474 \family default
33475 .
33476 \end_layout
33477
33478 \begin_layout Standard
33479 \begin_inset VSpace bigskip
33480 \end_inset
33481
33482 Quand vous avez choisi une 
33483 \family sans
33484 Boîte
33485 \begin_inset space ~
33486 \end_inset
33487
33488 Intérieure
33489 \family default
33490 , l'alignement vertical du contenu de la boîte peut être :
33491 \end_layout
33492
33493 \begin_layout Description
33494 haut Ceci est un exemple de texte.
33495 \begin_inset Box Boxed
33496 position "c"
33497 hor_pos "c"
33498 has_inner_box 1
33499 inner_pos "t"
33500 use_parbox 0
33501 use_makebox 0
33502 width "12col%"
33503 special "none"
33504 height "1.5in"
33505 height_special "totalheight"
33506 thickness "0.4pt"
33507 separation "3pt"
33508 shadowsize "4pt"
33509 framecolor "black"
33510 backgroundcolor "none"
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 \align center
33515 Le texte de cette boîte est aligné sur le haut.
33516 \end_layout
33517
33518 \end_inset
33519
33520  Ceci est un exemple de texte.
33521 \end_layout
33522
33523 \begin_layout Description
33524 milieu Ceci est un exemple de texte.
33525  
33526 \begin_inset Box Boxed
33527 position "c"
33528 hor_pos "c"
33529 has_inner_box 1
33530 inner_pos "c"
33531 use_parbox 0
33532 use_makebox 0
33533 width "12col%"
33534 special "none"
33535 height "1.5in"
33536 height_special "totalheight"
33537 thickness "0.4pt"
33538 separation "3pt"
33539 shadowsize "4pt"
33540 framecolor "black"
33541 backgroundcolor "none"
33542 status collapsed
33543
33544 \begin_layout Plain Layout
33545 \align center
33546 Le texte de cette boîte est aligné au centre
33547 \end_layout
33548
33549 \end_inset
33550
33551  Ceci est un exemple de texte.
33552 \end_layout
33553
33554 \begin_layout Description
33555 bas Ceci est un exemple de texte.
33556  
33557 \begin_inset Box Boxed
33558 position "c"
33559 hor_pos "c"
33560 has_inner_box 1
33561 inner_pos "b"
33562 use_parbox 0
33563 use_makebox 0
33564 width "12col%"
33565 special "none"
33566 height "1.5in"
33567 height_special "totalheight"
33568 thickness "0.4pt"
33569 separation "3pt"
33570 shadowsize "4pt"
33571 framecolor "black"
33572 backgroundcolor "none"
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 \align center
33577 Le texte de cette boîte est aligné en bas.
33578 \end_layout
33579
33580 \end_inset
33581
33582  Ceci est un exemple de texte.
33583 \end_layout
33584
33585 \begin_layout Description
33586 élongation Ceci est un exemple de texte.
33587  
33588 \begin_inset Box Boxed
33589 position "c"
33590 hor_pos "c"
33591 has_inner_box 1
33592 inner_pos "s"
33593 use_parbox 0
33594 use_makebox 0
33595 width "12col%"
33596 special "none"
33597 height "1.5in"
33598 height_special "totalheight"
33599 thickness "0.4pt"
33600 separation "3pt"
33601 shadowsize "4pt"
33602 framecolor "black"
33603 backgroundcolor "none"
33604 status collapsed
33605
33606 \begin_layout Plain Layout
33607 \align center
33608 Le texte 
33609 \end_layout
33610
33611 \begin_layout Plain Layout
33612 \align center
33613 de cette
33614 \end_layout
33615
33616 \begin_layout Plain Layout
33617 \align center
33618 boîte est
33619 \end_layout
33620
33621 \begin_layout Plain Layout
33622 \align center
33623 allongé.
33624 \end_layout
33625
33626 \end_inset
33627
33628  Ceci est un exemple de texte.
33629 \end_layout
33630
33631 \begin_layout Standard
33632 Pour allonger le contenu d'une boîte, il doit être constitué de plus d'un
33633  paragraphe.
33634  Dans l'exemple ci-dessus, chaque ligne de texte a son propre paragraphe.
33635 \end_layout
33636
33637 \begin_layout Standard
33638 \begin_inset VSpace bigskip
33639 \end_inset
33640
33641 Pour aligner horizontalement le contenu d'une boîte vous pouvez utiliser
33642  la fenêtre de dialogue 
33643 \family sans
33644 Paramètres
33645 \begin_inset space ~
33646 \end_inset
33647
33648 de
33649 \begin_inset space ~
33650 \end_inset
33651
33652 paragraphe
33653 \family default
33654  quand vous avez choisi une 
33655 \family sans
33656 Boîte
33657 \begin_inset space ~
33658 \end_inset
33659
33660 Intérieure
33661 \family default
33662 .
33663 \end_layout
33664
33665 \begin_layout Standard
33666 \align center
33667 \begin_inset Box Boxed
33668 position "c"
33669 hor_pos "c"
33670 has_inner_box 1
33671 inner_pos "s"
33672 use_parbox 0
33673 use_makebox 0
33674 width "15col%"
33675 special "none"
33676 height "1.25in"
33677 height_special "totalheight"
33678 thickness "0.4pt"
33679 separation "3pt"
33680 shadowsize "4pt"
33681 framecolor "black"
33682 backgroundcolor "none"
33683 status open
33684
33685 \begin_layout Plain Layout
33686 \align left
33687 Le texte de 
33688 \end_layout
33689
33690 \begin_layout Plain Layout
33691 \align left
33692 cette boîte
33693 \end_layout
33694
33695 \begin_layout Plain Layout
33696 \align right
33697 est allongé.
33698 \end_layout
33699
33700 \end_inset
33701
33702
33703 \end_layout
33704
33705 \begin_layout Standard
33706 Si vous n'avez pas choisi une 
33707 \family sans
33708 Boîte
33709 \begin_inset space ~
33710 \end_inset
33711
33712 Intérieure
33713 \family default
33714 , vous pouvez allonger le contenu de la boîte horizontalement avec la fenêtre
33715  de dialogue de boîte.
33716 \begin_inset Separator parbreak
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \begin_layout Standard
33723 \align center
33724 \begin_inset Box Boxed
33725 position "c"
33726 hor_pos "s"
33727 has_inner_box 0
33728 inner_pos "s"
33729 use_parbox 0
33730 use_makebox 0
33731 width "90col%"
33732 special "none"
33733 height "1.25in"
33734 height_special "totalheight"
33735 thickness "0.4pt"
33736 separation "3pt"
33737 shadowsize "4pt"
33738 framecolor "black"
33739 backgroundcolor "none"
33740 status open
33741
33742 \begin_layout Plain Layout
33743 Le texte de cette boîte est allongé horizontalement.
33744 \end_layout
33745
33746 \end_inset
33747
33748
33749 \end_layout
33750
33751 \begin_layout Subsection
33752 Décorations
33753 \begin_inset CommandInset label
33754 LatexCommand label
33755 name "sec:Décorations"
33756
33757 \end_inset
33758
33759
33760 \begin_inset Index idx
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 Boîtes ! Décorations
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Standard
33773 On peut spécifier le style de la boîte en utilisant la liste déroulante
33774  
33775 \family sans
33776 Décoration
33777 \family default
33778 .
33779  Les possibilités sont les suivantes :
33780 \end_layout
33781
33782 \begin_layout Description
33783 Aucun
33784 \begin_inset space ~
33785 \end_inset
33786
33787 cadre
33788 \begin_inset space ~
33789 \end_inset
33790
33791 tracé Rien n'est tracé
33792 \end_layout
33793
33794 \begin_layout Description
33795 Cadre
33796 \begin_inset space ~
33797 \end_inset
33798
33799 rectangulaire
33800 \begin_inset space ~
33801 \end_inset
33802
33803 simple Ceci dessine un cadre rectangulaire autour de la boîte.
33804  L'épaisseur du trait de ce cadre 
33805 \lang english
33806 can be specified
33807 \lang french
33808 .
33809 \begin_inset Newline newline
33810 \end_inset
33811
33812
33813 \begin_inset Box Boxed
33814 position "c"
33815 hor_pos "c"
33816 has_inner_box 1
33817 inner_pos "c"
33818 use_parbox 0
33819 use_makebox 0
33820 width "20col%"
33821 special "none"
33822 height "1in"
33823 height_special "totalheight"
33824 thickness "0.4pt"
33825 separation "3pt"
33826 shadowsize "4pt"
33827 framecolor "black"
33828 backgroundcolor "none"
33829 status open
33830
33831 \begin_layout Plain Layout
33832 \align center
33833 Boîte rectangulaire
33834 \end_layout
33835
33836 \end_inset
33837
33838
33839 \end_layout
33840
33841 \begin_layout Description
33842 Cadre
33843 \begin_inset space ~
33844 \end_inset
33845
33846 oval,
33847 \begin_inset space ~
33848 \end_inset
33849
33850 fin Ceci dessine un cadre ovalisée autour de la boîte.
33851  L'épaisseur du trait de ce cadre est de  0.4
33852 \begin_inset space \thinspace{}
33853 \end_inset
33854
33855 pt.
33856  
33857 \begin_inset Box ovalbox
33858 position "c"
33859 hor_pos "c"
33860 has_inner_box 1
33861 inner_pos "c"
33862 use_parbox 0
33863 use_makebox 0
33864 width "20col%"
33865 special "none"
33866 height "1in"
33867 height_special "totalheight"
33868 thickness "0.4pt"
33869 separation "3pt"
33870 shadowsize "4pt"
33871 framecolor "black"
33872 backgroundcolor "none"
33873 status open
33874
33875 \begin_layout Plain Layout
33876 \align center
33877 Boîte ovalisée, fine
33878 \end_layout
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Description
33886 Cadre
33887 \begin_inset space ~
33888 \end_inset
33889
33890 oval,
33891 \begin_inset space ~
33892 \end_inset
33893
33894 épais Ceci dessine un cadre ovalisée autour de la boîte.
33895  L'épaisseur du trait de ce cadre est de   0.8
33896 \begin_inset space \thinspace{}
33897 \end_inset
33898
33899 pt.
33900  
33901 \begin_inset Box Ovalbox
33902 position "c"
33903 hor_pos "c"
33904 has_inner_box 1
33905 inner_pos "c"
33906 use_parbox 0
33907 use_makebox 0
33908 width "20col%"
33909 special "none"
33910 height "1in"
33911 height_special "totalheight"
33912 thickness "0.4pt"
33913 separation "3pt"
33914 shadowsize "4pt"
33915 framecolor "black"
33916 backgroundcolor "none"
33917 status open
33918
33919 \begin_layout Plain Layout
33920 \align center
33921 Boîte ovalisée, épaisse
33922 \end_layout
33923
33924 \end_inset
33925
33926
33927 \end_layout
33928
33929 \begin_layout Description
33930 Ombre
33931 \begin_inset space ~
33932 \end_inset
33933
33934 en
33935 \begin_inset space ~
33936 \end_inset
33937
33938 relief Ceci dessine un cadre rectangulaire avec une ombre autour de la boîte.
33939  L'épaisseur du trait de ce cadre et l'ombre 
33940 \lang english
33941 can be specified
33942 \lang french
33943 .
33944  
33945 \begin_inset Box Shadowbox
33946 position "c"
33947 hor_pos "c"
33948 has_inner_box 1
33949 inner_pos "c"
33950 use_parbox 0
33951 use_makebox 0
33952 width "20col%"
33953 special "none"
33954 height "1in"
33955 height_special "totalheight"
33956 thickness "0.4pt"
33957 separation "3pt"
33958 shadowsize "4pt"
33959 framecolor "black"
33960 backgroundcolor "none"
33961 status open
33962
33963 \begin_layout Plain Layout
33964 \align center
33965 Boîte ombrée
33966 \end_layout
33967
33968 \end_inset
33969
33970
33971 \end_layout
33972
33973 \begin_layout Description
33974 Fond
33975 \begin_inset space ~
33976 \end_inset
33977
33978 ombré Ceci dessine une boîte avec un arrière plan rouge.
33979  Contrairement aux boîtes coloriées
33980 \begin_inset Foot
33981 status collapsed
33982
33983 \begin_layout Plain Layout
33984 Voir la section
33985 \begin_inset space ~
33986 \end_inset
33987
33988
33989 \begin_inset CommandInset ref
33990 LatexCommand ref
33991 reference "sec:Boîtes-colorées"
33992
33993 \end_inset
33994
33995 .
33996 \end_layout
33997
33998 \end_inset
33999
34000 , elle utilise toujours toute la largeur de la colonne et la boîte constitue
34001  son propre paragraphe.
34002 \begin_inset Box Shaded
34003 position "t"
34004 hor_pos "c"
34005 has_inner_box 0
34006 inner_pos "t"
34007 use_parbox 0
34008 use_makebox 0
34009 width "50col%"
34010 special "none"
34011 height "1in"
34012 height_special "totalheight"
34013 thickness "0.4pt"
34014 separation "3pt"
34015 shadowsize "4pt"
34016 framecolor "black"
34017 backgroundcolor "none"
34018 status open
34019
34020 \begin_layout Plain Layout
34021 Boîte avec fond ombré
34022 \end_layout
34023
34024 \end_inset
34025
34026
34027 \end_layout
34028
34029 \begin_layout Description
34030 Cadre
34031 \begin_inset space ~
34032 \end_inset
34033
34034 rectangulaire
34035 \begin_inset space ~
34036 \end_inset
34037
34038 dédoublé Ceci dessine un cadre rectangulaire à deux traits autour de la
34039  boîte.
34040  L'épaisseur du trait du cadre interne est de 0.75
34041 \begin_inset space \thinspace{}
34042 \end_inset
34043
34044 épaisseur
34045 \begin_inset space ~
34046 \end_inset
34047
34048 du
34049 \begin_inset space ~
34050 \end_inset
34051
34052 trait, l'épaisseur du trait du cadre externe est de 1.5
34053 \begin_inset space \thinspace{}
34054 \end_inset
34055
34056 épaisseur
34057 \begin_inset space ~
34058 \end_inset
34059
34060 du
34061 \begin_inset space ~
34062 \end_inset
34063
34064 trait.
34065  La distance entre les deux cadres est de 1.5
34066 \begin_inset space \thinspace{}
34067 \end_inset
34068
34069 épaisseur
34070 \begin_inset space ~
34071 \end_inset
34072
34073 du
34074 \begin_inset space ~
34075 \end_inset
34076
34077 trait
34078 \begin_inset space \thinspace{}
34079 \end_inset
34080
34081 +
34082 \begin_inset space \thinspace{}
34083 \end_inset
34084
34085 0.5
34086 \begin_inset space \thinspace{}
34087 \end_inset
34088
34089 pt.
34090  
34091 \begin_inset Box Doublebox
34092 position "c"
34093 hor_pos "c"
34094 has_inner_box 1
34095 inner_pos "c"
34096 use_parbox 0
34097 use_makebox 0
34098 width "20col%"
34099 special "none"
34100 height "1in"
34101 height_special "totalheight"
34102 thickness "0.4pt"
34103 separation "3pt"
34104 shadowsize "4pt"
34105 framecolor "black"
34106 backgroundcolor "none"
34107 status open
34108
34109 \begin_layout Plain Layout
34110 \align center
34111 Boîte double
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \end_layout
34118
34119 \begin_layout Standard
34120 \begin_inset VSpace bigskip
34121 \end_inset
34122
34123 L'étiquette qui se trouve sur la boîte dans \SpecialChar LyX
34124  s'adapte pour montrer le style
34125  de boîte utilisé.
34126  Pour pouvoir utiliser ces différents types de cadres, vous devez installer
34127  le paquetage \SpecialChar LaTeX
34128  
34129 \series bold
34130 fancybox
34131 \series default
34132
34133 \begin_inset Index idx
34134 status collapsed
34135
34136 \begin_layout Plain Layout
34137 Paquetages \SpecialChar LaTeX
34138  ! fancybox
34139 \end_layout
34140
34141 \end_inset
34142
34143 .
34144 \end_layout
34145
34146 \begin_layout Standard
34147 \begin_inset VSpace bigskip
34148 \end_inset
34149
34150 Quand vous utilisez le style de décoration 
34151 \family sans
34152 cadre rectangulaire simple
34153 \family default
34154  sans boîte intérieure, vous pouvez autoriser les sauts de page à l'intérieur
34155  de la boîte.
34156  Notez que dans ce cas, contrairement aux autres boîtes avec cadre, le cadre
34157  prendra toute la largeur de la colonne et la boîte sera considérée comme
34158  son propre paragraphe: 
34159 \begin_inset Box Framed
34160 position "t"
34161 hor_pos "c"
34162 has_inner_box 0
34163 inner_pos "t"
34164 use_parbox 0
34165 use_makebox 0
34166 width "100col%"
34167 special "none"
34168 height "1in"
34169 height_special "totalheight"
34170 thickness "0.4pt"
34171 separation "3pt"
34172 shadowsize "4pt"
34173 framecolor "black"
34174 backgroundcolor "none"
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 Boîte avec cadre simple et sauts de page
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Section
34187 Personnalisation des boîtes
34188 \begin_inset Index idx
34189 status collapsed
34190
34191 \begin_layout Plain Layout
34192 Boîtes! Personnalisation
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \end_layout
34199
34200 \begin_layout Standard
34201 Le diamètre des coins arrondis des boîtes ovalisées peut être modifié par
34202  la commande 
34203 \series bold
34204
34205 \backslash
34206 cornersize
34207 \series default
34208 .
34209  Par exemple, la commande
34210 \end_layout
34211
34212 \begin_layout Standard
34213
34214 \series bold
34215
34216 \backslash
34217 cornersize*{1cm}
34218 \end_layout
34219
34220 \begin_layout Standard
34221 donne un diamètre de 1
34222 \begin_inset space \thinspace{}
34223 \end_inset
34224
34225 cm.
34226  La commande
34227 \end_layout
34228
34229 \begin_layout Standard
34230
34231 \series bold
34232
34233 \backslash
34234 cornersize{num}
34235 \end_layout
34236
34237 \begin_layout Standard
34238 fixe le diamètre à 
34239 \family sans
34240 num
34241 \begin_inset space \thinspace{}
34242 \end_inset
34243
34244 ×
34245 \begin_inset space \thinspace{}
34246 \end_inset
34247
34248 minimum(largeur et hauteur de la boîte)
34249 \family default
34250 .
34251  La valeur implicite est 
34252 \series bold
34253
34254 \backslash
34255 cornersize{0.5}
34256 \series default
34257 .
34258 \end_layout
34259
34260 \begin_layout Standard
34261 \begin_inset ERT
34262 status collapsed
34263
34264 \begin_layout Plain Layout
34265
34266
34267 \backslash
34268 cornersize*{1.5cm}
34269 \end_layout
34270
34271 \end_inset
34272
34273
34274 \begin_inset Box Ovalbox
34275 position "c"
34276 hor_pos "c"
34277 has_inner_box 1
34278 inner_pos "c"
34279 use_parbox 0
34280 use_makebox 0
34281 width "25col%"
34282 special "none"
34283 height "1in"
34284 height_special "totalheight"
34285 thickness "0.4pt"
34286 separation "3pt"
34287 shadowsize "4pt"
34288 framecolor "black"
34289 backgroundcolor "none"
34290 status open
34291
34292 \begin_layout Plain Layout
34293 \align center
34294 Boîte ovale avec 
34295 \series bold
34296
34297 \backslash
34298 cornersize
34299 \series default
34300
34301 \begin_inset space \thinspace{}
34302 \end_inset
34303
34304 =
34305 \begin_inset space \thinspace{}
34306 \end_inset
34307
34308 1.5
34309 \begin_inset space \thinspace{}
34310 \end_inset
34311
34312 cm
34313 \end_layout
34314
34315 \end_inset
34316
34317
34318 \begin_inset ERT
34319 status collapsed
34320
34321 \begin_layout Plain Layout
34322
34323
34324 \backslash
34325 cornersize{0.5}
34326 \end_layout
34327
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \begin_layout Standard
34334 \begin_inset VSpace bigskip
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Standard
34341 La couleur rouge utilisée implicitement pour les boîtes à 
34342 \family sans
34343 Fond
34344 \begin_inset space ~
34345 \end_inset
34346
34347 ombré
34348 \family default
34349  peut soit être modifiée localement avec la commande 
34350 \series bold
34351
34352 \backslash
34353 definecolor{shadecolor}
34354 \series default
34355 , soit globalement avec le menu 
34356 \family sans
34357 Outils\SpecialChar menuseparator
34358 Préférences
34359 \family default
34360 \SpecialChar menuseparator
34361
34362 \family sans
34363 Couleurs\SpecialChar menuseparator
34364 boîte
34365 \begin_inset space ~
34366 \end_inset
34367
34368 ombrée
34369 \family default
34370 .
34371  La syntaxe de la commande 
34372 \series bold
34373
34374 \backslash
34375 definecolor
34376 \series default
34377  est expliquée dans la section
34378 \begin_inset space ~
34379 \end_inset
34380
34381
34382 \begin_inset CommandInset ref
34383 LatexCommand ref
34384 reference "sec:Tableaux-Colorés"
34385
34386 \end_inset
34387
34388 .
34389 \begin_inset Foot
34390 status collapsed
34391
34392 \begin_layout Plain Layout
34393 Notez que l'utilisation de 
34394 \series bold
34395
34396 \backslash
34397 definecolor
34398 \series default
34399  ne peut se faire sans le paquetage \SpecialChar LaTeX
34400  
34401 \series bold
34402 color
34403 \series default
34404  dans le préambule, voir la section
34405 \begin_inset space ~
34406 \end_inset
34407
34408
34409 \begin_inset CommandInset ref
34410 LatexCommand ref
34411 reference "sec:Boîtes-colorées"
34412
34413 \end_inset
34414
34415 .
34416  
34417 \end_layout
34418
34419 \end_inset
34420
34421
34422 \end_layout
34423
34424 \begin_layout Standard
34425 Par exemple l'apparence de la note à fond ombré suivante a été modifié avec
34426  le commande en code \SpecialChar TeX
34427  suivantes
34428 \end_layout
34429
34430 \begin_layout Standard
34431
34432 \series bold
34433
34434 \backslash
34435 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34436 \end_layout
34437
34438 \begin_layout Standard
34439 \begin_inset ERT
34440 status collapsed
34441
34442 \begin_layout Plain Layout
34443
34444
34445 \backslash
34446 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
34447 \end_layout
34448
34449 \end_inset
34450
34451
34452 \begin_inset Box Shaded
34453 position "t"
34454 hor_pos "c"
34455 has_inner_box 0
34456 inner_pos "t"
34457 use_parbox 0
34458 use_makebox 0
34459 width "100col%"
34460 special "none"
34461 height "1in"
34462 height_special "totalheight"
34463 thickness "0.4pt"
34464 separation "3pt"
34465 shadowsize "4pt"
34466 framecolor "black"
34467 backgroundcolor "none"
34468 status open
34469
34470 \begin_layout Plain Layout
34471
34472 \color yellow
34473 Ceci est un texte jaune dans une boîte à 
34474 \family sans
34475 Fond
34476 \begin_inset space ~
34477 \end_inset
34478
34479 ombré
34480 \family default
34481 \color inherit
34482  
34483 \color yellow
34484 avec un fond vert foncé.
34485 \end_layout
34486
34487 \end_inset
34488
34489
34490 \begin_inset ERT
34491 status collapsed
34492
34493 \begin_layout Plain Layout
34494
34495
34496 \backslash
34497 definecolor{shadecolor}{rgb}{1,0,0}
34498 \end_layout
34499
34500 \end_inset
34501
34502
34503 \end_layout
34504
34505 \begin_layout Standard
34506 \begin_inset VSpace bigskip
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \begin_layout Standard
34513 Les largeurs et culeurs ainsi modifiées restent valables pour toutes les
34514  boîtes qui suivent la commandes qui les a changées.
34515 \end_layout
34516
34517 \begin_layout Section
34518 Minipages
34519 \begin_inset CommandInset label
34520 LatexCommand label
34521 name "sec:Minipages"
34522
34523 \end_inset
34524
34525
34526 \begin_inset Index idx
34527 status collapsed
34528
34529 \begin_layout Plain Layout
34530 Boîtes ! Minipages
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 \SpecialChar LaTeX
34540  fournit un mécanisme qui, en fait, permet de produire une page à l'intérieur
34541  d'une page.
34542  On parle alors d'une minipage, et à l'intérieur de celle-ci, toutes les
34543  règles d'indentation, de saut de ligne, etc.
34544  s'appliquent.
34545 \end_layout
34546
34547 \begin_layout Standard
34548 Les minipages sont par exemple utiles quand on écrit un document avec plusieurs
34549  langues.
34550 \end_layout
34551
34552 \begin_layout Standard
34553 Ci-dessous, vous avez deux exemples de minipages côte-à-côte.
34554  Leur largeur est fixée à 45
34555 \begin_inset space \thinspace{}
34556 \end_inset
34557
34558 col% et elles sont séparées par un ressort horizontal, qui a été inséré
34559  via le menu 
34560 \family sans
34561 Insertion\SpecialChar menuseparator
34562 Typographie
34563 \begin_inset space ~
34564 \end_inset
34565
34566 spéciale\SpecialChar menuseparator
34567 Ressort
34568 \begin_inset space ~
34569 \end_inset
34570
34571 Horizontal
34572 \family default
34573 .
34574 \end_layout
34575
34576 \begin_layout Standard
34577 \begin_inset Box Frameless
34578 position "t"
34579 hor_pos "c"
34580 has_inner_box 1
34581 inner_pos "c"
34582 use_parbox 0
34583 use_makebox 0
34584 width "45col%"
34585 special "none"
34586 height "1in"
34587 height_special "totalheight"
34588 thickness "0.4pt"
34589 separation "3pt"
34590 shadowsize "4pt"
34591 framecolor "black"
34592 backgroundcolor "none"
34593 status open
34594
34595 \begin_layout Plain Layout
34596 Ceci est un texte en français.
34597  Ceci est un texte en français.
34598  Ceci est un texte en français.
34599  Ceci est un texte en français.
34600  Ceci est un texte en français.
34601  Ceci est un texte en français.
34602  Ceci est un texte en français.
34603  Ceci est un texte en français.Ceci est un texte en français.
34604  Ceci est un texte en français.
34605  Ceci est un texte en français.
34606  Ceci est un texte en français
34607 \begin_inset Foot
34608 status collapsed
34609
34610 \begin_layout Plain Layout
34611 Ceci est une note de bas de page en français.
34612 \end_layout
34613
34614 \end_inset
34615
34616 .Ceci est un texte en français
34617 \end_layout
34618
34619 \end_inset
34620
34621
34622 \begin_inset space \hfill{}
34623 \end_inset
34624
34625
34626 \begin_inset Box Frameless
34627 position "t"
34628 hor_pos "c"
34629 has_inner_box 1
34630 inner_pos "c"
34631 use_parbox 0
34632 use_makebox 0
34633 width "45col%"
34634 special "none"
34635 height "1in"
34636 height_special "totalheight"
34637 thickness "0.4pt"
34638 separation "3pt"
34639 shadowsize "4pt"
34640 framecolor "black"
34641 backgroundcolor "none"
34642 status open
34643
34644 \begin_layout Plain Layout
34645
34646 \lang english
34647 This is an English Text.
34648  This is an English Text.
34649  This is an English Text.
34650  This is an English Text.
34651  This is an English Text.
34652  This is an English Text.
34653  This is an English Text.
34654  This is an English Text.
34655  This is an English Text.
34656  This is an English Text.
34657  This is an English Text.
34658  This is an English Text.
34659  This is an English Text.
34660  This is an English Text.
34661  This is an English Text.
34662  This is an English Text.
34663 \begin_inset Foot
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667
34668 \lang english
34669 This is an English footnote.
34670 \end_layout
34671
34672 \end_inset
34673
34674  This is an English Text.
34675 \end_layout
34676
34677 \end_inset
34678
34679
34680 \end_layout
34681
34682 \begin_layout Standard
34683 \begin_inset VSpace bigskip
34684 \end_inset
34685
34686 Les paramètres globaux du document sont ignorés au sein d'une minipage.
34687  Cela signifie qu'il n'y aura pas d'espace entre les paragraphes dans les
34688  minipages, même si vous les avez mis par exemple à 
34689 \family sans
34690 Moyen
34691 \family default
34692  dans les paramètres du document.
34693 \end_layout
34694
34695 \begin_layout Standard
34696 Les minipages peuvent être utilisées pour changer la couleur de fond d'une
34697  portion de texte, voyez la section
34698 \begin_inset space ~
34699 \end_inset
34700
34701
34702 \begin_inset CommandInset ref
34703 LatexCommand ref
34704 reference "sec:Boîtes-colorées"
34705
34706 \end_inset
34707
34708 .
34709 \end_layout
34710
34711 \begin_layout Standard
34712 \begin_inset Note Greyedout
34713 status open
34714
34715 \begin_layout Plain Layout
34716
34717 \series bold
34718 Note:
34719 \series default
34720  Vous ne pouvez avoir des flottants ou des notes en marge dans un minipage,
34721  mais les minipages peuvent être utilisées dans un tableau, un flottant
34722  ou une autre boîte.
34723 \end_layout
34724
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Section
34731 Les parboxes
34732 \begin_inset CommandInset label
34733 LatexCommand label
34734 name "sec:Parboxes"
34735
34736 \end_inset
34737
34738
34739 \begin_inset Index idx
34740 status collapsed
34741
34742 \begin_layout Plain Layout
34743 Boîtes ! Parboxes
34744 \end_layout
34745
34746 \end_inset
34747
34748
34749 \end_layout
34750
34751 \begin_layout Standard
34752 Les parboxes ressemblent beaucoup aux minipages à la différence qu'elles
34753  ne peuvent avoir de note de bas de page.
34754 \begin_inset Separator parbreak
34755 \end_inset
34756
34757
34758 \end_layout
34759
34760 \begin_layout Standard
34761 \align center
34762 \begin_inset Box Frameless
34763 position "t"
34764 hor_pos "c"
34765 has_inner_box 1
34766 inner_pos "t"
34767 use_parbox 1
34768 use_makebox 0
34769 width "33col%"
34770 special "none"
34771 height "1in"
34772 height_special "totalheight"
34773 thickness "0.4pt"
34774 separation "3pt"
34775 shadowsize "4pt"
34776 framecolor "black"
34777 backgroundcolor "none"
34778 status open
34779
34780 \begin_layout Plain Layout
34781 Ceci est un texte à l'intérieur d'une parbox.
34782  Ceci est un texte à l'intérieur d'une parbox.
34783 \end_layout
34784
34785 \begin_layout Plain Layout
34786 Cette note de bas de page ne devrait pas apparaître :
34787 \begin_inset Foot
34788 status open
34789
34790 \begin_layout Plain Layout
34791 Cette note de bas de page est à l'intérieur d'une parbox et donc n'apparaîtra
34792  pas.
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Section
34806 Des boîtes pour les mots et les caractères
34807 \begin_inset Index idx
34808 status collapsed
34809
34810 \begin_layout Plain Layout
34811 Boîtes ! Pour les caractères
34812 \end_layout
34813
34814 \end_inset
34815
34816
34817 \end_layout
34818
34819 \begin_layout Subsection
34820 Empêcher la césure
34821 \begin_inset CommandInset label
34822 LatexCommand label
34823 name "sec:Empêcher-césure"
34824
34825 \end_inset
34826
34827
34828 \begin_inset Index idx
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832 Boîtes ! Pour empêcher la césure
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841 Vous pouvez utiliser une boîte de type 
34842 \family sans
34843 Makebox
34844 \family default
34845  pour empêcher qu'un mot ou un texte ne soit coupé par une césure.
34846 \begin_inset Newline newline
34847 \end_inset
34848
34849 Voici un exemple de texte :
34850 \end_layout
34851
34852 \begin_layout Standard
34853 Cette ligne est un exemple comment vous pouvez empêcher une césure
34854 \begin_inset space ~
34855 \end_inset
34856
34857
34858 \begin_inset Quotes fld
34859 \end_inset
34860
34861 motTrèsTrèsLong
34862 \begin_inset Quotes frd
34863 \end_inset
34864
34865
34866 \end_layout
34867
34868 \begin_layout Standard
34869 Pour empêcher que le mot 
34870 \begin_inset Quotes fld
34871 \end_inset
34872
34873 motTrèsTrèsLong
34874 \begin_inset Quotes frd
34875 \end_inset
34876
34877  soit coupé, mettez le mot dans une boîte, mettez 
34878 \family sans
34879 Boîte
34880 \begin_inset space ~
34881 \end_inset
34882
34883 intérieure
34884 \family default
34885  à 
34886 \family sans
34887 Makebox
34888 \family default
34889  sans spécifier de largeur.
34890 \end_layout
34891
34892 \begin_layout Standard
34893 Voici le résultat :
34894 \end_layout
34895
34896 \begin_layout Standard
34897 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34898  
34899 \begin_inset Box Frameless
34900 position "t"
34901 hor_pos "c"
34902 has_inner_box 1
34903 inner_pos "t"
34904 use_parbox 0
34905 use_makebox 1
34906 width ""
34907 special "none"
34908 height "1in"
34909 height_special "totalheight"
34910 thickness "0.4pt"
34911 separation "3pt"
34912 shadowsize "4pt"
34913 framecolor "black"
34914 backgroundcolor "none"
34915 status open
34916
34917 \begin_layout Plain Layout
34918 \begin_inset Quotes fld
34919 \end_inset
34920
34921 motTrèsTrèsLong
34922 \begin_inset Quotes frd
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \begin_layout Standard
34934 Une autre méthode consiste à mettre la commande 
34935 \series bold
34936
34937 \begin_inset Quotes fld
34938 \end_inset
34939
34940
34941 \backslash
34942 -
34943 \series default
34944
34945 \begin_inset Quotes frd
34946 \end_inset
34947
34948  en code \SpecialChar TeX
34949 , juste avant le mot :
34950 \end_layout
34951
34952 \begin_layout Standard
34953 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
34954  
34955 \begin_inset Quotes fld
34956 \end_inset
34957
34958
34959 \begin_inset ERT
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963
34964
34965 \backslash
34966 -
34967 \end_layout
34968
34969 \end_inset
34970
34971 motTrèsTrèsLong
34972 \begin_inset Quotes frd
34973 \end_inset
34974
34975
34976 \end_layout
34977
34978 \begin_layout Standard
34979 Bien sûr, maintenant le mot dépasse dans la marge latérale.
34980  Pour éviter cela, ajoutez un saut de ligne avant le mot avec le menu 
34981 \family sans
34982 Insertion\SpecialChar menuseparator
34983 Typographie
34984 \begin_inset space ~
34985 \end_inset
34986
34987 spéciale\SpecialChar menuseparator
34988 Passage
34989 \begin_inset space ~
34990 \end_inset
34991
34992 à
34993 \begin_inset space ~
34994 \end_inset
34995
34996 la
34997 \begin_inset space ~
34998 \end_inset
34999
35000 Ligne
35001 \family default
35002  (raccourci 
35003 \family sans
35004 Ctrl-Entrée
35005 \family default
35006 ) :
35007 \end_layout
35008
35009 \begin_layout Standard
35010 Cette ligne est un exemple montrant comment vous pouvez empêcher une césure:
35011 \begin_inset Newline newline
35012 \end_inset
35013
35014
35015 \begin_inset Box Frameless
35016 position "t"
35017 hor_pos "c"
35018 has_inner_box 1
35019 inner_pos "t"
35020 use_parbox 0
35021 use_makebox 1
35022 width ""
35023 special "none"
35024 height "1in"
35025 height_special "totalheight"
35026 thickness "0.4pt"
35027 separation "3pt"
35028 shadowsize "4pt"
35029 framecolor "black"
35030 backgroundcolor "none"
35031 status open
35032
35033 \begin_layout Plain Layout
35034 \begin_inset Quotes fld
35035 \end_inset
35036
35037 motTrèsTrèsLong
35038 \begin_inset Quotes frd
35039 \end_inset
35040
35041
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Subsection
35050 Alignement vertical
35051 \begin_inset CommandInset label
35052 LatexCommand label
35053 name "subsec:Alignement-Vertical"
35054
35055 \end_inset
35056
35057
35058 \begin_inset Index idx
35059 status collapsed
35060
35061 \begin_layout Plain Layout
35062 Boîtes ! Pour l'alignement vertical
35063 \end_layout
35064
35065 \end_inset
35066
35067
35068 \begin_inset Index idx
35069 status collapsed
35070
35071 \begin_layout Plain Layout
35072 Boîtes ! Boîtes élévatrices
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \begin_inset Index idx
35079 status collapsed
35080
35081 \begin_layout Plain Layout
35082 Raisebox|see
35083 \begin_inset ERT
35084 status collapsed
35085
35086 \begin_layout Plain Layout
35087
35088 {
35089 \end_layout
35090
35091 \end_inset
35092
35093 Boîtes élévatrices
35094 \begin_inset ERT
35095 status collapsed
35096
35097 \begin_layout Plain Layout
35098
35099 }
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \begin_layout Standard
35113 Avec la commande 
35114 \series bold
35115
35116 \backslash
35117 raisebox
35118 \series default
35119  vous pouvez aligner des mots, des caractères ou d'autres boîtes, verticalement
35120  par rapport au texte qui l'entoure.
35121  La commande
35122 \series bold
35123  
35124 \backslash
35125 raisebox
35126 \series default
35127  s'utilise en suivant la syntaxe suivante :
35128 \end_layout
35129
35130 \begin_layout Standard
35131
35132 \series bold
35133
35134 \backslash
35135 raisebox{déplacement}[hauteur][profondeur]{contenu de la boîte}
35136 \end_layout
35137
35138 \begin_layout Standard
35139 Le déplacement peut être une valeur positive pour élever la boîte ou négative
35140  pour l'abaisser.
35141 \end_layout
35142
35143 \begin_layout Standard
35144 Pour aligner le mot 
35145 \begin_inset Quotes fld
35146 \end_inset
35147
35148 empêcher
35149 \begin_inset Quotes frd
35150 \end_inset
35151
35152  de façon à ce que le point le plus bas du caractère le plus 
35153 \begin_inset Quotes fld
35154 \end_inset
35155
35156 profond
35157 \begin_inset Quotes frd
35158 \end_inset
35159
35160 , le 
35161 \begin_inset Quotes fld
35162 \end_inset
35163
35164 p
35165 \begin_inset Quotes frd
35166 \end_inset
35167
35168 , soit au niveau de la ligne de base, insérez la commande 
35169 \end_layout
35170
35171 \begin_layout Standard
35172
35173 \series bold
35174
35175 \backslash
35176 raisebox{
35177 \backslash
35178 depth}{
35179 \end_layout
35180
35181 \begin_layout Standard
35182 en code \SpecialChar TeX
35183  avant le mot.
35184  Insérez après le mot l'accolade fermante 
35185 \begin_inset Quotes fld
35186 \end_inset
35187
35188
35189 \series bold
35190 }
35191 \series default
35192
35193 \begin_inset Quotes frd
35194 \end_inset
35195
35196  en code \SpecialChar TeX
35197 .
35198 \begin_inset Newline newline
35199 \end_inset
35200
35201 Voici le résultat :
35202 \end_layout
35203
35204 \begin_layout Standard
35205 Cette ligne de texte contient le mot 
35206 \begin_inset ERT
35207 status open
35208
35209 \begin_layout Plain Layout
35210
35211
35212 \backslash
35213 raisebox{
35214 \backslash
35215 depth}{
35216 \end_layout
35217
35218 \end_inset
35219
35220
35221 \begin_inset Quotes fld
35222 \end_inset
35223
35224 empêcher
35225 \begin_inset Quotes frd
35226 \end_inset
35227
35228
35229 \begin_inset ERT
35230 status collapsed
35231
35232 \begin_layout Plain Layout
35233
35234 }
35235 \end_layout
35236
35237 \end_inset
35238
35239  comme mot élevé.
35240 \end_layout
35241
35242 \begin_layout Standard
35243 \begin_inset VSpace bigskip
35244 \end_inset
35245
35246 Quand vous élevez ou vous abaissez des caractères dans une ligne, la distance
35247  entre les lignes va être agrandie :
35248 \end_layout
35249
35250 \begin_layout Standard
35251 Cette ligne de texte contient le mot
35252 \begin_inset ERT
35253 status collapsed
35254
35255 \begin_layout Plain Layout
35256
35257
35258 \backslash
35259 raisebox{-
35260 \backslash
35261 depth}{
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \begin_inset Quotes fld
35268 \end_inset
35269
35270 empêcher
35271 \begin_inset Quotes frd
35272 \end_inset
35273
35274
35275 \begin_inset ERT
35276 status collapsed
35277
35278 \begin_layout Plain Layout
35279
35280 }
35281 \end_layout
35282
35283 \end_inset
35284
35285  comme mot abaissé.
35286 \begin_inset Newline newline
35287 \end_inset
35288
35289 Cette ligne de texte contient le mot 
35290 \begin_inset ERT
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294
35295
35296 \backslash
35297 raisebox{0.5cm}{
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \begin_inset Quotes fld
35304 \end_inset
35305
35306 tester
35307 \begin_inset Quotes frd
35308 \end_inset
35309
35310
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316 }
35317 \end_layout
35318
35319 \end_inset
35320
35321  comme mot élevé.
35322 \end_layout
35323
35324 \begin_layout Standard
35325 Si, pour une raison ou une autre, vous voulez empêcher que cela se produise,
35326  mettez la hauteur de la boîte à zéro.
35327  Par exemple utilisez
35328 \end_layout
35329
35330 \begin_layout Standard
35331
35332 \series bold
35333
35334 \backslash
35335 raisebox{-
35336 \backslash
35337 depth}[0pt]{
35338 \end_layout
35339
35340 \begin_layout Standard
35341 Cette ligne de texte contient le mot
35342 \begin_inset ERT
35343 status collapsed
35344
35345 \begin_layout Plain Layout
35346
35347
35348 \backslash
35349 raisebox{-
35350 \backslash
35351 depth}[0pt]{
35352 \end_layout
35353
35354 \end_inset
35355
35356
35357 \begin_inset Quotes fld
35358 \end_inset
35359
35360 empêcher
35361 \begin_inset Quotes frd
35362 \end_inset
35363
35364
35365 \begin_inset ERT
35366 status collapsed
35367
35368 \begin_layout Plain Layout
35369
35370 }
35371 \end_layout
35372
35373 \end_inset
35374
35375  comme mot abaissé.
35376 \begin_inset Newline newline
35377 \end_inset
35378
35379
35380 \begin_inset Newline newline
35381 \end_inset
35382
35383 Cette ligne de texte contient le mot 
35384 \begin_inset ERT
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388
35389
35390 \backslash
35391 raisebox{0.5cm}[0pt]{
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \begin_inset Quotes fld
35398 \end_inset
35399
35400 tester
35401 \begin_inset Quotes frd
35402 \end_inset
35403
35404
35405 \begin_inset ERT
35406 status collapsed
35407
35408 \begin_layout Plain Layout
35409
35410 }
35411 \end_layout
35412
35413 \end_inset
35414
35415  comme mot élevé.
35416 \end_layout
35417
35418 \begin_layout Section
35419 Boîtes colorées
35420 \begin_inset CommandInset label
35421 LatexCommand label
35422 name "sec:Boîtes-colorées"
35423
35424 \end_inset
35425
35426
35427 \begin_inset Index idx
35428 status collapsed
35429
35430 \begin_layout Plain Layout
35431 Boîtes ! Couleur
35432 \end_layout
35433
35434 \end_inset
35435
35436
35437 \end_layout
35438
35439 \begin_layout Standard
35440
35441 \lang english
35442 To color the background of a box just select the color you like in the box
35443  dialog.
35444  This is for example a box with orange background: 
35445 \begin_inset Box Frameless
35446 position "t"
35447 hor_pos "c"
35448 has_inner_box 1
35449 inner_pos "t"
35450 use_parbox 0
35451 use_makebox 1
35452 width ""
35453 special "none"
35454 height "1in"
35455 height_special "totalheight"
35456 thickness "0.4pt"
35457 separation "3pt"
35458 shadowsize "4pt"
35459 framecolor "black"
35460 backgroundcolor "orange"
35461 status open
35462
35463 \begin_layout Plain Layout
35464
35465 \lang english
35466 Box with orange background
35467 \end_layout
35468
35469 \end_inset
35470
35471
35472 \end_layout
35473
35474 \begin_layout Standard
35475
35476 \lang english
35477 If you use the decoration 
35478 \family sans
35479 \lang french
35480 Cadre
35481 \begin_inset space ~
35482 \end_inset
35483
35484 rectangulaire
35485 \begin_inset space ~
35486 \end_inset
35487
35488 simple
35489 \family default
35490 \lang english
35491  you can set a frame color.
35492  In this case you must also specify a background color (LyX sets white as
35493  default).
35494  Here is an example: 
35495 \begin_inset Box Boxed
35496 position "t"
35497 hor_pos "c"
35498 has_inner_box 0
35499 inner_pos "t"
35500 use_parbox 0
35501 use_makebox 0
35502 width ""
35503 special "none"
35504 height "1in"
35505 height_special "totalheight"
35506 thickness "0.4pt"
35507 separation "3pt"
35508 shadowsize "4pt"
35509 framecolor "teal"
35510 backgroundcolor "yellow"
35511 status open
35512
35513 \begin_layout Plain Layout
35514
35515 \lang english
35516 Box with teal frame color and yellow background color
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \begin_inset VSpace bigskip
35526 \end_inset
35527
35528
35529 \lang english
35530 Of course you can also have colored text inside a colored box:
35531 \lang french
35532
35533 \begin_inset Newline newline
35534 \end_inset
35535
35536
35537 \begin_inset Box Boxed
35538 position "t"
35539 hor_pos "c"
35540 has_inner_box 0
35541 inner_pos "t"
35542 use_parbox 0
35543 use_makebox 0
35544 width ""
35545 special "none"
35546 height "1in"
35547 height_special "totalheight"
35548 thickness "0.4pt"
35549 separation "3pt"
35550 shadowsize "4pt"
35551 framecolor "cyan"
35552 backgroundcolor "magenta"
35553 status open
35554
35555 \begin_layout Plain Layout
35556
35557 \color yellow
35558 Ce texte est coloré dans une boîte colorée et encadrée.
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \end_layout
35565
35566 \begin_layout Standard
35567 \begin_inset VSpace bigskip
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \begin_layout Standard
35574
35575 \lang english
35576 If you need another color than the predefined ones,
35577 \lang french
35578  vous pouvez définir vos propres couleurs comme c'est décrit dans la section
35579 \begin_inset space ~
35580 \end_inset
35581
35582
35583 \begin_inset CommandInset ref
35584 LatexCommand ref
35585 reference "sec:Tableaux-Colorés"
35586
35587 \end_inset
35588
35589 .
35590
35591 \lang english
35592  To use your own color you must typeset the box by using TeX code:
35593 \end_layout
35594
35595 \begin_layout Standard
35596
35597 \lang english
35598 Colored boxes without frame
35599 \lang french
35600 sont créées par la commande 
35601 \series bold
35602
35603 \backslash
35604 colorbox
35605 \series default
35606 .
35607  Elle est utilisée avec la syntaxe suivante :
35608 \end_layout
35609
35610 \begin_layout Standard
35611
35612 \series bold
35613
35614 \backslash
35615 colorbox{couleur}{contenu de la boîte}
35616 \end_layout
35617
35618 \begin_layout Standard
35619 Le contenu de la boîte peut aussi être une boîte et les boîtes colorées
35620  peuvent être placées à l'intérieur d'autres boîtes.Par exemple, pour avoir
35621  un mot sur fond vertfonce, insérez la commande 
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 colorbox{vertfonce}{
35630 \end_layout
35631
35632 \begin_layout Standard
35633 avant le mot en code \SpecialChar TeX
35634 .
35635  Insérez l'accolade fermante 
35636 \begin_inset Quotes fld
35637 \end_inset
35638
35639 }
35640 \begin_inset Quotes frd
35641 \end_inset
35642
35643  après le mot, en code \SpecialChar TeX
35644 .
35645 \begin_inset Newline newline
35646 \end_inset
35647
35648 Voici le résultat :
35649 \end_layout
35650
35651 \begin_layout Standard
35652 Cette ligne de texte contient le mot
35653 \begin_inset ERT
35654 status collapsed
35655
35656 \begin_layout Plain Layout
35657
35658
35659 \backslash
35660 colorbox{vertfonce}{
35661 \end_layout
35662
35663 \end_inset
35664
35665
35666 \begin_inset Quotes fld
35667 \end_inset
35668
35669 Attention!
35670 \begin_inset Quotes frd
35671 \end_inset
35672
35673
35674 \begin_inset ERT
35675 status collapsed
35676
35677 \begin_layout Plain Layout
35678
35679 }
35680 \end_layout
35681
35682 \end_inset
35683
35684  sur fond vertfonce.
35685 \end_layout
35686
35687 \begin_layout Standard
35688
35689 \lang english
35690 Framed, colored boxes are created
35691 \lang french
35692  avec la commande 
35693 \series bold
35694
35695 \backslash
35696 fcolorbox
35697 \series default
35698  avec la syntaxe suivante :
35699 \end_layout
35700
35701 \begin_layout Standard
35702
35703 \series bold
35704
35705 \backslash
35706 fcolorbox{couleur du cadre}{couleur de la boîte}{contenu de la boîte}
35707 \end_layout
35708
35709 \begin_layout Section
35710 Les boîtes pivotées et redimensionnées
35711 \end_layout
35712
35713 \begin_layout Standard
35714 Pour pouvoir utiliser les commandes décrites dans cette section, vous devez
35715  charger le paquetage \SpecialChar LaTeX
35716  
35717 \series bold
35718 graphicx
35719 \series default
35720
35721 \begin_inset Index idx
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 Paquetages \SpecialChar LaTeX
35726  ! graphicx
35727 \end_layout
35728
35729 \end_inset
35730
35731  dans le préambule de votre document avec la commande
35732 \end_layout
35733
35734 \begin_layout Standard
35735
35736 \series bold
35737
35738 \backslash
35739 @ifundefined{rotatebox}
35740 \begin_inset Newline newline
35741 \end_inset
35742
35743
35744 \begin_inset Phantom HPhantom
35745 status open
35746
35747 \begin_layout Plain Layout
35748
35749 \series bold
35750 \begin_inset space ~
35751 \end_inset
35752
35753
35754 \end_layout
35755
35756 \end_inset
35757
35758 {
35759 \backslash
35760 usepackage{graphicx}}{}
35761 \end_layout
35762
35763 \begin_layout Description
35764 \begin_inset Note Greyedout
35765 status open
35766
35767 \begin_layout Plain Layout
35768
35769 \series bold
35770 Note:
35771 \series default
35772  La plupart des visualiseurs DVI ne sont 
35773 \emph on
35774 pas
35775 \emph default
35776  capables d'afficher des rotations ou des redimensions.
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \begin_layout Standard
35785 \begin_inset Note Greyedout
35786 status open
35787
35788 \begin_layout Plain Layout
35789
35790 \series bold
35791 Note:
35792 \series default
35793  On ne doit pas mettre de flottants à l'intérieur d'une boîte pivotée ou
35794  redimensionnée.
35795 \end_layout
35796
35797 \end_inset
35798
35799
35800 \end_layout
35801
35802 \begin_layout Subsection
35803 Les Boîtes pivotées
35804 \begin_inset Index idx
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808 Boîtes ! pivotées
35809 \end_layout
35810
35811 \end_inset
35812
35813
35814 \begin_inset Index idx
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818 Pivoter des objets
35819 \end_layout
35820
35821 \end_inset
35822
35823
35824 \end_layout
35825
35826 \begin_layout Standard
35827 Pour faire tourner des objets, vous pouvez les mettre dans une boîte pivotante
35828  (rotated).
35829  Une telle boîte est créée avec la commande 
35830 \series bold
35831
35832 \backslash
35833 rotatebox
35834 \series default
35835  en code \SpecialChar TeX
35836  avec la syntaxe
35837 \end_layout
35838
35839 \begin_layout Standard
35840
35841 \series bold
35842
35843 \backslash
35844 rotatebox[origine rotation]{angle rotation}{contenu de la boîte}
35845 \end_layout
35846
35847 \begin_layout Standard
35848 La position du pivot est donnée par l'origine de rotation spécifiée sous
35849  la forme 
35850 \series bold
35851 origin=position
35852 \series default
35853 .
35854  Les valeurs suivantes sont possibles pour la position: 
35855 \emph on
35856 c
35857 \emph default
35858  (centre), 
35859 \emph on
35860 l
35861 \emph default
35862  (gauche/
35863 \lang english
35864 left
35865 \lang french
35866 ), 
35867 \emph on
35868 r
35869 \emph default
35870  (droite/
35871 \lang english
35872 right
35873 \lang french
35874 ), 
35875 \emph on
35876 b
35877 \emph default
35878  (bas/
35879 \lang english
35880 bottom
35881 \lang french
35882 ), 
35883 \emph on
35884 t
35885 \emph default
35886  (haut/
35887 \lang english
35888 top
35889 \lang french
35890 ), et aussi des combinaisons des quatre positions de base.
35891  Par exemple 
35892 \emph on
35893 lt
35894 \emph default
35895  signifie que le pivot est situé dans le coin en haut à gauche de la boîte.
35896  Quand on ne donne pas d'origine, la position 
35897 \emph on
35898 l
35899 \emph default
35900  est utilisée.
35901  L'angle de rotation est un nombre, exprimé en degrés et qui peut être positif
35902  ou négatif.
35903  Le sens positif de rotation est anti-horaire.
35904 \end_layout
35905
35906 \begin_layout Standard
35907 Dans l'exemple qui suit, la commande 
35908 \series bold
35909
35910 \backslash
35911 rotatebox[origin=c]{60}{
35912 \series default
35913  a été insérée en code \SpecialChar TeX
35914  juste avant le texte 
35915 \begin_inset Quotes fld
35916 \end_inset
35917
35918 pivoté de 90°
35919 \begin_inset Quotes frd
35920 \end_inset
35921
35922  ; la boîte est refermée juste après le texte par une accolade fermante
35923  
35924 \begin_inset Quotes fld
35925 \end_inset
35926
35927 }
35928 \begin_inset Quotes frd
35929 \end_inset
35930
35931  en code \SpecialChar TeX
35932 .
35933 \end_layout
35934
35935 \begin_layout Standard
35936 Voici une ligne avec du texte 
35937 \begin_inset ERT
35938 status collapsed
35939
35940 \begin_layout Plain Layout
35941
35942
35943 \backslash
35944 rotatebox[origin=c]{60}{
35945 \end_layout
35946
35947 \end_inset
35948
35949 pivoté de 60°
35950 \begin_inset ERT
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954
35955 }
35956 \end_layout
35957
35958 \end_inset
35959
35960 .
35961 \end_layout
35962
35963 \begin_layout Standard
35964 La boîte peut contenir une autre boîte ou une formule en ligne :
35965 \end_layout
35966
35967 \begin_layout Standard
35968 Voici une ligne avec du texte 
35969 \begin_inset ERT
35970 status collapsed
35971
35972 \begin_layout Plain Layout
35973
35974
35975 \backslash
35976 rotatebox[origin=r]{-60}{
35977 \end_layout
35978
35979 \end_inset
35980
35981
35982 \begin_inset Box Doublebox
35983 position "c"
35984 hor_pos "c"
35985 has_inner_box 0
35986 inner_pos "c"
35987 use_parbox 0
35988 use_makebox 0
35989 width "1in"
35990 special "width"
35991 height "1in"
35992 height_special "totalheight"
35993 thickness "0.4pt"
35994 separation "3pt"
35995 shadowsize "4pt"
35996 framecolor "black"
35997 backgroundcolor "none"
35998 status collapsed
35999
36000 \begin_layout Plain Layout
36001 pivoté de -60°
36002 \end_layout
36003
36004 \end_inset
36005
36006
36007 \begin_inset ERT
36008 status collapsed
36009
36010 \begin_layout Plain Layout
36011
36012 }
36013 \end_layout
36014
36015 \end_inset
36016
36017  et encadré 
36018 \begin_inset ERT
36019 status collapsed
36020
36021 \begin_layout Plain Layout
36022
36023
36024 \backslash
36025 rotatebox[origin=lb]{60}{
36026 \end_layout
36027
36028 \end_inset
36029
36030
36031 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36032 \end_inset
36033
36034
36035 \begin_inset ERT
36036 status collapsed
36037
36038 \begin_layout Plain Layout
36039
36040 }
36041 \end_layout
36042
36043 \end_inset
36044
36045  et une formule.
36046 \end_layout
36047
36048 \begin_layout Standard
36049 ou encore une figure ou un tableau :
36050 \end_layout
36051
36052 \begin_layout Standard
36053 Voici une ligne
36054 \begin_inset ERT
36055 status collapsed
36056
36057 \begin_layout Plain Layout
36058
36059
36060 \backslash
36061 rotatebox[origin=lb]{90}{
36062 \end_layout
36063
36064 \end_inset
36065
36066
36067 \begin_inset Graphics
36068         filename ../clipart/platypus.eps
36069         lyxscale 50
36070         width 25col%
36071
36072 \end_inset
36073
36074
36075 \begin_inset ERT
36076 status collapsed
36077
36078 \begin_layout Plain Layout
36079
36080 }
36081 \end_layout
36082
36083 \end_inset
36084
36085  avec une image pivotée de 90° 
36086 \begin_inset ERT
36087 status collapsed
36088
36089 \begin_layout Plain Layout
36090
36091
36092 \backslash
36093 rotatebox[origin=l]{-90}{
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \begin_inset Tabular
36100 <lyxtabular version="3" rows="2" columns="2">
36101 <features tabularvalignment="middle">
36102 <column alignment="center" valignment="top">
36103 <column alignment="center" valignment="top">
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109 q
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36115 \begin_inset Text
36116
36117 \begin_layout Plain Layout
36118 w
36119 \end_layout
36120
36121 \end_inset
36122 </cell>
36123 </row>
36124 <row>
36125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36126 \begin_inset Text
36127
36128 \begin_layout Plain Layout
36129 e
36130 \end_layout
36131
36132 \end_inset
36133 </cell>
36134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36135 \begin_inset Text
36136
36137 \begin_layout Plain Layout
36138 r
36139 \end_layout
36140
36141 \end_inset
36142 </cell>
36143 </row>
36144 </lyxtabular>
36145
36146 \end_inset
36147
36148
36149 \begin_inset ERT
36150 status collapsed
36151
36152 \begin_layout Plain Layout
36153
36154 }
36155 \end_layout
36156
36157 \end_inset
36158
36159  et un tableau.
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 Figures ! Pivotées
36165 \end_layout
36166
36167 \end_inset
36168
36169
36170 \begin_inset Index idx
36171 status collapsed
36172
36173 \begin_layout Plain Layout
36174 Tableau ! Pivoter
36175 \end_layout
36176
36177 \end_inset
36178
36179
36180 \end_layout
36181
36182 \begin_layout Subsection
36183 Les boîtes redimensionnées
36184 \begin_inset Index idx
36185 status collapsed
36186
36187 \begin_layout Plain Layout
36188 Boîtes ! Redimensionnées
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \begin_inset Index idx
36195 status collapsed
36196
36197 \begin_layout Plain Layout
36198 Redimensionner des objets
36199 \end_layout
36200
36201 \end_inset
36202
36203
36204 \end_layout
36205
36206 \begin_layout Standard
36207 Pour redimensionner des objets on peut utiliser les commandes 
36208 \series bold
36209
36210 \backslash
36211 scalebox
36212 \series default
36213  et 
36214 \series bold
36215
36216 \backslash
36217 resizebox
36218 \series default
36219  insérées sous forme de code \SpecialChar TeX
36220 .
36221 \end_layout
36222
36223 \begin_layout Standard
36224
36225 \series bold
36226
36227 \backslash
36228 scalebox
36229 \series default
36230  est utilisée avec la syntaxe suivante :
36231 \end_layout
36232
36233 \begin_layout Standard
36234
36235 \series bold
36236
36237 \backslash
36238 scalebox{horizontal}[vertical]{contenu de la boîte}
36239 \end_layout
36240
36241 \begin_layout Standard
36242 Horizontal et vertical sont les facteurs d'échelle correspondants.
36243  Si on ne donne pas de facteur vertical, le facteur horizontal sera aussi
36244  utilisé comme facteur vertical.
36245 \end_layout
36246
36247 \begin_layout Standard
36248 Par exemple, la commande 
36249 \series bold
36250
36251 \backslash
36252 scalebox{2}{Bonjour}
36253 \series default
36254  crée un 
36255 \begin_inset ERT
36256 status collapsed
36257
36258 \begin_layout Plain Layout
36259
36260
36261 \backslash
36262 scalebox{2}{
36263 \end_layout
36264
36265 \end_inset
36266
36267 Bonjour
36268 \begin_inset ERT
36269 status collapsed
36270
36271 \begin_layout Plain Layout
36272
36273 }
36274 \end_layout
36275
36276 \end_inset
36277
36278  de taille double par rapport à la taille du texte du document.
36279 \end_layout
36280
36281 \begin_layout Standard
36282
36283 \series bold
36284
36285 \backslash
36286 scalebox{2}[1]{Hello}
36287 \series default
36288  au contraire va déformer le 
36289 \begin_inset ERT
36290 status collapsed
36291
36292 \begin_layout Plain Layout
36293
36294
36295 \backslash
36296 scalebox{2}[1]{
36297 \end_layout
36298
36299 \end_inset
36300
36301 Bonjour
36302 \begin_inset ERT
36303 status collapsed
36304
36305 \begin_layout Plain Layout
36306
36307 }
36308 \end_layout
36309
36310 \end_inset
36311
36312 .
36313 \end_layout
36314
36315 \begin_layout Standard
36316 Si le facteur d'échelle est négatif, le contenu sera retourné en miroir.
36317  La commande 
36318 \series bold
36319
36320 \backslash
36321 scalebox{-1}[1]{Hello}
36322 \series default
36323  peut donc être utilisée pour créer du texte en miroir : 
36324 \begin_inset ERT
36325 status collapsed
36326
36327 \begin_layout Plain Layout
36328
36329
36330 \backslash
36331 scalebox{-1}[1]{
36332 \end_layout
36333
36334 \end_inset
36335
36336 Bonjour
36337 \begin_inset ERT
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341
36342 }
36343 \end_layout
36344
36345 \end_inset
36346
36347
36348 \end_layout
36349
36350 \begin_layout Standard
36351
36352 \series bold
36353
36354 \backslash
36355 scalebox{1}[-1]{Bonjour}
36356 \series default
36357  effectue une réflexion du 
36358 \begin_inset ERT
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362
36363
36364 \backslash
36365 scalebox{1}[-1]{
36366 \end_layout
36367
36368 \end_inset
36369
36370 Bonjour
36371 \begin_inset ERT
36372 status collapsed
36373
36374 \begin_layout Plain Layout
36375
36376 }
36377 \end_layout
36378
36379 \end_inset
36380
36381  par rapport à la ligne de base.
36382 \end_layout
36383
36384 \begin_layout Standard
36385 La commande 
36386 \series bold
36387
36388 \backslash
36389 reflectbox{contenu de la boîte} 
36390 \series default
36391 existe aussi et est équivalente à
36392 \series bold
36393  
36394 \backslash
36395 scalebox{-1}[1]{contenu de la boîte}.
36396
36397 \series default
36398  
36399 \begin_inset Newline newline
36400 \end_inset
36401
36402
36403 \end_layout
36404
36405 \begin_layout Standard
36406 \begin_inset VSpace bigskip
36407 \end_inset
36408
36409 La commande 
36410 \series bold
36411
36412 \backslash
36413 resizebox
36414 \series default
36415  est utilisée pour redimensionner une boîte à une largeur et une hauteur
36416  données.
36417  La syntaxe de la commande est :
36418 \end_layout
36419
36420 \begin_layout Standard
36421
36422 \series bold
36423
36424 \backslash
36425 resizebox{largeur}{hauteur}{contenu de la boîte}
36426 \end_layout
36427
36428 \begin_layout Standard
36429 Si un des deux paramètres est remplacé par un point d'exclamation 
36430 \series bold
36431 !
36432 \series default
36433 , la taille est ajustée pour conserver le rapport d'aspect de la boîte.
36434 \end_layout
36435
36436 \begin_layout Standard
36437 La commande 
36438 \series bold
36439
36440 \backslash
36441 resizebox{2cm}{1cm}{Bonjour}
36442 \series default
36443  produit : 
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449
36450 \backslash
36451 resizebox{2cm}{1cm}{
36452 \end_layout
36453
36454 \end_inset
36455
36456 Bonjour
36457 \begin_inset ERT
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461
36462 }
36463 \end_layout
36464
36465 \end_inset
36466
36467
36468 \begin_inset Newline newline
36469 \end_inset
36470
36471 La commande 
36472 \series bold
36473
36474 \backslash
36475 resizebox{2cm}{!}{Bonjour}
36476 \series default
36477  produit : 
36478 \begin_inset ERT
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482
36483
36484 \backslash
36485 resizebox{2cm}{!}{
36486 \end_layout
36487
36488 \end_inset
36489
36490 Bonjour
36491 \begin_inset ERT
36492 status collapsed
36493
36494 \begin_layout Plain Layout
36495
36496 }
36497 \end_layout
36498
36499 \end_inset
36500
36501
36502 \end_layout
36503
36504 \begin_layout Standard
36505 \begin_inset VSpace bigskip
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 \begin_inset Note Greyedout
36513 status open
36514
36515 \begin_layout Plain Layout
36516
36517 \series bold
36518 Note:
36519 \series default
36520  Quand les paramètres des commandes 
36521 \series bold
36522
36523 \backslash
36524 scalebox
36525 \series default
36526  ou 
36527 \series bold
36528
36529 \backslash
36530 resizebox
36531 \series default
36532  sont mis à zéro, il ne se produit pas d'erreur \SpecialChar LaTeX
36533  quand on exporte le document,
36534  mais le document exporté peut ne pas s'afficher ou s'afficher partiellement.
36535 \end_layout
36536
36537 \end_inset
36538
36539
36540 \end_layout
36541
36542 \begin_layout Standard
36543 \begin_inset VSpace bigskip
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Standard
36550 Les boîtes peuvent être combinée dans n'importe quel ordre.
36551  Par exemple, la commande 
36552 \begin_inset Newline newline
36553 \end_inset
36554
36555
36556 \series bold
36557
36558 \backslash
36559 rotatebox[origin=c]{-45}{
36560 \backslash
36561 resizebox{2cm}{!}{
36562 \backslash
36563 reflectbox{Bonjour}}}
36564 \begin_inset Newline newline
36565 \end_inset
36566
36567
36568 \series default
36569 produit :
36570 \begin_inset Separator parbreak
36571 \end_inset
36572
36573
36574 \end_layout
36575
36576 \begin_layout Standard
36577 \align center
36578 \begin_inset ERT
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582
36583
36584 \backslash
36585 rotatebox[origin=c]{-45}{
36586 \backslash
36587 resizebox{2cm}{!}{
36588 \backslash
36589 reflectbox{
36590 \end_layout
36591
36592 \end_inset
36593
36594 Bonjour
36595 \begin_inset ERT
36596 status collapsed
36597
36598 \begin_layout Plain Layout
36599
36600 }}}
36601 \end_layout
36602
36603 \end_inset
36604
36605
36606 \end_layout
36607
36608 \begin_layout Standard
36609 \noindent
36610 Les images, les tableaux et les formules sont autorisées comme contenu de
36611  boîte :
36612 \begin_inset Separator parbreak
36613 \end_inset
36614
36615
36616 \end_layout
36617
36618 \begin_layout Standard
36619 \align center
36620 \begin_inset ERT
36621 status collapsed
36622
36623 \begin_layout Plain Layout
36624
36625
36626 \backslash
36627 rotatebox[origin=c]{-30}{
36628 \backslash
36629 resizebox{2cm}{!}{
36630 \backslash
36631 reflectbox{
36632 \end_layout
36633
36634 \end_inset
36635
36636
36637 \begin_inset Graphics
36638         filename ../clipart/platypus.eps
36639         lyxscale 50
36640         width 25col%
36641
36642 \end_inset
36643
36644
36645 \begin_inset ERT
36646 status collapsed
36647
36648 \begin_layout Plain Layout
36649
36650 }}}
36651 \end_layout
36652
36653 \end_inset
36654
36655
36656 \begin_inset ERT
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660
36661
36662 \backslash
36663 rotatebox[origin=c]{-45}{
36664 \backslash
36665 resizebox{2cm}{!}{
36666 \backslash
36667 reflectbox{
36668 \end_layout
36669
36670 \end_inset
36671
36672
36673 \begin_inset Tabular
36674 <lyxtabular version="3" rows="2" columns="2">
36675 <features tabularvalignment="middle">
36676 <column alignment="center" valignment="top">
36677 <column alignment="center" valignment="top">
36678 <row>
36679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36680 \begin_inset Text
36681
36682 \begin_layout Plain Layout
36683 q
36684 \end_layout
36685
36686 \end_inset
36687 </cell>
36688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36689 \begin_inset Text
36690
36691 \begin_layout Plain Layout
36692 w
36693 \end_layout
36694
36695 \end_inset
36696 </cell>
36697 </row>
36698 <row>
36699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36700 \begin_inset Text
36701
36702 \begin_layout Plain Layout
36703 e
36704 \end_layout
36705
36706 \end_inset
36707 </cell>
36708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36709 \begin_inset Text
36710
36711 \begin_layout Plain Layout
36712 r
36713 \end_layout
36714
36715 \end_inset
36716 </cell>
36717 </row>
36718 </lyxtabular>
36719
36720 \end_inset
36721
36722
36723 \begin_inset ERT
36724 status collapsed
36725
36726 \begin_layout Plain Layout
36727
36728 }}}
36729 \end_layout
36730
36731 \end_inset
36732
36733
36734 \begin_inset ERT
36735 status collapsed
36736
36737 \begin_layout Plain Layout
36738
36739
36740 \backslash
36741 rotatebox[origin=c]{-45}{
36742 \backslash
36743 resizebox{2cm}{!}{
36744 \backslash
36745 reflectbox{
36746 \end_layout
36747
36748 \end_inset
36749
36750
36751 \begin_inset Formula $\int A\,\mathrm{d}x=B$
36752 \end_inset
36753
36754
36755 \begin_inset ERT
36756 status collapsed
36757
36758 \begin_layout Plain Layout
36759
36760 }}}
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \begin_inset Index idx
36767 status collapsed
36768
36769 \begin_layout Plain Layout
36770 Figures ! Redimensionnées
36771 \end_layout
36772
36773 \end_inset
36774
36775
36776 \begin_inset Index idx
36777 status collapsed
36778
36779 \begin_layout Plain Layout
36780 Tableau ! Redimensionner
36781 \end_layout
36782
36783 \end_inset
36784
36785
36786 \end_layout
36787
36788 \begin_layout Standard
36789 Quand on utilise le style global de formule 
36790 \series bold
36791 fleqn
36792 \series default
36793  dans le document
36794 \begin_inset Foot
36795 status collapsed
36796
36797 \begin_layout Plain Layout
36798 Quand 
36799 \begin_inset Quotes fld
36800 \end_inset
36801
36802 fleqn
36803 \begin_inset Quotes frd
36804 \end_inset
36805
36806  est ajouté aux options de la classe de document.
36807 \end_layout
36808
36809 \end_inset
36810
36811 , les formules hors texte peuvent aussi être redimensionnées.
36812 \end_layout
36813
36814 \begin_layout Chapter
36815 Objets entourés par du texte
36816 \begin_inset Index idx
36817 status collapsed
36818
36819 \begin_layout Plain Layout
36820 Entourés par du texte
36821 \end_layout
36822
36823 \end_inset
36824
36825
36826 \end_layout
36827
36828 \begin_layout Section
36829 Flottant d'enrobage
36830 \begin_inset CommandInset label
36831 LatexCommand label
36832 name "sec:Flottant-d'enrobage"
36833
36834 \end_inset
36835
36836
36837 \begin_inset Index idx
36838 status collapsed
36839
36840 \begin_layout Plain Layout
36841 Flottants ! Flottants d'enrobage
36842 \end_layout
36843
36844 \end_inset
36845
36846
36847 \begin_inset Index idx
36848 status collapsed
36849
36850 \begin_layout Plain Layout
36851 Entourés par du texte ! Flottants d'enrobage
36852 \end_layout
36853
36854 \end_inset
36855
36856
36857 \end_layout
36858
36859 \begin_layout Standard
36860 \begin_inset Wrap figure
36861 lines 0
36862 placement l
36863 overhang 1cm
36864 width "40col%"
36865 status open
36866
36867 \begin_layout Plain Layout
36868 \begin_inset Graphics
36869         filename ../clipart/mobius.eps
36870         width 40col%
36871         scaleBeforeRotation
36872         rotateOrigin center
36873
36874 \end_inset
36875
36876
36877 \end_layout
36878
36879 \begin_layout Plain Layout
36880 \begin_inset Caption Standard
36881
36882 \begin_layout Plain Layout
36883 \begin_inset CommandInset label
36884 LatexCommand label
36885 name "fig:Figure-enrobée"
36886
36887 \end_inset
36888
36889 Ceci est une figure habillée.
36890 \end_layout
36891
36892 \end_inset
36893
36894
36895 \end_layout
36896
36897 \end_inset
36898
36899  Ce type de flottant est utilisé quand on veut que le texte habille la figure
36900  de sorte qu'elle n'occupe plus qu'une partie de la largeur de la colonne.
36901  Vous pouvez en insérer un en utilisant le menu 
36902 \family sans
36903 Insertion\SpecialChar menuseparator
36904 Flottant\SpecialChar menuseparator
36905 Flottant
36906 \begin_inset space ~
36907 \end_inset
36908
36909 d'enrobage
36910 \family default
36911  à la condition que le paquetage \SpecialChar LaTeX
36912  
36913 \series bold
36914 wrapfig
36915 \series default
36916
36917 \begin_inset Index idx
36918 status collapsed
36919
36920 \begin_layout Plain Layout
36921 Paquetages \SpecialChar LaTeX
36922  ! wrapfig
36923 \end_layout
36924
36925 \end_inset
36926
36927  soit installé.
36928 \begin_inset Foot
36929 status collapsed
36930
36931 \begin_layout Plain Layout
36932 Voyez dans la manuel 
36933 \emph on
36934 Configuration
36935 \begin_inset space ~
36936 \end_inset
36937
36938 \SpecialChar LaTeX
36939  
36940 \emph default
36941 comment installer des paquetages \SpecialChar LaTeX
36942 .
36943 \end_layout
36944
36945 \end_inset
36946
36947  Les paramètres du flottant peuvent être modifiés en faisant un clic droit
36948  sur la boîte du flottant.
36949  Les paramètres obligatoires sont l'
36950 \family sans
36951 Emplacement
36952 \family default
36953  et la 
36954 \family sans
36955 Largeur
36956 \family default
36957 .
36958  Les paramètres facultatifs sont le 
36959 \family sans
36960 Débordement
36961 \family default
36962  qui précise de combien le flottant déborde sur la marge du paragraphe ou
36963  de la page et la 
36964 \family sans
36965 Porté de la ligne
36966 \family default
36967  qui précise le nombre approximatif de lignes dont le flottant va avoir
36968  besoin.
36969  Cette dernière valeur est parfois difficile à évaluer, il vaut mieux ne
36970  l'utiliser que si on rencontre des problème avec le positionnement du flottant.
36971  Vous pouvez aussi décider si vous autorisez \SpecialChar LaTeX
36972  à faire flotter le flottant
36973  à l'intérieur du paragraphe ou vers les autres paragraphes.
36974  La figure
36975 \begin_inset space ~
36976 \end_inset
36977
36978
36979 \begin_inset CommandInset ref
36980 LatexCommand ref
36981 reference "fig:Figure-enrobée"
36982
36983 \end_inset
36984
36985  est un exemple de flottant d'enrobage avec une largeur de 40
36986 \begin_inset space \thinspace{}
36987 \end_inset
36988
36989 col%, un débordement de 1
36990 \begin_inset space \thinspace{}
36991 \end_inset
36992
36993 cm et placé à gauche.
36994 \end_layout
36995
36996 \begin_layout Standard
36997 \begin_inset Note Greyedout
36998 status open
36999
37000 \begin_layout Plain Layout
37001
37002 \series bold
37003 Note:
37004 \series default
37005  Les flottants d'enrobage peuvent être fragiles! Par exemple, avoir une
37006  figure trop près du bas de page peut tout chambouler et faire que le flottant
37007  n'apparaît pas à l'impression ou qu'il se retrouve par dessus une portion
37008  de texte.
37009 \end_layout
37010
37011 \end_inset
37012
37013
37014 \end_layout
37015
37016 \begin_layout Standard
37017 En général:
37018 \end_layout
37019
37020 \begin_layout Itemize
37021 Les flottants d'enrobage ne doivent pas être placés dans des paragraphes
37022  qui risquent de passer à la page suivante.
37023  Ce qui veut dire que les flottants d'enrobages doivent de préférence être
37024  positionnés à l'endroit exact où on veut qu'ils apparaissent dans la sortie,
37025  et ce quand le document est presque prêt pour pouvoir anticiper les sauts
37026  de page.
37027 \end_layout
37028
37029 \begin_layout Itemize
37030 Les flottants d'enrobage devraient être placés soit dans leur propre paragraphe,
37031  juste avant le paragraphe qui doit les habiller ou à l'intérieur d'un paragraph
37032 e.
37033 \end_layout
37034
37035 \begin_layout Itemize
37036 Des flottants d'enrobages dans deux paragraphes consécutifs peuvent poser
37037  des problèmes, il vaut donc mieux s'assurer qu'il y a un paragraphe de
37038  texte entre les deux, comme séparateur.
37039 \end_layout
37040
37041 \begin_layout Itemize
37042 Les flottants d'enrobage ne sont pas autorisés dans les en-têtes de sections
37043  ou les tableaux.
37044 \end_layout
37045
37046 \begin_layout Itemize
37047 Leur numérotation et leur référencement fonctionnent comme décrit dans le
37048  chapitre
37049 \begin_inset space ~
37050 \end_inset
37051
37052
37053 \begin_inset CommandInset ref
37054 LatexCommand ref
37055 reference "chap:Flottants"
37056
37057 \end_inset
37058
37059 .
37060 \end_layout
37061
37062 \begin_layout Section
37063 Objets fixes entourés par du texte
37064 \begin_inset Index idx
37065 status collapsed
37066
37067 \begin_layout Plain Layout
37068 Entouré par du texte ! Objets fixes
37069 \end_layout
37070
37071 \end_inset
37072
37073
37074 \end_layout
37075
37076 \begin_layout Standard
37077 Les flottants d'enrobage décrits dans la section
37078 \begin_inset space \thinspace{}
37079 \end_inset
37080
37081
37082 \begin_inset CommandInset ref
37083 LatexCommand ref
37084 reference "sec:Flottant-d'enrobage"
37085
37086 \end_inset
37087
37088  prennent les positions suivantes dans le paragraphe :
37089 \begin_inset Separator parbreak
37090 \end_inset
37091
37092
37093 \end_layout
37094
37095 \begin_layout Standard
37096 \noindent
37097 \align center
37098 \begin_inset Tabular
37099 <lyxtabular version="3" rows="2" columns="2">
37100 <features tabularvalignment="middle">
37101 <column alignment="center" valignment="top">
37102 <column alignment="center" valignment="top">
37103 <row>
37104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37105 \begin_inset Text
37106
37107 \begin_layout Plain Layout
37108 \begin_inset Graphics
37109         filename ../../images/dialog-show-new-inset_graphics.png
37110         scale 70
37111         scaleBeforeRotation
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124 texte
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 </row>
37130 <row>
37131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135 texte
37136 \end_layout
37137
37138 \end_inset
37139 </cell>
37140 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37141 \begin_inset Text
37142
37143 \begin_layout Plain Layout
37144 texte
37145 \end_layout
37146
37147 \end_inset
37148 </cell>
37149 </row>
37150 </lyxtabular>
37151
37152 \end_inset
37153
37154  ou 
37155 \begin_inset Tabular
37156 <lyxtabular version="3" rows="2" columns="2">
37157 <features tabularvalignment="middle">
37158 <column alignment="center" valignment="top">
37159 <column alignment="center" valignment="top">
37160 <row>
37161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37162 \begin_inset Text
37163
37164 \begin_layout Plain Layout
37165 texte
37166 \end_layout
37167
37168 \end_inset
37169 </cell>
37170 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37171 \begin_inset Text
37172
37173 \begin_layout Plain Layout
37174 \begin_inset Graphics
37175         filename ../../images/dialog-show-new-inset_graphics.png
37176         scale 70
37177         scaleBeforeRotation
37178
37179 \end_inset
37180
37181
37182 \end_layout
37183
37184 \end_inset
37185 </cell>
37186 </row>
37187 <row>
37188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37189 \begin_inset Text
37190
37191 \begin_layout Plain Layout
37192 texte
37193 \end_layout
37194
37195 \end_inset
37196 </cell>
37197 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37198 \begin_inset Text
37199
37200 \begin_layout Plain Layout
37201 texte
37202 \end_layout
37203
37204 \end_inset
37205 </cell>
37206 </row>
37207 </lyxtabular>
37208
37209 \end_inset
37210
37211
37212 \end_layout
37213
37214 \begin_layout Standard
37215 Pour avoir un objet exactement à la position à laquelle il a été inséré,
37216  par exemple pour avoir une de ces positions :
37217 \begin_inset VSpace defskip
37218 \end_inset
37219
37220
37221 \end_layout
37222
37223 \begin_layout Standard
37224 \noindent
37225 \align center
37226 \begin_inset Tabular
37227 <lyxtabular version="3" rows="2" columns="2">
37228 <features tabularvalignment="middle">
37229 <column alignment="center" valignment="top">
37230 <column alignment="center" valignment="top">
37231 <row>
37232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37233 \begin_inset Text
37234
37235 \begin_layout Plain Layout
37236 texte
37237 \end_layout
37238
37239 \end_inset
37240 </cell>
37241 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37242 \begin_inset Text
37243
37244 \begin_layout Plain Layout
37245 texte
37246 \end_layout
37247
37248 \end_inset
37249 </cell>
37250 </row>
37251 <row>
37252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37253 \begin_inset Text
37254
37255 \begin_layout Plain Layout
37256 \begin_inset Graphics
37257         filename ../../images/dialog-show-new-inset_graphics.png
37258         scale 70
37259         scaleBeforeRotation
37260
37261 \end_inset
37262
37263
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 texte
37273 \end_layout
37274
37275 \end_inset
37276 </cell>
37277 </row>
37278 </lyxtabular>
37279
37280 \end_inset
37281
37282  
37283 \begin_inset Tabular
37284 <lyxtabular version="3" rows="2" columns="2">
37285 <features tabularvalignment="middle">
37286 <column alignment="center" valignment="top">
37287 <column alignment="center" valignment="top">
37288 <row>
37289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37290 \begin_inset Text
37291
37292 \begin_layout Plain Layout
37293 texte
37294 \end_layout
37295
37296 \end_inset
37297 </cell>
37298 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37299 \begin_inset Text
37300
37301 \begin_layout Plain Layout
37302 texte
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 </row>
37308 <row>
37309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37310 \begin_inset Text
37311
37312 \begin_layout Plain Layout
37313 texte
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322 \begin_inset Graphics
37323         filename ../../images/dialog-show-new-inset_graphics.png
37324         scale 70
37325         scaleBeforeRotation
37326
37327 \end_inset
37328
37329
37330 \end_layout
37331
37332 \end_inset
37333 </cell>
37334 </row>
37335 </lyxtabular>
37336
37337 \end_inset
37338
37339  
37340 \begin_inset Tabular
37341 <lyxtabular version="3" rows="2" columns="3">
37342 <features tabularvalignment="middle">
37343 <column alignment="center" valignment="top">
37344 <column alignment="center" valignment="top">
37345 <column alignment="center" valignment="top">
37346 <row>
37347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37348 \begin_inset Text
37349
37350 \begin_layout Plain Layout
37351 texte
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 <cell alignment="center" valignment="top" topline="true" usebox="none">
37357 \begin_inset Text
37358
37359 \begin_layout Plain Layout
37360 \begin_inset Graphics
37361         filename ../../images/dialog-show-new-inset_graphics.png
37362         scale 70
37363         scaleBeforeRotation
37364
37365 \end_inset
37366
37367
37368 \end_layout
37369
37370 \end_inset
37371 </cell>
37372 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37373 \begin_inset Text
37374
37375 \begin_layout Plain Layout
37376 texte
37377 \end_layout
37378
37379 \end_inset
37380 </cell>
37381 </row>
37382 <row>
37383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37384 \begin_inset Text
37385
37386 \begin_layout Plain Layout
37387 texte
37388 \end_layout
37389
37390 \end_inset
37391 </cell>
37392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37393 \begin_inset Text
37394
37395 \begin_layout Plain Layout
37396 texte
37397 \end_layout
37398
37399 \end_inset
37400 </cell>
37401 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37402 \begin_inset Text
37403
37404 \begin_layout Plain Layout
37405 texte
37406 \end_layout
37407
37408 \end_inset
37409 </cell>
37410 </row>
37411 </lyxtabular>
37412
37413 \end_inset
37414
37415  
37416 \begin_inset Tabular
37417 <lyxtabular version="3" rows="2" columns="3">
37418 <features tabularvalignment="middle">
37419 <column alignment="center" valignment="top">
37420 <column alignment="center" valignment="top">
37421 <column alignment="center" valignment="top">
37422 <row>
37423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37424 \begin_inset Text
37425
37426 \begin_layout Plain Layout
37427 texte
37428 \end_layout
37429
37430 \end_inset
37431 </cell>
37432 <cell alignment="center" valignment="top" topline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436 texte
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37442 \begin_inset Text
37443
37444 \begin_layout Plain Layout
37445 texte
37446 \end_layout
37447
37448 \end_inset
37449 </cell>
37450 </row>
37451 <row>
37452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37453 \begin_inset Text
37454
37455 \begin_layout Plain Layout
37456 texte
37457 \end_layout
37458
37459 \end_inset
37460 </cell>
37461 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465 \begin_inset Graphics
37466         filename ../../images/dialog-show-new-inset_graphics.png
37467         scale 70
37468         scaleBeforeRotation
37469
37470 \end_inset
37471
37472
37473 \end_layout
37474
37475 \end_inset
37476 </cell>
37477 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37478 \begin_inset Text
37479
37480 \begin_layout Plain Layout
37481 texte
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 </row>
37487 </lyxtabular>
37488
37489 \end_inset
37490
37491
37492 \end_layout
37493
37494 \begin_layout Standard
37495 \noindent
37496 \align center
37497 \begin_inset Tabular
37498 <lyxtabular version="3" rows="3" columns="2">
37499 <features tabularvalignment="middle">
37500 <column alignment="center" valignment="top">
37501 <column alignment="center" valignment="top">
37502 <row>
37503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37504 \begin_inset Text
37505
37506 \begin_layout Plain Layout
37507 texte
37508 \end_layout
37509
37510 \end_inset
37511 </cell>
37512 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 texte
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 </row>
37522 <row>
37523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527 \begin_inset Graphics
37528         filename ../../images/dialog-show-new-inset_graphics.png
37529         scale 70
37530         scaleBeforeRotation
37531
37532 \end_inset
37533
37534
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543 texte
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554 texte
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563 texte
37564 \end_layout
37565
37566 \end_inset
37567 </cell>
37568 </row>
37569 </lyxtabular>
37570
37571 \end_inset
37572
37573  
37574 \begin_inset Tabular
37575 <lyxtabular version="3" rows="3" columns="3">
37576 <features tabularvalignment="middle">
37577 <column alignment="center" valignment="top">
37578 <column alignment="center" valignment="top">
37579 <column alignment="center" valignment="top">
37580 <row>
37581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37582 \begin_inset Text
37583
37584 \begin_layout Plain Layout
37585 texte
37586 \end_layout
37587
37588 \end_inset
37589 </cell>
37590 <cell alignment="center" valignment="top" topline="true" usebox="none">
37591 \begin_inset Text
37592
37593 \begin_layout Plain Layout
37594 texte
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37600 \begin_inset Text
37601
37602 \begin_layout Plain Layout
37603 texte
37604 \end_layout
37605
37606 \end_inset
37607 </cell>
37608 </row>
37609 <row>
37610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37611 \begin_inset Text
37612
37613 \begin_layout Plain Layout
37614 texte
37615 \end_layout
37616
37617 \end_inset
37618 </cell>
37619 <cell alignment="center" valignment="top" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623 \begin_inset Graphics
37624         filename ../../images/dialog-show-new-inset_graphics.png
37625         scale 70
37626         scaleBeforeRotation
37627
37628 \end_inset
37629
37630
37631 \end_layout
37632
37633 \end_inset
37634 </cell>
37635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37636 \begin_inset Text
37637
37638 \begin_layout Plain Layout
37639 texte
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 </row>
37645 <row>
37646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37647 \begin_inset Text
37648
37649 \begin_layout Plain Layout
37650 texte
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37656 \begin_inset Text
37657
37658 \begin_layout Plain Layout
37659 texte
37660 \end_layout
37661
37662 \end_inset
37663 </cell>
37664 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37665 \begin_inset Text
37666
37667 \begin_layout Plain Layout
37668 texte
37669 \end_layout
37670
37671 \end_inset
37672 </cell>
37673 </row>
37674 </lyxtabular>
37675
37676 \end_inset
37677
37678  
37679 \begin_inset Tabular
37680 <lyxtabular version="3" rows="3" columns="2">
37681 <features tabularvalignment="middle">
37682 <column alignment="center" valignment="top">
37683 <column alignment="center" valignment="top">
37684 <row>
37685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689 texte
37690 \end_layout
37691
37692 \end_inset
37693 </cell>
37694 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
37695 \begin_inset Text
37696
37697 \begin_layout Plain Layout
37698 texte
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 </row>
37704 <row>
37705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
37706 \begin_inset Text
37707
37708 \begin_layout Plain Layout
37709 texte
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
37715 \begin_inset Text
37716
37717 \begin_layout Plain Layout
37718 \begin_inset Graphics
37719         filename ../../images/dialog-show-new-inset_graphics.png
37720         scale 70
37721         scaleBeforeRotation
37722
37723 \end_inset
37724
37725
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 </row>
37731 <row>
37732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
37733 \begin_inset Text
37734
37735 \begin_layout Plain Layout
37736 texte
37737 \end_layout
37738
37739 \end_inset
37740 </cell>
37741 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745 texte
37746 \end_layout
37747
37748 \end_inset
37749 </cell>
37750 </row>
37751 </lyxtabular>
37752
37753 \end_inset
37754
37755
37756 \end_layout
37757
37758 \begin_layout Standard
37759 vous pouvez utiliser la paquetage \SpecialChar LaTeX
37760  
37761 \end_layout
37762
37763 \begin_layout Standard
37764 \noindent
37765
37766 \series bold
37767 picinpar
37768 \series default
37769
37770 \begin_inset Index idx
37771 status collapsed
37772
37773 \begin_layout Plain Layout
37774 Paquetages \SpecialChar LaTeX
37775  ! picinpar
37776 \end_layout
37777
37778 \end_inset
37779
37780 .
37781  Voici un exemple :
37782 \end_layout
37783
37784 \begin_layout Standard
37785 \begin_inset ERT
37786 status collapsed
37787
37788 \begin_layout Plain Layout
37789
37790
37791 \backslash
37792 ifpicinpar
37793 \end_layout
37794
37795 \end_inset
37796
37797
37798 \begin_inset Note Note
37799 status open
37800
37801 \begin_layout Plain Layout
37802 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
37803  
37804 \series bold
37805 picinpar
37806 \series default
37807  a été installé.
37808 \end_layout
37809
37810 \end_inset
37811
37812
37813 \end_layout
37814
37815 \begin_layout Standard
37816 \begin_inset ERT
37817 status collapsed
37818
37819 \begin_layout Plain Layout
37820
37821
37822 \backslash
37823 begin{window}[2,c,{
37824 \end_layout
37825
37826 \end_inset
37827
37828
37829 \begin_inset Graphics
37830         filename ../clipart/mobius.eps
37831         lyxscale 60
37832         width 40col%
37833         scaleBeforeRotation
37834         rotateOrigin center
37835
37836 \end_inset
37837
37838
37839 \begin_inset ERT
37840 status collapsed
37841
37842 \begin_layout Plain Layout
37843
37844 },]
37845 \end_layout
37846
37847 \begin_layout Plain Layout
37848
37849 {}
37850 \end_layout
37851
37852 \end_inset
37853
37854
37855 \size small
37856 \lang english
37857 It was in the spring of the year 1894 that all London was interested, and
37858  the fashionable world dismayed, by the murder of the Honourable Ronald
37859  Adair under most unusual and inexplicable circumstances.
37860  The public has already learned those particulars of the crime which
37861 \size default
37862
37863 \begin_inset ERT
37864 status collapsed
37865
37866 \begin_layout Plain Layout
37867
37868
37869 \backslash
37870 footnotemark{}
37871 \end_layout
37872
37873 \end_inset
37874
37875
37876 \size small
37877  came out in the police investigation, but a good deal was suppressed upon
37878  that occasion, since the case for the prosecution was so overwhelmingly
37879  strong that it was not necessary to bring forward all the facts.
37880  Only now, at the end of nearly ten years, am I allowed to supply those
37881  missing links which make up the whole of that remarkable chain
37882 \lang french
37883 .
37884 \size default
37885
37886 \begin_inset ERT
37887 status collapsed
37888
37889 \begin_layout Plain Layout
37890
37891
37892 \backslash
37893 end{window}
37894 \end_layout
37895
37896 \end_inset
37897
37898
37899 \end_layout
37900
37901 \begin_layout Standard
37902 \begin_inset ERT
37903 status collapsed
37904
37905 \begin_layout Plain Layout
37906
37907
37908 \backslash
37909 footnotetext{
37910 \end_layout
37911
37912 \end_inset
37913
37914 Note de pied de page du paragraphe avec objet fixe.
37915 \begin_inset ERT
37916 status collapsed
37917
37918 \begin_layout Plain Layout
37919
37920 }
37921 \end_layout
37922
37923 \end_inset
37924
37925
37926 \end_layout
37927
37928 \begin_layout Standard
37929 Les objets fixes enrobés sont utilisés pour laisser le texte s'écouler autour
37930  d'eux et leur position est déterminée par le nombre de lignes de texte
37931  situées audessus d'eux.
37932  Contrairement aux flottants d'enrobage, on ne peut pas avoir de légende
37933  numérotée.
37934 \end_layout
37935
37936 \begin_layout Standard
37937 Un objet fixe enrobé est inséré en ajoutant la commande
37938 \end_layout
37939
37940 \begin_layout Standard
37941
37942 \series bold
37943
37944 \backslash
37945 begin{window}[2,c,{
37946 \end_layout
37947
37948 \begin_layout Standard
37949 en code \SpecialChar TeX
37950  au debut du paragraphe.
37951  Le premier paramètre du crochet, ici '2', définit le nombre de lignes au
37952  dessus de l'objet, le second, ici 'c', la position de l'objet.
37953  Les positions 'l', 'c' et 'r' ( respectivement pour gauche, centré et droite
37954  ) sont possibles.
37955  Après la commande, vous insérez votre objet.
37956  Dans cet exemple, c'est une image avec une largeur de 40
37957 \begin_inset space \thinspace{}
37958 \end_inset
37959
37960 % de la colonne de texte qui a été insérée.
37961  L'objet peut aussi être un tableau, une boîte ou une équation.
37962  Après l'objet, on insère la commande
37963 \end_layout
37964
37965 \begin_layout Standard
37966
37967 \series bold
37968 },texte de description ]
37969 \begin_inset Newline newline
37970 \end_inset
37971
37972 {}
37973 \end_layout
37974
37975 \begin_layout Standard
37976 Notez que le 
37977 \begin_inset Quotes fld
37978 \end_inset
37979
37980
37981 \series bold
37982 {}
37983 \series default
37984
37985 \begin_inset Quotes frd
37986 \end_inset
37987
37988  est sur la deuxième ligne.
37989  Le texte de description est facultatif.
37990  Le texte entourant l'objet doit être dans le même paragraphe que celui-ci,
37991  il doit donc commence juste après le 
37992 \series bold
37993 {}
37994 \series default
37995 .
37996  A la fin du paragraphe on insère la commande :
37997 \end_layout
37998
37999 \begin_layout Standard
38000
38001 \series bold
38002
38003 \backslash
38004 end{window}
38005 \end_layout
38006
38007 \begin_layout Standard
38008 A l'intérieur d'un paragraphe contenant un objet fixe, vous ne pouvez pas
38009  ajouter des notes de pied de page de la façon habituelle.
38010  Vous devez utiliser la commande 
38011 \series bold
38012
38013 \backslash
38014 footnotemark
38015 \series default
38016  à l'intérieur du paragraphe et la commande 
38017 \series bold
38018
38019 \backslash
38020 footnotetext
38021 \series default
38022  à l'extérieur, comme décrit dans la section
38023 \begin_inset space \thinspace{}
38024 \end_inset
38025
38026
38027 \begin_inset CommandInset ref
38028 LatexCommand ref
38029 reference "sec:Notes-bas-de-page"
38030
38031 \end_inset
38032
38033 .
38034 \end_layout
38035
38036 \begin_layout Standard
38037 \begin_inset ERT
38038 status collapsed
38039
38040 \begin_layout Plain Layout
38041
38042
38043 \backslash
38044 else
38045 \end_layout
38046
38047 \end_inset
38048
38049
38050 \begin_inset Note Note
38051 status open
38052
38053 \begin_layout Plain Layout
38054 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38055  
38056 \series bold
38057 picinpar
38058 \series default
38059  n'est pas installé :
38060 \end_layout
38061
38062 \end_inset
38063
38064
38065 \end_layout
38066
38067 \begin_layout Standard
38068 Vous devez installer le paquetage \SpecialChar LaTeX
38069  
38070 \series bold
38071 picinpar
38072 \series default
38073  pour voir la suite de cette section dans la sortie imprimée.
38074 \end_layout
38075
38076 \begin_layout Standard
38077 \begin_inset ERT
38078 status collapsed
38079
38080 \begin_layout Plain Layout
38081
38082
38083 \backslash
38084 fi
38085 \end_layout
38086
38087 \end_inset
38088
38089
38090 \end_layout
38091
38092 \begin_layout Section
38093 Lettrines
38094 \begin_inset Index idx
38095 status collapsed
38096
38097 \begin_layout Plain Layout
38098 Lettrines
38099 \end_layout
38100
38101 \end_inset
38102
38103
38104 \begin_inset Index idx
38105 status collapsed
38106
38107 \begin_layout Plain Layout
38108 Entouré par du texte ! Lettrines
38109 \end_layout
38110
38111 \end_inset
38112
38113
38114 \end_layout
38115
38116 \begin_layout Standard
38117 Pour utiliser des lettrines, le paquetage \SpecialChar LaTeX
38118  
38119 \series bold
38120 lettrine
38121 \series default
38122
38123 \begin_inset Index idx
38124 status collapsed
38125
38126 \begin_layout Plain Layout
38127 Paquetages \SpecialChar LaTeX
38128  ! lettrine
38129 \end_layout
38130
38131 \end_inset
38132
38133  doit être installé et vous devez utiliser le module Initiales (
38134 \begin_inset space ~
38135 \end_inset
38136
38137 menu 
38138 \family sans
38139 Document\SpecialChar menuseparator
38140 Paramètres\SpecialChar menuseparator
38141 Modules
38142 \family default
38143
38144 \begin_inset space ~
38145 \end_inset
38146
38147 ).
38148  Pour insérer une lettrine, utilisez le style 
38149 \family sans
38150 Initial
38151 \family default
38152 .
38153  Les paramètres sont insérés avec le menu 
38154 \family sans
38155 Insertion
38156 \family default
38157 .
38158  Le paramètre obligatoire 
38159 \family sans
38160 \lang english
38161 Initial
38162 \family default
38163 \lang french
38164  contient la/les lettre(s) qui sert d'initiale, le paramètre 
38165 \family sans
38166 \lang english
38167 Rest
38168 \begin_inset space ~
38169 \end_inset
38170
38171 of
38172 \begin_inset space ~
38173 \end_inset
38174
38175 Initial
38176 \family default
38177  
38178 \lang french
38179 contient
38180 \lang english
38181  the rest of the word or text of the initial letter(s)
38182 \lang french
38183 .
38184  Le paramètre 
38185 \family sans
38186 \lang english
38187 Options
38188 \family default
38189 \lang french
38190  contient paramètres pour modifier la lettrine.
38191  Pour plus d'informations sur les paramètres possibles, voyez la documentation
38192  du paquetage 
38193 \series bold
38194 lettrine
38195 \series default
38196
38197 \begin_inset CommandInset citation
38198 LatexCommand cite
38199 key "lettrine"
38200
38201 \end_inset
38202
38203 .
38204  Le style lui-même contient le texte qui doit entourer la lettrine.
38205  Le style habituel est par conséquent que le mot dont la première lettre
38206  est l'initiale soit en 
38207 \shape smallcaps
38208 petites capitales
38209 \shape default
38210 .
38211 \end_layout
38212
38213 \begin_layout Standard
38214 \begin_inset Newpage pagebreak
38215 \end_inset
38216
38217
38218 \end_layout
38219
38220 \begin_layout Standard
38221 Voici quelques exemples
38222 \begin_inset space ~
38223 \end_inset
38224
38225 :
38226 \end_layout
38227
38228 \begin_layout Standard
38229 \begin_inset ERT
38230 status collapsed
38231
38232 \begin_layout Plain Layout
38233
38234
38235 \backslash
38236 iflettrine
38237 \end_layout
38238
38239 \end_inset
38240
38241
38242 \begin_inset Note Note
38243 status open
38244
38245 \begin_layout Plain Layout
38246 La section suivante ne sera affichée que si le paquetage \SpecialChar LaTeX
38247  
38248 \series bold
38249 lettrine
38250 \series default
38251  a été installé.
38252 \end_layout
38253
38254 \end_inset
38255
38256
38257 \end_layout
38258
38259 \begin_layout Enumerate
38260 Pas de paramètre optionnel, la lettre initiale est un 'I' dans la police
38261  mathématique 
38262 \begin_inset Formula $\mathfrak{Fraktur}$
38263 \end_inset
38264
38265 :
38266 \begin_inset Separator parbreak
38267 \end_inset
38268
38269
38270 \end_layout
38271
38272 \begin_deeper
38273 \begin_layout Initial
38274 \begin_inset Argument 2
38275 status open
38276
38277 \begin_layout Plain Layout
38278 \begin_inset Formula $\mathfrak{I}$
38279 \end_inset
38280
38281
38282 \end_layout
38283
38284 \end_inset
38285
38286
38287 \begin_inset Argument 3
38288 status open
38289
38290 \begin_layout Plain Layout
38291 t
38292 \end_layout
38293
38294 \end_inset
38295
38296  
38297 \lang english
38298 was in the spring of the year 1894 that all London was interested, and the
38299  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38300  under most unusual and inexplicable circumstances.
38301  The public has already learned those particulars of the crime which came
38302  out in the police investigation, but a good deal was suppressed upon that
38303  occasion, since the case for the prosecution was so overwhelmingly strong
38304  that it was not necessary to bring forward all the facts.
38305 \end_layout
38306
38307 \end_deeper
38308 \begin_layout Enumerate
38309 L'initiale est entourée par une seule ligne et est formée de deux lettres
38310  dans la police standard ; aucun texte n'est écrit en petites capitales
38311 \begin_inset space ~
38312 \end_inset
38313
38314 :
38315 \begin_inset Separator parbreak
38316 \end_inset
38317
38318
38319 \end_layout
38320
38321 \begin_deeper
38322 \begin_layout Initial
38323 \begin_inset Argument 1
38324 status open
38325
38326 \begin_layout Plain Layout
38327 lines=1
38328 \end_layout
38329
38330 \end_inset
38331
38332
38333 \begin_inset Argument 2
38334 status open
38335
38336 \begin_layout Plain Layout
38337 It
38338 \end_layout
38339
38340 \end_inset
38341
38342  
38343 \lang english
38344 was in the spring of the year 1894 that all London was interested, and the
38345  fashionable world dismayed, by the murder of the Honourable Ronald Adair
38346  under most unusual and inexplicable circumstances.
38347  The public has already learned those particulars of the crime which came
38348  out in the police investigation, but a good deal was suppressed upon that
38349  occasion, since the case for the prosecution was so overwhelmingly strong
38350  that it was not necessary to bring forward all the facts.
38351 \end_layout
38352
38353 \end_deeper
38354 \begin_layout Enumerate
38355 Initiale descendante sur 3
38356 \begin_inset space ~
38357 \end_inset
38358
38359 lignes en magenta en police mathématique
38360 \begin_inset Newline newline
38361 \end_inset
38362
38363
38364 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
38365 \end_inset
38366
38367 , le texte 
38368 \begin_inset Quotes fld
38369 \end_inset
38370
38371
38372 \lang english
38373 t was in the spring
38374 \lang french
38375
38376 \begin_inset Quotes frd
38377 \end_inset
38378
38379  est en 
38380 \shape smallcaps
38381 petites capitales
38382 \shape default
38383  ; pour colorer la lettrine, il faut insérer la commande suivante juste
38384  avant l'initiale
38385 \begin_inset space ~
38386 \end_inset
38387
38388 :
38389 \begin_inset Newline newline
38390 \end_inset
38391
38392
38393 \series bold
38394
38395 \backslash
38396 renewcommand{
38397 \backslash
38398 LettrineFontHook}{
38399 \backslash
38400 color{couleur}}
38401 \series default
38402
38403 \begin_inset Newline newline
38404 \end_inset
38405
38406 où la 
38407 \emph on
38408 couleur
38409 \emph default
38410  peut être 
38411 \begin_inset Quotes fld
38412 \end_inset
38413
38414 red
38415 \begin_inset Quotes frd
38416 \end_inset
38417
38418
38419 \begin_inset Quotes fld
38420 \end_inset
38421
38422 blue
38423 \begin_inset Quotes frd
38424 \end_inset
38425
38426
38427 \begin_inset Quotes fld
38428 \end_inset
38429
38430 green
38431 \begin_inset Quotes frd
38432 \end_inset
38433
38434
38435 \begin_inset Quotes fld
38436 \end_inset
38437
38438 yellow
38439 \begin_inset Quotes frd
38440 \end_inset
38441
38442
38443 \begin_inset Quotes fld
38444 \end_inset
38445
38446 cyan
38447 \begin_inset Quotes frd
38448 \end_inset
38449
38450
38451 \begin_inset Quotes fld
38452 \end_inset
38453
38454 magenta
38455 \begin_inset Quotes frd
38456 \end_inset
38457
38458
38459 \begin_inset Quotes fld
38460 \end_inset
38461
38462 black
38463 \begin_inset Quotes frd
38464 \end_inset
38465
38466  ou 
38467 \begin_inset Quotes fld
38468 \end_inset
38469
38470 white
38471 \begin_inset Quotes frd
38472 \end_inset
38473
38474 .
38475  On doit aussi ajouter la commande suivante au préambule du document
38476 \begin_inset space ~
38477 \end_inset
38478
38479 :
38480 \begin_inset Newline newline
38481 \end_inset
38482
38483
38484 \series bold
38485
38486 \backslash
38487 @ifundefined{textcolor}
38488 \begin_inset Newline newline
38489 \end_inset
38490
38491
38492 \begin_inset space ~
38493 \end_inset
38494
38495 {
38496 \backslash
38497 usepackage{color}}{}
38498 \series default
38499
38500 \begin_inset Separator parbreak
38501 \end_inset
38502
38503
38504 \end_layout
38505
38506 \begin_deeper
38507 \begin_layout Standard
38508 \begin_inset ERT
38509 status collapsed
38510
38511 \begin_layout Plain Layout
38512
38513
38514 \backslash
38515 renewcommand{
38516 \backslash
38517 LettrineFontHook}{
38518 \backslash
38519 color{magenta}}
38520 \end_layout
38521
38522 \end_inset
38523
38524
38525 \begin_inset Note Note
38526 status collapsed
38527
38528 \begin_layout Plain Layout
38529 colore la lettrine en magenta
38530 \end_layout
38531
38532 \end_inset
38533
38534
38535 \end_layout
38536
38537 \begin_layout Initial
38538 \begin_inset Argument 1
38539 status open
38540
38541 \begin_layout Plain Layout
38542 lines=3, lhang=0.33, loversize=0.25
38543 \end_layout
38544
38545 \end_inset
38546
38547
38548 \begin_inset Argument 2
38549 status open
38550
38551 \begin_layout Plain Layout
38552 \begin_inset Formula $\mathcal{I}$
38553 \end_inset
38554
38555
38556 \end_layout
38557
38558 \end_inset
38559
38560
38561 \begin_inset Argument 3
38562 status open
38563
38564 \begin_layout Plain Layout
38565
38566 \lang english
38567 t was in the spring
38568 \end_layout
38569
38570 \end_inset
38571
38572
38573 \lang english
38574  of the year 1894 that all London was interested, and the fashionable world
38575  dismayed, by the murder of the Honourable Ronald Adair under most unusual
38576  and inexplicable circumstances.
38577  The public has already learned those particulars of the crime which came
38578  out in the police investigation, but a good deal was suppressed upon that
38579  occasion, since the case for the prosecution was so overwhelmingly strong
38580  that it was not necessary to bring forward all the facts.
38581 \end_layout
38582
38583 \end_deeper
38584 \begin_layout Standard
38585 \begin_inset ERT
38586 status collapsed
38587
38588 \begin_layout Plain Layout
38589
38590
38591 \backslash
38592 else
38593 \end_layout
38594
38595 \end_inset
38596
38597
38598 \begin_inset Note Note
38599 status open
38600
38601 \begin_layout Plain Layout
38602 Ce qui suit sera affiché si le paquetage \SpecialChar LaTeX
38603  
38604 \series bold
38605 lettrine
38606 \series default
38607  n'est pas installé :
38608 \end_layout
38609
38610 \end_inset
38611
38612
38613 \end_layout
38614
38615 \begin_layout Standard
38616 Vous devez installer le paquetage \SpecialChar LaTeX
38617  
38618 \series bold
38619 lettrine
38620 \series default
38621  pour voir la suite de cette section dans la sortie imprimée.
38622 \end_layout
38623
38624 \begin_layout Standard
38625 \begin_inset ERT
38626 status collapsed
38627
38628 \begin_layout Plain Layout
38629
38630
38631 \backslash
38632 fi
38633 \end_layout
38634
38635 \end_inset
38636
38637
38638 \end_layout
38639
38640 \begin_layout Chapter
38641 Trucs externes
38642 \begin_inset Index idx
38643 status collapsed
38644
38645 \begin_layout Plain Layout
38646 Trucs externes
38647 \end_layout
38648
38649 \end_inset
38650
38651
38652 \end_layout
38653
38654 \begin_layout Standard
38655 Avec le menu 
38656 \family sans
38657 Insertion\SpecialChar menuseparator
38658 Fichier
38659 \family default
38660  vous pouvez insérer un contenu externe à votre document.
38661  Ce contenu peut être :
38662 \end_layout
38663
38664 \begin_layout Description
38665 Document
38666 \begin_inset space ~
38667 \end_inset
38668
38669 \SpecialChar LyX
38670  Un autre document \SpecialChar LyX
38671  ; son contenu est directement inséré dans votre document.
38672 \end_layout
38673
38674 \begin_layout Description
38675 Texte
38676 \begin_inset space ~
38677 \end_inset
38678
38679 Brut Un document textuel ; chacune des ses lignes est insérée comme un paragraph
38680 e.
38681 \end_layout
38682
38683 \begin_layout Description
38684 Texte
38685 \begin_inset space ~
38686 \end_inset
38687
38688 Brut
38689 \begin_inset space ~
38690 \end_inset
38691
38692 par
38693 \begin_inset space ~
38694 \end_inset
38695
38696 Ligne Un document textuel ; ses lignes sont insérées telle qu'elles.
38697  Les lignes vides créent un nouveau paragraphe dans votre document.
38698 \end_layout
38699
38700 \begin_layout Description
38701 Objet
38702 \begin_inset space ~
38703 \end_inset
38704
38705 Externe Fichiers de formats variés.
38706 \end_layout
38707
38708 \begin_layout Description
38709 Sous-document Documents \SpecialChar LyX
38710  ou \SpecialChar LaTeX
38711 .
38712 \end_layout
38713
38714 \begin_layout Section
38715 Objets externes 
38716 \begin_inset Index idx
38717 status collapsed
38718
38719 \begin_layout Plain Layout
38720 Trucs externes ! Objets Externes
38721 \end_layout
38722
38723 \end_inset
38724
38725
38726 \end_layout
38727
38728 \begin_layout Standard
38729 La fonction d'insertion d'objets externes vous permet d'insérer le contenu
38730  de fichiers dans votre document sans avoir à convertir ces derniers en
38731  un format qui soit compatible avec le format de sortie, puisque c'est \SpecialChar LyX
38732
38733  qui va s'occuper des conversions.
38734  Ce mécanisme est semblable à celui qui permet d'insérer dans un document
38735  \SpecialChar LyX
38736  des images dans des formats divers.
38737  Quand vous avez activé 
38738 \family sans
38739 Aperçu
38740 \begin_inset space ~
38741 \end_inset
38742
38743 sur
38744 \begin_inset space ~
38745 \end_inset
38746
38747 le
38748 \begin_inset space ~
38749 \end_inset
38750
38751 vif
38752 \family default
38753  dans le menu des préférences de \SpecialChar LyX
38754 , dans la rubrique 
38755 \family sans
38756 Apparence\SpecialChar menuseparator
38757 Graphiques
38758 \family default
38759 , les objets externes de type Dia et Xfig sont affichés directement dans
38760  \SpecialChar LyX
38761 .
38762 \end_layout
38763
38764 \begin_layout Standard
38765 On insère des objets externes en utilisant la fenêtre de dialogue 
38766 \family sans
38767 Objet
38768 \begin_inset space ~
38769 \end_inset
38770
38771 Externe
38772 \family default
38773  qui est accessible via le menu 
38774 \family sans
38775 Insertion\SpecialChar menuseparator
38776 Fichiers\SpecialChar menuseparator
38777 Objet
38778 \begin_inset space ~
38779 \end_inset
38780
38781 Externe
38782 \family default
38783 .
38784  Actuellement les types de fichiers (
38785 \family sans
38786 Modèles
38787 \family default
38788 ) suivants sont autorisés :
38789 \end_layout
38790
38791 \begin_layout Description
38792 Échiquier Ce modèle accepte les diagrammes de positions d'échec produits
38793  par le programme 
38794 \series bold
38795
38796 \begin_inset CommandInset href
38797 LatexCommand href
38798 name "XBoard"
38799 target "http://fr.wikipedia.org/wiki/XBoard"
38800
38801 \end_inset
38802
38803
38804 \series default
38805 .
38806 \end_layout
38807
38808 \begin_layout Description
38809 Date Ce modèle insère la date sous la forme 
38810 \emph on
38811 Jour-Mois-Année
38812 \emph default
38813 .
38814  Voici un exemple de date insérée comme objet externe :: 
38815 \begin_inset External
38816         template Date
38817         filename .
38818
38819 \end_inset
38820
38821
38822 \begin_inset space ~
38823 \end_inset
38824
38825
38826 \begin_inset Note Note
38827 status collapsed
38828
38829 \begin_layout Plain Layout
38830 Retirer l'espace protégé quand le bug 4398 sera résolu !
38831 \end_layout
38832
38833 \end_inset
38834
38835
38836 \begin_inset Newline newline
38837 \end_inset
38838
38839 La date n'apparaîtra pas dans \SpecialChar LyX
38840 , mais seulement dans la sortie imprimée.
38841  Il y a deux autre méthodes pour insérer une date : Avec le menu 
38842 \family sans
38843 Insertion\SpecialChar menuseparator
38844 Date
38845 \family default
38846  et avec la commande \SpecialChar LaTeX
38847  
38848 \series bold
38849
38850 \backslash
38851 today
38852 \series default
38853  entrée comme code \SpecialChar TeX
38854 .
38855  Ces différentes méthodes sont comparée dans le tableau
38856 \begin_inset space ~
38857 \end_inset
38858
38859
38860 \begin_inset CommandInset ref
38861 LatexCommand ref
38862 reference "tab:Comparaison-des-dates"
38863
38864 \end_inset
38865
38866 .
38867 \end_layout
38868
38869 \begin_layout Description
38870 Dia Ce modèle accepte les diagrammes créés avec le programme 
38871 \series bold
38872
38873 \begin_inset CommandInset href
38874 LatexCommand href
38875 name "Dia"
38876 target "http://fr.wikipedia.org/wiki/Dia_(logiciel)"
38877
38878 \end_inset
38879
38880
38881 \series default
38882 .
38883 \end_layout
38884
38885 \begin_layout Description
38886 TableurGnumeric Avec ce modèle vous pouvez insérer des feuilles de calcul
38887  ou des tableaux dans le format de 
38888 \series bold
38889
38890 \begin_inset CommandInset href
38891 LatexCommand href
38892 name "Gnumeric"
38893 target "http://fr.wikipedia.org/wiki/Gnumeric"
38894
38895 \end_inset
38896
38897
38898 \series default
38899
38900 \begin_inset CommandInset href
38901 LatexCommand href
38902 name "OpenDocument"
38903 target "http://fr.wikipedia.org/wiki/OpenDocument"
38904
38905 \end_inset
38906
38907
38908 \begin_inset CommandInset href
38909 LatexCommand href
38910 name "Microsoft Office XML"
38911 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
38912
38913 \end_inset
38914
38915  et 
38916 \begin_inset CommandInset href
38917 LatexCommand href
38918 name "Office Open XML"
38919 target "http://fr.wikipedia.org/wiki/Office_Open_XML"
38920
38921 \end_inset
38922
38923 .
38924  Pour cette fonction, \SpecialChar LyX
38925  doit pouvoir trouver le programme 
38926 \family typewriter
38927 ssconvert
38928 \family default
38929  au cours de sa configuration.
38930  Ce programme fait partie de gnumeric, vous devez donc aussi installer gnumeric,
38931  même si vous n'avez pas de tableaux au format gnumeric.
38932  Pour des exemples et les limitations possibles, jetez un œil au fichier
38933  \SpecialChar LyX
38934  d'exemple, 
38935 \emph on
38936 spreadsheet.lyx
38937 \emph default
38938 .
38939 \end_layout
38940
38941 \begin_layout Description
38942 LilyPond Ce modèle est utilisé avec des partitions musicales mises en forme
38943  par le programme 
38944 \series bold
38945
38946 \begin_inset CommandInset href
38947 LatexCommand href
38948 name "LilyPond"
38949 target "http://fr.wikipedia.org/wiki/GNU_LilyPond"
38950
38951 \end_inset
38952
38953
38954 \series default
38955 .
38956  Pour plus d'information sur la gestion étendue de LilyPond, jetez un oeil
38957  au fichier \SpecialChar LyX
38958  d'exemple 
38959 \emph on
38960 lilypond.lyx
38961 \emph default
38962 .
38963 \end_layout
38964
38965 \begin_layout Description
38966 PDFPages Ce modèle permet d'insérer des documents en PDF dans votre document.
38967  Pour insérer certaines pages ou toutes les pages d'un PDF, utilisez l'option
38968  
38969 \emph on
38970 pages
38971 \emph default
38972  dans le champ 
38973 \family sans
38974 Option
38975 \family default
38976  dans l'onglet 
38977 \family sans
38978 Options \SpecialChar LaTeX
38979  et \SpecialChar LyX
38980
38981 \family default
38982 .
38983  L'argument de cette option est une liste d'éléments séparés par des virgules,
38984  contenant des numéros de pages (
38985 \begin_inset space ~
38986 \end_inset
38987
38988 insérez comme option 
38989 \series bold
38990 pages={3,5,6,8}
38991 \series default
38992
38993 \begin_inset space ~
38994 \end_inset
38995
38996 ), des plages de numéros de pages (
38997 \series bold
38998
38999 \begin_inset space ~
39000 \end_inset
39001
39002 pages={4-9}
39003 \series default
39004
39005 \begin_inset space ~
39006 \end_inset
39007
39008 ) ou n'importe quelle combinaison des deux.
39009  Pour insérer des pages vides, utilisez 
39010 \series bold
39011 {}
39012 \series default
39013 .
39014  Par exemple 
39015 \begin_inset space ~
39016 \end_inset
39017
39018
39019 \series bold
39020 pages={3,{},8-11,15}
39021 \series default
39022  va insérer la page 3, puis une page vide, puis les pages 8, 9, 10, 11 et
39023  15.
39024  Les plages de pages sont décrites avec la syntaxe 
39025 \emph on
39026 début-fin
39027 \emph default
39028  qui sélectionne toutes les pages de 
39029 \emph on
39030 début
39031 \emph default
39032  jusqu'à 
39033 \emph on
39034 fin
39035 \emph default
39036 .
39037  Si on omet 
39038 \emph on
39039 début
39040 \emph default
39041 , on commence implicitement à la première page ; de même, omettre 
39042 \emph on
39043 fin
39044 \emph default
39045  termine implicitement à la dernière page du document.
39046  La dernière page du document peut aussi être désignée par le mot-clé 
39047 \series bold
39048 last
39049 \series default
39050  (
39051 \begin_inset space ~
39052 \end_inset
39053
39054 ce dernier n'est accepté que pour une plage de pages
39055 \begin_inset space ~
39056 \end_inset
39057
39058 ).
39059  Donc 
39060 \series bold
39061 pages=-
39062 \series default
39063  va insérer toutes les pages du document et 
39064 \series bold
39065 pages=last-1
39066 \series default
39067  va insérer toutes les pages dans l'ordre inverse.
39068  Si on ne donne pas d'option pages, seule la première page du PDF sera insérée.
39069 \begin_inset Newline newline
39070 \end_inset
39071
39072 L'option 
39073 \series bold
39074 noautoscale
39075 \series default
39076  insère les pages avec leur taille d'origine, si cette option n'est pas
39077  donnée, les pages seront redimensionnées
39078 \begin_inset space \space{}
39079 \end_inset
39080
39081 pour tenir dans la largeur de page de votre document.
39082  Dans l'onglet 
39083 \family sans
39084 Taille
39085 \begin_inset space ~
39086 \end_inset
39087
39088 et
39089 \begin_inset space ~
39090 \end_inset
39091
39092 rotation
39093 \family default
39094  vous pouvez préciser la largeur et la hauteur des pages incorporées ainsi
39095  qu'une éventuelle rotation.
39096  Si vous utilisez une autre largeur que 100
39097 \begin_inset space \thinspace{}
39098 \end_inset
39099
39100 Échelle%, l'option 
39101 \series bold
39102 noautoscale
39103 \series default
39104  sera neutralisée.
39105  Pour plus d'information sur les options possibles, jetez un œil sur la
39106  documentation du paquetage \SpecialChar LaTeX
39107  
39108 \series bold
39109 pdfpages
39110 \series default
39111  
39112 \begin_inset CommandInset citation
39113 LatexCommand cite
39114 key "pdfpages"
39115
39116 \end_inset
39117
39118 .
39119 \begin_inset Index idx
39120 status collapsed
39121
39122 \begin_layout Plain Layout
39123 Paquetages \SpecialChar LaTeX
39124  ! pdfpages
39125 \end_layout
39126
39127 \end_inset
39128
39129
39130 \begin_inset Newline newline
39131 \end_inset
39132
39133 Pour utiliser ce modèle dans une présentation 
39134 \family sans
39135 Beamer
39136 \family default
39137  vous devez d'abord insérer un environnement 
39138 \family sans
39139 FinCadre
39140 \family default
39141  et dans la suite, dans un paragraphe, une boîte de code \SpecialChar TeX
39142  contenant la commande
39143  
39144 \series bold
39145
39146 \backslash
39147 setbeamertemplate{background canvas}{}
39148 \series default
39149 .
39150  Ensuite vous pouvez insérer autant de paragraphes contenant le modèle PDFPages
39151  que vous voulez.
39152  Après les pages PDF incorporées, vous pouvez reprendre la présentation
39153  Beamer en commençant une nouvelle diapositive ou en commençant une nouvelle
39154  section.
39155  Pour éviter des pages blanches indésirables avant les pages PDF, n'oubliez
39156  pas d'utiliser un alignement Implicite pour le paragraphe qui contient
39157  le modèle.
39158 \begin_inset Newline newline
39159 \end_inset
39160
39161 Voici un PDF incorporé basculé de -5°
39162 \begin_inset space ~
39163 \end_inset
39164
39165 °: 
39166 \begin_inset External
39167         template PDFPages
39168         filename ../clipart/Abstract.pdf
39169         extra LaTeX "noautoscale, pages=-"
39170         rotateAngle -5
39171         rotateOrigin bottomleft
39172
39173 \end_inset
39174
39175
39176 \end_layout
39177
39178 \begin_layout Description
39179 RasterImage Ce modèle peut être utilisé pour les images matricielles (bitmap).
39180  Les images peuvent être traitées dans la fenêtre de dialogue 
39181 \family sans
39182 Objet
39183 \begin_inset space ~
39184 \end_inset
39185
39186 Externe
39187 \family default
39188  comme les images qui sont habituellement incorporées en utilisant le menu
39189  
39190 \family sans
39191 Insertion\SpecialChar menuseparator
39192 Graphique
39193 \family default
39194 , comme c'est décrit dans la section
39195 \begin_inset space ~
39196 \end_inset
39197
39198
39199 \begin_inset CommandInset ref
39200 LatexCommand ref
39201 reference "sec:Graphics-Dialog"
39202
39203 \end_inset
39204
39205 .
39206  La différence avec l'insertion normale d'image est que seules les images
39207  matricielles sont autorisées, ce qui veut dire que les images PDF et EPS
39208  ne sont pas acceptées.
39209  Voici un exemple d'insertion d'image matricielle
39210 \begin_inset space ~
39211 \end_inset
39212
39213
39214 \begin_inset External
39215         template RasterImage
39216         filename ../clipart/ToolbarEnvBox.png
39217
39218 \end_inset
39219
39220
39221 \end_layout
39222
39223 \begin_layout Description
39224 XFig Ce modèle accepte les images créées avec le programme 
39225 \series bold
39226
39227 \begin_inset CommandInset href
39228 LatexCommand href
39229 name "Xfig"
39230 target "http://fr.wikipedia.org/wiki/Xfig"
39231
39232 \end_inset
39233
39234
39235 \series default
39236 .
39237 \end_layout
39238
39239 \begin_layout Standard
39240 \begin_inset Float table
39241 placement !h
39242 wide false
39243 sideways false
39244 status open
39245
39246 \begin_layout Plain Layout
39247 \begin_inset Caption Standard
39248
39249 \begin_layout Plain Layout
39250 \begin_inset CommandInset label
39251 LatexCommand label
39252 name "tab:Comparaison-des-dates"
39253
39254 \end_inset
39255
39256 Comparaison des méthodes d'insertion de la date.
39257 \end_layout
39258
39259 \end_inset
39260
39261
39262 \end_layout
39263
39264 \begin_layout Plain Layout
39265 \align center
39266 \begin_inset Tabular
39267 <lyxtabular version="3" rows="4" columns="4">
39268 <features tabularvalignment="middle">
39269 <column alignment="center" valignment="top">
39270 <column alignment="center" valignment="top">
39271 <column alignment="center" valignment="top">
39272 <column alignment="center" valignment="top">
39273 <row>
39274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39275 \begin_inset Text
39276
39277 \begin_layout Plain Layout
39278 Format du document
39279 \end_layout
39280
39281 \end_inset
39282 </cell>
39283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39284 \begin_inset Text
39285
39286 \begin_layout Plain Layout
39287
39288 \family sans
39289 Objet
39290 \begin_inset space ~
39291 \end_inset
39292
39293 Externe\SpecialChar menuseparator
39294 Date
39295 \end_layout
39296
39297 \end_inset
39298 </cell>
39299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39300 \begin_inset Text
39301
39302 \begin_layout Plain Layout
39303
39304 \family sans
39305 Insertion\SpecialChar menuseparator
39306 Date
39307 \end_layout
39308
39309 \end_inset
39310 </cell>
39311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39312 \begin_inset Text
39313
39314 \begin_layout Plain Layout
39315 commande 
39316 \series bold
39317
39318 \backslash
39319 today
39320 \end_layout
39321
39322 \end_inset
39323 </cell>
39324 </row>
39325 <row>
39326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39327 \begin_inset Text
39328
39329 \begin_layout Plain Layout
39330 \SpecialChar LyX
39331
39332 \end_layout
39333
39334 \end_inset
39335 </cell>
39336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39337 \begin_inset Text
39338
39339 \begin_layout Plain Layout
39340 comme boîte d'insert
39341 \end_layout
39342
39343 \end_inset
39344 </cell>
39345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39346 \begin_inset Text
39347
39348 \begin_layout Plain Layout
39349 comme date
39350 \end_layout
39351
39352 \end_inset
39353 </cell>
39354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39355 \begin_inset Text
39356
39357 \begin_layout Plain Layout
39358 comme boîte de code \SpecialChar TeX
39359
39360 \end_layout
39361
39362 \end_inset
39363 </cell>
39364 </row>
39365 <row>
39366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39367 \begin_inset Text
39368
39369 \begin_layout Plain Layout
39370 \SpecialChar LaTeX
39371
39372 \end_layout
39373
39374 \end_inset
39375 </cell>
39376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39377 \begin_inset Text
39378
39379 \begin_layout Plain Layout
39380 comme date
39381 \end_layout
39382
39383 \end_inset
39384 </cell>
39385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39386 \begin_inset Text
39387
39388 \begin_layout Plain Layout
39389 comme date
39390 \end_layout
39391
39392 \end_inset
39393 </cell>
39394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39395 \begin_inset Text
39396
39397 \begin_layout Plain Layout
39398 comme commande
39399 \end_layout
39400
39401 \end_inset
39402 </cell>
39403 </row>
39404 <row>
39405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39406 \begin_inset Text
39407
39408 \begin_layout Plain Layout
39409 DVI, PDF, PS
39410 \end_layout
39411
39412 \end_inset
39413 </cell>
39414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39415 \begin_inset Text
39416
39417 \begin_layout Plain Layout
39418 comme date
39419 \end_layout
39420
39421 \end_inset
39422 </cell>
39423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39424 \begin_inset Text
39425
39426 \begin_layout Plain Layout
39427 comme date
39428 \end_layout
39429
39430 \end_inset
39431 </cell>
39432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39433 \begin_inset Text
39434
39435 \begin_layout Plain Layout
39436 comme date date
39437 \end_layout
39438
39439 \end_inset
39440 </cell>
39441 </row>
39442 </lyxtabular>
39443
39444 \end_inset
39445
39446
39447 \end_layout
39448
39449 \end_inset
39450
39451
39452 \end_layout
39453
39454 \begin_layout Standard
39455 Quand vous activez l'option 
39456 \family sans
39457 Brouillon
39458 \family default
39459  de l'onglet 
39460 \family sans
39461 Fichier
39462 \family default
39463  de la fenêtre de dialogue 
39464 \family sans
39465 Objet
39466 \begin_inset space ~
39467 \end_inset
39468
39469 Externe
39470 \family default
39471 , seul le chemin vers le fichier inséré est affiché dans la sortie imprimée.
39472 \begin_inset Newline newline
39473 \end_inset
39474
39475 Les objets externes apparaissent dans \SpecialChar LyX
39476 , soit comme une boîte comme celle-ci
39477  : 
39478 \begin_inset Graphics
39479         filename ../clipart/ExternalMaterialQt4.png
39480         scale 85
39481         scaleBeforeRotation
39482
39483 \end_inset
39484
39485  soit comme une image, selon que vous avez ou non activé l'option 
39486 \family sans
39487 Afficher
39488 \begin_inset space ~
39489 \end_inset
39490
39491 dans
39492 \begin_inset space ~
39493 \end_inset
39494
39495 \SpecialChar LyX
39496
39497 \family default
39498  de l'onglet 
39499 \family sans
39500 Options \SpecialChar LaTeX
39501  et \SpecialChar LyX
39502
39503 \family default
39504  de la fenêtre de dialogue.
39505 \end_layout
39506
39507 \begin_layout Standard
39508 Le manuel 
39509 \family sans
39510 \emph on
39511 Personnalisation
39512 \family default
39513 \emph default
39514  explique comment vous pouvez créer vos propres modèles.
39515 \end_layout
39516
39517 \begin_layout Section
39518 Sous-documents
39519 \begin_inset CommandInset label
39520 LatexCommand label
39521 name "sec:Sous-documents"
39522
39523 \end_inset
39524
39525
39526 \begin_inset Index idx
39527 status collapsed
39528
39529 \begin_layout Plain Layout
39530 Trucs externes ! Sous-documents
39531 \end_layout
39532
39533 \end_inset
39534
39535
39536 \begin_inset Index idx
39537 status collapsed
39538
39539 \begin_layout Plain Layout
39540 Fichiers ! Insertion
39541 \end_layout
39542
39543 \end_inset
39544
39545
39546 \end_layout
39547
39548 \begin_layout Standard
39549 Les sous-documents sont utilisés quand on a un document très long qui peut
39550  être décomposé en plusieurs parties ou sections plus petites.
39551  Pour des raisons de maintenance il est souvent utile et parfois obligatoire
39552  de découper le document en plusieurs fichiers qui peuvent être relus séparément.
39553  Les différents documents sont ce que l'on appelle les sous-documents et
39554  un document maître les relie pour imprimer le document complet ou seulement
39555  une partie de celui-ci.
39556  Un sous-document hérite du contenu de son maître, par exemple le préambule
39557  \SpecialChar LaTeX
39558 , la bibliographie, et les étiquettes pour les références croisées.
39559 \end_layout
39560
39561 \begin_layout Standard
39562 Pour pouvoir travailler sur un sous-document sans avoir à ouvrir le document
39563  maître, précisez dans le sous-document le document maître dans le menu
39564  
39565 \family sans
39566 Document\SpecialChar menuseparator
39567 Paramètres\SpecialChar menuseparator
39568 Classe de document
39569 \family default
39570 .
39571  Ce document maître sera par la suite utilisé de façon cachée par \SpecialChar LyX
39572  à chaque
39573  fois que vous modifierez le sous-document.
39574 \end_layout
39575
39576 \begin_layout Standard
39577 Les documents inclus sont visualisés dans \SpecialChar LyX
39578  sous la forme d'une boîte comme
39579  celle-ci : 
39580 \begin_inset Graphics
39581         filename clipart/ChildDocumentQt4.png
39582         lyxscale 70
39583         scale 60
39584         scaleBeforeRotation
39585
39586 \end_inset
39587
39588  Pour inclure des sous-documents dans un document maître , on utilise le
39589  menu 
39590 \family sans
39591 Insertion\SpecialChar menuseparator
39592 Fichier\SpecialChar menuseparator
39593 Sous-document
39594 \family default
39595 .
39596  Une fenêtre de dialogue s'ouvre pour que vous puissiez choisir entre l'une
39597  des quatre méthodes d'inclusion :
39598 \end_layout
39599
39600 \begin_layout Description
39601 Inclus
39602 \begin_inset space ~
39603 \end_inset
39604
39605 (include) Vous pouvez inclure des documents \SpecialChar LyX
39606  et \SpecialChar LaTeX
39607 .
39608  Quand vous cliquez sur le bouton 
39609 \family sans
39610 Modifier
39611 \family default
39612  dans la fenêtre de dialogue 
39613 \family sans
39614 Sous-document
39615 \family default
39616 , le document inclus est ouvert dans \SpecialChar LyX
39617  dans un nouvel onglet pour que vous
39618  puissiez le modifier.
39619 \begin_inset Newline newline
39620 \end_inset
39621
39622
39623 \end_layout
39624
39625 \begin_layout Standard
39626 Voici un sous-document inséré avec la méthode 
39627 \family sans
39628 Inclus
39629 \family default
39630  : 
39631 \begin_inset CommandInset include
39632 LatexCommand include
39633 filename "DocumentBidon1.lyx"
39634
39635 \end_inset
39636
39637
39638 \end_layout
39639
39640 \begin_layout Standard
39641 La numérotation des sections va prendre en compte les sections des fichiers
39642  incorporés dans l'ordre où ils sont insérés dans le document maître.
39643  Le document qui est inclus comme exemple possède une sous-section qui sera
39644  numérotée comme sous-section de la section actuelle.
39645  Les étiquettes présentes dans le fichier inclus peuvent être référencées
39646  : la sous-section
39647 \begin_inset space ~
39648 \end_inset
39649
39650
39651 \begin_inset CommandInset ref
39652 LatexCommand ref
39653 reference "subsec:Sous-section-externe-1"
39654
39655 \end_inset
39656
39657  est dans le fichier inclus.
39658 \end_layout
39659
39660 \begin_layout Standard
39661 Le préambule du sous-document est tout simplement ignoré, seul le préambule
39662  du document maître est utilisé.
39663  Les branches présentes dans le sous-document seront ignorées par le document
39664  maître si celui-ci ne possède pas une branche avec le même nom.
39665  Les documents inclus sont insérés en commençant une nouvelle page et sont
39666  suivis par un saut de page.
39667 \end_layout
39668
39669 \begin_layout Standard
39670 \begin_inset Note Greyedout
39671 status open
39672
39673 \begin_layout Plain Layout
39674
39675 \series bold
39676 Note:
39677 \series default
39678  Quand vous avez inclus un fichier \SpecialChar LyX
39679  ou \SpecialChar LaTeX
39680 , et que ce dernier utilise une classe
39681  de document différente de celle du document maître, vous recevez un avertisseme
39682 nt quand vous tentez de le visionner ou de l'exporter, vu que cela peut
39683  produire des résultats inattendus sur la sortie imprimée.
39684 \end_layout
39685
39686 \end_inset
39687
39688
39689 \end_layout
39690
39691 \begin_layout Description
39692 Incorporé
39693 \begin_inset space ~
39694 \end_inset
39695
39696 (input) Cette méthode est très semblable à la méthode Inclus, les différences
39697  sont :
39698 \begin_inset Separator parbreak
39699 \end_inset
39700
39701
39702 \end_layout
39703
39704 \begin_deeper
39705 \begin_layout Itemize
39706 Les fichiers incorporés ne commencent pas une nouvelle page ni ne sont suivis
39707  par un saut de page.
39708 \end_layout
39709
39710 \begin_layout Itemize
39711 Les fichiers incorporés peuvent être prévisualisés dans \SpecialChar LyX
39712  quand l'option
39713  
39714 \family sans
39715 Aperçu
39716 \begin_inset space ~
39717 \end_inset
39718
39719 sur
39720 \begin_inset space ~
39721 \end_inset
39722
39723 le
39724 \begin_inset space ~
39725 \end_inset
39726
39727 vif
39728 \family default
39729  est activée dans les préférences dans la rubrique 
39730 \family sans
39731 Apparence\SpecialChar menuseparator
39732 Graphique
39733 \family default
39734 .
39735 \end_layout
39736
39737 \begin_layout Itemize
39738 Vous ne pouvez pas exclure des fichiers incorporés via le menu 
39739 \family sans
39740 Document\SpecialChar menuseparator
39741 Paramètres\SpecialChar menuseparator
39742 Sous-documents
39743 \family default
39744 .
39745 \end_layout
39746
39747 \end_deeper
39748 \begin_layout Standard
39749 Voici un sous document inséré en utilisant la méthode 
39750 \family sans
39751 Incorporé
39752 \family default
39753  : 
39754 \begin_inset CommandInset include
39755 LatexCommand input
39756 preview true
39757 filename "DocumentBidon2.lyx"
39758
39759 \end_inset
39760
39761
39762 \end_layout
39763
39764 \begin_layout Standard
39765 Voici un sous-document
39766 \emph on
39767 input
39768 \emph default
39769  comme \SpecialChar LaTeX
39770  source:
39771 \end_layout
39772
39773 \begin_layout Quote
39774 \begin_inset CommandInset include
39775 LatexCommand input
39776 filename "DocumentTexteBidon.txt"
39777
39778 \end_inset
39779
39780
39781 \end_layout
39782
39783 \begin_layout Description
39784 Verbatim Avec cette méthode tous les fichiers textes peuvent être inclus.
39785  Si c'est un fichier \SpecialChar LyX
39786  ou \SpecialChar LaTeX
39787 , le contenu sera affiché dans la sortie sous forme
39788  de code source et aucune des commandes éventuellement présentes ne sera
39789  exécutée.
39790  Vous pouvez utiliser l'option 
39791 \family sans
39792 Marquer
39793 \begin_inset space ~
39794 \end_inset
39795
39796 les
39797 \begin_inset space ~
39798 \end_inset
39799
39800 espaces
39801 \family default
39802  qui matérialise chaque espace présente dans le code source par un caractère
39803  
39804 \begin_inset Quotes fld
39805 \end_inset
39806
39807
39808 \begin_inset ERT
39809 status collapsed
39810
39811 \begin_layout Plain Layout
39812
39813
39814 \backslash
39815 textvisiblespace 
39816 \end_layout
39817
39818 \end_inset
39819
39820
39821 \begin_inset Quotes frd
39822 \end_inset
39823
39824  .
39825  La différence avec la méthode qui consiste à utiliser le menu 
39826 \family sans
39827 Insertion\SpecialChar menuseparator
39828 Fichier\SpecialChar menuseparator
39829 Texte
39830 \begin_inset space ~
39831 \end_inset
39832
39833 brut
39834 \family default
39835  est que le contenu du document n'apparaît pas dans \SpecialChar LyX
39836 .
39837 \end_layout
39838
39839 \begin_layout Standard
39840 Voici un sous-document inclus en utilisant la méthode 
39841 \family sans
39842 verbatim
39843 \family default
39844  : 
39845 \begin_inset CommandInset include
39846 LatexCommand verbatiminput
39847 filename "DocumentTexteBidon.txt"
39848
39849 \end_inset
39850
39851
39852 \begin_inset VSpace bigskip
39853 \end_inset
39854
39855 Voici un autre sous-document incorporé par la méthode verbatim en utilisant
39856  l'option 
39857 \family sans
39858 Marquer
39859 \begin_inset space ~
39860 \end_inset
39861
39862 les
39863 \begin_inset space ~
39864 \end_inset
39865
39866 espaces :
39867 \family default
39868  
39869 \begin_inset CommandInset include
39870 LatexCommand verbatiminput*
39871 filename "DocumentTexteBidon.txt"
39872
39873 \end_inset
39874
39875
39876 \end_layout
39877
39878 \begin_layout Standard
39879 \begin_inset VSpace bigskip
39880 \end_inset
39881
39882
39883 \end_layout
39884
39885 \begin_layout Standard
39886 \begin_inset Note Greyedout
39887 status open
39888
39889 \begin_layout Plain Layout
39890
39891 \series bold
39892 Note:
39893 \series default
39894  Comme vous pouvez le voir avec les exemples ci-dessus, le texte des documents
39895  inclus avec la méthode verbatim n'est pas découpé à la fin des lignes.
39896 \end_layout
39897
39898 \end_inset
39899
39900
39901 \end_layout
39902
39903 \begin_layout Description
39904 Listings Ce type d'inclusion est décrit dans le chapitre
39905 \begin_inset space ~
39906 \end_inset
39907
39908
39909 \begin_inset CommandInset ref
39910 LatexCommand ref
39911 reference "cha:Program-Code-Listings"
39912
39913 \end_inset
39914
39915 .
39916 \end_layout
39917
39918 \begin_layout Standard
39919 \begin_inset Note Greyedout
39920 status open
39921
39922 \begin_layout Plain Layout
39923
39924 \series bold
39925 Note:
39926 \series default
39927  Inclure le même document deux fois dans un même document peut poser des
39928  problèmes avec \SpecialChar LaTeX
39929 .
39930 \end_layout
39931
39932 \end_inset
39933
39934
39935 \end_layout
39936
39937 \begin_layout Standard
39938 Si vous ne voulez visualiser ou exporter que certains des sous-documents
39939  de votre document maître, que ce soit pour diminuer les temps de compilation
39940  ou parceque vous voulez distribuer des chapitres isolés d'un livre que
39941  vous êtes en train d'écrire, vous pouvez exclure des sous-documents de
39942  la sortie en utilisant le menu 
39943 \family sans
39944 Document\SpecialChar menuseparator
39945 Paramètres\SpecialChar menuseparator
39946 Sous-documents
39947 \family default
39948 .
39949  Vous pouvez exclure ou inclure un sous-document donné en double-cliquant
39950  sur la ligne correspondant dans la colonne 
39951 \family sans
39952 Inclus dans le résultat
39953 \family default
39954  de la liste (
39955 \begin_inset space ~
39956 \end_inset
39957
39958 notez que cela ne fonctionne que pour les documents inclus avec la méthode
39959  
39960 \begin_inset Quotes fld
39961 \end_inset
39962
39963 inclus
39964 \begin_inset Quotes frd
39965 \end_inset
39966
39967  et pas la méthode 
39968 \begin_inset Quotes fld
39969 \end_inset
39970
39971 incorporé
39972 \begin_inset Quotes frd
39973 \end_inset
39974
39975
39976 \begin_inset space ~
39977 \end_inset
39978
39979 ).
39980  Si on active l'option 
39981 \family sans
39982 Assurer la cohérence des compteurs et des références
39983 \family default
39984 , \SpecialChar LyX
39985  va s'assurer que tous les numéros de pages, références etc...
39986  sont corrects comme si tous le document avait été traité.
39987  C'est utile si vous voulez que les sous-documents choisis aient exactement
39988  le même aspect que s'il étaient dans le document complet.
39989  Pour réaliser cette condition, il faut que \SpecialChar LyX
39990  traite de façon silencieuse
39991  la totalité du document.
39992  Ce qui fait que si vous voulez diminuer les temps de compilation, et que
39993  les compteurs et autres références n'ont pas à être à tout prix valides,
39994  vous devez impérativement désactiver cette option.
39995  
39996 \end_layout
39997
39998 \begin_layout Standard
39999 Une autre solution consiste à inclure chaque fichier dans une branche
40000 \begin_inset Foot
40001 status collapsed
40002
40003 \begin_layout Plain Layout
40004 Les branches sont décrites dans la section 
40005 \emph on
40006 Branches
40007 \emph default
40008  du 
40009 \emph on
40010 Guide de l'utilisateur
40011 \emph default
40012  de \SpecialChar LyX
40013 .
40014 \end_layout
40015
40016 \end_inset
40017
40018 .
40019  En activant ou désactivant une branche, vous pouvez décider les fichiers
40020  inclus qui doivent apparaître dans la sortie imprimée.
40021  Cette méthode à l'avantage qu'elle peut aussi s’appliquer aux sous documents
40022  
40023 \begin_inset Quotes fld
40024 \end_inset
40025
40026 incorporés
40027 \begin_inset Quotes frd
40028 \end_inset
40029
40030 .
40031  Le défaut est que les compteurs et autres références ne sont pas conservés
40032  avec cette approche.
40033 \end_layout
40034
40035 \begin_layout Chapter
40036 Listings de code source
40037 \begin_inset CommandInset label
40038 LatexCommand label
40039 name "cha:Program-Code-Listings"
40040
40041 \end_inset
40042
40043
40044 \begin_inset Index idx
40045 status collapsed
40046
40047 \begin_layout Plain Layout
40048 Listings
40049 \end_layout
40050
40051 \end_inset
40052
40053
40054 \begin_inset Index idx
40055 status collapsed
40056
40057 \begin_layout Plain Layout
40058 Code Source
40059 \end_layout
40060
40061 \end_inset
40062
40063
40064 \begin_inset Index idx
40065 status collapsed
40066
40067 \begin_layout Plain Layout
40068 Flottants ! Listings
40069 \end_layout
40070
40071 \end_inset
40072
40073
40074 \end_layout
40075
40076 \begin_layout Standard
40077 Pour inclure et mettre en forme un listing de code source, vous pouvez utiliser
40078  un insert 
40079 \family sans
40080 Listings
40081 \family default
40082  qui peut être créé grâce au menu 
40083 \family sans
40084 Insertion
40085 \family default
40086 \SpecialChar menuseparator
40087
40088 \family sans
40089 Listing
40090 \begin_inset space ~
40091 \end_inset
40092
40093 de
40094 \begin_inset space ~
40095 \end_inset
40096
40097 Code
40098 \begin_inset space ~
40099 \end_inset
40100
40101 Source
40102 \family default
40103 .
40104  Le paquetage \SpecialChar LaTeX
40105  
40106 \series bold
40107 listings
40108 \series default
40109
40110 \begin_inset Index idx
40111 status collapsed
40112
40113 \begin_layout Plain Layout
40114 Paquetages \SpecialChar LaTeX
40115  ! listings
40116 \end_layout
40117
40118 \end_inset
40119
40120  fournit un moyen puissant et flexible d'insérer des listings de code source
40121  dans votre document.
40122  
40123 \end_layout
40124
40125 \begin_layout Standard
40126 Quand vous cliquez avec le bouton droit sur un insert de listings, un menu
40127  contextuel s'ouvre pour vous permettre de modifier le format du listing.
40128 \end_layout
40129
40130 \begin_layout Standard
40131 Implicitement, un listing commence un nouveau paragraphe dans la sortie
40132  imprimée.
40133  L'option d'emplacement 
40134 \family sans
40135 Listing
40136 \begin_inset space ~
40137 \end_inset
40138
40139 en
40140 \begin_inset space ~
40141 \end_inset
40142
40143 Ligne
40144 \family default
40145  imprime le listing dans la ligne comme ceci : 
40146 \begin_inset listings
40147 lstparams "language={C++}"
40148 inline true
40149 status open
40150
40151 \begin_layout Plain Layout
40152
40153 int a=5;
40154 \end_layout
40155
40156 \end_inset
40157
40158
40159 \begin_inset Newline newline
40160 \end_inset
40161
40162 L'option 
40163 \family sans
40164 Flottant
40165 \family default
40166  crée un flottant de listing pour lequel vous pouvez préciser les options
40167  classiques d'emplacement : 
40168 \begin_inset Quotes fld
40169 \end_inset
40170
40171
40172 \family sans
40173 h
40174 \family default
40175
40176 \begin_inset Quotes frd
40177 \end_inset
40178
40179
40180 \begin_inset Quotes fld
40181 \end_inset
40182
40183
40184 \family sans
40185 t
40186 \family default
40187
40188 \begin_inset Quotes frd
40189 \end_inset
40190
40191
40192 \begin_inset Quotes fld
40193 \end_inset
40194
40195
40196 \family sans
40197 b
40198 \family default
40199
40200 \begin_inset Quotes frd
40201 \end_inset
40202
40203 , et 
40204 \begin_inset Quotes fld
40205 \end_inset
40206
40207
40208 \family sans
40209 p
40210 \family default
40211
40212 \begin_inset Quotes frd
40213 \end_inset
40214
40215  correspondant aux emplacement décrits dans la section
40216 \begin_inset space ~
40217 \end_inset
40218
40219
40220 \begin_inset CommandInset ref
40221 LatexCommand ref
40222 reference "sec:Placement-flottants"
40223
40224 \end_inset
40225
40226 .
40227  Les options de positionnement peuvent être mélangées et doivent être saisies
40228  sans séparation, par exemple, on peut taper 
40229 \begin_inset Quotes fld
40230 \end_inset
40231
40232
40233 \family sans
40234 htbp
40235 \family default
40236
40237 \begin_inset Quotes frd
40238 \end_inset
40239
40240 .
40241  L'option 
40242 \begin_inset Quotes fld
40243 \end_inset
40244
40245 h
40246 \begin_inset Quotes frd
40247 \end_inset
40248
40249  a parfois aucun effet, mais vous n'avez pas besoin d'utiliser l'option
40250  
40251 \family sans
40252 Flottant
40253 \family default
40254  dans ce cas, vu que les listings non flottants peuvent aussi avoir une
40255  légende et être référencés.
40256 \end_layout
40257
40258 \begin_layout Standard
40259 Vous pouvez ajouter une légende à un listing avec le menu 
40260 \family sans
40261 Insertion\SpecialChar menuseparator
40262 Légende
40263 \family default
40264 .
40265  On peut référencer les listings de la même façon que les flottants :Voir
40266  le listing
40267 \begin_inset space ~
40268 \end_inset
40269
40270
40271 \begin_inset CommandInset ref
40272 LatexCommand ref
40273 reference "lst:Listing-exemple"
40274
40275 \end_inset
40276
40277 .
40278  Une liste des listings qui contient tous les listings légendés peut être
40279  créée par le menu 
40280 \family sans
40281 Insertion\SpecialChar menuseparator
40282 Listes
40283 \begin_inset space ~
40284 \end_inset
40285
40286 &
40287 \begin_inset space ~
40288 \end_inset
40289
40290 TdM\SpecialChar menuseparator
40291 Liste des listings
40292 \family default
40293 .
40294  Les éléments de la liste sont les légendes et le numéro de listing.
40295 \end_layout
40296
40297 \begin_layout Standard
40298 \begin_inset listings
40299 lstparams "language=Python"
40300 inline false
40301 status open
40302
40303 \begin_layout Plain Layout
40304
40305 \begin_inset Caption Standard
40306
40307 \begin_layout Plain Layout
40308 \begin_inset CommandInset label
40309 LatexCommand label
40310 name "lst:Listing-exemple"
40311
40312 \end_inset
40313
40314 Exemple de listing flottant
40315 \end_layout
40316
40317 \end_inset
40318
40319 # Exemple de listing flottant
40320 \end_layout
40321
40322 \begin_layout Plain Layout
40323
40324 def func(param):
40325 \end_layout
40326
40327 \begin_layout Plain Layout
40328
40329     'ceci est une fonction python'
40330 \end_layout
40331
40332 \begin_layout Plain Layout
40333
40334     pass
40335 \end_layout
40336
40337 \end_inset
40338
40339
40340 \end_layout
40341
40342 \begin_layout Standard
40343 Quand vous avez choisi un langage de programmation dans la fenêtre de dialogue
40344  de listing, les mots-clés de ce langage seront reconnus et mis en forme
40345  de manière particulière dans la sortie imprimée.
40346  Dans l'exemple de listing, le mot clé Python 
40347 \begin_inset Quotes fld
40348 \end_inset
40349
40350 def
40351 \begin_inset Quotes frd
40352 \end_inset
40353
40354  est reconnu et imprimé en caractères gras dans la sortie.
40355 \end_layout
40356
40357 \begin_layout Standard
40358 \begin_inset Note Greyedout
40359 status open
40360
40361 \begin_layout Plain Layout
40362
40363 \series bold
40364 Note:
40365 \series default
40366  Si vous n'obtenez pas des mots-clés en caractères gras quand vous utilisez
40367  une police de caractères à 
40368 \family typewriter
40369 chasse fixe
40370 \family default
40371 , c'est que votre police ne contient probablement pas de série grasse.
40372  Dans ce cas choisissez une police différente dans le menu 
40373 \family sans
40374 Document\SpecialChar menuseparator
40375 Paramètres\SpecialChar menuseparator
40376 Polices
40377 \family default
40378 .
40379  (Les polices 
40380 \emph on
40381 LuxiMono, BeraMono
40382 \emph default
40383  et 
40384 \emph on
40385 Courier
40386 \emph default
40387  contiennent une série grasse.)
40388 \end_layout
40389
40390 \end_inset
40391
40392
40393 \end_layout
40394
40395 \begin_layout Standard
40396 Dans la rubrique 
40397 \family sans
40398 Numérotation
40399 \begin_inset space ~
40400 \end_inset
40401
40402 des
40403 \begin_inset space ~
40404 \end_inset
40405
40406 Lignes
40407 \family default
40408  de la fenêtre de dialogue listings, vous pouvez choisir le style de numérotatio
40409 n des lignes.
40410  Vous pouvez mettre un nombre dans le champ 
40411 \family sans
40412 Pas
40413 \family default
40414  pour désigner les lignes qui seront numérotées.
40415  Par exemple, si vous mettez 
40416 \begin_inset Quotes fld
40417 \end_inset
40418
40419 3
40420 \begin_inset Quotes frd
40421 \end_inset
40422
40423 , seule une ligne sur trois sera numérotée.
40424 \end_layout
40425
40426 \begin_layout Standard
40427 En plus vous pouvez préciser un intervalle de lignes et seules ces lignes
40428  apparaîtront dans la sortie.
40429  Vous devez utiliser l'option 
40430 \family sans
40431 Table
40432 \begin_inset space ~
40433 \end_inset
40434
40435 de
40436 \begin_inset space ~
40437 \end_inset
40438
40439 Caractères
40440 \begin_inset space ~
40441 \end_inset
40442
40443 Étendue
40444 \family default
40445  quand vous employez des caractères spécifiques à une langue donnée comme
40446  les umlauts Allemands dans votre listing.
40447 \begin_inset Newline newline
40448 \end_inset
40449
40450 Voici un exemple de listing avec la numérotation des lignes à gauche par
40451  pas de 3, en langage Python, avec les options 
40452 \begin_inset Quotes fld
40453 \end_inset
40454
40455 Table
40456 \begin_inset space ~
40457 \end_inset
40458
40459 de
40460 \begin_inset space ~
40461 \end_inset
40462
40463 caractères
40464 \begin_inset space ~
40465 \end_inset
40466
40467 étendue
40468 \begin_inset Quotes frd
40469 \end_inset
40470
40471  et 
40472 \begin_inset Quotes fld
40473 \end_inset
40474
40475 Espace
40476 \begin_inset space ~
40477 \end_inset
40478
40479 représenté
40480 \begin_inset space ~
40481 \end_inset
40482
40483 par
40484 \begin_inset space ~
40485 \end_inset
40486
40487 un
40488 \begin_inset space ~
40489 \end_inset
40490
40491 symbole
40492 \begin_inset Quotes frd
40493 \end_inset
40494
40495 , l'intervalle de ligne étant 3
40496 \begin_inset space \thinspace{}
40497 \end_inset
40498
40499 -
40500 \begin_inset space \thinspace{}
40501 \end_inset
40502
40503 8:
40504 \end_layout
40505
40506 \begin_layout Standard
40507 \begin_inset listings
40508 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
40509 inline false
40510 status open
40511
40512 \begin_layout Plain Layout
40513
40514 def func(param):
40515 \end_layout
40516
40517 \begin_layout Plain Layout
40518
40519     'ceci est une fonction Python'
40520 \end_layout
40521
40522 \begin_layout Plain Layout
40523
40524     pass
40525 \end_layout
40526
40527 \begin_layout Plain Layout
40528
40529 def func(param):
40530 \end_layout
40531
40532 \begin_layout Plain Layout
40533
40534 'Ça, c'est un mot Allemand : Tschüß'
40535 \end_layout
40536
40537 \begin_layout Plain Layout
40538
40539 pass
40540 \end_layout
40541
40542 \begin_layout Plain Layout
40543
40544 def func(param):
40545 \end_layout
40546
40547 \begin_layout Plain Layout
40548
40549 'ceci est une fonction Python'
40550 \end_layout
40551
40552 \begin_layout Plain Layout
40553
40554 pass
40555 \end_layout
40556
40557 \end_inset
40558
40559
40560 \end_layout
40561
40562 \begin_layout Standard
40563 Si vous avez des tabulations dans votre listing, vous pouvez préciser le
40564  nombre de caractères que doit représenter une tabulation dans le champ
40565  
40566 \family sans
40567 Taille du tabulateur
40568 \family default
40569 .
40570 \end_layout
40571
40572 \begin_layout Standard
40573 \begin_inset Note Greyedout
40574 status open
40575
40576 \begin_layout Plain Layout
40577
40578 \series bold
40579 Note:
40580 \series default
40581  À cause d'un bug dans le paquetage 
40582 \series bold
40583 listings
40584 \series default
40585  la numérotation des lignes se trouve décalée d'une ligne à chaque nouveau
40586  listing.
40587  C'est la raison pour laquelle les lignes 2 et 5 sont numérotées et pas
40588  les lignes 3 et 6.
40589 \end_layout
40590
40591 \end_inset
40592
40593
40594 \end_layout
40595
40596 \begin_layout Standard
40597 \begin_inset VSpace bigskip
40598 \end_inset
40599
40600
40601 \end_layout
40602
40603 \begin_layout Standard
40604 Il est aussi possible d'imprimer les lignes d'un fichier sous la forme d'un
40605  listing.
40606  Pour le faire, il suffit d'utiliser le menu 
40607 \family sans
40608 Insertion\SpecialChar menuseparator
40609 Fichier\SpecialChar menuseparator
40610 Sous-document
40611 \family default
40612  et de choisir le type 
40613 \family sans
40614 Listing
40615 \family default
40616
40617 \begin_inset space ~
40618 \end_inset
40619
40620
40621 \family sans
40622 de
40623 \begin_inset space ~
40624 \end_inset
40625
40626 Code
40627 \begin_inset space ~
40628 \end_inset
40629
40630 source
40631 \family default
40632 .
40633 \begin_inset Foot
40634 status collapsed
40635
40636 \begin_layout Plain Layout
40637 Les autres types de sous-documents sont décrits dans la section
40638 \begin_inset space ~
40639 \end_inset
40640
40641
40642 \begin_inset CommandInset ref
40643 LatexCommand ref
40644 reference "sec:Sous-documents"
40645
40646 \end_inset
40647
40648 .
40649 \end_layout
40650
40651 \end_inset
40652
40653  Dans la fenêtre de dialogue du sous-document vous pouvez donner les paramètres
40654  à utiliser pour le listing dans une zone de texte.
40655  Pour avoir une liste des paramètres disponibles, tapez un point d'interrogation
40656  
40657 \begin_inset Quotes fld
40658 \end_inset
40659
40660 ?
40661 \begin_inset Quotes frd
40662 \end_inset
40663
40664  dans la zone de texte.
40665 \end_layout
40666
40667 \begin_layout Standard
40668 Pour faire référence à un sous-document de type listing, tapez une étiquette
40669  dans le champ correspondant de la fenêtre de dialogue.
40670  On peut alors faire référence à cette étiquette en utilisant le menu 
40671 \family sans
40672 Insertion\SpecialChar menuseparator
40673 Référence
40674 \begin_inset space ~
40675 \end_inset
40676
40677 Croisée
40678 \family default
40679 .
40680 \end_layout
40681
40682 \begin_layout Standard
40683 Le listing
40684 \begin_inset space ~
40685 \end_inset
40686
40687
40688 \begin_inset CommandInset ref
40689 LatexCommand ref
40690 reference "lst:listing-fichier"
40691
40692 \end_inset
40693
40694  est un exemple de listing issu d'un fichier ; ici les lignes 10
40695 \begin_inset space \thinspace{}
40696 \end_inset
40697
40698 -
40699 \begin_inset space \thinspace{}
40700 \end_inset
40701
40702 15 de ce fichier \SpecialChar LyX
40703  sont listées.
40704 \end_layout
40705
40706 \begin_layout Standard
40707 \begin_inset CommandInset include
40708 LatexCommand lstinputlisting
40709 filename "EmbeddedObjects.lyx"
40710 lstparams "breaklines=true,caption={Lignes 10 - 15 de ce fichier LyX},extendedchars=true,firstline=10,label={lst:listing-fichier},language={[LaTeX]TeX},lastline=15"
40711
40712 \end_inset
40713
40714
40715 \end_layout
40716
40717 \begin_layout Standard
40718 \begin_inset VSpace bigskip
40719 \end_inset
40720
40721
40722 \end_layout
40723
40724 \begin_layout Standard
40725 L'insertion d'une formule dans un listing peut se faire de la façon suivante
40726 \begin_inset space ~
40727 \end_inset
40728
40729 :
40730 \end_layout
40731
40732 \begin_layout Enumerate
40733 Ouvrez la fenêtre de dialogue listings et ajoutez
40734 \begin_inset Newline newline
40735 \end_inset
40736
40737
40738 \family sans
40739 mathescape=true
40740 \family default
40741
40742 \begin_inset Newline newline
40743 \end_inset
40744
40745 dans le champ de l'onglet 
40746 \family sans
40747 Avancé
40748 \family default
40749 .
40750 \end_layout
40751
40752 \begin_layout Enumerate
40753 Créez la formule en dehors du listing.
40754 \end_layout
40755
40756 \begin_layout Enumerate
40757 Copiez le contenu de la formule (pas l'insert de formule) vers le presse-papier
40758  (raccourci 
40759 \begin_inset Info
40760 type  "shortcut"
40761 arg   "copy"
40762 \end_inset
40763
40764 )
40765 \end_layout
40766
40767 \begin_layout Enumerate
40768 Dans le listing écrivez 
40769 \begin_inset Quotes fld
40770 \end_inset
40771
40772
40773 \family sans
40774 $$
40775 \family default
40776
40777 \begin_inset Quotes frd
40778 \end_inset
40779
40780  et copiez le contenu du presse-papier entre les deux signes dollar (raccourci
40781  
40782 \begin_inset Info
40783 type  "shortcut"
40784 arg   "paste"
40785 \end_inset
40786
40787 )
40788 \end_layout
40789
40790 \begin_layout Standard
40791 \begin_inset listings
40792 lstparams "language=Python,mathescape=true"
40793 inline false
40794 status open
40795
40796 \begin_layout Plain Layout
40797
40798 \begin_inset Caption Standard
40799
40800 \begin_layout Plain Layout
40801 Exemple de listing flottant contenant une formule
40802 \end_layout
40803
40804 \end_inset
40805
40806 # Exemple de listing flottant
40807 \end_layout
40808
40809 \begin_layout Plain Layout
40810
40811 def func(param):
40812 \end_layout
40813
40814 \begin_layout Plain Layout
40815
40816     # $
40817 \backslash
40818 prod_{n=1}^{
40819 \backslash
40820 infty}
40821 \backslash
40822 ,
40823 \backslash
40824 frac{1}{x^{2}}$
40825 \end_layout
40826
40827 \begin_layout Plain Layout
40828
40829     pass
40830 \end_layout
40831
40832 \end_inset
40833
40834
40835 \end_layout
40836
40837 \begin_layout Standard
40838 \begin_inset VSpace bigskip
40839 \end_inset
40840
40841
40842 \end_layout
40843
40844 \begin_layout Standard
40845 Les paramètres globaux pour les listings peuvent être modifiés avec la fenêtre
40846  de dialogue 
40847 \family sans
40848 Document\SpecialChar menuseparator
40849 Paramètres\SpecialChar menuseparator
40850 Listings
40851 \family default
40852 .
40853  Pour avoir la liste des options disponibles, tapez un point d'interrogation
40854  
40855 \begin_inset Quotes fld
40856 \end_inset
40857
40858 ?
40859 \begin_inset Quotes frd
40860 \end_inset
40861
40862  dans le champ.
40863 \end_layout
40864
40865 \begin_layout Standard
40866 Pour plus d'information sur le paquetage 
40867 \series bold
40868 listings
40869 \series default
40870 , nous vous renvoyons à sa documentation 
40871 \begin_inset CommandInset citation
40872 LatexCommand cite
40873 key "listings"
40874
40875 \end_inset
40876
40877 .
40878 \end_layout
40879
40880 \begin_layout Standard
40881 \begin_inset Newpage newpage
40882 \end_inset
40883
40884
40885 \end_layout
40886
40887 \begin_layout Chapter
40888 \start_of_appendix
40889 Unités de longueur utilisables avec \SpecialChar LyX
40890
40891 \begin_inset Argument 1
40892 status collapsed
40893
40894 \begin_layout Plain Layout
40895 Unités de longueur
40896 \end_layout
40897
40898 \end_inset
40899
40900
40901 \begin_inset Index idx
40902 status collapsed
40903
40904 \begin_layout Plain Layout
40905 Unités
40906 \end_layout
40907
40908 \end_inset
40909
40910
40911 \begin_inset CommandInset label
40912 LatexCommand label
40913 name "cha:Unités-de-longueur"
40914
40915 \end_inset
40916
40917
40918 \end_layout
40919
40920 \begin_layout Standard
40921 Pour comprendre les unités de longueur utilisées dans cette documentation,
40922  le tableau
40923 \begin_inset space ~
40924 \end_inset
40925
40926
40927 \begin_inset CommandInset ref
40928 LatexCommand ref
40929 reference "tab:Unités"
40930
40931 \end_inset
40932
40933 décrit les unités utilisées par \SpecialChar LyX
40934 .
40935 \begin_inset Float table
40936 placement h
40937 wide false
40938 sideways false
40939 status open
40940
40941 \begin_layout Plain Layout
40942 \begin_inset Caption Standard
40943
40944 \begin_layout Plain Layout
40945 \begin_inset CommandInset label
40946 LatexCommand label
40947 name "tab:Unités"
40948
40949 \end_inset
40950
40951 Unités de longueur
40952 \end_layout
40953
40954 \end_inset
40955
40956
40957 \end_layout
40958
40959 \begin_layout Plain Layout
40960 \begin_inset VSpace medskip
40961 \end_inset
40962
40963
40964 \end_layout
40965
40966 \begin_layout Plain Layout
40967 \align center
40968 \begin_inset Tabular
40969 <lyxtabular version="3" rows="20" columns="3">
40970 <features tabularvalignment="middle">
40971 <column alignment="center" valignment="top">
40972 <column alignment="center" valignment="top">
40973 <column alignment="center" valignment="top">
40974 <row>
40975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40976 \begin_inset Text
40977
40978 \begin_layout Plain Layout
40979 unité
40980 \end_layout
40981
40982 \end_inset
40983 </cell>
40984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40985 \begin_inset Text
40986
40987 \begin_layout Plain Layout
40988 nom/description
40989 \end_layout
40990
40991 \end_inset
40992 </cell>
40993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40994 \begin_inset Text
40995
40996 \begin_layout Plain Layout
40997 commande \SpecialChar LaTeX
40998
40999 \end_layout
41000
41001 \end_inset
41002 </cell>
41003 </row>
41004 <row>
41005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41006 \begin_inset Text
41007
41008 \begin_layout Plain Layout
41009 mm
41010 \end_layout
41011
41012 \end_inset
41013 </cell>
41014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41015 \begin_inset Text
41016
41017 \begin_layout Plain Layout
41018 millimètre
41019 \end_layout
41020
41021 \end_inset
41022 </cell>
41023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41024 \begin_inset Text
41025
41026 \begin_layout Plain Layout
41027 -
41028 \end_layout
41029
41030 \end_inset
41031 </cell>
41032 </row>
41033 <row>
41034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41035 \begin_inset Text
41036
41037 \begin_layout Plain Layout
41038 cm
41039 \end_layout
41040
41041 \end_inset
41042 </cell>
41043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41044 \begin_inset Text
41045
41046 \begin_layout Plain Layout
41047 centimètre
41048 \end_layout
41049
41050 \end_inset
41051 </cell>
41052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41053 \begin_inset Text
41054
41055 \begin_layout Plain Layout
41056 -
41057 \end_layout
41058
41059 \end_inset
41060 </cell>
41061 </row>
41062 <row>
41063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41064 \begin_inset Text
41065
41066 \begin_layout Plain Layout
41067 in
41068 \end_layout
41069
41070 \end_inset
41071 </cell>
41072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41073 \begin_inset Text
41074
41075 \begin_layout Plain Layout
41076 pouce (inch)
41077 \end_layout
41078
41079 \end_inset
41080 </cell>
41081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41082 \begin_inset Text
41083
41084 \begin_layout Plain Layout
41085 -
41086 \end_layout
41087
41088 \end_inset
41089 </cell>
41090 </row>
41091 <row>
41092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41093 \begin_inset Text
41094
41095 \begin_layout Plain Layout
41096 pt
41097 \end_layout
41098
41099 \end_inset
41100 </cell>
41101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41102 \begin_inset Text
41103
41104 \begin_layout Plain Layout
41105 point (72.27
41106 \begin_inset space \thinspace{}
41107 \end_inset
41108
41109 pt = 1
41110 \begin_inset space \thinspace{}
41111 \end_inset
41112
41113 in)
41114 \end_layout
41115
41116 \end_inset
41117 </cell>
41118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41119 \begin_inset Text
41120
41121 \begin_layout Plain Layout
41122 -
41123 \end_layout
41124
41125 \end_inset
41126 </cell>
41127 </row>
41128 <row>
41129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41130 \begin_inset Text
41131
41132 \begin_layout Plain Layout
41133 pc
41134 \end_layout
41135
41136 \end_inset
41137 </cell>
41138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41139 \begin_inset Text
41140
41141 \begin_layout Plain Layout
41142 pica (1
41143 \begin_inset space \thinspace{}
41144 \end_inset
41145
41146 pc = 12
41147 \begin_inset space \thinspace{}
41148 \end_inset
41149
41150 pt)
41151 \end_layout
41152
41153 \end_inset
41154 </cell>
41155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41156 \begin_inset Text
41157
41158 \begin_layout Plain Layout
41159 -
41160 \end_layout
41161
41162 \end_inset
41163 </cell>
41164 </row>
41165 <row>
41166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41167 \begin_inset Text
41168
41169 \begin_layout Plain Layout
41170 sp
41171 \end_layout
41172
41173 \end_inset
41174 </cell>
41175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41176 \begin_inset Text
41177
41178 \begin_layout Plain Layout
41179 scaled point (65536
41180 \begin_inset space \thinspace{}
41181 \end_inset
41182
41183 sp = 1
41184 \begin_inset space \thinspace{}
41185 \end_inset
41186
41187 pt)
41188 \end_layout
41189
41190 \end_inset
41191 </cell>
41192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41193 \begin_inset Text
41194
41195 \begin_layout Plain Layout
41196 -
41197 \end_layout
41198
41199 \end_inset
41200 </cell>
41201 </row>
41202 <row>
41203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41204 \begin_inset Text
41205
41206 \begin_layout Plain Layout
41207 bp
41208 \end_layout
41209
41210 \end_inset
41211 </cell>
41212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41213 \begin_inset Text
41214
41215 \begin_layout Plain Layout
41216 gros point (72
41217 \begin_inset space \thinspace{}
41218 \end_inset
41219
41220 bp = 1
41221 \begin_inset space \thinspace{}
41222 \end_inset
41223
41224 in)
41225 \end_layout
41226
41227 \end_inset
41228 </cell>
41229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41230 \begin_inset Text
41231
41232 \begin_layout Plain Layout
41233 -
41234 \end_layout
41235
41236 \end_inset
41237 </cell>
41238 </row>
41239 <row>
41240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41241 \begin_inset Text
41242
41243 \begin_layout Plain Layout
41244 dd
41245 \end_layout
41246
41247 \end_inset
41248 </cell>
41249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41250 \begin_inset Text
41251
41252 \begin_layout Plain Layout
41253 didot (72
41254 \begin_inset space \thinspace{}
41255 \end_inset
41256
41257 dd 
41258 \begin_inset Formula $\approx$
41259 \end_inset
41260
41261  37.6
41262 \begin_inset space \thinspace{}
41263 \end_inset
41264
41265 mm)
41266 \end_layout
41267
41268 \end_inset
41269 </cell>
41270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41271 \begin_inset Text
41272
41273 \begin_layout Plain Layout
41274 -
41275 \end_layout
41276
41277 \end_inset
41278 </cell>
41279 </row>
41280 <row>
41281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41282 \begin_inset Text
41283
41284 \begin_layout Plain Layout
41285 cc
41286 \end_layout
41287
41288 \end_inset
41289 </cell>
41290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41291 \begin_inset Text
41292
41293 \begin_layout Plain Layout
41294 cicero (1
41295 \begin_inset space \thinspace{}
41296 \end_inset
41297
41298 cc = 12
41299 \begin_inset space \thinspace{}
41300 \end_inset
41301
41302 dd)
41303 \end_layout
41304
41305 \end_inset
41306 </cell>
41307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41308 \begin_inset Text
41309
41310 \begin_layout Plain Layout
41311 -
41312 \end_layout
41313
41314 \end_inset
41315 </cell>
41316 </row>
41317 <row>
41318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41319 \begin_inset Text
41320
41321 \begin_layout Plain Layout
41322
41323 \lang english
41324 Scale Graphics %
41325 \end_layout
41326
41327 \end_inset
41328 </cell>
41329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41330 \begin_inset Text
41331
41332 \begin_layout Plain Layout
41333 % de largeur originale de l'image
41334 \end_layout
41335
41336 \end_inset
41337 </cell>
41338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41339 \begin_inset Text
41340
41341 \begin_layout Plain Layout
41342
41343 \end_layout
41344
41345 \end_inset
41346 </cell>
41347 </row>
41348 <row>
41349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41350 \begin_inset Text
41351
41352 \begin_layout Plain Layout
41353
41354 \lang english
41355 Text Width %
41356 \end_layout
41357
41358 \end_inset
41359 </cell>
41360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41361 \begin_inset Text
41362
41363 \begin_layout Plain Layout
41364 % de largeur du texte
41365 \end_layout
41366
41367 \end_inset
41368 </cell>
41369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41370 \begin_inset Text
41371
41372 \begin_layout Plain Layout
41373
41374 \backslash
41375 textwidth
41376 \end_layout
41377
41378 \end_inset
41379 </cell>
41380 </row>
41381 <row>
41382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41383 \begin_inset Text
41384
41385 \begin_layout Plain Layout
41386
41387 \lang english
41388 Column Width %
41389 \end_layout
41390
41391 \end_inset
41392 </cell>
41393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41394 \begin_inset Text
41395
41396 \begin_layout Plain Layout
41397 % de largeur de la colonne
41398 \end_layout
41399
41400 \end_inset
41401 </cell>
41402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41403 \begin_inset Text
41404
41405 \begin_layout Plain Layout
41406
41407 \backslash
41408 columnwidth
41409 \end_layout
41410
41411 \end_inset
41412 </cell>
41413 </row>
41414 <row>
41415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41416 \begin_inset Text
41417
41418 \begin_layout Plain Layout
41419
41420 \lang english
41421 Page Width %
41422 \end_layout
41423
41424 \end_inset
41425 </cell>
41426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41427 \begin_inset Text
41428
41429 \begin_layout Plain Layout
41430 % de largeur du papier
41431 \end_layout
41432
41433 \end_inset
41434 </cell>
41435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41436 \begin_inset Text
41437
41438 \begin_layout Plain Layout
41439
41440 \backslash
41441 paperwidth
41442 \end_layout
41443
41444 \end_inset
41445 </cell>
41446 </row>
41447 <row>
41448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41449 \begin_inset Text
41450
41451 \begin_layout Plain Layout
41452
41453 \lang english
41454 Line Width %
41455 \end_layout
41456
41457 \end_inset
41458 </cell>
41459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41460 \begin_inset Text
41461
41462 \begin_layout Plain Layout
41463 % de largeur de la ligne
41464 \end_layout
41465
41466 \end_inset
41467 </cell>
41468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41469 \begin_inset Text
41470
41471 \begin_layout Plain Layout
41472
41473 \backslash
41474 linewidth
41475 \end_layout
41476
41477 \end_inset
41478 </cell>
41479 </row>
41480 <row>
41481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41482 \begin_inset Text
41483
41484 \begin_layout Plain Layout
41485
41486 \lang english
41487 Text Height %
41488 \end_layout
41489
41490 \end_inset
41491 </cell>
41492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41493 \begin_inset Text
41494
41495 \begin_layout Plain Layout
41496 % de hauteur du texte
41497 \end_layout
41498
41499 \end_inset
41500 </cell>
41501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41502 \begin_inset Text
41503
41504 \begin_layout Plain Layout
41505
41506 \backslash
41507 textheight
41508 \end_layout
41509
41510 \end_inset
41511 </cell>
41512 </row>
41513 <row>
41514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41515 \begin_inset Text
41516
41517 \begin_layout Plain Layout
41518
41519 \lang english
41520 Page Height %
41521 \end_layout
41522
41523 \end_inset
41524 </cell>
41525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41526 \begin_inset Text
41527
41528 \begin_layout Plain Layout
41529 % de hauteur du papier
41530 \end_layout
41531
41532 \end_inset
41533 </cell>
41534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41535 \begin_inset Text
41536
41537 \begin_layout Plain Layout
41538
41539 \backslash
41540 paperheight
41541 \end_layout
41542
41543 \end_inset
41544 </cell>
41545 </row>
41546 <row>
41547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41548 \begin_inset Text
41549
41550 \begin_layout Plain Layout
41551 ex
41552 \end_layout
41553
41554 \end_inset
41555 </cell>
41556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41557 \begin_inset Text
41558
41559 \begin_layout Plain Layout
41560 hauteur de lettre 
41561 \emph on
41562 x
41563 \emph default
41564  dans police courante
41565 \end_layout
41566
41567 \end_inset
41568 </cell>
41569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41570 \begin_inset Text
41571
41572 \begin_layout Plain Layout
41573 -
41574 \end_layout
41575
41576 \end_inset
41577 </cell>
41578 </row>
41579 <row>
41580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41581 \begin_inset Text
41582
41583 \begin_layout Plain Layout
41584 em
41585 \end_layout
41586
41587 \end_inset
41588 </cell>
41589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
41590 \begin_inset Text
41591
41592 \begin_layout Plain Layout
41593 largeur de lettre
41594 \emph on
41595  M
41596 \emph default
41597  dans police courante
41598 \end_layout
41599
41600 \end_inset
41601 </cell>
41602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
41603 \begin_inset Text
41604
41605 \begin_layout Plain Layout
41606 -
41607 \end_layout
41608
41609 \end_inset
41610 </cell>
41611 </row>
41612 <row>
41613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41614 \begin_inset Text
41615
41616 \begin_layout Plain Layout
41617 mu
41618 \end_layout
41619
41620 \end_inset
41621 </cell>
41622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
41623 \begin_inset Text
41624
41625 \begin_layout Plain Layout
41626 unité mathématique (1
41627 \begin_inset space \thinspace{}
41628 \end_inset
41629
41630 mu = 1/18
41631 \begin_inset space \thinspace{}
41632 \end_inset
41633
41634 em)
41635 \end_layout
41636
41637 \end_inset
41638 </cell>
41639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
41640 \begin_inset Text
41641
41642 \begin_layout Plain Layout
41643 -
41644 \end_layout
41645
41646 \end_inset
41647 </cell>
41648 </row>
41649 </lyxtabular>
41650
41651 \end_inset
41652
41653
41654 \end_layout
41655
41656 \end_inset
41657
41658
41659 \end_layout
41660
41661 \begin_layout Chapter
41662 Formats des fichiers de sortie graphiques
41663 \begin_inset CommandInset label
41664 LatexCommand label
41665 name "cha:Formats-fichiers-graphiques"
41666
41667 \end_inset
41668
41669
41670 \end_layout
41671
41672 \begin_layout Section
41673 DVI
41674 \begin_inset Index idx
41675 status collapsed
41676
41677 \begin_layout Plain Layout
41678 Formats de Fichiers! DVI
41679 \end_layout
41680
41681 \end_inset
41682
41683
41684 \begin_inset Index idx
41685 status collapsed
41686
41687 \begin_layout Plain Layout
41688 DVI|see
41689 \begin_inset ERT
41690 status collapsed
41691
41692 \begin_layout Plain Layout
41693
41694 {
41695 \end_layout
41696
41697 \end_inset
41698
41699 Formats de Fichiers
41700 \begin_inset ERT
41701 status collapsed
41702
41703 \begin_layout Plain Layout
41704
41705 }
41706 \end_layout
41707
41708 \end_inset
41709
41710
41711 \end_layout
41712
41713 \end_inset
41714
41715
41716 \end_layout
41717
41718 \begin_layout Standard
41719 Ce type de fichiers a l'extension 
41720 \begin_inset Quotes fld
41721 \end_inset
41722
41723
41724 \family typewriter
41725 .dvi
41726 \family default
41727
41728 \begin_inset Quotes frd
41729 \end_inset
41730
41731 .
41732  Il est appelé 
41733 \emph on
41734 indépendant de l'appareil
41735 \emph default
41736  ou 
41737 \begin_inset Quotes fld
41738 \end_inset
41739
41740 device independent (DVI)
41741 \begin_inset Quotes frd
41742 \end_inset
41743
41744 , car il est complètement portable ; vous pouvez les recopier d'une machine
41745  à l'autre sans avoir à faire de conversion.
41746  À l'époque où ce format a été développé, c'était loin d'être évident.
41747  Les fichiers DVI sont utilisés pour un visionnement rapide et comme une
41748  étape préliminaire avant la conversion vers un autre format comme le PostScript.
41749 \end_layout
41750
41751 \begin_layout Standard
41752 \begin_inset Note Greyedout
41753 status open
41754
41755 \begin_layout Plain Layout
41756
41757 \series bold
41758 Note:
41759 \series default
41760  Les fichiers DVI ne contiennent pas d'images, elles sont seulement liées
41761  au fichier.
41762  
41763 \end_layout
41764
41765 \end_inset
41766
41767  N'oubliez donc pas de fournir vos images en même temps que vos fichiers
41768  
41769 \family typewriter
41770 .dvi
41771 \family default
41772 .
41773  Cette caractéristique peut aussi ralentir votre ordinateur quand vous visualise
41774 z le DVI puisque la visionneuse doit convertir les images en tâche de fond
41775  pour les rendre visibles quand vous faites défiler votre document.
41776  C'est pourquoi nous recommandons d'utiliser des fichiers PDF pour les documents
41777  avec de nombreuses images.
41778 \end_layout
41779
41780 \begin_layout Standard
41781 Vous pouvez exporter votre document comme un fichier DVI en utilisant le
41782  menu 
41783 \family sans
41784 Fichier\SpecialChar menuseparator
41785 Exporter\SpecialChar menuseparator
41786 DVI.
41787
41788 \family default
41789  Vous pouvez visionner votre document sous forme de DVI grâce au menu 
41790 \family sans
41791 Visualiser
41792 \family default
41793 .
41794 \end_layout
41795
41796 \begin_layout Section
41797 PostScript
41798 \begin_inset Index idx
41799 status collapsed
41800
41801 \begin_layout Plain Layout
41802 Formats de Fichiers ! PostScript
41803 \end_layout
41804
41805 \end_inset
41806
41807
41808 \begin_inset Index idx
41809 status collapsed
41810
41811 \begin_layout Plain Layout
41812 PostScript|see
41813 \begin_inset ERT
41814 status collapsed
41815
41816 \begin_layout Plain Layout
41817
41818 {
41819 \end_layout
41820
41821 \end_inset
41822
41823 Formats de Fichiers
41824 \begin_inset ERT
41825 status collapsed
41826
41827 \begin_layout Plain Layout
41828
41829 }
41830 \end_layout
41831
41832 \end_inset
41833
41834
41835 \end_layout
41836
41837 \end_inset
41838
41839
41840 \end_layout
41841
41842 \begin_layout Standard
41843 Ce type de fichiers a l'extension 
41844 \begin_inset Quotes fld
41845 \end_inset
41846
41847
41848 \family typewriter
41849 .ps
41850 \family default
41851
41852 \begin_inset Quotes frd
41853 \end_inset
41854
41855 .
41856  PostScript a été développé par la société 
41857 \series bold
41858 Adobe
41859 \series default
41860  comme un langage pour les imprimantes.
41861  De ce fait le fichier contient toutes les commandes utilisées par l'imprimante
41862  pour imprimer le document.
41863  PostScript peut être considéré comme un 
41864 \begin_inset Quotes fld
41865 \end_inset
41866
41867 langage de programmation
41868 \begin_inset Quotes frd
41869 \end_inset
41870
41871  ; vous pouvez en effet faire des calculs  ou tracer des diagrammes ou des
41872  images
41873 \begin_inset Foot
41874 status collapsed
41875
41876 \begin_layout Plain Layout
41877 Si vous souhaitez en apprendre plus à ce sujet, jetez un coup d'œil au paquetage
41878  \SpecialChar LaTeX
41879  
41880 \series bold
41881 pstricks
41882 \series default
41883
41884 \begin_inset CommandInset citation
41885 LatexCommand cite
41886 key "pstricks"
41887
41888 \end_inset
41889
41890 .
41891 \end_layout
41892
41893 \end_inset
41894
41895 .
41896  En partie à cause de toutes ces possibilités un fichier PostScript est
41897  souvent plus gros qu'un PDF.
41898 \end_layout
41899
41900 \begin_layout Standard
41901 En partie à cause de toutes ces possibilités un fichier PostScript est souvent
41902  plus gros qu'un PDF.
41903 \end_layout
41904
41905 \begin_layout Standard
41906 PostScript ne peut contenir que des images au format 
41907 \begin_inset Quotes fld
41908 \end_inset
41909
41910 PostScript Encapsulé
41911 \begin_inset Quotes frd
41912 \end_inset
41913
41914  (encapsulated PostScript ou EPS, d'extension 
41915 \family typewriter
41916 .eps
41917 \family default
41918 ).
41919  Comme \SpecialChar LyX
41920  vous permet n'importe quel format d'image connu dans votre document,
41921  il doit les convertir en interne en EPS.
41922  Si vous avez par exemple 50 images dans votre document, \SpecialChar LyX
41923  doit faire 50
41924  conversions à chaque fois que vous visualisez ou que vous exportez votre
41925  document.
41926  Cela risque de ralentir de façon importante votre rythme de travail.
41927  En conclusion, si vous prévoyez d'utiliser PostScript, vous pouvez insérer
41928  vos images directement en EPS pour éviter ce problème.
41929 \end_layout
41930
41931 \begin_layout Standard
41932 Vous pouvez exporter votre document comme un fichier PostScript en utilisant
41933  le menu 
41934 \family sans
41935 Fichier\SpecialChar menuseparator
41936 Exporter\SpecialChar menuseparator
41937 PostScript.
41938
41939 \family default
41940  Vous pouvez visionner votre document sous forme PostScript grâce au menu
41941  
41942 \family sans
41943 Visualiser
41944 \family default
41945 .
41946 \end_layout
41947
41948 \begin_layout Section
41949 PDF
41950 \begin_inset Index idx
41951 status collapsed
41952
41953 \begin_layout Plain Layout
41954 Formats de Fichiers ! PDF
41955 \end_layout
41956
41957 \end_inset
41958
41959
41960 \begin_inset Index idx
41961 status collapsed
41962
41963 \begin_layout Plain Layout
41964 PDF
41965 \end_layout
41966
41967 \end_inset
41968
41969
41970 \end_layout
41971
41972 \begin_layout Standard
41973 Ce type de fichiers a l'extension 
41974 \begin_inset Quotes fld
41975 \end_inset
41976
41977
41978 \family typewriter
41979 .pdf
41980 \family default
41981
41982 \begin_inset Quotes frd
41983 \end_inset
41984
41985 .
41986  Ce 
41987 \begin_inset Quotes fld
41988 \end_inset
41989
41990 format de document portable
41991 \begin_inset Quotes frd
41992 \end_inset
41993
41994  (portable document format ou PDF) est développé par 
41995 \family typewriter
41996 Adobe
41997 \family default
41998  comme une évolution de PostScript.
41999  Il est plus comprimé et utilise moins de commandes que PostScript.
42000  Comme son nom l'indique, il est 
42001 \begin_inset Quotes fld
42002 \end_inset
42003
42004 portable
42005 \begin_inset Quotes frd
42006 \end_inset
42007
42008  et peut donc être traité par n'importe quel ordinateur et la sortie imprimée
42009  aura exactement le même aspect.
42010 \end_layout
42011
42012 \begin_layout Standard
42013 PDF peut contenir des images dans son propre format PDF et dans les formats
42014  JPG (format du 
42015 \begin_inset Quotes fld
42016 \end_inset
42017
42018 Joint Photographic Expert Group
42019 \begin_inset Quotes frd
42020 \end_inset
42021
42022  avec comme extension 
42023 \family typewriter
42024 .jpg
42025 \family default
42026  ou 
42027 \family typewriter
42028 .jpeg
42029 \family default
42030 ) et PNG (
42031 \begin_inset Quotes fld
42032 \end_inset
42033
42034 Portable Network Graphics
42035 \begin_inset Quotes frd
42036 \end_inset
42037
42038  avec l'extension 
42039 \family typewriter
42040 .png
42041 \family default
42042 ).
42043  Vous pouvez quand même utiliser d'autres formats puisque \SpecialChar LyX
42044  les convertit
42045  dans un de ces formats.
42046  Mais comme il est dit dans la section sur PostScript, les conversions d'images
42047  vont ralentir votre travail.
42048  Nous recommandons donc l'utilisation de l'un des trois formats cités.
42049 \end_layout
42050
42051 \begin_layout Standard
42052 Vous pouvez exporter votre document comme un fichier PDF en utilisant le
42053  menu 
42054 \family sans
42055 Fichier\SpecialChar menuseparator
42056 Exporter 
42057 \family default
42058 de trois façons différentes:
42059 \end_layout
42060
42061 \begin_layout Description
42062 PDF
42063 \begin_inset space ~
42064 \end_inset
42065
42066 (ps2pdf) Ceci utilise le programme 
42067 \family typewriter
42068 ps2pdf
42069 \family default
42070  qui créé un PDF à partir de la version PostScript de votre fichier.
42071  Cette dernière est produite par le programme 
42072 \family typewriter
42073 dvips
42074 \family default
42075  qui utilise une version DVI comme étape intermédiaire.
42076  Cette variante consiste donc en trois conversions.
42077 \end_layout
42078
42079 \begin_layout Description
42080 PDF
42081 \begin_inset space ~
42082 \end_inset
42083
42084 (dvipdfm) Ceci utilise le programme 
42085 \family typewriter
42086 dvipdfm
42087 \family default
42088  qui convertit votre fichier en DVI avant de le convertir en PDF.
42089 \end_layout
42090
42091 \begin_layout Description
42092 PDF
42093 \begin_inset space ~
42094 \end_inset
42095
42096 (pdflatex) Ceci utilise le programme 
42097 \family typewriter
42098 pdftex
42099 \family default
42100  qui convertit directement votre fichier en PDF.
42101 \end_layout
42102
42103 \begin_layout Standard
42104 Nous recommandons d'utiliser l'option 
42105 \family sans
42106 PDF
42107 \begin_inset space ~
42108 \end_inset
42109
42110 (pdflatex)
42111 \family default
42112  car 
42113 \family typewriter
42114 pdftex
42115 \family default
42116  accepte toutes les fonctionnalités des versions actuelles de PDF.
42117  Il est en plus rapide et stable.
42118  Le programme 
42119 \family typewriter
42120 dvipdfm
42121 \family default
42122  n'est plus développé est est donc un peu dépassé.
42123 \end_layout
42124
42125 \begin_layout Standard
42126 Vous pouvez visionner votre document sous forme PDF grâce au menu 
42127 \family sans
42128 Visualiser
42129 \family default
42130  ou en utilisant un bouton de la barre d'outils.
42131 \end_layout
42132
42133 \begin_layout Chapter
42134 Liste de noms de couleur pour dvips
42135 \begin_inset CommandInset label
42136 LatexCommand label
42137 name "chap:Liste-de-noms-de-couleur-dvips"
42138
42139 \end_inset
42140
42141
42142 \end_layout
42143
42144 \begin_layout Standard
42145 \begin_inset Tabular
42146 <lyxtabular version="3" rows="17" columns="4">
42147 <features tabularvalignment="middle">
42148 <column alignment="left" valignment="top" width="0pt">
42149 <column alignment="left" valignment="top" width="0pt">
42150 <column alignment="left" valignment="top" width="0pt">
42151 <column alignment="left" valignment="top" width="0pt">
42152 <row>
42153 <cell alignment="left" valignment="top" usebox="none">
42154 \begin_inset Text
42155
42156 \begin_layout Plain Layout
42157 \begin_inset ERT
42158 status collapsed
42159
42160 \begin_layout Plain Layout
42161
42162
42163 \backslash
42164 fcolorbox{black}{
42165 \end_layout
42166
42167 \end_inset
42168
42169 white
42170 \begin_inset ERT
42171 status collapsed
42172
42173 \begin_layout Plain Layout
42174
42175 }{
42176 \end_layout
42177
42178 \end_inset
42179
42180 Couleur
42181 \begin_inset ERT
42182 status collapsed
42183
42184 \begin_layout Plain Layout
42185
42186 }
42187 \end_layout
42188
42189 \end_inset
42190
42191  Nom
42192 \end_layout
42193
42194 \end_inset
42195 </cell>
42196 <cell alignment="left" valignment="top" usebox="none">
42197 \begin_inset Text
42198
42199 \begin_layout Plain Layout
42200 \begin_inset ERT
42201 status collapsed
42202
42203 \begin_layout Plain Layout
42204
42205
42206 \backslash
42207 fcolorbox{black}{
42208 \end_layout
42209
42210 \end_inset
42211
42212 white
42213 \begin_inset ERT
42214 status collapsed
42215
42216 \begin_layout Plain Layout
42217
42218 }{
42219 \end_layout
42220
42221 \end_inset
42222
42223 Couleur
42224 \begin_inset ERT
42225 status collapsed
42226
42227 \begin_layout Plain Layout
42228
42229 }
42230 \end_layout
42231
42232 \end_inset
42233
42234  Nom
42235 \end_layout
42236
42237 \end_inset
42238 </cell>
42239 <cell alignment="left" valignment="top" usebox="none">
42240 \begin_inset Text
42241
42242 \begin_layout Plain Layout
42243 \begin_inset ERT
42244 status collapsed
42245
42246 \begin_layout Plain Layout
42247
42248
42249 \backslash
42250 fcolorbox{black}{
42251 \end_layout
42252
42253 \end_inset
42254
42255 white
42256 \begin_inset ERT
42257 status collapsed
42258
42259 \begin_layout Plain Layout
42260
42261 }{
42262 \end_layout
42263
42264 \end_inset
42265
42266 Couleur
42267 \begin_inset ERT
42268 status collapsed
42269
42270 \begin_layout Plain Layout
42271
42272 }
42273 \end_layout
42274
42275 \end_inset
42276
42277  Nom
42278 \end_layout
42279
42280 \end_inset
42281 </cell>
42282 <cell alignment="left" valignment="top" usebox="none">
42283 \begin_inset Text
42284
42285 \begin_layout Plain Layout
42286 \begin_inset ERT
42287 status collapsed
42288
42289 \begin_layout Plain Layout
42290
42291
42292 \backslash
42293 fcolorbox{black}{
42294 \end_layout
42295
42296 \end_inset
42297
42298 white
42299 \begin_inset ERT
42300 status collapsed
42301
42302 \begin_layout Plain Layout
42303
42304 }{
42305 \end_layout
42306
42307 \end_inset
42308
42309 Couleur
42310 \begin_inset ERT
42311 status collapsed
42312
42313 \begin_layout Plain Layout
42314
42315 }
42316 \end_layout
42317
42318 \end_inset
42319
42320  Nom
42321 \end_layout
42322
42323 \end_inset
42324 </cell>
42325 </row>
42326 <row>
42327 <cell alignment="center" valignment="top" usebox="none">
42328 \begin_inset Text
42329
42330 \begin_layout Plain Layout
42331 \begin_inset ERT
42332 status collapsed
42333
42334 \begin_layout Plain Layout
42335
42336
42337 \backslash
42338 fcolorbox{black}{
42339 \end_layout
42340
42341 \end_inset
42342
42343 Apricot
42344 \begin_inset ERT
42345 status collapsed
42346
42347 \begin_layout Plain Layout
42348
42349 }{
42350 \end_layout
42351
42352 \end_inset
42353
42354
42355 \begin_inset Phantom Phantom
42356 status open
42357
42358 \begin_layout Plain Layout
42359 W
42360 \end_layout
42361
42362 \end_inset
42363
42364
42365 \begin_inset ERT
42366 status collapsed
42367
42368 \begin_layout Plain Layout
42369
42370 }
42371 \end_layout
42372
42373 \end_inset
42374
42375  Apricot
42376 \end_layout
42377
42378 \end_inset
42379 </cell>
42380 <cell alignment="center" valignment="top" usebox="none">
42381 \begin_inset Text
42382
42383 \begin_layout Plain Layout
42384 \begin_inset ERT
42385 status collapsed
42386
42387 \begin_layout Plain Layout
42388
42389
42390 \backslash
42391 fcolorbox{black}{
42392 \end_layout
42393
42394 \end_inset
42395
42396 Aquamarine
42397 \begin_inset ERT
42398 status collapsed
42399
42400 \begin_layout Plain Layout
42401
42402 }{
42403 \end_layout
42404
42405 \end_inset
42406
42407
42408 \begin_inset Phantom Phantom
42409 status open
42410
42411 \begin_layout Plain Layout
42412 W
42413 \end_layout
42414
42415 \end_inset
42416
42417
42418 \begin_inset ERT
42419 status collapsed
42420
42421 \begin_layout Plain Layout
42422
42423 }
42424 \end_layout
42425
42426 \end_inset
42427
42428  Aquamarine
42429 \end_layout
42430
42431 \end_inset
42432 </cell>
42433 <cell alignment="center" valignment="top" usebox="none">
42434 \begin_inset Text
42435
42436 \begin_layout Plain Layout
42437 \begin_inset ERT
42438 status collapsed
42439
42440 \begin_layout Plain Layout
42441
42442
42443 \backslash
42444 fcolorbox{black}{
42445 \end_layout
42446
42447 \end_inset
42448
42449 Bittersweet
42450 \begin_inset ERT
42451 status collapsed
42452
42453 \begin_layout Plain Layout
42454
42455 }{
42456 \end_layout
42457
42458 \end_inset
42459
42460
42461 \begin_inset Phantom Phantom
42462 status open
42463
42464 \begin_layout Plain Layout
42465 W
42466 \end_layout
42467
42468 \end_inset
42469
42470
42471 \begin_inset ERT
42472 status collapsed
42473
42474 \begin_layout Plain Layout
42475
42476 }
42477 \end_layout
42478
42479 \end_inset
42480
42481  Bittersweet
42482 \end_layout
42483
42484 \end_inset
42485 </cell>
42486 <cell alignment="center" valignment="top" usebox="none">
42487 \begin_inset Text
42488
42489 \begin_layout Plain Layout
42490 \begin_inset ERT
42491 status collapsed
42492
42493 \begin_layout Plain Layout
42494
42495
42496 \backslash
42497 fcolorbox{black}{
42498 \end_layout
42499
42500 \end_inset
42501
42502 BlueGreen
42503 \begin_inset ERT
42504 status collapsed
42505
42506 \begin_layout Plain Layout
42507
42508 }{
42509 \end_layout
42510
42511 \end_inset
42512
42513
42514 \begin_inset Phantom Phantom
42515 status open
42516
42517 \begin_layout Plain Layout
42518 W
42519 \end_layout
42520
42521 \end_inset
42522
42523
42524 \begin_inset ERT
42525 status collapsed
42526
42527 \begin_layout Plain Layout
42528
42529 }
42530 \end_layout
42531
42532 \end_inset
42533
42534  BlueGreen
42535 \end_layout
42536
42537 \end_inset
42538 </cell>
42539 </row>
42540 <row>
42541 <cell alignment="left" valignment="top" usebox="none">
42542 \begin_inset Text
42543
42544 \begin_layout Plain Layout
42545 \begin_inset ERT
42546 status collapsed
42547
42548 \begin_layout Plain Layout
42549
42550
42551 \backslash
42552 fcolorbox{black}{
42553 \end_layout
42554
42555 \end_inset
42556
42557 BlueViolet
42558 \begin_inset ERT
42559 status collapsed
42560
42561 \begin_layout Plain Layout
42562
42563 }{
42564 \end_layout
42565
42566 \end_inset
42567
42568
42569 \begin_inset Phantom Phantom
42570 status open
42571
42572 \begin_layout Plain Layout
42573 W
42574 \end_layout
42575
42576 \end_inset
42577
42578
42579 \begin_inset ERT
42580 status collapsed
42581
42582 \begin_layout Plain Layout
42583
42584 }
42585 \end_layout
42586
42587 \end_inset
42588
42589  BlueViolet
42590 \end_layout
42591
42592 \end_inset
42593 </cell>
42594 <cell alignment="left" valignment="top" usebox="none">
42595 \begin_inset Text
42596
42597 \begin_layout Plain Layout
42598 \begin_inset ERT
42599 status collapsed
42600
42601 \begin_layout Plain Layout
42602
42603
42604 \backslash
42605 fcolorbox{black}{
42606 \end_layout
42607
42608 \end_inset
42609
42610 BrickRed
42611 \begin_inset ERT
42612 status collapsed
42613
42614 \begin_layout Plain Layout
42615
42616 }{
42617 \end_layout
42618
42619 \end_inset
42620
42621
42622 \begin_inset Phantom Phantom
42623 status open
42624
42625 \begin_layout Plain Layout
42626 W
42627 \end_layout
42628
42629 \end_inset
42630
42631
42632 \begin_inset ERT
42633 status collapsed
42634
42635 \begin_layout Plain Layout
42636
42637 }
42638 \end_layout
42639
42640 \end_inset
42641
42642  BrickRed
42643 \end_layout
42644
42645 \end_inset
42646 </cell>
42647 <cell alignment="left" valignment="top" usebox="none">
42648 \begin_inset Text
42649
42650 \begin_layout Plain Layout
42651 \begin_inset ERT
42652 status collapsed
42653
42654 \begin_layout Plain Layout
42655
42656
42657 \backslash
42658 fcolorbox{black}{
42659 \end_layout
42660
42661 \end_inset
42662
42663 Brown
42664 \begin_inset ERT
42665 status collapsed
42666
42667 \begin_layout Plain Layout
42668
42669 }{
42670 \end_layout
42671
42672 \end_inset
42673
42674
42675 \begin_inset Phantom Phantom
42676 status open
42677
42678 \begin_layout Plain Layout
42679 W
42680 \end_layout
42681
42682 \end_inset
42683
42684
42685 \begin_inset ERT
42686 status collapsed
42687
42688 \begin_layout Plain Layout
42689
42690 }
42691 \end_layout
42692
42693 \end_inset
42694
42695  Brown
42696 \end_layout
42697
42698 \end_inset
42699 </cell>
42700 <cell alignment="left" valignment="top" usebox="none">
42701 \begin_inset Text
42702
42703 \begin_layout Plain Layout
42704 \begin_inset ERT
42705 status collapsed
42706
42707 \begin_layout Plain Layout
42708
42709
42710 \backslash
42711 fcolorbox{black}{
42712 \end_layout
42713
42714 \end_inset
42715
42716 BurntOrange
42717 \begin_inset ERT
42718 status collapsed
42719
42720 \begin_layout Plain Layout
42721
42722 }{
42723 \end_layout
42724
42725 \end_inset
42726
42727
42728 \begin_inset Phantom Phantom
42729 status open
42730
42731 \begin_layout Plain Layout
42732 W
42733 \end_layout
42734
42735 \end_inset
42736
42737
42738 \begin_inset ERT
42739 status collapsed
42740
42741 \begin_layout Plain Layout
42742
42743 }
42744 \end_layout
42745
42746 \end_inset
42747
42748  BurntOrange
42749 \end_layout
42750
42751 \end_inset
42752 </cell>
42753 </row>
42754 <row>
42755 <cell alignment="left" valignment="top" usebox="none">
42756 \begin_inset Text
42757
42758 \begin_layout Plain Layout
42759 \begin_inset ERT
42760 status collapsed
42761
42762 \begin_layout Plain Layout
42763
42764
42765 \backslash
42766 fcolorbox{black}{
42767 \end_layout
42768
42769 \end_inset
42770
42771 CadetBlue
42772 \begin_inset ERT
42773 status collapsed
42774
42775 \begin_layout Plain Layout
42776
42777 }{
42778 \end_layout
42779
42780 \end_inset
42781
42782
42783 \begin_inset Phantom Phantom
42784 status open
42785
42786 \begin_layout Plain Layout
42787 W
42788 \end_layout
42789
42790 \end_inset
42791
42792
42793 \begin_inset ERT
42794 status collapsed
42795
42796 \begin_layout Plain Layout
42797
42798 }
42799 \end_layout
42800
42801 \end_inset
42802
42803  CadetBlue
42804 \end_layout
42805
42806 \end_inset
42807 </cell>
42808 <cell alignment="left" valignment="top" usebox="none">
42809 \begin_inset Text
42810
42811 \begin_layout Plain Layout
42812 \begin_inset ERT
42813 status collapsed
42814
42815 \begin_layout Plain Layout
42816
42817
42818 \backslash
42819 fcolorbox{black}{
42820 \end_layout
42821
42822 \end_inset
42823
42824 CarnationPink
42825 \begin_inset ERT
42826 status collapsed
42827
42828 \begin_layout Plain Layout
42829
42830 }{
42831 \end_layout
42832
42833 \end_inset
42834
42835
42836 \begin_inset Phantom Phantom
42837 status open
42838
42839 \begin_layout Plain Layout
42840 W
42841 \end_layout
42842
42843 \end_inset
42844
42845
42846 \begin_inset ERT
42847 status collapsed
42848
42849 \begin_layout Plain Layout
42850
42851 }
42852 \end_layout
42853
42854 \end_inset
42855
42856  CarnationPink
42857 \end_layout
42858
42859 \end_inset
42860 </cell>
42861 <cell alignment="left" valignment="top" usebox="none">
42862 \begin_inset Text
42863
42864 \begin_layout Plain Layout
42865 \begin_inset ERT
42866 status collapsed
42867
42868 \begin_layout Plain Layout
42869
42870
42871 \backslash
42872 fcolorbox{black}{
42873 \end_layout
42874
42875 \end_inset
42876
42877 Cerulean
42878 \begin_inset ERT
42879 status collapsed
42880
42881 \begin_layout Plain Layout
42882
42883 }{
42884 \end_layout
42885
42886 \end_inset
42887
42888
42889 \begin_inset Phantom Phantom
42890 status open
42891
42892 \begin_layout Plain Layout
42893 W
42894 \end_layout
42895
42896 \end_inset
42897
42898
42899 \begin_inset ERT
42900 status collapsed
42901
42902 \begin_layout Plain Layout
42903
42904 }
42905 \end_layout
42906
42907 \end_inset
42908
42909  Cerulean
42910 \end_layout
42911
42912 \end_inset
42913 </cell>
42914 <cell alignment="left" valignment="top" usebox="none">
42915 \begin_inset Text
42916
42917 \begin_layout Plain Layout
42918 \begin_inset ERT
42919 status collapsed
42920
42921 \begin_layout Plain Layout
42922
42923
42924 \backslash
42925 fcolorbox{black}{
42926 \end_layout
42927
42928 \end_inset
42929
42930 CornflowerBlue
42931 \begin_inset ERT
42932 status collapsed
42933
42934 \begin_layout Plain Layout
42935
42936 }{
42937 \end_layout
42938
42939 \end_inset
42940
42941
42942 \begin_inset Phantom Phantom
42943 status open
42944
42945 \begin_layout Plain Layout
42946 W
42947 \end_layout
42948
42949 \end_inset
42950
42951
42952 \begin_inset ERT
42953 status collapsed
42954
42955 \begin_layout Plain Layout
42956
42957 }
42958 \end_layout
42959
42960 \end_inset
42961
42962  CornflowerBlue
42963 \end_layout
42964
42965 \end_inset
42966 </cell>
42967 </row>
42968 <row>
42969 <cell alignment="left" valignment="top" usebox="none">
42970 \begin_inset Text
42971
42972 \begin_layout Plain Layout
42973 \begin_inset ERT
42974 status collapsed
42975
42976 \begin_layout Plain Layout
42977
42978
42979 \backslash
42980 fcolorbox{black}{
42981 \end_layout
42982
42983 \end_inset
42984
42985 Dandelion
42986 \begin_inset ERT
42987 status collapsed
42988
42989 \begin_layout Plain Layout
42990
42991 }{
42992 \end_layout
42993
42994 \end_inset
42995
42996
42997 \begin_inset Phantom Phantom
42998 status open
42999
43000 \begin_layout Plain Layout
43001 W
43002 \end_layout
43003
43004 \end_inset
43005
43006
43007 \begin_inset ERT
43008 status collapsed
43009
43010 \begin_layout Plain Layout
43011
43012 }
43013 \end_layout
43014
43015 \end_inset
43016
43017  Dandelion
43018 \end_layout
43019
43020 \end_inset
43021 </cell>
43022 <cell alignment="left" valignment="top" usebox="none">
43023 \begin_inset Text
43024
43025 \begin_layout Plain Layout
43026 \begin_inset ERT
43027 status collapsed
43028
43029 \begin_layout Plain Layout
43030
43031
43032 \backslash
43033 fcolorbox{black}{
43034 \end_layout
43035
43036 \end_inset
43037
43038 DarkOrchid
43039 \begin_inset ERT
43040 status collapsed
43041
43042 \begin_layout Plain Layout
43043
43044 }{
43045 \end_layout
43046
43047 \end_inset
43048
43049
43050 \begin_inset Phantom Phantom
43051 status open
43052
43053 \begin_layout Plain Layout
43054 W
43055 \end_layout
43056
43057 \end_inset
43058
43059
43060 \begin_inset ERT
43061 status collapsed
43062
43063 \begin_layout Plain Layout
43064
43065 }
43066 \end_layout
43067
43068 \end_inset
43069
43070  DarkOrchid
43071 \end_layout
43072
43073 \end_inset
43074 </cell>
43075 <cell alignment="left" valignment="top" usebox="none">
43076 \begin_inset Text
43077
43078 \begin_layout Plain Layout
43079 \begin_inset ERT
43080 status collapsed
43081
43082 \begin_layout Plain Layout
43083
43084
43085 \backslash
43086 fcolorbox{black}{
43087 \end_layout
43088
43089 \end_inset
43090
43091 Emerald
43092 \begin_inset ERT
43093 status collapsed
43094
43095 \begin_layout Plain Layout
43096
43097 }{
43098 \end_layout
43099
43100 \end_inset
43101
43102
43103 \begin_inset Phantom Phantom
43104 status open
43105
43106 \begin_layout Plain Layout
43107 W
43108 \end_layout
43109
43110 \end_inset
43111
43112
43113 \begin_inset ERT
43114 status collapsed
43115
43116 \begin_layout Plain Layout
43117
43118 }
43119 \end_layout
43120
43121 \end_inset
43122
43123  Emerald
43124 \end_layout
43125
43126 \end_inset
43127 </cell>
43128 <cell alignment="left" valignment="top" usebox="none">
43129 \begin_inset Text
43130
43131 \begin_layout Plain Layout
43132 \begin_inset ERT
43133 status collapsed
43134
43135 \begin_layout Plain Layout
43136
43137
43138 \backslash
43139 fcolorbox{black}{
43140 \end_layout
43141
43142 \end_inset
43143
43144 ForestGreen
43145 \begin_inset ERT
43146 status collapsed
43147
43148 \begin_layout Plain Layout
43149
43150 }{
43151 \end_layout
43152
43153 \end_inset
43154
43155
43156 \begin_inset Phantom Phantom
43157 status open
43158
43159 \begin_layout Plain Layout
43160 W
43161 \end_layout
43162
43163 \end_inset
43164
43165
43166 \begin_inset ERT
43167 status collapsed
43168
43169 \begin_layout Plain Layout
43170
43171 }
43172 \end_layout
43173
43174 \end_inset
43175
43176  ForestGreen
43177 \end_layout
43178
43179 \end_inset
43180 </cell>
43181 </row>
43182 <row>
43183 <cell alignment="left" valignment="top" usebox="none">
43184 \begin_inset Text
43185
43186 \begin_layout Plain Layout
43187 \begin_inset ERT
43188 status collapsed
43189
43190 \begin_layout Plain Layout
43191
43192
43193 \backslash
43194 fcolorbox{black}{
43195 \end_layout
43196
43197 \end_inset
43198
43199 Fuchsia
43200 \begin_inset ERT
43201 status collapsed
43202
43203 \begin_layout Plain Layout
43204
43205 }{
43206 \end_layout
43207
43208 \end_inset
43209
43210
43211 \begin_inset Phantom Phantom
43212 status open
43213
43214 \begin_layout Plain Layout
43215 W
43216 \end_layout
43217
43218 \end_inset
43219
43220
43221 \begin_inset ERT
43222 status collapsed
43223
43224 \begin_layout Plain Layout
43225
43226 }
43227 \end_layout
43228
43229 \end_inset
43230
43231  Fuchsia
43232 \end_layout
43233
43234 \end_inset
43235 </cell>
43236 <cell alignment="left" valignment="top" usebox="none">
43237 \begin_inset Text
43238
43239 \begin_layout Plain Layout
43240 \begin_inset ERT
43241 status collapsed
43242
43243 \begin_layout Plain Layout
43244
43245
43246 \backslash
43247 fcolorbox{black}{
43248 \end_layout
43249
43250 \end_inset
43251
43252 Goldenrod
43253 \begin_inset ERT
43254 status collapsed
43255
43256 \begin_layout Plain Layout
43257
43258 }{
43259 \end_layout
43260
43261 \end_inset
43262
43263
43264 \begin_inset Phantom Phantom
43265 status open
43266
43267 \begin_layout Plain Layout
43268 W
43269 \end_layout
43270
43271 \end_inset
43272
43273
43274 \begin_inset ERT
43275 status collapsed
43276
43277 \begin_layout Plain Layout
43278
43279 }
43280 \end_layout
43281
43282 \end_inset
43283
43284  Goldenrod
43285 \end_layout
43286
43287 \end_inset
43288 </cell>
43289 <cell alignment="left" valignment="top" usebox="none">
43290 \begin_inset Text
43291
43292 \begin_layout Plain Layout
43293 \begin_inset ERT
43294 status collapsed
43295
43296 \begin_layout Plain Layout
43297
43298
43299 \backslash
43300 fcolorbox{black}{
43301 \end_layout
43302
43303 \end_inset
43304
43305 Gray
43306 \begin_inset ERT
43307 status collapsed
43308
43309 \begin_layout Plain Layout
43310
43311 }{
43312 \end_layout
43313
43314 \end_inset
43315
43316
43317 \begin_inset Phantom Phantom
43318 status open
43319
43320 \begin_layout Plain Layout
43321 W
43322 \end_layout
43323
43324 \end_inset
43325
43326
43327 \begin_inset ERT
43328 status collapsed
43329
43330 \begin_layout Plain Layout
43331
43332 }
43333 \end_layout
43334
43335 \end_inset
43336
43337  Gray
43338 \end_layout
43339
43340 \end_inset
43341 </cell>
43342 <cell alignment="left" valignment="top" usebox="none">
43343 \begin_inset Text
43344
43345 \begin_layout Plain Layout
43346 \begin_inset ERT
43347 status collapsed
43348
43349 \begin_layout Plain Layout
43350
43351
43352 \backslash
43353 fcolorbox{black}{
43354 \end_layout
43355
43356 \end_inset
43357
43358 GreenYellow
43359 \begin_inset ERT
43360 status collapsed
43361
43362 \begin_layout Plain Layout
43363
43364 }{
43365 \end_layout
43366
43367 \end_inset
43368
43369
43370 \begin_inset Phantom Phantom
43371 status open
43372
43373 \begin_layout Plain Layout
43374 W
43375 \end_layout
43376
43377 \end_inset
43378
43379
43380 \begin_inset ERT
43381 status collapsed
43382
43383 \begin_layout Plain Layout
43384
43385 }
43386 \end_layout
43387
43388 \end_inset
43389
43390  GreenYellow
43391 \end_layout
43392
43393 \end_inset
43394 </cell>
43395 </row>
43396 <row>
43397 <cell alignment="center" valignment="top" usebox="none">
43398 \begin_inset Text
43399
43400 \begin_layout Plain Layout
43401 \begin_inset ERT
43402 status collapsed
43403
43404 \begin_layout Plain Layout
43405
43406
43407 \backslash
43408 fcolorbox{black}{
43409 \end_layout
43410
43411 \end_inset
43412
43413 JungleGreen
43414 \begin_inset ERT
43415 status collapsed
43416
43417 \begin_layout Plain Layout
43418
43419 }{
43420 \end_layout
43421
43422 \end_inset
43423
43424
43425 \begin_inset Phantom Phantom
43426 status open
43427
43428 \begin_layout Plain Layout
43429 W
43430 \end_layout
43431
43432 \end_inset
43433
43434
43435 \begin_inset ERT
43436 status collapsed
43437
43438 \begin_layout Plain Layout
43439
43440 }
43441 \end_layout
43442
43443 \end_inset
43444
43445  JungleGreen
43446 \end_layout
43447
43448 \end_inset
43449 </cell>
43450 <cell alignment="center" valignment="top" usebox="none">
43451 \begin_inset Text
43452
43453 \begin_layout Plain Layout
43454 \begin_inset ERT
43455 status collapsed
43456
43457 \begin_layout Plain Layout
43458
43459
43460 \backslash
43461 fcolorbox{black}{
43462 \end_layout
43463
43464 \end_inset
43465
43466 Lavender
43467 \begin_inset ERT
43468 status collapsed
43469
43470 \begin_layout Plain Layout
43471
43472 }{
43473 \end_layout
43474
43475 \end_inset
43476
43477
43478 \begin_inset Phantom Phantom
43479 status open
43480
43481 \begin_layout Plain Layout
43482 W
43483 \end_layout
43484
43485 \end_inset
43486
43487
43488 \begin_inset ERT
43489 status collapsed
43490
43491 \begin_layout Plain Layout
43492
43493 }
43494 \end_layout
43495
43496 \end_inset
43497
43498  Lavender
43499 \end_layout
43500
43501 \end_inset
43502 </cell>
43503 <cell alignment="center" valignment="top" usebox="none">
43504 \begin_inset Text
43505
43506 \begin_layout Plain Layout
43507 \begin_inset ERT
43508 status collapsed
43509
43510 \begin_layout Plain Layout
43511
43512
43513 \backslash
43514 fcolorbox{black}{
43515 \end_layout
43516
43517 \end_inset
43518
43519 LimeGreen
43520 \begin_inset ERT
43521 status collapsed
43522
43523 \begin_layout Plain Layout
43524
43525 }{
43526 \end_layout
43527
43528 \end_inset
43529
43530
43531 \begin_inset Phantom Phantom
43532 status open
43533
43534 \begin_layout Plain Layout
43535 W
43536 \end_layout
43537
43538 \end_inset
43539
43540
43541 \begin_inset ERT
43542 status collapsed
43543
43544 \begin_layout Plain Layout
43545
43546 }
43547 \end_layout
43548
43549 \end_inset
43550
43551  LimeGreen
43552 \end_layout
43553
43554 \end_inset
43555 </cell>
43556 <cell alignment="center" valignment="top" usebox="none">
43557 \begin_inset Text
43558
43559 \begin_layout Plain Layout
43560 \begin_inset ERT
43561 status collapsed
43562
43563 \begin_layout Plain Layout
43564
43565
43566 \backslash
43567 fcolorbox{black}{
43568 \end_layout
43569
43570 \end_inset
43571
43572 Mahogany
43573 \begin_inset ERT
43574 status collapsed
43575
43576 \begin_layout Plain Layout
43577
43578 }{
43579 \end_layout
43580
43581 \end_inset
43582
43583
43584 \begin_inset Phantom Phantom
43585 status open
43586
43587 \begin_layout Plain Layout
43588 W
43589 \end_layout
43590
43591 \end_inset
43592
43593
43594 \begin_inset ERT
43595 status collapsed
43596
43597 \begin_layout Plain Layout
43598
43599 }
43600 \end_layout
43601
43602 \end_inset
43603
43604  Mahogany
43605 \end_layout
43606
43607 \end_inset
43608 </cell>
43609 </row>
43610 <row>
43611 <cell alignment="left" valignment="top" usebox="none">
43612 \begin_inset Text
43613
43614 \begin_layout Plain Layout
43615 \begin_inset ERT
43616 status collapsed
43617
43618 \begin_layout Plain Layout
43619
43620
43621 \backslash
43622 fcolorbox{black}{
43623 \end_layout
43624
43625 \end_inset
43626
43627 Mahogany
43628 \begin_inset ERT
43629 status collapsed
43630
43631 \begin_layout Plain Layout
43632
43633 }{
43634 \end_layout
43635
43636 \end_inset
43637
43638
43639 \begin_inset Phantom Phantom
43640 status open
43641
43642 \begin_layout Plain Layout
43643 W
43644 \end_layout
43645
43646 \end_inset
43647
43648
43649 \begin_inset ERT
43650 status collapsed
43651
43652 \begin_layout Plain Layout
43653
43654 }
43655 \end_layout
43656
43657 \end_inset
43658
43659  Mahogany
43660 \end_layout
43661
43662 \end_inset
43663 </cell>
43664 <cell alignment="left" valignment="top" usebox="none">
43665 \begin_inset Text
43666
43667 \begin_layout Plain Layout
43668 \begin_inset ERT
43669 status collapsed
43670
43671 \begin_layout Plain Layout
43672
43673
43674 \backslash
43675 fcolorbox{black}{
43676 \end_layout
43677
43678 \end_inset
43679
43680 Maroon
43681 \begin_inset ERT
43682 status collapsed
43683
43684 \begin_layout Plain Layout
43685
43686 }{
43687 \end_layout
43688
43689 \end_inset
43690
43691
43692 \begin_inset Phantom Phantom
43693 status open
43694
43695 \begin_layout Plain Layout
43696 W
43697 \end_layout
43698
43699 \end_inset
43700
43701
43702 \begin_inset ERT
43703 status collapsed
43704
43705 \begin_layout Plain Layout
43706
43707 }
43708 \end_layout
43709
43710 \end_inset
43711
43712  Maroon
43713 \end_layout
43714
43715 \end_inset
43716 </cell>
43717 <cell alignment="left" valignment="top" usebox="none">
43718 \begin_inset Text
43719
43720 \begin_layout Plain Layout
43721 \begin_inset ERT
43722 status collapsed
43723
43724 \begin_layout Plain Layout
43725
43726
43727 \backslash
43728 fcolorbox{black}{
43729 \end_layout
43730
43731 \end_inset
43732
43733 Melon
43734 \begin_inset ERT
43735 status collapsed
43736
43737 \begin_layout Plain Layout
43738
43739 }{
43740 \end_layout
43741
43742 \end_inset
43743
43744
43745 \begin_inset Phantom Phantom
43746 status open
43747
43748 \begin_layout Plain Layout
43749 W
43750 \end_layout
43751
43752 \end_inset
43753
43754
43755 \begin_inset ERT
43756 status collapsed
43757
43758 \begin_layout Plain Layout
43759
43760 }
43761 \end_layout
43762
43763 \end_inset
43764
43765  Melon
43766 \end_layout
43767
43768 \end_inset
43769 </cell>
43770 <cell alignment="left" valignment="top" usebox="none">
43771 \begin_inset Text
43772
43773 \begin_layout Plain Layout
43774 \begin_inset ERT
43775 status collapsed
43776
43777 \begin_layout Plain Layout
43778
43779
43780 \backslash
43781 fcolorbox{black}{
43782 \end_layout
43783
43784 \end_inset
43785
43786 MidnightBlue
43787 \begin_inset ERT
43788 status collapsed
43789
43790 \begin_layout Plain Layout
43791
43792 }{
43793 \end_layout
43794
43795 \end_inset
43796
43797
43798 \begin_inset Phantom Phantom
43799 status open
43800
43801 \begin_layout Plain Layout
43802 W
43803 \end_layout
43804
43805 \end_inset
43806
43807
43808 \begin_inset ERT
43809 status collapsed
43810
43811 \begin_layout Plain Layout
43812
43813 }
43814 \end_layout
43815
43816 \end_inset
43817
43818  MidnightBlue
43819 \end_layout
43820
43821 \end_inset
43822 </cell>
43823 </row>
43824 <row>
43825 <cell alignment="left" valignment="top" usebox="none">
43826 \begin_inset Text
43827
43828 \begin_layout Plain Layout
43829 \begin_inset ERT
43830 status collapsed
43831
43832 \begin_layout Plain Layout
43833
43834
43835 \backslash
43836 fcolorbox{black}{
43837 \end_layout
43838
43839 \end_inset
43840
43841 Mulberry
43842 \begin_inset ERT
43843 status collapsed
43844
43845 \begin_layout Plain Layout
43846
43847 }{
43848 \end_layout
43849
43850 \end_inset
43851
43852
43853 \begin_inset Phantom Phantom
43854 status open
43855
43856 \begin_layout Plain Layout
43857 W
43858 \end_layout
43859
43860 \end_inset
43861
43862
43863 \begin_inset ERT
43864 status collapsed
43865
43866 \begin_layout Plain Layout
43867
43868 }
43869 \end_layout
43870
43871 \end_inset
43872
43873  Mulberry
43874 \end_layout
43875
43876 \end_inset
43877 </cell>
43878 <cell alignment="left" valignment="top" usebox="none">
43879 \begin_inset Text
43880
43881 \begin_layout Plain Layout
43882 \begin_inset ERT
43883 status collapsed
43884
43885 \begin_layout Plain Layout
43886
43887
43888 \backslash
43889 fcolorbox{black}{
43890 \end_layout
43891
43892 \end_inset
43893
43894 NavyBlue
43895 \begin_inset ERT
43896 status collapsed
43897
43898 \begin_layout Plain Layout
43899
43900 }{
43901 \end_layout
43902
43903 \end_inset
43904
43905
43906 \begin_inset Phantom Phantom
43907 status open
43908
43909 \begin_layout Plain Layout
43910 W
43911 \end_layout
43912
43913 \end_inset
43914
43915
43916 \begin_inset ERT
43917 status collapsed
43918
43919 \begin_layout Plain Layout
43920
43921 }
43922 \end_layout
43923
43924 \end_inset
43925
43926  NavyBlue
43927 \end_layout
43928
43929 \end_inset
43930 </cell>
43931 <cell alignment="left" valignment="top" usebox="none">
43932 \begin_inset Text
43933
43934 \begin_layout Plain Layout
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940
43941 \backslash
43942 fcolorbox{black}{
43943 \end_layout
43944
43945 \end_inset
43946
43947 OliveGreen
43948 \begin_inset ERT
43949 status collapsed
43950
43951 \begin_layout Plain Layout
43952
43953 }{
43954 \end_layout
43955
43956 \end_inset
43957
43958
43959 \begin_inset Phantom Phantom
43960 status open
43961
43962 \begin_layout Plain Layout
43963 W
43964 \end_layout
43965
43966 \end_inset
43967
43968
43969 \begin_inset ERT
43970 status collapsed
43971
43972 \begin_layout Plain Layout
43973
43974 }
43975 \end_layout
43976
43977 \end_inset
43978
43979  OliveGreen
43980 \end_layout
43981
43982 \end_inset
43983 </cell>
43984 <cell alignment="left" valignment="top" usebox="none">
43985 \begin_inset Text
43986
43987 \begin_layout Plain Layout
43988 \begin_inset ERT
43989 status collapsed
43990
43991 \begin_layout Plain Layout
43992
43993
43994 \backslash
43995 fcolorbox{black}{
43996 \end_layout
43997
43998 \end_inset
43999
44000 Orange
44001 \begin_inset ERT
44002 status collapsed
44003
44004 \begin_layout Plain Layout
44005
44006 }{
44007 \end_layout
44008
44009 \end_inset
44010
44011
44012 \begin_inset Phantom Phantom
44013 status open
44014
44015 \begin_layout Plain Layout
44016 W
44017 \end_layout
44018
44019 \end_inset
44020
44021
44022 \begin_inset ERT
44023 status collapsed
44024
44025 \begin_layout Plain Layout
44026
44027 }
44028 \end_layout
44029
44030 \end_inset
44031
44032  Orange
44033 \end_layout
44034
44035 \end_inset
44036 </cell>
44037 </row>
44038 <row>
44039 <cell alignment="left" valignment="top" usebox="none">
44040 \begin_inset Text
44041
44042 \begin_layout Plain Layout
44043 \begin_inset ERT
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048
44049 \backslash
44050 fcolorbox{black}{
44051 \end_layout
44052
44053 \end_inset
44054
44055 OrangeRed
44056 \begin_inset ERT
44057 status collapsed
44058
44059 \begin_layout Plain Layout
44060
44061 }{
44062 \end_layout
44063
44064 \end_inset
44065
44066
44067 \begin_inset Phantom Phantom
44068 status open
44069
44070 \begin_layout Plain Layout
44071 W
44072 \end_layout
44073
44074 \end_inset
44075
44076
44077 \begin_inset ERT
44078 status collapsed
44079
44080 \begin_layout Plain Layout
44081
44082 }
44083 \end_layout
44084
44085 \end_inset
44086
44087  OrangeRed
44088 \end_layout
44089
44090 \end_inset
44091 </cell>
44092 <cell alignment="left" valignment="top" usebox="none">
44093 \begin_inset Text
44094
44095 \begin_layout Plain Layout
44096 \begin_inset ERT
44097 status collapsed
44098
44099 \begin_layout Plain Layout
44100
44101
44102 \backslash
44103 fcolorbox{black}{
44104 \end_layout
44105
44106 \end_inset
44107
44108 Orchid
44109 \begin_inset ERT
44110 status collapsed
44111
44112 \begin_layout Plain Layout
44113
44114 }{
44115 \end_layout
44116
44117 \end_inset
44118
44119
44120 \begin_inset Phantom Phantom
44121 status open
44122
44123 \begin_layout Plain Layout
44124 W
44125 \end_layout
44126
44127 \end_inset
44128
44129
44130 \begin_inset ERT
44131 status collapsed
44132
44133 \begin_layout Plain Layout
44134
44135 }
44136 \end_layout
44137
44138 \end_inset
44139
44140  Orchid
44141 \end_layout
44142
44143 \end_inset
44144 </cell>
44145 <cell alignment="left" valignment="top" usebox="none">
44146 \begin_inset Text
44147
44148 \begin_layout Plain Layout
44149 \begin_inset ERT
44150 status collapsed
44151
44152 \begin_layout Plain Layout
44153
44154
44155 \backslash
44156 fcolorbox{black}{
44157 \end_layout
44158
44159 \end_inset
44160
44161 Peach
44162 \begin_inset ERT
44163 status collapsed
44164
44165 \begin_layout Plain Layout
44166
44167 }{
44168 \end_layout
44169
44170 \end_inset
44171
44172
44173 \begin_inset Phantom Phantom
44174 status open
44175
44176 \begin_layout Plain Layout
44177 W
44178 \end_layout
44179
44180 \end_inset
44181
44182
44183 \begin_inset ERT
44184 status collapsed
44185
44186 \begin_layout Plain Layout
44187
44188 }
44189 \end_layout
44190
44191 \end_inset
44192
44193  Peach
44194 \end_layout
44195
44196 \end_inset
44197 </cell>
44198 <cell alignment="left" valignment="top" usebox="none">
44199 \begin_inset Text
44200
44201 \begin_layout Plain Layout
44202 \begin_inset ERT
44203 status collapsed
44204
44205 \begin_layout Plain Layout
44206
44207
44208 \backslash
44209 fcolorbox{black}{
44210 \end_layout
44211
44212 \end_inset
44213
44214 Periwinkle
44215 \begin_inset ERT
44216 status collapsed
44217
44218 \begin_layout Plain Layout
44219
44220 }{
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \begin_inset Phantom Phantom
44227 status open
44228
44229 \begin_layout Plain Layout
44230 W
44231 \end_layout
44232
44233 \end_inset
44234
44235
44236 \begin_inset ERT
44237 status collapsed
44238
44239 \begin_layout Plain Layout
44240
44241 }
44242 \end_layout
44243
44244 \end_inset
44245
44246  Periwinkle
44247 \end_layout
44248
44249 \end_inset
44250 </cell>
44251 </row>
44252 <row>
44253 <cell alignment="left" valignment="top" usebox="none">
44254 \begin_inset Text
44255
44256 \begin_layout Plain Layout
44257 \begin_inset ERT
44258 status collapsed
44259
44260 \begin_layout Plain Layout
44261
44262
44263 \backslash
44264 fcolorbox{black}{
44265 \end_layout
44266
44267 \end_inset
44268
44269 PineGreen
44270 \begin_inset ERT
44271 status collapsed
44272
44273 \begin_layout Plain Layout
44274
44275 }{
44276 \end_layout
44277
44278 \end_inset
44279
44280
44281 \begin_inset Phantom Phantom
44282 status open
44283
44284 \begin_layout Plain Layout
44285 W
44286 \end_layout
44287
44288 \end_inset
44289
44290
44291 \begin_inset ERT
44292 status collapsed
44293
44294 \begin_layout Plain Layout
44295
44296 }
44297 \end_layout
44298
44299 \end_inset
44300
44301  PineGreen
44302 \end_layout
44303
44304 \end_inset
44305 </cell>
44306 <cell alignment="left" valignment="top" usebox="none">
44307 \begin_inset Text
44308
44309 \begin_layout Plain Layout
44310 \begin_inset ERT
44311 status collapsed
44312
44313 \begin_layout Plain Layout
44314
44315
44316 \backslash
44317 fcolorbox{black}{
44318 \end_layout
44319
44320 \end_inset
44321
44322 Plum
44323 \begin_inset ERT
44324 status collapsed
44325
44326 \begin_layout Plain Layout
44327
44328 }{
44329 \end_layout
44330
44331 \end_inset
44332
44333
44334 \begin_inset Phantom Phantom
44335 status open
44336
44337 \begin_layout Plain Layout
44338 W
44339 \end_layout
44340
44341 \end_inset
44342
44343
44344 \begin_inset ERT
44345 status collapsed
44346
44347 \begin_layout Plain Layout
44348
44349 }
44350 \end_layout
44351
44352 \end_inset
44353
44354  Plum
44355 \end_layout
44356
44357 \end_inset
44358 </cell>
44359 <cell alignment="left" valignment="top" usebox="none">
44360 \begin_inset Text
44361
44362 \begin_layout Plain Layout
44363 \begin_inset ERT
44364 status collapsed
44365
44366 \begin_layout Plain Layout
44367
44368
44369 \backslash
44370 fcolorbox{black}{
44371 \end_layout
44372
44373 \end_inset
44374
44375 ProcessBlue
44376 \begin_inset ERT
44377 status collapsed
44378
44379 \begin_layout Plain Layout
44380
44381 }{
44382 \end_layout
44383
44384 \end_inset
44385
44386
44387 \begin_inset Phantom Phantom
44388 status open
44389
44390 \begin_layout Plain Layout
44391 W
44392 \end_layout
44393
44394 \end_inset
44395
44396
44397 \begin_inset ERT
44398 status collapsed
44399
44400 \begin_layout Plain Layout
44401
44402 }
44403 \end_layout
44404
44405 \end_inset
44406
44407  ProcessBlue
44408 \end_layout
44409
44410 \end_inset
44411 </cell>
44412 <cell alignment="left" valignment="top" usebox="none">
44413 \begin_inset Text
44414
44415 \begin_layout Plain Layout
44416 \begin_inset ERT
44417 status collapsed
44418
44419 \begin_layout Plain Layout
44420
44421
44422 \backslash
44423 fcolorbox{black}{
44424 \end_layout
44425
44426 \end_inset
44427
44428 Purple
44429 \begin_inset ERT
44430 status collapsed
44431
44432 \begin_layout Plain Layout
44433
44434 }{
44435 \end_layout
44436
44437 \end_inset
44438
44439
44440 \begin_inset Phantom Phantom
44441 status open
44442
44443 \begin_layout Plain Layout
44444 W
44445 \end_layout
44446
44447 \end_inset
44448
44449
44450 \begin_inset ERT
44451 status collapsed
44452
44453 \begin_layout Plain Layout
44454
44455 }
44456 \end_layout
44457
44458 \end_inset
44459
44460  Purple
44461 \end_layout
44462
44463 \end_inset
44464 </cell>
44465 </row>
44466 <row>
44467 <cell alignment="left" valignment="top" usebox="none">
44468 \begin_inset Text
44469
44470 \begin_layout Plain Layout
44471 \begin_inset ERT
44472 status collapsed
44473
44474 \begin_layout Plain Layout
44475
44476
44477 \backslash
44478 fcolorbox{black}{
44479 \end_layout
44480
44481 \end_inset
44482
44483 RawSienna
44484 \begin_inset ERT
44485 status collapsed
44486
44487 \begin_layout Plain Layout
44488
44489 }{
44490 \end_layout
44491
44492 \end_inset
44493
44494
44495 \begin_inset Phantom Phantom
44496 status open
44497
44498 \begin_layout Plain Layout
44499 W
44500 \end_layout
44501
44502 \end_inset
44503
44504
44505 \begin_inset ERT
44506 status collapsed
44507
44508 \begin_layout Plain Layout
44509
44510 }
44511 \end_layout
44512
44513 \end_inset
44514
44515  RawSienna
44516 \end_layout
44517
44518 \end_inset
44519 </cell>
44520 <cell alignment="left" valignment="top" usebox="none">
44521 \begin_inset Text
44522
44523 \begin_layout Plain Layout
44524 \begin_inset ERT
44525 status collapsed
44526
44527 \begin_layout Plain Layout
44528
44529
44530 \backslash
44531 fcolorbox{black}{
44532 \end_layout
44533
44534 \end_inset
44535
44536 RedOrange
44537 \begin_inset ERT
44538 status collapsed
44539
44540 \begin_layout Plain Layout
44541
44542 }{
44543 \end_layout
44544
44545 \end_inset
44546
44547
44548 \begin_inset Phantom Phantom
44549 status open
44550
44551 \begin_layout Plain Layout
44552 W
44553 \end_layout
44554
44555 \end_inset
44556
44557
44558 \begin_inset ERT
44559 status collapsed
44560
44561 \begin_layout Plain Layout
44562
44563 }
44564 \end_layout
44565
44566 \end_inset
44567
44568  RedOrange
44569 \end_layout
44570
44571 \end_inset
44572 </cell>
44573 <cell alignment="left" valignment="top" usebox="none">
44574 \begin_inset Text
44575
44576 \begin_layout Plain Layout
44577 \begin_inset ERT
44578 status collapsed
44579
44580 \begin_layout Plain Layout
44581
44582
44583 \backslash
44584 fcolorbox{black}{
44585 \end_layout
44586
44587 \end_inset
44588
44589 RedViolet
44590 \begin_inset ERT
44591 status collapsed
44592
44593 \begin_layout Plain Layout
44594
44595 }{
44596 \end_layout
44597
44598 \end_inset
44599
44600
44601 \begin_inset Phantom Phantom
44602 status open
44603
44604 \begin_layout Plain Layout
44605 W
44606 \end_layout
44607
44608 \end_inset
44609
44610
44611 \begin_inset ERT
44612 status collapsed
44613
44614 \begin_layout Plain Layout
44615
44616 }
44617 \end_layout
44618
44619 \end_inset
44620
44621  RedViolet
44622 \end_layout
44623
44624 \end_inset
44625 </cell>
44626 <cell alignment="left" valignment="top" usebox="none">
44627 \begin_inset Text
44628
44629 \begin_layout Plain Layout
44630 \begin_inset ERT
44631 status collapsed
44632
44633 \begin_layout Plain Layout
44634
44635
44636 \backslash
44637 fcolorbox{black}{
44638 \end_layout
44639
44640 \end_inset
44641
44642 Rhodamine
44643 \begin_inset ERT
44644 status collapsed
44645
44646 \begin_layout Plain Layout
44647
44648 }{
44649 \end_layout
44650
44651 \end_inset
44652
44653
44654 \begin_inset Phantom Phantom
44655 status open
44656
44657 \begin_layout Plain Layout
44658 W
44659 \end_layout
44660
44661 \end_inset
44662
44663
44664 \begin_inset ERT
44665 status collapsed
44666
44667 \begin_layout Plain Layout
44668
44669 }
44670 \end_layout
44671
44672 \end_inset
44673
44674  Rhodamine
44675 \end_layout
44676
44677 \end_inset
44678 </cell>
44679 </row>
44680 <row>
44681 <cell alignment="left" valignment="top" usebox="none">
44682 \begin_inset Text
44683
44684 \begin_layout Plain Layout
44685 \begin_inset ERT
44686 status collapsed
44687
44688 \begin_layout Plain Layout
44689
44690
44691 \backslash
44692 fcolorbox{black}{
44693 \end_layout
44694
44695 \end_inset
44696
44697 RoyalBlue
44698 \begin_inset ERT
44699 status collapsed
44700
44701 \begin_layout Plain Layout
44702
44703 }{
44704 \end_layout
44705
44706 \end_inset
44707
44708
44709 \begin_inset Phantom Phantom
44710 status open
44711
44712 \begin_layout Plain Layout
44713 W
44714 \end_layout
44715
44716 \end_inset
44717
44718
44719 \begin_inset ERT
44720 status collapsed
44721
44722 \begin_layout Plain Layout
44723
44724 }
44725 \end_layout
44726
44727 \end_inset
44728
44729  RoyalBlue
44730 \end_layout
44731
44732 \end_inset
44733 </cell>
44734 <cell alignment="left" valignment="top" usebox="none">
44735 \begin_inset Text
44736
44737 \begin_layout Plain Layout
44738 \begin_inset ERT
44739 status collapsed
44740
44741 \begin_layout Plain Layout
44742
44743
44744 \backslash
44745 fcolorbox{black}{
44746 \end_layout
44747
44748 \end_inset
44749
44750 RoyalPurple
44751 \begin_inset ERT
44752 status collapsed
44753
44754 \begin_layout Plain Layout
44755
44756 }{
44757 \end_layout
44758
44759 \end_inset
44760
44761
44762 \begin_inset Phantom Phantom
44763 status open
44764
44765 \begin_layout Plain Layout
44766 W
44767 \end_layout
44768
44769 \end_inset
44770
44771
44772 \begin_inset ERT
44773 status collapsed
44774
44775 \begin_layout Plain Layout
44776
44777 }
44778 \end_layout
44779
44780 \end_inset
44781
44782  RoyalPurple
44783 \end_layout
44784
44785 \end_inset
44786 </cell>
44787 <cell alignment="left" valignment="top" usebox="none">
44788 \begin_inset Text
44789
44790 \begin_layout Plain Layout
44791 \begin_inset ERT
44792 status collapsed
44793
44794 \begin_layout Plain Layout
44795
44796
44797 \backslash
44798 fcolorbox{black}{
44799 \end_layout
44800
44801 \end_inset
44802
44803 RubineRed
44804 \begin_inset ERT
44805 status collapsed
44806
44807 \begin_layout Plain Layout
44808
44809 }{
44810 \end_layout
44811
44812 \end_inset
44813
44814
44815 \begin_inset Phantom Phantom
44816 status open
44817
44818 \begin_layout Plain Layout
44819 W
44820 \end_layout
44821
44822 \end_inset
44823
44824
44825 \begin_inset ERT
44826 status collapsed
44827
44828 \begin_layout Plain Layout
44829
44830 }
44831 \end_layout
44832
44833 \end_inset
44834
44835  RubineRed
44836 \end_layout
44837
44838 \end_inset
44839 </cell>
44840 <cell alignment="left" valignment="top" usebox="none">
44841 \begin_inset Text
44842
44843 \begin_layout Plain Layout
44844 \begin_inset ERT
44845 status collapsed
44846
44847 \begin_layout Plain Layout
44848
44849
44850 \backslash
44851 fcolorbox{black}{
44852 \end_layout
44853
44854 \end_inset
44855
44856 Salmon
44857 \begin_inset ERT
44858 status collapsed
44859
44860 \begin_layout Plain Layout
44861
44862 }{
44863 \end_layout
44864
44865 \end_inset
44866
44867
44868 \begin_inset Phantom Phantom
44869 status open
44870
44871 \begin_layout Plain Layout
44872 W
44873 \end_layout
44874
44875 \end_inset
44876
44877
44878 \begin_inset ERT
44879 status collapsed
44880
44881 \begin_layout Plain Layout
44882
44883 }
44884 \end_layout
44885
44886 \end_inset
44887
44888  Salmon
44889 \end_layout
44890
44891 \end_inset
44892 </cell>
44893 </row>
44894 <row>
44895 <cell alignment="left" valignment="top" usebox="none">
44896 \begin_inset Text
44897
44898 \begin_layout Plain Layout
44899 \begin_inset ERT
44900 status collapsed
44901
44902 \begin_layout Plain Layout
44903
44904
44905 \backslash
44906 fcolorbox{black}{
44907 \end_layout
44908
44909 \end_inset
44910
44911 SeaGreen
44912 \begin_inset ERT
44913 status collapsed
44914
44915 \begin_layout Plain Layout
44916
44917 }{
44918 \end_layout
44919
44920 \end_inset
44921
44922
44923 \begin_inset Phantom Phantom
44924 status open
44925
44926 \begin_layout Plain Layout
44927 W
44928 \end_layout
44929
44930 \end_inset
44931
44932
44933 \begin_inset ERT
44934 status collapsed
44935
44936 \begin_layout Plain Layout
44937
44938 }
44939 \end_layout
44940
44941 \end_inset
44942
44943  SeaGreen
44944 \end_layout
44945
44946 \end_inset
44947 </cell>
44948 <cell alignment="left" valignment="top" usebox="none">
44949 \begin_inset Text
44950
44951 \begin_layout Plain Layout
44952 \begin_inset ERT
44953 status collapsed
44954
44955 \begin_layout Plain Layout
44956
44957
44958 \backslash
44959 fcolorbox{black}{
44960 \end_layout
44961
44962 \end_inset
44963
44964 Sepia
44965 \begin_inset ERT
44966 status collapsed
44967
44968 \begin_layout Plain Layout
44969
44970 }{
44971 \end_layout
44972
44973 \end_inset
44974
44975
44976 \begin_inset Phantom Phantom
44977 status open
44978
44979 \begin_layout Plain Layout
44980 W
44981 \end_layout
44982
44983 \end_inset
44984
44985
44986 \begin_inset ERT
44987 status collapsed
44988
44989 \begin_layout Plain Layout
44990
44991 }
44992 \end_layout
44993
44994 \end_inset
44995
44996  Sepia
44997 \end_layout
44998
44999 \end_inset
45000 </cell>
45001 <cell alignment="left" valignment="top" usebox="none">
45002 \begin_inset Text
45003
45004 \begin_layout Plain Layout
45005 \begin_inset ERT
45006 status collapsed
45007
45008 \begin_layout Plain Layout
45009
45010
45011 \backslash
45012 fcolorbox{black}{
45013 \end_layout
45014
45015 \end_inset
45016
45017 SkyBlue
45018 \begin_inset ERT
45019 status collapsed
45020
45021 \begin_layout Plain Layout
45022
45023 }{
45024 \end_layout
45025
45026 \end_inset
45027
45028
45029 \begin_inset Phantom Phantom
45030 status open
45031
45032 \begin_layout Plain Layout
45033 W
45034 \end_layout
45035
45036 \end_inset
45037
45038
45039 \begin_inset ERT
45040 status collapsed
45041
45042 \begin_layout Plain Layout
45043
45044 }
45045 \end_layout
45046
45047 \end_inset
45048
45049  SkyBlue
45050 \end_layout
45051
45052 \end_inset
45053 </cell>
45054 <cell alignment="left" valignment="top" usebox="none">
45055 \begin_inset Text
45056
45057 \begin_layout Plain Layout
45058 \begin_inset ERT
45059 status collapsed
45060
45061 \begin_layout Plain Layout
45062
45063
45064 \backslash
45065 fcolorbox{black}{
45066 \end_layout
45067
45068 \end_inset
45069
45070 SpringGreen
45071 \begin_inset ERT
45072 status collapsed
45073
45074 \begin_layout Plain Layout
45075
45076 }{
45077 \end_layout
45078
45079 \end_inset
45080
45081
45082 \begin_inset Phantom Phantom
45083 status open
45084
45085 \begin_layout Plain Layout
45086 W
45087 \end_layout
45088
45089 \end_inset
45090
45091
45092 \begin_inset ERT
45093 status collapsed
45094
45095 \begin_layout Plain Layout
45096
45097 }
45098 \end_layout
45099
45100 \end_inset
45101
45102  SpringGreen
45103 \end_layout
45104
45105 \end_inset
45106 </cell>
45107 </row>
45108 <row>
45109 <cell alignment="left" valignment="top" usebox="none">
45110 \begin_inset Text
45111
45112 \begin_layout Plain Layout
45113 \begin_inset ERT
45114 status collapsed
45115
45116 \begin_layout Plain Layout
45117
45118
45119 \backslash
45120 fcolorbox{black}{
45121 \end_layout
45122
45123 \end_inset
45124
45125 Tan
45126 \begin_inset ERT
45127 status collapsed
45128
45129 \begin_layout Plain Layout
45130
45131 }{
45132 \end_layout
45133
45134 \end_inset
45135
45136
45137 \begin_inset Phantom Phantom
45138 status open
45139
45140 \begin_layout Plain Layout
45141 W
45142 \end_layout
45143
45144 \end_inset
45145
45146
45147 \begin_inset ERT
45148 status collapsed
45149
45150 \begin_layout Plain Layout
45151
45152 }
45153 \end_layout
45154
45155 \end_inset
45156
45157  Tan
45158 \end_layout
45159
45160 \end_inset
45161 </cell>
45162 <cell alignment="left" valignment="top" usebox="none">
45163 \begin_inset Text
45164
45165 \begin_layout Plain Layout
45166 \begin_inset ERT
45167 status collapsed
45168
45169 \begin_layout Plain Layout
45170
45171
45172 \backslash
45173 fcolorbox{black}{
45174 \end_layout
45175
45176 \end_inset
45177
45178 TealBlue
45179 \begin_inset ERT
45180 status collapsed
45181
45182 \begin_layout Plain Layout
45183
45184 }{
45185 \end_layout
45186
45187 \end_inset
45188
45189
45190 \begin_inset Phantom Phantom
45191 status open
45192
45193 \begin_layout Plain Layout
45194 W
45195 \end_layout
45196
45197 \end_inset
45198
45199
45200 \begin_inset ERT
45201 status collapsed
45202
45203 \begin_layout Plain Layout
45204
45205 }
45206 \end_layout
45207
45208 \end_inset
45209
45210  TealBlue
45211 \end_layout
45212
45213 \end_inset
45214 </cell>
45215 <cell alignment="left" valignment="top" usebox="none">
45216 \begin_inset Text
45217
45218 \begin_layout Plain Layout
45219 \begin_inset ERT
45220 status collapsed
45221
45222 \begin_layout Plain Layout
45223
45224
45225 \backslash
45226 fcolorbox{black}{
45227 \end_layout
45228
45229 \end_inset
45230
45231 Thistle
45232 \begin_inset ERT
45233 status collapsed
45234
45235 \begin_layout Plain Layout
45236
45237 }{
45238 \end_layout
45239
45240 \end_inset
45241
45242
45243 \begin_inset Phantom Phantom
45244 status open
45245
45246 \begin_layout Plain Layout
45247 W
45248 \end_layout
45249
45250 \end_inset
45251
45252
45253 \begin_inset ERT
45254 status collapsed
45255
45256 \begin_layout Plain Layout
45257
45258 }
45259 \end_layout
45260
45261 \end_inset
45262
45263  Thistle
45264 \end_layout
45265
45266 \end_inset
45267 </cell>
45268 <cell alignment="left" valignment="top" usebox="none">
45269 \begin_inset Text
45270
45271 \begin_layout Plain Layout
45272 \begin_inset ERT
45273 status collapsed
45274
45275 \begin_layout Plain Layout
45276
45277
45278 \backslash
45279 fcolorbox{black}{
45280 \end_layout
45281
45282 \end_inset
45283
45284 Turquoise
45285 \begin_inset ERT
45286 status collapsed
45287
45288 \begin_layout Plain Layout
45289
45290 }{
45291 \end_layout
45292
45293 \end_inset
45294
45295
45296 \begin_inset Phantom Phantom
45297 status open
45298
45299 \begin_layout Plain Layout
45300 W
45301 \end_layout
45302
45303 \end_inset
45304
45305
45306 \begin_inset ERT
45307 status collapsed
45308
45309 \begin_layout Plain Layout
45310
45311 }
45312 \end_layout
45313
45314 \end_inset
45315
45316  Turquoise
45317 \end_layout
45318
45319 \end_inset
45320 </cell>
45321 </row>
45322 <row>
45323 <cell alignment="left" valignment="top" usebox="none">
45324 \begin_inset Text
45325
45326 \begin_layout Plain Layout
45327 \begin_inset ERT
45328 status collapsed
45329
45330 \begin_layout Plain Layout
45331
45332
45333 \backslash
45334 fcolorbox{black}{
45335 \end_layout
45336
45337 \end_inset
45338
45339 Violet
45340 \begin_inset ERT
45341 status collapsed
45342
45343 \begin_layout Plain Layout
45344
45345 }{
45346 \end_layout
45347
45348 \end_inset
45349
45350
45351 \begin_inset Phantom Phantom
45352 status open
45353
45354 \begin_layout Plain Layout
45355 W
45356 \end_layout
45357
45358 \end_inset
45359
45360
45361 \begin_inset ERT
45362 status collapsed
45363
45364 \begin_layout Plain Layout
45365
45366 }
45367 \end_layout
45368
45369 \end_inset
45370
45371  Violet
45372 \end_layout
45373
45374 \end_inset
45375 </cell>
45376 <cell alignment="left" valignment="top" usebox="none">
45377 \begin_inset Text
45378
45379 \begin_layout Plain Layout
45380 \begin_inset ERT
45381 status collapsed
45382
45383 \begin_layout Plain Layout
45384
45385
45386 \backslash
45387 fcolorbox{black}{
45388 \end_layout
45389
45390 \end_inset
45391
45392 VioletRed
45393 \begin_inset ERT
45394 status collapsed
45395
45396 \begin_layout Plain Layout
45397
45398 }{
45399 \end_layout
45400
45401 \end_inset
45402
45403
45404 \begin_inset Phantom Phantom
45405 status open
45406
45407 \begin_layout Plain Layout
45408 W
45409 \end_layout
45410
45411 \end_inset
45412
45413
45414 \begin_inset ERT
45415 status collapsed
45416
45417 \begin_layout Plain Layout
45418
45419 }
45420 \end_layout
45421
45422 \end_inset
45423
45424  VioletRed
45425 \end_layout
45426
45427 \end_inset
45428 </cell>
45429 <cell alignment="left" valignment="top" usebox="none">
45430 \begin_inset Text
45431
45432 \begin_layout Plain Layout
45433 \begin_inset ERT
45434 status collapsed
45435
45436 \begin_layout Plain Layout
45437
45438
45439 \backslash
45440 fcolorbox{black}{
45441 \end_layout
45442
45443 \end_inset
45444
45445 WildStrawberry
45446 \begin_inset ERT
45447 status collapsed
45448
45449 \begin_layout Plain Layout
45450
45451 }{
45452 \end_layout
45453
45454 \end_inset
45455
45456
45457 \begin_inset Phantom Phantom
45458 status open
45459
45460 \begin_layout Plain Layout
45461 W
45462 \end_layout
45463
45464 \end_inset
45465
45466
45467 \begin_inset ERT
45468 status collapsed
45469
45470 \begin_layout Plain Layout
45471
45472 }
45473 \end_layout
45474
45475 \end_inset
45476
45477  WildStrawberry
45478 \end_layout
45479
45480 \end_inset
45481 </cell>
45482 <cell alignment="left" valignment="top" usebox="none">
45483 \begin_inset Text
45484
45485 \begin_layout Plain Layout
45486 \begin_inset ERT
45487 status collapsed
45488
45489 \begin_layout Plain Layout
45490
45491
45492 \backslash
45493 fcolorbox{black}{
45494 \end_layout
45495
45496 \end_inset
45497
45498 YellowGreen
45499 \begin_inset ERT
45500 status collapsed
45501
45502 \begin_layout Plain Layout
45503
45504 }{
45505 \end_layout
45506
45507 \end_inset
45508
45509
45510 \begin_inset Phantom Phantom
45511 status open
45512
45513 \begin_layout Plain Layout
45514 W
45515 \end_layout
45516
45517 \end_inset
45518
45519
45520 \begin_inset ERT
45521 status collapsed
45522
45523 \begin_layout Plain Layout
45524
45525 }
45526 \end_layout
45527
45528 \end_inset
45529
45530  YellowGreen
45531 \end_layout
45532
45533 \end_inset
45534 </cell>
45535 </row>
45536 <row>
45537 <cell alignment="left" valignment="top" usebox="none">
45538 \begin_inset Text
45539
45540 \begin_layout Plain Layout
45541 \begin_inset ERT
45542 status collapsed
45543
45544 \begin_layout Plain Layout
45545
45546
45547 \backslash
45548 fcolorbox{black}{
45549 \end_layout
45550
45551 \end_inset
45552
45553 YellowOrange
45554 \begin_inset ERT
45555 status collapsed
45556
45557 \begin_layout Plain Layout
45558
45559 }{
45560 \end_layout
45561
45562 \end_inset
45563
45564
45565 \begin_inset Phantom Phantom
45566 status open
45567
45568 \begin_layout Plain Layout
45569 W
45570 \end_layout
45571
45572 \end_inset
45573
45574
45575 \begin_inset ERT
45576 status collapsed
45577
45578 \begin_layout Plain Layout
45579
45580 }
45581 \end_layout
45582
45583 \end_inset
45584
45585  YellowOrange
45586 \end_layout
45587
45588 \end_inset
45589 </cell>
45590 <cell alignment="left" valignment="top" usebox="none">
45591 \begin_inset Text
45592
45593 \begin_layout Plain Layout
45594
45595 \end_layout
45596
45597 \end_inset
45598 </cell>
45599 <cell alignment="left" valignment="top" usebox="none">
45600 \begin_inset Text
45601
45602 \begin_layout Plain Layout
45603
45604 \end_layout
45605
45606 \end_inset
45607 </cell>
45608 <cell alignment="left" valignment="top" usebox="none">
45609 \begin_inset Text
45610
45611 \begin_layout Plain Layout
45612
45613 \end_layout
45614
45615 \end_inset
45616 </cell>
45617 </row>
45618 </lyxtabular>
45619
45620 \end_inset
45621
45622
45623 \end_layout
45624
45625 \begin_layout Chapter
45626 Explication de l' équation
45627 \begin_inset space ~
45628 \end_inset
45629
45630 (
45631 \begin_inset CommandInset ref
45632 LatexCommand ref
45633 reference "eq:Wgn"
45634
45635 \end_inset
45636
45637 )
45638 \begin_inset CommandInset label
45639 LatexCommand label
45640 name "cha:Explication-de-l'Equation"
45641
45642 \end_inset
45643
45644
45645 \end_layout
45646
45647 \begin_layout Standard
45648 La largeur totale de 
45649 \emph on
45650 n
45651 \emph default
45652  cellules de tableau 
45653 \begin_inset Formula $L_{\mathrm{tot\,n}}$
45654 \end_inset
45655
45656  peut être calculée avec
45657 \begin_inset Formula 
45658 \begin{equation}
45659 L_{\mathrm{tot}\,n}=n\cdot(L_{g\,n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
45660 \end{equation}
45661
45662 \end_inset
45663
45664
45665 \end_layout
45666
45667 \begin_layout Standard
45668 où 
45669 \begin_inset Formula $L_{g\,n}$
45670 \end_inset
45671
45672  est la largeur fixe de toutes les cellules.
45673  
45674 \series bold
45675
45676 \backslash
45677 tabcolsep
45678 \series default
45679  est la largeur utilisée par \SpecialChar LaTeX
45680  entre le texte de la cellule et la bordure,
45681  sa valeur implicite est 6
45682 \begin_inset space \thinspace{}
45683 \end_inset
45684
45685 pt.
45686  
45687 \series bold
45688
45689 \backslash
45690 arrayrulewidth
45691 \series default
45692  est l'épaisseur de la bordure de la cellule, qui est implicitement de 0.4
45693 \begin_inset space \thinspace{}
45694 \end_inset
45695
45696 pt.
45697 \end_layout
45698
45699 \begin_layout Standard
45700 D'après l'équation
45701 \begin_inset space ~
45702 \end_inset
45703
45704
45705 \begin_inset CommandInset ref
45706 LatexCommand eqref
45707 reference "eq:Wtot_n"
45708
45709 \end_inset
45710
45711 , la largeur totale d'une multi-colonnes, 
45712 \begin_inset Formula $L_{\mathrm{tot\,mult}}$
45713 \end_inset
45714
45715  est
45716 \begin_inset Formula 
45717 \begin{equation}
45718 L_{\mathrm{tot\,mult}}=L_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
45719 \end{equation}
45720
45721 \end_inset
45722
45723
45724 \end_layout
45725
45726 \begin_layout Standard
45727 En posant que les équations 
45728 \begin_inset space ~
45729 \end_inset
45730
45731
45732 \begin_inset CommandInset ref
45733 LatexCommand eqref
45734 reference "eq:Wtot_n"
45735
45736 \end_inset
45737
45738  et 
45739 \begin_inset CommandInset ref
45740 LatexCommand eqref
45741 reference "eq:Wtot_mult"
45742
45743 \end_inset
45744
45745  sont égales, on peut calculer la largeur nécessaire 
45746 \begin_inset Formula $L_{g\,n}$
45747 \end_inset
45748
45749  quand 
45750 \emph on
45751 n
45752 \emph default
45753  colonnes sont couvertes, de façon à ce que chaque colonne ait une largeur
45754  de 
45755 \begin_inset Formula $L_{\mathrm{tot\,mult}}/n$
45756 \end_inset
45757
45758 :
45759 \begin_inset Formula 
45760 \begin{equation}
45761 L_{g\,n}=\frac{L_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
45762 \end{equation}
45763
45764 \end_inset
45765
45766
45767 \end_layout
45768
45769 \begin_layout Bibliography
45770 \begin_inset CommandInset bibitem
45771 LatexCommand bibitem
45772 key "latexcompanion"
45773
45774 \end_inset
45775
45776 Frank Mittelbach and Michel Goossens: 
45777 \emph on
45778 The \SpecialChar LaTeX
45779  Companion Second Edition.
45780
45781 \emph default
45782  Addison-Wesley, 2004
45783 \end_layout
45784
45785 \begin_layout Bibliography
45786 \begin_inset CommandInset bibitem
45787 LatexCommand bibitem
45788 key "latexguide"
45789
45790 \end_inset
45791
45792 Helmut Kopka and Patrick W.
45793  Daly: 
45794 \emph on
45795 A Guide to \SpecialChar LaTeX
45796  Fourth Edition.
45797
45798 \emph default
45799  Addison-Wesley, 2003
45800 \end_layout
45801
45802 \begin_layout Bibliography
45803 \begin_inset CommandInset bibitem
45804 LatexCommand bibitem
45805 key "latexbook"
45806
45807 \end_inset
45808
45809 Leslie Lamport: 
45810 \emph on
45811 \SpecialChar LaTeX
45812 : A Document Preparation System.
45813
45814 \emph default
45815  Addison-Wesley, second edition, 1994
45816 \end_layout
45817
45818 \begin_layout Bibliography
45819 \begin_inset CommandInset bibitem
45820 LatexCommand bibitem
45821 key "arydshln"
45822
45823 \end_inset
45824
45825 Documentation du paquetage \SpecialChar LaTeX
45826
45827 \series bold
45828  
45829 \begin_inset CommandInset href
45830 LatexCommand href
45831 name "arydshln"
45832 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/arydshln/arydshln.pdf"
45833
45834 \end_inset
45835
45836
45837 \series default
45838
45839 \begin_inset Index idx
45840 status collapsed
45841
45842 \begin_layout Plain Layout
45843 Paquetages \SpecialChar LaTeX
45844  ! arydshln
45845 \end_layout
45846
45847 \end_inset
45848
45849
45850 \end_layout
45851
45852 \begin_layout Bibliography
45853 \begin_inset CommandInset bibitem
45854 LatexCommand bibitem
45855 key "booktabs"
45856
45857 \end_inset
45858
45859 Documentation du paquetage \SpecialChar LaTeX
45860  
45861 \series bold
45862
45863 \begin_inset CommandInset href
45864 LatexCommand href
45865 name "booktabs"
45866 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
45867
45868 \end_inset
45869
45870
45871 \series default
45872
45873 \begin_inset Index idx
45874 status collapsed
45875
45876 \begin_layout Plain Layout
45877 Paquetages \SpecialChar LaTeX
45878  ! booktabs
45879 \end_layout
45880
45881 \end_inset
45882
45883
45884 \end_layout
45885
45886 \begin_layout Bibliography
45887 \begin_inset CommandInset bibitem
45888 LatexCommand bibitem
45889 key "caption"
45890
45891 \end_inset
45892
45893 Documentation du paquetage \SpecialChar LaTeX
45894  
45895 \series bold
45896
45897 \begin_inset CommandInset href
45898 LatexCommand href
45899 name "caption"
45900 target "http://mirrors.ctan.org/macros/latex/contrib/caption/caption-eng.pdf"
45901
45902 \end_inset
45903
45904
45905 \series default
45906
45907 \begin_inset Index idx
45908 status collapsed
45909
45910 \begin_layout Plain Layout
45911 Paquetages \SpecialChar LaTeX
45912  ! caption
45913 \end_layout
45914
45915 \end_inset
45916
45917
45918 \end_layout
45919
45920 \begin_layout Bibliography
45921 \begin_inset CommandInset bibitem
45922 LatexCommand bibitem
45923 key "diagbox"
45924
45925 \end_inset
45926
45927 Documentation du paquetage \SpecialChar LaTeX
45928  
45929 \series bold
45930
45931 \begin_inset CommandInset href
45932 LatexCommand href
45933 name "diagbox"
45934 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/diagbox/diagbox.pdf"
45935
45936 \end_inset
45937
45938
45939 \series default
45940
45941 \begin_inset Index idx
45942 status collapsed
45943
45944 \begin_layout Plain Layout
45945 Paquetages \SpecialChar LaTeX
45946  ! diagbox
45947 \end_layout
45948
45949 \end_inset
45950
45951
45952 \end_layout
45953
45954 \begin_layout Bibliography
45955 \begin_inset CommandInset bibitem
45956 LatexCommand bibitem
45957 key "endfloat"
45958
45959 \end_inset
45960
45961 Documentation du paquetage \SpecialChar LaTeX
45962  
45963 \series bold
45964
45965 \begin_inset CommandInset href
45966 LatexCommand href
45967 name "endfloat"
45968 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
45969
45970 \end_inset
45971
45972
45973 \series default
45974
45975 \begin_inset Index idx
45976 status collapsed
45977
45978 \begin_layout Plain Layout
45979 Paquetages \SpecialChar LaTeX
45980  ! endfloat
45981 \end_layout
45982
45983 \end_inset
45984
45985
45986 \end_layout
45987
45988 \begin_layout Bibliography
45989 \begin_inset CommandInset bibitem
45990 LatexCommand bibitem
45991 key "footmisc"
45992
45993 \end_inset
45994
45995 Documentation du paquetage \SpecialChar LaTeX
45996  
45997 \series bold
45998
45999 \begin_inset CommandInset href
46000 LatexCommand href
46001 name "footmisc"
46002 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
46003
46004 \end_inset
46005
46006
46007 \series default
46008
46009 \begin_inset Index idx
46010 status collapsed
46011
46012 \begin_layout Plain Layout
46013 Paquetages \SpecialChar LaTeX
46014  ! footmisc
46015 \end_layout
46016
46017 \end_inset
46018
46019
46020 \end_layout
46021
46022 \begin_layout Bibliography
46023 \begin_inset CommandInset bibitem
46024 LatexCommand bibitem
46025 key "hypcap"
46026
46027 \end_inset
46028
46029 Documentation du paquetage \SpecialChar LaTeX
46030  
46031 \series bold
46032
46033 \begin_inset CommandInset href
46034 LatexCommand href
46035 name "hypcap"
46036 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
46037
46038 \end_inset
46039
46040
46041 \series default
46042
46043 \begin_inset Index idx
46044 status collapsed
46045
46046 \begin_layout Plain Layout
46047 Paquetages \SpecialChar LaTeX
46048  ! hyperref
46049 \end_layout
46050
46051 \end_inset
46052
46053
46054 \end_layout
46055
46056 \begin_layout Bibliography
46057 \begin_inset CommandInset bibitem
46058 LatexCommand bibitem
46059 key "hyperref"
46060
46061 \end_inset
46062
46063 Documentation du paquetage \SpecialChar LaTeX
46064  
46065 \series bold
46066
46067 \begin_inset CommandInset href
46068 LatexCommand href
46069 name "hyperref"
46070 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
46071
46072 \end_inset
46073
46074
46075 \series default
46076
46077 \begin_inset Index idx
46078 status collapsed
46079
46080 \begin_layout Plain Layout
46081 Paquetages \SpecialChar LaTeX
46082  ! hyperref
46083 \end_layout
46084
46085 \end_inset
46086
46087
46088 \end_layout
46089
46090 \begin_layout Bibliography
46091 \begin_inset CommandInset bibitem
46092 LatexCommand bibitem
46093 key "KOMA-Script"
46094
46095 \end_inset
46096
46097 Documentation du paquetage \SpecialChar LaTeX
46098  
46099 \series bold
46100
46101 \begin_inset CommandInset href
46102 LatexCommand href
46103 name "KOMA-Script"
46104 target "http://mirror.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf"
46105
46106 \end_inset
46107
46108
46109 \series default
46110
46111 \begin_inset Index idx
46112 status collapsed
46113
46114 \begin_layout Plain Layout
46115 Paquetages \SpecialChar LaTeX
46116  ! KOMA-Script
46117 \end_layout
46118
46119 \end_inset
46120
46121
46122 \end_layout
46123
46124 \begin_layout Bibliography
46125 \begin_inset CommandInset bibitem
46126 LatexCommand bibitem
46127 key "lettrine"
46128
46129 \end_inset
46130
46131 Documentation du paquetage \SpecialChar LaTeX
46132  
46133 \series bold
46134
46135 \begin_inset CommandInset href
46136 LatexCommand href
46137 name "lettrine"
46138 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
46139
46140 \end_inset
46141
46142
46143 \series default
46144  et un 
46145 \begin_inset CommandInset href
46146 LatexCommand href
46147 name "exemple"
46148 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
46149
46150 \end_inset
46151
46152
46153 \begin_inset Index idx
46154 status collapsed
46155
46156 \begin_layout Plain Layout
46157 Paquetages \SpecialChar LaTeX
46158  ! lettrine
46159 \end_layout
46160
46161 \end_inset
46162
46163
46164 \end_layout
46165
46166 \begin_layout Bibliography
46167 \begin_inset CommandInset bibitem
46168 LatexCommand bibitem
46169 key "listings"
46170
46171 \end_inset
46172
46173 Documentation du paquetage \SpecialChar LaTeX
46174  
46175 \series bold
46176
46177 \begin_inset CommandInset href
46178 LatexCommand href
46179 name "listings"
46180 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
46181
46182 \end_inset
46183
46184
46185 \series default
46186
46187 \begin_inset Index idx
46188 status collapsed
46189
46190 \begin_layout Plain Layout
46191 Paquetages \SpecialChar LaTeX
46192  ! listings
46193 \end_layout
46194
46195 \end_inset
46196
46197
46198 \end_layout
46199
46200 \begin_layout Bibliography
46201 \begin_inset CommandInset bibitem
46202 LatexCommand bibitem
46203 key "marginnote"
46204
46205 \end_inset
46206
46207 Documentation du paquetage \SpecialChar LaTeX
46208  
46209 \series bold
46210
46211 \begin_inset CommandInset href
46212 LatexCommand href
46213 name "marginnote"
46214 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
46215
46216 \end_inset
46217
46218
46219 \series default
46220
46221 \begin_inset Index idx
46222 status collapsed
46223
46224 \begin_layout Plain Layout
46225 Paquetages \SpecialChar LaTeX
46226  ! marginnote
46227 \end_layout
46228
46229 \end_inset
46230
46231
46232 \end_layout
46233
46234 \begin_layout Bibliography
46235 \begin_inset CommandInset bibitem
46236 LatexCommand bibitem
46237 key "pdfpages"
46238
46239 \end_inset
46240
46241 Documentation du paquetage \SpecialChar LaTeX
46242  
46243 \series bold
46244
46245 \begin_inset CommandInset href
46246 LatexCommand href
46247 name "pdfpages"
46248 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
46249
46250 \end_inset
46251
46252
46253 \series default
46254
46255 \begin_inset Index idx
46256 status collapsed
46257
46258 \begin_layout Plain Layout
46259 Paquetages \SpecialChar LaTeX
46260  ! pdfpages
46261 \end_layout
46262
46263 \end_inset
46264
46265
46266 \end_layout
46267
46268 \begin_layout Bibliography
46269 \begin_inset CommandInset bibitem
46270 LatexCommand bibitem
46271 key "prettyref"
46272
46273 \end_inset
46274
46275 Documentation du paquetage \SpecialChar LaTeX
46276
46277 \series bold
46278  
46279 \begin_inset CommandInset href
46280 LatexCommand href
46281 name "prettyref"
46282 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
46283
46284 \end_inset
46285
46286
46287 \series default
46288
46289 \begin_inset Index idx
46290 status collapsed
46291
46292 \begin_layout Plain Layout
46293 Paquetages \SpecialChar LaTeX
46294  ! prettyref
46295 \end_layout
46296
46297 \end_inset
46298
46299
46300 \end_layout
46301
46302 \begin_layout Bibliography
46303 \begin_inset CommandInset bibitem
46304 LatexCommand bibitem
46305 key "pstricks"
46306
46307 \end_inset
46308
46309 Page Web du paquetage \SpecialChar LaTeX
46310  
46311 \series bold
46312
46313 \begin_inset CommandInset href
46314 LatexCommand href
46315 name "PSTricks"
46316 target "http://tug.org/PSTricks/"
46317
46318 \end_inset
46319
46320
46321 \series default
46322
46323 \begin_inset Index idx
46324 status collapsed
46325
46326 \begin_layout Plain Layout
46327 Paquetages \SpecialChar LaTeX
46328  ! PSTricks
46329 \end_layout
46330
46331 \end_inset
46332
46333
46334 \end_layout
46335
46336 \begin_layout Bibliography
46337 \begin_inset CommandInset bibitem
46338 LatexCommand bibitem
46339 key "refstyle"
46340
46341 \end_inset
46342
46343 Documentation du paquetage \SpecialChar LaTeX
46344
46345 \series bold
46346  
46347 \begin_inset CommandInset href
46348 LatexCommand href
46349 name "refstyle"
46350 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
46351
46352 \end_inset
46353
46354
46355 \series default
46356
46357 \begin_inset Index idx
46358 status collapsed
46359
46360 \begin_layout Plain Layout
46361 Paquetages \SpecialChar LaTeX
46362  ! refstyle
46363 \end_layout
46364
46365 \end_inset
46366
46367
46368 \end_layout
46369
46370 \begin_layout Bibliography
46371 \begin_inset CommandInset bibitem
46372 LatexCommand bibitem
46373 key "sidecap"
46374
46375 \end_inset
46376
46377 Documentation du paquetage \SpecialChar LaTeX
46378  
46379 \series bold
46380
46381 \begin_inset CommandInset href
46382 LatexCommand href
46383 name "sidecap"
46384 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
46385
46386 \end_inset
46387
46388
46389 \series default
46390
46391 \begin_inset Index idx
46392 status collapsed
46393
46394 \begin_layout Plain Layout
46395 Paquetages \SpecialChar LaTeX
46396  ! sidecap
46397 \end_layout
46398
46399 \end_inset
46400
46401
46402 \end_layout
46403
46404 \begin_layout Bibliography
46405 \begin_inset CommandInset bibitem
46406 LatexCommand bibitem
46407 key "NewInLyX20"
46408
46409 \end_inset
46410
46411
46412 \begin_inset CommandInset href
46413 LatexCommand href
46414 name "Page Wiki"
46415 target "http://wiki.lyx.org/LyX/NewInLyX20"
46416
46417 \end_inset
46418
46419  au sujet des nouveautés de 
46420 \family sans
46421 \SpecialChar LyX
46422  2.0
46423 \family default
46424 .
46425 \end_layout
46426
46427 \begin_layout Standard
46428 \begin_inset CommandInset index_print
46429 LatexCommand printindex
46430 type "idx"
46431
46432 \end_inset
46433
46434
46435 \end_layout
46436
46437 \end_body
46438 \end_document